/* Branchentrainer 2.9.25 — Trainingsinhalte Themenlandkarte full-width stack */

/* The topics overview moves out of the narrow left column and sits above the detail area. */
.bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub){
  grid-template-columns:minmax(0,1fr);
  gap:46px;
}
.bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-intro{
  position:static;
  top:auto;
  width:100%;
  max-width:none;
}
.bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-intro h2{
  max-width:none;
}
.bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-copy{
  width:100%;
  max-width:none;
  margin-top:32px;
}

/* Full-width topic overview: four calm columns on desktop. */
.bt-v299-key-trainingsinhalte .bt-topic-hub{
  width:100%;
  max-width:none;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:0;
}
.bt-v299-key-trainingsinhalte .bt-topic-hub a{
  min-height:220px;
  padding:26px;
}

/* The former right-hand detail cards now sit below the overview and use the whole stage. */
.bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-list{
  width:100%;
  max-width:none;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

@media(max-width:1099px){
  .bt-v299-key-trainingsinhalte .bt-topic-hub{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:799px){
  .bt-v299-key-trainingsinhalte .bt-topic-hub,
  .bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:599px){
  .bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub){gap:30px}
  .bt-v299-key-trainingsinhalte .bt-topic-hub,
  .bt-v299-key-trainingsinhalte .bt-v2921-editorial-grid:has(.bt-topic-hub) .bt-v2921-editorial-list{
    grid-template-columns:1fr;
  }
  .bt-v299-key-trainingsinhalte .bt-topic-hub a{min-height:0;padding:24px}
}
