
:root {
    --bt-bg: #dcccb4;
    --bt-surface: rgba(255, 255, 255, 0.6);
    --bt-surface-strong: rgba(255, 255, 255, 0.9);
    --bt-border: rgba(3, 104, 81, 0.15);
    --bt-grid: rgba(3, 104, 81, 0.06);
    --bt-text: #142a19;
    --bt-dark-green: #193d28;
    --bt-green: #b9dd24;
    --bt-blue: #1d97f2;
    --bt-spenden: #f26d00;
    --bt-red: #f21d1d;
    --bt-attention: #ea53a6;
    --bt-shadow: 0 26px 60px rgba(3, 104, 81, 0.15);
    --bt-radius: 12px;
    --bt-radius-sm: 12px;
    --bt-h1-size: clamp(3.12rem, 6vw, 5.76rem);
    --bt-h2-size: clamp(2.4rem, 4.56vw, 4.08rem);
    --bt-h3-size: clamp(1.74rem, 2.88vw, 2.52rem);
    --bt-h4-size: clamp(1.32rem, 2.16vw, 1.68rem);
    --bt-h1-line: 0.95;
    --bt-h2-line: 1.05;
    --bt-h3-line: 1.15;
    --bt-h4-line: 1.25;
}

* {
    box-sizing: border-box;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.link-dark a{
    color: var(--bt-text);
}

.img-fluid {
    max-width: 200%;
    width: 100%;
}

.img-fluid-inside img{
    max-width: 200%;
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Manrope', Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: url("hoehenlinien.svg") left top var(--bt-bg);
    background-repeat: repeat;
    background-origin: initial;
    background-size: 100% auto;
    color: var(--bt-text);
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .rohyt{
    color: var(--bt-text);
    font-family: 'RohytSlimRegular', Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.betterfaster{
    font-family: 'Better Faster', Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.h1,
h1 {
    font-size: var(--bt-h1-size);
    line-height: var(--bt-h1-line);
}

.h2,
h2 {
    font-size: var(--bt-h2-size);
    line-height: var(--bt-h2-line);
}

.h3,
h3 {
    font-size: var(--bt-h3-size);
    line-height: var(--bt-h3-line);
}

.h4,
h4 {
    font-size: var(--bt-h4-size);
    line-height: var(--bt-h4-line);
}

.bg-black{
    background: var(--bt-text) !important;
}

.bg-dark{
    background: var(--bt-dark-green) !important;
}

.card {
    --bs-card-bg: #193d2805;
}

.text-spenden {
    color: var(--bt-spenden) !important;
}

.bg-spenden {
    background: var(--bt-spenden) !important;
}

.text-green {
    color: var(--bt-green) !important;
}

.bg-attention{
    background: var(--bt-attention) !important;
}

.donate-hero-media,
.donate-hero-media figure,
.donate-hero-media picture,
.donate-hero-media img {
    width: 100%;
    height: 100%;
}

.donate-hero-media img {
    object-fit: cover;
}

.donate-hero-card .card-img-overlay {
    background: linear-gradient(180deg, rgba(20, 42, 25, 0.15), rgba(20, 42, 25, 0.8));
}

.donate-amount-card {
    border: 2px solid var(--bt-border);
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.donate-amount-card:hover,
.donate-amount-card.is-active {
    border-color: rgb(0 0 0 / 0.76);
    background: rgb(185 221 36 / 55%);
}

.donate-amount-card.is-active {
    border-color: #000000;
    background: rgb(185 221 36 / 0.7);
    border-width: 2px;
}

.donate-amount-card.is-active {
    transform: translateY(-5px);
}

.donate-amount-card__icon figure,
.donate-amount-card__icon picture,
.donate-option__icon figure,
.donate-option__icon picture {
    margin: 0;
}

.donate-option-card__text > :last-child {
    margin-bottom: 0;
}

.donate-option-card__text p,
.donate-option-card__text ul,
.donate-option-card__text ol {
    margin-bottom: 0.75rem;
}

.donate-impact-card__image figure,
.donate-impact-card__image picture,
.donate-impact-card__image img {
    width: 100%;
}

.donate-social-card {
    overflow: hidden;
    position: relative;
    min-height: 18rem;
}

.donate-social-card__image,
.donate-social-card__image figure,
.donate-social-card__image picture,
.donate-social-card__image img {
    width: 100%;
    height: 100%;
}

.donate-social-card__image img {
    object-fit: cover;
}

.donate-social-card .card-img-overlay {
    background: linear-gradient(180deg, rgba(20, 42, 25, 0.05), rgba(20, 42, 25, 0.82));
}

.donate-progress-card {
    overflow: hidden;
}

.donate-progress-track {
    padding-top: 3.75rem;
    padding-bottom: 0.75rem;
}

.donate-progress-track__line,
.donate-progress-track__fill {
    position: absolute;
    top: 4.5rem;
    left: 0;
    height: 0.5rem;
    border-radius: 999px;
}

.donate-progress-track__line {
    width: 100%;
    background: rgba(20, 42, 25, 0.14);
}

.donate-progress-track__fill {
    background: var(--bt-spenden);
    max-width: 100%;
}

.donate-progress-track__badge {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    background: var(--bt-spenden);
    color: #fff;
    padding: 0.65rem 0.9rem;
    border-radius: 0.75rem;
    white-space: nowrap;
}

.donate-progress-track__badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.55rem;
    transform: translateX(-50%);
    border-left: 0.45rem solid transparent;
    border-right: 0.45rem solid transparent;
    border-top: 0.6rem solid var(--bt-spenden);
}

.donate-progress-track__point {
    position: absolute;
    top: 4rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
    border-radius: 50%;
    background: #fff;
    border: 0.25rem solid var(--bt-text);
}

.donate-progress-track__point.is-reached {
    background: var(--bt-text);
}

.donate-progress-milestone__icon figure,
.donate-progress-milestone__icon picture {
    margin: 0 auto;
}

.donate-progress-milestone.is-reached {
    border-color: rgba(185, 221, 36, 0.5);
    background: rgba(185, 221, 36, 0.08);
}

@media (max-width: 1199.98px) {
    .donate-progress-track {
        padding-top: 0;
        padding-bottom: 0;
    }

    .donate-progress-track__line,
    .donate-progress-track__fill,
    .donate-progress-track__badge,
    .donate-progress-track__point {
        position: static;
        transform: none;
        margin: 0;
    }

    .donate-progress-track__line {
        display: block;
        width: 100%;
        height: 0.75rem;
        border-radius: 999px;
        margin-bottom: 0.75rem;
    }

    .donate-progress-track__fill {
        display: block;
        height: 0.75rem;
        border-radius: 999px;
        margin-top: -1.5rem;
        margin-bottom: 1rem;
    }

    .donate-progress-track__badge {
        display: inline-block;
        margin-bottom: 1rem;
    }

    .donate-progress-track__badge::after {
        display: none;
    }

    .donate-progress-track__point {
        display: none;
    }

    .donate-progress-milestone .card-body {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
    }

    .donate-progress-milestone__icon {
        flex: 0 0 auto;
        margin-bottom: 0 !important;
    }

    .donate-progress-milestone__icon figure,
    .donate-progress-milestone__icon picture {
        margin: 0;
    }

.donate-progress-milestone .card-body h4 {
        margin-bottom: 0.25rem;
    }
}

.media-gallery__stack {
    display: grid;
    gap: 1.5rem;
}

.media-gallery__item {
    width: 100%;
}

.media-gallery__card {
    overflow: hidden;
    border: 0;
    background: transparent;
}

.media-gallery__media,
.media-gallery__media figure,
.media-gallery__media picture,
.media-gallery__media img,
.media-gallery__media video {
    width: 100%;
    height: 100%;
}

.media-gallery__media img,
.media-gallery__media video {
    display: block;
    object-fit: cover;
}

.media-gallery__word {
    font-size: clamp(3.5rem, 20vw, 15rem);
    line-height: 0.85;
    text-transform: uppercase;
    word-break: break-word;
}

.media-gallery__word--green {
    color: var(--bt-green);
}

.media-gallery__word--blue {
    color: var(--bt-blue);
}

.media-gallery__word--orange {
    color: var(--bt-spenden);
}

.media-gallery__word--red {
    color: var(--bt-red);
}

@media (min-width: 992px) {
    .media-gallery__stack {
        gap: 4rem;
    }

    .media-gallery__item--media-1 {
        max-width: 50vw;
        margin-left: 0;
    }

    .media-gallery__item--media-2 {
        max-width: 25vw;
        margin-left: auto;
        margin-top: -32vh;
    }

    .media-gallery__item--media-3 {
        max-width: 30vw;
        margin-left: 8%;
    }

    .media-gallery__item--media-4 {
        max-width: 40vw;
        margin-left: auto;
        margin-right: 10%;
        margin-top: -4rem;
    }

    .media-gallery__item--word-1 {
        margin-top: -1rem;
        margin-left: 0;
        max-width: 45vw;
    }

    .media-gallery__item--word-2 {
        margin-top: -3rem;
        margin-left: auto;
        max-width: 38vw;
        text-align: right;
    }

    .media-gallery__item--word-3 {
        margin-top: -2rem;
        margin-left: 5%;
        max-width: 42vw;
    }

    .media-gallery__item--word-4 {
        margin-top: -5rem;
        margin-left: auto;
        margin-right: 0;
        max-width: 36vw;
        text-align: right;
    }

    .media-gallery__item--media-1 .media-gallery__media {
        aspect-ratio: 4 / 3;
    }

    .media-gallery__item--media-2 .media-gallery__media {
        aspect-ratio: 3 / 4;
    }

    .media-gallery__item--media-3 .media-gallery__media {
        aspect-ratio: 1 / 1;
    }

    .media-gallery__item--media-4 .media-gallery__media {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 991.98px) {
    .media-gallery__stack {
        gap: 1.25rem;
    }

    .media-gallery__item--word {
        order: initial;
    }

    .media-gallery__word {
        font-size: clamp(2.5rem, 14vw, 4.5rem);
    }

    .media-gallery__media {
        aspect-ratio: 4 / 5;
    }
}

.map-panel {
    z-index: 1;
    min-height: 75vh;
}

.map-card {
    border-radius: var(--bt-radius-sm);
    overflow: hidden;
    background: #e8e3d1;
}

#map {
    z-index: 1;
}

.bg-yellow{
    background: var(--bt-green);
    color: var(--bt-text);
}

.btn-primary {
    --bs-btn-color: var(--bt-text);
    --bs-btn-bg: var(--bt-green);
    --bs-btn-border-color: var(--bt-green);
}

.btn:hover {
    color: var(--bt-green);
    background-color: var(--bt-text);
    border-color: var(--bt-green);
}

.btn.bg-spenden:hover {
    color: #000000 !important;
    border-color: #000000 !important;
}

.rider-marker {
    width: 14px;
    height: 14px;
    background: var(--bt-green);
    border: 3px solid rgba(255, 212, 0, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(255, 212, 0, 0.6);
    animation: pulse-rider 2s ease-in-out infinite;
}

.rider-marker.group {
    width: 18px;
    height: 18px;
    background: var(--bt-text);
    border-color: rgba(217, 255, 91, 0.4);
    box-shadow: 0 0 12px rgba(217, 255, 91, 0.6);
}

.checkbox {
    float: left;
    margin-right: 0.5rem;
}

@keyframes pulse-rider {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }
}

.map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    z-index: 2;
}


.map-meta {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    z-index: 5;
}

.glass-pill,
.legend,
.floating-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--bt-border);
    box-shadow: 0 14px 30px rgba(29, 60, 44, 0.12);
    backdrop-filter: blur(12px);
}

.sidebar-card {
    background: #193d28;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 30px rgba(29, 60, 44, 0.25);
    backdrop-filter: blur(12px);
}

.sidebar-card .section-kicker {
    color: var(--bt-green);
}

.glass-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: var(--bt-radius-sm);
}

.map-title h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    
    line-height: 0.95;
    
}

.map-title p {
    margin: 0.4rem 0 0;
    color: var(--bt-dark-green);
    font-size: 0.78rem;
    
    text-transform: uppercase;

}

.badge-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.78rem;
    border-radius: var(--bt-radius-sm);
    background: var(--bt-green);
    color: var(--bt-text);
    font-size: 0.72rem;
    
    text-transform: uppercase;

    margin-bottom: 0.7rem;
}

/* legend: position-absolute im HTML */
.legend {
    left: 1.25rem;
    bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: var(--bt-radius-sm);
    z-index: 5;
    min-width: 240px;
}

.legend h3,
.sidebar-card h3,
.sidebar-card h4,
.floating-card h3 {
    margin: 0;
}

.legend h3 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

/* legend-list: list-unstyled m-0 p-0 + display grid bleibt für gap */
.legend-list {
    display: grid;
    gap: 0.6rem;
}

/* legend-line: d-inline-block bereits im HTML */
.legend-line {
    width: 34px;
    height: 0;
    border-top-width: 5px;
    border-top-style: solid;
    border-radius: var(--bt-radius-sm);
    margin-right: 0.75rem;
    vertical-align: middle;
}

.line-blue { border-color: #57abff; }
.line-red { border-color: #e63946; }
.line-black { border-color: #111111; }

.map-style-switch {
    display: inline-flex;
    gap: 0.4rem;
}

.map-static-marker {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.map-static-marker img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-user-marker {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 3px solid #ffffff;
    border-radius: 999px;
    background: var(--bt-blue);
    box-shadow: 0 0 0 6px rgba(29, 151, 242, 0.25);
    cursor: pointer;
}

.trail-difficulty-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex: 0 0 auto;
}

.trail-list-card {
    overflow: hidden;
}

.trail-list-card__media,
.trail-list-card__media figure,
.trail-list-card__media picture,
.trail-list-card__media img {
    width: 100%;
    height: 100%;
}

.trail-list-card__media {
    min-height: 220px;
    border-radius: var(--bt-radius-sm);
    overflow: hidden;
    background: rgba(25, 61, 40, 0.08);
}

.trail-list-card__media figure,
.trail-list-card__media picture {
    margin: 0;
}

.trail-list-card__media img {
    object-fit: cover;
}

.trail-list-card__icon {
    width: 48px;
    flex: 0 0 auto;
}

.trail-list-card__icon figure,
.trail-list-card__icon picture,
.trail-list-card__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.trail-list-card__description {
    color: var(--bt-text);
}

.trail-list-card__description p:last-child {
    margin-bottom: 0;
}

.trail-list-card__meta {
    color: var(--bt-muted);
    font-size: 0.95rem;
}

.trail-list-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.trail-list-card__meta-item figure,
.trail-list-card__meta-item picture,
.trail-list-card__meta-item img,
.trail-list-card__cta figure,
.trail-list-card__cta picture,
.trail-list-card__cta img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: 0;
}

.trail-list-card__status {
    white-space: nowrap;
}

.trail-list-card__cta {
    width: 100%;
}

@media (min-width: 992px) {
    .trail-list-card__cta {
        width: auto;
    }
}

.map-style-switch__btn {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgb(26, 26, 26);
    border-radius: 10px;
    color: var(--bt-text);
    cursor: pointer;
    font-size: 0.8rem;
    
    padding: 0.5rem 0.9rem;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.map-style-switch__btn.active {
    background: var(--bt-green);
    color: #050505;
}

.map-style-switch__btn:hover {
    transform: translateY(-1px);
}

.map-style-switch__btn figure,
.map-style-switch__btn picture,
.map-style-switch__btn img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin: 0;
}

/* Trail-Beschriftung auf der Karte */
.trail-name-label {
    background: rgba(255, 255, 255, 0.88) !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
    color: #1a2e24 !important;
    font-size: 11px !important;
    padding: 2px 8px !important;
    white-space: nowrap !important;
}
.trail-name-label::before { display: none !important; }

/* floating-card: position-absolute bereits im HTML, p m-0 im HTML */
.floating-card {
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 6;
    border-radius: var(--bt-radius-sm);
    padding: 1rem 1.1rem;
    width: min(340px, calc(100% - 2.5rem));
}


.sidebar {
    padding: .9rem;
    position: relative;
    z-index: 1;
}

/* sidebar-scroll h-100 wird in HTML genutzt, grid bleibt für layout */
.sidebar-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.sidebar-card-combined {
    grid-column: span 1;
}

.combined-section {
    margin-bottom: 2rem;
}

.combined-section:last-child {
    margin-bottom: 0;
}

.combined-section .section-kicker {
    margin-bottom: 0.8rem;
}

.sidebar-card {
    border-radius: var(--bt-radius-sm);
    padding: 1.2rem;
    margin-bottom: 1rem;
    min-height: 100%;
}

.sidebar-card:last-child {
    margin-bottom: 0;
}

.section-kicker {
    display: inline-block;
    font-size: 0.95rem;
    

    text-transform: uppercase;
    color: var(--bt-text);
    
}

.instagram-stream .section-kicker{
    color: var(--bt-green);
}

.status-list,
.score-list,
.event-list {
    display: grid;
    gap: 0.85rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

/* status-item, score-item, event-item: d-flex align-items-center justify-content-between im HTML */
.status-item,
.score-item,
.event-item {
    gap: 0.9rem;
}

/* status-item-left, score-item-left, event-item-left: w-100 kann hinzugefügt werden */
.status-item-left,
.score-item-left,
.event-item-left {
    min-width: 0;
}

/* status-dot: d-inline-block kann im HTML */
.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.65rem;
}

.open { background: #2d9b69; }
.busy { background: #d58432; }
.closed { background: #b6493a; }

.status-name,
.score-name,
.event-name {
    
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.status-sub,
.score-sub,
.event-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.76rem;
    margin-top: 0.22rem;
    
    text-transform: uppercase;
}

.status-pill {
    padding: 0.38rem 0.65rem;
    border-radius: var(--bt-radius-sm);
    font-size: 0.76rem;
    
    white-space: nowrap;
}

.pill-open {
    background: rgba(217,255,91,0.12);
    color: #d9ff5b;
}

.pill-busy {
    background: rgba(255,212,0,0.12);
    color: #ffd400;
}

.pill-closed {
    background: rgba(255,107,87,0.12);
    color: #ff8c7d;
}

.scoreboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.scoreboard-header h3 {
    margin: 0;
    font-size: 1.1rem;
    
    color: rgba(255, 255, 255, 0.95);
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-chip {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--bt-radius-sm);
    padding: 0.55rem 0.9rem;
    font-size: 0.72rem;
    
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255,255,255,0.1);
    transition: all 0.2s ease;
    text-transform: uppercase;
    
    
}

.filter-chip.active {
    background: var(--bt-green);
    color: #050505;
    border-color: var(--bt-green);
}

.score-distance {
    font-size: 1rem;
    
    white-space: nowrap;
    color: var(--bt-green);
}

/* ── Leaderboard Table ── */
.leaderboard-table-wrap {
    max-height: 440px;
    overflow-y: auto;
    margin-top: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.18) transparent;
}

.leaderboard-table {
    width: 100%;
    border-collapse: collapse;
}

.leaderboard-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #193d28;
    padding: 0.45rem 0.75rem;
    text-align: left;
    font-size: 0.65rem;
    
    text-transform: uppercase;

    color: rgba(255,255,255,0.45);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.lb-th-rank { width: 2.5rem; }
.lb-th-km   { text-align: right !important; }

.leaderboard-row td {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    vertical-align: middle;
}

.leaderboard-row:last-child td { border-bottom: none; }

.lb-rank {
    font-size: 0.8rem;
    
    color: rgba(255,255,255,0.35);
    width: 2.5rem;
    white-space: nowrap;
}

.lb-gold   .lb-rank { color: #FFD700; }
.lb-silver .lb-rank { color: #C0C0C0; }
.lb-bronze .lb-rank { color: #CD7F32; }

.lb-gold   td { background: rgba(255,215,0,0.05); }
.lb-silver td { background: rgba(192,192,192,0.04); }
.lb-bronze td { background: rgba(205,127,50,0.04); }

.lb-name {
    
    font-size: 0.95rem;
    color: rgba(255,255,255,0.9);
}

.lb-flag {
    font-size: 1.25rem;
    text-align: center;
    width: 2.5rem;
}

.lb-km {
    text-align: right;
    
    font-size: 0.9rem;
    color: var(--bt-green);
    white-space: nowrap;
    
}

/* ── Hall of Fame ── */
.hof-subtitle {
    color: var(--bt-dark-green);
    font-size: 0.85rem;
}

.hof-card {
    background: #193d28;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 14px 30px rgba(29, 60, 44, 0.25);
}

.hof-card-label {
    font-size: 0.65rem;
    
    text-transform: uppercase;

    color: var(--bt-green);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 0.75rem;
}

.hof-podium-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hof-podium-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.hof-gold {
    background: linear-gradient(135deg, rgba(255,215,0,0.18) 0%, rgba(255,215,0,0.05) 100%);
    border-color: rgba(255,215,0,0.3);
}
.hof-silver {
    background: linear-gradient(135deg, rgba(192,192,192,0.15) 0%, rgba(192,192,192,0.04) 100%);
    border-color: rgba(192,192,192,0.25);
}
.hof-bronze {
    background: linear-gradient(135deg, rgba(205,127,50,0.15) 0%, rgba(205,127,50,0.04) 100%);
    border-color: rgba(205,127,50,0.25);
}

.hof-crown-wrap {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hof-crown {
    width: 32px;
    height: 32px;
    display: block;
}

.hof-gold   .hof-crown { filter: invert(85%) sepia(80%) saturate(500%) hue-rotate(5deg) brightness(1.1); }
.hof-silver .hof-crown { filter: invert(90%) sepia(5%) saturate(200%) brightness(0.9) grayscale(0.6); }
.hof-bronze .hof-crown { filter: invert(55%) sepia(40%) saturate(600%) hue-rotate(350deg) brightness(0.95); }

.hof-rank-num {
    position: absolute;
    bottom: -4px;
    right: -4px;
    font-size: 0.6rem;
    
    line-height: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hof-gold   .hof-rank-num { background: #FFD700; color: #3a2800; }
.hof-silver .hof-rank-num { background: #C0C0C0; color: #2a2a2a; }
.hof-bronze .hof-rank-num { background: #CD7F32; color: #fff; }

.hof-info {
    flex: 1;
    min-width: 0;
}

.hof-name {
    
    font-size: 0.95rem;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hof-meta {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
    margin-top: 0.15rem;
    text-transform: uppercase;
    
}

.hof-flag {
    font-size: 1rem;
    margin-right: 0.25rem;
}

.hof-km {
    
    font-size: 1.1rem;
    
    white-space: nowrap;
    text-align: right;
    flex-shrink: 0;
}

.hof-gold   .hof-km { color: #FFD700; }
.hof-silver .hof-km { color: #C0C0C0; }
.hof-bronze .hof-km { color: #CD7F32; }

.hof-km-unit {
    font-size: 0.65rem;
    
    opacity: 0.7;
    
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.metric-card {
    border-radius: var(--bt-radius-sm);
    padding: 0.85rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
}

.metric-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    text-transform: uppercase;
    
    
}

.metric-value {
    font-size: 1.6rem;
    
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.95);
    
}

.event-date {
    min-width: 82px;
    text-align: right;
    font-size: 0.78rem;
    
    color: var(--bt-green);
    
    
    text-transform: uppercase;
}


.nav-donate-btn {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--bt-radius-sm);
    padding: 0.35rem 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    transition: all 0.2s ease;
    font-size: 1.25rem;
}

.nav-donate-btn:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.nav-track-ride {
    border-radius: var(--bt-radius-sm);
    padding: 0.35rem 0.8rem;
    color: var(--bt-text);
    background: var(--bt-spenden);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.25rem;
}

.nav-track-ride:hover {
    transform: translateY(-2px);
}

.header-topbar {
    background: var(--bt-attention);
}

.header-topbar-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
}

.nav-container {
    background: #193d28;
    backdrop-filter: blur(14px);
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(29, 60, 44, 0.15);
}

.nav-logo {
    height: 43px;
    width: auto;
}

.nav-logo-mobile {
    height: 38px;
}

.nav-action-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex: 0 0 auto;
}

.nav-actions-mobile {
    min-width: 0;
}

.nav-action-mobile {
    width: 72px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--bt-radius-sm);
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.nav-action-mobile--accent {
    background: var(--bt-spenden);
    border-color: var(--bt-spenden);
    color: var(--bt-text);
}

@media (min-width: 768px) {

    .nav-container {
        border-radius: 0  0 var(--bt-radius-sm) var(--bt-radius-sm);
    }
}



/* nav-menu styles werden jetzt durch Bootstrap gehandhabt: d-flex gap-2 list-unstyled m-0 p-0 flex-fill */

.nav-menu li a {
    display: block;
    padding: 0.2rem .75rem;
    color: white;
    transition: all 0.2s ease;
    border-radius: var(--bt-radius-sm);
}

@media (min-width: 1200px) {

    .nav-menu li a {
        font-size: 1.3rem;
    }

}

.nav-menu li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}


.nav-menu li a.active {
    color: var(--bt-text);
    background: var(--bt-green);
    border: 1px solid var(--bt-green);
}

/* lang-switcher wird durch Bootstrap gehandhabt: d-flex gap-2 align-items-center */

.lang-btn {
    height: 32px;
    border-radius: var(--bt-radius-sm);
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    
}

.lang-btn:hover {
    border-color: var(--bt-green);
    background: rgba(222, 182, 19, 0.3);
    color: var(--bt-text);
}

.lang-btn.active {
    border-color: var(--bt-green);
    background: #fff;
    color: var(--bt-text);
}

/* footer-partners wird durch Bootstrap row/col gehandhabt */

.partner-logo {
    transition: all 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.contact-icon {
    font-size: 1.2rem;
    background: var(--bt-green);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: var(--bt-radius-sm);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.6rem;
}

.footer-links a {
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
}

/* footer-bottom wird durch Bootstrap gehandhabt: d-flex flex-column gap-4 */

.footer-status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.footer-status-card {
    background: var(--bt-dark-green);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--bt-radius-sm);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-weather-card .status-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-weather-card .section-kicker,
.footer-opening-card .section-kicker {
    color: var(--bt-green);
}

.weather-icon {
    font-size: 3rem;
}

.weather-temp {
    font-size: 1.8rem;
    
    color: rgba(255, 255, 255, 0.95);
    line-height: 1;
}

.weather-condition {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.weather-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.weather-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.weather-detail-label {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.weather-detail-value {
    color: rgba(255, 255, 255, 0.9);
    
}

.trail-status-row {
    margin-top: 0.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-opening-card {
    gap: 0.5rem;
}

.opening-status {
    
    padding: 0.5rem 1rem;
    border-radius: var(--bt-radius-sm);
    font-size: 1rem;
    text-transform: uppercase;
    
}

.opening-status.status-open {
    background: rgba(156, 207, 122, 0.2);
    color: #b9dd24;
}

.opening-status.status-closed {
    background: rgba(255, 107, 87, 0.2);
    color: #f21d1d;
}

.opening-status.status-night {
    background: rgba(134, 165, 255, 0.2);
    color: #1d97f2;
}

.opening-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.trail-summary {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--bt-radius-sm);
}

.trail-summary-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.summary-count {
    font-size: 1.8rem;
    
    line-height: 1;
    margin-bottom: 0.25rem;
    background: none !important;
}

.summary-count.open {
    color: #b9dd24;
}

.summary-count.construction {
    color: #ffd400;
}

.summary-count.closed {
    color: #f21d1d;
}

.summary-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    
}

.opening-trails {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.trail-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--bt-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.trail-list-item--button {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.trail-list-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

.trail-list-left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trail-list-name {
    font-size: 1.4rem;
    
    color: rgba(255, 255, 255, 0.95);
}

.trail-alert-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.45rem;
    border-radius: 999px;
    background: var(--bt-green);
    color: #111;
    font-size: 0.78rem;
    
    line-height: 1;
    vertical-align: middle;
}

.trail-list-stats {
    color: rgba(255, 255, 255, 0.5);
}

.trail-list-status {
    
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
}

.trail-modal-facts {
    display: grid;
    gap: 0.6rem;
}

.trail-modal-facts strong,
.trail-modal-meta strong {
    color: var(--bt-text);
}

.trail-detail-modal {
    background: var(--bt-bg);
    border-radius: var(--bt-radius);
}

.trail-detail-modal__layout {
    min-height: 380px;
}

.trail-detail-modal__visuals {
    border-right: 1px solid var(--bt-border);
}

.trail-detail-modal__map {
    height: 300px;
    min-height: 300px;
    position: relative;
}

@media (min-width: 1024px) {
    .trail-detail-modal__map {
        height: 100%;
        min-height: 500px;
    }
}

.trail-detail-modal__profile {
    background: var(--bt-bg);
}

.trail-detail-modal__profile-labels {
    font-size: 0.7rem;
    color: var(--bt-dark-green);
    
}


.trail-detail-modal__headline {
    font-size: 1.9rem;
    line-height: 1.15;
}

.trail-detail-modal__subtitle {
    font-size: 0.82rem;
    
    text-transform: uppercase;
}

.trail-detail-modal__metric-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
}

.trail-detail-modal__metric-value {
    font-size: 1.5rem;
}

.trail-detail-modal__metric-label,
.trail-detail-modal__section-title {
    font-size: 0.68rem;
    
    
}

.trail-detail-modal__divider {
    border-color: rgba(255,255,255,0.12);
}

.trail-detail-modal__rows {
    font-size: 0.82rem;
}

.trail-detail-modal__row-label {
}

.trail-detail-modal__description {
    font-size: 0.92rem;
    line-height: 1.6;
}

.trail-detail-modal__description p:last-child {
    margin-bottom: 0;
}

.trail-detail-modal__available {
    font-size: 0.88rem;
}

.trail-detail-modal__footer {
    background: var(--bt-bg);
    border-top: 1px solid var(--bt-border);
}

.trail-detail-modal__share {
    background: var(--bt-green);
    color: var(--bt-text);
}

.trail-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(156, 207, 122, 0.15);
    border: 1px solid rgba(156, 207, 122, 0.3);
    border-radius: var(--bt-radius-sm);
    font-size: 0.8rem;
    
    position: relative;
}

.trail-badge.construction {
    background: rgba(255, 212, 0, 0.1);
    border-color: rgba(255, 212, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.trail-badge.construction::before {
    content: '🚧';
    font-size: 0.9rem;
    animation: none;
}

.trail-badge.closed {
    background: rgba(255, 107, 87, 0.1);
    border-color: rgba(255, 107, 87, 0.2);
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.footer-bottom-meta {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-app-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(156, 207, 122, 0.15);
    border: 1px solid rgba(156, 207, 122, 0.3);
    border-radius: var(--bt-radius-sm);
    color: #b9dd24;
    text-decoration: underline;
    font-size: 0.85rem;
    
    transition: all 0.2s ease;
    white-space: nowrap;
}

.footer-app-link:hover {
    background: rgba(156, 207, 122, 0.25);
    border-color: rgba(156, 207, 122, 0.5);
    color: #b9dd24;
    transform: translateX(2px);
}

/* footer-lang-switcher wird durch Bootstrap gehandhabt: d-flex gap-2 */

/* Highlights Section */
.highlights-section {
    margin: 4rem auto;
    padding: 0 2rem;
}

.highlights-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--bt-text);
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.highlight-category {
    border-radius: var(--bt-radius);
    padding: 2rem;
    border: 1px solid var(--bt-border);
}

.highlight-category h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--bt-text);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.highlight-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--bt-border);
}

.highlight-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.highlight-info p {
    margin: 0 0 0.75rem 0;
    color: var(--bt-dark-green);
    font-size: 0.9rem;
    line-height: 1.5;
}

.highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--bt-text);
    text-decoration: underline;
    
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.highlight-link:hover {
    color: var(--bt-green);
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .footer-status-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-copyright {
        order: 2;
    }

    .footer-app-link {
        order: 1;
    }

    .footer-lang-switcher {
        order: 3;
        justify-content: center;
    }
}

/* Overview Page - Editorial Layout */
.overview-page {
    display: none;
}

.overview-page.active {
    display: block;
}

/* hero-section wird durch Bootstrap gehandhabt: row g-0 mb-0 w-100 */

.hero-card {
    height: 60vh;
    min-height: 450px;
    cursor: pointer;
}

.hero-card.forest {
    height: 60vh;
    min-height: 400px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .hero-card.forest {
        margin-top: 10vh;
        margin-left: -2rem;
    }
}

.hero-bg {
    transition: transform 0.6s ease;
}

.hero-bg,
.hero-bg figure,
.hero-bg picture,
.hero-bg img,
.hero-bg video {
    width: 100%;
    height: 100%;
}

.hero-bg figure,
.hero-bg picture {
    margin: 0;
}

.hero-bg img,
.hero-bg video {
    object-fit: cover;
}

.hero-card:hover .hero-bg {
    transform: scale(1.02);
}

.hero-highlight-media figure,
.hero-highlight-media picture,
.hero-highlight-media img {
    width: 100%;
}

.hero-highlight-media figure {
    margin: 0;
}

.hero-content {
    z-index: 2;
}

/* Countdown Widget */
.countdown-widget {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.countdown-label {
    font-size: 0.7rem;
    
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 4px;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 2.6rem;
}

.countdown-value {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    font-variant-numeric: tabular-nums;
    
}

.countdown-unit-label {
    font-size: 0.6rem;
    
    
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin-top: 2px;
}

.countdown-sep {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    
    color: rgba(255,255,255,0.5);
    line-height: 1;
    padding-bottom: 1rem;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.opening-countdown-card {
    background: var(--bt-text);
    color: white;
}

.opening-countdown-card h2,
.opening-countdown-card p,
.opening-countdown-card .section-kicker {
    color: white;
}

.hero-card h2 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.hero-card p {
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.tile-rotated{
    transform: rotate(10deg) translateY(-20px);
}

.tile-rotated:nth-child(2){
    transform: rotate(-10deg);
}

.tile-rotated:nth-child(3){
    transform: rotate(20deg) translateY(-60px);
}

/* project-hero wird durch Bootstrap gehandhabt: py-5 px-4 w-100 */

.project-hero-content {
    max-width: 1200px;
}

.project-hero-content h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    
    color: var(--bt-text);
    
    line-height: 1.1;
}

.project-intro-text {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
    max-width: 900px;
}

/* project-facts-grid wird durch Bootstrap gehandhabt: row row-cols-* g-4 mx-auto */

.fact-card {
    background: var(--bt-text);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.fact-card *{
    color: white;
}

.fact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(3, 104, 81, 0.15);
    border-color: var(--bt-green);
}

.fact-number {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: var(--bt-heading-weight);
    
}

.fact-unit {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    
    color: var(--bt-green);
    margin-left: 0.25rem;
}

.fact-title {
    font-size: 1.25rem;
    
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    
}

.fact-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    margin: 0 auto;
}

/* three-col-section wird durch Bootstrap gehandhabt: row row-cols-1 row-cols-lg-3 g-4 px-4 pb-4 mx-auto */

.content-section {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
}

.content-section h3 {
    font-size: 1.5rem;
    
    margin: 0 0 1.5rem 0;
    
    color: var(--bt-text);
}

.content-section .section-kicker {
    display: block;
    margin-bottom: 0.5rem;
}

.events-section-green {
    background: #193d28;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.events-section-green h3 {
    color: rgba(255, 255, 255, 0.95);
}

.events-section-green .section-kicker {
    color: var(--bt-green);
}

.events-section-green .event-name {
    color: rgba(255, 255, 255, 0.95);
}

.events-section-green .event-sub {
    color: rgba(255, 255, 255, 0.6);
}

.events-section-green .event-item {
    flex-direction: row;
    gap: 1.25rem;
}

/* event-date-large: d-flex flex-column align-items-center justify-content-center text-center im HTML */
.event-date-large {
    flex-shrink: 0;
    width: 70px;
    background: var(--bt-green);
    border-radius: var(--bt-radius-sm);
    padding: 0.75rem 0.5rem;
}

.event-day {
    font-size: 2rem;
    
    line-height: 1;
    color: var(--bt-text);
    
}

.event-month {
    font-size: 0.75rem;
    
    color: var(--bt-text);
    text-transform: uppercase;
    
    margin-top: 0.25rem;
}

.event-time {
    font-size: 0.85rem;
    
    color: var(--bt-green);
    margin-top: 0.5rem;
    
}

.project-intro {
    margin-bottom: 1.5rem;
}

.project-intro p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--bt-text);
}

.project-facts,
.location-list,
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.fact-item,
.location-item,
.news-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    transition: all 0.2s ease;
}

.fact-item:hover,
.location-item:hover,
.news-item:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: var(--bt-green);
}

.fact-icon,
.location-icon {
    width: 40px;
    height: 40px;
    background: var(--bt-green);
    border-radius: var(--bt-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.fact-info h4,
.location-info h4,
.news-info h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    color: var(--bt-text);
}

.fact-info p,
.location-info p,
.news-info p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--bt-dark-green);
}

.news-date {
    font-size: 0.75rem;
    color: var(--bt-green);
    text-transform: uppercase;
}

/* Mobile Menu */
.mobile-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}

.mobile-burger span {
    width: 100%;
    height: 4px;
    background: white;
    transition: all 0.3s ease;
}

.mobile-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-burger.active span:nth-child(2) {
    opacity: 0;
}

.mobile-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: var(--bt-text);
    z-index: 1000;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(3, 104, 81, 0.2);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile-menu-header {
    border-bottom: 1px solid var(--bt-border);
}

.mobile-menu-logo {
    height: 32px;
}

.mobile-close {
    background: transparent;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-list {
    flex: 1;
    overflow-y: auto;
}

.mobile-menu-link {
    display: block;
    padding: 1rem 0;
    font-size: 1.25rem;
    
    color: white;
    text-decoration: none;
    border-bottom: 1px solid var(--bt-border);
    transition: all 0.2s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    color: var(--bt-green);
    padding-left: 0.5rem;
}

.mobile-menu-actions {
    border-top: 1px solid var(--bt-border);
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(3, 104, 81, 0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-menu-backdrop.active {
    opacity: 1;
    pointer-events: all;
}

.checklist-section {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
}

.checklist-section h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    
    color: var(--bt-text);
}

.checklist-section .section-kicker {
    display: block;
    margin-bottom: 0.5rem;
}

.checklist-items {
    display: grid;
    gap: 0.75rem;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    cursor: pointer;
    transition: all 0.2s ease;
}

.checklist-item:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: var(--bt-green);
}

.checklist-item.checked {
    background: rgba(156, 207, 122, 0.2);
    border-color: var(--bt-green);
}

.checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid var(--bt-border);
    border-radius: calc(var(--bt-radius-sm) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.checklist-item.checked .checkbox {
    background: var(--bt-green);
    border-color: var(--bt-green);
}

.checklist-item.checked .checkbox::after {
    content: "✓";
    color: var(--bt-text);
}

.checklist-label {
    font-size: 0.95rem;
    color: var(--bt-text);
}

.start-button {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--bt-green);
    border: 2px solid var(--bt-green);
    border-radius: var(--bt-radius-sm);
    color: var(--bt-text);
    
    font-size: 0.95rem;
    text-transform: uppercase;
    
    cursor: pointer;
    transition: all 0.2s ease;
}

.start-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 212, 0, 0.3);
}

.start-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.trails-page,
.erholungswald-page,
.regeln-page,
.umgebung-page {
    display: none;
}

.trails-page.active,
.erholungswald-page.active,
.regeln-page.active,
.umgebung-page.active {
    display: block;
}

.erholungswald-page {
    overflow-x: hidden;
}


.umgebung-header-content p {
    font-size: 1.1rem;
    max-width: 600px;
}


/* umgebung-grid wird durch Bootstrap gehandhabt: row row-cols-* g-4 */

.umgebung-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.umgebung-card:hover {
    transform: translateY(-4px);
    border-color: var(--bt-green);
    box-shadow: 0 8px 24px rgba(29, 60, 44, 0.2);
}

.umgebung-card h3 {
    font-size: 1.25rem;
    
    color: var(--bt-text);
    
}

.umgebung-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bt-dark-green);
}

.umgebung-link {
    font-size: 0.9rem;
    
    color: var(--bt-text);
    text-decoration: underline;
    transition: all 0.2s ease;
}

.umgebung-link:hover {
    color: var(--bt-green);
    transform: translateX(4px);
}

.umgebung-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: var(--bt-radius-sm);
    border-top-right-radius: var(--bt-radius-sm);
}

.umgebung-card-image figure,
.umgebung-card-image picture,
.umgebung-card-image img {
    width: 100%;
    height: 100%;
}

.umgebung-card-image img {
    object-fit: cover;
}

/* Unterkünfte mit Karte */
/* unterkunft-split wird durch Bootstrap gehandhabt: row g-4 */

.unterkunft-list {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
}

.unterkunft-item {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.unterkunft-item:hover {
    transform: translateX(4px);
    border-color: var(--bt-green);
    box-shadow: 0 4px 16px rgba(3, 104, 81, 0.1);
}

.unterkunft-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--bt-radius-sm);
    flex-shrink: 0;
}

.unterkunft-info h4 {
    font-size: 1.1rem;
    color: var(--bt-text);
}

.unterkunft-info p {
    font-size: 0.85rem;
    color: var(--bt-dark-green);
    line-height: 1.5;
}

.unterkunft-badge {
    padding: 0.25rem 0.75rem;
    background: var(--bt-green);
    color: var(--bt-text);
    border-radius: 999px;
    font-size: 0.75rem;
    
    text-transform: uppercase;
    
}

.unterkunft-map,
.anreise-map {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.map-container {
    width: 100%;
    height: 600px;
    background: #e8e3d1;
}

/* Anreise mit Karte */
/* anreise-split wird durch Bootstrap gehandhabt: row g-4 */

/* anreise-info wird durch Bootstrap gehandhabt: d-flex flex-column gap-3 */

.anreise-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.anreise-card:hover {
    border-color: var(--bt-green);
    box-shadow: 0 4px 16px rgba(3, 104, 81, 0.1);
}

.anreise-card h3 {
    font-size: 1.25rem;
    
    color: var(--bt-text);
}

.anreise-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bt-dark-green);
}

@media (max-width: 991.98px) {
    .unterkunft-split,
    .anreise-split {
        grid-template-columns: 1fr;
    }

    .unterkunft-list {
        max-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .umgebung-header {
        padding: 2.5rem 1.5rem 2rem;
    }

    .umgebung-content {
        padding: 2rem 1rem;
    }

    .umgebung-grid {
        grid-template-columns: 1fr;
    }

    .umgebung-section h2 {
        padding: 1rem 1.5rem;
    }

    .map-container {
        height: 400px;
    }
}

/* Track Ride Page */
.track-ride-page {
    display: none;
}

.track-ride-page.active {
    display: block;
}

.track-hero {
    background: #193d28;
    color: white;
}

.track-hero .section-kicker {
    color: var(--bt-green);
}

.track-hero-content {
    max-width: 800px;
}

.track-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    
    color: white;
    
}

.track-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
}

/* track-content wird durch Bootstrap gehandhabt: mx-auto py-5 px-4 */

/* track-section margin wird durch Bootstrap gehandhabt: mb-5 */

.track-section h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    
    margin: 0 0 2rem 0;
    color: var(--bt-text);
    
}

.track-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--bt-dark-green);
    margin: 0 0 1.5rem 0;
}


.track-intro-image img {
    width: 100%;
    border-radius: var(--bt-radius-sm);
    box-shadow: 0 8px 32px rgba(29, 60, 44, 0.15);
}

.track-info-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.track-info-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--bt-border);
    font-size: 1.05rem;
}

.track-info-list li:last-child {
    border-bottom: none;
}

.track-highlight {
    background: rgba(249, 222, 65, 0.12);
    border-left: 4px solid var(--bt-green);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: var(--bt-radius-sm);
    font-size: 1rem;
    line-height: 1.7;
}

.track-highlight strong {
    color: var(--bt-green);
}



.pricing-card {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    padding: 2rem;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: var(--bt-green);
    box-shadow: 0 16px 48px rgba(29, 60, 44, 0.2);
}

.pricing-card-featured {
    border-color: var(--bt-green);
    border-width: 3px;
    background: rgba(249, 222, 65, 0.08);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 1.5rem;
    background: var(--bt-green);
    color: var(--bt-text);
    padding: 0.4rem 1rem;
    border-radius: var(--bt-radius-sm);
    font-size: 0.85rem;
    
    text-transform: uppercase;
    
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--bt-border);
}

.pricing-header h3 {
    font-size: 1.5rem;
    
    margin: 0 0 1rem 0;
    color: var(--bt-text);
}

.pricing-price {
    font-size: 3rem;
    
    color: var(--bt-text);
    
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 0.75rem 0;
    font-size: 1rem;
    color: var(--bt-dark-green);
    line-height: 1.6;
}

/* Modi Table */
.modes-table {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    overflow: hidden;
    backdrop-filter: blur(12px);
    margin-top: 2rem;
}

.mode-row {
    display: grid;
    grid-template-columns: 200px 1fr 250px;
    gap: 2rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--bt-border);
}

.mode-row:last-child {
    border-bottom: none;
}

.mode-header {
    background: var(--bt-text);
    color: white;
    
    padding: 1rem 2rem;
}

.mode-cell {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.6;
}

.mode-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: var(--bt-radius-sm);
    font-size: 0.9rem;
    
}

.mode-private {
    background: rgba(128, 128, 128, 0.15);
    color: #666;
}

.mode-username {
    background: rgba(3, 104, 81, 0.15);
    color: var(--bt-text);
}

.mode-realname {
    background: rgba(249, 222, 65, 0.2);
    color: var(--bt-text);
}

/* Locations Grid */
.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.location-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    padding: 2rem;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.location-card:hover {
    transform: translateY(-4px);
    border-color: var(--bt-green);
    box-shadow: 0 8px 24px rgba(29, 60, 44, 0.15);
}

.location-flag {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.location-card h3 {
    font-size: 1.75rem;
    
    margin: 0 0 1.5rem 0;
    color: var(--bt-text);
}

.location-details p {
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--bt-dark-green);
}

.location-button {
    display: inline-block;
    background: var(--bt-green);
    color: var(--bt-text);
    
    padding: 0.75rem 1.5rem;
    border-radius: var(--bt-radius-sm);
    text-decoration: underline;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.location-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 222, 65, 0.4);
}

/* Tech Grid */
.tech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.tech-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    text-align: center;
}

.tech-card:hover {
    transform: translateY(-4px);
    border-color: var(--bt-green);
    box-shadow: 0 8px 24px rgba(29, 60, 44, 0.15);
}

.tech-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.tech-card h3 {
    font-size: 1.75rem;
    
    margin: 0 0 1rem 0;
    color: var(--bt-text);
}

.tech-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bt-dark-green);
    margin: 0 0 1.5rem 0;
}

.tech-link {
    display: inline-block;
    font-size: 0.95rem;
    
    color: var(--bt-text);
    text-decoration: underline;
    transition: all 0.2s ease;
}

.tech-link:hover {
    color: var(--bt-green);
    transform: translateX(4px);
}

.tech-highlight {
    background: rgba(3, 104, 81, 0.08);
    border-left: 4px solid var(--bt-text);
    padding: 1.5rem 2rem;
    margin: 2rem 0 0 0;
    border-radius: var(--bt-radius-sm);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bt-dark-green);
}

.tech-highlight strong {
    color: var(--bt-text);
    
}

/* Track Ride Responsive */
@media (max-width: 991.98px) {
    .track-intro-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }

    .mode-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tech-grid {
        grid-template-columns: 1fr;
    }
}

/* Regeln Page */

.regeln-header-content h1 {
    font-size: clamp(2rem, 4vw, 8rem);
    
    
}

.regeln-header-content p {
    font-size: 1.1rem;
    max-width: 600px;
}

/* regeln-content wird durch Bootstrap gehandhabt: py-5 px-4 mx-auto */

/* regeln-grid wird durch Bootstrap gehandhabt: row row-cols-* g-4 mb-4 */

.regel-card {
    background: #193d28;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--bt-radius-sm);
    transition: all 0.3s ease;
}

.regel-card:hover {
    transform: translateY(-4px);
    border-color: var(--bt-green);
    box-shadow: 0 8px 24px rgba(29, 60, 44, 0.2);
}

.regel-number {
    width: 50px;
    height: 50px;
    background: var(--bt-green);
    border-radius: var(--bt-radius-sm);
    font-size: 1.5rem;
    
    color: var(--bt-text);
}

.regel-card h3 {
    font-size: 1.25rem;
    
    color: rgba(255, 255, 255, 0.95);
    
}

.regel-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

@media (max-width: 767.98px) {
    .regeln-header {
        padding: 2.5rem 1.5rem 2rem;
    }

    .regeln-content {
        padding: 2rem 1rem;
    }

    .regeln-grid {
        grid-template-columns: 1fr;
    }
}

.forest-blog-hero-overlay {
    background: linear-gradient(200deg, rgba(3, 104, 81, 0.1) 30%, rgba(3, 104, 81, 1) 100%);
}

.forest-blog-hero-content {
    color: white;
}

.forest-blog-hero-content .section-kicker {
    color: var(--bt-green);
}

.forest-blog-hero h1 {
    color: white;
}

.forest-lead {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/* Split Layout – Text 2/3 links, Bild 50vw rechts */
.forest-split-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.forest-split-text {
    min-width: 0;
}

.forest-split-image {
    position: relative;
    min-width: 0;
}

.forest-split-image .forest-main-image {
    width: calc(50vw - 1rem);
    max-height: 680px;
    height: auto;
    object-fit: cover;
    border-radius: var(--bt-radius-sm);
    box-shadow: 0 16px 64px rgba(29, 60, 44, 0.2);
    display: block;
}

/* Kleines überlappendes Bild */
.forest-overlap-image {
    position: absolute;
    width: 190px;
    height: 135px;
    object-fit: cover;
    border-radius: var(--bt-radius-sm);
    box-shadow: 0 8px 28px rgba(29, 60, 44, 0.3);
    border: 4px solid white;
    bottom: -1.75rem;
    right: -1.5rem;
    z-index: 2;
}

/* Blog Sections */
/* forest-blog-section margin wird durch Bootstrap gehandhabt: mb-5 */

.forest-feature-category {
    display: inline-block;
    font-size: 0.75rem;
    
    text-transform: uppercase;
    
    color: var(--bt-green);
    background: rgba(249, 222, 65, 0.15);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.forest-blog-section h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    
    margin: 0.5rem 0 2rem 0;
    color: var(--bt-text);
    
    line-height: 1.2;
}

.forest-blog-section p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--bt-dark-green);
    margin: 0 0 1.5rem 0;
}

/* Blog Images */
.forest-blog-image {
    width: 100%;
    height: auto;
    border-radius: var(--bt-radius-sm);
    margin: 2rem 0;
    box-shadow: 0 8px 32px rgba(29, 60, 44, 0.15);
}

.forest-blog-image-full {
    width: 100vw;
    max-width: none;
    height: 60vh;
    object-fit: cover;
    margin: 5rem 0 5rem calc(-50vw + 50%);
}

.forest-blog-gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: var(--bt-radius-sm);
    box-shadow: 0 8px 32px rgba(29, 60, 44, 0.15);
}

/* Blog Highlight Box */
.forest-blog-highlight {
    background: rgba(249, 222, 65, 0.12);
    border-left: 4px solid var(--bt-green);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    border-radius: var(--bt-radius-sm);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bt-text);
}

.forest-blog-highlight strong {
    color: var(--bt-green);
    
}


.forest-route-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    padding: 1.5rem;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.forest-route-card:hover {
    transform: translateY(-4px);
    border-color: var(--bt-green);
    box-shadow: 0 8px 24px rgba(29, 60, 44, 0.15);
}

.forest-route-card h4 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
    color: var(--bt-text);
}

.forest-route-meta {
    font-size: 0.85rem;
    
    color: var(--bt-green);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    
}

.forest-route-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bt-dark-green);
    margin: 0;
}

/* Blog Button */
.forest-blog-button {
    display: inline-block;
    background: var(--bt-green);
    color: var(--bt-text);
    
    font-size: 1rem;
    padding: 1rem 2rem;
    border-radius: var(--bt-radius-sm);
    text-decoration: underline;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.forest-blog-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 222, 65, 0.4);
}

/* Map Container in Blog */
.forest-blog-section .forest-map-container {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 2rem 0;
    background: #e8e3d1;
    border-radius: var(--bt-radius-sm);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(29, 60, 44, 0.15);
}

#forest-map {
    width: 100%;
    height: 100%;
}

.feature-info p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--bt-dark-green);
    line-height: 1.5;
}

.instagram-stream {
    background: #193d28;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--bt-radius-sm);
    backdrop-filter: blur(12px);
}

.instagram-grid {
    margin-top: 1rem;
}

.text-yellow{
    color: var(--bt-green) !important;
}


.instagram-post {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--bt-radius-sm);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.instagram-post p{
    color: white;
    padding: 1rem 1rem 0 1rem;
}

.instagram-post:hover {
    transform: scale(1.02);
    border-color: var(--bt-green);
    background: rgba(255, 255, 255, 0.15);
}

.instagram-post::after {
    content: "📷";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 0.3;
    color: rgba(255, 255, 255, 0.5);
}



@media (max-width: 991.98px) {
    .nav-menu {
        display: none;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .content-grid,
    .three-col-section,
    .hero-section,
    .forest-layout {
        grid-template-columns: 1fr;
    }

    .project-hero {
        padding: 3rem 1.5rem;
    }

    .project-facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .hero-card,
    .hero-card.forest{
        height: 45vh;
        min-height: 200px;
    }

    .forest-blog-hero {
        height: 50vh;
        min-height: 400px;
    }

    .forest-blog-content {
        padding: 2rem 1.5rem;
    }

    .forest-intro-text {
        font-size: 1.1rem;
    }

    .forest-blog-section h2 {
        font-size: 1.75rem;
    }

    .forest-blog-section p {
        font-size: 1rem;
    }

    .forest-blog-image-full {
        height: 40vh;
        margin: 3rem 0 3rem calc(-50vw + 50%);
    }

    .forest-blog-gallery img {
        height: 250px;
    }

    .forest-routes-grid {
        grid-template-columns: 1fr;
    }

    .forest-blog-section .forest-map-container {
        height: 400px;
    }

    .forest-split-layout,
    .forest-split-layout--reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .forest-split-image .forest-main-image {
        width: 100%;
        max-height: 380px;
    }

    .forest-overlap-image {
        display: none;
    }

    .gallery-large {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }

    .forest-map-section,
    .forest-info-section {
        padding: 2rem 1.5rem;
    }

    .forest-map-container {
        height: 400px;
    }
}

.mini-note {
    margin-top: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    text-transform: uppercase;
    
}

@media (max-width: 1199.98px) {
    .sidebar-scroll {
        grid-template-columns: 1fr 1fr;
    }

    .sidebar-card-combined {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {

    .project-facts-grid {
        grid-template-columns: 1fr;
    }

    .project-hero {
        padding: 2rem 1rem;
    }

    .dashboard {
        border-radius: var(--bt-radius-sm);
    }

    .map-meta {
        position: static;
        padding: 1rem 1rem 0;
        flex-direction: column;
    }

    .map-card {
        border-radius: var(--bt-radius-sm);
    }

    .legend,
    .floating-card {
        left: 1rem;
        right: 1rem;
        width: auto;
    }

    .legend {
        bottom: 8.5rem;
    }

    .floating-card {
        bottom: 1rem;
    }

    .start-riding {
        right: 1rem;
        bottom: 1rem;
    }

    .sidebar-scroll {
        grid-template-columns: 1fr;
    }

    .metric-row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1600px) {

    .section-kicker {
        font-size: 1.3rem;
    }

}

.ticket-jump-link {
    z-index: 1035;
    right: 1rem;
    bottom: 7.5rem;
    width: 100%;
    text-align: center;
}

.ticket-jump-link__inner {
    width: 3.25rem;
    height: 3.25rem;
    background: #ffffff;
    color: var(--bt-text);
    border: 1px solid var(--bt-border);
    box-shadow: 0 14px 30px rgba(29, 60, 44, 0.18);
    font-size: 1.4rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .ticket-jump-link {
        display: none !important;
    }
}

.ticket-module .ce_form,
.ticket-module .ce_form form,
.ticket-module .ce_form .formbody {
    display: grid;
    gap: 1rem;
}

.ticket-module .ce_form .widget {
    margin: 0 0 2vh 0;
}

.ticket-module .ce_form label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.ticket-module .ce_form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.ticket-module .ce_form legend {
    width: auto;
    margin: 0 0 0.85rem;
    font-size: 1rem;
}

.ticket-module .ce_form .radio_container > span,
.ticket-module .ce_form .checkbox_container > span {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.ticket-module .ce_form .radio_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.ticket-module .ce_form input.radio,
.ticket-module .ce_form input.checkbox {
    flex: 0 0 auto;
}

.ticket-module .ce_form .mandatory {
    color: inherit;
}

.ticket-module .ce_form input.text,
.ticket-module .ce_form input[type="text"],
.ticket-module .ce_form input[type="email"],
.ticket-module .ce_form input[type="number"],
.ticket-module .ce_form textarea,
.ticket-module .ce_form select {
    width: 100%;
    min-height: 3.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    background: #fff;
    color: var(--bt-text);
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ticket-module .ce_form input.text:focus,
.ticket-module .ce_form input[type="text"]:focus,
.ticket-module .ce_form input[type="email"]:focus,
.ticket-module .ce_form input[type="number"]:focus,
.ticket-module .ce_form textarea:focus,
.ticket-module .ce_form select:focus {
    outline: 0;
    border-color: var(--bt-green);
    box-shadow: 0 0 0 0.2rem rgba(185, 221, 36, 0.22);
}

.ticket-module .ce_form .help {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: rgba(20, 42, 25, 0.68);
}

.ticket-module .ce_form .widget-radio label,
.ticket-module .ce_form .widget-checkbox label {
    margin-bottom: 0;
}

.ticket-module .ce_form .widget-radio .btn-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ticket-module .ce_form .widget-radio .btn-group > .btn {
    flex: 1 1 0;
    min-height: 3.5rem;
    border-radius: 999px !important;
}

.ticket-module .ce_form .widget-radio .radio_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.4rem;
    border-radius: 999px;
    background: rgba(20, 42, 25, 0.08);
}

.ticket-module .ce_form .widget-radio .radio_container > span {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: block;
}

.ticket-module .ce_form .widget-radio .radio_container > span input.radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ticket-module .ce_form .widget-radio .radio_container > span label {
    display: flex;
    align-items: center;
    min-height: 4.25rem;
    padding: 0.75rem 1rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    justify-content: center;
    text-align: center  ;
    color: var(--bt-text);
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ticket-module .ce_form .widget-radio .radio_container > span:has(input:checked) label {
    background: var(--bt-text);
    border-color: rgba(20, 42, 25, 0.08);
    box-shadow: 0 10px 24px rgba(20, 42, 25, 0.08);
    color: white;
}

.ticket-module .ce_form .widget-radio .btn-outline-primary {
    --bs-btn-color: var(--bt-text);
    --bs-btn-border-color: var(--bt-border);
    --bs-btn-hover-color: var(--bt-text);
    --bs-btn-hover-bg: rgba(185, 221, 36, 0.12);
    --bs-btn-hover-border-color: var(--bt-green);
    --bs-btn-active-color: var(--bt-text);
    --bs-btn-active-bg: rgba(185, 221, 36, 0.16);
    --bs-btn-active-border-color: var(--bt-green);
    --bs-btn-disabled-color: var(--bt-text);
    --bs-btn-disabled-border-color: var(--bt-border);
}

.ticket-module .ce_form fieldset[data-cff-condition][disabled] {
    display: none !important;
}

.ticket-module .ce_form .widget-checkbox {
    padding: 1rem 1.2rem;
    border: 1px solid var(--bt-border);
    border-radius: var(--bt-radius-sm);
    background: rgba(255, 255, 255, 0.45);
}

.ticket-module .ce_form input.checkbox {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0;
}

.ticket-module .ce_form .widget-submit {
    display: grid;
    margin-top: 0.25rem;
}

.ticket-module .ce_form button.submit,
.ticket-module .ce_form .submit {
    width: 100%;
    min-height: 3.75rem;
    padding: 0.9rem 1.25rem;
    border: 1px solid transparent;
    border-radius: var(--bt-radius-sm);
    background: var(--bt-green);
    color: var(--bt-text);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ticket-module .ce_form button.submit:hover,
.ticket-module .ce_form .submit:hover,
.ticket-module .ce_form button.submit:focus,
.ticket-module .ce_form .submit:focus {
    background: var(--bt-text);
    color: var(--bt-green);
    border-color: var(--bt-green);
    outline: 0;
}

.ticket-module .ce_form .warning,
.ticket-module .ce_form .error {
    margin: 0;
    padding: 1rem 1.1rem;
    border-radius: var(--bt-radius-sm);
    background: rgba(242, 29, 29, 0.08);
    color: #8e1616;
    border: 1px solid rgba(242, 29, 29, 0.14);
}

.ticket-module .ce_form .widget-altcha {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(20, 42, 25, 0.08);
    border-radius: var(--bt-radius-sm);
    background: rgba(255, 255, 255, 0.38);
}

.radio_container span{
    display: block;
    width: 100%;
    color: var(--bt-attention);
    font-size: 1rem;
}

@media (max-width: 767.98px) {

    .ticket-module .ce_form .radio_container {
        display: grid;
    }

    .ticket-module .ce_form .widget-radio .radio_container > span {
        width: 100%;
    }

    .ticket-module .ce_form .widget-radio .btn-group > .btn {
        width: 100%;
        min-width: 0;
    }
}

.icon-white img {
    filter: brightness(0) invert(1);
}
