#kc-header-wrapper {
    color: white;
    position: relative;
}

.kc-logo-text {
    display: none;
}

#kc-header-wrapper::after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 50%;
    max-width: 145px;
    margin-left: 0;
    height: 29px;
    background: url("../img/Logo_Kombi_HSLU_PH.svg") center center no-repeat;
    background-size: contain;
}

a#kc-current-locale-link {
    display: flex;
    padding: 0;
}

#kc-locale ul {
    padding: 0;
}

#kc-locale ul li a:hover {
    /*background-color: red;*/
}

a#kc-current-locale-link::after {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    /* https://git.blivesta.com/flexicon/#modal-chevron-bottom */
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
    background-size: contain;
}

#kc-locale {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
}

@media (min-width: 768px) {
    #kc-header-wrapper::after {
        left: 50%;
        margin-left: -50%;
        top: 62px;
        height: 58px;
        width: 100%;
        max-width: none;
    }
}

.login-pf a:hover {
    color: #449DC2;
}

#social-edu-id::before {
    background: url("../img/Icon_Switch_edu-id.svg") center center no-repeat;
    background-size: contain;
}

#social-entra-id::before {
    background: url("../img/Icon_Benutzerkonto.svg") center center no-repeat;
    background-size: contain;
}

.kc-social-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: var(--pf-c-button--PaddingLeft);
    transform: translateY(-50%);
    height: var(--icon-size);
    aspect-ratio: 1/1;
}

.kc-social-item {
    --icon-size: 1.5em;
    --button-padding-left: calc(var(--pf-c-button--PaddingLeft) + var(--icon-size));
    --button-padding-right: calc(var(--pf-c-button--PaddingRight) + var(--icon-size));
    padding-left: var(--button-padding-left);
    padding-right: var(--button-padding-right);
}

#kc-social-providers hr {
    display: none;
}

#kc-social-providers p {
    text-align: justify;
}

.card-pf {
    border-color: #449DC2;
}

.pf-c-button.pf-m-control {
    --pf-c-button--m-control--hover--after--BorderBottomColor: #449DC2;
    --pf-c-button--m-control--active--after--BorderBottomColor: #449DC2;
    --pf-c-button--m-control--focus--after--BorderBottomColor: #449DC2;
}

.pf-c-button.pf-m-primary {
    background-color: #449DC2;
}

.input {
    accent-color: #449DC2;
}