/*
Dateiname: login.css | Zweck: Ergänzungen für Login, Konten und Diagnose.
Test-URL: https://mitfahren.brothaus.tel/koordination_login.php
Pfad: /www/htdocs/w00943fd/mitfahrer.diepers.de/login.css
Stand: 16.09.2026 | Ersteller: Codex
@ROADMAP: Tabletfreundliche Formulare und lesbare Tabellen.
@CALLS: keine | @CALLED_BY: Login- und Verwaltungsseiten
KID-MARKER: MFH-LOGIN-20260916A
🛑 STOP-Box/Ampel: GRÜN – ausschließlich Darstellung.
🧹 Löschbarkeit: Nicht löschen; Diagnose-Button und Tabellen nutzen diese Regeln.
Parameter: keine.
*/
/* AUSSEHEN / LAYOUT: breite Tabellen seitlich scrollen statt abschneiden. */
.tabelle-scroll { overflow-x:auto; max-width:100%; margin-bottom:20px; }
.tabelle-scroll table { min-width:620px; }
pre { white-space:pre-wrap; overflow-wrap:anywhere; background:#f6f8fb; padding:16px; }
input:not([type]), input[type=text], input[type=email], input[type=password] { box-sizing:border-box; width:100%; padding:10px; border:1px solid #d8dee7; border-radius:8px; font:inherit; }
/* FARBEN: Diagnose-Button in bestehendem Petrol, weiße Schrift. */
.pflege { position:fixed; right:0; bottom:24px; padding:12px 16px; background:#24474b; color:#fff; border-radius:10px 0 0 10px; z-index:10; text-decoration:none; box-shadow:0 3px 10px #0003; }
:focus-visible { outline:3px solid #b87000; outline-offset:3px; }
/* TABLET / HANDY: kleinere Außenränder, Platz für schwebenden Button. */
@media(max-width:700px) { .wrap { margin:10px; } main { padding:20px 16px 84px; } header.kopf { padding:22px 16px; } .pflege { bottom:10px; font-size:13px; } }
/* DRUCK: Schaltflächen ausblenden, neutrale weiße Fläche. */
@media print { .pflege, nav, button { display:none; } .wrap { box-shadow:none; margin:0; } }
/* Dateiende: login.css */
