/* Steuertermine – Einstellungen und Terminliste; Farben und Schrift aus stil.css */
.st-raster{display:grid;gap:1.4rem;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);align-items:start}
@media (max-width:900px){.st-raster{grid-template-columns:minmax(0,1fr)}}
.st-karte{background:var(--weiss);border:1px solid var(--linie);border-radius:14px;padding:1.4rem 1.5rem 1.5rem;min-width:0}
.st-karte h2{font-size:1.25rem;margin:0 0 .9rem}
.st-feld{margin:0 0 .85rem;min-width:0}
.st-feld label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.25rem;color:var(--tinte)}
.st-feld select{width:100%;font:inherit;font-size:.97rem;color:var(--tinte);padding:.55rem .7rem;background:var(--weiss);border:1px solid #C9D2CD;border-radius:8px}
.st-feld select:focus{outline:2px solid var(--gruen-t);outline-offset:1px}
.st-feld .hilfe{font-size:.78rem;color:var(--tinte-2);margin:.3rem 0 0;line-height:1.45}
.st-zwei{display:grid;gap:.6rem 1rem;grid-template-columns:repeat(auto-fit,minmax(min(11rem,100%),1fr))}
.st-haken{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;margin:.45rem 0}
.st-haken input{width:1.1rem;height:1.1rem;margin:.15rem 0 0;accent-color:var(--gruen-t);flex:none}
.st-haken input:disabled+span{color:var(--tinte-2)}
.st-klein{font-size:.8rem;color:var(--tinte-2);margin:.8rem 0 0;line-height:1.45}
.st-akt{display:flex;gap:.7rem;flex-wrap:wrap;margin:1rem 0 0}
.st-akt .btn{cursor:pointer;font-family:inherit}
.st-meldung{background:var(--gruen-h);border-left:3px solid var(--gruen-t);border-radius:0 10px 10px 0;padding:.7rem .9rem;font-size:.9rem;margin:.9rem 0 0}
.st-kopf{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:baseline;margin:0 0 .6rem}
.st-kopf h2{margin:0}
#anzahl{font-size:.85rem;color:var(--tinte-2)}
#naechster{background:var(--dunkel);color:#fff;border-radius:10px;padding:.7rem .9rem;font-weight:600;font-size:.95rem;margin:0 0 1rem}
.st-legende{display:flex;gap:.5rem .9rem;flex-wrap:wrap;font-size:.78rem;color:var(--tinte-2);margin:0 0 1rem}
.st-legende span::before{content:"";display:inline-block;width:.65rem;height:.65rem;border-radius:2px;margin-right:.35rem;vertical-align:-.05em;background:var(--linie)}
.st-legende .g-umsatzsteuer::before{background:#2F7D5B}.st-legende .g-lohn::before{background:#3C6E9E}.st-legende .g-sozialversicherung::before{background:#B9772C}.st-legende .g-vorauszahlung::before{background:#7A5AA6}.st-legende .g-jahr::before{background:#6B7B75}
.st-monat{margin:0 0 1.2rem}
.st-monat h3{font-size:1rem;margin:0 0 .4rem;padding-bottom:.3rem;border-bottom:1px solid var(--linie)}
.st-leer{font-size:.85rem;color:var(--tinte-2);margin:.2rem 0 0}
.st-termine{list-style:none;margin:0;padding:0}
.st-termin{display:flex;gap:.8rem;padding:.5rem 0;border-bottom:1px dashed var(--linie);border-left:3px solid var(--linie);padding-left:.7rem;margin:.25rem 0}
.st-termin.g-umsatzsteuer{border-left-color:#2F7D5B}.st-termin.g-lohn{border-left-color:#3C6E9E}.st-termin.g-sozialversicherung{border-left-color:#B9772C}.st-termin.g-vorauszahlung{border-left-color:#7A5AA6}.st-termin.g-jahr{border-left-color:#6B7B75}
.st-termin.vergangen{opacity:.55}
.st-termin.naechster{background:var(--gruen-h);border-radius:0 8px 8px 0}
.st-datum{flex:0 0 2.6rem;text-align:center;line-height:1.1}
.st-datum b{display:block;font-size:1.25rem;font-variant-numeric:tabular-nums}
.st-datum span{font-size:.72rem;color:var(--tinte-2);text-transform:uppercase;letter-spacing:.04em}
.st-text{min-width:0}
.st-titel{margin:0;font-weight:600;font-size:.95rem;line-height:1.35}
.st-gruppe{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tinte-2);background:var(--grau);border-radius:99px;padding:.1rem .45rem;vertical-align:.1em;margin-left:.2rem}
.st-hinweis{margin:.2rem 0 0;font-size:.8rem;color:var(--tinte-2);line-height:1.45}
.st-schonfrist{display:inline-block;margin-left:.4rem;color:var(--gruen-d);font-weight:600}
.st-stichtage{margin:0;padding:0;list-style:none;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(min(17rem,100%),1fr))}
.st-stichtage li{background:var(--weiss);border:1px solid var(--linie);border-radius:10px;padding:.7rem .9rem;font-size:.9rem;line-height:1.45}
.st-stichtage b{display:block;font-variant-numeric:tabular-nums;color:var(--gruen-d)}
[hidden]{display:none !important}
@media print{
  .kopf,.fuss,.st-akt,#einstellungen .st-klein,.st-legende{display:none !important}
  .st-raster{grid-template-columns:1fr}
  .st-karte{border:none;padding:0}
  .st-termin.vergangen{opacity:1}
  .auftakt{background:none;color:#000;padding:0}
}
