
/* Train Mobil Footer Brand Alignment 1.0 */
/* Nur Footer. Header bleibt unverändert. */

.tm-footer .tm-brand{
  display:inline-flex;
  align-items:center !important;
  gap:18px;
}

.tm-footer .tm-brand__mark{
  flex:0 0 auto;
}

.tm-footer .tm-brand__text{
  display:flex;
  flex-direction:column;
  justify-content:center !important;
  align-self:center !important;
  height:auto;
  margin:0;
  transform:none;
}

.tm-footer .tm-brand__name,
.tm-footer .tm-brand__claim{
  display:block;
  margin-left:0;
  margin-right:0;
}

.tm-footer .tm-brand__claim{
  margin-bottom:0 !important;
}
