.wy-nav-side {
  background-color: #2B2D42;
}
.wy-menu-vertical header, .wy-menu-vertical p.caption, .wy-nav-content a, .wy-nav-content a:hover, .wy-nav-content a:visited, .wy-menu-vertical a:hover, .wy-menu-vertical a:visited, .wy-menu-vertical a {
  color: #E02E37;
}
.wy-nav-content {
  max-width: 1200px;
}
span.pre {
  color: #2B2D42;
}

/* Unterdrückt das gelbe Sphinx-Such-Highlighting auf Artikelseiten */
span.highlighted {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
    font-weight: inherit !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}