.teaser {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-top: 160px;
  padding-bottom: 160px;
}
.teaser.dark {
  background: var(--color-gradient-darkgrey);
}
.teaser-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  z-index: 1;
}
.teaser-headline {
  font-size: 45px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.teaser-image-bgShape {
  position: absolute;
  width: 1422px;
  height: 1107px;
  top: 300px;
  right: -410px;
}
.teaser-image-bgShape.bright, .teaser-image-bgShape.dark {
  --shape-color-left: #887F7799;
  --shape-color-right: #4D474199;
}
.teaser-image-bgShape.music {
  --shape-color-left: #F59E4099;
  --shape-color-right: #E52C1799;
}
.teaser-image-bgShape.audiobooks {
  --shape-color-left: #F3E60099;
  --shape-color-right: #B1CB2A99;
}
.teaser-image-bgShape.ebooks {
  --shape-color-left: #5E7BCC99;
  --shape-color-right: #4A52AF99;
}
.teaser-image-bgShape.books {
  --shape-color-left: #A3E6E499;
  --shape-color-right: #31B7BC99;
}
.teaser-image-bgShape--dark {
  --shape-color: var(--color-grey-800);
  position: absolute;
  width: 1300px;
  height: 1300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .teaser-image-bgShape {
    width: 768px;
    height: 611px;
    top: 150px;
    right: -580px;
  }
  .teaser-image-bgShape--dark {
    width: 809px;
    height: 809px;
  }
}
@media (max-width: 390px) {
  .teaser-image-bgShape {
    width: 474px;
    height: 369px;
    top: 150px;
    right: -280px;
  }
  .teaser-image-bgShape--dark {
    width: 650px;
    height: 650px;
  }
}