/* Pflicht erfüllt = grün */
button.accordion-button.collapsed.checkliste-erfuellt-pflicht {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
}

/* Optional erfüllt = blau */
button.accordion-button.collapsed.checkliste-erfuellt-optional {
    background-color: #cff4fc !important;
    color: #055160 !important;
}

/* Pflicht fehlt = rot */
button.accordion-button.collapsed.checkliste-fehlt-pflicht {
    background-color: #f8d7da !important;
    color: #842029 !important;
}

/* Optional fehlt = gelb */
button.accordion-button.collapsed.checkliste-fehlt-optional {
    background-color: #fff3cd !important;
    color: #664d03 !important;
}
