:root {
    --bodyFontSize: 1rem;
    --bodyFontColor: #000000;
    --primaryFontColor: #00B2EB;
    --primaryBackground: #00B2EB;
    --primarySvgFill: #00B2EB;
    --menuBackground: rgba(5, 186, 238, 0.9);
    --primaryFont: 'Cambria';
    --secondaryFont: 'ExoAlternative';
    --secondaryFont: 'Exo 2'; /*Exo 2*/
    --logoWidth: 275px;
    --shopWidth: 91em;
    --secondaryFontWeight: 800;
    --secondaryItalic: italic;
  }
  /* articlepreview properties */
  article.cs-articlePreview .cs-numbers {display: flex;justify-content: space-between;color: #777;font-size: 13px;}

  /* 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: #00b2eb;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: uppercase;}
  .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;
    }
  }

  /* brands */
  .cs-brands {display: flex;flex-wrap: wrap;gap: 10px;justify-content: flex-start;align-content: space-between;}
  .cs-brands .cs-brandItem {width: calc(100%/6 - 10px);display: flex;justify-content: center;align-items: center;border: 1px solid #dadadd;cursor: pointer;padding: 0 10px;}
  .cs-brands .cs-brandItem img {display: block;}
  .cs-brandText {background: var(--primaryBackground);color: #fff;font-size: 24px;font-weight: 600;font-style: italic;padding: 1em 1em;margin-bottom: 2em;}
  .cs-articleDetailBoxing {display: flex;justify-content: space-between;}
  .cs-articleDetailBoxing .cs-articleBrand img {cursor: pointer;max-height: 64px;display: block;width: 100%;}
  .cs-articleDetailBoxing .cs-articleDetailInfos {width: 85%;}
  .cs-articleDetailBoxing .cs-articleBrand {width: 15%;display: flex;justify-content: right;}
  .cs-categoryHeader .categoryPicture img {max-height: 136px;max-width: 272px;}
  .cs-brands .cs-brandItem img {display: block;max-height: 136px;max-width: 100%;height: 100%;width: 100%;}

  /* tables */
  table.cs-table2Columns {width: 100% !important;max-width: 100% !important;}
  table.cs-table2Columns td {width: 50% !important;padding: 0;}
  table.cs-table2Columns td img {display: block;width: 100%;}
  table.cs-table2Columns .cs-blueBox {background-color: #00b2eb;text-align: center;color: #fff;}
  table.cs-table2Columns .cs-blueBox h3 {color: #fff;font-size: 30px;}
  table.cs-table2Columns .cs-blueBox {position: relative;}
  table.cs-table2Columns .cs-blueBox img {visibility: hidden;}
  table.cs-table2Columns .cs-blueBox .cs-blueBoxText {position: absolute;top: 0;height: 100%;width: 100%;justify-content: center;align-items: center;display: flex;flex-direction: column;}
  table.cs-table2Columns .cs-blueBox {padding: 0 !important;}

  /* article_award_overview */
  .cs-filteredTop {display: flex;align-items: center;gap: 8px;margin: 1em 0 2em 0;}
  .cs-filteredTop .cs-filteredPicture {max-width: 82px;}
  .cs-filteredTop .cs-filteredPicture img {position: relative;top: 5px;}
  .cs-filteredTop .cs-filteredName h4 {margin:  0;}
  .cs-filteredTop .cs-filteredName p {display: block;flex-shrink: 0;margin: 0;}

  /* tmp hide*/
  .cs-detailIcons .cs-downloadIcon,
  .cs-detailIcons .cs-sizeIcon {display: none;}
  /* tmp hide*/

  body {font-family: var(--primaryFont);font-weight: normal; font-style: normal;font-size: var(--bodyFontSize);color: var(--bodyFontColor);}
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);}

  /* bundles */
  #bundleComponents h2 {margin: 1em 15px 0 0;}
  #bundleComponents .cs-bundles {display: flex;flex-wrap: wrap;margin: 0 -1em;}

  /* auflagenermittlung */
  .cs-auflagenermittlung {margin-bottom: 2em;}
  .cs-auflagenermittlung h4 {font-size: 21px;}

  /* leadprint */
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox .cs-newExecutionBox {display: none;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox #mengenEingabeContainer {width: 100%;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox #mengenEingabeContainer .cs-bestellButtons {display: flex;gap: 10px;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox .cs-articleAmountBox input {margin: 0;height: 92%;}

  /* 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 {text-transform: uppercase;padding: 1em 28px 1em 0;font-family: var(--secondaryFont);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover > a {color: var(--primaryFontColor);}
  .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);}  

  /* header */
  header .cs-topBar {background: #ffffff;}
  .cs-topPages > ul > li a {font-size: 1rem;color: #777;font-weight: 300;}
  .cs-lang {padding-top: 13px;margin-right: 0.4em;margin-left: 0.5em;}
  .cs-miniwk a {color: var(--primaryFontColor);}
  .cs-miniwk svg path {fill: var(--primarySvgFill);}
  .cs-topPages .cs-svgIcon {width: 10px;}
  body .cs-startSlider {width: 100%;}
  html body.cs-body .slider-wrapper .nivoSlider .nivo-caption {display: flex;align-items: center;justify-content: right;}
  html body .theme-default .nivo-caption .cs-captionWrapper {top: auto !important;}


  /* footer */
  .cs-footerRow.cs-hinweis {text-align: center;margin-top: 2em;}
  footer .cs-footerPayments ul {justify-content: center;}
  
  /* searchbar */
  .cs-miniButtons .cs-searchBar {display: none;}
  .cs-topsearch {position: relative;width: 53%;margin: 0 2em;}
  .cs-topsearch input {border: 0;max-width: 100%;border-radius: 0;padding-left: 19px;width: 500px;border: 1px solid #dadadd;width: 100%;}
  .cs-topsearch #liveSearchResult {position: absolute !important;z-index: 999;width: 100%;padding: 16px;border-radius: 22px;}
  .cs-topsearch #liveSearchResult ul.cs-livesearch li {background: #000;border-bottom: 0.1em solid #fff;padding: 3px 10px;border-radius: 13px;}
  .cs-topsearch svg {width: 2em;height: 2em;position: absolute;z-index: 2;right: 10px;top: 8px;cursor: pointer;}
  .cs-topsearch svg:hover path {fill: var(--primarySvgFill);}
  .cs-miniButtons li img {top: 7px;}

  /* liveshopping */
  .cs-liveshoppingListing .cs-liveshoppingArticle {gap: 2em;}
  #cs-liveshoppingDetail .cs-liveshoppingDetailBox #countdown_dashboard .counter {width: calc(100%/4 - 0.5em);}

  /* 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: uppercase;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;font-weight: 800;}
  h2.cs-betHeading:before {height: 0px;}
  h3.cs-siteHeading:before {height: 0;}
  h3.cs-siteHeading {font-weight: 800;}
  .cs-startseitenArtikel {background: #f2f2f2;padding: 3em 0 3em 0;margin-top: 3em;}
  h2.cs-betHeading span {background-color: rgba(0,0,0,0);}

  /* detail */
  .cs-articleDetail .cs-auszeichnungenItem {width: auto;}
  .cs-articlePictureBox .cs-addPicBox .cs-galleryImageBox {width: calc(100%/4 - 0.3em);max-height: none;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleRightBox {max-width: 45%;width: 100%;margin-left: 3%;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleLeftBox {max-width: 37%;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleRightBox h1 {font-family: var(--secondaryFont);font-size: 2.2rem;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox .cs-inner {max-width: 87%;}
  .cs-articleDetail .cs-galleryContainer .cs-gallerySidebar .cs-galleryNavi {display: flex;}
  .cs-hr {width: 100%;background: var(--primaryBackground);height: 1px;margin: 24px 0;}
  #mengenEingabeContainer .cs-articleAmountBox svg {display: none;}
  #mengenEingabeContainer .cs-articleAmountBox input {width: 50px;}
  #mengenEingabeContainer .cs-articleAmountBox #wkmenge {text-align: center;margin-right: 5px;border-color: #00b2eb;}
  .cs-merklisteDetail input {display: none;}
  .cs-merklisteDetail svg {width: 2em;height: 2em;cursor: pointer;}
  .cs-merklisteDetail svg path {fill: var(--primarySvgFill);}
  .cs-newPriceRow {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 10px;}
  .cs-newPriceRow svg {width: 2em;height: 2em;}
  .articlePriceBoxPrice {width: 45%;}
  .articlePriceBoxPrice .cs-priceFormat .price {font-family: var(--secondaryFont);font-size: 2.2rem;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-bestellButtons .cs-button1 {padding: 15px 1em;}
  .cs-newDetailbox {background: #e8e8e8;border-top: 2px solid var(--primaryFontColor);padding-bottom: 0;}
  .cs-newDetailbox .cs-articleDetailMiddleBox {max-width: var(--shopWidth);margin: 0 auto;justify-content: flex-start;}
  .cs-newDesc {padding-bottom: 0;}
  .cs-newDesc h4 {font-size: 21px;margin: 0;}
  .cs-newDesc p {margin: 0;}
  .cs-newBestand {display: flex;gap: 0;}
  .cs-newLiefer {display: flex;gap: 10px;font-weight: bold;}
  .cs-articleDetailTopBox {display: none;}
  .cs-inStock {color: #111;border-radius: 0;margin-bottom: 0;background: none;display: inline-block;font-size: initial;padding: 0;}
  .cs-newDetailbox .cs-articleAwards {margin-bottom: 1em;}
  .cs-newDetailbox .cs-graduation {margin: 1em 0 0 0;}
  .cs-newDetailbox .cs-graduation .cs-articleBlockBasePrice {font-size: inherit;margin-left: 0.3em;position: relative;top: 1px;}
  .cs-newDetailbox .cs-graduation .cs-price {font-weight: 600;}
  .blockPriceCalc {display: none;}
  #tabs .tabs span {font-size: 20px;}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox {padding-top: 1em;max-width: 52%;background: #f2f2f2;}
  .cs-articleRightBox .cs-blockPriceVpeLeft {margin-right: 4px;}
  .cs-articleDetail .cs-duration {margin: 0;margin-right: 15px;}
  body .cs-articleDetail .cs-greyBox {background: #f2f2f2;position: absolute;height: 100%;width: 100vw;left: calc((-100vw + 1419px) / 2);top: 0;right: 0;z-index: -1;display: table;}
  .cs-articleDetail .cs-articleDetailMiddleBox {position: relative;background: #f2f2f2;}
  .cs-articleDetail .cs-articlePictureBox #cs-mainpicBox {width: 100%;}
  .cs-articleDetail .cs-newLiefer {display: none;}
  .cs-articleDetail .cs-newBestand.cs-onlyNumber {margin-left: 0;}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox h1 {color: var(--primaryFontColor);height: 48px;overflow: hidden;font-size: 2.3rem;}
  .cs-articleDetail .cs-detailIcons {display: flex;gap: 12px;}
  .cs-articleDetail .cs-detailIcons img {width: 30px;height: 30px;cursor: pointer;}

  .cs-articleDetail .cs-newContainer {display: flex;flex-wrap: wrap;}
  .cs-articleDetail .cs-newContainer > div {width: 50%;}
  .cs-articleDetail .cs-newContainer .cs-newContainerLeft.cs-markenLogo {text-align: right;}

  .cs-articleDetail .cs-articlePriceInfo {font-size: initial;text-decoration: none;}

  .cs-articleDetail .cs-executionBox {margin: 0;display: flex;flex-wrap: wrap;gap: 10px;margin: 0;}
  .cs-articleDetail .cs-executionBox .cs-execution {width: calc(50% - 5px);margin: 0;}
  .cs-articleDetail .cs-executionBox .cs-execution select {width: 100%;}

  .cs-newdetailTopBox {display: flex;flex-wrap: wrap;gap: 10px;}
  .cs-newdetailTopBox .cs-newExecutionBox {width: calc(60% - 5px);margin: 0;}
  .cs-newdetailTopBox #mengenEingabeContainer {width: calc(40% - 5px);margin: 0;gap: 10px;}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox {width: calc(30% - 5px);}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox input {width: 100%;}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-bestellButtons {width: calc(70% - 5px);}
  html body .cs-articleDetail .cs-newdetailTopBox input,
  html body .cs-articleDetail .cs-newdetailTopBox select {padding: 10px;}
  html body .cs-articleDetail .cs-newdetailTopBox .cs-button1 {width: 100%;}

  .cs-articleDetail .cs-articleAwards {margin-bottom: 10px;}

  .cs-accessories, .cs-crossSelling {margin-bottom: 8em;}

  html body .blockPriceCalc {border-top: 0px solid #dadadd;}
  html body .nichtBestellbar {display: none;color: #ff4747;line-height: 36px;padding-left: 1em;}

  /* crossselling 
  .slick-initialized .slick-slide {display: none !important;}
  .slick-initialized .slick-slide:nth-of-type(1),
  .slick-initialized .slick-slide:nth-of-type(2),
  .slick-initialized .slick-slide:nth-of-type(3),
  .slick-initialized .slick-slide:nth-of-type(4) {display: block !important;}*/

  /* productIocns */
  .cs-productIcons .cs-productRow {display: flex;flex-wrap: wrap;justify-content: center;}
  .cs-productIcons .cs-productRow .cs-productItem {width: 50%;margin-bottom: 5em;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productImage img {max-width: 100px;margin: 0 auto;height: auto !important;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productImage {text-align: center;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productHeader h3 {text-align: center;margin: 10px 0;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productText {text-align: center;padding: 0 4em;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productButton a {background: var(--primaryBackground);color: #fff;font-size: 16px;padding: 10px 20px;display: inline-block;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productButton {text-align: center;margin-top: 1em;}

  /* preview */
  article.cs-articlePreview h3 .cs-artPreviewName {font-family: var(--secondaryFont);font-size: 20px;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);}
  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: #777;font-weight: 300;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 .cs-informations {margin-left: auto;}
  article.cs-articlePreview .cs-previewBox {font-weight: 300;color: #777;justify-content: space-between;}
  article.cs-articlePreview .cs-previewBox a {color: #777;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;}
  article.cs-articlePreview .rentals-hint-rentable {display: none;}
  article.cs-articlePreview .cs-priceFormat .priceRow .price span.priceFrom {font-size: 20px;}

  /* listing */
  .cs-listPager .cs-articlecount {border-bottom: 0px solid #dadadd;}
  
  /* slider */
  .theme-default .nivo-controlNav a.active {background: #DB011C !important;}
  .theme-default .nivo-controlNav a {background: #000000 !important;}
  html body .theme-default .nivo-caption .cs-captionWrapper {float: right;display: flex;height: auto;color: var(--primaryFontColor);padding: 2em;max-width: 33%;flex-direction: column;justify-content: center;background: rgb(255 255 255 / 95%);top: 30%;position: relative;}
  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: var(--primaryBackground);color: #fff;display: inline-block;width: 200px;text-align: center;padding: 10px;margin: 0 auto;margin-top: 2em;}
  html body.cs-body .slider-wrapper .nivoSlider .cs-sliderButton a {text-decoration: none !important;color: #fff;border: 0;}
  .nivo-caption p {text-align: center;}
  .cs-captionWrapper > div {text-align: center;}
  .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;}

  /* teambox */
  .cs-teamBox {background: var(--primaryBackground);padding: 2em;padding-bottom: 1em;margin-bottom: 4em;}
  .cs-teamBox .cs-teamBoxHeader {font-family: var(--secondaryFont);color: #fff;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: #fff;font-size: 20px;text-align: center;margin-top: 10px;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  
  /* articlepreview small */
  .lastViewVBox  article.cs-articlePreview {width: calc(100% /4 - 2em);}
  
  /* 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);}
  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;}

  /* unterkategorien */
  .cs-categoryPreview .cs-categoryPicture img {width: 100%;}
  .cs-categoryPreview .cs-categoryName a {font-size: 20px;}
  
  /* checkout */
  body.cs-body.cs-checkout .logo img {max-width: var(--logoWidth);margin: 1em 0;}
  body.cs-body.cs-checkout .cs-basektRightBox {margin-bottom: 1em;}

  /* wk addlayer */
  html body.cs-body .wkAddLayer article > div {min-height: unset !important;}
  html body.cs-body .wkAddLayer article.cs-articlePreview {width: calc(100% /2 - 2em);}
  html body.cs-body .wkAddLayer article.cs-articlePreview .cs-shortDesc {line-height: 21px;}
  html body.cs-body .wkAddLayer article.cs-articlePreview h3 {margin-bottom: 1em;}

  /* badges */
  .cs-badgesBox .badgeGreen,
  .cs-badgesBox .badgeYellow  {background: #00b2eb;color: #fff;font-family: var(--secondaryFont);text-transform: uppercase;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}

  /* searchsite */
  .cs-searchResults .cs-articlePreview {width: calc(100% /4 - 2em);margin: 1em;}

  /* 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;}
  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;}
  


  /* award */
  .cs-articleAwards .cs-awardItem .cs-awardTooltip {}
  .cs-articleAwards .cs-awardItem {position: relative;}
  .cs-articleAwards .cs-awardItem .cs-awardTooltip {position: absolute;background: #f2f2f2;padding: 1em;display: none;width: 350px;text-align: center;line-height: 20px;bottom: 77px;}
  .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-47%);}
  .cs-articleAwards .cs-awardItem .cs-awardTooltip h4 {margin-top: 10px;}
  .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {content: '';width: 0;height: 0;border-style: solid;border-width: 30px 25px 0 25px;border-color: #f2f2f2 transparent transparent transparent;bottom: -30px;position: fixed;left: 45%;}
  .cs-articleDetail .cs-articleAwards .cs-awardItem .cs-awardTooltip,
  .cs-startseitenArtikel .cs-articleAwards .cs-awardItem .cs-awardTooltip {background: #fff;}
  .cs-articleDetail .cs-awardItem:hover .cs-awardTooltip:before,
  .cs-startseitenArtikel .cs-awardItem:hover .cs-awardTooltip:before {border-color: #fff transparent transparent transparent;}
  article.cs-articlePreview .cs-awardItem:hover .cs-awardTooltip:before {bottom: -25px;}
  article.cs-articlePreview .cs-articleAwards .cs-awardItem .cs-awardTooltip {bottom: 88px;}

  .cs-wklayerCrosselling article.cs-articlePreview .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-2%);}
  .cs-wklayerCrosselling article.cs-articlePreview .cs-awardItem:hover .cs-awardTooltip:before {bottom: -25px;position: absolute;left: 0;}
  .cs-wklayerCrosselling article.cs-articlePreview:nth-of-type(2n) .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-30%);}
  .cs-wklayerCrosselling article.cs-articlePreview:nth-of-type(2n) .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {left: 94px;}

  html body.cs-body .ui-dialog {max-height: 100vh;overflow: hidden;font-family: 'Cambria' !important;}
  .cs-wklayerCrosselling {overflow-y: scroll;overflow-x: hidden;padding-bottom: 4em;}
  .cs-wklayerCrosselling .cs-wklayerCrossellingRow.cs-flex.cs-flexWrap {max-height: 555px;}
  .wkAddLayer .cs-addArticleRow {margin-bottom: 1em;}
  .cs-wklayerCrosselling .cs-wklayerCrossellingHeader {border-top: 0px solid #dadadd;}

  #download_hinweis {background: #ffffff;margin-top: 10px;margin-right: 0;color: #000000;padding: 0.3em 0.6em;margin-bottom: 2em;}
  .cs-previewBox .cs-liefertext {display: none;}:root {
    --bodyFontSize: 1rem;
    --bodyFontColor: #000000;
    --primaryFontColor: #00B2EB;
    --primaryBackground: #00B2EB;
    --primarySvgFill: #00B2EB;
    --menuBackground: rgba(5, 186, 238, 0.9);
    --primaryFont: 'Cambria';
    --secondaryFont: 'ExoAlternative';
    --secondaryFont: 'Exo 2'; /*Exo 2*/
    --logoWidth: 275px;
    --shopWidth: 91em;
    --secondaryFontWeight: 600;
  }
  
  /* tmp hide*/
  .cs-detailIcons .cs-downloadIcon,
  .cs-detailIcons .cs-sizeIcon {display: none;}
  /* tmp hide*/

  body {font-family: var(--primaryFont);font-weight: normal; font-style: normal;font-size: var(--bodyFontSize);color: var(--bodyFontColor);}
  
  /* blog */
  .cs-blogListing .cs-blogListingItem .cs-blogContent {position: relative;max-height: unset;}
  .cs-blogListing .cs-blogListingItem .cs-blogContent .cs-blogReadMore {position: relative;text-decoration: underline;bottom: auto;}

  /* bundles */
  #bundleComponents h2 {margin: 1em 15px 0 0;}
  #bundleComponents .cs-bundles {display: flex;flex-wrap: wrap;margin: 0 -1em;}

  /* auflagenermittlung */
  .cs-auflagenermittlung {margin-bottom: 2em;}
  .cs-auflagenermittlung h4 {font-size: 21px;}

  /* leadprint */
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox .cs-newExecutionBox {display: none;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox #mengenEingabeContainer {width: 100%;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox #mengenEingabeContainer .cs-bestellButtons {display: flex;gap: 10px;}
  .cs-articleRightBox.cs-leadrpintBlock .cs-newdetailTopBox .cs-articleAmountBox input {margin: 0;height: 92%;}

  /* 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 {text-transform: uppercase;padding: 1em 28px 1em 0;font-family: var(--secondaryFont);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover > a {color: var(--primaryFontColor);}
  .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);}  

  /* header */
  header .cs-topBar {background: #ffffff;}
  .cs-topPages > ul > li a {font-size: 1rem;color: #777;font-weight: 300;}
  .cs-lang {padding-top: 13px;margin-right: 0.4em;margin-left: 0.5em;}
  .cs-miniwk a {color: var(--primaryFontColor);}
  .cs-miniwk svg path {fill: var(--primarySvgFill);}
  .cs-topPages .cs-svgIcon {width: 10px;}
  body .cs-startSlider {width: 100%;}
  
  /* footer */
  .cs-footerRow.cs-hinweis {text-align: center;margin-top: 2em;}
  footer .cs-footerPayments ul {justify-content: center;}
  
  /* searchbar */
  .cs-miniButtons .cs-searchBar {display: none;}
  .cs-topsearch {position: relative;width: 53%;}
  .cs-topsearch input {border: 0;max-width: 100%;border-radius: 0;padding-left: 19px;width: 500px;border: 1px solid #dadadd;width: 100%;}
  .cs-topsearch #liveSearchResult {position: absolute !important;z-index: 999;width: 100%;padding: 16px;border-radius: 22px;}
  .cs-topsearch #liveSearchResult ul.cs-livesearch li {background: #000;border-bottom: 0.1em solid #fff;padding: 3px 10px;border-radius: 13px;}
  .cs-topsearch svg {width: 2em;height: 2em;position: absolute;z-index: 2;right: 10px;top: 8px;cursor: pointer;}
  .cs-topsearch svg:hover path {fill: var(--primarySvgFill);}
  .cs-miniButtons li img {top: 7px;}

  /* liveshopping */
  .cs-liveshoppingListing .cs-liveshoppingArticle {gap: 2em;}
  #cs-liveshoppingDetail .cs-liveshoppingDetailBox #countdown_dashboard .counter {width: calc(100%/4 - 0.5em);}
  #cs-liveshoppingDetail .cs-liveshoppingDetailBox .digitsBox .digit {width: 50%;font-weight: 600;font-size: 40px;}

  .cs-liveshoppingListing .cs-liveshoppingArticle {gap: 0;}
  .cs-liveshopping .cs-liveshoppingPicture {width: 20%;max-width: 100%}
  .cs-liveshopping .cs-liveshoppingDescription {width: 78%;max-width: 100%;margin-left: auto;}

  /* 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: uppercase;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;}

  /* detail */
  .cs-articleDetail .cs-auszeichnungenItem {width: auto;}
  .cs-articlePictureBox .cs-addPicBox .cs-galleryImageBox {width: calc(100%/4 - 0.3em);max-height: none;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleRightBox {max-width: 45%;width: 100%;margin-left: 3%;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleLeftBox {max-width: 37%;}
  .cs-newDetailbox .cs-articleDetailMiddleBox .cs-articleRightBox h1 {font-family: var(--secondaryFont);font-size: 2.2rem;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox .cs-inner {max-width: 87%;}
  .cs-articleDetail .cs-galleryContainer .cs-gallerySidebar .cs-galleryNavi {display: flex;}
  .cs-hr {width: 100%;background: var(--primaryBackground);height: 1px;margin: 24px 0;}
  #mengenEingabeContainer .cs-articleAmountBox svg {display: none;}
  #mengenEingabeContainer .cs-articleAmountBox input {width: 50px;}
  #mengenEingabeContainer .cs-articleAmountBox #wkmenge {text-align: center;margin-right: 5px;border-color: #00b2eb;}
  .cs-merklisteDetail input {display: none;}
  .cs-merklisteDetail svg {width: 2em;height: 2em;cursor: pointer;}
  .cs-merklisteDetail svg path {fill: var(--primarySvgFill);}
  .cs-newPriceRow {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 10px;}
  .cs-newPriceRow svg {width: 2em;height: 2em;}
  .articlePriceBoxPrice {width: 45%;}
  .articlePriceBoxPrice .cs-priceFormat .price {font-family: var(--secondaryFont);font-size: 2.2rem;color: var(--primaryFontColor);font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  .cs-bestellButtons .cs-button1 {padding: 15px 1em;}
  .cs-newDetailbox {background: #e8e8e8;border-top: 2px solid var(--primaryFontColor);padding-bottom: 0;}
  .cs-newDetailbox .cs-articleDetailMiddleBox {max-width: var(--shopWidth);margin: 0 auto;justify-content: flex-start;}
  .cs-newDesc {padding-bottom: 0;}
  .cs-newDesc h4 {font-size: 21px;margin: 0;}
  .cs-newDesc p {margin: 0;}
  .cs-newBestand {display: flex;gap: 0;}
  .cs-newLiefer {display: flex;gap: 10px;font-weight: bold;}
  .cs-articleDetailTopBox {display: none;}
  .cs-inStock {color: #111;border-radius: 0;margin-bottom: 0;background: none;display: inline-block;font-size: initial;padding: 0;}
  .cs-newDetailbox .cs-articleAwards {margin-bottom: 1em;}
  .cs-newDetailbox .cs-graduation {margin: 1em 0 0 0;}
  .cs-newDetailbox .cs-graduation .cs-articleBlockBasePrice {font-size: inherit;margin-left: 0.3em;position: relative;top: 1px;}
  .cs-newDetailbox .cs-graduation .cs-price {font-weight: 600;}
  .blockPriceCalc {display: none;}
  #tabs .tabs span {font-size: 20px;}

  #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: var(--primaryBackground);}
  #tabs .tabContainer {border-bottom: 1px solid var(--primaryBackground);}

  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox {padding-top: 1em;max-width: 52%;background: #f2f2f2;}
  .cs-articleRightBox .cs-blockPriceVpeLeft {margin-right: 4px;}
  .cs-articleDetail .cs-duration {margin: 0;margin-right: 0;}
  body .cs-articleDetail .cs-greyBox {background: #f2f2f2;position: absolute;height: 100%;width: 100vw;left: calc((-100vw + 1419px) / 2);top: 0;right: 0;z-index: -1;display: table;}
  .cs-articleDetail .cs-articleDetailMiddleBox {position: relative;background: #f2f2f2;}
  .cs-articleDetail .cs-articlePictureBox #cs-mainpicBox {width: 100%;}
  .cs-articleDetail .cs-newLiefer {display: none;}
  .cs-articleDetail .cs-newBestand.cs-onlyNumber {margin-left: 0;}
  .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleRightBox h1,
  .cs-liveshopping .cs-liveshoppingDescription h1 {color: var(--primaryFontColor);height: auto;font-size: 2.3rem;font-weight: 800;}
  .cs-articleDetail .cs-detailIcons {display: flex;gap: 12px;}
  .cs-articleDetail .cs-detailIcons img {width: 30px;height: 30px;cursor: pointer;}

  .cs-articleDetail .cs-priceFormat .cs-lineThrough {color: #E05048;font-size: 1rem;}

  .cs-articleDetail .cs-newContainer {display: flex;flex-wrap: wrap;}
  .cs-articleDetail .cs-newContainer > div {width: 50%;}
  .cs-articleDetail .cs-newContainer .cs-newContainerLeft.cs-markenLogo {text-align: right;}

  body.cs-markenseite .cs-categoryHeader .categoryPicture {text-align: center;}
  body.cs-markenseite table.cs-table2Columns td img {position: absolute;top: 0;height: 100% !important;}
  body.cs-markenseite table.cs-table2Columns td {position: relative;}

  .cs-pdfDownload {margin-top: 4em;padding: 10px;display: inline-block;background: #f7f7f7;}
  .cs-pdfDownload a {display: flex;align-items: center;gap: 10px;}

  .cs-articleDetail .cs-articlePriceInfo {font-size: initial;text-decoration: none;}

  .cs-articleDetail .cs-executionBox {margin: 0;display: flex;flex-wrap: wrap;gap: 10px;margin: 0;}
  .cs-articleDetail .cs-executionBox .cs-execution {width: calc(50% - 5px);margin: 0;}
  .cs-articleDetail .cs-executionBox .cs-execution select {width: 100%;}

  .cs-newdetailTopBox {display: flex;flex-wrap: wrap;gap: 10px;}
  .cs-newdetailTopBox .cs-newExecutionBox {width: calc(60% - 5px);margin: 0;}
  .cs-newdetailTopBox #mengenEingabeContainer {width: calc(40% - 5px);margin: 0;gap: 10px;}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox {width: calc(30% - 5px);}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox input {width: 100%;}
  .cs-newdetailTopBox #mengenEingabeContainer .cs-bestellButtons {width: calc(70% - 5px);}
  html body .cs-articleDetail .cs-newdetailTopBox input,
  html body .cs-articleDetail .cs-newdetailTopBox select {padding: 10px;}
  html body .cs-articleDetail .cs-newdetailTopBox .cs-button1 {width: 100%;}

  .cs-articleDetail .cs-articleAwards {margin-bottom: 10px;}

  .cs-accessories, .cs-crossSelling {margin-bottom: 8em;}

  html body .blockPriceCalc {border-top: 0px solid #dadadd;}
  html body .nichtBestellbar {display: none;color: #ff4747;line-height: 36px;padding-left: 1em;}

  /* crossselling 
  .slick-initialized .slick-slide {display: none !important;}
  .slick-initialized .slick-slide:nth-of-type(1),
  .slick-initialized .slick-slide:nth-of-type(2),
  .slick-initialized .slick-slide:nth-of-type(3),
  .slick-initialized .slick-slide:nth-of-type(4) {display: block !important;}*/

  /* productIocns */
  .cs-productIcons .cs-productRow {display: flex;flex-wrap: wrap;justify-content: center;}
  .cs-productIcons .cs-productRow .cs-productItem {width: 50%;margin-bottom: 5em;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productImage img {max-width: 100px;margin: 0 auto;height: auto !important;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productImage {text-align: center;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productHeader h3 {text-align: center;margin: 10px 0;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productText {text-align: center;padding: 0 4em;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productButton a {background: var(--primaryBackground);color: #fff;font-size: 16px;padding: 10px 20px;display: inline-block;}
  .cs-productIcons .cs-productRow .cs-productItem .cs-productButton {text-align: center;margin-top: 1em;}

  /* 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: #777;font-weight: 300;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: #777;}
  article.cs-articlePreview .cs-previewBox a {color: #777;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;}

  /* listing */
  .cs-listPager .cs-articlecount {border-bottom: 0px solid #dadadd;}
  
  /* slider */
  .theme-default .nivo-controlNav a.active {background: #DB011C !important;}
  .theme-default .nivo-controlNav a {background: #000000 !important;}
  html body .theme-default .nivo-caption .cs-captionWrapper {float: right;display: flex;height: auto;color: var(--primaryFontColor);padding: 2em;max-width: 33%;flex-direction: column;justify-content: center;background: rgb(255 255 255 / 95%);top: 30%;position: relative;}
  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: var(--primaryBackground);color: #fff;display: inline-block;width: 200px;text-align: center;padding: 10px;margin: 0 auto;margin-top: 2em;}
  html body.cs-body .slider-wrapper .nivoSlider .cs-sliderButton a {text-decoration: none !important;color: #fff;border: 0;}
  .nivo-caption p {text-align: center;}
  .cs-captionWrapper > div {text-align: center;}
  .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;}

  /* teambox */
  .cs-teamBox {background: var(--primaryBackground);padding: 2em;padding-bottom: 1em;margin-bottom: 4em;}
  .cs-teamBox .cs-teamBoxHeader {font-family: var(--secondaryFont);color: #fff;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: #fff;font-size: 20px;text-align: center;margin-top: 10px;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}
  
  /* articlepreview small */
  .lastViewVBox  article.cs-articlePreview {width: calc(100% /4 - 2em);}
  
  /* 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);}
  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;}

  /* unterkategorien */
  .cs-categoryPreview .cs-categoryPicture img {width: 100%;}
  .cs-categoryPreview .cs-categoryName a {font-size: 20px;}
  
  /* checkout */
  body.cs-body.cs-checkout .logo img {max-width: var(--logoWidth);margin: 1em 0;}
  body.cs-body.cs-checkout .cs-basektRightBox {margin-bottom: 1em;}

  /* wk addlayer */
  html body.cs-body .wkAddLayer article > div {min-height: unset !important;}
  html body.cs-body .wkAddLayer article.cs-articlePreview {width: calc(100% /2 - 2em);}
  html body.cs-body .wkAddLayer article.cs-articlePreview .cs-shortDesc {line-height: 21px;}
  html body.cs-body .wkAddLayer article.cs-articlePreview h3 {margin-bottom: 1em;}

  /* badges */
  .cs-badgesBox .badgeGreen,
  .cs-badgesBox .badgeYellow  {background: #00b2eb;color: #fff;font-family: var(--secondaryFont);text-transform: uppercase;font-weight: var(--secondaryFontWeight);font-style: var(--secondaryItalic);}

  /* searchsite */
  .cs-searchResults .cs-articlePreview {width: calc(100% /4 - 2em);margin: 1em;}

  /* 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;}
  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;}
  
  .cs-liveshopping .liveshoppingPrice {font-weight: 800;font-style: italic;font-family: var(--secondaryFont);}
  .theme-default .nivo-controlNav a.active {background: #00b2eb !important;}

  /* award */
  .cs-articleAwards .cs-awardItem .cs-awardTooltip {}
  .cs-articleAwards .cs-awardItem {position: relative;}
  .cs-articleAwards .cs-awardItem .cs-awardTooltip {position: absolute;background: #f2f2f2;padding: 1em;display: none;width: 350px;text-align: center;line-height: 20px;bottom: 77px;}
  .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-47%);}
  .cs-articleAwards .cs-awardItem .cs-awardTooltip h4 {margin-top: 10px;}
  .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {content: '';width: 0;height: 0;border-style: solid;border-width: 30px 25px 0 25px;border-color: #f2f2f2 transparent transparent transparent;bottom: -30px;position: fixed;left: 45%;}
  .cs-articleDetail .cs-articleAwards .cs-awardItem .cs-awardTooltip,
  .cs-startseitenArtikel .cs-articleAwards .cs-awardItem .cs-awardTooltip {background: #fff;}
  .cs-articleDetail .cs-awardItem:hover .cs-awardTooltip:before,
  .cs-startseitenArtikel .cs-awardItem:hover .cs-awardTooltip:before {border-color: #fff transparent transparent transparent;}
  article.cs-articlePreview .cs-awardItem:hover .cs-awardTooltip:before {bottom: -25px;}
  article.cs-articlePreview .cs-articleAwards .cs-awardItem .cs-awardTooltip {bottom: 88px;}

  .cs-wklayerCrosselling article.cs-articlePreview .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-2%);}
  .cs-wklayerCrosselling article.cs-articlePreview .cs-awardItem:hover .cs-awardTooltip:before {bottom: -25px;position: absolute;left: 0;}
  .cs-wklayerCrosselling article.cs-articlePreview:nth-of-type(2n) .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(-30%);}
  .cs-wklayerCrosselling article.cs-articlePreview:nth-of-type(2n) .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {left: 94px;}

  html body.cs-body .ui-dialog {max-height: 100vh;overflow: hidden;font-family: 'Cambria' !important;}
  .cs-wklayerCrosselling {overflow-y: scroll;overflow-x: hidden;padding-bottom: 4em;}
  .cs-wklayerCrosselling .cs-wklayerCrossellingRow.cs-flex.cs-flexWrap {max-height: 555px;}
  .wkAddLayer .cs-addArticleRow {margin-bottom: 1em;}
  .cs-wklayerCrosselling .cs-wklayerCrossellingHeader {border-top: 0px solid #dadadd;}

  #download_hinweis {background: #ffffff;margin-top: 10px;margin-right: 0;color: #000000;padding: 0.3em 0.6em;margin-bottom: 2em;}
  .cs-previewBox .cs-liefertext {display: none;}
  .theme-default .nivoSlider .nivo-caption img {position: relative;top: auto;left: auto;display: inline-block;}

  #cs-liveshoppingDetail .cs-liveshoppingDetailBox .digitsBox .digit {width: auto;font-weight: 600;font-size: 40px;}
  #cs-liveshoppingDetail .cs-liveshoppingDetailBox .digitsBox {width: 100%;flex-wrap: nowrap;justify-content: center;}

  /* kontrollseite nachweispflicht */
  html body .cs-nachweisPflichtEntryForm {position: absolute;background: #fff;padding: 0;border: 0 solid #dadadd;border-radius: 5px;margin-top: 3px;}
  html body .orderListBox .cs-nachweisPflichtEntryForm:after {background: rgba(0, 0, 0, 0);border-color: #dadadd;border-width: 0;}
  html body .cs-nachweisPflichtEntryForm .nachweis-block {border: 0;padding: 0;padding: 10px;border: 1px solid #c4c4c4 !important;border-width: 0 1px 1px 1px;}
  html body .cs-nachweisPflichtEntryForm .nachweis-block input[type="text"] {padding: 7px 12px;font-size: 16px !important;}
  html body .cs-nachweisPflichtEntryForm .nachweis-block span.label {top: -20px;left: -5px;padding: 0 6px;border-radius: 0.3em;z-index: 1;font-size: 14px;}
  html body .cs-nachweisPflichtEntryForm .ui-accordion .ui-accordion-header {padding: 7px;border-radius: 5px !important;font-style: normal;text-transform: none;font-size: 14px;background: #f5f5f5 !important;color: #414141 !important;display: flex;align-items: center;border: 1px solid #c4c4c4 !important;}
  html body .cs-nachweisPflichtEntryForm .ui-accordion .ui-accordion-header.ui-state-active {border-radius: 5px 5px 0 0 !important;}
  html body .cs-nachweisPflichtEntryForm .ui-accordion .ui-accordion-header span {position: relative;top: 2px;}
  html body .cs-nachweisPflichtEntryForm .accordion_hint {display: none;}
  html body .cs-nachweisPflichtEntryForm .extra_row {display: flex;background: #f5f5f5;margin: 0;padding: 10px;border-radius: 5px;align-items: center;}
  html body .cs-nachweisPflichtEntryForm .extra_row input[type="text"] {width: auto;margin: 0;}
  html body .cs-nachweisPflichtEntryForm .extra_row input[type="button"] {font-size: 14px !important;padding: 8px 14px;border-radius: 5px;border: 1px solid #d3d3d3;background: #fff;}

  .cs-newStaffelBox {margin: 1em 0;}
  .cs-newStaffelBox table {width: 100%;}
  .cs-newStaffelBox table th {background: var(--primaryBackground);color: #fff;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;}

/* ===== Bartenbach Custom-Anpassungen (portiert aus 41550, Rev. 18460:21311) ===== */
  html body.cs-body #company_submit,
  html body.cs-body #address_submit  {background-color: var(--primaryBackground);}

  /* auflagenermittlung detail */
  .cs-auflageBar {background: #d8d8d8;position: relative;height: 42px;margin-bottom: 7em;}
  .cs-auflageBar .cs-auflageProgress {position: absolute;width: 100px;height: 42px;background: #26bdee;}
  .cs-auflageBar .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;
      max-width: 100%;
  }
  .cs-auflageBar .cs-auflageFont {position: absolute;top: 34px;display: flex;justify-content: space-between;width: 100%;}
  .cs-auflageBar .cs-auflageFont .cs-auflageStart svg {max-width: 45px;left: -19px;position: relative;top: 3px;}
  .cs-auflageBar .cs-auflageStart .cs-auflageStartCount {position: relative;top: -13px;left: 3px;}
  .cs-auflageBar .cs-auflageStart .cs-auflageStartPrice {position: relative;top: -21px;font-weight: 800;font-size: 20px;left: 2px;}
  .cs-auflageBar .cs-auflageFont .cs-auflageEnd svg {max-width: 45px;right: -20px;position: relative;top: 3px;}
  .cs-auflageBar .cs-auflageEnd {text-align: right;}
  .cs-auflageBar .cs-auflageEnd .cs-auflageEndCount {position: relative;top: -13px;left: 3px;}
  .cs-auflageBar .cs-auflageEnd .cs-auflageEndPrice {position: relative;top: -21px;font-weight: 800;font-size: 20px;left: 2px;text-align: right;}
  .cs-auflageBar .cs-auflageDemantPrice {color: var(--primaryFontColor);height: auto;font-size: 2.3rem;font-weight: 800;overflow: hidden;margin: 0 0 0.5em 0;}
  .cs-auflageBar .cs-last {display: none;position: absolute;width: auto;text-align: center;background: #fff;font-weight: 600;padding: 2px 10px;border-radius: 2px;top: 7px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .cs-auflageHint {font-size: 19px;font-weight: 600;line-height: 25px;position: relative;top: 13px;}


  /* auflagenermittlung detail */
  .cs-auflageBar {background: #d8d8d8;position: relative;height: 42px;margin-bottom: 7em;}
  .cs-auflageBar .cs-auflageProgress {position: absolute;width: 100px;height: 42px;background: #26bdee;}
  .cs-auflageBar .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;
      max-width: 100%;
  }
  .cs-auflageBar .cs-auflageFont {position: absolute;top: 34px;display: flex;justify-content: space-between;width: 100%;}
  .cs-auflageBar .cs-auflageFont .cs-auflageStart svg {max-width: 45px;left: -19px;position: relative;top: 3px;}
  .cs-auflageBar .cs-auflageStart .cs-auflageStartCount {position: relative;top: -13px;left: 3px;}
  .cs-auflageBar .cs-auflageStart .cs-auflageStartPrice {position: relative;top: -21px;font-weight: 800;font-size: 20px;left: 2px;}
  .cs-auflageBar .cs-auflageFont .cs-auflageEnd svg {max-width: 45px;right: -20px;position: relative;top: 3px;}
  .cs-auflageBar .cs-auflageEnd {text-align: right;}
  .cs-auflageBar .cs-auflageEnd .cs-auflageEndCount {position: relative;top: -13px;left: 3px;}
  .cs-auflageBar .cs-auflageEnd .cs-auflageEndPrice {position: relative;top: -21px;font-weight: 800;font-size: 20px;left: 2px;text-align: right;}
  .cs-auflageBar .cs-auflageDemantPrice {color: var(--primaryFontColor);height: auto;font-size: 2.3rem;font-weight: 800;overflow: hidden;margin: 0 0 0.5em 0;}
  .cs-auflageBar .cs-last {display: none;position: absolute;width: auto;text-align: center;background: #fff;font-weight: 600;padding: 2px 10px;border-radius: 2px;top: 7px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .cs-auflageHint {font-size: 19px;font-weight: 600;line-height: 25px;position: relative;top: 13px;}


  /* wacker */
  .cs-scrollup.cs-wacker {background-color: var(--scrollBackground);transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);transform: scale(0);visibility: hidden;opacity: 0;width: 43px;height: 38px;bottom: 5em;right: 23px;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}
  .cs-scrollup.cs-wacker.visible {opacity: 1;transform: scale(1);visibility: visible;display: block;cursor: pointer;}
  .cs-scrollup.cs-wacker:hover {box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);background: var(--scrollHoverBackground);}
  .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;}
  .cs-scrollup.cs-wacker button:hover {background: var(--scrollHoverBackground);}
  .cs-scrollup.cs-wacker button svg {height: 19px;}
  .cs-scrollup.cs-wacker button svg use {fill: var(--scrollFill);}

  html body article.cs-articlePreview .cs-numbers {flex-wrap: wrap;}
  html body article.cs-articlePreview .cs-numbersItem:nth-of-type(1n) {width: 35%;}
  html body article.cs-articlePreview .cs-numbersItem:nth-of-type(2n) {width: 65%;}
  html body article.cs-articlePreview .cs-numbersItem:nth-of-type(2n) {text-align: right;}
  html body .cs-articleDetail .cs-articleDetailInfos .cs-newContainer .cs-newContainerLeft .cs-newLiefertermin {font-weight: 600;}
      max-width: 100%;
  .cs-categoryView h1.categoryHeader {text-align: center;}

  #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: var(--primaryBackground);}
  #tabs .tabContainer {border-bottom: 1px solid var(--primaryBackground);}

  body.cs-markenseite .cs-categoryHeader .categoryPicture {text-align: center;}
  body.cs-markenseite table.cs-table2Columns td img {position: absolute;top: 0;height: 100% !important;}
  body.cs-markenseite table.cs-table2Columns td {position: relative;}

  .cs-pdfDownload {margin-top: 4em;padding: 10px;display: inline-block;background: #f7f7f7;}
  .cs-pdfDownload a {display: flex;align-items: center;gap: 10px;}

  html body .cs-articleRightBox .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {bottom: -29px;left: 0;border-width: 30px 16px 0 16px;}
  html body .cs-articleRightBox .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip {display: block;transform: translate(0%);}

  html body .cs-articleDetail .cs-articleDetailInfos .cs-newContainer .cs-newContainerLeft {width: 100%;}
  html body .cs-articleDetail .cs-articleDetailInfos .cs-duration {margin: 0;margin-right: 0;}

  html body .cs-nachweisPflichtEntryForm .extra_row input[type="button"] {font-size: 14px !important;padding: 8px 14px;border-radius: 5px;border: 1px solid #d3d3d3;background: #fff;}

  .cs-newStaffelBox {margin: 1em 0;}
  .cs-newStaffelBox table {width: 100%;}
  .cs-newStaffelBox table th {background: var(--primaryBackground);color: #fff;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;}

  /* detailansicht picture scroll */
  html body .cs-articleDetail .cs-articleDetailMiddleBox .cs-articleLeftBox {flex: 1;position: sticky;top: 2em;height: 100%;overflow: hidden;padding-bottom: 2em;z-index: 99;}

  /* rubrik article count */
  html body.cs-category .cs-listPager {margin-bottom: 0;}
  html body.cs-category .cs-articleCount {padding-left: 4px;color: #898989;font-size: 16px;}

  /* article Tooltips Rewards https://svn.cosmoshop.org/issues/47084 */
  html body .cs-articleAwards .cs-awardItem{position:relative;display:inline-block}
  html body .cs-articleAwards .cs-awardItem .cs-awardTooltip{position:absolute;display:none;background:#f2f2f2;padding:1em;text-align:center;line-height:20px;bottom:110%;left:50%;transform:translateX(-50%);width:300px;max-width:90vw;z-index:100;box-shadow:0 4px 10px rgba(0,0,0,.1)}
  html body .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip{display:block}
  html body .cs-articleAwards .cs-awardItem:hover .cs-awardTooltip:before {left: 37%;}




  /* mega menu VON BARTENBACH gemacht NICHT von Cosmoshop https://svn.cosmoshop.org/issues/46696 */
  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer {
    background: var(--primaryBackground);
    border: 0px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 2em 2.5em;
    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: #fff !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: #fff !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;
  }

  .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: #fff;
    transition: transform 0.25s ease, color 0.25s ease;
  }

  /* 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: #fff !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: #fff !important;
  }

  .cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li.is-open > ul {
    min-height: 192px; /* min height fix for fast mouseleave function */
}

  /* edit by Bartenbach  https://svn.cosmoshop.org/issues/46971 */
  /* ============================================
  UN global seite
   ============================================  */


.ugc-scroll{
padding:140px 0;
font-family:Arial, Helvetica, sans-serif;
max-width:1400px;
margin:auto;
}

.ugc-row{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:80px;
margin-bottom:120px;
}




.ugc-row.reverse{
direction:rtl;
}

.ugc-row.reverse *{
direction:ltr;
}

.ugc-text{
max-width:520px;
}

.ugc-text h2{
font-size:36px;
margin-bottom:20px;
}

.ugc-text p{
font-size:18px;
line-height:1.6;
}
/* Kreise bleiben gleich */

.ugc-category{
position:relative;
height:720px;
display:flex;
align-items:center;
justify-content:center;
}

.ugc-circle{
position:absolute;
width:320px;
height:320px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:30px;
box-sizing:border-box;
color:#fff;
}

.ugc-circle.main{
z-index:5;
}

.ugc-circle.main h1{
margin:0;
font-size:30px;
line-height:1.2;
font-weight:700;
}

.ugc-circle.side{
left:50%;
top:50%;
transform:translate(-50%, -50%);
z-index:4;
}

.ugc-circle.side p{
font-size:16px;
font-weight:700;
line-height:1.4;
max-width:240px;
}



.fullgrey{
position:relative;
padding:80px 0;
margin-left:calc(-50vw + 50%);
margin-right:calc(-50vw + 50%);
background:#ededed;
}

.fullgrey::before{
content:"";
position:absolute;
top:0;
bottom:0;
left:50%;
width:100vw;
transform:translateX(-50%);
background:#ededed;
z-index:-1;
}
.fullgrey-inner{
max-width:1400px;
margin-left:auto;
margin-right:auto;
}


/* Farben Hauptkategorien */

.human{
background:#f4b400;
}

.labour{
background:#26c2f2;
}

.environment{
background:#33a854;
}

.anti{
background:#ea4335;
}

/* Prinzip-Kreise transparenter */

.ugc-circle.side.human{
background:rgba(244,180,0,0.75);
}

.ugc-circle.side.labour{
background:rgba(38,194,242,0.75);
}

.ugc-circle.side.environment{
background:rgba(51,168,84,0.75);
}

.ugc-circle.side.anti{
background:rgba(234,67,53,0.75);
}




.ugc-row.reverse{
direction:rtl;
position:relative;
padding:80px 40px;
}

.ugc-row.reverse::before{
content:"";
position:absolute;
top:0;
bottom:0;
left:50%;
width:100vw;
transform:translateX(-50%);
background:#ededed;
z-index:-1;
}

.ugc-row.reverse *{
direction:ltr;
}

html, body{
overflow-x:hidden;
}




.ugc-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "img_1 img_2 img_4 img_6"
    "img_1 img_2 img_4 img_6"
    "img_1 img_2 img_5 img_6"
    "img_1 img_3 img_5 img_6"
    "img_1 img_3 img_5 img_6";
  gap: 10px;        /* Abstand zwischen Bildern */
  height: 600px;
}

.img_1 { grid-area: img_1; }
.img_2 { grid-area: img_2; }
.img_3 { grid-area: img_3; }
.img_4 { grid-area: img_4; }
.img_5 { grid-area: img_5; }
.img_6 { grid-area: img_6; }

.ugc-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
  UN global seite ENDE
   ============================================  */


/* menu umbau https://svn.cosmoshop.org/issues/48115 */
.cs-burger {display: none;}
.cs-miniwks svg {width: 2.4em;margin-right: 0.4em;margin-top: 0.3em;}
header .cs-miniButtons {position: unset;}
header .cs-headerContent .cs-container {position: relative;}

.hidden-visual:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}