h2 {
    padding-bottom: 50px;
    font-weight: bolder;
}

.nav-link {
    font-family: Arial;
}

#ticketnummer, #name, #vorname, #e-mail, #mitarbeitervorname, #mitarbeiternachname {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #ddd;
    border: none;
    width: 90%;
    padding: 5px;
}

.textarea {
    height: 100px;
    width: 100%;
    margin-top: 20px;
}

.container {
    font-family: Arial;
    margin-top: 56px;
    margin-bottom: 50px;
}

#Formularbereich {
    margin: auto;
    max-width: 1140px;
}

.error{
    color:red !important;
}

.my-2 {
    margin-top: 80px;
}

.btn, .btn-dark {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
}

.image {
    padding-left: 5px;
    height: 15px;
    padding-bottom: 1px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating>input {
    display: none;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 3rem;
    color: #FFD600;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important;
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating:hover>input:checked~label:before {
    opacity: 0.4;
}
