:root {
} /* Anpassung der Schriftart */
body {
    font-family: Outfit, Arial;
}

/* Änderung der Farbe der Card-Header */
.card-header {
    background-color: #692283 !important;
    color: white !important;
}

/*Änderung der Farbe des Card-Content */
/*.card {
    background-color: #E0CFF8 !important;
}*/

/* Buttons */
.btn-pf-primary {
    background-color: #692283 !important;
    border-color: #692283 !important;
    color: white !important;
}

.btn-pf-secondary {
    background-color: #E0CFF8 !important;
    /*border-color: #E0CFF8 !important;*/
    color: black !important;
}

/* Info-Badge */

.pf-hint-info {
    color: black !important;
}

.alert-info {
    background-color: #BD97FA !important;
    border-color: #BD97FA !important;
    color: black !important;
}