#login-footer {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
    align-items: center;
    order: 99;
    max-width: 440px;
    width: 100%;
}

#login-footer vhv-button button, #login-footer a {
    color: gray;
    padding: 0.5em 0.6em;
}

#logo {
    max-height: 37px;
}

#login-footer .footer-left {
    display: flex;
    justify-content: center;
}

#login-footer .footer-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    color: gray;
    margin-left: 25px;
}

#login-footer .footer-right .service-desk-tel-link {
    text-decoration: none;
    font-size: 2rem;
    color: #F4AC00;
    font-weight: 400;
    margin: 0 0 8px;
}

#login-footer .footer-right .service-desk-title {
    color: black;
    font-weight: 500;
    margin: 0;
}

#login-footer .footer-right .service-desk-times {
    color: #9b9b9b;
    margin: 4px 0 16px;
}

#login-footer .footer-right .server-info {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 14px;
}

#login-footer .footer-right .server-info .server-info-title {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 8px;
}


.footer-right vhv-button button, .footer-right vhv-button a {
    font-size: 14px;
}

#login-footer .vhv-popup-content a {
    color: #ffffff;
}

.impressum {
    text-align: center;
}


#footer-wrapper {
    width: 100%;
    max-width: 440px;
}

#footer-separator hr {
    background-color: #d0d0d0;
    height: 1px;
    border: 0;
}

@media screen and (max-width: 1100px) {
    #login-footer {
        flex-direction: column;
        padding: 0 0 1rem 0;
    }

    #login-footer .footer-left {
        margin-top: 1rem;
        width: 100%;
        order: 2;
    }

    #login-footer .footer-right {
        width: 100%;
        order: 1;
        justify-content: center;
        margin-left: 0;
    }
}