/* ========================================================================
   MOSEL SPRIZZ — Stylesheet
   Farbwelt: Cremeweiß (Ape), warmes Holz (Bar), Nacht-Schwarz, Aperol-Orange
   ======================================================================== */

/* ---------- Schriften (lokal gehostet, DSGVO-konform) ---------- */
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../assets/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --creme:       #F6F1E7;
  --creme-tief:  #EDE5D3;
  --ink:         #1C1712;
  --ink-weich:   #4A4238;
  --orange:      #E4581C;
  --orange-tief: #C74812;
  --holz:        #9A7B5C;
  --gruen:       #4E7A4C;
  --gruen-hell:  #E4EEDF;
  --grau:        #C9C2B4;

  --serif: "Fraunces", Georgia, serif;
  --sans:  "Instrument Sans", -apple-system, sans-serif;

  --rand: clamp(1.25rem, 5vw, 5rem);
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--creme);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); letter-spacing: -0.01em; }
h2 em, h1 em { font-style: italic; color: var(--orange); }

.kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.kicker::before { content: ""; width: 2rem; height: 1px; background: currentColor; }
.kicker--hell { color: var(--creme); }

.abschnitt { padding: clamp(4.5rem, 10vw, 8.5rem) var(--rand); }

/* ---------- Scroll-Reveal ---------- */
.anim { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1); }
.anim.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .anim { opacity: 1; transform: none; transition: none; }
  .ticker__spur { animation: none !important; }
  .hero__pfeil { animation: none; }
  .btn:hover,
  .tag--frei:hover,
  .galerie__raster figure:hover img,
  .galerie__punkte i.aktiv {
    transform: none;
  }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--creme);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
}
.btn:active { transform: scale(0.97); transition: transform 120ms ease-out; }
.btn--ghost { background: transparent; color: var(--creme); border-color: var(--creme); }
.btn--ghost:hover { background: var(--creme); color: var(--ink); border-color: var(--creme); }
.btn--klein { padding: 0.55rem 1.25rem; font-size: 0.85rem; }
.btn--voll { width: 100%; font-size: 1.05rem; padding: 1.05rem; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem var(--rand);
  color: var(--creme);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
/* Abdunkler unter der transparenten Leiste: verhindert, dass die Hero-Überschrift
   beim Scrollen mit dem Logo verschmilzt. Blendet aus, sobald die Leiste fest wird. */
.nav::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 220%;
  background: linear-gradient(
    to bottom,
    rgba(28, 23, 18, 0.72) 0%,
    rgba(28, 23, 18, 0.42) 45%,
    rgba(28, 23, 18, 0) 100%
  );
  opacity: 1;
  transition: opacity 0.35s;
  pointer-events: none;
  z-index: -1;
}

.nav--fest::before { opacity: 0; }

.nav--fest {
  background: rgba(246, 241, 231, 0.92);
  backdrop-filter: blur(10px);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(28, 23, 18, 0.08);
  padding-block: 0.6rem;
}
.nav--fest .btn--klein { background: var(--ink); color: var(--creme); }
.nav__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.nav__glas { width: 17px; height: auto; }
.nav__links { display: flex; gap: 1.75rem; }
.nav__links a {
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.nav__links a:hover { opacity: 1; }
@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__brand { font-size: 1rem; letter-spacing: 0.1em; }
  .nav .btn--klein { padding: 0.5rem 1rem; font-size: 0.8rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--creme);
}
.hero__bild {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 15, 10, 0.82) 0%, rgba(20, 15, 10, 0.25) 45%, rgba(20, 15, 10, 0.35) 100%);
}
.hero__inhalt {
  position: relative;
  z-index: 1;
  padding: 0 var(--rand) clamp(4rem, 9vw, 7rem);
  max-width: 60rem;
}
.hero__sub { max-width: 34rem; margin: 1.4rem 0 2.2rem; font-size: clamp(1rem, 1.6vw, 1.15rem); opacity: 0.92; }
.hero__cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero__pfeil {
  position: absolute;
  right: var(--rand);
  bottom: 2rem;
  z-index: 1;
  color: var(--creme);
  text-decoration: none;
  font-size: 1.4rem;
  animation: nicken 2.2s ease-in-out infinite;
}
@keyframes nicken { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@media (max-width: 720px) { .hero__pfeil { display: none; } }

/* ---------- Ticker ---------- */
.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--creme);
  padding: 0.8rem 0;
  border-block: 1px solid var(--ink);
}
.ticker__spur {
  display: flex;
  width: max-content;
  white-space: nowrap;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  animation: laufen 28s linear infinite;
}
@keyframes laufen { to { transform: translateX(-50%); } }

/* ---------- Story + Team ---------- */
.story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-areas: "text bild" "team bild";
  column-gap: clamp(2.5rem, 6vw, 6rem);
  row-gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}
.story__text { grid-area: text; }
.story__text p, .story__team p { margin-bottom: 1.15rem; max-width: 36rem; }
.story__text h2, .story__team h2 { margin-bottom: 1.5rem; }
.story__zitat {
  margin-top: 2rem;
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--orange);
}
.story__zitat span {
  display: block;
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-weich);
  margin-top: 0.3rem;
}
.story__bild {
  grid-area: bild;
  position: sticky;
  top: 5.5rem;
}
.story__bild img {
  border-radius: var(--radius);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 24px 24px 0 var(--creme-tief);
}
.story__team {
  grid-area: team;
  border-top: 1px solid rgba(28, 23, 18, 0.14);
  padding-top: clamp(2rem, 4vw, 3rem);
}
.story__team h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.team__versprechen {
  margin-top: 2rem;
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--holz);
}
@media (max-width: 860px) {
  .story {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "bild" "team";
  }
  .story__bild { position: static; }
  .story__bild img { box-shadow: none; max-height: 70vh; width: 100%; }
}

/* ---------- Ablauf (vertikale Timeline) ---------- */
.ablauf { background: var(--creme-tief); }
.ablauf__kopf { max-width: 40rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ablauf__schritte { list-style: none; max-width: 70rem; }
.ablauf__schritte li {
  position: relative;
  display: grid;
  grid-template-columns: 2.6rem clamp(11rem, 22vw, 16rem) 1fr;
  column-gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.ablauf__schritte li:not(:last-child) { padding-bottom: clamp(2.25rem, 5vw, 3.5rem); }
/* Gestrichelte Route zwischen den Stationen */
.ablauf__schritte li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 3rem;
  bottom: 0.4rem;
  border-left: 1.5px dashed rgba(228, 88, 28, 0.45);
}
.ablauf__nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1.5px solid var(--orange);
  color: var(--orange);
  background: var(--creme-tief);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
}
.ablauf__schritte h3 { font-size: 1.5rem; padding-top: 0.3rem; }
.ablauf__schritte p { color: var(--ink-weich); font-size: 1rem; max-width: 40rem; padding-top: 0.55rem; }
@media (max-width: 860px) {
  .ablauf__schritte li { grid-template-columns: 2.6rem 1fr; }
  .ablauf__schritte h3 { grid-column: 2; }
  .ablauf__schritte p { grid-column: 2; padding-top: 0.5rem; }
}

/* ---------- Platzhalter (zu ersetzende Angaben) ---------- */
.platzhalter { background: rgba(228, 88, 28, 0.14); padding: 0.06em 0.3em; border-radius: 4px; }

/* ---------- Galerie ---------- */
.galerie__kopf { max-width: 40rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.galerie__raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.galerie__raster figure:nth-child(even) { transform: translateY(2.5rem); }
.galerie__raster img {
  border-radius: var(--radius);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.galerie__raster figure { overflow: hidden; border-radius: var(--radius); }
@media (hover: hover) and (pointer: fine) {
  .galerie__raster figure:hover img { transform: scale(1.02); }
}
.galerie__raster figcaption {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-weich);
  margin-top: 0.7rem;
}
.galerie__punkte { display: none; }
@media (max-width: 720px) {
  .galerie__raster figure:nth-child(even) { transform: none; }
  .galerie__raster {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: calc(-1 * var(--rand));
    padding-inline: var(--rand);
    scroll-padding-inline: var(--rand);
    scrollbar-width: none;
  }
  .galerie__raster::-webkit-scrollbar { display: none; }
  .galerie__raster figure {
    flex: 0 0 min(78%, 20rem);
    scroll-snap-align: center;
  }
  /* Kein translateY im Snap-Container: dessen Ende löst ein Re-Snap zum Anfang aus */
  .galerie__raster figure.anim { transform: none; transition: opacity 0.7s ease; }
  .galerie__punkte {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.4rem;
  }
  .galerie__punkte i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(28, 23, 18, 0.18);
    transition: background 150ms ease-out, transform 150ms ease-out;
  }
  .galerie__punkte i.aktiv {
    background: var(--orange);
    transform: scale(1.3);
  }
}

/* ---------- FAQ ---------- */
.faq__kopf { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.faq__liste { max-width: 46rem; }
.faq__liste details { border-top: 1px solid rgba(28, 23, 18, 0.14); }
.faq__liste details:last-child { border-bottom: 1px solid rgba(28, 23, 18, 0.14); }
.faq__liste summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  transition: color 0.2s;
}
.faq__liste summary::-webkit-details-marker { display: none; }
.faq__liste summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--orange);
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.faq__liste details[open] summary::after { transform: rotate(45deg); }
.faq__liste summary:hover { color: var(--orange-tief); }
.faq__liste details p { padding: 0 0 1.35rem; color: var(--ink-weich); max-width: 40rem; }

/* ---------- Kalender ---------- */
.termine { background: var(--creme-tief); }
.termine__kopf { max-width: 40rem; margin-bottom: 2.5rem; }
.termine__hinweis { margin-top: 0.9rem; color: var(--ink-weich); }
.kalender {
  background: var(--creme);
  border: 1px solid rgba(28, 23, 18, 0.07);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  max-width: 34rem;
}
.kalender__leiste { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.kalender__monat { font-size: 1.35rem; }
.kalender__nav {
  background: none;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1rem;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.kalender__nav:hover:not(:disabled) { background: var(--ink); color: var(--creme); }
.kalender__nav:disabled { opacity: 0.25; cursor: default; }
.kalender__wochentage, .kalender__raster {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}
.kalender__wochentage span {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-weich);
  padding-bottom: 0.5rem;
}
.tag {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  border: none;
  background: none;
  font-family: var(--sans);
  color: var(--ink);
}
.tag--leer { visibility: hidden; }
.tag--vergangen { color: var(--grau); }
.tag--belegt { background: rgba(28, 23, 18, 0.05); color: var(--grau); text-decoration: line-through; }
.tag--frei {
  background: var(--gruen-hell);
  color: var(--gruen);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .tag--frei:hover { background: var(--gruen); color: #fff; transform: scale(1.04); }
}
.tag--heute { outline: 1.5px solid var(--orange); outline-offset: -1.5px; }
.kalender__status { margin-top: 1rem; font-size: 0.88rem; color: var(--ink-weich); min-height: 1.2em; }
.kalender__legende { display: flex; gap: 1.5rem; margin-top: 0.75rem; font-size: 0.85rem; color: var(--ink-weich); }
.kalender__legende span { display: flex; align-items: center; gap: 0.45rem; }
.dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.dot--frei { background: var(--gruen); }
.dot--belegt { background: var(--grau); }

/* ---------- Anfrage ---------- */
.anfrage { background: var(--ink); color: var(--creme); }
.anfrage__kopf { max-width: 40rem; margin-bottom: 2.75rem; }
.anfrage__kopf p:last-child { margin-top: 1rem; opacity: 0.8; }
.anfrage h2 em { color: var(--orange); }
.formular { max-width: 46rem; }
.formular__reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 640px) { .formular__reihe { grid-template-columns: 1fr; } }
.formular label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
.formular .optional { font-weight: 400; opacity: 0.6; }
.formular input, .formular select, .formular textarea {
  display: block;
  width: 100%;
  margin-top: 0.45rem;
  padding: 0.85rem 1rem;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--creme);
  background: rgba(246, 241, 231, 0.06);
  border: 1px solid rgba(246, 241, 231, 0.25);
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.formular input::placeholder, .formular textarea::placeholder { color: rgba(246, 241, 231, 0.4); }
.formular input:focus, .formular select:focus, .formular textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: rgba(246, 241, 231, 0.1);
}
.formular select { appearance: none; }
.formular select option { color: var(--ink); }
.formular input[type="date"] { color-scheme: dark; }
.formular textarea { resize: vertical; }
.formular .btn--voll { background: var(--orange); border-color: var(--orange); margin-top: 0.5rem; }
.formular .btn--voll:hover { background: var(--orange-tief); border-color: var(--orange-tief); }
.info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.35rem;
  border: 1px solid rgba(246, 241, 231, 0.5);
  border-radius: 50%;
  font-size: 0.68rem;
  font-style: italic;
  font-family: var(--serif);
  cursor: help;
  vertical-align: text-bottom;
}
.info:hover, .info:focus { border-color: var(--orange); color: var(--orange); outline: none; }
.info__text {
  position: absolute;
  bottom: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: 15rem;
  background: var(--creme);
  color: var(--ink);
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out, transform 150ms ease-out;
  z-index: 5;
}
.info__text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--creme);
}
.info:hover .info__text, .info:focus .info__text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 640px) {
  .info__text { left: auto; right: -1rem; transform: translateY(4px); }
  .info__text::after { left: auto; right: 1.15rem; transform: none; }
  .info:hover .info__text, .info:focus .info__text { transform: translateY(0); }
}
.hp { position: absolute; left: -9999px; height: 0; opacity: 0; }
.formular__status { margin-top: 1rem; min-height: 1.4em; font-size: 0.95rem; }
.formular__status.ok { color: #9BC88F; }
.formular__status.fehler { color: #F0A080; }

/* ---------- Breite Screens: Kopf links, Inhalt rechts ---------- */
@media (min-width: 1000px) {
  .termine, .faq, .anfrage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    column-gap: clamp(3rem, 6vw, 7rem);
    align-items: start;
  }
  .termine__kopf, .faq__kopf, .anfrage__kopf {
    margin-bottom: 0;
    position: sticky;
    top: 6.5rem;
  }
  .kalender { max-width: 34rem; justify-self: end; width: 100%; }
  .faq__liste { max-width: none; }
  .formular { max-width: none; }
}

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--creme); padding: 0 var(--rand) 2.5rem; }
.footer__oben {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(246, 241, 231, 0.15);
}
.footer__marke {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer__insta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--creme);
  text-decoration: none;
  font-weight: 600;
  padding: 0.7rem 1.4rem;
  border: 1.5px solid rgba(246, 241, 231, 0.4);
  border-radius: 999px;
  transition: border-color 0.2s, color 0.2s;
}
.footer__insta:hover { border-color: var(--orange); color: var(--orange); }
.footer__insta svg { width: 20px; height: 20px; }
.footer__unten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
  opacity: 0.75;
}
.footer__unten a { color: inherit; text-decoration: none; }
.footer__unten a:hover { text-decoration: underline; }
.footer__unten nav { display: flex; gap: 1.5rem; }

/* ---------- Rechtliche Seiten ---------- */
.recht {
  max-width: 44rem;
  margin: 0 auto;
  padding: 8rem var(--rand) 4rem;
}
.recht h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 2rem; }
.recht h2 { font-size: 1.4rem; margin: 2.25rem 0 0.75rem; }
.recht p { margin-bottom: 1rem; }
.recht a { color: var(--orange); }
