.ce-hero-event {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .ce-hero-event {
    margin-bottom: 80px;
  }
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 232px;
  padding-bottom: 60px;
  color: var(--white);
  background-size: cover;
  background-image: none;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--pink {
  background-color: #f4cce5;
  color: #8a106a;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--pink .ce-hero-event__bcrumb .item {
  color: #8a106a;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--pink .ce-hero-event__bcrumb .item:hover {
  text-decoration: underline;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--green {
  background-color: #cde6e7;
  color: #000;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--green .ce-hero-event__bcrumb .item {
  color: #000;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--green .ce-hero-event__bcrumb .item:hover {
  text-decoration: underline;
}
.ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--pink .ce-hero-event__overlay, .ce-hero-event.hero-unterseite.brxe-ce-hero-event.ce-hero-event--green .ce-hero-event__overlay {
  display: none !important;
}
.ce-hero-event .bricks-background-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ce-hero-event .bricks-background-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce-hero-event .ce-hero-event__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--black, #000);
  opacity: 0.4;
}
.ce-hero-event .ce-hero-event__bcrumb-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 0;
}
@media (max-width: 991px) {
  .ce-hero-event .ce-hero-event__bcrumb-holder {
    display: none;
  }
}
.ce-hero-event .ce-hero-event__bcrumb-holder::before, .ce-hero-event .ce-hero-event__bcrumb-holder::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ce-hero-event .ce-hero-event__bcrumb-holder::before {
  top: 0;
}
.ce-hero-event .ce-hero-event__bcrumb-holder::after {
  bottom: 0;
}
.ce-hero-event .ce-hero-event__bcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ce-hero-event .ce-hero-event__bcrumb .item {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ce-hero-event .ce-hero-event__bcrumb a.item:hover {
  color: var(--primary-1, #c7017f);
}
.ce-hero-event .ce-hero-event__bcrumb .ce-hero-event__bcrumb-sep {
  display: inline-flex;
  align-items: center;
  margin: 0 17px;
}
.ce-hero-event .ce-hero-event__bcrumb .ce-hero-event__bcrumb-sep svg {
  width: 5.75px;
  height: 10px;
  min-width: auto;
  min-height: auto;
}
.ce-hero-event .ce-hero-event__content {
  display: flex;
  flex-direction: column;
  padding-top: 90px;
}
@media (min-width: 992px) {
  .ce-hero-event .ce-hero-event__content {
    width: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.ce-hero-event .ce-hero-event__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 15px;
}
.ce-hero-event .ce-hero-event__tag {
  display: inline-flex;
  text-decoration: none;
}
.ce-hero-event .ce-hero-event__tag .link-block {
  display: inline-block;
  padding: 2.5px 5.5px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  transition: all 0.3s ease;
}
.ce-hero-event .ce-hero-event__tag:hover .link-block {
  background-color: var(--primary-1, #c7017f);
  border-color: transparent;
}
.ce-hero-event .ce-hero-event__heading {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 12px;
  backdrop-filter: blur(16px);
  background-color: rgba(0, 0, 0, 0.35);
  width: fit-content;
}
.ce-hero-event .ce-hero-event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 991px) {
  .ce-hero-event .ce-hero-event__meta {
    column-gap: 20px;
  }
}
.ce-hero-event .ce-hero-event__meta-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.ce-hero-event .hero__meta-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media (max-width: 991px) {
  .ce-hero-event .hero__meta-icon {
    width: 15px;
    height: 15px;
  }
}
.ce-hero-event .hero__meta-text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ce-hero-event .hero__meta-text {
    font-size: 12px;
    line-height: 15px;
  }
}
.ce-hero-event .ce-hero-event__cta {
  position: relative;
  z-index: 1;
}
.ce-hero-event .ce-hero-event__cta .ce-hero-event__button {
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  padding-left: 35px;
  border-radius: 10px;
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
  transition: all 0.3s ease;
}
.ce-hero-event .ce-hero-event__cta .ce-hero-event__button:hover {
  background-color: var(--primary-1);
  color: var(--white);
}
.ce-hero-event .ce-hero-event__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-event .ce-hero-event__play {
    right: 20px;
    bottom: 20px;
    padding: 11px;
  }
}
.ce-hero-event .ce-hero-event__play .hero__play-svg {
  width: 12px;
  height: 13px;
  min-width: 11px;
  min-height: 13px;
  fill: var(--primary-1, #c7017f);
}
.ce-hero-event .ce-hero-event__play .hero__play-svg--play {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.ce-hero-event .ce-hero-event__play.playing .hero__play-svg--play {
  display: none;
}
.ce-hero-event .ce-hero-event__play.stopped .hero__play-svg--stop {
  display: none;
}
.ce-hero-event.hero-video:not(.has-bg-video) .ce-hero-event__play {
  display: none;
}
