.nav-link[rel="next"] {display: none;}
.nav-link[rel="prev"] {display: none;}

/* Für das Standard MkDocs Theme – volle Breite */
body {
  max-width: 100% !important;
  width: 100% !important;
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

/* Passe die Breite der Sidebar an (Standard MkDocs Theme) */
nav {
  width: 100px !important;  /* z. B. 300px statt der Standardbreite */
}

/* Verschiebe den Content-Bereich entsprechend */
.main {
  margin-left: 100px !important;
}


.icon-48 {
  width: 48px;
  height: 48px;
}