/* Gold */
/* rot cta button */
/* Nav Color */
.bewerbung-form .row.message-row:empty {
  display: none;
}
.bewerbung-form .input-checkbox {
  color: var(--text-color, var(--default-text));
}
.bewerbung-form label {
  font-size: 1rem;
}
.bewerbung-form textarea {
  border: 0;
  background: #F8F5F2;
  width: 100%;
  padding: 0.5rem;
}
.bewerbung-form input[type=text] {
  border: 0;
  border-bottom: 1px solid var(--brand-1);
  width: 100%;
  color: var(--text-color) !important;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bewerbung-form input[type=text]:focus {
  background: var(--brand-1);
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bewerbung-form select {
  border: 0;
  width: 100%;
  background: var(--brand-1);
  color: #fff;
  padding: 10px;
  -webkit-appearance: auto;
}

@media screen and (max-width: 1024px) {
  .bewerbung_form .submit_button {
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=bewerbung.css.map */
