/* === Tokens === */
:root {
  --ink:#FEFEFE; --bg:#1a1a1a;
  --accent:#614916; --accent-light:#a27420; --accent-pale:#ffdd9d;
  --cream:#ebe2d1; --paper:#fafafa; --paper2:#f6f6f6;
  --grey:#333; --grey2:#222; --grey3:#424242; --line:#ddd;
  --max:940px;
}
/* === Fonts === */
@font-face{font-family:'Altform';src:url('/assets/fonts/Altform-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Altform';src:url('/assets/fonts/Altform-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Altform';src:url('/assets/fonts/Altform-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Lemonmilk';src:url('/assets/fonts/LEMONMILK-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}
/* === Reset/Base === */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Altform',Verdana,sans-serif;font-weight:400;color:var(--ink);background:var(--bg);line-height:1.5;background-color: #1a1a1a;color: #fefefe;}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:'Merriweather',Georgia,serif;margin:0}
/* === Webflow-Basis-Utilities (nur Genutztes) === */
.container,.w-container{max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}
.w-container:after{content:" ";display:table;clear:both}
.w-layout-grid{display:grid;grid-auto-columns:1fr;grid-column-gap:16px;grid-row-gap:16px}
.w-nav{position:relative;z-index:1}
.w-nav:after{content:" ";display:table;clear:both}
.w-nav-brand{float:left;position:relative;text-decoration:none}
.w-inline-block{max-width:100%;display:inline-block}
/* === Navbar === */
.navbarlegal{z-index:9998;width:100%;margin-top:0;padding:5px 20px;position:absolute;top:10px;background-color:#0000;border-radius:8px}
.navbarlegal.withbackground{background-color:#00000059;border-radius:0;padding-top:0;padding-bottom:0;position:sticky;top:0}
.containernavbar{display:flex;align-items:center;justify-content:space-between}
.brand{padding-left:10px}
.logo{height:65px;margin-top:0}
.nav-menu{margin-left:auto}
.nav-link-4{color:#fff;text-transform:uppercase;text-shadow:1px 1px 4px #0003;padding:23px 12px 18px;font-size:16px;display:inline-block}
.nav-link-4.w--current{color:#77b7e5}
/* === Footer === */
.footer{background:#000;color:#fff;padding:100px 20px 50px}
.footerwrapper{max-width:var(--max);margin:0 auto}
.footergrid-2{color:#fff;grid-template-columns:1fr;place-items:center}
.logofooter{height:80px;width:auto;margin-top:15px}
.footerlinkssecond{display:flex;flex-flow:row;gap:20px;justify-content:center;align-items:center;margin-top:10px;font-weight:400}
.footercopy{text-align:center;margin-top:20px;margin-bottom:0;font-weight:400}
/* Responsive */
@media (max-width:991px){.logo{height:40px}.footergrid-2{grid-row-gap:40px}}
@media (max-width:767px){.navbarlegal.withbackground{padding-left:10px;padding-right:10px}.nav-link-4{display:block}.footer{padding-top:60px}}
/* === Home Hero === */
.herosection{min-height:60vh;display:flex;align-items:flex-end;background:var(--grey2)}
.herosection.home{
  background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.72)),url('/assets/brand/home-hero.webp');
  background-position:50%;background-size:cover;background-repeat:no-repeat;
  color:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0 20px 60px
}
.herosection.home .container.content.hero{width:100%;max-width:var(--max);margin:0 auto}
.herosection.home .wrapper.hero{width:100%}
.text-blockheader{font-family:'Lemonmilk',Tahoma,sans-serif;font-size:20px;font-weight:300;letter-spacing:1px;line-height:1;margin-bottom:0;color:#fff}
.heroheading{font-family:'Merriweather',serif;text-transform:uppercase;font-size:80px;font-weight:400;line-height:1;margin:10px 0 20px;color:#fff;overflow-wrap:break-word;word-break:normal}
.contentparagraph-2{font-family:'Altform',Verdana,sans-serif;color:#fff;text-shadow:1px 1px 2px #0003;font-size:18px;font-weight:300;line-height:1.3;margin-bottom:20px}
/* === Übersicht / Kacheln === */
.contentsection.infopanel{display:flex;flex-flow:column;justify-content:center;align-items:center;padding:40px 20px;height:auto}
.headercontent{text-align:left;text-transform:uppercase;text-shadow:2px 2px 2px #0003;font-size:38px;font-weight:700;line-height:1.1;margin:0 0 50px}
.infopanellist{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:40px;width:100%;max-width:var(--max)}
.collection-item-4{border-radius:2px}
.link-block-4{display:block;background:#000;color:#fff;padding:20px;text-decoration:none}
.link-block-4:hover{background:#303030}
.headercontent3{font-family:'Merriweather',serif;text-align:left;text-shadow:2px 2px 2px #0003;font-size:24px;font-weight:400;line-height:1.1;margin:10px 0 20px;color:#fff}
.infopanelcaption{font-family:'Altform',Verdana,sans-serif;font-size:16px;margin:20px 0 10px;color:#fff}
/* Responsive */
@media (max-width:991px){.heroheading{font-size:60px}.headercontent{font-size:32px}}
@media (max-width:767px){.heroheading{font-size:45px}.headercontent{font-size:24px}.infopanellist{grid-template-columns:1fr}}
/* === Subpage Hero === */
.herosection.contentpages{background-position:50%;background-size:cover;background-repeat:no-repeat;height:600px;min-height:0;display:block}
.herocaption{display:flex;justify-content:center;align-items:center;padding:30px 20px;font-family:'Altform',Verdana,sans-serif;font-size:14px}
.text-block-8{width:100%;max-width:900px}
/* === Zweispalter (Unterseiten) === */
.contentsection.infopanel .infopanellist{grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:40px;align-items:start}
.infopanelfirst{min-width:0}
.infopanelsecond{min-width:0;max-width:none}
/* Scoped overrides so home-page .headercontent and .infopanelcaption (tile styles) are unaffected */
.infopanelfirst .headercontent{text-align:left;text-transform:uppercase;font-size:38px;font-weight:700;line-height:1.1;margin:0 0 24px;color:var(--ink);text-shadow:none}
.citation{font-family:'Altform',Verdana,sans-serif;font-style:italic;font-weight:300;font-size:18px;margin-bottom:40px}
.infopanelfirst img{width:100%;height:auto;margin-top:20px}
.infopanelfirst .infopanelcaption{font-family:'Altform',Verdana,sans-serif;font-size:16px;margin:20px 0 10px;color:var(--ink)}
.infopanelfirst .infopanelcaption.first{margin-bottom:40px}
.richtext p{font-family:'Altform',Verdana,sans-serif;font-size:18px;line-height:1.6;margin:0 0 20px}
.richtext img{width:100%;height:auto;margin:20px 0}
/* Restore link underlines inside richtext body (global a{text-decoration:none} would hide them) */
.richtext a{text-decoration:underline}
/* Responsive */
@media (max-width:991px){.herosection.contentpages{height:500px}.infopanelfirst .headercontent{font-size:32px}.citation{font-size:14px}}
@media (max-width:767px){.herosection.contentpages{height:300px}.infopanelfirst .headercontent{font-size:24px;margin-top:20px}.contentsection.infopanel .infopanellist{grid-template-columns:1fr}}
/* === Rechtsseiten === */
.herosection.legal{
  background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.45)),url('/assets/brand/legal-hero.webp');
  background-position:50%;background-size:cover;background-repeat:no-repeat;height:300px
}
.contentsection.legal{background:#2b2b2b;color:#fff;padding:60px 20px}
.contentsection.legal h1,.contentsection.legal h2{font-family:'Merriweather',Georgia,serif;text-transform:uppercase;font-size:38px;font-weight:700;line-height:1.1;text-shadow:2px 2px 2px #0003;margin:0 0 32px;color:#fff}
.contentsection.legal .w-richtext,.contentsection.legal .w-richtext p,.contentsection.legal .w-richtext li{color:#e6e6e6}
.contentsection.legal .w-richtext a{color:var(--accent-pale);text-decoration:underline}
.contentsection.legal .w-richtext p,.contentsection.legal .w-richtext li{font-family:'Altform',Verdana,sans-serif;font-size:18px;line-height:1.6;margin:0 0 16px}
.contentsection.legal .w-richtext h3{font-family:'Merriweather',Georgia,serif;font-size:20px;font-weight:700;margin:24px 0 8px;color:#fff}
.contentsection.legal .w-richtext ul{padding-left:1.5em;margin:0 0 16px}
@media(max-width:767px){.contentsection.legal h1,.contentsection.legal h2{font-size:24px}.herosection.legal{height:180px}}
@media (max-width:479px){
  .heroheading{font-size:36px}
  .headercontent{font-size:24px}
  .text-blockheader{font-size:14px}
  .contentparagraph-2{font-size:15px}
}

/* === Self-hosted Merriweather + Domine (Google Fonts, DSGVO-konform lokal) === */
@font-face{font-family:'Domine';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/domine-400-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Domine';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/domine-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Domine';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/domine-700-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Domine';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/domine-700-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Merriweather';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/merriweather-400i-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Merriweather';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/merriweather-400i-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/merriweather-400-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Merriweather';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/merriweather-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Merriweather';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/merriweather-700-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Merriweather';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/merriweather-700-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
