.elementor-32 .elementor-element.elementor-element-97ef1f9{--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-32 .elementor-element.elementor-element-8047a00{--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-32 .elementor-element.elementor-element-08a4867{--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-32 .elementor-element.elementor-element-d8f7240 .elementor-button{background-color:#1D6D6B;}.elementor-32 .elementor-element.elementor-element-d8f7240 .elementor-button:hover, .elementor-32 .elementor-element.elementor-element-d8f7240 .elementor-button:focus{background-color:#F2A55A;}.elementor-32 .elementor-element.elementor-element-1bb9c33{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-37a7c30{--display:flex;--margin-top:0rem;--margin-bottom:4rem;--margin-left:2rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-32 .elementor-element.elementor-element-e20db29{--display:flex;--min-height:0vh;--margin-top:-6rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:4rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-32 .elementor-element.elementor-element-c19e3f0 > .elementor-widget-container{margin:9rem 0rem 0rem 0rem;padding:0rem 2rem 0rem 2rem;}.elementor-32 .elementor-element.elementor-element-c19e3f0 iframe{height:483px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-8047a00{--margin-top:1rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;}.elementor-32 .elementor-element.elementor-element-d8f7240 > .elementor-widget-container{margin:-2rem 0rem 0rem 0rem;}}/* Start custom CSS for html, class: .elementor-element-886ec0d *//* Grundstil – einheitlich Lato */
.kontakt-hero,
.kontakt-hero * {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  box-sizing: border-box;
}

/* Sektion-Hintergrund */
.kontakt-hero {
  padding: 4rem 1.5rem 3rem;
  background: #f6faf8; /* sehr helles Grün/Off-White passend zu #8bbea6 */
}

/* Innenbreite zentrieren */
.kontakt-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Eyebrow-Label oben */
.kontakt-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  margin: 0 0 0.4rem;
  color: #6a8a7b; /* gedämpftes Grün/Grau */
}

/* Haupttitel */
.kontakt-hero__title {
  margin: 0 0 0.6rem;
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f3030; /* dunkler, ruhiger Farbton */
}

/* Untertitel */
.kontakt-hero__subtitle {
  margin: 0 0 2rem;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5c5a;
}

/* Grid für Kontaktblöcke */
.kontakt-hero__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

/* Einzele Blöcke */
.kontakt-hero__block {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(139, 190, 166, 0.18); /* leichter Bezug zu #8BBEA6 */
}

/* Blocktitel */
.kontakt-hero__block-title {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #233635;
}

/* Listen & Text */
.kontakt-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.98rem;
  color: #3b4a49;
}

.kontakt-hero__list li + li {
  margin-top: 0.25rem;
}

.kontakt-hero__text {
  margin: 0;
  font-size: 0.98rem;
  color: #3b4a49;
  line-height: 1.5;
}

/* leichte Hervorhebung von <strong> */
.kontakt-hero__list strong,
.kontakt-hero__text strong {
  font-weight: 700;
  color: #1f3030;
}

/* Responsive: auf kleineren Screens 1–2 Spalten */
@media (max-width: 900px) {
  .kontakt-hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .kontakt-hero {
    padding: 3rem 1.25rem 2.5rem;
  }

  .kontakt-hero__title {
    font-size: 1.85rem;
  }

  .kontakt-hero__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-018570f *//* Basis-Card für das Kontaktformular */
.bz-contact-card {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #f4faf8;
  border-radius: 18px;
  padding: 32px 32px 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
  max-width: 540px;
  margin: 0 auto;
}

/* Header */
.bz-contact-header h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #12252b;
}

.bz-contact-header p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5b60;
}

/* Schritt-Indikator */
.bz-step-indicator {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.bz-step-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5b60;
  white-space: nowrap;
}

.bz-step-line {
  flex: 1;
  height: 1px;
  background: #d9e7e1;
}

.bz-step-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #8bbea6;
  color: #8bbea6;
  font-size: 13px;
  font-weight: 600;
  background: #f4faf8;
}

.bz-step-dot--active {
  background: #1d6d6b;
  border-color: #1d6d6b;
  color: #ffffff;
}

/* Schritte */
.bz-step {
  display: none;
}

.bz-step--active {
  display: block;
}

/* Felder */
.bz-field {
  margin-bottom: 16px;
}

.bz-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #243538;
  font-weight: 600;
}

.bz-field input,
.bz-field textarea,
.bz-field select {
  width: 100%;
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 15px;
  border-radius: 999px;
  border: 1px solid #d9e7e1;
  padding: 11px 16px;
  background: #ffffff;
  color: #243538;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.bz-field textarea {
  border-radius: 12px;
  resize: vertical;
  min-height: 120px;
}

.bz-field input::placeholder,
.bz-field textarea::placeholder {
  color: #9aa9ae;
}

.bz-field input:focus,
.bz-field textarea:focus,
.bz-field select:focus {
  outline: none;
  border-color: #1d6d6b;
  box-shadow: 0 0 0 2px rgba(29, 109, 107, 0.12);
}

/* Checkbox */
.bz-field--checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #4b5b60;
  cursor: pointer;
}

.bz-field--checkbox input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

/* Button-Leiste */
.bz-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.bz-actions--end {
  justify-content: flex-end;
}

/* Basis-Button */
.bz-btn {
  border: none;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  background: #8bbea6; /* inaktiv */
  color: #ffffff;
  transition: background-color 0.18s ease, transform 0.12s ease,
    box-shadow 0.18s ease, opacity 0.12s ease;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
}

/* Aktiver Zustand (wird per JS über .bz-btn--active gesetzt) */
.bz-btn--active {
  background: #1d6d6b;
}

.bz-btn--active:hover {
  background: #185956;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Disabled */
.bz-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

/* Ghost-Button (Zurück) */
.bz-btn--ghost {
  background: transparent;
  color: #1d6d6b;
  border: 1px solid #8bbea6;
  box-shadow: none;
}

.bz-btn--ghost:hover {
  background: rgba(139, 190, 166, 0.12);
}

/* Responsive: auf sehr kleinen Screens Card-Rand etwas reduzieren */
@media (max-width: 767px) {
  .bz-contact-card {
    padding: 24px 18px 22px;
    border-radius: 14px;
  }

  .bz-contact-header h2 {
    font-size: 21px;
  }

  .bz-step-indicator {
    gap: 10px;
  }

  .bz-step-chip span:last-child {
    font-size: 13px;
  }
}/* End custom CSS */