/* override standard font size of bootstrap */
:root {
  --bs-body-font-size: 1.2rem;
}

#btnGoToTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #b60f1d;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.carousel-indicators {
  margin-bottom: 1rem;
}
.imgfuhrpark {
  max-width: 100%;
  max-height: 25vh;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .imgfuhrpark {
    max-height: 30vh;
  }
  .carousel-indicators {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .imgfuhrpark {
    max-height: 40vh;
  }
  .carousel-indicators {
    margin-bottom: 5rem;
  }
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b60f1d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b60f1d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
