@font-face {
    font-family: 'Highway Gothic Wide';
    src: url('fonts/HighwayGothicWide.eot');
    src: url('fonts/HighwayGothicWide.eot#iefix') format('embedded-opentype'),
        url('fonts/HighwayGothicWide.woff') format('woff2'),
        url('fonts/HighwayGothicWide.woff') format('woff'),
        url('fonts/HighwayGothicWide.ttf') format('truetype'),
        url('fonts/HighwayGothicWide.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.c-zonnetool ::placeholder { 
  color: silver!important;
  letter-spacing: 2px;
  opacity: 1; 
}

.c-zonnetool {
  background: #11A5B7;
  position: relative;
  width: 100%;
  min-height: 500px;
  display: block;
  color: white;
      padding-bottom: 40px;
}
.c-zonnetool:after,
.c-zonnetool:before {
  position: absolute;
  z-index: 1;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}

.c-zonnetool:before {
  opacity: .18;
  background-image: linear-gradient(130deg, #feffc0, rgba(255, 255, 255, 0));
}

.c-zonnetool:after {
  opacity: 0.1;
  background-image: radial-gradient(circle at 38% 48%, #ffef00, rgba(255, 255, 255, 0)); 
}

.c-zonnetool .step {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  
}

.c-zonnetool .step {
  display: none;

}
.c-zonnetool .step.active {
  display: block;
}

.c-zonnetool__front,
.c-zonnetool__back {
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 567p× 405px;
}
.c-zonnetool__front {
  background-image: none;
}

.c-zonnetool__back {
  background-image: none;
}

.c-zonnetool h1 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.c-zonnetool h2 {
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}


.c-zonnetool .streetsign {
  font-family: 'Highway Gothic Wide';
  background: #0149FD;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
   padding: 12px 20px;
  color: white;
  margin-bottom: 15px;
}
.c-zonnetool .streetsign:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 3px;
  border: 2px solid white;
}

.c-zonnetool .streetsign:empty {
  opacity: 0;
  min-height: 54px;
}

.c-zonnetool p,
.c-zonnetool li {
  font-size: 16px;
  line-height: 34px;
}

.c-zonnetool p {
  margin: 0;
}

.c-zonnetool p strong {
  font-size: 20px;
  padding: 0 5px;
  font-family: "nm_utrechtbold",Helvetica;
}

.c-zonnetool ul {
  list-style: none;
  margin: 50px 0;
}

.c-zonnetool li {
  list-style: none;
  margin-bottom: 15px;
  left: 65px;
  min-height: 44px;
  position: relative;
}

.c-zonnetool li strong {
  font-family: "nm_utrechtbold",Helvetica;
  font-size: 20px;
  padding-right: 5px;
  text-transform: uppercase;
  display: block;
  line-height: 22px;
}

.c-zonnetool .icon {
  width: 44px;
  margin-right: 30px;
  position: absolute;
  left: -65px;
}

.c-zonnetool h5 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.c-zonnetool .button--desc {
  margin-left: 0px;
  font-size: 16px;
  display: block;
}

.c-zonnetool .c-zonnetool__mobile {
  display: block;
  margin-top: 30px;
}


#zonnetool-form label {
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 40px;
}

#zonnetool-form input {
  background: white;
  width: 128px;
  display: inline-block;
  padding: 25px 15px 21px 15px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 1rem;
  transition: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #zonnetool-form input {
    padding: inherit;
   }
}

.c-zonnetool .button {
  transition: none;
}

#zonnetool-form .zonnetool-error {
  color: red;
  display: block;
}

#zonnetool-form input.zonnetool-error {
  border: 1px solid red;
}


@media only screen and (min-width: 64.0625em) {

  .c-zonnetool .step {
    padding: 100px 13.3333% 0 13.3333%;
  }

  .c-zonnetool--brand .step {
    padding: 100px 45px;
  }

  .c-zonnetool__front,
  .c-zonnetool__back {
    background-image: url(img/zontool_kaart.png);
  }

  .c-zonnetool--brand .c-zonnetool__front,
   .c-zonnetool--brand .c-zonnetool__back {
    background-image: url(img/zontool_kaart-small.png);
    background-position: 90% 50%;
  }

  .c-zonnetool__back {
  /* background-image: url(img/zontool_kaart-trans.png);*/
    background-position: 90% 100px;
  }

  .c-zonnetool--brand .c-zonnetool__back {
    background-image: url(img/zontool_kaart-small-trans.png);
    background-position: 90% 50%;
  }

  .c-zonnetool--brand #zonnetool-form {
    margin-top: 50px;
  }


  .c-zonnetool h1 {
    font-size: 48px;
    margin-bottom: 0.5rem;
  }

  .c-zonnetool--brand h1 {
    font-size: 40px;
  }

  .c-zonnetool h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .c-zonnetool--brand h2 {
    font-size: 27px;
  }

  .c-zonnetool h5 {
    font-size: 22px;
  }

  .c-zonnetool p,
  .c-zonnetool li {
    font-size: 20px;
  }

  .c-zonnetool--brand p,
  .c-zonnetool--brand li {
    font-size: 18px;
  }

  .c-zonnetool p strong {
    font-size: 28px;
  }

  .c-zonnetool li strong {
    display: inline;
    font-size: 28px;
    line-height: 44px;
  }

  .c-zonnetool .streetsign {
    font-size: 24px;
  }

  .c-zonnetool .c-zonnetool__mobile {
    display: none;
    margin-top: 0;
  }

  .c-zonnetool .button--desc {
    margin-left: 10px;
    font-size: 20px;
    display: inline;
  }
}