#wpforms-1783 .wpforms-field .wpforms-field-label {
  font-size: 18px;
  line-height: 6px;
  font-weight: 400;
}
#wpforms-1783 .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: #bd9700;
}
#wpforms-1783 button.wpforms-submit {
  font-weight: 700;
  font-size: 16px;
  line-height: 0px;
  padding-top: 20;
  padding-bottom: 20;
  letter-spacing: 3px;
}
#wpforms-1783 .wpforms-field input {
  font-size: 18px;
  color: #000000;
}
#wpforms-1783 .wpforms-field textarea {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
#wpforms-1783-field_6 {
  font-size: 18px !important;
  line-height: 40px !important;
  color: #000000;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  font-weight: 400;
  background-image: url(https://premium-weihnachtsmann.de/wp-content/uploads/2026/07/arrow-form-150x150.png);
  background-size: contain;
  background-position: right;
}
#wpforms-1783-field_6-container .choices__inner .choices__item {
  font-size: 18px;
  color: #000000;
}
#wpforms-form-1783 .choices__inner {
  color: #bd9700;
  font-size: 18px;
}
.mk-page-section .mk-padding-wrapper .wpb_row {
  /* 1. Standard-Zustand: Papierflieger */
  /* 2. Sende-Zustand: Wechselt zum Zahnrad und dreht sich */
  /* Definition der Dreh-Animation */
}
.mk-page-section .mk-padding-wrapper .wpb_row #wpforms-1783 button.wpforms-submit::before {
  content: "\f1d8" !important;
  font-family: "PpmFontAwesome" !important;
  margin-right: 10px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  animation: none !important;
  /* Verhindert das Drehen im Normalzustand */
}
.mk-page-section .mk-padding-wrapper .wpb_row #wpforms-1783 button.wpforms-submit.wpforms-disabled::before,
.mk-page-section .mk-padding-wrapper .wpb_row #wpforms-1783 button.wpforms-submit[disabled]::before {
  content: "\f021" !important;
  /* Unicode für das Zahnrad-Icon */
  font-family: "PpmFontAwesome" !important;
  animation: spinIcon 1s infinite linear !important;
  /* Startet die Drehung */
}
@keyframes spinIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
