:root {
    --bodyFontSize: 1rem;
    --bodyFontColor: #000000;
    --primaryFontColor: #E73E11;
    --primaryBackground: #E73E11;
    --primarySvgFill: #E73E11;
    --menuBackground: rgba(232, 62, 17, 0.9);
    --primaryFont: 'Titillium Web';
    --secondaryFont: 'Titillium Web';
    --secondaryFont: 'Titillium Web'; /*Exo 2*/
    --logoWidth: 275px;
    --shopWidth: 91em;
    --secondaryFontWeight: 600;
    --secondaryItalic: normal;
  }

/* Pop up Warenkorb das x oben rechts */
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: "x" !important; font-size: 28px;color: #ffffff;text-indent: 0; }

  /* PDF DOWNLAD BUTTON IN EXTRATABS Siehe -> Beachflag für Aufbau */
  .pdf-download {
            display: inline-block;
            padding: 15px 30px;
            background: linear-gradient(45deg, #e74c3c, #c0392b);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            border: none;
            cursor: pointer;
        }

        .pdf-download:hover {
            background: linear-gradient(45deg, #c0392b, #a93226);
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.2);
        }

        .pdf-download:active {
            transform: translateY(0);
        }

 

/* Artikel download Button in der Artikelansicht */
.cs-newPriceRow svg path {
    fill: #e73e11;
}

/* Artikelansicht Warenkorbanzeige auf gleiche höhe gesetzt */
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);padding-bottom: 8px;}

  .cs-svgIcon path {fill: #f3f3f3;}


  /* footer auf schwarz und schrift in weiß*/
  .cs-footerRow.cs-hinweis {text-align: center;margin-top: 2em;}
  footer .cs-footerPayments ul {justify-content: center;}
  footer .cs-footerRow.top {
    background: #282727;
    color: #ffffff;
}
.cs-footerBoxContent a {color: #fff};

  /* 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: 600;font-size: 20px;}
  .cs-demandContainer .cs-extraWidth {min-width: 100px;}
  .cs-demandBox {margin: 3em 0 4em 0;}
  .cs-demandProgress {background: #E73E11;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;
    }
  }

  /* 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-weight: 500 !important;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: #F5F4F4;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;}

  /* header */
  header .cs-topBar {background: #282727;}
  .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: #fff;}
  .cs-miniwk svg path {fill: var(--primarySvgFill);}
  .cs-topPages .cs-svgIcon {width: 10px;}
  body .cs-startSlider {width: 100%;}
  html body header,
  html body header .cs-topBar,
  html body .cs-categoriesBox {background: #282727 !important;}
  html body .cs-categoriesBox {margin-bottom: 0 !important;}
  html body .cs-categoriesMegaMenu .cs-megaMenu > ul > li > a {color: #fff;letter-spacing: 1px;}
  html body .cs-topsearch input {border: 1px solid #fff;width: 100%;background: #282727;color: #fff;}
  /* der kleine Pfeil in der Topbar */
  .cs-topPages .cs-svgIcon path {fill: #fff !important;}


  /* 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;}
  html body.cs-body .cs-merklisteTop.cs-withoutArticles svg path {fill: #fff;}
  /* Die Zahl neben dem vollen Herz */
  html body.cs-body span.cs-articleCount { color: #fff !important; /* Weiß erzwingen */}




  /* slider */
  .theme-default .swiper-pagination-bullet-active {background: #DB011C !important;}
  .theme-default .swiper-pagination-bullet {background: #000000 !important;}
  /* Swiper-Migration: Box vom .cs-captionWrapper auf die Caption umgezogen, Ausrichtung rechts */

  html body .theme-default .swiper-slide-caption {display: flex;color: #fff;padding: 2em;max-width: 33%;flex-direction: column;justify-content: center;/* Sliderfarbe --> */ background: rgb(40 39 39 / 95%); width: auto; height: auto; top: 50%; bottom: auto; transform: translateY(-50%); left: auto; right: 45px; pointer-events: auto;}
  /* Swiper-Migration: Positionierung entfaellt, Rest uebernommen */

  html body .theme-default .swiper-slide-caption {opacity: 1;}
  /* Swiper-Migration: Container-Layout kommt jetzt aus dem Standard-CSS, Regel entfaellt */

  /* .cs-body .slider-wrapper .nivoSlider .nivo-caption */
  /* Swiper-Migration: Positionierung entfaellt, Rest uebernommen */

  .theme-default .swiper-slide-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 .swiper .cs-sliderButton a {text-decoration: none !important;color: #fff;border: 0;}
  .swiper-slide-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;}
  .theme-default .swiper-pagination-bullet-active {background: #E73E11 !important;}


  /* 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;}
  /* searchbar icon farbe ändern bevor dem hovern */
  .cs-topsearch svg path {fill: #fff;}
  .cs-topsearch svg:hover path {fill: var(--primarySvgFill);}
  .cs-miniButtons li img {top: 7px;}

  /* 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: #282727;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;/* Die Dicke vom Preis --> */font-weight: 400;}
  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;}
  /* Mengen-Auswahl: bei großen Bestellmengen nach links verbreitern */ 
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox { width: calc(30% + 2em); margin-left: -3em;}
  /* Auswahlfeld innerhalb der Mengenbox */
  .cs-newdetailTopBox #mengenEingabeContainer .cs-articleAmountBox #wkmenge {width: 100%;padding-right: 2em; /* Platz zwischen Zahl und Pfeil */ background-position: right 0.75rem center;box-sizing: border-box;}

  /* Detail */
  .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;/* Artikeldetailansicht der Produktname --> */ font-weight: 600;}
  .cs-articleDetail .cs-detailIcons {display: flex;gap: 12px;}
  .cs-articleDetail .cs-detailIcons img {width: 30px;height: 30px;cursor: pointer;}

  .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: 400;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;}


/*-------------------- CODE VOM MASTER -------------------*/

/* Artikel download Button in der Artikelansicht */
.cs-newPriceRow svg path { fill: var(--primarySvgFill);}

/* Artikelansicht Warenkorbanzeige auf gleiche höhe gesetzt */
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);padding-bottom: 8px;}


/* "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: 19px;
}


/* 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 */
}




/* BADGE NEW */
.cs-badgesBox .badgeGreen,
.cs-badgesBox .badgeYellow {
  background:#e73f11;
  color:#fff;
  font-family:var(--secondaryFont);
  text-transform:uppercase;
  font-weight:var(--secondaryFontWeight);
  font-style: none;
  /* NEU / WICHTIG FÜR "LAST CHANCE: */
  width:60px;              /* Kreisgröße anpassen */
  height:60px;
  border-radius:50%;
  display:flex;            /* Inhalt sauber zentrieren */
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:6px 10px;        /* etwas Innenabstand für 2 Zeilen */
  line-height:1.1;         /* engeres Zeilenmaß */
  letter-spacing:-0.01em;
  font-size:12px;          /* Text kleiner – bei Bedarf 11/13 px testen */
  white-space:normal;      /* Umbruch erlauben */
  overflow:hidden;         /* Sicherheit, falls Minimal-Überstand */
}

/* BADGE LAST CHANCE */
.cs-badgesBox .badgeYellow {
  background:#e73f11;
  color:#fff;
  font-family:var(--secondaryFont);
  text-transform:uppercase;
  font-weight:var(--secondaryFontWeight);
  font-style: none;
  /* NEU / WICHTIG FÜR "LAST CHANCE: */
  width:60px;              /* Kreisgröße anpassen */
  height:60px;
  border-radius:50%;
  display:flex;            /* Inhalt sauber zentrieren */
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:6px 10px;        /* etwas Innenabstand für 2 Zeilen */
  line-height:1.1;         /* engeres Zeilenmaß */
  letter-spacing:-0.01em;
  font-size:12px;          /* Text kleiner – bei Bedarf 11/13 px testen */
  white-space:normal;      /* Umbruch erlauben */
  overflow:hidden;         /* Sicherheit, falls Minimal-Überstand */
}







/*