.elementor-9276 .elementor-element.elementor-element-f68a794{--display:flex;}.elementor-9276 .elementor-element.elementor-element-d798772{border-radius:15px 15px 15px 15px;}.elementor-9276 .elementor-element.elementor-element-693a1a3{--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:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-b134423 */.hero {
  padding: 56px 0 32px 0;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.hero-text {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 460px;
}
.hero-text h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.15;
}
.hero-text p {
  font-size: 18px;
  color: #333;
  margin-bottom: 28px;
}
.hero-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #ffd700;
  color: #0E254E;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
  transition: background 0.2s;
}
.hero-btn:hover {
  background: #0E254E;
  color: #ffffff
}
.hero-img {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
}
.hero-img img {
  width: 550px;
  max-width: 98vw;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 36px rgba(0,0,0,0.10);
}

@media (max-width: 1024px) {
  .hero-img {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-content {
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fdf058 */.section-title {
  line-height: 1.2;  /* Desktop-Standard */
}

@media (max-width: 600px) {
  .section-title {
    font-size: 1.1rem;   /* Noch lesbarer auf kleinen Geräten */
    line-height: 1.4;    /* Viel mehr Zeilenabstand! */
    word-break: break-word;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d798772 */.features {
  padding: 40px 10px 30px 10px;
  background: var(--white);
  margin-bottom: 0;
}

.features-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;              /* Abstand zwischen den Boxen (Desktop & Tablet) */
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 320px;
  display: flex;
}

.feature-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.08);
  padding: 32px 18px 24px 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* <-- Zentrierung */
  min-height: 160px;
  transition: box-shadow 0.2s;
}

.feature-box:hover {
  box-shadow: 0 10px 38px rgba(14, 37, 78, 0.18);
}

.feature-box h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.1px;
}

.feature-box p {
  color: #555;
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.45;
  text-align: center;
}

/* Responsive für Handy */
@media (max-width: 900px) {
  .features-grid {
    gap: 22px;
  }
  .feature-item {
    min-width: 160px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .features-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px; /* Abstand zwischen Boxen auf Handy */
  }
  .feature-item {
    max-width: 98vw;
    min-width: 0;
  }
  .feature-box {
    padding: 24px 8px 18px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11a4685 *//* ====================== */
/* 🧭 Grid-Struktur allgemein */
/* ====================== */
.row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}

.column-6,
.column-tablet-12,
.column-desktop-6 {
  width: 48% !important;
  flex: 1 1 48% !important;
  max-width: 48% !important;
}

.column-12 {
  width: 100% !important;
  flex: 1 1 100% !important;
  max-width: 100% !important;
}

/* ====================== */
/* 📋 Formularelemente */
/* ====================== */
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  color: #0E254E !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
}

.wpcf7 ::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

/* ====================== */
/* ✅ AGB & Datenschutz-Zeile */
/* ====================== */
.agb-wrapper {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #0E254E !important;
  line-height: 1.6 !important;
}

.agb-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

.agb-label input[type="checkbox"] {
  margin-top: 4px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  accent-color: #FFD700 !important;
  cursor: pointer !important;
}

.agb-label a {
  color: #0E254E !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.agb-label a:hover {
  color: #E53935 !important;
  text-decoration: none !important;
}

/* ====================== */
/* 📩 Submit-Button */
/* ====================== */
input.wpcf7-form-control.wpcf7-submit.cf7-button {
  background-color: #0E254E !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 14px 24px !important;
  border: none !important;
  border-radius: 12px !important; /* vorher: 999px */
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  margin-top: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit.cf7-button:hover {
  background-color: #FFD700 !important;
  color: #0E254E !important;
}


/* ====================== */
/* 🧾 Tab-Leiste */
/* ====================== */
.cf7-tab-buttons {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  margin: 20px 0 30px 0 !important;
}

.cf7-tab-btn {
  background-color: #FFD700 !important;
  color: #0E254E !important;
  border: none !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  border-radius: 12px !important; /* vorher: 999px */
  font-size: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 44px !important;
  min-width: 160px !important;
  box-shadow: none !important;
  text-align: center !important;
}

.cf7-tab-btn:hover,
.cf7-tab-btn.active {
  background-color: #0E254E !important;
  color: #fff !important;
}

/* ====================== */
/* 🧾 Tab-Inhalte */
/* ====================== */
.cf7-tab-content {
  display: none !important;
}

.cf7-tab-content.active {
  display: block !important;
}

/* ====================== */
/* 📱 Mobile Optimierung */
/* ====================== */
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .column-6,
  .column-12,
  .column-tablet-12,
  .column-desktop-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cf7-tab-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  .cf7-tab-btn {
    width: 100% !important;
    text-align: center !important;
    font-size: 16px !important;
    padding: 14px !important;
    min-width: unset !important;
  }
}

/* ====================== */
/* 🧱 Formularrahmen */
/* ====================== */
.kontakt-wrapper-border {
  border: 1px solid #0E254E !important;
  padding: 40px !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  margin-top: 30px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
}

/* ====================== */
/* 📝 Überschriftenbereich */
/* ====================== */
.kontakt-header {
  text-align: left !important;
  margin-bottom: 2rem !important;
}

.kontakt-header h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #0E254E !important;
  margin-bottom: 1rem !important;
}

.kontakt-header p {
  color: #7d7d7d !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media screen and (max-width: 480px) {
  .kontakt-header h2,
  .kontakt-header p {
    text-align: center !important;
  }

  .kontakt-header h2 {
    font-size: 1.5rem !important;
  }

  .kontakt-wrapper-border {
    padding: 24px !important;
  }
}

/* ====================== */
/* 📝 Response Farbe*/
/* ====================== */

.wpcf7-response-output {
  margin-top: 20px !important;
  padding: 15px 20px !important;
  border: 2px solid #4CAF50 !important; /* Grün */
  background-color: #eaffea !important;
  color: #0E254E !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
  text-align: center !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3144707 */#steuerSticky {
  position: fixed;
  bottom: 20px;
  right: 90px; /* Abstand nach links vom "Top"-Button */
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

#steuerSticky:hover {
  background-color: #1DA851;
}

@media (max-width: 768px) {
  #steuerSticky {
    bottom: 15px;
    right: 80px; /* etwas näher für kleinere Displays */
    padding: 10px 16px;
    font-size: 13px;
  }
}
#steuerSticky {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#steuerSticky.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}/* End custom CSS */