/* === Optimierungen 2026 | lauft-meine-kleinen-woelfe.de === */

/* ----- Design-System: Farbpalette (Premium-Refresh Juni 2026) -----
   Eine Akzentfarbe statt Orange/Rot-Mix. Alle CTAs, Akzente und
   Hervorhebungen nutzen diese Variablen. */
:root {
    --ink: #26231f;            /* Anthrazit: dunkle Flächen, Text */
    --creme: #faf7f2;          /* warmer heller Hintergrund */
    --akzent: #dd850d;         /* Logo-Orange (#F39412) leicht gedimmt: CTAs, Akzente */
    --akzent-dunkel: #b96d06;  /* Hover/aktive Zustände */
    --akzent-hell: #f8ead2;    /* zarte Akzentflächen (Chips, Hinweise) */
    --radius-s: 7px;           /* Buttons, Inputs, kleine Elemente */
    --radius-m: 12px;          /* Karten, Container */
    --radius-pill: 20px;       /* Badges, Pill-Buttons */
}

/* Scroll-Offset: Anker-Links landen unter der fixen Navbar */
html {
    scroll-padding-top: 100px;
}

/* Sektionsabstand: style.css hat 80px → kompakter */
section.section {
    padding-top: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 40px !important;
    padding-left: 0 !important;
}

/* ----- Wiederanlauf Overlay-Modal ----- */
@keyframes bannerFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes bannerSlideIn {
    from { transform: translateY(36px) scale(0.97); opacity: 0; }
    to   { transform: translateY(0)    scale(1);    opacity: 1; }
}
@keyframes pawFloat {
    0%,100% { transform: translateY(0) rotate(-8deg); }
    50%      { transform: translateY(-8px) rotate(-4deg); }
}

.banner-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(20,10,0,0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
    box-sizing: border-box;
    animation: bannerFadeIn 0.35s ease 0.7s both;
    transition: opacity 1.2s ease;
}
.banner-overlay-hide {
    opacity: 0 !important;
    pointer-events: none;
}
.banner-overlay-hide .banner-modal {
    transform: translateY(40px) scale(0.93);
    transition: transform 1.1s cubic-bezier(0.4,0,0.2,1), opacity 1.0s ease;
    opacity: 0;
}

.banner-modal {
    background: #fff;
    border-radius: var(--radius-m);
    max-width: 520px;
    width: 100%;
    box-shadow: 0 24px 64px rgba(0,0,0,0.38);
    overflow: hidden;
    animation: bannerSlideIn 0.42s cubic-bezier(0.34,1.45,0.64,1) 0.7s both;
    transition: transform 1.1s cubic-bezier(0.4,0,0.2,1), opacity 1.0s ease;
}

/* orangener Header-Bereich */
.banner-modal-header {
    background: var(--akzent);
    padding: 38px 36px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* dekoratives Pfoten-Icon im Hintergrund */
.banner-paw-deco {
    position: absolute;
    top: -10px; right: -14px;
    width: 130px;
    opacity: 0.13;
    animation: pawFloat 4s ease-in-out infinite;
    pointer-events: none;
}
.banner-paw-deco img {
    width: 100%;
    filter: brightness(0) invert(1);
}

/* "Neuigkeit"-Tag */
.banner-modal-tag {
    display: inline-block;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: var(--radius-pill);
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,0.35);
}

.banner-modal-header h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
    text-shadow: 0 1px 6px rgba(0,0,0,0.18);
}

/* weißer Content-Bereich */
.banner-modal-body {
    padding: 28px 36px 30px;
    text-align: center;
}
.banner-modal-body p {
    color: #555;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 22px;
}

/* CTA-Button */
.btn-banner-cta {
    display: inline-block;
    background: var(--akzent);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    box-shadow: 0 5px 18px rgba(248,148,6,0.38);
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
}
.btn-banner-cta:hover {
    background: var(--akzent-dunkel);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(248,148,6,0.45);
    color: #fff !important;
    text-decoration: none !important;
}

/* "Nicht mehr anzeigen"-Link */
.banner-dismiss-hint {
    margin-top: 16px;
}
.banner-dismiss-text {
    background: none;
    border: none;
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color 0.15s;
}
.banner-dismiss-text:hover { color: #666; }

/* Schließen-Button (X) */
.banner-close {
    position: absolute;
    top: 11px; right: 13px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    font-size: 18px;
    width: 30px; height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.15s;
}
.banner-close:hover { background: rgba(255,255,255,0.4); }

/* ----- Trust Badges (im orangen Spacer) ----- */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}
.trust-badge-item {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: var(--radius-s);
    padding: 7px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.trust-badge-item a {
    color: #fff;
    text-decoration: underline;
}
.trust-badge-item a:hover {
    color: #fff3e0;
}

/* ----- Bewertungs-Block ----- */
.bewertungs-section {
    background: var(--creme);
    padding: 48px 0;
}
.bewertungs-gesamt {
    text-align: center;
    margin-bottom: 30px;
}
.bewertungs-gesamt .sterne-gross {
    font-size: 30px;
    color: var(--akzent);
    letter-spacing: 3px;
    line-height: 1;
}
.bewertungs-gesamt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 4px;
}
.bewertungs-gesamt a.google-link {
    font-size: 13px;
    color: #4285f4;
}
.bewertungs-zitate {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.zitat-karte {
    background: #fff;
    border-radius: var(--radius-s);
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    padding: 20px 22px;
    flex: 1 1 210px;
    max-width: 260px;
    border-top: 3px solid var(--akzent);
}
.zitat-karte .zitat-sterne {
    color: var(--akzent);
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.zitat-karte .zitat-text {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    font-style: italic;
    margin-bottom: 12px;
}
.zitat-karte .zitat-autor {
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

/* ----- Sticky Mobile CTA (unten fixiert) ----- */
.sticky-cta-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 8px 12px;
    background: rgba(221, 133, 13, 0.94);
    text-align: center;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}
.sticky-cta-mobile a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}
.sticky-cta-mobile a:hover {
    color: #f7ecd9;
    text-decoration: none;
}

/* ----- Sticky Desktop CTA in Navbar ----- */
/* padding: 10px top/bottom = identisch mit allen anderen Nav-Links → perfekte vertikale Ausrichtung */
.nav-cta-btn {
    background: var(--akzent) !important;
    color: #fff !important;
    border-radius: var(--radius-s) !important;
    padding: 10px 16px !important;
    margin: 0 0 0 10px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    display: block !important;
}
.nav-cta-btn:hover {
    background: var(--akzent-dunkel) !important;
    color: #fff !important;
}

/* ----- WhatsApp Float Button ----- */
/* unterste Ecke = prominentester Platz; Scroll-to-top sitzt mittig darüber */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    background: rgba(37, 211, 102, 0.82);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 14px rgba(0,0,0,0.25);
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}
.whatsapp-float:hover {
    background: #1db954;
    transform: scale(1.07);
    text-decoration: none;
}
.whatsapp-float svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}
/* Scroll-to-top über dem WhatsApp-Button (54px), Mittelachsen fluchten.
   Das sichtbare Icon (<i>) ist 48px und lief über die 32px-Anker-Box hinaus →
   Box auf Icon-Größe, damit Ausrichtung und Klickfläche stimmen.
   Achse 47px vom Rand → right: 47-24; bottom: 20+54+14px Luft */
.scrollup {
    width: 48px;
    height: 48px;
    bottom: 88px;
    right: 23px;
}

/* ----- Termin Buchen-Button ----- */
.termintabelle .btn-termin {
    display: inline-block;
    background: var(--akzent);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: var(--radius-s);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s;
}
.termintabelle .btn-termin:hover {
    background: var(--akzent-dunkel);
    text-decoration: none;
}
.termintabelle th.buchen-col {
    width: 100px;
    text-align: center;
}
.termintabelle td.buchen-col {
    text-align: center;
}

/* ----- Hinweis-Box in Termine-Section ----- */
.termine-wichtiger-hinweis {
    background: #fff8e1;
    border-left: 4px solid var(--akzent);
    border-radius: var(--radius-s);
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #4a3800;
    line-height: 1.6;
}

/* ----- Spacer Green (orange Section) – mehr visuelle Tiefe ----- */
section.spacer.green {
    position: relative;
}
section.spacer.green::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 15% 50%, rgba(255,255,255,0.07) 0%, transparent 60%),
        radial-gradient(ellipse at 85% 50%, rgba(0,0,0,0.10) 0%, transparent 60%);
    pointer-events: none;
}
section.spacer.green blockquote.large {
    font-size: 1.55em;
    font-weight: 600;
    line-height: 1.45;
    text-shadow: 0 1px 4px rgba(0,0,0,0.22);
}
section.spacer.green blockquote.large::before {
    content: '\201C';
    font-size: 3.5em;
    line-height: 0;
    vertical-align: -0.45em;
    margin-right: 0.08em;
    opacity: 0.35;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .sticky-cta-mobile {
        display: block;
    }
    /* Bootstrap 2 macht navbar-fixed-top auf mobile static → zurück auf fixed */
    .navbar-fixed-top {
        position: fixed !important;
        top: 0; left: 0; right: 0;
    }
    /* Navbar unsichtbar – nur Burger-Icon schwebt */
    .navbar-inverse .navbar-inner {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 8px 10px !important;
        min-height: 0 !important;
    }
    .navbar-inverse .navbar-inner .brand { display: none !important; }
    .btn-navbar {
        background: rgba(20,20,20,0.75) !important;
        border-color: rgba(255,255,255,0.2) !important;
        border-radius: var(--radius-s) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
        margin: 0 !important;
    }
    /* Seitenanfang: volle Leiste mit Logo */
    .navbar-inverse.navbar-at-top .navbar-inner,
    /* Menü offen: volle Leiste mit Logo */
    .navbar-inverse:has(.nav-collapse.in) .navbar-inner {
        background: linear-gradient(to bottom, #222, #111) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.45) !important;
        /* rechts 10px, damit der Burger exakt wie im gescrollten Zustand sitzt */
        padding: 4px 10px 4px 12px !important;
        min-height: 40px !important;
    }
    .navbar-inverse.navbar-at-top .navbar-inner .brand,
    .navbar-inverse:has(.nav-collapse.in) .navbar-inner .brand {
        display: block !important;
        height: 34px !important;
        width: auto !important;
    }
    .navbar-inverse.navbar-at-top .btn-navbar,
    .navbar-inverse:has(.nav-collapse.in) .btn-navbar {
        background: transparent !important;
        box-shadow: none !important;
        border-color: rgba(255,255,255,0.35) !important;
        /* 4px + 4px Inner-Padding = 8px Gesamtoffset, identisch zum gescrollten Zustand */
        margin: 4px 0 !important;
    }
    body {
        padding-top: 50px;
        padding-bottom: 62px;
    }
    /* unten rechts, 12px über dem Sticky-CTA (Daumenzone, wie Desktop).
       Beim Start versteckt, erscheint mit dem Sticky-CTA nach dem Scrollen
       (body.ist-gescrollt aus navigation.html) */
    .whatsapp-float {
        bottom: 74px;
        top: auto;
        right: 10px;
        left: auto;
        width: 40px;
        height: 40px;
        opacity: 0;
        transform: translateY(16px);
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
    body.ist-gescrollt .whatsapp-float {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    /* Sticky-CTA: gleiches Verhalten, schiebt sich von unten ein */
    .sticky-cta-mobile {
        transform: translateY(110%);
        transition: transform 0.25s ease;
    }
    body.ist-gescrollt .sticky-cta-mobile {
        transform: translateY(0);
    }
    .whatsapp-float svg {
        width: 22px;
        height: 22px;
    }
    .bewertungs-zitate {
        flex-direction: column;
        align-items: center;
    }
    .zitat-karte {
        max-width: 100%;
        flex: none;
        width: 100%;
        box-sizing: border-box;
    }
    /* Preistabellen: Overflow auf Sektionsebene einsperren */
    #preise {
        overflow-x: hidden;
    }
    /* Tour-Länge-Spalte verstecken */
    #preise table.preistabelle th.mobile,
    #preise table.preistabelle td.mobile {
        display: none !important;
    }
    /* 3 Spalten gleichmäßig auf 100% Breite – ID+Typ-Selektor schlägt alle style.css-Regeln */
    #preise table.preistabelle {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 12px !important;
    }
    #preise table.preistabelle th,
    #preise table.preistabelle td {
        width: auto !important;
        padding: 5px 7px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        -webkit-hyphens: auto !important;
    }
    .nav-cta-btn {
        display: none !important;
    }
    /* Scroll-to-top mobil ausgeblendet: Burger ist immer erreichbar, Touch-Target zu klein, Fehltipp-Risiko auf Sticky-CTA */
    .scrollup {
        display: none !important;
    }

    /* Banner: kompaktes Modal auf Tablet */
    .banner-modal-header { padding: 28px 24px 22px; }
    .banner-modal-header h2 { font-size: 1.2em; }
    .banner-modal-body { padding: 20px 24px 24px; }
    .btn-banner-cta { display: block; text-align: center; }
}

/* Banner: Bottom-Sheet auf kleinen Phones */
@keyframes bannerSlideUp {
    from { transform: translateY(100%); opacity: 0.6; }
    to   { transform: translateY(0);    opacity: 1; }
}
@media (max-width: 480px) {
    .banner-overlay {
        align-items: flex-end;
        padding: 0;
        overflow: hidden;
    }
    .banner-modal {
        border-radius: var(--radius-m) 18px 0 0;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        animation: bannerSlideUp 0.4s cubic-bezier(0.25,1.3,0.5,1) 0.7s both;
    }
    .banner-modal-header {
        padding: 22px 18px 18px;
        box-sizing: border-box;
    }
    .banner-modal-header h2 {
        font-size: 1.05em;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    .banner-paw-deco {
        width: 70px;
        top: -4px; right: -6px;
    }
    .banner-modal-body {
        padding: 18px 18px 22px;
        box-sizing: border-box;
    }
    .banner-modal-body p {
        font-size: 14px;
        word-wrap: break-word;
    }
    .btn-banner-cta {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 12px;
        font-size: 15px;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
    }
}

/* ----- Buchungsanfrage: Split-Screen Layout ----- */
.buchung-split {
    display: flex;
    min-height: calc(100vh - 60px);
    margin-top: 0;
}
.buchung-left {
    width: 42%;
    flex-shrink: 0;
    position: sticky;
    top: 60px;
    height: calc(100vh - 60px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.buchung-left-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.08) 0%,
        rgba(0,0,0,0.48) 50%,
        rgba(0,0,0,0.74) 100%
    );
}
.buchung-left-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
.buchung-info {
    position: absolute;
    bottom: 5%;
    left: 30px;
    right: 30px;
    color: #fff;
}
.buchung-profil-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.buchung-profil-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.85);
    flex-shrink: 0;
}
.buchung-profil-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.buchung-profil-role {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 1px;
}
.buchung-sterne {
    color: var(--akzent);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
.buchung-sterne-text {
    font-size: 13px;
    opacity: 0.82;
    margin-bottom: 8px;
}
.buchung-zitat {
    font-size: 13px;
    line-height: 1.5;
    font-style: italic;
    opacity: 0.92;
    border-left: 3px solid var(--akzent);
    padding-left: 10px;
    margin: 0 0 8px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.buchung-versprechen {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.buchung-versprechen li {
    font-size: 13px;
    opacity: 0.88;
    display: flex;
    align-items: center;
    gap: 8px;
}
.buchung-versprechen li::before {
    content: '\2713';
    color: var(--akzent);
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

/* Rechte Seite */
.buchung-right {
    flex: 1;
    background: #fdfaf6;
    padding: 45px 40px 14px;
    overflow-y: auto;
    min-width: 0;
}
.buchung-h1 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2px;
}
.buchung-subtitle {
    color: #777;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 8px;
}
.buchung-section {
    margin-bottom: 8px;
}
.buchung-section-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--akzent);
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0e8d8;
}
.buchung-fields-row {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}
.buchung-fields-row .form-group {
    flex: 1;
    margin: 0;
    min-width: 0;
}

/* Bootstrap 2 Überschreibung: alle Inputs in der Buchungsseite volle Breite + Margin-Fix */
.buchung-right input.form-control,
.buchung-right input[type="tel"],
.buchung-right input[type="text"],
.buchung-right input[type="email"],
.buchung-right input[type="number"] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
/* Bootstrap 2 setzt margin-top: 30px auf input/select/textarea → auf 10px reduzieren */
.buchung-right input,
.buchung-right select,
.buchung-right textarea {
    margin-top: 10px !important;
}
/* Tel-Feld: Bootstrap 2 kennt type="tel" nicht → explizit alle Defaults überschreiben */
.buchung-right .form-group input[type="tel"] {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 1.5px solid #e0d8cc !important;
    border-radius: var(--radius-s) !important;
    height: 36px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #333 !important;
    box-shadow: none !important;
    margin: 10px 0 0 0 !important;
    float: none !important;
    line-height: normal !important;
    vertical-align: top !important;
}

/* Tour-Dropdown: versteckt solange kein Event gewählt */
.buchung-tour-group:has(#tour[style*="display: none"]),
.buchung-tour-group:has(#tour:not([style])) {
    display: none;
}

/* Modernere Formular-Inputs auf der Buchungsseite */
.buchung-right .form-control,
.buchung-right input[type="tel"],
.buchung-right select,
.buchung-right textarea.buchunsanfrageForm {
    background: #fff !important;
    border: 1.5px solid #e0d8cc !important;
    border-radius: var(--radius-s) !important;
    height: 36px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #333 !important;
    box-shadow: none !important;
    transition: border-color 0.15s, box-shadow 0.15s;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}
.buchung-right .form-control:focus,
.buchung-right input[type="tel"]:focus,
.buchung-right select:focus,
.buchung-right textarea.buchunsanfrageForm:focus {
    border-color: var(--akzent);
    box-shadow: 0 0 0 3px rgba(248,148,6,0.12);
    outline: none;
}
.buchung-right textarea.buchunsanfrageForm {
    height: 62px !important;
    resize: vertical;
}
.buchung-right select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23999' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

/* Datenschutz-Box */
.buchung-datenschutz-box {
    background: #f7f4ef;
    border-radius: var(--radius-s);
    padding: 12px 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.buchung-datenschutz-box input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    accent-color: var(--akzent);
    cursor: pointer;
}
.buchung-datenschutz-box a { color: var(--akzent); }

/* Submit-Zeile */
.buchung-submit-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 2px;
}
.btn-buchung-submit {
    background: var(--akzent);
    color: #fff;
    border: none;
    border-radius: var(--radius-s);
    padding: 11px 34px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, transform 0.12s;
    letter-spacing: 0.3px;
}
.btn-buchung-submit:hover {
    background: var(--akzent-dunkel);
    transform: translateY(-1px);
}
.buchung-wa-link {
    font-size: 14px;
    color: #25d366;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.buchung-wa-link:hover { color: #1db954; text-decoration: none; }

/* Erfolgs-/Fehlermeldungen */
#sendmessage {
    background: #eafaf1;
    border: 1.5px solid #27ae60;
    border-radius: var(--radius-s);
    padding: 18px 22px;
    color: #1a6636;
    margin-top: 16px;
    display: none !important;
}
#sendmessage.show { display: block !important; }
#errormessage {
    background: #fdecea;
    border: 1.5px solid #e74c3c;
    border-radius: var(--radius-s);
    padding: 12px 16px;
    color: #a93226;
    font-size: 14px;
    margin-top: 12px;
    display: none !important;
}
#errormessage.show { display: block !important; }

/* Buchungsseite Desktop: kein Seiten-Scrolling, Footer immer sichtbar */
@media (min-width: 901px) {
    html:has(body.buchung-page) {
        overflow: hidden;
    }
    body.buchung-page {
        height: 100vh;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    body.buchung-page .buchung-split {
        flex: 1;
        min-height: 0 !important;
    }
    body.buchung-page footer {
        flex-shrink: 0;
    }
    body.buchung-page .buchung-left {
        position: relative;
        top: 0;
        height: 100%;
    }
}

/* Buchungsseite Responsive */
@media (max-width: 900px) {
    .buchung-split {
        flex-direction: column;
        min-height: auto;
    }
    .buchung-left {
        width: 100%;
        position: relative;
        top: 0;
        height: 300px;
    }
    .buchung-info {
        bottom: 14%;
        left: 18px;
        right: 18px;
    }
    .buchung-profil-img { width: 44px; height: 44px; }
    .buchung-profil-name { font-size: 13px; }
    .buchung-profil-role { font-size: 11px; }
    .buchung-sterne { font-size: 15px; }
    .buchung-sterne-text { font-size: 11px; margin-bottom: 8px; }
    .buchung-zitat { font-size: 12px; margin-bottom: 10px; }
    .buchung-versprechen li { font-size: 11px; }
    .buchung-right {
        padding: 24px 20px 48px;
    }
    .buchung-h1 { font-size: 20px; }
    .buchung-submit-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .btn-buchung-submit {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .buchung-fields-row {
        flex-direction: column;
        gap: 8px;
    }
}

/* ----- HuskyHIKING: Quick-Facts-Strip ----- */
.hiking-facts {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 20px 0 24px;
}
.hiking-fact-item {
    flex: 1 1 110px;
    background: #fff8f0;
    border-radius: var(--radius-s);
    padding: 16px 12px;
    text-align: center;
    border-top: 3px solid var(--akzent);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.hf-icon { font-size: 22px; margin-bottom: 6px; line-height: 1; color: var(--akzent); }
.hf-icon svg { width: 26px; height: 26px; }
.hf-value { font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 1.2; }
.hf-label { font-size: 11px; color: #999; margin-top: 3px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ----- HuskyHIKING: Terrain-Tags & Tipp ----- */
.hiking-terrain-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
}
.hiking-terrain-tag {
    background: #f0e8d8;
    color: #555;
    padding: 5px 13px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 500;
}
.hiking-terrain-tag svg {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 3px;
    color: var(--akzent);
}
.hiking-tipp {
    background: #fff8e1;
    border-left: 4px solid var(--akzent);
    border-radius: 0 6px 6px 0;
    padding: 11px 16px;
    margin: 0 0 16px;
    font-size: 14px;
    color: #4a3800;
    line-height: 1.55;
}

/* ----- HuskyHIKING: Tagesablauf Timeline ----- */
.hiking-timeline-section { background: #fdfaf6; }
.hiking-timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 24px 0 8px;
}
.hiking-timeline::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 21px;
    bottom: 22px;
    width: 2px;
    background: #f0e8d8;
    z-index: 0;
}
.hiking-timeline-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 26px;
    position: relative;
}
.hiking-timeline-step.last { padding-bottom: 0; }
.ht-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--akzent);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(248,148,6,0.22);
}
.ht-body { flex: 1; padding-top: 8px; }
.ht-time {
    font-size: 12px;
    color: var(--akzent);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.ht-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}
.ht-text {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}

/* Desktop: horizontal */
@media (min-width: 768px) {
    .hiking-timeline {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
    }
    .hiking-timeline::before {
        top: 21px;
        left: 22px;
        right: 22px;
        bottom: auto;
        width: auto;
        height: 2px;
    }
    .hiking-timeline-step {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        gap: 0;
        padding: 0 6px;
    }
    .ht-number { margin-bottom: 12px; }
    .ht-body { padding-top: 0; }
}

/* ----- HuskyHIKING: Für wen geeignet ----- */
.hiking-suitable {
    background: #fff;
    border-radius: var(--radius-s);
    padding: 22px 26px;
    margin: 28px 0 24px;
    border-left: 4px solid var(--akzent);
}
.hiking-suitable h4 { margin: 0 0 16px; }
.hiking-suitable-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}
.hiking-suitable-item {
    font-size: 15px;
    color: #333;
    flex: 1 1 45%;
    line-height: 1.5;
}
.hs-check {
    color: var(--akzent);
    font-weight: 700;
    margin-right: 6px;
}

/* ----- Termine: Accordion auf Mobile ----- */

/* Desktop: Karten versteckt, Tabelle sichtbar */
.termin-karten-mobile { display: none; }

/* Mobile: Karten sichtbar, Tabelle versteckt */
@media (max-width: 767px) {
    .termin-karten-mobile  { display: block; }
    .termin-tabelle-desktop { display: none; }
}

/* Accordion-Karte */
.termin-karte {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: var(--radius-s);
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.06);
}

/* Header: immer sichtbar, klickbar */
.termin-karte-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.termin-karte-header:active {
    background: #fafafa;
}
.termin-karte-datum {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}
.termin-karte-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.termin-karte-toggle {
    color: #aaa;
    font-size: 13px;
    display: inline-block;
    transition: transform 0.22s ease;
}
.termin-karte.open .termin-karte-toggle {
    transform: rotate(180deg);
}

/* Body: zugeklappt by default */
.termin-karte-body {
    display: none;
    padding: 4px 16px 16px;
    border-top: 1px solid #f0f0f0;
}
.termin-karte.open .termin-karte-body {
    display: block;
}

/* Detail-Zeilen im Body */
.termin-karte-detail {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}
.termin-karte-detail span {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    min-width: 62px;
    flex-shrink: 0;
}

/* Buchen-Button: volle Breite */
.btn-termin-karte {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--akzent);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: var(--radius-s);
    text-decoration: none;
    margin-top: 12px;
    box-sizing: border-box;
    transition: background 0.15s;
}
.btn-termin-karte:hover {
    background: var(--akzent-dunkel);
    text-decoration: none;
    color: #fff !important;
}

/* ----- HuskyHIKING: Farb-Fixes (verhindert orangene Texte) ----- */
section.huskytrekking p { color: #333 !important; }
.hf-value { color: #1a1a1a !important; }
.hf-label { color: #888 !important; }

/* Quick-Facts-Row: Bootstrap-2-Spans brauchen keine flex-Wrapper-Klasse mehr */
.hiking-facts-row { margin-bottom: 24px; }
.hiking-facts-row .hiking-fact-item { margin-top: 0; width: 100%; box-sizing: border-box; }
.hiking-facts-flex {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}
.hiking-facts-flex .hiking-fact-item {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
    margin-top: 0;
}
@media (max-width: 600px) {
    .hiking-facts-flex { flex-wrap: wrap; }
    .hiking-facts-flex .hiking-fact-item { flex: 1 1 120px; }
}

/* ----- HuskyHIKING: Moderner Text-Bild-Bereich ----- */
.hiking-intro-lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #1a1a1a !important;
    margin-bottom: 14px;
}
.hiking-mini-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.hiking-mini-chips span {
    background: #fff8f0;
    border: 1px solid #f0e0c8;
    color: #775500;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: var(--radius-pill);
    white-space: nowrap;
}
.hiking-hero-img {
    width: 100%;
    border-radius: var(--radius-m);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    display: block;
    margin-top: 6px;
}

/* ----- HuskyHIKING: Preise & Leistungen Redesign ----- */
.preise-redesign {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin: 20px 0 8px;
    flex-wrap: wrap;
}
.preis-karte-box {
    flex: 0 0 190px;
    background: var(--akzent);
    border-radius: var(--radius-m);
    padding: 26px 20px 22px;
    text-align: center;
    color: #fff;
    box-shadow: 0 6px 24px rgba(248,148,6,0.28);
}
.preis-karte-main {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px;
    color: #fff;
}
.preis-karte-unit {
    font-size: 13px;
    opacity: 0.88;
    margin-bottom: 14px;
    line-height: 1.5;
    color: #fff;
}
.preis-karte-kinder {
    background: rgba(255,255,255,0.2);
    border-radius: var(--radius-s);
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
}
.preis-karte-btn {
    display: block;
    background: rgba(255,255,255,0.22);
    border: 1.5px solid rgba(255,255,255,0.65);
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 16px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    transition: background 0.15s;
}
.preis-karte-btn:hover {
    background: rgba(255,255,255,0.38);
    text-decoration: none !important;
    color: #fff !important;
}
.preis-leistungen-box {
    flex: 1;
    min-width: 220px;
}
.preis-section-heading {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}
.preis-inklusive-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #999;
    margin: 0 0 14px;
}
.preis-inklusive-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.preis-inklusive-list li {
    flex: 1 1 50%;
    font-size: 14px;
    color: #333 !important;
    padding: 7px 12px 7px 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #f0ede8;
    line-height: 1.4;
}
.preis-inklusive-list li::before {
    content: '✓';
    color: var(--akzent);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .preise-redesign { flex-direction: column; }
    .preis-karte-box { flex: none; width: 100%; box-sizing: border-box; }
    .preis-inklusive-list li { flex: 1 1 100%; }
}

/* ----- Begleitperson-Hinweis in Preisliste ----- */
.begleitung-hinweis {
    background: #fdf9f1;
    border-left: 4px solid var(--akzent);
    border-radius: 0 6px 6px 0;
    padding: 12px 16px;
    margin-top: 14px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.preis-karte-begleitung {
    background: rgba(0,0,0,0.12);
    border-radius: var(--radius-s);
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-top: 0;
    margin-bottom: 18px;
}

/* ----- Guide-Karte (innerhalb #huskytrekking) ----- */
/* .hiking-guide-section entfernt — Guide ist jetzt in #huskytrekking integriert */
#huskytrekking { padding-bottom: 36px; }
.hiking-guide-card { display: flex; align-items: center; gap: 24px; }
.hiking-guide-img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--akzent); }
.hiking-guide-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--akzent); font-weight: 700; margin-bottom: 4px; }
.hiking-guide-name { font-size: 20px; font-weight: 700; color: #1a1a1a; line-height: 1.2; }
.hiking-guide-role { font-size: 13px; color: #888; margin-top: 2px; margin-bottom: 10px; }
.hiking-guide-quote { font-size: 14px; color: #555; line-height: 1.65; margin: 0; font-style: italic; }
@media (max-width: 600px) {
    .hiking-guide-card { flex-direction: column; text-align: center; }
    .hiking-guide-img { width: 80px; height: 80px; }
}

/* ----- Geo-Landing-Pages Intro ----- */
.geo-intro-section {
    background: #fdf9f4;
    border-bottom: 1px solid #f0ebe0;
    padding-top: 36px;
    padding-bottom: 28px;
}
.geo-intro-headline {
    font-size: 1.7em;
    font-weight: 700;
    color: #2a1a00;
    margin: 0 0 14px;
    line-height: 1.25;
}
.geo-intro-text {
    font-size: 1.05em;
    color: #444;
    line-height: 1.65;
    margin-bottom: 18px;
}
.geo-intro-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.geo-intro-chips span {
    display: inline-block;
    background: #fff;
    border: 1px solid #e8d8b8;
    border-radius: var(--radius-pill);
    padding: 5px 14px;
    font-size: 0.88em;
    color: #7a5a1a;
    font-weight: 500;
}
@media (max-width: 767px) {
    .geo-intro-headline { font-size: 1.3em; }
    .geo-intro-text { font-size: 0.97em; }
}

/* ===== Hiking-Seite: Nächster Termin, Impressionen-Grid, Abschluss-CTA ===== */

/* Nächster freier Termin in der Preiskarte */
.preis-naechster-termin {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
}
.preis-naechster-termin a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}
.preis-naechster-termin a:hover {
    color: #fff;
}
.preis-termine-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
}
.preis-termine-link:hover {
    color: #fff;
}

/* Impressionen: einheitliches Raster, erst 12 Bilder, Rest per Button */
.impressionen-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin-top: 16px;
}
.impressionen-grid a {
    display: block;
}
.impressionen-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius-s);
}
.impressionen-grid:not(.zeige-alle) a:nth-child(n+13) {
    display: none;
}
.impressionen-mehr-btn {
    display: block;
    margin: 18px auto 0;
    background: #fff;
    border: 1.5px solid #c8c8c8;
    border-radius: var(--radius-s);
    color: #444;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 22px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}
.impressionen-mehr-btn:hover {
    border-color: var(--akzent);
    color: var(--akzent);
}

/* Abschluss-CTA vor dem Footer: ruhiges Anthrazit, Amber-CTA hebt sich ab */
.hiking-abschluss {
    background: var(--ink);
    text-align: center;
    padding: 44px 0 48px;
}
.hiking-abschluss h3 {
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 10px;
}
.hiking-abschluss-text {
    color: rgba(255,255,255,0.92);
    font-size: 1.05em;
    margin-bottom: 24px;
}
.hiking-abschluss-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.hiking-abschluss-btn {
    background: var(--akzent);
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.22);
    transition: background 0.15s;
}
.hiking-abschluss-btn:hover {
    background: var(--akzent-dunkel);
}
.hiking-abschluss-wa {
    background: #25d366;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    transition: background 0.15s;
}
.hiking-abschluss-wa:hover {
    background: #1db954;
}
.hiking-abschluss-tel {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
}
.hiking-abschluss-faq {
    color: rgba(255,255,255,0.88);
    font-size: 0.95em;
    margin: 0;
}
.hiking-abschluss-faq a {
    color: #fff;
    text-decoration: underline;
}

/* ----- Design-System: Typografie & Flächen (Premium-Refresh) ----- */

/* Hero Startseite: statische Botschaft statt Text-Slider */
#header-wrapper.header-slider {
    min-height: 520px;
    max-height: none;
    padding-top: 120px;
    padding-bottom: 70px;
    position: relative;
    box-sizing: border-box;
}
#header-wrapper.header-slider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15,12,8,0.25) 0%, rgba(15,12,8,0.55) 100%);
}
.hero-neu {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 30px 16px 0;
}
/* #header-wrapper-Präfix nötig: style.css setzt #header-wrapper h1 (ID schlägt Klasse) */
#header-wrapper .hero-neu h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 14px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.45);
}
.hero-sub {
    font-size: 19px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 18px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.hero-trust {
    color: #e9b96a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 26px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.hero-cta {
    display: inline-block;
    background: var(--akzent);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.3);
    transition: background 0.15s;
}
.hero-cta:hover {
    background: var(--akzent-dunkel);
}

/* Inline-News-Zeile (ersetzt Banner-Modal) */
.news-inline {
    background: var(--ink);
    color: #fff;
}
.news-inline-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    box-sizing: border-box;
}
.news-inline-tag {
    background: var(--akzent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-s);
    padding: 3px 9px;
    flex-shrink: 0;
}
.news-inline-text {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,0.92);
}
.news-inline-link {
    color: #e9b96a;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}
.news-inline-link:hover { color: #fff; }
.news-inline-close {
    margin-left: auto;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 8px;
    flex-shrink: 0;
}
.news-inline-close:hover { color: #fff; }

@media (max-width: 767px) {
    /* Hero: logo-div padding entfernen, sonst schiebt es hero-neu 180px nach unten */
    header .logo {
        padding-top: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    #header-wrapper.header-slider {
        min-height: 580px;
        padding-top: 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #header-wrapper .hero-neu h1 {
        font-size: 26px;
    }
    .hero-sub { font-size: 15px; }
    .hero-trust { font-size: 13px; }
    .hero-cta { font-size: 15px; padding: 12px 30px; }

}

/* Sektionsüberschriften: ruhig, mit dezenter Akzent-Unterlinie */
section.section > .container > h4 {
    font-size: 26px;
    letter-spacing: 0.4px;
    color: var(--ink);
    margin-bottom: 14px;
}
section.section > .container > h4::after {
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: var(--akzent);
    border-radius: var(--radius-s);
    margin: 14px auto 28px;
}

/* Graue Sektionen → warmes Creme statt kühlem Grau */
.section.color-grey {
    background: var(--creme) !important;
}

/* Einheitliche Eckenradien für alle neuen Buttons */
.preis-karte-btn,
.btn-termin,
.btn-termin-karte,
.hiking-abschluss-btn,
.hiking-abschluss-wa,
.impressionen-mehr-btn,
.rudel-mehr-btn {
    border-radius: var(--radius-s);
}

/* Preise: helle Karten statt dunkler Tabellen */
section#preise {
    background: #fff;
    color: #444;
}
#preise h4 {
    color: var(--ink);
}
#preise div {
    color: inherit;
}
.preise-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 34px;
    color: #555;
}
.preise-uebersicht {
    display: flex;
    gap: 22px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.preis-tour-karte {
    flex: 1 1 0;
    min-width: 230px;
    max-width: 320px;
    background: #fff;
    border: 1px solid #eee4d4;
    border-radius: var(--radius-m);
    padding: 30px 26px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 18px rgba(60,45,20,0.07);
}
.preis-tour-karte.beliebt {
    border: 2px solid var(--akzent);
}
.preis-tour-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--akzent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-m);
    padding: 4px 14px;
    white-space: nowrap;
}
.preis-tour-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}
.preis-tour-preis {
    font-size: 34px;
    font-weight: 800;
    color: var(--akzent);
    line-height: 1.1;
    margin-bottom: 16px;
}
.preis-tour-preis span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    margin-top: 4px;
}
.preis-tour-details {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    font-size: 14px;
    color: #555;
}
.preis-tour-details li {
    padding: 5px 0;
    border-bottom: 1px solid #f3ede1;
}
.preis-tour-details li:last-child {
    border-bottom: none;
}
.preis-tour-fakten {
    font-size: 13px;
    color: #999;
    margin-bottom: 18px;
    margin-top: auto;
}
.preis-tour-btn {
    display: block;
    background: var(--akzent);
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 16px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    transition: background 0.15s;
}
.preis-tour-btn:hover {
    background: var(--akzent-dunkel);
}
@media (max-width: 767px) {
    .preise-uebersicht {
        flex-direction: column;
        align-items: center;
    }
    .preis-tour-karte {
        width: 100%;
        max-width: 360px;
        box-sizing: border-box;
    }
}

/* Rudel-Sektion: restliche Hunde aufklappbar */
#rudel-mehr {
    display: none;
}
#rudel-mehr.offen {
    display: block;
}
.rudel-mehr-btn {
    display: block;
    margin: 10px auto 0;
    background: #fff;
    border: 1.5px solid #c8c8c8;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 26px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}
.rudel-mehr-btn:hover {
    border-color: var(--akzent);
    color: var(--akzent);
}

/* ----- Icon-Hover (ToTop, Social): Akzent statt Türkis aus default.css ----- */
i.icon-bgdark:hover {
    background: var(--akzent) !important;
}

/* ----- Erlebnisse: Karten ----- */
.erlebnisse-grid {
    display: flex;
    gap: 22px;
    align-items: stretch;
    flex-wrap: wrap;
}
.erlebnis-karte {
    flex: 1 1 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid #eee4d4;
    border-radius: var(--radius-m);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(60,45,20,0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.erlebnis-karte:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(60,45,20,0.14);
    text-decoration: none;
}
.erlebnis-bild {
    min-height: 160px;
}
.erlebnis-bild img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    min-height: 160px;
}
.erlebnis-inhalt {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.erlebnis-inhalt h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 8px;
    line-height: 1.3;
}
.erlebnis-inhalt p {
    font-size: 14px;
    color: #555;
    line-height: 1.55;
    margin: 0 0 14px;
}
.erlebnis-mehr {
    margin-top: auto;
    color: var(--akzent);
    font-weight: 700;
    font-size: 14px;
}
.erlebnis-karte:hover .erlebnis-mehr {
    color: var(--akzent-dunkel);
}

/* ----- Kontakt-Sektion ----- */
.kontakt-intro {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 20px;
    color: #555;
}
.kontakt-direkt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}
.kontakt-direkt-tel {
    border: 1.5px solid var(--ink);
    color: var(--ink) !important;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 22px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    transition: background 0.15s, color 0.15s;
}
.kontakt-direkt-tel:hover {
    background: var(--ink);
    color: #fff !important;
}
.kontakt-direkt-wa {
    background: #25d366;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 22px;
    border-radius: var(--radius-s);
    text-decoration: none !important;
    transition: background 0.15s;
}
.kontakt-direkt-wa:hover {
    background: #1db954;
}
.kontakt-hinweis {
    text-align: center;
    font-size: 14px;
    color: #777;
    max-width: 640px;
    margin: 0 auto 30px;
}
.kontakt-karte {
    background: var(--creme);
    border: 1px solid #eee4d4;
    border-radius: var(--radius-m);
    box-shadow: 0 4px 18px rgba(60,45,20,0.07);
    padding: 30px 32px;
    max-width: 720px;
    margin: 0 auto;
}
.kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
}
.kontakt-karte label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 5px;
}
.kontakt-optional {
    font-weight: 400;
    color: #999;
}
/* #contact-form-Präfix nötig: style.css stylt #contact-form input[type=text]
   mit ID-Spezifität (60px hoch, grauer Hintergrund) */
#contact-form .kontakt-karte input[type="text"],
#contact-form .kontakt-karte input[type="tel"],
#contact-form .kontakt-karte textarea {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd2bd;
    border-radius: var(--radius-s);
    box-shadow: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#contact-form .kontakt-karte input[type="text"]:focus,
#contact-form .kontakt-karte input[type="tel"]:focus,
#contact-form .kontakt-karte textarea:focus {
    border-color: var(--akzent);
    box-shadow: 0 0 0 3px rgba(221,133,13,0.14);
    outline: none;
}
.kontakt-karte .form-group {
    margin-bottom: 16px;
}
.kontakt-karte .validation {
    color: #c0392b;
    font-size: 12px;
    margin-top: 4px;
}
#contact-form .kontakt-nachricht textarea {
    min-height: 120px;
    resize: vertical;
}
.kontakt-submit-row {
    text-align: center;
    margin-top: 6px;
}
.kontakt-submit {
    background: var(--akzent);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 38px;
    border: none;
    border-radius: var(--radius-s);
    cursor: pointer;
    transition: background 0.15s;
}
.kontakt-submit:hover {
    background: var(--akzent-dunkel);
}

/* ----- Footer ----- */
.footer-neu {
    background: var(--ink);
    color: rgba(255,255,255,0.72);
    padding: 44px 0 18px;
}
.footer-spalten {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto 26px;
}
.footer-spalte {
    flex: 1 1 200px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}
.footer-spalte p { margin: 0 0 6px; color: rgba(255,255,255,0.72); }
.footer-spalte a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}
.footer-spalte a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-titel {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer-neu .social-networks {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 16px;
    margin: 0;
}

/* ----- FAQ-Accordion: Karten statt Bootstrap-Grau ----- */
/* style.css setzt section#faqs auf kühles Grau (#767676) mit weißer Schrift → Creme */
section#faqs {
    background: var(--creme);
    color: #555;
}
#faqs h4 {
    color: var(--ink);
}
#faqs a.link {
    color: var(--akzent);
    text-decoration: underline;
}
#faqs .accordion-group {
    background: #fff;
    border: 1px solid #eee4d4;
    border-radius: var(--radius-m);
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(60,45,20,0.05);
}
#faqs .accordion-heading {
    background: #fff;
    border: none;
}
#faqs .accordion-toggle {
    display: block;
    padding: 15px 44px 15px 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    position: relative;
}
#faqs .accordion-toggle .icon-plus {
    display: none; /* alter Plus-Icon-Font, ersetzt durch ::after-Indikator */
}
#faqs .accordion-toggle::after {
    content: '\2212'; /* − wenn offen */
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--akzent);
    font-size: 18px;
    font-weight: 700;
}
#faqs .accordion-toggle.collapsed::after {
    content: '+';
}
#faqs .accordion-toggle:hover {
    color: var(--akzent);
    background: var(--creme);
}
#faqs .accordion-inner {
    border-top: 1px solid #f3ede1;
    padding: 14px 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
}
#faqs {
    padding-bottom: 40px;
}
/* Sektions-Rhythmus: weiß/creme alternierend
   Erlebnisse(weiß) → Bewertungen(creme) → Preise(weiß) → Termine(creme)
   → Team(weiß) → Kino(dunkel) → FAQs(creme) → Kontakt(weiß) → Anfahrt(creme) */
/* section#... nötig: style.css setzt diese IDs auf legacy-grau #f2f2f2 */
section#termine {
    padding-bottom: 40px;
    background: var(--creme);
}
section#services {
    background: #fff;
}
section#about {
    background: #fff;
}
#contact.section.color-grey {
    background: #fff !important;
}

@media (max-width: 767px) {
    /* display:block umgeht das flex-basis:0 + overflow:hidden = Höhe 0 Problem */
    .erlebnisse-grid {
        display: block;
    }
    .erlebnis-karte {
        margin-bottom: 16px;
        width: 100%;
    }
    .kontakt-grid {
        grid-template-columns: 1fr;
    }
    .kontakt-karte {
        padding: 22px 18px;
    }
    .footer-spalten {
        flex-direction: column;
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .impressionen-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    /* Preiskarte: Sticky-CTA übernimmt den Buchen-Button */
    .preis-karte-btn {
        display: none !important;
    }
    .hiking-abschluss-actions {
        flex-direction: column;
    }
    .hiking-abschluss-btn,
    .hiking-abschluss-wa {
        width: 80%;
        max-width: 300px;
        box-sizing: border-box;
        text-align: center;
    }
}

/* ----- Cookie-Popup: OK + Ablehnen ----- */
.cookie-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6px;
}
.cookie-buttons .btn.cookie-reject {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.cookie-buttons .btn.cookie-reject:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

/* ----- Buchungsformular: Labels ----- */
.buchung-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 4px;
    letter-spacing: 0.2px;
}
.buchung-label-optional {
    font-weight: 400;
    color: #999;
}

/* ----- Bewertungs-Sub-Zeile ----- */
.bewertungs-sub {
    color: #888;
    font-size: 13px;
    margin: 4px 0 0;
    letter-spacing: 0.3px;
}

/* ----- Kino-Block (Zitat + YouTube) ----- */
.kino-block {
    background: #111;
    padding: 60px 0 70px;
    text-align: center;
}
.kino-zitat {
    color: rgba(255,255,255,0.72);
    font-style: italic;
    font-size: 17px;
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 10px;
    border: none;
    padding: 0;
}
.kino-zitat::before {
    content: '\201E';
    display: block;
    font-size: 56px;
    line-height: 1;
    color: rgba(255,255,255,0.15);
    margin-bottom: -12px;
}
.kino-zitat cite {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,0.35);
    font-size: 12px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.kino-video-wrapper {
    position: relative;
    max-width: 840px;
    margin: 40px auto 0;
    border-radius: var(--radius-m);
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(0,0,0,0.65);
    aspect-ratio: 16 / 9;
}
.kino-video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ----- Anfahrt: 2-Spalten-Layout ----- */
#anfahrt {
    background: var(--creme);
}
.anfahrt-intro-text {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin: -20px 0 0;
}
.anfahrt-grid {
    display: flex;
    gap: 32px;
    align-items: stretch;
    margin-top: 28px;
}
.anfahrt-info-karte {
    flex: 0 0 300px;
    background: #fff;
    border: 1px solid #eee4d4;
    border-top: 3px solid var(--akzent);
    border-radius: var(--radius-m);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 4px 18px rgba(60,45,20,0.08);
    box-sizing: border-box;
}
.anfahrt-info-zeile {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 14px;
    color: #555;
    line-height: 1.55;
    padding: 14px 0;
    border-bottom: 1px solid #f3ede1;
}
.anfahrt-info-zeile:first-child {
    padding-top: 0;
}
.anfahrt-info-zeile strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
    margin-bottom: 2px;
}
.anfahrt-info-zeile a {
    color: var(--akzent);
    text-decoration: none;
    font-weight: 600;
}
.anfahrt-info-zeile a:hover {
    color: var(--akzent-dunkel);
}
.anfahrt-icon-chip {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--akzent-hell);
    color: var(--akzent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.anfahrt-icon-chip svg {
    width: 18px;
    height: 18px;
}
.btn-anfahrt-route {
    display: block;
    background: var(--akzent);
    color: #fff !important;
    text-align: center;
    padding: 11px 16px;
    border-radius: var(--radius-s);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.15s;
    margin-top: auto;
}
.btn-anfahrt-route:hover {
    background: var(--akzent-dunkel);
    color: #fff !important;
}
.anfahrt-karte-wrapper {
    flex: 1;
    border-radius: var(--radius-m);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    min-height: 380px;
}
.anfahrt-karte-wrapper iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}
@media (max-width: 767px) {
    .anfahrt-grid {
        flex-direction: column;
    }
    .anfahrt-info-karte {
        flex: unset;
        width: 100%;
        box-sizing: border-box;
    }
    .anfahrt-karte-wrapper iframe {
        height: 280px;
    }
}

/* ----- Termine Desktop: Card-Reihen ----- */
.termin-cards-desktop {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto;
}
.termin-card-desktop {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: var(--radius-m);
    box-shadow: 0 2px 12px rgba(60,45,20,0.07);
    padding: 14px 20px;
    border-left: 4px solid #ccc;
    transition: box-shadow 0.15s;
}
.termin-card-desktop:hover {
    box-shadow: 0 4px 18px rgba(60,45,20,0.13);
}
.termin-card-desktop.status-frei    { border-left-color: #4caf50; }
.termin-card-desktop.status-reserviert { border-left-color: #ff9800; }
.termin-card-desktop.status-ausgebucht { border-left-color: #e53935; }
.termin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-size: 12px;
    font-weight: 700;
    min-width: 64px;
    color: #fff;
    white-space: nowrap;
}
.termin-badge.frei       { background: #4caf50; }
.termin-badge.reserviert { background: #ff9800; }
.termin-badge.ausgebucht { background: #e53935; }
.termin-card-datum-block {
    min-width: 110px;
}
.termin-card-wochentag {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
}
.termin-card-date {
    display: block;
    font-size: 13px;
    color: #888;
}
.termin-card-info-block {
    display: flex;
    gap: 20px;
    align-items: center;
}
.termin-card-uhrzeit {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}
.termin-card-tour-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}
.btn-termin-card-desktop {
    background: var(--akzent);
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: var(--radius-pill);
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.15s, transform 0.15s;
    margin-left: auto;
}
.btn-termin-card-desktop:hover {
    background: var(--akzent-dunkel);
    transform: translateY(-1px);
    color: #fff !important;
}

/* ----- Honeypot-Feld (Bot-Schutz Buchungsformular) -----
   Bewusst kein display:none / type=hidden: Bots fuellen sichtbare Textfelder.
   Stattdessen aus dem Viewport verschoben - fuer Menschen unsichtbar. */
.hp-feld {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

