.likert-battery-container .row:nth-of-type(even) .col {
    background: var(--bs-card-cap-bg);
}

.w-20 {
    width: 20% !important;
}

.pflicht {
    display: none;
}
.is-invalid .pflicht {
    display: block;
}

section .element-headline {
    display: none;
}

.progress-bar {
    background-color: rgb(249,139,35) !important;
}
.group-headline, .element-headline {
    background-color: rgb(0,89,188);
    color:#fff;
}