header img {
  max-width: 150px;
}
header ul {
  list-style: none;
  margin: 0;
}
header ul a {
  text-decoration: none;
  color: black;
}
.logo {
  height: 69px;
}
#hero-top {
  margin-top: clamp(40px, 10vw, 80px);
}
#hero-top .view-more {
  border: 1px solid var(--lines);
  min-width: 65px;
  max-width: 65px;
  min-height: 86px;
  max-height: 86px;
  border-radius: 36px;
}

#hero-img .container-fluid {
  max-width: 1600px;
}

#watisilop {
  padding-block: clamp(30px, 10vw, 130px);
  line-height: 26px;
}

h1,h2 {
  text-wrap: balance;
}
a {
  color: black;
  font-weight: 500;
}
#watisilop iframe {
  width: 100%;
}

#werkwijze {
  background-color: #F7F7F7;
  padding-block: clamp(30px, 10vw, 120px);
  overflow: hidden;
}

#werkwijze .row {
  margin-top: clamp(3rem, 10vw, 10rem);
}
#werkwijze .row .slider-container {
  overflow: scroll;
}
#werkwijze .flickity-viewport {
  overflow: visible;
}
#werkwijze .maak-kennis {
  font-weight: 500;
  position: relative;
}
#werkwijze .arrow img {
  max-height: 16px;
}
#werkwijze .stap {
  position: relative;
  padding-right: 1.5rem;
}
#werkwijze .stap p:first-of-type {
  font-weight: 500;
  font-size: 18px;
}
#werkwijze .stap .nummer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 86px;
  max-height: 86px;
  background-color: #C6E9ED;
  border-radius: 36px;
  color: white;
  font-size: 28px;
  font-weight: 500;
}
#werkwijze .stap::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--lines);
  top: 45px;
  left: 65px;
}
@media (max-width: 768px) {
  #werkwijze .stap .nummer {
    min-width: 45px;
    max-width: 45px;
    min-height: 60px;
    max-height: 60px;
    font-size: 20px;
  }
  #werkwijze .stap::after {
    top: 30px;
    left: 45px;
  }
}
#werkwijze .laatste::after {
  display: none;
}

#krachten {
  padding-block: clamp(30px, 10vw, 120px);

}

#krachten ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
#krachten ul li {
  padding-bottom: .25rem;
  font-weight: lighter;
}

#functionaliteiten {
  padding-bottom: clamp(30px, 10vw, 90px);
  overflow: hidden;
}
#functionaliteiten .flickity-viewport {
  overflow: visible;
}
#functionaliteiten .carousel-cell {
  margin-right: 2rem;
}
#functionaliteiten .carousel-cell img {
  width: 100%;
}
#functionaliteiten .carousel-cell p {
 
  margin-top: 1rem;
  position: relative;
  font-weight: 500;
}


footer #main-footer {
  background-color: #004546;
  color: white;
  padding-block: clamp(40px, 10vw, 120px);
  
  font-size: 18px;
}
footer #main-footer h2 {
  font-size: clamp(32px, 4vw, 68px);
  margin-bottom: 3rem;
  font-weight: 500;
}
footer #main-footer a {
  font-size: 16px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  margin-top: 1.5rem;
}
footer #main-footer .adres p:first-of-type {
  font-weight: 500;
  font-size: 18px;
}
footer #bottom-bar {
  background-color: #003E3F;
  color: white;
  font-size: 12px;
}
footer #bottom-bar a {
  text-decoration: none;
  color: white;
  font-weight: lighter;
  white-space: nowrap;
}
footer #bottom-bar p {
  margin-bottom: 0;
}

#waarstaanwevandaag {

  padding-block: clamp(30px, 10vw, 90px);
  overflow: hidden;
}

#waarstaanwevandaag .row .slider-container {
  overflow: scroll;
}
#waarstaanwevandaag .flickity-viewport {
  overflow: visible;
}
#waarstaanwevandaag .maak-kennis {
  font-weight: 500;
  position: relative;
}
#waarstaanwevandaag .arrow img {
  max-height: 16px;
}
#waarstaanwevandaag .stap {
  position: relative;
  padding-right: 1.5rem;
}
#waarstaanwevandaag .stap p:first-of-type {
  font-weight: 500;
  font-size: 18px;
}
#waarstaanwevandaag .stap .nummer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 86px;
  max-height: 86px;
  background-color: #C6E9ED;
  border-radius: 36px;
  color: white;
  font-size: 28px;
  font-weight: 500;
  color: #316869;
}
#waarstaanwevandaag .stap .nummer.actief {
  background-color: #316869;
  color: #CFEBEF;
} 
#waarstaanwevandaag .stap::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #C6E9ED;
  top: 45px;
  left: 65px;
}
#waarstaanwevandaag .stap.actief::after {
  background-color: #316869;
}
@media (max-width: 768px) {
  #waarstaanwevandaag .stap .nummer {
    min-width: 45px;
    max-width: 45px;
    min-height: 60px;
    max-height: 60px;
    font-size: 20px;
  }
  #waarstaanwevandaag .stap::after {
    top: 30px;
    left: 45px;
  }
}
#waarstaanwevandaag .laatste::after {
  display: none;
}
#welniet {
  background-color: #F7F7F7;
  padding-block: clamp(30px, 10vw, 110px);
}
#welniet ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: lighter;
  padding-bottom: 1rem;
}

#welniet ul.wel li::before {
  content: url('/img/icon-check-green.svg');
  position: absolute;
  left: -2rem;
  top: 0;
}
#welniet ul.niet li::before {
  content: url('/img/icon-cross.svg');
  position: absolute;
  left: -2rem;
  top: 0px;
}

