body {
  padding-top: 51px;
  background-color: #FFFFFF !important;
}

a {
  text-decoration: none;
  color: inherit;
}

header nav {
  min-height: 51px;
  border-bottom: 2px solid black;
  background-repeat: repeat-x !important;
  background-color: #1a1d20 !important;
}
header nav .navbar-collapse {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  header nav .navbar-collapse {
    justify-content: start;
    padding-top: 20px;
  }
}
header nav .navbar-toggler-icon {
  height: 1.2rem;
  width: 1.2rem;
}
header nav button {
  border-color: #333 !important;
}
header nav button svg {
  fill: white;
  width: 25px;
  height: 25px;
}
header a {
  text-decoration: none;
  color: #9d9d9d;
  line-height: 30px;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}
header a:hover {
  color: white;
}
header a.active {
  background-image: url("../media/menu_strich.png");
  background-position: center 27px;
  background-repeat: no-repeat;
}

footer {
  background-color: #eeeeee;
  color: #a3a3a3;
  padding: 25px;
}
footer a {
  color: inherit;
}

main .spacer {
  height: clamp(50px, max(10px, 10.4166666667vw), 200px) !important;
}
main .text-justify {
  text-align: justify;
}
main #glossar-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 14px;
  row-gap: 28px;
}
main #glossar-grid .grid-large {
  grid-column-start: span 8;
  grid-row-start: span 2;
}
@media (max-width: 768px) {
  main #glossar-grid .grid-large {
    grid-column-start: span 12;
    grid-row-start: span 1;
  }
}
main #glossar-grid .grid-small {
  grid-column-start: 9;
  grid-column-end: 13;
}
@media (max-width: 768px) {
  main #glossar-grid .grid-small {
    grid-column-start: span 12;
    grid-row-start: span 1;
  }
}
main .bg2 {
  background-size: cover !important;
  background: url("../media/bg2.jpg") no-repeat top center;
  padding-top: 150px;
  padding-bottom: 150px;
}
main .bg3 {
  background-size: cover !important;
  background: url("../media/bg3.jpg") no-repeat top center;
  padding-top: 150px;
  padding-bottom: 150px;
}
main .bg3 img {
  margin-bottom: 25px;
}
main .bg3 .kontakt-box {
  width: 100%;
  max-width: 1400px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#b-slider {
  position: relative;
}
#b-slider .slick-prev {
  width: 55px;
  position: absolute;
  height: 100%;
  bottom: 10%;
  left: 0;
  z-index: 150;
}
#b-slider .slick-prev:before {
  color: black !important;
}
#b-slider .slick-next {
  width: 55px;
  position: absolute;
  height: 100%;
  bottom: 10%;
  right: 0;
  z-index: 150;
}
#b-slider .slick-next:before {
  color: black !important;
}
#b-slider .slick-slide {
  background-color: #EEEEEE;
  min-height: 300px;
  border-radius: 1rem;
  padding: clamp(2.3rem, max(1rem, 0.2604166667vw), 5rem) !important;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray;
}
#b-slider .b-slider-counter {
  top: 10Px;
  right: 20Px;
}

.angebot_listing {
  border-bottom: 1px solid grey;
}
@media (min-width: 992px) {
  .angebot_listing img {
    max-width: 270px;
  }
}

#fahrzeuge {
  color: #505050;
}

/*# sourceMappingURL=template.css.map */
