body {
  font-family: 'Rubik', sans-serif !important;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
  font-weight: 700 !important;
  color: var(--bs-primary);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
  color: var(--bs-primary);
}

.text-leistung {
  text-align: justify;
}

.li {
  color: #4e5d78 !important
}

.index-img {
  width: 100%;
  height: auto;
  margin-top: 21px;
  margin-bottom: 21px;
  display: inline;
  z-index: -1;
  max-width: 400px;
  max-height: 300px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 1%;
}

.navbar-nav {
  background-color: rgba(255, 255, 255, 0.90);
}

.main-header-text {
  font-size: 20px;
  font-style: italic;
  color: #4e5d78 !important;
  text-align: justify;
}

.main-header-text2 {
  font-size: 24px;
  font-style: italic;
  color: #4e5d78 !important;
  text-align: center;
}

.header-text {
  margin-top: 0px
}

thead, tbody, tfoot, tr, td{
  padding-right: 1em;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding-right: 1em;
}

.text-left {
  text-align: left;
}

.splide__slide img {
  width: 100%;
  height: 800px;  
}