/* ================================================================================ */
/*          START: General              */
/* ================================================================================ */
*{
    outline: none;
}
html{
    height: 100%;

}
.break-desktop{
    display: block;
}
body{
    min-height: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.3px;
}
body.overflow-hidden{
    overflow: hidden;
}
ul, ol{
    margin: 0;
    padding: 0;
}
h2, 
.noto-serif{
    font-family: 'Noto Serif';
    font-weight: 500;
    font-size: 32px;
}
h2 span{
    display: inline-block;
}
h4.univers-lt-black{
    font-size: 20px;
}
h6{
    font-family: 'UniversLTPro-UltCond';
    font-size: 18px;
}
.red{
    color: rgba(163, 62, 62, 1);
}
.uppercase{
    text-transform: uppercase;
}
.univers-lt-black{
    font-family: 'UniversLTPro-UltCond';
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2{
    line-height: 1.3;
}
p{
    margin: 30px 0;
}
.az-100{
    font-family: 'Azo Sans Tn', sans-serif;
    font-weight: 100;
}
.az-300{
    font-family: 'Azo Sans Lt', sans-serif;
    font-weight: 300;
}
.az-400{
    font-family: 'Azo Sans', sans-serif;
    font-weight: normal;
}
.az-500{
    font-family: 'Azo Sans', sans-serif;
    font-weight: bold;
}
.az-900{
    font-family: 'Azo Sans Bk', sans-serif;
    font-weight: 900;
}
/* ================================================================================ */
/*          START: Header              */
/* ================================================================================ */
#header{
    width: 240px;
    position: fixed;
    z-index: 5;
    background-color: rgba(237, 226, 215, 0.8);
    padding: 33px;
    height: 100%;
}
#header:after{
    position: absolute;
    display: block;
    content: "";
    right: 0;
    width: 5px;
    height: 100%;
    background-color: rgba(237, 226, 215, 1);
    top: 0;
}
#header #logo, 
#header #logo img{
    width: 100%;
    height: auto;
    max-width: 180px;
}
#header nav{
    margin-top: 170px;
    width: 170px;
}
#header nav a{
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
#nav-icon{
    display: none;
}
#header nav li{
    list-style: none;
    transition: all 0.2s ease;
    font-family: 'Azo Sans Tn', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}
#header nav li span.regular{
    font-family: 'Azo Sans', sans-serif;
}
#header nav li:after{
    height: 3px;
    content: "";
    width: 0;
    display: block;
    background-color: rgba(163, 91, 90, 1);
    position: relative;
    top: -2px;
}
#header nav li.active{
    padding-bottom: 5px;
}
#header nav li.active:after{
    width: 100%;
    transition: all 0.5s ease;
}

#footer-nav li.active{
    padding-bottom: 5px;
}
#footer-nav li.active a{
    border-bottom: 3px solid rgba(163, 91, 90, 1);
}

#footer-nav{
    position: absolute;
    bottom: 140px;
    text-transform: uppercase;
}
#footer-nav ul{
    list-style: none;
}
#footer-nav ul a{
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

/* ================================================================================ */
/*          START: Zoom              */
/* ================================================================================ */
.rendering{
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.zoom-img figure{
    margin: 0;
    padding: 60px 100px;
    vertical-align: middle;
    overflow: visible;
}
.zoom-controls{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 120px;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
}
.zoom-controls p{
    margin-bottom: 0;
}
.zoom-controls span{
    font-size: 28px;
}
.zoom-controls span:hover{
    cursor: pointer;
}
.zoom-controls .full{
    border: 2px solid rgba(0, 0, 0, 1);
    margin: 0 0 10px 0;
}
.drag-img:hover{
    cursor: grab;
}
.drag-img:active{
    cursor: grabbing;
}

.flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-container .full{
    flex: 1 0 100%; 
}
.flex-container .half{
    flex: 1 0 50%;
    padding-right: 40px;
    box-sizing: border-box;
}
.flex-container .third{
    flex: 1 0 33%;
    padding-right: 20px;
    box-sizing: border-box;
}
.flex-container .three-quarter{
    flex: 1 0 75%;
    padding-right: 20px;
    box-sizing: border-box;
}
.flex-container .quarter{
    flex: 1 0 25%;
    padding-right: 20px;
    box-sizing: border-box;
}
.white-bg{
    background-color: rgba(255, 255, 255, 1);
}
.beige-bg{
    background-color: rgba(241, 227, 215, 0.8);
}
.red-bg{
    background-color: rgba(163, 91, 90, 1);
    color: rgba(255, 255, 255, 1);
}
.beige-border{
    border-bottom: 3px solid rgba(237, 226, 215, 1);
}
.red-border{
    border-bottom: 3px solid rgba(163, 91, 90, 1);
}
.light-grey-border{
    border-bottom: 3px solid rgba(208, 208, 211, 1);
}
.dark-grey-border{
    border-bottom: 3px solid rgba(117, 120, 125, 1);
}
.item-end{
    align-self: flex-end;
}
/* ================================================================================ */
/*          START: Home              */
/* ================================================================================ */

section{
    justify-content: flex-end;
    min-height: 80vh;
}
section .inside{
    width: calc(100vw);
    position: relative;
}

#kontorhaus .visual{
    position: relative;
}
#kontorhaus .visual .bg-wrap{
    min-height: 100vh;
    width: 100%;
    background-image: url('../images/kontorhaus.jpg');
    background-size: cover;
    background-position: center;
}
#kontorhaus .content{
    width: 100%;
    /* margin: 0 auto; */
    padding: 60px 0;
    position: relative;
    /* left: 6vw; */
}
#kontorhaus .content h2{
    padding-top: 0;
}
#kontorhaus .inside .claim{
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 0;
    display: inline-block;
}
#kontorhaus .claim h1{
    font-family: 'Azo Sans Tn', sans-serif;
    font-weight: 100;
    text-align: right;
    line-height: 1;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    box-sizing: border-box;
}
#kontorhaus .claim h1 span.regular{
    font-family: 'Azo Sans', sans-serif;
}

#kontorhaus .visual_02,
#office-space .visual{
    background-position: bottom;
    background-attachment: fixed;
    min-height: 50vh;
    flex: 1 100%;
}

#kontorhaus .visual_02{
    background-image: url('../images/rendering-10.jpg');
}
#office-space .visual_02{
    background-image: url('../images/flexibel_01.jpg');
}
#facts-figures .visual_02{    
    background-image: url('../images/bg_foyer.jpg');
}
.flex-content{
    padding-left: 300px;
}
.flex-content > div{
    flex: 0 62%;
    padding-left: 80px;
    padding-right: 10vw;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.highlights h2{
    /*height: 180px;
    margin: 0;*/
    padding-top: 50px;
    box-sizing: border-box;
}
.highlights-facts .facts{
    background-color: rgba(202, 210, 41, 0.2);
    padding-top: 180px; /* same height as .highlights h2 */
    padding-left: 5vw;
    box-sizing: border-box;
}
.imprint section ul,
.data-privacy section ul, 
.highlights-facts ul{
    list-style: none;
}
.imprint section ul li,
.data-privacy section ul li,
.highlights-facts ul li{
    padding-left: 25px;
    position: relative;
}
.imprint section ul li:before, 
.data-privacy section ul li:before, 
.highlights-facts ul li:before{
    position: absolute;
    content: "\2014";
    left: 0;
}
#wrapper ul.bullets li{
    padding-left: 15px;
    position: relative;
}
#wrapper ul.bullets li:before{
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    display: block;
    background-color: rgba(202, 210, 41, 1);
    left: 0;
    top: 10px;
}
.highlights-facts ul li{
    margin: 10px 0px;
}

/* --- location --- */
/*.comfort > div{
    flex: 0 50%;
    padding-right: 5vw;
    padding-bottom: 120px;
    box-sizing: border-box;
}*/
#facts-figures .visual_03{    
    background-image: url('../images/birdview.jpg');
    min-height: 100vh;
}
h2{
    padding-top: 60px;
    text-transform: uppercase;
}
.location .location-img{
    padding: 0;
    position: relative;
}
.location-img img{
    width: 100%;
    height: auto;
    display: block;
}
.location .location-img .zoom{
    position: absolute;
    bottom: 20px;
    right: 15%;
    line-height: 25px;
}
.location .location-img .zoom{
    cursor: pointer;
}
.location .location-img .zoom img{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 10px;
    vertical-align: middle;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 15;
    display: none;
}
.modal-inside {
    width: 80%;
    height: 80vh;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 20px;
    background: rgba(244, 246, 212, 1);
    margin-top: 10vh;
}
.modal-inside .close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-inside .close:hover{
    cursor: pointer;
}
/* ================================================================================ */
/*          START: Büroflächen              */
/* ================================================================================ */
/*.offices-slider .slide{
    padding-left: 300px;
}*/
.offices-slider{
    min-height: 120px;
}
.offices-slider .rendering{
    padding-left: 380px;
}
.offices-slider .rendering{
    text-align: center;
    margin: 0 auto;
}
.offices-slider .belegung{
    background-color: rgba(237, 226, 215, 1);
    padding: 20px 0 20px 380px;;
    box-sizing: border-box;
}
.offices-slider .belegung.white-bg{
    background-color: rgba(255, 255, 255, 1);
}
.offices-slider .belegung h4{
    display: inline-block;
}
.offices-slider .belegung h3,.offices-slider .belegung h4, .offices-slider .belegung p{margin-top: 0;}
.offices-slider .owl-nav{
    position: absolute;
    top: 50%;
    z-index: 1;
    padding-left: 320px;
    width: 100%;
    box-sizing: border-box;
}
.offices-slider .owl-nav button{
    opacity: 1;
    transition: 0.2s ease;
}
.offices-slider .owl-nav .disabled{
    opacity: 0;
    transition: 0.2s ease;
}
.offices-slider .owl-nav .owl-next{
    position: absolute;
    right: 20px;
}
.offices-slider .owl-nav .owl-prev{
    position: absolute;
    left: 320px;
}
.offices-slider .owl-dots{
    display: none;
}
/* ================================================================================ */
/*          START: Location              */
/* ================================================================================ */
#location .visual{
    width: 100%;
}
#location .visual img{
    display: block;
    width: 100%;
    height: auto;
}
/* ================================================================================ */
/*          START: Gallery              */
/* ================================================================================ */
.slide{
    position: relative;
    background-size: cover;
}

.owl-carousel .owl-stage-outer{
    width: 100%;
}
.slide .img-meta{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px; 
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'UniversLTPro-UltCond';
    letter-spacing: 0.4px;
    font-size: 20px;
}
#gallery{
    /* background-color: rgba(163, 91, 90, 1); */
    padding-left: 300px;
    padding-top: 40px;
    box-sizing: border-box;
    min-height: auto;
}

#gallery .gallery-item img{
    max-height:70vh;
    width: auto;
    margin: 0 auto;
}
#gallery .owl-nav button{
    position: absolute;
    top: 50%;
    margin-top: -45px;
    display: block;
    opacity: 1;
    transition: all 0.2s ease;
}
#gallery .owl-nav button.disabled{
    opacity: 0;
    transition: all 0.2s ease;
}
#gallery .owl-nav button.owl-prev{
    left: 20px;
}
#gallery .owl-nav button.owl-next{
    right: 20px;
}
#gallery .owl-nav button svg{
    width: auto;
    height: 100%;
}
#gallery .img-meta{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
/*.gallery-item img{
    max-height: 80vh;
    width: auto;
    height: auto;
}*/
.owl-dots{
    text-align: center;
    margin-top: 20px;
}
#gallery .owl-dots{
    /* position: absolute; */
    /* bottom: 40px; */
    width: 100%;
    margin: 40px auto;
}
#gallery .owl-dots button{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(163, 91, 90, 1);
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    transition: all 0.2s ease;
}
#gallery .owl-dots button.active{
    background-color: rgba(163, 91, 90, 1);
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]){
    height: 1200px;
    max-height: 100vh;
}
/* ================================================================================ */
/*          START: contact              */
/* ================================================================================ */
section#contact{
    min-height: 101vh;
}
#contact h2{
    padding-top: 220px;
    padding-bottom: 80px;
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
}

#contact .companies{
    padding-top: 220px; /* same as height of #contact h2 */
 
    flex-wrap: wrap;
}
.companies h4{
    flex: 0 100%;
}
.companies div{
    flex: 0 50%;
}
.companies img.logo{
    height: 50px; 
    width: auto;
}
.companies a{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
#contact li{
    margin: 40px 0;
}
#contact .flex-content{
    align-items: flex-start;
}
#contact .flex-content .companies{
    align-items: flex-start;
}
#contact .flex-content > div:nth-of-type(1){
    flex: 0 33%;
}
#contact .flex-content > div:nth-of-type(2){
    flex: 0 66%;
}
#contact ul{
    list-style: none;
}

#contact ul li{
    display: flex;
    align-items: center;
}
#contact ul li a{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
#contact ul li .icon{
    width: 40px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
}
#contact ul li .icon img{
    width: 100%;
    height: auto;
}
#contact .third .top-content{
    min-height: 220px;
    margin-bottom: 40px;
}
#contact .contact-info{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#contact .contact-info.phone{
    font-weight: 900;
}
#contact .contact-img{
    display: block;
    height: 50px;
    width: auto; 
    padding: 5px 0;
    box-sizing: border-box;
    margin-top: 40px;
}
#contact .contact-icon{
    margin-right: 10px;
    display: inline-block;
}
.contact-icon.envelope{
    width: 30px;
    height: auto;
}
.contact-icon.phone{
    width: 20px;
}
.download-brochure a{
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.download-brochure a:hover{
    cursor: pointer;
}
.data-privacy #header ul{
    margin-left: 0;
}

.data-privacy .back, 
.imprint .back{
    position: relative;
    top: 60px;
}
.data-privacy .back a, 
.imprint .back a{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    position: relative;
}
.data-privacy .back a:after, 
.imprint .back a:after{
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background: rgba(163, 91, 90, 1);
    width: 0px;
    transition: all 0.2s ease;
}
.data-privacy .back a:hover:after, 
.imprint .back a:hover:after{
    width: 120%;
}


body.imprint, 
body.data-privacy{
    background-color: rgba(241, 227, 215, 1);
}


#cookies{
    display: none;
    position: fixed;
    z-index: 10;
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(163, 62, 62, 1);
    padding: 40px;
    box-sizing: border-box;
}
#cookies a{
    color: rgba(255, 255, 255, 1);
}
#cookies span{
    padding: 10px 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(163, 62, 62, 1);
    position: absolute;
    right: 40px;
    top: 30px;
    font-weight: 900;
    font-family: 'Azo Sans', sans-serif;
    font-weight: bold;
}
#cookies span:hover{
    cursor: pointer;
}