/* Gemeinsames Stylesheet für Impressum und Datenschutz – GlanzWerk Tangel */
:root{
  --bg:#0B0C0E; --surface:#15181C; --line:#262A31; --line-soft:#1F232A;
  --gold:#C9A24D; --gold-hi:#EBD59D; --text:#F3F0EA; --muted:#969CA5;
  --sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --serif:Georgia,"Iowan Old Style","Times New Roman",serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:var(--sans);font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--gold-hi);text-underline-offset:3px}
:focus-visible{outline:2px solid var(--gold-hi);outline-offset:3px;border-radius:4px}
.wrap{max-width:720px;margin:0 auto;padding:0 20px}

.site-head{border-bottom:1px solid var(--line-soft);background:var(--bg)}
.headrow{display:flex;align-items:center;gap:16px;padding:11px 0}
.brandmark{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;margin-right:auto}
.brandmark img{width:40px;height:40px;flex:none;border-radius:50%}
.brand{font-family:var(--serif);font-size:18px;line-height:1.05}
.brand b{color:var(--gold);font-weight:400}
.brand small{display:block;font-family:var(--sans);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-top:2px}
.head-cta{
  display:inline-block;text-decoration:none;font-weight:700;font-size:14px;
  background:var(--gold);color:#12100a;padding:9px 16px;border-radius:999px;white-space:nowrap;
}
.head-cta:hover{background:var(--gold-hi)}

h1{font-size:clamp(30px,6vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin:48px 0 8px}
.sub{color:var(--muted);margin:0 0 8px;font-size:16px}
h2{
  font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);
  font-weight:700;margin:38px 0 10px;
}
p{margin:0 0 14px}
.small,ul{color:var(--muted);font-size:15.5px}
ul{padding-left:20px;margin:0 0 14px}
li{margin-bottom:6px}
.lead{font-size:17.5px}
.box{
  background:var(--surface);border:1px solid var(--line);border-radius:14px;
  padding:20px 22px;margin:0 0 14px;
}
.box p:last-child{margin-bottom:0}

footer{border-top:1px solid var(--line-soft);margin-top:56px;padding:26px 0 44px;font-size:14.5px;color:var(--muted)}
footer a{color:var(--muted);text-decoration:none}
footer a:hover{color:var(--text)}
.footlinks{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:10px}
