body,
#wrapper {
  background-color: #ffffff;
}

html.woning #wrapper {
  background-color: #fff;
}
button.waarde {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* team */
.row.service {
  height: 60px;
  position: relative;
}
.adviseur {
  line-height: 1.2;
  font-size: 15px;
  margin: 0;
  left: 85px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service img {
  border-radius: 50%!important;
  float: left;
  margin-right: 6px;
  height: 60px;
  width: 60px;
}
@media (max-width: 478px){
  .row.service {
    height: 40px;
  }
  .service img {
    height: 40px;
    width: 40px;
  }
  .adviseur {
    line-height: 1.2;
    font-size: 14px;
    left: 64px;
  }
}

/* sterren */
.waardering {
  padding: 15px;
  border-radius: 5px;
  background-color: #EFF2FB;
  color: #183c90;
  margin-left: 0;
  margin-right: 0;
}
.waardering ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}

.waardering ul li {
  float: left;
}
.waardering .sterren {
  padding: 0;
}
.waardering .score {
  font-size: 13px;
  line-height: 1.3;
  padding: 0 0 0 7px;
}
.fa-star {
  color: #ffc201;
}

@media (max-width: 478px){
  .hypotheekaanvraag_div.extraboxedleft {
    padding: 30px 20px 25px 20px!important;
  }
}

@media (max-width: 390px){
  .col-auto.sterren {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* header */
#logo {
  display: inline-block;
  margin-top: inherit;
}
#mobileheader {
  height: auto;
  padding: inherit;
  display: block;
  position: inherit;
  background-color: #fff;
}

/* opmaak input velden */
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=text] {
  font-size: 17px;
  letter-spacing: 2px;
  color: #183c90;
}
input#woningmail {
  text-transform: lowercase;
}
.parallax-content {
  padding: 150px;
}

.parallax .funda img {
  width: 140px;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
}

.invulbox {
  margin-bottom: 20px;
  z-index: 99;
}

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
  background-color: #32d217;
}

.hypotheekaanvraag_div {
  border-radius: 20px;
}

.textheader {
  color: #183c90;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.textheaderbolder {
  color: #183c90;
  font-size: 20px;
  font-weight: bold;
}

.stepwizard {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  counter-reset: step;
  margin-left: -155px;
  width: 126%;
}

.stepwizard-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.stepwizard-step:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
  color: #000;
  line-height: 50px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}

.stepwizard-step p {
  margin-top: 0px;
  font-size: 12px;
  text-align: center;
}

.stepwizard-step:not(:first-child):after {
  content: "";
  top: 25px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  left: -50%;
}

.stepwizard-step.active:before {
  background-color: #183c90;
  color: #fff;
}

.stepwizard-step.active:after {
  background-color: #183c90;
}

.woning-icon {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.meldingtip {
  background-color: #e1f0e3;
  border: 1px solid #DED;
  color: #6d6c6d;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.meldingtip>b,
.meldingtip>strong {
  color: #595959;
  font-weight: 600;
}

.linkback {
  color: #888888;
  text-decoration: underline;
}


/* footer */
.sticky-footer {
  bottom: 0;
  position: absolute;
  min-width: 100%;
}
html.final .sticky-footer {
  position: relative;
}
.copyrights {
  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
}

/* button */
button.waarde {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f39c12;
  color: #fff;
  position: relative;
  width: 100%;
  transition: all .5s;
  cursor: pointer;
  border: none;
  font-size: 17px;
}


/* final afbeelding woning */


.pricebox {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  font-size: 32px;
  font-weight: bolder;
  position: absolute;
  bottom: -28px;
  left: 53px;
  text-shadow: 0 0 15px #183c90;
  color: transparent;
  cursor: default;
}

.pricelabelbox {
  background-color: #183c90;
  color: white;
  padding: 2px 20px 2px 20px;
  border-radius: 40px;
  font-size: 12px;
  position: absolute;
  bottom: 26px;
  left: 36px;
  z-index: 2;
}


  /* button */
  button.waarde {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    background-color: #2dcc3e;
    color: #fff;
    position: relative;
    width: 100%;
    transition: all .5s;
    cursor: pointer;
    border: none;
    font-size: 17px;
  }

  button.waarde strong {
    color: #fff;
  }


  /* fade-out effect in 'lees-meer' block */
  .leesmeer-box {
    max-height: 130px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .leesmeer-box .lees-verder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
    padding: 55px 0 10px 0;
    background-image: linear-gradient(to bottom, transparent, rgba(216, 221, 237, 1));
  }


  /* bestel je volledige rapport block */
  .alertbox {
    display: block;
    top: -43px;
    position: relative;
    margin-bottom: -27px;
  }

  .alertbox i {
    padding-right: 5px;
  }

  .alertbox span {
    background-color: #183c90;
    padding-left: 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    line-height: 2;
    padding-right: 15px;
  }

.woningwaardebox .alertbox {
  top: -3px;
}


@media (min-width: 479px){
  .invulbox {
    min-height: 550px;
  }
  #waarde-footer {
    display: none!important;
  }
  html.start .invulbox,
  html.check .invulbox {
    margin-bottom: 0;
  }
  html.final .extraboxedleft {
    margin-bottom: 20px;
  }
}

@media (max-width: 478px) {

  #mobileheader .left-side .mmenu-trigger {
    display: none!important;
  }
  #mobileheader #logo {
    left: inherit;
    right: inherit;
    margin-top: inherit;
    margin-left: inherit;
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .invulbox .hypotheekaanvraag_div.form{
    margin-top: 35px !important;
  }

  .parallax .funda {
    display: none;
  }

  .parallax-content {
    padding: 0;
  }

  .invulbox .form {
    margin: 0!important;
  }

  .invulbox {
    margin-bottom: 0;
  }

  .copyrights,
  .copyrights a {
    color: #fff;
  }

  .copyrights a:hover {
    color: rgba(255, 255, 255, 0.70);
  }

  .stepwizard {
    margin: auto;
    width: 90%;
    margin-bottom: 30px;
  }

  .linkback {
    font-size: 14px;
  }

  .meldingtip {
    padding: 20px 15px;
    margin-top: 30px;
    border-radius: 10px;
  }


  /* .sticky-footer {
    display: none!important;
  } */
  button.waarde {
    background-color: #2dcc3e;
    border-radius: 8px;
  }
  #waarde-footer {
    /* margin-top: 10px; */
    bottom: 0;
    position: relative;
    /* position: fixed; */
    width: 100%;
  }
  .copyrights {
    padding: 20px 0;
    border-top: none;
  }
}


@media (max-width: 325px){
  .pricelabelbox {
    padding: 0px 7px;
  border-radius: 10px;
  font-size: 11px;
  bottom: 21px;
  left: 46px;
  }
  .pricebox {
    padding: 15px 35px;
    font-size: 27px;
    bottom: -24px;
    left: 29px;
    }
  .invulbox .alertbox i {
    display: none;
  }
  button.waarde {
    font-size: 15px;
  }
  button.waarde i {
    display: none;
  }
}



/* verberg ReCaptcha badge */
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}