@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,800;1,400&family=Roboto+Serif:opsz,wght@8..144,500&display=swap');

html{scroll-behavior:smooth;}
body{scroll-behavior: smooth;}
/* Achtergrond bij laden:zelfde tint als de rest van de site (geen zwarte flits) */
html, body { background-color: #f5f2ed; }
/* Typo */
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Poppins', sans-serif;
    
}
a:hover{
    color:black;
}
.download-btn{
    background-color: #eb4f42;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top:.9rem;
    padding: 0.6rem 2rem;
    text-transform: none;
    color:white;
    right: 16.5rem;
    border-radius: 10rem;
    border: none;
    position: fixed;
    
}
.download-btn:hover{
    background-color: white;
    color: #eb4f42;
}
/* Buttons */
.action-btn{
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top:.9rem;
    padding: 0.6rem 2rem;
    text-transform: none;
    color:#eb4f42;
}
.action-btn:hover{
    background-color: #aa9972;
    
}
.action-btn:after{
    content: '\f0e0';
    top:0;
    display: none;
}
.action-btn:hover{
    padding:0.6rem 2rem;
}

.red-btn{
    border-radius: 10rem;
    border: none;
    background-color: #eb4f42;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 0.9rem;
    padding: 1rem 2.5rem;
    cursor: pointer;
}
.red-btn:hover{
    background-color: #bf3e37;
    text-decoration: none;
    color:white;
}


.gold-btn{
    border-radius: 10rem;
    border: none;
    background-color: #ccb887;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 0.9rem;
    padding: 1rem 2.5rem;
    cursor: pointer;
}
.gold-btn:hover{
    background-color: #aa9972;
    text-decoration: none;
    color:white;
}



.white-btn{
    border-radius: 10rem;
    border: none;
    background-color: white;
    color:#eb4f42;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 0.9rem;
    padding: 1rem 2.5rem;
    cursor: pointer;
}
.white-btn:hover{
    background-color: #bf3e37;
    text-decoration: none;
    color:white;
}


.back-btn{
    background-color: #ccb887;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0.6rem 2rem;
    text-transform: none;
    border-radius: 10rem;
    opacity: .5;
}
.back-btn:hover{
    background-color: #aa9972;
    color:white;
    opacity: 1;
    
}
.back-btn:before{
    content: '\f060';
    top:0;
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    margin-right: 10px;
}

#basement .btn-group,
#basement2 .btn-group
{
    position: absolute;
    bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.btn-group a{
    background-color: #eb4f42;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size:20px;
}
.btn-group a.active{
    background-color: #bf3e37;
}
.btn-group a:hover{
    background-color: #bf3e37;
}
.btn-group a:first-of-type{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.btn-group a:last-of-type{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Form */
#contact-form .form-control,
#contact-form .form-control:hover{
    background-color: #f5f2ed;
    color:black;
    font-family: 'Poppins', sans-serif;
}
#contact-form .form-control:focus{
    background-color: #f5f2ed;
    color:black;
}
#contact-form button#valid-form{
    background-color: #ccb887;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0.6rem 2rem;
    text-transform: none;
}

#contact-form button#valid-form:hover{
    background-color: #aa9972;
    
}
#contact-form span.sub-text{
    color:#f5f2ed;
}

#block-answer .error-message p,
#block-answer .success-message p
{
    background-color: #f5f2ed;
    padding:20px;
}

#block-answer .success-message p, 
#block-answer .error-message p{
    color: black;
}
#block-answer .success-message p span.name-success, 
#block-answer .error-message p span.name-success{
    color: black;
}



/* section0 */

.video-header{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    
#section0 .ty-header{
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 99999;
    width:100%;
    background-color: #f5f2ed;
    height:55px;
    text-align: left;
}
#section0 .ty-header .logo{
    margin-left:3rem;
    margin-top:1rem;
    height:35px;
}

#section0 .slide-overlay{
    opacity: 0.5;
    background: #000;
}
#section0 h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 90px;
    margin-bottom: 0;
    color:#f5f2ed;
}
#section0 h2{
    color:#ccb887;
    font-size: 40px;
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    margin-bottom:40px;
    text-transform: uppercase;
}

#section0 .intro p{
    color:#f5f2ed;
    font-size: 26px;
    font-family: 'Roboto Serif', serif;
    font-weight: 500;

}
#section0 #button-more{
    border-radius: 10rem;
    border: none;
    /* background-color: #eb4f42; */
    background-color: #ccb887;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 0.9rem;
    padding: 1rem 2.5rem;
    
}
#section0 #button-more:hover{
    background-color: #aa9972;
    color:#f5f2ed;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span{
    background-color: #f5f2ed;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
    background-color: #ccb887;
}
#fp-nav ul li .fp-tooltip{
    background-color: #f5f2ed;
    color:black;
    font-family: 'Poppins', sans-serif;
}

/* section 2 */

#section2{
    background-color: #ccb887;
}
#basement{
    background-color: #eb4f42;
}
#section2 h2, 
#basement h2{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color:#f5f2ed;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom:10px;
}
#basement h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#f5f2ed;
    font-size: 48px;
    text-transform: uppercase;
}
#section2 p, 
#basement p,
#basement2 p{
    color:black;
}
#section2 #carousel-services .carousel-inner .item .block-services .icon-services{
    color: #eb4f42;
}
#section2 h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#f5f2ed;
    font-size: 18px;
}
#section2 #carousel-services{
    display: none;
}
/* WORLD HERITAGE */

#worldheritage{
    background-color: #f5f2ed;
    color:black;
}
#worldheritage p{
    color:black;
}
#worldheritage .text-left-block .left-center-text .left-center-part h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#eb4f42;
    font-size: 48px;
}

#worldheritage h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#eb4f42;
    font-size: 18px;
}
#worldheritage h3 small{
    color:black;
    font-size: .8em;
    display: block;
    margin-top: 6px;
    text-transform: none;
}
#worldheritage a{
    color:black;
    text-decoration: underline;
}
#worldheritage a:hover{
    color:#eb4f42;
    text-decoration: underline!important;
}



/* || MEDIA || mediaslider */
#mediaslider{
    background-color: #eb4f42;
}
#mediaslider .works-slideshow img{
    width: 95%;
}
#mediaslider .team-image{
    cursor:pointer;
}
#mediaslider h2{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#mediaslider .pp2,
#mediaslider .nn2{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    color: white;
    cursor: pointer;
    opacity: .7;
}
#mediaslider .pp2:hover,
#mediaslider .nn2:hover{
    opacity: 1;
}
#mediaslider .works-slideshow{
    padding:100px;
    height:100vh;
}

.slick-slide img.slick-lightbox-slick-img{
    padding-bottom: 12px;
}
.slick-lightbox .slick-lightbox-close{
    width: 30px;
    height: 30px;
}
.slick-lightbox .slick-lightbox-close:before{
    font-size: 30px;
}
.slick-lightbox .slick-prev, 
.slick-lightbox .slick-next{
    width: 30px;
    height: 30px;
    z-index: 9999;
}

.slick-lightbox .slick-prev:before, 
.slick-lightbox .slick-next:before{
    font-size: 30px;
}

/* || INFO || section3 */
#section3{
    background-color: #f5f2ed;
    color:black;
}
#section3 p,
#section3d p{
    color:black;
}
#section3 .text-left-block .left-center-text .left-center-part h2,
#section3d h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#eb4f42;
    font-size: 48px;
}
#section3d h2{
    margin-top:60px;
}

#section3 h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color:#eb4f42;
    font-size: 18px;
}
#section3 h3 small{
    color:black;
    font-size: .8em;
    display: block;
    margin-top: 6px;
    text-transform: none;
}
#section3 a{
    color:black;
    text-decoration: underline;
}
#section3 a:hover{
    color:#eb4f42;
    text-decoration: underline!important;
}

/* section4 */
#section4{
    background-color: #eb4f42;
    color:black;
}

#section4 h2{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color:#f5f2ed;
    font-size: 48px;
    text-transform: uppercase;
}
#section4 p{
    color: black;
}
#section4 .location-map{
    min-width: 100%;
    min-height: 100%;
    background: url('../img/kaart.jpg');
    display: block;
    background-size: cover;
    background-repeat: no-repeat
}
#section4 .map-info{
    height: 100vh;
    min-height:100vh;
}
#section3d{
    background-color: #f5f2ed;
}
.text-left-block .left-center-text.section3d-padfix{
    padding: 0px 5% 0px 0;
}
.text-left-block .left-center-text.section3d-padfix2{
    padding: 0px 0% 0px 0;
}
.text-left-block .left-center-text.section3d-padfix2 .left-center-part.padfix2{
    padding-left: 10%;
    padding-right: 10%;
}


#section3d h2, 
#section3d h3, 
#section3d p{
    max-width:90%;
    margin: 0 auto;
}

.imgmap-container{
    margin:0 auto;
    width:100%;
    height:80vh;
    text-align: center;
}
.map3dclassimg{
    height:100%;
    margin: 0 auto;
}

/* Groen contentblok: op mobiel onder de kaart, op desktop over de kaart */
#section3d .section3d-map-wrapper {
    position: relative;
}
#section3d .section3d-content-block {
    display: block;
    background-color: #EB4F42;
    padding: 4rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
#section3d .section3d-content-block a{
    color:white;
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 8px 8px;
    margin-bottom: 0px;
}
#section3d .section3d-content-block a:hover{
    background-color: #bf3e37;
}

#section3d .section3d-content-block h3{
    color:white;
}
/* Mobiel: blok onder de kaart (normale flow) */
@media only screen and (max-width: 991px) {
    #section3d .section3d-content-block {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    #section3d .section3d-content-block {
        position: relative;
        margin-top: 0px;
        
    }
}



@media only screen and (max-width: 600px) {
    #section3d .section3d-content-block {
        position: relative;
        margin-top: -120px;
        
    }
}


/* Desktop: blok over de kaart (rechtsboven op de kaart) */

@media only screen and (min-width: 992px) {
    #section3d .section3d-content-block {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 600px;
        max-width: 420px;
        min-height: 160px;
        margin: 0;
    
    }

}
@media only screen and (min-width: 1600px) {
    #section3d .section3d-content-block {
        top: 50px;
        right: 150px;
     
    }
}

@media only screen and (min-width: 1400px){
    #section3d h2, 
    #section3d h3, 
    #section3d p{
        max-width: 900px;
    }
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
    .imgmap-container{
        height:60vh;
    }
}

/* section3d responsive: geen afsnijden onder ~1550px, tekst blijft leesbaar */
@media only screen and (max-width: 1550px) {
    #section3d,
    #section3d .fp-tableCell {
        height: auto !important;
        min-height: 0;
        display: block !important;
    }
    #section3d {
        overflow: visible !important;
        padding: 2rem 0 3rem;
    }
    #section3d .text-left-block .left-center-text.section3d-padfix {
        height: auto !important;
        display: block !important;
        padding: 0 1.25rem 0;
        max-width: 100%;
    }
    #section3d .text-left-block .left-center-text .left-center-part {
        display: block !important;
    }
    #section3d h2,
    #section3d h3,
    #section3d p {
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        box-sizing: border-box;
    }
    #section3d .imgmap-container {
        height: min(55vh, 420px);
        max-width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
    }
    #section3d .map3dclassimg {
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

/* kleinere lettergroottes in section3d op middelgrote schermen */
@media only screen and (max-width: 1550px) and (min-width: 769px) {
    #section3d h2 {
        font-size: clamp(28px, 4vw, 42px);
    }
    #section3d h3 {
        font-size: clamp(24px, 3.5vw, 36px);
    }
    #section3d p {
        font-size: clamp(0.95rem, 1.5vw, 1rem);
    }
}



 
#section3d h3{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color:#eb4f42;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom:15px;
}
#section3d h2{
    margin-top:20px;
    margin-bottom:5px;
}

/* ============================================
   Section: cross-section (alternatief onder section3d)
   UX: floor selector + availability card + highlight on image
   ============================================ */
#section-crosssection{
    background-color: #f5f2ed;
}

/* Titels en tekst: zelfde opmaak als #section3d */
#section-crosssection h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #eb4f42;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 5px;
}
#section-crosssection .left-center-part > p{
    color: #000;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#section-crosssection .crosssection-ui{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Chips / selector */
#section-crosssection .crosssection-ui__controls{
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 1.25rem;
}
#section-crosssection .crosssection-ui__radio{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#section-crosssection .crosssection-ui__chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(235, 79, 66, 0.10);
    color: #eb4f42;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
#section-crosssection .crosssection-ui__chip:hover{
    background: rgba(235, 79, 66, 0.16);
    transform: translateY(-1px);
}
#section-crosssection #cs-lg:checked ~ .crosssection-ui__controls label[for="cs-lg"],
#section-crosssection #cs-g:checked ~ .crosssection-ui__controls label[for="cs-g"],
#section-crosssection #cs-f1:checked ~ .crosssection-ui__controls label[for="cs-f1"],
#section-crosssection #cs-f2:checked ~ .crosssection-ui__controls label[for="cs-f2"],
#section-crosssection #cs-f3:checked ~ .crosssection-ui__controls label[for="cs-f3"],
#section-crosssection #cs-f4:checked ~ .crosssection-ui__controls label[for="cs-f4"],
#section-crosssection #cs-f5:checked ~ .crosssection-ui__controls label[for="cs-f5"]{
    background: #eb4f42;
    color: #fff;
}

/* Layout */
#section-crosssection .crosssection-ui__layout{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
    text-align: center;
}
#section-crosssection .crosssection-ui__image{
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    text-align: left;
}
#section-crosssection .crosssection-ui__img{
    display: block;
    max-width: 100%;
    max-height: 72vh;
    width: auto;
    height: auto;
}

/* Polygon overlay:zelfde doos als de afbeelding (container = img-maat) */
#section-crosssection .crosssection-ui__svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}
#section-crosssection .cs-shape{
    fill: rgba(235, 79, 66, 0.7);
    stroke: none;
    opacity: 0;
    transition: opacity 0.18s ease;
}

/* Availability card (geen ronde hoeken) */
#section-crosssection .crosssection-ui__card{
    background-color: #EB4F42;
    color: #fff;
    border-radius: 0;
    padding: 1.25rem 1.25rem 1rem;
    box-sizing: border-box;
}
#section-crosssection .crosssection-ui__card-title{
    color: #fff;
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
}
#section-crosssection .crosssection-ui__card-sub{
    margin-top: 6px;
    opacity: 0.9;
}

#section-crosssection .crosssection-ui__panel{
    display: none;
    margin-top: 1rem;
    padding: 0.85rem 0.85rem;
    background: rgba(255,255,255,0.10);
    border-radius: 0;
}
#section-crosssection .crosssection-ui__panel-kicker{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 6px;
}
#section-crosssection .crosssection-ui__panel-meta{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

#section-crosssection .crosssection-ui__cta{
    display: inline-block;
    margin-top: 0.9rem;
    background: #fff;
    color: #eb4f42;
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-decoration: none;
}
#section-crosssection .crosssection-ui__cta:hover{
    background: #bf3e37;
    color: #fff;
    text-decoration: none;
}
#section-crosssection .crosssection-ui__cta--external{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
#section-crosssection .crosssection-ui__cta--external .cs-icon-external{
    width: 0.95em;
    height: 0.95em;
}

/* List below panels */
#section-crosssection .crosssection-ui__list{
    margin-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.22);
    padding-top: 1rem;
    display: grid;
    gap: 0.5rem;
}
#section-crosssection .crosssection-ui__list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 0.75rem;
    border-radius: 0;
    background: rgba(255,255,255,0.06);
}
#section-crosssection .crosssection-ui__list-item--external .cs-link-external{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
}
#section-crosssection .cs-icon-external{
    display: inline-block;
    width: 1em;
    height: 1em;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center / contain;
    vertical-align: -0.15em;
}
#section-crosssection .crosssection-ui__list-item:hover{
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
}

/* Badges */
#section-crosssection .cs-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.18);
    color: #fff;
}
#section-crosssection .cs-badge--ok{ background: rgba(255,255,255,0.22); }
#section-crosssection .cs-badge--info{ background: rgba(0,0,0,0.18); }

/* State switching (radio -> polygon overlay only; availability is static) */
/* Chip-highlight = maphilight (zelfde laag als mouseover), geen aparte SVG-overlay meer */

@media only screen and (min-width: 992px){
    #section-crosssection .crosssection-ui__layout{
        display: block;
        position: relative;
    }
    /* Image wrapper blijft inline-block (shrink-wrap) zodat SVG overlay klopt */
    #section-crosssection .crosssection-ui__card{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        margin-left: -18%;
        width: 300px;
        max-width: 32%;
        min-height: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section-crosssection .crosssection-ui__controls{
        justify-content: center;
        margin-bottom: 1.75rem;
    }
}

/* Ultra-wide screens: keep Availability anchored to image */
@media only screen and (min-width: 2300px){
    #section-crosssection .crosssection-ui{
        text-align: center;
    }
    /* shrink-wrap layout to image width so the overlay can't drift */
    #section-crosssection .crosssection-ui__layout{
        display: inline-block;
        text-align: left;
        position: relative;
    }
    /* ensure image establishes the layout width */
    #section-crosssection .crosssection-ui__image{
        display: block;
    }
}

/* Responsive fixes: op kleinere schermen moet alles mee schalen */
@media only screen and (max-width: 991px){
    #section-crosssection .crosssection-ui__layout{
        display: block;
        text-align: center;
    }
    /* Wrapper wordt block zodat img 100% breed kan worden */
    #section-crosssection .crosssection-ui__image{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    #section-crosssection .crosssection-ui__img{
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }
    /* Availability onder de afbeelding (geen overlay) */
    #section-crosssection .crosssection-ui__card{
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 0;
        margin-top: 1rem;
    }
}

/* Fixes */
#loading{
    background: #f5f2ed;
}
#loading #preloader .loading-text {
    color:black;   
}
#loading #preloader .load .loading-dot{
    background-color: #eb4f42;
}
#info .content #subscribe #notifyMe .form-group button.submit{
    border-radius: 10rem;
    border: none;
    background-color: #eb4f42;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    top: 0.9rem;
    padding: 1rem 2.5rem;
    
}
.home-bassement,
.bios-bassement {
    height: 100vh !important;
}


.floor-page{
    background-color: #f5f2ed;
    color:#000000;
}
.floor-page .pad-fix{
    padding-top:80px;
}
.floor-page h1{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color: #eb4f42;
    font-size: 60px;
    text-transform: uppercase;
}
.floor-page h2{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color: #f5f2ed;
    font-size: 48px;
    text-transform: uppercase;
}
.floor-page .metrage{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ccb887;
}
.floor-page .portfolio figure a img.small-square{
    margin-bottom: 30px;
}
.floor-page .portfolio figure a.small img{
    max-width: 100%;
}
/* Default/volgpagina's: leesbare breedte voor pagina-inhoud */
.floor-page .page-content {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* block overwrite */
.floor-page #basement,
.floor-page #basement2{
    background-color: #eb4f42;
}
.floor-page #basement h3,
.floor-page #basement2 h3{
    font-family: 'Roboto Serif', serif;
    font-weight: 500;
    color: #f5f2ed;
    font-size: 48px;
    text-transform: uppercase;
}
.floor-page #basement h2,
.floor-page #basement2 h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 48px;
}
.floor-page #basement h4,
.floor-page #basement2 h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.bg-gold{
    background-color: #ccb887;
}


.scroll-indicator2{
    margin-bottom: 30px;
}
.scroll-indicator2 .mouse {
    width: 25px;
    height: 45px;
    border: 3px solid #ccb887;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
}
.scroll-indicator2 .mouse::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccb887;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 30px;
	}
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 30px;
	}
}



@media only screen and (max-width: 1577px){
    .floor-page #basement h2, .floor-page #basement2 h2{
        font-size:36px;        
    }
}


.mobile-video{
    display: none;
    background-color: #CBB787;
}
.mobile-video video{
    width:100%;    
}


/* Mobile fixes */
@media only screen and (max-width: 480px){
    
    #section0,
    #section1,
    #section2,
    #section3d,
    #location,
    #worldheritage,
    #basement,
    #section4,
    #mediaslider{
        margin-top: -1px;
    }
    
    .mobile-video{
        display: block;
    }
    
    #section0, 
    #section0 .fp-tableCell{
        height: auto!important;
        display: none!important;
    }
    .video-header{
        display: block;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
        margin-top: 50px;
    }
    #section0 .intro{
        display: none;
    }

    .action-btn.jello{
        width: auto;
        border-radius: 10rem;
    }
    #section0 h1{
        font-size: 68px;
        margin-bottom:30px;
    }
    #section4 .map-info{
        height: 100vh;
    }
    #section4 .location-map{
        min-height: 100vh;
    }
    .text-left-block .left-center-text.section3d-padfix{
        padding: 0px 0 0px 0;
    }
    #section3d, 
    #section3d div.fp-tableCell{
        height: auto!important;
    }
    .mob-btn{
        margin: 0 10px 15px 10px;

        border-radius: 10rem;
        border: none;
        background-color: #eb4f42;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        top: 0.9rem;
        padding: 1rem 2.5rem;
    }
    .mob-btn:hover,
    .mob-btn:active{
        background-color: #bf3e37;
    }
    
    #mediaslider h2{
        margin-top: 30px;
    }
    
    #mediaslider, 
    #mediaslider .fp-tableCell{
        height: auto!important;
    }
    #mediaslider .works-slideshow{
        padding:20px;
        height:60vh;
    }
    
    #location{
        margin-top: -1px;
    }
    #location,
    #location .fp-tableCell{
        height: auto!important;
    }
    #location .fp-tableCell{
        padding: 70px 0 90px 0;
    }
    
    #location .embed-responsive-item{
        padding: 0 20px;
    }
    
    .slick-lightbox .slick-lightbox-slick-item-inner{
        max-width: 80%;
    }
}
