/* skybus Ostfriesland — Stylesheet
   Aufbau: Tokens, Reset, Typografie, Layout, Komponenten, Seiten, Responsive. */

/* ── Schriften ─────────────────────────────────────────────────────────── */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Tokens ────────────────────────────────────────────────────────────── */
:root {
  --ink: #181818; /* Seitenhintergrund */
  --navy: #053049; /* Header, Footer, Buttons */
  --card: #1f3846; /* Kartenflächen */
  --panel: #1b282f; /* Kontaktkarten und Formular */
  --white: #fff;
  --muted: #adadad;
  --accent: #38b6ff; /* Absende-Buttons */
  --line: #eee;
  --field-border: #ccc;

  --gutter: 45px; /* seitlicher Seitenrand */
  --content: 1450px; /* maximale Inhaltsbreite */
  --section-y: 90px; /* vertikaler Sektionsabstand */
  --header-h: 92px;

  --radius-card: 5px;
  --radius-panel: 8px;
  --radius-pill: 99px;

  /* Navigation, Preisrechner und Formular-Umschalter laufen wie im Original
     im System-Font; Poppins bleibt den Inhalten vorbehalten. */
  --ui-font: -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
    "Helvetica Neue", arial, "Noto Sans", sans-serif;
}

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

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font: 400 16px/1.5 Poppins, sans-serif;
}

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

[hidden] {
  display: none !important;
}

/* Emoji laufen im Fließtext mit, nicht als eigener Block. */
img.emoji {
  display: inline;
  width: 1em;
  height: 1em;
  margin: 0 0.07em;
  padding: 0;
  vertical-align: -0.1em;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ── Typografie ────────────────────────────────────────────────────────── */
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  color: var(--white);
}

h1 {
  font-size: 40px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1;
}

h3 {
  font-size: 28px;
  line-height: 1;
}

p {
  margin: 0 0 0.9rem;
}

strong {
  font-weight: 700;
}

/* Kleiner Großbuchstaben-Kicker über jeder Überschrift */
.eyebrow {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.lead {
  font-weight: 500;
}

/* ── Layout ────────────────────────────────────────────────────────────── */
.section {
  position: relative;
  padding: 0 var(--gutter);
}

.container {
  max-width: min(100%, var(--content));
  margin: 0 auto;
}

/* Standard-Sektion: zentrierte Spalte mit 90px Luft oben und unten */
.section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: var(--section-y) 0;
}

.section--tight > .container {
  padding-bottom: 0;
}

.section--flush > .container {
  padding: 0;
}

/* Dünne Trennlinien ober- und unterhalb einer Sektion */
.section--ruled {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.section--ruled-top {
  border-top: 1px solid var(--white);
}

/* Sektionskopf: Kicker, Überschrift, Fließtext */
.section-title {
  margin: 12px 0;
}

.lead--narrow {
  width: 500px;
  max-width: 100%;
}

.lead--wide {
  width: 600px;
  max-width: 100%;
}

.section-head--center {
  text-align: center;
}

/* Linksbündige Variante */
.section > .container--start {
  align-items: flex-start;
}

/* Sichtbarer Fokus für die Tastaturbedienung - der Standardring des Browsers
   geht auf dem dunklen Grund unter. */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.field input:focus-visible,
.field textarea:focus-visible,
.calc__field input:focus-visible {
  outline-offset: 0;
}

/* Nur für Screenreader; springt beim Fokussieren sichtbar hervor. */
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  background: var(--white);
  color: var(--navy);
  clip-path: none;
}

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px 14px 22px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

/* Die innere Lage ist wie im Original ein Flex-Kasten: dadurch ist sie exakt
   so hoch wie die Zeile und nicht so hoch wie die Schriftmetrik. */
.btn > span {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn-row {
  padding-top: 15px;
}

/* ── Kopfzeile ─────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
}

/* Telefonleiste - nur auf schmalen Bildschirmen sichtbar */
.site-header__bar {
  display: none;
  padding: 5px 20px;
  background: var(--navy);
}

.site-header__inner {
  display: flex;
  gap: 10px 0;
  align-items: center;
  padding: 14px var(--gutter);
}

.site-header__brand {
  display: flex;
  gap: 10px;
  width: 29.166%;
  padding: 10px;
}

.site-header__logo {
  width: 200px;
}

.site-nav {
  flex: 1;
}

.site-nav ul {
  display: flex;
  justify-content: flex-end;
}

.site-nav li + li,
.site-nav li:not(:last-child) {
  margin-right: 25px;
}

.site-nav li:last-child {
  margin-right: 0;
}

.site-nav,
.mobile-nav {
  font-family: var(--ui-font);
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.82;
}

/* Feiner Strich unter der aktuellen Seite */
.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentcolor;
}

.site-header__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
  padding-top: 2px;
  font-weight: 500;
  text-align: end;
}

.site-header__phone svg {
  width: 14px;
  height: 14px;
  margin-right: 3.5px;
  fill: currentColor;
}

.site-header__phone span {
  padding-left: 5px;
}

/* Burger nur mobil */
.site-header__burger {
  display: none;
  padding: 0;
  border: 0;
  background: none;
  color: var(--white);
  cursor: pointer;
}

/* ── Fußzeile ──────────────────────────────────────────────────────────── */
.site-footer {
  padding: 0 var(--gutter);
  background: var(--navy);
}

.site-footer > .container {
  display: flex;
  padding: 12px 0;
}

.site-footer__brand,
.site-footer__legal {
  display: flex;
  width: 42.5%;
}

.site-footer__brand {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.site-footer__brand img {
  width: 150px;
}

.site-footer__social {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 15%;
}

/* Der inline-block im 24px-Zeilenkasten macht die Spalte 34px hoch und
   bestimmt damit die Höhe der Fußzeile - wie im Original. */
.site-footer__social > span {
  line-height: 1.5;
}

.site-footer__social a {
  display: inline-block;
  line-height: 1;
}

.site-footer__social svg {
  width: 27px;
  height: 27px;
  fill: var(--white);
}

.site-footer__legal {
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}

/* Der Umschlag ist genau eine 15px-Zeile hoch; der Link ragt als Inline-Kasten
   darüber hinaus - dadurch sitzt der Text auf derselben Höhe wie im Original. */
.site-footer__legal > span {
  font-size: 15px;
  line-height: 1;
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.hero {
  margin-top: -85px;
  padding: 0 var(--gutter);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero > .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px 0;
  min-height: 720px;
  padding: 150px 0 var(--section-y);
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 50%;
  padding-right: var(--gutter);
}

.hero__text .lead {
  width: 430px;
  max-width: 100%;
  padding-top: 5px;
}

.hero__aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  width: 50%;
  padding-left: var(--gutter);
}

/* Hero der Unterseiten: Text und Rechner nebeneinander, ohne Kicker */
/* Steht unter der Kopfzeile statt darunter zu laufen */
.hero--service {
  margin-top: 0;
}

/* Abdunklung über dem Hero-Bild, damit der Text lesbar bleibt */
.hero--service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 32%, rgb(255 255 255 / 0%) 100%);
  opacity: 0.65;
}

.hero--service > .container {
  position: relative;
}

.hero--service > .container {
  min-height: 720px;
  padding: 45px 0;
}

/* Variante mit breiterer Textspalte (Mietwagen, Gruppenfahrten) */
.hero--wide-text .hero__text {
  flex: 0 0 51.154%;
  padding-right: 80px;
}

.hero--wide-text .hero__text h1 {
  margin-bottom: 15px;
  line-height: 1;
}

/* Hier sorgt der Abstand unter dem Fließtext für die Luft über der Taste. */
.hero--wide-text .hero__text .lead {
  width: auto;
  margin-bottom: 20px;
  padding-top: 0;
}

.hero--wide-text .hero__text .btn-row {
  padding-top: 0;
}

.hero--wide-text .hero__aside {
  flex: 0 0 48.846%;
  padding: 10px;
}

/* Fuhrpark-Hero: nur Text, kein Rechner */
.hero--fleet {
  background-position: center;
}

.hero--fleet::before {
  background: linear-gradient(120deg, #053049 0%, rgb(5 48 73 / 59%) 100%);
  opacity: 0.45;
}

.hero--fleet > .container {
  min-height: 603px;
}

.hero--fleet .hero__text {
  flex: 0 0 53%;
  padding-right: 0;
}

.hero--fleet .hero__text h1 {
  line-height: 1;
}

.hero--fleet .hero__text .lead {
  width: auto;
  padding-top: 0;
}

.hero--fleet .btn-row {
  margin-top: 10px;
  padding-top: 0;
}

/* ── Karten ────────────────────────────────────────────────────────────── */
.cards {
  display: flex;
  column-gap: 35px;
  width: 100%;
  margin-top: 25px;
}

/* Gleich breite Spalten; die Zahl steckt im Klassennamen. */
.grid {
  display: grid;
  gap: 30px;
  width: 100%;
  margin-top: 25px;
}

.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); margin-top: 35px; }
.grid--5 { grid-template-columns: repeat(5, 1fr); }

.card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
  border-radius: var(--radius-card);
  background: var(--card);
}

/* 42px hoch wie im Original: 35px Icon plus 7px Grundlinienabstand. */
.card__icon {
  display: block;
  height: 42px;
}

.card__icon svg {
  width: 35px;
  height: 35px;
  fill: var(--white);
}

.card h4 {
  font-size: 18px;
  line-height: 1;
}

.card__body {
  font-weight: 400;
}

.card__more {
  margin: 0;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* ── Argumenteleiste unter dem Hero ────────────────────────────────────── */
.usp {
  background: var(--navy);
}

.usp > .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 12px 0;
}

.usp__item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}

.usp__item > span:last-child {
  padding-left: 5px;
}

.usp__icon {
  display: flex;
  width: 24.5px;
  flex: none;
  padding-right: 2px;
}

.usp__icon svg {
  width: 18px;
  height: 18px;
  margin-right: 4.5px;
  fill: var(--white);
}

/* Karte ohne Fließtext */
.card--plain {
  gap: 10px;
}

/* Merkmalskarte: fünf Stück nebeneinander, nach hinten heller werdend */
.feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
  border-radius: var(--radius-card);
  background: rgb(57 182 255 / 40%);
}

.feature:nth-child(2) { background: rgb(57 182 255 / 25%); }
.feature:nth-child(3) { background: rgb(57 182 255 / 20%); }
.feature:nth-child(4) { background: rgb(57 182 255 / 15%); }
.feature:nth-child(5) { background: rgb(57 182 255 / 10%); }

/* 42px hoch: 35px Icon plus 7px Grundlinienabstand. */
.feature__icon {
  display: block;
  height: 42px;
}

.feature__icon svg {
  width: 35px;
  height: 35px;
  fill: var(--white);
}

.feature__label > span {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}

/* ── Zweispaltige Bild-/Text-Sektion ───────────────────────────────────── */
.split {
  display: flex;
  padding: 0;
}

.split > .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: none;
  padding: 0;
}

.split__media {
  flex: 0 0 50%;
  min-width: 0;
  background-position: center;
  background-size: cover;
}

.split__media img {
  width: 100%;
  height: auto;
}

.split__text {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-width: 0;
  padding: 70px;
}

.split__text h2 {
  margin: 12px 0;
}

.split__text .lead {
  width: 500px;
  max-width: 100%;
}

.split--reverse > .container {
  flex-direction: row-reverse;
}

/* Variante im Seitenraster statt randlos */
.split--inset {
  padding: 0 var(--gutter);
}

.split--inset > .container {
  max-width: min(100%, var(--content));
  padding: var(--split-pad, 30px 0);
}

.split--inset .split__text {
  padding: 130px 70px;
}

.split--inset .split__cta {
  margin-top: 20px;
}

/* Variante mit hinterlegter Textspalte */
.split--panel .split__text {
  gap: 3px;
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  background: var(--panel);
}

.split--panel .split__text h2 {
  width: 487px;
  max-width: 100%;
}

/* Variante mit Bildwechsler statt festem Bild */
.split--fleet > .container {
  padding: 0 0 var(--section-y);
}

.split--fleet .split__text {
  padding: 0 70px;
}

.split--fleet .split__text .lead {
  margin-bottom: 15px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.badge {
  padding: 12px 20px;
  border-radius: var(--radius-card);
  background: rgb(57 182 255 / 20%);
}

.badge > span {
  font-weight: 500;
  line-height: 1;
}

.split__cta {
  margin-top: 9px;
}

/* ── Bewertungen ───────────────────────────────────────────────────────── */
.review {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.review__stars {
  display: flex;
}

/* Beide Spalten sind 24px-Zeilenkästen; darin sitzen Bild und Text auf der
   Grundlinie - genau wie im Original. */
.review__stars-img,
.review__stars-label {
  line-height: 1.5;
}

.review__stars-img img {
  display: inline-block;
  width: 94px;
  vertical-align: middle;
}

.review__stars-label {
  margin-top: 2px;
  margin-left: 15px;
}

.review__stars-label span {
  font-weight: 500;
  line-height: 1;
}

.review__text {
  padding-top: 5px;
  font-weight: 500;
}

.review__meta {
  display: flex;
  column-gap: 20px;
  color: var(--muted);
}

.review__meta > span > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

/* ── Fahrzeugvorstellung ───────────────────────────────────────────────── */
.vehicle {
  /* Spaltenverhältnis aus dem Original: Bild 372,75 zu Text 977,25 */
  display: grid;
  grid-template-columns: minmax(0, 372.75fr) minmax(0, 977.25fr);
  width: 100%;
  margin-top: 25px;
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  background: var(--panel);
}

.vehicle__media img {
  width: 100%;
  height: 320px;
  border-radius: var(--radius-card) 0 0 var(--radius-card);
  object-fit: cover;
  object-position: center;
}

.vehicle__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 40px;
}

.vehicle__text h3 {
  margin: 12px 0;
}

.vehicle__details {
  display: grid;
  grid-template-columns: minmax(0, 584.328fr) minmax(0, 272.922fr);
  column-gap: 40px;
  width: 100%;
}

.feature-list {
  font-weight: 500;
}

.feature-list li {
  display: flex;
  align-items: center;
  padding-bottom: 6.5px;
}

.feature-list li + li {
  margin-top: 6.5px;
}

.feature-list li:last-child {
  padding-bottom: 0;
}

.feature-list__icon {
  display: flex;
  width: 17.5px;
  flex: none;
}

.feature-list__icon svg {
  width: 14px;
  height: 14px;
  margin-right: 3.5px;
  fill: var(--white);
}

.feature-list li > span + span {
  padding-left: 5px;
}

.vehicle__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.vehicle__cta .btn {
  margin-top: 9px;
}

/* ── Kontakt ───────────────────────────────────────────────────────────── */
.contact {
  display: grid;
  /* Spaltenverhältnis aus dem Original: 636,5 zu 673,5 bei 40px Abstand.
     minmax(0, …), damit der Formularinhalt die Spalte nicht aufweitet. */
  grid-template-columns: minmax(0, 636.5fr) minmax(0, 673.5fr);
  column-gap: 40px;
  width: 100%;
  padding-top: 45px;
}

.contact__channels {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.channel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  border-radius: var(--radius-card);
  background: var(--panel);
}

/* Im Original steht die erste Karte der Fuhrpark-Seite ohne Zeilenabstand. */
.contact--tight .channel:first-child {
  gap: 0;
}

.channel h3 {
  font-weight: 500;
  line-height: 1;
}

.channel__note {
  font-weight: 500;
}

.channel__row {
  display: flex;
  column-gap: 30px;
  align-items: center;
  padding-top: 30px;
}

.channel__row > span {
  line-height: 1.5;
  text-decoration: underline;
}

.channel__row > span a {
  font-weight: 500;
  line-height: 1;
}

/* ── Formulare ─────────────────────────────────────────────────────────── */
.form-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px;
  border-radius: var(--radius-card);
  background: var(--panel);
}

.form-card__head {
  padding-bottom: 25px;
}

.form-card h3 {
  font-weight: 500;
  line-height: 1;
}

.form-card__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Umschalter einfache Fahrt / Hin- und Rückfahrt */
.switch {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.switch__option {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 0;
  border-radius: 50px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--ui-font);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.switch__option span {
  font-size: 16px;
  line-height: 1.5;
}

.switch__option.is-active {
  background: var(--navy);
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 27px;
  row-gap: 18px;
}

/* Beschriftung schrumpft auf die Textbreite, das Feld bricht darunter um -
   dieselbe Mechanik wie im Original. */
.field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.field input,
.field textarea {
  width: 100%;
}

.field label {
  padding-bottom: 3px;
  font-weight: 500;
  line-height: 1;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #353535;
  opacity: 0.6;
}

.field input,
.field textarea {
  min-height: 47px;
  padding: 6px 16px;
  border: 1px solid #69727d;
  border-radius: 4px;
  background: var(--white);
  color: #353535;
  line-height: 1.4;
}

.form-actions {
  align-items: flex-end;
  justify-content: flex-start;
}

.btn--submit {
  display: block;
  min-height: 47px;
  background: var(--accent);
}

.form-status {
  margin-top: 15px;
  font-weight: 500;
}

/* Honigtopf: aus dem Fluss genommen, damit er das Raster nicht anfasst. */
.field--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field--error input {
  border-color: #e2574c;
}

/* ── Preisrechner ──────────────────────────────────────────────────────── */
.calc {
  font-family: var(--ui-font);
  padding: 35px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--white);
  box-shadow: 0 4px 15px rgb(0 0 0 / 5%);
  color: #333;
}

.calc__modes {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.calc__modes label {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.calc__modes input {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

.calc__field {
  margin-bottom: 15px;
}

.calc__field label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1;
}

.calc__field input,
.calc__field select {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--field-border);
  border-radius: 4px;
  background: var(--white);
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

/* Die Auswahl soll aussehen wie die übrigen Felder, also eigenes Pfeilchen. */
.calc__field select {
  appearance: none;
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23353535' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  cursor: pointer;
}

.calc__dates {
  display: flex;
  gap: 15px;
}

.calc__dates .calc__field {
  width: 100%;
}

.calc--narrow-dates .calc__dates input {
  max-width: 80%;
}

.calc__submit {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border: 0;
  border-radius: 50px;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.calc__submit:hover {
  background: #000;
}

.calc__result {
  margin-top: 20px;
  padding: 15px;
  border-left: 4px solid #28a745;
  background: #f9f9f9;
}

.calc__warning {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  background: #fff3cd;
  color: #856404;
  font-size: 0.9em;
}

/* Fehlende Eingabe oder gescheiterte Berechnung - deutlicher als ein Hinweis. */
.calc__warning--error {
  border-color: #f5c6cb;
  background: #f8d7da;
  color: #721c24;
}

.calc__price {
  display: block;
  margin-top: 5px;
  color: #28a745;
  font-size: 26px;
  font-weight: 800;
}

.calc__route {
  font-size: 0.9em;
}

.calc__total {
  margin-top: 10px;
}

.calc__hint {
  margin-top: 5px;
  color: #666;
  font-size: 0.85em;
}

/* Der Sternchen-Hinweis steht kleiner und blasser als der Anfahrt-Hinweis. */
.calc__note {
  margin-top: 10px;
  color: #999;
  font-size: 0.8em;
}

.calc__cta {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding: 14px;
  border-radius: 50px;
  background: #28a745;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: background 0.3s;
}

.calc__cta:hover {
  background: #1e7e34;
}

/* ── Anfrage-Popup ─────────────────────────────────────────────────────── */
/* Geschlossen blendet der Browser das <dialog> aus - es belegt keinen Platz. */
.modal {
  width: min(100% - 40px, 660px);
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
}

.modal::backdrop {
  background: rgb(0 0 0 / 65%);
}

.modal__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-height: calc(100dvh - 40px);
  padding: 35px;
  overflow-y: auto;
  border-radius: var(--radius-card);
  background: var(--panel);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
  opacity: 0.7;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 1;
}

.modal__title {
  margin-right: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

/* Fortschritt: drei Schritte, der aktuelle hervorgehoben. */
.steps {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps__item {
  display: flex;
  flex: 1;
  gap: 8px;
  align-items: center;
  padding-top: 10px;
  border-top: 2px solid rgb(255 255 255 / 15%);
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  counter-increment: step;
}

.steps__item::before {
  content: counter(step);
  display: flex;
  width: 22px;
  height: 22px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 15%);
  font-size: 12px;
}

.steps__item.is-current,
.steps__item.is-done {
  border-top-color: var(--accent);
  color: var(--white);
}

.steps__item.is-current::before {
  background: var(--accent);
  color: var(--navy);
}

.steps__item.is-done::before {
  content: "✓";
  background: var(--accent);
  color: var(--navy);
}

.step {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Bestätigung: der Haken steht an der Stelle der Schrittleiste. */
.modal__done {
  display: flex;
  justify-content: center;
  margin: 5px 0 0;
}

.modal__done-mark {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #28a745;
  color: var(--white);
}

.modal__done-mark svg {
  width: 30px;
  height: 30px;
}

.modal__card--done .form-status {
  margin-top: 0;
  font-size: 17px;
  text-align: center;
}

/* Der Preis aus dem Rechner, direkt unter den Fahrtangaben. */
.modal__price {
  margin: 0;
  padding: 12px 16px;
  border-left: 3px solid var(--accent);
  background: rgb(255 255 255 / 6%);
  font-size: 15px;
  line-height: 1.5;
}

.modal__price strong {
  font-size: 18px;
}

.modal__price--stale {
  border-left-color: #ffc107;
  color: #ffe08a;
}

/* Zusammenfassung vor dem Absenden */
.summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 20px;
  margin: 0;
  font-size: 15px;
}

.summary dt {
  color: var(--muted);
}

.summary dd {
  margin: 0;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.modal__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.btn--ghost {
  background: none;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%);
}

.btn--ghost:hover {
  background: rgb(255 255 255 / 10%);
}

/* ── Karussell ─────────────────────────────────────────────────────────── */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel__track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel {
  border-radius: var(--radius-card);
}

.carousel__slide {
  flex: 0 0 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Punkte liegen im unteren Bildrand; der 24px-Zeilenkasten setzt sie
   auf dieselbe Höhe wie im Original. */
.carousel__dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.carousel__dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.carousel__dots button[aria-current="true"] {
  background: var(--accent);
}

/* ── Fließtextseiten (Impressum, Datenschutz, AGB) ─────────────────────────
   Diese Seiten stehen auf weißem Grund und laufen im System-Font. */
.page-legal {
  background: var(--white);
}

.section--legal > .container {
  align-items: stretch;
  gap: 0;
  padding: var(--section-y) 0;
}

.section--legal-roomy > .container {
  padding: 120px 0;
}

.prose {
  width: 100%;
  color: #333;
  font-family: var(--ui-font);
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  color: inherit;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  margin: 8px 0 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.prose h1 {
  font-size: 40px;
}

.prose h2 {
  font-size: 32px;
}

.prose h3 {
  font-size: 28px;
}

.prose h4 {
  font-size: 24px;
}

/* Impressum und Datenschutz setzen die Überschriften eine Stufe kleiner
   und mit anderem Abstand - so wie im Original. */
.prose--compact h1 {
  font-size: 40px;
  font-weight: 600;
}

.prose--compact h2,
.prose--compact h3,
.prose--compact h4 {
  margin: 20px 0 3px;
}

.prose--compact h2 {
  font-size: 28px;
}

.prose--compact h3 {
  margin-bottom: 7px;
  font-size: 24px;
}

.prose--compact h4 {
  font-size: 22px;
}

.prose--compact ul {
  padding-bottom: 20px;
}

.prose ul {
  margin: 0;
  padding-left: 40px;
  list-style: disc;
}

.prose a {
  color: #000;
  font-weight: 600;
}

/* ── Reiseziel-Kacheln ─────────────────────────────────────────────────── */
.destinations {
  display: flex;
  width: 100%;
  column-gap: 35px;
  margin-top: 25px;
}

.destination {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 250px 25px 25px;
  background-position: 50% 50%;
  background-size: cover;
}

/* 57px hoch: 50px Icon plus 7px Grundlinienabstand. */
.destination__icon {
  display: block;
  height: 57px;
}

.destination__icon svg {
  width: 50px;
  height: 50px;
}

/* Der 24px-Zeilenkasten außen macht die zwei 17px-Zeilen zusammen 48px hoch. */
.destination__label > span {
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.lead--spaced {
  margin-top: 20px;
}

/* ── Preisliste ────────────────────────────────────────────────────────── */
.section--prices {
  background: rgba(57, 182, 255, 0.1);
}

/* Eigene Schrift wie im Original - die Liste kam dort aus einem HTML-Baustein. */
.price-table {
  width: 1000px;
  max-width: 100%;
  margin-top: 35px;
  padding: 20px;
  border-radius: 12px;
  background: #3a3f4b;
  font-family: "Segoe UI", Arial, sans-serif;
}

.price-table__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 12px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 6px;
  background: var(--white);
}

.price-row > span {
  font-size: 17px;
  line-height: 1.5;
  color: #1a1a2e;
}

.price-row__name {
  letter-spacing: 0.01em;
}

.price-row__value {
  white-space: nowrap;
}

.price-row--bold {
  font-weight: 700;
}

.price-table__note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 6px 4px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #c8cdd8;
}

/* ── Fragen und Antworten ──────────────────────────────────────────────── */
.section--faq > .container {
  align-items: stretch;
  width: 900px;
  max-width: 100%;
  padding: var(--faq-pad, var(--section-y)) 0;
}

.section--faq .section-title {
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* flow-root, damit der Abstand des letzten Eintrags innen bleibt. */
.accordion {
  display: flow-root;
  margin-top: 30px;
}

.accordion details {
  margin-bottom: 15px;
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 50px;
  background: rgba(57, 182, 255, 0.15);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion__icon {
  display: flex;
  flex: none;
  margin-left: 40px;
}

.accordion__icon svg {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

.accordion details[open] .accordion__icon svg:first-child,
.accordion details:not([open]) .accordion__icon svg + svg {
  display: none;
}

.accordion__body {
  padding: 20px 40px 5px;
  font-weight: 400;
}

/* ── Off-Canvas-Navigation ─────────────────────────────────────────────── */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  padding-top: 60px;
  background: var(--white);
  color: #000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-nav[data-open="true"] {
  transform: translateX(0);
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.82;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  color: #000;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav__backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgb(0 0 0 / 50%);
}

.mobile-nav__backdrop[hidden] {
  display: none;
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cards {
    flex-wrap: wrap;
    row-gap: 35px;
  }

  .cards .card {
    flex: 1 1 45%;
  }

  .grid--3,
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  :root {
    --gutter: 20px;
    --content: 767px;
    --section-y: 50px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  /* Kopfzeile: Telefonnummer in eigener Leiste, darunter Logo und Menütaste */
  .site-header__bar {
    display: block;
  }

  .site-header__bar .site-header__phone {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header__inner {
    max-width: none;
    padding: 12px 15px;
  }

  .site-header__brand {
    width: 70%;
    padding: 0;
  }

  .site-header__logo {
    width: 160px;
  }

  .site-nav,
  .site-header__inner .site-header__phone {
    display: none;
  }

  .site-header__burger {
    display: flex;
    align-self: stretch;
    width: 30%;
    align-items: flex-end;
    justify-content: center;
  }

  .site-header__burger svg {
    width: 25px;
    height: 25px;
    fill: var(--white);
  }

  /* Hero */
  .hero {
    margin-top: -65px;
  }

  .hero > .container {
    flex-direction: column;
    min-height: 675.2px;
    padding: 110px 0 50px;
  }

  .hero--service {
    margin-top: 0;
  }

  .hero--service > .container {
    flex-direction: column;
    min-height: 0;
    padding: 40px 0;
  }

  .hero--service .hero__text,
  .hero--service .hero__aside {
    flex: 0 0 auto;
    padding: 0;
  }

  .hero--service .hero__text {
    padding-bottom: 50px;
  }

  /* Bleibt einspaltig; die Zeile hält die Textspalte auf voller Höhe,
     damit der Text senkrecht mittig steht. */
  .hero--fleet > .container {
    flex-direction: row;
    min-height: 565.48px;
  }

  .hero--fleet .hero__text {
    padding-bottom: 0;
  }

  /* Die breite Variante stapelt enger und trennt mit Abstand statt Polster. */
  .hero--wide-text > .container {
    padding: var(--section-y) 0;
  }

  .hero--wide-text .hero__text {
    padding-bottom: 0;
  }

  .hero--wide-text .hero__aside {
    margin-top: 30px;
  }

  .hero__text {
    width: 100%;
    padding: 0 0 50px;
  }

  .hero__aside {
    width: 100%;
    padding: 0;
  }

  /* Inhaltsblöcke stapeln */
  .cards {
    flex-direction: column;
    row-gap: 20px;
  }

  /* Wie im Original: einspaltig, aber die ersten beiden Zeilen bleiben
     gleich hoch (grid-template-rows: repeat(2, 1fr)). */
  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .grid--3,
  .grid--4 {
    grid-template-rows: repeat(2, 1fr);
  }

  .grid--3 {
    margin-top: 20px;
  }

  .grid--4 {
    gap: 30px;
  }

  /* Auf schmalen Bildschirmen steht die zweispaltige Gruppe vor der
     dreispaltigen; der Sektionskopf bleibt mit order 0 davor. */
  .section--standards .grid--2 {
    order: 1;
  }

  .section--standards .grid--3 {
    order: 2;
  }

  /* Fuhrpark- und Standards-Sektion rücken auf Mobil ohne Zeilenabstand
     zusammen; im Fuhrpark bringt der Fließtext seinen Abstand selbst mit. */
  .section > .container--start,
  .section > .container--tight {
    gap: 0;
  }

  .container--start > .lead {
    padding-top: 10px;
  }

  .container--start > .vehicle:first-of-type {
    margin-top: 45px;
  }

  .review {
    gap: 0;
  }

  /* Auf schmalen Bildschirmen blendet das Original diese Sektion aus. */
  .section--no-mobile {
    display: none;
  }

  .section--faq > .container {
    padding: var(--section-y) 0;
  }

  .accordion__icon {
    margin-left: 12px;
  }

  .split > .container,
  .split--reverse > .container {
    flex-direction: column;
  }

  .split__media,
  .split__text {
    flex: 0 0 auto;
    width: 100%;
  }

  .split__text {
    padding: 50px var(--gutter);
  }

  .usp > .container {
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
  }

  /* Kompakte Variante: linksbündig und ohne Polster je Zeile */
  .usp--compact > .container {
    gap: 10px;
  }

  .usp--compact .usp__item {
    padding: 0;
    justify-content: flex-start;
    text-align: start;
  }

  .split--inset > .container {
    padding: var(--section-y) 0;
  }

  .split--inset .split__media {
    min-height: var(--split-media-h, 190px);
  }

  .split--inset .split__text {
    padding: var(--split-text-pad, 50px) 0 0;
  }

  .split--fleet > .container {
    padding: 0 0 var(--section-y);
  }

  .split--fleet .split__text {
    padding: 45px 0 0;
  }

  .carousel__slide {
    height: 280px;
  }

  /* Diese Sektion rückt im Original auf Mobil weiter ein und
     bekommt etwas mehr Luft nach oben und unten. */
  .section--narrow-mobile {
    padding: 0 30px;
  }

  .section--narrow-mobile > .container {
    padding: 60px 0;
  }

  .split--panel .split__text {
    padding: 35px var(--gutter);
  }

  .split__text .lead {
    width: 100%;
  }

  .modal__card {
    gap: 20px;
    padding: 25px 20px;
  }

  .modal__title {
    font-size: 22px;
  }

  .steps__item {
    font-size: 12px;
  }

  .summary {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .summary dd + dt {
    margin-top: 10px;
  }

  .modal__actions .btn {
    flex: 1;
  }

  .vehicle,
  .vehicle__details,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact__channels {
    row-gap: 20px;
  }

  /* Untereinander statt nebeneinander, linksbündig auf ihrer eigenen Breite */
  .channel__row {
    flex-direction: column;
    row-gap: 15px;
    align-items: flex-start;
  }

  .contact {
    padding-top: 30px;
  }

  .channel,
  .form-card {
    padding: 25px var(--gutter);
  }

  .form-card {
    margin-top: 20px;
  }

  .vehicle__text {
    padding: 35px var(--gutter);
  }

  .vehicle__media img {
    height: var(--vehicle-media-h, 320px);
  }

  .feature-list {
    padding-bottom: 25px;
  }

  .vehicle__cta {
    align-items: flex-start;
  }

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

  .carousel__slide {
    flex-basis: 100%;
  }

  /* Fußzeile: Rechtliches, Social, Logo - in dieser Reihenfolge */
  .site-footer > .container {
    flex-direction: column;
    padding: 20px 0;
  }

  .site-footer__legal {
    order: 1;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
    width: auto;
  }

  .site-footer__legal > span {
    font-size: 13px;
  }

  .site-footer__social {
    order: 2;
    width: auto;
    padding-top: 20px;
  }

  .site-footer__brand {
    order: 3;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-bottom: 5px;
  }

  .site-footer__brand img {
    width: 135px;
  }

  /* Rechtsseiten: auf Mobil überall der normale Sektionsabstand */
  .section--legal-roomy > .container {
    padding: var(--section-y) 0;
  }

  /* Überschriftenskala der Rechtsseiten */
  .prose h1 {
    font-size: 30px;
  }

  .prose h2 {
    font-size: 24px;
  }

  .prose h3 {
    font-size: 22px;
  }

  .prose h4 {
    font-size: 20px;
  }

  .prose--compact h1 {
    font-size: 25px;
  }

  .prose--compact h2 {
    font-size: 23px;
  }

  .prose--compact h3 {
    font-size: 20px;
  }

  .prose--compact h4 {
    font-size: 18px;
  }

  .prose--compact ul {
    padding-top: 8px;
  }
}

/* Die Preisliste bringt eigene Haltepunkte mit - wie im Original. */
@media (max-width: 900px) {
  .price-table__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 610px;
    margin: 0 auto;
    gap: 5px;
  }

  .price-row {
    width: 300px;
    max-width: 300px;
    padding: 10px;
  }

  .price-row > span {
    font-size: 13px;
  }

  .price-row__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .price-row__value {
    flex-shrink: 0;
    margin-left: 10px;
  }

  .price-table__note {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .price-table__grid {
    max-width: 100%;
  }

  .price-row {
    width: 100%;
    max-width: 100%;
    padding: 13px 20px;
  }

  .price-row > span {
    font-size: 17px;
  }
}
