* {
   margin: 0;
   padding: 0;
 }
img {
	border: none;
	max-width: 100%;
	height: auto;
}
body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: 	#5D514C;
	font-weight: 200;
    font-size: 24px;
	line-height: 36px;
    background-color: #fff; 
}
html {
	scroll-behavior: smooth;
}
h1{
    font-weight: 600;
    font-size: 72px;
    margin: 48px 0 38px;
    line-height: 103px;
}
h2{
    font-weight: 200;
    font-size: 72px;
    font-size: 60px;
    line-height: 91px;
    line-height: 75px;
    margin: 40px 0;
}
h2.med{
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 36px;
}
h3{

    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}
h4{

    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 72px;
}
p{
    font-size: 24px;
    line-height: 36px;   
    padding-bottom: 36px;         
}
p.medium{
    font-size: 36px;
    font-size: 28px;
    line-height: 52px;    
    line-height: 40px;    
    padding-bottom: 52px;
    padding-bottom: 40px;
}
.bold{
    font-weight: 600;
}
.semi-bold{
    font-weight: 600!important;    
}
.clear{
    clear: both;
}
.height168{
    height: 168px;
}
.height168 h2{
    float: left;
    margin: 0;
    line-height: 168px;
}
.light{
    font-weight: 200;
}
.italic{
    font-style: italic;
} 
.uppercase{
    text-transform: uppercase;
}
.underline{
    text-decoration: underline;
}
.textcenter{
    text-align: center;
}
.textright{
    text-align: right;
}
.textwhite{
    color: #fff;
}
.borderright{
    border-right: 1px solid #fff;
}
.floatright{
    float: right;
}
.blue{
    color: #00ACA9;    
}
.brown{
    color: #5D514C
}
li{
    list-style: none;
}
#footer .spaceing{
    display: inline-block;
    width: 32px;
}
a{
    color: #928782;
    text-decoration: none;
}
#header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    height: 152px;
    padding-top: 16px;    
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.2);
z-index: 15;
transition: height 0.6s;
}

#header + div{
    padding-top: 152px;
}

#logo{
    width: 128px;
    float: left;
    transition: width 0.6s;
}
#logo img{
    width: 100%;
    height: auto;
    display: block;
}
#navigation{
    margin: 104px 0 0 136px;
    float: left;
    transition: margin 0.6s;
}
#navigation li{
    float: left;
    margin: 0 75px 0 0 ;
}
#navigation li a{
    display: block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #928782;
    font-size: 20px;
    font-weight: 400;
    transition: color 200ms linear;
}
#navigation li a:hover{
    color: #000;
}
#navigation li a.active{
    color: #00ACA9;    
}
/* MIN */
#header.min{
    height: 108px;
}
#header.min #logo{
    width: 84px;
}
#header.min #navigation{
    margin: 60px 0 0 136px;

} 
#contactShortcut{
    position: fixed;
    top: 16px;
    right: 24px;    
    line-height: 24px;  
    transition: top 0.6s  
}

#contactShortcut a{
    font-size: 22px;  
    line-height: 24px;
    transition: all 0.6s
}
#contactShortcut a.mail{
    font-size: 20px;
}
#splash{
    width: 100%;
    height: 0;
    padding: 43.555% 0 0 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}    
#splash.philosophie{
    background-image: url(img/michaela-deininger-makler.jpg);    
}   
#splash.leistungen{
    background-image: url(img/leistungen-immobilienmakler.jpg);
}
#splash.objekte{
    background-image: url(img/objekte-immobilien-verkauf.jpg);
}
#splash.referenzen{
    background-image: url(img/referenzen.jpg);
}

#backgroundvideo{
    position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: auto;
}
.text{  
    background-color: rgba(133,203,203,0.4);  
    z-index: 11;  
    position: absolute;
     top: 60.5%;     
    width: 100%;
}
.text h1,
.start .text h1.reg{
    font-size: 88px;
    line-height: 125px;
    color: #fff;
    text-transform: uppercase;
    padding: 48px 0 67px;
     margin: 0;
}
.start .text h1{   
    padding: 16px 0;
    font-size: 72px;   
    font-weight: 200;
    line-height: 100px;
}
.startcontent{
    padding: 80px 0 80px ;
}
.startcontent p{
    padding-bottom: 52px;
        font-size: 36px;
        font-size: 28px;
    line-height: 52px;
    line-height: 40px;
     padding-bottom: 40px;
}
#footer{
    background-color: #928782; 
    color: #fff;   
    padding-top: 64px;
     line-height: 32px;
    font-size: 24px;
}
#footer a{
    color: #fff;
}
#footer p{
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 25px;
}
.partnerblock{
    padding: 50px 0 80px;
}
.partnerblock p{
    font-size: 20px;
}
/* 
ul.partnerschaften {
 margin-top: 60px;    
}
ul.partnerschaften li{
    float: left;
    width: 33.3%; 
    width: 26%; 
    text-align: left;  
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
ul.partnerschaften li.last{
    width: 22%;
}
 ul.partnerschaften li:first-child{
    padding: 0;
}


ul.partnerschaften li.last img{
    width: auto;
    height: 62px;

} */

ul.partnerschaften{
    position: relative;
    margin-top: 60px;
    height: 150px;

}
ul.partnerschaften li img{
    max-width: 218px;

}
ul.partnerschaften li{
    width: 200px;
    position: absolute;
    left: 0;
    top: 8px;
}
ul.partnerschaften li:nth-child(1){
    top: 0
}
ul.partnerschaften li:nth-child(2){
    left: 24%;
}
ul.partnerschaften li:nth-child(3){
    left: 49.5%;
}
ul.partnerschaften li:nth-child(4){
    left: 75%; 
}
ul.partnerschaften li:nth-child(5){
    left: 44%; 
    top: 96px;
}
ul.partnerschaften li:nth-child(5) img{
    width: 100px;
}
#footer ul.floatright{
    width: 55px;
}
#footer ul.floatright li:first-child{
    margin-bottom: 46px;
    width: 55px;
    height: 55px;
    display: block;
}

#footer .col-sm-10.mod {
    width: 88%;    
}
#footer .col-sm-2.mod {
    width: 12%;
}
#footer .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: transparent;
    margin: 0 50px 3px 50px;
}
.final,
.final a{
    font-size: 20px;
    line-height: 25px;
    padding-bottom:36px ;
}
.block{
     width: calc(50% - 4px);
     padding-bottom:  calc(50% - 4px);
    position: relative;
     box-sizing: border-box;
     float: left;
     background-color: #f4f3f2;
}
.blocktext, 
.block img {
    position: absolute;
    left: 0;
    top: 0;   
    right:  0;    
}
.blocktext{
 padding: 36px 36px 0 36px ;
}
.blocktext p{
   font-size: 20px;
   line-height: 26px;  
   padding-bottom: 26px;  
}
.blocktext h3{
    font-style: italic;
    font-size: 28px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.block img{
    width: 100%;
    height: auto;
}

.block.image{
    margin-left: 8px;    
}
.contentblock {
    padding-bottom: 168px;        
}
.block.blue{
    width: 100%;
    background-color: #daefef ;
    padding: 65px  50px 65px 72px;
    margin-bottom: 168px;
}
.block.blue li{
    font-size: 28px;
    line-height: 32px;
    display: block;
    margin-bottom: 16px;
    padding: 0!important;
}
.block.blue li::before {
  content: "\2022";
  color: #00aca9;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.block.objekt{
    width: 100%;
    margin: 32px 0 0 0;
    padding: 64px 0;
}
.block.objekt:first-child{
    margin: 168px 0 0; 
}
.block.objekt:last-child{
     margin: 168px 0     
}
.objekttext{
    width: 45%;
    margin: 0 27.5%;
}
.objekttext img{
    position: static;
    display: block;
    width: 100%;
}
.objekt h3{
    font-weight: 200;
    font-size: 54px;
    font-size: 42px;
    line-height: 68px ;
    line-height: 52px ;
    padding-bottom: 40px;    
    font-size: 38px;
    line-height: 42px ;
    padding-bottom: 40px;
} 
p.detail{
    color: #928782;   
    color: #332C29;   
}
.objekttext p.detail{
    padding-bottom: 0;
}
.feedbackbox {
    position: relative;
    background-color: #e9e6e5;
    box-sizing: border-box;
    padding: 120px 120px 0;
    height: 500px;
    box-sizing: border-box;
    margin-bottom: 32px;

}
@media all and (max-width: 1098px){
    .feedbackbox { padding: 80px 80px 0;}
}
.feedbackbox p{
    color: #5D514C;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    width: 27px;
    height: 58px;
    left: 30px;
    z-index: 10;
    margin-top: -29px;
    background: url(img/prev.png) 50% 50% no-repeat;
    background-size: 27px auto;
}
.next {
    background-image: url(img/next.png);
    left: auto;
    right: 30px;
}
.feedback.visible {
    display: block;
}
.feedback {
     display: none; 
    min-height: 220px;
    margin: 0 0 80px 0;
     transition: all 1s linear;
}
.feedback.visible {
     display: block;
}

.feedback p{
    font-weight: 400;
}
.feedback p.italic{
    font-weight: 200;
}
.referenzbox{
    /* margin: 0 0 120px 0 ;
    width: 44.444444%;
    padding-top: 44.444444%; */
    padding-top: 524px;
    width: 524px;
    margin: 0 0 32px 16px;
    float: left;
    display: block;
    position: relative;
    font-weight: 400!important;
}
.referenzbox:nth-child(2n+1) {
      /* margin: 0 11% 120px 0 ;     */
      margin: 0 16px 32px 0;
}
@media all and (max-width: 1098px){
    .referenzbox{
        margin: 0 auto 32px auto!important;
        float: none;
    }
}
.referenzinhalt{
    position: absolute;
    top: 0;
    z-index: 12;
    left: 0;
    right: 0;
    background-color: rgba(133,203,203, 0.7);
    padding: 8px 0 8px 26px;
    font-size: 24px;
    line-height: 32px ;
    color: #fff;
}
.referenzbox img{
   position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    left: 0;
    right: 0;   
}
.immobilienscout24-feeback{
    position: absolute;
   width: 190px;
   height: 160px;
   right: 14px;  
  bottom: -169px;
  z-index: 14;
}
.immobilienscout24-feeback.ref{
    bottom: -168px;
}
@media all and (min-width: 1100px){
    .block.objekt.last{
    margin-bottom: 168px;
    }

}

@media all and (max-width: 1280px){
    #contactShortcut{
        right: 16px;
    }
    #backgroundvideo{
        width: 120%;
        top: 0;
    }
#header #contactShortcut a {
     font-size: 20px;
}    
#navigation {
    margin-left: 110px!important;
    }
    .text h1 {

    padding: 28px 0 ;
 
}
#splash{
    padding: 48% 0 0;
}
.blocktext h3{
    font-size: 20px;
    line-height: 26px;
}
}


@media all and (max-width: 1100px){
#navigation li {
    margin: 0 50px 0 0;
}
#navigation {
    margin-left: 90px;
    }
#header{
    height: 108px;
}
#header + div {
    padding-top: 108px;
}
#header #logo{
    width: 84px;
}
#header    #navigation {
    margin: 60px 0 0 60px!important;
}

 #header #contactShortcut{ 
    top: 8px;
    
}

#header #contactShortcut a{
    font-size: 18px;
    line-height: 24px;
}
#header #contactShortcut a.mail{
    font-size: 18px;
    line-height: 24px;
}

.blocktext {
    padding: 24px 24px 0 24px;
}
}