﻿#top-bar {
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 400;
    display: block;
    background-color: transparent;
}  

#headertop {
    display: flex;
    color: #ccc;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-track {
    display: flex;
    gap: 20px;
    align-items: center;
}  


@media screen and (max-width: 768px) {
    .hotline-track {
        display: flex;
        gap: 0;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .hotline-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
        white-space: nowrap;
        color: white;
    }
}    

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-item {
  display: flex;
  gap: 7px;
  white-space: nowrap;
}

.hotline-item a {
  color: inherit;
  text-decoration: none;
}


#top-bar .hotline .header-hotline-number {
    font-weight: bold;
}

header {
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12);
  background: #2b3241;
  color: white;
}  
.cart-button{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    border-radius:14px;
    background:#ff6b00;
    margin-left:6px;  
    align-self: center;
}

.cart-button span{
    position:absolute;
    top:-4px;
    right:-4px;

    width:20px;
    height:20px;

    border-radius:50%;

    background:#fff;
    color:#ff6b00;

    font-size:11px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}

#searchbox-wrap {
  position: relative;
  width: 100%;
  grid-area: navHMenuBar2;
}

.searchbox input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.searchbox button {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.search-preview {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  z-index: 9999;
}

.search-preview-list {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}

.search-preview-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  width: 360px;
}

.search-preview-item:last-child {
  border-bottom: 0;
}

.search-preview-item:hover,
.search-preview-item.active {
  background: #f8f8f8;
}

.search-preview-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.search-preview-title {
    font-size: small;
    margin-bottom: 4px;
    /*font-family: "Manrope", sans-serif;*/
    font-weight: normal;
}

.search-preview-sku {
  font-size: 12px;
  color: #777;
}

.search-preview-price {
  font-weight: 700;
  white-space: nowrap;
  margin-left: 8px;
}

.search-preview-footer {
  padding: 10px 12px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.search-preview-footer a {
  text-decoration: none;
  font-weight: 600;
}

.search-preview-empty,
.search-preview-loading {
  padding: 14px 12px;
  font-size: 14px;
  color: #666;
}

#LUCNAV {
    background: #fff;
    border: 1px solid white;
    padding: 3px;
}

.dblcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#middle-bar {
    line-height: normal;
}

/* =========================
   HEADER
========================= */

#headertop {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size:14px;  
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:300;
}


#topgrid {
    display: grid;
    row-gap: 10px;
    grid-template-areas: 'mbd_logo navHMenuBar2 btn_nav';
    grid-template-columns: 326px 1fr 205px;    
    padding: 7px;
}

@media screen and (max-width: 1024px) {
    #topgrid {
        grid-template-areas:
        "mbd_logo btn_nav"
        "navHMenuBar2 navHMenuBar2";
        grid-template-columns: 60% 40%;
        height: auto;
    }
    .suchForm_input2 {
        border-radius: 0;
    }
}

.logocol {
    margin-left: 4px;
}

#svgBtnSuchen {
    display: none;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

#mainmenu_div {
    position: absolute;
    z-index: 2000;
    vertical-align: top;
    margin-top: 38px;
    width: 40px;
    z-index: 1002;
    display: none;
}

.logo {
    display: block;
    position: relative;
    z-index: 100;
    zoom: 1;
    color: currentColor;
    fill: currentColor;
}

#mbd-logo {
  grid-area: mbd_logo;
}

#navHMenuBar2 {
  position: relative; 
  grid-area: navHMenuBar2;
}

#btn-nav {
    grid-area: btn_nav;
    /* white-space: nowrap; */
    justify-self: self-end;
    display: flex;
    height: 52px;
}

.custom-logo-link, .custom-logo-link:hover {
    color: currentColor !important;
}

svg:not(:root) {
    overflow: hidden;
}

#logo svg {
    position: absolute;
    height: 102px;
    margin: -32px 0px;
}

@media screen and (max-width: 1000px) {
    .main-menu {
        display: none;
    }
    #logo {

    }
    #logo svg {
        position: absolute;
        height: 105px;
        margin: -32px 0px;
    }

    .cart-button{
      width:40px;
      height:40px;
  }
}

@media screen and (max-width: 500px) {
    #logo svg {
        position: absolute;
        height: 105px;
        margin: -25px -3px;
        width: 50vW;
    }
}


.input-ad-wrapper {
    display:contents;
}

#search-button {
   margin: 3px;
   border: 0;
}

.shop-header{
  position:relative;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 2px 20px rgba(0,0,0,.08);
}

.shop-topbar{
  background:#fff;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
  /*border-bottom:1px solid #e5e7eb;*/
}

.shop-middlebar{
  padding:8px 0;
}

.shop-header-grid{
  display:grid;
  grid-template-columns:
    320px
    minmax(350px,1fr)
    180px;
  align-items:center;
  gap:20px;  
}

.shop-logo{
    display:flex;
    align-items:center;
  text-decoration:none;
}

.shop-logo svg{
    width:auto;
    height:70px;
    max-width:100%;
}

.searchbox-wrap{
  position:relative;
}

.searchbox{
  height:56px;
  border-radius:14px;  
  display:flex;
  align-items:center;
  background:#f5f7fa;
  border:1px solid #e1e6ee;
  overflow:hidden;
  transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;
}

.searchbox:focus-within{
  background:#fff;
  border-color:#b8c2d0;
  box-shadow:0 8px 24px rgba(15,23,42,.10);
}

.searchbox input[type="text"]{
  flex:1;
  height:100%;
  border:0;
  outline:none;
  background:transparent;
  padding:0 22px;
  font-size:15px;
  color:#111827;
}

.searchbox input::placeholder{
  color:#8a94a6;
}

.search-submit{
  height:42px;
  margin-right:5px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:#ff6b00;
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.search-submit:hover{
  background:#e65f00;
}

.menu-mobile-toggle{
  
}

.shop-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}

.shop-action{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#111827;
  text-decoration:none;
  background:#f5f7fa;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}

.shop-action:hover{
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.10);
  transform:translateY(-1px);
}

.shop-action svg{
  width:28px;
  height:28px;
}

.shop-cart{
   background:#ff6b00;
  color:#fff;
}

.shop-cart:hover{
  background:#ea580c;
}

.shop-nav-area{
  background:#fff;
}

/* vorhandene SVG-Größen überschreiben */
#btn-nav svg{
  width:36px !important;
  height:36px !important;
  fill: white;
  color: white;
}

/* Mobile */
@media (max-width:900px){

  .shop-middlebar{
    padding:10px 0;
  }

  .shop-header-grid{
    grid-template-columns:1fr auto;
    gap:14px;
  }

  .shop-logo svg{
    width:155px;
    height:48px;
  }

  .searchbox-wrap{
    grid-column:1 / -1;
    order:3;
  }

  .shop-actions{
    gap:8px;
  }

  .shop-action{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .search-action{
    display:none;
  }

  .search-submit{
    display:none;
  }

}

.header-mobile-toggle{
  display:none;
}

@media (max-width:900px){
  .header-mobile-toggle{
    display:flex;
    width:46px;
    height:46px;
    border:0;
    background:#111827;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:20px;
    border-radius:50%;
    margin-right:3px;
  }
}

#productscontainer {
  display: flex;
  gap: 20px;
}  

.products {
  display: block;
  width: 100%
}

.filters {
  margin-top: 20px;
}  

.filter-group {
  margin-bottom: 20px;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 6px;
}


/* ========================================
   PRODUCT CARD
======================================== */

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 15px;
}

@media screen and (max-width: 1000px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0px;
    padding: 0px;    
  }
}

.product-card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-image {
  display: block;
  background: #fff;
  text-align: center;
  padding: 10px;
}

.product-image img {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
}

.product-body {
  padding: 12px;
}

.product-name, .product-title {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    height: 64px;
    line-height: normal;
}

.product-name {
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 40px;
}

.product-title:hover {
  color: #2b7cff;
}

.product-price {
  margin-top: 6px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.old-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}

.product-actions {
  margin-top: 10px;
  display: flex;
  gap: 6px;
}

.btn-icon {
  width: 36px;
  justify-content: center;
}

.breadcrumb1 { font-size:13px; margin:10px 0; color:#666; }
.breadcrumb1 .sep { margin:0 5px; }

.no-results { padding:40px; text-align:center; color:#666; }

.search-term {
  font-weight: 600;
  color: #000;
}

.search-count, .count {
  color: #777;
  font-size: 0.9em;
  font-weight: normal;
}

.active-filters {
  margin-bottom: 10px;
}

.filter-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
  background: #f1f1f1;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.filter-tag:hover {
  background: #ddd;
}

/* responsive Anpassungen */

#productscontainer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Sidebar */
.filters {
  width: 240px;
  flex-shrink: 0;
}

/* Produkte */
.products {
  flex: 1;
}

.toggle-filters { 
  display: none;
  align-self: center;
  border-radius: 6px;
  padding: 6px;
}    


@media (max-width: 768px) {

  #productscontainer {
    flex-direction: column;
  }

  .filters {
    width: 100%;
    order: -1; /* Filter nach oben */
  }

}

@media (max-width: 768px) {

  .filters {
    display: none;
  }

  .filters.active {
    display: block;
  }

  .toggle-filters {
    display: block;
  }

}



.price-slider input[type=range] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  appearance: none;
}

.price-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}

.price-inputs {
  display: flex;
  gap: 8px;
}

.price-inputs .field {
  position: relative;
  flex: 1;
}

.price-inputs input {
  width: 100%;
  padding: 6px 8px 6px 22px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.price-inputs .field::before {
  content: "€";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #666;
}

@media (max-width: 768px) {
  .price-inputs {
    flex-direction: column;
  }
}

.filter-group label.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.filter-group label.disabled input {
  pointer-events: none;
}

.shop-footer {
  margin-top: 60px;
  background: #111827;
  color: #e5e7eb;
  font-size: 14px;
}

.shop-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.shop-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 24px;
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 1fr 1fr 1.4fr;
  gap: 32px;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 17px;
  margin: 0 0 16px;
}

.footer-col p {
  margin: 0 0 12px;
  line-height: 1.55;
  color: #cbd5e1;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 9px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 11px 12px;
  background: #ffffff;
  color: #111827;
}

.newsletter-form button {
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
}

.footer-middle {
  border-top: 1px solid #263244;
  border-bottom: 1px solid #263244;
}

.footer-badges {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badges span {
  background: #ffffff;
  color: #111827;
  border-radius: 8px;
  padding: 7px 12px;
  font-weight: 600;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #9ca3af;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    grid-column: auto;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.product-categories {
   margin-bottom: 20px;

}

.product-categories a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #eee;
    color: #333;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}

.product-categories a:hover {
    background-color: #ddd;
}

.main-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-bottom: 1px solid #e5e7eb;
  min-height: 52px;
}

.menu-strip {
  flex: 1;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}

.menu-strip::-webkit-scrollbar {
  display: none;
}

.menu-root, menu-Fly {
  display: flex;
  align-items: stretch;
  gap: 20px 27px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
}

#menu-Fly {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  max-height: 60px;
  padding: 10px 0;
}

#menu-Fly.menu-open {
  max-height: 200px;
  /* background-color: azure; */
}



.menu-item > a {
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

.menu-item > a:hover {
  color: red;
}

.menu-item.has-children > a::after {
  content: "▾";
  margin-left: 8px;
  font-size: 11px;
}



.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 900px;
  max-width: 1200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  border-radius: 0 0 16px 16px;
  padding: 24px;
  display: none;
  z-index: 1200;
  white-space: normal;
}

.menu-item.has-children:hover > .mega-menu,
.menu-item.touch-open > .mega-menu {
  display: block;
}

.menu-item > .mega-menu {
  display: none !important;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px;
}

.mega-col {
  min-width: 0;
}

.mega-head {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}

.mega-head:hover {
  text-decoration: underline;
}

.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-links li {
  margin: 0 0 8px 0;
}

.mega-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}

.mega-links a:hover {
  color: #111827;
  text-decoration: underline;
}

.menu-scroll {
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  display: none;
}


.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: none;
  z-index: 2000;
}

.mobile-menu-overlay.open {
  display: block;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 420px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 2100;
  box-shadow: 10px 0 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}

.mobile-menu-panel.open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 700;
}

.mobile-menu-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.mobile-menu-body {
  overflow: auto;
  padding: 10px 0 30px 0;
}

.mobile-menu-list,
.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list > li,
.mobile-submenu > li {
  border-bottom: 1px solid #f1f5f9;
}

.mobile-link-row {
  display: flex;
  align-items: center;
}

.mobile-link-row > a,
.mobile-menu-list > li > a,
.mobile-submenu > li > a {
  flex: 1;
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #111827;
  font-size: 15px;
}

.mobile-expand {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  background: #fafafa;
}

.mobile-submenu.open {
  display: block;
}

.mobile-submenu .mobile-submenu {
  background: #f4f4f5;
}

@media (max-width: 1100px) {
  .mega-menu {
    min-width: 760px;
  }

  .mega-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}

@media (max-width: 900px) {
  .menu-scroll,
  .menu-strip, #mainMenu {
    display: none;
  }

  .main-menu {
    justify-content: flex-end;
    padding: 6px 10px;
  }
}

@media (min-width: 901px) {
  .mobile-menu-overlay,
  .mobile-menu-panel {
    /*display: none !important;*/
  }
}

/* ===== BREADCRUMB BASIS ===== */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  padding: 12px 19px;
}

.crumb-popup {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 9999;
  max-width: calc(100vw - 20px);
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

@media (hover: hover) and (pointer: fine) {
  .crumb:hover > .crumb-popup {
    display: block;
  }
}

.crumb-popup a {
    white-space: normal;
    color: #000;
    word-break: break-word;
    font-size: inherit;
    text-decoration: auto;
    font-weight: 500;
    line-height: 24px;
}

.crumb-popup > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 10px;
}

.crumb-popup ul {
  list-style: none;
}  

@media (max-width: 600px) {
  .crumb-popup {
    position: absolute;
    top: 257px;
    left: 10px;
    right: 10px;
    /*max-height: calc(100vh - 80px);*/
    overflow-y: auto;
  }

  .crumb-popup > ul {
    grid-template-columns: 1fr;
  }
}

.crumb-popup > ul > li > a {
  font-weight: 600;
}

/* 2 Ebenen untereinander */
.submenu-root {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
  padding: 0;
}

.root-item > a {
  font-weight: bold;
  margin-bottom: 5px;
}

.submenu-child {
  margin-top: 5px;
}

.submenu-child li a {
  padding: 4px 0;
  display: block;
}

.crumb > a, .breadcrumb .sep {
display: inline-block;
    padding: 6px 0px;
    /* background-color: #eee; */
    color: #333;
    border-radius: 4px;
    /* margin-right: 8px; */
    margin-bottom: 8px;
    text-decoration: none;
}

.breadcrumb .sep {
    color: #999;
    background-color: inherit;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.crumb.touch-open > .crumb-popup {
  display: block;
}

.menu-strip {
  /*height: 42px;
  overflow: hidden;*/
  transition: height 1.25s ease;
}

/* geöffnet */
.menu-root, .menu-open {
   /*height: auto;*/
}