/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* Start aanpassingen om mega menu goed te krijgen voor mobiel. */
@media (max-width: 991.98px) {
    .sticky-desktop-wrapper {
        display: block;
    }

    #desktop-header {
        display: block;
    }
    .header-top{
        display: none;
    }

    .ybc-menu-toggle.ybc-menu-btn{
        display: none;
    }

    .header-banner{
        display: none;
    }

    #header .header-nav {
        border-bottom: none 0;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .sticky-desktop-wrapper #desktop-header.stuck-header {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
    }

    #wrapper {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .ets_mm_megamenu.hook-default {
        margin-top: 0;
        padding: 0;
    }
}

#mobile-header .mobile-main-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}
#mobile-header-sticky.stuck-down, #mobile-header-sticky.stuck-up.visible-stuck-up {
    z-index: 1000;
}


/* Eind aanpassingen om mega menu goed te krijgen voor mobiel. */