/**
 * mobile.css
 * 
 * @author Roman Schlöricke
 * @created 16.07.25
 */
@media only screen and (max-width: 900px) {
    #header ul.menu.display li ul {
        position: relative !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        top: 0 !important;
        width: auto !important;
        height: auto !important;
        opacity: 1 !important;
    }

    .col_4_4 {
        max-width: var(--contentMaxWidth);
        width: calc(100% - 60px);
    }

    .menu-icon {
        width: 40px;
        height: 40px;
    }

    .S_Height_75 {
        height: 50vh;
        min-height: 50vh;
    }

    /*#Consent, #Cookies {*/
    /*    left: 2%;*/
    /*    bottom: 10px;*/
    /*    height: 45px;*/
    /*    width: 45px;*/
    /*}*/
}

@media only screen and (max-width: 700px) {
    :root{
        --footerHeight: 500px;
    }
    /*#Consent {*/
    /*    display: none;*/
    /*}*/


    #FooterWrapper #footer {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    #FooterWrapper #footer > *:not(.logo){
        width: 100%;
        text-align: center;
    }

    #FooterWrapper .logo{
        width: calc((100% / 4) - 10px );
        max-height: calc(var(--footerHeight) - 45px);
    }

    .ext_SeitenLinkTabs #SeitenLinkTabs > a span span.icon {
        aspect-ratio: 1/1;
        height: 16px;
        width: 16px;
    }

    .ext_SeitenLinkTabs #SeitenLinkTabs > a span {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 12px;
    }

    .backToTop{
        bottom: 65px;
        border-radius: 50%;
        right: 2%;
        width: 45px;
        height: 45px;
    }

    .iconstyle-link{
        flex-wrap: unset;
    }

    #header #menu #Logo img.mobileLogo{
        display: block;
        margin-left: -20px;
        /*position: relative;*/
        /*left: -20px; !* Statt margin-left *!*/
        width: auto;
    }
}