.fok-events,
.fok-event-single,
.fok-event-detail {
  --fok-teal: #009aa6;
  --fok-lime: #95c11f;
  --fok-ink: #111;
  --fok-muted: #555d60;
  --fok-line: #d8e6e7;
  --fok-soft: #dff5f7;
  --fok-alert: #b20000;
  --union-red: #e30613;
  color: var(--fok-ink);
  font-family: inherit;
  margin: 0 auto;
  max-width: 2200px;
  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(4, minmax(0, 1fr));
}

.fok-event-card {
	
	background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s cubic-bezier(.2, .7, .2, 1);
    padding: 10px;
}

.fok-event-card:hover {
  transform: translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.12);
}

.fok-event-card.is-cancelled {
  border-color: var(--fok-alert);
}

.fok-event-card__media {
  aspect-ratio: 16 / 9;
  background: var(--fok-teal);
  display: block;
  overflow: hidden;
  position: relative;
	border-radius: 18px;
}

.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: white;
    top: 10px;
    color: var(--fok-teal);
    display: grid;
    min-width: 68px;
    padding: 9px 12px 8px;
    position: absolute;
    left: 10px;
    text-align: center;
    /* border: 1px solid lightgrey; */
    border-radius: 5px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .3);
}

.fok-event-card__calendar strong {
  color: var(--fok-teal);
  font-size: 25px;
  line-height: 1;
}

.fok-event-card__calendar small {
  color:var(--fok-teal);
  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:40px 42px 42px
}

.fok-event-card__date {
  color: var(--fok-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 7px;
}

.fok-event-card h2 {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
	text-wrap: balance;
	
}

.fok-event-card h2 a {
  color: var(--fok-teal);
  text-decoration: none;
}

.fok-event-card h2 a:hover,
.fok-event-card h2 a:focus {
  text-decoration: none;
}

.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);
  color: #fff;
  line-height: 1;
	border-radius:999px;
    font-size:.72rem;
    text-transform:uppercase;
	
	display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.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);
padding-top:18px;
margin-top:auto;
}

.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 {
  margin-top: auto;
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.15rem;
    border: 1px solid #00a7b5;
    border-radius: 4px;
    background: #fff;
    color: #00a7b5;
    font-size: .9rem;
    font-weight: 700;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.fok-event-card__link span {
 display:none;
}
.fok-event-card__link:hover,
.fok-event-card__link:focus {
  background: #009fb4;
    color: white;
    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); 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: 1400px) {
    .fok-events__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@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;
	background:#fff;

    border-radius:22px;

    padding:40px;

    box-shadow:0 10px 28px rgba(0,0,0,.06);
  }

  .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;
  }
}
/* ==========================================================
   VERANSTALTUNGSDETAIL
========================================================== */

.fok-event-detail {

    max-width: 2200px;
    margin: 0 auto;
    padding: 70px 20px;

    font-family: "Encode Sans", sans-serif;
}

.fok-event-detail__article{
    display:flex;
    flex-direction:column;
}
/* ==========================================================
   ZURÜCK
========================================================== */

.fok-event-detail__back{

    display:inline-flex;
    align-items:center;
    gap:.5rem;

    color:#666;
    font-size:.95rem;
    font-weight:600;

    text-decoration:none;

    transition:.3s;
}

.fok-event-detail__back:hover{

    color:var(--forum-turquoise);

}
/* ==========================================================
   HERO
========================================================== */

.fok-event-detail__hero{

    display: grid;
    grid-template-columns: .9fr 1.1fr;
    background: white;
    padding: 40px 42px 42px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    margin-bottom: 2em;
	
    align-items:stretch;
    gap:48px;
}

.fok-event-detail__hero-image{

    overflow:hidden;
    border-radius:18px;

    box-shadow:0 12px 32px rgba(0,0,0,.10);
	 height:100%;
    min-height:320px;

}

.fok-event-detail__hero-image img{

    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

}
.fok-event-detail__eyebrow{

    display:inline-block;

    color:var(--forum-turquoise);

    text-transform:uppercase;

    font-size:.85rem;
    font-weight:700;
    letter-spacing:.08em;

    margin-bottom:1rem;

}

.fok-event-detail h1{

    margin:0;

    font-size:clamp(2.4rem,3vw,4rem);

    line-height:1.05;

}

.fok-event-detail__subtitle{

    margin:1rem 0;

    font-size:1.35rem;

    font-weight:600;

    color:#444;

}

.fok-event-detail__intro{

    margin-top:1.5rem;

    font-size:1.15rem;

    line-height:1.5;

    color:var(--fok-ink);

}
.fok-event-detail__badges{

    display:flex;
    flex-wrap:wrap;

    gap:.75rem;

    margin-top:2rem;

}
.fok-event-detail__hero-content{
    max-width: 80%;
    text-wrap: balance;
	align-self: center;
}
/* ==========================================================
   CONTENT
========================================================== */
.fok-event-detail__layout{

    display:grid;
    grid-template-columns:2fr 1fr;

    gap:2em;
}

.fok-event-detail__content,
.fok-event-detail__sidebar {

    gap:60px;
background: white;
	/*    background:var(--fok-soft);*/
    /*	border-radius:20px;*/
    padding:40px 42px 42px;
	box-shadow:0 10px 24px rgba(0,0,0,.05);
	font-size:1.08rem;
	line-height:1.5;
	color:var(--fok-ink);
}
.fok-event-detail__back{
	margin-bottom: 2em;
}
.fok-event-detail__sidebar{

    background:#f8fcfc;

    border:1px solid #d9efef;

    border-radius:16px;

    padding:28px;

}

/* ==========================================================
   SIDEBAR
========================================================== */

.fok-event-detail__sidebar{

    background:#fff;

    border:1px solid #e6eeee;
    border-radius:16px;

    padding:32px;

    align-self:start;
}

.fok-event-detail__sidebar h3{

    margin:0 0 24px;

    color:var(--forum-turquoise);

    font-size:1.45rem;

    font-weight:700;
}

.fok-event-detail__info{

    margin:0;
}

.fok-event-detail__info-item{

    padding: 10px 0;
    border-bottom: 1px solid #edf3f3;
    display: grid;
    grid-template-columns: 90px 1fr;
	gap:16px;

    align-items:start;
}
.fok-event-detail__info dt{

    margin:0;

    font-size:.78rem;

    color:#888;

    font-weight:600;

	text-transform: uppercase;
}

.fok-event-detail__info dd{

    margin:0;

    font-weight:600;

    line-height:1.45;
	text-transform: none;
}
.fok-event-detail__info-item:last-child{

    border-bottom:none;
}

.fok-event-detail__info dt{

    margin-bottom:4px;

    font-size:.78rem;

    font-weight:700;

    color:#888;

    letter-spacing:0;

    text-transform:none;   /* <-- wichtig */
}

.fok-event-detail__info dd{

    margin:0;

    font-size:1rem;

    font-weight:600;

    line-height:1.5;

    color:#333;
}

.fok-event-detail__actions{

    margin-top:30px;

    display:flex;
    flex-direction:column;
    gap:12px;
}

@media (max-width: 849px){

    .fok-event-detail__hero{

        grid-template-columns:1fr;
        gap:32px;
    }

    .fok-event-detail__layout{

        grid-template-columns:1fr;
        gap:32px;
    }

    .fok-event-detail__hero-image{

        order:-1;
    }

}

@media (max-width:549px){

    .fok-event-detail{

        padding:32px 18px;
    }

    .fok-event-detail__hero,
    .fok-event-detail__layout{

        padding:24px;
    }

    .fok-event-detail h1{

        font-size:2.2rem;
    }

    .fok-event-detail__sidebar{

        padding:24px;
    }

}