/* ================================================================
   AUFNAEHER.DE — ELEMENTOR HEADER UX  v7
   ================================================================ */

:root {
  --auf-yellow:     #f4c400;
  --auf-yellow-lt:  #fff7cc;
  --auf-black:      #111111;
  --auf-white:      #ffffff;
  --auf-gray:       #f5f5f3;
  --auf-border:     rgba(17,17,17,.08);
  --auf-ease:       cubic-bezier(.25,.46,.45,.94);
  --auf-nav-h:      64px;
}

.elementor-location-header a { text-decoration: none; }

/* Schatten wenn Nav sticky ist */
.elementor-element-2e8b467.elementor-sticky--active,
.elementor-element-942a783.elementor-sticky--active {
  box-shadow: 0 4px 32px rgba(0,0,0,.10), 0 1px 0 rgba(0,0,0,.05) !important;
}

/* ================================================================
   NAVIGATIONSLEISTE
   ================================================================ */
.elementor-location-header .elementor-element-942a783,
.elementor-location-header .elementor-element-2e8b467 {
  background: #ffffff !important;
  border-bottom: 1px solid var(--auf-border) !important;
}

.elementor-location-header .elementor-element-942a783 > .elementor-container,
.elementor-location-header .elementor-element-2e8b467 > .elementor-container {
  align-items: center !important;
  min-height: var(--auf-nav-h) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding: 0 24px !important;
}

/* Rechte Spalte vertikal zentriert */
.elementor-location-header .elementor-element-9eb38ef,
.elementor-location-header .elementor-element-9eb38ef .elementor-widget-wrap,
.elementor-location-header .elementor-element-9eb38ef .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  height: 100%;
  gap: 8px;
  flex-wrap: nowrap;
}

/* ================================================================
   MEGA MENU WRAPPER
   ================================================================ */
.elementor-location-header #mega-menu-wrap-menu-1 {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  height: var(--auf-nav-h);
}

.elementor-location-header #mega-menu-menu-1 {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  flex-wrap: nowrap;
  height: 100%;
}

/* ================================================================
   NAV ITEMS — Underline-Stil
   ================================================================ */
.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Hover-Brücke damit Dropdown nicht wegspringt */
.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
  pointer-events: auto;
}

.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px;
  height: var(--auf-nav-h) !important;
  line-height: 1 !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #333333 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color .2s var(--auf-ease);
}

/* Gelber Unterstrich — Hover-Indikator */
.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: var(--auf-yellow);
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transition: transform .22s var(--auf-ease);
}

.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link {
  color: #111111 !important;
  background: transparent !important;
}
.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link::after {
  transform: scaleX(1);
}

/* Aktive Seite */
.elementor-location-header #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link,
.elementor-location-header #mega-menu-menu-1 > li.mega-current-menu-ancestor > a.mega-menu-link {
  color: #111111 !important;
  background: transparent !important;
}
.elementor-location-header #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link::after,
.elementor-location-header #mega-menu-menu-1 > li.mega-current-menu-ancestor > a.mega-menu-link::after {
  transform: scaleX(1);
}

/* Home-Icon: kein Unterstrich-Offset */
.elementor-location-header #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.dashicons-admin-home::after {
  left: 8px;
  right: 8px;
}

/* Dropdown-Pfeil */
.elementor-location-header #mega-menu-menu-1 .mega-indicator {
  font-size: 8px;
  opacity: .45;
  margin-left: 2px;
  transition: transform .22s var(--auf-ease), opacity .18s;
}
.elementor-location-header #mega-menu-menu-1 > li:hover .mega-indicator {
  transform: rotate(180deg);
  opacity: .8;
}

/* Icon-Farbe */
.elementor-location-header #mega-menu-menu-1 a.mega-menu-link.dashicons-admin-home::before {
  color: var(--auf-yellow);
  font-size: 16px;
}

/* ================================================================
   DROPDOWN-PANEL  — 2-spaltig
   ================================================================ */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  min-width: 460px !important;
  margin-top: 0 !important;
  padding: 8px !important;
  gap: 2px !important;
  background: #ffffff !important;
  border: 1px solid var(--auf-border) !important;
  border-top: 3px solid var(--auf-yellow) !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow:
    0 16px 48px rgba(0,0,0,.12),
    0 4px 12px rgba(0,0,0,.06) !important;
  animation: auf-drop-in .2s var(--auf-ease) both;
  overflow: hidden !important;
}

@keyframes auf-drop-in {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to   { opacity: 1; transform: translateY(0)   scale(1); }
}

/* Dropdown-Links */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: auto !important;
  min-height: 44px !important;
  line-height: 1.3 !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  background: transparent !important;
  border: none !important;
  color: #2a2a2a !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  transition: background .14s var(--auf-ease), color .14s;
}

/* Kein ::before-Bar mehr — Icon übernimmt die visuelle Rolle */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
  display: none !important;
}

/* ── Icon-Box für .mega-menu-icon (Font Awesome) ────────────────── */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  flex-shrink: 0 !important;
  background: rgba(244,196,0,.12) !important;
  color: #c49a00 !important;
  transition: background .14s, color .14s !important;
}

/* Warenkorb → Orange */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon.fa-shopping-cart,
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon.fa-cart-shopping {
  background: rgba(234,88,12,.10) !important;
  color: #ea580c !important;
}

/* Flamme → Rot */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon.fa-fire {
  background: rgba(220,38,38,.10) !important;
  color: #dc2626 !important;
}

/* Pfeil → Gelb */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon.dashicons-arrow-right-alt2 {
  background: rgba(244,196,0,.12) !important;
  color: #b8920a !important;
}

/* Zeitung → Blaugrau */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu .mega-menu-icon.fa-newspaper {
  background: rgba(99,102,241,.10) !important;
  color: #6366f1 !important;
}

/* Items ohne Icon: kleiner gelber Punkt als Fallback */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:not(:has(.mega-menu-icon))::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(244,196,0,.5);
  flex-shrink: 0;
  order: -1;
  margin-right: 2px;
}

/* Hover */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: var(--auf-yellow-lt) !important;
  color: #111111 !important;
}
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover .mega-menu-icon {
  filter: brightness(1.08) !important;
}

/* Aktiver Eintrag im Dropdown */
.elementor-location-header #mega-menu-menu-1 > li > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link {
  background: var(--auf-yellow-lt) !important;
  color: #111111 !important;
}

/* ================================================================
   RECHTE NAV (max_mega_menu_1)
   ================================================================ */
.elementor-location-header #mega-menu-wrap-max_mega_menu_1 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

/* ================================================================
   AJAX-SUCHFELD
   ================================================================ */
.auf-nav-search {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 8px;
}

.auf-nav-search__field {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1.5px solid rgba(17,17,17,.14);
  border-radius: 10px;
  background: #ffffff;
  transition:
    border-color .22s var(--auf-ease),
    box-shadow .22s var(--auf-ease),
    width .28s var(--auf-ease);
  overflow: hidden;
  width: 210px;
}

.auf-nav-search__field:focus-within {
  border-color: var(--auf-yellow);
  box-shadow: 0 0 0 3px rgba(244,196,0,.20), 0 2px 8px rgba(0,0,0,.06);
  width: 280px;
}

/* Lupe — linke Seite */
.auf-nav-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 100%;
  pointer-events: none;
  color: #bbb;
  transition: color .2s;
}
.auf-nav-search__field:focus-within .auf-nav-search__icon { color: var(--auf-yellow); }
.auf-nav-search__icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: block;
}

/* Input */
.auf-nav-search__input {
  flex: 1;
  height: 100%;
  padding: 0 0 0 2px;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  outline: none;
  min-width: 0;
}
.auf-nav-search__input::placeholder {
  color: #aaa;
  font-weight: 400;
}
.auf-nav-search__input::-webkit-search-cancel-button { display: none; }

/* Gelber Submit-Button-Bereich rechts */
.auf-nav-search__field::after {
  content: '↵';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0;
  height: 100%;
  background: var(--auf-yellow);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  transition: width .22s var(--auf-ease);
  cursor: pointer;
}
.auf-nav-search__field:focus-within::after {
  width: 40px;
}

/* ================================================================
   SUCHERGEBNIS-DROPDOWN
   ================================================================ */
.auf-nav-search__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 340px;
  background: #fff;
  border: 1px solid var(--auf-border);
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,.13), 0 4px 16px rgba(0,0,0,.06);
  overflow: hidden;
  z-index: 99999;
  animation: auf-drop-in .18s var(--auf-ease) both;
}
.auf-nav-search__dropdown.is-open { display: block; }

/* Ergebnis-Link */
.auf-search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-size: 13.5px;
  font-weight: 600;
  border-bottom: 1px solid rgba(17,17,17,.05);
  transition: background .12s, color .12s;
}
.auf-search-result:last-of-type { border-bottom: none; }
.auf-search-result:hover,
.auf-search-result.is-active {
  background: var(--auf-yellow-lt);
  color: #111;
}

.auf-search-result__icon {
  width: 14px;
  height: 14px;
  fill: #ccc;
  flex-shrink: 0;
  transition: fill .12s;
}
.auf-search-result:hover .auf-search-result__icon,
.auf-search-result.is-active .auf-search-result__icon { fill: var(--auf-black); }

.auf-search-result__title { flex: 1; }
.auf-search-result__title mark {
  background: rgba(244,196,0,.4);
  color: #111;
  border-radius: 3px;
  padding: 0 2px;
  font-style: normal;
}

.auf-search-result__type {
  font-size: 10px;
  font-weight: 700;
  background: var(--auf-yellow);
  color: #111;
  border-radius: 6px;
  padding: 3px 8px;
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* Footer-Link */
.auf-search-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  background: var(--auf-gray);
  border-top: 1px solid var(--auf-border);
  transition: color .14s, background .14s;
}
.auf-search-all:hover { color: #111; background: #eeeeeb; }
.auf-search-all strong { color: #111; }

/* Kein Ergebnis */
.auf-search-noresult {
  padding: 20px 16px;
  font-size: 13px;
  color: #888;
  text-align: center;
}
.auf-search-noresult strong { color: #111; }

/* Lade-Punkte */
.auf-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px;
}
.auf-search-loading span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--auf-yellow);
  animation: auf-dot-bounce .9s infinite ease-in-out both;
}
.auf-search-loading span:nth-child(1) { animation-delay: 0s; }
.auf-search-loading span:nth-child(2) { animation-delay: .15s; }
.auf-search-loading span:nth-child(3) { animation-delay: .3s; }
@keyframes auf-dot-bounce {
  0%, 80%, 100% { transform: scale(.5); opacity: .4; }
  40%           { transform: scale(1);  opacity: 1; }
}

/* ================================================================
   MOBILE LOGO-BAR  (#6fd86ad)  + überlagernder Hamburger (hpmobnav)
   ================================================================ */
.elementor-location-header .elementor-element-6fd86ad {
  background: linear-gradient(135deg, #0d0d0d 0%, #191919 100%) !important;
  border-bottom: 2px solid var(--auf-yellow) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.5) !important;
}

/* Mobile Nav Section (hpmobnav) — soll keinen vertikalen Platz einnehmen, Hamburger schwebt absolut */
.elementor-location-header .elementor-element-hpmobnav,
.elementor-location-header .elementor-element-b199721 {
  background: transparent !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.elementor-location-header .elementor-element-hpmobnav > .elementor-container,
.elementor-location-header .elementor-element-b199721 > .elementor-container {
  min-height: 0 !important;
  padding: 0 !important;
}

/* Hamburger im überlagernden Widget: passend für dunklen Hintergrund */
.elementor-location-header .elementor-element-hpmobwgt .mega-menu-toggle,
.elementor-location-header .elementor-element-33cd6f9 .mega-menu-toggle {
  background: rgba(255,255,255,.08) !important;
  border: 1.5px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.4) !important;
  backdrop-filter: blur(8px);
}
.elementor-location-header .elementor-element-hpmobwgt .mega-menu-toggle:hover,
.elementor-location-header .elementor-element-33cd6f9 .mega-menu-toggle:hover {
  background: rgba(244,196,0,.15) !important;
  border-color: var(--auf-yellow) !important;
}
.elementor-location-header .elementor-element-hpmobwgt .mega-toggle-animated-inner,
.elementor-location-header .elementor-element-hpmobwgt .mega-toggle-animated-inner::before,
.elementor-location-header .elementor-element-hpmobwgt .mega-toggle-animated-inner::after,
.elementor-location-header .elementor-element-33cd6f9 .mega-toggle-animated-inner,
.elementor-location-header .elementor-element-33cd6f9 .mega-toggle-animated-inner::before,
.elementor-location-header .elementor-element-33cd6f9 .mega-toggle-animated-inner::after {
  background: #ffffff !important;
}

/* Innere Container: Höhe + Ausrichtung */
.elementor-location-header .elementor-element-6fd86ad > .elementor-container,
.elementor-location-header .elementor-element-e417a2f > .elementor-container {
  min-height: 62px !important;
  align-items: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* Linkes Logo-Emblem */
.elementor-location-header .elementor-element-2e29d57 img {
  height: 36px !important;
  width: auto !important;
  display: block !important;
}
/* Rechtes Wordmark-Logo */
.elementor-location-header .elementor-element-4955f0a img {
  height: 26px !important;
  width: auto !important;
  display: block !important;
}

/* ── Hamburger ──────────────────────────────────────────────────── */
.elementor-location-header .mega-menu-toggle,
.elementor-location-header .elementor-menu-toggle {
  border: 1.5px solid rgba(17,17,17,.12) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.08) !important;
  transition: background .16s, border-color .16s, box-shadow .16s !important;
}
.elementor-location-header .mega-menu-toggle:hover,
.elementor-location-header .elementor-menu-toggle:hover {
  background: #fffbe6 !important;
  border-color: var(--auf-yellow) !important;
  box-shadow: 0 3px 12px rgba(244,196,0,.28) !important;
}
.elementor-location-header .mega-menu-toggle {
  min-height: 42px !important;
  width: 50px !important;
  margin-left: auto !important;
}
.elementor-location-header .mega-menu-toggle .mega-toggle-blocks-right,
.elementor-location-header .mega-menu-toggle .mega-toggle-block {
  height: 42px !important; line-height: 42px !important;
}
.elementor-location-header .mega-menu-toggle button.mega-toggle-animated {
  width: 50px !important; height: 42px !important; padding: 0 !important;
}
.elementor-location-header .mega-toggle-animated-box { width: 22px !important; height: 15px !important; }
.elementor-location-header .mega-toggle-animated-inner,
.elementor-location-header .mega-toggle-animated-inner::before,
.elementor-location-header .mega-toggle-animated-inner::after {
  width: 22px !important; height: 2px !important;
  border-radius: 99px !important; background: #222222 !important;
}
.elementor-location-header .mega-toggle-animated-inner::before { top: -6.5px !important; }
.elementor-location-header .mega-toggle-animated-inner::after  { bottom: -6.5px !important; }

/* ================================================================
   MOBILES MENÜ — Drawer
   ================================================================ */
@media (max-width: 768px) {

  /* ── Drawer Hintergrund ─────────────────────────────────────── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu {
    background: #0a0a0a !important;
    padding: 0 !important;
    gap: 0 !important;
    border-top: 1px solid rgba(255,255,255,.07) !important;
  }

  /* ── Top-Level Items ────────────────────────────────────────── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    line-height: 1.3 !important;
    padding: 17px 20px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
    background: transparent !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    transform: none !important;
    box-shadow: none !important;
    transition: background .16s, color .16s, border-left-color .16s !important;
  }

  /* Kein Unterstrich auf Mobile */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-menu-item > a.mega-menu-link::after {
    display: none !important;
  }

  /* Hover / Aktiv Top-Level */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-menu-item:hover > a.mega-menu-link,
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-current-menu-item > a.mega-menu-link,
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-toggle-on > a.mega-menu-link {
    background: rgba(244,196,0,.07) !important;
    color: var(--auf-yellow) !important;
    border-left: 3px solid var(--auf-yellow) !important;
    padding-left: 17px !important;
  }

  /* ── Chevron im Top-Level ───────────────────────────────────── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-menu-item .mega-indicator {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.06) !important;
    font-size: 10px !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    transition: transform .22s var(--auf-ease), background .16s !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li.mega-toggle-on .mega-indicator {
    transform: rotate(180deg) !important;
    background: rgba(244,196,0,.15) !important;
    color: var(--auf-yellow) !important;
  }

  /* ── Sub-Menu Container — 1-spaltig auf Mobile! ─────────────── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li > ul.mega-sub-menu {
    display: block !important;
    grid-template-columns: unset !important;
    min-width: unset !important;
    width: 100% !important;
    background: #111111 !important;
    border: none !important;
    border-top: none !important;
    border-left: 3px solid var(--auf-yellow) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 6px 0 8px !important;
    animation: none !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  /* ── Sub-Menu Items ─────────────────────────────────────────── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: auto !important;
    min-height: 46px !important;
    line-height: 1.4 !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.05) !important;
    background: transparent !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: background .14s, color .14s, padding-left .14s !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    display: none !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu > li > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(244,196,0,.07) !important;
    color: rgba(255,255,255,.92) !important;
    padding-left: 26px !important;
  }

  /* ── Icons auf Mobile: klein, inline, farbig — kein Box-Stil ── */
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 12px !important;
    flex-shrink: 0 !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon.fa-shopping-cart,
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon.fa-cart-shopping {
    color: #f97316 !important;
    background: transparent !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon.fa-fire {
    color: #ef4444 !important;
    background: transparent !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon.fa-newspaper {
    color: #818cf8 !important;
    background: transparent !important;
  }
  .elementor-location-header [id^="mega-menu-wrap-"] .mega-menu-icon.dashicons-arrow-right-alt2 {
    color: var(--auf-yellow) !important;
    background: transparent !important;
  }

  .auf-nav-search { display: none; }
}
