.login-box {
    max-width: 350px;
}

.required { font-weight: bold; }

.link-stage-fertig, .link-stage-abgebrochen {
    text-decoration: line-through;
    color: #aaa !important;
}

.status-aktiv, .abgerechnet-ja, .stage-fertig  {
    color: #198754 !important;
}

.status-inaktiv, .abgerechnet-nein, .stage-Backlog {
    color: #dc3545 !important;
}

.stage-geplant {
    color: #FF8C00FF !important;
}

.stage-in-Bearbeitung {
    color: #ffc107 !important;
}

.abgerechnet-nicht-abrechenbar, .stage-abgebrochen, .status-geloescht {
    color: #aaa !important;
}

.stage-Review, .stage-warte-auf-Kontakt {
    color: #17a2b8 !important;
}

input.readonly {
    background-color: #eee !important;
    color: #aaa !important;
}

@media print {
    .col-print-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
