/*  LAYOUT: DEFAULT 
//////////////////////////////////////////////////////////////////////////////*/

@layer layout {
    .area--sidebar {
        z-index: 1;
    }
    .slider .slick-arrow {
        z-index: var(--z-index-slider-button);
    }

    .separator > * {
        z-index: 999;
    }
    .carousel .slick-arrow {
        z-index: var(--z-index-slider-button);
    }
    .newsfilter {
        z-index: 100;
    }
    .page--map--landingpage .section--footer {
        position: relative;
        z-index: 111;
    }
    .linkbox {
        z-index: 100;
    }
    .article--columns > .ce_headline {
        z-index: 1111;
    }
    @media (max-width: 640px) {
        .nav-hamburger {
            z-index: 9999999;
        }
    }
    @media (min-width: 980px) {
        .section--header {
            z-index: 1111;
        }
        .branding__figure {
            z-index: var(--z-index-logo);
        }
        .component--separator {
            z-index: 200;
        }
    }
    .section--header {
        z-index: 1112;
    }
}
