@media screen and (max-width: 820px) and (hover: none) and (pointer: coarse) and (min-aspect-ratio: 13/9) {
    html,
    body {
        height: 100%;
        overflow: hidden;
    }

    body::before {
        content: "Bitte die Webseite im Hochformat verwenden Handy drehen";
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        font-size: 18px;
        text-align: center;
        z-index: 999999;
    }
}

.elementor-location-header,
header.site-header,
header {
    position: relative;
    z-index: 10020;
}

.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header .elementor-nav-menu__container,
.elementor-location-header .elementor-menu-toggle {
    position: relative;
    z-index: 10010;
}

.menu-overlay {
    position: fixed;
    top: var(--cod-header-h, 80px);
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.elementor-widget-nav-menu .elementor-nav-menu > li:first-child {
    margin-top: 25px;
}

.elementor-widget-nav-menu .elementor-nav-menu > li:last-child {
    margin-bottom: 25px;
}
