@media only screen and (max-width: 479px) {
  .products-grid {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .products-grid .product-items {
    display: block;
  }
  .products-grid .product-items .product-item {
    margin: 0 0 20px;
    padding: 0;
  }
  .toolbar-products {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 639px) {
  .teaser-topseller {
    margin: 10px auto 0;
  }
  .teaser-topseller .badshop-slider {
    max-width: 345px;
  }
  .product-item .measures span {
    margin: 0 20px 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .teaser-topseller .badshop-slider {
    max-width: 500px;
  }
  .teaser-topseller .badshop-slider .teaser-content {
    width: 10000%;
  }
  .products-grid .product-items .product-item .main-data .varianten {
    display: none;
  }
  .products-grid .product-items .product-item .add-bottom {
    margin-bottom: 15px;
  }
  .products-grid .product-items .product-item .add-left .varianten {
    margin: 5px 0;
  }
}
@media only screen and (min-width: 480px) {
  .products-grid .product-items {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .product-item-name {
    height: 50px;
    overflow: hidden;
  }
  .toolbar-products {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .teaser-topseller {
    margin: 10px 0 0;
  }
  .product-item .measures {
    min-height: 27px;
  }
  .product-item .measures span {
    margin: 0 6px 4px 0;
  }
  .badshop-slider .product-item .measures {
    min-height: 54px;
  }
  .products-list .product-item {
    /* table-layout: fixed; */
  }
  .products-list .product-item-photo {
    padding: 0 8px 8px 0;
    width: 30%;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 8px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
}
.price {
  color: rgba(0, 68, 106, 0.6);
}
.labelpfeil .labelcontent {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.teaser-topseller {
  position: relative;
  background: #f3f3f3;
  padding: 10px 0;
}
.teaser-topseller .highlight {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin: 20px;
  padding: 0;
  font-weight: normal;
  color: #333;
}
.teaser-topseller .inner-container {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
}
.teaser-topseller .inner-container .highlight {
  margin-bottom: 10px;
}
.teaser-topseller .badshop-slider {
  display: block;
  overflow: hidden;
  clear: both;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
}
.teaser-topseller .badshop-slider .teaser-content {
  left: 0;
  position: relative;
  display: flex;
}
.teaser-topseller .badshop-slider .teaser-content li {
  float: left;
  margin: 8px;
  width: 210px;
  max-width: unset;
  min-width: unset;
  padding: 5px;
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
}
.teaser-topseller .badshop-slider a {
  text-decoration: none;
}
.teaser-topseller .teaser_products .product-item-name {
  height: 50px;
  overflow: hidden;
}
.badshop-fader-items {
  position: relative;
  height: auto;
  width: 100%;
}
.badshop-banner-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.badshop-banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
.badshop-banner-item.active {
  display: block;
  position: relative;
  z-index: 2;
}
/*
    .badshop-banner-item:first-child {
        position: relative;
        opacity: 1;
        z-index: 4;
    }

   */
.badshop-fader-container {
  display: block;
  height: auto;
  clear: both;
  width: 100%;
  position: relative;
  margin: 10px auto 10px auto;
  max-width: 1200px;
  overflow: hidden;
}
.badshop-fader {
  width: 100%;
  display: block;
  position: relative;
  touch-action: pan-y;
}
.badshop-slider {
  touch-action: pan-y;
}
.teaser-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  pointer-events: none;
}
.teaser-nav-arrow-bubble {
  position: relative;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  pointer-events: auto;
}
.teaser-nav-arrow-left {
  border-right: 15px solid rgba(0, 68, 106, 0.8);
  border-left: none;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin: 6px 0 0 5px;
  width: 0;
}
.teaser-nav-arrow-left:hover {
  border-right-color: rgba(0, 68, 106, 0.6);
  cursor: pointer;
}
.teaser-nav-arrow-right {
  border-right: none;
  border-left: 15px solid rgba(0, 68, 106, 0.8);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin: 6px 0 0 10px;
  width: 0;
}
.teaser-nav-arrow-right:hover {
  border-left-color: rgba(0, 68, 106, 0.6);
  cursor: pointer;
}
.bottomctrl {
  position: absolute;
  bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.bottomctrl .radio {
  border: 1px solid #333;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.bottomctrl .active {
  background: #555;
}
/*
* Modul: Badshop_ProductDataExtend
* _teaser.less
*/
/*
* Modul: Badshop_ProductDataExtend
* category/_listings.less
*/
.product-item.variants .price-box .price::before {
  content: 'ab';
  margin: 0 5px 0 0;
  font-size: 0.8em;
}
.product-item .productlabel {
  position: absolute;
  color: #ffffff;
  z-index: 1;
}
.product-item .productlabel .label {
  height: 20px;
}
.product-item .measures {
  display: block;
  min-height: 28px;
}
.product-item .measures span {
  background: #ededed;
  padding: 3px 6px;
  display: inline-block;
}
.product-item .measures span::before {
  font-weight: bold;
  margin: 0 3px 0 0;
}
.product-item .measures span.breite::before {
  content: 'B';
}
.product-item .measures span.hoehe::before {
  content: 'H';
}
.product-item .measures span.tiefe::before {
  content: 'T';
}
.product-item .measures span:last-child {
  margin-right: 0;
}
.product-item .prev-prices {
  display: block;
  text-align: right;
  width: 100%;
  position: absolute;
}
.product-item .streichpreis {
  position: relative;
  text-align: right;
  color: #333;
}
.product-item .streichpreis.uvp::before {
  content: '';
  height: 1px;
  width: 80%;
  display: inline-block;
  border-bottom: 2px solid rgba(236, 102, 8, 0.8);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  /* -moz-transform: rotate(@uvp__transform-rotate);
					-webkit-transform: rotate(@uvp__transform-rotate); */
  transform: rotate(-8deg);
  position: absolute;
  top: 7px;
  right: 14px;
}
.product-item .streichpreis.uvp::after {
  content: '*';
  margin: 0 0 0 3px;
}
.product-item .streichpreis.uvp.preprice {
  margin-left: 10px;
}
.product-item .streichpreis.uvp.preprice::after {
  content: '**';
  margin: 0 0 0 3px;
}
.product-item .labelpfeil.rabatt .labelcontent {
  position: absolute;
  background: #668fa6;
  right: -5px;
  top: -35px;
  width: 40px;
  line-height: 20px;
}
.product-item .labelpfeil.rabatt .labelcontent.label-aktion {
  background: #ee6205;
}
.product-item .labelpfeil.rabatt .labelcontent.label-sale {
  background: #cd1719;
}
.product-item .labelpfeil.rabatt .labelcontent::before {
  content: '-';
}
.product-item .labelpfeil.rabatt .labelcontent::after {
  content: '%';
}
.product-item .label-promo {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  z-index: 3;
  padding: 0 20px 0 4px;
  top: -35px;
  height: 20px;
  line-height: 20px;
}
.product-item .label-promo.label-aktion {
  background: #ee6205;
}
.product-item .label-promo.label-sale {
  background: #cd1719;
}
.product-item .label-promo .info {
  display: none;
}
.product-item .label-promo::after {
  content: 'i';
  background: #fff;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 12px;
  top: 4px;
  right: 4px;
  height: 12px;
  font: 10px Arial;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.product-item .label-promo.label-aktion::after {
  color: #ee6205;
}
.product-item .label-promo.label-sale::after {
  color: #cd1719;
}
.product-item .label-promo:hover .info {
  display: block;
  position: absolute;
  background: #777;
  text-align: center;
  top: 20px;
  left: 0;
  width: 140px;
}
.product-item .prev-prices {
  right: 5px;
}
/*
* Theme: Badshop/default-theme
* Modul: Magento_Catalog
* _teaser.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Magento_Catalog
* category/_listings.less
*/
.products-grid .product-item,
.teaser-content .product-item {
  border: 1px solid #cccccc;
  position: relative;
  margin: 0;
}
.products-grid .product-item.sonderkennz,
.teaser-content .product-item.sonderkennz {
  /*
					&.sprint {
						border-color: @sprint_color;

						.main-data::before {
							content: 'Sprint';
							color: @sprint_color;
						}
					}
					*/
}
.products-grid .product-item.sonderkennz .main-data::before,
.teaser-content .product-item.sonderkennz .main-data::before {
  border: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: -5px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.products-grid .product-item.sonderkennz.topseller,
.teaser-content .product-item.sonderkennz.topseller {
  border-color: #ee6205;
}
.products-grid .product-item.sonderkennz.topseller .main-data::before,
.teaser-content .product-item.sonderkennz.topseller .main-data::before {
  content: 'Topseller';
  color: #ee6205;
}
.products-grid .product-item .product-image-container,
.teaser-content .product-item .product-image-container {
  display: block;
  height: auto;
  margin: 5px auto 15px;
  text-align: center;
  width: 100%;
}
.products-grid .product-item .product-image-wrapper,
.teaser-content .product-item .product-image-wrapper {
  display: block;
  /* height: 0; */
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
}
.products-grid .product-item .product-image-photo,
.teaser-content .product-item .product-image-photo {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  /* max-width: 100%;
					bottom: 0;
					left: 0;
					position: absolute;
					right: 0;
					top: 0; */
}
.products-grid .product-item-name,
.teaser-content .product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  word-wrap: break-word;
  color: #333333;
  margin: 0 0 10px;
}
.products-grid .product-item .itemurl,
.teaser-content .product-item .itemurl {
  margin: 5px;
  display: block;
  color: inherit;
}
.products-grid .product-item .itemurl:hover,
.teaser-content .product-item .itemurl:hover,
.products-grid .product-item .itemurl:active,
.teaser-content .product-item .itemurl:active,
.products-grid .product-item .itemurl:visited,
.teaser-content .product-item .itemurl:visited {
  color: inherit;
  text-decoration: none;
}
.products-grid .product-item-info,
.teaser-content .product-item-info {
  max-width: 100%;
}
.products-grid .product-item .delivery_time::after,
.teaser-content .product-item .delivery_time::after {
  content: '1';
  vertical-align: super;
  font-size: 0.6em;
  margin-left: 3px;
}
.products-grid .product-item .varianten,
.teaser-content .product-item .varianten {
  display: block;
  padding: 3px;
  font-size: 12px;
  background: #ededed;
  text-align: center;
}
.products-grid .product-item .add-bottom,
.teaser-content .product-item .add-bottom {
  position: relative;
  margin-top: 10px;
}
.products-grid .product-item-actions,
.teaser-content .product-item-actions {
  font-size: 0;
}
.products-grid .product-item-actions > *,
.teaser-content .product-item-actions > * {
  font-size: 1.4rem;
}
.products-grid .product-item-actions .actions-secondary,
.teaser-content .product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.products-grid .product-item-actions .actions-secondary > button.action,
.teaser-content .product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.products-grid .product-item-actions .actions-secondary > button.action:focus,
.teaser-content .product-item-actions .actions-secondary > button.action:focus,
.products-grid .product-item-actions .actions-secondary > button.action:active,
.teaser-content .product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.products-grid .product-item-actions .actions-secondary > button.action:hover,
.teaser-content .product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.products-grid .product-item-actions .actions-secondary > button.action.disabled,
.teaser-content .product-item-actions .actions-secondary > button.action.disabled,
.products-grid .product-item-actions .actions-secondary > button.action[disabled],
.teaser-content .product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .products-grid .product-item-actions .actions-secondary > button.action,
fieldset[disabled] .teaser-content .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.products-grid .product-item-actions .actions-secondary > .action,
.teaser-content .product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.products-grid .product-item-actions .actions-secondary > .action::before,
.teaser-content .product-item-actions .actions-secondary > .action::before {
  margin: 0;
}
.products-grid .product-item-actions .actions-primary,
.teaser-content .product-item-actions .actions-primary {
  display: inline-block;
}
.products-grid .product-item-description,
.teaser-content .product-item-description {
  margin: 20px 0;
}
.products-grid .product-item .product-reviews-summary .rating-summary,
.teaser-content .product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.products-grid .product-item .product-reviews-summary .reviews-actions,
.teaser-content .product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.products-grid .product-item .price-box,
.teaser-content .product-item .price-box {
  clear: both;
  margin: 15px 0 0;
  text-align: right;
}
.products-grid .product-item .price-box .price,
.teaser-content .product-item .price-box .price {
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
.products-grid .product-item .price-box .price-label,
.teaser-content .product-item .price-box .price-label {
  font-size: 12px;
}
.products-grid .product-item .price-box .price-label::after,
.teaser-content .product-item .price-box .price-label::after {
  content: ':';
}
.products-grid .product-item .regular-price .price-label,
.teaser-content .product-item .regular-price .price-label {
  display: none;
}
.products-grid .product-item .price-excluding-tax,
.teaser-content .product-item .price-excluding-tax,
.products-grid .product-item .price-including-tax,
.teaser-content .product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.products-grid .product-item .price-from,
.teaser-content .product-item .price-from,
.products-grid .product-item .price-to,
.teaser-content .product-item .price-to {
  margin: 0;
}
.products-grid .product-item .tocart,
.teaser-content .product-item .tocart {
  white-space: nowrap;
}
.products-grid .price-container .price,
.teaser-content .price-container .price {
  font-size: 1.4rem;
}
.products-grid .price-container .price-including-tax + .price-excluding-tax,
.teaser-content .price-container .price-including-tax + .price-excluding-tax,
.products-grid .price-container .weee,
.teaser-content .price-container .weee {
  margin-top: 4px;
}
.products-grid .price-container .price-including-tax + .price-excluding-tax,
.teaser-content .price-container .price-including-tax + .price-excluding-tax,
.products-grid .price-container .weee,
.teaser-content .price-container .weee,
.products-grid .price-container .price-including-tax + .price-excluding-tax .price,
.teaser-content .price-container .price-including-tax + .price-excluding-tax .price,
.products-grid .price-container .weee .price,
.teaser-content .price-container .weee .price,
.products-grid .price-container .weee + .price-excluding-tax::before,
.teaser-content .price-container .weee + .price-excluding-tax::before,
.products-grid .price-container .weee + .price-excluding-tax .price,
.teaser-content .price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.products-grid .price-container .weee::before,
.teaser-content .price-container .weee::before {
  content: '(' attr(data-label) ': ';
}
.products-grid .price-container .weee::after,
.teaser-content .price-container .weee::after {
  content: ')';
}
.products-grid .price-container .weee + .price-excluding-tax::before,
.teaser-content .price-container .weee + .price-excluding-tax::before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 24px 24px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
