/* ==========================================================================
   German Rescue Company - Stylesheet
   Double H Media
   ========================================================================== */

/* ---------- Schriften, lokal eingebunden ---------- */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../schriften/poppins-400-latin.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("../schriften/poppins-400-latin-ext.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("../schriften/poppins-500-latin.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("../schriften/poppins-500-latin-ext.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("../schriften/poppins-600-latin.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("../schriften/poppins-600-latin-ext.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("../schriften/poppins-700-latin.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("../schriften/poppins-700-latin-ext.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;
}

/* ---------- Designtokens ---------- */
:root {
  --rot: #d71920;
  --rot-dunkel: #b0141a;
  --dunkel: #0d141a;
  --schwarz: #000000;
  --fuss: #1a1a1a;
  --weiss: #ffffff;
  --grau: #55606a;
  --grau-hell: #f2f3f6;
  --linie: rgba(13, 20, 26, 0.12);
  --schrift: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --spur: 1224px;
  --spur-kopf: 1240px;
  --rand: 20px;
  --uebergang: 220ms ease;
}

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

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

body {
  margin: 0;
  font-family: var(--schrift);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dunkel);
  background: var(--weiss);
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img, video { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-weight: 600;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

h1 { font-size: 64px; }
h2 { font-size: 56px; }
h3 { font-size: 48px; }
h4 { font-size: 40px; }
h5 { font-size: 32px; }
h6 { font-size: 24px; }

p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }

a { color: inherit; }

.spur {
  width: 100%;
  max-width: var(--spur);
  margin: 0 auto;
  padding: 0 var(--rand);
}

.bereich {
  padding: 88px 0;
}

.bereich--weiss { background: var(--weiss); color: var(--dunkel); }
.bereich--rot   { background: var(--rot);   color: var(--weiss); }
.bereich--dunkel{ background: var(--fuss);  color: var(--weiss); }

.bereich--rot a:not(.knopf) { color: var(--weiss); }

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

.sprungmarke {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--dunkel);
  color: var(--weiss);
  text-decoration: none;
}
.sprungmarke:focus { left: 8px; top: 8px; }

/* ---------- Knoepfe ---------- */
.knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--uebergang), color var(--uebergang), border-color var(--uebergang);
}

.knopf--rot     { background: var(--rot);    color: var(--weiss); border-color: var(--rot); }
.knopf--rot:hover     { background: #1d1e20; border-color: #1d1e20; color: var(--weiss); }

.knopf--dunkel  { background: var(--dunkel); color: var(--weiss); border-color: var(--dunkel); }
.knopf--dunkel:hover  { background: #1d1e20; border-color: #1d1e20; color: var(--weiss); }

.knopf--schwarz { background: var(--schwarz); color: var(--weiss); border-color: var(--schwarz); }
.knopf--schwarz:hover { background: var(--weiss); color: var(--rot); border-color: var(--weiss); }

.knopf--weiss   { background: var(--weiss);  color: var(--rot);   border-color: var(--weiss); }
.knopf--weiss:hover   { background: transparent; color: var(--weiss); border-color: var(--weiss); }

.knopf--umriss  { background: var(--rot); color: var(--weiss); border-color: var(--weiss); }
.knopf--umriss:hover  { background: transparent; color: var(--weiss); border-color: var(--weiss); }

.knopf--breit   { padding: 18px 56px; font-size: 17px; }

.knopf:focus-visible { outline: 3px solid var(--rot); outline-offset: 3px; }
.bereich--rot .knopf:focus-visible { outline-color: var(--weiss); }

/* ---------- Kopfbereich ---------- */
.kopf {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--weiss);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--uebergang), border-color var(--uebergang);
}
.kopf.ist-geschoben {
  box-shadow: 0 4px 20px rgba(13, 20, 26, 0.08);
  border-bottom-color: var(--linie);
}

.kopf__spur {
  max-width: var(--spur-kopf);
  margin: 0 auto;
  padding: 26px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.kopf__logo { flex: 0 0 auto; display: block; line-height: 0; }
.kopf__logo img { width: 258px; height: auto; }

/* Eine einzige Markup-Instanz fuer Links, Symbole und Knopf. Auf dem
   Schreibtisch stehen sie in einer Reihe, auf dem Handy klappt derselbe
   Block als Menue auf. Vorher lag beides doppelt im HTML. */
.kopf__navi {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.kopf__zusatz {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.navi__verweis {
  font-size: 16px;
  font-weight: 400;
  color: var(--dunkel);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--uebergang);
}
.navi__verweis:hover,
.navi__verweis:focus-visible { color: var(--rot); }
.navi__verweis[aria-current="page"] { color: var(--rot); font-weight: 500; }

.kopf__sozial {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kopf__sozial a {
  display: inline-flex;
  color: var(--rot);
  transition: color var(--uebergang);
}
.kopf__sozial a:hover { color: #3a3a3a; }
.kopf__sozial svg { width: 19px; height: 19px; fill: currentColor; }

.kopf__knopf { padding: 13px 30px; font-size: 15px; }

/* Menuebutton fuer Mobil */
.kopf__schalter {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--dunkel);
}
.kopf__schalter span,
.kopf__schalter span::before,
.kopf__schalter span::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 24px; height: 2px;
  background: currentColor;
  transform: translateX(-50%);
  transition: transform var(--uebergang), opacity var(--uebergang);
}
.kopf__schalter span { top: 50%; margin-top: -1px; }
.kopf__schalter span::before { top: -8px; left: 0; transform: none; }
.kopf__schalter span::after  { top: 8px;  left: 0; transform: none; }
.kopf__schalter[aria-expanded="true"] span { background: transparent; }
.kopf__schalter[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.kopf__schalter[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* ---------- Aufmacher Startseite ---------- */
.aufmacher {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dunkel);
  color: var(--weiss);
}

.aufmacher__medium {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.aufmacher__schleier {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  z-index: 1;
}

.aufmacher__inhalt {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 120px 0;
}

.aufmacher h1 {
  margin: 0 0 18px;
  color: var(--weiss);
  letter-spacing: 0.5px;
}

.aufmacher__siegel {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 15px;
  color: var(--weiss);
  opacity: 0.92;
}

.aufmacher__text {
  max-width: 760px;
  margin: 34px auto 0;
  font-size: 18px;
  color: var(--weiss);
}

.aufmacher__knoepfe {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ---------- Seitenkopf der Unterseiten ---------- */
.seitenkopf {
  padding: 96px 0 72px;
  text-align: center;
}
.seitenkopf h1 { margin-bottom: 14px; }
.seitenkopf__unterzeile {
  font-size: 20px;
  font-weight: 500;
  color: var(--rot);
  margin: 0;
}
.seitenkopf__text {
  max-width: 900px;
  margin: 28px auto 0;
  font-size: 18px;
  color: var(--grau);
}

/* ---------- Zweispalter Text und Bild ---------- */
.paar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.paar--gedreht .paar__bild { order: -1; }

/* Ohne min-width:0 waechst eine Rasterspalte auf die Breite ihres laengsten
   Wortes. Bei Ueberschriften wie BILDUNGSEINRICHTUNG sprengt das die Spur. */
.paar > *, .karten > *, .pakete > *, .kontakt > * { min-width: 0; }

.paar__bild {
  border-radius: 18px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.paar__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paar__text h2, .paar__text h3 { margin-bottom: 24px; }
.paar__text p  { font-size: 17px; }

.bereich--rot .paar__text p { color: var(--weiss); }
.bereich--weiss .paar__text p { color: var(--grau); }

/* ---------- Merkmalsliste ---------- */
.merkmale {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.merkmale li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
}
.merkmale li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: currentColor;
}
.bereich--weiss .merkmale li::before { background: var(--rot); }

/* ---------- Angebotskarten ---------- */
.bereich__kopf {
  text-align: center;
  margin-bottom: 56px;
}

/* Die Stufen sind semantisch korrigiert, die Optik bleibt wie zuvor */
.bereich__kopf h2 { font-size: 48px; }
.paar__text h2 { font-size: 44px; }
.strecke h3 { font-size: 26px; }
.bereich__kopf p {
  font-size: 19px;
  font-weight: 500;
  color: var(--rot);
  margin: 0;
}
.bereich--rot .bereich__kopf p { color: var(--weiss); }

.karten {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.karte {
  display: flex;
  flex-direction: column;
  padding: 38px 32px;
  border: 1px solid var(--linie);
  border-radius: 18px;
  background: var(--weiss);
  transition: transform var(--uebergang), box-shadow var(--uebergang), border-color var(--uebergang);
}
.karte:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(13, 20, 26, 0.12);
}

.karte h3 {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--rot);
  font-size: 22px;
}

.karte .merkmale { flex: 1 1 auto; }
.karte .merkmale li { font-size: 15px; color: var(--grau); }

.karten__fuss {
  margin-top: 48px;
  text-align: center;
}

/* ---------- Ablauf ---------- */
.ablauf {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: schritt;
}
.ablauf li {
  position: relative;
  padding: 0 0 30px 66px;
  counter-increment: schritt;
}
.ablauf li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 52px;
  bottom: 6px;
  width: 2px;
  background: var(--linie);
}
.ablauf li::before {
  content: counter(schritt);
  position: absolute;
  left: 0;
  top: 0;
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--rot);
  color: var(--weiss);
  font-weight: 600;
  font-size: 17px;
}
.ablauf b {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 600;
}
.ablauf span {
  color: var(--grau);
  font-size: 16px;
}
.ablauf a { color: var(--rot); }

/* ---------- Galerie ---------- */
.galerie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.galerie figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 3 / 4;
}
.galerie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}
.galerie figure:hover img { transform: scale(1.04); }

/* ---------- Kindernotfaelle, Textstrecke ---------- */
.strecke { max-width: 880px; margin: 0 auto; }
.strecke h3, .strecke h4 { margin-top: 44px; }
.strecke h3:first-child, .strecke h4:first-child { margin-top: 0; }
.strecke p { font-size: 17px; }
.strecke .merkmale { margin-bottom: 22px; }

.leitsatz {
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.merksatz {
  margin: 34px 0 0;
  padding: 26px 30px;
  border-left: 4px solid currentColor;
  font-size: 19px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}
.bereich--weiss .merksatz {
  border-left-color: var(--rot);
  background: var(--grau-hell);
}

/* ---------- Pakete ---------- */
.pakete {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}
.paket {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border: 1px solid var(--linie);
  border-radius: 18px;
  background: var(--weiss);
}
.paket__nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--rot);
  color: var(--weiss);
  font-weight: 600;
}
.paket h4 { font-size: 22px; margin-bottom: 8px; }
.paket__zusatz {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--rot);
}
.paket .merkmale { flex: 1 1 auto; }
.paket .merkmale li { font-size: 15px; color: var(--grau); }
.paket__schluss {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--linie);
  font-size: 15px;
  color: var(--grau);
}

.hinweis-band {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bereich--weiss .hinweis-band {
  background: var(--grau-hell);
  color: var(--rot);
}

/* ---------- Kontakt ---------- */
.kontakt {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.kontakt__wege {
  display: grid;
  gap: 18px;
}

.kontakt__weg {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid var(--linie);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color var(--uebergang), box-shadow var(--uebergang);
}
.kontakt__weg:hover {
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(13, 20, 26, 0.12);
}
.kontakt__symbol {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--rot);
  color: var(--weiss);
}
.kontakt__symbol svg { width: 21px; height: 21px; fill: currentColor; }
.kontakt__weg > span { min-width: 0; }
.kontakt__weg b { display: block; font-size: 14px; color: var(--grau); font-weight: 500; }
.kontakt__weg span { font-size: 18px; font-weight: 600; }

.kontakt__anschrift {
  margin-top: 8px;
  padding: 24px 26px;
  border-radius: 16px;
  background: var(--grau-hell);
  font-size: 16px;
  line-height: 1.7;
}

/* ---------- Formular ---------- */
.formular {
  min-width: 0;
  padding: 40px;
  border: 1px solid var(--linie);
  border-radius: 20px;
}

.feld { margin-bottom: 22px; }
.feld label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.feld input[type="text"],
.feld input[type="email"],
.feld textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--linie);
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  color: var(--dunkel);
  background: var(--weiss);
  transition: border-color var(--uebergang);
}
.feld textarea { min-height: 150px; resize: vertical; }
.feld input:focus, .feld textarea:focus {
  outline: none;
  border-color: var(--rot);
}

.wahl {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wahl legend {
  padding: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.wahl__punkt { position: relative; }
.wahl__punkt input {
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
}
.wahl__punkt span {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid var(--linie);
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color var(--uebergang), border-color var(--uebergang), color var(--uebergang);
}
.wahl__punkt input:checked + span {
  background: var(--rot);
  border-color: var(--rot);
  color: var(--weiss);
}
.wahl__punkt input:focus-visible + span { outline: 3px solid var(--rot); outline-offset: 2px; }

.formular__fuss {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.formular__hinweis {
  flex: 1 1 260px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--grau);
}
.formular__hinweis a { color: var(--rot); }

/* ---------- FAQ, Uebernahme des vorhandenen Bausteins ---------- */
.dhm-faq {
  --faq-frage: #d71920;
  --faq-antwort: rgb(17, 17, 17);
  --faq-linie: rgba(17, 17, 17, 0.12);
  --faq-schrift: Poppins, Arial, sans-serif;
  max-width: 880px;
  margin: 0 auto;
  font-family: var(--faq-schrift);
  color: var(--faq-antwort);
}

.faq-punkt { border-bottom: 1px solid var(--faq-linie); }
.faq-punkt:first-child { border-top: 1px solid var(--faq-linie); }

.faq-knopf {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--faq-frage);
  text-align: left;
  cursor: pointer;
}

.faq-knopf:hover { opacity: 0.75; }
.faq-knopf:focus-visible { outline: 2px solid var(--faq-frage); outline-offset: 2px; }

.faq-zeichen {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.faq-zeichen::before,
.faq-zeichen::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--faq-frage);
  transition: transform 250ms ease, opacity 250ms ease;
}

.faq-zeichen::before {
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-zeichen::after {
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.faq-knopf[aria-expanded="true"] .faq-zeichen::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-huelle {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.faq-punkt.ist-offen .faq-huelle { grid-template-rows: 1fr; }

.faq-inhalt { overflow: hidden; }

.faq-text {
  margin: 0;
  padding: 0 4px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--faq-antwort);
}

.faq-fuss { margin-top: 48px; text-align: center; }

/* ---------- Fussbereich ---------- */
.fuss {
  background: var(--fuss);
  color: var(--weiss);
  padding: 56px 0 28px;
}

.fuss__gitter {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

/* Ohne min-width:0 zieht die lange Mailadresse die Spalte auf und sprengt
   auf 320 Pixel die Spur. */
.fuss__gitter > * { min-width: 0; }
.fuss__liste a { overflow-wrap: anywhere; }

.fuss__marke img { width: 178px; height: auto; margin-bottom: 18px; }
.fuss__spruch {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 600;
}
.fuss__anschrift {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}
.fuss__anschrift b { color: var(--weiss); font-weight: 600; }

.fuss__titel {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.fuss__liste {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fuss__liste li { margin-bottom: 10px; }
.fuss__liste a {
  font-size: 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
  transition: color var(--uebergang);
}
.fuss__liste a:hover { color: var(--rot); }

.fuss__sozial {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.fuss__sozial a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--weiss);
  transition: background-color var(--uebergang);
}
.fuss__sozial a:hover { background: var(--rot); }
.fuss__sozial svg { width: 17px; height: 17px; fill: currentColor; }

.fuss__unten {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.fuss__siegel { margin: 0; max-width: 640px; }

/* ---------- Rechtstexte ---------- */
.rechtstext { max-width: 860px; margin: 0 auto; }
.rechtstext h1 { font-size: 44px; margin-bottom: 34px; }
.rechtstext h2 {
  font-size: 26px;
  margin: 46px 0 16px;
  padding-top: 26px;
  border-top: 1px solid var(--linie);
}
.rechtstext h3 { font-size: 20px; margin: 30px 0 12px; }
.rechtstext p, .rechtstext li { font-size: 16px; line-height: 1.75; color: var(--grau); }
.rechtstext ul { padding-left: 22px; margin: 0 0 18px; }
.rechtstext li { margin-bottom: 8px; }
.rechtstext a { color: var(--rot); }
.rechtstext__stand {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--linie);
  font-size: 14px;
  color: var(--grau);
}

/* ---------- Hinweisleiste Datenschutz ---------- */
.hinweisleiste {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 120;
  max-width: 560px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 18px;
  background: var(--weiss);
  color: var(--dunkel);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transform: translateY(140%);
  opacity: 0;
  visibility: hidden;
  transition: transform 320ms ease, opacity 320ms ease, visibility 320ms;
}
.hinweisleiste.ist-sichtbar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.hinweisleiste h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.hinweisleiste p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--grau);
}
.hinweisleiste a { color: var(--rot); }
.hinweisleiste__knoepfe {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hinweisleiste__knoepfe .knopf {
  flex: 1 1 auto;
  padding: 13px 26px;
  font-size: 15px;
}
.hinweisleiste__auswahl {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.hinweisleiste__auswahl li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--linie);
  font-size: 14px;
}
.hinweisleiste__auswahl b { display: block; font-size: 15px; }
.hinweisleiste__auswahl span { color: var(--grau); }
.hinweisleiste__marke {
  flex: 0 0 auto;
  margin-top: 3px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--grau-hell);
  font-size: 12px;
  font-weight: 600;
  color: var(--grau);
}

/* ---------- 404 ---------- */
.fehlerseite {
  padding: 140px 0;
  text-align: center;
}
.fehlerseite__code {
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  color: var(--rot);
  margin: 0 0 12px;
}

/* ---------- Einblenden beim Scrollen ---------- */
.taucht-auf {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}
.taucht-auf.ist-da {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   Umbrueche
   ========================================================================== */

@media (max-width: 1180px) {
  .navi__liste { gap: 22px; }
  .kopf__logo img { width: 200px; }
  .kopf__knopf { padding: 12px 24px; }
}

@media (max-width: 1023px) {
  .bereich__kopf h2 { font-size: 36px; }
  .paar__text h2 { font-size: 34px; }
  .strecke h3 { font-size: 23px; }

  h1 { font-size: 44px; }
  h2 { font-size: 40px; }
  h3 { font-size: 36px; }
  h6 { font-size: 21px; }

  .bereich { padding: 64px 0; }

  .kopf__schalter { display: block; position: relative; }

  /* Das geschlossene Menue bleibt bewusst innerhalb der Bildschirmbreite.
     Ein Panel, das per translateX(100%) daneben geparkt wird, blaeht die
     Dokumentbreite auf und erzeugt auf manchen Geraeten ein Wackeln nach
     rechts. Deshalb ueber Deckkraft und einen kleinen Versatz nach oben. */
  .kopf__navi {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--kopf-hoehe, 92px);
    bottom: 0;
    margin: 0;
    padding: 26px var(--rand) 40px;
    background: var(--weiss);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms;
  }
  .kopf__navi.ist-offen {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }

  .kopf__navi { display: block; gap: 0; }

  .navi__liste {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .navi__liste li { border-bottom: 1px solid var(--linie); }
  .navi__verweis {
    display: block;
    padding: 18px 2px;
    font-size: 19px;
  }

  .kopf__zusatz {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    margin-top: 30px;
  }
  .kopf__sozial { order: 2; justify-content: center; }
  .kopf__knopf { order: 1; width: 100%; padding: 16px 30px; font-size: 16px; }

  body.menue-offen { overflow: hidden; }

  .paar { grid-template-columns: 1fr; gap: 40px; }
  .paar--gedreht .paar__bild { order: 0; }
  .paar__bild { max-height: 520px; }

  .karten { grid-template-columns: 1fr; gap: 20px; }
  .pakete { grid-template-columns: 1fr; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .kontakt { grid-template-columns: 1fr; gap: 40px; }

  .fuss__gitter { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .fuss__marke { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --rand: 16px; }

  .bereich__kopf h2 { font-size: 28px; }
  .paar__text h2 { font-size: 27px; }
  .strecke h3 { font-size: 20px; }

  h1 { font-size: 34px; }
  h2 { font-size: 30px; }
  h3 { font-size: 28px; }
  h4 { font-size: 25px; }
  h5 { font-size: 22px; }
  h6 { font-size: 20px; }

  body { font-size: 15px; }

  .bereich { padding: 52px 0; }

  .kopf__spur { padding: 16px var(--rand); }
  .kopf__logo img { width: 168px; }

  .aufmacher { min-height: 560px; }
  .aufmacher__inhalt { padding: 80px 0; }
  .aufmacher__text { font-size: 16px; }
  .aufmacher__knoepfe .knopf { width: 100%; }

  .seitenkopf { padding: 62px 0 46px; }
  .seitenkopf__unterzeile { font-size: 17px; }
  .seitenkopf__text { font-size: 16px; }

  .knopf { width: 100%; padding: 15px 28px; }
  .knopf--breit { padding: 16px 30px; font-size: 16px; }
  .kontakt__weg .knopf { width: auto; }

  .karte { padding: 30px 24px; }
  .formular { padding: 26px 20px; }
  .galerie { grid-template-columns: 1fr; }
  .strecke .merksatz { padding: 20px 22px; font-size: 17px; }
  .leitsatz { font-size: 19px; }

  .ablauf li { padding-left: 56px; }
  .ablauf li::before { width: 38px; height: 38px; font-size: 15px; }
  .ablauf li:not(:last-child)::after { left: 19px; top: 46px; }

  .fuss { padding: 44px 0 24px; }
  .fuss__gitter { grid-template-columns: 1fr 1fr; gap: 28px; }
  .fuss__unten { flex-direction: column; align-items: flex-start; }

  .rechtstext h1 { font-size: 32px; }
  .rechtstext h2 { font-size: 22px; }

  .hinweisleiste { padding: 22px 20px; }
  .hinweisleiste__knoepfe .knopf { width: 100%; flex: 1 1 100%; }

  .faq-knopf { font-size: 16px; padding: 18px 2px; }
  .faq-text { font-size: 14px; padding-bottom: 18px; }

  .fehlerseite { padding: 90px 0; }
  .fehlerseite__code { font-size: 68px; }
}

@media (max-width: 400px) {
  .fuss__gitter { grid-template-columns: 1fr; gap: 26px; }

  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  h3 { font-size: 25px; }
  .knopf { padding: 14px 20px; font-size: 15px; }
  .knopf--breit { padding: 15px 22px; font-size: 15px; }
  .wahl__punkt span { padding: 10px 16px; font-size: 14px; }
  .kontakt__weg { padding: 20px 18px; gap: 14px; }
  .kontakt__weg span { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .taucht-auf { opacity: 1; transform: none; }
  .faq-huelle { transition: none; }
}
