/* ==========================================================
   CVC cvc02_min.css - Testversion 2
   Nur für body.cvc-menu2-test.
   cvc01_min.css bleibt für den restlichen Shop aktiv.
   ========================================================== */

.cvc-menu2-test{
  --cvc2-blue:#386aa3;
  --cvc2-blue-dark:#28598f;
  --cvc2-blue-light:#edf4fb;
  --cvc2-line:#d7e0e8;
  --cvc2-text:#28323c;
  --cvc2-muted:#66717d;
  --cvc2-header-h:80px;
}

/* ==========================================================
   HEADER
   Suche gehört in den blauen Kopfbereich.
   ========================================================== */

.cvc-menu2-test #main{
  position:relative !important;
}

.cvc-menu2-test .header_mobile_bg{
  height:var(--cvc2-header-h) !important;
  min-height:var(--cvc2-header-h) !important;
  border-radius:0 !important;
  position:relative;
  z-index:130;
}

.cvc-menu2-test .header{
  position:static !important;
  margin:0 !important;
  padding:0 !important;
}

.cvc-menu2-test #newsearch{
  position:absolute !important;
  z-index:145 !important;
  top:14px !important;
  left:285px !important;
  right:185px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.cvc-menu2-test #newsearch > div{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

.cvc-menu2-test #newsearch form.search{
  display:flex !important;
  width:100% !important;
  height:44px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.cvc-menu2-test #newsearch .searchTerm{
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  height:44px !important;
  margin:0 !important;
  padding:7px 10px !important;
  box-sizing:border-box !important;
  border:1px solid #d0d7df !important;
  border-right:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  font-size:16px !important;
}

.cvc-menu2-test #newsearch .searchButton{
  flex:0 0 96px !important;
  width:96px !important;
  height:44px !important;
  margin:0 !important;
  padding:0 12px !important;
  border:0 !important;
  border-radius:0 !important;
  background:var(--cvc2-blue-dark) !important;
  color:#fff !important;
  font-size:16px !important;
  cursor:pointer;
}

.cvc-menu2-test .hamburger,
.cvc-menu2-test .hamburgermenu,
.cvc-menu2-test .contacticon,
.cvc-menu2-test .carticon,
.cvc-menu2-test .mainlogo,
.cvc-menu2-test .langswitch{
  z-index:150 !important;
}

/* Trustbar darf nicht hinter Header/Menu-Positionierungen verschwinden. */
.cvc-menu2-test .trust-bar{
  position:relative !important;
  z-index:30 !important;
  display:flex !important;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 24px;
  width:100% !important;
  min-height:31px;
  margin:0 !important;
  padding:5px 10px !important;
  box-sizing:border-box !important;
  background:#fff !important;
  border-bottom:1px solid #e7ebef;
  color:#4e5964;
}

/* Live-Suche beginnt direkt unter dem Kopf. */
.cvc-menu2-test #livesearch{
  z-index:160 !important;
}

/* ==========================================================
   MENÜOVERLAY
   Kein Card-Look, keine Rundungen, volle nutzbare Breite.
   Der blaue Header inklusive Suche bleibt sichtbar.
   ========================================================== */

.cvc-menu2-test .cvc2-nav-wrapper{
  position:fixed !important;
  z-index:120 !important;
  top:var(--cvc2-header-h) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:auto !important;
  max-height:calc(100vh - var(--cvc2-header-h)) !important;
  margin:0 !important;
  padding:0 !important;
  overflow:auto !important;
  background:#f4f6f8 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}

.cvc-menu2-test .cvc2-nav-wrapper nav{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.cvc-menu2-test .cvc2-menu-host{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
}

.cvc-menu2-test .cvc2-mega,
.cvc-menu2-test .cvc2-mega *,
.cvc-menu2-test .cvc2-mega *::before,
.cvc-menu2-test .cvc2-mega *::after{
  box-sizing:border-box;
}

.cvc-menu2-test .cvc2-mega{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  background:#fff;
  color:var(--cvc2-text);
  border:0;
  border-radius:0 !important;
  box-shadow:none !important;
}

.cvc-menu2-test .cvc2-mega ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.cvc-menu2-test .cvc2-mega a{
  text-decoration:none !important;
}

.cvc-menu2-test .cvc2-mega button{
  border-radius:0 !important;
}

.cvc-menu2-test .cvc2-mega-top{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 18px;
  background:#f6f8fa;
  border-bottom:1px solid var(--cvc2-line);
}

.cvc-menu2-test .cvc2-home-link{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 8px 8px 0;
  color:#155ca4 !important;
  font-weight:600;
}

.cvc-menu2-test .cvc2-home-icon{
  font-size:16px;
}

.cvc-menu2-test .cvc2-mega-label{
  margin-left:auto;
  color:#6d7884;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cvc-menu2-test .cvc2-groups{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
}

.cvc-menu2-test .cvc2-group{
  min-width:0;
  padding:14px 18px 16px;
  border-right:1px solid var(--cvc2-line);
}

.cvc-menu2-test .cvc2-group:last-child{
  border-right:0;
}

.cvc-menu2-test .cvc2-group-head{
  display:grid;
  grid-template-columns:30px 1fr auto;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 0 8px;
  border-bottom:2px solid #e4edf5;
}

.cvc-menu2-test .cvc2-group-head .cvc2-group-title{
  margin:0 !important;
  padding:0 !important;
  color:#155ca4 !important;
  font-size:1.05rem !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  text-align:left !important;
}

.cvc-menu2-test .cvc2-group-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  color:#155ca4;
  background:transparent !important;
  border-radius:0 !important;
}

.cvc-menu2-test .cvc2-group-icon::before{
  display:block;
  font-size:18px;
  line-height:1;
}
.cvc-menu2-test .cvc2-icon-camera::before{content:"▣";}
.cvc-menu2-test .cvc2-icon-monitor::before{content:"▰";}
.cvc-menu2-test .cvc2-icon-power::before{content:"⚡";}
.cvc-menu2-test .cvc2-icon-drone::before{content:"✣";}

.cvc-menu2-test .cvc2-group-toggle{
  display:none;
}

.cvc-menu2-test .cvc2-top-list{
  padding-top:5px !important;
}

.cvc-menu2-test .cvc2-top-item,
.cvc-menu2-test .cvc2-level2-item,
.cvc-menu2-test .cvc2-level3-item{
  position:relative;
  border-bottom:1px solid #edf0f3;
}

.cvc-menu2-test .cvc2-top-item:last-child,
.cvc-menu2-test .cvc2-level2-item:last-child,
.cvc-menu2-test .cvc2-level3-item:last-child{
  border-bottom:0;
}

.cvc-menu2-test .cvc2-item-line{
  display:flex;
  align-items:stretch;
  min-width:0;
}

.cvc-menu2-test .cvc2-item-link,
.cvc-menu2-test .cvc2-level3-item > a{
  display:flex;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  padding:8px 6px;
  color:#46515c !important;
  line-height:1.25;
  font-size:.94rem;
  border-radius:0 !important;
}

.cvc-menu2-test .cvc2-item-link:hover,
.cvc-menu2-test .cvc2-level3-item > a:hover{
  color:#155ca4 !important;
  background:#f2f6fa !important;
}

.cvc-menu2-test .cvc2-thumb{
  width:28px !important;
  height:28px !important;
  object-fit:contain;
  flex:0 0 28px;
  border-radius:0 !important;
}

.cvc-menu2-test .cvc2-toggle{
  flex:0 0 38px;
  width:38px;
  min-height:38px;
  padding:0;
  border:0;
  background:transparent;
  color:#155ca4;
  font-size:1.2rem;
  font-weight:700;
  cursor:pointer;
}

.cvc-menu2-test .cvc2-toggle:hover,
.cvc-menu2-test .cvc2-toggle:focus{
  background:#eaf2f9;
}

.cvc-menu2-test .cvc2-level2,
.cvc-menu2-test .cvc2-level3{
  display:none;
  margin:0 0 5px 6px !important;
  padding:2px 0 2px 10px !important;
  border-left:3px solid #9fc1df;
  background:#f8fafc;
}

.cvc-menu2-test .cvc2-has-children.is-open > .cvc2-level2,
.cvc-menu2-test .cvc2-has-children.is-open > .cvc2-level3{
  display:block !important;
}

.cvc-menu2-test .cvc2-level2 .cvc2-item-link,
.cvc-menu2-test .cvc2-level3-item > a{
  padding-top:7px;
  padding-bottom:7px;
  font-size:.88rem;
}

/* Desktop: zusätzlich auf Hover sichtbar. Klick auf + bleibt erhalten. */
@media (min-width:701px){
  .cvc-menu2-test .cvc2-top-item.cvc2-has-children:hover > .cvc2-level2,
  .cvc-menu2-test .cvc2-level2-item.cvc2-has-children:hover > .cvc2-level3{
    display:block !important;
  }
}

.cvc-menu2-test .cvc2-promos{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  width:100%;
  border-top:1px solid var(--cvc2-line);
  border-bottom:1px solid var(--cvc2-line);
  background:#eaf2f9;
}

.cvc-menu2-test .cvc2-promo-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:8px 12px;
  color:#155ca4 !important;
  font-weight:600;
  text-align:center;
  border-right:1px solid #d0dce7;
}

.cvc-menu2-test .cvc2-promo-link:last-child{
  border-right:0;
}

.cvc-menu2-test .cvc2-promo-link:hover{
  background:#dceaf6;
}

.cvc-menu2-test .cvc2-promo-dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  background:#155ca4;
  border-radius:0 !important;
}

.cvc-menu2-test .cvc2-service-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  background:#fff;
}

.cvc-menu2-test .cvc2-service-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:8px 12px;
  color:#46515c !important;
  font-weight:600;
  border-right:1px solid var(--cvc2-line);
}

.cvc-menu2-test .cvc2-service-links a:last-child{
  border-right:0;
}

.cvc-menu2-test .cvc2-service-links a:hover{
  color:#155ca4 !important;
  background:#f5f8fb;
}

.cvc-menu2-test .cvc2-service-icon{
  color:#155ca4;
  font-size:18px;
}

.cvc-menu2-test .cvc2-loading{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  background:#fff;
  color:#155ca4;
  font-weight:600;
  border-radius:0 !important;
}

/* ==========================================================
   TABLET
   ========================================================== */
@media (max-width:1100px) and (min-width:701px){
  .cvc-menu2-test #newsearch{
    left:230px !important;
    right:175px !important;
  }

  .cvc-menu2-test .cvc2-groups{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cvc-menu2-test .cvc2-group{
    border-bottom:1px solid var(--cvc2-line);
  }

  .cvc-menu2-test .cvc2-group:nth-child(2n){
    border-right:0;
  }

  .cvc-menu2-test .cvc2-promos{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* ==========================================================
   MOBILE
   Zweite Suchzeile bleibt INNERHALB des blauen Headers.
   ========================================================== */
@media (max-width:700px){
  .cvc-menu2-test{
    --cvc2-header-h:124px;
  }

  .cvc-menu2-test .header_mobile_bg{
    height:124px !important;
    min-height:124px !important;
  }

  .cvc-menu2-test #newsearch{
    top:76px !important;
    left:5px !important;
    right:5px !important;
  }

  .cvc-menu2-test #newsearch form.search{
    height:42px !important;
  }

  .cvc-menu2-test #newsearch .searchTerm{
    height:42px !important;
    font-size:14px !important;
  }

  .cvc-menu2-test #newsearch .searchButton{
    flex-basis:92px !important;
    width:92px !important;
    height:42px !important;
    font-size:14px !important;
  }

  .cvc-menu2-test .trust-bar{
    gap:4px 10px;
    padding:4px 6px !important;
    font-size:.68rem !important;
    line-height:1.25;
  }

  .cvc-menu2-test .cvc2-nav-wrapper{
    top:124px !important;
    max-height:calc(100vh - 124px) !important;
  }

  .cvc-menu2-test .cvc2-mega-top{
    min-height:42px;
    padding:0 10px;
  }

  .cvc-menu2-test .cvc2-mega-label{
    display:none;
  }

  .cvc-menu2-test .cvc2-groups{
    display:block;
  }

  .cvc-menu2-test .cvc2-group{
    padding:0;
    border:0;
    border-bottom:1px solid #fff;
  }

  .cvc-menu2-test .cvc2-group-head{
    grid-template-columns:34px 1fr 40px;
    gap:5px;
    min-height:50px;
    padding:0 0 0 10px;
    border:0;
    background:var(--cvc2-blue);
    color:#fff;
  }

  .cvc-menu2-test .cvc2-group-head .cvc2-group-title{
    color:#fff !important;
    font-size:.96rem !important;
  }

  .cvc-menu2-test .cvc2-group-icon{
    width:28px;
    height:28px;
    color:#fff;
  }

  .cvc-menu2-test .cvc2-group-toggle{
    display:grid;
    place-items:center;
    width:40px;
    height:50px;
    padding:0;
    border:0;
    background:rgba(0,0,0,.08);
    color:#fff;
    font-size:1.2rem;
    font-weight:700;
    cursor:pointer;
    border-radius:0 !important;
  }

  .cvc-menu2-test .cvc2-top-list{
    display:none;
    padding:0 8px 4px !important;
    background:#fff;
  }

  .cvc-menu2-test .cvc2-group.is-open > .cvc2-top-list{
    display:block !important;
  }

  .cvc-menu2-test .cvc2-item-link,
  .cvc-menu2-test .cvc2-level3-item > a{
    min-height:43px;
    padding:8px 8px;
    font-size:.9rem;
  }

  .cvc-menu2-test .cvc2-toggle{
    min-height:43px;
    flex-basis:40px;
    width:40px;
  }

  .cvc-menu2-test .cvc2-level2,
  .cvc-menu2-test .cvc2-level3{
    margin-left:5px !important;
    padding-left:8px !important;
  }

  .cvc-menu2-test .cvc2-promos{
    display:block;
  }

  .cvc-menu2-test .cvc2-promo-link{
    justify-content:flex-start;
    min-height:44px;
    padding:8px 14px;
    text-align:left;
    border-right:0;
    border-bottom:1px solid #d5e0e9;
  }

  .cvc-menu2-test .cvc2-service-links{
    display:block;
  }

  .cvc-menu2-test .cvc2-service-links a{
    justify-content:flex-start;
    min-height:44px;
    padding:8px 14px;
    border-right:0;
    border-bottom:1px solid var(--cvc2-line);
  }
}

/* ==========================================================
   NOSCRIPT
   Server-gerendertes Menü bleibt komplett erreichbar.
   ========================================================== */
html:not(.js) .cvc-menu2-test .cvc2-nav-wrapper{
  position:relative !important;
  top:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

html:not(.js) .cvc-menu2-test .cvc2-level2,
html:not(.js) .cvc-menu2-test .cvc2-level3,
html:not(.js) .cvc-menu2-test .cvc2-group .cvc2-top-list{
  display:block !important;
}


/* ==========================================================
   CVC MENU TEST V3 - Positionierung / Sticky Header / Submenüs
   2026-08-19
   ========================================================== */

/* Gesamter Kopfbereich bleibt beim Scrollen sichtbar. */
.cvc-menu2-test{
  --cvc2-header-h:80px;
}

/* Durchgehender blauer Kopf ohne weiße "Abstandsfläche". */
.cvc-menu2-test .header_mobile_bg{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:80px !important;
  min-height:80px !important;
  margin:0 !important;
  padding:0 !important;
  background:#386aa3 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  z-index:140 !important;
}

/* Die vorhandenen Header-Elemente liegen alle auf derselben Desktop-Zeile. */
.cvc-menu2-test .hamburger,
.cvc-menu2-test .hamburgermenu,
.cvc-menu2-test .langswitch,
.cvc-menu2-test .contacticon,
.cvc-menu2-test .carticon,
.cvc-menu2-test .mainlogo{
  position:fixed !important;
  top:0 !important;
  z-index:155 !important;
}

.cvc-menu2-test .hamburger{
  top:12px !important;
}

.cvc-menu2-test .hamburgermenu{
  top:17px !important;
}

.cvc-menu2-test .langswitch{
  top:11px !important;
}

.cvc-menu2-test .contacticon{
  top:12px !important;
}

.cvc-menu2-test .carticon{
  top:13px !important;
}

.cvc-menu2-test .mainlogo{
  top:8px !important;
}

/* Suche: Desktop exakt in derselben Kopfzeile. */
.cvc-menu2-test #newsearch{
  position:fixed !important;
  top:16px !important;
  left:300px !important;
  right:190px !important;
  height:44px !important;
  z-index:154 !important;
}

/* Hauptinhalt beginnt unter dem fixierten Header.
   Der Trust-Balken bleibt im normalen Dokumentfluss sichtbar. */
.cvc-menu2-test #main{
  padding-top:80px !important;
}

.cvc-menu2-test .trust-bar{
  position:relative !important;
  top:auto !important;
  z-index:20 !important;
}

/* Menü bleibt direkt am fixierten Header angedockt. */
.cvc-menu2-test .cvc2-nav-wrapper{
  top:80px !important;
  max-height:calc(100vh - 80px) !important;
}

/* ----------------------------------------------------------
   Untermenüs: ALLE Alt-Menü-Positionierungen neutralisieren.
   Dadurch kein altes dunkelgraues Flyout mehr.
   ---------------------------------------------------------- */
.cvc-menu2-test .cvc2-mega .cvc2-level2,
.cvc-menu2-test .cvc2-mega .cvc2-level3,
.cvc-menu2-test .cvc2-mega ul.cvc2-level2,
.cvc-menu2-test .cvc2-mega ul.cvc2-level3{
  position:static !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  float:none !important;
  clear:both !important;
  transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:visible !important;
  background:#f7f9fb !important;
  color:#35414c !important;
  border:0 !important;
  border-left:3px solid #8fb5d8 !important;
  box-shadow:none !important;
  z-index:auto !important;
}

/* Geschlossen bleibt wirklich geschlossen. */
.cvc-menu2-test .cvc2-mega .cvc2-level2,
.cvc-menu2-test .cvc2-mega .cvc2-level3{
  display:none !important;
}

/* Nur Klick auf + / JS-Klasse öffnet. */
.cvc-menu2-test .cvc2-mega .cvc2-has-children.is-open > .cvc2-level2,
.cvc-menu2-test .cvc2-mega .cvc2-has-children.is-open > .cvc2-level3{
  display:block !important;
}

/* Alt-CSS für nested LI/A ebenfalls überschreiben. */
.cvc-menu2-test .cvc2-mega .cvc2-level2 > li,
.cvc-menu2-test .cvc2-mega .cvc2-level3 > li{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  background:transparent !important;
  color:#35414c !important;
}

.cvc-menu2-test .cvc2-mega .cvc2-level2 a,
.cvc-menu2-test .cvc2-mega .cvc2-level3 a{
  position:relative !important;
  display:flex !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:8px 7px !important;
  background:transparent !important;
  color:#35414c !important;
  border:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

.cvc-menu2-test .cvc2-mega .cvc2-level2 a:hover,
.cvc-menu2-test .cvc2-mega .cvc2-level3 a:hover{
  background:#eaf2f9 !important;
  color:#155ca4 !important;
}

/* V2-Hoveröffnung explizit deaktivieren. */
@media (min-width:701px){
  .cvc-menu2-test .cvc2-top-item.cvc2-has-children:hover > .cvc2-level2:not(.cvc2-force-open),
  .cvc-menu2-test .cvc2-level2-item.cvc2-has-children:hover > .cvc2-level3:not(.cvc2-force-open){
    display:none !important;
  }

  .cvc-menu2-test .cvc2-top-item.cvc2-has-children.is-open:hover > .cvc2-level2,
  .cvc-menu2-test .cvc2-level2-item.cvc2-has-children.is-open:hover > .cvc2-level3{
    display:block !important;
  }
}

/* Tablet Header */
@media (max-width:1100px) and (min-width:701px){
  .cvc-menu2-test #newsearch{
    left:245px !important;
    right:180px !important;
  }
}

/* ----------------------------------------------------------
   Mobile
   Suche bleibt zweite Zeile, aber deutlich näher an Symbolzeile.
   Header selbst bleibt sticky/fixed.
   ---------------------------------------------------------- */
@media (max-width:700px){
  .cvc-menu2-test{
    --cvc2-header-h:108px;
  }

  .cvc-menu2-test .header_mobile_bg{
    height:108px !important;
    min-height:108px !important;
  }

  .cvc-menu2-test #main{
    padding-top:108px !important;
  }

  .cvc-menu2-test #newsearch{
    position:fixed !important;
    top:58px !important;
    left:5px !important;
    right:5px !important;
    height:42px !important;
  }

  .cvc-menu2-test .cvc2-nav-wrapper{
    top:108px !important;
    max-height:calc(100vh - 108px) !important;
  }

  /* Symbolzeile etwas kompakter. */
  .cvc-menu2-test .hamburger{
    top:8px !important;
  }

  .cvc-menu2-test .langswitch{
    top:7px !important;
  }

  .cvc-menu2-test .contacticon{
    top:8px !important;
  }

  .cvc-menu2-test .carticon{
    top:8px !important;
  }

  .cvc-menu2-test .mainlogo{
    top:4px !important;
  }
}

/* NoScript: kein Fixed-Overlay, damit ohne JS alles normal scrollbar bleibt. */
html:not(.js) .cvc-menu2-test .header_mobile_bg,
html:not(.js) .cvc-menu2-test .hamburger,
html:not(.js) .cvc-menu2-test .hamburgermenu,
html:not(.js) .cvc-menu2-test .langswitch,
html:not(.js) .cvc-menu2-test .contacticon,
html:not(.js) .cvc-menu2-test .carticon,
html:not(.js) .cvc-menu2-test .mainlogo,
html:not(.js) .cvc-menu2-test #newsearch{
  position:absolute !important;
}

html:not(.js) .cvc-menu2-test #main{
  padding-top:0 !important;
}


/* ==========================================================
   CVC MENU TEST V4
   - Original CVC-Blau #2f63a2
   - Desktop: alle Header-Elemente exakt auf einer Mittellinie
   ========================================================== */

.cvc-menu2-test{
  --cvc2-blue:#2f63a2 !important;
  --cvc2-blue-dark:#28578f !important;
}

/* Durchgehend echtes CVC-Blau */
.cvc-menu2-test .header_mobile_bg,
.cvc-menu2-test .cvc2-group-head{
  background:#2f63a2 !important;
}

/* Desktop-Kopf: gemeinsame vertikale Mittellinie */
@media (min-width:701px){

  .cvc-menu2-test .header_mobile_bg{
    height:88px !important;
    min-height:88px !important;
  }

  .cvc-menu2-test{
    --cvc2-header-h:88px;
  }

  .cvc-menu2-test #main{
    padding-top:88px !important;
  }

  .cvc-menu2-test .cvc2-nav-wrapper{
    top:88px !important;
    max-height:calc(100vh - 88px) !important;
  }

  /* Alle Symbole auf exakt dieselbe vertikale Achse */
  .cvc-menu2-test .hamburger,
  .cvc-menu2-test .hamburgermenu,
  .cvc-menu2-test .langswitch,
  .cvc-menu2-test .contacticon,
  .cvc-menu2-test .carticon,
  .cvc-menu2-test .mainlogo{
    top:44px !important;
    transform:translateY(-50%) !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }

  /* Hamburger-Textbutton ggf. nicht sichtbar verschieben */
  .cvc-menu2-test .hamburgermenu{
    top:44px !important;
  }

  /* Suchfeld ebenfalls auf dieselbe Achse */
  .cvc-menu2-test #newsearch{
    top:22px !important;
    height:44px !important;
    transform:none !important;
  }

  .cvc-menu2-test #newsearch form.search,
  .cvc-menu2-test #newsearch .searchTerm,
  .cvc-menu2-test #newsearch .searchButton{
    height:44px !important;
  }
}

/* Mobil bleibt zweizeilig, aber kompakt und in Originalfarbe */
@media (max-width:700px){

  .cvc-menu2-test{
    --cvc2-header-h:102px;
  }

  .cvc-menu2-test .header_mobile_bg{
    height:102px !important;
    min-height:102px !important;
    background:#2f63a2 !important;
  }

  .cvc-menu2-test #main{
    padding-top:102px !important;
  }

  .cvc-menu2-test .cvc2-nav-wrapper{
    top:102px !important;
    max-height:calc(100vh - 102px) !important;
  }

  /* obere Symbolzeile auf gemeinsame Mittellinie */
  .cvc-menu2-test .hamburger,
  .cvc-menu2-test .hamburgermenu,
  .cvc-menu2-test .langswitch,
  .cvc-menu2-test .contacticon,
  .cvc-menu2-test .carticon,
  .cvc-menu2-test .mainlogo{
    top:26px !important;
    transform:translateY(-50%) !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }

  /* Suchfeld näher an die Symbolzeile */
  .cvc-menu2-test #newsearch{
    top:53px !important;
    left:5px !important;
    right:5px !important;
    height:42px !important;
  }
}


/* ==========================================================
   CVC MENU TEST V5
   1) Desktop-Gruppenüberschriften weiß
   2) Gruppensymbole ca. 50 % größer
   3) Monitor-Finder + KI-Produktberater
   4) Mobiles Menü intern scrollbar, Seite dahinter fixiert
   ========================================================== */

/* 1) Weiße Überschriften auf blauem Balken */
.cvc-menu2-test .cvc2-group-head .cvc2-group-title{
  color:#fff !important;
}

.cvc-menu2-test .cvc2-group-head .cvc2-group-icon,
.cvc-menu2-test .cvc2-group-head .cvc2-group-icon::before{
  color:#fff !important;
}

/* Desktop-Gruppenbalken passend zum aktuellen CVC-Stil */
@media (min-width:701px){
  .cvc-menu2-test .cvc2-group-head{
    min-height:48px !important;
    padding:0 10px !important;
    border-bottom:0 !important;
    background:#2f63a2 !important;
  }

  .cvc-menu2-test .cvc2-group-head .cvc2-group-title{
    font-size:1.05rem !important;
  }
}

/* 2) Symbole ca. 50 % größer */
.cvc-menu2-test .cvc2-group-icon{
  width:42px !important;
  height:42px !important;
}

.cvc-menu2-test .cvc2-group-icon::before{
  font-size:27px !important;
}

@media (max-width:700px){
  .cvc-menu2-test .cvc2-group-icon{
    width:36px !important;
    height:36px !important;
  }

  .cvc-menu2-test .cvc2-group-icon::before{
    font-size:24px !important;
  }

  .cvc-menu2-test .cvc2-group-head{
    grid-template-columns:42px 1fr 40px !important;
  }
}

/* 3) Neue Auswahl-Werkzeuge */
.cvc-menu2-test .cvc2-tools{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:100%;
  border-top:1px solid var(--cvc2-line);
  border-bottom:1px solid var(--cvc2-line);
  background:#fff;
}

.cvc-menu2-test .cvc2-tool-link{
  display:grid;
  grid-template-columns:42px 1fr 24px;
  align-items:center;
  gap:10px;
  min-height:64px;
  padding:8px 18px;
  color:#2b4f78 !important;
  background:#f8fbfe;
  border-right:1px solid var(--cvc2-line);
}

.cvc-menu2-test .cvc2-tool-link:last-child{
  border-right:0;
}

.cvc-menu2-test .cvc2-tool-link:hover{
  background:#edf5fb;
  color:#155ca4 !important;
}

.cvc-menu2-test .cvc2-tool-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  font-size:25px;
  line-height:1;
  color:#2f63a2;
}

.cvc-menu2-test .cvc2-tool-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.cvc-menu2-test .cvc2-tool-text strong{
  font-size:.98rem;
  line-height:1.2;
  font-weight:700;
}

.cvc-menu2-test .cvc2-tool-text small{
  font-size:.78rem;
  line-height:1.2;
  color:#687686;
}

.cvc-menu2-test .cvc2-tool-arrow{
  justify-self:end;
  font-size:24px;
  color:#2f63a2;
}

/* 4) Geöffnetes Menü: Hintergrundseite bleibt stehen */
@media (max-width:700px){
  .cvc-menu2-test.cvc2-menu-open{
    overflow:hidden !important;
  }
}

/* Das Menü selbst erhält eine definierte Scrollfläche */
.cvc-menu2-test .cvc2-nav-wrapper{
  overflow-x:hidden !important;
  overflow-y:auto !important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

/* Mobil: Tools unter den 4 Produktgruppen */
@media (max-width:700px){
  .cvc-menu2-test .cvc2-tools{
    display:block;
    border-top:5px solid #eef3f7;
  }

  .cvc-menu2-test .cvc2-tool-link{
    grid-template-columns:36px 1fr 22px;
    min-height:54px;
    padding:7px 12px;
    border-right:0;
    border-bottom:1px solid var(--cvc2-line);
    background:#f7fbfe;
  }

  .cvc-menu2-test .cvc2-tool-icon{
    width:32px;
    height:32px;
    font-size:22px;
  }

  .cvc-menu2-test .cvc2-tool-text strong{
    font-size:.92rem;
  }

  .cvc-menu2-test .cvc2-tool-text small{
    font-size:.72rem;
  }

  .cvc-menu2-test .cvc2-nav-wrapper{
    height:calc(100dvh - var(--cvc2-header-h)) !important;
    max-height:calc(100dvh - var(--cvc2-header-h)) !important;
  }
}


/* ==========================================================
   CVC MENU TEST V7 - Untermenü-Steuerung stabilisieren
   ========================================================== */

/* Kein Hover mehr: ausschließlich JS/Klick bzw. inline display. */
@media (min-width:701px){
  .cvc-menu2-test .cvc2-mega .cvc2-top-item.cvc2-has-children:hover > .cvc2-level2,
  .cvc-menu2-test .cvc2-mega .cvc2-level2-item.cvc2-has-children:hover > .cvc2-level3{
    display:none !important;
  }

  .cvc-menu2-test .cvc2-mega .cvc2-top-item.cvc2-has-children.is-open > .cvc2-level2,
  .cvc-menu2-test .cvc2-mega .cvc2-level2-item.cvc2-has-children.is-open > .cvc2-level3{
    display:block !important;
  }
}

/* Inline display aus JS darf die generelle Closed-Regel überstimmen. */
.cvc-menu2-test .cvc2-mega .cvc2-has-children.is-open > .cvc2-level2,
.cvc-menu2-test .cvc2-mega .cvc2-has-children.is-open > .cvc2-level3{
  display:block !important;
}

/* NoScript: statisches, vollständig geöffnetes Menü ohne Hover-Wechsel.
   Alte cvc01-Hover/Flyout-Regeln werden hier bewusst neutralisiert. */
html:not(.js) .cvc-menu2-test .cvc2-mega .cvc2-level2,
html:not(.js) .cvc-menu2-test .cvc2-mega .cvc2-level3,
html:not(.js) .cvc-menu2-test .cvc2-mega li:hover > .cvc2-level2,
html:not(.js) .cvc-menu2-test .cvc2-mega li:hover > .cvc2-level3{
  display:block !important;
  position:static !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  width:auto !important;
  height:auto !important;
  max-height:none !important;
  margin-left:6px !important;
  padding-left:10px !important;
  background:#f7f9fb !important;
  box-shadow:none !important;
  transition:none !important;
  animation:none !important;
}

html:not(.js) .cvc-menu2-test .cvc2-mega li,
html:not(.js) .cvc-menu2-test .cvc2-mega li:hover,
html:not(.js) .cvc-menu2-test .cvc2-mega a,
html:not(.js) .cvc-menu2-test .cvc2-mega a:hover{
  transform:none !important;
  transition:none !important;
  animation:none !important;
}

html:not(.js) .cvc-menu2-test .cvc2-toggle,
html:not(.js) .cvc-menu2-test .cvc2-group-toggle{
  display:none !important;
}