header img {
  max-width: 150px;
}
header ul {
  list-style: none;
  margin: 0;
}
header ul a {
  text-decoration: none;
  color: black;
}

#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;
}

#usp {
  padding-block: clamp(30px, 10vw, 90px);
}
#usp p:first-of-type {
  font-weight: 600;
  margin-left: 20px;
  position: relative;
  font-size: 18px;
}
#usp p:first-of-type::before {
  content: "";
  position: absolute;
  background-image: url("/img/list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 12px;
  top: 8px;
  left: -20px;
}
#usp p:nth-of-type(2) {
  font-weight: lighter;
}

#werkwijze {
  background-color: #F7F7F7;
  padding-block: clamp(30px, 10vw, 90px);
  overflow: hidden;
}
#werkwijze .keuken {
  aspect-ratio: 16/12;
  object-fit: cover;
}
#werkwijze .row {
  margin-top: clamp(3rem, 6vw, 6rem);
}
#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: var(--primary);
  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: 2rem;
}
@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;
  }
}
#werkwijze .laatste::after {
  display: none;
}

#portfolio {
  padding-block: clamp(30px, 10vw, 90px);
  overflow: hidden;
}
#portfolio .flickity-viewport {
  overflow: visible;
}
#portfolio .carousel-cell {
  margin-right: 2rem;
}
#portfolio .carousel-cell img {
  aspect-ratio: 16/12;
  object-fit: cover;
}
#portfolio .carousel-cell p {
  margin-left: 20px;
  margin-top: 1rem;
  position: relative;
  font-weight: 500;
}
#portfolio .carousel-cell p::before {
  content: "";
  position: absolute;
  background-image: url("/img/list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 12px;
  top: 8px;
  left: -20px;
}

#experts {
  padding-top: clamp(30px, 10vw, 90px);
  background-color: #f7f7f7;
}
#experts p {
  color: white;
}
#experts p:first-of-type {
  font-size: 20px;
}
#experts img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  #experts .expert p, #experts .expert a {
    color: black;
  }
}
#experts a {
  color: white;
  font-weight: lighter;
}
#experts .naam {
  font-weight: 500;
}

footer #main-footer {
  background-color: var(--primary);
  color: white;
  padding-bottom: clamp(40px, 15vw, 180px);
  padding-top: clamp(200px, 35vw, 280px);
  background-image: url("/img/bg-shape.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: -200px;
}
footer #main-footer h2 {
  font-size: clamp(32px, 4vw, 68px);
  margin-bottom: 3rem;
  font-weight: 500;
}
footer #main-footer a {
  font-size: clamp(22px, 4vw, 48px);
  color: white;
  font-weight: normal;
}
footer #main-footer .adres p:first-of-type {
  font-weight: 500;
  font-size: 18px;
}
footer #bottom-bar {
  background-color: #1f25c0;
  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;
}

/*# sourceMappingURL=styles.css.map */
