/* Gemeinsamer Header & Navigation (alle Seiten) */
.banner-brand-lines {
    line-height: 1.3;
}

.banner-brand-lines strong {
    display: block;
    font-weight: 700;
    font-size: 1rem;
}

.banner-brand-sub {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 0.92;
    margin-top: 0.15rem;
}

@media (min-width: 992px) {
    .navbar_menu {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex: 1 !important;
    }

    .nav_menu-left {
        flex: 1 !important;
        display: flex !important;
        justify-content: center !important;
        gap: clamp(0.35rem, 0.6vw, 0.9rem) !important;
    }
}

.navbar_logo {
    width: auto !important;
    height: 52px !important;
    max-width: 220px !important;
    max-height: 52px !important;
    object-fit: contain !important;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

.footer_logo {
    width: auto !important;
    height: 48px !important;
    max-width: 240px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

@media (max-width: 991px) {
    .navbar_menu {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    .nav_menu-left {
        flex: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    .nav_menu-left .navbar_link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .navbar_menu-right {
        flex-direction: column !important;
        padding: 1rem 0 !important;
    }

    .navbar_logo {
        width: auto !important;
        height: 42px !important;
        max-width: 180px !important;
        max-height: 42px !important;
    }

    .footer_logo {
        height: 40px !important;
        max-height: 40px !important;
        max-width: 200px !important;
    }
}
