@import "./shared.css";

.navLink-1 {
  color: var(--textActionColor) !important;
}

/*------------------------------------------------ template ------------------------------------------------*/
/* start section-temp section */
.section-temp {
  margin-top: 130px;
}

.section-temp .header h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.section-temp .header h1 {
  color: var(--textMainColor);
}

.section-temp .header p {
  color: var(--textSecondaryColor);
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 16px;
}

.section-temp .features-box .inner-box {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.section-temp .features-box .inner-box .icon-wrapper {
  background: var(--mainColor);
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 20px;
}

.section-temp .features-box .inner-box .icon-wrapper img {
  width: 40px;
}

/* start responsive edit (tablet) */
@media screen and (max-width: 991px) {
  .section-temp .header p {
    margin-bottom: 50px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .section-temp {
    margin-top: 50px;
  }
}
/* end section-temp section ----------------------------------------*/

/*------------------------------------------------ template ------------------------------------------------*/

/* start landing box */
.landing-box .left-box {
  margin-top: 100px;
  padding-left: 20px;
  max-width: 550px;
  float: right;
}

.landing-box .landing-box .left-box h1 {
  font-weight: bold;
  color: var(--textMainColor);
}

.landing-box .left-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
  margin-top: 15px;
}

.landing-box .right-box {
  margin-top: 50px;
}

.landing-box .right-column .jahre-25 {
  position: absolute;
  left: 1%;
  top: 4%;
}

.landing-box .right-column .jahre-25 img {
  width: 100px;
}

.owl-theme .owl-dot span {
  width: 7px;
  height: 7px;
}

.owl-theme .owl-dot.active span {
  background: var(--mainColor) !important;
  width: 15px;
  height: 7px;
}

@media screen and (min-width: 1200px) {
  .landing-box .left-box h1 {
    font-size: 50px;
  }
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .landing-box .left-box {
    margin-top: 50px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .landing-box .left-box {
    margin-top: 30px;
    padding-left: 0;
    max-width: inherit;
  }

  .landing-box .left-box h1 {
    text-align: center;
  }

  .landing-box .left-box p {
    text-align: center;
  }

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-box .right-box {
    margin-top: 125px;
  }

  .landing-box .right-column {
    margin-top: 50px;
  }

  .landing-box .right-column .jahre-25 {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* end landing box ----------------------------------------------------- */

/* start buy a car section */
.section-with-img {
  margin-top: 100px;
}

.section-with-img .image-box {
  background-image: url("../images/covers/ankaufen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.section-with-img .image-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.section-with-img .typo-box {
  max-width: 550px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-with-img .typo-box h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.section-with-img .typo-box h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
  font-weight: bold;
}

.section-with-img .typo-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .section-with-img .typo-box {
    max-width: inherit;
    padding-left: 0;
  }

  .section-with-img .image-box {
    min-height: 250px;
  }
}
/* end buy a car section ------------------------------------------------*/

/* start sell a car section */
.car-selling {
  margin-top: 0;
}

.car-selling .image-box {
  background-image: url("../images/covers/verkaufen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.car-selling .typo-box {
  padding-right: 20px;
  float: right;
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .car-selling .row {
    flex-direction: column-reverse;
  }
  .car-selling .image-box {
    min-height: 250px;
  }
  .car-selling .typo-box {
    padding-right: 0;
    padding-left: 0;
    float: inherit;
    max-width: inherit;
  }
}
/* end sell a car section -----------------------------------------------*/

/* start your advantages section */
.your-advantages {
  margin-top: 100px;
}

.your-advantages .features-box .inner-box {
  background: var(--mainColor);
  position: relative;
  padding: 50px 30px;
  align-items: flex-start;
  min-height: 93%;
}

.your-advantages .features-box .inner-box .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.your-advantages .features-box .inner-box .title-box img {
  width: 35px;
  margin-right: 15px;
}

.your-advantages .features-box .inner-box .title-box h4 {
  color: white;
}

.your-advantages .features-box .inner-box p {
  color: white;
}

.your-advantages .features-box .inner-box a {
  text-decoration: underline;
}

.your-advantages .features-box .inner-box a:hover {
  cursor: pointer;
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .your-advantages .row {
    justify-content: center;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .your-advantages {
    margin-top: 50px;
  }
}

/* end your advantages section -----------------------------------*/

/* start about us section */
.aboutUS-box {
  background: var(--secondaryColor);
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 75px;
  position: relative;
}

.aboutUS-box .left-box img {
  max-width: 110%;
  transform: translateX(-10%);
}

.aboutUS-box .right-box {
  max-width: 550px;
  padding: 0 15px;
}

.aboutUS-box .right-box h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.aboutUS-box .right-box h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
  font-weight: bold;
}

.aboutUS-box .right-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
}

.message {
  background: var(--mainColor);
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: fit-content;
}

.message img {
  width: 50px;
  margin-right: 15px;
}

.message h6 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .aboutUS-box .left-box {
    display: flex;
    justify-content: center;
  }
  .aboutUS-box .left-box img {
    max-width: 100%;
    width: 60%;
    transform: translateX(0%);
    margin-bottom: 30px;
  }
  .aboutUS-box .right-box {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 35px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .aboutUS-box .left-box img {
    max-width: 100%;
    transform: translateX(0%);
    margin-bottom: 50px;
  }
  .message {
    width: 280px;
  }
  .aboutUS-box .right-box {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
/* end about us section ------------------------------------------*/

/* start your advantages section */

@media screen and (max-width: 767px) {
  .our-advantages {
    margin-top: 100px;
  }
}
/* end your advantages section ----------------------------------*/

/* start our-team section */
.our-team {
  margin-top: 100px;
  background: var(--secondaryColor);
  padding-top: 70px;
  padding-bottom: 50px;
}

.our-team .left-box {
  max-width: 550px;
  float: right;
  padding: 0 15px;
}

.our-team .left-box h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.our-team .left-box h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.our-team .left-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
}

.our-team .right-box img {
  max-width: 100%;
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .our-team .right-box {
    display: flex;
    justify-content: center;
  }
  .our-team .right-box img {
    width: 70%;
    margin-top: 30px;
  }

  .our-team .left-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 35px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .our-team .left-box {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
/* end our-team section ----------------------------------*/

/* start slider section */
.slider-box {
  margin-top: 100px;
  position: relative;
}

.slider-box .header h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.slider-box .header h1 {
  color: var(--textMainColor);
  margin-bottom: 70px;
}

.slider-box .firma-slider .owl-item img {
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}

.slider-box .owl-theme .owl-prev i,
.slider-box .owl-theme .owl-next i {
  font-size: 27px;
  color: white;
}

.slider-box .owl-theme .owl-prev,
.slider-box .owl-theme .owl-next {
  background: var(--mainColor) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-box .owl-theme .owl-next {
  right: 10px;
}

.slider-box .owl-theme .owl-prev {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .slider-box .firma-slider .owl-item img {
    height: 300px;
  }
}

/* end slider section ----------------------------------*/

/* start logos section */
.logos-box .logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 100px;
}

.logos-box .logos img {
  width: 60px;
  height: 60px;
  margin: 0 30px 30px;
}

.logos-box .primary-button {
  margin: 15px auto 100px;
}
/* end logos section ------------------------------------------*/
