.swiper {
  width: 100%;
  height: auto;
  overflow: clip;
}

/* fix for height bug in dev */
.swiper-wrapper {
  height: auto !important;
}

.EventsRow {
  padding-top: var(--space-fixed-3xl);
  padding-bottom: var(--space-fixed-3xl);
}
.-loading .EventsRow-card, .-loading .EventsRow__slideshow-controls, .-loading .EventsRow-card__button {
  position: absolute;
  left: -99999999px;
  opacity: 0;
}
.-no-slides .EventsRow-card, .-no-slides .EventsRow-card__button {
  display: none;
}
.EventsRow-card {
  border: none;
  padding: 0;
  position: relative;
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.EventsRow-card a {
  text-decoration: none;
}
.EventsRow-card a::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.EventsRow-card a:hover .EventsRow-card__headline, .EventsRow-card a:focus-visible .EventsRow-card__headline {
  color: var(--color-soft-black);
  text-decoration-color: var(--color-soft-black);
}
.EventsRow-card a:hover .EventsRow-card__datetime, .EventsRow-card a:focus-visible .EventsRow-card__datetime {
  color: var(--color-slate-700);
}
.EventsRow-card:has(a:focus-visible, a:hover) {
  outline: none;
}
.EventsRow-card:has(a:focus-visible, a:hover) .EventsRow-card__image-wrapper::after {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .EventsRow-card:has(a:focus-visible, a:hover) .EventsRow-card__image {
    transform: scale3d(1.07, 1.07, 1.07);
    transform-origin: center;
  }
}
.EventsRow-card:has(a:focus-visible, a:hover) .EventsRow-card_ext-link-icon {
  opacity: 1;
  margin: var(--space-sm) var(--space-fixed-sm) 0;
}
.EventsRow-card a:where(:focus-visible) {
  outline: none;
}
.EventsRow-card__image-wrapper {
  aspect-ratio: 346/218.53;
  position: relative;
  overflow: clip;
  margin-bottom: var(--space-sm);
}
.EventsRow-card__image-wrapper::after {
  transition: var(--transition-base);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.EventsRow-card_ext-link-icon {
  opacity: 0;
  margin: 30px 30px 0;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font-size-2xl);
  transform: rotate(-45deg);
  z-index: 2;
}
.EventsRow-card__image {
  width: 101%;
  position: relative;
}
.EventsRow-card__headline {
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: var(--font-weight-medium);
}
.EventsRow-card__datetime {
  position: relative;
  font-size: var(--font-size-medium);
  font-family: var(--font-family-mono);
}
.EventsRow-card__date {
  position: relative;
  padding-right: calc(var(--space-2xs) * 2);
}
.EventsRow-card__date::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 8px;
  right: calc(var(--space-2xs) / 2 - 2px);
  bottom: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-slate-200) !important;
  border-radius: 100%;
  text-align: center;
}
.EventsRow__footer {
  margin-top: var(--space-fixed-lg);
  padding: 0 var(--space-sm) 0 var(--space-lg) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-fixed-2xs);
}
.EventsRow__slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-fixed-2xs);
}
.EventsRow__slideshow-button {
  display: flex;
  padding: var(--space-2xs) var(--space-xs);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: var(--space-2xs);
  border-radius: 100%;
  border: 1px solid rgba(55, 62, 67, 0.45);
  color: var(--button-color);
  background: var(--button-background);
  transition: var(--transition-base);
  font-size: var(--font-size-medium);
  margin-bottom: 0;
  margin-right: 0;
  min-height: auto;
  width: 100%;
  letter-spacing: 0;
}
.EventsRow__slideshow-button[disabled], .EventsRow__slideshow-button[disabled]:focus-visible, .EventsRow__slideshow-button[disabled]:hover {
  background: var(--button-background);
  border-color: rgba(55, 62, 67, 0.25);
  color: rgba(55, 62, 67, 0.25);
  cursor: not-allowed;
}
.EventsRow__slideshow-button:not([disabled]):hover, .EventsRow__slideshow-button:not([disabled]):focus-visible {
  background: var(--button-background-hover);
  color: var(--button-color-hover);
  border-color: var(--button-background-hover);
}
.EventsRow button:not([disabled]):hover,
.EventsRow button:not([disabled]):focus-visible {
  background: var(--button-background-hover);
}
.EventsRow button .fa-angle-right {
  display: block;
}
.EventsRow__button-prev {
  transform: rotate(180deg);
}
.EventsRow__button {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-medium);
  line-height: normal;
}
.EventsRow__message {
  display: none;
}
.-loading .EventsRow__message, .-no-slides .EventsRow__message {
  display: flex;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 45px auto 0;
  padding: var(--space-fixed-lg) var(--50px);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-medium);
  line-height: 1.5;
  color: var(--color-text);
  background-color: #fff;
  border: 1px solid var(--color-wmsilver-600);
}/*# sourceMappingURL=events.css.map */