@import "./shared.css";

.navLink-3 {
  color: var(--textActionColor) !important;
}

/* start header image */
.header-image {
  background-image: url(../images/covers/auto-ankauf-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 section 1 */
.section-1 {
  margin-top: 100px;
}

.section-1 .left-box {
  max-width: 480px;
  float: right;
  margin-right: 40px;
}

.section-1 .left-box h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.section-1 .left-box h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.section-1 .left-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
}

.section-1 .right-box img {
  max-width: 100%;
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-1 .right-box {
    display: flex;
    justify-content: center;
  }
  .section-1 .right-box img {
    width: 60%;
    margin-top: 30px;
  }

  .section-1 .left-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 35px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .section-1 .left-box {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
/* end section 1 ----------------------------------*/

/* start section 2 */
.section-2 {
  margin-top: 100px;
}

.section-2 .header h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.section-2 .header h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.section-2 .header p {
  color: var(--textSecondaryColor);
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 16px;
}

.section-2 .steps {
  text-align: center;
  position: relative;
}

.section-2 .steps .dotted-line {
  max-width: 200px;
  position: absolute;
  top: -70px;
  left: -5%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.section-2 .steps .icon-box {
  background: var(--mainColor);
  box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
  width: fit-content;
  margin: auto;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 18px;
}

.section-2 .steps .icon-box img {
  width: 40px;
  max-width: 100%;
}

.section-2 .steps h5 {
  color: var(--textMainColor);
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-2 .steps p {
  color: var(--textSecondaryColor);
}

/* start responsive edit (min-laptop) */
@media (min-width: 992px) and (max-width: 1200px) {
  .section-2 .steps .dotted-line {
    max-width: 150px !important;
    top: -44px;
    left: -7%;
  }
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-2 .step-1,
  .section-2 .step-2 {
    margin-bottom: 50px;
  }
  .section-2 .steps .dotted-line {
    left: -6%;
    top: -75px;
  }
  .section-2 .step-3 .dotted-line {
    display: none;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .section-2 .step-1,
  .section-2 .step-2,
  .section-2 .step-3 {
    margin-bottom: 50px;
  }
  .section-2 .steps .dotted-line {
    display: none;
  }
}
/* end section 2 ---------------------------------*/

/* start section 3 */
.section-3 {
  background: var(--secondaryColor);
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
}
.section-3 .right-box {
  max-width: 480px;
  float: left;
  margin-left: 40px;
}

.section-3 .right-box h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.section-3 .right-box h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.section-3 .right-box p {
  color: var(--textSecondaryColor);
  font-size: 16px;
}

.section-3 .right-box ul {
  margin-top: 20px;
}

.section-3 .right-box ul li {
  position: relative;
  padding-left: 15px;
  color: var(--textSecondaryColor);
  font-size: 16px;
}

.section-3 .right-box ul li::before {
  width: 5px;
  height: 5px;
  background-color: var(--textActionColor);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  content: "";
}

.section-3 .left-box img {
  max-width: 115%;
  margin-left: -10%;
}

/* start responsive edit (tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-3 .left-box {
    display: flex;
    justify-content: center;
  }
  .section-3 .left-box img {
    max-width: 100%;
    width: 75%;
    margin-bottom: 30px;
  }
  .section-3 .right-box {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 35px;
  }
}

/* start responsive edit (mobile) */
@media screen and (max-width: 767px) {
  .section-3 .left-box {
    margin-bottom: 30px;
  }
  .section-3 .right-box {
    margin-left: 0;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
/* end section 3 --------------------------------*/

/* start form section */
.form-box {
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 0;
}

.form-box .header h6 {
  color: var(--textActionColor);
  margin-bottom: 10px;
}

.form-box .header h1 {
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.form-box .header p {
  color: var(--textSecondaryColor);
  font-size: 16px;
  margin-bottom: 50px;
}

.form-control {
  border: 1px solid #e3e7ec;
  height: 45px;
  border-radius: 5px;
  color: var(--textMainColor);
  margin-bottom: 20px;
}

.form-box form .custom-file {
  margin-bottom: 20px;
}

.form-box .custom-file .custom-file-label {
  overflow: hidden;
}

.form-box form textarea {
  height: 250px;
}

.form-box .primary-button {
  margin-bottom: 30px;
}
/* end form section ---------------------------*/
