/* Praxoria Home Refinement v593
   Gezielt: Darstellungsfehler im Lern-Cockpit beheben.
   Der Zugangscode-Übergang bleibt. Das Cockpit zeigt nach dem Öffnen stabil den Kursaufbau,
   statt einzelne Zeilen aus der Sequenz heraus aus- oder einzublenden. */

html body.home.homeRefinedV593 .cockpitMomentV588{
  min-height:346px !important;
}

html body.home.homeRefinedV593 .cockpitMomentV588 > strong{
  display:block !important;
  max-width:320px !important;
  margin-bottom:0 !important;
}

html body.home.homeRefinedV593 .courseFlowV588{
  display:grid !important;
  gap:12px !important;
  margin:24px 0 18px !important;
  opacity:1 !important;
  transform:none !important;
}

/* Wichtig: keine versetzten Einzelanimationen mehr auf den Cockpit-Zeilen.
   Die Sichtbarkeit kommt ausschließlich über das öffnende Cockpit. */
html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588,
html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588.isQuietV588{
  animation:none !important;
  opacity:1 !important;
  transform:none !important;
  color:#172134 !important;
}
html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588.isQuietV588{
  opacity:.56 !important;
}
html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588.isActiveV588{
  color:#172134 !important;
  font-weight:900 !important;
}
html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588::before{
  background:rgba(255,255,255,.86) !important;
}

html body.home.homeRefinedV593 .nextPillV588{
  margin-top:14px !important;
}

/* Bei reduziertem Bewegungsmodus bleibt derselbe stabile Zustand erhalten. */
@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588,
  html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588.isQuietV588{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
  html body.home.homeRefinedV593 .courseFlowV588 .flowRowV588.isQuietV588{
    opacity:.56 !important;
  }
}

@media (max-width: 1220px){
  html body.home.homeRefinedV593 .cockpitMomentV588{
    min-height:340px !important;
  }
}

@media (max-width: 680px){
  html body.home.homeRefinedV593 .cockpitMomentV588{
    min-height:330px !important;
  }
}
