#mp-menu-logo-mainMenu {
    margin-left: 0 !important;
    padding-left: 8px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 16px !important;
}

#mp-menu-logo-mainMenu img {
    max-height: 60px !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
}

#mp-menu-logo-mainMenu h1 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    margin: 0 !important;
}

/* badge color in info alert window */
.modal-content {
    .badge-pill {
        --bs-info-rgb: 21, 21, 21;
    }
}

.barrierefreiheit {
    .heading {
        color: black;
    }

    .text{
        color: black;
    }
}

.hilfeVideo {
    .heading {
        color: black;
    }

    .text{
        color: black;
    }
}

.impressum {
    .heading {
        color: black;
    }

    .text{
        color: black;
    }
}

.kontakt {
    .heading {
        color: black;
        font-size: 1.25rem;
    }

    .text {
        color: black;
        font-size: 1rem;
    }
}

.nutzungshinweise {
    .heading {
        color: black;
    }

    .text{
        color: black;
    }
}

.weiterePortale {
    .link {
        color: black;
        font-size: medium;
    }
}