/*
 * subpages.css — Layout für neue Themen-Unterseiten
 * Reused colors: --color-kit-key1 (Blau #004F7D), --color-kit-key2 (Gelb #FAD201),
 *                --color-kit-dark (#636A6D), --color-kit-light (#6DC3E4)
 *
 * Schriftarten 1:1 wie Homepage:
 *   Headings: 'Anek Kannada', weight 500, line-height 1.3,  letter-spacing -0.4px
 *   Text:     'Instrument Sans', weight 400, line-height 1.5, letter-spacing 0
 *
 * Wir nutzen die CSS-Variablen des con-kit Frameworks, damit Schriftarten
 * IMMER identisch zur Homepage gerendert werden.
 */

/* ===== Basis-Schrift für alle .tlm-* Elemente ===== */
.tlm-hero,
.tlm-hero *,
.tlm-section,
.tlm-section *,
.tlm-cta,
.tlm-cta *,
.tlm-form,
.tlm-form *,
.tlm-hours,
.tlm-hours *,
.tlm-timeline,
.tlm-timeline * {
  font-family: var(--font-kit-text-font, 'Instrument Sans'), 'Instrument Sans', sans-serif;
  letter-spacing: var(--font-kit-text-letter-spacing, 0);
}

.tlm-page {
  font-family: var(--font-kit-text-font, 'Instrument Sans'), 'Instrument Sans', sans-serif;
  color: #636A6D;
}

/* ===== Überschriften nutzen Header-Font ===== */
.tlm-hero__title,
.tlm-section__heading,
.tlm-card__title,
.tlm-fact__num,
.tlm-timeline__year,
.tlm-cta__title,
.tlm-cta__btn,
.tlm-form__submit,
.tlm-hours__day {
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-weight: var(--font-kit-header-font-weight, 500);
  line-height: var(--font-kit-header-line-height, 1.3);
  letter-spacing: var(--font-kit-header-letter-spacing, -0.4px);
}

/* === HERO === */
.tlm-hero {
  position: relative;
  width: 100%;
  min-height: 360px;
  max-height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #004F7D 0%, #003857 100%);
}

.tlm-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tlm-hero__media video,
.tlm-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.tlm-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,79,125,0.55) 0%, rgba(0,57,90,0.78) 100%);
  z-index: 1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.tlm-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 80px 24px 64px;
  max-width: 1100px;
}

.tlm-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: #FAD201;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #FAD201;
}

.tlm-hero__title {
  font-size: clamp(32px, 5vw, 56px);
  margin: 0 0 16px;
  color: #fff;
}

.tlm-hero__lead {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
}

/* === CONTENT SECTION === */
.tlm-section {
  padding: 72px 24px;
  background: #fff;
  color: #636A6D;
}

.tlm-section--alt {
  background: #F5F7FA;
}

.tlm-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tlm-section__heading {
  font-size: clamp(24px, 2.4vw, 34px);
  color: #004F7D;
  margin: 0 0 12px;
}

.tlm-section__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #636A6D;
  max-width: 780px;
  margin: 0 0 40px;
  font-weight: 400;
}

/* === KARTEN-GRID === */
.tlm-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.tlm-card {
  background: #fff;
  border: 1px solid rgba(0,79,125,0.08);
  border-radius: 8px;
  padding: 28px 26px;
  box-shadow: 0 1px 4px rgba(17,17,26,0.04), 0 0 8px rgba(17,17,26,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tlm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(17,17,26,0.08), 0 0 8px rgba(17,17,26,0.05);
}

.tlm-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #FAD201;
  color: #004F7D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 16px;
}

.tlm-card__title {
  font-size: 20px;
  color: #004F7D;
  margin: 0 0 10px;
}

.tlm-card__text {
  font-size: 15.5px;
  line-height: 1.55;
  color: #5B6063;
  margin: 0;
  font-weight: 400;
}

.tlm-card__text strong { color: #004F7D; font-weight: 600; }

/* === TEILLADUNGEN: hochwertiger Service-Auftritt === */
.tlm-page--teilladungen {
  background: #fff;
}

.tlm-page--teilladungen .tlm-hero {
  min-height: min(720px, 82vh);
  max-height: none;
  justify-content: stretch;
  background:
    linear-gradient(135deg, rgba(0,79,125,0.96) 0%, rgba(0,57,90,0.9) 56%, rgba(0,79,125,0.82) 100%),
    url("../images/e882afb7-8bf2-4b1e-8bea-1856898735ac_lg.jpg") center/cover;
}

.tlm-page--teilladungen .tlm-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: #FAD201;
  z-index: 3;
}

.tlm-page--teilladungen .tlm-hero__media {
  display: none;
}
.tlm-page--teilladungen .tlm-hero__overlay {
  display: block;
}

.tlm-service-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0 82px;
}

.tlm-service-hero__content {
  color: #fff;
}

.tlm-service-hero .tlm-hero__eyebrow {
  margin-bottom: 18px;
}

.tlm-service-hero .tlm-hero__title {
  max-width: 760px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
  margin-bottom: 22px;
}

.tlm-service-hero .tlm-hero__lead {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,0.9);
}

.tlm-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tlm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-weight: var(--font-kit-header-font-weight, 500);
  letter-spacing: var(--font-kit-header-letter-spacing, -0.4px);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tlm-button:hover {
  transform: translateY(-1px);
}

.tlm-button--primary {
  background: #FAD201;
  color: #004F7D;
}

.tlm-button--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.08);
}

.tlm-service-hero__panel {
  position: relative;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
  padding: 14px;
}

.tlm-service-hero__panel::before {
  content: "";
  position: absolute;
  inset: 28px -16px -16px 34px;
  border-radius: 8px;
  border: 2px solid #FAD201;
  z-index: -1;
}

.tlm-service-hero__panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.tlm-service-hero__badge {
  position: absolute;
  left: -22px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 16px 18px 14px;
  border-radius: 8px;
  background: #fff;
  color: #004F7D;
  box-shadow: 0 16px 40px rgba(0,0,0,0.24);
}

.tlm-service-hero__badge strong {
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #004F7D;
}

.tlm-service-hero__badge span {
  font-size: 13px;
  color: #636A6D;
}

.tlm-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.tlm-section__head .tlm-section__sub {
  margin-bottom: 0;
}

.tlm-kicker {
  color: #004F7D;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tlm-mini-facts {
  display: grid;
  gap: 10px;
}

.tlm-mini-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #F5F7FA;
  color: #004F7D;
}

.tlm-mini-fact span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FAD201;
  flex: 0 0 auto;
}

.tlm-page--teilladungen .tlm-card {
  position: relative;
  overflow: hidden;
  min-height: 196px;
}

.tlm-page--teilladungen .tlm-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: #FAD201;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.tlm-page--teilladungen .tlm-card:hover::after {
  transform: scaleX(1);
}

.tlm-media-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.tlm-media-frame {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,79,125,0.14);
  background: #fff;
  box-shadow: 0 24px 68px rgba(17,17,26,0.12);
}

.tlm-media-frame::before {
  content: "";
  position: absolute;
  inset: -14px 28px 28px -14px;
  border-radius: 8px;
  border: 2px solid #FAD201;
  z-index: 0;
}

.tlm-media-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.tlm-media-frame img:first-child {
  grid-row: 1 / span 2;
  min-height: 420px;
}

.tlm-process {
  display: grid;
  gap: 18px;
}

.tlm-process__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(99,106,109,0.14);
}

.tlm-process__item:first-child {
  padding-top: 0;
}

.tlm-process__num {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #004F7D;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tlm-process__title {
  margin: 0 0 5px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 20px;
  font-weight: var(--font-kit-header-font-weight, 500);
}

.tlm-process__text {
  margin: 0;
  color: #5B6063;
  font-size: 15.5px;
  line-height: 1.55;
}

.tlm-benefit-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 8px;
  background: linear-gradient(135deg, #004F7D 0%, #003857 100%);
  color: #fff;
}

.tlm-benefit-band .tlm-section__heading,
.tlm-benefit-band .tlm-section__sub {
  color: #fff;
}

.tlm-benefit-band .tlm-section__sub {
  opacity: 0.88;
  margin-bottom: 0;
}

.tlm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tlm-benefit {
  padding: 20px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
}

.tlm-benefit strong {
  display: block;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 19px;
  margin-bottom: 7px;
}

.tlm-benefit span {
  color: rgba(255,255,255,0.86);
  font-size: 14.5px;
  line-height: 1.5;
}

/* === GETRAENKELOGISTIK: gleiche Markenwelt, eigener Fachauftritt === */
.tlm-page--getraenkelogistik {
  background: #fff;
}

.tlm-page--getraenkelogistik .tlm-hero {
  min-height: min(700px, 80vh);
  max-height: none;
  justify-content: stretch;
  background:
    linear-gradient(135deg, rgba(0,79,125,0.94) 0%, rgba(0,57,90,0.82) 52%, rgba(0,79,125,0.7) 100%),
    url("../images/Ludwig bilder neu/2025-03-25 - Speditions- und Handelsgesellschaft Ludwig mbH-47.jpg") center/cover;
}

.tlm-page--getraenkelogistik .tlm-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: #FAD201;
  z-index: 3;
}

.tlm-page--getraenkelogistik .tlm-hero__media {
  display: none;
}
.tlm-page--getraenkelogistik .tlm-hero__overlay {
  display: block;
}

.tlm-page--getraenkelogistik .tlm-service-hero__panel img {
  object-position: center;
}

.tlm-page--getraenkelogistik .tlm-card {
  border-top: 4px solid #FAD201;
}

.tlm-page--getraenkelogistik .tlm-card__icon {
  background: #004F7D;
  color: #FAD201;
}

.tlm-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.tlm-feature-panel {
  position: relative;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 22px 62px rgba(17,17,26,0.1);
}

.tlm-feature-panel::before {
  content: "";
  position: absolute;
  inset: 18px -14px -14px 22px;
  border: 2px solid #FAD201;
  border-radius: 8px;
  z-index: -1;
}

.tlm-feature-panel .tlm-cards {
  grid-template-columns: 1fr;
}

.tlm-feature-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.16);
}

.tlm-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.tlm-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,57,90,0.66));
}

.tlm-feature-image__label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 24px;
  line-height: 1.15;
}

.tlm-service-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.tlm-service-strip__intro {
  position: sticky;
  top: 110px;
}

.tlm-service-list {
  display: grid;
  gap: 14px;
}

.tlm-service-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.1);
  box-shadow: 0 12px 38px rgba(17,17,26,0.06);
}

.tlm-service-item__num {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #FAD201;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tlm-service-item h3 {
  margin: 0 0 6px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 21px;
  font-weight: var(--font-kit-header-font-weight, 500);
}

.tlm-service-item p {
  margin: 0;
  color: #5B6063;
  font-size: 15.5px;
  line-height: 1.55;
}

.tlm-page--getraenkelogistik .tlm-cta {
  margin-top: 0;
}

/* === NETZWERKE: Partner- und Reichweitenauftritt === */
.tlm-page--netzwerke {
  background: #fff;
  font-family: var(--font-kit-text-font, 'Instrument Sans'), 'Instrument Sans', sans-serif;
  margin-top: -120px;
}

.tlm-network-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(48px, 7vw, 78px);
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.78) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-network-hero::before {
  content: "NETZ";
  position: absolute;
  right: clamp(10px, 4vw, 58px);
  top: clamp(106px, 11vw, 150px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(80px, 12vw, 164px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-network-hero__copy,
.tlm-network-hero__visual {
  position: relative;
  z-index: 2;
}

.tlm-network-hero .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-network-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-network-hero p {
  max-width: 760px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.tlm-network-hero__visual {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,79,125,0.24);
}

.tlm-network-hero__visual::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -46px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-network-hero__visual span {
  position: relative;
  z-index: 1;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(96px, 9vw, 136px);
  font-weight: 700;
  line-height: 0.75;
}

.tlm-network-hero__visual strong {
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin-top: 14px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.tlm-network-main {
  padding-top: clamp(58px, 8vw, 92px);
}

.tlm-network-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.tlm-network-header h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-network-header p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 500;
  line-height: 1.4;
}

.tlm-network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
}

.tlm-network-tile {
  position: relative;
  min-height: 290px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-network-tile::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.08;
}

.tlm-network-tile span,
.tlm-network-tile h3,
.tlm-network-tile p {
  position: relative;
  z-index: 1;
}

.tlm-network-tile span {
  display: block;
  margin-bottom: 48px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.8;
}

.tlm-network-tile h3 {
  margin: 0 0 10px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 600;
  line-height: 1.04;
}

.tlm-network-tile p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.42;
}

.tlm-network-tile--blue {
  grid-row: span 2;
  min-height: 598px;
  background: #004F7D;
  color: #6DC3E4;
}

.tlm-network-tile--blue span,
.tlm-network-tile--blue h3 {
  color: #FAD201;
}

.tlm-network-tile--blue p {
  color: rgba(255,255,255,0.88);
}

.tlm-network-tile--yellow {
  background: #FAD201;
  color: #004F7D;
}

.tlm-network-tile--yellow h3,
.tlm-network-tile--yellow span {
  color: #004F7D;
}

.tlm-network-tile--yellow p {
  color: #1F424F;
}

.tlm-network-tile--light {
  background: #F6F8F9;
  color: #004F7D;
}

.tlm-network-tile--light span {
  color: #FAD201;
}

.tlm-network-tile--light p {
  color: #5B6063;
}

/* === Partner-Tiles — Editorial-Layout nach Referenz ===
   Struktur:
     Heading oben (zentriert)
     Body-Text Mitte (zentriert)
     LOGO groß unten (zentriert)
   Farben bleiben Gelb (ELVIS) und Dunkelblau (TimoCom).
   Logos werden per CSS-Mask in der Akzentfarbe gerendert.
*/
.tlm-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

@media (max-width: 880px) {
  .tlm-network-grid { grid-template-columns: 1fr; }
}

.tlm-network-tile--elvis,
.tlm-network-tile--timocom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  min-height: 0;
  text-align: center;
  padding: clamp(20px, 2vw, 28px) clamp(28px, 3vw, 48px) clamp(20px, 2vw, 28px);
  overflow: hidden;
}

/* Dekoratives Hintergrund-Element entfernen — fürs Editorial-Layout zu unruhig */
.tlm-network-tile--elvis::after,
.tlm-network-tile--timocom::after {
  display: none;
}

/* ELVIS — gelbe Tile, blaues Logo + dunkelblauer Text */
.tlm-network-tile--elvis {
  background: linear-gradient(135deg, #FAD201 0%, #FFE04A 100%);
  color: #004F7D;
}

.tlm-network-tile--elvis h3 { color: #004F7D; }
.tlm-network-tile--elvis p  { color: #1F424F; }

/* TimoCom — dunkelblaue Tile, gelbes Logo + heller Text */
.tlm-network-tile--timocom {
  background: linear-gradient(135deg, #003A60 0%, #004F7D 100%);
  color: rgba(255,255,255,0.92);
}

.tlm-network-tile--timocom h3 { color: #FAD201; }
.tlm-network-tile--timocom p  { color: rgba(255,255,255,0.88); }

/* Heading + Body-Text Wrapper (oberer Block) */
.tlm-network-tile__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

.tlm-network-tile--elvis h3,
.tlm-network-tile--timocom h3 {
  margin: 0 0 18px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

.tlm-network-tile--elvis p,
.tlm-network-tile--timocom p {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 400;
  line-height: 1.55;
}

/* === Logo-Bereich === */
.tlm-network-tile__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: clamp(320px, 100%, 640px);
  height: clamp(200px, 28vw, 340px);
  margin: 2px auto 0;
  background: none;
  padding: 0;
  box-shadow: none;
  flex-shrink: 0;
  align-self: flex-end;
}

.tlm-network-tile__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* === Partner-Strip oberhalb des Grids (alternative dezente Variante) === */
.tlm-network-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 48px;
  margin: 0 0 40px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.10);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(17,17,26,0.05);
}

.tlm-network-partners__label {
  font-family: var(--font-kit-text-font, 'Instrument Sans'), sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px !important;
  text-transform: uppercase;
  color: #806400;
  background: rgba(250,210,1,0.18);
  padding: 4px 10px;
  border-radius: 4px;
  flex-shrink: 0;
}

.tlm-network-partners__logo {
  display: flex;
  align-items: center;
  height: 44px;
}

.tlm-network-partners__logo img {
  max-height: 100%;
  max-width: 160px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: none;
}

@media (max-width: 600px) {
  .tlm-network-partners { gap: 16px 24px; padding: 18px 20px; }
  .tlm-network-partners__logo { height: 36px; }
}

.tlm-network-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.tlm-network-stage__image {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
}

.tlm-network-stage__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.tlm-network-stage__image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid #FAD201;
  border-radius: 6px;
}

.tlm-network-stage__panel {
  display: grid;
  align-content: end;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 14%, rgba(109,195,228,0.54) 0 112px, transparent 114px),
    linear-gradient(135deg, #003857 0%, #004F7D 100%);
  color: #fff;
}

.tlm-network-stage__panel .tlm-kicker {
  color: #FAD201;
}

.tlm-network-stage__panel h2 {
  max-width: 720px;
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

/* === KONTRAKTLOGISTIK: moderne Supply-Chain-Seite === */
.tlm-page--kontraktlogistik {
  background: #fff;
}

/* === FUEHRUNGSEBENE: Leadership-Design === */
.tlm-page--fuehrung {
  background: #fff;
  margin-top: -120px;
}

.tlm-leadership-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(58px, 8vw, 94px);
}

.tlm-leadership-hero::before {
  content: "";
  position: absolute;
  left: -64px;
  right: -64px;
  top: 118px;
  bottom: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 14%, rgba(109,195,228,0.72) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff6bd 100%);
  z-index: 0;
}

.tlm-leadership-hero::after {
  content: "LEAD";
  position: absolute;
  right: -24px;
  top: 126px;
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(86px, 16vw, 220px);
  font-weight: 700;
  line-height: 0.8;
  z-index: 0;
  pointer-events: none;
}

.tlm-leadership-hero__copy,
.tlm-leadership-hero__visual {
  position: relative;
  z-index: 1;
}

.tlm-leadership-hero__copy .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-leadership-hero__copy h1 {
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.8vw, 96px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-leadership-hero__copy p {
  max-width: 690px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}

.tlm-leadership-hero__visual {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 30px 80px rgba(0,79,125,0.24);
}

.tlm-leadership-hero__visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 3px solid #fff;
  border-radius: 6px;
  pointer-events: none;
}

.tlm-leadership-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.tlm-leadership-hero__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  padding: 18px 20px 16px;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}

.tlm-leadership-hero__badge strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.tlm-leadership-hero__badge span {
  font-size: 14px;
}

.tlm-leadership-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

.tlm-leadership-intro h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-leadership-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-leadership-grid {
  display: grid;
  grid-template-columns: 1.08fr repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.tlm-leader-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 360px;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
  overflow: hidden;
}

.tlm-leader-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(250,210,1,0.28);
}

.tlm-leader-card--primary {
  background: #004F7D;
  color: #fff;
}

.tlm-leader-card--primary::after {
  background: rgba(109,195,228,0.28);
}

.tlm-leader-card__mark {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 56px;
  border-radius: 8px;
  background: #FAD201;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.tlm-leader-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: #FAD201;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tlm-leader-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  line-height: 1;
}

.tlm-leader-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5B6063;
  font-size: 17px;
  line-height: 1.48;
}

.tlm-leader-card--primary h3,
.tlm-leader-card--primary p {
  color: #fff;
}

.tlm-owner-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #003857 0%, #004F7D 62%, #0E6A9A 100%);
  color: #fff;
}

.tlm-owner-band::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -100px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: #FAD201;
  opacity: 0.95;
}

.tlm-owner-band__number {
  position: relative;
  z-index: 1;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 700;
  line-height: 0.8;
}

.tlm-owner-band__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.tlm-owner-band .tlm-kicker {
  color: #FAD201;
}

.tlm-owner-band h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 1;
}

.tlm-owner-band p {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.38;
}

/* === HISTORIE: Marken-Timeline === */
.tlm-page--historie {
  background: #fff;
  margin-top: -120px;
}

.tlm-history-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(48px, 7vw, 78px);
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(109,195,228,0.72) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 50%, #fff7bf 100%);
}

.tlm-history-hero::after {
  content: "1964";
  position: absolute;
  right: clamp(16px, 5vw, 72px);
  top: clamp(104px, 11vw, 142px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(86px, 15vw, 210px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-history-hero__copy,
.tlm-history-hero__fact {
  position: relative;
  z-index: 1;
}

.tlm-history-hero__copy .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-history-hero__copy h1 {
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(64px, 9vw, 126px);
  font-weight: 600;
  line-height: 0.9;
}

.tlm-history-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}

.tlm-history-hero__fact {
  align-self: stretch;
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 280px;
  padding: 28px;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,79,125,0.25);
}

.tlm-history-hero__fact strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.85;
}

.tlm-history-hero__fact span {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tlm-history-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.54fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 62px);
}

.tlm-history-intro h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-history-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-history-road {
  position: relative;
  display: grid;
  gap: 18px;
}

.tlm-history-road::before {
  content: "";
  position: absolute;
  left: 118px;
  top: 38px;
  bottom: 38px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(#FAD201, #6DC3E4, #004F7D);
}

.tlm-history-milestone {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  padding: clamp(24px, 3.3vw, 38px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
  overflow: hidden;
}

.tlm-history-milestone--start {
  background: #004F7D;
  color: #fff;
}

.tlm-history-milestone--move {
  background: #FAD201;
}

.tlm-history-milestone--today {
  background:
    radial-gradient(circle at 94% 88%, rgba(250,210,1,0.9) 0 110px, transparent 112px),
    #fff;
}

.tlm-history-milestone__year {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 170px;
  border-radius: 8px;
  background: rgba(255,255,255,0.14);
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.9;
}

.tlm-history-milestone--move .tlm-history-milestone__year,
.tlm-history-milestone--today .tlm-history-milestone__year {
  background: #004F7D;
  color: #FAD201;
}

.tlm-history-milestone__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
}

.tlm-history-milestone__body span {
  color: #FAD201;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tlm-history-milestone--move .tlm-history-milestone__body span,
.tlm-history-milestone--today .tlm-history-milestone__body span {
  color: #004F7D;
}

.tlm-history-milestone__body h3 {
  margin: 8px 0 10px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.tlm-history-milestone--start .tlm-history-milestone__body h3 {
  color: #fff;
}

.tlm-history-milestone__body p {
  max-width: 780px;
  margin: 0;
  color: #5B6063;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.42;
}

.tlm-history-milestone--start .tlm-history-milestone__body p {
  color: rgba(255,255,255,0.88);
}

.tlm-history-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.tlm-history-fact {
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #003857 0%, #004F7D 100%);
  color: #fff;
}

.tlm-history-fact strong {
  display: block;
  margin-bottom: 8px;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.9;
}

.tlm-history-fact span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* === VERANTWORTUNG: Sustainability Impact === */
.tlm-page--verantwortung {
  background: #fff;
  margin-top: -120px;
}

.tlm-responsibility-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(48px, 7vw, 78px);
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.78) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-responsibility-hero::before {
  content: "CO2";
  position: absolute;
  right: clamp(10px, 4vw, 60px);
  top: clamp(106px, 11vw, 144px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(90px, 15vw, 210px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-responsibility-hero__copy,
.tlm-responsibility-hero__visual {
  position: relative;
  z-index: 1;
}

.tlm-responsibility-hero .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-responsibility-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-responsibility-hero p {
  max-width: 760px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.tlm-responsibility-hero__visual {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  box-shadow: 0 26px 70px rgba(0,79,125,0.24);
}

.tlm-responsibility-hero__visual::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -46px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-responsibility-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.34;
  mix-blend-mode: luminosity;
}

.tlm-responsibility-hero__metric {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 28px;
  color: #fff;
}

.tlm-responsibility-hero__metric strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(64px, 6.4vw, 96px);
  font-weight: 700;
  line-height: 0.75;
}

.tlm-responsibility-hero__metric span {
  max-width: 160px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.tlm-responsibility-main {
  padding-top: clamp(58px, 8vw, 92px);
}

.tlm-responsibility-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.tlm-responsibility-intro .tlm-kicker,
.tlm-responsibility-intro h2 {
  grid-column: 1;
}

.tlm-responsibility-intro p {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.tlm-responsibility-intro h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-responsibility-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-responsibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tlm-responsibility-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-responsibility-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}

.tlm-responsibility-card span,
.tlm-responsibility-card h3,
.tlm-responsibility-card p {
  position: relative;
  z-index: 1;
}

.tlm-responsibility-card span {
  display: block;
  margin-bottom: 48px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.85;
}

.tlm-responsibility-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.04;
}

.tlm-responsibility-card p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.42;
}

.tlm-responsibility-card--solar {
  grid-column: span 2;
  background: #004F7D;
  color: #fff;
}

.tlm-responsibility-card--solar span,
.tlm-responsibility-card--solar h3,
.tlm-responsibility-card--rail span,
.tlm-responsibility-card--rail h3 {
  color: #FAD201;
}

.tlm-responsibility-card--solar p,
.tlm-responsibility-card--rail p {
  color: rgba(255,255,255,0.9);
}

.tlm-responsibility-card--certified {
  background: #fff;
  color: #004F7D;
}

.tlm-responsibility-card--certified span {
  color: #FAD201;
}

.tlm-responsibility-card--certified p {
  color: #5B6063;
}

.tlm-responsibility-card--rail {
  grid-column: 1 / -1;
  min-height: 250px;
  background: #003857;
  color: #fff;
}

.tlm-responsibility-impact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-top: 18px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 14%, rgba(109,195,228,0.56) 0 106px, transparent 108px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 58%, #fff8c8 100%);
  color: #004F7D;
}

.tlm-responsibility-impact::before {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 54px);
  bottom: -52px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
}

.tlm-responsibility-impact > div {
  position: relative;
  z-index: 1;
}

.tlm-responsibility-impact h2 {
  max-width: 680px;
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-responsibility-impact__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlm-responsibility-impact__facts div {
  min-height: 170px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: #004F7D;
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-responsibility-impact__facts strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 0.8;
}

.tlm-responsibility-impact__facts span {
  color: #5B6063;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.15;
  text-transform: uppercase;
}

/* === FUHRPARK: Fleet System === */
.tlm-page--fuhrpark {
  background: #fff;
  margin-top: -120px;
}

.tlm-fleet-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(48px, 7vw, 78px);
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.78) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-fleet-hero::before {
  content: "FLOTTE";
  position: absolute;
  right: clamp(8px, 3vw, 42px);
  top: clamp(108px, 11vw, 148px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(68px, 11vw, 150px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-fleet-hero__copy,
.tlm-fleet-hero__visual {
  position: relative;
  z-index: 1;
}

.tlm-fleet-hero .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-fleet-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-fleet-hero p {
  max-width: 790px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.tlm-fleet-hero__visual {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  box-shadow: 0 26px 70px rgba(0,79,125,0.24);
}

.tlm-fleet-hero__visual::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -46px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-fleet-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.38;
  mix-blend-mode: luminosity;
}

.tlm-fleet-hero__metric {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 28px;
  color: #fff;
}

.tlm-fleet-hero__metric strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(82px, 8vw, 128px);
  font-weight: 700;
  line-height: 0.75;
}

.tlm-fleet-hero__metric span {
  max-width: 190px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.tlm-fleet-main {
  padding-top: clamp(58px, 8vw, 92px);
}

.tlm-fleet-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.tlm-fleet-intro .tlm-kicker,
.tlm-fleet-intro h2 {
  grid-column: 1;
}

.tlm-fleet-intro p {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.tlm-fleet-intro h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-fleet-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tlm-fleet-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-fleet-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}

.tlm-fleet-card span,
.tlm-fleet-card h3,
.tlm-fleet-card p {
  position: relative;
  z-index: 1;
}

.tlm-fleet-card span {
  display: block;
  margin-bottom: 48px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.85;
}

.tlm-fleet-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.04;
}

.tlm-fleet-card p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.42;
}

.tlm-fleet-card--diesel {
  grid-column: span 2;
  background: #004F7D;
  color: #fff;
}

.tlm-fleet-card--diesel span,
.tlm-fleet-card--diesel h3,
.tlm-fleet-card--electric span,
.tlm-fleet-card--electric h3 {
  color: #FAD201;
}

.tlm-fleet-card--diesel p,
.tlm-fleet-card--electric p {
  color: rgba(255,255,255,0.9);
}

.tlm-fleet-card--lng {
  background: #fff;
  color: #004F7D;
}

.tlm-fleet-card--lng span {
  color: #FAD201;
}

.tlm-fleet-card--lng p {
  color: #5B6063;
}

.tlm-fleet-card--electric {
  grid-column: 1 / -1;
  min-height: 250px;
  background: #003857;
  color: #fff;
}

.tlm-fleet-impact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-top: 18px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 14%, rgba(109,195,228,0.56) 0 106px, transparent 108px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 58%, #fff8c8 100%);
  color: #004F7D;
}

.tlm-fleet-impact::before {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 54px);
  bottom: -52px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
}

.tlm-fleet-impact > div {
  position: relative;
  z-index: 1;
}

.tlm-fleet-impact h2 {
  max-width: 680px;
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-fleet-impact__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlm-fleet-impact__facts div {
  min-height: 170px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: #004F7D;
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-fleet-impact__facts strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 3.5vw, 54px);
  line-height: 0.8;
  white-space: nowrap;
}

.tlm-fleet-impact__facts span {
  color: #5B6063;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.15;
  text-transform: uppercase;
}

.tlm-fleet-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 62px);
}

.tlm-fleet-chapter .tlm-kicker,
.tlm-fleet-chapter h2 {
  grid-column: 1;
}

.tlm-fleet-chapter h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-fleet-chapter p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-fleet-composition {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.tlm-fleet-photo {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  box-shadow: 0 24px 70px rgba(17,17,26,0.12);
}

.tlm-fleet-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,79,125,0.05) 0%, rgba(0,56,87,0.72) 100%);
}

.tlm-fleet-photo img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.tlm-fleet-photo figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 8px;
  background: #FAD201;
  color: #004F7D;
}

.tlm-fleet-photo figcaption strong {
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(56px, 5.4vw, 82px);
  line-height: 0.8;
  white-space: nowrap;
}

.tlm-fleet-photo figcaption span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tlm-fleet-driveplan {
  display: grid;
  gap: 18px;
}

.tlm-fleet-drive {
  position: relative;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  min-height: 204px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-fleet-drive::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}

.tlm-fleet-drive span {
  position: relative;
  z-index: 1;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.85;
}

.tlm-fleet-drive div {
  position: relative;
  z-index: 1;
}

.tlm-fleet-drive h3 {
  margin: 0 0 12px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.04;
}

.tlm-fleet-drive p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.42;
}

.tlm-fleet-drive--primary {
  background: #004F7D;
  color: #fff;
}

.tlm-fleet-drive--primary h3 {
  color: #FAD201;
}

.tlm-fleet-drive--primary p {
  color: rgba(255,255,255,0.9);
}

.tlm-fleet-drive--light {
  background: #fff;
  color: #004F7D;
  border: 1px solid rgba(0,79,125,0.12);
}

.tlm-fleet-drive--light p {
  color: #5B6063;
}

.tlm-fleet-drive--yellow {
  background: #FAD201;
  color: #004F7D;
}

.tlm-fleet-drive--yellow span {
  color: #004F7D;
}

.tlm-fleet-drive--yellow p {
  color: #1F424F;
}

.tlm-fleet-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
  margin-top: 18px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  border-radius: 8px;
  background: #003857;
  color: #fff;
}

.tlm-fleet-ribbon::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -46px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-fleet-ribbon h2,
.tlm-fleet-ribbon div {
  position: relative;
  z-index: 1;
}

.tlm-fleet-ribbon h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(36px, 4.6vw, 66px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-fleet-ribbon div {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: #004F7D;
}

.tlm-fleet-ribbon strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  line-height: 0.75;
}

.tlm-fleet-ribbon span {
  color: #5B6063;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.15;
  text-transform: uppercase;
}

/* === KONTAKTFORMULAR: Contact Form Experience === */
.tlm-page--kontaktformular {
  background: #fff;
}

.tlm-contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: min(100% - 64px, 1200px);
  margin: 0 auto;
  padding: clamp(150px, 16vw, 210px) clamp(32px, 5vw, 64px) clamp(48px, 7vw, 78px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.78) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-contact-hero::before {
  content: "KONTAKT";
  position: absolute;
  right: clamp(8px, 3vw, 42px);
  top: clamp(108px, 11vw, 148px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(62px, 10vw, 142px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-contact-hero__copy,
.tlm-contact-hero__card {
  position: relative;
  z-index: 1;
}

.tlm-contact-hero .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-contact-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-contact-hero p {
  max-width: 760px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.tlm-contact-hero__card {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,79,125,0.24);
}

.tlm-contact-hero__card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -46px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-contact-hero__card strong {
  position: relative;
  z-index: 1;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(78px, 8vw, 126px);
  line-height: 0.75;
}

.tlm-contact-hero__card span {
  position: relative;
  z-index: 1;
  max-width: 170px;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.tlm-contact-main {
  padding-top: clamp(58px, 8vw, 92px);
}

.tlm-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.74fr);
  gap: 18px;
  align-items: start;
}

.tlm-contact-panel {
  position: sticky;
  top: 120px;
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
  border-radius: 8px;
  background: #003857;
  color: #fff;
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-contact-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-contact-panel .tlm-kicker {
  color: #FAD201;
}

.tlm-contact-panel h2 {
  position: relative;
  z-index: 1;
  margin: 8px 0 18px;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-contact-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.42;
}

.tlm-contact-panel__facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: clamp(28px, 5vw, 52px);
}

.tlm-contact-panel__facts div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
}

.tlm-contact-panel__facts strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 34px;
  line-height: 0.85;
}

.tlm-contact-panel__facts span {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.15;
  text-transform: uppercase;
}

.tlm-contact-formcard {
  position: relative;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(0,79,125,0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F7FBFD 100%);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-contact-formcard::before {
  content: "";
  position: absolute;
  right: -62px;
  top: -66px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(250,210,1,0.32);
}

.tlm-contact-formcard .tlm-form {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  gap: 18px;
}

.tlm-contact-formcard .tlm-form__row {
  gap: 18px;
}

.tlm-contact-formcard .tlm-form input,
.tlm-contact-formcard .tlm-form textarea,
.tlm-contact-formcard .tlm-form select {
  min-height: 52px;
  border-radius: 8px;
  border-color: rgba(0,79,125,0.16);
  background-color: #fff;
}

.tlm-contact-formcard .tlm-form textarea {
  min-height: 156px;
}

.tlm-contact-formcard .tlm-form__submit {
  min-height: 56px;
  padding: 14px 34px;
  border-radius: 8px;
  background: #FAD201;
  color: #004F7D;
  box-shadow: 0 18px 44px rgba(250,210,1,0.28);
  font-size: 18px;
}

.tlm-contact-formcard .tlm-form__submit:hover {
  background: #ffe04a;
}

.tlm-contact-formcard .tlm-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.tlm-contact-formcard .tlm-form__note {
  max-width: 620px;
  color: #6F777A;
}

/* === OEFFNUNGSZEITEN: Hours Experience === */
.tlm-page--oeffnungszeiten {
  background: #fff;
}

.tlm-hours-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: min(100% - 64px, 1200px);
  margin: 0 auto;
  padding: clamp(150px, 16vw, 210px) clamp(32px, 5vw, 64px) clamp(48px, 7vw, 78px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.74) 0 148px, transparent 150px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-hours-hero::before {
  content: "ZEIT";
  position: absolute;
  right: clamp(12px, 4vw, 58px);
  top: clamp(110px, 12vw, 158px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(78px, 12vw, 164px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-hours-hero__copy,
.tlm-hours-hero__card {
  position: relative;
  z-index: 1;
}

.tlm-hours-hero .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-hours-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-hours-hero p {
  max-width: 760px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.tlm-hours-hero__card {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,79,125,0.24);
}

.tlm-hours-hero__card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -48px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(109,195,228,0.34);
}

.tlm-hours-hero__card strong {
  position: relative;
  z-index: 1;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(64px, 5.8vw, 92px);
  line-height: 0.75;
  white-space: nowrap;
}

.tlm-hours-hero__card span {
  position: relative;
  z-index: 1;
  max-width: 190px;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.tlm-hours-main {
  padding-top: clamp(58px, 8vw, 92px);
}

.tlm-hours-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: stretch;
}

.tlm-hours-intro {
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 44px);
  border-left: 8px solid #FAD201;
  background: #F6F8F9;
}

.tlm-hours-intro h2 {
  margin: 10px 0 14px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(36px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-hours-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.28;
}

.tlm-hours-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.tlm-hours-window {
  position: relative;
  min-height: 220px;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border-radius: 8px;
}

.tlm-hours-window::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.08;
}

.tlm-hours-window span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 12px 6px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.tlm-hours-window h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 600;
  line-height: 0.86;
}

.tlm-hours-window p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.tlm-hours-window--open {
  background: #004F7D;
  color: #6DC3E4;
  box-shadow: 0 18px 58px rgba(0,79,125,0.16);
}

.tlm-hours-window--open span {
  background: #FAD201;
  color: #004F7D;
}

.tlm-hours-window--open h3 {
  color: #FAD201;
}

.tlm-hours-window--open p {
  color: rgba(255,255,255,0.82);
}

.tlm-hours-window--closed {
  border: 1px solid rgba(0,79,125,0.12);
  background: #fff;
  color: #004F7D;
}

.tlm-hours-window--closed span {
  background: #F6F8F9;
  color: #004F7D;
}

.tlm-hours-window--closed h3 {
  color: #004F7D;
}

.tlm-hours-window--closed p {
  color: #5B6063;
}

.tlm-hours-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,79,125,0.96), rgba(0,56,87,1));
  color: #fff;
}

.tlm-hours-cta .tlm-kicker {
  color: #FAD201;
}

.tlm-hours-cta h2 {
  max-width: 760px;
  margin: 8px 0 8px;
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-hours-cta p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.tlm-hours-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px 14px;
  border-radius: 8px;
  background: #FAD201;
  color: #004F7D;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.tlm-hours-cta__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(0,0,0,0.18);
}

/* === UNTERNEHMENSWERTE: Value-Grid === */
.tlm-page--werte {
  background: #fff;
  margin-top: -120px;
}

.tlm-values-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  width: 100%;
  margin: 0;
  padding: clamp(150px, 16vw, 210px) clamp(48px, 6vw, 96px) clamp(48px, 7vw, 78px);
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(109,195,228,0.78) 0 150px, transparent 152px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 48%, #fff7bf 100%);
}

.tlm-values-hero::after {
  content: "WERTE";
  position: absolute;
  right: clamp(10px, 4vw, 60px);
  top: clamp(106px, 11vw, 144px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(76px, 14vw, 190px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-values-hero__copy,
.tlm-values-hero__statement {
  position: relative;
  z-index: 1;
}

.tlm-values-hero__copy .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-values-hero__copy h1 {
  margin: 8px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  max-width: 780px;
  font-size: clamp(50px, 6vw, 84px);
  font-weight: 600;
  line-height: 0.94;
}

.tlm-values-hero__copy p {
  max-width: 780px;
  margin: 0;
  color: #1F424F;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}

.tlm-values-hero__statement {
  align-self: stretch;
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 280px;
  padding: 28px;
  border-radius: 8px;
  background: #004F7D;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0,79,125,0.25);
}

.tlm-values-hero__statement strong {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(86px, 10vw, 142px);
  line-height: 0.75;
}

.tlm-values-hero__statement span {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}

.tlm-values-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.tlm-values-intro h2 {
  margin: 8px 0 0;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.tlm-values-intro p {
  margin: 0;
  color: #5B6063;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.4;
}

.tlm-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tlm-value-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,79,125,0.12);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-value-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}

.tlm-value-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 48px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.85;
}

.tlm-value-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.04;
}

.tlm-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.42;
  font-weight: 500;
}

.tlm-value-card--blue {
  grid-column: span 2;
  background: #004F7D;
  color: #fff;
}

.tlm-value-card--blue span,
.tlm-value-card--blue h3,
.tlm-value-card--dark span,
.tlm-value-card--dark h3 {
  color: #FAD201;
}

.tlm-value-card--white {
  background: #fff;
  color: #004F7D;
}

.tlm-value-card--white span {
  color: #FAD201;
}
.tlm-value-card--yellow span {
  color: #004F7D;
}

.tlm-value-card--white p,
.tlm-value-card--yellow p {
  color: #5B6063;
}

.tlm-value-card--light {
  background: #6DC3E4;
  color: #003857;
}

.tlm-value-card--light span {
  color: #fff;
}

.tlm-value-card--yellow {
  background: #FAD201;
  color: #004F7D;
}

.tlm-value-card--dark {
  background: #003857;
  color: #fff;
}

.tlm-page--kontraktlogistik .tlm-hero {
  min-height: min(720px, 82vh);
  max-height: none;
  justify-content: stretch;
  background:
    linear-gradient(135deg, rgba(0,79,125,0.96) 0%, rgba(0,57,90,0.84) 54%, rgba(0,79,125,0.7) 100%),
    url("../images/Ludwig bilder neu/Speditions- und Handelsgesellschaft Ludwig mbH -70.jpg") center/cover;
}

.tlm-page--kontraktlogistik .tlm-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: #FAD201;
  z-index: 3;
}

.tlm-page--kontraktlogistik .tlm-hero__media {
  display: none;
}
.tlm-page--kontraktlogistik .tlm-hero__overlay {
  display: block;
}

.tlm-contract-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
}

.tlm-contract-hero-card::before {
  content: "";
  position: absolute;
  inset: 28px -16px -16px 34px;
  border: 2px solid #FAD201;
  border-radius: 8px;
  z-index: -1;
}

.tlm-contract-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.tlm-contract-hero-card img:first-child {
  grid-row: 1 / span 2;
}

.tlm-contract-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  gap: 2px;
  padding: 16px 18px 14px;
  border-radius: 8px;
  background: #fff;
  color: #004F7D;
  box-shadow: 0 16px 40px rgba(0,0,0,0.24);
}

.tlm-contract-badge strong {
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 26px;
  line-height: 1;
}

.tlm-contract-badge span {
  color: #636A6D;
  font-size: 13px;
}

.tlm-contract-overview {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: start;
}

.tlm-contract-copy {
  position: sticky;
  top: 110px;
}

.tlm-contract-stack {
  display: grid;
  gap: 14px;
}

.tlm-contract-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.11);
  box-shadow: 0 14px 42px rgba(17,17,26,0.07);
}

.tlm-contract-card__num {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #FAD201;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tlm-contract-card h3,
.tlm-vas-card h3 {
  margin: 0 0 8px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: var(--font-kit-header-font-weight, 500);
  line-height: 1.18;
}

.tlm-contract-card p,
.tlm-vas-card p {
  margin: 0;
  color: #5B6063;
  font-size: 15.5px;
  line-height: 1.58;
}

.tlm-vas-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.tlm-vas-media {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.16);
}

.tlm-vas-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.tlm-vas-media::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid #FAD201;
  border-radius: 6px;
}

.tlm-vas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.tlm-vas-card {
  min-height: 190px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.1);
  box-shadow: 0 12px 36px rgba(17,17,26,0.06);
}

.tlm-vas-card__num {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: #004F7D;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tlm-page--kontraktlogistik .tlm-cta {
  margin-top: 0;
}

.tlm-vas-showcase {
  display: grid;
  gap: 34px;
}

.tlm-vas-showcase__head {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 0.75fr);
  gap: 32px;
  align-items: end;
}

.tlm-vas-showcase__head .tlm-section__sub {
  margin-bottom: 0;
}

.tlm-vas-showcase__body {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.tlm-vas-showcase__image {
  position: relative;
  min-height: 520px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 62px rgba(17,17,26,0.12);
}

.tlm-vas-showcase__image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.tlm-vas-showcase__image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid #FAD201;
  border-radius: 6px;
}

.tlm-vas-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tlm-vas-tile {
  position: relative;
  min-height: 230px;
  padding: 28px 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.1);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(17,17,26,0.06);
}

.tlm-vas-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: #FAD201;
}

.tlm-vas-tile span {
  display: block;
  margin-bottom: 38px;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.tlm-vas-tile h3 {
  margin: 0 0 8px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: var(--font-kit-header-font-weight, 500);
}

.tlm-vas-tile p {
  margin: 0;
  color: #5B6063;
  font-size: 15.5px;
  line-height: 1.58;
}

.tlm-contract-services-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
  padding: clamp(30px, 4vw, 46px);
  border-radius: 8px;
  background: linear-gradient(135deg, #004F7D 0%, #003857 100%);
  color: #fff;
}

.tlm-contract-services-band .tlm-kicker,
.tlm-contract-services-band .tlm-section__heading,
.tlm-contract-services-band .tlm-section__sub {
  color: #fff;
}

.tlm-contract-services-band .tlm-kicker {
  color: #FAD201;
}

.tlm-contract-services-band .tlm-section__sub {
  margin-bottom: 0;
  opacity: 0.88;
}

.tlm-contract-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlm-contract-service {
  min-height: 172px;
  padding: 22px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
}

.tlm-contract-service h3 {
  margin: 0 0 8px;
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 20px;
  font-weight: var(--font-kit-header-font-weight, 500);
  line-height: 1.18;
}

.tlm-contract-service p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 14.5px;
  line-height: 1.55;
}

.tlm-vas-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.tlm-vas-editorial::before {
  content: "";
  position: absolute;
  left: clamp(26px, 5vw, 58px);
  right: clamp(26px, 5vw, 58px);
  top: 44px;
  bottom: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,79,125,0.08), rgba(250,210,1,0.13));
  z-index: 0;
}

.tlm-vas-editorial__media,
.tlm-vas-editorial__content {
  position: relative;
  z-index: 1;
}

.tlm-vas-editorial__media {
  margin: 0;
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(17,17,26,0.15);
}

.tlm-vas-editorial__media::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid #FAD201;
  border-radius: 6px;
  pointer-events: none;
}

.tlm-vas-editorial__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.tlm-vas-editorial__media figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  width: fit-content;
  max-width: calc(100% - 60px);
  padding: 12px 16px;
  border-radius: 6px;
  background: rgba(0,79,125,0.92);
  color: #fff;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.tlm-vas-editorial__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,79,125,0.1);
  box-shadow: 0 18px 58px rgba(17,17,26,0.08);
}

.tlm-vas-editorial__content .tlm-section__sub {
  margin-bottom: 30px;
}

.tlm-vas-lines {
  display: grid;
  border-top: 1px solid rgba(0,79,125,0.12);
}

.tlm-vas-line {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,79,125,0.12);
}

.tlm-vas-line span {
  color: #FAD201;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.tlm-vas-line h3 {
  margin: -2px 0 6px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: 22px;
  font-weight: var(--font-kit-header-font-weight, 500);
  line-height: 1.18;
}

.tlm-vas-line p {
  margin: 0;
  max-width: 560px;
  color: #5B6063;
  font-size: 15.5px;
  line-height: 1.56;
}

.tlm-vas-colorstage {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 130px;
  border-radius: 8px;
  padding: clamp(34px, 5vw, 76px);
  background:
    radial-gradient(circle at 86% 16%, rgba(109,195,228,0.8) 0 120px, transparent 122px),
    linear-gradient(135deg, #FAD201 0%, #FFE46B 52%, #fff7bf 100%);
  box-shadow: 0 28px 90px rgba(17,17,26,0.13);
}

.tlm-vas-colorstage::before {
  content: "VAS";
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  top: clamp(12px, 2vw, 28px);
  color: rgba(0,79,125,0.08);
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(90px, 16vw, 220px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-vas-colorstage__head {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.tlm-vas-colorstage__head .tlm-kicker {
  color: #004F7D;
  font-size: 17px;
}

.tlm-vas-colorstage__head h2 {
  margin: 6px 0 18px;
  color: #004F7D;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  line-height: 0.92;
}

.tlm-vas-colorstage__head p {
  margin: 0;
  max-width: 720px;
  color: #1F424F;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.28;
  font-weight: 500;
}

.tlm-vas-colorstage__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.58fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: end;
  margin-top: clamp(34px, 5vw, 72px);
}

.tlm-vas-colorstage__photo {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 26px 70px rgba(0,79,125,0.26);
}

.tlm-vas-colorstage__photo::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 3px solid #fff;
  border-radius: 6px;
  pointer-events: none;
}

.tlm-vas-colorstage__photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.tlm-vas-bubbles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tlm-vas-bubble {
  position: relative;
  min-height: 230px;
  padding: clamp(22px, 2.6vw, 34px);
  border-radius: 8px;
  overflow: hidden;
}

.tlm-vas-bubble::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.tlm-vas-bubble span {
  display: block;
  margin-bottom: 24px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.85;
}

.tlm-vas-bubble h3 {
  margin: 0 0 10px;
  font-family: var(--font-kit-header-font, 'Anek Kannada'), 'Anek Kannada', sans-serif;
  font-size: clamp(25px, 2.1vw, 31px);
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.tlm-vas-bubble p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.42;
  font-weight: 500;
}

.tlm-vas-bubble--blue {
  grid-column: span 2;
  min-height: 210px;
  background: #004F7D;
  color: #fff;
}

.tlm-vas-bubble--blue span,
.tlm-vas-bubble--blue h3 {
  color: #FAD201;
}

.tlm-vas-bubble--yellow {
  background: #fff;
  color: #004F7D;
  transform: translateY(34px);
}

.tlm-vas-bubble--yellow span {
  color: #FAD201;
}

.tlm-vas-bubble--light {
  background: #6DC3E4;
  color: #003857;
}

.tlm-vas-bubble--light span {
  color: #fff;
}

.tlm-vas-bubble--dark {
  grid-column: span 2;
  min-height: 210px;
  background: #003857;
  color: #fff;
  transform: translateY(34px);
}

.tlm-vas-bubble--dark span,
.tlm-vas-bubble--dark h3 {
  color: #FAD201;
}

/* === FAKT-LEISTE === */
.tlm-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.tlm-fact {
  background: linear-gradient(135deg, #004F7D 0%, #003857 100%);
  color: #fff;
  border-radius: 8px;
  padding: 22px 20px;
  text-align: center;
}

.tlm-fact__num {
  font-size: 30px;
  color: #FAD201;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}

.tlm-fact__label {
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
}

/* === TIMELINE (für Historie) === */
.tlm-timeline {
  position: relative;
  padding-left: 36px;
  border-left: 3px solid #FAD201;
}

.tlm-timeline__item {
  position: relative;
  margin-bottom: 28px;
}

.tlm-timeline__year {
  font-size: 24px;
  color: #004F7D;
  margin-bottom: 4px;
}

.tlm-timeline__item::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #FAD201;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #FAD201;
}

.tlm-timeline__text {
  font-size: 15.5px;
  line-height: 1.55;
  color: #5B6063;
  font-weight: 400;
}

/* === CTA-BLOCK === */
.tlm-cta {
  background: linear-gradient(135deg, #004F7D 0%, #003857 100%);
  color: #fff;
  border-radius: 8px;
  padding: 40px 36px;
  text-align: center;
  margin-top: 56px;
}

.tlm-cta__title {
  font-size: 26px;
  color: #fff;
  margin: 0 0 8px;
}

.tlm-cta__text {
  color: rgba(255,255,255,0.88);
  max-width: 600px;
  margin: 0 auto 22px;
  line-height: 1.5;
  font-weight: 400;
}

.tlm-cta__btn {
  display: inline-block;
  background: #FAD201;
  color: #004F7D;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.3px !important;
  text-decoration: none;
  transition: background 0.2s ease;
}

.tlm-cta__btn:hover { background: #ffe04a; }

/* === KONTAKTFORMULAR === */
.tlm-form {
  display: grid;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.tlm-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .tlm-form__row { grid-template-columns: 1fr; }
}

.tlm-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #004F7D;
  margin-bottom: 6px;
  letter-spacing: 0.3px !important;
  text-transform: uppercase;
}

.tlm-form input,
.tlm-form textarea,
.tlm-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(0,79,125,0.18);
  border-radius: 6px;
  font-family: var(--font-kit-text-font, 'Instrument Sans'), 'Instrument Sans', sans-serif;
  font-size: 15px;
  color: #2A2E30;
  background: #fff;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  font-weight: 400;
}

.tlm-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23004F7D' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.tlm-form input:focus,
.tlm-form textarea:focus,
.tlm-form select:focus {
  outline: none;
  border-color: #FAD201;
  box-shadow: 0 0 0 3px rgba(250,210,1,0.18);
}

.tlm-form textarea {
  resize: vertical;
  min-height: 120px;
}

.tlm-form__honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tlm-form__submit {
  background: #004F7D;
  color: #fff;
  border: none;
  padding: 14px 34px;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.3px !important;
  cursor: pointer;
  transition: background 0.2s ease;
  justify-self: start;
}

.tlm-form__submit:hover { background: #003857; }

.tlm-form__note {
  font-size: 13px;
  color: #8C9295;
  margin-top: 4px;
}

/* === ÖFFNUNGSZEITEN === */
.tlm-hours {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
}

.tlm-hours__item {
  background: #fff;
  border-radius: 8px;
  padding: 22px 24px;
  border-left: 4px solid #FAD201;
  box-shadow: 0 1px 4px rgba(17,17,26,0.04);
}

.tlm-hours__day {
  font-size: 17px;
  color: #004F7D;
  margin-bottom: 4px;
}

.tlm-hours__time {
  font-size: 16px;
  color: #5B6063;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}

/* === MOBILE === */
@media (max-width: 768px) {
  .tlm-hero { min-height: 320px; }
  .tlm-hero__content { padding: 56px 20px 44px; }
  .tlm-section { padding: 48px 20px; }
  .tlm-cta { padding: 32px 24px; }
  .tlm-cta__title { font-size: 22px; }
  .tlm-service-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 112px 0 58px;
  }
  .tlm-leadership-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 0 52px;
  }
  .tlm-history-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 20px 32px;
  }
  .tlm-values-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 20px 32px;
  }
  .tlm-values-hero::after {
    top: 92px;
    right: 4px;
    font-size: 72px;
  }
  .tlm-values-hero__copy h1 {
    font-size: 34px;
    line-height: 1;
    overflow-wrap: anywhere;
  }
  .tlm-values-hero__copy p {
    font-size: 22px;
  }
  .tlm-values-hero__statement {
    min-height: auto;
  }
  .tlm-history-hero::after {
    top: 92px;
    right: 4px;
    font-size: 86px;
  }
  .tlm-history-hero__copy h1 {
    font-size: 58px;
  }
  .tlm-history-hero__copy p {
    font-size: 22px;
  }
  .tlm-history-hero__fact {
    min-height: auto;
  }
  .tlm-leadership-hero::before {
    left: -20px;
    right: -20px;
    top: 82px;
    bottom: 24px;
  }
  .tlm-leadership-hero::after {
    right: -8px;
    top: 92px;
    font-size: 92px;
  }
  .tlm-leadership-hero__copy h1 {
    font-size: 54px;
  }
  .tlm-leadership-hero__copy p {
    font-size: 22px;
  }
  .tlm-leadership-hero__visual {
    min-height: 340px;
    transform: none;
  }
  .tlm-leadership-hero__visual img {
    min-height: 340px;
  }
  .tlm-leadership-hero__badge {
    left: 18px;
    bottom: 18px;
  }
  .tlm-service-hero__panel::before {
    inset: 18px -8px -8px 18px;
  }
  .tlm-service-hero__badge {
    left: 16px;
    bottom: 16px;
  }
  .tlm-section__head,
  .tlm-media-story,
  .tlm-benefit-band,
  .tlm-leadership-intro,
  .tlm-leadership-grid,
  .tlm-owner-band,
  .tlm-history-intro,
  .tlm-history-milestone,
  .tlm-history-facts,
  .tlm-values-intro,
  .tlm-values-grid {
    grid-template-columns: 1fr;
  }
  .tlm-value-card,
  .tlm-value-card--blue,
  .tlm-value-card--dark {
    grid-column: auto;
    min-height: auto;
  }
  .tlm-value-card span {
    margin-bottom: 30px;
  }
  .tlm-history-road::before {
    left: 28px;
    top: 26px;
    bottom: 26px;
    width: 3px;
  }
  .tlm-history-milestone {
    padding: 20px;
  }
  .tlm-history-milestone__year {
    min-height: 92px;
    justify-content: start;
    padding: 0 22px;
    place-items: center start;
  }
  .tlm-history-fact {
    padding: 22px;
  }
  .tlm-leader-card {
    min-height: auto;
  }
  .tlm-leader-card__mark {
    width: 58px;
    height: 58px;
    margin-bottom: 36px;
    font-size: 22px;
  }
  .tlm-owner-band__number {
    font-size: 76px;
  }
  .tlm-media-frame {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .tlm-media-frame img:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
  .tlm-media-frame img {
    min-height: 150px;
    aspect-ratio: 16 / 10;
  }
  .tlm-benefit-grid {
    grid-template-columns: 1fr;
  }
  .tlm-feature-split,
  .tlm-service-strip,
  .tlm-network-header,
  .tlm-network-grid,
  .tlm-network-stage,
  .tlm-contract-overview,
  .tlm-vas-section,
  .tlm-vas-showcase__head,
  .tlm-vas-showcase__body,
  .tlm-contract-services-band,
  .tlm-vas-editorial,
  .tlm-vas-colorstage__body {
    grid-template-columns: 1fr;
  }
  .tlm-feature-image,
  .tlm-feature-image img {
    min-height: 320px;
  }
  .tlm-service-strip__intro {
    position: static;
  }
  .tlm-network-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 20px 26px;
  }
  .tlm-network-hero::before {
    right: 4px;
    top: 118px;
    font-size: 72px;
  }
  .tlm-network-hero h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }
  .tlm-network-hero p {
    font-size: 21px;
  }
  .tlm-network-hero__visual {
    min-height: auto;
    padding: 22px;
  }
  .tlm-network-hero__visual span {
    font-size: 76px;
  }
  .tlm-network-tile,
  .tlm-network-tile--blue {
    grid-row: auto;
    min-height: auto;
  }
  .tlm-network-tile span {
    margin-bottom: 28px;
  }
  .tlm-network-stage__image,
  .tlm-network-stage__image img {
    min-height: 280px;
  }
  .tlm-network-stage__panel {
    padding: 28px 20px;
  }
  .tlm-contract-copy {
    position: static;
  }
  .tlm-contract-hero-card {
    grid-template-columns: 1fr;
  }
  .tlm-contract-hero-card::before {
    inset: 18px -8px -8px 18px;
  }
  .tlm-contract-hero-card img,
  .tlm-contract-hero-card img:first-child {
    grid-row: auto;
    min-height: 180px;
    aspect-ratio: 16 / 10;
  }
  .tlm-contract-card {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }
  .tlm-contract-card__num {
    width: 44px;
    height: 44px;
  }
  .tlm-vas-media,
  .tlm-vas-media img {
    min-height: 320px;
  }
  .tlm-vas-grid {
    grid-template-columns: 1fr;
  }
  .tlm-vas-showcase__image,
  .tlm-vas-showcase__image img {
    min-height: 280px;
  }
  .tlm-vas-tiles {
    grid-template-columns: 1fr;
  }
  .tlm-vas-tile {
    min-height: auto;
  }
  .tlm-vas-tile span {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .tlm-contract-services {
    grid-template-columns: 1fr;
  }
  .tlm-contract-service {
    min-height: auto;
  }
  .tlm-vas-editorial::before {
    left: 10px;
    right: 10px;
    top: 24px;
    bottom: 24px;
  }
  .tlm-vas-editorial__media,
  .tlm-vas-editorial__media img {
    min-height: 340px;
  }
  .tlm-vas-editorial__media figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
    font-size: 15px;
  }
  .tlm-vas-editorial__content {
    padding: 26px 22px;
  }
  .tlm-vas-line {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px 0;
  }
  .tlm-vas-colorstage {
    padding: 30px 20px;
  }
  .tlm-vas-colorstage__head h2 {
    font-size: 48px;
  }
  .tlm-vas-colorstage__head p {
    font-size: 21px;
  }
  .tlm-vas-colorstage__body {
    margin-top: 30px;
  }
  .tlm-vas-colorstage__photo {
    min-height: 330px;
    transform: none;
  }
  .tlm-vas-colorstage__photo img {
    min-height: 330px;
  }
  .tlm-vas-bubbles {
    grid-template-columns: 1fr;
  }
  .tlm-vas-bubble,
  .tlm-vas-bubble--yellow,
  .tlm-vas-bubble--blue,
  .tlm-vas-bubble--light,
  .tlm-vas-bubble--dark {
    grid-column: auto;
    min-height: auto;
    transform: none;
  }
  .tlm-vas-bubble span {
    margin-bottom: 16px;
  }
  .tlm-responsibility-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    min-height: auto;
    padding: 116px 20px 26px;
  }
  .tlm-responsibility-hero::before {
    left: auto;
    right: 4px;
    top: 118px;
    font-size: 96px;
  }
  .tlm-responsibility-hero h1 {
    font-size: 46px;
  }
  .tlm-responsibility-hero p {
    font-size: 21px;
  }
  .tlm-responsibility-hero__visual,
  .tlm-responsibility-hero__visual img {
    min-height: 320px;
  }
  .tlm-responsibility-hero__metric {
    left: auto;
    right: auto;
    bottom: auto;
    padding: 18px;
  }
  .tlm-responsibility-hero__metric strong {
    font-size: 58px;
  }
  .tlm-responsibility-intro,
  .tlm-responsibility-grid,
  .tlm-responsibility-impact,
  .tlm-responsibility-impact__facts {
    grid-template-columns: 1fr;
  }
  .tlm-responsibility-intro .tlm-kicker,
  .tlm-responsibility-intro h2,
  .tlm-responsibility-intro p {
    grid-column: auto;
    grid-row: auto;
  }
  .tlm-responsibility-card,
  .tlm-responsibility-card--solar,
  .tlm-responsibility-card--rail {
    grid-column: auto;
    min-height: auto;
  }
  .tlm-responsibility-card span {
    margin-bottom: 28px;
  }
  .tlm-responsibility-impact {
    padding: 26px 20px;
  }
  .tlm-responsibility-impact__facts div {
    min-height: 150px;
  }
  .tlm-fleet-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    min-height: auto;
    padding: 116px 20px 26px;
  }
  .tlm-fleet-hero::before {
    right: 4px;
    top: 118px;
    font-size: 62px;
  }
  .tlm-fleet-hero h1 {
    font-size: 46px;
  }
  .tlm-fleet-hero p {
    font-size: 21px;
  }
  .tlm-fleet-hero__visual,
  .tlm-fleet-hero__visual img {
    min-height: 320px;
  }
  .tlm-fleet-hero__metric {
    padding: 18px;
  }
  .tlm-fleet-hero__metric strong {
    font-size: 76px;
  }
  .tlm-fleet-intro,
  .tlm-fleet-grid,
  .tlm-fleet-impact,
  .tlm-fleet-impact__facts {
    grid-template-columns: 1fr;
  }
  .tlm-fleet-intro .tlm-kicker,
  .tlm-fleet-intro h2,
  .tlm-fleet-intro p {
    grid-column: auto;
    grid-row: auto;
  }
  .tlm-fleet-card,
  .tlm-fleet-card--diesel,
  .tlm-fleet-card--electric {
    grid-column: auto;
    min-height: auto;
  }
  .tlm-fleet-card span {
    margin-bottom: 28px;
  }
  .tlm-fleet-impact {
    padding: 26px 20px;
  }
  .tlm-fleet-impact__facts div {
    min-height: 150px;
  }
  .tlm-fleet-chapter,
  .tlm-fleet-composition,
  .tlm-fleet-ribbon {
    grid-template-columns: 1fr;
  }
  .tlm-fleet-chapter .tlm-kicker,
  .tlm-fleet-chapter h2,
  .tlm-fleet-chapter p {
    grid-column: auto;
    grid-row: auto;
  }
  .tlm-fleet-photo,
  .tlm-fleet-photo img {
    min-height: 390px;
  }
  .tlm-fleet-photo figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }
  .tlm-fleet-photo figcaption strong {
    font-size: 48px;
  }
  .tlm-fleet-drive {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
  }
  .tlm-fleet-ribbon {
    padding: 26px 20px;
  }
  .tlm-contact-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 20px 26px;
  }
  .tlm-contact-hero::before {
    right: 4px;
    top: 118px;
    font-size: 58px;
  }
  .tlm-contact-hero h1 {
    font-size: 42px;
  }
  .tlm-contact-hero p {
    font-size: 21px;
  }
  .tlm-contact-hero__card {
    min-height: auto;
    padding: 22px;
  }
  .tlm-contact-hero__card strong {
    font-size: 74px;
  }
  .tlm-contact-layout {
    grid-template-columns: 1fr;
  }
  .tlm-contact-panel {
    position: relative;
    top: auto;
  }
  .tlm-contact-panel__facts div {
    grid-template-columns: 46px 1fr;
  }
  .tlm-contact-formcard {
    padding: 22px 18px;
  }
  .tlm-hours-hero {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1200px);
    padding: 116px 20px 26px;
  }
  .tlm-hours-hero::before {
    right: 4px;
    top: 118px;
    font-size: 72px;
  }
  .tlm-hours-hero h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }
  .tlm-hours-hero p {
    font-size: 21px;
  }
  .tlm-hours-hero__card {
    min-height: auto;
    padding: 22px;
  }
  .tlm-hours-hero__card strong {
    font-size: 68px;
  }
  .tlm-hours-layout,
  .tlm-hours-cta {
    grid-template-columns: 1fr;
  }
  .tlm-hours-intro {
    padding: 26px 20px;
  }
  .tlm-hours-window {
    min-height: auto;
    padding: 24px 20px;
  }
  .tlm-hours-window span {
    margin-bottom: 22px;
  }
  .tlm-hours-window h3 {
    font-size: 42px;
  }
  .tlm-hours-cta {
    padding: 26px 20px;
  }
  .tlm-hours-cta__btn {
    width: 100%;
    white-space: normal;
  }
  .tlm-service-item {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }
  .tlm-service-item__num {
    width: 44px;
    height: 44px;
  }
  .tlm-process__item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .tlm-process__num {
    width: 44px;
    height: 44px;
  }
}

/* TODO-Hinweis im Frontend dezent sichtbar (nur DEV / wird durch CMS später entfernt) */
.tlm-todo {
  display: inline-block;
  background: rgba(250,210,1,0.18);
  color: #806400;
  border: 1px dashed rgba(250,210,1,0.6);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin: 4px 0;
}

/* === YouTube Hintergrundvideo in Hero-Sections === */
.tlm-yt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,57,90,0.55) 0%, rgba(0,40,70,0.72) 100%);
  z-index: 1;
  pointer-events: none;
}
.tlm-yt-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  isolation: isolate;
}
/* Overlay innerhalb tlm-yt-bg: garantiert über iframe in Chrome */
.tlm-yt-bg .tlm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.tlm-yt-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}
/* Gelb-Overlay für Netzwerke-Hero (Video + Markentarbe) */
.tlm-network-hero__video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(250, 210, 1, 0.68);
  z-index: 1;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
