.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7136e9f:#B49455;--e-global-color-f61389f:#152B4E;--e-global-color-d08b17e:#152B4E52;--e-global-color-db83d17:#A2A2A282;--e-global-color-6b4f93f:#6B6259;--e-global-color-e790689:#6B6259B8;--e-global-color-bdcf675:#FFFBF7B8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-083b211-font-family:"Cormorant Garamond";--e-global-typography-083b211-font-size:60px;--e-global-typography-083b211-font-weight:300;--e-global-typography-083b211-font-style:italic;--e-global-typography-083b211-line-height:55px;--e-global-typography-083b211-letter-spacing:0.5px;--e-global-typography-d0d6dde-font-family:"Montserrat";--e-global-typography-d0d6dde-font-size:17px;--e-global-typography-d0d6dde-font-weight:300;--e-global-typography-c6a2c28-font-family:"Montserrat";--e-global-typography-c6a2c28-font-size:15.2px;--e-global-typography-c6a2c28-font-weight:400;--e-global-typography-c6a2c28-letter-spacing:0.2px;--e-global-typography-c6a2c28-word-spacing:0px;background-color:var( --e-global-color-bdcf675 );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-kit-15{--e-global-typography-083b211-font-size:40px;--e-global-typography-083b211-line-height:0.8em;--e-global-typography-c6a2c28-font-size:12px;--e-global-typography-c6a2c28-line-height:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-083b211-font-size:28px;--e-global-typography-083b211-line-height:1.3em;--e-global-typography-d0d6dde-font-size:13px;--e-global-typography-c6a2c28-font-size:13px;--e-global-typography-c6a2c28-line-height:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bw-bg {
  position: relative;
  overflow: hidden; /* damit das Pseudo-Element nicht übersteht */
}

.bw-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) saturate(0%);
  opacity: 0.2;
  z-index: 0;
}

/* Inhalt soll oben drüber liegen */
.bw-bg > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */