/* Weisse Schrift für den Button im Kontaktformular */
.btn-weiss {
    color: #ffffff!important;
}
/* Schatten der Input Formularfelder wegnehmen */
.wpcf7-form input, .wpcf7-form textarea {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
}
.wpcf7-form input.acceptt {
    width: 20px!important;
    padding: 5px;
}

.karriere a
{
    color: #5e564b;
text-decoration: underline;
}
.karriere a:hover
{
text-decoration: none;
}