.elementor-kit-6{--e-global-color-primary:#0C2E3B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E7922C;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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-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 *//* --- Stabiler Fix für Header / Menü Mobile --- */

/* Header-Container */
header.site-header, 
.elementor-location-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  min-height: 60px !important; /* feste Mindesthöhe */
  padding: 10px 20px !important;
  background-color: #f39200 !important; /* Ihr Orange */
  z-index: 999 !important;
}

/* Logo fixieren */
header.site-header .elementor-widget-image img {
  max-width: 120px !important;
  height: auto !important;
  display: block !important;
}

/* Menü-Button (Burger) */
header.site-header .elementor-menu-toggle {
  width: 40px !important;
  height: 40px !important;
  margin-left: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* Mobile Ansicht optimieren */
@media (max-width: 768px) {
  header.site-header, 
  .elementor-location-header {
    padding: 8px 15px !important;
    min-height: 55px !important;
  }

  header.site-header .elementor-widget-image img {
    max-width: 100px !important;
  }
}/* End custom CSS */