.md-header,
.navbar,
.header {
  background-color: #a9377c !important;
}

.md-logo {
  position: relative;
  z-index: 1;
  max-height: 60px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.md-nav__title {
  color: #000000 !important;
  font-weight: 700 !important;
}

/* Normale Navigationslinks */
.md-nav__link .md-ellipsis {
    position: relative;
    font-weight: 500 !important;
}

/* Navigationsgruppen-Überschriften (Benutzerhandbuch, Anleitungen, etc.) */
.md-nav__item--section > .md-nav__link .md-ellipsis,
.md-nav__item--nested > .md-nav__link .md-ellipsis {
  color: #000000 !important;
  font-weight: 700 !important;
}

.md-nav__item--section > .md-nav__link {
  color: #000000 !important;
  font-weight: 700 !important;
}

.md-nav__item--nested > .md-nav__link {
  color: #000000 !important;
  font-weight: 700 !important;
}

.md-nav__link--active,
.md-nav__link--active:hover {
  color: #000000 !important;
  font-weight: 700 !important;
}

.md-nav__link--active + .md-nav__list .md-nav__link {
  color: #000000 !important;
  font-weight: 700 !important;
}

h1 {
    color: #000000 !important;
    font-weight: 700 !important;
}

h2 {
    color: #000000 !important;
    font-weight: 550 !important;
}

/* Tabellen auf volle Breite */
.md-typeset table:not([class]) {
    width: 100% !important;
    display: table !important;
}

.md-typeset__table {
    width: 100% !important;
    display: block !important;
}

.md-typeset table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
}

.md-typeset td,
.md-typeset th {
    padding: 0.6rem 1rem !important;
}

/* Bilder zentrieren */
figure {
    text-align: center;
}
