.uni-umlv-steps-menu {
    position: static; float: none; width: auto; height: auto;
    margin: 0 0 2rem; padding: 0; border: none;
}
.uni-umlv-steps-menu p { margin: 0; padding: 0; font-size: 14px; }
.uni-umlv-steps-menu .uni-breadcrump-item.uni-umlv-step-active { font-weight: 600; text-decoration: none; cursor: default; }
.uni-umlv-steps-menu .uni-breadcrump-item.uni-umlv-step-upcoming { color: #9e9e9e; pointer-events: none; }

.uni-umlv-checkbox-row.is-excluded { background-color: #fdf2f2; }
.uni-umlv-checkbox-row.is-excluded:hover { background-color: #fbe9e9; }

.uni-umlv-checkbox-label { display: flex; align-items: center; margin: 0; font-weight: 400; cursor: pointer; }
.uni-umlv-checkbox-label input[type="checkbox"] { margin-right: 10px; flex-shrink: 0; }

.uni-umlv-ausschluss-hinweis {
    margin-left: 10px;
    font-size: 12px;
    color: #b94a48;
    background-color: #fbe3e3;
    border-radius: 10px;
    padding: 2px 8px;
}
.uni-umlv-grund-feld { margin: 8px 0 0 26px; max-width: 420px; }
