.elementor-3458 .elementor-element.elementor-element-3f68af5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3458 .elementor-element.elementor-element-29bda65 .elementor-button{background-color:#FFF8EB;font-family:"Baloo 2", Sans-serif;font-size:18px;font-weight:500;fill:#167BA7;color:#167BA7;border-style:solid;border-color:#167BA7;border-radius:25px 25px 25px 25px;}.elementor-3458 .elementor-element.elementor-element-29bda65 .elementor-button:hover, .elementor-3458 .elementor-element.elementor-element-29bda65 .elementor-button:focus{background-color:#167BA7;color:#FFF8EB;}.elementor-3458 .elementor-element.elementor-element-29bda65 .elementor-button:hover svg, .elementor-3458 .elementor-element.elementor-element-29bda65 .elementor-button:focus svg{fill:#FFF8EB;}.elementor-3458 .elementor-element.elementor-element-42dde61{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-3458 .elementor-element.elementor-element-e58111b{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;}.elementor-3458 .elementor-element.elementor-element-e58111b.elementor-element{--align-self:center;}}/* Start custom CSS for wpforms, class: .elementor-element-e58111b */@font-face {
  font-family: 'Baloo 2';
  src: url('/wp-content/uploads/fonts/baloo2/Baloo2-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/baloo2/Baloo2-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo 2';
  src: url('/wp-content/uploads/fonts/baloo2/Baloo2-Medium.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/baloo2/Baloo2-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo 2';
  src: url('/wp-content/uploads/fonts/baloo2/Baloo2-SemiBold.woff2') format('woff2'),
       url('/wp-content/uploads/fonts/baloo2/Baloo2-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Gesamtes Formular */
.wpforms-container,
.wpforms-form {
  font-family: 'Baloo 2', sans-serif !important;
  color: #2f3e46 !important;
}

/* Feldabstände */
.wpforms-form .wpforms-field {
  margin-bottom: 18px !important;
}

/* Labels */
.wpforms-form .wpforms-field-label {
  font-family: 'Baloo 2', sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #3b4a56 !important;
  margin-bottom: 8px !important;
}

/* Pflichtstern */
.wpforms-form .wpforms-required-label {
  color: #397988 !important;
  font-weight: 600 !important;
}

/* Eingabefelder */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="password"],
.wpforms-form input[type="search"],
.wpforms-form input[type="date"],
.wpforms-form input[type="time"],
.wpforms-form input[type="file"],
.wpforms-form select,
.wpforms-form textarea {
  width: 100% !important;
  border: 1px solid #817358 !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #2f3e46 !important;
  font-family: 'Baloo 2', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

/* Fokus */
.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="number"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form input[type="url"]:focus,
.wpforms-form input[type="password"]:focus,
.wpforms-form input[type="search"]:focus,
.wpforms-form input[type="date"]:focus,
.wpforms-form input[type="time"]:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus {
  outline: none !important;
  border-color: #397988 !important;
  box-shadow: 0 0 0 4px rgba(57, 121, 136, 0.10) !important;
  background: #fffdf8 !important;
}

/* Placeholder */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
  color: #8b8f94 !important;
  opacity: 1 !important;
}

/* Textarea */
.wpforms-form textarea {
  min-height: 130px !important;
  resize: vertical !important;
}

/* Select */
.wpforms-form select {
  padding-right: 42px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #817358 50%),
    linear-gradient(135deg, #817358 50%, transparent 50%) !important;
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

/* Beschreibungen */
.wpforms-form .wpforms-field-description,
.wpforms-form .wpforms-description,
.wpforms-form .wpforms-field-sublabel {
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #817358 !important;
}

/* Checkboxen / Radios */
.wpforms-form .wpforms-field-checkbox ul,
.wpforms-form .wpforms-field-radio ul,
.wpforms-form .wpforms-field-payment-checkbox ul,
.wpforms-form .wpforms-field-payment-multiple ul {
  margin: 0 !important;
  padding: 0 !important;
}

.wpforms-form .wpforms-field-checkbox li,
.wpforms-form .wpforms-field-radio li,
.wpforms-form .wpforms-field-payment-checkbox li,
.wpforms-form .wpforms-field-payment-multiple li {
  list-style: none !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

.wpforms-form .wpforms-field-checkbox label,
.wpforms-form .wpforms-field-radio label,
.wpforms-form .wpforms-field-payment-checkbox label,
.wpforms-form .wpforms-field-payment-multiple label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-family: 'Baloo 2', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #2f3e46 !important;
  cursor: pointer !important;
}

.wpforms-form input[type="checkbox"],
.wpforms-form input[type="radio"] {
  accent-color: #397988 !important;
  transform: scale(1.1) !important;
  margin-top: 4px !important;
}

/* Abschnittsüberschriften */
.wpforms-form .wpforms-field-divider {
  margin: 26px 0 16px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.wpforms-form .wpforms-field-divider h3 {
  margin: 0 !important;
  font-family: 'Baloo 2', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #397988 !important;
}

/* HTML-Felder / Infoboxen */
.wpforms-form .wpforms-field-html {
  background: #fff8eb !important;
  border: 1px solid #e8dcc8 !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  color: #2f3e46 !important;
  line-height: 1.8 !important;
  font-size: 15px !important;
}

/* Fehler */
.wpforms-form label.wpforms-error {
  margin-top: 6px !important;
  font-size: 14px !important;
  color: #cc0000 !important;
  font-family: 'Baloo 2', sans-serif !important;
}

.wpforms-form input.wpforms-error,
.wpforms-form select.wpforms-error,
.wpforms-form textarea.wpforms-error {
  border-color: #cc0000 !important;
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.08) !important;
}

/* Submit-Button */
.wpforms-form button[type="submit"],
.wpforms-form .wpforms-submit {
  display: inline-block !important;
  background: #fff8eb !important;
  border: 1px solid #817358 !important;
  border-radius: 25px !important;
  color: #817358 !important;
  font-family: 'Baloo 2', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px 18px !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
  box-shadow: none !important;
}

.wpforms-form button[type="submit"]:hover,
.wpforms-form .wpforms-submit:hover {
  background: #817358 !important;
  color: #fff8eb !important;
  border-color: #817358 !important;
}

.wpforms-form button[type="submit"]:disabled,
.wpforms-form .wpforms-submit:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* Bestätigungsbox */
.wpforms-confirmation-container-full {
  background: #fff8eb !important;
  border: 1px solid #e8dcc8 !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  color: #2f3e46 !important;
  font-family: 'Baloo 2', sans-serif !important;
  line-height: 1.8 !important;
}

/* Mobile */
@media (max-width: 640px) {
  .wpforms-form .wpforms-field-label {
    font-size: 16px !important;
  }

  .wpforms-form input[type="text"],
  .wpforms-form input[type="email"],
  .wpforms-form input[type="number"],
  .wpforms-form input[type="tel"],
  .wpforms-form input[type="url"],
  .wpforms-form input[type="password"],
  .wpforms-form input[type="search"],
  .wpforms-form input[type="date"],
  .wpforms-form input[type="time"],
  .wpforms-form select,
  .wpforms-form textarea {
    font-size: 16px !important;
    padding: 11px 14px !important;
  }

  .wpforms-form .wpforms-field-divider h3 {
    font-size: 20px !important;
  }
}/* End custom CSS */