/* print-kader.css – Drucklayout für Datenerfassung 2025 */

@page { size: A4; margin: 12mm; }

/* Standard: im Druck sauber und ohne Schatten */
body{ background:#fff !important; padding:0 !important; }
.card{ box-shadow:none !important; border:1px solid #e5e7eb; padding:14px !important; margin:0 0 10mm 0 !important; }

/* Buttons/Screen-only ausblenden */
.screen-only{ display:none !important; }
.actions{ display:none !important; }

/* Signatur: Canvas ausblenden, Bild anzeigen */
#sigCanvas{ display:none !important; }
.sig-print{ display:block !important; max-height:30mm !important; }

/* Logo etwas kompakter */
.form-logo{ max-height:22mm !important; width:auto !important; }
.form-header{ margin-bottom:4mm !important; }

/* Keine Link-URLs */
a[href]::after{ content:"" !important; }
