:root{
  --bg:#fbfbfa; --flaeche:#ffffff; --rand:#e3e3e0; --text:#1c1c1a; --leise:#6b6b66;
  --akzent:#1f4d3d; --hinweis-bg:#fdf3e4; --hinweis-rand:#d8a44a; --hinweis-text:#7a4a08;
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --bg:#161614; --flaeche:#1f1f1d; --rand:#33332f; --text:#eeeeea; --leise:#a3a39c;
  --akzent:#7fc4a6; --hinweis-bg:#2b2116; --hinweis-rand:#8a6a2a; --hinweis-text:#e0b878;
}}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);
  font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  -webkit-font-smoothing:antialiased}
.huelle{max-width:720px;margin:0 auto;padding:0 20px}
header{border-bottom:1px solid var(--rand);padding:18px 0}
.marke{font-weight:650;letter-spacing:-.01em;color:var(--text);text-decoration:none}

h1{font-size:clamp(24px,4vw,32px);letter-spacing:-.02em;margin:40px 0 8px}
h2{font-size:18px;letter-spacing:-.01em;margin:34px 0 10px;padding-top:14px;
  border-top:1px solid var(--rand)}
p{margin:0 0 14px}
ul{margin:0 0 14px;padding-left:22px}
li{margin-bottom:6px}
a{color:var(--akzent)}
.leise{color:var(--leise);font-size:14px}

table{width:100%;border-collapse:collapse;font-size:15px;margin:12px 0 18px;
  background:var(--flaeche);border:1px solid var(--rand);border-radius:8px;overflow:hidden}
th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--rand);vertical-align:top}
tr:last-child th,tr:last-child td{border-bottom:0}
th{width:34%;font-weight:600;color:var(--leise);font-size:14px}

.tun{background:var(--hinweis-bg);border-left:3px solid var(--hinweis-rand);
  color:var(--hinweis-text);border-radius:0 8px 8px 0;padding:14px 16px;
  margin:20px 0;font-size:14.5px;line-height:1.55}
.tun b{color:var(--hinweis-text)}

.zurueck{margin:40px 0 0}
footer{border-top:1px solid var(--rand);margin-top:48px;padding:22px 0 40px;
  font-size:13px;color:var(--leise)}
footer a{color:var(--leise)}
