@import url('https://fonts.googleapis.com/css?family=Kanit:300,500');
@import url('https://fonts.googleapis.com/css?family=Kalam');
html {
  background: url('img/body-background.png') no-repeat center center fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: rgba(0,0,0,0);
  font-family: 'Kanit', Helvetica, Arial, sans-serif;
  color: #3c3c3b;
}

.vrijblijvend {
  padding: 15px 25px;
  background-color: #E7F1DB;
  border-radius: 5px;
  border:1px solid #53c50e;
  float: left;
  margin-top:40px;  
  font-size:14px;
  line-height: 20px;
}

h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
}

h1 {font-size: 55px; margin-top: 50px; padding-bottom: 25px;}

.topintro p, .topintro-second p {
  font-size: 18px;
  font-weight: 300;
}

.topintro-second {
  margin-top: 40px;
}

img {
  max-width: 100%;
  height: auto;
}
.question p {
  font-weight: 500;
      line-height: 50px;
}
.usp li {
  background-image: url(img/check_usp.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 14px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 30px;
}
.cta {
  border-radius: 5px;
  padding: 10px 30px 12px 30px;
  font-size: 18px;
  border: 0;
  display: block;
  width: 100%;
  display: inline-block;
  margin: auto;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 34px top 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  background-color: #53c50e;
  background-image: url(img/cta_arrow-copy.png);
  border: 0;
  outline : 0;
}
.cta:hover {
  color: #ffffff;
  text-decoration: none;
  background-position: right 20px top 18px;
}
.cta:link {
  color: #ffffff;
  text-decoration: none;
}
.cta:visited {
  color: #ffffff;
  text-decoration: none;
  border: 0;
  outline : 0;
}
.cta:active {
  transform: scale(0.9);
  border: 0;
  outline : 0;
}
.cta:hover {
  background-color: #4bb20d;
}
.nudge {
  font-size: 14px;
}


/* ============= FORMULIER CSS ================= */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#8B8B8B;
  font-size: 14px;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8B8B8B;
  font-size: 14px;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8B8B8B;
  font-size: 14px;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8B8B8B;
  font-size: 14px;
  font-style: italic;
}



/* Custom, iPhone Retina */

@media only screen and (min-width : 767px) {
  .errorbox, #postcodeError {
    float: left;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 320px) {
  .errorbox, #postcodeError {
    width:100%;
  }
}
.errormachtiging {
  float:left;
  padding-left:30px;
}
li.error {
  color:#EB8283;
  font-size:14px;
  list-style-type:none;
}
 li.valid {
  height:0;
  color:#EB8283;
  font-size:11px;
  list-style-type:none;
}


/* Geslacht buttons */
.geslachtlabel {
  color: #3c3c3b;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}
.form-geslacht input:focus ~ label, .geslacht input:valid ~ label {
  color:#3c3c3b;
}
.form-geslacht input[type=radio] {
  visibility: hidden; /* gebruik geen display block */
  width: 1px;
  height: 1px;
  cursor: pointer;
  padding: 0px;
  float:left;
  margin-left:1px;
  -moz-appearance: none; /* Remove default appearance styling for Firefox */
  -webkit-appearance:none;
  appearance:none;
}
.form-geslacht input[type=radio] + label {
  color:#3c3c3b;
  font-size:16px;
  font-weight:300;
  border:1px solid #fed5b8;
  background-image: url(img/bullet_unchecked.png);
  background-color: #fdefe3;
  background-repeat:no-repeat;
  background-size: 30px;
  background-position: left 7px top 9px;
  padding: 10px 0;
  margin-left: 10px;
  width: 100%;
  max-width: 120px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-geslacht input[type=radio]:hover + label {
  border: 1px solid #ef7926;
  background-color: #ef7926;
  color:#ffffff;
}
.form-geslacht input[type=radio]:first-child + label {
  margin: 0 0 0 -5px;
}
.form-geslacht input[type=radio]:checked + label {
  background: url(img/bullet.png) no-repeat;
  background-position: left 7px top 9px;
  border: 1px solid #ef7926;
  background-size: 30px;
  padding: 10px 0px 10px 0;
  background-color: #ef7926;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}



/* Checkbox */

.form-checkbox input[type=checkbox] {
  visibility:hidden;
}
.form-checkbox .check input:focus ~ label, .check input:valid ~ label {
  top:0;
  cursor:pointer;
  color:#000000;
  margin-right:-30px;
  width:95%;
  height:auto;
}
.form-checkbox .check-box {
  width: 100%;
  height:18px;
  padding:1px 0 0 30px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  background:url(img/checkbox.png) no-repeat left top;
  background-size:17px 17px;
  font-size:14px;
  line-height:16px;
}
.form-checkbox .check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #3399FF;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 1px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.form-checkbox .check-box::before {
  top: 15px;
  left: 9px;
  box-shadow: 0 0 0 0px #ffffff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.form-checkbox .check-box::after {
  top: 8px;
  left: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-checkbox input[type=checkbox]:checked + .check-box, .check-box.checked {
  border-color: #3399FF;
}
.form-checkbox input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
  height: 12px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.form-checkbox input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}



/* Form starting stylings ------------------------------- */

.group {
  position:relative;
}
.form-field input {
  font-size:16px;
  display:block;
  width:100%;
  border:none;
  border:1px solid #8d8d8d;
  border-radius:3px;
  height:45px;
  margin:30px 0 5px 0;
  padding:10px;
  transition:0.4s ease all;
  -moz-transition:0.4s ease all;
  -webkit-transition:0.4s ease all;
  -webkit-appearance:none;
}
.form-field input:focus, input.form-geboorte, input.form-datum {
  outline:none;
  border:1px solid #3399FF;
}
.form-field input.valid, input.form-geboorte, input.form-datum {
  border:1px solid #58c143;
}
.form-field input.error, input.form-geboorte, input.form-datum {
  border:1px solid #EB8283;
}
.adressconfirm {
  font-size: 14px;
  color: #6B6B6B;
}

/* LABEL */
.form-field label {
  color:#3c3c3b;
  font-size:16px;
  font-weight:normal;
  position:absolute;
  top:0;
  left:15px;
  cursor: text;
  font-weight: 300;
}
.form-field input:required {
  box-shadow:none;
}
@media(max-width: 767px){
  .mob-top{
    top: -20px!important;
  }
}
/* Einde LABEL */


/* =============== VOORWAARDEN POP-UP CSS =================== */

#fillVoorw li {
  margin-left:-30px;
  list-style-type: square;
  padding: 0 0px 0 0;
}
#fillVoorw ul {
  list-style-type: square;
  padding: 0 0px 0 0;
}
.voorwaardenoverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
}
.popuptitle {
  font-weight:900;
  font-size:30px;
  width:100%;
  margin-bottom:20px;
}
.form-open {
  width: 90%;
  animation: open 1s;
  transition:1s ease all;
  -moz-transition:1s ease all;
  -webkit-transition:1s ease all;
  opacity:1;
}
.lightbox {
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
  color:#181818;
  top:0;
  left: 0;
  list-style-type:square;
  padding:20px 50px 20px 20px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.6em;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
}
#close {
  position:fixed;
  color:#ffffff;
  padding-top: 11px;
  font-size:40px;
  font-weight:900;
  cursor:pointer;
  bottom:200px;
  right:3px;
  width: 80px;
  height: 80px;
  background-color:#3399FF;
  border-radius: 50px;
  text-align: center;
  z-index:9999;
}
.form-open {
  animation: open 1s;
  transition:1s ease all;
  -moz-transition:1s ease all;
  -webkit-transition:1s ease all;
}
.lightbox {
  background-color: #ffffff;
  height: 50vh;
  color:#181818;
  margin:auto;
  list-style-type:square;
  padding:50px 50px 50px 50px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:1.6em;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
  margin: auto;
  position: absolute;
  width:100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#popup {
  width: 60%;
  margin:auto;
  position:absolute;
  height:50vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#close {
  position:absolute;
  color:#ffffff;
  top:-20px;
  right:-20px;
  padding-top: 10px;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
  width: 50px;
  height: 50px;
  background-color:#3399FF;
  border-radius: 30px;
  text-align: center;
  z-index:9999;
}
@media(max-width: 767px){
  .lightbox{
    padding: 20px 20px 20px 20px;
  }
  #popup {
    width: 80%;
  }
  .popuptitle {
    font-size: 26px;
  }
}



/*Keyframes Checkbox*/
@-moz-keyframes dothabottomcheck {
  0% {height: 0;}
  100% {height: 11px;}
}
@-webkit-keyframes dothabottomcheck {
  0% {height: 0;}
  100% {height: 11px;}
}
@keyframes dothabottomcheck {
  0% {height: 0;}
  100% {height: 11px;}
}
@keyframes dothatopcheck {
  0% {height: 0;}
  50% {height: 0;}
  100% {height: 24px;}
}
@-webkit-keyframes dothatopcheck {
  0% {height: 0;}
  50% {height: 0;}
  100% {height: 24px;}
}
@-moz-keyframes dothatopcheck {
  0% {height: 0;}
  50% {height: 0;}
  100% {height: 24px;}
}

/*Keyframes lightbox open*/
@keyframes open {
  0% {display: none;}
  1% {width: 0;display: block;color:white;opacity: 0;}
  80% {color:white;}
  100% {display: block;width: 90%;color:#181818;opacity: 1;}
}

@keyframes open {
  0% {display: none;}
  1% {width: 0;display: block;color:white;opacity: 0;}
  80% {color:white;}
  100% {width: 100%;}
}
::selection {
    background-color: rgba(241, 121, 11, 0.8);
    color: #FFFFFF;
}
.form-block {
  background-color: #ffffff;
  border: 2px solid #ef7926;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  padding: 30px 0;
  margin-top: 30px;
}
.progress-block {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 30px;
}
.q1 .progress-block {
  padding-bottom: 30px;
}
.progress-block a {
  text-decoration: underline;
  color: #2a79d2;
  font-size: 16px;
  font-weight: 300;
}
.progress-block .current-progress p {
  color: #2a79d2;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.current-progress {
  text-align: center;
}
.progress {
  background-color: #fdefe3;
  box-shadow: none;
}
.progress-bar {
  background-color: #ef7926;
  box-shadow: none;
}
.orange-text {
  color: #ef7926;
}
.progress {
  height: 6px;
  border-radius: 50px;
}
.btn-primary {
  width: 100%;
  background-color: #77cc6c;
  color: #ffffff;
  border-radius: 35px;
  border: none;
  border-bottom: 4px solid #16b601;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  background-image: url('img/arrow.png');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 85% 55%;
  padding: 10px 10px;
padding-right: 30px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #16b601;
  border-bottom: 4px solid #16b601;
}
.img-choice .btn-primary {
    font-size: 18px;
    background-position: 92% 55%;
}
.btn-ynm .btn-primary {
  background-image: none;
  padding-right: 12px;
}
.footer-visual {
  width: 150px;
  height: auto;
  float: left;
}
.bottom-info hr {
  width: 83%;
  float: left;
  margin-top: 70px;
  border-top: 1px solid #fdefe3;
}
.of-logo {
  width: 150px;
  height: auto;
  float: right;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
button {
    margin-top: 40px;
}
.question img {
  width: 100%;
  height: auto;
}
.question p{
  padding-bottom: 30px;
}
.script-txt {
  font-family: 'Kalam', cursive, sans-serif;
  font-weight: normal;
  color: #ef7926;
}
.checkbox-choice .script-txt {
  font-size: 24px;
}
.img-choice .script-txt {
  font-size: 20px;
  margin-top: 10px;
}
figcaption {
  float: left;
    top: 0;
    z-index: 9999;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    width: 36px;
    position: absolute;
    height: 36px;
    font-size: 22px;
    background-color: #ef7926;
    box-shadow: 4px 4px 0 #ea6100,
                4px 0 0 #ea6100,
                0 4px 0 #ea6100;
    font-weight: 300;
}
.img-choice button {
  margin-top: 15px;
}
.input-choice img {
  max-width: 80%;
  height: auto;
}
.input-choice p {
  font-weight: 300;
  font-size: 18px;
  height: 100px;
  line-height: 28px;
}
.input-choice input[type=number] {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  padding: 15px;
  background-color: #fdefe3;
  border: 1px solid #fed5b8;
  border-radius: 5px;
}
.input-choice input[type=number]:focus {
  outline: 0;
  border: 1px solid #ef7926;
  box-shadow: 1px 1px 5px #ef7926;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbba;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.checkbox-choice label {
  font-size: 18px;
  font-weight: 300;
  width: 88%;
  height: 50px;
  text-align: left;
  float: right;
  padding: 15px 0 0;
  margin-bottom: 25px;
}
.cCheckbox {
  appearance: none;
    -webkit-appearance: none;
    width: 65px;
    height: 55px;
    border: 1px solid #ef7926;
    border-radius: 5px;
    background-color: #fdefe3;
    position: relative;
    float: left;
    clear: both;
}
.cCheckbox:focus {
  outline: 0 !important;
}
.cCheckbox:checked {
  outline: none;
	background-color: #fdefe3;
	border: 1px solid #ef7926;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	color: #99a1a7;
}
.cCheckbox:checked:after {
  content: '&nbsp;';
  width: 54px;
  height: 61px;
	background-image: url(img/check.png);
  background-repeat: no-repeat;
  background-size: 54px 61px;
	font-size: 14px;
	position: relative;
  display: block;
	top: -15px;
	left: 5px;
	color: rgba(0,0,0,0);
}
.answered a, .info-txt, .orange-box {
  font-size: 18px;
  font-weight: 300;
}

.orange-box {
  margin-top: 35px;
  text-align: left;
  color: #FFFFFF;
  background-image: url('img/orange-box.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 30px 35px 30px;
}
.orange-box h3 {
  font-size: 38px;
  margin-bottom: 10px;
}

.video-box {
  min-height: 317px;
  margin-top: 35px;
}
.video-box img {
  width: 100%;
  height: auto;
}
.check img {
  width: 30px;
  height: auto;
}
.check p {
  font-size: 18px;
  color: #74cd67;
}
.answered a {
  text-decoration: underline;
}
.answered a img {
  width: 19px;
  height: auto;
  margin-right: 20px;
  margin-top: -6px;
}
.answered {
    margin-top: -50px;
}
.tip .col-sm-10 p, .reg-form .col-lg-12, .subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  line-height: 28px;
}
.tip .col-sm-10 p:first-of-type {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.subtitle {
  text-align: center;
}

.gender-select, input[type=text], input[type=email], input[type=tel] {
  float:left;
  padding: 12px 20px;
  background-color: #fdefe3;
  border: 1px solid #fed5b8;
  border-radius: 2px;
  margin-right: 15px;
  width: 100%;
}
.reg-form label {
  width: 100%;
  float: left;
}
.gender-select {
  width: auto;
}
.gender-select label {
  width: auto;
  float: initial;
}
.tnc label {
  width: 90%;
  float: left;
  margin-left: 10px;
}
.cCheckboxSmall {
  appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ef7926;
    border-radius: 2px;
    background-color: #fdefe3;
    position: relative;
    float: left;
    clear: both;
}
.cCheckboxSmall:focus {
  outline: 0 !important;
}
.cCheckboxSmall:checked {
  outline: none;
	background-color: #fdefe3;
	border: 1px solid #ef7926;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	color: #99a1a7;
}
.cCheckboxSmall:checked:after {
  content: '&nbsp;';
  width: 20px;
  height: 22px;
	background-image: url(img/check.png);
  background-repeat: no-repeat;
  background-size: 20px 22px;
	font-size: 14px;
	position: relative;
  display: block;
	top: -6px;
	left: 2px;
	color: rgba(0,0,0,0);
}
.radioGenderSelect {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcc;
  border-radius: 50px;
}
.radioGenderSelect:focus {
  outline: 0 !important;
}
.radioGenderSelect:checked {
  outline: none;
}
.radioGenderSelect:checked:after {
  content: '';
    width: 14px;
    height: 14px;
    background-image: url(img/radio-checked.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: 2px;
    left: 2px;
}
input[type=submit] {
  margin-top: 10px;
}
.row.form-field {
    margin-top: 20px;
}
.input-choice-number {
  margin-top: 40px;
}

.slideaway{
    animation-name: slideAway;
    animation-duration: 1s;
    transition: .3s;
}
.slidein{
	animation-name: slideIn;
    animation-duration: 1s;
    transition: .3s;
}
@keyframes slideAway {
    from {opacity:1;left:0;}
    to {opacity:0;left: 0;}
}
@keyframes slideIn {
    from {opacity:0;left:-140px;}
    to {opacity:1;left: 0;}
}

@media (max-width: 1200px) {
  .form-block {font-size: 28px;}
  .question p {line-height: 28px;}
  .img-choice {margin-top: 70px;}
  .input-choice {margin-top: 70px; padding-bottom: 70px;}
  .input-choice p {height: auto;}
  .q4 button {float: left;}
}
@media (max-width: 992px) {
  .img-choice img {width: 100%}
}
@media (max-width: 768px) {
  button {margin-top: 20px;}
}
@media (max-width: 576px) {
  .form-block {font-size: 30px;}
  .question p {line-height: 30px;}
  button {margin-top: 10px;}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bottom-info hr {
    width: 79%;}
}
button:focus {
    outline: 0 !important;
}

/* WEW */


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity-nav {
  float: left;
  position: relative;
  width: 80%;
  margin-left: 10%;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-top: 17px;
}

.input-choice input[type=number] {
  padding-left: 40px;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 55px;
  top: 41px;
  right: -30px;
  background-color: #f1790b;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
    border-left: 1px solid #ffd5b6;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 55px;
  top: 41px;
  left: 30px;
  background-color: #f1790b;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
    border-right: 1px solid #ffd5b6;
}

.bedankt h2{
  font-size: 50px;
font-weight: 500;
  line-height: 50px;
  padding-bottom: 20px;
  margin-top: -50px;
}
.bedankt a.download img{
  max-width: 19px;
  height: auto;
  margin-right: 30px;
}
.bedankt a.download{
  font-size:18px;
  text-decoration: underline;
  color: #2a79d2;
  margin-bottom: 20px;
  display: inline-block;
}
.bedankt .info-txt p{
  padding-bottom: 20px;
}
.bedankt .info-txt h3{
  color: #3c3c3b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bedankt .info-txt ul{
  padding: 0px;
}
.bedankt .info-txt li{
  list-style: none;
  text-align: left;
  padding-left: 40px;
  background-image: url('img/vink-oranjefonds.svg');
  background-size: 15px 15px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.bedankt .info-txt .bd-gift{
  padding-left: 25px;
  padding-right: 55px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0;
  display: inline-block;
  background: #01be32 url(img/bu_arrow_white.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: right 22px top 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Kanit', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-top: 25px;
}
.bedankt .info-txt .bd-gift:hover{
  background-position: right 16px top 20px;
}

.errorbox-punten{
  color:#EB8283;
  font-size:14px;
}
#checkboxError{
  color:#EB8283;
  font-size:16px;
}
.errorNr{
  border:1px solid #EB8283!important;
}
.qintro p {
  font-size: 50px;
  line-height: 60px;
}

.intro-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 28px;
}

.intro-btn img {
  width: 14px;
  height: auto;
  margin-right: 13px;

}
.intro-btn p {
  font-size: 16px;
  color: #16b601;
  margin-top: -10px;
}
.qintro .question p {
  padding-bottom: 0;
}
.qintro .question p.subtitle {
  font-size: 24px;
  font-family: 'Kalam', cursive;
  color: #ef7926;
  line-height: 34px;
  padding-bottom: 25px;
}

.question .subtitle.subtitle-form{
  line-height: 24px;
  font-weight: 300;
}

.qintro .form-block {
  padding: 70px 30px 30px;
}

.bUnderline {
  color: #ef7926;
  font-weight: 700;
  text-decoration: underline;
}

.qintro button {
    margin-top: 0;
}

.btn-primary[disabled] {
    background-color: #777;
    border-color: #555;
}


.reg-form p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.reg-form p.subtitle {
  font-size: 18px
}

.question {
  margin-bottom: 30px;
}



.hidden-sm-up img {
  width: 120px;
  height: auto;
}



@media (min-width: 992px) {
  .hidden-sm-up {
    display: none;
  }

}


@media (max-width: 768px) {
  .q1 .progress-block {
    padding-bottom: 0;
}
.form-block {
    padding: 30px ;
}
.qintro .form-block {
    padding: 55px 30px 30px;
}

.checkbox-choice label {
  width: 80%;
}
#checkboxError {
  float: left;
}
.bottom-info hr {
  width: 100%;
}
}

.bedankt .form-block {
    padding: 30px 30px 55px;
}

.bedankt .row-flex div {
    min-height: 270px;
}
.question.tip {
    margin-bottom: -20px;
}

@media (max-width: 1200px) {
  .question.tip {
      margin-bottom: 0;
  }
  .bedankt h2 {
    margin-top: -30px;
  }
}

@media (max-width: 992px) {
  .current-progress {text-align: center}
  .bedankt h2 {margin-top: 0;}
}

@media (max-width: 768px) {
  .tip img {
    width: 40%;
    height: auto;
    margin-bottom: 20px;
}
.bedankt h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 20px;
    word-break: break-word;
    padding-top: 20px;
}
.form-field label {
    position: relative;
    top: -75px;
    left: 0px;
}
.reg-form p {font-size: 40px;}
}

footer {padding-top: 50px}

.btn {line-height: 28px;}
.img-choice .btn {line-height: 18px;}

@media (max-width: 576px) {
  .container {padding-left: 0; padding-right: 0;}
  .qintro .form-block {
    padding: 55px 10px 30px;
}
.form-block {
    padding: 10px;
}
.qintro .intro-btn p {line-height: 18px}

body {overflow-x: hidden}

.qintro p {
  font-size: 30px;
  line-height: 40px;
}
.intro-text p {
font-size: 18px;
font-weight: 300;
margin-bottom: 40px;
line-height: 28px;
}
.intro-btn p {
font-size: 16px;
color: #16b601;
margin-top: 15px;
}
.checkbox-choice label {
  width: 75%;
  margin-bottom: 45px;
}
.reg-form p {
  font-size: 30px;
  line-height: 28px;
}
.q6 .btn-primary {background-position: 95% 55%;}
}

.cheque-error{
  font-size:21px;
  color: #EB8283;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .question p {
    line-height: 40px;
}
}

@media (max-width: 400px) {
  .btn-primary {background-image: none; padding-right: inherit;}
}

.img-choice figure img, .input-choice img {
  cursor: pointer;
}