.elementor-kit-28{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#97B9D6;--e-global-color-text:#36414B;--e-global-color-accent:#F5BD64;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:0rem;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-kit-28 p{margin-block-end:0px;}.elementor-kit-28 h1{font-size:44px;font-weight:bold;text-transform:uppercase;letter-spacing:0.1px;}.elementor-kit-28 h2{font-size:28px;font-weight:700;}.elementor-kit-28 h3{font-size:25px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:60vw;}.e-con{--container-max-width:60vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0rem;}.elementor-element{--widgets-spacing:0rem 1.5rem;--widgets-spacing-row:0rem;--widgets-spacing-column:1.5rem;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*Glass Effect*/

.glasseffekt {
  /* Hintergrund mit Verlauf und Transparenz */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  
  /* Der Glas-Filter (wichtig!) */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Für Safari */
  
  /* Rahmen und Abrundung für den Look */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  
  /* Schatten für Tiefe */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}/* End custom CSS */