.uk-slideshow-items > li {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.at-gmail,
.at-gmx {
    font-weight: normal;
}

.at-gmail::before,
.at-gmx::before {
    content: "@";
}

.at-apcapital,
.at-yahoo {
    font-weight: normal;
}

.at-apcapital::before,
.at-yahoo::before {
    content: "@";
}
/* Mobile-Menü-Button: Astroid-Template blendet ihn faelschlich auf Mobile aus */
@media (max-width: 991.98px) {
    .burger-menu-button {
        display: flex !important;
    }
}

/* Orange Navi-Leiste (Verein/Aktuelles/Mannschaften/Service) per Burger togglen */
@media (max-width: 575.98px) {
    body.astroid-mobilemenu-opened .astroid-module-position.scroll-hamburger .astroid-nav-wraper,
    body.astroid-mobilemenu-opened .astroid-module-position.scroll-hamburger .astroid-nav {
        display: flex !important;
    }
}

/* Dunkles Backdrop des ungenutzten Off-Canvas-Menüs deaktivieren */
body.astroid-mobile-menu-opened .astroid-content:after,
body.astroid-mobilemenu-opened .astroid-content:after {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
