#portal-footer .footer-info-div {
    background-color: #f7f7f7 !important;
}

#portal-footer .footer-info-div .info-top p.info-top-titel {
    color:#000 !important;
}

#portal-footer .footer-info-div .info-bottom p.info-bottom-text {
    color:#000 !important;
}

#portal-footer .footer-info-div .info-top p.info-top-text {
	color:#333 !important;
}

#searchInput {
    min-width:150px;
}

.portal-title a span {
    font-size:16px !important;
    font-weight:bold !important;
}

button{
    font-size: x-large;
}

#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;
    }
}