:root {
  --contrastColorRGB: 0, 0, 0;
  --gap: 20px;
}
.px-teaser {
  padding: 27px 0;
}
.px-teaser.valuation .item {
  color: var(--fontColor);
  padding: 40px;
  border-radius: 10px;
  background: var(--Solid---White, #FFF);
  /* - Shadow */
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
}
.px-teaser.valuation .item .text {
  margin-top: 20px;
}
.px-teaser.valuation .item .text .stars {
  margin-top: 30px;
}
.px-teaser.valuation .item .text .stars .star {
  height: 15px;
  width: 15px;
}
.px-teaser.valuation .item .text .author {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--miniFont);
}
.px-teaser.valuation .item .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.px-teaser.valuation .item .content-top .qoute {
  mask: url("img/quote.svg");
  width: 30px;
  height: 30px;
  background-color: var(--contrastColor);
}
.px-teaser.valuation .item .content-top .provenexpert-badge {
  height: 52.261px;
  width: 67.525px;
  background-image: url(../../img/icons/provenexpert-badge.svg);
}
.px-teaser.product .item {
  color: var(--contrastColorInverted);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--Solid---Primary-Dark, #242933);
  display: flex;
  max-width: 100%;
  padding: 25px 0px 40px 0px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.px-teaser.product .item::after {
  content: "";
  display: block;
  width: 52px;
  height: 62px;
  background-image: var(--website-logo-sticky-image-url-deep);
  background-size: cover;
  position: absolute;
  bottom: 27px;
  right: 33px;
}
.px-teaser.product .item .bubble {
  position: absolute;
  right: 10px;
  top: -27px;
  padding: 10px;
  border-radius: 50px;
  background: var(--thirdColor, #4abe3a);
  font-family: var(--miniFont);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.px-teaser.product .item .image {
  display: flex;
  padding: 0px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-height: 200px;
  width: 100%;
}
@media (max-width: 1200px) {
  .px-teaser.product .item .image {
    max-height: inherit;
  }
}
.px-teaser.product .item .image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-teaser.product .item .image a.lightbox-grafik {
  position: relative;
}
.px-teaser.product .item .image a.lightbox-grafik::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--warningColor);
  mask: url("../../img/lupe.svg") no-repeat center/100% auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.px-teaser.product .item .content {
  display: flex;
  padding: 30px 40px 0px 40px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.px-teaser.product .item .content .text {
  margin-top: 15px;
}
.px-teaser.product .item .content .text .wp-block-button__link.wp-element-button {
  background: transparent;
  border: inset 1px var(--contrastColorInverted);
  color: var(--contrastColorInverted);
  margin-top: 35px;
}
.px-teaser.product .item .content .text .wp-block-button__link.wp-element-button::after {
  content: unset;
}
.px-teaser.product .item .buttons {
  padding: 35px 40px 0px 40px;
  margin-top: auto;
}
.px-teaser.product .item .buttons .wp-element-button {
  color: var(--contrastColorInverted);
  border: inset 1px var(--contrastColorInverted);
  background: transparent;
}
.px-teaser.product .item .buttons .wp-element-button::after {
  content: unset;
}
