
/* Train Mobil Brand Wordmark Fix 1.0 */
/* Das finale M bleibt unangetastet. */

.tm-brand{
  gap:18px;
}

.tm-brand__text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1;
}

.tm-brand__name{
  font-family:"Arial Narrow","Liberation Sans Narrow","Roboto Condensed",Impact,Haettenschweiler,sans-serif !important;
  font-stretch:condensed;
  font-size:29px !important;
  font-weight:900 !important;
  letter-spacing:.015em !important;
  line-height:.92 !important;
  color:#fff !important;
  text-transform:uppercase;
  white-space:nowrap;
}

.tm-brand__claim{
  margin-top:9px !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.14em !important;
  color:#f2c000 !important;
  text-transform:uppercase;
  white-space:nowrap;
}

.tm-header .tm-brand__mark{
  width:66px !important;
  height:66px !important;
}

.tm-footer .tm-brand__name{
  font-size:23px !important;
}

.tm-footer .tm-brand__claim{
  font-size:9px !important;
}

@media (max-width:900px){
  .tm-brand{gap:13px}
  .tm-brand__name{font-size:22px !important}
  .tm-brand__claim{font-size:8px !important;letter-spacing:.11em !important;margin-top:7px !important}
}
