
/* Train Mobil Footer Social Center Align 1.0
   Nur Ausrichtung des vorhandenen Footer-Marken-/Social-Bereichs. */

.tm21-footer .tm21-footer-brand,
.tm21-footer .tm21-footer-brand-center,
.tm21-footer .tm21-footer-branding {
  width:fit-content !important;
  max-width:100% !important;
}

/*
 * Der Social-Block erhält dieselbe verfügbare Breite wie sein Markenbereich.
 * Die drei Links werden als Gruppe exakt mittig darunter ausgerichtet.
 */
.tm21-footer .tm21-footer-social {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  gap:26px !important;
}

/* Vorhandene große Icon-Abmessungen stabil halten. */
.tm21-footer .tm21-footer-social .tm21-social__link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-shrink:0 !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link--instagram {
  width:42px !important;
  height:42px !important;
  flex-basis:42px !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link--youtube {
  width:48px !important;
  height:42px !important;
  flex-basis:48px !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link--facebook {
  width:34px !important;
  height:42px !important;
  flex-basis:34px !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link svg {
  display:block !important;
  width:100% !important;
  height:100% !important;
}

@media(max-width:900px) {
  .tm21-footer .tm21-footer-social {
    justify-content:center !important;
    gap:22px !important;
  }
}
