/* =========================================================
   Custom Cursor
========================================================= */
* {
    /*cursor: none !important;*/
}

/* =========================================================
   Screen-Reader-only – visuell versteckt, für AT zugänglich
========================================================= */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Sichtbar machen, sobald fokussiert (z. B. Skip-Links) */
.sr-only-focusable:focus,
.sr-only-focusable:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* =========================================================
   Font-Face
========================================================= */
@font-face {
    font-family: 'PinyonScript-Regular';
    src: url('../fonts/PinyonScript-Regular.woff2') format('woff2'),
        url('../fonts/PinyonScript-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-Regular';
    src: url('../fonts/Sora-Regular.woff2') format('woff2'),
        url('../fonts/Sora-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-Medium';
    src: url('../fonts/Sora-Medium.woff2') format('woff2'),
        url('../fonts/Sora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-SemiBold';
    src: url('../fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-Bold';
    src: url('../fonts/Sora-Bold.woff2') format('woff2'),
        url('../fonts/Sora-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora-ExtraBold';
    src: url('../fonts/Sora-ExtraBold.woff2') format('woff2'),
        url('../fonts/Sora-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   CSS-Variable für den seitlichen Abstand der Linien.
   Wird per Media Query angepasst – der Gradient rechnet
   alle 5 Positionen automatisch neu.
========================================================= */
:root {
    /* Fluid Base Font Size: 1rem @ 810px → 1.2rem @ 1200px */
    font-size: clamp(1rem, 0.5846rem + 0.8205vw, 1.2rem);
    line-height: 150%;

    --grid-border-color-white: rgba(0, 0, 0, 0.06);
    --grid-border-color-black: rgba(255, 255, 255, 0.03);
    --ff1: 'Sora-Regular', sans-serif;
    /* Regular  400 */
    --ff2: 'Sora-Medium', sans-serif;
    /* Medium   500 */
    --ff3: 'Sora-SemiBold', sans-serif;
    /* SemiBold 600 */
    --ff4: 'Sora-Bold', sans-serif;
    /* Bold     700 */
    --ff5: 'Sora-ExtraBold', sans-serif;
    /* ExtraBold 800 */
    --fi: 'PinyonScript-Regular', serif;
    --font-family-header: var(--ff1), sans-serif;
    --font-family-body: var(--ff1), sans-serif;
    --background-image-overlay: url('/templates/bitv-metropol/images/overlay2.gif');
    --logo-color: #1b1b1b;
    --c0: #ffffff;
    --c1: #f5f5f5;
    --c2: #1b1b1b;
    --c3: #ff646e;
    --c4: #252a3a;
    --c5: #1c202c;
    --c00: rgba(0, 0, 0, 0);
    --c10: rgba(0, 0, 0, 0.1);
    --c20: rgba(0, 0, 0, 0.2);
    --c30: rgba(0, 0, 0, 0.3);
    --c40: rgba(0, 0, 0, 0.4);
    --c50: rgba(0, 0, 0, 0.5);
    --background-linear-gradient-white: linear-gradient(90deg,
            /* Linie 1 */
            transparent calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(var(--grid-pad) + 0.5px),
            transparent calc(var(--grid-pad) + 0.5px),
            /* Linie 2 */
            transparent calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(25% + var(--grid-pad) / 2 + 0.5px),
            transparent calc(25% + var(--grid-pad) / 2 + 0.5px),
            /* Linie 3 (immer mittig) */
            transparent calc(50% - 0.5px),
            var(--grid-border-color-white) calc(50% - 0.5px),
            var(--grid-border-color-white) calc(50% + 0.5px),
            transparent calc(50% + 0.5px),
            /* Linie 4 */
            transparent calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(75% - var(--grid-pad) / 2 + 0.5px),
            transparent calc(75% - var(--grid-pad) / 2 + 0.5px),
            /* Linie 5 */
            transparent calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(100% - var(--grid-pad) + 0.5px),
            transparent calc(100% - var(--grid-pad) + 0.5px));
    --background-linear-gradient-black: linear-gradient(90deg,
            /* Linie 1 */
            transparent calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(var(--grid-pad) + 0.5px),
            transparent calc(var(--grid-pad) + 0.5px),
            /* Linie 2 */
            transparent calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(25% + var(--grid-pad) / 2 + 0.5px),
            transparent calc(25% + var(--grid-pad) / 2 + 0.5px),
            /* Linie 3 (immer mittig) */
            transparent calc(50% - 0.5px),
            var(--grid-border-color-black) calc(50% - 0.5px),
            var(--grid-border-color-black) calc(50% + 0.5px),
            transparent calc(50% + 0.5px),
            /* Linie 4 */
            transparent calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(75% - var(--grid-pad) / 2 + 0.5px),
            transparent calc(75% - var(--grid-pad) / 2 + 0.5px),
            /* Linie 5 */
            transparent calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(100% - var(--grid-pad) + 0.5px),
            transparent calc(100% - var(--grid-pad) + 0.5px));
    --background-linear-gradient-horizontal-white: linear-gradient(180deg,
            /* Linie 1 */
            transparent calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(var(--grid-pad) + 0.5px),
            transparent calc(var(--grid-pad) + 0.5px),
            /* Linie 2 */
            transparent calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(25% + var(--grid-pad) / 2 + 0.5px),
            transparent calc(25% + var(--grid-pad) / 2 + 0.5px),
            /* Linie 3 (immer mittig) */
            transparent calc(50% - 0.5px),
            var(--grid-border-color-white) calc(50% - 0.5px),
            var(--grid-border-color-white) calc(50% + 0.5px),
            transparent calc(50% + 0.5px),
            /* Linie 4 */
            transparent calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-white) calc(75% - var(--grid-pad) / 2 + 0.5px),
            transparent calc(75% - var(--grid-pad) / 2 + 0.5px),
            /* Linie 5 */
            transparent calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-white) calc(100% - var(--grid-pad) + 0.5px),
            transparent calc(100% - var(--grid-pad) + 0.5px));
    --background-linear-gradient-horizontal-black: linear-gradient(180deg,
            /* Linie 1 */
            transparent calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(var(--grid-pad) + 0.5px),
            transparent calc(var(--grid-pad) + 0.5px),
            /* Linie 2 */
            transparent calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(25% + var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(25% + var(--grid-pad) / 2 + 0.5px),
            transparent calc(25% + var(--grid-pad) / 2 + 0.5px),
            /* Linie 3 (immer mittig) */
            transparent calc(50% - 0.5px),
            var(--grid-border-color-black) calc(50% - 0.5px),
            var(--grid-border-color-black) calc(50% + 0.5px),
            transparent calc(50% + 0.5px),
            /* Linie 4 */
            transparent calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(75% - var(--grid-pad) / 2 - 0.5px),
            var(--grid-border-color-black) calc(75% - var(--grid-pad) / 2 + 0.5px),
            transparent calc(75% - var(--grid-pad) / 2 + 0.5px),
            /* Linie 5 */
            transparent calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(100% - var(--grid-pad) - 0.5px),
            var(--grid-border-color-black) calc(100% - var(--grid-pad) + 0.5px),
            transparent calc(100% - var(--grid-pad) + 0.5px));
}

:root {
    --grid-pad: 40px;
    /* > 1200px */
}

.c1 {
    color: var(--c1);
}

.c2 {
    color: var(--c2);
}

.fi {
    font-family: var(--fi);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}

.fi .headline {
    display: block;
}

.fi .preheadline {
    font-family: var(--ff4);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.fi .subheadline {
    font-family: var(--ff4);
    font-size: 0.85rem;
    display: block;
    margin-top: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 2rem;
}

.fi .subheadline a,
.fi .subheadline2 a,
.card .subheadline a,
.card .subheadline2 a,
a.pathway,
.com-content-article a,
footer a {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    color: #ffffff;
    text-decoration: none;
}

footer {
    font-size: 0.85rem;
}

footer.ueberhase {
    background-color: transparent;
    margin-top: -8rem;
    z-index: 999999;
    position: relative;
}

@media (max-height: 1079.98px) {
    footer.ueberhase {
        margin-top: 0rem;
    }
}

.card .subheadline a:hover,
.card .subheadline2 a:hover,
.fi .subheadline a:hover,
.fi .subheadline2 a:hover,
a.pathway:hover,
.com-content-article a:hover,
footer a:hover {
    text-decoration: underline;
    text-decoration-color: #ff646e;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.fi .subheadline2 {
    font-family: var(--ff1);
    font-size: 0.85rem;
    display: block;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    font-weight: 400;
}

@media (min-width: 810px) and (max-width: 1199.98px) {
    :root {
        --grid-pad: 30px;
    }
}

@media (max-width: 809.98px) {
    :root {
        --grid-pad: 20px;
    }
}

/* =========================================================
   Sticky Header
========================================================= */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px var(--grid-pad);
    pointer-events: none;
    margin: 10px 0 0px;
    will-change: transform;
}

/* Eigener fixed Container für das Logo – eigener Stacking Context
   damit mix-blend-mode gegen den Seiteninhalt wirkt, nicht gegen
   den transparenten Header-Hintergrund */
.header-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0px 0 0px 0rem;
    pointer-events: none;
    padding: 1.5rem 0rem 1.5rem 2rem;
    will-change: transform;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
}

.header-logo-wrap.over-image {
    mix-blend-mode: unset;
    /*padding: 1.5rem;*/
}

.header-logo-link {
    display: inline-block;
    pointer-events: all;
    line-height: 0;
}

.header-logo {
    width: 85px;
    height: auto;
    display: block;
}

.header-logo .logo-color {
    fill: #ffffff;
}

/* =========================================================
   hamburger-menu
========================================================= */
.header-menu-btn {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-family: var(--ff4);
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.75rem 1rem;
    line-height: 1;
    position: relative;
}

#menuOpen {
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: inline-block;
}

#menuOpen:hover {
    cursor: pointer;
}

#menuOpen b.b1 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 17px;
    position: absolute;
}

#menuOpen b.b2 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 26px;
    position: absolute;
}

#menuOpen b.b3 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 35px;
    position: absolute;
}

#menuClose {
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: inline-block;
}

#menuClose:hover {
    cursor: pointer;
}

#menuClose b.b1 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 26px;
    position: absolute;
    transform: rotate(45deg);
}

#menuClose b.b2 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 26px;
    position: absolute;
    transform: rotate(-45deg)
}

#menuClose b.b3 {
    left: 15px;
    width: 24px;
    height: 3px;
    background-color: white;
    top: 35px;
    position: absolute;
}

@property --btn-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}


.finder {
    position: relative;
    z-index: 1;
    pointer-events: all;
    display: inline-block;
    margin-right: 0.5rem;
}

.finder .awesomplete {
    position: relative;
}

.finder .awesomplete::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 3rem;
    background: conic-gradient(from var(--btn-angle), rgba(245, 225, 140, 0) 10deg, rgba(245, 225, 140, 1) 38.9738deg, rgba(210, 175, 60, 1) 62.3678deg, rgba(210, 90, 100, 1) 87.0062deg, rgba(155, 25, 50, 1) 107.428deg, rgba(90, 5, 20, 0.5) 150deg, rgba(80, 0, 15, 0) 200deg, rgba(80, 0, 15, 0) 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation: border-rotate 6s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.finder:has(input:focus-visible) .awesomplete::before {
    opacity: 1;
}

.finder input {
    width: 100px;
    height: 54px;
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.08);
    border: 0px;
    padding: 0 1rem;
    color: #fff;
    font-family: var(--ff2);
    font-size: 0.85rem;
    line-height: 1rem;
}

.finder input:focus-visible {
    outline: none;
}

.fullsearch .finder {
    width: 100%;
}

.fullsearch .finder input {
    width: 260px;
}

.fullsearch .finder button {
    width: 54px;
    height: 54px;
}

.awesomplete input::placeholder {
    color: var(--c1);
}



.video-wrap {
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c5);
    position: relative;
}

.video-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 170px, var(--c5) 130px);
}

.video-wrap video {
    max-width: 640px;
    width: 100%;
    aspect-ratio: 640 / 354;
    display: block;
    object-fit: cover;
    background-color: var(--c5);
}

.scoring {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-family: var(--ff4);
    font-size: 1rem;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.8s ease-in-out, color 0.8s ease-in-out;
    overflow: hidden;
    isolation: isolate;
    margin-left: -1rem;
}

.scoring span,
.scoring>* {
    position: relative;
    z-index: 1;
}

.scoring::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/svg/stern.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    animation: scoring-star-rotate 48s linear infinite;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.scoring-small-wrapper {
    position: relative;
}

.scoring-small-overlay {
    position: absolute;
    bottom: 0.5rem;
    right: 0rem;
    z-index: 2;
}

.scoring-small {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-family: var(--ff4);
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.8s ease-in-out, color 0.8s ease-in-out;
    overflow: hidden;
    isolation: isolate;
    margin-left: -0.5rem;
    z-index: 2;
}

.bewertung .scoring-small {
    width: 140px;
    height: 140px;
    font-family: var(--ff4);
    font-size: 1.2rem;
}

.bewertung a:hover {
    text-decoration: none !important;
}

.scoring-small span,
.scoring-small>* {
    position: relative;
    z-index: 1;
}

.scoring-small::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/svg/stern.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    animation: scoring-star-rotate 48s linear infinite;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

@keyframes scoring-star-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.scoring::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/svg/stern2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    animation: scoring-star-rotate 48s linear infinite;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.8s ease-in-out;
}

.scoring:hover {
    color: #1b1b1b;
}

.scoring:hover::before {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.scoring:hover::after {
    opacity: 1;
}

.scoring-small::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/svg/stern2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    animation: scoring-star-rotate 48s linear infinite;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.8s ease-in-out;
}

.scoring-small:hover {
    color: #1b1b1b;
}

.scoring-small:hover::before {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.scoring-small:hover::after {
    opacity: 1;
}

.tasting {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 54px;
    font-family: var(--ff4);
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-decoration: none;
    transition: background 0.8s ease-in-out, color 0.8s ease-in-out;
    margin-left: -0.75rem;
}

.noscoring .tasting {
    margin-left: 1rem;
}

.noscoring .tasting:hover,
.tasting:hover {
    background: rgb(255, 255, 255);
    color: #1b1b1b;
    text-decoration: none !important;
}

.noscoring .tasting a:hover,
.tasting a:hover {
    text-decoration: none !important;
}

.tasting::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 3rem;
    background: conic-gradient(from var(--btn-angle), rgba(245, 225, 140, 0) 10deg, rgba(245, 225, 140, 1) 38.9738deg, rgba(210, 175, 60, 1) 62.3678deg, rgba(210, 90, 100, 1) 87.0062deg, rgba(155, 25, 50, 1) 107.428deg, rgba(90, 5, 20, 0.5) 150deg, rgba(80, 0, 15, 0) 200deg, rgba(80, 0, 15, 0) 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation: border-rotate 6s linear infinite;
    transition: opacity 0.8s ease-in-out;
}

.tasting:hover::before {
    opacity: 0;
}

.tasting::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 3rem;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    animation: tasting-shadow-rotate 6s linear infinite;
}

.tasting:hover::after {
    opacity: 1;
}

.tasting-link {
    position: static;
}

.tasting-section {
    position: relative;
}

.tasting-link:hover .tasting,
.tasting-link:focus-visible .tasting {
    background: rgb(255, 255, 255);
    color: #1b1b1b;
}

.tasting-link:hover .tasting::before,
.tasting-link:focus-visible .tasting::before {
    opacity: 0;
}

.tasting-link:hover .tasting::after,
.tasting-link:focus-visible .tasting::after {
    opacity: 1;
}

.w-54 {
    width: 54px;
    height: 54px;
}

@keyframes tasting-shadow-rotate {
    0% {
        box-shadow: 12px 0px 10px rgba(245, 225, 140, 0.9);
    }

    25% {
        box-shadow: 0px 12px 10px rgba(210, 90, 100, 0.9);
    }

    50% {
        box-shadow: -12px 0px 10px rgba(155, 25, 50, 0.9);
    }

    75% {
        box-shadow: 0px -12px 10px rgba(210, 175, 60, 0.9);
    }

    100% {
        box-shadow: 12px 0px 10px rgba(245, 225, 140, 0.9);
    }
}



@keyframes border-rotate {
    from {
        --btn-angle: 0deg;
    }

    to {
        --btn-angle: 360deg;
    }
}

/* =========================================================
   INXUS-UNDERLINE – animierter Regenbogen-Unterstrich
   Nahtloser Loop: Gradient enthält 2 volle HSL-Zyklen (0°→360°→720°).
   background-size: 200% → Animation 0 %→100 % = genau ein Zyklus, kein Sprung.
   Verwendung:  <span class="inxus-underline">Wort</span>
========================================================= */
.inxus-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 1rem;
    font-family: var(--ff4);
    font-size: 0.85rem;
    color: var(--c1);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1rem;
}

.inxus-underline::before {
    content: '';
    position: absolute;
    bottom: opx;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right,
            hsl(0, 100%, 55%),
            hsl(30, 100%, 55%),
            hsl(60, 100%, 50%),
            hsl(120, 100%, 40%),
            hsl(180, 100%, 45%),
            hsl(240, 100%, 60%),
            hsl(300, 100%, 55%),
            hsl(360, 100%, 55%),
            hsl(390, 100%, 55%),
            hsl(420, 100%, 50%),
            hsl(480, 100%, 40%),
            hsl(540, 100%, 45%),
            hsl(600, 100%, 60%),
            hsl(660, 100%, 55%),
            hsl(720, 100%, 55%));
    background-size: 200% 100%;
    animation: inxus-underline-slide 15s linear infinite;
}

@keyframes inxus-underline-slide {
    from {
        background-position: 100% 0%;
    }

    to {
        background-position: 0% 0%;
    }
}

html {
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

body {
    margin: 0;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    font-family: var(--font-family-body);
    color: var(--c1);
    /* 5 vertikale Linien – max. 1920px breit, zentriert.
       Linie 1 beginnt bei --grid-pad vom linken Rand,
       Linie 5 endet bei --grid-pad vom rechten Rand.
       Linien 2–4 werden gleichmäßig dazwischen verteilt.

       Herleitung (Abstand d = --grid-pad, Breite W = background-size):
         L1 = d
         L2 = 25% + d/2
         L3 = 50%
         L4 = 75% - d/2
         L5 = 100% - d                                              */
    background-image: var(--background-linear-gradient-white);
    /* Werte: Linien-Gradient */
    background-size: min(100%, 1920px) 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--c5);
}

/* overlay.png als eigene Ebene mit Opacity */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    /*background-image: var(--background-image-overlay);*/
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: 2;
}

/* =========================================================
   HINTERGRUND & FARB-UTILITIES
========================================================= */
.bg-c0 {
    background-color: var(--c0);
    z-index: 1;
}

.bg-c1 {
    background-color: var(--c1);
    z-index: 1;
}

.bg-c2 {
    background-color: var(--c2);
    z-index: 1;
}

.bg-c3 {
    background-color: var(--c3);
    z-index: 1;
}

.bg-c4 {
    background-color: var(--c4);
    z-index: 1;
}

.bg-c5 {
    background-color: var(--c5);
    z-index: 1;
}

.hero.bg-c1 {
    background-image: var(--background-linear-gradient-white);
    /* Werte: Linien-Gradient */
    background-size: min(100%, 1920px) 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero.bg-c2 {
    background-image: var(--background-linear-gradient-black);
    /* Werte: Linien-Gradient */
    background-size: min(100%, 1920px) 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

/* Horizontale Linien-Varianten */
.hero.lines-h-white {
    background-image: var(--background-linear-gradient-horizontal-white);
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.hero.lines-h-black {
    background-image: var(--background-linear-gradient-horizontal-black);
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

/* Vertikal + Horizontal kombiniert */
.hero.lines-both-white {
    background-image:
        var(--background-linear-gradient-white),
        var(--background-linear-gradient-horizontal-white);
    background-size: min(100%, 1920px) 100%, 100% 100%;
    background-position: center top, left top;
    background-repeat: no-repeat;
}

.hero.lines-both-black {
    background-image:
        var(--background-linear-gradient-black),
        var(--background-linear-gradient-horizontal-black);
    background-size: min(100%, 1920px) 100%, 100% 100%;
    background-position: center top, left top;
    background-repeat: no-repeat;
}

/* =========================================================
   Masked Lines (SplitText-Ersatz)
========================================================= */
.line-mask {
    display: block;
    overflow: hidden;
}

.line-inner {
    display: block;
}

.wave-text span {
    display: inline-block;
}

/* =========================================================
   INHALT – liegt über den Linien
========================================================= */

.hero {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Standard: > 1200px */
    position: relative;
    overflow: hidden;
}

.hero-image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    pointer-events: none;
    animation: heroReveal 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 3;
    pointer-events: none;
}

.nogradient .hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
    z-index: 3;
    pointer-events: none;
}

.topsection {
    animation: topsectionBgFade 2.5s ease forwards;
}

@keyframes topsectionBgFade {
    from {
        background-color: #1c202c;
    }

    to {
        background-color: #1c202c;
    }
}

.topsection::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/templates/bitv-metropol/images/svg/logo-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30vw auto;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.hero.bg-c1 .hero-image-wrap::after,
.hero.bg-c2 .hero-image-wrap::after,
.hero.bg-c3 .hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: min(100%, 1920px) 100%;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
}

.hero.bg-c1 .hero-image-wrap::after {
    background-image: var(--background-linear-gradient-white);
}

.hero.bg-c2 .hero-image-wrap::after {
    background-image: var(--background-linear-gradient-black);
}

.hero.bg-c3 .hero-image-wrap::after {
    background-image: var(--background-linear-gradient-white);
}

@keyframes heroReveal {
    from {
        clip-path: circle(0% at 50% 50%);
    }

    to {
        clip-path: circle(150% at 50% 50%);
    }
}

.hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.img-1-1 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-width: 60px;
}

.img-16-9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-width: 60px;
}

.card figure {
    margin: 0;
    padding: 0;
}

@media (min-width: 810px) and (max-width: 1199.98px) {
    .hero {
        padding: 0px 30px 0px;
    }
}

@media (max-width: 809.98px) {
    .hero {
        padding: 0px 20px 0px;
    }
}

.label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 1rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* ── Responsive Text-Alignment (sm ≤ 809px | md 810–1199px | lg ≥ 1200px) ── */
@media (max-width: 809.98px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

h1,
.h1 {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-family: var(--ff5);
    margin: 0 0 0.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-transform: uppercase;
}

.categoryhead h1 {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-family: var(--fi);
    margin: 0 0 0.5rem;
    line-height: 1;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: 400;
}

h2,
.h2 {
    font-size: clamp(2.5rem, 4vw, 3rem);
    font-family: var(--fi);
    color: #ffffff;
    line-height: 1.3;
    font-weight: 400;
}

h3,
.h3 {
    font-size: clamp(1.2rem, 4vw, 1.4rem);
    font-family: var(--ff2);
    letter-spacing: -0.03em;
    color: #ffffff;
    text-transform: none !important;
}

h3.quellenheadline {
    font-size: 0.85rem;
    letter-spacing: 0em;
    font-family: var(--ff1) !important;
    letter-spacing: 0.03em;
    opacity: 0.5;
    font-weight: 400 !important;
}

.quellenangabe {
    font-size: 0.75rem;
    font-family: var(--ff1);
    letter-spacing: 0.05em;
    margin-top: -0.75rem;
}

.quellenangabe li {
    margin: 0rem 0 !important;
}

.card-body li {
    margin: 0.5rem 0;
}

.h4 {
    font-size: clamp(1.1rem, 4vw, 1.1rem);
    font-family: var(--ff2);
    color: #ffffff;
    text-transform: none !important;
}

h2 .line-inner {
    line-height: 2.1;
}

a {
    text-decoration: none;
}

.card-deck .card ul {
    margin-left: -1rem;
}

.card a {
    color: #fff;
}

.card .field-label {
    color: #fff;
}

.card .field-value {
    color: #fff;
}

.text-light {
    color: #ffffff;
}

.text-dark {
    color: #121212;
}

.stats {
    --gutter-x: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: visible;
}

.stat {
    text-align: left;
}

.stat:last-child {
    border-right: none;
}

.stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-family: var(--ff5);
}

.stat-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* =========================================================
   PROGRESSIVE BLUR – oberer Rand
   3 Ebenen via Element + ::before + ::after,
   kein JS, keine inneren Divs.
========================================================= */

/* Basis-Setup – .top-blur ist nur ein transparenter Container,
   KEIN backdrop-filter darauf (würde eine neue Backdrop Root erzeugen
   und die Pseudo-Elemente blind für den Seiteninhalt machen). */
.top-blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
    z-index: 10;
}

.top-blur::before,
.top-blur::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
}

/* Ebene 1 – blur(1px), schwächste Zone, untere Hälfte */
.top-blur::before {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    -webkit-mask-image: linear-gradient(to bottom,
            transparent 30%, black 50%, black 65%, transparent 100%);
    mask-image: linear-gradient(to bottom,
            transparent 30%, black 50%, black 65%, transparent 100%);
}

/* Ebene 2 – blur(3px), stärkste Zone, obere Hälfte */
.top-blur::after {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    -webkit-mask-image: linear-gradient(to bottom,
            black 0%, black 15%, transparent 55%);
    mask-image: linear-gradient(to bottom,
            black 0%, black 15%, transparent 55%);
}

/* =========================================================
   PROGRESSIVE BLUR – unterer Rand (gespiegelt)
========================================================= */

.bottom-blur {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
    z-index: 999;
}

.bottom-blur::before,
.bottom-blur::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
}

/* Ebene 1 – blur(1px), schwächste Zone, obere Hälfte */
.bottom-blur::before {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    -webkit-mask-image: linear-gradient(to top,
            transparent 30%, black 50%, black 65%, transparent 100%);
    mask-image: linear-gradient(to top,
            transparent 30%, black 50%, black 65%, transparent 100%);
}

/* Ebene 2 – blur(3px), stärkste Zone, untere Hälfte */
.bottom-blur::after {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    -webkit-mask-image: linear-gradient(to top,
            black 0%, black 15%, transparent 55%);
    mask-image: linear-gradient(to top,
            black 0%, black 15%, transparent 55%);
}

.pagenavigation {
    width: 100%;
    text-wrap: balance;
    hyphens: none;
}

.pagenavigation .btn,
.backlink a.btn {
    border-radius: 50rem;
    font-family: var(--ff2);
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid transparent;
    position: relative;
    z-index: 2;
    padding: 0.15rem 0.75rem;
    color: var(--c1);
}

.pagenavigation .btn:hover,
.backlink a.btn:hover {
    border: 2px solid #ff646e;
    color: var(--c1);
}

.pagenavigation a.btn:hover,
.backlink a.btn:hover {
    text-decoration: none;
}

/* =========================================================
   VARIANTE: noch feiner / dunkler – einfach Werte anpassen
========================================================= */

/*
  Feiner (80px Abstand, noch dünner):
  transparent 79px, rgba(0,0,0,0.06) 79px, rgba(0,0,0,0.06) 80px

  Dunkler:
  rgba(0,0,0,0.15) statt rgba(0,0,0,0.08)

  Weißer Hintergrund mit grauen Linien:
  background-color: #ffffff;
  rgba(0,0,0,0.06)
*/

/* =========================================================
   NAV-MODAL
========================================================= */
.nav-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background-color: var(--c5);
    display: flex;
    flex-direction: column;

    /* Einblend-Animation: von oben hereinschieben */
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.65s cubic-bezier(0.77, 0, 0.18, 1);
    pointer-events: none;
}

.nav-modal.is-open {
    clip-path: inset(0 0 0% 0);
    pointer-events: all;
}

/* ── Innerer Wrapper (Padding via --grid-pad) ── */
.nav-modal__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0;
    box-sizing: border-box;
    overflow-y: auto;
}

.nav-modal__inner .header-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0px 0 0px 0rem;
    pointer-events: all;
    padding: 1.5rem 0rem 1.5rem 1.5rem;
    will-change: transform;
}

/* ── Header-Zeile (Logo + Schließen-Button) ── */
.nav-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    flex-shrink: 0;
}

.nav-modal__logo-link {
    display: block;
    line-height: 0;
}

.nav-modal__logo {
    width: 100px;
    height: auto;
    display: block;
    /*filter: invert(1);*/
    /* Logo für dunklen Hintergrund invertieren */
}

.nav-modal__close {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--ff1);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0;
    line-height: 1;
}

.nav-modal__close:hover {
    opacity: 0.6;
}

/* ── Navigationsliste ── */
.nav-modal__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    padding: 2rem 1.5rem;
    gap: 0.1em;
}

.nav-modal__nav-link {
    display: inline-block;
    font-family: var(--ff5);
    font-size: clamp(2.4rem, 6vw, 3.5rem);
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;

    /* Einzel-Animation jedes Links */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s ease;
}

.nav-modal.is-open .nav-modal__nav-link {
    opacity: 1;
    transform: translateY(0);
}

.nav-modal__nav-link:hover {
    color: rgba(255, 255, 255, 0.45);
}

/* ── Footer-Bereich ── */
.nav-modal__footer {
    flex-shrink: 0;
    padding: 2rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nav-modal__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1rem 2rem;
}

.nav-modal__email {
    font-family: var(--ff5);
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
}

.nav-modal__email:hover {
    opacity: 0.6;
}

.nav-modal__phone {
    font-family: var(--ff1);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    margin-left: auto;
}

/* ── Social Links ── */
.nav-modal__social {
    display: flex;
    gap: 0.5rem;
}

.nav-modal__social-link {
    font-family: var(--ff1);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nav-modal__social-link:hover {
    opacity: 0.55;
}

.nav-modal__social-link svg {
    width: 2em;
    height: 2em;
    vertical-align: -0.125em;
    fill: #ffffff;
}

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete>input {
    display: block;
}

.awesomplete>ul {
    z-index: 1;
    box-sizing: border-box;
    background: var(--c5) !important;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
}

.awesomplete>ul:empty {
    display: none;
}

.awesomplete>ul {
    text-shadow: none;
    background: linear-gradient(to bottom right, var(--c5), var(--c5)) !important;
    border: 0px !important;
    border-radius: .3em;
    margin: .2em 0 0;
    box-shadow: .05em .2em .6em #0003;
    color: var(--c1) !important;
}

@supports (transform: scale(0)) {
    .awesomplete>ul {
        transform-origin: 1.43em -.43em;
        transition: all .3s cubic-bezier(.4, .2, .5, 1.4);
    }

    .awesomplete>ul[hidden],
    .awesomplete>ul:empty {
        opacity: 0;
        visibility: hidden;
        transition-timing-function: ease;
        display: block;
        transform: scale(0);
    }
}

.awesomplete>ul:before {
    content: "";
    border: inherit;
    background: transparent !important;
    border-bottom: 0;
    border-right: 0;
    width: 0;
    height: 0;
    padding: .4em;
    position: absolute;
    top: -.43em;
    left: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.awesomplete>ul>li {
    cursor: pointer;
    padding: .2em .5em;
    position: relative;
}

.awesomplete>ul>li:hover {
    color: #ffffff !important;
    background: #ffffff1c !important;
}

.awesomplete>ul>li[aria-selected="true"] {
    color: #fff !important;
    background: #2a6996 !important;
}

.awesomplete mark {
    background: #ffffff1c !important;
    color: var(--c1) !important;
}

.awesomplete li:hover mark {
    background: var(--c5) !important;
}

.awesomplete li[aria-selected="true"] mark {
    color: inherit;
    background: var(--c5) !important;
}

.categoryhead {
    margin-top: 10rem;
}

.infoseite {
    display: none;
}

.screen-reader-text {
    display: none;
}

dd.published {
    margin: 0px;
    font-size: 0.85rem;
    opacity: 0.5;
}

/* ── Mobile Anpassungen ── */
@media (max-width: 809.98px) {
    .nav-modal__nav-link {
        font-size: clamp(1.8rem, 10vw, 3rem);
    }

    .nav-modal__email {
        font-size: clamp(1.1rem, 6vw, 1.8rem);
    }

    .nav-modal__phone {
        margin-left: 0;
        width: 100%;
    }

    .header-logo {
        width: 70px;
    }

    .card-deck .tasting {
        margin-left: 0rem;
    }
}

/* =========================================================
   MOBIL / KLEINER BILDSCHIRM
   Breite < 500px  ODER  Höhe < 600px:
   hero-image-wrap füllt den Viewport, .pos-v-25 erscheint darunter
========================================================= */
@media (max-width: 499.98px),
(max-height: 599px) {
    .topsection {
        display: block;
        overflow: visible;
        min-height: 0;
        padding: 0;
    }

    .topsection .hero-image-wrap {
        position: relative;
        inset: auto;
        width: 100%;
        height: 75dvh;
        min-height: 0;
        z-index: 0;
    }

    .topsection .pos-v-25 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: 0;
        padding: 4rem 0rem 1rem;
        box-sizing: border-box;
        background-color: var(--c4);
        z-index: 1;
    }

    .topsection .pos-v-4 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: 0;
        padding: 4rem 0rem 1rem;
        box-sizing: border-box;
        background-color: var(--c4);
        z-index: 1;
    }

    .bottom .pos-v-4 {
        padding: 4rem 0rem 7rem;
    }

    .bottom h2 .line-inner {
        line-height: 1.3;
    }

    .topsection::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/templates/bitv-metropol/images/svg/logo-white.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30vw auto;
        opacity: 0.2;
        pointer-events: none;
        z-index: 0;
        height: 65dvh;
    }
}

/* =========================================================
   Breadcrumb
========================================================= */
.mod-breadcrumbs__wrapper {
    padding: 0.5rem 0;
}

.mod-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Joomla-Standard-Divider (icon-location) ausblenden */
.mod-breadcrumbs__divider {
    display: none;
}

/* Trennzeichen per CSS */
.mod-breadcrumbs__item+.mod-breadcrumbs__item::before {
    content: "/";
    padding: 0 0.4rem;
    color: var(--c1);
    opacity: 0.5;
}

.mod-breadcrumbs__item.active span {
    opacity: 0.7;
}

/* =========================================================
   Pagination – Nav-Pills Stil
========================================================= */
.pagination__wrapper {
    display: flex;
    justify-content: center;
}

.pagination__wrapper .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pagination__wrapper .page-item {
    list-style: none;
}

.pagination__wrapper .page-link {
    border-radius: 50rem;
    color: var(--c1);
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid transparent;
    text-transform: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    box-shadow: none !important;
    padding: 0.15rem 0.75rem;
    font-size: 0.65rem;
    width: 16px;
    height: 29px;
}

.pagination__wrapper .page-item.active .page-link {
    background: var(--c1);
    color: var(--c5) !important;
}

.pagination__wrapper .page-item:not(.active) .page-link:hover,
.pagination__wrapper .page-item:not(.active) .page-link:focus {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid #ff646e;
    color: var(--c1) !important;
}

.counter {
    font-size: 0.85rem;
}