.selmlr option {
    display: none;
}

.selmlr option.show1.show2.show3,
.selmlr option.show0 {
    display: block;
}

.mlrClosed {
    display: none;
}

.mlrBeratungResultTable .table__body .table__cell {
    line-height: 1.5;
}

.groupnr__toggle-icon {
    transition: transform .3s;
    margin-left: 1rem;
}

.mlrGroupToggleButton.open .groupnr__toggle-icon {
    transform: rotate(180deg);
}

.mlrBeratungResultTable .table__scroll-wrapper {
    overflow-x: initial;
}

.mlrBeratungUploadForm .text > :not(:last-child) {
    margin-bottom: 0 !important;
}

.mlrBeratungUploadForm .text > .headline {
    margin-top: 0 !important;
}