/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 07:45:37 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

@media (max-width: 1199px) {
    footer .exampp-hints {
        width: auto;
        padding-left: 1rem !important;
    }
}

@media (min-width: 922px) and (max-width: 1120px) {
    span.dropdown-menu-toggle.ast-header-navigation-arrow {
        position: absolute;
        right: 0;
        background: #279DD9;
        padding: 1rem;
        display: flex;
        color: #fff;
        font-size: 1.5rem;
        width: 4rem;
        justify-content: center;
    }

    .ast-header-navigation-arrow span.ast-icon.icon-arrow svg {
        padding-left: 0;
        margin-left: 0;
    }

    li.menu-item.menu-item-type-custom:first-child {
        pointer-events: none;
    }
}

@media (max-width: 1120px) {
    #ast-desktop-header {
        display: none;
    }

    #ast-mobile-header {
        display: block !important;
    }
}

@media (min-width: 922px) and (max-width: 1122px) {
    .ast-primary-header-bar.ast-primary-header.main-header-bar.site-primary-header-wrap.site-header-focus-item.ast-builder-grid-row-layout-default.ast-builder-grid-row-tablet-layout-default.ast-builder-grid-row-mobile-layout-default {
        padding: 0.5rem 1.5rem;
    }

    html .ast-mobile-header-wrap .header-links-block-mobile li a svg {
        margin-top: .5rem !important;
    }
}

@media (max-width: 767px) {
    .exggmap-wrapper {
        aspect-ratio: 12 / 4 !important;
    }

    footer .exampp-hints {
        max-width: 46rem;
    }
}


@media (max-width: 575px) {
    .ast-builder-layout-element.ast-flex.site-header-focus-item {
        margin-left: -0.5rem;
    }

    .benefits-spray-block ul > li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .exggmap-wrapper button {
        font-size: 1rem;
    }

    .benefits-spray-block ul > li:nth-child(even) {
        margin-left: 0 !important;
    }
}


@media (max-width: 414px) {
    .ast-builder-layout-element.ast-flex.site-header-focus-item {
/*         margin-left: -1rem; */
    }

    html .ast-mobile-header-wrap .header-links-block-mobile li a svg {
        width: 2.5rem !important;
        margin-top: 1.5rem;
    }

    .exggmap-wrapper {
        aspect-ratio: 11 / 5 !important;
    }
}


@media (max-width: 375px) {
    .benefits-spray-block h2.wpr-feature-list-title {
        line-height: .75rem !important;
        margin-bottom: 1rem;
    }

    .benefits-spray-block .wpr-feature-list-icon-inner-wrap {
        margin-top: 0.25rem;
    }
}