/* ==========================================================================
   Dieselmot – Einheitliches Markendesign
   Stand: 2026-03-10
   ========================================================================== */

/* --- Farbvariablen ueberschreiben --- */
:root {
  --cassiopeia-color-primary: #001B4C;
  --cassiopeia-color-link: #001B4C;
  --link-color: #001B4C;
  --cassiopeia-color-hover: #E8833A;
  --link-hover-color: #E8833A;
}

/* --- Header --- */
.container-header,
header {
  background-color: #001B4C !important;
}

header a,
header .mod-languages a,
header .site-title a,
.container-header a {
  color: #FFFFFF !important;
}

header a:hover,
.container-header a:hover {
  color: #E8833A !important;
}

header .navbar-brand img,
header .logo img {
  filter: brightness(0) invert(1);
}

/* Navigation */
.container-nav,
nav.navbar {
  background-color: #001B4C !important;
}

nav.navbar a {
  color: #FFFFFF !important;
}

nav.navbar a:hover,
nav.navbar .active > a {
  color: #E8833A !important;
}

/* --- Body / Content --- */
body {
  background-color: #F7F8FA;
  color: #4A5568;
}

h1, h2, h3, h4 {
  color: #001B4C;
}

/* --- Buttons / CTA --- */
.btn-primary,
a.btn-primary {
  background-color: #E8833A !important;
  border-color: #E8833A !important;
  color: #FFFFFF !important;
}

.btn-primary:hover,
a.btn-primary:hover {
  background-color: #d4732e !important;
  border-color: #d4732e !important;
}

.btn-secondary,
a.btn-secondary {
  background-color: #001B4C !important;
  border-color: #001B4C !important;
  color: #FFFFFF !important;
}

/* --- Footer --- */
.container-footer,
footer {
  background-color: #001B4C !important;
  color: #FFFFFF !important;
}

footer a,
.container-footer a {
  color: #93C5FD !important;
}

footer a:hover,
.container-footer a:hover {
  color: #FFFFFF !important;
}

footer h3,
footer .h3,
.container-footer h3 {
  color: #FFFFFF !important;
}

/* --- Links allgemein --- */
a {
  color: #001B4C;
}

a:hover {
  color: #E8833A;
}

/* --- Breadcrumb --- */
nav[aria-label='Breadcrumb'],
.mod-breadcrumbs {
  background-color: #FFFFFF;
}
