/* Rechtsseiten, Design-System Warm Premium */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,500;6..72,600&family=Manrope:wght@400;500;600&display=swap');
:root{--white:#FBFAF7;--off:#F1EFE8;--ink:#1A1C18;--grey:#7C7E74;--line:#E6E3DB;--green:#33684C}
*{margin:0;box-sizing:border-box}
body{font-family:'Manrope',system-ui,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}
header{display:flex;justify-content:center;align-items:center;height:72px;border-bottom:1px solid var(--line)}
header img{height:46px;width:auto;display:block}
header a{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:24px;letter-spacing:.02em;color:var(--ink);text-decoration:none}
main{max-width:760px;margin:0 auto;padding:clamp(40px,6vw,72px) 24px}
h1{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:clamp(30px,4vw,44px);letter-spacing:-.015em;margin-bottom:10px}
.stand{font-size:13px;color:var(--grey);margin-bottom:36px}
h2{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:23px;letter-spacing:-.01em;margin:34px 0 12px}
p,li{font-size:15px;line-height:1.75;color:#3F4540;margin-bottom:12px}
ul,ol{padding-left:22px;margin-bottom:12px}
a{color:#B87333}
.box{background:var(--off);border-radius:16px;padding:22px 26px;margin:18px 0}
.box p{margin-bottom:6px}
footer{border-top:1px solid var(--line);padding:30px 24px;display:flex;justify-content:center;gap:22px;flex-wrap:wrap;font-size:13px}
footer a{color:var(--grey);text-decoration:none}
footer a:hover{color:var(--ink)}
