html {
    --client-color-primary: rgb(218, 26, 44);

    --client-color-infobox: rgb(78, 77, 76);
    --client-color-infobox-bg: rgb(225, 224, 224);
    --client-color-infobox-link: var(--client-color-primary);

    --client-logo-ratio: calc(400 / 200);
}

@media (max-width: 1080px) {
    div#clientLogos,
    div#clientLogo,
    div#logoRef {
        display: none !important;
    }

    div#oegbClientLogo {
        background-image: url(../img/logo-oegb.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: calc(var(--client-logo-ratio) * var(--logo-height));
        height: var(--logo-height);
        flex-shrink: 0;
        left: var(--margin-default);
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1080px) {
    div#oegbClientLogo {
        display: none;
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    div#clientLogos {
        height: var(--logo-height);
        left: var(--margin-default);
        top: var(--margin-default);
        margin-bottom: 40px;
        margin-top: 20px;
    }

    span.clientLogoClass {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: calc(var(--client-logo-ratio) * var(--logo-height));
        height: var(--logo-height);
        display: block;
        float: left;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    span#clientLogoOegb {
        background-image: url(../img/logo-oegb.png);
    }
    span#clientLogoGpa {
        background-image: url(../img/logo-gpa.jpg);
    }
    span#clientLogoGoed {
        background-image: url(../img/logo-goed.jpg);
        --client-logo-ratio: 1.57;
        height: 45;
        width: calc(var(--client-logo-ratio) * 50px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    span#clientLogoYounion {
        background-image: url(../img/logo-younion.jpg);
    }
    span#clientLogoBauHolz {
        background-image: url(../img/logo-bauholz.jpg);
    }
    span#clientLogoVida {
        background-image: url(../img/logo-vida.jpg);
        --client-logo-ratio: 1.9;
        height: 45px;
        width: calc(var(--client-logo-ratio) * 45px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    span#clientLogoGpf {
        background-image: url(../img/logo-gpf.png);
        --client-logo-ratio: 1.3;
        height: 60px !important;
        width: calc(var(--client-logo-ratio) * 60px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    span#clientLogoProGe {
        background-image: url(../img/logo-proge.jpg);
    }
}

#visibilityButton {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    cursor: pointer;
    user-select: none;
}

.visibilityIcon {
    background-image: url(../img/visibility.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.visibilityOffIcon {
    background-image: url(../img/visibility_off.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
}
