:root{--gruen:#00864a;--gruen-dunkel:#006838;--grund:#f4f7f5;--text:#20312a;--linie:#d8e3dd;--warnung:#fff3cd;--schlecht:#b42318;--gedaempft:#65746c}*{box-sizing:border-box}html{font-size:16px}body{background:var(--grund);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}.kopf{border-bottom:4px solid var(--gruen);background:#fff;min-height:78px;padding:10px 18px}.kopf-inhalt{align-items:center;gap:18px;max-width:1200px;margin:0 auto;display:flex}.kopf img{object-fit:contain;max-width:190px;max-height:54px}.kopf strong{color:var(--gruen-dunkel);font-size:20px;display:block}.kopf small{color:#607068}.navigation{background:var(--gruen-dunkel)}.navigation-rahmen{max-width:1200px;margin:0 auto}.navigation-inhalt{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.menueknopf{color:#fff;background:0 0;border:0;border-radius:0;width:auto;margin:0;padding:12px 14px;font-weight:700;display:none}.menueknopf:hover{background:#005d32}.navigation-inhalt a{color:#fff;white-space:nowrap;padding:12px 14px;text-decoration:none}.navigation-inhalt a:hover{background:#005d32}.navigation-inhalt a[aria-current=page]{background:#005d32;font-weight:700}.navigation-inhalt button{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;padding:12px 14px}.navigation-inhalt button:hover{background:#005d32}main{max-width:1200px;margin:28px auto;padding:0 18px}.fuss{text-align:center;color:#718078;padding:28px;font-size:12px}h1{color:var(--gruen-dunkel);margin-top:0;font-size:28px}h2{font-size:20px}h3{font-size:17px}.karte{border:1px solid var(--linie);background:#fff;border-radius:12px;margin:0 0 20px;padding:20px;box-shadow:0 2px 8px #0000000a}.schmal,.anmeldekarte{max-width:520px;margin:40px auto}.raster{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:stretch;gap:16px;margin-bottom:20px;display:grid}.raster>.karte{flex-direction:column;margin:0;display:flex}.raster>.karte h3,.raster>.karte p{margin:0 0 8px}.raster>.karte .aktionen{margin:16px 0 0;padding-top:4px}.raster>.karte .aktionen:last-child{margin-top:auto}.kennzahl span,.kennzahl small{color:#68766f;display:block}.kennzahl strong{color:var(--gruen);margin:10px 0;font-size:32px;display:block}.knopf,button{background:var(--gruen);color:#fff;cursor:pointer;font-family:inherit;font-weight:700;font-size:inherit;border:0;border-radius:8px;padding:11px 16px;text-decoration:none;display:inline-block}.knopf:hover,button:hover{background:var(--gruen-dunkel)}.knopf.zweitrangig,button.zweitrangig{background:#60756a}.knopf.gefahr,button.gefahr{background:var(--schlecht)}button:disabled{opacity:.6;cursor:default}.aktionen{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}label{flex-direction:column;gap:6px;font-weight:700;display:flex}input,select,textarea{width:100%;color:var(--text);font:inherit;background:#fff;border:1px solid #bfcfc6;border-radius:7px;padding:11px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gruen);outline-offset:1px}.formraster{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.formraster .breit{grid-column:1/-1}.ankreuz{flex-direction:row;align-items:center}.ankreuz input{width:auto}.filter{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.tabellenrahmen{overflow:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{border-bottom:1px solid var(--linie);text-align:left;vertical-align:top;padding:10px}th{color:var(--gruen-dunkel);background:#edf5f1}td a{color:var(--gruen-dunkel)}.marke{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-block}.marke.ok{color:#075f31;background:#dff5e8}.marke.wartet{color:#765b00;background:#fff2c2}.marke.schlecht{color:#912018;background:#fde7e4}.marke.frage{color:#214d93;background:#e7eefc}.marke.neutral{color:#555;background:#eee}.fehler{color:#912018;background:#fde7e4;border-radius:8px;margin-bottom:14px;padding:12px}.erfolg{color:#075f31;background:#dff5e8;border-radius:8px;margin-bottom:14px;padding:12px}.warnung,.hinweisfeld{background:var(--warnung);border-radius:8px;padding:12px}.hinweis{color:var(--gedaempft);font-size:13px}code{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.qr{place-items:center;margin:16px 0;display:grid}.codeliste{gap:6px;margin:16px 0;padding:0;list-style:none;display:grid}.codeliste li{border:1px solid var(--linie);text-align:center;border-radius:6px;padding:8px}details{border-bottom:1px solid var(--linie);padding:10px 0}details:last-of-type{border-bottom:0}summary{cursor:pointer;padding:6px 0}summary:hover{color:var(--gruen-dunkel)}details[open] summary{margin-bottom:12px}details>form{padding:4px 0 12px}fieldset label.ankreuz{margin:4px 0;font-weight:400}.druckblatt{background:#fff;max-width:800px;margin:auto;padding:30px}.druckblatt img{max-width:180px;max-height:70px}@media (max-width:700px){html{font-size:15px}h1{font-size:23px}h2{font-size:18px}main{padding:0 12px}input,select,textarea{font-size:16px}.aktionen{flex-direction:column;align-items:stretch}.aktionen .knopf,.aktionen button{text-align:center;width:100%}.filter{flex-direction:column;align-items:stretch}.filter button{width:100%}.kopf{padding:10px 16px}.kopf-inhalt{gap:12px}.kopf img{max-width:140px}.formraster{grid-template-columns:1fr}.formraster .breit{grid-column:auto}main{margin-top:18px}.karte{padding:15px}.navigation{padding:0}.navigation a,.navigation-inhalt button{padding:11px 12px}table{min-width:0}table.karten thead{display:none}table.karten,table.karten tbody,table.karten tr,table.karten td{width:100%;display:block}table.karten tr{border:1px solid var(--linie);background:#fff;border-radius:8px;margin-bottom:10px;padding:4px 0}table.karten td{border:0;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 12px;display:flex}table.karten td:before{content:attr(data-spalte);color:var(--gruen-dunkel);flex:0 0 42%;font-weight:700}table.karten td:empty{display:none}}@media print{.kopf,.navigation,.fuss,.aktionen{display:none!important}body{background:#fff}details{border-bottom:1px solid var(--linie);padding:10px 0}details:last-of-type{border-bottom:0}summary{cursor:pointer;padding:6px 0}summary:hover{color:var(--gruen-dunkel)}details[open] summary{margin-bottom:12px}details>form{padding:4px 0 12px}fieldset label.ankreuz{margin:4px 0;font-weight:400}.druckblatt{box-shadow:none;border:0}}
