/* ==========================================================================
   GLOBAL TYPOGRAFIE UND LINKS
   ========================================================================== */

.note-modal.open, .modal-dialog, #mediaModal {
    z-index: 999999999999999!important;
}

:root {
    --type-body-size: 1rem;
    --type-body-line-height: 1.5;
    --type-body-weight: 400;
    --type-heading-weight: 400;
    --type-heading-size: clamp(1.5rem, 0.4vw + 1.35rem, 1.8rem);
    --type-heading-margin-bottom: 1rem;
    --color-body-text: #2b0508;
    --color-heading-text: #80121E;
    --color-button-bg: var(--color-heading-text);
    --color-button-bg-hover: #6e0f19;
    --color-button-bg-active: #5d0d15;
    --color-button-text: #ffffff;
}

body {
    font-family: 'Roboto Condensed', serif;
    /*font-style: ;*/
    font-size: var(--type-body-size);
    font-weight: var(--type-body-weight) !important;
    line-height: var(--type-body-line-height);
    color: var(--color-body-text);
    text-transform: lowercase!important;
}

.case-preserve {
    text-transform: none !important;
}

body,.dreiklang.topbar, .dreiklang-footer{
    background-color: #9FB78D!important;
    color: var(--color-body-text);
}
p,
a,
.nav-link,
.nav-link a,
.dropdown-item,
ul,
li,
address,
dt,
dd,
time,
.btn {
    font-size: var(--type-body-size);
    font-weight: var(--type-body-weight) !important;
    line-height: inherit;
    color: #3a3a3a!important;
}
a {
    text-decoration: none;
    color: var(--color-body-text);
}
ul li {
    margin-bottom: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: var(--color-heading-text);
    font-weight: var(--type-heading-weight);
    font-size: var(--type-heading-size);
    line-height: 1.2;
    margin: 0 0 var(--type-heading-margin-bottom);
}

h6, .h6 {
    color: var(--color-heading-text);
    font-weight: var(--type-heading-weight);
    font-size: var(--type-body-size);
    line-height: 1.2;
    margin: 0 0 var(--type-heading-margin-bottom);
}

strong,
b {
    font-weight: inherit;
}

/* roboto-condensed-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/roboto-condensed-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Font-Face Einbindungen */
/* montserrat-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==========================================================================
   NAVIGATION & HEADER
   ========================================================================== */

.dropdown-menu{
    border:none!important;
}

.navbar-menu-dropdown .nav-menu-toggle {
    appearance: none;
    display: flex;
    align-items: center;
    color: #3a3a3a !important;
    font-family: inherit;
    font-size: var(--type-body-size);
    font-weight: 400;
    line-height: inherit;
    white-space: nowrap;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0;
}

.navbar-menu-dropdown .nav-menu-toggle::after {
    margin-left: 0.45rem;
}

.navbar-menu-dropdown .nav-menu-toggle:focus {
    box-shadow: none;
}

.navbar-menu-dropdown .nav-menu-toggle:hover,
.navbar-menu-dropdown .nav-menu-toggle:focus-visible,
.navbar-menu-dropdown .nav-menu-toggle:active,
.navbar-menu-dropdown .nav-menu-toggle.show,
.navbar-menu-dropdown .nav-menu-toggle[aria-expanded="true"] {
    color: #3a3a3a !important;
    background: transparent !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

@media (min-width: 992px) {
    /* 1. gesamte Navbar: Flex-Layout + vertikal mittig */
    .navbar .container-fluid {
        display: flex;
        align-items: center; /* zentriert Logo + Navigation gemeinsam */
    }

    /* 2. Logo bleibt in voller Größe */
    .navbar .logo {
        height: auto !important;
        max-width: 400px; /* dein bisheriger Wert */
    }

    /* 3. Navigation mittig auf Höhe des Logos */
    .navbar-collapse {
        display: flex !important;
        align-items: center; /* zentriert die UL vertikal */
    }

    /* 4. Navigation ggf. etwas weiter runter justieren (Fein-Tuning) */
    .navbar-nav {
        align-items: center;
    }
}

/* Basisstil für alle Dropdown-Menüs (mobile + desktop) */
.navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    background-color: #fff;

    /* Animations-Setup */
    opacity: 0;
    transform: translateY(8px);
    max-height: 0;
    overflow: hidden;
    pointer-events: none;

    display: block;

    /* smooth transitions */
    transition:
            opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
            transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
            max-height 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* AKTIV-Zustand:
   - auf MOBILE via Bootstrap .show (Tap/Klick)
   - auf DESKTOP via :hover (wird weiter unten geregelt)
*/
.navbar .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;     /* groß genug für dein längstes Menü */
    pointer-events: auto;
}

/* Desktop/Hover Logik */
@media (min-width: 992px) {

    .navbar-nav {
        align-items: center; /* vertikal zentrieren */
        flex-wrap: nowrap;
    }

    .navbar-nav .nav-link {
        font-size: var(--type-body-size);
        font-weight: 400;
        letter-spacing: 0;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        white-space: nowrap;
    }

    /* Abstand zwischen Hauptmenüpunkten */
    .navbar-nav .nav-item {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .navbar-menu-dropdown .dropdown-menu {
        min-width: 12rem;
        margin-top: 0;
    }

    .navbar-menu-dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
        margin-top: 0;
    }

    .navbar-menu-dropdown {
        position: relative;
    }

    .navbar-menu-dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 0.45rem;
    }

    .navbar-menu-dropdown .nav-menu-toggle {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    /* optional: etwas größere Klickfläche / ruhigeres Layout */
    .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    /* Wenn du willst, dass die Abstände am rechten Rand etwas kleiner bleiben */
    .navbar-nav {
        padding-right: 1rem;
    }

    .navbar .dropdown .dropdown-menu {
        visibility: hidden;
    }

    
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
    .navbar .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
        pointer-events: auto;
    }

    .navbar .dropdown-toggle::after {
        transition: transform 0.2s ease;
    }

    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}


/* Nur mobile Navigation anpassen */
@media (max-width: 991.98px) {

    /* verringert vertikale Abstände zwischen Menüpunkten */
    .navbar-nav .nav-item {
        margin-bottom: 0.3rem; /* Standard ist ca. 0.75–1rem */
    }

    /* WCAG-konforme Tap-Groesse: min 44px Hoehe */
    .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .navbar-menu-dropdown .nav-menu-toggle {
        width: 100%;
        justify-content: space-between;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0;
        padding-right: 0;
        min-height: 44px;
        font-size: 1rem;
    }

    .navbar-menu-dropdown .dropdown-menu {
        position: static !important;
        display: none !important;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
        max-height: none;
        transform: none !important;
        box-shadow: none;
    }

    .navbar-menu-dropdown .dropdown-menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        max-height: 500px !important;
        transform: none !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-width: 1px;
        margin-bottom: 0.3rem;
    }
}

.navbar {
    z-index: 10000;
    background: none!important;
}
.dropdown-menu li{
    line-height: 1.5rem;
    margin:0;
    padding: 0;
}

.nav-link, .nav-link a, .dropdown-item {
    color:#2b0508;
    font-weight: 400;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
    color: #2b0508;
    background-color: #efefef;
    font-weight: 400;
}

.navbar-menu-dropdown .dropdown-menu,
.navbar .navbar-menu-dropdown .dropdown-menu {
    background-color: #f0f0f0 !important;
    border-color: #d9d9d9 !important;
}

.navbar-menu-dropdown .dropdown-item,
.navbar-menu-dropdown .dropdown-item:visited,
.navbar .navbar-menu-dropdown .dropdown-item,
.navbar .navbar-menu-dropdown .dropdown-item:visited {
    color: var(--color-heading-text) !important;
}

.navbar-menu-dropdown .dropdown-item:hover,
.navbar-menu-dropdown .dropdown-item:focus,
.navbar-menu-dropdown .dropdown-item:active,
.navbar .navbar-menu-dropdown .dropdown-item:hover,
.navbar .navbar-menu-dropdown .dropdown-item:focus,
.navbar .navbar-menu-dropdown .dropdown-item:active {
    color: var(--color-heading-text) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}

/* Headline-Stile und Hervorhebungen */
.dreiklang-head-underline {
    color: #7b151b !important;
    border-bottom: 5px solid #7b151b;
    display: inline-block;
    padding-bottom: 0.2em;
}
.dreiklang-highlight {
    background: #7b151b;
    color: #fff;
    padding: 0 0.2em;
    border-radius: 0.2em;
}

/* Footer */
.dreiklang-footer {
    font-size: var(--type-body-size);
    font-weight: var(--type-body-weight);
    line-height: var(--type-body-line-height);
    color: #3a3a3a !important;
    border: none;
}
.dreiklang-footer address,
.dreiklang-footer div,
.dreiklang-footer nav,
.dreiklang-footer strong,
.dreiklang-footer a,
.dreiklang-footer .text-reset,
.dreiklang-footer .text-body {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #3a3a3a !important;
}
.dreiklang-footer a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.dreiklang-footer-links a {
    color: #2b0508;
    font-size: 1rem;
    text-decoration: underline;
    margin-right: 10px;
}

.fixed-bottom {
    opacity: .9;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

/* ==========================================================================
   STARTSEITE: FULLSCREEN-SLIDER
   ========================================================================== */
.homepage-teaser-slider {
    display: block;
}

.homepage-climate-note-wrap {
    margin-bottom: 0.65rem;
}

.homepage-climate-note {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(40, 108, 184, 0.92);
    color: #fff;
    box-shadow: 0 8px 18px rgba(22, 68, 121, 0.16);
}

.homepage-climate-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.homepage-climate-note-icon svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: #fff;
}

.homepage-climate-note-text {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1;
    white-space: nowrap;
}

.homepage-teaser-grid {
    display: none;
}

.home-slider {
    position: relative;
    min-height: calc(100vh - 240px);
    overflow: hidden;
    background: #000;
    margin: 0 1.5rem 2rem;
}

.home-slider-stage {
    position: relative;
    min-height: inherit;
}

.home-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.home-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.home-slide-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.home-slide-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    min-height: inherit;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.home-slide-content {
    max-width: 32rem;
    color: #fff;
}

.home-slide-kicker {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase !important;
}

.home-slide-title {
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: clamp(2rem, 2vw + 1.4rem, 3.5rem);
    line-height: 1.05;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.home-slide-link {
    min-width: 11rem;
}

.home-slider-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(6px);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-slider-control:hover,
.home-slider-control:focus-visible {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.home-slider-control-prev {
    left: 1rem;
}

.home-slider-control-next {
    right: 1rem;
}

.home-slider-control span {
    font-size: 2rem;
    line-height: 1;
}

.home-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    gap: 0.5rem;
    transform: translateX(-50%);
}

.home-slider-dot {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-slider-dot.is-active,
.home-slider-dot:hover,
.home-slider-dot:focus-visible {
    background: #fff;
    border-color: #fff;
    transform: scale(1.06);
}

@media (max-width: 991.98px) {
    .home-slider {
        min-height: calc(100vh - 220px);
    }

    .home-slide-inner {
        align-items: flex-end;
        padding-top: 2rem;
        padding-bottom: 4.75rem;
    }

    .home-slide-content {
        max-width: 100%;
    }

    .home-slide-title {
        font-size: clamp(1.75rem, 5vw, 2.6rem);
    }
}

@media (max-width: 767.98px) {
    .homepage-climate-note-wrap {
        margin-bottom: 0.5rem;
    }

    .homepage-climate-note {
        width: auto;
        max-width: 100%;
        gap: 0.45rem;
        padding: 0.42rem 0.68rem;
    }

    .homepage-climate-note-text {
        font-size: 0.86rem;
    }

    .home-slider {
        min-height: calc(100vh - 200px);
        margin: 0 1rem 1.5rem;
    }

    .home-slide-inner {
        padding-top: 1.5rem;
        padding-bottom: 4.5rem;
    }

    .home-slide-content {
        max-width: 18rem;
    }

    .home-slider-control {
        width: 2.75rem;
        height: 2.75rem;
        margin-top: -1.375rem;
    }

    .home-slider-control-prev {
        left: 0.75rem;
    }

    .home-slider-control-next {
        right: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .homepage-teaser-slider {
        display: none;
    }

    .homepage-teaser-grid {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-slide,
    .home-slider-control,
    .home-slider-dot {
        transition: none !important;
    }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.dreiklang.topbar {
    font-size: 1.1em;
    border: none!important;
    z-index: 1100;
}
.dreiklang.topbar .topbar-social-link {
    display: inline-block;
    color: #7b151b !important;
    transition: color 0.2s ease;
}

.dreiklang.topbar .topbar-social-link:hover {
    color: #ec020c !important;
}

.dreiklang.topbar .topbar-icon {
    color: inherit;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}


/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn:not(.btn-close):not(.bg-transparent),
.btn-dreiklang {
    background-color: var(--color-button-bg) !important;
    border-color: var(--color-button-bg) !important;
    color: var(--color-button-text) !important;
}
.btn:not(.btn-close):not(.bg-transparent):hover,
.btn:not(.btn-close):not(.bg-transparent):focus,
.btn-dreiklang:hover,
.btn-dreiklang:focus {
    background-color: var(--color-button-bg-hover) !important;
    border-color: var(--color-button-bg-hover) !important;
    color: var(--color-button-text) !important;
}
.btn:not(.btn-close):not(.bg-transparent):active,
.btn:not(.btn-close):not(.bg-transparent).active,
.btn-dreiklang:active,
.btn-dreiklang.active {
    background-color: var(--color-button-bg-active) !important;
    border-color: var(--color-button-bg-active) !important;
    color: var(--color-button-text) !important;
}

/* ==========================================================================
   LOGO UND BILDER
   ========================================================================== */
img.logo {
    filter: none;
}

.navbar-brand.dreiklang-home {
    display: inline-block;
}

.navbar-brand.dreiklang-home .logo {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.navbar-toggler {
    color: var(--color-heading-text);
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: transparent;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-toggler:hover {
    background-color: rgba(128, 18, 30, 0.08);
}

.navbar-toggler:focus-visible {
    outline: 3px solid rgba(128, 18, 30, 0.35);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(128, 18, 30, 0.12);
}

.navbar-toggler[aria-expanded="true"] {
    background-color: rgba(128, 18, 30, 0.12);
    box-shadow: 0 8px 20px rgba(128, 18, 30, 0.12);
}

.navbar-toggler-icon {
    background-image: none;
    width: 1.7rem;
    height: 3px;
    position: relative;
    display: inline-block;
    color: inherit;
    background-color: currentColor;
    border-radius: 999px;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    top: 0;
}

.navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler-icon::after {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
}

@media (min-width: 1px) and (max-width: 344px) {
    .navbar-brand.dreiklang-home { width: 200px; }
}
@media (min-width: 345px) and (max-width: 375px) {
    .navbar-brand.dreiklang-home { width: 250px; }
}
@media (min-width: 376px) and (max-width: 576px) {
    .navbar-brand.dreiklang-home { width: 260px; }
}
@media (min-width: 577px) and (max-width: 991.98px) {
    .navbar-brand.dreiklang-home { width: 320px; }
}

#caption {
    color: #2b0508;
    font-size: 1rem;
}

/* ==========================================================================
   CONTAINER UND BREAKPOINTS
   ========================================================================== */
@media screen and (min-width: 2560px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2000px;
    }
}
@media screen and (min-width: 3840px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 3000px;
    }
}

/* ==========================================================================
   CAROUSEL / VIDEO
   ========================================================================== */
.carousel.pointer-event {
    touch-action: pan-y pinch-zoom !important;
}
.carousel-item {
    height: 70vh;
}
.carousel-item img {
    max-height: 70vh;
    width: 100%;
    object-fit: contain;
    touch-action: pan-y pinch-zoom !important;
}
.carousel-inner {
    max-height: 70vh;
    touch-action: pan-y pinch-zoom !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 0.7;
    background-color: #a5a5a5;
    padding: 10px;
}
.carousel-control-next {
    margin-right: 10px;
}
.carousel-control-prev {
    margin-left: 0;
    float: left;
    margin-right: 10px;
}

/* Carousel Custom Transition */
#dreiklang-carousel .active.carousel-item-end,
#dreiklang-carousel .active.carousel-item-start {
    transition-duration: 600ms;
    transition-delay: 0ms;
}
#dreiklang-carousel .carousel-item-next,
#dreiklang-carousel .carousel-item-prev {
    transition-duration: 600ms;
    transition-delay: 600ms;
}

@media (min-width: 345px) and (max-width: 576px) {
    .carousel-inner { height: 50vh; }
    #myCarousel { min-height: 40vh; }
    .carousel-item img { max-width: 100% !important; }
    .carousel-inner .item,
    .carousel-inner .item.active,
    .carousel-inner .item img {
        margin: auto;
        padding: 0;
    }
}

/* Video Wrapper */
.dreiklang-video-wrapper video {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   HEADER HERO BEREICH – LEICHTER STIL
   ========================================================================== */

/* Basis-Kachel-Container */
.container-fluid.header-hero-bg {
    border: solid 5px #efefef;
    position: relative;
    overflow: hidden;

    border-radius: 16px;

    box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.18);

    min-height: 180px;
    padding: 0;

    background-color:  rgba(123,21,27,0.85);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    transition: transform .3s ease, box-shadow .3s ease;

    margin-bottom: 2rem;
}

.container-fluid.header-hero-bg:hover {
    /*transform: rotate(0deg) scale(1.02);*/
    box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.18);
}

.header-hero-bg-kueche {
    background-image: url('../3klang-webmedia/3klang-darmstadt-61.webp');
}
.header-hero-bg-kueche::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255, 255, 255, 0.20);

    z-index: 1;
    pointer-events: none;
    mix-blend-mode: lighten;
}
.header-hero-bg-kontakt {
    background-image: url('../3klang-webmedia/legacy/Henning Kreft - 3Klang_056.jpg');
}
.header-hero-bg-jobs {
    background-image: url('../3klang-webmedia/legacy/5db9bbac-4764-4e47-91f4-302ee7fde1b8.jpeg');
}
.header-hero-bg-home {
    background-image: url('../3klang-webmedia/legacy/Henning Kreft - 3Klang_031.jpg');
}

.container-fluid.header-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.header-hero-label {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 18px 20px;
    z-index: 2;

    color: var(--color-heading-text);
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 0 2px 9px rgba(0,0,0,0.55);

    font-size: var(--type-heading-size);

    padding: 10px 16px;
    border-radius: 8px 16px 16px 0;

    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}

/* Mobile-Anpassungen */
@media (max-width: 767.98px) {

    .container-fluid.header-hero-bg {
        min-height: 150px;
        border-radius: 12px;
        transform: none;              /* nicht schief auf Handy */
        box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.18)
    }

    .container-fluid.header-hero-bg:hover {
        transform: none;
        box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.18)
    }

}


/* ==========================================================================
   MAIN PAGE CARDS UND PORTFOLIO
   ========================================================================== */
.card-img.cover {
    margin: auto;
    object-fit: cover;
    height: 100%;
}
.card-img.contain {
    margin: auto;
}
.card-img-overlay {
    opacity: 0;
}
.card:hover img {
    animation: fadeOut 1s;
    opacity: 0;
}
.card:hover .card-img-overlay {
    animation: fadeIn 1s;
    opacity: 1;
}
.dreiklang-card-transparent {
    padding: 1rem 2rem;
}
.card-title.dreiklang-portfolio-title,
.card-title.dreiklang-portfolio-title a {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 200;
    text-decoration: none;
    color: #000000a6;
}
.card-title.dreiklang-projekt-title,
.card-title.dreiklang-projekt-title a,
.card-title.dreiklang-portfolio-title.small,
.card-title.dreiklang-portfolio-title.small a {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 200;
    text-decoration: none;
    color: #000000a6;
}
.dreiklang-icon-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
img.dreiklang-icon {
    width: 80px;
    height: 60px;
}
img.dreiklang-circle {
    clip-path: circle();
}

/* ==========================================================================
   SPEZIAL: BOXEN GRID & ANIMATIONEN
   ========================================================================== */

/* Wrapper: Standard-Spaltensetting, Layout per Breakpoint */
.custom-grid-wrapper {
    max-width: 80vw;
    margin: 0 auto 2rem auto;
    position: relative;
}

/* Die Kachel selbst (Basis) */
.box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;

    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;

    opacity: 0;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.22,1.61,.26,1);

    box-shadow: 0 24px 48px rgba(0,0,0,0.18);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.box:hover {
    box-shadow: 0 32px 64px rgba(0,0,0,0.28);
    transform: translateY(-4px) scale(1.02);
}

.box-merch {
    background-position: center 80%;
}

/* Text in der Box */
.box-text {
    position: relative;
    z-index: 2;
    font-size: clamp(.9rem, .2vw + .8rem, 1rem);
}

/* weiche Einblendung */
@keyframes appear-soft {
    0%   { opacity: 0; filter: blur(6px) brightness(1.2); }
    60%  { opacity: 1; filter: blur(0) brightness(1); }
    100% { opacity: 1; filter: blur(0) brightness(1); }
}
.box-label, .box-text{
    font-weight: 400!important;
}

/* Animations-Delays */
.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9,
.box10 {
    animation-name: appear-soft;
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

.box1  { animation-delay: 0.05s; }
.box2  { animation-delay: 0.10s; }
.box3  { animation-delay: 0.15s; }
.box4  { animation-delay: 0.20s; }
.box5  { animation-delay: 0.25s; }
.box6  { animation-delay: 0.30s; }
.box7  { animation-delay: 0.35s; }
.box8  { animation-delay: 0.40s; }
.box9  { animation-delay: 0.45s; }
.box10 { animation-delay: 0.50s; }

.custom-grid-wrapper{
    gap:10px!important;
}
/* -------------------------------------------------
   MOBILE + TABLET  (bis <1024px)
------------------------------------------------- */
@media (max-width: 1023.98px) {

    .custom-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow-x: visible;
        scroll-snap-type: none;
        gap: 0.75rem;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .custom-grid-wrapper .box {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-height: 220px;
        scroll-snap-align: none;
        border-radius: 0px;
        transform: none !important;
    }

    .custom-grid-wrapper .box:hover {
        transform: none;
    }

    /* Lola auf Mobile wieder „normale“ Karte */
    .box7 {
        position: relative;
        border-radius: 16px !important;
        width: auto;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .custom-grid-wrapper {
        grid-template-columns: 1fr;
    }

    .box7 {
        border-radius: 0 !important;
    }
}

/* -------------------------------------------------
   DESKTOP  (ab ≥1024px)
------------------------------------------------- */
/* -------------------------------------------------
   DESKTOP  (ab ≥1024px)
------------------------------------------------- */
@media (min-width: 1024px) {

    .custom-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);  /* 4 Spalten */
        grid-template-rows: repeat(3, 200px);   /* 3 Zeilen */
        gap: 0.75rem;
        max-width: 80vw;
        margin: 0 auto 2rem auto;
        position: relative;
    }


    /* Reihe 1 */
    .box1 { grid-column: 1 / 3; grid-row: 1; }
    .box2 { grid-column: 3;     grid-row: 1 / 3; } /* 2 Zeilen hoch */
    .box3 { grid-column: 4;     grid-row: 1 / 3; } /* 2 Zeilen hoch */

    /* Linke Stützkacheln */
    .box4 { grid-column: 1;     grid-row: 2 / 4; } /* hoch */
    .box5 { grid-column: 2;     grid-row: 2 / 4; } /* hoch */

    /* Unterste Musik-Kachel */
    .box6 { grid-column: 3 / 5; grid-row: 3; }     /* nur 1 Zeile hoch */

    /* Lola – größer + weiter rechts */
    .box7 {
        position: absolute;
        right: -2rem;            /* weiter nach rechts raus */
        top: 48%;                /* optisch mittiger */
        transform: translateY(-50%);

        width: 280px;            /* vorher 220px → größer */
        height: 280px;

        border-radius: 50% !important;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;
        z-index: 20;
        box-shadow: 0 24px 48px rgba(0,0,0,0.25);
        overflow: hidden;
    }

    .box7 .box-text {
        font-weight: 400;
        position: relative;
        z-index: 2;

        font-size: 2rem;         /* angepasst an neue Größe */
        text-align: center;

        /*background: rgba(0,0,0,0.45);*/
        /*backdrop-filter: blur(4px);*/
        padding: 0.7rem 1.2rem;
        border-radius: 999px;
    }

    .box8,
    .box9,
    .box10 { display: none; }
}

@media (min-width: 1024px) {

    .box1 {
        transform: translate(+1rem, -0.5rem);
    }

    .box6 {
        transform: translate(-1rem, 0rem);
    }
}

@media (min-width: 1024px) {
    .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10 {
        transform: none !important;
        font-weight: 400;
        font-size: 1.15rem;       /* Standard war ~1rem */
    }

    .box1 .box-text,
    .box2 .box-text,
    .box3 .box-text {
        position: absolute;
        top: 1rem;
        right: 1rem;
        left: auto;
        bottom: auto;
        font-weight: 400;

        margin: 0;
        padding: 0.4rem 0.8rem;

        border-radius: 8px;

        text-align: right;
        font-size: 1.15rem;       /* Standard war ~1rem */
        z-index: 3;
    }
    .box7 .box-text{
        display:none;
        background: none;
        backdrop-filter: none;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);
        font-weight: 400;

    }

    .box1 {
        margin-left: 2rem !important;   /* oder 1rem */
    }

    .box6 {
        margin-right: 2rem !important;  /* oder 1rem */
    }
}
.zweier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* =========================================================================
   ACCESSIBILITY: Screenreader-only Alt/Fallback Text
   ========================================================================= */
.box img[alt] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
}

/* =========================================================================
   BASE (Desktop-First >=1024px)
   ========================================================================= */
.box-label,
.box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 18px 20px;

    color: #fff;
    font-weight: 400;


    font-size: 1.15rem;       /* Standard war ~1rem */
    line-height: 1.25;

    z-index: 3;
    text-shadow: 0 2px 9px rgba(0,0,0,0.25);
    transition: text-shadow 0.4s, background 0.4s;

    padding: 10px 16px;
    border-radius: 8px 16px 16px 0;

}

.box:hover .box-label,
.box:hover .box-text {
    text-shadow: 0 4px 16px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.3);
}

/* =========================================================================
   TABLET & MOBILE (<1024px)
   ========================================================================= */
@media (max-width: 1023.98px) {
    .box-label,
    .box-text {
        left: 50%;
        top: 50%;
        bottom: auto;
        margin: 0;
        transform: translate(-50%, -50%);

        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;

        font-size: clamp(1.05rem, 1.5vw + 0.55rem, 1.55rem);
        line-height: 1.2;
        font-weight: 400;

        padding: 12px 16px;
        min-width: 60%;
        max-width: 80%;

        border-radius: 12px;

        text-shadow: 0 2px 6px rgba(0,0,0,0.7);
    }

    .box:hover .box-label,
    .box:hover .box-text {
        text-shadow: 0 2px 6px rgba(0,0,0,0.7);
    }
}

/* =========================================================================
   VERY SMALL PHONES (<480px)
   ========================================================================= */
@media (max-width: 480px) {
    .box-label,
    .box-text {
        font-size: clamp(0.95rem, 1.4vw + 0.5rem, 1.15rem);
        line-height: 1.2;

        padding: 10px 12px;
        min-width: 70%;
        max-width: 90%;

        border-radius: 10px;
    }
}


/* ==========================================================================
   ANIMATIONEN
   ========================================================================== */


/* ==========================================================================
   DIVERS UND SONSTIGES
   ========================================================================== */
.dreiklang-referenzen ul {
    margin-left: 0;
    padding-left: 0;
}
.dreiklang-referenzen li {
    list-style-type: none;
}
.dreiklang-kontakt a {
    text-decoration: none;
}

.border-dreiklang-left {
    border-left: solid 2px #7b151b;
}
.bg-3klang h1 {
    color: #fff;
}

/* Responsive: Wrapperhöhe */
@media (min-width: 992px) {
    .dreiklang-wrapper { min-height: 650px; }
}
.fluid-white-border {
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: #fff;
}
@media (min-width: 1200px) {
    .fluid-white-border {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}


.menu-section {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.menu-section:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.menu-headline {
    color: var(--color-heading-text);
    font-size: var(--type-heading-size);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: var(--type-heading-margin-bottom);

}
.menu-subline {
    font-size: var(--type-body-size);
    font-weight: 400;
    line-height: var(--type-body-line-height);
    color: var(--color-body-text);
    margin-bottom: 1rem;
}
.menu-section p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.menu-section .btn {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all .2s ease;
}

.menu-section .btn:hover {
    box-shadow: 0 16px 32px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}



/* Abschnitt-Styling */
.menu-section {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.menu-section:last-of-type {
    border-bottom: none;
}

/* Spalte selbst — sicherstellen, dass sie nicht gestreckt */
.col-md-5.d-flex {
    align-items: flex-start; /* oder center, aber kein stretch */
}

/* Bildcontainer */
.menu-image-wrapper {
    display: inline-block;
    position: relative;
    perspective: 1000px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;

    width: 100%;
    max-width: min(100%, 420px);
    height: auto;          /* ✅ verhindert 100%-Höhe */
    margin: 0 auto;
    text-align: center;
}

/* Hover-Effekt */
.menu-image-wrapper:hover {
    /*transform: rotate(0deg) scale(1.03);*/
    /*box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);*/
}

/* Das Bild selbst */
.menu-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;          /* ✅ keine Stretching */
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Mobile */
@media (max-width: 767.98px) {
    .menu-image-wrapper {
        max-width: 100%;
        transform: none;
    }
}


.alacarte-split-row {
    align-items: stretch;
}

.alacarte-split-image {
    width: 100%;
    height: clamp(260px, 34vw, 420px) !important;
    min-height: 260px;
    max-height: 420px;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767.98px) {
    .alacarte-split-image {
        height: 220px;
        min-height: 220px;
    }
}

/* Homepage: three equal-height main images */
.home-main-image {
    width: 100%;
    height: clamp(360px, 42vw, 620px);
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media (max-width: 767.98px) {
    .home-main-image {
        height: 320px;
    }
}

/* Merch: cropped image */
/* Merch: keep full width, crop only in height */
.merch-image-wrapper-crop {
    position: relative;
    width: 100%;
    height: clamp(300px, 34vw, 460px);
    overflow: hidden;
}

.merch-image-crop {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto !important;
    display: block;
}

.merch-gallery-ratio {
    --bs-aspect-ratio: 121.89%;
}

.merch-gallery-image {
    display: block;
}

/* ==========================================================================
   NEWS MEDIENVERWALTUNG
   ========================================================================== */

.media-library-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.media-library-item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.media-library-insert {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.media-library-insert:hover,
.media-library-insert:focus-visible {
    border-color: rgba(128, 18, 30, 0.35);
    box-shadow: 0 0 0 3px rgba(128, 18, 30, 0.12);
    outline: none;
}

.media-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.media-library-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.media-library-name {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 0.95rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-library-empty {
    grid-column: 1 / -1;
    color: rgba(43, 5, 8, 0.72);
}

/* ========================================================================== 
   ACCESSIBILITY (WCAG 2.1)
   ========================================================================== */

/* Skip-Link: per Tab erreichbar, beim Fokus sichtbar */
.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    padding: 0.75rem 1rem;
    background: #7b151b;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0 0 8px 0;
    transform: translateY(-110%);
    transition: transform 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* Sichtbarer Fokus fuer Tastaturnutzung */
:focus-visible {
    outline: 3px solid #7b151b;
    outline-offset: 2px;
    border-radius: 2px;
}
.btn:focus-visible,
.btn-dreiklang:focus-visible {
    outline: 3px solid #efefef;
    outline-offset: 2px;
}
.box:focus-visible {
    outline: 4px solid #7b151b;
    outline-offset: 4px;
}
main:focus {
    outline: none;
}

body {
    color: #2b0508;
}
.dreiklang-footer,
.dreiklang-footer a {
    color: #2b0508;
}
.dreiklang-footer a {
    text-decoration: underline;
}
.dreiklang-footer a:hover,
.dreiklang-footer a:focus {
    color: #570f14;
}
.footer-opening-hours {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 1rem;
    margin: 0 auto 0;
    max-width: 32rem;
}
.footer-opening-hours dt,
.footer-opening-hours dd {
    margin: 0;
}
.footer-opening-hours dd {
    text-align: right;
    white-space: nowrap;
}
.footer-opening-hours time {
    font-variant-numeric: tabular-nums;
}

@media (max-width: 767.98px) {
    .footer-opening-hours {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .footer-opening-hours {
        margin-left: 0;
        margin-right: 0;
    }
}

main a:not(.btn):not(.nav-link):not(.box) {
    color: var(--color-body-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}
main a:not(.btn):not(.nav-link):not(.box):hover,
main a:not(.btn):not(.nav-link):not(.box):focus {
    color: #570f14;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .box {
        opacity: 1 !important;
        animation: none !important;
        transition: none !important;
    }
    .box:hover {
        transform: none !important;
    }
}

form input:required:focus-visible {
    border-color: #7b151b;
    box-shadow: 0 0 0 0.2rem rgba(123, 21, 27, 0.25);
}

.nav-link:hover,
.nav-link:focus-visible {
    color: #7b151b;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.nav-link.active,
.nav-link[aria-current="page"] {
    color: #7b151b;
    font-weight: 400;
}

.nav-link:focus-visible {
    outline: 3px solid #7b151b;
    outline-offset: 4px;
    border-radius: 2px;
}

.topbar-social-link:focus-visible {
    outline: 3px solid #7b151b;
    outline-offset: 3px;
    border-radius: 4px;
}

.topbar-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.opening-hours time {
    font-variant-numeric: tabular-nums;
}

.opening-hours {
    margin-bottom: 1rem;
}
.opening-hours,
.opening-hours dt,
.opening-hours dd,
.opening-hours time {
    font-size: var(--type-body-size);
    line-height: var(--type-body-line-height);
}
.opening-hours dt,
.opening-hours dd {
    font-weight: inherit;
}

h1.header-hero-label {
    margin: 0 0 18px 20px;
}


