@charset "UTF-8";
/* ==========================================================================
   ichbinkeineinzelfall.ch — Stylesheet
   Palette der Vorlage : Creme-Grund, Marineblau, Signal-Orange.
   Systemschriften, keine externen Ressourcen, kein Tracking.
   ========================================================================== */

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

:root {
  --creme:        #f4f1ec;
  --creme-tief:   #ece8e0;
  --weiss:        #ffffff;
  --marine:       #101f33;
  --marine-tief:  #0b1626;
  --orange:       #e8430f;
  --orange-hell:  #fbe9e2;
  --tinte:        #1c2836;
  --tinte-sanft:  #55606d;
  --linie:        #d9d3c8;

  --schrift: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
             "Helvetica Neue", Arial, sans-serif;
  --breite: 1120px;
  --rand: clamp(1.1rem, 4vw, 2.5rem);
  --rund: 14px;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

body {
  font-family: var(--schrift);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--tinte);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }
p a, li a {
  color: var(--marine);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
p a:hover, li a:hover { color: var(--orange); }

.hoelle { max-width: var(--breite); margin-inline: auto; padding-inline: var(--rand); }

.hors-ecran {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ------------------------------------------------------------- Kopfzeile */
.kopf { padding: 1.4rem 0; }
.kopf__zeile { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.marke {
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--marine);
  text-transform: lowercase;
}
.marke .punkt { color: var(--orange); }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--tinte);
  padding: 0.4rem 0.1rem;
}
.nav a:hover { color: var(--orange); }
.nav .knopf { margin-left: 0.4rem; }

@media (max-width: 46rem) {
  .nav { gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
  .nav a:not(.knopf) { display: none; }
}

/* ----------------------------------------------------------------- Knöpfe */
.knopf {
  display: inline-flex; align-items: center; gap: 0.55rem;
  min-height: 46px;
  padding: 0.72rem 1.45rem;
  background: var(--orange);
  color: #fff !important;
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.knopf:hover { background: #c93507; border-color: #c93507; }
.knopf--zart {
  background: transparent;
  color: var(--marine) !important;
  border-color: var(--marine);
}
.knopf--zart:hover { background: var(--marine); color: #fff !important; }
.knopf--dunkel {
  background: var(--marine);
  border-color: var(--marine);
}
.knopf--dunkel:hover { background: var(--marine-tief); border-color: var(--marine-tief); }

/* ------------------------------------------------------------------- Hero */
.hero { padding: 2.5rem 0 4rem; }
.hero__gitter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}
@media (max-width: 56rem) { .hero__gitter { grid-template-columns: 1fr; } }

.uebertitel {
  display: inline-block;
  color: var(--orange);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--marine);
}
.hero h1 .akzent { color: var(--orange); }

.hero__satz {
  margin-top: 1.4rem;
  max-width: 30rem;
  font-size: 1.12rem;
  color: var(--tinte-sanft);
}

.hero__aktionen { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

/* Collage */
.collage { position: relative; min-height: 30rem; }
@media (max-width: 56rem) { .collage { min-height: 24rem; margin-top: 1rem; } }
.collage img {
  position: absolute;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 40px -18px rgba(16, 31, 51, 0.35);
}
.collage__gross { width: 62%; aspect-ratio: 4 / 5; top: 0; left: 0; }
.collage__klein1 { width: 34%; aspect-ratio: 3 / 4; top: 7%; right: 0; }
.collage__klein2 { width: 40%; aspect-ratio: 3 / 4; bottom: 0; right: 8%; }
.collage__hinweis {
  position: absolute; right: 0; bottom: -1.9rem;
  font-size: 0.8rem; color: var(--tinte-sanft);
}
.abzeichen {
  position: absolute; left: 46%; bottom: 4%;
  width: 7.6rem; height: 7.6rem;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: var(--weiss);
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.15;
  transform: rotate(-8deg);
  padding: 0.8rem;
  box-shadow: 0 12px 28px -14px rgba(16, 31, 51, 0.4);
}

/* ----------------------------------------------------------- Laufband */
.band {
  background: var(--marine);
  color: var(--creme);
  padding: 1.05rem 0;
  overflow: hidden;
}
.band__zeile {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.9rem 1.2rem;
  font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em;
}
.band__punkt { color: var(--orange); }

/* ---------------------------------------------------------- Abschnitte */
.abschnitt { padding: 4.5rem 0; }
.abschnitt--weiss { background: var(--weiss); }
.abschnitt--tief { background: var(--creme-tief); }

.zweispalt {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
}
@media (max-width: 56rem) { .zweispalt { grid-template-columns: 1fr; } }

h2 {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--marine);
}
.untertitel { margin-top: 1rem; color: var(--tinte-sanft); max-width: 22rem; }

.fliess p + p { margin-top: 1.15rem; }

/* ------------------------------------------------------------- Themen */
.karten {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
@media (max-width: 56rem) { .karten { grid-template-columns: 1fr; } }

.karte {
  background: var(--weiss);
  border-radius: var(--rund);
  overflow: hidden;
  box-shadow: 0 10px 30px -18px rgba(16, 31, 51, 0.25);
}
.karte img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.karte__inhalt { padding: 1.3rem 1.4rem 1.6rem; }
.karte__etikett {
  color: var(--orange);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.karte h3 {
  margin-top: 0.5rem;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  color: var(--marine);
}
.karte p { margin-top: 0.55rem; font-size: 0.98rem; color: var(--tinte-sanft); }

/* ------------------------------------------------------- Wegweiser */
.wege { margin-top: 0.6rem; display: grid; gap: 0; }
.weg {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 0.2rem;
  border-bottom: 1px solid var(--linie);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--marine);
  min-height: 46px;
}
.weg:first-child { border-top: 1px solid var(--linie); }
.weg .pfeil { color: var(--orange); flex: 0 0 auto; transition: transform 0.15s ease; }
.weg:hover .pfeil { transform: translateX(4px); }
.weg small { display: block; font-weight: 500; color: var(--tinte-sanft); font-size: 0.88rem; }

.krisenhinweis {
  margin-top: 1.6rem;
  padding: 1rem 1.2rem;
  background: var(--orange-hell);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--rund) var(--rund) 0;
  font-size: 0.97rem;
}

/* ------------------------------------------------------------ CTA-Band */
.cta {
  background: var(--orange);
  color: #fff;
  padding: 3.2rem 0;
}
.cta__zeile {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 1.5rem;
}
.cta h2 { color: #fff; }
.cta p { margin-top: 0.5rem; color: #ffe3d8; }

/* ---------------------------------------------------------------- Fuss */
.fuss { background: var(--marine); color: #c6cedb; padding: 3.5rem 0 2rem; }
.fuss__gitter {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
}
@media (max-width: 46rem) { .fuss__gitter { grid-template-columns: 1fr; } }
.fuss .marke { color: #fff; }
.fuss__leit { margin-top: 0.9rem; font-size: 0.92rem; max-width: 16rem; }
.fuss h3 {
  color: #fff; font-size: 0.85rem; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 0.9rem;
}
.fuss ul { list-style: none; display: grid; gap: 0.45rem; }
.fuss a { color: #c6cedb; text-decoration: none; font-size: 0.97rem; padding-block: 0.2rem; display: inline-block; }
.fuss a:hover { color: #fff; }
.fuss__unten {
  margin-top: 2.6rem; padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem;
  font-size: 0.88rem;
}
.fuss__unten .punkt { color: var(--orange); margin-inline: 0.4rem; }

/* --------------------------------------------------- Unterseiten (Text) */
.seite { padding: 3rem 0 4.5rem; }
.seite__kern { max-width: 46rem; }
.seite h1 {
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  letter-spacing: -0.03em; line-height: 1.05;
  color: var(--marine);
}
.seite h2 { font-size: 1.45rem; margin-top: 2.4rem; }
.seite p { margin-top: 1rem; }
.seite ul { margin: 1rem 0 0 1.2rem; }
.seite li + li { margin-top: 0.45rem; }
.kontaktkarte {
  margin-top: 2rem;
  background: var(--weiss);
  border-radius: var(--rund);
  padding: 1.8rem;
  box-shadow: 0 10px 30px -18px rgba(16, 31, 51, 0.25);
}
.kontaktkarte .knopf { margin-top: 1.2rem; }
