  :root {
  --bodyFontSize: 1rem;
  --bodyFontColor: #000;
  --primaryFontColor:  #212529;
  --primaryBackground: #FFD511;
  --primarySvgFill:  #FFD511;
  --menuBackground: rgba(83, 94, 93, 0.9);
  --primaryFont: 'Helvetica Neue LTW05';
  --secondaryFont: 'Helvetica Neue LTW05';
  --secondaryFont: 'Helvetica Neue LTW05'; /*Exo 2*/
  --logoWidth: 250px;
  --shopWidth: 91em;
  --secondaryFontWeight: 800;
  --secondaryItalic: normal;
  --scrollBackground: #ffd511;
  --scrollFill: #000000;
  --accent: #FFD511;
  --scrollHoverBackground: #FFD511; 
  }


  .cs-warningBox {
  background-color: #FFD511;
  color: #000;
  padding: 1em 1.5em;
  margin-top: 2em;
  font-weight: bold;
  border-radius: 6px;
  }

  /* Warenkorb Button Farbe einstellen */
  .cs-miniwk a {color: var(--primaryFontColor);}
  .cs-miniwk svg path {fill: #000000;}

  /* "NEWSLETTER ABONNIEREN" auf gleicher hoehe im Footer */
  footer .cs-footerNewsletterBox.heading{
    font-family: var(--secondaryFont);
    text-transform: none;
    font-weight: var(--secondaryFontWeight);
    font-style: var(--secondaryItalic);
    margin-bottom: 13px;
  }

  /* Newsletter ausblenden */
  footer .cs-footerRow.newsletter {
    border-bottom: 1px solid #f2f2f2;
    display: none !important;
  }
  
  /* wacker scrollup button (ohne Schatten + smooth) */
  .cs-scrollup.cs-wacker{background-color:var(--scrollBackground);transition:opacity .35s ease,transform .35s cubic-bezier(.3,0,.15,1),visibility 0s linear .35s;transform:scale(.9);visibility:hidden;opacity:0;width:43px;height:38px;bottom:5em;right:23px;box-shadow:none !important;}
  .cs-scrollup.cs-wacker.visible{opacity:1;transform:scale(1);visibility:visible;transition:opacity .35s ease,transform .35s cubic-bezier(.3,0,.15,1),visibility 0s;cursor:pointer;}
  .cs-scrollup.cs-wacker:hover{background:var(--scrollHoverBackground);box-shadow:none !important;}
  .cs-scrollup.cs-wacker button{height:100%;display:flex;align-items:center;border:0;background:var(--scrollBackground);padding-left:10px;padding-top:3px;cursor:pointer;box-shadow:none !important;}
  .cs-scrollup.cs-wacker button:hover{background:var(--scrollHoverBackground);box-shadow:none !important;}
  .cs-scrollup.cs-wacker button svg{height:19px;box-shadow:none !important;}
  .cs-scrollup.cs-wacker button svg use{fill:var(--scrollFill);}

  /* Artikeltab farbe*/
  #tabs .tabs.activeTab span {
    font-weight: 400;
    background: var(--primaryBackground);
    font-size: 16px;
    color: #000 !important;
  }
  #tabs .tabcontent {
    display: none;
    padding: 2em 0;
    font-size: 16px;
  }


  /* Artikelansicht Warenkorbanzeige auf gleiche hoehe gesetzt */
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);padding-bottom: 8px;}


  .checkoutStep4 .cs-paymentBox.active:after, 
  .checkoutStep4 .cs-shippingBox.active:after {
    content: "";
    display: none; /* Versteckt den Punkt */
  }

  .checkoutStep4 .cs-paymentBox.active, 
  .checkoutStep4 .cs-shippingBox.active {
    border: 3px solid var(--primaryBackground) !important; /* Dynamische Umrandungsfarbe */
   
  }




  /* header */
  /* Close Button "X" vergroeßern --> */ svg.cs-svgIcon.bi.bi-x {width: 1.6em;}
  /* Close Button "X" Farbe aendern --> */ .cs-mobileInfosites .cs-svgIcon path {fill: #000000;}



  /* tmp hide*/
  .cs-detailIcons .cs-downloadIcon svg path {fill: #000000;}
  

  /* detail */
  #tabs .tabs {padding: 8px 20px;cursor: pointer;}
  #tabs .tabs.activeTab {font-weight: 300;background: var(--primaryBackground);color: #fff;}
  #tabs .tabs.activeTab span {border-bottom: 0 solid #000;color: #ffffff;}
  #tabs .tabs span {font-size: 20px;color: #000;}
  #tabs .tabContainer {border-bottom: 1px solid var(--primaryBackground);}


  /* demand articles */
  .cs-demandContainer {background: #d8d8d8;width: 100%;height: 40px;margin-bottom: 5em;position: relative;}
  .cs-demandContainer .cs-demandArrows {display: flex;justify-content: space-around;position: absolute;width: 100%;bottom: -40px;}
  .cs-demandContainer .cs-demandArrows .cs-demandQuantity {position: relative;text-align: right;top: -49px;position: absolute;left: 0;}
  .cs-demandContainer .cs-demandArrows .cs-demandQuantity svg {max-width: 40px;position: relative;right: -18px;top: 5px;}
  .cs-demandContainer .cs-demandArrows .cs-demandQuantity .cs-demandQuantAb {position: relative;top: -13px;}
  .cs-demandContainer .cs-demandArrows .cs-demandQuantity .cs-demandQuantPrice {position: relative;top: -21px;font-weight: 800;font-size: 20px;}
  .cs-demandContainer .cs-extraWidth {min-width: 100px;}
  .cs-demandBox {margin: 3em 0 4em 0;}
  .cs-demandProgress {background: #FFD511;position: absolute;top: 0;height: 40px;width: 100px;color: #fff;display: flex;align-items: center;justify-content: right;padding-right: 1em;font-weight: 500;text-transform: none;}
  .cs-demandNextStep {font-size: 19px;font-weight: 600;line-height: 25px;position: relative;top: 13px;}
  .cs-greyHr {width: 100%;background: #d8d8d8;height: 1px;margin: 24px 0;}
  .cs-demandProgressBar {
      background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
      background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
      background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
      -webkit-background-size: 40px 40px;
      background-size: 40px 40px;
        -webkit-animation: cs-progressBar 2s linear infinite;
      -o-animation: cs-progressBar 2s linear infinite;
      animation: cs-progressBar 2s linear infinite;
  }
  @-webkit-keyframes cs-progressBar {
    0% {
      background-position: 0 40px;
    }
    100% {
      background-position: 0 0;
    }
  }

  @-moz-keyframes cs-progressBar {
    0% {
      background-position: 0 40px;
    }
    100% {
      background-position: 0 0;
    }
  }


  .cs-newStaffelBox {margin: 1em 0;}
  .cs-newStaffelBox table {width: 100%;}
  .cs-newStaffelBox table th {background: var(--primaryBackground);color: #000;text-align: center;padding: 7px 0;}
  .cs-newStaffelBox table td {background: #fff;text-align: center;padding: 6px 0;}
  .cs-newStaffelBox .cs-articleBlockPriceBox {display: none;}
  .cs-newStaffelBox .cs-grundPreise {font-size: 11px;}



  /* BADGES ANFANG */

  /* badges "Neu" und "Special" angepasst mit 7% neigung
  .cs-badgesBox .badgeGreen,
  .cs-badgesBox .badgeYellow{background:#FFD511;color:#000000;font-family:var(--secondaryFont);text-transform:none;font-weight:var(--secondaryFontWeight);font-style:var(--secondaryItalic);display:inline-block;transform:rotate(-7deg);transform-origin:center;}
  .cs-badgesBox .singleBadge{position:relative;padding:1em;font-size:0.8rem;margin-bottom:0.1em;border-radius:100%;height:4em;width:4em;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;}
  .cs-badgesBox .singleBadge span,.cs-badgesBox .singleBadge strong{display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;transform:rotate(-7deg);transform-origin:center;}*/

  /* Badges als Flag angepasst in den normalen Kacheln beim Artikellisting */
  article.cs-articlePreview{position:relative;}
  .cs-badgesBox{position:absolute;top:37px;left:20px;z-index:5;}
  .cs-badgesBox .singleBadge{border-radius:0 !important;width:auto !important;height:auto !important;min-width:52px;min-height:auto !important;padding:11px 13px !important;margin:0 !important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
  .cs-badgesBox .badgeGreen /* NEU */ {background:#ffd511;color:#000000 ;font-family:var(--secondaryFont);text-transform:none;font-weight:700;font-style:normal;border-radius:0 !important;transform:none !important;line-height:1;}
  .cs-badgesBox .badgeYellow /* SPECIAL */ {background:#575757;color:#ffffff;font-family:var(--secondaryFont);text-transform:none;font-weight:700;font-style:normal;border-radius:0 !important;transform:none !important;line-height:1;}
  @media (max-width:768px){.cs-badgesBox{top:35px;left:20px;}.cs-badgesBox .singleBadge{min-width:46px;padding:9px 11px !important;font-size:0.75rem;}}
  @media (max-width:420px){.cs-badgesBox{top:40px;left:20px;}.cs-badgesBox .singleBadge{min-width:42px;padding:8px 10px !important;font-size:0.7rem;}}

  /* "Das koennte Ihnen auch gefallen" Kacheln badge neu positionieren */
  .slick-slider article.cs-articlePreview {position: relative;}
  .slick-slider article.cs-articlePreview .cs-badgesBox { position: absolute;top: 45px;left: 10px;z-index: 5;}
  /* Tablet */
  @media (max-width: 1024px) {.slick-slider article.cs-articlePreview .cs-badgesBox {top: 20px;left: 10px;}}
  /* Mobile */
  @media (max-width: 767px) {.slick-slider article.cs-articlePreview .cs-badgesBox {top: 25px;left: 10px;}}


  /* "Zuletzt gesehen" Kacheln badge neu positionieren */
  .lastViewVBox article.cs-articlePreview {position: relative;}
  .lastViewVBox article.cs-articlePreview .cs-badgesBox {position: absolute;top: 45px;left: 20px;z-index: 5;}
  /* Tablet */
  @media (max-width: 991px) {.lastViewVBox article.cs-articlePreview .cs-badgesBox {top: 60px;left: 20px;}}
  /* Mobile */
  @media (max-width: 767px) {.lastViewVBox article.cs-articlePreview .cs-badgesBox { top: 65px;left: 20px;}  }
  
  /* BADGES ENDE */



  /* footer */
  .cs-footerRow.cs-hinweis {text-align: center;margin-top: 2em;}
  footer .cs-footerPayments ul {justify-content: center;}
  footer .cs-footerRow.top {
    background: #535E5D;
    color: #ffffff;
  }
  .cs-footerBoxContent a {color: #fff};

  /* menu */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer {background: var(--menuBackground);border: 0;color: #fff !important;padding: 2em;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer a {color: #fff !important;font-size: 1.1rem;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu {font-size: 1.1rem;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul {display: flex;flex-wrap: wrap;} 
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul > li {width: calc(100%/6);}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li > a {font-size: 1.0rem;display: inline-block; position: relative;text-transform: none;padding: 0em 28px 10px 0;font-family: var(--secondaryFont);font-weight: 500;font-style: var(--secondaryItalic);}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover > a {color: #000;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover svg path {fill: var(--primarySvgFill);}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li ul li a {font-size: 1.1rem;padding-left: 1em;}
  html body .cs-categoriesBox {margin-bottom: 2em !important;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer a {padding: 1em 1em;}
  .cs-categoriesBox {background: #ffffff !important;}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li.activeRub > a > span {color: var(--primaryFontColor);}
  /* Graue Leiste unter den Rubriken auf der Startseite */
  .cs-start .cs-categoriesBox {
    background: #ffffff;
    margin-bottom: 0em !important;
    border-bottom: 6px solid #475a59;
  }
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li > a span {
  position: relative;
  display: inline-block;
  }
  /* Gelber Balken auf Hover oder aktivem Menüpunkt */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li > a span::after {
  content: "";
  position: absolute;
  bottom: -15.8px; /* ⬅️ Hier den Abstand anpassen */
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFD511;
  display: none;
  }

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover > a span::after,
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li.activeRub > a span::after {
  display: block;
  }
  .cs-categoriesMegaMenu .cs-megaMenu > ul {display: flex;justify-content: center;} /* Kategorien zentrieren */



  /* KOMPAKTER HEADER (nach Kundenwunsch) */
  header .cs-headerContent {margin: 0 auto;padding: 0px 0;margin-bottom: 0px;}
  .cs-lang {padding-top: 9px;margin-right: 0.4em;margin-left: 0.5em;} 



  /* SLIDER ANFANG */
  /* .theme-default .nivo-controlNav a.active {background: #FFD511 !important;}
  .theme-default .nivo-controlNav a {background: #000000 !important;} */

  /* Sliderpfeile aendern */
  .theme-default .nivo-directionNav a {width: 48px; height: 48px; display: block; background-color: transparent !important; text-indent: -9999px; /* Text verstecken */ overflow: hidden; opacity: 1;  }
  /* Linker Pfeil */
  .theme-default .nivo-prevNav { background: transparent url('/cosmoshop/1764931322/pix/user_img/chevron-left.svg') center center no-repeat !important;background-size: 18px;}
  /* Rechter Pfeil */
  .theme-default .nivo-nextNav { background: transparent url('/cosmoshop/1764931322/pix/user_img/chevron-right.svg') center center no-repeat !important;background-size: 18px;}

  /* Balken statt Punkte unter dem Slider */
  .theme-default .nivo-controlNav a {display: inline-block;width: 40px !important;height: 6px !important;margin: 0 4px !important;background: #E6E6E6 !important;border-radius: 0 !important;position: relative !important;overflow: hidden !important;}
  .theme-default .nivo-controlNav a::after {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 0;background: #DB011C;}  /* innerer Füllbalken */
  .theme-default .nivo-controlNav a.active {background: #E6E6E6 !important;} /* aktiver Balken – behält Hintergrund */
  .theme-default .nivo-controlNav a.active::after {animation: progressFill 5s linear forwards;} /* roter Fortschrittsbalken im aktiven Element */
  @keyframes progressFill {0%   { width: 0; background: #FFD511; } 100% { width: 100%; background: #FFD511; }} /* Keyframes für "Füllung läuft" Effekt */

  html body .theme-default .nivo-caption .cs-captionWrapper {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;   /* neu – Inhalt linksbündig ausrichten */
  text-align: left;          /* neu – Text links ausrichten */
  height: auto;
  color: #404040;
  padding: 2em;
  max-width: 33%;
  background: rgb(255 255 255 / 50%);
  top: 30%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  html body .theme-default .nivo-caption {opacity: 1;}
  .cs-body .slider-wrapper .nivoSlider .nivo-caption {max-width: var(--shopWidth);left: 0;}
  .theme-default .nivo-caption {font-family: var(--primaryFont), sans-serif !important;}
  /*.cs-sliderButton {background: #404040;color: #fff ;display: inline-block;width: 200px;text-align: center;padding: 10px;margin: 0 auto;margin-top: 2em; border-radius: 0px;  transition: background-color 0.3s ease;}
  .cs-sliderButton:hover {background-color: #404040;} */
  .cs-sliderButton { background: #FFD511; /* Standardfarbe Gelb */ color: #000; /* Schwarzer Text */ display: inline-block; width: 200px; text-align: center !important; padding: 10px; margin: 2em 0 0 0; margin-top: 2em; border-radius: 0; font-weight: 600; /* etwas kräftigerer Text */ transition: background-color 0.3s ease, color 0.3s ease; }
  .cs-sliderButton:hover { background-color: #D2AA00; /* dunkleres Gelb beim Hover */ color: #000; /* bleibt schwarz */ }
  html body.cs-body .slider-wrapper .nivoSlider .cs-sliderButton a {text-decoration: none !important;color: #000000;border: 0; font-weight: 600}
  .nivo-caption p, .cs-captionWrapper > div {text-align: left !important;} /* Text linksbündig */
  .cs-sliderHeader {font-family: var(--secondaryFont);font-size: 25px;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-sliderContent {max-width: 100%;margin-top: 2em;font-size: 18px;}
  body .cs-startSlider {margin-bottom: 1em;}
   .cs-captionWrapper .cs-sliderButton,.cs-captionWrapper .cs-sliderButton * {text-align: center !important;} /* Code damit der Text im Button zentriert bleibt ! */
  /* SLIDER ENDE */


  /* merkliste */
  html body.cs-body .cs-withArticles {color: #000;}
  html body.cs-body .cs-withArticles img {width: 34px;top: 7px;}
  html body.cs-body span.cs-articleCount {position: relative;top: 10px; color:#000000;}
  html body.cs-body .cs-merklisteTop img,
  html body.cs-body .cs-merklisteTop svg {display: none;}
  html body.cs-body .cs-merklisteTop.cs-withArticles img {display: inline-block;}
  html body.cs-body .cs-merklisteTop.cs-withoutArticles svg {display: inline-block;}



  
  /* button colors */
  body.cs-body.cs-loginpagebody .cs-wrapper .cs-lang {top: 0;position: relative;float: right;}
  html body.cs-body .cs-overlayButton.cs-overlayMenuButton,
  html body.cs-body .cs-topPages .cs-informationsHeader, 
  html body.cs-body .cs-mobileCategorys .cs-mobileCategorysHeader, 
  html body.cs-body .cs-compareHeader,
  html body.cs-body #bestandsbenachrichtigung .requestBtn,
  html body.cs-body .cs-button1,
  html body.cs-body .cs-button1:hover,
  html body.cs-body footer .cs-footerNewsletterBox.input .cs-newsletterSubmit,
  html body.cs-body .wkAddLayer .cs-checkoutBtn {background: var(--primaryBackground); color: #000000; transition: background-color 0.3s ease, color 0.3s ease; font-weight: 500;}
  html body.cs-body .cs-button1:hover {background: #D2AA00;}
  html body.cs-body .cs-checkoutBtn:hover {background: #D2AA00;}
  html body.cs-body .wkAddLayer {color: #000000;}
  .wkAddLayer .cs-checkoutBtn a {color: var(--primaryColor);display: inline-block;color: #000000;padding: 0.6em 1em;font-weight:500;font: status-bar;}
  .cs-topPages > ul > li {display: inline-block;margin-right: 8px; padding: 0px 0px; cursor: pointer; }
  html body.cs-body .ui-dialog .ui-dialog-titlebar,
  html body.cs-body .ui-dialog .ui-dialog-titlebar-close,
  html body.cs-body .cs-filterButton {background: var(--primaryBackground) !important;}
  html body.cs-body .ui-dialog {font-size: 1rem;}



  /* preview */
  article.cs-articlePreview h3 .cs-artPreviewName {font-family: var(--secondaryFont);font-size: 20px;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  article.cs-articlePreview .cs-previewBottomBox {display: flex;justify-content: space-between;}
  article.cs-articlePreview .cs-previewBottomBox .cs-badgesBox.cs-right {right: auto;top: auto;z-index: 2;left: auto;position: relative;display: flex;}
  article.cs-articlePreview .artnamBox {margin-top: 20px;}
  article.cs-articlePreview .cs-shortDesc {margin: -10px 0 10px 0;color: #212529;font-weight: 400;overflow: hidden;position: relative;}
  article.cs-articlePreview .cs-auszeichnungenItem {margin-right: 10px;}
  article.cs-articlePreview .priceBox .priceRow .price {font-family: var(--secondaryFont);font-size: 20px;font-weight: var(--secondaryFontWeight);color: var(--primaryFontColor);font-style: var(--secondaryItalic);}
  article.cs-articlePreview .priceBox .priceRow .price span {color: var(--primaryFontColor);font-size: 20px;}
  article.cs-articlePreview .cs-previewBox {font-weight: 300;color: #212529;}
  article.cs-articlePreview .cs-previewBox a {color: #000000;text-decoration: underline;}
  article.cs-articlePreview .cs-seperator {margin: 0 7px;}
  article.cs-articlePreview .cs-hoverlay .cs-actionButton {border-radius: 0;}
  article.cs-articlePreview .priceBox .priceRow {float: right;}
  article.cs-articlePreview .priceBox .cs-priceFormat {text-align: right;}
  article.cs-articlePreview .priceBox .basePrice {color: #777;}
  article.cs-articlePreview .priceBox .priceRow .price span {font-size: 25px;font-weight: 800;}
  article.cs-articlePreview .rentals-hint-rentable {display: none;}
  article.cs-articlePreview .cs-priceFormat .priceRow .price span.priceFrom {font-size: 20px;}
  article.cs-articlePreview .cs-lagerBox {font-size: 12px;}
  article.cs-articlePreview .cs-lagerBox .cs-stock1 {color: #16b339;}
  article.cs-articlePreview .cs-lagerBox .cs-stock2 {color: #f58820;}
  article.cs-articlePreview .cs-lagerBox .cs-stock3 {color: #E05048;}
  .cs-artnum {font-size:14px;}
  .cs-productListing article {border: 1px solid #cfcfcf;padding: 20px;background: #fff;} /* Kacheln um die Artikel */
  /* "Das koennte Ihnen auch gefallen" Artikelkacheln */
  .slick-slider .slick-slide {height: auto;}
  .slick-slider .slick-slide > div {height: 100%;}
  .slick-slider article.cs-articlePreview {border: 1px solid #cfcfcf;padding: 10px;padding-top: 0px;padding-bottom: 0px;background: #ffffff;box-sizing: border-box;height: 100%;display: flex;flex-direction: column;}
  .slick-slider .slick-track {display: flex !important;}
  .slick-slider .slick-slide {height: inherit !important;}
  /* Anzahl der Seiten in einer Rubrik */
  .cs-listPager .cs-articlePager {font-size: 16px;margin: 0em 0;}




  /* Anzeige zum Warenkorb */
  html body.cs-body .ui-dialog .ui-dialog-titlebar {background: #878787 !important;}  
  html body.cs-body .ui-dialog .ui-dialog-titlebar-close {background: #878787 !important;  }

  /* detail */
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox {padding-top: 1em;max-width: 52%;background: #ffffff;} /* Artikeldetailansicht Hintergrund */
  body .cs-articleDetail .cs-greyBox {background: #ffffff;position: absolute;height: 100%;width: 100vw;left: calc((-100vw + 1419px) / 2);top: 0;right: 0;z-index: -1;display: table;} /* Artikeldetailansicht Hintergrund */
  .cs-articleDetail .cs-articleDetailMiddleBox {position: relative;background: #ffffff;} /* Artikeldetailansicht Hintergrund */
  html body.cs-body .ui-dialog {max-height: 100vh;overflow: hidden;font-family: var(--primaryFont) !important;} /* Artikeldetailansicht Hintergrund */
  .fastorder-item > * {display: table-cell;font-size: 10pt; vertical-align: middle; } /* Schnellbestellansicht */
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox h1,
  .cs-liveshopping .cs-liveshoppingDescription h1{position:relative;display:inline-block;padding-left:18px;color:var(--primaryFontColor);height:auto;font-size:40px;font-weight:800;}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox h1::before,
  .cs-liveshopping .cs-liveshoppingDescription h1::before{content:"";position:absolute;left:0;top:3px;bottom:10px;width:6px;background:#ffd511;}


  /* teambox */
  .cs-teamBox {background: var(--primaryBackground);padding: 2em;padding-bottom: 1em;margin-bottom: 4em;}
  .cs-teamBox .cs-teamBoxHeader {font-family: var(--secondaryFont);color: #000;font-size: 33px;margin-bottom: 0;padding-left: 1em;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-teamBox .cs-teamRow {display: flex;flex-wrap: wrap;}
  .cs-teamBox .cs-teamRow .cs-teamItem {width: calc(100%/5 - 4em);margin: 2em;}
  .cs-teamBox .cs-teamRow .cs-teamItem img {}
  .cs-teamBox .cs-teamRow .cs-teamItem .cs-teamName {font-family: var(--secondaryFont);color: #000;font-size: 20px;text-align: center;margin-top: 10px;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  

  /* Newsletter Iconfarbe ändern */
  html body.cs-body footer .cs-footerNewsletterBox.input .cs-newsletterSubmit {
    background: #535E5D;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
  }

  /* main */
  .cs-logo {max-width: var(--logoWidth);}
  .cs-container,
  .cs-box {max-width: var(--shopWidth);}
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
  footer .cs-footerBox .cs-footerBoxHeader,
  footer .cs-footerNewsletterBox.heading,
  .ui-dialog .ui-dialog-title {font-family: var(--secondaryFont);text-transform: none;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-subtitle {display: none;}
  .cs-infoBox {background: #f6f6f6;}
  .cs-bannerRow {margin-top: 2em;}
  article.cs-articlePreview .cs-hoverlay {display: none !important;}
  .ui-button .ui-icon {filter: brightness(0) invert(1);}
  h2.cs-betHeading {margin: 2em 0 2em 0;}
  h2.cs-betHeading:before {height: 0px;}
  h3.cs-siteHeading:before {height: 0;}
  .cs-startseitenArtikel {background: #f2f2f2;padding: 3em 0 3em 0;margin-top: 3em;}
  h2.cs-betHeading span {background-color: rgba(0,0,0,0);}
  .cs-categoryView h1.categoryHeader {text-align: center;}
  .cs-categoryView h2.categoryHeader {text-align: center;padding-bottom: 15px;}



  /* ============================================
     MEGA MENU – Strukturierte Spalten & elegantes Layout
     ============================================ */

  /* Haupt-Container des Mega-Menüs */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 1em 2.5em;
  margin: 6px;
  color: #111;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s ease;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  }

  /* Mega-Menü sichtbar beim Hover über Hauptkategorie (Top-Navi) */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover .cs-megaMenuContainer {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  }

  /* Spalten-Layout */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2em;
  }

  /* Spalten-Listen */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

  /* Hauptkategorie-Titel im Dropdown-Menü */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul > li > a {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: #000 !important;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  }

  /* Hauptkategorie-Titel HOVER */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul > li > a:hover {
  color: var(--primaryBackground) !important;
  transform: scale(1.08) translateY(-2px);
  text-shadow: 0 0 6px rgba(0,0,0,0.1);
  }

  /* Unterstreichung für alle Links im Mega-Menü deaktivieren */
  .cs-categoriesMegaMenu .cs-megaMenu a,
  .cs-categoriesMegaMenu .cs-megaMenu a:hover,
  .cs-categoriesMegaMenu .cs-megaMenu a:focus,
  .cs-categoriesMegaMenu .cs-megaMenu a:active {
  text-decoration: none !important;
  }

  /* ============================================
     Pfeile für Kategorien mit Unterpunkten
     ============================================ */

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a {
  position: relative;
  padding-right: 18px;
  }

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a {
  position: relative;
  display: inline-flex;       /* Text + Pfeil nebeneinander */
  align-items: center;
  gap: 0.4em;                /* Abstand zwischen Text und Pfeil */
  padding-right: 0;           /* keinen extra Platz mehr rechts */
  }

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a::after {
  content: "▾";
  margin-left: 0.4em;
  position: static;           /* nicht mehr absolut */
  transform: none;
  font-size: 0.8em;
  color: #999;
  transition: transform 0.25s ease, color 0.25s ease;
  }  


  /* ============================================
     Unterkategorien – öffnen/schließen über .is-open
     ============================================ */

  /* Grundzustand: Unterkategorien versteckt, langsame Transition fürs Schließen */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition:
    max-height 0.4s ease-in,
    opacity    0.4s ease-in,
    transform  0.4s ease-in;
  margin-top: 0.3em;
  padding-left: 0.8em;
  }

  /* Sichtbar, wenn LI die Klasse .is-open hat → schnelles AUFKLAPPEN */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li.is-open > ul {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    max-height 0.2s ease-out,
    opacity    0.2s ease-out,
    transform  0.2s ease-out;
  }

  /* Unterkategorien-Links */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li {
  margin: 0.3em 0;
  }

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li > a {
  display: block;
  padding: 4px 0;
  font-size: 0.95rem;
  color: #555 !important;
  transition: color 0.2s ease;
  }

  /* Hover-Effekt für Unterlinks */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li > a:hover {
  color: var(--primaryBackground) !important;
  }  

  /* MEGA MENU ENDE */


  /* footer */
  .cs-footerRow.cs-hinweis {text-align: center;margin-top: 2em;}
  footer .cs-footerPayments ul {justify-content: center;}
  footer .cs-footerRow.top {
    background: #ffffff;
    color: #000000;
  }
  .cs-footerBoxContent a {color: #000000;}
  footer .cs-footerTop {
    position: relative;
    padding: 20px 15px 10px 15px;
    margin-top: 25px;
  }

  footer .cs-footerRow.top {
    position: relative;
    z-index: 1;
  }

  /* obere Linie */
  footer .cs-footerRow.top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #575757;
    z-index: 2;
  }

  /* untere Linie */
  footer .cs-footerRow.top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #575757;
    z-index: 2;
  }
  /* Footerhinweis */
  .cs-footerRow.cs-hinweis {
    text-align: center;
    padding-top: 15px;
    margin-top: 0em;
    background-color: #575757;
  }
  footer .cs-copyrightBox {
    text-align: center;
    padding: 17px 5px;
    width: 100%;
    background-color: #575757;
    margin: 0px;
    color: #ffffff;
  }
  .cs-footerRow.cs-hinweis a {
    color: #ffffff;
  }
  footer .cs-copyrightBox a {
    color: #ffffff;
  }

  /* Code fuer Groessentabelle Zusatzseite */
  .hm-sizeguide{max-width:1100px;margin:0 auto;padding:24px 16px;font-family:inherit}
  .hm-sizeguide h1{margin:0 0 10px;text-align:center}
  .hm-sizeguide .hm-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 18px}
  .hm-sizeguide .hm-nav a{display:inline-block;padding:10px 14px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#111;text-decoration:none}
  .hm-sizeguide .hm-nav a:hover{border-color:#111}
  .hm-sizeguide .hm-note{background:#f7f7f7;border:1px solid #e5e5e5;border-radius:8px;padding:12px 14px;margin:0 0 22px}
  .hm-sizeguide .hm-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;margin:0 0 18px}
  @media(max-width:820px){.hm-sizeguide .hm-grid{grid-template-columns:1fr}}
  .hm-sizeguide .hm-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e5e5e5;border-radius:8px;background:#fff}
  .hm-sizeguide table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px}
  .hm-sizeguide th,.hm-sizeguide td{padding:10px 12px;border-bottom:1px solid #eee;text-align:center;vertical-align:middle}
  .hm-sizeguide th{background:#f2f2f2;font-weight:700}
  .hm-sizeguide td:first-child,.hm-sizeguide th:first-child{text-align:left;font-weight:700;white-space:nowrap}
  html { scroll-behavior: smooth; }.hm-sizeguide h2 { scroll-margin-top: 120px; } /* Wert an Headerhöhe anpassen */
  /* Keine Rundungen innerhalb der Größentabelle */ .hm-sizeguide *, .hm-sizeguide table, .hm-sizeguide th, .hm-sizeguide td, .hm-sizeguide a, .hm-sizeguide img, .hm-sizeguide .hm-note, .hm-sizeguide .hm-tablewrap { border-radius: 0 !important; }
  /* Code fuer Groessentabelle Zusatzseite Ende */



  /* -------- NEUE TABANSICHT ANFANG --------- */
  /* Neue Tabansicht – Linien oben & unten NEW DESIGN */
  #tabs .tabContainer{border-top:1px solid #FFD511;border-bottom:1px solid #FFD511;box-shadow:none;background:#fff;} #tabs .tabContainer.cs-flex{flex-wrap:nowrap !important;align-items:stretch;}
  #tabs .tabs{padding:18px 28px;cursor:pointer;background:transparent;position:relative;border-radius:0 !important;} #tabs .tabs span{font-size:16px;color:#000;}
  #tabs .tabs.activeTab{background:transparent !important;color:#000 !important;font-weight:500;} #tabs .tabs.activeTab::after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:6px;background:#FFD511;}
  #tabs .tabs.activeTab span{color:#000 !important;border-bottom:0 !important;font-weight:400;background:none;} 

    /* Vollbreite Linien oben/unten über den ganzen Viewport  NEW DESIGN  */
  #tabs .tabContainer{position:relative;border:0;box-shadow:none;background:#fff;}
  #tabs .tabContainer::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    height:1px;             
    background:#FFD511;
    pointer-events:none;
  }
  #tabs .tabContainer::after{bottom:0;}

  /* Vollbreite Linien oben/unten über den ganzen Viewport NEW DESIGN */
  #tabs .tabContainer{position:relative;border:0;box-shadow:none;background:#fff;}
  #tabs .tabContainer::after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100vw;height:2px;pointer-events:none;}
  #tabs .tabContainer::after{bottom:0;background:#878787;}  

  /* Responsive Tab DESIGN */
  @media (max-width:768px){#tabs .tabContainer.cs-flex{flex-wrap:wrap !important;} #tabs .tabs{flex:1 1 50%;padding:12px 14px;text-align:center;} #tabs .tabs span{font-size:16px;line-height:1.2;display:block;} #tabs .tabs.activeTab::after{left:14px;right:14px;height:4px;}} 
  @media (max-width:420px){#tabs .tabs{flex:1 1 100%;padding:12px 12px;} #tabs .tabs span{font-size:15px;} #tabs .tabs.activeTab::after{left:12px;right:12px;}}   
  /* -------- NEUE TABANSICHT ENDE --------- */
  
  /*_________________________________________________ ANFANG CODE FÜR BLOGBEITRAG ___________________________________________________*/

  /* Container für alle FAQ-Inhalte */

  .faq-container {
    max-width: 900px;
    margin: auto;
    background-color: transparent;
  }
 
  /* FAQ-Item-Wrap */

  .faq-item {
    border-top: 1px solid #ddd;
    overflow: hidden;
  }
 
  /* Frage-Button-Stil */

  .faq-question {
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 26px;
    color: rgb(10, 187, 239);

  }
 
  /* Antwort-Block (geschlossen) */

  .faq-answer {
    max-height: 0;
    opacity: 0;
    padding: 0 16px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    transition: max-height 0.3s ease-in, opacity 0.2s ease-out;
  }
 
  /* Antwort-Block (sichtbar bei .active) */

  .faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 16px;

  }
 
  /*_________________________________________________ ENDE CODE FÜR BLOGBEITRAG ___________________________________________________*/


  /* Artikelansicht Warenkorbanzeige auf gleiche höhe gesetzt */
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);padding-bottom: 8px;}


  /* Artikel download Button in der Artikelansicht */
  .cs-newPriceRow svg path { fill: #404040;}


  /* "NEWSLETTER ABONNIEREN" auf gleicher höhe im Footer */
  footer .cs-footerNewsletterBox.heading{
    font-family: var(--secondaryFont);
    text-transform: none;
    font-weight: var(--secondaryFontWeight);
    font-style: var(--secondaryItalic);
    margin-bottom: 13px;
  }



  /* Nachweis dropdown menü + buttons bei den Nachweispflichtigen Positionen in unser Style verändert */
  .nachweis-eingabe-head-frontend {
    cursor: pointer;
    border: 1px solid #afafaf;
    display: inline-block;
    padding: 0.1em 0.6em;
    border-radius: 0px;
    background: #f7f7f7;
    margin-top: 1em;
  }
  .ui-button .ui-icon {
    background-image: none !important;
   }
  .nachweisOverviewFilterForm .cs-nachweisFilterRow button {
    display: block;
    margin: 1em 0 !important;
    padding: 0.3em 0.6em !important; /* Abstand */
    background-color: #f7f7f7 !important; /* Hintergrundfarbe */
    border: 1px solid #afafaf !important; /* Rand */
    font-size: 17px !important; /* Schriftgröße */
    text-align: left; /* Text links ausrichten */
    color: #000 !important; /* Textfarbe */
    font-family: Cambria, serif !important; 
    position: relative !important;
  }
  .nachweisOverviewFilterForm .cs-nachweisFilterRow button::before {
    content: "\e8cc"; /* Ersetze dies durch den Unicode deines Icons */
    font-family: cs; /* Stelle sicher, dass die Font-Family "cs" korrekt eingebunden ist */
    font-size: 1.2em;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;

    font-style: normal;
    font-weight: 400;
    speak: none;

    text-decoration: inherit;
    width: auto;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
  }



  /* Checkout boxen werden bei Auswahl in Firmenfarben angezeigt */
  .checkoutStep4 .cs-paymentBox,.checkoutStep4 .cs-shippingBox {
    border: 1px solid #000;
    border-radius: 0.2em;
    margin-right: 1em;
    position: relative;
    margin-bottom: 0.5em;
  }

  .checkoutStep4 .cs-paymentBox.active:after, 
  .checkoutStep4 .cs-shippingBox.active:after {
    content: "";
    display: none; /* Versteckt den Punkt */
  }

  .checkoutStep4 .cs-paymentBox.active, 
  .checkoutStep4 .cs-shippingBox.active {
    border: 3px solid var(--primaryBackground) !important; /* Dynamische Umrandungsfarbe */
     /* Falls du abgerundete Ecken möchtest */
  }

  /* Schließen-Button bei "Ähnliche Artikel"*/
  html body.cs-body .ui-dialog .ui-dialog-titlebar-close {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html body.cs-body .ui-dialog .ui-dialog-titlebar-close::before {
    content: "×"; /* schönes X */
    font-size: 28px;
    color: #ffffff;
    text-indent: 0; /* ::before bleibt sichtbar */
  }