/* About us */

@media screen and (min-width: 1900px) {


.about-us_iphone {
	display:none;
}

.about-us{
  position:relative;
  width:100%;
  margin:0px auto;
  margin-top: 50px;
  margin-bottom:0px;
  
  background:white;
  height:100%;
 
  /*background-image:url('../img/background/Ueber_uns/Ueber_uns.png');
  background:url('../img/background/ueber_uns/Ueber_uns.jpg') 0px 0px fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float:center;
  padding-top:-150px;*/
  
  position:relative;
  width:100%;
  height:100%;
  margin-top: 50px;
  background-image:url('../img/background/ueber_uns/Ueber_uns_max.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.about-us .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:0px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:10%;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us p{
  text-align:center;
  margin-top:40px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .rahmen{

  width:900px;
  margin:0px auto;
  height: 340px;
}

.about-us .beschreibung{

  position:relative;
  margin: -150px auto;
  width:900px;
  float:left;
  height:150px;

}

.about-us .beschreibung p{

  font-size:15px;
  color:white;
  font-weight:400;
  text-align:center;
  line-height:0.1;
}



.about-us .rahmen .column-one{

  position:relative;
  margin: 0 auto;
  margin-top:40px;
 left:10px;
  width:300px;
  float:left;
  height:350px;
}

.about-us .rahmen .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/whatsapp.png') #f3f3f3 no-repeat center center ;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-one .circle-one:hover{
background: url('../img/icons/whatsapp.png') #2fa68e no-repeat center center ;

}

.about-us .rahmen .column-two{

  margin: 0 auto;
  margin-top:40px;
  left:10px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/sms2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-two .circle-two:hover{
  background: url('../img/icons/sms2.png') #2fa68e no-repeat center center;
}


.about-us .rahmen .column-three{
  margin-top:40px;
  left:20px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/email2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-three .circle-three:hover{
  background: url('../img/icons/email2.png') #2fa68e no-repeat center center;
}



.about-us .content{
  position:relative;
  width:900px;
  margin:-280px auto;
  height:620px;
}

.about-us .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}

.about-us .content .text .read-more{
  width:250px;
  height:47px;
  bottom: 1px;
  margin:300px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color:none;

  background:none;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .content .text .read-more:hover{
  color:black;
  background-color:#ededed;
}

.about-us .content .arrow-down{
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 250px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

}	

@media screen and (min-width: 1600px) and (max-width: 1899px) {


.about-us_iphone {
	display:none;
}

.about-us{
  position:relative;
  width:100%;
  margin:0px auto;
  margin-top: 50px;
  margin-bottom:0px;
  background:white;
  height:100%;
 
  /*background-image:url('../img/background/ueber_uns/Ueber_uns.png');
  background:url('../img/background/ueber_uns/Ueber_uns_max.jpg') -20px -30px fixed ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float:center;
  padding-top:-150px;*/
  
    
  position:relative;
  width:100%;
  height:100%;
  margin-top: 50px;
  background-image:url('../img/background/ueber_uns/Ueber_uns_1920x1200.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.about-us .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:0px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:10%;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us p{
  text-align:center;
  margin-top:40px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .rahmen{

  width:900px;
  margin:0px auto;
  height: 340px;
}

.about-us .beschreibung{

  position:relative;
  margin: -150px auto;
  width:900px;
  float:left;
  height:150px;

}

.about-us .beschreibung p{

  font-size:15px;
  color:white;
  font-weight:400;
  text-align:center;
  line-height:0.1;
}



.about-us .rahmen .column-one{

  position:relative;
  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  height:350px;
}

.about-us .rahmen .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/whatsapp.png') #f3f3f3 no-repeat center center ;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-one .circle-one:hover{
background: url('../img/icons/whatsapp.png') #2fa68e no-repeat center center ;

}

.about-us .rahmen .column-two{

  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/sms2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-two .circle-two:hover{
  background: url('../img/icons/sms2.png') #2fa68e no-repeat center center;
}


.about-us .rahmen .column-three{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/email2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-three .circle-three:hover{
  background: url('../img/icons/email2.png') #2fa68e no-repeat center center;
}



.about-us .content{
  position:relative;
  width:900px;
  margin:-280px auto;
  height:620px;
}

.about-us .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}

.about-us .content .text .read-more{
  width:250px;
  height:47px;
  bottom: 1px;
  margin:300px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color:none;

  background:none;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .content .text .read-more:hover{
  color:black;
  background-color:#ededed;
}

.about-us .content .arrow-down{
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 250px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
	

.about-us_iphone {
	display:none;
}

.about-us{
  position:relative;
  width:100%;
  margin:0px auto;
  margin-top: 50px;
  margin-bottom:0px;
  background:white;
  height:100%;
 
  /*background-image:url('../img/background/ueber_uns/Ueber_uns.png');*/
  position:relative;
  width:100%;
  height:100%;
  margin-top: 50px;
  background-image:url('../img/background/ueber_uns/Ueber_uns_1920x1200.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.about-us .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:0px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:10%;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us p{
  text-align:center;
  margin-top:40px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .rahmen{

  width:900px;
  margin:0px auto;
  height: 340px;
}

.about-us .beschreibung{

  position:relative;
  margin: -150px auto;
  width:900px;
  float:left;
  height:150px;

}

.about-us .beschreibung p{

  font-size:15px;
  color:white;
  font-weight:400;
  text-align:center;
  line-height:0.1;
}



.about-us .rahmen .column-one{

  position:relative;
  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  height:350px;
}

.about-us .rahmen .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/whatsapp.png') #f3f3f3 no-repeat center center ;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-one .circle-one:hover{
background: url('../img/icons/whatsapp.png') #2fa68e no-repeat center center ;

}

.about-us .rahmen .column-two{

  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/sms2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-two .circle-two:hover{
  background: url('../img/icons/sms2.png') #2fa68e no-repeat center center;
}


.about-us .rahmen .column-three{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/email2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-three .circle-three:hover{
  background: url('../img/icons/email2.png') #2fa68e no-repeat center center;
}



.about-us .content{
  position:relative;
  width:900px;
  margin:-280px auto;
  height:620px;
}

.about-us .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}

.about-us .content .text .read-more{
  width:250px;
  height:47px;
  bottom: 1px;
  margin:300px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color:none;

  background:none;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .content .text .read-more:hover{
  color:black;
  background-color:#ededed;
}

.about-us .content .arrow-down{
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 250px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}	

	
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
	

.about-us_iphone {
	display:none;
}
	
.about-us{
  position: relative;
  width:100%;
  margin:0px auto;
  margin-top: 10px;
  margin-bottom:0px;
  
  height: 85%;
  float:left;
  background-image:url('../img/background/ueber_uns/Ueber_uns_1920x1200.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  
  
}



.about-us .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  
}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:0px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:10px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .rahmen{

  width:900px;
  margin:0px auto;
  height: 340px;
}

.about-us .beschreibung{

  position:relative;
  margin: -150px auto;
  width:900px;
  float:left;
  height:150px;

}

.about-us .beschreibung p{

  font-size:15px;
  color:white;
  font-weight:400;
  text-align:center;
  line-height:0.1;
}



.about-us .rahmen .column-one{

  position:relative;
  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  height:350px;
}

.about-us .rahmen .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/whatsapp.png') #f3f3f3 no-repeat center center ;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-one .circle-one:hover{
background: url('../img/icons/whatsapp.png') #2fa68e no-repeat center center ;

}

.about-us .rahmen .column-two{

  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/sms2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-two .circle-two:hover{
  background: url('../img/icons/sms2.png') #2fa68e no-repeat center center;
}


.about-us .rahmen .column-three{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/email2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-three .circle-three:hover{
  background: url('../img/icons/email2.png') #2fa68e no-repeat center center;
}


.about-us .content{
  display:none;
  position:relative;
  width:900px;
  margin:-280px auto;
  height:620px;
}

.about-us .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:-50px;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}

.about-us .content .text .read-more{
  width:250px;
  height:47px;
  bottom: 1px;
  margin:230px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color:none;

  background:none;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .content .text .read-more:hover{
  color:black;
  background-color:#ededed;
}

.about-us .content .arrow-down{
  display:none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  padding-top:-100px;
  width: 21px;
  height: 250px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
	
	
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
	
.about-us_iphone {
	display:none;
}
	
.about-us{
  position: relative;
  width:100%;
  margin:0px auto;
  margin-top: 20px;
  margin-bottom:0px;
  
  height: 80%;
  float:left;
  background-image:url('../img/background/ueber_uns/Ueber_uns_1920x1200.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  
  
}



.about-us .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  
}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:0px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:0px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:10px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .rahmen{

  width:900px;
  margin:0px auto;
  height: 340px;
}

.about-us .beschreibung{

  position:relative;
  margin: -150px auto;
  width:900px;
  float:left;
  height:150px;

}

.about-us .beschreibung p{

  font-size:15px;
  color:white;
  font-weight:400;
  text-align:center;
  line-height:0.1;
}



.about-us .rahmen .column-one{

  position:relative;
  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  height:350px;
}

.about-us .rahmen .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/whatsapp.png') #f3f3f3 no-repeat center center ;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-one .circle-one:hover{
background: url('../img/icons/whatsapp.png') #2fa68e no-repeat center center ;

}

.about-us .rahmen .column-two{

  margin: 0 auto;
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/sms2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-two .circle-two:hover{
  background: url('../img/icons/sms2.png') #2fa68e no-repeat center center;
}


.about-us .rahmen .column-three{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .rahmen .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url('../img/icons/email2.png') #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .rahmen .column-three .circle-three:hover{
  background: url('../img/icons/email2.png') #2fa68e no-repeat center center;
}



.about-us .content{
  position:relative;
  width:900px;
  margin:-280px auto;
  height:620px;
}

.about-us .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}

.about-us .content .text .read-more{
  width:250px;
  height:47px;
  bottom: 1px;
  margin:300px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color:none;

  background:none;
  -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
}

.about-us .content .text .read-more:hover{
  color:black;
  background-color:#ededed;
}

.about-us .content .arrow-down{
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 250px;
  background: url('../img/arrow-down.png') no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

	
}

@media screen and (min-width: 640px) and (max-width: 799px) {
	

.about-us{
  
  display:none;
}



.about-us_iphone {
  display: block;
  position:relative;
  width:100%;
  height:100%;
  margin:0px auto;
  margin-top: 10px;
  margin-bottom:0px;
  background:#2f363e;
  background-image:url('../img/background/ueber_uns/Ueber_uns_1920x1200.jpg');
  background-position: center;
  background-repeat: no-repeat;
  
  
   
}

.about-us_iphone .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  
}

.about-us_iphone .ueberschrift h2 p{
	
  text-align:center;
  margin-top:50px;
  font-size:20px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:200;
  top:10px;
}




.about-us_iphone .inhalt .circle-one{
	
  background-image: url('../img/icons/whatsapp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
  margin:20px 110px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
  
	
	
}

.about-us_iphone .inhalt .circle-one h2{ 
  
  text-align:center;
  margin:80px -15px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}


.about-us_iphone .inhalt .circle-two{
	
  background-image: url('../img/icons/sms2.png'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
  margin:-90px 300px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	
	
}

.about-us_iphone .inhalt .circle-two h2{ 
  
  text-align:center;
  margin:80px 0px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}

.about-us_iphone .inhalt .circle-three{
  background-image: url('../img/icons/email2.png');
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
  margin:15px 490px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	
	
}

.about-us_iphone .inhalt .circle-three h2{ 
  
  text-align:center;
  margin:80px 0px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}


	
.about-us_iphone .beschreibung1 p{
  position:relative;
  padding-top: 5px;
  text-align:center;
  
  margin:0 100px;
  font-size:15px;
  width:100%;
  color:red;
  line-height:1.4;
  position:relative;
  font-weight:800;
}

.about-us_iphone .beschreibung2 p{
  
  text-align:center;
  
  margin-top:10px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us_iphone .beschreibung3 p{
  
  text-align:center;
  margin-top:10px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

}

@media screen and (min-width: 360px) and (max-width: 639px) {


.about-us{
  
  display:none;
}



.about-us_iphone {
  display: block;
  position:relative;
  width:100%;
  height:100%;
  margin:0px auto;
  margin-top: 10px;
  margin-bottom:0px;
  background:#2f363e;
  
  
   
}

.about-us_iphone .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  
}

.about-us_iphone .ueberschrift h2 p{
	
  text-align:center;
  margin-top:50px;
  font-size:20px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:200;
  top:10px;
}

@media screen and (max-height: 667px) {

.about-us_iphone .inhalt {
	
	padding-top:40px;
}

}

@media screen and (max-height: 800px) {

.about-us_iphone .inhalt {
	
	top:60px;
}

}


.about-us_iphone .inhalt .circle-one{
	
  background-image: url('../img/icons/whatsapp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
  margin:10px 50px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	
	
}

.about-us_iphone .inhalt .circle-one h2{ 
  
  text-align:center;
  margin:20px 110px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}


.about-us_iphone .inhalt .circle-two{
	
  background-image: url('../img/icons/sms2.png'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
  margin:50px 50px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	
	
}

.about-us_iphone .inhalt .circle-two h2{ 
  
  text-align:center;
  margin:20px 100px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}

.about-us_iphone .inhalt .circle-three{
  background-image: url('../img/icons/email2.png');
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  width: 70px;
  height: 70px;
   margin:10px 50px;
  border:1px solid #ebebeb;
  
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 100px;
  
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	
	
}

.about-us_iphone .inhalt .circle-three h2{ 
  
  text-align:center;
  margin:20px 110px;
  font-size:20px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:600;
  
}


	
.about-us_iphone .beschreibung1 p{
  position:relative;
  padding-top: 5px;
  text-align:center;
  
  margin:0 100px;
  font-size:15px;
  width:100%;
  color:red;
  line-height:1.4;
  position:relative;
  font-weight:800;
}

.about-us_iphone .beschreibung2 p{
  
  text-align:center;
  
  margin-top:10px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us_iphone .beschreibung3 p{
  
  text-align:center;
  margin-top:10px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

}

