html {
    height: 100%;
}

.underline {
    text-decoration: underline;
}

.login-screen-body {
    font-family: Roboto, sans-serif;
    margin: 0;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.login-screen-body.login-page-visible {
    overflow: hidden;
}

.responsive-background-image img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.login-screen-content {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    min-height: 100%;
    width: 100%;
}

/*********** Header *******/
.vhv-header {
    display: flex;
    flex-flow: row;
    background-color: #f4ac00;
    padding: 1.5rem;
    margin: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vhv-header-left, .vhv-header-right {
    display: flex;
    flex-flow: row;
    align-items: center;
}


#logo-separator-line {
    width: 2px;
    background-color: white;
    opacity: 0.5;
    height: 100%;
    margin: 0 2rem;
}

#client-name {
    font-weight: 900;
    font-variant: all-petite-caps;
    font-size: 2.5rem;
    margin: 0;
}


.phone-contact {
    font-weight: 300;
    font-size: 1.25rem;
    margin: 0.5rem 0;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: filter 400ms;
}

.phone-icon {
    margin-right: 0.25em;
}

@media screen and (max-width: 650px) {
    .vhv-header .vhv-header-left {
        width: 100%;
        justify-content: center;
    }

    .vhv-header .vhv-header-right {
        flex-grow: 1;
        justify-content: center;
    }

    .vhv-header .phone-contact {
        margin: 1.0rem 0 0;
        font-size: 1rem;
    }
}

@media screen and (max-width: 450px) {
    #logo-separator-line {
        display: none;
    }

}

/**** Erstanmeldung & Passwort vergessen **/
.login-buttons-extra {
    display: flex;
    justify-content: center;
    margin-bootom: 1rem;
    align-items: center;
    text-align: center;
}

#extra-links {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    flex-shrink: initial;
}

#extra-links vhv-anchor {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.hide-elem {
    display: none !important;
}

.select-auth-box-arrow {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.select-auth-box-icon {
    display: flex;
    flex: 0 0 2em;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 3rem;
}

.select-auth-box-parent {
    border-top: 1px solid #000000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
}

.select-auth-box-parent:hover{
    background-color: #f7f8f8;
}

.select-webauthn-box-parent {
    border-top: 1px solid #000000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.select-auth-container {
    padding-bottom: 0px !important;
}

.select-auth-box-headline {
    font-size: 16px;
    color: #f4ac00;
    font-weight: bold;
}

.select-auth-box-desc {
    font-size: 15px;
}

.select-auth-box-paragraph {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

#kc-content .vhv-notification.info:not(.solid) .vhv-notification-container {
    border: none;
    background-color: #ffffff;
    color: #2c2b2b;
}

#kc-content .vhv-notification.info:not(.solid) .vhv-notification-content-container {
    padding-left: 0;
    padding-right: 0;
}