/* Grundlayout Menü*/
/* === BE Mega Menu "Produkte" === */

/* =========================================================
   BE Mega Menu "Produkte" – komplettes Layout & Styling
   ========================================================= */

/* Grundlayout */
#awb-mega-menu-1633 .mm-left {
  background:#ededed;
  padding:20px 48px 55px;
}

#awb-mega-menu-1633 .mm-left-title {
  font-size:20px;
  margin:20px 0 30px;
}

/* Links links */
#awb-mega-menu-1633 .mm-left-link {
  display:block;
  padding:10px 10px;
  margin:5px 0;
  text-decoration:none;
  color:#555;
  position:relative;
}

#awb-mega-menu-1633 .mm-left-link.is-active {
  background:#d7c16c;      /* Gold */
  color:#fff;
}

/* Panels */
#awb-mega-menu-1633 .mm-panels {
  padding:20px 48px;
}

#awb-mega-menu-1633 .mm-panel {
  display:none;
  gap:40px;
}

#awb-mega-menu-1633 .mm-panel.is-active {
  display:flex;
  align-items:flex-start;
}

/* Mitte */
#awb-mega-menu-1633 .mm-middle {
  flex:1;
  text-align:center;
}

#awb-mega-menu-1633 .mm-middle h3 {
  margin-bottom:20px;
}

#awb-mega-menu-1633 .mm-middle a {
  display:block;
  margin:4px 0;
}

/* Rechts */
#awb-mega-menu-1633 .mm-right {
  flex:1;
  background:#ededed;
  padding:20px 30px 50px;
}

#awb-mega-menu-1633 .mm-right img {
  display:block;
  max-width:100%;
  height:auto;
  margin-bottom:15px;
}