/* Gemeinsamer Stil der Nebenseiten (Impressum, Datenschutz, Danke, Fehler). Die Startseite trägt ihren Stil selbst. */
@font-face { font-family: 'Inter'; src: url('schriften/inter-var.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Playfair Display'; src: url('schriften/playfair-var.woff2') format('woff2'); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Playfair Display'; src: url('schriften/playfair-italic-var.woff2') format('woff2'); font-weight: 400 900; font-style: italic; font-display: swap; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --bg: #080808; --bg2: #0e0d0b; --border: rgba(212,160,48,0.14); --text: #f0ead8; --muted: #9c907c; --accent: #d4a030; --accent2: #f0c060; }
html { overflow-x: clip; }
body { background: linear-gradient(180deg, #070707 0%, #0c0b08 40%, #070707 100%); color: var(--text); font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; line-height: 1.7; min-height: 100vh; display: flex; flex-direction: column; }
body::before { content: ''; position: fixed; inset: -10%; z-index: -1; pointer-events: none; background: radial-gradient(48% 34% at 16% 10%, rgba(212,160,48,0.10), transparent 62%), radial-gradient(52% 38% at 86% 46%, rgba(240,192,96,0.07), transparent 62%); }
a { color: var(--accent2); }
:focus-visible { outline: 2px solid var(--accent2); outline-offset: 3px; }
header.leiste { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .95rem 4rem; background: rgba(8,8,8,0.82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.wortmarke { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.02rem; color: var(--text); text-decoration: none; }
.wortmarke span { color: var(--accent); }
header.leiste nav a { color: var(--muted); text-decoration: none; font-size: .8rem; letter-spacing: .05em; }
header.leiste nav a:hover { color: var(--text); }
main { flex: 1; max-width: 760px; width: 100%; margin: 0 auto; padding: 4.5rem 1.5rem 5rem; }
.ueberzeile { color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.2rem; }
h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(1.9rem, 4.5vw, 2.9rem); line-height: 1.15; margin-bottom: 1.6rem; }
h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.3rem; margin: 2.4rem 0 .7rem; }
h3 { font-size: .95rem; font-weight: 700; letter-spacing: .04em; margin: 1.6rem 0 .4rem; color: var(--text); }
p, li { font-size: .98rem; color: #d9d2c0; margin-bottom: .9rem; }
p.stand { color: var(--muted); font-size: .85rem; }
address { font-style: normal; }
.leise { color: var(--muted); font-size: .88rem; }
.linie { display: inline-block; color: var(--text); text-decoration: none; font-weight: 600; font-size: .92rem; letter-spacing: .06em; padding: .55rem 0 .5rem; border-bottom: 1px solid var(--accent); }
.linie:hover { color: var(--accent2); }
.dank { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.35; color: var(--text); margin: 1rem 0 2rem; }
footer { border-top: 1px solid var(--border); padding: 2rem 4rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .76rem; color: var(--muted); }
footer a { color: var(--muted); text-decoration: none; margin-right: 1.1rem; }
footer a:hover { color: var(--accent2); }
@media (max-width: 860px) { header.leiste, footer { padding-left: 1.2rem; padding-right: 1.2rem; } main { padding-top: 3rem; } }
