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

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

    /* OVERALL TYPE & BUTTONS */
    h1 {
        font-size: 1.8em;
        max-width: 80%;
    }
    /*body.homepage h1 {
        font-size: 2.3em;
    }*/

    .btn {
        padding: 10px 15px;
        font-size: 1em;
    }
  
    /* NAV */
    #header,
    body.scroll #header {
        height: 70px;
        z-index: 9;
    }
    #header #logo-lvc {
        width: 60px;
    }
    .nav-button#menu-button {
        display: flex;
        left: 5%;
    }
    .nav-button#cart-button {
        right: 70px;
    }
    .nav-button#search-button {
        right: 120px;
    }
    #menu-holder {
        position: fixed;
        right: 0;
        top: 0;
        width: 95%;
        height: 100vh;
        z-index: 3;
        background: var(--accents);
        transform: translateX(100%);
        transition: transform 600ms cubic-bezier(0.76, 0, 0.24, 1);    
        box-sizing: border-box;    
        padding: 30px 40px 40px 40px;  
        align-items: flex-start; 
        justify-content: center; /* 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: flex-start; align-items: flex-start; width: 100%; z-index: 3; line-height: 1; order: 0; column-gap: 0px; row-gap: 20px; }
    ul#menu li a { display: block; white-space: nowrap; }

    ul#menu li.hassub { position: relative; transform: none; bottom: auto; left: auto; background: transparent; opacity: 1; visibility: visible; padding: 0; min-width: 0; }
    ul#menu li.hassub a.master { margin-bottom: 10px; padding-right: 0; font-size: 18px; }
    ul#menu li.hassub a.master img { display: none; }

    ul#menu li.hassub ul.sub { position: relative; bottom: auto!important; left: auto; margin: 0; padding: 0; min-width: 0; pointer-events: initial; opacity: 1; visibility: visible; transform: none; background: transparent; }    
    ul#menu li.hassub ul.sub li a { font-size: 16px; color: var(--main); }
    ul#menu li.hassub ul.sub,
    ul#menu li.hassub ul.sub li,
    ul#menu li.hassub ul.sub li a { white-space: normal; }

    ul#menu-second { flex-direction: column; position: relative; top: auto; right: auto; order:  1; margin-top: 20px; font-size: 1em; }

    /* CONTENT */
    .row {
        padding: 40px 0;
    }
    .row .content {
        display: flex;
        flex-direction: column;
        column-gap: 0;
        row-gap: 50px;
    }
    .content .page_content,
    .content .page_content.hasmedia {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 1;
        min-height: 0;
    }
    .content .media {
        width: 100%;
        order: 0;
        
    }
    
    /* Homepagina */

    body.homepage .row.intro .page_content { text-align: left; }
    
    /* Reisbestemmingen */

    body.subpage.reisb .row.first .content { gap: 30px; }
    body.subpage.reisb .row.first h2.first { margin-bottom: 20px; font-size: 32px; }
    
    body.subpage.reisb .row.first .contact { border-radius: 15px; }
    body.subpage.reisb .row.first .contact .logo { padding: 40px 45px; }
    body.subpage.reisb .row.first .contact .details { padding: 30px; padding-top: 20px; }
        
    body.subpage.reisb .row.first .media.inbetween { flex-direction: column; gap: 20px; margin-top: 40px; margin-bottom: 45px; }
    body.subpage.reisb .row.first .media.inbetween .owl-nav { width: 90%; }
    body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-prev,
    body.subpage.reisb .row.first .media.inbetween .owl-nav button.owl-next { background-color: rgba(255,255,255,0.5); }

    /* Fiets- en wandelroutes */
    body.subpage.reisb .row.first .routes { padding: 25px; }
    body.subpage.reisb .row.first .routes h2 { margin-bottom: 25px; font-size: 24px; }
    body.subpage.reisb .row.first .routes .route { flex-direction: column; gap: 20px; }
    body.subpage.reisb .row.first .routes .route:not(:last-of-type) { padding-bottom: 20px; }
    body.subpage.reisb .row.first .routes .route .image { margin-top: 0; }
    body.subpage.reisb .row.first .routes .route .image h3 { padding: 25px; font-size: 20px; }
    body.subpage.reisb .row.first .routes .route a.goto img { top: 0; }

    /* Volksverhalen */
    body.subpage.reisb .row.first .eefke { margin-top: 30px; padding: 25px; }
    
    /*body.subpage.reisb .row.eefke .page_content { flex-direction: column; gap: 30px; }*/

    /* Activiteiten */
    body.subpage.reisb .row.first .right .activities { padding: 25px; }
    body.subpage.reisb .row.first .right .activities h2 { margin-bottom: 5px; font-size: 24px; }
    body.subpage.reisb .row.first .right .activities .activity .image h3 { padding: 25px; font-size: 20px; }

    
    /* Paspoort */

    body.subpage.paspoort .row.first .content { gap: 45px; }
    body.subpage.paspoort .row.first h2.first { margin-bottom: 20px; font-size: 32px; }
    
    body.subpage.paspoort .row.first .contact { border-radius: 15px; }
    body.subpage.paspoort .row.first .contact .logo { padding: 40px 45px; }
    body.subpage.paspoort .row.first .contact .details { padding: 30px; padding-top: 20px; }
    
    
    body.subpage .row.media { padding: 50px 0; padding: 40px 0; }
    body.subpage .row.media .media { display: flex; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    body.subpage .row.media .media a { border-radius: 8px; border-radius: 15px; }
    

    footer {  }
    
    #footer #footer-top { padding: 45px 0; }
    
    #footer #footer-container .social-buttons ul li.colofon a { }    
    #footer #footer-container .social-buttons ul { gap: 20px; }
    #footer #footer-container .social-buttons ul li a { width: 30px; height: 30px; }
    
    #footer #footer-top-container { flex-direction: column; gap: 20px; }
    
    #footer #footer-bottom-container { align-items: flex-start; padding: 45px 0 45px 0; }
    #footer #footer-bottom-container { flex-direction: column; gap: 10px; }
    #footer #footer-bottom-container .social-buttons { margin-bottom: 20px; }
    #footer #footer-bottom-container .social-buttons + ul { flex-direction: column; gap: 0; }
    
    #footer .cybox-tag { margin-top: 5px; margin-left: 0; }
    
    #footer #footer-bottom ul li a { display: block; padding: 2px 0; }


    /* MODAL: MODALS */
    dialog.modal {
        padding: 25px;
    }

}
