
body.home .nfe-home-hero-visual.nfe-hero-events-ready{
  min-height:0;
  aspect-ratio:16/10;
  isolation:isolate;
}
body.home .nfe-home-hero-visual.nfe-hero-events-ready > img,
body.home .nfe-home-hero-visual.nfe-hero-events-ready > .nfe-home-hero-label,
body.home .nfe-home-hero-visual.nfe-hero-events-ready > .nfe-home-next{
  display:none!important;
}

.nfe-hero-events{
  position:absolute;
  inset:0;
  z-index:5;
  overflow:hidden;
  border-radius:inherit;
  background:#173f30;
  color:#fff;
}
.nfe-hero-events-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.nfe-hero-events-bg img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.005);
  opacity:0;
  transition:opacity .65s ease, transform 6s ease;
}
.nfe-hero-events-bg img.active{
  opacity:1;
  transform:scale(1.025);
}
.nfe-hero-events-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(10,31,23,.12),rgba(10,31,23,.32) 40%,rgba(10,31,23,.94) 100%),
    linear-gradient(90deg,rgba(10,31,23,.42),transparent 60%);
}
.nfe-hero-events-fallback{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 20%,rgba(220,233,123,.18),transparent 28%),
    linear-gradient(145deg,#235f45,#12382a);
}

.nfe-hero-events-top{
  position:absolute;
  z-index:4;
  left:16px;
  right:16px;
  top:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.nfe-hero-events-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(18,53,39,.72);
  backdrop-filter:blur(9px);
  font-size:7px;
  line-height:1;
  font-weight:950;
  letter-spacing:.11em;
  color:#dce97b;
}
.nfe-hero-events-kicker:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#dce97b;
  box-shadow:0 0 0 4px rgba(220,233,123,.13);
}
.nfe-hero-events-count{
  padding:7px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#173f30;
  font-size:7px;
  font-weight:950;
}

.nfe-hero-events-card{
  position:absolute;
  z-index:4;
  left:16px;
  right:16px;
  bottom:16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:end;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:15px;
  background:rgba(16,47,35,.88);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}
.nfe-hero-events-copy{
  min-width:0;
}
.nfe-hero-events-group{
  display:block;
  margin-bottom:5px;
  color:#dce97b;
  font-size:7px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.nfe-hero-events-title{
  display:block;
  margin:0;
  color:#fff;
  font-size:clamp(22px,2.35vw,34px);
  line-height:.96;
  letter-spacing:-.045em;
  text-decoration:none;
}
.nfe-hero-events-meta{
  display:flex;
  flex-wrap:wrap;
  gap:5px 10px;
  margin-top:10px;
  color:rgba(255,255,255,.76);
  font-size:8.5px;
  line-height:1.4;
}
.nfe-hero-events-place{
  display:block;
  max-width:520px;
  margin-top:7px;
  color:rgba(255,255,255,.67);
  font-size:8px;
  line-height:1.4;
}
.nfe-hero-events-open{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:10px;
  color:#dce97b;
  text-decoration:none;
  font-size:8px;
  font-weight:950;
}
.nfe-hero-events-open b{
  font-size:14px;
}
.nfe-hero-events-controls{
  display:flex;
  gap:5px;
  align-items:center;
}
.nfe-hero-events-controls button{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font:inherit;
  font-size:16px;
  cursor:pointer;
  transition:.15s ease;
}
.nfe-hero-events-controls button:hover{
  background:#dce97b;
  color:#173f30;
  border-color:#dce97b;
}

.nfe-hero-events-progress{
  position:absolute;
  z-index:5;
  left:16px;
  right:16px;
  bottom:8px;
  height:2px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.15);
}
.nfe-hero-events-progress i{
  display:block;
  width:0;
  height:100%;
  background:#dce97b;
}
.nfe-hero-events.playing .nfe-hero-events-progress i{
  animation:nfeHeroEventProgress 6s linear forwards;
}
@keyframes nfeHeroEventProgress{
  from{width:0}
  to{width:100%}
}

.nfe-hero-events-card.is-changing{
  opacity:.25;
  transform:translateY(5px);
}
.nfe-hero-events-card{
  transition:opacity .18s ease,transform .18s ease;
}

@media(max-width:900px){
  body.home .nfe-home-hero-visual.nfe-hero-events-ready{
    min-height:0;
    aspect-ratio:16/10;
  }
  .nfe-hero-events-card{
    grid-template-columns:1fr;
  }
  .nfe-hero-events-controls{
    position:absolute;
    right:14px;
    bottom:14px;
  }
  .nfe-hero-events-copy{
    padding-right:80px;
  }
}
@media(max-width:620px){
  body.home .nfe-home-hero-visual.nfe-hero-events-ready{
    min-height:380px;
    aspect-ratio:auto;
  }
  .nfe-hero-events-top{
    left:12px;right:12px;top:12px;
  }
  .nfe-hero-events-card{
    left:12px;right:12px;bottom:12px;
    padding:14px;
  }
  .nfe-hero-events-title{
    font-size:28px;
  }
  .nfe-hero-events-copy{
    padding-right:0;
  }
  .nfe-hero-events-controls{
    position:static;
    margin-top:4px;
  }
  .nfe-hero-events-progress{
    left:12px;right:12px;bottom:5px;
  }
}
@media(prefers-reduced-motion:reduce){
  .nfe-hero-events-bg img,
  .nfe-hero-events-card{
    transition:none!important;
  }
  .nfe-hero-events.playing .nfe-hero-events-progress i{
    animation:none!important;
  }
}


/* Der separate Terminbereich unterhalb des Hero-Sliders ist jetzt überflüssig. */
body.home .nfe-home-event-stage-section{
  display:none !important;
}
