/*  Page styles  */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font: normal 14px/1.4 Tahoma, Geneva, sans-serif;
}

.skrollr-desktop body {
    height:100% !important;
}

#skrollr-body {
    height:100%;
    position:relative;
    overflow: hidden;

}
#suchmaschinenoptimierung {
	display:none;
	}


/*  Styles for this example */


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;

    height:80vh;
    top:-80vh;
}


.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;

    height:100vh;
    top:0;
}


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}



.gap {
    background:transparent center no-repeat;
    background-size:cover;
    height:80vh;
}

.skrollr .gap {
    background:transparent !important;
}


/*  End of scrollr styles   */


/*Intro*/

#page-intro h1{
    text-align: center;
    color: #fff;
    font: normal 60px Tahoma, Geneva, sans-serif;
    padding-top: 24vh;
}

@media (max-width: 800px) {
    #page-intro h1 {
        font-size: 42px;
        padding-top: 15vh;
    }
}

#page-intro .btn{
	color: #fff !important;
	display: block;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}



/*Body Text*/


.body-text{
    padding: 140px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}

.body-text h2{
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 80px;
}

.body-text p{
    width: 28%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}


@media (max-width: 900px){

    .body-text p{
        width: 100%;
    }

}

/*Features List*/


.features-list{
    padding: 150px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    min-height: 100vh;
    text-align: center;
}

.features-list h2{
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;
}

.features-list div{
    display: inline-block;
    width: 30%;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 45px;
    box-shadow: 1px 1px 1px #ccc, 0 0 30px #eee inset;
}

.features-list div i{
    font-size: 150px;
    margin-bottom: 40px;
    color: #50B575;
}

.features-list div h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #425F67;
    font-weight: normal;
}


@media (max-width: 900px){

    .features-list div{
        width: 90%;
        margin-bottom: 30px;
    }

}


/*About us*/

.about-us{
    padding: 150px 0;
    background-color: #fff;
    min-height: 120vh;
    text-align: center;
    color: #25373C;
    font-size: 18px;
}

.about-us h2{
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;
}

.about-us div{
    text-align: center;
    width: 25%;
    margin: 30px 10px;
    display: inline-block;
}


.about-us div img{
    border-radius: 50%;
    width: 60%;
}

.about-us a.attribution{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    width: 280px;
    margin: 50px auto 10px;
    opacity: 0.5;
}


@media (max-width: 800px){

    .about-us div{
        width: 45%;
        margin: 20px 0;
    }

}


/*Gallery*/


.gallery{
    color: #221f51;
    font: normal 24px sans-serif;
    min-height: 300vh;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(white, #dfe1e2);
}

.gallery-text{
     font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;
}

.scroll-pause{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90vh;
    padding-top: 20vh;
    background: transparent;
}


.scroll-pause .row{
    width: 200vw;
    height: 30vh;
    overflow: hidden;
}

.scroll-pause .row div{
    width: 11.5%;
    height: 90%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0.5%;
    border-radius: 10px;
}

.scroll-pause .row div:first-child{
    margin-left: 0.4%;
}

.scroll-pause .row div:last-child{
    margin-right: 0.4%;
}



/*Footer*/
.footer {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 5%;
	border-top: 4px solid #565454;

}
.link  {color: #333;
     line-height: 180%;
    font-size: 80%;
	font-weight: bold;
}
.link a {color: #333;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #960000;
}

@media screen and (max-width: 40em) {
.link  {color: #333;
    font-size: 110%;
	line-height: 150%;
	font-weight: bold;
}
.link a {color: #333;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #960000;
}

 a[href^="tel"]:link,

  a[href^="tel"]:visited,

  a[href^="tel"]:hover {

      text-decoration:    underline;

      color: #960000;

   }


}


