body {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.06em;
}

h2 {
    font-family: 'Roboto Serif', Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-size: 2.3em;
    color: #FFFFFF !important;
    text-align: center;
}

h3 {
    font-family: 'Roboto Slab', Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-size: 1.4em;
    color: #E09900 !important;
    line-height: 1.4em;
}

h5, .h5 {
    color: #106b9a;
    font-size: 1.16rem;
}

.hide {
    display: none;
}

nav ul li a {
    font-family: 'Roboto Slab', Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #FFFFFF !important;
    transition: color 300ms ease 0ms;
}

nav {
    background-color: #FBBA00;
    font-weight: 400;
}

header {
    color: #fff;
    background-color: #106b9a;
    background-position: 50%;
    background-size: cover;
    font-weight: 300;
}

footer {
    background-color: #106b9a;
    color: #fff;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

p {
    line-height: 1.4em;
    font-weight: 300;
    font-size: 1.02em;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: #2973ff;
    font-weight: bold;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 22rem;
}

li.select2-results__option--group {
    background-color: #f9f9f9;
}

.overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 20;
}

.overlay-fixed {
    position: fixed;
}

.overlay-show {
    display: block;
}

.overlay .text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.table-sm th {
    padding-left: 0;
    width: 220px;
}

.inpmxsml1 {
    max-width: 280px;
}

.accordion-button:not(.collapsed) {
    background-color: #107cb3;
    color: #fff;
}

.fachint {
    font-size: 14px;
    margin-top: 4px;
    color: #737373;
}

@media (min-width: 540px) {
    .fachint {
        display: none;
    }
}