.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;
}