.elementor-kit-11{--e-global-color-primary:#00AADB;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00AADB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:5rem;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5rem;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-c5bcca1-font-size:65px;--e-global-typography-c5bcca1-font-weight:900;--e-global-typography-c5bcca1-line-height:5rem;--e-global-typography-85f147d-font-family:"Inter";--e-global-typography-85f147d-font-size:30px;--e-global-typography-85f147d-font-weight:900;--e-global-typography-097ee5c-font-family:"Inter";--e-global-typography-097ee5c-font-size:26px;--e-global-typography-097ee5c-font-weight:800;--e-global-typography-097ee5c-line-height:2rem;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-accent );}.elementor-kit-11 h1{font-size:var( --e-global-typography-c5bcca1-font-size );font-weight:var( --e-global-typography-c5bcca1-font-weight );line-height:var( --e-global-typography-c5bcca1-line-height );}.elementor-kit-11 h2{color:var( --e-global-color-accent );font-family:var( --e-global-typography-85f147d-font-family ), Sans-serif;font-size:var( --e-global-typography-85f147d-font-size );font-weight:var( --e-global-typography-85f147d-font-weight );}.elementor-kit-11 h3{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:26px;font-weight:800;line-height:2rem;}.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);}@media(max-width:1024px){.elementor-kit-11{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 h1{font-size:var( --e-global-typography-c5bcca1-font-size );line-height:var( --e-global-typography-c5bcca1-line-height );}.elementor-kit-11 h2{font-size:var( --e-global-typography-85f147d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 h1{font-size:var( --e-global-typography-c5bcca1-font-size );line-height:var( --e-global-typography-c5bcca1-line-height );}.elementor-kit-11 h2{font-size:var( --e-global-typography-85f147d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.blue-color {
    color: #00AADB;
}


.rahmen {
  position: relative;
  padding: 32px;
  border-radius: 25px;
  background: rgba(20, 20, 35, 0.55); /* dunkler Glass-Look */
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.06);

  /* weiche Außen-Schatten wie im Screenshot */
  box-shadow:
      0 20px 40px rgba(0, 0, 0, 0.50),
      0 0 25px rgba(80, 120, 255, 0.12);

  /* Innerer glänzender Rand – subtil */
  overflow: hidden;
}


/* ---- GLOBAL Contact Form 7 Input Styles ---- */

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form input[type="url"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form input[type="number"],
.wpcf7 .wpcf7-form input[type="date"],
.wpcf7 .wpcf7-form input[type="file"],
.wpcf7 .wpcf7-form input[type="password"],
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form select {
    width: 100%;
    padding: 21px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 10, 10.00);
    color: #ffffff;
    font-size: 16px;

    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.20s ease;
}

/* Placeholder Farbe */
.wpcf7 .wpcf7-form ::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

/* Fokus-Stil (empfohlen für Dark UI) */
.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form textarea:focus,
.wpcf7 .wpcf7-form select:focus {
    outline: none;
    border-color: #00AADB;
    box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.25);
}

/* Fehlermeldungen */
.wpcf7 .wpcf7-not-valid {
    border-color: #d9534f !important;
}

/* Button optional angleichen */
.wpcf7 .wpcf7-form input[type="submit"] {
    margin: 2rem 0px;
    padding: 0.75rem 3rem;
    border-radius: 25px;
    border-color: #00AADB;
    color: white;
}

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

/* 2-Spalten-Layout für Contact Form 7 */
.wpcf7 .two-col-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Abstand zwischen Vorname & Nachname */
}

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