/* Gemeinsames Layout der Wunschlern-Druckvorlagen (A4 hoch). Farben = wunschlern-colors.css */
:root{
  --blau:#1E5FA1;--blau-dunkel:#164878;--blau-hell:#2E7BC4;--gelb:#FFB800;--gelb-hell:#FFC933;
  --gruen:#10B981;--lila:#8B5CF6;--cyan:#06B6D4;--orange:#F97316;--rot:#EF4444;
  --text:#1F2937;--grau:#6B7280;--linie:#D9E2EC;--papier:#FFFFFF;
}
@page{size:A4 portrait;margin:0}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:var(--text);
  font-family:"Avenir Next","Avenir","Segoe UI",Helvetica,Arial,sans-serif;-webkit-print-color-adjust:exact;print-color-adjust:exact}
.seite{width:210mm;height:297mm;padding:12mm 12mm 10mm;display:flex;flex-direction:column;position:relative;overflow:hidden}
.kopf{display:flex;align-items:flex-end;justify-content:space-between;gap:8mm;padding-bottom:4mm;border-bottom:1.2mm solid var(--gelb)}
.kopf h1{margin:0;white-space:nowrap;font-size:10mm;line-height:1;font-weight:800;color:var(--blau);letter-spacing:-0.3px}
.kopf .sub{margin:1.5mm 0 0;font-size:3.6mm;color:var(--grau);font-weight:500}
.felder{display:flex;gap:6mm;font-size:3.4mm;color:var(--grau);font-weight:600}
.felder span{display:inline-block;border-bottom:0.4mm solid var(--linie);min-width:38mm;padding:0 0 1mm 1.5mm;color:var(--text);font-weight:400}
.fuss{margin-top:auto;padding-top:3mm;border-top:0.3mm solid var(--linie);display:flex;align-items:center;justify-content:space-between;font-size:2.9mm;color:var(--grau)}
.fuss b{color:var(--blau);font-weight:700}
.fuss img{height:6mm;width:auto;vertical-align:middle;margin-right:2mm}
.fuss .marke{display:flex;align-items:center;gap:1mm}
/* Tages-Farben (hell) */
.t-mo{--f:#1E5FA1;--fh:#E8F0FA}.t-di{--f:#10B981;--fh:#E6F7F1}.t-mi{--f:#8B5CF6;--fh:#F1ECFD}.t-do{--f:#06B6D4;--fh:#E4F7FB}.t-fr{--f:#F97316;--fh:#FEF0E6}
