/*==================================================
 Main
==================================================*/

html {
  height: 100%;
  font-size: 16px;
}
body {
  position: relative;
  padding-bottom: 52.39px;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  background-color: #fff;
  overflow-x: hidden;
}

/*==================================================
Form
==================================================*/

form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.has-feedback .form-control {
  padding-right: 35px !important;
}
i.form-control-feedback.glyphicon {
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
select ~ i.form-control-feedback.glyphicon {
  right: 10px !important;
}

.form-control {
  height: 58px;
  border-radius: 12px;
  padding: 11px 10px;
  border: 3px solid #feba02;!important;
  background-color: #fff;
  font-size: 18px;
  color: #303030;
}
#p1-vragen .form-control {
  height: 48px;
  font-size: 16px;
}
.form-control.fl_input {
  /*    padding: 16px 12px 4px 10px;*/
  padding: 22px 12px 6px 15px;
}
.FlowupLabels .fl_label {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  color: #808080;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
  top: 30%;
  font-size: 14px !important;
  font-weight: 300;
  color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label {
  color: #909090;
}

.has-feedback .checkbox label ~ .form-control-feedback {
  top: 22px !important;
  left: -1px;
}
.form-horizontal .has-error .checkbox {
  border: 1px solid #a94442;
}

#success_message,
.help-block {
  display: none !important;
}

.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.checkbox-inline {
  margin-right: 10px;
}
.checkbox-inline label {
  font-weight: normal;
}

.form-horizontal .checkbox-inline {
  padding-top: 0px;
}
.has-feedback .checkbox-inline .form-control-feedback {
  top: 30px !important;
  left: -10px !important;
  right: auto;
}
.has-success .checkbox-inline {
  color: #303030;
}

/*==================================================
Campagne
==================================================*/

/* Kleuren */
.lichtgroen {
  color: #003580;
}
.groen {
  color: #003580;
}
.donkergroen {
  color: #003580;
}

/* Tekst */
h1 {
  /*    margin-top: 25px;*/
  /*    margin-bottom: 80px;*/
  margin-bottom: 25px;
  /*    font-size: 40px;*/
  font-size: clamp(1.75rem, 1.565rem + 0.779vw, 2.5rem);
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 21px;
}
p {
  font-size: 18px;
  line-height: 160%;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}

/* Buttons */
.camp-btn {
  padding: 17px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 12px;
}
.camp-btn span {
  left: -10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.camp-btn:hover span {
  left: -15px;
}

.bereken-btn {
  margin-left: 0px;
  width: 350px;
  max-width: 100%;
  background-color: #009fe3;
  animation: pulse 2s infinite;
}
.bereken-btn:hover {
  background-color: #feba02;
  animation: none;
}
.bereken-btn:hover span {
  transform: scale(1.1);
}

@keyframes pulse {
  0%,
  100% {
    background-color: #009fe3;
  }
  50% {
    background-color: #009fe3;
  }
}

.form-btn {
  margin-left: 0px;
  width: 550px;
  max-width: 100%;
  background-color: #009fe3;
}
.form-btn span {
  position: relative;
}
.form-btn span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: -25px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-btn:hover {
  background-color: #feba02;
}
.form-btn:hover span:after {
  right: -40px;
}

/* Header */
header {
  background-color: #fff;
}
header .top {
  padding: 12px 0;
  background-color: #ebebeb;
}
header .top h3 {
  font-size: 16px;
}
header .bottom {
  position: relative;
  padding: 10px 0;
}
header .adv {
  position: absolute;
  right: 5px;
  top: -15px;
  font-size: 12px;
  color: #bbb;
}
header .logo {
  width: 180px;
}

/* General */
.position-relative {
  position: relative;
}
.d-flex {
  display: flex;
}
.bg-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0700ea29; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0700ea29 1%, #0700ea29 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #0700ea29), color-stop(100%, #0700ea29)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(-45deg, #0700ea29 1%, #0700ea29 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(-45deg, #0700ea29 1%, #0700ea29 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(-45deg, #0700ea29 1%, #0700ea29 100%); /* IE10 preview */
  background: linear-gradient(135deg, #0700ea29 1%, #0700ea29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0700ea29', endColorstr='#0700ea29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: -1;
}
.holder {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
}
.holder.groen {
  padding-left: 0;
  padding-right: 0;
  background-color: #009fe329;
}
.holder.grijs {
  background-color: #f6f6f6;
}
.holder#p1-vragen {
  margin-bottom: 20px;
  min-height: 550px;
}
.fa-ul {
  margin-left: 3em;
  padding-left: 0;
}
.fa-li {
  left: -3em;
  position: absolute;
  text-align: center;
  width: 3em;
  line-height: inherit;
}

/* Modal - Helaas */
.melding-modal .modal-header {
  padding: 0px;
  border: none;
}
.melding-modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  z-index: 999;
}
.melding-modal p {
  margin: 0 auto;
  padding: 50px 0px;
  width: 380px;
  max-width: 100%;
  font-size: 16px;
  line-height: 140%;
}

/*==================================================
Pagina-1
==================================================*/

.pagina-1 .top {
  padding: 65px 0 0;

  background: #003580; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #003580 1%, #003580 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #003580), color-stop(100%, #003580)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(-45deg, #003580 1%, #003580 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(-45deg, #003580 1%, #003580 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(-45deg, #003580 1%, #003580 100%); /* IE10 preview */
  background: linear-gradient(135deg, #003580 1%, #003580 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003580', endColorstr='#843a8abd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pagina-1 .pijl {
  display: block;
  /*    margin-top: 100px;*/
  margin-top: 40px;
  width: 120px;
}
.pagina-1 .thuisbatterij {
  position: absolute;
  width: 320px;
  left: -60px;
  top: -50px;
  z-index: 0;
}
p.vraag {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 100%;
}

.pagina-1 .top ul li {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.pagina-1 .top ul li:last-of-type {
  margin-bottom: 80px;
}

.pagina-1 .top .holder .d-flex {
  justify-content: flex-start;
}
.pagina-1 .top .holder button:not(.form-btn) {
  margin: 0;
  width: 100px;
  font-size: 16px;
  border: 3px solid #feba02;
  border-left: none;
  background-color: #fff;
}
.pagina-1 .top .holder button[data-answer="Weet ik niet"] {
  margin-left: 5px;
  height: 48px;
  width: auto;
}
.pagina-1 .top .holder button.active,
.pagina-1 .top .holder select:valid,
.pagina-1 .top .holder input[type="number"]:valid {
  background-color: #f2f6fa;
}
.pagina-1 .top .holder button:not(.form-btn):not(.active):hover {
  background-color: #f5f5f5;
}
.pagina-1 .top .holder button:not(.form-btn):first-child {
  border-left: 3px solid #feba02;
  border-radius: 10px 0 0 10px;
}
.pagina-1 .top .holder button:not(.form-btn):last-child {
  border-radius: 0 10px 10px 0;
}

.pagina-1 .huishouden-holder button {
  width: 20%;
  padding: 10px 5px 8px;
}
.pagina-1 .huishouden-holder img {
  margin-bottom: 5px;
  width: 85%;
}
.pagina-1 .huishouden-holder span {
  font-size: 13px;
}
p.error-msg {
  margin-bottom: 5px;
  font-size: 14px;
  color: red;
}
.pagina-1 ol li {
  font-size: 18px;
}
.pagina-1 ol li::marker {
  font-weight: 700;
}

section.content {
  padding: 60px 0 200px;
  background-color: #fff;
}
section.content h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
section.content p {
  font-size: 18px;
  color: #505050;
}
section.content ul li {
  margin-bottom: 25px;
  font-size: 18px;
  color: #003580;
}
section.content .holder.groen > ul {
  width: 50%;
}
section.content .holder.groen > ul:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ddd;
}
section.content .holder.groen ul li:last-child {
  margin-bottom: 0px;
}
section.content .holder.grijs {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.flex-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.flex-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/*==================================================
Pagina-2, 3, 4 & loader
==================================================*/

.pagina-2 section,
.pagina-3 section,
.loader section,
.pagina-4 section {
  padding: 60px 0;
}
.pagina-2 h4,
.pagina-3 h4 {
  font-size: 24px;
}

.loader-pomp {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 90px;
  padding: 2px;
  border: 5px solid #19a48c;
  border-radius: 10px;
}
.loader-pomp:before,
.loader-pomp:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 20px;
  height: 5px;
  background-color: #19a48c;
  border-radius: 0 0 5px 5px;
}
.loader-pomp:after {
  left: auto;
  right: 10px;
}
.loader-pomp i {
  font-size: 40px;
  color: #fff;
  z-index: 1;
}
.loader-pomp-inner {
  position: absolute;
  bottom: 2px;
  width: calc(100% - 2 * 2px);
  height: 0px;
  background-color: #9edbcd;
  border-radius: 5px;
}
.loader-pomp-inner.animatie {
  animation: loading 2.8s ease-in;
  animation-fill-mode: forwards;
}

@keyframes loading {
  0% {
    height: 0%;
  }
  100% {
    height: calc(100% - 2 * 2px);
  }
}

/*==================================================
Footer
==================================================*/

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0px;
  background-color: #ebebeb;
  z-index: 10;
}
.footer p {
  font-size: 14px;
  color: #464646;
}
.footer a {
  color: #464646;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

/*==================================================
Media queries
==================================================*/

@media only screen and (max-width: 1199px) {
  h1 {
    /*        margin-bottom: 60px;*/
    /*        font-size: 34px;*/
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }

  .pagina-1 .top ul li {
    font-size: 18px;
  }
  .pagina-1 .pijl {
    margin-top: 10px;
    margin-right: 10px;
    width: 100px;
  }
  .pagina-1 .thuisbatterij {
    margin-top: 165px;
    margin-left: 60px;
    width: 100%;
  }
  .img-holder {
    height: 330px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    /*        font-size: 30px;*/
  }
  h2 {
    font-size: 20px;
  }
  section.content h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }

  .pagina-1 .top ul li:last-of-type {
    margin-bottom: 30px;
  }
  .pagina-1 .thuisbatterij {
    position: relative;
    margin: 0 auto;
    width: 200px;
    left: 0;
    top: 0;
  }
  .pagina-1 .pijl {
    width: 80px;
    position: absolute;
    right: 30px;
    bottom: 140px;
    margin: auto;
    transform: scaleY(-1) rotate(65deg);
  }
  .img-holder {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }

  .d-flex-xs {
    display: flex;
  }

  header .top {
    padding: 6px 0;
  }
  /*
  header .bottom {
      padding: 20px 0;
  }
*/
  header .logo {
    width: 150px;
  }

  .pagina-1 .top {
    padding: 35px 0;
  }
  .pagina-1 .top ul li {
    font-size: 16px;
  }
  .pagina-1 .thuisbatterij {
    position: absolute;
    bottom: 0;
    /*        margin-top: auto;*/
    width: 90%;
  }

  section.content {
    padding: 30px 0 80px;
  }
  .pagina-1 section.content .holder.groen {
    display: block;
  }
  section.content .holder.groen > ul {
    width: auto;
  }
  section.content .holder.groen > ul:first-child:after {
    display: none;
  }
  section.content .holder.groen ul:first-child li:last-child {
    margin-bottom: 25px;
  }

  .pagina-2 h4,
  .pagina-3 h4,
  .pagina-4 h4 {
    font-size: 20px;
  }

  .footer p {
    text-align: center;
  }
  .img-holder {
    height: 192px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    margin-bottom: 15px;
    /*        font-size: 28px;*/
  }
  p,
  section.content p,
  section.content ul li {
    font-size: 16px;
  }

  header .top h3 {
    font-size: 14px;
  }
  header .bottom {
    padding: 0;
  }
  header .logo {
    width: 130px;
  }

  .pagina-1 .top {
    padding: 20px 0;
  }
  .pagina-1 .top ul li,
  p {
    font-size: 14px;
  }
  .pagina-1 .top ul li {
    margin-bottom: 10px;
  }
  .pagina-1 .thuisbatterij {
    /*        width: 100px;*/
    width: 160px;
    /*        left: -60px;*/
    right: 0;
  }

  .col-xxs-12 {
    width: 100%;
  }
  .xxs-hidden {
    display: none;
  }

  .fa-ul {
    margin-left: 2em;
    padding-left: 0;
  }
  section.content .holder.groen > ul {
    padding-right: 20px;
  }

  .pagina-2 section,
  .pagina-3 section,
  .loader section,
  .pagina-4 section {
    padding: 30px 0;
  }
  .flex-icons {
    display: block;
    width: 200px;
    margin: 0 auto 40px;
  }
  .flex-icon {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .img-holder {
    height: 140px;
  }
}
.pagina-1 .top .holder button.active {
  background: #feba02;
  color: #fff;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: calc(80px / cos(45deg));
  height: 14px;
  background: repeating-linear-gradient(-45deg, #feba02 0 15px, #0000 0 20px) left/200% 100%;
  animation: l3 2s infinite linear;
}
@keyframes l3 {
  100% {
    background-position: right;
  }
}
.btn.active {
  background: #feba02;
  color: #fff;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border: 3px solid #feba02;
}
/* HTML: <div class="loader"></div> */
.loaderbtn {
  width: 20px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l4 1s infinite linear;
  display: inline-block;
  margin-right: 30px;
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
