.elementor-57425 .elementor-element.elementor-element-94d317f{--display:flex;}.elementor-57425 .elementor-element.elementor-element-94d6567 > .elementor-widget-container{margin:80px 30px 30px 30px;}.elementor-57425 .elementor-element.elementor-element-8959b5b > .elementor-widget-container{margin:30px 0px 30px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-8959b5b */.steps-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.steps {
  min-width: 600px; /* of meer als je veel stappen hebt */
}

.steps-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.steps-wrapper::-webkit-scrollbar {
  display: none; /* Safari & Chrome */
}


.steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  position: relative;
  counter-reset: step;
}

.steps li {
  position: relative;
  text-align: center;
  width: 100%;
  color: #999;
}

.steps li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
  margin: 0 auto 10px;
  color: #000;
}


.steps li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #eee;
  top: 13px;
  left: -50%;
  z-index: -1;
}

.steps li.current {
  color: #007bff;
}

.steps li:first-child::after {
  content: none;
}

.steps li.completed::before {
  content: "\2713";
  background: #52a249;
  color: white;
}

.steps li.completed::after {
  background: green;
}

.steps li.current::before {
  content: counter(step);
  border: 2px solid #007bff;
  background: white;
  color: #007bff;
}


.step-progress {
  margin-bottom: 40px;
  margin-top: 20px;
}

/* Ruimte BOVEN de containers */
.container-stap-1,
.container-stap-2,
.container-stap-3,
.container-stap-4,
.container-stap-5 {
  margin-top: 20px;
  margin-bottom: 150px; /* ruimte ONDER de container */
  padding: 20px;

}/* End custom CSS */