/* ==========================================================================
   Omnibus Klein – Zweibrücken
   Stylesheet
   ========================================================================== */

/* --- Schriften (lokal gehostet, kein externes CDN → DSGVO-freundlich) ----- */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../../fonts/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/inter-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/poppins-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/poppins-latin-700-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../../fonts/poppins-latin-800-normal.woff2') format('woff2');
}

/* --- Design-Tokens ------------------------------------------------------- */

:root {
  /* Markenfarben aus dem Logo */
  --rot:        #e30613;
  --rot-dunkel: #b3040f;
  --violett:    #a863a5;
  --violett-dunkel: #7e4a7c;

  --verlauf: linear-gradient(100deg, var(--rot) 0%, #c4358c 55%, #8f4f8c 100%);

  /* Neutrale Töne */
  --tinte:      #16131a;
  --tinte-weich:#3d3746;
  --grau:       #6b6577;
  --linie:      #e6e2ea;
  --sand:       #f7f5f8;
  --weiss:      #ffffff;

  --fokus:      #0b63d6;

  /* Typografie */
  --font-display: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-text:    'Inter', 'Segoe UI', system-ui, sans-serif;

  /* Maße */
  --breite: 1180px;
  --radius: 14px;
  --radius-gross: 24px;

  --schatten-s: 0 1px 2px rgba(22,19,26,.06), 0 2px 8px rgba(22,19,26,.05);
  --schatten-m: 0 2px 6px rgba(22,19,26,.06), 0 12px 32px rgba(22,19,26,.09);
  --schatten-l: 0 4px 12px rgba(22,19,26,.07), 0 24px 60px rgba(22,19,26,.13);
}

/* --- Reset --------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--tinte-weich);
  background: var(--weiss);
  overflow-x: hidden;
}

img, svg, iframe { max-width: 100%; }

p, li, h1, h2, h3, h4, address, code, dd, dt, blockquote {
  overflow-wrap: break-word;
  hyphens: auto;
}
code { word-break: break-word; }
img { height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--tinte);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 .5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 5.2vw, 3.7rem); font-weight: 800; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.5rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem);  font-weight: 700; }
h4 { font-size: 1.0625rem; font-weight: 600; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--rot-dunkel); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--violett-dunkel); }

:focus-visible {
  outline: 3px solid var(--fokus);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- Hilfsklassen -------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding-inline: 22px;
}
@media (max-width: 400px) { .wrap { padding-inline: 16px; } }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px; top: -100px;
  z-index: 999;
  background: var(--tinte);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  transition: top .15s;
}
.skip-link:focus { top: 0; color: #fff; }

.abschnitt { padding: clamp(56px, 8vw, 104px) 0; }
.abschnitt--sand { background: var(--sand); }

.kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rot-dunkel);
  margin-bottom: .9rem;
}

.lead { font-size: clamp(1.08rem, 1.8vw, 1.28rem); color: var(--tinte-weich); }

.kopf-mitte { max-width: 62ch; margin-inline: auto; text-align: center; }
.kopf-mitte .lead { margin-inline: auto; }

/* --- Buttons ------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn--primaer {
  background-image: var(--verlauf);
  color: #fff;
  box-shadow: 0 6px 18px rgba(227,6,19,.28);
}
.btn--primaer:hover { color: #fff; box-shadow: 0 10px 26px rgba(227,6,19,.34); }

.btn--rand {
  border-color: var(--linie);
  background: #fff;
  color: var(--tinte);
}
.btn--rand:hover { border-color: var(--violett); color: var(--violett-dunkel); }

.btn--hell {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.5);
  color: #fff;
}
.btn--hell:hover { background: #fff; color: var(--tinte); border-color: #fff; }

/* --- Kopfzeile ----------------------------------------------------------- */

.kopfzeile {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--linie);
}

.kopfzeile__leiste {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.marke { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.marke img { width: clamp(150px, 20vw, 196px); }

.nav__liste {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  color: var(--tinte);
  text-decoration: none;
  padding: 9px 13px;
  border-radius: 9px;
  white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.nav__link:hover { background: var(--sand); color: var(--rot-dunkel); }

.nav__link[aria-current="page"] {
  color: var(--rot-dunkel);
  background: rgba(227,6,19,.07);
}

.kopfzeile__cta { flex-shrink: 0; }
.nav__cta-mobil { display: none; }
.kopfzeile__cta .btn { padding: 12px 20px; font-size: .93rem; }

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  background: none;
  border: 1px solid var(--linie);
  border-radius: 11px;
  cursor: pointer;
  color: var(--tinte);
}
.burger svg { width: 24px; height: 24px; }
.burger .ikon-schliessen { display: none; }
.burger[aria-expanded="true"] .ikon-schliessen { display: block; }
.burger[aria-expanded="true"] .ikon-menue { display: none; }

@media (max-width: 1150px) {
  .burger { display: inline-flex; }
  .kopfzeile__cta { display: none; }

  .nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--linie);
    box-shadow: var(--schatten-m);
    display: none;
  }
  .nav[data-offen="true"] { display: block; }

  .nav__liste {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 22px 22px;
    max-width: var(--breite);
    margin-inline: auto;
  }
  .nav__link {
    padding: 14px 12px;
    border-bottom: 1px solid var(--linie);
    border-radius: 0;
    font-size: 1.05rem;
  }
  .nav__liste li:last-child .nav__link { border-bottom: 0; }
  .nav__cta-mobil { display: block; padding: 16px 12px 0; }
  .nav__cta-mobil .btn { width: 100%; justify-content: center; }
}

/* --- Hero ---------------------------------------------------------------- */

.hero {
  position: relative;
  color: #fff;
  background: #241b28;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--verlauf);
  opacity: .96;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.10) 60%, rgba(0,0,0,.06) 100%),
    radial-gradient(120% 90% at 78% 8%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 55%),
    radial-gradient(90% 80% at 8% 100%, rgba(0,0,0,.38) 0%, rgba(0,0,0,0) 60%);
}

/* dezente Straßen-/Bewegungsgrafik */
.hero__linien {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    repeating-linear-gradient(104deg, rgba(255,255,255,.9) 0 2px, rgba(255,255,255,0) 2px 118px);
}

.hero__inhalt {
  position: relative;
  padding: clamp(64px, 11vw, 132px) 0 clamp(56px, 9vw, 108px);
  max-width: 720px;
}

.hero h1 { color: #fff; }
.hero .kicker { color: rgba(255,255,255,.92); }

.hero__text {
  font-size: clamp(1.08rem, 1.9vw, 1.3rem);
  color: rgba(255,255,255,.94);
  max-width: 56ch;
}

.hero__aktionen {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero__fakten {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 64px);
  padding: 22px 0 34px;
  border-top: 1px solid rgba(255,255,255,.26);
  margin-top: 8px;
}
.hero__fakt strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: #fff;
  line-height: 1;
}
.hero__fakt span {
  font-size: .9rem;
  color: rgba(255,255,255,.85);
}

/* Kleiner Hero für Unterseiten */
.hero--klein .hero__inhalt {
  padding: clamp(52px, 7vw, 88px) 0 clamp(44px, 6vw, 72px);
  max-width: 780px;
}
.hero--klein .hero__fakten { display: none; }

/* --- Brotkrümel ---------------------------------------------------------- */

.krumen {
  position: relative;
  font-size: .87rem;
  padding-top: 22px;
  color: rgba(255,255,255,.85);
}
.krumen ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45em; margin: 0; padding: 0; }
.krumen a { color: rgba(255,255,255,.95); }
.krumen li + li::before { content: "›"; margin-right: .45em; opacity: .7; }

/* --- Karten-Raster ------------------------------------------------------- */

.raster {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
}
.raster--2 { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }

.karte {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  padding: 30px 28px;
  box-shadow: var(--schatten-s);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.karte h3 { margin-bottom: .45em; }
.karte p:last-child { margin-bottom: 0; }

a.karte { text-decoration: none; color: var(--tinte-weich); display: block; }
a.karte:hover {
  transform: translateY(-4px);
  box-shadow: var(--schatten-m);
  border-color: transparent;
}

.karte__ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px; height: 54px;
  border-radius: 16px;
  background-image: var(--verlauf);
  color: #fff;
  margin-bottom: 20px;
}
.karte__ikon svg { width: 27px; height: 27px; }

.karte__mehr {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  margin-top: 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .93rem;
  color: var(--rot-dunkel);
}
a.karte:hover .karte__mehr { color: var(--violett-dunkel); }

/* --- Zwei-Spalten-Block -------------------------------------------------- */

.duo--oben { align-items: start !important; }

.duo {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .duo { grid-template-columns: 1fr 1fr; }
  .duo--schmal-links { grid-template-columns: 5fr 6fr; }
}

.bildplatz {
  position: relative;
  border-radius: var(--radius-gross);
  background: linear-gradient(150deg, #efeaf2 0%, #e2dbe8 100%);
  border: 1px dashed #c9bfd2;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px;
  color: var(--grau);
  font-size: .9rem;
}
.bildplatz span { max-width: 30ch; }

/* --- Liste mit Haken ----------------------------------------------------- */

.haken {
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
  display: grid;
  gap: 11px;
}
.haken li {
  position: relative;
  padding-left: 34px;
}
.haken li::before {
  content: "";
  position: absolute;
  left: 0; top: .3em;
  width: 21px; height: 21px;
  border-radius: 50%;
  background-image: var(--verlauf);
  background-repeat: no-repeat;
}
.haken li::after {
  content: "";
  position: absolute;
  left: 6.5px; top: .62em;
  width: 8px; height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* --- Zeitstrahl ---------------------------------------------------------- */

.strahl {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.strahl::before {
  content: "";
  position: absolute;
  left: 9px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--rot), var(--violett));
  border-radius: 2px;
}
.strahl li {
  position: relative;
  padding: 0 0 30px 44px;
}
.strahl li::before {
  content: "";
  position: absolute;
  left: 3px; top: 7px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--rot);
}
.strahl li:last-child { padding-bottom: 0; }
.strahl .jahr {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--tinte);
  margin-bottom: .15em;
}

/* --- Bus-Karten (Fuhrpark) ----------------------------------------------- */

.bus {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  overflow: hidden;
  box-shadow: var(--schatten-s);
  display: flex;
  flex-direction: column;
}
.bus__bild {
  aspect-ratio: 16 / 10;
  background: linear-gradient(150deg, #efeaf2 0%, #ded6e5 100%);
  border-bottom: 1px dashed #c9bfd2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grau);
  font-size: .85rem;
  text-align: center;
  padding: 18px;
}
.bus__inhalt { padding: 26px 26px 28px; flex: 1; }
.bus__kennung {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--violett-dunkel);
  background: rgba(168,99,165,.12);
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 13px;
}
.bus__daten {
  list-style: none;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--linie);
  display: grid;
  gap: 8px;
  font-size: .93rem;
}
.bus__daten li { display: flex; justify-content: space-between; gap: 14px; }
.bus__daten dt, .bus__daten .k { color: var(--grau); }
.bus__daten .w { font-weight: 600; color: var(--tinte); text-align: right; }

/* --- Angebots-/Reiseliste ------------------------------------------------ */

.reise {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 96px 1fr;
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--schatten-s);
}
.reise__datum {
  text-align: center;
  background: var(--sand);
  border-radius: 12px;
  padding: 12px 6px;
}
.reise__datum .tag {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--rot-dunkel);
  line-height: 1;
}
.reise__datum .monat {
  display: block;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--grau);
  margin-top: 4px;
}
.reise h3 { margin-bottom: .25em; font-size: 1.15rem; }
.reise p { font-size: .96rem; margin-bottom: 0; }

@media (max-width: 520px) {
  .reise { grid-template-columns: 1fr; }
  .reise__datum { justify-self: start; padding: 10px 18px; }
}

/* --- Zitat --------------------------------------------------------------- */

.zitat {
  margin: 0;
  padding: clamp(30px, 4vw, 46px);
  background: #fff;
  border: 1px solid var(--linie);
  border-left: 5px solid var(--rot);
  border-radius: var(--radius);
  box-shadow: var(--schatten-s);
}
.zitat p {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  line-height: 1.42;
  color: var(--tinte);
}
.zitat footer { font-size: .95rem; color: var(--grau); }

/* --- Kontaktblöcke ------------------------------------------------------- */

.kontaktliste { display: grid; gap: 18px; }
.kontaktzeile {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.kontaktzeile__ikon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 13px;
  background: var(--sand);
  display: flex; align-items: center; justify-content: center;
  color: var(--rot-dunkel);
}
.kontaktzeile__ikon svg { width: 21px; height: 21px; }
.kontaktzeile h3 { font-size: 1rem; margin-bottom: .1em; }
.kontaktzeile a { font-weight: 600; }

/* --- Karte (Zwei-Klick-Lösung) ------------------------------------------- */

.karten-huelle {
  position: relative;
  border-radius: var(--radius-gross);
  overflow: hidden;
  border: 1px solid var(--linie);
  background: var(--sand);
  min-height: 420px;
}
.karten-platzhalter {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 32px;
  background:
    linear-gradient(rgba(247,245,248,.86), rgba(247,245,248,.86)),
    repeating-linear-gradient(45deg, #e9e3ee 0 14px, #f2eef5 14px 28px);
}
.karten-platzhalter p { max-width: 46ch; font-size: .93rem; color: var(--grau); }
.karten-huelle iframe { display: block; width: 100%; height: 420px; border: 0; }

/* --- Formularbereich ----------------------------------------------------- */

.formular-huelle {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  padding: clamp(18px, 3vw, 30px);
  box-shadow: var(--schatten-s);
}
.formular-huelle iframe {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
}

.formular-sperre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  min-height: 340px;
  padding: 36px 26px;
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  background: var(--sand);
}
.formular-sperre p { max-width: 52ch; color: var(--grau); }

.hinweis {
  border-left: 4px solid var(--violett);
  background: rgba(168,99,165,.08);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  font-size: .93rem;
  color: var(--tinte-weich);
}

/* --- CTA-Band ------------------------------------------------------------ */

.band {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.14)),
    var(--verlauf);
  color: #fff;
  text-align: center;
  padding: clamp(52px, 7vw, 88px) 0;
}
.band h2 { color: #fff; }
.band p { color: rgba(255,255,255,.94); max-width: 56ch; margin-inline: auto; }
.band__aktionen {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px;
}

/* --- Fußzeile ------------------------------------------------------------ */

.fusszeile {
  background: #1a1620;
  color: #b9b1c2;
  padding: clamp(48px, 6vw, 76px) 0 0;
  font-size: .95rem;
}
.fusszeile__raster {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  padding-bottom: 44px;
}
.fusszeile h2 {
  color: #fff;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-weight: 700;
}
.fusszeile a {
  color: #d7d1de;
  text-decoration: none;
  display: inline-block;
  min-height: 24px;
  padding-block: 2px;
}
.fusszeile a:hover { color: #fff; text-decoration: underline; }
.fusszeile ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fusszeile__logo { width: 190px; margin-bottom: 18px; background: #fff; border-radius: 10px; padding: 12px 14px; }
.fusszeile__unten a { padding-block: 3px; }
.fusszeile__unten {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: space-between;
  font-size: .88rem;
  color: #8f8899;
}

/* --- Rechtstexte --------------------------------------------------------- */

.rechtstext { max-width: 78ch; }
.rechtstext h2 { margin-top: 2.2em; font-size: clamp(1.3rem, 2.4vw, 1.75rem); }
.rechtstext h2:first-of-type { margin-top: 0; }
.rechtstext h3 { margin-top: 1.7em; font-size: 1.1rem; }
.rechtstext ul { padding-left: 1.2em; }
.rechtstext li { margin-bottom: .45em; }

.platzhalter-feld {
  background: #fff4b8;
  border-bottom: 2px solid #e8c400;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
  color: #6b5600;
}

/* --- Druck --------------------------------------------------------------- */

@media print {
  .kopfzeile, .fusszeile, .band, .burger { display: none; }
  body { color: #000; }
}

/* ==========================================================================
   Reisen 2026 – Fahrtenprogramm
   ========================================================================== */

/* --- Kennzahlen unter dem Hero ------------------------------------------ */

.programm-zahlen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 14px;
  margin-top: -46px;
  position: relative;
  z-index: 5;
}
.programm-zahl {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  box-shadow: var(--schatten-m);
  padding: 20px 22px;
  text-align: center;
}
.programm-zahl strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--rot-dunkel);
}
.programm-zahl span {
  display: block;
  font-size: .88rem;
  color: var(--grau);
  margin-top: 4px;
}

/* --- Filterleiste -------------------------------------------------------- */

.filterleiste {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.filter-knopf {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .92rem;
  line-height: 1;
  padding: 12px 20px;
  border-radius: 999px;
  border: 2px solid var(--linie);
  background: #fff;
  color: var(--tinte);
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
}
.filter-knopf:hover { border-color: var(--violett); color: var(--violett-dunkel); }
.filter-knopf[aria-pressed="true"] {
  background-image: var(--verlauf);
  border-color: transparent;
  color: #fff;
}

/* --- Fahrtenliste -------------------------------------------------------- */

.fahrten { display: grid; gap: 30px; }
.fahrt[hidden] { display: none; }

.fahrt {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  box-shadow: var(--schatten-m);
  overflow: hidden;
  scroll-margin-top: 96px;
}
@media (min-width: 900px) {
  .fahrt { grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
  .fahrt--gedreht .fahrt__bild { order: 2; }
}

.fahrt__bild {
  position: relative;
  background: linear-gradient(150deg, #efeaf2 0%, #e2dbe8 100%);
  min-height: 260px;
}
.fahrt__bild img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
@media (min-width: 900px) {
  .fahrt__bild {
    position: sticky;
    top: 96px;
    align-self: start;
    height: 470px;
    min-height: 470px;
    margin: clamp(24px, 3.4vw, 40px);
    margin-right: 0;
    border-radius: var(--radius);
    overflow: hidden;
  }
  .fahrt--gedreht .fahrt__bild { margin-right: clamp(24px, 3.4vw, 40px); margin-left: 0; }
  .fahrt__bild img { min-height: 470px; height: 470px; }
}

.fahrt__marken {
  position: absolute;
  inset: 16px 16px auto 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.marke-schild {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .04em;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--tinte);
  box-shadow: var(--schatten-s);
}
.marke-schild--knapp { background: #b3040f; color: #fff; }
.marke-schild--tipp  { background: #7e4a7c; color: #fff; }
.marke-schild--art   { background: rgba(22,19,26,.78); color: #fff; }

.fahrt__inhalt {
  padding: clamp(24px, 3.4vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fahrt__termin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--rot-dunkel);
}
.fahrt__termin .rest:empty { display: none; }
.fahrt__termin .rest {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: .84rem;
  color: var(--grau);
  background: var(--sand);
  border-radius: 999px;
  padding: 4px 11px;
}

.fahrt h3 { margin: 0; font-size: clamp(1.3rem, 2.4vw, 1.75rem); }
.fahrt__text { margin: 0; font-size: .99rem; }

.fahrt__daten {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: .93rem;
}
.fahrt__daten li { display: flex; gap: 10px; align-items: baseline; }
.fahrt__daten b {
  flex: 0 0 auto;
  min-width: 8.5em;
  color: var(--grau);
  font-weight: 500;
}
.fahrt__daten span { color: var(--tinte); font-weight: 600; }

.fahrt__leistungen {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.fahrt__leistungen li {
  font-size: .84rem;
  background: var(--sand);
  border: 1px solid var(--linie);
  border-radius: 999px;
  padding: 5px 12px;
  color: var(--tinte-weich);
}

.fahrt__fuss {
  margin-top: auto;
  padding-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--linie);
}
.fahrt__preis strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.05;
  color: var(--tinte);
}
.fahrt__preis span { font-size: .84rem; color: var(--grau); }
.fahrt__aktionen { display: flex; flex-wrap: wrap; gap: 10px; }
.fahrt__aktionen .btn { padding: 13px 22px; font-size: .95rem; }

/* --- Gründe zu buchen ---------------------------------------------------- */

.gruende {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 18px;
}
.grund {
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--schatten-s);
}
.grund h3 { font-size: 1.05rem; margin-bottom: .35em; }
.grund p { font-size: .93rem; margin: 0; color: var(--tinte-weich); }
.grund__ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 13px;
  background-image: var(--verlauf);
  color: #fff;
  margin-bottom: 14px;
}
.grund__ikon svg { width: 24px; height: 24px; }

/* --- Ablauf in drei Schritten ------------------------------------------- */

.schritte {
  counter-reset: schritt;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.schritte li {
  counter-increment: schritt;
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 26px 24px 24px;
  position: relative;
}
.schritte li::before {
  content: counter(schritt);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background-image: var(--verlauf);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 14px;
}
.schritte h3 { font-size: 1.02rem; margin-bottom: .3em; }
.schritte p { font-size: .93rem; margin: 0; }

/* --- Hinweis, wenn ein Filter nichts findet ----------------------------- */

.keine-treffer {
  text-align: center;
  padding: 40px 20px;
  color: var(--grau);
}

/* --- Mobile Buchungsleiste ---------------------------------------------- */

.buchungsleiste {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(12px);
  border-top: 1px solid var(--linie);
}
.buchungsleiste .btn { flex: 1; justify-content: center; padding: 14px 16px; font-size: .95rem; }
@media (max-width: 760px) {
  .buchungsleiste { display: flex; }
  body.hat-buchungsleiste { padding-bottom: 82px; }
}

@media print {
  .filterleiste, .buchungsleiste { display: none !important; }
}

/* --- Reise-Kacheln auf der Startseite ------------------------------------ */

.reise-kacheln {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 22px;
}
.reise-kachel {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  overflow: hidden;
  box-shadow: var(--schatten-m);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.reise-kachel:hover { transform: translateY(-4px); box-shadow: var(--schatten-l); color: inherit; }
.reise-kachel__bild { position: relative; }
.reise-kachel__bild img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.reise-kachel__schild {
  position: absolute;
  left: 14px; top: 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .74rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #b3040f;
  color: #fff;
}
.reise-kachel__text { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.reise-kachel__datum {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .86rem;
  color: var(--rot-dunkel);
  margin: 0;
}
.reise-kachel h3 { margin: 0; font-size: 1.15rem; }
.reise-kachel p { margin: 0; font-size: .93rem; }
.reise-kachel__preis {
  margin-top: auto !important;
  padding-top: 12px;
  border-top: 1px solid var(--linie);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--tinte);
}

/* --- Kachel-Innenleben (Startseite) -------------------------------------- */

.reise-kachel__titel {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--tinte);
  line-height: 1.2;
}
.reise-kachel__info { font-size: .93rem; color: var(--tinte-weich); }

/* --- Aufklappbare Beschreibungen ----------------------------------------- */

.fahrt__mehr {
  border-top: 1px solid var(--linie);
  border-bottom: 1px solid var(--linie);
  margin: 4px 0;
}
.fahrt__mehr + .fahrt__mehr { border-top: 0; margin-top: -4px; }

.fahrt__mehr > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 2px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .97rem;
  color: var(--tinte);
}
.fahrt__mehr > summary::-webkit-details-marker { display: none; }
.fahrt__mehr > summary::after {
  content: "";
  flex: 0 0 auto;
  width: 11px; height: 11px;
  border-right: 2.5px solid var(--rot-dunkel);
  border-bottom: 2.5px solid var(--rot-dunkel);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
}
.fahrt__mehr[open] > summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.fahrt__mehr > summary:hover { color: var(--rot-dunkel); }

.fahrt__mehr-inhalt { padding: 2px 2px 20px; font-size: .95rem; }
.fahrt__mehr-inhalt > :last-child { margin-bottom: 0; }

.tagesliste { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.tagesliste > li { display: grid; gap: 4px; }
.tagesliste b {
  font-family: var(--font-display);
  font-size: .95rem;
  color: var(--rot-dunkel);
}
.tagesliste p { margin: 0; font-size: .93rem; }

.leistungsliste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.leistungsliste li {
  position: relative;
  padding-left: 26px;
  font-size: .93rem;
}
.leistungsliste li::before {
  content: "";
  position: absolute;
  left: 0; top: .42em;
  width: 13px; height: 8px;
  border-left: 2.5px solid var(--violett-dunkel);
  border-bottom: 2.5px solid var(--violett-dunkel);
  transform: rotate(-45deg);
}
.leistungsliste .aufpreis { color: var(--grau); }

/* Trefferfläche der Brotkrumen-Verweise auf 24 px anheben (WCAG 2.5.8) */
.krumen a { display: inline-block; padding-block: 4px; }


/* --- Eigene Fotos (ergaenzt 27.08.) -------------------------------------- */

.bildplatz--foto {
  padding: 0;
  border: 0;
  background: none;
  overflow: hidden;
  min-height: 0;
}
.bildplatz--foto img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: var(--radius-gross);
  display: block;
}
.bus__bild--foto { padding: 0; overflow: hidden; border-bottom: 0; }
.bus__bild--foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.breitbild {
  border-radius: var(--radius-gross);
  overflow: hidden;
  margin: 0 0 clamp(28px, 4vw, 44px);
}
.breitbild img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* --- Einspaltiger Textblock (ersetzt aufgeloeste .duo-Bloecke) ------------ */

.textspalte { max-width: 68ch; }
