@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-display: swap;
  src: url(../Fonts/NotoSansDisplay_Condensed-Bold.ttf) format('truetype');
}

body.template-event {
  --pink: #e5007c;
  --light-turqiouse: #95d0c3;
  --turqiouse: #57c6a1;
  --white: #f1f7f0;
  --clr-grid: var(--white);
  --font-text: 'Noto Sans Display', sans-serif;
}
body.template-event .element-navbar .navbar__logo img {
  max-height: 100%;
}
body.template-event .element-navbar .navbar__list {
  flex-grow: 1;
  justify-content: space-between;
}
body.template-event .element-navbar [aria-control="mega-menu-language"], body.template-event .element-navbar [aria-controls="mega-menu-language"] {
  display: none;
}
body.template-event .element-event-header .h1 {
  max-width: none;
}
body.template-event .element-event-header .h1 span {
  display: block;
}
body.template-event .element-text-media {
  background-color: var(--white);
  box-shadow: 0 0 0 24px var(--white);
}
body.template-event .element-text-media .element-text-media-link .link__arrow {
  background-color: var(--clr-accent, var(--pink));
}
body.template-event .element-text-media .element-text-media-link .link__arrow .icon svg:not(.feather) rect, body.template-event .element-text-media .element-text-media-link .link__arrow .icon svg:not(.feather) path:not([fill=none]) {
  fill: var(--white);
}
body.template-event .element-image-slider {
  background-color: var(--white);
  box-shadow: 0 0 0 24px var(--white);
}
body.template-event .slider__navigation .navigation__button {
  background-color: var(--pink);
  border: 1px solid var(--pink);
}
body.template-event .slider__navigation .navigation__button .icon:is(svg):not(.feather) path:not([fill=none]), body.template-event .slider__navigation .navigation__button .icon svg:not(.feather) path:not([fill=none]), body.template-event .slider__navigation .navigation__button .icon:is(svg):not(.feather) circle, body.template-event .slider__navigation .navigation__button .icon svg:not(.feather) circle, body.template-event .slider__navigation .navigation__button .icon:is(svg):not(.feather) rect, body.template-event .slider__navigation .navigation__button .icon svg:not(.feather) rect {
  fill: var(--white);
}
body.template-event .element-attachment-card {
  box-shadow: none;
}
body.template-event .element-attachment-card .card__arrow {
  background-color: var(--pink);
  border: 1px solid var(--pink);
}
body.template-event .element-attachment-card .card__arrow .icon:is(svg):not(.feather) path:not([fill=none]), body.template-event .element-attachment-card .card__arrow .icon svg:not(.feather) path:not([fill=none]) {
  fill: var(--white);
}
body.template-event .element-testimonial {
  margin-top: 24rem;
  margin-bottom: 17.5rem;
}
body.template-event .element-testimonial .testimonial__title::before {
  background-color: var(--turqiouse);
}
body.template-event .element-testimonial .testimonial__grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 6.6rem;
}
@media screen and (max-width: 780px) {
  body.template-event .element-testimonial .testimonial__grid {
    gap: 2rem;
  }
}
@media screen and (max-width: 440px) {
  body.template-event .element-testimonial .testimonial__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.template-event .element-testimonial .testimonial__grid .testimonial__tile img {
  filter: none;
}
body.template-event .element-headline, body.template-event .element-section > .element-headline {
  margin-top: 14rem;
}
@media (min-width: 900px) {
  body.template-event .element-headline.h2, body.template-event .element-section > .element-headline.h2 {
    z-index: -1;
  }
}
body.template-event .element-headline.h2::after, body.template-event .element-section > .element-headline.h2::after {
  background-image: linear-gradient(to bottom, transparent 50%, var(--clr-border, black) 50%, var(--clr-border, black) calc(50% + 1px), transparent calc(50% + 1px));
}
body.template-event .element-headline.h2 + *, body.template-event .element-section > .element-headline.h2 + * {
  margin-top: 2rem;
}
@media (max-width: 780px) {
  body.template-event .element-headline.h2 + *, body.template-event .element-section > .element-headline.h2 + * {
    margin-top: 4rem;
  }
}
body.template-event .element-headline.h2 + .element-image-slider, body.template-event .element-section > .element-headline.h2 + .element-image-slider {
  margin-top: 4rem;
}
body.template-event .additional-background {
  z-index: -1;
}
body.template-event .additional-background div {
  position: absolute;
  width: clamp(300px, 21vw, 504px);
}
body.template-event .additional-background div.top {
  top: 20%;
  right: calc(100vw - clamp(300px, 21vw, 504px) - (100vw - 100%) / 2);
  /* break out of container width --> viewport - element-width - container-margin */
}
body.template-event .additional-background div.bottom {
  top: 75%;
  left: calc(100vw - clamp(300px, 21vw, 504px) - (100vw - 100%) / 2);
  /* break out of container width --> viewport - element-width - container-margin */
}
body.template-event .additional-background div img {
  width: clamp(300px, 21vw, 504px);
  height: auto;
}
body.template-event .element-footer {
  z-index: 1;
}

