:root {
  /* Header color shades */
  --md-header-bg-color: #00183b;
  --md-header-fg-color: #ffffff;
}

:root > * {
  /* Footer */
  --md-footer-bg-color: #00183b;
  --md-footer-bg-color--dark: #00183b;
  --md-footer-fg-color: #00183b;
  --md-footer-fg-color--light:#00183b;
  --md-footer-fg-color--lighter: #00183b;
  /* Hyperlink Farben */
  --md-typeset-a-color: #00e2b9; 
}

body {
  background: #000028;
}

.md-header {
  background: var(--md-header-bg-color);
  color: var(--md-header-fg-color);
}

.md-nav--primary {
  background-color: #00183b; 
}

.md-nav__title {
  background-color: transparent !important; 
  box-shadow: none !important; 
  margin-top: 20px;
}

h2 {
  font-weight: 900; /* Typische Gewichtung für Bold */
}

h2 {
  font-weight: 700; /* Typische Gewichtung für Bold */
}