.elementor-kit-5{--e-global-color-primary:#FEFEFE;--e-global-color-secondary:#000000;--e-global-color-text:#FEFEFE;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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);}.site-header{padding-right:0px;padding-left: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 */.trenner {
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* Platz für Linie und Haken */
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;          /* weißer Text */
   /* optional */
}

/* horizontale Linie */
.trenner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}

/* linker Haken nach unten */
.trenner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 9px;
  border-left: 2px solid #fff;
  transform: scaleY(-1);      /* vertikal spiegeln */
  transform-origin: bottom left;
}

/* rechter Haken nach OBEN */
.trenner span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
}/* End custom CSS */