@import "./shared.css";

/* start header image */
.header-image {
  background-image: url(../images/covers/auto-verkauf-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 533px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.header-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.header-image .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: white;
}
.header-image h6 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .header-image {
    height: 350px;
  }
}
/* end header image ---------------------------------*/

/* start cars-shop */
.cars-shop {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* end cars-shop ------------------------------------*/
