#home {
  margin-top: 0;
  background-color: white;
}
#home p.title,
#home h1.title,
#home h2.title,
#home h2.form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
  color: white;
}
#home h1,
#home h2,
#home h3,
#home h4,
#home h5,
#home h6 {
  float: none;
}
#home h3.subtitle {
  font-weight: 700;
  font-size: 26px;
  color: white;
}
#home .item-title h4 {
  font-weight: 700;
  font-size: 22px;
  color: #00456d;
}
#home p,
#home ul,
#home li,
#home a,
#home label,
#home span,
#home input,
#home button {
  font-size: 16px;
  line-height: 30px;
}
#home a.knop {
  line-height: 20px;
  padding: 14px 40px 15px;
}
#home a.knop:hover {
  padding: 14px 65px 15px 40px;
}
#home .knop {
  text-align: center;
}
#home .blue-color {
  color: #00456d !important;
}
#home .invert-image {
  transform: scaleX(-1);
}
#home ul:not(.icon-list) li {
  position: relative;
  margin-left: 20px;
  padding-left: 30px;
}
#home ul:not(.icon-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 15px;
  background-image: url("../img/svg/icon-list.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#home ul.icon-list {
  list-style: none;
}
#home ul.icon-list li {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
#home ul.icon-list li img {
  width: 80px;
  height: 70px;
  object-fit: contain;
}
#home ul.icon-list li:last-child {
  margin-bottom: 0;
}
#home .blue-background {
  background-color: #00456d;
  color: white;
}
#home .orange-background {
  background-color: #D37E00;
  color: white;
}
#home .orange-background .knop {
  background-color: #00456d;
}
#home .white-background {
  background-color: white;
  color: #00456d;
}
#home .fw-row {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 550px;
}
#home .fw-row.geniet-overal {
  min-height: 750px;
}
#home .fw-row .left,
#home .fw-row .right {
  position: relative;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
#home .fw-row .left .content-wrap,
#home .fw-row .right .content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home .fw-row .left .button-container,
#home .fw-row .right .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#home .fw-row .left .button-container a,
#home .fw-row .right .button-container a {
  margin-top: 0;
}
#home .fw-row .left.text-content,
#home .fw-row .right.text-content {
  padding: 60px 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .fw-row .left .content-container.examples,
#home .fw-row .right .content-container.examples {
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
#home .fw-row .left .content-container.examples .item,
#home .fw-row .right .content-container.examples .item {
  flex-basis: calc(38% - 30px);
  max-width: 250px;
  position: relative;
}
#home .fw-row .left .content-container.examples .item .product-image,
#home .fw-row .right .content-container.examples .item .product-image {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}
#home .fw-row .left .content-container.examples .item .item-title,
#home .fw-row .right .content-container.examples .item .item-title {
  position: relative;
  text-align: center;
  z-index: 2;
}
#home .fw-row .left .content-container.examples .item .backdrop,
#home .fw-row .right .content-container.examples .item .backdrop {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#home .fw-row .left .content-container.examples .item .backdrop img,
#home .fw-row .right .content-container.examples .item .backdrop img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#home .fw-row .left .cta,
#home .fw-row .right .cta {
  color: #D37E00;
  margin-top: 80px;
  font-size: 21px;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 62px;
  background-image: url(" /assets/img/home/Group 6.svg");
  background-position: left center;
  background-size: 42.21px 59.09px;
  min-height: 60px;
  background-repeat: no-repeat;
}
#home .fw-row .left .cta p,
#home .fw-row .left .cta ul,
#home .fw-row .left .cta li,
#home .fw-row .left .cta a,
#home .fw-row .right .cta p,
#home .fw-row .right .cta ul,
#home .fw-row .right .cta li,
#home .fw-row .right .cta a {
  font-size: 21px;
}
#home .fw-row .left .cta a,
#home .fw-row .right .cta a {
  color: #D37E00;
  text-decoration: underline;
}
#home .fw-row .left.image.full picture,
#home .fw-row .right.image.full picture {
  display: block;
  width: 100%;
  height: 100%;
}
#home .fw-row .left.image.full picture img,
#home .fw-row .right.image.full picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#home .fw-row .left.image.part img,
#home .fw-row .right.image.part img {
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#home .fw-row .configurator-container {
  padding: 80px;
  width: 100%;
  height: 100%;
}
#home .fw-row .configurator-container #configurator {
  width: 100%;
  height: 100%;
}
#home .fw-row .configurator-container #step-start .form-title,
#home .fw-row .configurator-container .form-description {
  text-align: center;
}
#home .fw-row .configurator-container .steps {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#home .fw-row .configurator-container .step {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#home .fw-row .configurator-container .step h2.form-title {
  font-size: 26px;
  text-align: center;
}
#home .fw-row .configurator-container #step-start {
  justify-content: center;
}
#home .fw-row .configurator-container #step-start h2 {
  font-size: 40px;
}
#home .fw-row .configurator-container .progress-bar {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
}
#home .fw-row .configurator-container .progress-bar .line {
  margin-top: 26px;
  width: 100%;
  height: 5px;
  background-color: #FFF;
}
#home .fw-row .configurator-container .progress-bar .bar {
  position: relative;
  height: 45px;
  margin-bottom: 34px;
}
#home .fw-row .configurator-container .progress-bar .anker {
  background-image: url("../img/home/drop.svg");
  height: 45px;
  width: 32px;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -26px;
  z-index: 5;
}
#home .fw-row .configurator-container .progress-bar .anker p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  height: 12px;
  line-height: 1;
  font-size: 12px;
}
#home .fw-row .configurator-container .progress-bar .anker.s1 {
  top: 0;
  left: calc(20% - 16px);
}
#home .fw-row .configurator-container .progress-bar .anker.s2 {
  left: calc(40% - 16px);
}
#home .fw-row .configurator-container .progress-bar .anker.s3 {
  left: calc(60% - 16px);
}
#home .fw-row .configurator-container .progress-bar .anker.s4 {
  left: calc(80% - 16px);
}
#home .fw-row .configurator-container .progress-bar .anker.s5 {
  left: calc(100% - 16px);
  top: 0;
}
#home .fw-row .configurator-container .progress-bar .progress {
  background-color: #00456d;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  height: 5px;
}
#home .fw-row .configurator-container .progress-bar .progress.s1 {
  top: 26px;
  width: 20%;
}
#home .fw-row .configurator-container .progress-bar .progress.s2 {
  width: 40%;
}
#home .fw-row .configurator-container .progress-bar .progress.s3 {
  width: 60%;
}
#home .fw-row .configurator-container .progress-bar .progress.s4 {
  width: 80%;
}
#home .fw-row .configurator-container .progress-bar .progress.s5 {
  top: 26px;
  width: 100%;
}
#home .fw-row .configurator-container .answer-particulier,
#home .fw-row .configurator-container .answer-professioneel {
  width: 100%;
}
#home .fw-row .configurator-container .answer-container {
  width: 100%;
  padding: 40px;
  background-color: #f2f2f2;
}
#home .fw-row .configurator-container .answer-container .answer {
  margin: 0 auto;
  max-width: 400px;
  border-bottom: 1px solid #D37E00;
  transition: background-color 0.2s ease;
}
#home .fw-row .configurator-container .answer-container .answer:last-child, #home .fw-row .configurator-container .answer-container .answer.no-bottom-border {
  border-bottom: none;
}
#home .fw-row .configurator-container .answer-container .answer:hover {
  background-color: rgba(0, 69, 109, 0.168627451);
}
#home .fw-row .configurator-container .answer-container .answer label {
  position: relative;
  display: block;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 3;
}
#home .fw-row .configurator-container .answer-container .answer .label-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
#home .fw-row .configurator-container .answer-container .answer .label-content span {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  color: #00456d;
}
#home .fw-row .configurator-container .answer-container .answer .label-content .image-container {
  position: relative;
  width: 26px;
  height: 36px;
  flex-shrink: 0;
  flex-grow: 0;
}
#home .fw-row .configurator-container .answer-container .answer .label-content .image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease;
}
#home .fw-row .configurator-container .answer-container .answer input {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
}
#home .fw-row .configurator-container .answer-container .answer input:checked ~ .label-content .image-container img:first-child {
  opacity: 1 !important;
}
#home .fw-row .configurator-container .answer-container .answer input:checked ~ .label-content .image-container img:last-child {
  opacity: 0 !important;
}
#home .fw-row .configurator-container #step-3 .answer-container .answer {
  max-width: 250px;
}
#home .fw-row .configurator-container #step-3 .model-image {
  flex-shrink: 0;
  border-top: 1px solid #D37E00;
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#home .fw-row .configurator-container #step-3 .model-image img {
  width: 53px;
  height: 86px;
  object-fit: contain;
  object-position: center;
}
#home .fw-row .configurator-container .error-msg {
  text-align: center;
  width: 100%;
  padding: 5px 15px;
  background-color: #d01e48;
  color: white;
  margin-top: 20px;
}
#home .fw-row .configurator-container #configurator-result {
  width: 100%;
  margin-bottom: 40px;
}
#home .fw-row .configurator-container #configurator-result .result-container {
  width: 100%;
}
#home .fw-row .configurator-container #configurator-result .result-header {
  width: 100%;
  padding: 20px;
  background-color: #BECFD9;
}
#home .fw-row .configurator-container #configurator-result .result-header h3 {
  text-align: center;
  margin-bottom: 0;
}
#home .fw-row .configurator-container #configurator-result .result-content {
  width: 100%;
  padding: 40px;
  background-color: #F2F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#home .fw-row .configurator-container #configurator-result .result-content .left {
  position: relative;
  flex-basis: 35%;
  width: 100%;
  height: 210px;
}
#home .fw-row .configurator-container #configurator-result .result-content .left .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 20px;
  background-color: white;
}
#home .fw-row .configurator-container #configurator-result .result-content .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#home .fw-row .configurator-container #configurator-result .result-content .left .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#home .fw-row .configurator-container #configurator-result .result-content .right {
  flex-basis: calc(65% - 10px);
  width: 100%;
}
#home .fw-row .configurator-container #configurator-result .result-content .right ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 30px;
  color: #00456d;
  font-weight: 600;
}
#home .fw-row .configurator-container #configurator-result .result-content .right ul li::before {
  background-image: url("../img/svg/np_waterdrop_2454640_000000.svg");
}
#home .fw-row .configurator-container #personal-details {
  width: 100%;
}
#home .fw-row .configurator-container #personal-details fieldset {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#home .fw-row .configurator-container #personal-details .form-element {
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
}
#home .fw-row .configurator-container #personal-details .form-element label {
  display: block;
  color: #00456d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#home .fw-row .configurator-container #personal-details .form-element input {
  width: 100%;
  background-color: white;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  color: #00456d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#home .fw-row .configurator-container .success-message {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .fw-row .configurator-container .success-message p {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: white;
}
#home .fw-row .configurator-container #configurator-navigation {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
#home .fw-row .configurator-container #trigger-configurator-back img {
  transition: transform 0.2s ease;
}
#home .fw-row .configurator-container #trigger-configurator-back:hover img {
  transform: translateX(-10px);
}
#home .fw-row .configurator-container #trigger-configurator-next {
  margin-top: 0;
  text-align: center;
}
#home .fw-row .media-content-container {
  display: flex;
  gap: 20px;
}
#home .fw-row .media-content-container .media {
  flex-basis: 65%;
}
#home .fw-row .media-content-container .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .fw-row .media-content-container .content {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#home .fw-row.large-container {
  width: 85%;
  max-width: 1500px;
  margin: 80px auto;
}
#home .fw-row.large-container .left,
#home .fw-row.large-container .right {
  flex-basis: 50%;
}
#home .fw-row.large-container .left picture,
#home .fw-row.large-container .right picture {
  width: 100%;
  height: 100%;
}
#home .fw-row.large-container .left picture img,
#home .fw-row.large-container .right picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#home #binnen-handbereik .image.full picture {
  max-height: 550px;
}
#home #geniet-overal .left {
  flex-basis: 55%;
  padding-top: 80px;
  padding-bottom: 80px;
}
#home #geniet-overal .right {
  flex-basis: 45%;
}
#home #geniet-overal .left.image.part img,
#home #geniet-overal .right.image.part img {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 160px;
  left: auto;
  transform: unset;
}
#home .slider-container h2 {
  text-align: center;
  margin-bottom: 40px;
}
#home .slider-container .slide-container {
  margin: 0 80px;
}
#home .slider-container .slide-container img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
}
#home #hoe-besparen .left .examples {
  padding-bottom: 40px !important;
}
#home #hoe-besparen .left .content-wrap {
  padding: 40px 0 80px;
}
#home #klanten {
  margin-bottom: 80px;
}
#home #over-ons .left {
  display: flex;
}
#home #over-ons .left picture {
  display: flex;
  align-items: center;
}
#home #over-ons .left picture img {
  max-height: 85vh;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1700px) {
  #home #binnen-handbereik .image.full picture {
    max-height: none;
  }
  #home #geniet-overal .left.image.part img,
#home #geniet-overal .right.image.part img {
    width: 60%;
  }
}
@media screen and (max-width: 1550px) {
  #home p.title,
#home h1.title,
#home h2.title,
#home h2.form-title {
    font-size: 36px;
    line-height: 1.2;
  }
  #home h3.subtitle {
    font-weight: 700;
    font-size: 24px;
    color: white;
  }
  #home .item-title h4 {
    font-weight: 700;
    font-size: 20px;
    color: #00456d;
  }
  #home .fw-row .configurator-container {
    padding: 40px;
  }
  #home .fw-row .configurator-container #step-start h2 {
    font-size: 36px;
  }
  #home .slider-container .slide-container {
    margin: 0 40px;
  }
  #home #hoe-besparen .right {
    padding: 80px 60px;
  }
  #home #geniet-overal .right.image.part img {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  #home .fw-row .left.text-content,
#home .fw-row .right.text-content {
    padding: 80px 120px;
  }
  #home #geniet-overal .right.image.part img {
    right: 120px;
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  #home .fw-row .left.text-content,
#home .fw-row .right.text-content {
    padding: 60px 60px;
  }
  #home .fw-row .left .content-container.examples .item .product-image,
#home .fw-row .right .content-container.examples .item .product-image {
    height: 180px;
  }
  #home .fw-row .configurator-container #configurator-result .result-content {
    display: block;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left {
    margin-bottom: 40px;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left .image-container {
    position: relative;
    height: 100%;
  }
  #home #hoe-besparen .left .content-wrap {
    padding: 0 0 80px;
  }
  #home #hoe-besparen .right .media-content-container {
    display: block;
  }
  #home #hoe-besparen .right .media-content-container .media {
    margin-bottom: 20px;
  }
  #home #hoe-besparen .right .media-content-container .media img {
    max-height: 250px;
  }
  #home #geniet-overal .left {
    flex-basis: 50%;
  }
  #home #geniet-overal .right {
    flex-basis: 50%;
  }
  #home #geniet-overal .right.image.part img {
    right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #home .fw-row {
    display: block;
  }
  #home .fw-row .left .content-container.examples .item .product-image,
#home .fw-row .right .content-container.examples .item .product-image {
    height: 300px;
  }
  #home .fw-row.large-container {
    margin-bottom: 0;
  }
  #home .fw-row .configurator-container {
    padding: 80px 60px;
  }
  #home .fw-row .configurator-container .progress-bar {
    width: 100%;
  }
  #home .fw-row .configurator-container #configurator-result .result-content {
    display: flex;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left {
    margin-bottom: 0;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left .image-container {
    position: absolute;
    height: 300px;
  }
  #home #jouw-ideaal-watertoestel .left .examples,
#home #hoe-besparen .left .examples {
    padding: 80px 0;
  }
  #home #hoe-besparen .right .media-content-container {
    display: flex;
  }
  #home #hoe-besparen .right .media-content-container .media {
    margin-bottom: 0;
  }
  #home #hoe-besparen .right .media-content-container .media img {
    max-height: auto;
  }
  #home #geniet-overal .right.image.part img {
    position: relative;
    width: 80%;
    margin: 0 auto;
    right: auto;
    height: 500px;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 600px) {
  #home p.title,
#home h1.title,
#home h2.title,
#home h2.form-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #home h3.subtitle {
    font-weight: 700;
    font-size: 20px;
    color: white;
  }
  #home .item-title h4 {
    font-weight: 700;
    font-size: 18px;
    color: #00456d;
  }
  #home .fw-row .configurator-container #step-start h2 {
    font-size: 26px;
  }
  #home p,
#home ul,
#home li,
#home a,
#home label,
#home span,
#home input,
#home button {
    font-size: 14px;
    line-height: 24px;
  }
  #home a {
    font-size: 14px;
  }
  #home a.knop {
    line-height: 20px;
    padding: 14px 40px 15px;
  }
  #home a.knop:hover {
    padding: 14px 65px 15px 40px;
  }
  #home ul:not(.icon-list) li::before {
    top: 4px;
  }
  #home ul.icon-list li {
    font-size: 16px;
    line-height: 24px;
  }
  #home ul.icon-list li img {
    width: 60px;
    height: 50px;
  }
  #home .fw-row .left .content-container.examples .item .product-image,
#home .fw-row .right .content-container.examples .item .product-image {
    height: 180px;
  }
  #home .fw-row .left .cta {
    font-size: 18px;
    margin-top: 40px;
    padding-top: 5px;
    background-size: 40px 50px;
  }
  #home .fw-row .left .cta p,
#home .fw-row .left .cta ul,
#home .fw-row .left .cta li,
#home .fw-row .left .cta a {
    font-size: 18px;
  }
  #home .fw-row .configurator-container #configurator-result .result-content {
    display: block;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left {
    margin-bottom: 40px;
  }
  #home .fw-row .configurator-container #configurator-result .result-content .left .image-container {
    position: relative;
    height: 100%;
  }
  #home .fw-row.large-container {
    width: 100%;
    margin: 0;
  }
  #home .slider-container .slide-container {
    margin: 0 20px;
  }
  #home #hoe-besparen .right .media-content-container {
    display: block;
  }
  #home #hoe-besparen .right .media-content-container .media {
    margin-bottom: 20px;
  }
  #home #hoe-besparen .right .media-content-container .media img {
    max-height: 250px;
  }
  #home #klanten {
    margin-bottom: 20px;
  }
  #home #klanten h2 {
    margin-bottom: 10px;
  }
  #home #over-ons .left picture img {
    max-height: 500px;
  }
}
@media screen and (max-width: 450px) {
  #home .fw-row .left.text-content,
#home .fw-row .right.text-content {
    padding: 60px 30px;
  }
  #home .fw-row .configurator-container {
    padding: 60px 30px;
  }
  #home .fw-row .configurator-container #personal-details fieldset {
    flex-direction: column;
  }
  #home .fw-row .configurator-container .answer-container {
    padding: 20px;
  }
  #home .fw-row .configurator-container .answer-container .answer .label-content {
    gap: 20px;
  }
  #home #hoe-besparen .right {
    padding: 60px 30px;
  }
}

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