@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* Die Schriftart auf den gesamten Body anwenden */
body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f6fe;
}

.md-header {
  background-color: #05286f; /* Beispiel für eine benutzerdefinierte Header-Farbe */
}

.md-header__title img {
  max-height: 60px; /* Passe die Größe des Logos an */
  width: auto;
  display: block;
}

.md-typeset code {
  background-color: #fff;
}

.md-nav__item .md-nav__link--active {
  color: #06286f;
}

.md-nav--primary .md-nav__title {
  background: #06286f;
  color: #1deef1;
  padding: 8px;
  /* box-shadow: 0 0 .4rem .4rem var(--md-default-bg-color); */
  position: sticky;
  top: 0;
  z-index: 1;
}

.md-nav--secondary .md-nav__title {
  background: #06286f;
  color: #1deef1;
  padding: 8px;
  /* box-shadow: 0 0 .4rem .4rem var(--md-default-bg-color); */
  position: sticky;
  top: 0;
  z-index: 1;
}

.md-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-header {
  background-color: #05286f;
  height: 60px;
}

.md-header__topic:first-child {
  font-weight: 700;
  display: none;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  fill: currentcolor;
  display: block;
  height: 1.8rem;
  width: auto;
}

.md-footer {
  background-color: #05286f; /* Beispiel für eine benutzerdefinierte Footer-Farbe */
}

.md-social {
  height: 3em;
  width: auto;
}

.md-social__link {
  width: 100%;
  margin: 0 2em
}

.md-social__image {
  max-width: 100%;
  max-height: 100%;
}




