:root{--kompass-blue:#2e3192;--kompass-red:#8f0040;--text:#202332;--muted:#646878;--background:#ffffff;--soft-background:#f4f4f8;--border:#dedee8;--content-width:1120px}*{box-sizing:border-box}html{font-size:100%}body{margin:0;color:var(--text);background:var(--background);font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1.08rem;line-height:1.65}a{color:var(--kompass-blue)}a:hover,a:focus{color:var(--kompass-red)}.site-header{color:#fff;background:var(--kompass-blue)}.header-inner{width:100%;max-width:none;min-height:84px;margin:0;display:grid;grid-template-columns:minmax(0,1fr)auto}.header-main{padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.menu-toggle{display:none}.header-message{min-width:310px;padding:.8rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:#fff;background:var(--kompass-red);text-align:center}.header-slogan{font-weight:700;line-height:1.25}.language-switcher{display:flex;align-items:center;justify-content:center;gap:.8rem;white-space:nowrap}.language-switcher a,.language-switcher a:visited{color:#fff;font-weight:600;line-height:1.25;text-decoration:none}.language-switcher a:hover,.language-switcher a:focus,.language-switcher a.active{color:#fff;text-decoration:underline;text-underline-offset:.22rem}.site-brand{display:flex;align-items:center;gap:.8rem;color:#fff;text-decoration:none;font-size:1.35rem;font-weight:700}.site-brand img{display:block;text-decoration:none}.site-brand:hover,.site-brand:focus,.site-brand:visited{color:#fff;text-decoration:underline;text-underline-offset:.25rem}.main-nav{display:flex;flex-wrap:wrap;gap:1.3rem}.main-nav a{color:#fff;text-decoration:none;font-weight:600}.main-nav a:hover,.main-nav a:focus{text-decoration:underline;text-underline-offset:.3rem}.hero{padding:5rem 1rem;background:#fff}.hero-inner{width:min(100%,920px);margin:0 auto}.hero-text{text-align:left}.hero h1{margin:0 0 1rem;color:var(--kompass-blue);font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.08}.intro{max-width:44rem;font-size:1.2rem}.intro>:first-child{margin-top:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-block;padding:.75rem 1.2rem;border:2px solid var(--kompass-blue);border-radius:.25rem;text-decoration:none;font-weight:700}.button-primary{color:#fff;background:var(--kompass-blue)}.button-primary:hover,.button-primary:focus{color:#fff;background:var(--kompass-red);border-color:var(--kompass-red)}.button-secondary{color:var(--kompass-blue);background:0 0}.button-secondary:hover,.button-secondary:focus{color:#fff;background:var(--kompass-red);border-color:var(--kompass-red)}.home-panels{width:min(calc(100% - 2rem),var(--content-width));margin:0 auto;padding:4rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-panels article{padding:1.7rem;background:#fff;border:3px solid var(--border);border-top:5px solid var(--kompass-red)}.home-panels h2{margin-top:0;color:var(--kompass-blue)}.content-page{width:min(calc(100% - 2rem),760px);min-height:60vh;margin:0 auto;padding:4rem 0}.content-page h1{color:var(--kompass-blue);font-size:clamp(2rem,5vw,3.3rem);line-height:1.15}.page-content{text-align:left}.ballot-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}.ballot-card{min-height:150px;padding:1.25rem;border:1px solid var(--border);border-radius:.25rem;display:flex;flex-direction:column;justify-content:space-between;color:#202332}.ballot-card strong{font-size:1.25rem}.ballot-card span{font-weight:600}.ballot-yellow{background:#fff3a6}.ballot-blue{background:#bcdcf4}.ballot-white{background:#fff}.test-progress{margin-bottom:1.25rem;color:var(--kompass-blue);font-weight:700}#test-progress-current{display:inline-block;margin-right:.15rem;color:var(--kompass-red);font-size:2.4rem;font-weight:800;line-height:1}#test-progress-total{font-weight:700}.test-question{margin:0;padding:1.5rem;border:1px solid var(--border);border-top:5px solid var(--kompass-red)}.test-question legend{padding:0 .35rem;color:var(--kompass-blue);font-size:1.25rem;font-weight:700}.test-question label{display:block;margin-top:.75rem;padding:.8rem 1rem;border:1px solid var(--border);cursor:pointer}.test-question label:hover{background:#f4f4f8}.test-question input{margin-right:.6rem}.test-navigation{margin-top:1.25rem;display:flex;justify-content:space-between;gap:1rem}.test-navigation .button:disabled{opacity:.45;cursor:not-allowed}.test-invitation{margin-top:3rem;padding:2rem;border-top:5px solid var(--kompass-red);background:#f4f4f8}.test-invitation h2{margin-top:0}#test-finished{color:var(--kompass-blue);font-size:2rem;font-weight:800}.test-result-box{margin:0;padding:1.5rem;border:1px solid var(--border);border-top:5px solid var(--kompass-red)}.test-result-box h2{margin-top:0;color:var(--kompass-blue);font-size:1.25rem}.test-result-box p{margin-bottom:0;font-size:1.15rem;line-height:1.6}.site-footer{display:grid;grid-template-columns:65% 35%;color:#fff}.footer-left{background:var(--kompass-blue);padding:2rem}.footer-right{background:var(--kompass-red);padding:2rem;text-align:center}.footer-left a,.footer-left a:visited,.footer-right a,.footer-right a:visited{color:#fff;text-decoration:none}.footer-left a:hover,.footer-right a:hover{text-decoration:underline}.footer-language{display:flex;gap:1rem}.footer-slogan{font-size:1.25rem;font-weight:700}.footer-principle{margin-top:.4rem;font-size:.95rem;font-style:italic;opacity:.9}@media(max-width:900px){.header-inner{width:100%;min-height:0;display:grid;grid-template-columns:1fr}.header-main{position:relative;width:100%;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{flex-shrink:0;font-size:1.2rem}.brand-mark{width:52px;height:52px}.menu-toggle{display:block;margin-left:auto;padding:.55rem .75rem;color:var(--kompass-blue);background:#fff;border:0;border-radius:.25rem;font:inherit;font-weight:700;cursor:pointer}.main-nav{display:none;position:absolute;z-index:10;top:100%;right:0;left:0;width:100%;padding:.75rem 1rem 1rem;background:var(--kompass-blue)}.main-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav a{display:block;padding:.65rem 0;border-top:1px solid rgba(255,255,255,.25)}.header-message{width:100%;min-width:0;padding:.65rem 1rem;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;font-size:.9rem;text-align:left}.header-slogan{flex:auto}.language-switcher{flex:none;margin:0}.hero{padding:3rem 1rem}.hero-inner{width:100%;margin:0 auto}.hero h1{overflow-wrap:anywhere}.hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-actions .button{width:auto;min-width:14rem;text-align:center}.button{width:100%;text-align:center}.home-panels{width:min(calc(100% - 2rem),var(--content-width));margin:0 auto;padding:2.5rem 0;display:grid;grid-template-columns:1fr;gap:1.25rem}.home-panels article{width:100%;min-width:0}.content-page{width:min(calc(100% - 2rem),760px);padding:2.5rem 0}.ballot-cards{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.test-result-actions{display:flex;flex-direction:column;gap:.75rem}.test-result-actions .button{text-align:left}}@media(max-width:900px){.main-nav a:hover,.main-nav a:focus,.main-nav a:active,.language-switcher a:hover,.language-switcher a:focus,.language-switcher a:active{color:#fff;text-decoration:underline;text-underline-offset:.25rem}.button:hover,.button:focus,.button:active{color:#fff;background:var(--kompass-red);text-decoration:none}.button-primary:hover,.button-primary:focus,.button-primary:active{color:#fff;background:var(--kompass-blue)}}@media(max-width:430px){.header-message{flex-direction:column;align-items:center;text-align:center}}.brand-mark{display:grid;place-items:center;width:56px;height:56px;padding:px;background:#fff;border-radius:50%}.brand-mark img{display:block;width:100%;height:100%}.site-footer a{color:#fff}.site-footer a:hover,.site-footer a:focus{color:#fff;text-decoration-thickness:2px;text-underline-offset:.25rem}.test-result-actions [hidden]{display:none!important}