@font-face {
    font-family: 'Lineto Circular';
    src: url('lineto-circular-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lineto Circular';
    src: url('lineto-circular-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

:root {
    --vvs-paper: #ffffff;
    --vvs-surface: #ffffff;
    --vvs-surface-strong: #ffffff;
    --vvs-section-alt: #f6f6f6;
    --vvs-ink: #0a0b0d;
    --vvs-muted: #5f564f;
    --vvs-line: rgba(95, 86, 79, 0.22);
    --vvs-brand: #fc631e;
    --vvs-brand-soft: #ffd9c7;
    --vvs-brand-strong: #d64200;
}

::selection {
    background: #D64200;
    text-shadow: none;
    color: #fff;
}

body {
    font-family: 'Lineto Circular', sans-serif;
    background: var(--vvs-paper);
    color: var(--vvs-ink);
    font-size: 1.05rem;
}

.min-vh-75 {
    min-height: 60vh !important;
}

.my-6{
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
}

.mb-6{
    margin-bottom: 10vh !important;
}

.mt-6{
    margin-top: 10vh !important;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px;
    overflow: hidden;
}

.summary-page {
    font-size: 1.125rem;
    line-height: 1.65;
}

.summary-content h1 {
    font-size: clamp(2.75rem, 8vw, 6rem);
}

.summary-section {
    padding: 2rem 0;
    border-top: 1px solid var(--vvs-line);
}

.summary-section h2 {
    font-size: clamp(1.75rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.summary-section p {
    max-width: 72ch;
}


/* ── Type Scale ──────────────────────────────── */
h1, .h1 { font-size: clamp(2.8rem, 16vw, 6.8rem); line-height: 1; letter-spacing: -0.04em;}
h2, .h2 { font-size: clamp(1.6rem, 6.4vw, 5.2rem); line-height: 1; letter-spacing: -0.04em;}
h3, .h3 { font-size: clamp(1.2rem, 2.4vw, 2.4rem); line-height: 1; letter-spacing: -0.04em;}
.small   { font-size: 0.85rem; line-height: 1.4; }
.display-3{letter-spacing: -0.04em;}

.bg-orange {
    background: var(--vvs-brand);
}

.text-primary{
    color: var(--vvs-brand) !important;
}

.bg-bottom-radius{
    border-radius: 0 0 16px 16px;
}



.hero-date{
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
}

.hero-kicker{
    position: absolute;
    right: 0%;
    top: 0%;
    padding: 2rem;
}

#schau-mal-wie-viel-wir-machen,
#karte-interaktiv,
#perfekte-verbindung-beginnt-vor-der-haustuer,
#wir-bewegen-nicht-nur-menschen {
    background: #ffffff;
}

#schau-mal-wie-viel-wir-machen {
    min-height: 150vh;
}

#karte-interaktiv {
    min-height: 260vh;
}

#hier-sieht-man-es-genau-fuer-unser-gebiet,
#d-ticket-deine-freiheit-unsere-erfolgsgeschichte,
#wir-bieten-fuer-jeden-das-richtige-ticket,
#gemeinsam-zur-umwelt-beitragen {
    background: var(--vvs-section-alt);
}

#gemeinsam-zur-umwelt-beitragen {
    background: var(--vvs-brand);
}

.text-uppercase.fw-semibold.small.letter-spacing-wide {
    line-height: 22px !important;
    letter-spacing: 0.1px !important;
    text-transform: none !important;
}

.border-secondary {
    border-color: var(--vvs-line) !important;
}

.text-secondary {
    color: var(--vvs-muted) !important;
}

.bg-body-tertiary {
    background-color: var(--vvs-surface) !important;
}

.rounded-4 {
    border-radius: 16px !important;
}

.bg-body-tertiary.rounded-4,
.border.rounded-4,
.mobility-stat-card,
.ticket-teaser-card,
.ticket-info-panel {
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.text-warning {
    color: var(--vvs-brand) !important;
}

.text-bg-warning {
    background-color: var(--vvs-brand) !important;
    color: var(--vvs-ink) !important;
}

.link-light {
    color: var(--vvs-ink) !important;
}

.btn-outline-light {
    border-color: var(--vvs-brand) !important;
    color: var(--vvs-brand) !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: var(--vvs-brand) !important;
    border-color: var(--vvs-brand) !important;
    color: var(--vvs-ink) !important;
}

.btn-warning {
    background-color: var(--vvs-brand) !important;
    border-color: var(--vvs-brand) !important;
    color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: var(--vvs-brand-strong) !important;
    border-color: var(--vvs-brand-strong) !important;
    color: #fff !important;
}

.link-external::after {
    content: "";
    display: block;
    width: 26px;
    height: 30px;
    float: left;
    background-image: url("link-external.svg");
    background-position: left center;

    background-repeat: no-repeat;
    background-size: contain;
    text-decoration-color: #D64200 !important;
}

.link-external-white::after {
    filter: brightness(0) invert(1);
}

main > .container-fluid.px-md-5.py-3.border-bottom.border-top.border-secondary {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgb(255, 255, 255);
}

main > .container-fluid.bg-dark.px-md-5.py-3.border-bottom.border-top.border-secondary {
    background: rgba(0, 0, 0, 1) !important;
}

.divider-stop {
    width: 2rem;
    height: 2rem;
}

.divider-stop img {
    width: 100%;
    height: auto;
    display: block;
}

.section-spitzmarke-host {
    position: relative;
    display: block !important;
}

.section-spitzmarke {
    position: relative;
    width: 100%;
    z-index: 5;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 4vw, 3rem) 0;
    color: var(--vvs-brand);
    font-size: clamp(1.05rem, 1.7vw, 1.6rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1px;
    max-width: 1800px;
    margin: 0 auto;
}

.section-spitzmarke-host > .region-proof-panel .region-proof-panel-wrap {
    padding-top: 0 !important;
}

.section-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.65rem, 1.1vw, 1rem);
    padding-top: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.section-intro > * {
    margin: 0 !important;
}

.section-intro--compact {
    margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.section-intro--center {
    align-items: center;
}

.section-intro--center > * {
    text-align: center;
}

.live-passenger-ticker {
    position: fixed;
    right: clamp(1rem, 2vw, 2rem);
    bottom: clamp(1rem, 2vw, 2rem);
    z-index: 1050;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
    will-change: transform, opacity;
}

.divider-anchor-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.25rem, 0.45vw, 0.45rem);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.divider-anchor-nav::-webkit-scrollbar {
    display: none;
}

.divider-anchor-nav a {
    color: var(--vvs-muted);
    text-decoration: none;
    font-size: clamp(0.75rem, 1vw, 0.95rem);
    line-height: 1;
    font-weight: 700;
    opacity: 0.72;
    display: inline-flex;
    align-items: center;
    gap: clamp(0.2rem, 0.35vw, 0.35rem);
}

.divider-anchor-nav a::after {
    content: "";
    display: inline-block;
    width: clamp(0.35rem, 0.8vw, 0.85rem);
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.32;
}

.divider-anchor-nav a:last-child::after {
    display: none;
}

.divider-anchor-nav a:hover,
.divider-anchor-nav a:focus,
.divider-anchor-nav a.is-active {
    color: var(--vvs-brand);
    opacity: 1;
}

.divider-anchor-nav-dark a {
    color: rgba(255, 255, 255, 0.7);
}

.divider-anchor-nav-dark a:hover,
.divider-anchor-nav-dark a:focus,
.divider-anchor-nav-dark a.is-active {
    color: #ffffff;
    opacity: 1;
}

.divider-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid var(--vvs-line);
    border-radius: 999px;
    background: transparent;
    color: var(--vvs-ink);
    padding: 0.45rem 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.divider-nav-toggle-icon {
    width: 1.1rem;
    display: inline-flex;
    flex-direction: column;
    gap: 0.22rem;
}

.divider-nav-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.bg-dark .divider-nav-toggle {
    border-color: rgba(255, 255, 255, 0.32);
    color: #ffffff;
}

.pdf-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1rem;
}

.pdf-preview-card {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.pdf-preview-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 13rem;
    object-fit: cover;
    object-position: top center;
}

.final-pdf-cta {
    width: 100%;
    min-height: 100%;
    padding: 0.9rem 1.1rem;
    border-radius: 16px;
    background: #0a0b0d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.final-pdf-cta:hover,
.final-pdf-cta:focus {
    color: #ffffff;
    background: #1a1b1e;
}

.final-pdf-cta-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 1.15rem;
    line-height: 1;
}

.final-pdf-cta-meta {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
}

.report-footer {
    width: 100%;
}

.report-footer-main {
    background: var(--vvs-section-alt);
}

.report-footer-logo {
    width: 6rem;
    height: auto;
}

.report-footer-list a,
.report-footer-legal a {
    color: var(--vvs-ink);
    text-decoration: none;
}

.report-footer-list a:hover,
.report-footer-list a:focus,
.report-footer-legal a:hover,
.report-footer-legal a:focus {
    color: var(--vvs-brand);
}

.stacking-stage-shell {
    height: 100%;
    min-height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stacking-stage {
    position: relative;
    width: min(100%, 30rem);
    min-height: 28rem;
}

.hero-visual-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(10, 11, 13, 0.12);
    transform-origin: center center;
    will-change: transform, opacity;
}

@media (max-width: 1199.98px) {
    .stacking-stage-shell,
    .stacking-stage {
        min-height: 70vh;
    }
}

.region-proof-sequence {
    background: #ffffff;
}

.region-proof-panel {
    overflow: hidden;
}

.region-proof-panel-wrap {
    width: 100%;
}

.region-proof-panel-stops {
    background: #ffffff;
    color: var(--vvs-ink);
}

.region-proof-kpi {
    text-align: left;
}

.region-proof-stat-card {
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.region-stop-marquee {
    position: relative;
    width: 100%;
    min-height: clamp(10rem, 20vw, 13rem);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.region-stop-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(3rem, 8vw, 7rem);
    z-index: 2;
    pointer-events: none;
}

.region-stop-marquee::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: clamp(3rem, 8vw, 7rem);
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
}

.region-stop-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
}

.region-stop-marquee-track {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    width: max-content;
    padding: 1rem 0;
    will-change: transform;
}

.region-stop-marquee-track::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: rgba(252, 99, 30, 0.32);
    transform: translateY(-50%);
}

.region-stop-chip {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.region-stop-chip::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: var(--vvs-brand);
    flex: 0 0 auto;
}

.region-stop-chip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.2rem);
    width: 1.3rem;
    height: 2px;
    background: rgba(252, 99, 30, 0.5);
    transform: translateY(-50%);
}

.region-stop-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(4.75rem, 12vw, 6.5rem);
    height: clamp(4.75rem, 12vw, 6.5rem);
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.region-stop-center-icon {
    width: clamp(3rem, 10vw, 5rem);
    height: auto;
    display: block;
}


.region-proof-video-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.region-proof-video-bg::after {
    content: "";
    position: absolute;
    inset: 0;
}

.region-proof-scrub-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.region-map-modal-shell {
    width: 100%;
}

.region-map-modal-stage {
    width: 100%;
    background: transparent;
    border-radius: 0;
    min-height: 100%;
}

.region-map-data-panel {
    background: #ffffff;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.region-map-data-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.region-map-panel-nav {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid var(--vvs-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--vvs-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
    flex: 0 0 auto;
    transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.region-map-panel-nav:hover,
.region-map-panel-nav:focus-visible {
    border-color: var(--vvs-brand);
    color: var(--vvs-brand);
}

.region-map-panel-nav:active {
    transform: scale(0.96);
}

.region-map-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.region-map-data-stat {
    padding-top: 0.9rem;
    border-top: 1px solid var(--vvs-line);
}

.region-map-data-stat-featured {
    border-top: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
}

.region-map-data-stat-featured .h3 {
    font-size: clamp(1.7rem, 2.8vw, 2.7rem);
}

.region-map-data-stat-featured p:first-child {
    color: var(--vvs-brand) !important;
    font-weight: 700;
}

.region-map-delta-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(252, 99, 30, 0.12);
    color: var(--vvs-brand);
    padding: 0.15rem 0.45rem;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;
}

.region-map-visual {
    width: 100%;
    max-height: 68vh;
    height: auto;
    object-fit: contain;
}

.region-map-area {
    fill: #e6e6e6;
    stroke: #ffffff;
    stroke-width: 2;
    opacity: 0;
    transition: fill 0.18s ease, filter 0.18s ease;
}

.region-map-area-clickable {
    cursor: pointer;
}

.region-map-area-revealed {
    fill: var(--vvs-brand-soft);
}

.region-map-area-active {
    fill: var(--vvs-brand);
    filter: drop-shadow(0 8px 12px rgba(252, 99, 30, 0.22));
}

.region-map-area:focus,
.region-map-area:focus-visible {
    outline: none !important;
    filter: none !important;
}

.region-map-marker-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.region-map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    background: transparent;
    color: var(--vvs-ink);
    padding: 0;
    pointer-events: auto;
    opacity: 0.45;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.region-map-marker:disabled {
    pointer-events: none;
}

.region-map-marker-clickable {
    cursor: pointer;
}

.region-map-marker.is-revealed {
    opacity: 0.9;
}

.region-map-marker.is-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
}

.region-map-marker:hover .region-map-marker-dot,
.region-map-marker:focus-visible .region-map-marker-dot,
.region-map-marker.is-active .region-map-marker-dot {
    background: #ffffff;
}

.region-map-marker-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: var(--vvs-brand);
    box-shadow: 0 0 0 4px rgba(252, 99, 30, 0.14);
    flex-shrink: 0;
}

.region-map-marker-label {
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    padding: 0.28rem 0.55rem;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.region-delta-positive {
    color: var(--vvs-brand);
}

.region-delta-negative {
    color: #f87171;
}

.d-ticket-ticket-row {
    padding-top: 0.5rem;
}

.d-ticket-headline-black {
    color: #000000;
}

.d-ticket-headline-red {
    color: #dd0000;
}

.d-ticket-headline-gold {
    color: #ffce00;
}

.d-ticket-ticket-col {
    position: relative;
}

.d-ticket-ticket-card {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform-origin: center bottom;
}

.d-ticket-ticket-card::before,
.d-ticket-ticket-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: var(--vvs-section-alt);
    transform: translateY(-50%);
    border: 1px solid rgba(95, 86, 79, 0.1);
}

.d-ticket-ticket-card::before {
    left: -0.75rem;
}

.d-ticket-ticket-card::after {
    right: -0.75rem;
}

.d-ticket-ticket-notch {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px dashed rgba(95, 86, 79, 0.22);
    flex-shrink: 0;
}

.d-ticket-quote-pin-height {
    min-height: 160vh;
}

.d-ticket-quote-pin {
    position: relative;
    min-height: 95vh;
}

.ticket-quote-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(2rem, 6vw, 4rem);
    background: url("Zitat.svg") no-repeat right bottom / 25%;
}

.ticket-quote-text {
    line-height: 1;
}

.ticket-quote-word {
    color: rgba(10, 11, 13, 0.18);
    transition: color 0.1s linear;
}

.ticket-quote-person {
    align-self: flex-start;
}

.quote-image-pair {
    padding-right: clamp(1.4rem, 3vw, 2.25rem);
}

.quote-image-slot {
    width: clamp(5.5rem, 10vw, 8.5rem);
    height: clamp(5.5rem, 10vw, 8.5rem);
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
}

.quote-image-slot-b {
    margin-left: clamp(-2.25rem, -3vw, -1.4rem);
}

#nachtbus-35-jahre-jubilaeum {
    background: #000000;
}

.nachtbus-image-wrap {
    border-radius: 16px;
    overflow: hidden;
}

.nachtbus-image {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.nachtbus-safety-link {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.nachtbus-safety-icon {
    width: 5rem;
    height: 5rem;
    color: #000000;
    background: url("shield.svg") no-repeat center transparent;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .d-ticket-ticket-col-a {
        transform: rotate(-2deg) translateY(2rem);
        z-index: 1;
    }

    .d-ticket-ticket-col-b {
        transform: rotate(1.25deg);
        z-index: 3;
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .d-ticket-ticket-col-c {
        transform: rotate(-1.75deg) translateY(1.5rem);
        z-index: 2;
    }
}

.ticket-info-toggle {
    width: 2.75rem;
    height: 2.75rem;
    font-weight: 700;
    font-style: italic;
}

.ticket-info-panel {
    background: rgba(255, 255, 255, 0.7);
}

.ticket-teaser-card {
    min-height: 18rem;
}

.ticket-teaser-card strong {
    color: var(--vvs-brand);
    white-space: nowrap;
}

.ticket-emoji-rail {
    display: block;
    min-width: 1.25em;
    color: var(--vvs-brand);
    white-space: nowrap;
    margin-top: clamp(0.35rem, 0.7vw, 0.55rem);
    line-height: 1;
}

.mobility-stack-viewport {
    overflow: visible;
    min-height: auto;
    display: block;
}

.mobility-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
    width: 100%;
    white-space: normal;
    padding: 0;
}

.mobility-stack-item {
    width: 100%;
    will-change: transform;
}

.mobility-offer-card {
    box-shadow:
        0px 2px 6px 0px #0000000A,
        0px 6px 10px 0px #0000000F;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.mobility-offer-image {
    width: 100%;
    height: clamp(12rem, 17vw, 15rem);
    object-fit: cover;
    display: block;
}

.fleet-chart-copy {
    line-height: 1;
}

.fleet-chart-icon {
    width: auto;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%);
}

.fleet-chart-track {
    min-height: 15vh;
    border-radius: 16px;
    display: flex;
    align-items: stretch;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.fleet-chart-bar {
    width: var(--bar-size);
    min-width: 0;
    border-radius: 16px;
    background: var(--vvs-brand);
    position: relative;
}

.final-headline {
    line-height: 1.1;
}

.signature-item {
    width: min(100%, 18rem);
    text-align: center;
}

.signature-line {
    height: 3.5rem;
    border-bottom: 2px solid var(--vvs-ink);
}

.section-interlude-title {
    line-height: 1.05;
    display: block;
    max-width: 22ch;
}

.section-interlude-word {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.section-interlude-hidden,
.section-interlude-visible {
    display: block;
}

.section-interlude-hidden {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
}

.section-interlude-word:last-child {
    margin-right: 0;
}

.rotating-headline-title {
    padding-top: 0;
    padding-bottom: 0;
}

.rotating-headline-word {
    min-width: 11ch;
    overflow: hidden;
    vertical-align: bottom;
}

.rotating-headline-word [data-rotating-word] {
    display: inline-block;
}

.section-interlude-hidden,
.section-interlude-visible {
    will-change: transform;
}


.haltestelle {
    display: inline-block;
    background: url("haltestelle.svg") no-repeat center center transparent;
    background-size: contain;
    width: 1.5rem;
    height: 1.75rem;
    vertical-align: middle;
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
    margin-right: .25rem;
}

@media (max-width: 991.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        overflow: visible;
    }

    main > .container-fluid.px-md-5.py-3.border-bottom.border-top.border-secondary,
    main > .container-fluid.bg-dark.px-md-5.py-3.border-bottom.border-top.border-secondary {
        overflow: visible;
    }

    .divider-anchor-nav {
        justify-content: center;
        padding-bottom: 0.15rem;
    }

    .region-map-sticky-row {
        gap: 1.5rem;
    }

    .region-map-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .region-map-visual {
        max-height: 54vh;
    }
}

@media (max-width: 767.98px) {

    .pdf-preview-grid {
        grid-template-columns: 1fr;
    }

    main > .container-fluid.px-md-5.py-3.border-bottom.border-top.border-secondary .col.d-flex,
    main > .container-fluid.bg-dark.px-md-5.py-3.border-bottom.border-top.border-secondary .col.d-flex {
        position: relative;
    }

    .my-6 {
        margin-top: 5vh !important;
        margin-bottom: 5vh !important;
    }

    .divider-current-station {
        max-width: min(42vw, 13rem);
        overflow: hidden;
        margin-left: 0.55rem;
        color: var(--vvs-brand);
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bg-dark .divider-current-station {
        color: var(--vvs-brand);
    }

    .divider-nav-toggle {
        display: inline-flex;
    }

    .divider-anchor-nav {
        position: absolute;
        top: calc(100% + 0.7rem);
        right: 0;
        z-index: 1060;
        display: none;
        width: min(17rem, calc(100vw - 2rem));
        max-height: min(70vh, 28rem);
        overflow-y: auto;
        overflow-x: hidden;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.65rem;
        white-space: normal;
        text-align: left;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--vvs-line);
        border-radius: 16px;
        box-shadow:
            0px 2px 6px 0px #0000000A,
            0px 6px 10px 0px #0000000F;
    }

    .divider-anchor-nav.is-open {
        display: flex;
    }

    .divider-anchor-nav a {
        justify-content: space-between;
        width: 100%;
        padding: 0.7rem 0.75rem;
        border-radius: 12px;
        font-size: 0.95rem;
    }

    .divider-anchor-nav a::after {
        width: 0.8rem;
        opacity: 0.28;
    }

    .divider-anchor-nav a.is-active {
        background: rgba(252, 99, 30, 0.1);
    }

    .divider-anchor-nav-dark {
        background: rgba(0, 0, 0, 0.98);
        border-color: rgba(255, 255, 255, 0.2);
    }

    html,
    body {
        overflow-x: hidden;
    }

    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: clamp(3.25rem, 19vw, 4rem);
    }

    h2,
    .h2,
    .display-placeholder {
        font-size: clamp(2.4rem, 14vw, 2.5rem);
    }

    h3,
    .h3 {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .bg-bottom-radius {
        border-radius: 0 0 12px 12px;
    }

    header .bg-bottom-radius {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    header img {
        width: 84px;
        height: auto;
    }

    header .link-light {
        font-size: 0.85rem;
        line-height: 1.1;
    }

    .link-external::after {
        width: 23px;
        height: 26px;
    }

    .min-vh-75 {
        min-height: auto !important;
    }

    .min-vh-100 {
        min-height: auto !important;
    }

    .hero-kicker {
        position: static;
        padding: 1.5rem 0 0;
    }

    main > .container-fluid.px-md-5.py-3.border-bottom.border-top.border-secondary,
    main > .container-fluid.bg-dark.px-md-5.py-3.border-bottom.border-top.border-secondary {
        top: 0;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    main > .container-fluid.px-md-5.py-3.border-bottom.border-top.border-secondary .row,
    main > .container-fluid.bg-dark.px-md-5.py-3.border-bottom.border-top.border-secondary .row {
        align-items: center;
    }

    .divider-stop {
        width: 1.85rem;
        height: 1.85rem;
    }

    .divider-anchor-nav {
        gap: 0.7rem;
        max-width: 100%;
    }

    .divider-anchor-nav a {
        font-size: 0.95rem;
    }

    .divider-anchor-nav a::after {
        width: 0.8rem;
    }

    .stacking-stage-shell,
    .stacking-stage {
        min-height: 38vh;
        margin: 0;
    }

    .stacking-stage-shell{
        margin: 5vh 3vw 0;
    }

    .stacking-stage {
        width: 100%;
        min-height: 22rem;
    }

    .hero-bridge-title-wrap {
        min-height: 17.5rem;
    }

    #wir-verbinden-die-region .rotating-headline-title {
        min-height: 4.1em;
    }

    #wir-verbinden-die-region .rotating-headline-word {
        display: inline-block;
        min-width: 15ch;
    }

    .hero-visual-image {
        object-position: center;
    }

    .region-stop-marquee {
        min-height: 9rem;
    }

    .region-stop-chip {
        max-width: 7.5rem;
        font-size: 0.72rem;
        padding: 0.38rem 0.58rem;
        white-space: normal;
        text-align: center;
    }

    .region-stop-chip::before {
        width: 0.45rem;
        height: 0.45rem;
    }

    .region-proof-kpi {
        padding: 2vh 0 5vh;
    }

    .section-spitzmarke {
        margin: 0;
    }

    .section-intro {
        gap: 0.75rem;
        padding-top: 1rem;
        margin-bottom: 1.5rem;
    }

    #karte-interaktiv {
        min-height: auto;
    }

    #karte-interaktiv .region-map-sticky-row {
        gap: 1rem;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .region-map-data-panel {
        position: relative;
        z-index: 2;
    }

    .region-map-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .region-map-data-stat .h3 {
        font-size: clamp(1.2rem, 6vw, 1.65rem);
    }

    .region-map-visual {
        max-height: 34vh;
        margin: 0 auto;
    }

    .region-map-modal-stage {
        max-height: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .region-map-marker {
        gap: 0.3rem;
    }

    .region-map-marker-label {
        font-size: 0.7rem;
        padding: 0.22rem 0.4rem;
    }

    .d-ticket-ticket-row {
        padding-top: 0;
    }

    .d-ticket-ticket-card {
        min-height: 12rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.75rem;
        text-align: center;
    }

    .d-ticket-ticket-card .h2 {
        font-size: clamp(2.4rem, 12vw, 4.2rem);
        margin-bottom: 0 !important;
    }

    .d-ticket-ticket-card p {
        margin-bottom: 0;
    }

    .d-ticket-quote-pin-height {
        min-height: auto;
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .d-ticket-quote-pin {
        min-height: auto;
    }

    .ticket-quote-card {
        position: relative;
        gap: 1.5rem;
        background-size: 42%;
    }

    .ticket-quote-text {
        line-height: 1.04;
    }

    .quote-image-pair {
        padding-right: 1.25rem;
    }

    .quote-image-slot {
        width: 4.8rem;
        height: 4.8rem;
        max-width: 4.8rem;
    }

    .nachtbus-image {
        aspect-ratio: 16 / 10;
    }

    .ticket-emoji-rail {
        display: block;
        min-width: 0;
        font-size: clamp(5rem, 24vw, 8rem);
        margin: 0;
    }

    .mobility-stack-viewport {
        overflow: visible;
        min-height: auto;
        display: block;
    }

    .mobility-offer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
        padding: 0;
    }

    .mobility-stack-item {
        width: 100%;
    }

    .mobility-offer-image {
        height: 12rem;
    }

    .ticket-teaser-card {
        min-height: auto;
    }

    #schau-mal-wie-viel-wir-machen {
        min-height: 125svh !important;
    }

    .fleet-chart-row {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .fleet-chart-track {
        min-height: 4.75rem;
    }

    .fleet-chart {
        padding-right: clamp(1.75rem, 8vw, 3rem);
    }

    .final-headline {
        max-width: 100%;
        font-size: clamp(2.3rem, 13vw, 4.5rem);
    }

    .signature-item {
        width: min(100%, 14rem);
    }

    .signature-line {
        height: 2.25rem;
    }

    .final-pdf-cta {
        align-items: flex-start !important;
        padding: 1rem;
    }

    .final-pdf-cta-icon {
        width: 3rem;
        height: 3rem;
    }

    .final-pdf-cta .h3 {
        font-size: 1.45rem;
        letter-spacing: -0.02em;
    }
}
