.elementor-kit-30{--e-global-color-primary:#EEE1D4;--e-global-color-secondary:#B1C4C6;--e-global-color-text:#0F484C;--e-global-color-accent:#343434;--e-global-color-ab1bc8c:#FFFFFF;--e-global-color-31caf9f:#FFFFF2;--e-global-color-a8d1b02:#F6F5E8;--e-global-color-a866106:#EBEADE;--e-global-color-5337421:#B1C4C61A;--e-global-color-9dfa319:#A1F920;--e-global-color-eff8c34:#B1C4C63B;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-text-transform:uppercase;--e-global-typography-5252360-font-family:"Helvetica";--e-global-typography-5252360-font-size:1.7rem;--e-global-typography-5252360-line-height:1.2em;color:#0F484C;font-family:"Baiser", Sans-serif;font-size:1.2rem;line-height:1.6rem;}.elementor-kit-30 a{color:var( --e-global-color-text );text-decoration:none;}.elementor-kit-30 a:hover{color:var( --e-global-color-text );font-weight:500;}.elementor-kit-30 h1{color:#0F484C;font-size:3rem;font-weight:700;line-height:1.1em;}.elementor-kit-30 h2{color:#0F484C;font-size:2.5rem;font-weight:600;text-transform:none;line-height:2.8rem;}.elementor-kit-30 h3{color:#0F484C;}.elementor-kit-30 h4{color:#0F484C;}.elementor-kit-30 h5{color:#0F484C;font-size:1.6rem;font-weight:700;}.elementor-kit-30 h6{color:#0F484C;font-family:"Baiser", Sans-serif;font-size:1.2rem;font-weight:400;line-height:1.5em;}.elementor-kit-30 button,.elementor-kit-30 input[type="button"],.elementor-kit-30 input[type="submit"],.elementor-kit-30 .elementor-button{font-family:"Baiser", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-text );background-color:var( --e-global-color-ab1bc8c );border-style:solid;border-width:1px 1px 1px 1px;border-color:#0F484C;border-radius:25px 25px 25px 25px;}.elementor-kit-30 button:hover,.elementor-kit-30 button:focus,.elementor-kit-30 input[type="button"]:hover,.elementor-kit-30 input[type="button"]:focus,.elementor-kit-30 input[type="submit"]:hover,.elementor-kit-30 input[type="submit"]:focus,.elementor-kit-30 .elementor-button:hover,.elementor-kit-30 .elementor-button:focus{color:var( --e-global-color-text );background-color:var( --e-global-color-9dfa319 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:25px 25px 25px 25px;}.elementor-kit-30 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-30 textarea:focus,.elementor-kit-30 .elementor-field-textual:focus{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.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);}.elementor-kit-30 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-30 h1{font-size:2.5rem;}.elementor-kit-30 h2{font-size:2rem;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.parallax-section {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.parallax-section::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  will-change: opacity;
}

/* --- Bildwechsel bei Scroll: jede Sektion aktiviert ihr eigenes ::before --- */
.parallax-section:nth-of-type(1)::before {
  background-image: url('BILD1.jpg');
}

.parallax-section:nth-of-type(2)::before {
  background-image: url('BILD2.jpg');
}

.parallax-section:nth-of-type(3)::before {
  background-image: url('BILD3.jpg');
}

.parallax-section:nth-of-type(4)::before {
  background-image: url('BILD4.jpg');
}

/* --- Sichtbarer Effekt beim Scrollen --- */
.parallax-section.is-visible::before {
  opacity: 1;
}

/* Nur Listen im Textbereich */
.elementor-widget-text-editor ul li {
    margin-bottom: 15px;
}

.elementor-widget-text-editor ul li:last-child {
    margin-bottom: 0;
}/* End custom CSS */