/* zusaetzliche styles ====================================================== */
.text-shipping-best {
  font-size: 12px;
  line-height: 14px;
  margin-top: -16px;
  display: block;
  float: left;
  width: 100%;
}

.text-shipping-best a {
  border-bottom: 1px solid #CF7500;
}

.text-shipping-new {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
  display: block;
  float: left;
  width: 100%;
}

.text-shipping-new a {
  border-bottom: 1px solid #CF7500;
}

.text-shipping-folder {
  font-size: 12px;
  line-height: 14px;
  margin-top: -14px;
  margin-bottom: 8px;
  display: block;
  float: left;
  width: 100%;
}

.text-shipping-folder a {
  border-bottom: 1px solid #CF7500;
}

/* zusaetzliche Navigation ================================================== */
.container .breadcrumb .breadcrumb__subnav__devider {
  display: inline-block; 
  vertical-align: middle; 
  padding-left: 10px; 
  padding-right: 10px;""
}
.container .breadcrumb .breadcrumb__subnav {
  display: inline-block; 
  vertical-align: middle;  
  margin-right: 10px;
}

.container .breadcrumb .breadcrumb__subnav:not(:last-child)::after {
  content: "|";
  padding-left: 10px;
}

.container .breadcrumb .breadcrumb__subnav a.active {
  border-bottom: 2px solid #D07500;
}


/* Produktlisten 6 Items =================================================== */
/*.col-sm-12 .product-layout:nth-child(6n+1) {
  clear: both; }
@media (min-width: 992px) {
  .product-layout.product-grid.col-lg-2:nth-child(6n+1) {
    clear: left; }
    [dir="rtl"] .product-layout.product-grid.col-lg-2:nth-child(6n+1) {
      clear: right; }
}*/

/* Produktdetails ========================================================== */
.general_info.product-info .list-unstyled li a {
  color: #CF7500 !important;
}

/* Betraege ================================================================ */
.section__content .container-image {
  padding: 15px 0 30px 0;
}

.section__content .container-image .figure__caption {
  padding: 10px;
  background-color: #F5F5F5;
  font-size: 16px;
}

.section__content .container-image .figure__credits {
  padding: 5px 10px 0 10px;
  text-align: right;
  font-size: 13px;
}

@media (min-width: 768px) {
  .section__content .container-image.figure__image__half {
    width: 50%;
    margin-right: 25px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .section__content .container-image.figure__image__half + p {
    margin-top: 25px;
  }
}

.section__content .container-image.figure__image__half--left {
  float: left;
}

.section__content .container-image.figure__image__half--right {
  margin-right: 0;
  margin-left: 0;
  float: right;
}

@media (min-width: 768px) {
  .section__content .container-image.figure__image__half--right {
    margin-left: 15px;
  }
}

.section__content .content__embed {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .section__content .content__embed {
    padding-left: 50px;
    padding-right: 50px;
  }
  .section__content .content__embed.content__embed__half {
    width: 40%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .section__content .content__embed.content__embed__half + p {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .section__content .content__embed.content__embed__half.content__embed__half--left {
    margin-right: 25px;
    float: left;
  }
  .section__content .content__embed.content__embed__half.content__embed__half--right {
    margin-right: 0;
    margin-left: 15px;
    float: right;
  }
}

.section__content .content__embed .content__embed--cookie__decline {
  background-color: #36393D;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: .8em;
  cursor: pointer;
}

.section__content .content__iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.section__content .content__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__content .content__iframe--cookie__decline {
  background-color: #36393D;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: .8em;
  margin-bottom: 20px;
  cursor: pointer;
}

.section__content ul {
  margin-bottom: 30px;
}

.section__content .blockquote-big {
  font-size: 1.2em;
  line-height: 140%;
  font-style: oblique;
  color: #D17B0A;
  margin: 50px 25px;
  padding: 20px;
  text-align: center;
  position: relative;
  border-color: #D17B0A;
  border-bottom: solid 1px #D17B0A;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section__content .blockquote-big {
    font-size: 1.8em;
    margin-left: 50px;
    margin-right: 50px;
  }
}

.section__content .blockquote-big footer {
  font-style: normal;
  font-size: .7em;
  color: #000;
}

.section__content .blockquote-big footer cite {
  font-size: .7em;
}

.section__content .blockquote-big:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #D17B0A;
  font-size: 1.0em;
}

@media (min-width: 768px) {
  .section__content .blockquote-big:after {
    font-size: 1.6em;
  }
}

.stock-instock {
  color: green;
}

.stock-smallstock {
  color: #CF7500;
}