.ce-hero-startseite {
  position: relative;
  overflow: hidden;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 232px;
  padding-bottom: 120px;
  min-height: 801px;
  color: white;
}
@media screen and (max-width: 991px) {
  .ce-hero-startseite {
    min-height: 560px;
    padding-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  .ce-hero-startseite {
    margin-bottom: 80px;
  }
}
.ce-hero-startseite .bricks-background-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ce-hero-startseite .bricks-background-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce-hero-startseite .ce-hero-startseite__overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.35;
  background-color: var(--black);
}
.ce-hero-startseite .ce-hero-startseite__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 101px;
}
@media screen and (min-width: 992px) {
  .ce-hero-startseite .ce-hero-startseite__inner {
    padding-top: 80px;
  }
}
.ce-hero-startseite .ce-hero-startseite__title {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ce-hero-startseite .ce-hero-startseite__title {
    font-size: 80px;
    line-height: 90px;
  }
}
.ce-hero-startseite .ce-hero-startseite__colored {
  font-weight: 700;
}
.ce-hero-startseite .ce-hero-startseite__colored.tile-pink {
  color: #000;
  background-color: #f4cce5;
  -webkit-box-shadow: 20px 0 0 3px #f4cce5, -20px 0 0 3px #f4cce5;
  box-shadow: 20px 0 0 3px #f4cce5, -20px 0 0 3px #f4cce5;
}
.ce-hero-startseite .ce-hero-startseite__colored.tile-green {
  color: #000;
  background-color: #cde6e7;
  -webkit-box-shadow: 20px 0 0 3px #cde6e7, -20px 0 0 3px #cde6e7;
  box-shadow: 20px 0 0 3px #cde6e7, -20px 0 0 3px #cde6e7;
}
.ce-hero-startseite .ce-hero-startseite__description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .ce-hero-startseite .ce-hero-startseite__description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
    max-width: 770px;
  }
}
.ce-hero-startseite .ce-hero-startseite__play {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  width: 35px;
  height: 35px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  cursor: pointer;
}
@media (max-width: 478px) {
  .ce-hero-startseite .ce-hero-startseite__play {
    right: 20px;
    bottom: 20px;
    padding: 11px;
  }
}
.ce-hero-startseite .ce-hero-startseite__play .hero__play-svg {
  width: 12px;
  height: 13px;
  min-width: 11px;
  min-height: 13px;
  fill: var(--primary-1, #c7017f);
}
.ce-hero-startseite .ce-hero-startseite__play .hero__play-svg--play {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.ce-hero-startseite .ce-hero-startseite__play.playing .hero__play-svg--play {
  display: none;
}
.ce-hero-startseite .ce-hero-startseite__play.stopped .hero__play-svg--stop {
  display: none;
}
.ce-hero-startseite.hero-video:not(.has-bg-video) .ce-hero-startseite__play {
  display: none;
}
