/* Zentrale Design- und Layoutanpassungen der öffentlichen Webseite. */
@font-face {
    font-family: "Helvetica LT Pro Light";
    src:
        local("Helvetica LT Pro Light"),
        local("HelveticaLTPro-Light"),
        local("Helvetica Neue Light");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

:where(
    body,
    button,
    input,
    textarea,
    select,
    p,
    a,
    span,
    li,
    label,
    th,
    td,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6
) {
    font-family: "Helvetica LT Pro Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.header-social-links {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    margin: 0 12px 0 2px;
}

.header-social-link {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    transition: transform 160ms ease, filter 160ms ease;
}

.header-social-link:hover {
    transform: translateY(-2px);
    filter: saturate(1.08) brightness(1.03);
}

.header-social-link:focus-visible {
    outline: 2px solid #756e7c;
    outline-offset: 3px;
}

.header-social-link svg {
    display: block;
    width: 38px;
    height: 38px;
}

.logo-image-container {
    width: 88% !important;
    max-width: 280px;
}

.navigation-list-more .navigation-login-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(117, 110, 124, 0.28);
}

.navigation-login-item .navigation-item {
    color: #5f5767;
    font-weight: 600;
}

.social-media-container a[aria-label="Email"] .social-media-icon {
    fill: #2563eb !important;
}

.social-media-container a[aria-label="Tel"] .social-media-icon {
    fill: #22a447 !important;
}

@media only screen and (max-width: 1023.95px) {
    .header-social-links {
        width: 250px;
        justify-content: center;
        margin: 8px auto 18px;
    }
}

@media only screen and (max-width: 459.95px) {
    .header-social-link,
    .header-social-link svg {
        width: 34px;
        height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-social-link {
        transition: none;
    }
}
