.elementor-1979 .elementor-element.elementor-element-3256766{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1979 .elementor-element.elementor-element-3256766.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1979 .elementor-element.elementor-element-2959229{text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-1979 .elementor-element.elementor-element-11fd8c2{text-align:center;}.elementor-1979 .elementor-element.elementor-element-11fd8c2 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-1979 .elementor-element.elementor-element-8ff1072{--display:flex;}.elementor-1979 .elementor-element.elementor-element-a028663{text-align:center;}.elementor-1979 .elementor-element.elementor-element-4204628{--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;}.elementor-1979 .elementor-element.elementor-element-4204628.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1979 .elementor-element.elementor-element-3256766{--width:94.006%;}.elementor-1979 .elementor-element.elementor-element-8ff1072{--width:66%;}.elementor-1979 .elementor-element.elementor-element-4204628{--width:100.825%;}}/* Start custom CSS for html, class: .elementor-element-da8430e *//* ── Labels ── */
.textFormFieldBlock label,
.optionSetFormFieldBlock label,
.phoneFormFieldBlock label {
  font-size: 13px;
  font-weight: 600;
  color: #454F5B;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin-bottom: 5px;
  display: block;
}
 
/* ── Pflichtfeld-Stern ── */
[data-required] label::after,
[data-required="required"] label::after {
  content: ' *';
  color: #FF5630;
  font-weight: 700;
}
 
/* ── Input & Select ── */
.textFormFieldBlock input,
.optionSetFormFieldBlock select {
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
  border: 1.5px solid #DFE3E8 !important;
  border-radius: 8px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1C252E !important;
  background: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  outline: none;
  box-sizing: border-box !important;
  transition: border-color .15s, box-shadow .15s;
}
 
.textFormFieldBlock input:focus,
.optionSetFormFieldBlock select:focus {
  border-color: #00A76F !important;
  box-shadow: 0 0 0 3px rgba(0,167,111,.12) !important;
}
 
/* ── Select Pfeil ── */
.optionSetFormFieldBlock select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23919EAB' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 36px !important;
  cursor: pointer;
}
 
/* ── Telefon-Feld ── */
.phoneFormFieldBlock > div {
  height: 44px !important;
  min-height: 44px !important;
  border: 1.5px solid #DFE3E8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center;
}
.phoneFormFieldBlock input[type="tel"] {
  height: 100% !important;
  min-height: unset !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1C252E !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
  flex: 1 !important;
  outline: none !important;
}
.phoneFormFieldBlock input[type="tel"]:focus {
  border: none !important;
  box-shadow: none !important;
}
.phoneFormFieldBlock > div:focus-within {
  border-color: #00A76F !important;
  box-shadow: 0 0 0 3px rgba(0,167,111,.12) !important;
}
 
/* ── Consent-Block ── */
.consentBlock {
  background: #F9FAFB !important;
  border-radius: 8px !important;
  padding: 12px !important;
  border: 1px solid #DFE3E8 !important;
  box-sizing: border-box;
}
.consentBlock input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: unset !important;
  accent-color: #00A76F;
  cursor: pointer;
  flex-shrink: 0;
}
.consentBlock label,
.consentBlock p {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #454F5B !important;
  line-height: 1.5 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
 
/* ── Submit Button ── */
.submitButton {
  background: #00A76F !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  box-shadow: 0 2px 8px rgba(0,167,111,.25) !important;
}
.submitButton:hover {
  background: #007867 !important;
}/* End custom CSS */