/* Train Mobil Shop – Seitenhintergrundbreite 1.8.1 */
.tm-shop {
  width: 100%;
  max-width: 1534px;
  margin-inline: auto;
  border-left: 1px solid #17191c;
  border-right: 1px solid #17191c;
  box-sizing: border-box;
}

/* Der globale Footer besteht aus einem Layout-Wrapper mit Footer und Mission. */
.tm-shop ~ .tm21-global-footer-layout {
  width: 100% !important;
  max-width: 1534px !important;
  margin-inline: auto !important;
  border-left: 1px solid #17191c;
  border-right: 1px solid #17191c;
  box-sizing: border-box;
}

@media (max-width: 1534px) {
  .tm-shop,
  .tm-shop ~ .tm21-global-footer-layout {
    max-width: 100%;
    border-left: 0;
    border-right: 0;
  }
}
