#aktuelle-werbung .experience-component.experience-werbung-macherpause .html-slot-container {
  width: 50%;
  padding-bottom: 1.5rem;
}
@media (max-width: 768.98px) {
  #aktuelle-werbung .experience-component.experience-werbung-macherpause .html-slot-container {
    width: 100%;
  }
}
#aktuelle-werbung .experience-component .html-slot-container .wrapper-link:hover .btn-primary {
  background-color: #9a9d9f;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  border: none;
}
#aktuelle-werbung .experience-component .html-slot-container .prospect-btn:hover {
  background-color: #9a9d9f !important;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  border: none;
}
#aktuelle-werbung .experience-component .html-slot-container .ad-content-with-img {
  position: relative;
  margin: 1.25rem 0;
  text-align: center;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aktuelle-werbung .experience-component .html-slot-container .prospect-img {
  max-height: 21.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  position: static;
}
#aktuelle-werbung .experience-component .html-slot-container .ad-qr-code {
  width: 8.125rem;
  position: absolute;
  right: 10%;
  top: 45%;
}
#aktuelle-werbung .experience-component .html-slot-container .ad-info-container {
  top: 20%;
  right: 10%;
  left: 42%;
  width: auto;
  background-color: #fff;
  position: absolute;
  padding: 1.25rem;
}
#aktuelle-werbung .experience-component .html-slot-container .prospect-btn {
  position: absolute;
  bottom: 0;
  right: 10%;
  min-width: 30%;
  border: none;
}
@media (max-width: 991.98px) {
  #aktuelle-werbung .experience-component .html-slot-container .ad-qr-code {
    display: none;
  }
  #aktuelle-werbung .experience-component .html-slot-container .ad-info-container {
    left: 30%;
    top: 50%;
    padding: 0.5rem;
  }
  #aktuelle-werbung .experience-component .html-slot-container .prospect-btn {
    bottom: 5rem;
    background: #3c3c3b !important;
    border: 1px solid #fff;
  }
}
#aktuelle-werbung .experience-component .participating-market-info {
  position: relative;
  text-align: center;
  font-size: 12px;
}
#aktuelle-werbung .experience-component .prospect-container {
  background-color: #fff;
  padding: 3rem 0;
}
#aktuelle-werbung .experience-component .prospect-link-container {
  margin: 1.5rem 0 0;
}
#aktuelle-werbung .experience-component .prospect-link-heading {
  margin-top: 0;
}
#aktuelle-werbung .whatsapp-banner-background {
  margin: 1rem 0;
}
#aktuelle-werbung .whatsapp-banner-background .whatsapp-qr-code {
  display: none;
}
@media (min-width: 992px) {
  #aktuelle-werbung .whatsapp-banner-background .whatsapp-qr-code {
    position: absolute;
    bottom: 5%;
    right: 40%;
    z-index: 1;
    height: 12rem;
    width: 12rem;
    display: block;
    top: 15%;
    border: 5px solid white;
  }
}

.pd-product-tile {
  position: relative;
  height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem;
  border: 1px solid #e2e2e2;
}
.pd-product-tile__badge {
  position: absolute;
  top: 1.25rem;
  left: 0.625rem;
  z-index: 7;
}
.pd-product-tile__badge .interferer-badge {
  padding: 0.1875rem 0.625rem;
  border-radius: 0 0.188rem 0.188rem 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #fd0;
  font-weight: 600;
}
.pd-product-tile__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.pd-product-tile__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.pd-product-tile__image {
  max-height: 11.25rem;
  max-width: 100%;
}
.pd-product-tile__name-container {
  display: block;
  margin-bottom: 0.313rem;
  line-height: 1.25rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.pd-product-tile__name-container:hover {
  text-decoration: none;
  color: #ca0a1c;
}
.pd-product-tile__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
  margin-top: auto;
}
.pd-product-tile__price-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.625rem;
}
.pd-product-tile__price-list {
  color: #ca0a1c;
}
.pd-product-tile__price-sales {
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ca0a1c;
}
@media (max-width: 991.98px) {
  .pd-product-tile {
    height: 22rem;
  }
  .pd-product-tile__prices {
    display: block;
  }
  .pd-product-tile__price-sales {
    padding-left: 0;
  }
  .pd-product-tile .energy-efficiency-container > a {
    display: block;
    position: relative;
    padding: 0;
    top: 4px;
  }
}

.two-product-rows-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px auto;
}

.two-product-rows__asset-column {
  width: 66.6666666667%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .two-product-rows__asset-column {
    width: 100%;
    height: auto;
  }
}

.two-product-rows__product-column {
  width: 33.3333333333%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .two-product-rows__product-column {
    width: 100%;
    height: auto;
  }
}

.two-product-rows__product-tile {
  height: 247px;
  margin-left: 6px;
  padding: 0.625rem;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.two-product-rows__product-tile.above {
  margin-bottom: 6px;
}
.two-product-rows__product-tile .two-product-rows__headline {
  height: 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
}
.two-product-rows__product-tile .two-product-rows__headline > * {
  vertical-align: middle;
}
.two-product-rows__product-tile .two-product-rows__product-content .pd-product-tile__compact {
  height: calc(217px - 1.25rem);
  padding: 0;
  border: 0;
}
.two-product-rows__product-tile .two-product-rows__product-content .pd-product-tile__compact::after {
  bottom: 0;
  right: 0;
}
.two-product-rows__product-tile .two-product-rows__product-content .pd-product-tile__compact .pd-product-tile__image {
  max-height: 8rem;
}
.two-product-rows__product-tile .two-product-rows__product-content .pd-product-tile__compact .pd-product-tile__name-container {
  width: 60%;
  margin: 0 auto 1.125rem auto;
  padding: 8.625rem 0 0 0;
  overflow: hidden;
}
.two-product-rows__product-tile .two-product-rows__product-content .pd-product-tile__compact .pd-product-tile__price-info {
  display: none;
}

.pd-background {
  position: relative;
}

.pd-background-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: -1;
}

.storepage {
  width: 100%;
  overflow-x: hidden;
  color: #3c3c3b;
  font-size: 0.875rem;
}
.storepage h1,
.storepage h2,
.storepage h3,
.storepage h4,
.storepage h5,
.storepage h6 {
  font-family: "Roboto Condensed", sans-serif;
}
