/* Rustige bouwkundige maatlijn voor alle processecties. */
.projects-preview + .section--soft .steps-row,
.private-process .steps-row {
  position: relative;
  padding-top: 42px;
  border-top: 0;
}

.projects-preview + .section--soft .steps-row::before,
.private-process .steps-row::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  height: 2px;
  background: #aeb3b3;
  box-shadow: 0 8px 0 -1px #e0e2e2;
}

.projects-preview + .section--soft .steps-row::after,
.private-process .steps-row::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 12px;
  background: repeating-linear-gradient(90deg, transparent 0 47px, #aeb3b3 47px 48px);
  opacity: .65;
  pointer-events: none;
}

.projects-preview + .section--soft .steps-row li,
.private-process .steps-row li {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}

.projects-preview + .section--soft .steps-row li::before,
.private-process .steps-row li::before {
  top: -40px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 5px solid #f2f3f3;
  border-radius: 0;
  background: var(--red);
  box-shadow: 0 0 0 1px var(--red);
}

@media (max-width: 880px) {
  .projects-preview + .section--soft .steps-row,
  .private-process .steps-row {padding-top:0}

  .projects-preview + .section--soft .steps-row::before,
  .private-process .steps-row::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 8px;
    width: 2px;
    height: auto;
    background: #aeb3b3;
    box-shadow: 8px 0 0 -1px #e0e2e2;
  }

  .projects-preview + .section--soft .steps-row::after,
  .private-process .steps-row::after {
    top: 0;
    bottom: 0;
    left: 3px;
    width: 12px;
    height: 100%;
    background: repeating-linear-gradient(180deg,transparent 0 47px,#aeb3b3 47px 48px);
  }

  .projects-preview + .section--soft .steps-row li,
  .private-process .steps-row li {
    margin-left: 42px;
    padding: 0 8px 28px 16px;
    border-left: 0;
  }

  .projects-preview + .section--soft .steps-row li::before,
  .private-process .steps-row li::before {
    top: 2px;
    left: -41px;
  }
}
