@charset "UTF-8";
.wunder-price-teaser {
  font-weight: 300;
}
.wunder-price-teaser .price-container {
  position: relative;
  margin-bottom: 180px;
}
.wunder-price-teaser .price-teaser-box {
  background: transparent linear-gradient(154deg, #EFB408 0%, #EE7203 100%) 0% 0% no-repeat padding-box;
  border-radius: 135px 0px;
  color: #fff;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  z-index: 2;
  margin-right: 25px;
}
.wunder-price-teaser .price-teaser-side {
  background: transparent linear-gradient(154deg, #EE7203 0%, #EE7203 100%) 0% 0% no-repeat padding-box;
  border-radius: 135px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.wunder-price-teaser .price-teaser-content {
  padding: 30px 5px;
}
.wunder-price-teaser .teaser-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding-bottom: 1rem;
}
.wunder-price-teaser .teaser-title span {
  font-weight: normal;
}
.wunder-price-teaser .teaser-data h3 {
  font-size: 1.8rem;
  color: #fff;
}
.wunder-price-teaser .teaser-data p {
  font-size: 1rem;
  color: #000;
  opacity: 0.25;
}
.wunder-price-teaser .teaser-badge {
  background: #EE7203;
  padding: 8px 15px;
  border-radius: 20px 0 20px 0;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 100%;
  letter-spacing: 2.28px;
  text-transform: uppercase;
  margin-top: 1rem;
  position: relative;
}
.wunder-price-teaser .teaser-badge::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #EE7203 transparent transparent transparent;
}
.wunder-price-teaser .teaser-rate-details {
  height: fit-content;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  text-align: left;
}
.wunder-price-teaser .teaser-rate-details p {
  margin-bottom: 0;
  color: #000;
}
.wunder-price-teaser .teaser-rate-details p span strong {
  font-size: 20px;
}
.wunder-price-teaser .price-teaser-shadow {
  background: transparent linear-gradient(180deg, #EE7203 0%, #EE720300 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 135px 0px 0px;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 180px;
}
.wunder-price-teaser .teaser-price {
  margin: 1rem 0;
}
.wunder-price-teaser .current-price {
  display: block;
  font-size: 1.8rem;
}
.wunder-price-teaser .old-price {
  font-size: 1rem;
  color: #000;
  opacity: 0.25;
}
.wunder-price-teaser .rateButton {
  color: #010023 !important;
  font-weight: 600;
}
.wunder-price-teaser .rateButton i {
  margin-left: 10px;
}
.wunder-price-teaser .teaser-button a {
  background-color: #010023;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 1rem;
  margin: 1rem 0;
}
.wunder-price-teaser .teaser-button a i {
  margin-left: 10px;
}
.wunder-price-teaser .teaser-rate-button button {
  background-color: #FFFFFF;
  font-weight: 300;
  color: #8A8A8A;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 1rem;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.wunder-price-teaser .teaser-rate-button button::after {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}
.wunder-price-teaser .teaser-rate-button button.open::after {
  transform: rotate(180deg);
}
.wunder-price-teaser .teaser-button button:hover {
  background-color: #333;
}
.wunder-price-teaser .teaser-details {
  border: none;
  background: white;
  color: #333;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

/*# sourceMappingURL=PriceTeaser.css.map */
