.elementor-kit-187{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-187 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Grundlayout des Formulars === */
.wpcf7 form {
  max-width: 1000px;
  margin: 0 auto;
}

/* Reihen & Spalten */
.wpcf7 form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 18px;
}

.wpcf7 form .form-col {
  flex: 1;
  min-width: 0;
}

/* Adresse / PLZ / Ort – Breiten wie besprochen  */
/* Adresse ≈ Name; PLZ + Ort zusammen ≈ Vorname  */
.wpcf7 form .row-address .form-col:first-child {
  flex: 0 0 50%;
}
.wpcf7 form .row-address .form-col:nth-child(2),{
  flex: 0 0 25%;
}
.wpcf7 form .row-address .form-col:nth-child(3) {
  flex: 0 0 25%;
}

/* Labels näher an die Felder holen */
.wpcf7 form label {
  display: block;
  margin-bottom: -40px;
  font-size: 15px;
  color: #575757;
}

/* Eingabefelder – weiße Boxen wie Archify */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="file"],
.wpcf7 form textarea,
.wpcf7 form select {
  width: 100%;
  box-sizing: border-box;
  margin-top: 26px;              /* Abstand zum Label */
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 15px;
}

/* Höhe Textarea */
.wpcf7 form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Fokus-Effekt */
.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
  outline: none;
  border-color: #d6a84c;
  box-shadow: 0 0 0 1px rgba(214, 168, 76, 0.25);
}

/* Submit-Button im Archify-Style */
.wpcf7 form .row-submit .wpcf7-submit {
  background: #111111;
  color: #d6a84c;
  border: none;
  border-radius: 999px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.wpcf7 form .row-submit .wpcf7-submit:hover {
  opacity: 0.9;
}

/* Mobile: alles untereinander */
@media (max-width: 768px) {
  .wpcf7 form .form-row {
    flex-direction: column;
  }
}
.wpcf7 form .row-address {
    display: flex;
    gap: 20;
}/* End custom CSS */