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

    /* BODY */
    body {
        padding-top: 70px; /* #header-height */
        font-size: 1em;
        line-height: 1.6;
    }
    body:after {
        height: 70px;
    }

    /* OVERALL TYPE & BUTTONS */
    h1 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }
    body.calendar .page_content.news_item h1 {
        margin-bottom: 20px;
    }
    h2 {
    }
    h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    h4 {
    }
    
    .btn {
        padding: 15px 30px;
        font-size: 1em;
    }
  
    /* NAV */
    #header,
    body.scroll #header {
        height: 70px;
        z-index: 9;
    }
    #header-top { display: none; }
    
    #header-bottom { height: 100%; }
    #header-bottom:after { position: absolute; top: 0; right: -60px; width: 50%; height: 100%; content: ""; transform: skewX(-30deg); z-index: -1; background-color: var(--color1); }
    #header-bottom-container { width: 85%; }
    
    #header #logo { top: 10px; width: 150px; height: 100%; background-color: transparent; }
    
    .nav-button#menu-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 17px;
        right: 7.5%;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 50%;
        box-sizing: border-box;
    }
    .nav-button#menu-button img {
        display: block;
        width: 16px;
        height: 16px;
        filter: invert(1);
    }
    .nav-button#cart-button {
        right: 70px;
    }
    .nav-button#search-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 17px;
        right: 66px;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255,255,255,0.5);
        box-sizing: border-box;
        z-index: 3;
    }
    .nav-button#search-button img {
        display: block;
        width: 16px;
        height: 16px;
        filter: invert(1);
    }
    #menu-holder {
        position: fixed;
        right: 0;
        top: 0;
        width: 90%;
        height: 100%;
        z-index: 3;
        background: var(--color1);
        transform: translateX(100%);
        transition: transform 300ms cubic-bezier(0.76, 0, 0.24, 1);    
        box-sizing: border-box;    
        padding: 30px;  
        align-items: flex-start; 
        justify-content: flex-start; /* vert. centreren? --> center */
        column-gap: 30px;
        font-size: 1.2em; 
        overflow-y: auto;   
    }
    #menu-holder.active {
        transform: translateX(0%);
    }    
    ul#menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 3;
        line-height: 1;
        order:  0;
        column-gap: 0px;
        row-gap:  20px;
    }
    ul#menu li {
        height: auto;
    }
    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.master {
        display: block;
        color: #fff;
        white-space: nowrap;
    }
    ul#menu li.hassub a.master {
        padding-right: 0;
    }
    ul#menu li.hassub a.master img {
        display: none; 
    }
    ul#menu-second {
        flex-direction: column;
        position: relative;
        top: auto;
        right: auto;
        order:  1;
        margin-top: 20px;
        font-size: 1em;
    }    

    /* CONTENT */
    .row,
    .row.row-0,
    header#page-header + main .row.row-0 {
        padding: 45px 0;
    }
    .content {
        display: flex;
        flex-direction: column;
        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 {
        margin-top: 0;
        width: 100%;
        /*order: 1;*/
    }
    .content .right { position: relative; gap: 20px; top: auto; margin-top: 15px; margin-left: 0; }
    .content .right,
    .content #submenu + .page_content + .right { width: 100%; }

    /* breadcrumbs */
    .breadcrumbs {
        position: relative;
        top: 0;
        margin-top: -20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }
    
    /* media */
    .row-standard-big-image .content .right { width: 100%; }
    .caption { padding: 20px 25px; }
    
    
    /* HOMEPAGINA */

    /* HOMEPAGINA - Uitgelicht */

    .row-uitgelicht .uitgelicht { flex-direction: column; gap: 0; border-radius: 5px; }
    .row-uitgelicht .uitgelicht:not(:last-of-type) { margin-bottom: 20px; }
    .row-uitgelicht .uitgelicht .image { width: 100%; aspect-ratio: 4/3; }
    .row-uitgelicht .uitgelicht .text { padding: 30px; width: 100%; }
    .row-uitgelicht .uitgelicht .text .title { max-width: 95%; font-size: 28px; }
    .row-uitgelicht .uitgelicht .text a.btn { margin-top: 0; margin-bottom: 5px; }

    
    /* OELBROECK */

    /* OELBROECK - Huisgenoten */
    .huisgenoten { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
    
    
    /* AGENDA */
    .content .page_content.news_item + .right { width: 100%; }
    .content .page_content.news_item + .right.hasmedia { margin-top: 15px; }
    
    .content .right .ctas a.btn { padding: 20px 30px; font-size: 18px; }
    
    .content .right .properties { padding: 25px 30px; }
    .content .right .properties h2 { margin-bottom: 15px; font-size: 18px; }
    .content .right .properties ul li { padding: 0; font-size: 16px; }
    
    .content .right .info { padding: 20px 30px; }
    .content .right .info ul li { flex-direction: column; font-size: 16px; }
    .content .right .info ul li strong { font-weight: 600; }
    
    .content .right .media { row-gap: 20px; }
    
    
    /* ZALEN EN RUIMTES */
    .ruimtes { display: flex; flex-direction: column; gap: 20px; }
    
    .row-bereikbaarheid .content .right { width: 90%; }
    
    .row-contact-form .content .page_content { flex-direction: column; gap: 15px; }
    
    
    /* MAPS */
    .row-maps { padding: 0; }
    .row-maps #map_canvas { height: 65vh; }
    
    
    /* FOOTER */
    #footer-top { }
    #footer-top-container { flex-direction: row; column-gap: 0; row-gap: 20px; padding: 30px 0; width: 85%; }
    #footer-top-container .left img { margin: 0; height: 40px; }
    #footer-top-container .right { align-items: flex-end; }
    #footer-top-container .right span { display: none; }
    #footer-top-container .column { width: 100%; }
    #footer-top-container .column ul { }
    #footer-top-container .column ul li a,
    #footer-top-container .column ul li.padding { display: block; padding: 3px 0; }
    
    #footer-center { }
    #footer-center-container { flex-direction: column; gap: 30px; padding: 30px 0; width: 85%; }
    
    #footer-center-container .right { gap: 15px; }
    
    #footer-center-container .left { padding: 0; }
    #footer-center-container .left strong { font-size: 20px; line-height: 1.4; }
    
    #footer-center-container .left #mailstage form { flex-direction: column; gap: 10px; width: 100%; }
    #mailstage form input[type=email] { width: 100%; border-radius: 3px; }
    #mailstage form .btn { padding: 15px 30px; border-radius: 3px; }
    
    footer .left,
    footer .right { width: 100%; }
    footer .right { flex-direction: column; }

    #credits { }
    #credits-container,
    #credits-container ul { flex-direction: column; justify-content: flex-start; row-gap: 0; }
    #credits-container { gap: 20px; padding: 30px 0 45px 0; width: 85%; }
    #credits-container .left { flex-direction: column; gap: 10px; }
    #credits-container .right { gap: 20px; }

    /* CLOSE OVERLAY */
    #close-overlay {
        
    }

}
