/* Source Sans 3, vom eigenen Server ausgeliefert (SIL Open Font License,
   Lizenztext liegt als schriften/OFL.txt daneben). Keine Verbindung zu
   Google, damit keine IP-Adressen von Besuchern dorthin gehen. */
@font-face {
  font-family: "Source Sans 3";
  src: url("schriften/sourcesans3.woff2") format("woff2");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ground:      #F5F7F6;
  --surface:     #FFFFFF;
  --surface-2:   #E9EEEC;
  --ink:         #364D4D;
  --ink-soft:    #4E6565;
  --ink-mute:    #5A7070;
  --line:        #DBE3E1;
  --line-strong: #C2CECB;
  --accent:      #F07D00;
  --accent-hover:#D96F00;
  --accent-ink:  #1E2B2B;
  --link:        #00627F;
  --dot-1:       #F07D00;
  --dot-2:       #007FA3;
  --dot-3:       #002E6D;
  --dot-4:       #C8102E;
  --dot-5:       #969100;
  --soft-shadow: 0 2px 10px -4px rgba(54, 77, 77, .28);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground:      #1A2222;
    --surface:     #222E2E;
    --surface-2:   #2B3939;
    --ink:         #E3EAE8;
    --ink-soft:    #B4C3C1;
    --ink-mute:    #95A7A5;
    --line:        #354544;
    --line-strong: #475958;
    --accent:      #FF9838;
    --accent-hover:#FFAD5E;
    --accent-ink:  #1E2B2B;
    --link:        #6FC0DC;
    --dot-2:       #45AECC;
    --dot-3:       #9CC0EA;
    --dot-4:       #E8617A;
    --dot-5:       #C2BC3C;
    --soft-shadow: 0 2px 12px -4px rgba(0, 0, 0, .6);
  }
}

:root[data-theme="dark"] {
  --ground:      #1A2222;
  --surface:     #222E2E;
  --surface-2:   #2B3939;
  --ink:         #E3EAE8;
  --ink-soft:    #B4C3C1;
  --ink-mute:    #95A7A5;
  --line:        #354544;
  --line-strong: #475958;
  --accent:      #FF9838;
  --accent-hover:#FFAD5E;
  --accent-ink:  #1E2B2B;
  --link:        #6FC0DC;
  --dot-2:       #45AECC;
  --dot-3:       #9CC0EA;
  --dot-4:       #E8617A;
  --dot-5:       #C2BC3C;
  --soft-shadow: 0 2px 12px -4px rgba(0, 0, 0, .6);
}

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

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: "Source Sans 3", "Source Sans Pro", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-weight: 300;
  color: var(--ink);
  text-wrap: balance;
  margin: 0;
  line-height: 1.18;
}
h3 { font-weight: 600; color: var(--ink); margin: 0; line-height: 1.4; }
p { margin: 0; }
a { color: var(--link); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}
img { max-width: 100%; height: auto; }

.wrap {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
  padding-inline: 20px;
}

.skip {
  position: absolute;
  left: -9999px;
  background: var(--surface);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: 8px;
  z-index: 10;
}
.skip:focus { left: 10px; top: 10px; }

/* ---------- Kopf ---------- */

.site-head {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 5;
  background: color-mix(in srgb, var(--ground) 90%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 32px;
  padding-block: 16px;
}
.head-logo { display: block; flex: 0 0 auto; }
.head-logo img { width: 196px; display: block; }

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin-left: auto;
  align-items: center;
}
.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 1rem;
  padding: 4px 2px;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--ink); border-bottom-color: var(--accent); }

/* ---------- Bausteine ---------- */

section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.sec-alt { background: var(--surface); border-block: 1px solid var(--line); }

.eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 14px;
}

h1 { font-size: clamp(2.125rem, 5.6vw, 3.25rem); max-width: 19ch; margin-bottom: 1.25rem; }
h2 { font-size: clamp(1.625rem, 3.6vw, 2.25rem); }
h3 { font-size: 1.0625rem; }

.lede { font-size: clamp(1.0625rem, 2vw, 1.1875rem); color: var(--ink-soft); max-width: 40rem; }
.prose { max-width: 38rem; display: grid; gap: 1rem; color: var(--ink-soft); }

.btn {
  display: inline-block;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.0625rem;
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  box-shadow: var(--soft-shadow);
  transition: background .18s ease, transform .18s ease;
}
.btn:hover { background: var(--accent-hover); transform: translateY(-1px); }

.btn-quiet {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  padding: 14px 4px;
  border-bottom: 2px solid var(--accent);
}
.btn-quiet:hover { color: var(--link); }

/* ---------- Auftakt ---------- */

.hero { padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(2.5rem, 6vw, 4rem); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.hero-bild {
  background: var(--surface-2);
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 340px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  place-items: center;
  padding: 6%;
}
.hero-bild img { width: 100%; max-width: 300px; }
.hero-bild .ruhig { display: none; }
@media (max-width: 44rem) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-bild { order: -1; max-width: 240px; }
}

.hero-claim {
  margin-top: 1.5rem;
  font-size: clamp(1.1875rem, 2.4vw, 1.4375rem);
  font-weight: 600;
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 2.25rem;
}

.dots { display: flex; gap: 10px; margin-bottom: 26px; }
.dots span { width: 12px; height: 12px; border-radius: 50%; display: block; }

/* ---------- Hinweis-Band ---------- */

.hinweis-band { padding-block: 0 clamp(2rem, 5vw, 3.5rem); }
.hinweis {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  padding: clamp(22px, 3.2vw, 34px);
}
.hinweis h2 {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.grenzen {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 24px;
}
.grenzen li {
  color: var(--ink-soft);
  border-top: 3px solid var(--accent);
  padding-top: 14px;
  line-height: 1.6;
}
.grenzen strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}
.hinweis-schluss {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

/* ---------- Merkmale ---------- */

.merkmale {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 14px;
}
.merkmale li {
  background: var(--ground);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: baseline;
  color: var(--ink-soft);
}
.merkmale li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-1px);
}

.nachsatz {
  margin-top: 2.25rem;
  padding-left: 22px;
  border-left: 3px solid var(--accent);
  max-width: 38rem;
  color: var(--ink-soft);
}

/* ---------- Angebot ---------- */

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 2.5rem;
}
@media (max-width: 40rem) { .cards { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 26px 28px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.sec-alt .card { background: var(--ground); }
.card .marke {
  width: 30px;
  height: 5px;
  border-radius: 999px;
  background: var(--dot-1);
}
.card:nth-child(2) .marke { background: var(--dot-2); }
.card:nth-child(3) .marke { background: var(--dot-5); }
.card:nth-child(4) .marke { background: var(--dot-3); }
.card p { color: var(--ink-soft); }
.card .mehr { font-weight: 600; text-decoration: none; color: var(--link); }
.card .mehr:hover { text-decoration: underline; }

.bereiche {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
.bereiche .label { color: var(--ink-mute); margin-right: 4px; }
.bereiche a {
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 6px 16px;
}
.bereiche a:hover { border-color: var(--accent); color: var(--link); }

/* ---------- Bild-Panel ---------- */

.panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.panel-bild {
  background: var(--surface-2);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  justify-content: center;
}
.panel-bild img { width: 100%; max-width: 280px; }
@media (max-width: 42rem) {
  .panel { grid-template-columns: 1fr; }
  .panel-bild { order: -1; }
}

/* ---------- Ablauf ---------- */

.schritte {
  list-style: none;
  counter-reset: schritt;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 30px;
}
.schritte li { counter-increment: schritt; display: grid; gap: 10px; align-content: start; }
.schritte li::before {
  content: counter(schritt);
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-ink);
  background: var(--accent);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.schritte p { color: var(--ink-soft); }

/* ---------- Über mich ---------- */

.vita { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(1.75rem, 4vw, 3.5rem); }
@media (max-width: 46rem) { .vita { grid-template-columns: 1fr; } }

.quali { background: var(--surface-2); border-radius: 20px; padding: 26px 28px; }
.quali h3 { margin-bottom: 14px; }
.quali ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.quali li { color: var(--ink-soft); padding-left: 20px; position: relative; line-height: 1.5; }
.quali li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dot-2);
}

/* ---------- Kontakt ---------- */

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 30px;
  margin-top: 2.25rem;
}
.kontakt-block h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-mute);
  font-weight: 600;
  margin-bottom: 8px;
}
.kontakt-block p, .kontakt-block address { font-style: normal; color: var(--ink-soft); }

/* ---------- Fuß ---------- */

.site-foot {
  background: var(--surface);
  border-top: 1px solid var(--line);
  padding-block: 3rem 2.5rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 30px;
}
.foot-grid h3 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-mute);
  margin-bottom: 12px;
}
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-grid a { color: var(--ink-soft); text-decoration: none; font-size: 1rem; }
.foot-grid a:hover { color: var(--link); text-decoration: underline; }
.foot-mark img { width: 170px; }
.foot-mark p { color: var(--ink-mute); font-size: 0.9375rem; margin-top: 14px; max-width: 22rem; }
.foot-ende {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 0.9375rem;
  color: var(--ink-mute);
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .btn:hover { transform: none; }
  .hero-bild .bewegt { display: none; }
  .hero-bild .ruhig { display: block; }
}

/* ---------- Textseiten (Impressum, Datenschutzerklaerung) ---------- */

.textseite { max-width: 44rem; }
.textseite h1 {
font-size: clamp(1.875rem, 4.4vw, 2.5rem);
margin-bottom: 1.5rem;
}
.textseite h2 {
font-size: 1.3125rem;
font-weight: 600;
margin-top: 2.75rem;
margin-bottom: .6rem;
}
.textseite h3 {
font-size: 1.0625rem;
margin-top: 1.75rem;
margin-bottom: .4rem;
}
.textseite p,
.textseite ul,
.textseite address {
color: var(--ink-soft);
margin-bottom: 1rem;
font-style: normal;
}
.textseite ul { padding-left: 1.25rem; }
.textseite li { margin-bottom: .35rem; }
.zurueck {
display: inline-block;
margin-top: 3rem;
font-weight: 600;
text-decoration: none;
color: var(--link);
border-bottom: 2px solid var(--accent);
padding-bottom: 2px;
}

/* ---------- Karte mit Zwei-Klick-Loesung ---------- */

.karte {
margin-top: 1.5rem;
background: var(--surface-2);
border: 1px solid var(--line);
border-radius: 20px;
overflow: hidden;
aspect-ratio: 16 / 10;
display: grid;
place-items: center;
}
.karte-platzhalter {
max-width: 30rem;
padding: clamp(20px, 4vw, 34px);
text-align: center;
display: grid;
gap: 14px;
justify-items: center;
}
.karte-platzhalter h3 { font-size: 1.125rem; }
.karte-platzhalter p { color: var(--ink-soft); font-size: 1rem; }
.karte iframe { width: 100%; height: 100%; border: 0; display: block; }
.karte-quelle {
margin-top: .6rem;
font-size: .875rem;
color: var(--ink-mute);
}
@media (max-width: 34rem) { .karte { aspect-ratio: 4 / 5; } }

/* ---------- Anfahrt ---------- */

.wege { display: grid; gap: 22px; margin-top: 1.75rem; }
.weg {
display: grid;
gap: 6px;
padding-left: 20px;
border-left: 3px solid var(--accent);
}
.weg h3 { font-size: 1.0625rem; }
.weg p { color: var(--ink-soft); margin: 0; }
