.navbar-toggler { /* Mobile Ansicht nicht benötigt */
    display: none;
}

.footer {
  background-color: rgb(0, 30, 72)!important;
}

.footer a, .footer a:visited {
    color: #fff;
}

.footer a:hover {
    color: #ddd;
}

.sfh-icon-text-left {
    float: left; margin-right: 1em;
}

input, textarea, select {
    background-color: #f6f6f6!important;
    border-radius: 0px;       
    font-size: 16px!important;
}
.form-select {
    border:0;
    border-radius:0;
}

optgroup, .optgroup { 
    font-size: 16px;
}

/* Rating */

.ratingText {
    font-size: 2em;
    width: 60px;
}

.rating {
    position: relative;
    width: 350px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 1em;
    margin: 0.5em;
    overflow: hidden;
}

.rating__star {
    font-size: 2.5em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

.rating__star:hover {
    filter: drop-shadow(2px 2px 4px gold);
}

.footer a {
    text-decoration: none;
}

th, td {
    padding: 5px;
}