/* Stil der Unterseiten Impressum und Datenschutz. Gleiche Farben und
   Schriften wie index.html, nur eine schmale Lesespalte. */
@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/inter.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
:root {
  --bg: #0E1712; --surface: #16211B; --text: #E9E4D8; --muted: #A8AFA4;
  --accent: #C9A961; --line: rgba(233, 228, 216, 0.12);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --rand: 1.5rem;
}
@media (min-width: 48em) { :root { --rand: 3rem; } }
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line); }
a:hover { border-color: var(--text); }
::selection { background: var(--accent); color: var(--bg); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--text); color: var(--bg); padding: .75rem 1rem; z-index: 100; border: 0; }
.skip:focus { left: 1rem; top: 1rem; }

.kopf {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--rand); padding-top: calc(1.1rem + env(safe-area-inset-top));
  border-bottom: 1px solid var(--line);
}
.kopf a { border: 0; }
.kopf .marke { font-family: var(--serif); font-weight: 300; font-size: 0.95rem; letter-spacing: 0.02em; }
.kopf .zurueck { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.kopf .zurueck:hover { color: var(--text); }

main { width: min(100% - 2 * var(--rand), 42rem); margin: 0 auto; padding: 5rem 0 6rem; }
.label { display: block; font-size: 0.7rem; line-height: 1; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.75rem; }
h1, h2 { font-family: var(--serif); font-weight: 300; font-optical-sizing: auto; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 8vw, 4.5rem); line-height: 1; margin-bottom: 3.5rem; }
h2 { font-size: clamp(1.6rem, 4vw, 2.1rem); line-height: 1.1; margin: 3.5rem 0 1rem; }
h2:first-of-type { margin-top: 0; }
p, ul { margin: 0; }
p + p, ul + p, p + ul { margin-top: 1.1em; }
ul { padding-left: 1.2em; }
li + li { margin-top: .35em; }
.stand { color: var(--muted); font-size: .85rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.adresse { font-style: normal; }

footer { padding: 3rem var(--rand) calc(3rem + env(safe-area-inset-bottom)); font-size: .75rem; color: var(--muted); letter-spacing: .04em; border-top: 1px solid var(--line); }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; }
footer a { border: 0; }
footer a:hover { color: var(--text); }
