.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5a8326:#000000;--e-global-color-885257e:#461FCA;--e-global-color-4880103:#F06428;--e-global-color-0f16177:#336021;--e-global-color-178354c:#94B6EF;--e-global-color-0c7c262:#ECE14A;--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-1d00c0a-font-family:"Libre Franklin";--e-global-typography-1d00c0a-font-size:2rem;--e-global-typography-1d00c0a-font-weight:700;--e-global-typography-1d00c0a-text-transform:uppercase;--e-global-typography-163fb1f-font-family:"Libre Franklin";--e-global-typography-163fb1f-font-size:1rem;--e-global-typography-163fb1f-font-weight:700;--e-global-typography-163fb1f-text-transform:uppercase;--e-global-typography-651d92a-font-family:"Noto Serif";--e-global-typography-651d92a-font-weight:400;background-color:#FFFFFF;}.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 .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-5{--e-global-typography-1d00c0a-font-size:2rem;--e-global-typography-163fb1f-font-size:1rem;--e-global-typography-651d92a-font-size:0.7rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hauptmenü horizontal scrollen */
.elementor-nav-menu {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}

/* Menüeinträge nebeneinander */
.elementor-nav-menu > li {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}

/* Submenü versteckt */
.elementor-nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  background: #fff;
  padding: 10px;
  z-index: 99;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Sichtbar machen bei .open */
.elementor-nav-menu li.open > .sub-menu {
  display: block;
}/* End custom CSS */