/* Eigene Ergänzungen zur Klärungsverwaltung */
body {
    background-color: #f5f6f8;
}

.navbar-brand {
    font-weight: 600;
}

.table-klaerungen td {
    vertical-align: middle;
}

.badge-dringlichkeit-Niedrig  { background-color: #6c757d; }
.badge-dringlichkeit-Mittel   { background-color: #0d6efd; }
.badge-dringlichkeit-Hoch     { background-color: #fd7e14; }
.badge-dringlichkeit-Kritisch { background-color: #dc3545; }

.form-section-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .35rem;
    margin: 1.5rem 0 1rem;
}

.detail-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
}

.log-zeit {
    white-space: nowrap;
    color: #6c757d;
    font-variant-numeric: tabular-nums;
}
