@font-face {
  font-family: "MM Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans"), local("OpenSans"), url("open-sans-regular.woff") format("woff");
}

@font-face {
  font-family: "MM Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("open-sans-bold.woff") format("woff");
}

@font-face {
  font-family: "MM TTNorms Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("TTNorms Bold"), url("ttnorms-bold.woff2") format("woff2");
}

:root {
  --mm-ink: #26282d;
  --mm-muted: rgba(38, 40, 45, 0.68);
  --mm-paper: #f7f8f5;
  --mm-panel: #ffffff;
  --mm-line: rgba(38, 40, 45, 0.12);
  --mm-blue: rgb(22, 102, 241);
  --mm-blue-dark: rgb(12, 80, 198);
  --mm-red: rgb(241, 22, 22);
  --mm-red-dark: rgb(198, 12, 12);
  --mm-graphite: rgb(31, 34, 39);
  --mm-midnight: rgb(5, 12, 22);
  --mm-radius: 8px;
  --mm-shadow: 0 18px 44px rgba(28, 50, 68, 0.18);
  --mm-shadow-soft: 0 10px 28px rgba(28, 50, 68, 0.13);
  --mm-container: 1200px;
  --mm-gutter: clamp(24px, 4vw, 56px);
  --mm-space-linked: clamp(18px, 2.2vw, 30px);
  --mm-space-inner: clamp(34px, 5vw, 64px);
  --mm-space-section: clamp(44px, 6vw, 84px);
  --mm-space-large: clamp(56px, 8vw, 104px);
  --mm-process-width: 960px;
}

body.mm-redesign,
.site-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(22, 102, 241, 0.08), transparent 30rem),
    linear-gradient(180deg, #fbfcfa 0%, var(--mm-paper) 100%);
  color: var(--mm-ink);
  font-family: "MM Open Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.mm-redesign {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden;
}

body.mm-redesign .area-wrapper {
  width: auto !important;
  min-width: 0 !important;
  overflow: hidden;
}

body.mm-redesign a,
.site-page a {
  color: var(--mm-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

body.mm-redesign a:hover,
.site-page a:hover {
  color: var(--mm-blue-dark);
}

body.mm-redesign .mm-section {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  min-width: 0 !important;
  padding-block: clamp(56px, 8vw, 112px);
}

body.mm-redesign .mm-section > .wrapper1,
body.mm-redesign .mm-section > .wrapper1 > .wrapper2 {
  width: 100% !important;
  min-width: 0 !important;
}

body.mm-redesign .mm-section > .padding_top,
body.mm-redesign .mm-section > .padding_bottom {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.mm-redesign .mm-section > .container {
  width: 100% !important;
  max-width: var(--mm-container) !important;
  padding-right: var(--mm-gutter) !important;
  padding-left: var(--mm-gutter) !important;
}

body.mm-redesign .mm-section > .container.fullwidth {
  max-width: 1440px !important;
}

body.mm-redesign .mm-section:not(.mm-section-angles):not(.mm-section-dark-map):not(.mm-section-dark-intro) > .wrapper1 {
  background-color: transparent !important;
}

body.mm-redesign .mm-section-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 70px;
  padding-block: 0;
  background: rgba(247, 248, 245, 0.82);
  border-bottom: 1px solid var(--mm-line);
  backdrop-filter: blur(18px);
}

body.mm-redesign .mm-section-nav > .container {
  min-height: 70px;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

body.mm-redesign .mm-section-nav .widget-blank {
  display: none !important;
}

body.mm-redesign .mm-section-nav .gridwrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(38px, 1fr)) !important;
  width: 138px !important;
  gap: 0;
}

body.mm-redesign .mm-section-nav .gridwrap::before,
body.mm-redesign .mm-section-nav .gridwrap::after {
  content: none !important;
  display: none !important;
}

body.mm-redesign .mm-section-nav .col {
  width: auto !important;
}

body.mm-redesign .btn.css7,
body.mm-redesign .language-switcher a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px !important;
  border-radius: var(--mm-radius) !important;
  color: var(--mm-blue) !important;
  font-family: "MM Open Sans", "Open Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.mm-redesign .btn.css7 {
  width: 42px !important;
  min-width: 42px;
  padding: 0 !important;
}

body.mm-redesign .btn.css7 .pad-left,
body.mm-redesign .btn.css7 .pad-right {
  display: none !important;
  width: 0 !important;
}

body.mm-redesign .btn.css7 .text {
  display: block;
  white-space: nowrap;
}

body.mm-redesign .btn.css7:hover,
body.mm-redesign .language-switcher a:hover {
  background: rgba(22, 102, 241, 0.09) !important;
  color: var(--mm-blue-dark) !important;
}

body.mm-redesign .mm-section-hero-title,
body.mm-redesign .mm-section-hero-visual,
body.mm-redesign .mm-section-intro {
  background:
    linear-gradient(135deg, rgba(22, 102, 241, 0.08), rgba(241, 22, 22, 0.04) 45%, rgba(255, 255, 255, 0));
}

body.mm-redesign .mm-section-hero-title {
  padding-top: clamp(56px, 9vw, 128px);
  padding-bottom: 24px;
}

body.mm-redesign .mm-section-hero-title::after {
  content: "";
  position: absolute;
  right: clamp(28px, 8vw, 120px);
  bottom: 8px;
  width: clamp(120px, 20vw, 280px);
  height: 2px;
  background: linear-gradient(90deg, var(--mm-blue), var(--mm-red));
}

body.mm-redesign .textable.css9 {
  margin: 0 0 16px !important;
  max-width: 980px;
  font-family: "MM TTNorms Bold", "TTNorms Bold", sans-serif !important;
  font-size: clamp(48px, 7vw, 96px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  color: var(--mm-ink);
}

body.mm-redesign .mm-section-hero-visual {
  padding-top: 18px;
  padding-bottom: clamp(40px, 7vw, 96px);
}

body.mm-redesign .mm-section-hero-visual .bgnormal {
  text-align: center !important;
}

body.mm-redesign .mm-section-intro {
  padding-top: 0;
  padding-bottom: clamp(34px, 5vw, 72px);
}

body.mm-redesign .textable.css14 {
  max-width: 780px;
  color: var(--mm-muted);
  font-family: "MM Open Sans", "Open Sans", sans-serif !important;
  font-size: clamp(21px, 2.4vw, 31px) !important;
  line-height: 1.42 !important;
}

body.mm-redesign .mm-section-cta {
  padding-block: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(22, 102, 241, 0.12), rgba(255, 255, 255, 0.82) 52%, rgba(241, 22, 22, 0.08));
  border-block: 1px solid var(--mm-line);
}

body.mm-redesign .mm-section-cta .gridwrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

body.mm-redesign .mm-section-cta .col {
  width: auto !important;
  flex: 0 1 auto;
}

body.mm-redesign .btn.css18,
body.mm-redesign .btn.css19,
.site-page .button {
  min-height: 48px;
  padding: 11px 24px !important;
  border: 1px solid transparent !important;
  border-radius: var(--mm-radius) !important;
  box-shadow: 0 10px 24px rgba(22, 102, 241, 0.18);
  color: #fff !important;
  font-family: "MM Open Sans", "Open Sans", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.mm-redesign .btn.css18,
.site-page .button-blue {
  background: var(--mm-blue) !important;
}

body.mm-redesign .btn.css18:hover,
.site-page .button-blue:hover {
  background: var(--mm-blue-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(22, 102, 241, 0.24);
}

body.mm-redesign .btn.css19,
.site-page .button-red {
  background: var(--mm-red) !important;
  box-shadow: 0 10px 24px rgba(241, 22, 22, 0.18);
}

body.mm-redesign .btn.css19:hover,
.site-page .button-red:hover {
  background: var(--mm-red-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(241, 22, 22, 0.24);
}

body.mm-redesign .mm-section-story {
  background: var(--mm-paper);
}

body.mm-redesign .mm-section-story:nth-of-type(odd) {
  background: #fff;
}

body.mm-redesign .textable.css23 {
  font-family: "MM TTNorms Bold", "TTNorms Bold", sans-serif !important;
  font-size: clamp(38px, 4.4vw, 60px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  color: var(--mm-ink);
}

body.mm-redesign .textable.css25,
body.mm-redesign .textable.css37,
body.mm-redesign .textable.css41,
body.mm-redesign .textable.css54,
body.mm-redesign .textable.css64 {
  max-width: 760px;
  color: var(--mm-ink);
  font-family: "MM Open Sans", "Open Sans", sans-serif !important;
  font-size: clamp(18px, 1.65vw, 21px) !important;
  line-height: 1.68 !important;
}

body.mm-redesign .textable.css28 {
  color: var(--mm-muted);
  font-family: "MM Open Sans", "Open Sans", sans-serif !important;
}

body.mm-redesign .mm-img-enhanced {
  border-radius: var(--mm-radius) !important;
  box-shadow: var(--mm-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

body.mm-redesign .mm-image-widget-enhanced {
  overflow: visible;
}

body.mm-redesign .mm-img-enhanced:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(28, 50, 68, 0.24);
}

body.mm-redesign .mm-section-hero-visual .mm-img-enhanced {
  width: min(100%, 1160px) !important;
  max-width: 100%;
}

body.mm-redesign .mm-section-stammstrecke-map {
  padding-block: clamp(28px, 5vw, 70px);
  background: #fff;
}

body.mm-redesign .mm-section-stammstrecke-map .mm-img-enhanced {
  box-shadow: var(--mm-shadow-soft);
}

body.mm-redesign .mm-section-angles,
body.mm-redesign .mm-section-angles > .wrapper1 {
  background-color: rgb(31, 34, 39) !important;
}

body.mm-redesign .mm-section-angles {
  color: #fff;
}

body.mm-redesign .mm-section-angles .textable,
body.mm-redesign .mm-section-angles a {
  color: #fff !important;
}

body.mm-redesign .mm-section-angles::before {
  color: rgba(255, 255, 255, 0.22);
}

body.mm-redesign .mm-section-dark-intro,
body.mm-redesign .mm-section-dark-intro > .wrapper1,
body.mm-redesign .mm-section-dark-map,
body.mm-redesign .mm-section-dark-map > .wrapper1 {
  background-color: rgb(5, 12, 22) !important;
}

body.mm-redesign .mm-section-dark-intro,
body.mm-redesign .mm-section-dark-map {
  color: #fff;
}

body.mm-redesign .mm-section-dark-intro .textable,
body.mm-redesign .mm-section-dark-map .textable {
  color: #fff !important;
}

body.mm-redesign .mm-section-dark-map {
  padding-block: clamp(24px, 5vw, 70px);
}

body.mm-redesign .mm-img-protected,
body.mm-redesign .mm-image-widget-protected img {
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: none !important;
  transform: none !important;
}

body.mm-redesign .mm-image-widget-protected,
body.mm-redesign .mm-image-widget-protected > .wrapper1,
body.mm-redesign .mm-image-widget-protected .bgnormal {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

body.mm-redesign .mm-section-process {
  color: #fff;
  background: var(--mm-graphite);
}

body.mm-redesign .mm-section-process::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, 0.72), rgba(5, 12, 22, 0.22)),
    linear-gradient(0deg, rgba(5, 12, 22, 0.18), rgba(5, 12, 22, 0.18));
}

body.mm-redesign .mm-section-process .textable,
body.mm-redesign .mm-section-process a {
  color: #fff !important;
}

body.mm-redesign .video-placeholder,
body.mm-redesign iframe {
  border-radius: var(--mm-radius);
  box-shadow: var(--mm-shadow);
  overflow: hidden;
}

body.mm-redesign .mm-section-author {
  background:
    linear-gradient(180deg, #fff, var(--mm-paper));
}

body.mm-redesign .mm-section-author .gridwrap {
  align-items: center !important;
}

body.mm-redesign .mm-section-license {
  padding-block: 34px;
  background: var(--mm-graphite);
}

body.mm-redesign .mm-section-license .textable,
body.mm-redesign .mm-section-license a {
  color: #fff !important;
}

body.mm-redesign .cookies-alert {
  right: 16px !important;
  bottom: 16px !important;
  left: auto !important;
  max-width: min(520px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--mm-radius);
  background: rgba(31, 34, 39, 0.92) !important;
  box-shadow: var(--mm-shadow);
  backdrop-filter: blur(12px);
}

/* Main-page cleanup: keep the existing content, remove noisy section styling. */
body.mm-redesign.area {
  background: #fff !important;
}

body.mm-redesign.area .mm-section {
  padding-block: var(--mm-space-section);
}

body.mm-redesign.area .mm-section:not(.mm-section-nav):not(.mm-section-angles):not(.mm-section-dark-intro):not(.mm-section-dark-map):not(.mm-section-process):not(.mm-section-author):not(.mm-section-license) {
  background: #fff !important;
  background-image: none !important;
}

body.mm-redesign.area .mm-section-story:not(.mm-section-hero-title):not(.mm-section-white-media):not(.mm-section-stammstrecke-intro):not(.mm-section-dark-intro):not(.mm-section-process):not(.mm-section-author) {
  background: var(--mm-paper) !important;
  background-image: none !important;
  border-top: 1px solid rgba(38, 40, 45, 0.08);
  border-bottom: 1px solid rgba(38, 40, 45, 0.05);
}

body.mm-redesign.area .mm-section-empty {
  display: none !important;
}

body.mm-redesign.area .mm-section-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 0;
  padding-block: 0;
  background: transparent !important;
  border-bottom: 0 !important;
  backdrop-filter: none;
  pointer-events: none;
}

body.mm-redesign.area .mm-section-nav > .container {
  min-height: clamp(58px, 7vw, 78px);
  pointer-events: none;
}

body.mm-redesign.area .mm-section-nav .gridwrap {
  pointer-events: auto;
}

body.mm-redesign.area .mm-section-nav .btn.css7,
body.mm-redesign.area .mm-section-nav .language-switcher a {
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 1px 10px rgba(38, 40, 45, 0.08);
  backdrop-filter: blur(10px);
}

body.mm-redesign.area .mm-section-hero-title,
body.mm-redesign.area .mm-section-hero-visual,
body.mm-redesign.area .mm-section-intro,
body.mm-redesign.area .mm-section-top-cta {
  background: #fff !important;
  background-image: none !important;
}

body.mm-redesign.area .mm-section-hero-title {
  padding-top: clamp(96px, 10vw, 136px);
  padding-bottom: var(--mm-space-linked);
}

body.mm-redesign.area .mm-section-hero-title::after {
  content: none !important;
  display: none !important;
}

body.mm-redesign.area .mm-section-hero-visual {
  padding-top: 0;
  padding-bottom: var(--mm-space-linked);
}

body.mm-redesign.area .mm-section-intro {
  padding-top: var(--mm-space-linked);
  padding-bottom: 8px;
}

body.mm-redesign.area .mm-section-intro .widget-text {
  padding-top: 0 !important;
}

body.mm-redesign.area .mm-section-cta {
  background: #fff !important;
  background-image: none !important;
  border: 0 !important;
}

body.mm-redesign.area .mm-section-top-cta {
  padding-top: 0;
  padding-bottom: var(--mm-space-section);
}

body.mm-redesign.area .mm-section-top-cta .button-container.center {
  text-align: left !important;
}

body.mm-redesign.area .mm-section-top-cta .button-wrapper,
body.mm-redesign.area .mm-section-top-cta .btn {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.mm-redesign.area .mm-section-final-cta {
  padding-top: 0;
  padding-bottom: var(--mm-space-inner);
}

body.mm-redesign.area .mm-section-final-cta .gridwrap {
  justify-content: center;
}

body.mm-redesign.area .mm-section-white-media,
body.mm-redesign.area .mm-section-official-map,
body.mm-redesign.area .mm-section-after-stammstrecke,
body.mm-redesign.area .mm-section-stammstrecke-intro {
  background: #fff !important;
  background-image: none !important;
}

body.mm-redesign.area .mm-section-white-media > .wrapper1,
body.mm-redesign.area .mm-section-official-map > .wrapper1 {
  background: transparent !important;
}

body.mm-redesign.area .mm-img-enhanced,
body.mm-redesign.area .mm-img-enhanced:hover,
body.mm-redesign.area .mm-img-blend-white,
body.mm-redesign.area .mm-img-blend-white:hover,
body.mm-redesign.area .mm-img-full-bleed,
body.mm-redesign.area .mm-img-full-bleed:hover {
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: none !important;
  transform: none !important;
}

body.mm-redesign.area .mm-image-widget-blend-white,
body.mm-redesign.area .mm-image-widget-blend-white > .wrapper1,
body.mm-redesign.area .mm-image-widget-blend-white .bgnormal,
body.mm-redesign.area .mm-image-widget-full-bleed,
body.mm-redesign.area .mm-image-widget-full-bleed > .wrapper1,
body.mm-redesign.area .mm-image-widget-full-bleed .bgnormal {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

body.mm-redesign.area .mm-img-soft-frame {
  border: 1px solid rgba(38, 40, 45, 0.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

body.mm-redesign.area .mm-img-soft-frame:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.mm-redesign.area .mm-img-photo {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.mm-redesign.area .mm-img-photo:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.mm-redesign.area .mm-section-map {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff !important;
  background-image: none !important;
}

body.mm-redesign .mm-interactive-map {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 40, 45, 0.12);
  border-radius: var(--mm-radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(28, 50, 68, 0.12);
  line-height: 0;
}

body.mm-redesign .mm-interactive-map img,
body.mm-redesign.area .mm-interactive-map img.mm-img-enhanced {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: inherit !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  transform: none !important;
  cursor: zoom-in;
}

body.mm-redesign .mm-map-lens {
  --mm-lens-size: clamp(150px, 15vw, 220px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: var(--mm-lens-size);
  height: var(--mm-lens-size);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.72);
  background-repeat: no-repeat;
  box-shadow: 0 14px 36px rgba(5, 12, 22, 0.22), inset 0 0 0 1px rgba(38, 40, 45, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.94);
  transition: opacity 160ms ease, transform 160ms ease;
  will-change: left, top, background-position;
}

body.mm-redesign .mm-interactive-map.mm-map-active .mm-map-lens {
  opacity: 1;
  transform: scale(1);
}

@media (hover: none), (pointer: coarse) {
  body.mm-redesign .mm-interactive-map img,
  body.mm-redesign.area .mm-interactive-map img.mm-img-enhanced {
    cursor: default;
  }

  body.mm-redesign .mm-map-lens {
    display: none;
  }
}

@media (min-width: 769px) {
  body.mm-redesign.area .mm-section-top-cta .gridwrap {
    margin-left: -12px !important;
  }
}

body.mm-redesign.area .mm-section-hero-visual .mm-img-blend-white {
  width: min(100%, 1160px) !important;
  max-width: 100% !important;
}

body.mm-redesign.area .mm-section-stammstrecke-map,
body.mm-redesign.area .mm-section-full-bleed {
  padding-block: 0 !important;
  background: #fff !important;
  overflow: hidden;
}

body.mm-redesign.area .mm-section-full-bleed > .container,
body.mm-redesign.area .mm-section-full-bleed > .container.fullwidth {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.mm-redesign.area .mm-section-full-bleed > .container > .cont,
body.mm-redesign.area .mm-section-full-bleed .mm-image-widget-full-bleed,
body.mm-redesign.area .mm-section-full-bleed .bgnormal {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  line-height: 0 !important;
}

body.mm-redesign.area .mm-section-full-bleed .mm-img-full-bleed {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

body.mm-redesign.area .mm-section-after-stammstrecke {
  padding-block: var(--mm-space-inner);
}

body.mm-redesign.area .mm-section-stammstrecke-intro {
  padding-top: var(--mm-space-large);
  padding-bottom: var(--mm-space-linked);
}

body.mm-redesign.area .mm-section-process {
  padding-block: var(--mm-space-large);
  background-color: var(--mm-graphite) !important;
  background-image: none !important;
}

body.mm-redesign.area .mm-section-process::after {
  background: rgba(5, 12, 22, 0.18) !important;
}

body.mm-redesign.area .mm-section-process .widget-video {
  width: min(100%, var(--mm-process-width)) !important;
  max-width: var(--mm-process-width) !important;
  margin-top: var(--mm-space-linked) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

body.mm-redesign.area .mm-section-process .widget-max-width > .wrapper1,
body.mm-redesign.area .mm-section-process .widget-max-width > .wrapper1 > .wrapper2 {
  display: none !important;
  background: transparent !important;
}

body.mm-redesign.area .mm-section-process .widget-max-width,
body.mm-redesign.area .mm-section-process .max-width {
  background: transparent !important;
}

body.mm-redesign.area .mm-section-process .widget-max-width {
  width: min(100%, var(--mm-process-width)) !important;
  max-width: var(--mm-process-width) !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

body.mm-redesign.area .mm-section-process .max-width {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--mm-radius);
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 34px rgba(5, 12, 22, 0.12);
  backdrop-filter: blur(10px);
  color: var(--mm-ink) !important;
}

body.mm-redesign.area .mm-section-process .textable {
  color: var(--mm-ink) !important;
}

body.mm-redesign.area .mm-section-process a {
  color: var(--mm-blue-dark) !important;
}

body.mm-redesign.area .mm-section-process .widget-video > .wrapper1,
body.mm-redesign.area .mm-section-process .widget-video > .wrapper1 > .wrapper2 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.mm-redesign.area .mm-section-process .video-placeholder {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 34px rgba(5, 12, 22, 0.16) !important;
  background: #000 !important;
  overflow: hidden !important;
}

body.mm-redesign.area .mm-section-process .video-aspect-ratio {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.mm-redesign.area .mm-section-process iframe.video-wrapper {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.mm-redesign.area .mm-section-dark-intro {
  padding-bottom: var(--mm-space-linked);
}

body.mm-redesign.area .mm-section-dark-map {
  padding-top: 0 !important;
  padding-bottom: var(--mm-space-inner);
}

body.mm-redesign.area .mm-section-dark-map > .container.fullwidth {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.mm-redesign.area .mm-section-dark-map .mm-image-widget-protected,
body.mm-redesign.area .mm-section-dark-map .bgnormal {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  line-height: 0 !important;
}

body.mm-redesign.area .mm-section-dark-map .mm-img-protected {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

body.mm-redesign.area .mm-section-poster-gallery {
  padding-block: var(--mm-space-inner);
  background: #fff !important;
}

body.mm-redesign.area .mm-section-poster-gallery > .container {
  max-width: 1120px !important;
}

body.mm-redesign.area .mm-section-poster-gallery > .container > .cont {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

body.mm-redesign.area .mm-section-poster-gallery .mm-image-widget-photo,
body.mm-redesign.area .mm-section-poster-gallery .bgnormal {
  width: 100% !important;
  max-width: none !important;
}

body.mm-redesign.area .mm-section-poster-gallery .mm-img-photo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

body.mm-redesign.area .mm-section-poster-gallery .mm-image-widget-photo:first-child .mm-img-photo {
  max-height: 720px;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  body.mm-redesign.area .mm-section-poster-gallery .mm-img-photo:hover {
    transform: translateY(-4px) scale(1.012) !important;
    box-shadow: 0 16px 36px rgba(28, 50, 68, 0.16) !important;
    filter: saturate(1.02) contrast(1.01);
  }
}

body.mm-redesign.area .mm-section-author,
body.mm-redesign.area .mm-section-author > .wrapper1,
body.mm-redesign.area .mm-section-author > .wrapper1 > .wrapper2 {
  background: linear-gradient(180deg, #151a20 0%, var(--mm-graphite) 100%) !important;
  background-image: linear-gradient(180deg, #151a20 0%, var(--mm-graphite) 100%) !important;
}

body.mm-redesign.area .mm-section-author {
  background-color: #151a20 !important;
  color: #fff;
}

body.mm-redesign.area .mm-section-author .textable {
  color: rgba(255, 255, 255, 0.84) !important;
}

body.mm-redesign.area .mm-section-author h1.textable,
body.mm-redesign.area .mm-section-author h2.textable,
body.mm-redesign.area .mm-section-author .textable.css23 {
  color: #fff !important;
}

body.mm-redesign.area .mm-section-author a {
  color: #9fc0ff !important;
}

body.mm-redesign.area .mm-section-author a:hover {
  color: #c8d9ff !important;
}

body.mm-redesign.area .mm-section-author .mm-img,
body.mm-redesign.area .mm-section-author .mm-img-enhanced {
  border-radius: var(--mm-radius) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

.site-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(22, 102, 241, 0.12), transparent 24rem),
    radial-gradient(circle at 85% 26%, rgba(241, 22, 22, 0.08), transparent 22rem),
    var(--mm-paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 245, 0.86);
  border-bottom: 1px solid var(--mm-line);
  backdrop-filter: blur(18px);
}

.poster-hero {
  padding-top: clamp(56px, 8vw, 112px);
  padding-bottom: clamp(72px, 10vw, 130px);
}

.poster-layout {
  gap: clamp(38px, 6vw, 82px);
}

.poster-copy h1 {
  max-width: 980px;
  overflow-wrap: anywhere;
}

.site-page h1 {
  font-family: "MM TTNorms Bold", "TTNorms Bold", sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.site-page .lead {
  color: var(--mm-ink);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.7;
}

.poster-preview img {
  border-radius: var(--mm-radius);
  box-shadow: var(--mm-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.poster-preview img:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 64px rgba(28, 50, 68, 0.24);
}

.site-footer {
  border-top: 1px solid var(--mm-line);
  background: rgba(255, 255, 255, 0.68);
}

.site-page.not-found-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 14%, rgba(22, 102, 241, 0.25), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(241, 22, 22, 0.18), transparent 26rem),
    linear-gradient(180deg, #0a101a 0%, #151a20 58%, #1f2227 100%) !important;
  color: #fff !important;
  overflow-x: hidden;
}

.site-page.not-found-page .site-header {
  position: relative;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
}

.site-page.not-found-page .language-switcher a {
  border-radius: var(--mm-radius);
  color: rgba(255, 255, 255, 0.74) !important;
  text-decoration: none;
}

.site-page.not-found-page .language-switcher a:hover,
.site-page.not-found-page .language-switcher a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.site-page.not-found-page .not-found-main {
  min-height: calc(100vh - 70px);
}

.not-found-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 0.9fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding-top: clamp(48px, 7vw, 90px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

.not-found-route {
  position: relative;
  min-height: clamp(300px, 42vw, 520px);
}

.route-line,
.route-station,
.route-dead-end {
  position: absolute;
  display: block;
}

.route-line {
  height: clamp(14px, 1.6vw, 22px);
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
  transform-origin: left center;
}

.route-line-blue {
  top: 26%;
  left: 4%;
  width: 76%;
  background: var(--mm-blue);
  transform: rotate(18deg);
}

.route-line-red {
  top: 58%;
  left: 12%;
  width: 68%;
  background: var(--mm-red);
  transform: rotate(-24deg);
}

.route-line-green {
  top: 46%;
  left: 22%;
  width: 42%;
  background: #35ad64;
  transform: rotate(90deg);
}

.route-station {
  width: clamp(30px, 4vw, 46px);
  height: clamp(30px, 4vw, 46px);
  border: clamp(7px, 1vw, 10px) solid #fff;
  border-radius: 50%;
  background: #151a20;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.station-start {
  top: 21%;
  left: 8%;
}

.station-mid {
  top: 44%;
  left: 45%;
}

.station-end {
  top: 70%;
  left: 70%;
}

.route-dead-end {
  top: 65%;
  left: 76%;
  width: clamp(56px, 8vw, 96px);
  height: clamp(56px, 8vw, 96px);
  border: clamp(10px, 1.4vw, 16px) solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.route-dead-end::before,
.route-dead-end::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  height: clamp(8px, 1.1vw, 12px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%) rotate(45deg);
}

.route-dead-end::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.not-found-copy {
  position: relative;
  max-width: 620px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--mm-radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.not-found-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.error-code {
  margin-bottom: clamp(18px, 3vw, 30px);
  color: #fff;
  font-size: clamp(112px, 14vw, 190px);
  text-shadow:
    0 0 34px rgba(22, 102, 241, 0.28),
    0 24px 54px rgba(0, 0, 0, 0.24);
}

.not-found-copy h1 {
  max-width: 520px;
  color: #fff;
}

.not-found-copy .lead {
  color: rgba(255, 255, 255, 0.78);
}

.not-found-actions .button {
  border-radius: var(--mm-radius);
}

@media (hover: hover) and (pointer: fine) {
  .not-found-actions .button:hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .route-line-blue {
    animation: mm-route-pulse 3.8s ease-in-out infinite;
  }

  .station-mid {
    animation: mm-station-pulse 2.8s ease-in-out infinite;
  }
}

@keyframes mm-route-pulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.16);
  }
}

@keyframes mm-station-pulse {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  }

  50% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 0 0 12px rgba(255, 255, 255, 0.12);
  }
}

.root-redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background: var(--mm-paper);
  color: var(--mm-ink);
  font-family: "MM Open Sans", "Open Sans", sans-serif;
}

.root-redirect-card {
  width: min(100%, 560px);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--mm-line);
  border-radius: var(--mm-radius);
  background: #fff;
  box-shadow: var(--mm-shadow-soft);
}

.root-redirect-card h1 {
  margin: 0 0 14px;
  font-family: "MM TTNorms Bold", "TTNorms Bold", sans-serif;
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.root-redirect-card p {
  margin: 0;
  color: var(--mm-muted);
  font-size: 18px;
  line-height: 1.6;
}

.mm-js:not(.mm-reduced-motion) .mm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.mm-js:not(.mm-reduced-motion) .mm-reveal.mm-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  body.mm-redesign .mm-section {
    padding-block: clamp(48px, 7vw, 82px);
  }

  body.mm-redesign .mm-section-nav,
  body.mm-redesign .mm-section-nav > .container {
    min-height: 64px;
  }

  body.mm-redesign .mm-section-cta .gridwrap {
    align-items: stretch !important;
  }

  body.mm-redesign .mm-section-cta .col {
    flex: 1 1 220px;
  }

  .not-found-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .not-found-route {
    min-height: clamp(220px, 48vw, 360px);
    order: 2;
    opacity: 0.78;
  }

  .not-found-copy {
    order: 1;
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  body.mm-redesign .mm-section > .container,
  body.mm-redesign .mm-section > .container.fullwidth {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  body.mm-redesign .mm-section-nav > .container {
    justify-content: center;
  }

  body.mm-redesign.area .mm-section-process .widget-max-width,
  body.mm-redesign.area .mm-section-process .widget-video {
    width: 100% !important;
    max-width: none !important;
  }

  body.mm-redesign .textable.css9 {
    text-align: left !important;
  }

  body.mm-redesign .mm-section-cta .gridwrap {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.mm-redesign .mm-section-cta .col,
  body.mm-redesign .mm-section-cta .button-wrapper,
  body.mm-redesign .mm-section-cta .btn {
    width: 100% !important;
  }

  body.mm-redesign.area .mm-section-poster-gallery > .container > .cont {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.mm-redesign.area .mm-section-poster-gallery .mm-image-widget-photo {
    max-width: 520px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.mm-redesign.area .mm-section-poster-gallery .mm-image-widget-photo:first-child .mm-img-photo {
    max-height: none;
  }

  body.mm-redesign .mm-img-enhanced:hover,
  .poster-preview img:hover,
  body.mm-redesign .btn.css18:hover,
  body.mm-redesign .btn.css19:hover,
  .site-page .button:hover {
    transform: none;
  }

  .not-found-page .not-found-main {
    min-height: auto;
  }

  .not-found-shell {
    padding-top: 30px;
    padding-bottom: 56px;
  }

  .not-found-copy {
    padding: 24px;
  }

  .not-found-route {
    min-height: 210px;
    margin-top: -8px;
  }
}

@media (max-width: 390px) {
  body.mm-redesign .mm-section > .container,
  body.mm-redesign .mm-section > .container.fullwidth,
  .site-header-inner,
  .site-footer-inner,
  .page-shell {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body.mm-redesign .textable.css9 {
    font-size: 40px !important;
  }

  body.mm-redesign .textable.css23,
  .site-page h1 {
    font-size: 34px !important;
  }

  body.mm-redesign .btn.css18,
  body.mm-redesign .btn.css19,
  .site-page .button {
    font-size: 17px !important;
  }
}

@media (max-width: 340px) {
  body.mm-redesign .mm-section > .container,
  body.mm-redesign .mm-section > .container.fullwidth,
  .site-header-inner,
  .site-footer-inner,
  .page-shell {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .mm-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body.mm-redesign.area .mm-section-poster-gallery .mm-img-photo:hover {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
  }
}

/* Soft shadow under the optimized Munich map */
img[src*="Muenchen_Metro_116_phone-optimized.png"] {
  filter: drop-shadow(0 32px 42px rgba(78, 88, 118, 0.14)) !important;
}

body.mm-redesign.area img[src*="Muenchen_Metro_116_phone-optimized.png"] {
  filter: drop-shadow(0 34px 55px rgba(72, 82, 120, 0.18)) !important;
}

body.mm-redesign.area img[src*="map_white.png"] {
  filter: drop-shadow(0 34px 55px rgba(72, 82, 120, 0.14)) !important;
}

/* White map: persistent soft shadow without clipping or hover background */
body.mm-redesign.area img[src*="map_white.png"],
body.mm-redesign.area img[src*="map_white.png"]:hover {
  filter: drop-shadow(0 38px 58px rgba(65, 74, 112, 0.22)) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.mm-redesign.area .mm-section-hero-visual,
body.mm-redesign.area .mm-section-hero-visual .t-container,
body.mm-redesign.area .mm-section-hero-visual .t-col,
body.mm-redesign.area .mm-section-hero-visual .t-img {
  overflow: visible !important;
}

body.mm-redesign.area img[src*="map_white.png"] {
  position: relative;
  z-index: 2;
}

/* Reserve space for the white map shadow */
body.mm-redesign.area .t-rec:has(img[src*="map_white.png"]) {
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
  padding-bottom: 75px !important;
}

body.mm-redesign.area .t-rec:has(img[src*="map_white.png"]) + .t-rec {
  position: relative !important;
  z-index: 1 !important;
}

body.mm-redesign.area .area-wrapper {
  overflow: visible !important;
}

body.mm-redesign.area .mm-section:has(img[src*="map_white.png"]) {
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

body.mm-redesign.area .mm-section:has(img[src*="map_white.png"]) + .mm-section {
  position: relative !important;
  z-index: 1 !important;
}

body.mm-redesign.area .mm-section:has(img[src*="map_white.png"]) {
  padding-top: 40px !important;
}

body.mm-redesign.area .mm-section:has(img[src*="map_white.png"]) {
  padding-top: 28px !important;
}

body.mm-redesign .mm-section-hero-title {
  padding-bottom: 0 !important;
}

body.mm-redesign .node.css10 { padding-top: 20px !important; }

body.mm-redesign .section[data-common="uly8vrv6bwabq7drhrm"],
body.mm-redesign .section[data-common="uly8vrv6bwabq7drhrm"] * {
  animation: none !important;
  transition: none !important;
}

body.mm-redesign .section[data-common="uly8vrv6bwabq7drhrm"] {
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
  contain: none !important;
  transform: none !important;
}
