
/* Train Mobil Social Icons Dedup & Size 1.0 */

/* Alte Pseudo-Icons aus früherem CSS sicher abschalten. */
.tm21-social .tm21-social__link::before,
.tm21-social .tm21-social__link::after,
.tm21-footer-social .tm21-social__link::before,
.tm21-footer-social .tm21-social__link::after {
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  -webkit-mask:none !important;
  mask:none !important;
  background:none !important;
}

/* Echte SVGs bleiben die einzige Darstellung. */
.tm21-social .tm21-social__link svg,
.tm21-footer-social .tm21-social__link svg {
  display:block !important;
  fill:currentColor !important;
}

/* Header: bestehende Größe beibehalten. */
.tm21-social .tm21-social__link {
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
}

/* Footer: deutlich größer und gleichmäßig ausgerichtet. */
.tm21-footer .tm21-footer-social {
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:26px !important;
  margin-top:26px !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  color:#ffffff !important;
  line-height:1 !important;
  text-decoration:none !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 {
  width:100% !important;
  height:100% !important;
}

.tm21-footer .tm21-footer-social .tm21-social__link:hover,
.tm21-footer .tm21-footer-social .tm21-social__link:focus-visible {
  color:#f2c400 !important;
}

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

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

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

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