/* Gemeinsame Gestaltung für Impressum und Datenschutzerklärung.
   Systemschriften, keine fremden Anfragen, keine Skripte. */
:root { color-scheme: light; }
body {
  margin: 0; background: #EAEDE9; color: #141B17;
  font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.6;
}
main { max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
.marke {
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; font-weight: 700;
  font-size: 1.2rem; letter-spacing: -.03em; color: #141B17; text-decoration: none;
}
h1 { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 2rem; letter-spacing: -.02em; margin: 1.5rem 0 .3rem; }
h2 { font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 1.1rem; margin: 2rem 0 .5rem; }
p, li { max-width: 64ch; }
ul { padding-left: 1.2rem; }
a { color: #0D5750; }
.stand { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .8rem; color: #77837C; }
.fuss { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #D2D8D1; font-size: .9rem; color: #77837C; }
