.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.skip-link{z-index:10000;background:var(--primary);color:#fff;border-radius:0 0 var(--radius) var(--radius);padding:.5rem 1rem;font-size:14px;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}@font-face{font-family:Albert Sans;font-weight:100 900;font-style:normal;font-display:swap;src:url(/fonts/AlbertSans-VariableFont_wght.woff2)format("woff2")}@font-face{font-family:Albert Sans;font-weight:100 900;font-style:italic;font-display:swap;src:url(/fonts/AlbertSans-Italic-VariableFont_wght.woff2)format("woff2")}:root{--primary:#15779b;--primary-dark:#0e5a76;--accent:#e8a33d;--foreground:#111;--foreground-muted:#6b6a6a;--background:#fff;--surface:#f3f2f2;--tertiary:#e2e2e2;--font:"Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--gutter:clamp(32px, 6.666vw, 64px);--block-gap:min(32px, 6.4vw);--spacing-70:clamp(48px, 9vw, 64px);--radius:8px;color-scheme:light dark}@media (prefers-color-scheme:dark){:root:not(.light){--foreground:#e2e2e2;--foreground-muted:#94a3b8;--background:#1a1a1a;--surface:#252525;--tertiary:#333;--primary:#3b9fc4;--primary-dark:#2d8aad}}:root.dark{--foreground:#e2e2e2;--foreground-muted:#94a3b8;--background:#1a1a1a;--surface:#252525;--tertiary:#333;--primary:#3b9fc4;--primary-dark:#2d8aad}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);letter-spacing:-.01em;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(17px,1.1vw,21px);font-weight:500;line-height:1.5em}::selection{background:var(--primary);color:#fff}.site-wrapper{min-height:100vh;padding:var(--gutter);gap:var(--spacing-70);grid-template-columns:23% 1fr;display:grid}.sidebar{top:var(--gutter);height:calc(100vh - 2 * var(--gutter));flex-direction:column;justify-content:space-between;display:flex;position:sticky}.sidebar-top{flex-direction:column;display:flex}.site-title{letter-spacing:-.02em;margin-bottom:0;font-size:clamp(24px,2vw,32px);font-weight:400;line-height:1.15}.site-title a{color:var(--foreground-muted);text-decoration:none}.site-title a:hover{text-underline-offset:.2em;text-decoration:underline}.sidebar nav{flex-direction:column;gap:.25em;display:flex}.sidebar nav a{color:var(--foreground);font-size:clamp(17px,1.1vw,21px);font-weight:500;text-decoration:none}.sidebar nav a:hover{text-underline-offset:.2em;text-decoration:underline}.sidebar nav a.active{color:var(--primary)}.sidebar-bottom-group{flex-direction:column;gap:.75em;display:flex}.sidebar-fdp a{text-decoration:none;display:block}.sidebar-fdp img{filter:grayscale()brightness(.2);border-radius:0;width:60px;height:auto;transition:filter .2s}.sidebar-fdp img:hover{filter:none}.sidebar-bottom{gap:1em;display:flex}.sidebar-bottom a{color:var(--foreground);display:flex}.sidebar-bottom a:hover{color:var(--primary)}.sidebar-bottom svg{width:18px;height:18px}.main-content{min-width:0;max-width:960px}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--foreground);letter-spacing:-.02em;font-weight:600;line-height:1.15}h1{letter-spacing:-.03em;margin-bottom:1em;font-size:clamp(36px,4vw,64px)}h2{letter-spacing:-.03em;margin-top:.75em;margin-bottom:.75em;font-size:clamp(33px,3.5vw,56px)}h3{margin-top:.75em;margin-bottom:.5em;font-size:clamp(30px,3vw,48px)}h4{margin-top:.75em;margin-bottom:.5em;font-size:clamp(27px,2.5vw,40px)}h5{margin-top:1.5em;margin-bottom:.5em;font-size:clamp(24px,2vw,32px)}h6{margin-top:1.5em;margin-bottom:.5em;font-size:clamp(21px,1.7vw,27px)}p{margin-bottom:1em}a{color:inherit;text-underline-offset:.2em;text-decoration:underline}a:hover{text-decoration:none}strong{font-weight:700}ul,ol{margin-bottom:1em;padding-left:1.25em}li{margin-bottom:.4em}li::marker{color:var(--primary)}hr{background:var(--tertiary);border:none;height:1px;margin:2.5em 0}img{border-radius:var(--radius);max-width:100%;height:auto}table{border-collapse:collapse;width:100%;margin-bottom:1.5em;font-size:clamp(14px,.9vw,16px)}th,td{text-align:left;border-bottom:1px solid var(--tertiary);padding:.6em 1em}th{background:var(--surface);font-weight:600}code{background:var(--surface);border-radius:4px;padding:.15em .4em;font-size:.9em}.hero{padding-top:0}.hero-intro{letter-spacing:-.02em;margin-top:0;margin-bottom:.75em;font-size:clamp(24px,2vw,32px);font-weight:600;line-height:1.15}.hero-description{color:var(--foreground);margin-bottom:2em;font-size:clamp(17px,1.1vw,21px);line-height:1.5em}.hero-portrait{text-align:center;margin-bottom:2em}.hero-portrait-wrap{width:100%;max-width:580px;display:inline-block;position:relative}.hero-portrait-wrap>img{aspect-ratio:4/5;object-fit:cover;object-position:center 15%;width:100%;display:block}.hero-portrait-hover{opacity:0;border-radius:var(--radius);pointer-events:none;transition:opacity .5s;position:absolute;inset:0;overflow:hidden}.hero-portrait-wrap:hover .hero-portrait-hover{opacity:1}.hero-portrait-gradient{opacity:.55;background:linear-gradient(135deg,#1a3a6a 0%,#3b5998 30%,#c2185b 70%,#e040fb 100%);position:absolute;inset:0}.hero-portrait-hover img{object-fit:cover;object-position:center 15%;z-index:1;width:100%;height:100%;position:absolute;inset:0;mask-image:linear-gradient(#000 55%,#0000 95%)}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:0;display:flex}.btn{font-family:var(--font);border:1.5px solid #0000;border-radius:999px;align-items:center;padding:.55em 1.5em;font-size:clamp(14px,.95vw,16px);font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff;text-decoration:none}.btn-outline{color:var(--foreground);border-color:var(--tertiary);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary);text-decoration:none}.section-sep{background-image:linear-gradient(-45deg, var(--tertiary) 25%, transparent 25%, transparent 50%, var(--tertiary) 50%, var(--tertiary) 75%, transparent 75%, transparent);background-size:5px 5px;border:none;width:100%;height:10px;margin:3em 0}.section-sep-accent{background-image:linear-gradient(-45deg, var(--accent) 25%, transparent 25%, transparent 50%, var(--accent) 50%, var(--accent) 75%, transparent 75%, transparent);opacity:.4;background-size:5px 5px}.video-section{text-align:left}.video-grid{grid-template-columns:auto 1fr;align-items:center;gap:2.5em;display:grid}.video-embeds{flex-direction:row;gap:1em;display:flex}.video-embed iframe,.video-facade{border-radius:var(--radius);width:280px;height:498px;box-shadow:0 4px 24px #0000001a}.video-facade{cursor:pointer;background:0 0;border:none;padding:0;display:block;position:relative;overflow:hidden}.video-facade img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.video-facade:hover img,.video-facade:focus-visible img{transform:scale(1.03)}.video-play{color:#fff;background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-facade:hover .video-play,.video-facade:focus-visible .video-play{background:var(--color-accent,#c8102e)}.video-play svg{width:32px;height:32px;margin-left:3px}.video-text{flex-direction:column;gap:.75em;display:flex}.video-quote{color:var(--foreground);margin-bottom:.25em;font-size:clamp(22px,2vw,28px);font-weight:600;line-height:1.3}.video-text p{margin-bottom:0}.video-buttons{gap:1em;margin-top:.75em;display:flex}@media (width<=768px){.video-grid{text-align:center;grid-template-columns:1fr;justify-items:center}.video-embeds{flex-direction:column}.video-embed iframe,.video-facade{width:260px;height:462px}.video-buttons{justify-content:center}}.profil-section{margin-top:0}.profil-grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);display:grid}.profil-grid h2{margin-top:0;font-size:clamp(27px,2.5vw,40px)}.profil-grid h3{margin-top:1.5em;margin-bottom:.5em;font-size:clamp(21px,1.7vw,27px);font-weight:600}.profil-grid p,.profil-grid ul{font-size:clamp(15px,1vw,17px);line-height:1.55}.profil-grid li{margin-bottom:.6em}.themes-section h2{margin-top:0}.themes-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5em;display:grid}.theme-card{background:var(--surface);color:inherit;border-radius:10px;padding:1.75rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.standpunkt-icon{width:60px;height:60px;color:var(--accent);margin-bottom:.2em}.standpunkt-icon svg{width:100%;height:100%}.theme-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000000d}.theme-icon{width:45px;height:45px;color:var(--accent);margin-bottom:.25em}.theme-icon svg{width:100%;height:100%}.theme-card:nth-child(2) .theme-icon{color:var(--accent)}.theme-card h3{margin-top:0;margin-bottom:.5em;font-size:clamp(15px,1.05vw,18px)}.theme-card p{color:var(--foreground-muted);margin-bottom:0;font-size:clamp(14px,.9vw,16px);line-height:1.5}.aktuelles-section h2{margin-top:0}.post-card{border:1px solid var(--tertiary);border-radius:10px;margin-bottom:1.25rem;padding:1.75rem;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 16px #0000000a}.post-card h3{margin-top:.25em;margin-bottom:.5em;font-size:clamp(24px,2vw,32px)}.post-card h3 a{color:var(--foreground);text-decoration:none}.post-card h3 a:hover{text-decoration:underline}.post-card>p{color:var(--foreground-muted)}.post-date{color:var(--primary);font-size:14px;font-weight:600}.read-more{color:var(--primary);margin-top:.25em;font-size:clamp(14px,.95vw,16px);font-weight:600;text-decoration:none;display:inline-block}.read-more:hover{text-decoration:underline}.section-more{text-align:center;margin-top:1.5em}.einblicke-section h2{margin-top:0}.einblicke-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5em;display:grid}.einblicke-more{opacity:0;max-height:0;margin-top:0;transition:max-height .4s,opacity .3s;display:grid;overflow:hidden}.einblicke-more.is-visible{opacity:1;max-height:4000px}.einblicke-card{border-radius:var(--radius);background:var(--surface);color:var(--foreground);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.einblicke-img{aspect-ratio:1;position:relative;overflow:hidden}.einblicke-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.einblicke-card:hover .einblicke-img img{transform:scale(1.05)}.einblicke-overlay{color:#fff;opacity:0;background:#00000073;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;font-size:13px;transition:opacity .3s;display:flex;position:absolute;inset:0}.einblicke-card:hover .einblicke-overlay{opacity:1}.einblicke-card[data-lightbox] .einblicke-overlay{pointer-events:none}.einblicke-card[data-lightbox]:hover .einblicke-overlay{opacity:1}.einblicke-meta{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:baseline;gap:.1rem .4rem;padding:.4rem .6rem;display:grid}.einblicke-source{grid-area:1/1}.einblicke-date{color:var(--foreground-muted);white-space:nowrap;text-align:right;grid-area:1/2;font-size:12px}.einblicke-title{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;grid-area:2/1/auto/-1;font-size:13px;font-weight:600;overflow:hidden}.einblicke-description{color:var(--foreground-muted);margin:0;padding:0 .6rem .35rem;font-size:11px;line-height:1.3}.section-intro{color:var(--foreground-muted);margin-bottom:1.2em;font-size:15px}.einblicke-video .einblicke-overlay svg{width:32px;height:32px}.einblicke-text{background:var(--surface);border:1px solid var(--tertiary);justify-content:space-between;padding:1.25rem}.einblicke-text .einblicke-meta{margin-top:1rem;padding:0}.einblicke-quote{position:relative}.einblicke-quote svg{position:absolute;top:-4px;left:-2px}.einblicke-quote p{color:var(--foreground);margin:0;padding-left:0;font-size:14px;line-height:1.6}.einblicke-press .einblicke-overlay span{letter-spacing:.02em;font-weight:600}.einblicke-source{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.einblicke-card[data-lightbox]{cursor:zoom-in}.lightbox-overlay{z-index:9999;cursor:zoom-out;opacity:0;background:#000000d9;justify-content:center;align-items:center;padding:2rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.lightbox-overlay.is-visible{opacity:1}.lightbox-overlay img{border-radius:8px;max-width:100%;max-height:90vh;box-shadow:0 8px 40px #0006}.lightbox-caption{color:#fff;text-align:center;opacity:.8;font-size:14px;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.lightbox-caption strong{margin-bottom:2px;font-size:15px;display:block}.supporter-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5em;display:grid}.supporter-card{background:var(--surface);text-align:center;border-radius:10px;padding:1.75rem;transition:transform .2s,box-shadow .2s}.supporter-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000000d}.supporter-photo{object-fit:cover;border-radius:50%;width:100px;height:100px;margin:0 auto 1rem;display:block}.supporter-name{margin-bottom:.15em;font-size:clamp(15px,1.05vw,18px);font-weight:700}.supporter-role{color:var(--foreground-muted);margin-bottom:0;font-size:clamp(13px,.85vw,15px)}.supporter-location{color:var(--foreground-muted);margin-bottom:0;font-size:clamp(12px,.8vw,14px)}.supporter-quote{color:var(--foreground);margin-top:.75em;margin-bottom:0;font-size:clamp(13px,.85vw,15px);font-style:italic;line-height:1.5}.supporter-compact-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-top:1em;display:grid}.supporter-compact-card{background:var(--surface);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:transform .2s;display:flex}.supporter-compact-card:hover{transform:translateY(-1px)}.supporter-compact-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.supporter-initials{color:#fff;letter-spacing:.02em;background:#2b5b8f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:flex}.supporter-compact-info{min-width:0}.supporter-compact-info .supporter-name{margin-bottom:.15em;font-size:clamp(14px,.95vw,16px)}.supporter-compact-info .supporter-role{color:var(--foreground-muted);margin-bottom:.1em;font-size:clamp(12px,.8vw,13px);line-height:1.4}.supporter-compact-info .supporter-location{color:var(--foreground-muted);align-items:center;gap:.2em;margin-bottom:0;font-size:clamp(11px,.75vw,12px);display:flex}.supporter-pin{opacity:.6;flex-shrink:0;width:11px;height:11px}.election-banner{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg,#1a2a4a 0%,#003a78 30%,#005eb8 100%);margin-top:2em;padding:.7rem 1.2rem;position:relative;overflow:hidden}.election-banner:before{content:"";clip-path:polygon(25% 0,100% 0,100% 100%,0% 100%);opacity:.95;background:#e6007e;width:28%;height:100%;position:absolute;top:0;right:0}.election-banner:after{content:"";clip-path:polygon(35% 0,100% 0,65% 100%,0% 100%);opacity:.35;background:#00a3e0;width:18%;height:100%;position:absolute;top:0;right:16%}.election-content{z-index:1;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.election-logo{filter:brightness(0)invert();opacity:.9;border-radius:0;flex-shrink:0;width:80px;height:auto}.election-label{color:#fff;font-size:clamp(16px,2vw,19px);font-weight:800;line-height:1.2;display:block}.election-sep{opacity:.8;background:#00a3e0;border:none;width:min(420px,70%);height:1.5px;margin:.25rem 0;display:block}.election-day{color:#d9eeff;font-size:13px;font-weight:700;line-height:1.3;display:block}.election-candidate{color:#fff;font-size:12.5px;font-weight:600;line-height:1.3;display:block}.election-region{color:#d9eeff;font-size:11.5px;font-weight:500;line-height:1.3;display:block}@media (width<=600px){.election-banner:before{width:35%}.election-banner:after{right:22%}}.ext-link{background:var(--tertiary);width:18px;height:18px;color:var(--foreground-muted);vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;margin-left:4px;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.ext-link svg{width:10px;height:10px}.ext-link:hover{background:var(--primary);color:#fff}.share-bar{align-items:center;gap:.5rem;display:flex}.share-bar span{color:var(--foreground-muted);margin-right:.25rem;font-size:13px;font-weight:600}.share-btn{background:var(--surface);width:28px;height:28px;color:var(--foreground-muted);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.share-btn:hover{background:var(--primary);color:#fff}.share-btn svg{width:14px;height:14px}.contact-intro{margin-bottom:2em;overflow:hidden}.contact-intro img{float:right;aspect-ratio:3/4;object-fit:cover;width:clamp(180px,20vw,280px);margin-bottom:1em;margin-left:2em}.contact-intro p{margin-bottom:1em}.contact-form{max-width:560px;margin:1.5em 0 0}.form-group{margin-bottom:1.25em}.form-group label{color:var(--foreground);margin-bottom:.4em;font-size:clamp(14px,.95vw,16px);font-weight:600;display:block}.form-group input,.form-group textarea{width:100%;font-family:var(--font);color:var(--foreground);background:var(--surface);border:1px solid var(--tertiary);border-radius:var(--radius);padding:.65em .85em;font-size:clamp(15px,1vw,17px);font-weight:500;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--foreground-muted);opacity:.6}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{cursor:pointer;font-family:var(--font)}.contact-form .btn:disabled{opacity:.6;cursor:not-allowed}.form-success,.form-error{border-radius:var(--radius);margin-top:1em;padding:.75em 1em;font-size:clamp(14px,.95vw,16px);font-weight:500;display:none}.form-success{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7}.form-error{color:#c62828;background:#fce4ec;border:1px solid #ef9a9a}:root.dark .form-success{color:#81c784;background:#1b3a1e;border-color:#2e7d32}:root.dark .form-error{color:#ef9a9a;background:#3a1a1e;border-color:#c62828}@media (prefers-color-scheme:dark){:root:not(.light) .form-success{color:#81c784;background:#1b3a1e;border-color:#2e7d32}:root:not(.light) .form-error{color:#ef9a9a;background:#3a1a1e;border-color:#c62828}}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0009;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.modal-overlay.is-visible{opacity:1;pointer-events:auto}.modal-content{background:var(--background);border:1px solid var(--tertiary);border-radius:12px;width:100%;max-width:540px;max-height:90vh;padding:2rem;transition:transform .25s;position:relative;overflow-y:auto;transform:translateY(1rem)}.modal-overlay.is-visible .modal-content{transform:translateY(0)}.modal-content h3{margin-top:0}.modal-close{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:28px;line-height:1;transition:color .2s;position:absolute;top:.75rem;right:1rem}.modal-close:hover{color:var(--foreground)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.form-row{grid-template-columns:1fr;gap:0}}.page-image{margin:2em 0}.page-image img{width:100%}.page-header{margin-bottom:1.5em}.page-header h1{margin-bottom:0}.site-footer{border-top:1px solid var(--tertiary);color:var(--foreground-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:4em;padding:2em 0;font-size:14px;display:flex}.site-footer p{margin-bottom:0}.site-footer a{color:var(--foreground-muted);text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-wappen{vertical-align:middle;margin-left:2px;text-decoration:none;display:inline-block}.footer-wappen:hover{text-decoration:none}.footer-wappen img{filter:grayscale();border-radius:0;transition:filter .2s;display:block}.footer-wappen:hover img{filter:none}.mobile-header,.mobile-nav{display:none}@media (width<=960px){.themes-grid{grid-template-columns:1fr 1fr}.einblicke-grid,.supporter-grid{grid-template-columns:repeat(2,1fr)}.profil-grid{grid-template-columns:1fr}}@media (width<=860px){.site-wrapper{padding:0;display:block}.sidebar{display:none}.mobile-header{padding:1rem var(--gutter);border-bottom:1px solid var(--tertiary);background:var(--background);-webkit-backdrop-filter:blur(12px);z-index:100;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.mobile-header .site-title{margin-bottom:0;font-size:16px}.mobile-header .site-title a{color:var(--foreground-muted)}.burger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:flex}.burger-line{background:var(--foreground);border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.burger-btn.is-open .burger-line:first-child{transform:translateY(7px)rotate(45deg)}.burger-btn.is-open .burger-line:nth-child(2){opacity:0}.burger-btn.is-open .burger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:var(--background);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--tertiary);z-index:99;max-height:0;transition:max-height .3s;display:block;position:sticky;top:58px;overflow:hidden}.mobile-nav.is-open{max-height:300px}.mobile-nav a{padding:.75rem var(--gutter);color:var(--foreground);border-top:1px solid var(--tertiary);font-size:15px;font-weight:500;text-decoration:none;display:block}.mobile-nav a:first-child{border-top:none}.mobile-nav a:hover,.mobile-nav a.active{color:var(--primary)}.main-content{padding:var(--gutter)}.hero-portrait img{max-width:100%}.hero-buttons{justify-content:flex-start}.themes-grid,.supporter-grid{grid-template-columns:1fr}.contact-intro img{float:none;width:100%;max-width:300px;margin-bottom:1.5em;margin-left:0;display:block}}@media (width<=480px){.hero-intro{font-size:20px}.hero-buttons{flex-direction:column}.btn{text-align:center;justify-content:center;width:100%}}:root.dark .footer-wappen img{filter:grayscale()invert()}:root.dark .footer-wappen:hover img{filter:none}:root.dark .sidebar-fdp img,:root.dark .election-logo{filter:brightness(0)invert();opacity:.85}@media (prefers-color-scheme:dark){:root:not(.light) .footer-wappen img{filter:grayscale()invert()}:root:not(.light) .footer-wappen:hover img{filter:none}:root:not(.light) .sidebar-fdp img,:root:not(.light) .election-logo{filter:brightness(0)invert();opacity:.85}}:root.dark .sidebar-fdp img:hover{filter:none}@media (prefers-color-scheme:dark){:root:not(.light) .sidebar-fdp img:hover{filter:none}}.theme-toggle{cursor:pointer;color:var(--foreground);opacity:.4;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s,color .2s;display:flex}.theme-toggle:hover{opacity:1;color:var(--primary)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun,:root.dark .theme-toggle .icon-moon{display:none}:root.dark .theme-toggle .icon-sun{display:block}@media (prefers-color-scheme:dark){:root:not(.light) .theme-toggle .icon-moon{display:none}:root:not(.light) .theme-toggle .icon-sun{display:block}}.cookie-consent{z-index:9998;-webkit-backdrop-filter:blur(16px);border:1px solid var(--tertiary);border-left:3px solid var(--primary);opacity:0;pointer-events:none;background:#ffffffd9;border-radius:16px;max-width:380px;padding:1.25rem 1.5rem;transition:opacity .4s,transform .6s cubic-bezier(.34,1.56,.64,1);position:fixed;bottom:1.25rem;left:1.25rem;transform:translateY(1rem);box-shadow:0 8px 32px #0000001f}.cookie-consent.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@keyframes cookie-pulse{0%,to{border-left-color:var(--primary)}50%{border-left-color:var(--accent)}}.cookie-consent.is-visible{animation:2s .6s 2 cookie-pulse}:root.dark .cookie-consent{background:#1e1e1ed9}@media (prefers-color-scheme:dark){:root:not(.light) .cookie-consent{background:#1e1e1ed9}}.cookie-consent-text{color:var(--foreground-muted);margin:0 0 1rem;font-size:14px;line-height:1.55}.cookie-consent-text a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.cookie-consent-buttons{gap:.5rem;display:flex}.cookie-consent-btn{border:1px solid var(--tertiary);color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:.5em 1em;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,border-color .2s}.cookie-consent-btn:hover{background:var(--tertiary);border-color:var(--foreground-muted)}@media (width<=480px){.cookie-consent{max-width:none;bottom:.75rem;left:.75rem;right:.75rem}}
