/*
  Design-System „Stille Fläche" — Praxis Gräfin von Bernstorff, Wiesloch
  Wix Madefor Display + Text. Off-White, Near-Black, EIN Petrol-Akzent.
  Radikal reduziert: viel Weißraum, ein einziges versetztes Bild, weiche Karte.
  Individuell für diese Praxis; nicht wiederverwenden.
*/
:root {
  --offwhite: #f7f6f2;
  --schwarz: #191a1b;
  --schwarz-weich: #45484b;
  --schwarz-grau: #83878a;
  --petrol: #16646c;
  --linie: rgba(25, 26, 27, 0.14);
  --linie-stark: rgba(25, 26, 27, 0.38);
  --disp: 'Wix Madefor Display', 'Segoe UI', Arial, sans-serif;
  --text: 'Wix Madefor Text', 'Segoe UI', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  opacity: 0.5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

body { background: var(--offwhite); color: var(--schwarz); font-family: var(--text); font-size: 16.5px; line-height: 1.68; -webkit-font-smoothing: antialiased; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Minimal-Navigation mit Petrol-Punkten */
.mininav {
  max-width: 1060px;
  margin: 0 auto;
  padding: 1.5rem clamp(1.2rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 500;
}
.mininav .punkt { width: 4px; height: 4px; border-radius: 50%; background: var(--petrol); }
.mininav a { padding-bottom: 0.1rem; }
.mininav a:hover { color: var(--petrol); }
.mininav a[aria-current="page"] { color: var(--petrol); font-weight: 700; }

/* Inhaltsfläche */
.flaeche { max-width: 780px; margin: 0 auto; padding: 0 clamp(1.2rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem); }

.kennung { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--petrol); margin-bottom: 1.2rem; }

h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(2.3rem, 5.4vw, 3.9rem); line-height: 1.08; letter-spacing: -0.014em; }
h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.16; margin-bottom: 1rem; }
h3 { font-weight: 700; font-size: 1rem; margin-bottom: 0.4rem; }

p + p { margin-top: 0.95rem; }
.einleitung { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--schwarz-weich); line-height: 1.75; }
.still { color: var(--schwarz-grau); font-size: 0.88rem; }

/* Versetztes Einzelbild */
.einzelbild {
  width: min(300px, 74%);
  margin: 3.2rem 0 0.6rem auto; /* rechtsbündig versetzt über die Kante */
  transform: translateX(clamp(0px, 4vw, 56px));
}
.einzelbild img { height: 300px; width: 100%; object-fit: cover; }
.einzelbild figcaption { font-size: 0.66rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--schwarz-grau); padding-top: 0.5rem; text-align: right; }

/* Weiche Karte */
.karte {
  background: #fff;
  border-radius: 18px;
  padding: 1.6rem 1.8rem;
  margin-top: 2rem;
  box-shadow: 0 2px 18px rgba(25, 26, 27, 0.06);
}
.karte h3 { margin-bottom: 0.5rem; }
.karte p { font-size: 0.96rem; color: var(--schwarz-weich); }

/* Zeilenliste */
.zeilen { border-top: 1px solid var(--linie-stark); margin-top: 2rem; }
.zeilen > div { display: grid; grid-template-columns: minmax(7rem, 11rem) 1fr; gap: 0.6rem 1.8rem; padding: 0.9rem 0; border-bottom: 1px solid var(--linie); }
.zeilen dt { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--schwarz-grau); padding-top: 0.28rem; }
.zeilen dd { font-size: 0.98rem; line-height: 1.6; }
.zeilen dd a { border-bottom: 1px solid var(--linie-stark); }
.zeilen dd a:hover { color: var(--petrol); border-color: var(--petrol); }
.zeilen dd .wochenende { color: var(--petrol); font-weight: 700; }

/* Zeitkacheln */
.kacheln { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.8rem; margin-top: 1.6rem; }
.kachel { border-radius: 14px; background: #fff; border: 1px solid var(--linie); padding: 1rem 1.1rem; text-align: center; }
.kachel b { display: block; font-family: var(--disp); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.2rem; }
.kachel span { font-size: 0.8rem; color: var(--schwarz-weich); }
.kachel.wochenende { border: 1.5px solid var(--petrol); }
.kachel.wochenende b { color: var(--petrol); }

/* Knopf */
.knopf {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  background: var(--schwarz);
  color: var(--offwhite);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.knopf:hover { background: var(--petrol); }
.knopf-petrol { background: var(--petrol); }
.knopf-petrol:hover { background: #0f4d54; }
.knopf-ghost { background: transparent; color: var(--schwarz); border: 1.5px solid var(--schwarz); }
.knopf-ghost:hover { background: var(--schwarz); color: var(--offwhite); }

.takt { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.8rem; }

/* Hinweis + Krise */
.hinweis { border: 1px solid var(--linie-stark); border-radius: 14px; padding: 1.2rem 1.5rem; margin-top: 2rem; font-size: 0.94rem; color: var(--schwarz-weich); }
.hinweis strong { color: var(--schwarz); }

.krise { border-radius: 18px; background: var(--schwarz); color: var(--offwhite); padding: 1.6rem 1.8rem; margin-top: 2.4rem; }
.krise h3 { font-family: var(--disp); font-weight: 600; font-size: 1.3rem; margin-bottom: 0.5rem; }
.krise p, .krise li { font-size: 0.94rem; color: rgba(247, 246, 242, 0.8); }
.krise ul { list-style: none; margin-top: 0.55rem; }
.krise li { padding: 0.26rem 0; }
.krise a { border-bottom: 1px solid rgba(247, 246, 242, 0.4); }

/* Fußzeile */
.fuss { border-top: 1px solid var(--linie-stark); margin-top: 3.5rem; }
.fuss-inhalt { max-width: 1060px; margin: 0 auto; padding: 2rem clamp(1.2rem, 4vw, 3rem) 2.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: var(--schwarz-weich); }
.fuss-inhalt a { border-bottom: 1px solid var(--linie-stark); }
.fuss-inhalt a:hover { color: var(--petrol); border-color: var(--petrol); }

.fussnote { margin-top: 2.4rem; border-top: 1px solid var(--linie); padding-top: 0.85rem; font-size: 0.78rem; color: var(--schwarz-grau); }
sup { color: var(--petrol); font-size: 0.72em; }

@media (max-width: 620px) {
  body { font-size: 16px; }
  .einzelbild { transform: none; width: 100%; margin: 2.4rem 0 0.5rem; }
  .einzelbild img { height: 230px; }
  .zeilen > div { grid-template-columns: 1fr; gap: 0.2rem; }
}

/* Craft: Ticker */
.ticker { background: var(--petrol); color: var(--offwhite); overflow: hidden; white-space: nowrap; padding: 0.75rem 0; border-top: 1px solid var(--linie-stark); }
.ticker-inhalt { display: inline-block; animation: lauf 30s linear infinite; font-family: var(--disp); font-size: 1rem; letter-spacing: 0.1em; }
.ticker-inhalt span { margin: 0 1.5rem; }
.ticker-inhalt .stern { color: var(--offwhite); }
@keyframes lauf { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-inhalt { animation: none; } }

/* Craft: Petrol-CTA */
.cta-petrol { background: var(--petrol); color: var(--offwhite); padding: clamp(3rem, 7vw, 5.6rem) clamp(1.2rem, 4vw, 3rem); text-align: center; }
.cta-petrol .flaeche { max-width: 780px; margin: 0 auto; padding: 0; }
.cta-petrol h2 { font-family: var(--disp); font-weight: 400; font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.06; margin-bottom: 1.4rem; }
.cta-petrol .telefon { font-family: var(--disp); font-size: clamp(1.6rem, 4.4vw, 3rem); display: inline-block; border-bottom: 3px solid var(--offwhite); padding-bottom: 0.25rem; color: var(--offwhite); }
.cta-petrol .telefon:hover { opacity: 0.85; }
