.elementor-kit-7{--e-global-color-primary:#6F8F7A;--e-global-color-text:#151A18;--e-global-color-accent:#B8C46A;--e-global-color-secondary:#54595F;--e-global-color-457110d:#FFFFFF;--e-global-color-8ba5b01:#2F3A35;--e-global-color-e75989f:#F1F3EF;--e-global-typography-primary-font-family:"Source Serif 4";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Serif 4";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-3606601-font-family:"Source Serif 4";--e-global-typography-3606601-font-size:60px;--e-global-typography-3606601-font-weight:600;--e-global-typography-51e8e57-font-family:"Source Serif 4";--e-global-typography-51e8e57-font-size:38px;--e-global-typography-51e8e57-font-weight:600;--e-global-typography-9f24437-font-family:"Source Serif 4";--e-global-typography-9f24437-font-size:24px;--e-global-typography-9f24437-font-weight:600;--e-global-typography-b1e0a4c-font-family:"Source Sans 3";--e-global-typography-b1e0a4c-font-size:32px;--e-global-typography-be765f9-font-family:"Source Serif 4";--e-global-typography-be765f9-font-weight:600;--e-global-typography-ee49e7d-font-family:"Source Serif 4";--e-global-typography-ee49e7d-font-weight:600;--e-global-typography-7199d90-font-family:"Source Serif 4";--e-global-typography-7199d90-font-weight:600;background-color:var( --e-global-color-e75989f );color:var( --e-global-color-text );font-family:"Source Sans 3", Sans-serif;font-size:18px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );text-decoration:none;color:var( --e-global-color-text );border-radius:15px 15px 15px 15px;padding:20px 20px 20px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Source Serif 4", Sans-serif;font-size:60px;font-weight:600;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-51e8e57-font-family ), Sans-serif;font-size:var( --e-global-typography-51e8e57-font-size );font-weight:var( --e-global-typography-51e8e57-font-weight );}.elementor-kit-7 h3{color:var( --e-global-color-accent );font-family:var( --e-global-typography-9f24437-font-family ), Sans-serif;font-size:var( --e-global-typography-9f24437-font-size );font-weight:var( --e-global-typography-9f24437-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h2{font-size:var( --e-global-typography-51e8e57-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-9f24437-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-be765f9-font-size:26px;--e-global-typography-ee49e7d-font-size:21px;--e-global-typography-7199d90-font-size:18px;}.elementor-kit-7 h2{font-size:var( --e-global-typography-51e8e57-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-9f24437-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ---------- General ---------- */


.top-header {
    color: #B8C46A;
    font-size: 32px;
}

.hero-container {
  /* Halbtransparenter Hintergrund – der Kern des Effekts */
  background: rgba(255, 255, 255, 0.6);
  
  /* Das eigentliche "Glas": weichzeichnet alles dahinter */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */
  
  /* Subtile helle Umrandung simuliert Glasrand */
  border: 1px solid rgba(255, 255, 255, 0.4);
  
  /* Abgerundete Ecken wie im Screenshot */
  border-radius: 24px;
  
  /* Optional: leichter Schatten für Tiefe */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  
  padding: 40px;
}

.green-box {
    background: #6F8F7A;
    border-radius: 25px;
    padding: 1.5em;
}

.highlight {
    color: #B8C46A;
}

#header-button {
    background: #B8C46A;
    color: black;
    padding: 15px 35px;
    border-radius: 15px;
    outline: none;
    
}

h3.e-n-accordion-item-title-text {
    color: white;
}


/* ---------- Contact Form 7 ---------- */

.wpcf7 {
    font-family: ;
}

.wpcf7 a {
    color: black;
    text-decoration: underline;
}

.wpcf7 a:hover {
    color: #B8C46A;
}

.form-kontakt .wpcf7-form input[type="text"],
.form-kontakt .wpcf7-form input[type="email"],
.form-kontakt .wpcf7-form input[type="url"],
.form-kontakt .wpcf7-form input[type="tel"],
.form-kontakt .wpcf7-form input[type="number"],
.form-kontakt .wpcf7-form input[type="date"],
.form-kontakt .wpcf7-form input[type="file"],
.form-kontakt .wpcf7-form input[type="password"],
.form-kontakt .wpcf7-form textarea,
.form-kontakt .wpcf7-form select {
    width: 100%;
    padding: 21px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: white;
    color: #505050;
    font-size: 16px;
    transition: all 0.20s ease;
}

/* Fokus-Stil (empfohlen für Dark UI) */
.form-kontakt .wpcf7-form input:focus,
.form-kontakt .wpcf7-form textarea:focus,
.form-kontakt .wpcf7-form select:focus {
    outline: none;
    border-color: #6F8F7A;
}

/* Button */
.form-kontakt .wpcf7-form input[type="submit"] {
    margin: 2rem 0px;
    padding: 0.75rem 3rem;
    border: none;
    border-radius: 10px;
    background-color: #6F8F7A;
    color: white;
}

.form-kontakt .wpcf7-form input[type="submit"]:hover {
    background-color: #B8C46A;
}

/* 2-SPALTEN-LAYOUT */
.form-kontakt .two-col-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 5px;
}

/* Mobil: einspaltig */
@media (max-width: 768px) {
  .form-marktwert .two-col-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */