:root{--blau: #1d4e89;--blau-dunkel: #163a66;--gruen: #2e7d32;--gruen-hell: #e6f4e6;--gelb: #b26a00;--gelb-hell: #fff3e0;--rot: #c62828;--rot-hell: #fdecea;--grau: #5f6368;--grau-hell: #f4f5f7;--rand: #dcdfe4;--text: #202124;--radius: 10px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--grau-hell);font-size:16px}h1{font-size:1.5rem;margin:0 0 4px}h2{font-size:1.2rem;margin:24px 0 12px}h3{font-size:1.05rem;margin:16px 0 8px}p{line-height:1.5}a{color:var(--blau)}.topbar{background:var(--blau);color:#fff;padding:12px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.topbar .brand{font-weight:700;font-size:1.1rem;text-decoration:none;color:#fff;display:inline-flex;align-items:center;gap:10px}.brand-logo{width:32px;height:32px;border-radius:50%;background:#fff;object-fit:contain;padding:3px;box-sizing:border-box}.topbar .spacer{flex:1}.topbar .who{opacity:.9;font-size:.9rem}.topbar button{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.4)}.topbar button:hover{background:#ffffff40}.container{max-width:1000px;margin:0 auto;padding:20px 16px 60px}.card{background:#fff;border:1px solid var(--rand);border-radius:var(--radius);padding:20px;margin-bottom:16px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--rand);vertical-align:middle}th{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--grau)}tr.klick{cursor:pointer}tr.klick:hover td{background:var(--grau-hell)}label{display:block;font-weight:600;margin:12px 0 4px;font-size:.95rem}input,select,textarea{width:100%;padding:10px 12px;border:1px solid var(--rand);border-radius:8px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid var(--blau);border-color:var(--blau)}textarea{resize:vertical;min-height:60px}button{font:inherit;font-weight:600;padding:10px 18px;border-radius:8px;border:1px solid var(--blau);background:var(--blau);color:#fff;cursor:pointer}button:hover{background:var(--blau-dunkel)}button:disabled{opacity:.5;cursor:not-allowed}button.sekundaer{background:#fff;color:var(--blau)}button.sekundaer:hover{background:var(--grau-hell)}button.gruen{background:var(--gruen);border-color:var(--gruen)}button.gruen:hover{background:#256428}button.rot{background:#fff;color:var(--rot);border-color:var(--rot)}button.rot:hover{background:var(--rot-hell)}button.klein{padding:6px 12px;font-size:.85rem}.zeile{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.zeile>*{flex:1;min-width:140px}.zeile>button{flex:0 0 auto}.meldung{padding:12px 16px;border-radius:8px;margin:12px 0}.meldung.fehler{background:var(--rot-hell);color:var(--rot);border:1px solid var(--rot)}.meldung.ok{background:var(--gruen-hell);color:var(--gruen);border:1px solid var(--gruen)}.meldung.info{background:var(--gelb-hell);color:var(--gelb);border:1px solid var(--gelb)}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.8rem;font-weight:600;white-space:nowrap}.badge.entwurf{background:var(--grau-hell);color:var(--grau);border:1px solid var(--rand)}.badge.eingereicht{background:#e3f2fd;color:var(--blau)}.badge.betrieb_freigegeben{background:#e0f2f1;color:#00695c}.badge.akzeptiert{background:var(--gruen-hell);color:var(--gruen)}.badge.bemaengelt{background:var(--rot-hell);color:var(--rot)}.badge.fehlt{background:var(--gelb-hell);color:var(--gelb)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(160deg,var(--blau) 0%,var(--blau-dunkel) 100%)}.hero-wrap{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(900px 500px at 15% 10%,rgba(120,175,220,.28) 0%,transparent 60%),radial-gradient(700px 500px at 90% 90%,rgba(90,140,200,.25) 0%,transparent 60%),linear-gradient(160deg,var(--blau) 0%,#0f2b4d 100%)}.hero{flex:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,420px);grid-template-areas:"brand brand" "kacheln card";grid-template-rows:auto auto;align-content:center;column-gap:56px;row-gap:32px;padding:48px 24px;max-width:1100px;margin:0 auto;width:100%}.hero-brand{grid-area:brand;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;color:#fff}.hero-logo-badge{flex:0 0 auto;width:110px;height:110px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px #ffffff26,0 12px 40px #00000059;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-logo-badge img{width:88%;height:88%;object-fit:contain}.absender{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}.absender img{width:22px;height:22px;border-radius:50%;background:#fff;padding:2px;box-sizing:border-box}.hero-title{font-size:3rem;margin:0;letter-spacing:-.02em;text-shadow:0 2px 14px rgba(0,0,0,.25)}.hero-claim{font-size:1.05rem;opacity:.85;margin:6px 0 0;line-height:1.45}.vorteil-kacheln{grid-area:kacheln;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:14px}.vorteil-kachel{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:20px 22px;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s,background .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vorteil-kachel:hover{transform:translateY(-3px);background:#ffffff21}.vorteil-kachel .vorteil-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#ffffff24;font-size:1.35rem;margin-bottom:12px}.vorteil-kachel strong{display:block;font-size:1.02rem;margin-bottom:6px}.vorteil-kachel p{margin:0;opacity:.82;font-size:.9rem;line-height:1.5;max-width:26ch}.hero .login-card{grid-area:card;border-radius:18px;box-shadow:0 18px 60px #00000059}@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr);grid-template-areas:"brand" "card" "kacheln";grid-template-rows:auto auto auto;justify-items:stretch;max-width:520px;row-gap:24px;padding:32px 16px}.hero-brand{flex-direction:column;text-align:center;gap:14px}.hero-logo-badge{width:92px;height:92px}.hero-title{font-size:2.2rem}}@media(max-width:480px){.vorteil-kacheln{grid-template-columns:1fr}.login-card{padding:22px}}.kontakt-box{margin-top:20px;padding:14px 16px;background:var(--grau-hell);border:1px solid var(--rand);border-radius:var(--radius);font-size:.92rem}.schritte{padding-left:20px}.schritte li{margin-bottom:14px;line-height:1.5}.check-zeile{display:flex;gap:10px;align-items:flex-start;font-weight:400;font-size:.92rem;margin:12px 0 0;line-height:1.45}.check-zeile input[type=checkbox]{width:auto;margin-top:3px}.anfrage{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding:12px 0;border-top:1px solid var(--rand)}.anfrage:first-of-type{border-top:none}.anfrage-aktionen{display:flex;gap:8px;flex:0 0 auto;flex-wrap:wrap}.plz-ort{display:grid;grid-template-columns:110px 1fr;gap:8px}.azubi-zeile{display:grid;grid-template-columns:1fr 160px 44px;gap:8px;margin-bottom:8px}@media(max-width:480px){.azubi-zeile{grid-template-columns:1fr 130px 40px}}.preis-karte{display:flex;gap:16px;align-items:center;border:1px solid var(--rand);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px}.preis-karte .preis{font-size:1.7rem;font-weight:800;color:var(--blau);min-width:74px;text-align:center}.inklusive{padding-left:20px}.inklusive li{margin-bottom:6px;line-height:1.45}.copyright{text-align:center;color:#ffffff8c;font-size:.75rem;padding:14px}.kacheln{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.kachel{background:#fff;border:1px solid var(--rand);border-radius:var(--radius);padding:18px;cursor:pointer;text-align:left;font:inherit;color:var(--text);transition:border-color .15s,box-shadow .15s}.kachel:hover{border-color:var(--blau);box-shadow:0 4px 14px #00000014;background:#fff}.kachel h3{margin:0 0 10px;font-size:1.05rem}.kachel .zahlen{display:flex;gap:18px;flex-wrap:wrap}.kachel .zahl{text-align:center}.kachel .zahl .n{font-size:1.5rem;font-weight:700;display:block}.kachel .zahl .l{font-size:.75rem;color:var(--grau)}.kachel .zahl .n.warn{color:var(--gelb)}.kachel .zahl .n.rot{color:var(--rot)}.kachel .zahl .n.blau{color:var(--blau)}.login-card{background:#fff;border-radius:14px;padding:32px;width:100%;max-width:420px;box-shadow:0 10px 40px #00000040}.login-card h1{text-align:center}.login-card .untertitel{text-align:center;color:var(--grau);margin-top:0}.login-card form>button[type=submit]{width:100%;margin-top:20px;padding:12px}.login-card .tab-leiste button{flex:1}.jahr-kacheln{display:flex;flex-direction:column;gap:12px}.jahr-kachel{background:#fff;border:1px solid var(--rand);border-radius:var(--radius)}.jahr-kachel.offen{border-color:var(--blau);box-shadow:0 2px 10px #1d4e8914}.jahr-kopf{display:grid;grid-template-columns:1fr auto auto;gap:8px 12px;align-items:center;width:100%;padding:14px 16px;cursor:pointer;text-align:left;background:none;border:none;color:var(--text);font-weight:400;border-radius:var(--radius)}.jahr-kopf:hover{background:var(--grau-hell)}.jahr-info{display:flex;flex-direction:column}.jahr-titel{font-weight:700;font-size:1.05rem}.jahr-zeitraum{color:var(--grau);font-size:.85rem}.jahr-chips{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.jahr-pfeil{color:var(--grau);font-size:1.1rem}.chip-mini{border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:600;white-space:nowrap}.chip-mini.gelb{background:var(--gelb-hell);color:var(--gelb)}.chip-mini.rot{background:var(--rot-hell);color:var(--rot)}.chip-mini.blau{background:#e3f2fd;color:var(--blau)}.chip-mini.tuerkis{background:#e0f2f1;color:#00695c}.chip-mini.gruen{background:var(--gruen-hell);color:var(--gruen)}.chip-mini.grau{background:var(--grau-hell);color:var(--grau);border:1px solid var(--rand)}.fortschritt{grid-column:1 / -1;height:6px;background:var(--grau-hell);border-radius:999px;overflow:hidden}.fortschritt>div{height:100%;background:var(--gruen);border-radius:999px}.jahr-inhalt{padding:0 16px 16px}@media(max-width:640px){.jahr-kopf{grid-template-columns:1fr auto}.jahr-chips{grid-column:1 / -1;justify-content:flex-start}}.wochen-liste{display:flex;flex-direction:column;gap:8px}.woche{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--rand);border-radius:var(--radius);padding:12px 16px;cursor:pointer;text-align:left;width:100%;color:var(--text);font-weight:400}.woche:hover{background:var(--grau-hell);border-color:var(--blau)}.woche .kw{font-weight:700;min-width:70px}.woche .datum{color:var(--grau);flex:1}.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;background:linear-gradient(160deg,var(--blau) 0%,var(--blau-dunkel) 100%);color:#fff;text-align:center}.splash-claim{max-width:420px;font-size:1.05rem;opacity:.92;line-height:1.5;margin:0}.splash-badge{width:132px;height:132px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #ffffff24,0 14px 44px #00000059;animation:splash-puls 1.6s ease-in-out infinite}.splash-badge img{width:76%;height:76%}.splash-name{font-size:2rem;font-weight:700;letter-spacing:-.02em}.splash-powered{font-size:.85rem;opacity:.65;margin:0}@keyframes splash-puls{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.install-banner{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 20px;background:#e3f2fd;border-bottom:1px solid var(--rand)}.install-banner .install-text{flex:1;min-width:220px}.install-banner button{flex:0 0 auto}.modal-overlay{position:fixed;inset:0;background:#0a192f99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:900}.modal-karte{position:relative;background:#fff;border-radius:14px;width:100%;max-width:620px;max-height:92vh;overflow-y:auto;padding:24px 24px 28px;box-shadow:0 18px 50px #00000059}.modal-schliessen{position:absolute;top:10px;right:10px;width:36px;height:36px;padding:0;border-radius:50%;border:1px solid var(--rand);background:#fff;color:var(--grau);font-size:1rem;line-height:1}.modal-schliessen:hover{background:var(--grau-hell);color:var(--text)}@media(max-width:640px){.modal-overlay{padding:8px;align-items:flex-start}.modal-karte{max-height:calc(100vh - 16px)}}.wissen-eintrag{border-bottom:1px solid var(--rand);padding:4px 0}.wissen-eintrag:last-child{border-bottom:none}.wissen-eintrag summary{cursor:pointer;font-weight:600;padding:8px 4px;border-radius:6px;list-style-position:inside}.wissen-eintrag summary:hover{background:var(--grau-hell)}.wissen-eintrag[open] summary{color:var(--blau)}.wissen-eintrag p{margin:4px 8px 10px;color:var(--text);line-height:1.55}.zugang{background:var(--gruen-hell);border:1px solid var(--gruen);border-radius:var(--radius);padding:16px;margin:12px 0}.zugang code{font-size:1.2rem;background:#fff;padding:2px 10px;border-radius:6px;border:1px solid var(--rand)}.kommentar{border-left:4px solid var(--blau);background:var(--grau-hell);padding:10px 14px;border-radius:0 8px 8px 0;margin:8px 0}.kommentar .meta{font-size:.8rem;color:var(--grau);margin-bottom:2px}.eintrag-zeile{display:grid;grid-template-columns:150px 1fr 80px 44px;gap:8px;margin-bottom:8px;align-items:start}.tag-block{border-top:1px solid var(--rand);padding-top:10px;margin-top:10px}.tag-block:first-of-type{border-top:none;margin-top:0;padding-top:0}.tag-kopf{display:flex;align-items:center;gap:10px;margin-bottom:8px}.tag-kopf button{margin-left:auto}.dialog-overlay{position:fixed;inset:0;background:#0f1e378c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:110}.dialog-card{background:#fff;border-radius:14px;padding:22px 24px;max-width:440px;width:100%;box-shadow:0 18px 60px #00000059}.dialog-card p{color:var(--grau);line-height:1.5}.dialog-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.dialog-buttons .rot{background:var(--rot);color:#fff;border-color:var(--rot)}.dialog-buttons .rot:hover{background:#a51f1f}.toast-stapel{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:120;width:calc(100vw - 32px);max-width:480px;pointer-events:none}.toast{pointer-events:auto;cursor:pointer;padding:14px 18px;border-radius:12px;font-weight:600;box-shadow:0 10px 34px #0000004d;animation:toast-rein .25s ease}.toast.ok{background:var(--gruen);color:#fff}.toast.fehler{background:var(--rot);color:#fff}@keyframes toast-rein{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.tour-overlay{position:fixed;inset:0;z-index:100}.tour-dim{position:fixed;inset:0;background:#0f1e3799}.tour-spot{position:fixed;border-radius:12px;box-shadow:0 0 0 9999px #0f1e3799;border:2px solid #fff;pointer-events:none;transition:all .25s ease}.tour-tooltip{background:#fff;border-radius:12px;padding:16px 18px;max-width:330px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow-y:auto;box-shadow:0 16px 50px #0006;z-index:101}.tour-tooltip strong{font-size:1.05rem}.tour-tooltip p{margin:8px 0 12px;font-size:.92rem;line-height:1.5}.tour-buttons{display:flex;gap:8px;align-items:center}.tour-buttons .hinweis,.tour-buttons button{white-space:nowrap}.benachrichtigung{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.benachrichtigung-aktionen{display:flex;gap:8px;flex:0 0 auto}@media(max-width:640px){.eintrag-zeile{grid-template-columns:1fr}.topbar{padding:10px 12px}}.tab-leiste{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.tab-leiste button{background:#fff;color:var(--blau)}.tab-leiste button.aktiv{background:var(--blau);color:#fff}.hinweis{color:var(--grau);font-size:.9rem}.md-dokument h1{font-size:1.6rem}.md-dokument h2{margin-top:28px}.md-dokument p,.md-dokument li{line-height:1.6}.md-dokument table{margin:12px 0}.md-hinweis{margin:12px 0;padding:10px 14px;background:var(--gelb-hell);border-left:4px solid var(--gelb);border-radius:0 8px 8px 0;color:var(--gelb);font-weight:600}.nav-breit{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nav-knopf{display:none;flex-direction:column;justify-content:center;gap:4px;width:42px;height:38px;padding:0;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius)}.nav-knopf span{display:block;width:18px;height:2px;background:#fff;margin:0 auto;border-radius:2px}.nav-schatten{position:fixed;inset:0;background:#0f192d80;z-index:60;animation:nav-ein .15s ease-out}.nav-schub{position:fixed;top:0;right:0;bottom:0;width:min(82vw,320px);background:#fff;z-index:61;padding:18px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:-6px 0 24px #0f192d40;animation:nav-schieben .18s ease-out;overflow-y:auto}@keyframes nav-ein{0%{opacity:0}to{opacity:1}}@keyframes nav-schieben{0%{transform:translate(100%)}to{transform:translate(0)}}.nav-schub-kopf{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:8px;border-bottom:1px solid var(--rand)}.nav-rolle{font-size:.85rem;color:var(--grau);margin-top:2px}.nav-zu{background:none;border:none;font-size:1.8rem;line-height:1;color:var(--grau);padding:0 6px;cursor:pointer}.nav-liste{display:flex;flex-direction:column;gap:4px}.nav-liste button{width:100%;text-align:left;background:none;border:none;color:var(--text);font-size:1rem;padding:14px 10px;border-radius:var(--radius)}.nav-liste button:hover,.nav-liste button:active{background:var(--grau-hell)}.nav-abmelden{margin-top:auto;width:100%}@media(max-width:860px){.nav-breit{display:none}.nav-knopf{display:flex}.topbar .who{display:none}}.nav-schub{color:var(--text)}.nav-schub strong{color:var(--text);font-size:1.05rem}.nav-schub button{background:none;color:var(--text);border:none}.nav-schub .nav-abmelden{background:var(--blau);color:#fff;border:1px solid var(--blau);padding:14px;font-weight:600}.nav-schub .nav-abmelden:hover{background:var(--blau-dunkel)}
