.elementor-1148 .elementor-element.elementor-element-d3fec1a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1148 .elementor-element.elementor-element-3636de7{--display:flex;}.elementor-1148 .elementor-element.elementor-element-3636de7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1148 .elementor-element.elementor-element-6336072{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-1148 .elementor-element.elementor-element-b8eb2d1{--display:flex;}.elementor-1148 .elementor-element.elementor-element-549e21e{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:flex-end;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:flex-end;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:52px;--n-menu-title-font-size:20px;--n-menu-title-color-normal:#FFFFFF;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-1148 .elementor-element.elementor-element-549e21e > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-1148 .elementor-element.elementor-element-549e21e > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-1148 .elementor-element.elementor-element-549e21e > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-weight:400;text-decoration:none;}.elementor-1148 .elementor-element.elementor-element-549e21e {--n-menu-title-color-hover:var( --e-global-color-secondary );--n-menu-title-color-active:var( --e-global-color-secondary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1148 .elementor-element.elementor-element-549e21e{--n-menu-heading-justify-content:flex-end;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:flex-end;--n-menu-toggle-align:flex-end;}}@media(min-width:768px){.elementor-1148 .elementor-element.elementor-element-3636de7{--width:15.233%;}}/* Start custom CSS for mega-menu, class: .elementor-element-549e21e *//* === Kontakt als oranger Button (Desktop & Mobile) === */

/* Anker im Kontakt-Menüpunkt orange stylen */
li.menu-button > a,
.elementor-nav-menu--main li.menu-button > a,
.elementor-nav-menu--dropdown li.menu-button > a {
  background: #FF6211;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

/* Hover/Focus */
li.menu-button > a:hover,
li.menu-button > a:focus,
.elementor-nav-menu--main li.menu-button > a:hover,
.elementor-nav-menu--dropdown li.menu-button > a:hover {
  background: #e6530f; /* leicht dunkler */
  text-decoration: underline;
}

/* Abstand im horizontalen Desktop-Menü */
.elementor-nav-menu--layout-horizontal li.menu-button {
  margin-left: 12px;
}

/* Mobile: ganzer Button über volle Breite im Dropdown */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown li.menu-button {
    margin: 10px 0;
  }
  .elementor-nav-menu--dropdown li.menu-button > a {
    display: block;
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d3fec1a */.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sticky-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}/* End custom CSS */