.elementor-723 .elementor-element.elementor-element-c95f113{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-723 .elementor-element.elementor-element-0981942 > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-723 .elementor-element.elementor-element-0981942{text-align:center;}.elementor-723 .elementor-element.elementor-element-0981942 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-text );}.elementor-723 .elementor-element.elementor-element-feabb83{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}@media(max-width:1690px){.elementor-723 .elementor-element.elementor-element-c95f113{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-723 .elementor-element.elementor-element-0981942 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-723 .elementor-element.elementor-element-feabb83{width:100%;max-width:100%;}}@media(max-width:1200px){.elementor-723 .elementor-element.elementor-element-c95f113{--padding-top:200px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-723 .elementor-element.elementor-element-0981942 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-723 .elementor-element.elementor-element-0981942 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-feabb83 *//* ---------- Grid-Layout ---------- */

.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1 1 300px;
}

/* ---------- Form-Felder ---------- */

.form-field {
    text-align: center;
  width: 100%;
  height: 56px;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.4;
  border: none!important;
  background-color: #146C94;
  color: white;
  border-radius: 0px!important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* ---------- Textarea größer machen ---------- */

textarea.form-field {
  height: 180px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: flex-start;
  resize: vertical; /* optional: resize ausschalten mit 'none' */
}

/* ---------- Fokus ---------- */

.form-field:focus {
  background-color: #1989b9;
  outline: none;
  box-shadow: 0 0 0 2px white;
}

/* ---------- Platzhalter weiß ---------- */

.form-field::placeholder {
  color: white;
  opacity: 1;
}

.form-field::-webkit-input-placeholder { color: white; }
.form-field::-moz-placeholder { color: white; }
.form-field:-ms-input-placeholder { color: white; }
.form-field:-moz-placeholder { color: white; }

/* ---------- Select-Feld Pfeil angleichen ---------- */

select.form-field {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M7 7l3 3 3-3'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

/* ---------- Submit-Button zentriert ---------- */

.form-button-wrapper {
  text-align: center;
  margin-top: 40px;
  
}

.submit-button {
  background-color: #146C94;
  color: white;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  border-radius: 0px!important;
  border: 0px;!important;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #0d4d6b;
}

.submit-button:focus {
  background-color: #0d4d6b;
}

/* ---------- Labels entfernen ---------- */

.wpcf7-form label {
  display: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
  .cf7-grid {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
  .cf7-col {
    flex: 1;
  }
  .form-button-wrapper {
      text-align: center;
  }
}/* End custom CSS */