.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#4C4C4C;--e-global-color-text:#4C4C4C;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-size:40px;--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:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:16px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{color:#3B3B3B;font-family:"Merriweather", Sans-serif;font-size:40px;font-weight:500;}.elementor-kit-9 h2{color:#3B3B3B;font-family:"Merriweather", Sans-serif;font-size:22px;font-weight:400;}.elementor-kit-9 h3{color:#3B3B3B;font-size:21px;font-weight:400;}.elementor-kit-9 h4{color:#3B3B3B;font-size:19px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1410px;}.e-con{--container-max-width:1410px;}{}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-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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.underline-brush {
  position: relative;
  display: inline-block;
}

.underline-brush::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 6px;
  background: radial-gradient(ellipse at center, #2b3c5e 60%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}
.underline-brush {
  position: relative;
  display: inline-block;
  z-index: 1; /* neu: sicherstellen, dass das Element über dem Pseudo liegt */
}

.underline-brush::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background: radial-gradient(ellipse at center, #2b3c5e 60%, transparent 100%);
  z-index: -1;
  pointer-events: none;
  transform: translateY(20%);
}/* End custom CSS */