article#article-details {
  padding: 15px;
}
#content #article-details .bg-white {
  background-color: #fff;
}
/*PDS */

#ex-shopdesc a {
  /* text-decoration: underline;*/
  color: #333;
}
.form-group {
  margin-left: 0;
}
.ex-warenkorb-btn {
  width: 60px;
  float: right;
}
.accessories .ex-warenkorb-btn {
  width: auto;
}
.form-group-spacer {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  display: inline-block;
  min-width: 100%;
}
/* .price {
    margin-bottom: 5px 0;
    margin-left: 5px;
} */

.ex-panel {
  border-radius: 0;
  box-shadow: none;
}
.ex-panel-heading {
  border: 1px solid #e5e5e5 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-top: 0.5em !important;
  margin-bottom: 2px;
  margin-top: 5px;
  color: black;
  font-size: 1.2em !important;
  background-color: #fff !important;
}
#ex-pm-acc > .ex-panel-heading .ex-bold {
  margin-left: 2px;
}
.panel {
  margin-bottom: 0 !important;
}
/*Icons Attribute*/

.attributeIconsContainer {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-wrap: wrap;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: -moz-flex;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  /* Zuletzt die Standardversion ohne Präfix */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* max-width: 310px; */
  overflow: hidden;
}
.attributeIconsContainer .attributeIcons {
  width: 35px;
  margin: 5px;
}
/*
.attributeIconsContainer .attributeIcons:last-child {
    margin: 0;
}*/

/*#### Artikelnummer, EAN usw, Detailseite Bybox ####*/

dl.product-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  row-gap: 0.2em;
  align-items: center;
}
dl.product-meta dt {
  font-style: unset;
  font-weight: normal;
}
dl.product-meta dt,
dl.product-meta dd {
  margin: 0;
}
/*##########################*/

/*Artikeltab*/

.articles.prodlist .shortdescription ul > li {
  padding: 0 0 0 20px;
}
/* Heading Bereich mit Link über ganze Breite*/

.ex-zub-head-link.collapsed .fa-chevron-up {
  display: none;
}
.ex-zub-head-link .fa-chevron-up {
  padding: 0 0 10px 5px;
}
.ex-zub-head-link.collapsed .fa-chevron-down {
  display: inline-block;
  padding: 0 0 10px 5px;
}
.ex-zub-head-link .fa-chevron-down {
  display: none;
}
#content #article-details #accordion .panel {
  border: none !important;
}
.accessories-group {
  border: 1px solid #EEE;
  padding: 10px;
  margin: 10px;
  float: left;
}
.ex-konfig-container {
  padding: 1em;
  margin-top: 5px !important;
  height: 330px;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 33.266666667%;
  margin: 0.2%;
  float: left;
}
@media (max-width: 768px) {
  .ex-konfig-container {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .ex-konfig-container {
    width: 49.6%;
  }
}
/* Zylinder messen Hinweis */

.zylinder_messen {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  font-style: italic;
  color: #333;
  margin: 10px 0;
}
.zylinder_messen > a {
  font-weight: bold;
  text-decoration: underline;
}
/*Zubehoer*/

.addsul {
  padding: 7px 11px 7px 20px;
}
.addsul li:nth-child(n+4) {
  display: none;
}
.addsul li:before {
  position: absolute;
  padding-top: 3px;
  left: 14px;
  width: 2.14285714em;
  text-align: center;
  content: "✓";
  font-family: 'Roboto Condensed', sans-serif;
  color: #64c006;
  font-size: 10px;
  font-weight: 700;
}
.accessories {
  border: none;
  height: 100%;
}
#content #article-details .accessories {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px !important;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.ex-article-container-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ex-article-container {
  /*height: 330px;*/
  position: relative;
  margin: 0.2%;
  width: 32.933333333%;
  /*float: left;*/
  flex-grow: 0;
}
.ex-article-title {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-shadow: 1px 1px 1px #aaa;
}
@media (max-width: 768px) {
  .ex-article-container {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .ex-article-container {
    width: 49.6%;
  }
  #content #article-details .accessories {
    width: 100%;
  }
}
#accordion1 > .form-group {
  margin-bottom: 0px;
}
/*PDS Zubehör -> Preisbox */

/* CZ test new
.ex-zub-pbox {
    width: 70%;
    float: left;
}*/

/* PDS Header über Tabmenu*/

@media (max-width: 1200px) {
  .nav-tabs > li > a {
    font-size: 13px !important;
  }
}
/*PDS Button*/

.ex-btn-toProd {
  padding: 10px;
  background-color: #64c006;
  color: white;
  width: 80%;
  text-align: center;
  cursor: pointer;
  bottom: 10px;
  margin: auto;
  position: absolute;
}
.ex-btn-toProd:hover {
  background-color: #444;
  color: white;
}
.ex-btn-toProd::before {
  content: "Zum Produkt";
}
/*PDS Zurück zur Produktübersicht CZ BTN Anpassung
.ex-topbutt:before{
    content: "nach oben";
}

.ex-topbutt {
    background-color: #c8000d;
    color: white!important;
    font-weight: bold;
    padding: 10px;
    display: block;
    border: none;
    width: 200px;
    cursor: pointer;
    margin: 20px auto 20px auto;
    text-align: center;
}

.ex-topbutt:hover {
    background-color: #444;
}*/

/*PDS Kommentare anzeigen*/

.moreRateButtLabel.moreRateButt_more > .fa.fa-chevron-up {
  display: none;
}
.moreRateButtLabel.moreRateButt_less > .fa.fa-chevron-down {
  display: none;
}
.moreRateButt_more::before {
  content: "alle anzeigen";
  margin-right: 5px;
}
.moreRateButt_less::before {
  content: "weniger anzeigen";
  margin-right: 5px;
}
.myheight {
  max-height: 650px;
  overflow: hidden;
}
.myheight_b {
  height: auto;
  overflow: hidden;
}
/* .morefiButt
{
    left: 0;
    right: 0;
    text-align: center;
    height: 25px; padding: 3px;
    margin: 0 auto 0 auto;
    background-color: #efefef;
    cursor: pointer;
}
*/

#moreRateButt {
  position: absolute;
  bottom: 0;
  width: 350px;
  left: 0;
  right: 0;
  text-align: center;
  height: 25px;
  padding: 3px;
  margin: 0 auto 0 auto;
  background-color: #efefef;
  cursor: pointer;
}
/* PDS Reiter Setup Service*/

#setupserv {
  background: #fff;
  border: none;
  color: #0f6695;
}
#setupserv:hover {
  color: #fff;
  background: #0f6695;
  border: none;
}
.nav-tabs > li.active > #setupserv,
.nav-tabs > li.active > #setupserv:hover,
.nav-tabs > li.active > #setupserv:focus {
  color: #fff;
  background: #0f6695;
  border: none;
}
.nav-tabs > li > a {
  font-size: 17px;
}
.sets-tab {
  background: #fff !important;
  border: none !important;
  color: #0f6695 !important;
  font-weight: bold !important;
}
.accordion-toggle.sets-tab {
  background: #0f6695 !important;
  color: #fff !important;
  border: none !important;
  font-weight: bold !important;
}
.accordion-toggle.sets-tab:hover {
  background: #444 !important;
  border: none !important;
}
.sets-tab:hover {
  color: #fff !important;
  background: #0f6695 !important;
  border: none !important;
}
.nav-tabs > li.active > .sets-tab,
.nav-tabs > li.active > .sets-tab:hover,
.nav-tabs > li.active > .sets-tab:focus {
  color: #fff !important;
  background: #0f6695 !important;
  border: none !important;
}
/*PDS Banner*/

#productslider .owl-wrapper {
  width: auto !important;
}
/*Preisbox List Widget*/

.ex-listWidget-price {
  position: absolute;
  bottom: 60px;
}
.ex-thumbnail-article {
  position: relative;
  min-height: 560px !important;
}
.exlinkListWidget > .addsul {
  padding-left: 15px;
}
.exlinkListWidget > img,
.exlinkListWidget a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 550px) {
  .exlinkListWidget > .addsul li:before {
    left: 5px;
  }
  .exlinkListWidget > .addsul {
    padding-left: 5px;
  }
}
/*Hersteller Infos*/

.article_addresses {
  margin-bottom: 5px;
}
/*PDS Reiter Download*/

.ex-download-container {
  display: inline-block;
  width: 100%;
}
/*Die einzelnen Download Elemente*/

.ex-download-elem {
  margin-right: 10px;
  border: none !important;
}
@media (max-width: 700px) {
  .ex-download-container {
    display: block;
  }
  .ex-download-container > div > .accessories-group {
    width: auto !important;
  }
}
/*PDS Accordions*/

.sat_main.shopdesc > #ex-pm-acc > .ex-panel-heading a.collapsed .fa-chevron-up {
  display: none;
}
.sat_main.shopdesc > #ex-pm-acc > .ex-panel-heading a.collapsed .fa-chevron-down {
  display: inline-block;
}
.sat_main.shopdesc > #ex-pm-acc > .ex-panel {
  border-radius: 0;
  box-shadow: none;
}
.sat_main.shopdesc > #ex-pm-acc > .ex-aufz {
  margin-top: 10px;
  margin-left: 25px;
}
.sat_main.shopdesc > #ex-pm-acc > .panel > .form-group {
  margin-left: 10px;
  background-color: white;
}
/*PDS Accordions TEST ohne >
.sat_main .shopdesc #ex-pm-acc .ex-panel-heading a.collapsed .fa-chevron-down  {
    display: none;    

}
.sat_main .shopdesc .fa-chevron-down{  
    background-color: #e5e5e5;
    margin-right: 10px;
    width: 23px;
    text-align: center;
}

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading a.collapsed .fa-angle-right {
    display: inline-block;
    margin-right: 10px;
    width: 23px;
    text-align: center
}

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading a .fa-angle-right {
    display: none;
}

.sat_main .shopdesc #ex-pm-acc .ex-panel {
    border-radius: 0;
    box-shadow: none;
}

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading span{
    color: #000!important;
}

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading span:hover{
        text-shadow: 1px 1px 1px #aaa!important;
    }

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading {
    border: none!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0.5em;
    font-size: 1.2em;
}

.sat_main .shopdesc #ex-pm-acc .panel {
    margin-bottom: 0;
}

.sat_main .shopdesc #ex-pm-acc .ex-panel-heading i
{
    border: 1px solid #e5e5e5;
    padding: 5px;
    color: #000!important;
}
.sat_main .shopdesc #ex-pm-acc .panel.in{
    border-bottom: 1px solid #e5e5e5!important;
}

.sat_main .shopdesc #ex-pm-acc .ex-aufz {
    margin-top: 10px;
    margin-left: 25px;
}

.sat_main .shopdesc #ex-pm-acc .panel .form-group  {
    background-color: white;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
}*/

/*vertikale Ths*/

.shopdesc .ex_vert th {
  padding: 10px;
  margin: 0;
  transform: rotate(270deg);
  max-width: 20px;
  white-space: nowrap;
  position: relative;
}
#content #article-details .shopdesc ul {
  padding: 0 0 0 15px !important;
}
.sat_main.shopdesc #ex-pm-acc .ex-panel-heading a.collapsed .fa-chevron-down {
  display: none;
}
.sat_main.shopdesc .fa-chevron-down {
  background-color: #e5e5e5;
  margin-right: 10px;
  width: 23px;
  text-align: center;
}
.sat_main.shopdesc #ex-pm-acc .ex-panel-heading span:hover {
  text-shadow: 1px 1px 1px #aaa !important;
}
.sat_main.shopdesc #ex-pm-acc .ex-panel-heading {
  border: none !important;
}
.sat_main.shopdesc #ex-pm-acc .panel.in {
  border-bottom: 1px solid #e5e5e5 !important;
}
.sat_main.shopdesc #ex-pm-acc .ex-aufz {
  margin-top: 10px;
  margin-left: 25px;
}
.sat_main.shopdesc #ex-pm-acc .panel .form-group {
  background-color: white;
  margin: 0;
  border-left: 1px solid #e5e5e5;
  padding: 10px 0 10px 10px;
}
#ex-pm-acc {
  margin: 20px 0 20px 0;
}
#content #article-details > .bg-white {
  padding: 20px 20px 0 20px !important;
}
@media (max-width: 990px) {
  #content #article-details > .bg-white {
    padding: 10px 5px 0 5px !important;
  }
  #content #article-details .buybox {
    background: #fff;
    padding: 5px !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  /*Attribut Iconsleiste*/
  
  /*.attributeIconsContainer{
          width: 210px!important;
      }*/
}
@media (max-width: 767px) {
  #content #article-details > .bg-white {
    margin-bottom: 0 !important;
  }
  #content #article-details .buybox {
    border: none !important;
  }
  .badgesBox2 {
    right: 15px !important;
  }
}
#sets .form-group-spacer {
  border-top: 1px solid #e5e5e5;
}
/*Online Bezeichnung 5 bei PDS auf Kategorie ist es anders*/

.shortdescription p {
  margin-top: 10px;
}
.shortdescription p > img {
  width: 25px;
  margin-right: 5px;
}
.shortdescription ul {
  margin-top: 10px;
}
.shortdescription ul > li::before {
  content: "✓";
  font-family: 'Roboto Condensed', sans-serif;
  color: #64c006;
  font-weight: 700;
  margin-right: 0.5em;
}
.shortdescription img {
  float: left;
  width: 56px;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* NUR Config-Artikel wie Schließzylinder oder Zaun */

#shortdescription-config {
  margin-left: 20px;
}
#shortdescription-config ul li {
  margin-bottom: 10px;
}
#shortdescription-config ul li:nth-child(n+6) {
  display: none;
}
/*Bei PDS die Buttons der Videos in der Kachelansicht*/

.fancybox-nav.fancybox-prev {
  width: 30px;
  height: 87%;
}
.fancybox-nav.fancybox-next {
  width: 30px;
  height: 87%;
}
/* H1 Artikel-Detail-Ansicht */

.ex-details-h1 {
  color: #333;
}
/* Hersteller-Logo Artikel-Detail-Ansicht */

.ex-producer {
  text-align: right;
}
.ex-producer > img {
  width: 100px;
}
/*neue CTA Box Artikelebene
.exBox-alt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: white;
   width: 100%;
    height: 100%;
    padding: 10px;
}

.exBox-headline {
    text-align: center;
    padding: 15px 0px 15px 0px;
}

.exBox-header {
    font-size: 1.2em;
    font-weight: bold;
}

.ex-check::before {
content: "✓";
font-family: 'Roboto Condensed', sans-serif;
color: #64c006;
font-weight: 700;
margin-right: 0.5em;
}

.exBox-img {
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 1em 2em 0 2em;
    position: relative;
    float: left;
}

.exBox-border {
    position: relative;
    width: 73%;
    float: left;
    font-size: 1.2em;
    display: block;
}

.exBox-line {
    margin-top: 0px;
    width: 90%;
    margin-bottom: 0px;
    border-top: 1px solid #c8000d
}

.exBox-border:before {
    display: block;
    content: "";
    width: 395px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 1px solid #c8000d;
    border-left: 1px solid #c8000d;
}

@media only screen and (max-width: 450px) {
      .exBox-border:before {
        width: 100%;
    }
}

.exBox-span:after {
    display: block;
    content: "";
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #c8000d;
    border-right: 1px solid #c8000d;
}

.exBox-text-title {
    float: left;
    font-size: 1.2em;
    margin-top: 45px;
    margin-bottom: 15px;
}

  @media only screen and (max-width: 707px) {
.exBox-text-title {
        margin-top: 20px;
    }
}

.exBox-infos {
    display: flex;
    float: left;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 1.3em;
    white-space: nowrap;
    width: 99%;
}

.exBox-infoEle {
    margin: 20px 5px 20px 35px;
}

  @media only screen and (max-width: 1200px) {
    .exBox-border {
        width: 60%;
    }
}

@media only screen and (max-width: 707px) {
    .exBox-border {
        position: relative;
        width: 100%;
        float: left;
        font-size: 1.2em;
        display: block;
    }

    .exBox-pad {
        padding: 1em;
    }

    .exBox-img {
        float: none;
        margin: 15px auto 0px auto;
    }
}*/

/*Für CTA Box auf Kategorie Ebene (Content)  ganz raus?
.exBox-border-category {
    position: relative;
    width: 92%;
    margin-top: 55px;
    font-size: 1.2em;
    display: block;
}

.exBox-img-category {
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 2em 3em 0 2em;
    position: relative;
    float: left;
}

.exBox-text-title-category {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 1.7em;
}

@media only screen and (max-width: 1200px) {
    .exBox-border-category {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 990px) {
    .exBox-border-category {
    margin-top: 25px;
    }
}

@media only screen and (max-width: 756px) {
    .exBox-border-category {
        position: relative;
        width: 100%;
        font-size: 1.2em;
        display: block;
        margin-top: 25px;
    }

    .exBox-img-category {
        float: none;
        margin: 15px auto -15px auto;
    }

    .exBox-text-title-category {
        font-size: 1.2em;
        margin-top: 10px;
        margin-left: 0px!important;
    }
}*/

/*CSS für Balken mit Icons
.ex-vortCommOutBox {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

.ex-vortCommInBox {
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    opacity: 0.7;
    white-space: nowrap;
    line-height: 2em;
    }

.ex-vortCommInBox>div {
    width: 99%;
    padding: 0px;
}

.ex-vortCommInBox>div>img {
    width: 40px;
    margin-right: 5px;
    height: 1%;
}

@media only screen and (max-width: 1199px) {
    .ex-vortCommInBox {
        font-size: 1.2em;
    }

    .ex-vortCommInBox:last-child {
        display: none;
    }

    .ex-vortCommInBox>div>img {
        width: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .ex-vortCommInBox {
        font-size: 1.2em;
    }

    .ex-vortCommInBox:last-child {
        display: none;
    }

    .ex-vortCommInBox>div>img {
        width: 35px;
    }
}

@media only screen and (max-width: 700px) {
    .ex-vortCommInBox {
        font-size: 0.9em;
    }

    .ex-vortCommInBox:nth-last-child(2) {
        display: none;
    }

    .ex-vortCommInBox:last-child {
        display: none;
    }
}*/

/*Hersteller Hinweis fuer Artikeldetailseite*/

.ex-hersteller-hinweis {
  background-color: #f5f5f5;
  width: 99%;
  margin: 0 auto 0 auto;
  padding: 15px;
  border: 1px solid #0f6695;
}
.ex-hinweis-title {
  color: #0f6695;
  font-size: 1.3em;
  margin-top: 20px;
}
.ex-hinweis-text {
  font-size: 1.2em;
}
.ex-hinweis-bottom-title {
  font-size: 1.3em;
  text-align: center;
  margin-top: 20px;
}
.ex-hinweis-bottom-hr {
  text-align: center;
  padding: 0;
  color: #c8000d;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #c8000d;
}
.ex-hinweis-button {
  font-size: 1.2em;
  border: 1px solid #c8000d;
  text-align: center;
  padding: 10px;
}
.ex-hinweis-button:hover {
  color: #f5f5f5;
  background: #c8000d;
}
.ex-hinweis-blue {
  color: #0f6695;
  margin-bottom: 20px;
}
.ex-hinweis-btn-container {
  width: 30%;
  margin: 0 auto;
}
@media only screen and (max-width: 686px) {
  .ex-hinweis-btn-container {
    width: 100%;
  }
}
/* Tooltips Start */

.ex-tooltip {
  display: inline-block;
  position: relative;
}
.ex-tooltip .ex-tooltiptext {
  display: none;
  width: 270px;
  background-color: #fff;
  box-shadow: 3px 1px 15px;
  color: black;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  /*left: 15px;*/
  left: 40%;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px !important;
  text-align: left;
  line-height: 20px;
}
.ex-tooltiptext > p > img {
  max-width: 190px;
}
/*Pfeil nach Unten*/

.ex-tooltip .ex-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  /*left: 50%;*/
  left: 3%;
  /*margin-left: -25px;*/
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.ex-tooltip .ex-tooltiptext {
  left: 3%;
}
.ex-tooltip:hover .ex-tooltiptext {
  display: block;
  opacity: 1;
  font-size: 0.9em !important;
}
/* Tooltips Start END*/

/* Dropdwon für Varianten */

.variant-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px lightgray solid;
  width: 100%;
  height: 40px;
  font-size: 1.2em;
  color: #666;
}
.variant-select::before {
  font-family: fontello;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: lightgray;
}
/* Varianten PopUp */

#varselhead {
  position: relative;
}
.varselItem {
  float: left;
  width: 60%;
  /*NEW Cz*/
  display: flex;
  flex: 0.9;
  margin-left: 5px;
}
.varselItemBox {
  display: none;
  position: absolute;
}
.varselItemBox > div:first-child {
  border-bottom: 1px solid lightgray;
  width: 100%;
  padding-bottom: 10px;
}
.varselItemHead .info-icon:before {
  margin: 0 5px;
}
/*new CZ*/

.varselItemItem .info-icon:before {
  font-size: 20px;
}
.varselItemItem > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.varselItemBox .info-icon:nth-last-child(1) {
  margin-bottom: 0;
}
.varselItemInfo > span > span {
  display: none;
  position: absolute;
}
.varselItemInfo .info-icon:hover > span {
  display: block !important;
  background: white;
  border: 1px solid;
  left: 100px;
  bottom: 0;
  height: auto;
  position: absolute;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.varselItemInfo .addsul li:before {
  left: 8px;
  width: 0;
}
.variant-select-head {
  box-shadow: inset 0 0 6px #ffac0c;
  padding: 10px;
  font-size: 1.1em;
  line-height: 20px;
}
.varselItemInfo {
  float: left;
}
.varselItemTitle {
  display: flex;
  flex-flow: column;
  white-space: nowrap;
}
.varselItemPrice {
  float: right;
  white-space: nowrap;
}
.varselHint {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 7px;
  font-weight: bold;
}
.varselHint > div {
  display: flex;
  align-items: center;
}
.varselHint > span {
  color: #c8000d;
  font-size: 19px;
  font-family: Times New Roman;
}
#varselhead:hover .varselItemBox {
  border: 1px solid lightgray;
  background-color: #fff;
  padding: 10px;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 40px;
  z-index: 100000;
  display: flex !important;
  flex-wrap: wrap;
  max-height: 450px;
  overflow-y: scroll;
  width: 495px;
}
@media only screen and (max-width: 550px) {
  .varselItem a {
    font-size: 13px !important;
    line-height: 18px !important;
    width: 200px !important;
  }
  .varselItemBox li {
    font-size: 0.9em;
  }
  #varselhead:hover .varselItemBox {
    width: 325px !important;
  }
  .varselItemBox .priceVat {
    text-align: right;
    line-height: 13px !important;
  }
  .varselItemBox .info-icon {
    line-height: 36px !important;
  }
  .varselItemTitle {
    white-space: unset;
  }
  .varselItemBox li {
    margin-bottom: 0;
  }
}
.varselItem a {
  font-size: 14px;
  cursor: pointer;
  line-height: 24px;
  padding-bottom: 5px;
  display: block;
  padding-top: 5px;
  float: left;
  width: 370px;
  padding-left: 15px;
  color: #444;
}
.varselItem a:nth-last-child(1) {
  margin-bottom: 0;
}
.varselItemBox .priceBox {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  /*border-bottom: 1px solid lightgray;*/
  /*margin: 0;*/
  /*padding-left: 6px;*/
  /*padding-bottom: 5px;*/
  /* float: left;*/
  padding-top: 5px;
  display: block;
  /* width: 35%;*/
  /*new CZ*/
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-right: 10px;
}
/*bleibt*/

.varselItemBox .price {
  font-weight: normal;
  font-size: 15px;
}
.varselItemBox .priceBox:nth-last-child(1) {
  margin-bottom: 0;
}
.varselHint .info-icon {
  float: left;
  font-size: 18px;
  width: 15px;
  font-weight: bold;
  cursor: auto !important;
  margin: 0 5px 0 0;
}
.varselItemBox .priceVat {
  font-size: 12px;
  line-height: 10px;
  color: #444;
  font-weight: normal;
  margin-top: 5px;
}
/*bei B2B .price 
text-align: right;
margin-right: 10px;*/

.varselBulls li {
  margin-bottom: 5px;
  color: #000;
  line-height: 20px;
  padding-left: 5px;
  font-size: 13px;
}
.varselBulls .addsul {
  padding-left: 40px;
}
.varselBulls .addsul li:before {
  left: 32px;
}
.varselItemBox .addsul {
  line-height: 20px;
  /*margin-top: 35px;*/

}
.varselItemBox .addsul li:nth-child(n+4) {
  display: block;
}
#varselhead > span::before {
  content: "\fe62";
  font-family: sans-serif;
  font-size: 45px;
  font-weight: bold;
  vertical-align: middle;
  color: #0f6695;
}
#varselhead:hover > span::before {
  content: "\fe63";
  font-family: sans-serif;
  font-size: 45px;
  vertical-align: middle;
  font-weight: bold;
  color: #0f6695;
}
.varselInfoIcon {
  float: left;
  display: block;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.varselItemItem {
  border-bottom: 1px solid lightgray;
  width: 100%;
  padding-bottom: 10px;
}
.varselItemItem:hover {
  background-color: #f5f5f5;
}
/*
.nav-tabs > li > a, .nav-tabs > li > a:focus{
background: none;
}

.nav-tabs > li{
border-right: 15px solid #f5f5f5;
}

.nav-tabs{
background-color: #fff;
}

.nav-tabs > li > a{
margin-right: 0!important;
}*/

#content #article-details .h4 {
  border: none !important;
  padding: 0 !important;
}
/*Tabs*/

/* #article-details .bg-white {
    border: 1px solid #ddd;
} */

.catTab:hover {
  background-color: #737373 !important;
  color: #ffffff !important;
}
/* .catTab:focus {
    text-shadow: 1px 1px 1px #aaa;
} */

.tabElement {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
}
.tabElement.active {
  opacity: 1 !important;
  height: auto;
}
/*Scope Tabs*/

.catTab-cont {
  display: flex;
  justify-content: normal;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  /*padding-top: 0;*/
  padding-top: 4px !important;
  font-size: 1.2em;
}
.catTab {
  width: auto;
  /*min-width: 130px;*/
  font-size: 23px;
  background-color: #fff;
  color: #333;
  border: none;
  margin: unset;
  text-align: unset;
  padding: 10px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  flex-wrap: wrap;
}
.catTab.active {
  background-color: #737373 !important;
  color: #ffffff !important;
  box-shadow: none;
}
@media (max-width: 440px) {
  .catTab {
    width: 100%;
    justify-content: center;
  }
  .catTab-cont {
    flex-wrap: wrap;
  }
}
/* .catTab-cont .catTab .fa-plus-square-o:before {
    margin-right: 4px;
    color: #444;
} */

/* @media (max-width: 1200px) {
    .catTab {
        width: 20%!important;
    }
}

@media (max-width: 767px) {
    #article-details {
        padding: unset!important;
    }
} */

/* @media (max-width: 710px) {
    .catTab {
        width: 100%!important;
        padding-top: 5px;
        height: 40px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }
    .catTab-cont {
        display: block;
        padding-left: 2px;
        padding-right: 2px;
    }
} */

/*Zubehör*/

.form-group-spacer {
  padding: 0px;
  margin-bottom: 5px !important;
}
/*
.accessories {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 15px 15px 5px 15px!important;
}*/

/*NEW CZ*/

.accessories .ex_btn-cta span:nth-child(1) {
  min-width: 80% !important;
}
/*
.ex_btn-cta span:nth-child(2){
    font-size: 11px!important;
}*/

.buybox .ex_btn-cta span:nth-child(2) {
  font-size: 14px !important;
}
.buybox .ex_btn-cta {
  line-height: 14px;
}
.accessories > a {
  color: #333;
}
.accessories .ex-article-title {
  font-weight: bold;
  text-shadow: none !important;
}
/*Das gilt für Sets & Zubehör*/

.ex-zub-pbox .ex_btn-cta span:nth-child(2) {
  line-height: 14px;
}
.accessories .ex-zub-pbox {
  width: 100% !important;
  /*  new CZ */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
  margin-top: auto;
  justify-content: end;
  height: 141px;
}
/*  new CZ */

.accessories .for-fa .fa {
  padding: 0 10px 0 0 !important;
}
.accessories .price-regular {
  font-weight: normal;
}
.priceContainer {
  margin: 0 5px 0 0;
}
#additionals {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#additionals .sat_main {
  padding: 4px;
  margin-bottom: 0px;
}
/* CZ BTN-Anpassung Zubehör
    .accessories .btn-cart {
        border-radius: 9px;
        -webkit-border-radius: 9px;
        padding: 6px 0px 4px 0px !important;
        color: #64c006;
        background-color: #fff;
        border: 2px solid #64c006;
        -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
        transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    }
    .accessories .btn-cart:hover {
        background-color: #444;
        color: #fff;
    }*/

/* CZ BTN-Anpassung - Zubehör
    .accessories .btn-configurator {
        border-radius: 9px;
        padding: 6px 0px 4px 0px !important;
        color: #0f6695;
        background-color: #fff;
        border: 2px solid #0f6695;
        -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
        transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    }
    .accessories .btn-configurator:hover {
        background-color: #444;
        border-color: #444;
        color: #fff;
    }*/

#accordion1 > .form-group {
  margin-bottom: 10px;
}
.accessories .addsul {
  padding: 10px 0px 0px 20px;
  margin-bottom: 10px;
}
.accessories .ex-warenkorb-btn-small {
  width: 200px;
  /*180*/
  margin-left: auto;
}
/*B Ware Hinweisbox*/

.cust_ArticleDetails_BStock > div {
  border: 1px solid lightgrey;
  padding: 10px 20px 0px 20px;
  margin-bottom: 15px;
}
.cust_ArticleDetails_BStock ul {
  margin-left: 20px !important;
}
/*style block aus template*/

#articlecompare .addsul {
  padding: 0px 0px 0px 15px;
}
#articlecompare .expert-title::before {
  content: "" !important;
}
#articlecompare .expert-title {
  width: 100% !important;
  padding: 10px 0 10px 0 !important;
}
#articlecompare .h3 {
  text-transform: none;
  font-size: 1.5em;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 567px) {
  #articlecompare .h3 {
    font-size: 1.1em;
  }
}
/*Konfig Service*/

body > .configServiceBox {
  display: none;
}
#content .configServiceBox {
  display: none;
}
.konfig-badge {
  /*max-width: 128px;*/
  top: 0;
  right: 20px;
  position: absolute;
  z-index: 5;
}
/*
.configServiceBox {
    padding: 15px;
    border: 2px solid #0f6695;
    background: #fff;
    max-height: 100%;
}
.configServiceBox.show {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 999999;
}

.configuration-close {
    color: #0f6695;
    font-size: 25px;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 5px;
}*/

.configuration-close i.fa.fa-times-circle:hover {
  color: #444;
}
.configuration-service > .h2 {
  color: #0f6695;
  margin: 0;
}
.configuration-service .exBox-line {
  color: #0f6695;
  margin: 5px 0;
  width: 100%;
}
.configuration-service .slogan {
  margin-bottom: 10px;
}
.configuration-service .ex-zub-pbox {
  width: 100%;
}
.configuration-service .ex-warenkorb-btn {
  float: none;
  clear: both;
  width: 100%;
}
.configuration-service .price {
  margin: 0;
}
.badgesBox2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.badgesBox2 div {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
/*
#exGaleryBox > div + div.badgesBox2 
{  display: none;
}
*/

@media (max-width: 500px) {
  section#content.container {
    margin: 0 !important;
    padding: 0 !important;
  }
  /*.attributeIconsContainer{
          max-width: 190px;
      }*/
}
/*Tooltip Konfigurator 2 START*/

.question-icon:before {
  font-family: fontAwesome;
  content: "\f059";
  margin-right: 5px;
  color: #C8000D;
}
.question-icon:hover {
  color: #C8000D;
}
.configurator-element.infoPopUp .ex-tooltip {
  width: 61%;
}
/*
.configurator-element .ex-tooltipSecond{
    width: 38%;
}*/

.ex-tooltipSecond {
  display: inline-block;
  position: relative;
}
.ex-tooltipSecond .ex-tooltiptext {
  display: none;
  width: 270px;
  background-color: #fff;
  box-shadow: 3px 1px 15px;
  color: black;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  /*left: 15px;*/
  left: 40%;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px !important;
  text-align: left;
  line-height: 20px;
}
.ex-tooltipSecond > p > img {
  max-width: 190px;
}
/*Pfeil nach Unten*/

.ex-tooltipSecond .ex-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.ex-tooltipSecond .ex-tooltiptext {
  left: unset;
  right: 67%;
}
.ex-tooltipSecond:hover .ex-tooltiptext {
  display: block;
  opacity: 1;
  font-size: 0.9em;
}
#content .configurator .configurator-content .question-range-info {
  text-align: right !important;
}
@media (max-width: 1200px) {
  /*.ex-tooltipSecond .ex-tooltiptext::after{
          width: unset;
      }
  
      .ex-tooltipSecond .ex-tooltiptext{
          width: unset;
      }  */
  
  /*
      .ex-tooltipSecond .ex-tooltiptext{
          right: 43%;
      }
  }
  
  @media (max-width: 767px) {
      /*.ex-tooltipSecond .ex-tooltiptext{
          right: 31%;
      }*/
}
@media (max-width: 568px) {
  .configurator-element.info .ex-tooltip .ex-tooltiptext {
    width: 200%;
  }
}
/*Tooltip Teil 2 Konfigurator END*/

/*Pfeile bei Artikelvorschau*/

.fancybox-nav span {
  visibility: unset !important;
}
.fancybox-nav.fancybox-next {
  color: #ffffff;
  opacity: 0.5;
}
.fancybox-nav.fancybox-next:hover {
  color: #ffffff;
  opacity: 1;
}
.fancybox-nav.fancybox-prev {
  color: #ffffff;
  opacity: 0.5;
}
.fancybox-nav.fancybox-prev:hover {
  color: #ffffff;
  opacity: 1;
}
.eu-energy-label a[data-content="Datenblatt"] {
  display: none;
}
/* b2bwerden-Widget CSS Artikel-Detail und Configartikel */

.b2b-cta-wrapper {
  margin-top: 10px;
}
.b2b-cta-button {
  display: flex;
  align-items: stretch;
  /* statt center – damit Kinder volle Höhe erhalten */
  border: 2px solid #7F4D10;
  border-radius: 9px;
  background-color: #fff;
  color: #7F4D10;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.b2b-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background-color: #7F4D10;
  color: #fff;
  font-size: 1.5em;
  /*border-right: 1px solid #7F4D10;*/
  transition: background-color 0.3s ease, color 0.3s ease;
}
.b2b-cta-icon i {
  line-height: 1;
  transform: scaleY(2);
}
.b2b-cta-text {
  text-align: center;
  padding: 12px 16px;
  background-color: #fff;
  color: #7F4D10;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  width: 100%;
}
/* Hover-Zustand */

.b2b-cta-button:hover .b2b-cta-text {
  background-color: #7F4D10;
  color: #fff;
}
/*-----------------------------*/

/*      ASSORTMENT PopUp       */

/*-----------------------------*/

/*prüfen*/

.es-assortment-popup-templates {
  display: none;
}
.es-assortment-popup-links {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#es-assortment-popup .close {
  border-radius: 9px;
  color: #ffffff !important;
  background-color: #7F4D10;
  border: 0px;
  height: 40px;
  padding: 0px 14px;
  display: flex;
}
#es-assortment-popup .close:hover {
  background-color: #444;
  border-color: #444;
}
#es-assortment-popup .close span {
  display: block;
  font-size: 35px;
  font-weight: bold;
}
.es-assortment-popup-links button {
  letter-spacing: 1px;
}
.es-assortment-popup-links button:hover i {
  color: #fff !important;
}
.es-assortment-popup-links button:focus i,
.es-assortment-popup-links button:focus span {
  color: #fff !important;
}
.es-assortment-popup-links .es-assortment-popup-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.es-assortment-popup-links .es-assortment-popup-trigger.btn-link {
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}
.es-assortment-popup-links .es-assortment-popup-trigger.btn-link:hover,
.es-assortment-popup-links .es-assortment-popup-trigger.btn-link:focus {
  text-decoration: none;
}
.es-assortment-popup-trigger__icon {
  line-height: 1;
}
.es-assortment-popup-trigger__label {
  display: inline-block;
}
.es-assortment-popup {
  z-index: 1070 !important;
}
.es-assortment-popup .modal-dialog {
  z-index: 1080 !important;
}
.modal-backdrop.es-assortment-popup-backdrop,
.modal-backdrop[data-es-assortment-fixed="1"] {
  z-index: 1055 !important;
}
/*prüfen ende */

/* Assortment-Popup-Modal: globale list-style-none überschreiben */

#es-assortment-popup .modal-body > div > ul {
  list-style: disc;
  margin-left: 1.5rem;
}
/* Assortment-Popup Buttons 
.es-assortment-popup-trigger--discount {
    background-color: #c62828;
    border-color: #b71c1c;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}*/

.es-assortment-popup-trigger--discount .es-assortment-popup-trigger__icon,
.es-assortment-popup-trigger--discount .es-assortment-popup-trigger__label {
  color: inherit;
  font-weight: inherit;
}
.es-assortment-popup-trigger--discount:hover,
.es-assortment-popup-trigger--discount:focus {
  background-color: #7f4d10;
  /* #b71c1c;*/
  border-color: #7f4d10b3;
  /* #870000;*/
  color: #fff !important;
  /*box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.3);*/

}
.es-assortment-discount img {
  margin: 0 auto 10px auto;
}
.es-assortment-discount__title {
  font-size: 20px;
}
.es-assortment-discount__text {
  margin-bottom: 10px;
}
.es-assortment-discount__cta a {
  background-color: unset !important;
}
.es-assortment-popup-trigger--notice:hover span,
.es-assortment-popup-trigger--warning:hover span {
  color: #fff;
}
