/* =========================================================
   TM SERVICE – EINHEITSBLAU + Claim Typo
   Datei: assets/css/tm-overrides.css
   ========================================================= */

html, body{height:100%}

/* Einheitlicher Hintergrund */
body{background:#0b3570 !important;}

/* Nichts darf eigene Hintergründe setzen */
.tm-section,
.tm-home-hero,
.tm-home-band,
.tm-home-links,
.tm-home-trust,
.tm-container,
.tm-band{background:transparent !important;}

/* Überschriften sichtbar farbig (global) */
.tm-main h1,
.tm-main h2,
.tm-main h3,
.tm-h1,
.tm-h2,
.tm-h3{color:#9fd3ff !important;}

.tm-lead,
.tm-lead-sm{color:rgba(241,246,255,0.85) !important;}

/* Brand/Claim */
.tm-brand{display:flex;align-items:center;gap:12px}
.tm-brand-link{display:inline-flex;align-items:center}
.tm-header-claim{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:rgba(241,246,255,0.92);letter-spacing:0.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.tm-header-claim .tm-claim-company{font-size:16px;font-weight:800;color:#ffffff}
.tm-header-claim .tm-claim-locations{font-size:14px;font-weight:600;opacity:0.9}

@media (max-width:980px){
  .tm-header-claim{display:none}
}
