:root {
  --grund: #f4f1ea;
  --tinte: #1b1813;
  --leise: #6b6457;
  --akzent: #b8741a;
  --karte: #ffffff;
  --linie: #e2dccf;
}
@media (prefers-color-scheme: dark) {
  :root {
    --grund: #15130f;
    --tinte: #efe9dc;
    --leise: #a39a88;
    --akzent: #e8b64c;
    --karte: #1f1c16;
    --linie: #332e25;
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--grund);
  color: var(--tinte);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
main, footer { max-width: 40rem; margin: 0 auto; padding: 0 1rem; }
main { padding-top: clamp(3rem, 12vh, 7rem); }
.titel { margin-bottom: 2.5rem; }
.autor {
  margin: 0 0 .75rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--leise);
}
h1 { margin: 0; font-weight: 700; line-height: 1.05; }
h1 span { display: block; }
.zeile1 { font-size: clamp(2.6rem, 11vw, 4.6rem); letter-spacing: -.02em; }
.zeile2 { font-size: clamp(1.7rem, 7vw, 2.9rem); font-style: italic; font-weight: 400; margin-top: .35rem; }
.zeichen { color: var(--akzent); font-style: normal; font-weight: 700; display: inline !important; }
h2 { font-size: 1.5rem; line-height: 1.25; margin: 0 0 .75rem; }
section { margin: 0 0 2.75rem; }
.lead { font-size: 1.3rem; line-height: 1.5; margin: 0; }
.karte {
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
}
.karte p:last-child { margin-bottom: 0; }
.marke {
  display: inline-block; margin: 0 0 .75rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--akzent); border: 1px solid currentColor; border-radius: 999px; padding: .15rem .6rem;
}
.tag strong { color: var(--akzent); white-space: nowrap; }
a { color: var(--akzent); text-underline-offset: .15em; }
.knopf {
  display: inline-block; padding: .7rem 1.1rem; border-radius: 10px;
  background: var(--tinte); color: var(--grund); text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 1rem;
}
.knopf:hover, .knopf:focus-visible { background: var(--akzent); color: #15130f; }
footer {
  display: flex; gap: 1.5rem; padding-top: 1.5rem; padding-bottom: 3rem;
  border-top: 1px solid var(--linie);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: .9rem;
}
footer a { color: var(--leise); }
.recht h1 { font-size: 2rem; margin-bottom: 1.5rem; }
.recht h2 { font-size: 1.15rem; margin-top: 1.75rem; }
.recht p, .recht li { font-size: 1rem; }
.zurueck { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: .9rem; }
