/* Train Mobil – Wissen Detail Hero Final 1.2 */

.tm-wissen-detail-hero{
  position:relative;
  min-height:390px;
  overflow:hidden;
  background-image:var(--tm-wissen-hero) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  border-bottom:1px solid #20262a;
}

.tm-wissen-detail-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,7,8,.88) 0%,rgba(5,7,8,.74) 24%,rgba(5,7,8,.42) 48%,rgba(5,7,8,.12) 72%,rgba(5,7,8,0) 100%);
  pointer-events:none;
  z-index:0;
}

.tm-wissen-detail-hero__inner{
  position:relative;
  z-index:1;
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:58px 34px;
}

.tm-wissen-detail-hero__kicker{
  margin:0 0 20px;
  color:#ffd000;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tm-wissen-detail-hero h1{
  max-width:1050px;
  margin:0;
  font-size:clamp(46px,5vw,78px);
  line-height:.92;
  letter-spacing:-.045em;
  color:#fff;
}

.tm-wissen-detail-hero h1 .tm-wissen-detail-hero__accent{
  color:#ffd000;
}

.tm-wissen-detail-hero time{
  display:none !important;
}

@media (max-width:900px){
  .tm-wissen-detail-hero,
  .tm-wissen-detail-hero__inner{min-height:330px;}
  .tm-wissen-detail-hero h1{font-size:clamp(40px,7vw,62px);}
}

@media (max-width:620px){
  .tm-wissen-detail-hero,
  .tm-wissen-detail-hero__inner{min-height:280px;}
  .tm-wissen-detail-hero__inner{padding:42px 18px;}
  .tm-wissen-detail-hero__kicker{margin-bottom:16px;font-size:10px;}
  .tm-wissen-detail-hero h1{font-size:clamp(34px,10vw,48px);line-height:.98;}
}
