.pse-energy .pse-background-layer {
  overflow: hidden;
  background-color: #000000;
}
.pse-energy .pse-background-layer .background {
  width: 110%;
  height: 200%;
  background: #000000;
  background: radial-gradient(circle, #4b4b4b 0%, black 80%);
  position: absolute;
  right: -25%;
}
.pse-energy .pse-content-container {
  max-width: 580px;
  width: 100%;
}
.pse-energy .pse-content-container .headline-h2 {
  color: #fdc300;
}
.pse-energy .pse-content-container .pse-energy-text-border {
  border-left: 5px solid #fdc300;
  padding-left: 35px;
}
.pse-energy .pse-image {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.pse-energy .pse-image .pse-energy-dose {
  width: 100%;
  max-width: 380px;
  position: absolute;
  right: 12%;
  bottom: -50px;
  z-index: 2;
}
.pse-energy .pse-image .pse-energy-flasche {
  width: 100%;
  max-width: 270px;
  position: absolute;
  right: -120px;
  bottom: 0;
  z-index: 1;
  filter: blur(12px);
}

.pse-original .pse-background-layer {
  overflow: hidden;
  background-color: #009fe3;
}
.pse-original .pse-background-layer .background {
  width: 110%;
  height: 180%;
  background: #009fe3;
  background: radial-gradient(circle, #afd2e2 0%, #009fe3 80%);
  position: absolute;
  right: -25%;
}
.pse-original .pse-content-container {
  max-width: 580px;
  width: 100%;
}
.pse-original .pse-content-container .headline-h2 {
  color: #003063;
}
.pse-original .pse-content-container .pse-energy-text-border {
  border-left: 5px solid #003063;
  padding-left: 35px;
}
.pse-original .pse-image {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.pse-original .pse-image .pse-original-dose {
  width: 100%;
  max-width: 380px;
  position: absolute;
  right: 12%;
  bottom: -50px;
  z-index: 2;
}
.pse-original .pse-image .pse-original-flasche-small {
  width: 100%;
  max-width: 270px;
  position: absolute;
  right: -120px;
  bottom: 0;
  z-index: 1;
  filter: blur(12px);
}

.pse-smeg .pse-content-container {
  max-width: 660px;
}
.pse-smeg .pse-image {
  max-width: 1350px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.pse-smeg .pse-image .shs-smeg {
  max-width: 380px;
  width: 100%;
  margin-bottom: -90px;
}
.pse-smeg .pse-background-layer {
  background-color: #009fe3;
}
.pse-smeg .pse-background-layer .background {
  width: 110%;
  height: 180%;
  background: #009fe3;
  background: radial-gradient(circle, #afd2e2 0%, #009fe3 80%);
  position: absolute;
  right: -25%;
}
.pse-smeg .pse-background-layer .smeg-ice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/startpage/shop-slider-smeg-ice.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 2000px) {
  .pse-energy .pse-image .pse-energy-dose {
    max-width: 320px;
  }
  .pse-energy .pse-image .pse-energy-flasche {
    max-width: 240px;
    right: 0;
  }

  .pse-original .pse-image .pse-original-dose {
    max-width: 320px;
  }
  .pse-original .pse-image .pse-original-flasche-small {
    max-width: 240px;
    right: 0;
  }

  .pse-smeg .pse-image .shs-smeg {
    max-width: 340px;
    margin-right: 80px;
  }
}
@media (max-width: 1700px) {
  .pse-energy .pse-content-container {
    max-width: 470px;
  }
  .pse-energy .pse-content-container .pse-energy-text-border {
    padding-left: 25px;
  }
  .pse-energy .pse-image {
    max-width: 950px;
  }
  .pse-energy .pse-image .pse-energy-dose {
    right: 0;
    max-width: 300px;
    bottom: 0;
  }
  .pse-energy .pse-image .pse-energy-flasche {
    max-width: 200px;
    right: -190px;
  }
  .pse-energy .pse-background-layer .background {
    width: 100%;
    right: 0;
  }

  .pse-original .pse-content-container {
    max-width: 470px;
  }
  .pse-original .pse-content-container .pse-energy-text-border {
    padding-left: 25px;
  }
  .pse-original .pse-image {
    max-width: 950px;
  }
  .pse-original .pse-image .pse-original-dose {
    right: 0;
    max-width: 300px;
    bottom: 0;
  }
  .pse-original .pse-image .pse-original-flasche-small {
    max-width: 200px;
    right: -190px;
  }
  .pse-original .pse-background-layer .background {
    width: 100%;
    right: 0;
  }

  .pse-smeg .pse-content-container {
    max-width: 480px;
  }
  .pse-smeg .pse-image .shs-smeg {
    max-width: 300px;
    margin-right: 13%;
    margin-bottom: -50px;
  }
}
@media (max-width: 1199.99px) {
  .pse-energy .pse-content-container {
    max-width: 400px;
  }
  .pse-energy .pse-image {
    max-width: 100%;
  }
  .pse-energy .pse-image .pse-energy-dose {
    right: 130px;
    max-width: 270px;
  }
  .pse-energy .pse-image .pse-energy-flasche {
    max-width: 200px;
    right: -20px;
  }

  .pse-original .pse-content-container {
    max-width: 400px;
  }
  .pse-original .pse-image {
    max-width: 100%;
  }
  .pse-original .pse-image .pse-original-dose {
    right: 130px;
    max-width: 270px;
  }
  .pse-original .pse-image .pse-original-flasche-small {
    max-width: 200px;
    right: -20px;
  }

  .pse-smeg .pse-image .shs-smeg {
    max-width: 260px;
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .pse-energy .pse-image .pse-energy-dose {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    max-width: 230px;
  }
  .pse-energy .pse-image .pse-energy-flasche {
    max-width: 180px;
    right: 15%;
  }
  .pse-energy .pse-image .pse-original-dose {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    max-width: 230px;
  }
  .pse-energy .pse-image .pse-original-flasche-small {
    max-width: 180px;
    right: 15%;
  }

  .pse-original .pse-image .pse-original-dose {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    max-width: 230px;
  }
  .pse-original .pse-image .pse-original-flasche-small {
    max-width: 180px;
    right: 15%;
  }

  .pse-smeg .pse-image .shs-smeg {
    max-width: 38%;
    margin: 0 auto -10% auto;
  }
  .pse-smeg .pse-background-layer .background {
    width: 100%;
    right: auto;
  }
}
@media (max-width: 767.98px) {
  .pse-energy .pse-image .pse-energy-dose {
    max-width: 200px;
    bottom: -111px;
  }
  .pse-energy .pse-image .pse-energy-flasche {
    display: none;
  }

  .pse-original .pse-image .pse-original-dose {
    max-width: 200px;
    bottom: -111px;
  }
  .pse-original .pse-image .pse-original-flasche-small {
    display: none;
  }

  .pse-smeg .pse-image .shs-smeg {
    max-width: 50%;
    margin: 0 auto -10% auto;
  }
}

/*# sourceMappingURL=promotion-slides.css.map */
