.fok-events,
.fok-event-single {
  --fok-teal: #009aa6;
  --fok-lime: #95c11f;
  --fok-ink: #111;
  --fok-muted: #555d60;
  --fok-line: #d8e6e7;
  --fok-soft: #f3f9f9;
  --fok-alert: #b20000;
  --union-red: #e30613;
  color: var(--fok-ink);
  font-family: inherit;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(30px, 5vw, 58px) 18px;
}

.fok-events *,
.fok-event-single * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.fok-events.fok-events--listing-only,
.fok-events.fok-events--union-only {
  margin: 0;
  max-width: none;
  padding: 0;
}

.fok-events--union-only .fok-events__union-promo {
  margin-bottom: 0;
}

.fok-events__hero {
  align-content: end;
  background-color: #006f78;
  background-position: center;
  background-size: cover;
  border-bottom: 6px solid var(--fok-lime);
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  grid-template-columns: 1fr;
  isolation: isolate;
  margin-bottom: 28px;
  min-height: clamp(390px, 48vw, 510px);
  overflow: hidden;
  padding: clamp(32px, 6vw, 68px);
  position: relative;
}

.fok-events__hero::before {
  background: rgba(0, 66, 72, 0.94);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.fok-events__hero.has-image::before {
  background: rgba(0, 41, 45, 0.73);
}

.fok-events__hero-copy {
  max-width: 820px;
}

.fok-events__eyebrow {
  color: var(--fok-lime);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.fok-events__hero .fok-events__eyebrow {
  color: #d9f680;
  font-size: 15px;
  text-transform: uppercase;
}

.fok-events h1,
.fok-event-single h1 {
  color: var(--fok-teal);
  font-size: clamp(34px, 4.3vw, 52px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 14px;
}

.fok-events__hero h1 {
  color: #fff;
  font-size: clamp(38px, 5.2vw, 62px);
  max-width: 880px;
}

.fok-events__hero-copy > p:not(.fok-events__eyebrow),
.fok-event-single__hero-copy > p:not(.fok-events__eyebrow) {
  color: var(--fok-muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.fok-events__hero-copy > p:not(.fok-events__eyebrow) {
  color: #fff;
  font-size: clamp(17px, 2vw, 21px);
  max-width: 760px;
}

.fok-events__hero-action {
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  margin-top: 24px;
  min-height: 46px;
  padding: 10px 16px;
  text-decoration: none;
}

.fok-events__hero-action:hover,
.fok-events__hero-action:focus {
  background: #fff;
  color: var(--fok-teal);
  text-decoration: none;
}

.fok-events__hero-facts {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
}

.fok-events__hero-facts > div {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  padding: 3px 24px;
}

.fok-events__hero-facts > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.fok-events__hero-facts span,
.fok-events__hero-facts small {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.fok-events__hero-facts strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin: 4px 0;
}

.fok-events__union-promo {
  align-items: center;
  background: var(--union-red);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.5fr) auto;
  margin: 0 0 38px;
  padding: 26px 28px;
}

.fok-events__union-copy p {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.fok-events__union-copy h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 7px;
}

.fok-events__union-copy > span {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.fok-events__union-games {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fok-events__union-games a {
  background: #fff;
  border: 2px solid #fff;
  color: var(--union-red);
  display: block;
  min-width: 0;
  padding: 11px 12px;
  text-decoration: none;
}

.fok-events__union-games a:hover,
.fok-events__union-games a:focus {
  background: var(--union-red);
  color: #fff;
  text-decoration: none;
}

.fok-events__union-games span,
.fok-events__union-games small {
  color: var(--union-red);
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.fok-events__union-games a:hover span,
.fok-events__union-games a:hover small,
.fok-events__union-games a:focus span,
.fok-events__union-games a:focus small {
  color: #fff;
}

.fok-events__union-games strong {
  color: var(--union-red);
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin: 4px 0;
  overflow-wrap: anywhere;
}

.fok-events__union-games a:hover strong,
.fok-events__union-games a:focus strong {
  color: #fff;
}

.fok-events__union-all {
  background: #fff;
  border: 2px solid #fff;
  color: var(--union-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
}

.fok-events__union-all:hover,
.fok-events__union-all:focus {
  background: var(--union-red);
  color: #fff;
  text-decoration: none;
}

.fok-events__filters {
  border-bottom: 1px solid var(--fok-line);
  border-top: 1px solid var(--fok-line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 44px;
  padding: 13px 0;
}

.fok-events__filters a {
  background: #fff;
  border: 1px solid var(--fok-line);
  color: var(--fok-teal);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 9px 12px;
  text-decoration: none;
}

.fok-events__filters a:hover,
.fok-events__filters a:focus,
.fok-events__filters a.is-active {
  background: var(--fok-teal);
  border-color: var(--fok-teal);
  color: #fff;
}

.fok-events__group + .fok-events__group {
  margin-top: 58px;
}

.fok-events__group {
  scroll-margin-top: 150px;
}

.fok-events__group-heading {
  align-items: end;
  border-bottom: 1px solid var(--fok-line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 0 24px;
  padding-bottom: 16px;
}

.fok-events__group-heading > p {
  color: var(--fok-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

.fok-events__section-kicker {
  color: var(--fok-lime);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.fok-events__group-title {
  color: var(--fok-ink);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.fok-events__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fok-event-card {
  background: #fff;
  border: 1px solid var(--fok-line);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(22, 53, 56, 0.11);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.fok-event-card:hover {
  box-shadow: 0 17px 34px rgba(22, 53, 56, 0.16);
  transform: translateY(-3px);
}

.fok-event-card.is-cancelled {
  border-color: var(--fok-alert);
}

.fok-event-card__media {
  aspect-ratio: 16 / 10;
  background: var(--fok-teal);
  display: block;
  overflow: hidden;
  position: relative;
}

.fok-event-card__media img,
.fok-event-single__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.fok-event-card:hover .fok-event-card__media img {
  transform: scale(1.035);
}

.fok-event-card__calendar {
  background: var(--fok-teal);
  bottom: 0;
  color: #fff;
  display: grid;
  min-width: 68px;
  padding: 9px 12px 8px;
  position: absolute;
  right: 0;
  text-align: center;
}

.fok-event-card__calendar strong {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.fok-event-card__calendar small {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 4px;
}

.fok-event-card__placeholder {
  align-content: center;
  border-bottom: 7px solid var(--fok-lime);
  color: #fff;
  display: grid;
  height: 100%;
  justify-items: center;
  padding: 24px;
  text-align: center;
}

.fok-event-card__placeholder > span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fok-event-card__placeholder strong {
  color: #fff;
  font-size: 62px;
  line-height: 1;
  margin-top: 10px;
}

.fok-event-card__placeholder small {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  margin-top: 2px;
}

.fok-event-card.has-placeholder .fok-event-card__calendar {
  display: none;
}

.fok-event-card.is-cancelled .fok-event-card__placeholder,
.fok-event-card.is-cancelled .fok-event-card__calendar {
  background: var(--fok-alert);
}

.fok-event-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.fok-event-card__date {
  color: var(--fok-teal);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 7px;
}

.fok-event-card h2 {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}

.fok-event-card h2 a {
  color: var(--fok-ink);
  text-decoration: none;
}

.fok-event-card h2 a:hover,
.fok-event-card h2 a:focus {
  color: var(--fok-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fok-event-card__badges,
.fok-event-single__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 13px;
}

.fok-event-badge {
  background: var(--fok-teal);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px 4px;
}

.fok-event-badge--secondary {
  background: var(--fok-soft);
  color: var(--fok-teal);
}

.fok-event-badge--cancelled {
  background: var(--fok-alert);
  color: #fff;
}

.fok-event-card__body > p:not(.fok-event-card__date) {
  color: var(--fok-muted);
  font-size: 15px;
  line-height: 1.48;
  margin: 0 0 12px;
}

.fok-event-card__facts {
  border-top: 1px solid var(--fok-line);
  margin: auto 0 0;
  padding: 12px 0 0;
}

.fok-event-card__facts div {
  align-items: start;
  display: grid;
  column-gap: 14px;
  grid-template-columns: 106px minmax(0, 1fr);
  padding: 3px 0;
}

.fok-event-card__facts dt,
.fok-event-card__facts dd {
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}

.fok-event-card__facts dt {
  color: var(--fok-muted);
  font-size: 12px;
  white-space: nowrap;
}

.fok-event-card__facts dd {
  color: var(--fok-ink);
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fok-event-card__link {
  align-items: center;
  align-self: stretch;
  background: var(--fok-teal);
  border: 2px solid var(--fok-teal);
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 17px;
  min-height: 44px;
  padding: 10px 13px;
  text-decoration: none;
}

.fok-event-card__link:hover,
.fok-event-card__link:focus {
  background: #fff;
  color: var(--fok-teal);
  text-decoration: none;
}

.fok-events__empty {
  background: var(--fok-soft);
  border-left: 6px solid var(--fok-lime);
  padding: clamp(28px, 5vw, 48px);
}

.fok-events__empty h3 {
  color: var(--fok-ink);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  margin: 0 0 10px;
}

.fok-events__empty > p:not(.fok-events__section-kicker) {
  color: var(--fok-muted);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}

.fok-events__empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fok-events__empty-actions a {
  background: var(--fok-teal);
  border: 2px solid var(--fok-teal);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.fok-events__empty-actions a + a {
  background: #fff;
  color: var(--fok-teal);
}

.fok-events__empty-actions a:hover,
.fok-events__empty-actions a:focus {
  filter: brightness(0.94);
  text-decoration: none;
}

.fok-event-single__back {
  color: var(--fok-teal);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 22px;
  text-decoration: none;
}

.fok-event-single__back:hover,
.fok-event-single__back:focus {
  color: var(--fok-teal);
  text-decoration: underline;
}

.fok-event-single__notice {
  background: #fff3f3;
  border-left: 6px solid var(--fok-alert);
  color: var(--fok-ink);
  margin: 0 0 24px;
  padding: 18px 20px;
}

.fok-event-single__notice strong {
  color: var(--fok-alert);
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.fok-event-single__notice p {
  line-height: 1.55;
  margin: 7px 0 0;
}

.fok-event-single__hero {
  align-items: center;
  background: var(--fok-soft);
  border-left: 6px solid var(--fok-teal);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  margin-bottom: 26px;
  padding: clamp(22px, 4vw, 36px);
}

.fok-event-single__hero-copy h2 {
  color: var(--fok-ink);
  font-size: 24px;
  line-height: 1.25;
  margin: -4px 0 12px;
}

.fok-event-single__badges {
  margin: 18px 0 0;
}

.fok-event-single__image {
  aspect-ratio: 16 / 10;
  background: #e8eeee;
  margin: 0;
  overflow: hidden;
}

.fok-event-single__facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 30px;
}

.fok-event-single__facts div {
  background: #fff;
  border: 2px solid var(--fok-teal);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.05);
  padding: 14px 16px;
}

.fok-event-single__facts div:nth-child(2n) {
  border-color: var(--fok-lime);
}

.fok-event-single__facts span {
  color: var(--fok-muted);
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.fok-event-single__facts strong {
  color: var(--fok-ink);
  display: block;
  font-size: 17px;
  line-height: 1.35;
}

.fok-event-single__content {
  color: #303236;
  font-size: 17px;
  line-height: 1.72;
  max-width: 820px;
}

.fok-event-single__content > :first-child {
  margin-top: 0;
}

.fok-event-single__content > :last-child {
  margin-bottom: 0;
}

.fok-event-single__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fok-event-single__action {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  text-decoration: none;
}

.fok-event-single__action--primary {
  background: var(--fok-teal);
  border: 2px solid var(--fok-teal);
  color: #fff !important;
}

.fok-event-single__action--secondary {
  background: #fff;
  border: 2px solid var(--fok-teal);
  color: var(--fok-teal) !important;
}

.fok-event-single a.fok-event-single__action--primary:visited {
  color: #fff !important;
}

.fok-event-single a.fok-event-single__action--primary:hover,
.fok-event-single a.fok-event-single__action--primary:focus,
.fok-event-single a.fok-event-single__action--primary:active {
  background: #006f78;
  border-color: #006f78;
  color: #fff !important;
  filter: none;
  text-decoration: none;
}

.fok-event-single a.fok-event-single__action--secondary:visited {
  color: var(--fok-teal) !important;
}

.fok-event-single a.fok-event-single__action--secondary:hover,
.fok-event-single a.fok-event-single__action--secondary:focus,
.fok-event-single a.fok-event-single__action--secondary:active {
  background: #006f78;
  border-color: #006f78;
  color: #fff !important;
  filter: none;
  text-decoration: none;
}

.fok-event-single__action:focus-visible {
  outline: 3px solid var(--fok-lime);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .fok-events__hero,
  .fok-event-single__hero {
    grid-template-columns: 1fr;
  }

  .fok-events__hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fok-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fok-events__group-title {
    font-size: 30px;
  }

  .fok-events__union-promo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .fok-events,
  .fok-event-single {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fok-events__hero,
  .fok-event-single__hero {
    padding: 20px;
  }

  .fok-events__hero {
    min-height: 450px;
  }

  .fok-events__hero-facts {
    grid-template-columns: 1fr;
  }

  .fok-events__hero-facts > div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    padding: 11px 0;
  }

  .fok-events__hero-facts > div:first-child {
    border-top: 0;
  }

  .fok-event-single__facts,
  .fok-events__grid {
    grid-template-columns: 1fr;
  }

  .fok-event-card__media {
    aspect-ratio: 16 / 10;
  }

  .fok-event-card h2 {
    font-size: 20px;
  }

  .fok-event-single__hero-copy h2 {
    font-size: 20px;
  }

  .fok-event-single__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fok-events__union-promo {
    gap: 18px;
    padding: 20px;
  }

  .fok-events__union-games {
    grid-template-columns: 1fr;
  }

  .fok-events__union-all {
    width: 100%;
  }

  .fok-events__group-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .fok-events__empty-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fok-events__empty-actions a {
    text-align: center;
    width: 100%;
  }

  .fok-event-single__action {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .fok-event-card__facts div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .fok-event-card__facts dt {
    white-space: normal;
  }
}

@media (min-width: 850px) {
  .page-id-49556 a.button[href="#veranstaltungen"] {
    align-items: center;
    display: inline-flex;
    font-size: 18px !important;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2 !important;
    min-height: 52px;
    padding: 14px 30px !important;
  }
}
