@import"https://fonts.googleapis.com/css2?family=Grenze:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=PT+Serif&display=swap";:root{--bg-color: #fbf1c7;--bg-secondary: #ebdbb2;--text-color: #3c3836;--primary-color: #689d6a;--secondary-color: #458588;--accent-color: #cc241d;--accent-dark: #751310;--accent-light: #ffc89b;--link-color: #076678;--visited-link-color: #8a2cbd;--hover-link-color: #d45364;--header-height: 60px;--footer-bg: #504945;--footer-text: #fbf1c7;--footer-text-sec: #888686;--border-radius: 4px;--box-shadow: 0 2px 4px rgba(0, 0, 0, .1);--selection-bg: #cc241d7e;--selection-fg: #282828}[data-theme=dark]{--bg-color: #282828;--bg-secondary: #3c3836;--text-color: #ebdbb2;--primary-color: #8ec07c;--secondary-color: #83a598;--accent-color: #fb4934;--accent-dark: #721f16;--accent-light: #ff7d6e;--link-color: #83a598;--visited-link-color: #8363be;--hover-link-color: #d45364;--footer-bg: #1d2021;--footer-text: #8b8881;--footer-text-sec: #3f3b3b;--border-radius: 4px;--box-shadow: 0 2px 4px rgba(0, 0, 0, .3);--selection-bg: #721f167e;--selection-fg: #ffc89b}@font-face{font-family:BoldFont;src:url(/fonts/Prociono-Regular-webfont.woff) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0}body{max-width:1000px;margin:4rem auto;color:var(--text-color);line-height:1.5;font-size:clamp(1rem,1.2vw + .5rem,1.25rem);font-family:"PT Serif",serif;background-color:var(--bg-color);position:relative;overflow-x:hidden}a{text-decoration:none;font-weight:700;font-family:"PT Serif",serif;color:var(--link-color)}a:visited{color:var(--visited-link-color)}a:hover{color:var(--hover-link-color);text-decoration:underline}::selection{background-color:var(--selection-bg);color:var(--selection-fg)}::-moz-selection{background-color:var(--selection-bg);color:var(--selection-fg)}h1{width:100%;text-align:center;font-family:BoldFont,serif;font-weight:700;font-size:2.5rem;line-height:1.2}h2{font-family:BoldFont,serif;font-size:2rem;line-height:1.4}hr{margin-inline:10%;background-color:var(--text-color);height:2px;border:0}section{margin:4rem auto;padding:3rem auto;width:90%;max-width:1200px}.titel{display:flex;align-items:center;text-align:center;font-weight:700;margin:20px 0}.titel:before,.titel:after{content:"";flex:1;border-bottom:2px solid var(--text-color)}.titel:before{margin-right:10px}.titel:after{margin-left:10px}input,textarea{background-color:var(--bg-secondary);color:var(--text-color);resize:none}button{padding:.4em;width:auto;background-color:var(--accent-color);border-radius:var(--border-radius);border:none;color:var(--bg-color);line-height:1.5;font-size:clamp(1rem,1.2vw + .5rem,1.25rem);font-family:"PT Serif",serif}::-webkit-scrollbar{width:6px;height:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--accent-dark)}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}::-webkit-scrollbar-corner{background:transparent}header[data-astro-cid-hpnw4vwy]{background-color:var(--accent-color);box-shadow:var(--box-shadow);font-size:1.2rem;position:relative}nav[data-astro-cid-hpnw4vwy]{display:flex;justify-content:space-between;height:2.5rem;position:relative;padding:0 2rem}.nav-links[data-astro-cid-hpnw4vwy],.nav-btns[data-astro-cid-hpnw4vwy]{display:flex;justify-content:space-evenly;list-style:none;align-items:center}.nav-links[data-astro-cid-hpnw4vwy] li[data-astro-cid-hpnw4vwy],.nav-btns[data-astro-cid-hpnw4vwy] li[data-astro-cid-hpnw4vwy]{margin-inline:.5rem}.nav-links[data-astro-cid-hpnw4vwy] button[data-astro-cid-hpnw4vwy]{display:none}.nav-links[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy],.nav-btns[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy]{color:var(--bg-secondary);text-decoration:none;font-weight:700;padding:.2rem}.nav-links[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy]:hover,.nav-btns[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy]:hover{background-color:var(--accent-dark);color:var(--accent-light)}button[data-astro-cid-hpnw4vwy]{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:none;cursor:pointer;margin:0;padding:0;display:flex;font-size:1.5rem;transition:color .2s ease;min-width:24px;min-height:24px;align-items:center;justify-content:center}button[data-astro-cid-hpnw4vwy]:disabled{opacity:.6;cursor:not-allowed}#radio-toggle[data-astro-cid-hpnw4vwy] span[data-astro-cid-hpnw4vwy]{font-size:.8rem;white-space:nowrap}.hamburger-btn[data-astro-cid-hpnw4vwy]{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.mobile-menu[data-astro-cid-hpnw4vwy]{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--accent-color);box-shadow:var(--box-shadow);z-index:1000;padding:.5rem 0}.mobile-menu[data-astro-cid-hpnw4vwy] ul[data-astro-cid-hpnw4vwy]{list-style:none}.mobile-menu[data-astro-cid-hpnw4vwy] li[data-astro-cid-hpnw4vwy]{margin:.4rem 2rem}.mobile-menu[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy]{width:100%;text-decoration:none;color:var(--bg-secondary);font-weight:700}.mobile-menu[data-astro-cid-hpnw4vwy] a[data-astro-cid-hpnw4vwy]:hover{color:var(--accent-dark)}@media(max-width:768px){.hamburger-btn[data-astro-cid-hpnw4vwy]{display:flex;align-items:center}.mobile-menu[data-astro-cid-hpnw4vwy].active{display:flex}.nav-links[data-astro-cid-hpnw4vwy]{display:none}}footer[data-astro-cid-k2f5zb5c]{padding:2rem 0;background-color:var(--footer-bg);color:var(--footer-text);text-align:center}p[data-astro-cid-k2f5zb5c]{color:var(--footer-text-sec);margin:.8rem}
