
body {
  padding-top: 90px;
}

/*** START BOOTSTRAP UMSTELLUNG **/
.nav-link {
  font-size: 14px;
  font-weight: 700;
}
.nav-link:hover {
  transition: all 0.4s ease 0s;
  color: #53af50 !important;
}



.toc {
    background-color: #eee;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-top: 3px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.toc ul {
  /*list-style: none;*/
  margin-top: 4px;
}
.toc li {
  margin-bottom: 4px;
}
.toc h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: solid 1px #babdb6;
}
