.staedte-enforce-form-control {
    display: block !important;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg);
    background-clip: padding-box !important;
    border-width: var(--bs-border-width);
    border-style: solid;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.staedte-enforce-form-control.border-danger {
    border-width: 2px !important;
}

#staedte-fs-track-package-button,
#staedte-fachschaft-public-form input[type="submit"] {
    background-color: #38b5cf;
    border: unset;
}

#staedte-fachschaft-public-form textarea[name="comment"] {
    min-height: 200px !important;
}