.elementor-kit-6{--e-global-color-primary:#003A7D;--e-global-color-secondary:#B19206;--e-global-color-text:#002D5B;--e-global-color-accent:#D02D0F;--e-global-color-78ef45d:#FFFFFF;--e-global-color-97fc20a:#F7FDFD;--e-global-color-0231792:#0076C0;--e-global-color-3adc0fc:#005B94;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;--e-global-typography-efe388e-font-family:"Nunito";--e-global-typography-efe388e-font-weight:bold;--e-global-typography-efe388e-text-transform:none;--e-global-typography-efe388e-font-style:normal;--e-global-typography-efe388e-text-decoration:none;--e-global-typography-62913ce-font-family:"Nunito";--e-global-typography-62913ce-font-size:36px;--e-global-typography-62913ce-font-weight:bold;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 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-78ef45d );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-0231792 );color:var( --e-global-color-97fc20a );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-0231792 );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-weight:bold;}.elementor-kit-6 h2{font-family:"Nunito", Sans-serif;font-weight:bold;}.elementor-kit-6 h3{color:#0076C0;font-weight:700;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:18px;--e-global-typography-efe388e-font-size:28px;--e-global-typography-62913ce-font-size:28px;--e-global-typography-62913ce-line-height:1.3em;--e-global-typography-62913ce-letter-spacing:0.5px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:26px;}.elementor-kit-6 h2{font-size:22px;}.elementor-kit-6 h3{font-size:20px;line-height:1.3em;letter-spacing:0.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Abschnitt vorbereiten */
.custom-divider { position: relative; }

/* Gemeinsame Styles für das Custom-SVG */
.custom-divider .custom-shape {
  position: absolute;
  left: 0; right: 0;
  pointer-events: none;    /* nie anklickbar */
  z-index: 2;              /* falls nötig erhöhen/vermindern */
}

/* Variante: unten andocken */
.custom-divider .custom-shape--bottom {
  bottom: 0;
  height: 100px;           /* = Höhe deiner Form */
}

/* Variante: oben andocken */
.custom-divider .custom-shape--top {
  top: 0;
  height: 100px;           /* = Höhe deiner Form */
}

/* SVG soll sich immer über die ganze Breite/Höhe strecken */
.custom-divider .custom-shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Kontur bleibt gleich dick beim Skalieren (optional, sehr empfehlenswert) */
.custom-divider .custom-shape path {
  vector-effect: non-scaling-stroke;
}
.custom-divider { --shape-fill: #f7fdfd; }
.custom-divider .custom-shape path:first-of-type { fill: var(--shape-fill); }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: 2.0rem;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Regular.woff2') format('woff2'),
		url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Bold.woff2') format('woff2'),
		url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Italic.woff2') format('woff2'),
		url('https://team-energie-zukunft.de/wp-content/uploads/2025/10/Nunito-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */