.nav-link {
  --bs-nav-link-color: #2c56ff;
  --bs-nav-link-hover-color: #7e24de;
}

.navbar-gradient {
  background: linear-gradient(to bottom, 
      rgb(255, 255, 255, 0.9) 0%, 
      rgba(255, 255, 255, 0.5) 100%) !important;
}

.carousel-indicators li {
  background-color: gray;
  height: 10px;
  width: 10px;
  border-radius: 15px;
}

.carousel-indicators .active{
  background-color: cornflowerblue;
}

.carousel-inner img {
  margin: auto;
}

.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
}

.impressum {
  background-color: #e7e7e7;
  height: 100%;
  margin: 0 0;
  padding: 25px 25px;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

li.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Dies stellt sicher, dass das Bullet trotz Flexbox angezeigt wird */
  display: list-item;
  list-style-type: disc;
}

/*li.price span:first-child {
}*/

li.price span:last-child {
  float: right;
  padding-right: 7em;
}

@media (max-width: 990px) {
  li.price span:last-child {
    padding-right: 0em;
  }
}
