/*
 * Stylesheet für den öffentlichen Bereich.
 * Ergänzt Bootstrap 5.3, kein Reset.
 */

html, body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* Honeypot-Feld vollständig vor Sehenden verstecken,
   bleibt aber für Bots im DOM ausfüllbar. */
.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

textarea#frage {
    resize: vertical;
    min-height: 9rem;
}
