/* =============================================================
   Deutscher Krankentransfer – Stylesheet
   Aufbau: 1 Grundlagen · 2 Kopfzeile · 3 Startseite · 4 Unterseiten
           5 Formular · 6 Fußzeile · 7 Mobile Ansicht
   ============================================================= */

/* ---------- 1 Grundlagen ---------- */
:root {
  --navy: #10283c;
  --navy-2: #17374d;
  --cyan: #49bfd1;
  --cyan-dark: #17788a;
  --mist: #eff8fa;
  --ink: #183042;
  --muted: #566b78;
  --line: #e0e9ed;
  --sand: #f7fafb;
  --muted-soft: #637079;   /* Kleintexte, Hinweise */
  --placeholder: #66727a;
  --radius: 10px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, picture, svg { max-width: 100%; }
h1, h2, h3, h4 { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--cyan-dark);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- Symbole ---------- */
.icon { width: 22px; height: 22px; display: block; flex: 0 0 auto; }
.service-icon .icon { width: 26px; height: 26px; }
.option-icon .icon, .contact-cards a > span .icon { width: 21px; height: 21px; }
.check-list li > span .icon, .haken .icon { width: 17px; height: 17px; }
.order-benefits li span .icon { width: 15px; height: 15px; }
.choice-field label > span b .icon { width: 20px; height: 20px; }
.transport-grid label > span b .icon { width: 24px; height: 24px; }
.address-control .pin .icon { width: 19px; height: 19px; }
.mobile-actions .icon { width: 19px; height: 19px; display: inline-block; vertical-align: -3px; margin-right: 6px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  padding: 12px 18px; background: var(--navy); color: #fff; font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 100px 0; }

.section-heading { max-width: 520px; }
.section-heading.centered { max-width: 690px; text-align: center; margin: 0 auto 50px; }
.kicker {
  display: inline-block; margin-bottom: 15px;
  color: var(--cyan-dark); font-size: 12px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.kicker.light { color: #82d5df; }
.section-heading h2, .area-layout h2, .contact-copy h2, .cta-inner h2 {
  color: var(--navy); font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1; letter-spacing: -.035em; margin: 0 0 18px;
}
.section-heading > p, .contact-copy > p {
  color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0;
}
/* Der Fahrgebiet-Bereich steht auf dunklem Grund und braucht helle Schrift.
   Gleiche Spezifität wie oben, damit die Regel nicht überstimmt wird. */
.area-layout > div > p {
  color: #b5c4cd; font-size: 16px; line-height: 1.7; margin: 0;
}
.text-link { display: inline-block; margin-top: 24px; color: var(--cyan-dark); font-size: 14px; font-weight: 800; }
.text-link.light { color: #82d5df; }
.text-link:hover { text-decoration: underline; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 14px; padding: 0 24px; border-radius: 6px; font-weight: 700; font-size: 15px;
  transition: background .18s ease, transform .18s ease;
}
.button.primary { background: var(--cyan); color: var(--navy); }
.button.primary:hover { background: #73d1dd; }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.4); }
.button.secondary:hover { background: rgba(255,255,255,.12); }
.button.ghost { color: var(--navy); border: 1px solid #cddfe5; background: #fff; }
.button.ghost:hover { border-color: var(--cyan); }

/* ---------- 2 Kopfzeile ---------- */
.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner > span::before {
  content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px;
  border-radius: 50%; background: #60d394; box-shadow: 0 0 0 4px rgba(96,211,148,.14);
}
.topbar-inner > div { display: flex; align-items: center; gap: 16px; }
.topbar-inner i { display: block; width: 1px; height: 12px; background: rgba(255,255,255,.22); }
.topbar a:hover { color: #fff; text-decoration: underline; }

.site-header {
  height: 88px; display: flex; align-items: center; position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.97); backdrop-filter: saturate(1.6) blur(6px);
  box-shadow: 0 6px 30px rgba(16,40,60,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--navy); font-size: 17px; line-height: 1.05; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.brand span { max-width: 125px; }
.brand strong { display: block; font-size: 19px; }

.site-header nav { display: flex; align-items: center; gap: 30px; color: #345063; font-size: 15px; font-weight: 600; }
.site-header nav a { padding: 34px 0 30px; border-bottom: 3px solid transparent; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--cyan-dark); border-color: var(--cyan); }

.phone-link { display: flex; flex-direction: column; padding-left: 38px; position: relative; }
.phone-link::before {
  content: "☎"; position: absolute; left: 0; top: 5px; width: 28px; height: 28px;
  display: grid; place-items: center; border-radius: 50%; color: var(--cyan-dark); background: var(--mist);
}
.phone-link span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.phone-link strong { color: var(--navy); font-size: 18px; margin-top: 2px; }

.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line);
  border-radius: 8px; background: #fff; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px;
  background: var(--navy); transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- 3 Startseite ---------- */
.hero { min-height: 640px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  background: linear-gradient(90deg, rgba(10,33,48,.93) 0%, rgba(12,37,53,.82) 46%, rgba(12,37,53,.24) 74%, rgba(12,37,53,.1) 100%);
}
.hero-layout {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: minmax(0,1fr) 365px; gap: 70px; align-items: center; padding: 74px 0;
}
.hero-copy { color: #fff; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0;
  color: #a9e6ee; font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.hero h1 { font-size: clamp(42px, 6vw, 74px); line-height: 1; letter-spacing: -.045em; margin: 24px 0 22px; max-width: 730px; }
.hero h1 em { color: #8edce6; font-style: normal; font-weight: 400; }
.hero-text { max-width: 580px; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.85); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; font-size: 13px; color: rgba(255,255,255,.8); }

.quick-card { background: rgba(255,255,255,.97); padding: 26px; border-radius: 12px; box-shadow: 0 24px 70px rgba(3,25,38,.28); }
.quick-card-head {
  display: flex; align-items: center; gap: 9px; margin: 0;
  color: #2f7358; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #54c98e; box-shadow: 0 0 0 5px #e7f7ef; flex: 0 0 auto; }
.quick-card h2 { color: var(--navy); margin: 18px 0 8px; font-size: 26px; letter-spacing: -.03em; }
.quick-card > p { color: var(--muted); margin: 0 0 20px; font-size: 15px; line-height: 1.55; }
.quick-option {
  display: grid; grid-template-columns: 42px 1fr 12px; gap: 12px; align-items: center;
  padding: 14px; margin-top: 10px; border: 1px solid #dce8ed; border-radius: 8px; transition: .2s ease;
}
.quick-option:hover { transform: translateY(-1px); border-color: var(--cyan); }
.quick-option.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.option-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--mist); border-radius: 50%; }
.featured .option-icon { background: var(--cyan); }
.quick-option small, .quick-option strong { display: block; }
.quick-option small { color: var(--muted); font-size: 12px; margin-bottom: 3px; }
.featured small { color: #adbec9; }
.quick-option strong { font-size: 15px; color: var(--navy); }
.featured strong { color: #fff; font-size: 18px; }
.quick-option b { font-size: 22px; color: var(--cyan-dark); }
.quick-note { color: var(--muted-soft); font-size: 12px; line-height: 1.45; padding: 16px 3px 0; text-align: center; margin: 0; }
.quick-note strong { color: #a83f3f; }

.confidence-strip { background: #fff; border-bottom: 1px solid #e6eef2; }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.confidence-grid > div { display: flex; flex-direction: column; padding: 25px 32px; border-right: 1px solid #e6eef2; }
.confidence-grid > div:first-child { padding-left: 0; }
.confidence-grid > div:last-child { border-right: 0; }
.confidence-grid strong { color: var(--navy); font-size: 19px; }
.confidence-grid span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.services { background: var(--sand); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative;
  background: #fff; padding: 30px; border: 1px solid #e4ecef;
  border-radius: var(--radius); transition: .25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(16,40,60,.09); border-color: #b9dfe5; }

/* Die ganze Kachel ist anklickbar: Der vorhandene Verweis bekommt eine
   unsichtbare Fläche über die komplette Kachel. Vorteil gegenüber einem
   umschließenden Link – es bleibt bei genau einem Verweis mit sprechender
   Beschriftung, statt dass der gesamte Kacheltext zum Linktext wird. */
.service-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.service-card:hover { cursor: pointer; }

/* Bei Tastaturbedienung die ganze Kachel hervorheben, nicht nur den Textlink. */
.service-card:focus-within { outline: 3px solid var(--cyan-dark); outline-offset: 3px; }
.service-card a:focus-visible { outline: none; }
.service-icon {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
  background: var(--mist); color: var(--cyan-dark);
}
.service-card h3 { font-size: 19px; color: var(--navy); margin: 22px 0 10px; }
.service-card p { min-height: 70px; color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 20px; }
.service-card a { color: var(--cyan-dark); font-size: 14px; font-weight: 800; }
.service-card a:hover { text-decoration: underline; }
.service-card a span { margin-left: 8px; }
.cost-note { max-width: 900px; margin: 30px auto 0; text-align: center; color: #566b78; font-size: 14px; line-height: 1.65; }
.cost-note strong { color: var(--navy); }
.cost-note a { color: var(--cyan-dark); font-weight: 700; text-decoration: underline; }

.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.process-note {
  display: flex; flex-direction: column; gap: 5px; margin-top: 24px; padding: 16px 18px;
  border-left: 3px solid var(--cyan); background: #f1f8f9; border-radius: 0 8px 8px 0;
}
.process-note strong { color: var(--navy); font-size: 13px; }
.process-note span { color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: schritt; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid #e1eaee; }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.steps > li > span {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%;
  background: var(--navy); color: #92dfe8; font-size: 13px; font-weight: 800;
}
.steps h3 { font-size: 19px; color: var(--navy); margin: 2px 0 7px; }
.steps p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }

.about { background: #eef7f8; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { display: block; width: 100%; height: 560px; object-fit: cover; border-radius: 12px; }
.image-badge {
  position: absolute; right: -28px; bottom: 35px; width: 150px; height: 150px;
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  border-radius: 50%; background: var(--navy); color: #fff; border: 8px solid #eef7f8;
}
.image-badge strong { font-size: 34px; color: #8ddce6; }
.image-badge span { font-size: 11px; margin-top: 5px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { display: grid; grid-template-columns: 32px 1fr; gap: 13px; margin-top: 20px; }
.check-list li > span {
  width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%;
  background: #d9f1f3; color: var(--cyan-dark); font-weight: 800;
}
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--navy); font-size: 16px; }
.check-list small { color: var(--muted); font-size: 14px; margin-top: 4px; line-height: 1.55; }
.check-list.compact li { margin-top: 14px; }

.area-section { padding: 78px 0; background: var(--navy); color: #fff; }
.area-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.area-layout h2 { color: #fff; margin-bottom: 14px; }
.area-layout p { color: #b5c4cd; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags a, .area-tags span {
  padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px;
  color: #dbe6eb; font-size: 13px; background: rgba(255,255,255,.05);
}
.area-tags a:hover { background: var(--cyan); border-color: var(--cyan); color: var(--navy); }
.area-tags.light-tags a { border-color: #d5e3e8; color: var(--navy); background: #fff; }
.area-tags.light-tags a:hover { background: var(--mist); border-color: var(--cyan); }

.contact-layout { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr); gap: 60px; align-items: start; }
.contact-copy { padding-top: 20px; }
.order-benefits { list-style: none; padding: 0; margin: 26px 0; }
.order-benefits li { display: flex; align-items: center; gap: 10px; color: #46606f; font-size: 15px; margin: 13px 0; }
.order-benefits li span {
  width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center;
  border-radius: 50%; color: var(--cyan-dark); background: #ddf2f4; font-weight: 800;
}
.contact-cards { display: grid; gap: 10px; margin: 28px 0; }
.contact-cards a { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 14px; border: 1px solid #dfebef; border-radius: 8px; }
.contact-cards a:hover { border-color: var(--cyan); }
.contact-cards a > span {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--mist); color: var(--cyan-dark); border-radius: 50%;
}
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.contact-cards strong { font-size: 16px; color: var(--navy); margin-top: 3px; }
.address { font-size: 14px; line-height: 1.6; color: var(--muted); }
.address strong { color: var(--navy); }

.faq { background: var(--sand); padding: 85px 0; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid #dce7eb; padding: 20px 0; }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary {
  list-style: none; cursor: pointer; color: var(--navy); font-size: 16px; font-weight: 800;
  padding-right: 34px; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: -4px; color: var(--cyan-dark); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 14px 35px 0 0; }

.cta-band { background: var(--navy); color: #fff; padding: 58px 0; }
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { color: #fff; margin: 0 0 8px; font-size: clamp(26px, 3vw, 36px); }
.cta-inner p { color: #b5c4cd; margin: 0; font-size: 15px; max-width: 520px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-band .button.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.cta-band .button.ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- 4 Unterseiten ---------- */
.page-hero { background: linear-gradient(180deg, #eef7f8 0%, #fff 100%); padding: 46px 0 62px; }
.page-hero.compact { padding: 40px 0 48px; }
.page-hero h1 { color: var(--navy); font-size: clamp(32px, 4.6vw, 52px); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 18px; max-width: 850px; }
.page-hero > .shell > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; max-width: 720px; }
.page-hero .hero-actions { margin-top: 28px; }
.page-hero a { color: var(--cyan-dark); font-weight: 700; }
.page-hero .button { font-weight: 700; }
.page-hero .button.primary { color: var(--navy); }

.page-hero + .section { padding-top: 54px; }

.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--cyan-dark); text-decoration: underline; }
.breadcrumb span[aria-hidden] { margin: 0 6px; color: var(--muted-soft); }

.prose { max-width: 720px; }
.prose h2 { color: var(--navy); font-size: clamp(24px, 2.6vw, 30px); letter-spacing: -.02em; margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #46606f; font-size: 16px; line-height: 1.75; margin: 0 0 16px; }
.prose strong { color: var(--navy); }
.prose-layout { display: grid; grid-template-columns: .5fr 1fr; gap: 70px; align-items: start; }
.prose-note { font-size: 13px; color: var(--muted-soft); border-top: 1px solid var(--line); padding-top: 14px; }
.ziel-liste { list-style: none; padding: 0; margin: 0 0 20px; }
.ziel-liste li { position: relative; padding-left: 26px; margin: 10px 0; color: #46606f; font-size: 15px; line-height: 1.6; }
.ziel-liste li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-dark); font-weight: 800; }
.ziel-liste strong { color: var(--navy); }

.transport-section { background: var(--sand); }
.transport-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.transport-cards article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.transport-cards h3 { color: var(--navy); font-size: 18px; margin: 18px 0 8px; }
.transport-cards p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

.checklist-section { background: var(--sand); }
.check-cards { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.check-cards li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.check-cards strong { display: block; color: var(--navy); font-size: 16px; margin-bottom: 6px; }
.check-cards span { color: var(--muted); font-size: 14px; line-height: 1.6; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); }
.value-grid h3 { color: var(--navy); font-size: 20px; margin: 0 0 10px; }
.value-grid p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0; }

.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.city-card {
  display: flex; flex-direction: column; gap: 6px; padding: 22px;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .2s ease;
}
.city-card { min-height: 132px; }
.city-card:hover { transform: translateY(-3px); border-color: var(--cyan); box-shadow: 0 16px 40px rgba(16,40,60,.08); }
.city-region { color: var(--cyan-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.city-card strong { color: var(--navy); font-size: 18px; }
.city-more { color: var(--muted); font-size: 13px; margin-top: auto; padding-top: 8px; }

.city-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: start; }
.city-aside { display: grid; gap: 16px; position: sticky; top: 110px; }
.aside-card { background: var(--navy); color: #fff; border-radius: 12px; padding: 24px; }
.aside-card h2 { color: #fff; font-size: 20px; margin: 14px 0 16px; letter-spacing: -.02em; }
.aside-card .quick-card-head { color: #8fe0c0; }
.aside-card .quick-option { border-color: rgba(255,255,255,.18); }
.aside-card .quick-option:not(.featured) { background: rgba(255,255,255,.06); }
.aside-card .quick-option:not(.featured) strong { color: #fff; }
.aside-card .quick-option:not(.featured) small { color: #adbec9; }
.aside-card .quick-option:not(.featured) b { color: var(--cyan); }
.aside-card .quick-option.featured { background: var(--cyan); border-color: var(--cyan); }
.aside-card .quick-option.featured strong, .aside-card .quick-option.featured b { color: var(--navy); }
.aside-card .quick-option.featured small { color: #0d4650; }
.aside-card .quick-option.featured .option-icon { background: rgba(255,255,255,.75); }
.aside-card .quick-note { color: #9fb0ba; }
.aside-card .quick-note strong { color: #ff9b9b; }
.aside-card.plain { background: var(--sand); color: var(--ink); border: 1px solid var(--line); }
.aside-card.plain h2 { color: var(--navy); margin-top: 0; font-size: 17px; }
.aside-list { list-style: none; padding: 0; margin: 0; }
.aside-list li { padding: 9px 0 9px 24px; border-bottom: 1px solid var(--line); color: #46606f; font-size: 14px; position: relative; }
.aside-list li::before { content: "→"; position: absolute; left: 0; color: var(--cyan-dark); }
.aside-list li:last-child { border-bottom: 0; }

.nachbarorte { padding: 60px 0; background: var(--sand); }
.nachbarorte h2 { color: var(--navy); font-size: 20px; margin: 0 0 18px; }

.kontakt-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; }
.hours-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--sand); }
.hours-box h2 { color: var(--navy); font-size: 19px; margin: 0 0 14px; }
.hours-box p { color: #46606f; font-size: 14px; line-height: 1.65; margin: 0 0 10px; }
.hours-box strong { color: var(--navy); }
.emergency { color: #a83f3f !important; font-size: 13px !important; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 14px !important; }

.bestellen-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: start; }
.bestellen-aside { display: grid; gap: 20px; }
.bestellen-aside h2 { color: var(--navy); font-size: 19px; margin: 0; }
.aside-note { border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); padding: 22px; }
.aside-note strong { display: block; color: var(--navy); margin-bottom: 6px; }
.aside-note p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 16px; }
.aside-note .button { width: 100%; }

.danke-inner { max-width: 640px; margin: 0 auto; text-align: center; padding: 40px 0; }
.danke-mark {
  width: 78px; height: 78px; margin: 0 auto 24px; display: grid; place-items: center;
  border-radius: 50%; background: #e5f6ec; color: #2f7f5c; font-size: 36px; font-weight: 800;
}
.danke-mark.fehler { background: var(--mist); color: var(--cyan-dark); }
.danke-inner .hero-actions { justify-content: center; }
.danke-hint { color: var(--muted); font-size: 14px; line-height: 1.7; margin-top: 26px; }
.danke-hint a { color: var(--cyan-dark); font-weight: 700; }

.legal-shell { max-width: 820px; }
.legal h2 { color: var(--navy); font-size: 21px; margin: 36px 0 12px; letter-spacing: -.01em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: #46606f; font-size: 15px; line-height: 1.75; }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 16px; padding-left: 20px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--cyan-dark); text-decoration: underline; }
.legal mark { background: #fff3cd; color: #7a5a00; padding: 2px 6px; border-radius: 4px; font-weight: 700; }
.legal-date { font-size: 13px; color: var(--muted-soft); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 30px; }

/* ---------- 5 Formular ---------- */
.booking-form {
  background: #fff; border: 1px solid #dce8ed; border-radius: 12px;
  padding: 0; overflow: hidden; box-shadow: 0 22px 70px rgba(16,40,60,.1);
}
.wizard-intro { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 28px 32px 22px; }
.wizard-intro h2 { margin: 5px 0 0; color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.wizard-kicker { color: var(--cyan-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.time-chip {
  flex: 0 0 auto; padding: 8px 12px; border-radius: 20px; background: #e8f6ef; color: #2f7358;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
}

.stepper { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 32px 22px; margin: 0; position: relative; list-style: none; }
.stepper::before { content: ""; position: absolute; left: 68px; right: 68px; top: 17px; height: 1px; background: #d8e4e9; }
.stepper li { display: flex; justify-content: center; }
.stepper button {
  position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 7px;
  padding: 0; border: 0; background: transparent; color: var(--muted-soft); font: inherit; cursor: default;
}
.stepper button > span {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid #d5e2e7; background: #fff; color: var(--muted-soft); font-size: 12px; font-weight: 800;
}
.stepper button small { font-size: 12px; font-weight: 700; }
.stepper button.current > span { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 0 0 0 5px #e8f3f5; }
.stepper button.current small { color: var(--navy); }
.stepper button.done { cursor: pointer; }
.stepper button.done > span { border-color: var(--cyan); background: var(--cyan); color: var(--navy); }
.stepper button.done small { color: var(--cyan-dark); }

.wizard-panel { padding: 30px 32px 12px; border-top: 1px solid #e2eaee; background: #f8fafb; }
.wizard-panel[hidden] { display: none; }
.panel-heading { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: start; margin-bottom: 24px; }
.panel-heading > span {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px;
  background: var(--navy); color: #8fdae3; font-size: 12px; font-weight: 800;
}
.panel-heading h3 { color: var(--navy); font-size: 20px; margin: 0 0 5px; }
.panel-heading p { color: var(--muted-soft); font-size: 14px; line-height: 1.55; margin: 0; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid > .full, .form-grid label.full { grid-column: 1 / -1; }
.form-grid label, .address-field, .notes-field { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span, .address-field > span, .notes-field > span, .choice-field legend {
  font-size: 13px; color: #34505f; font-weight: 800;
}
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; min-height: 48px; border: 1px solid #d2e0e5; border-radius: 8px; background: #fff;
  padding: 13px 14px; color: var(--navy); font: inherit; font-size: 15px; outline: none;
}
.booking-form textarea { min-height: 96px; resize: vertical; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: var(--placeholder); }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
  border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(73,191,209,.18);
}
.booking-form input[aria-invalid="true"], .booking-form select[aria-invalid="true"] {
  border-color: #c8553d; box-shadow: 0 0 0 3px rgba(200,85,61,.14);
}
.booking-form input[type="time"] { color-scheme: light; }
.feld-fehler { color: #b34733; font-size: 12px; font-weight: 700; margin: 0; }
.address-control { position: relative; display: block; }
.address-control .pin { position: absolute; z-index: 3; left: 13px; top: 50%; transform: translateY(-50%); color: var(--cyan-dark); pointer-events: none; }
.address-control input { padding-left: 42px; }
.field-hint { color: var(--muted-soft); font-size: 12px; }
.form-spacer { display: block; }

.choice-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.choice-field legend { margin-bottom: 9px; padding: 0; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-field label { cursor: pointer; }
.choice-field input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice-field label > span {
  min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 13px;
  border: 1px solid #d3e0e5; border-radius: 8px; background: #fff; color: var(--navy); transition: .16s ease;
}
.choice-field label > span b {
  width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center;
  border-radius: 50%; background: #edf7f8; color: var(--cyan-dark); font-size: 15px; font-weight: 800;
}
.choice-field label > span strong, .choice-field label > span small { display: block; }
.choice-field label > span strong { font-size: 15px; }
.choice-field label > span small { color: var(--muted-soft); font-size: 12px; margin-top: 3px; }
.choice-field input:checked + span { border-color: var(--cyan-dark); background: #eff9fa; box-shadow: 0 0 0 2px rgba(73,191,209,.18); }
.choice-field input:focus-visible + span { outline: 3px solid rgba(28,138,155,.5); outline-offset: 2px; }
.transport-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.transport-grid label > span { min-height: 92px; flex-direction: column; justify-content: center; text-align: center; gap: 8px; }
.companion-field { margin-top: 22px; }
.companion-field label > span { min-height: 52px; justify-content: center; }
.notes-field { margin-top: 22px; }
.notes-field small { color: var(--muted-soft); font-size: 12px; }

.review-route {
  display: grid; grid-template-columns: 1fr 30px 1fr; gap: 8px; align-items: center;
  padding: 16px 18px; border-radius: 9px; background: var(--navy); color: #fff; font-size: 14px; line-height: 1.45;
}
.review-route b { color: #74d2dd; text-align: center; font-size: 18px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 0; }
.review-grid > div { padding: 12px 6px; border-bottom: 1px solid #dfe8eb; }
.review-grid dt { color: var(--muted-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.review-grid dd { margin: 5px 0 0; color: var(--navy); font-size: 14px; font-weight: 700; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; margin: 18px 0; }
.consent input { width: auto; min-height: 0; margin-top: 2px; accent-color: var(--cyan-dark); flex: 0 0 auto; }
.review-panel .consent { padding: 14px; border: 1px solid #d6e2e6; border-radius: 8px; background: #fff; }
.review-panel .consent a { color: var(--cyan-dark); text-decoration: underline; }

.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.wizard-actions { display: flex; align-items: center; gap: 12px; padding: 18px 32px 0; background: #f8fafb; }
.wizard-actions .spacer { flex: 1; }
.booking-form .wizard-actions button {
  width: auto; min-width: 128px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 6px;
  font: inherit; font-size: 14px; font-weight: 800; cursor: pointer;
}
.booking-form .back-button { background: transparent; color: var(--muted-soft); border: 1px solid #d3e0e5; }
.booking-form .back-button:hover { background: #fff; }
.booking-form .next-button, .booking-form .submit-button { background: var(--navy); color: #fff; }
.booking-form .next-button:hover, .booking-form .submit-button:hover { background: var(--navy-2); }
.booking-form .submit-button { min-width: 230px; }
.booking-form button[disabled] { opacity: .6; cursor: progress; }
.booking-form .wizard-actions button span { margin-left: 10px; color: #88d9e3; }
.booking-form .back-button span { color: inherit; }
.form-privacy { font-size: 13px; text-align: center; color: var(--muted-soft); line-height: 1.6; margin: 0; padding: 14px 32px 24px; background: #f8fafb; }
.form-privacy a { color: var(--cyan-dark); font-weight: 700; }
.form-message { margin: 0 32px 24px; padding: 14px; border-radius: 8px; font-size: 14px; line-height: 1.55; }
.form-message.erfolg { background: #e5f6ec; color: #256b4d; }
.form-message.fehler { background: #fdecea; color: #a13a28; }

/* ---------- 6 Fußzeile ---------- */
footer { background: #0b1e2d; color: #fff; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 60px; }
.brand.inverted { color: #fff; }
.footer-brand .brand img { width: 64px; height: 64px; object-fit: contain; background: #fff; padding: 3px; border-radius: 50%; }
.footer-brand p { max-width: 280px; color: #8296a3; font-size: 14px; line-height: 1.7; margin: 20px 0 0; }
.footer-address { font-size: 13px !important; }
.footer-grid h2 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: #83d4de; margin: 7px 0 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { color: #a8b8c1; font-size: 15px; margin-bottom: 13px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; margin-top: 50px; color: #7e919d; font-size: 13px;
}
.mobile-actions { display: none; }

/* ---------- 7 Mobile Ansicht ---------- */
@media (max-width: 1040px) {
  .site-header nav { gap: 20px; font-size: 14px; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .transport-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .topbar-inner > div { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-toggle { display: block; }
  .site-header nav {
    position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 8px 24px 18px; background: #fff;
    box-shadow: 0 18px 40px rgba(16,40,60,.14); border-top: 1px solid var(--line);
  }
  .site-header nav.offen { display: flex; }
  .site-header nav a { padding: 15px 0; border-bottom: 1px solid var(--line); border-left: 3px solid transparent; }
  .site-header nav a:hover, .site-header nav a[aria-current="page"] { border-bottom-color: var(--line); padding-left: 12px; }
  .hero-layout { grid-template-columns: 1fr; gap: 36px; }
  .quick-card { max-width: 540px; }
  .hero-shade { background: rgba(10,33,48,.85); }
  .confidence-grid { grid-template-columns: repeat(2, 1fr); }
  .confidence-grid > div:nth-child(2) { border-right: 0; }
  .confidence-grid > div:nth-child(3) { padding-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .about-layout, .area-layout, .contact-layout, .faq-layout,
  .prose-layout, .city-layout, .kontakt-layout, .bestellen-layout { grid-template-columns: 1fr; gap: 44px; }
  .city-aside { position: static; }
  .about-image-wrap { max-width: 620px; }
  .about-image-wrap img { height: 460px; }
  .check-cards { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: 2; }
  .section { padding: 76px 0; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 74px; }
  .site-header nav { padding: 8px 16px 18px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: 14px; }
  .brand strong { font-size: 16px; }
  .phone-link { padding-left: 0; }
  .phone-link::before { display: none; }
  .phone-link span { display: none; }
  .phone-link strong { font-size: 15px; white-space: nowrap; }
  .nav-wrap { gap: 10px; }
  .nav-toggle { width: 42px; height: 42px; flex: 0 0 auto; }
  .hero { min-height: 0; }
  .hero-layout { padding: 52px 0 42px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-line { flex-direction: column; gap: 9px; }
  .quick-card { padding: 21px; }
  .confidence-grid > div { padding: 19px 12px; }
  .confidence-grid > div:first-child, .confidence-grid > div:nth-child(3) { padding-left: 0; }
  .confidence-grid strong { font-size: 17px; }
  .confidence-grid span { font-size: 11px; }
  .section { padding: 62px 0; }
  .section-heading.centered { text-align: left; margin-bottom: 32px; }
  .service-grid, .transport-cards, .check-cards, .city-grid { grid-template-columns: 1fr; }
  .service-card p { min-height: 0; }
  .steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .steps > li > span { width: 44px; height: 44px; }
  .about-image-wrap img { height: 340px; }
  .image-badge { width: 116px; height: 116px; right: -4px; bottom: -28px; }
  .image-badge strong { font-size: 26px; }
  .area-section { padding: 58px 0; }
  .faq-layout { gap: 24px; }
  .faq-list p { margin-right: 0; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .page-hero { padding: 32px 0 44px; }
  .wizard-intro { padding: 22px 18px 16px; }
  .wizard-intro h2 { font-size: 19px; }
  .time-chip { display: none; }
  .stepper { padding: 0 12px 18px; }
  .stepper::before { left: 38px; right: 38px; }
  .stepper button small { font-size: 9px; }
  .wizard-panel { padding: 24px 18px 10px; }
  .panel-heading { grid-template-columns: 38px 1fr; gap: 11px; }
  .panel-heading > span { width: 34px; height: 34px; }
  .panel-heading h3 { font-size: 18px; }
  .form-grid, .choice-row, .review-grid { grid-template-columns: 1fr; }
  .transport-grid { grid-template-columns: 1fr 1fr; }
  .wizard-actions { padding: 16px 18px 0; }
  .booking-form .wizard-actions button { min-width: 0; flex: 1; padding: 0 12px; font-size: 13px; }
  .booking-form .submit-button { min-width: 0; }
  .form-privacy { padding: 12px 18px 20px; }
  .form-message { margin: 0 18px 20px; }
  .review-route { grid-template-columns: 1fr; }
  .review-route b { transform: rotate(90deg); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-actions {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 50;
    left: 0; right: 0; bottom: 0; height: 62px; background: #fff; box-shadow: 0 -6px 30px rgba(16,40,60,.14);
  }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--navy); }
  .mobile-actions a:last-child { background: var(--cyan); }
}

@media (max-width: 400px) {
  .phone-link { display: none; }
  .brand span { max-width: none; }
}

@media print {
  .topbar, .site-header, .mobile-actions, .cta-band, footer, .booking-form { display: none !important; }
  body { color: #000; }
}

/* Ohne JavaScript ist das Formular ein normales, einseitiges Formular. */
.booking-form:not([data-js]) .stepper { display: none; }
.booking-form:not([data-js]) .wizard-panel { border-top: 1px solid #e2eaee; }

/* ---------- Adressvorschläge ---------- */
.address-field > label { font-size: 13px; color: #34505f; font-weight: 800; }
.vorschlaege {
  position: absolute; z-index: 30; left: 0; right: 0; top: calc(100% + 4px);
  margin: 0; padding: 6px 0; list-style: none;
  background: #fff; border: 1px solid #cfdee4; border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16,40,60,.16);
  max-height: 280px; overflow-y: auto;
}
.vorschlaege[hidden] { display: none; }
.vorschlaege li {
  padding: 11px 14px 11px 42px; font-size: 15px; color: var(--navy); cursor: pointer;
  position: relative; line-height: 1.35;
}
.vorschlaege li::before {
  content: ""; position: absolute; left: 16px; top: 50%; width: 8px; height: 8px;
  transform: translateY(-50%); border-radius: 50%; background: var(--cyan);
}
.vorschlaege li:hover, .vorschlaege li[aria-selected="true"] { background: var(--mist); }
.form-datenhinweis { font-size: 12px; color: var(--muted-soft); line-height: 1.5; margin: 0; padding: 0 32px 6px; background: #f8fafb; }
.form-datenhinweis a { color: var(--cyan-dark); text-decoration: underline; }

/* ---------- Uhrzeit in Viertelstunden ---------- */
.zeit-feld { border: 0; padding: 0; margin: 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.zeit-feld legend { padding: 0; font-size: 13px; color: #34505f; font-weight: 800; margin-bottom: 0; }
.zeit-reihe { display: flex; align-items: center; gap: 8px; }
.zeit-teil { display: block; flex: 0 0 92px; }
.zeit-teil select { text-align: center; padding-left: 10px; padding-right: 10px; font-variant-numeric: tabular-nums; }
.zeit-trenner { font-size: 20px; font-weight: 700; color: var(--navy); }
.zeit-einheit { color: var(--muted); font-size: 14px; margin-left: 2px; }
.nur-vorlese { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Datumsfelder: einheitliche Höhe und kein Safari-Sonderdesign */
.booking-form input[type="date"] { color-scheme: light; -webkit-appearance: none; appearance: none; min-height: 48px; }
.booking-form input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .75; }

@media (max-width: 620px) {
  .form-datenhinweis { padding: 0 18px 6px; }
  .zeit-teil { flex: 1 1 0; }
}
