@media screen and (max-width: 1550px) and (min-width: 1100px) {

    #footer #footer-container .reviews { transform: scale(0.75); transform-origin: top right; }
    
}
@media screen and (max-width: 1350px) and (min-width: 1100px) {

    body.homepage .row.first .content { gap: 60px; }
    
    .row.columns .columns { gap: 30px; }
    .row.sport .sportiviteiten { gap: 20px; }
    .overview.overnachten,
    .overview.eten-en-drinken { gap: 30px; }
    .overview .item .name { padding: 25px 30px; }
    .overview { gap: 30px; }
    .row.first #submenu { width: 300px; }
    .content { column-gap: 45px; }
    .content h1 { margin-bottom: 25px; font-size: 40px; }
    .content .media { row-gap: 20px; margin-left: 0; width: 300px; }
    .overview.reserveren { gap: 30px; }
    
    #footer #footer-container { column-gap: 60px; }
    
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {

    #footer #footer-container .reviews .review { padding: 30px 15px; }
    
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {

    #footer #footer-container .reviews .review { padding: 30px 10px; }
    
}

@media screen and (max-height: 800px) {

    header#page-header + main .row.first:before { position: absolute; top: -15px; left: 50%; width: 40px; height: 40px; content: ""; transform: translateX(-50%) rotate(45deg); background-color: #fff; }

}

@media screen and (max-width: 1100px) {

    /* BODY */
    body {
        font-size: 1em;
    }
    body:after {
        height: 70px;
    }

    /* OVERALL TYPE & BUTTONS */
    h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .btn {
    }
  
    /* NAV */
    #header,
    body.scroll #header {
        height: 70px;
        z-index: 9;
    }
    #header #header-top { display: none; }
    #header #header-bottom {
        height: 100%;
    }
    #header #header-bottom-container {
        width: 85%;
    }
    
    #header #logo {
        top: 0;
        height: 150px;
        transform: scale(0.6);
        transform-origin: top left;
    }
    .nav-button#menu-button {
        display: flex;
        right: 7.5%;
        width: 26px;
        height: 26px;
    }
    .nav-button#cart-button {
        right: 70px;
    }
    .nav-button#search-button {
        right: 120px;
    }
    #menu-holder {
        position: fixed;
        right: 0;
        top: 0;
        width: 90%;
        /*height: 100%;*/ /* 100% not working?? */
        height: 100vh;
        margin-top: 0;
        z-index: 3;
        background: var(--green);
        transform: translateX(100%);
        transition: transform 600ms cubic-bezier(0.76, 0, 0.24, 1);    
        box-sizing: border-box;    
        padding: 30px 35px;  
        align-items: flex-start; 
        justify-content: center; /* vert. centreren? --> center */
        gap: 15px;
        font-size: 1.2em; 
        overflow-y: auto;   
    }
    #menu-holder.active {
        transform: translateX(0%);
    }    
    ul#menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*align-items: flex-start;*/
        width: 100%;
        z-index: 3;
        line-height: 1;
        order: 0;
        column-gap: 0;
        row-gap: 15px;
        margin-bottom: 5px;
    }
    ul#menu li.hassub ul.sub,
    ul#menu li.hassub:hover ul.sub {
        position: relative;
        DISPLAY: NONE;
        transform: none;
        bottom: auto;
        left: auto;
        background: transparent;
        visibility: visible;
        padding: 0;
        margin-top: 10px;
        margin-left: 20px;
        min-width: 0;
    }
    ul#menu li a {
        display: block;
        white-space: nowrap;
    }
    ul#menu li a.master {
        font-size: 24px;
    }
    ul#menu li a.master.home {
        display: block;
        margin-bottom: 7px;
        font-size: 18px;
    }
    ul#menu li.hassub a.master {
        padding-right: 0px;
    }
    ul#menu li.hassub a.master img {
        display: none; 
    }
    ul#menu-second {
        position: relative;
        flex-direction: column;
        order: 1;
        top: auto;
        right: auto;
        margin-top: 0;
        height: auto;
        font-size: 18px;
    }
    ul#menu-second li:before {
        content: none!important;
    }
    ul#menu-second li a.home {
        display: none;
    }
    ul#menu-second li.reserveren {
        margin-left: 0;
    }
    ul#menu-second li.reserveren a {
        margin-top: 30px;
        margin-left: 0;
        padding: 15px 20px 15px 20px;
        /*font-size: 24px;*/
    }
    ul#menu-second li.reserveren a:before {
        position: relative;
        top: -1px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    ul#menu-second li.hassub.reserveren ul.sub {
        display: none;
    }

    /* CONTENT */
    .row {
        padding: 50px 0;
    }
    .row.first {
        margin-top: 70px;
        padding-top: 65px;
    }
    .content {
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 30px;
        width: 85%;
    }
    .content .page_content,
    .content .page_content.hasmedia {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 0;
        min-height: 0;
    }
    .content .media {
        width: 100%;
        order: 1;
        margin: 0;
        row-gap: 20px;
    }
    
    
    /* HOMEPAGINA */
    body.homepage .row.first .content { gap: 30px; }
    body.homepage .row.first .content .page_content h1,
    body.homepage .row.first .content .page_content h2 { margin-bottom: 20px; font-size: 28px; }
    body.homepage .row.first .content .page_content h1 br,
    body.homepage .row.first .content .page_content h2 br { display: none; }
    body.homepage .row.first .content .media { width: 100%; }
    
    header#page-header + main .row.first { margin-top: 0; padding-top: 50px; }
    
    .row.columns .columns { display: flex; flex-direction: column; gap: 45px; }
    .row.columns .columns .column .text h2 { font-size: 28px; }
    
    .row.sport { text-align: left; }
    .row.sport h2 { margin-bottom: 20px; font-size: 28px; }
    .row.sport .sportiviteiten { display: flex; flex-direction: column; }
    
    
    .breadcrumbs { position: relative; left: 0; top: 0; margin-top: -30px; width: 100%; font-size: 14px; }
    .breadcrumbs ul { flex-wrap: wrap; width: 100%; }
    .breadcrumbs ul li { /*white-space: nowrap;*/ }
    
    
    /* OVERNACHTEN - HOTELKAMERS / HOTELARRANGEMENTEN */
    /* MEER - SPORTIVITEITEN */
    .overview { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; }
    .overview .item .name { padding: 25px 30px; }
    .overview .item .name span:nth-of-type(1) { line-height: 1.2; font-size: 18px; }
    .overview .item .name span:nth-of-type(2) { font-size: 14px; }
    
    /* OVERNACHTEN + ETEN EN DRINKEN */
    .overview.overnachten,
    .overview.eten-en-drinken { gap: 20px; }
    .overview.overnachten .item,
    .overview.eten-en-drinken .item { aspect-ratio: 4 / 3; }
    .overview.overnachten .item.contact,
    .overview.eten-en-drinken .item.contact { display: none; }

    .overview.overnachten + p,
    .overview.eten-en-drinken + p { margin-top: 35px; }

    /* RESERVEREN */
    .overview.reserveren { gap: 20px; }
    .overview.reserveren .item { aspect-ratio: 4 / 3; }

    .overview.reserveren .item.contact { display: flex!important; }


    /* FOOTER */
    footer {
    }
    #footer {
        padding: 45px 0 30px 0;
    }
    #footer #footer-container {
        flex-direction: column;
        column-gap: 0;
        row-gap: 30px;
        width: 85%;
    }
    #footer #footer-container .column {
        width: 100%;
    }
    #footer #footer-container .column.intro {
        max-width: 100%;
    }
    #footer #footer-container .column.two-col ul {
        columns: 1;
    }
    #footer #footer-container .column ul li a,
    #footer #footer-container .column ul li.padding {
        display: block;
    }
    #footer #footer-container .reviews {
        position: relative;
        transform: scale(0.75);
        transform-origin: top left;
    }
    #credits {
        padding: 45px 0 45px 0;
        font-size: 0.9em;
    }
    #credits #credits-container {
        flex-direction: column;
        gap: 15px;
        width: 85%;
    }
    #credits #credits-container ul {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }
    #credits #credits-container ul li.privacy {
        margin-top: 15px;
    }
    #credits #credits-container ul li.algvoorw {
        margin-bottom: 15px;
    }
    #credits #credits-container ul li:after {
        content: none!important;
    }
    #footer #footer-container .social-buttons {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-bottom: 10px;
    }
    #footer #footer-container .social-buttons ul {
        flex-wrap: wrap;
        gap: 18px;
    }
    /* CLOSE OVERLAY */
    #close-overlay {
        height: 100vh; /* height: 100% not working?? */
    }

}
