html {
  font-family: 'Roboto';
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  min-width: 360px;
  background-color: #f1f1f1;
}

.logo {
float: left;
padding-top: 10px;
padding-right: 40px;
padding-left: 22%;
}

.logo > img {
padding-left: 12px;
}

#wrapper {
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 50px auto;
}

header>div {
  background-repeat: repeat-x;
  display: table;
  width: 100%;
}

.footer-section1-block1 {
  float: left;
  padding: 10px 40px 0 0px;
}

#title {
  float: right;
  padding: 40px 40px 0 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}

footer>div {
  display: table;
  width: 100%;
  height: 70px;
}

footer div.logo img {
  max-width: 215px;
  height: auto;
}

#social .placement {
  display: table;
  float: right;
  padding: 5px 0px 5px 40px;
}

#social div a, #social div p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  border: none;
}

#social div a:last-child {
  padding-right: 0;
}

#social div a img {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#social div a img:hover {
  margin-top: 0px;
  margin-bottom: 4px;
}

footer div.footer-copy {
  background-color: #414143;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 15px;
  border-top: 3px solid #ffffff;
  height: auto;
}

.header-section3 {
  padding: 0;
}

.header-section3 img {
  width: 100%;
  height: auto;
}

.text-content {
  padding: 5% 12% 0 12%;
}

.form-content {
  padding: 3% 25% 1% 25%;
background-color: #f1f1f1; 
}

.form-box {
  background-image: -moz-linear-gradient( -90deg, rgb(18, 97, 95) 0%, rgb(26, 129, 119) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(18, 97, 95) 0%, rgb(26, 129, 119) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(18, 97, 95) 0%, rgb(26, 129, 119) 100%);
  display: table;
  width: 100%;
}

.form-body {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.form-body>form>fieldset>div {
  display: inline-block;
  float: left;
  width: 50%;
}

.form-inputs label {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-align: left;
  display: block;
  line-height: 15px;
  padding: 0 0 10px 0;
  margin: 0;
}

/* end only demo styles */

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-body-text {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-style: italic;
  text-align: left;
  padding: 0 0 25px 35px;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.form-inputs label.checkbox-custom-label {
 position: relative;
 padding: 0 0 10px 35px;
}

/*
.checkbox-custom + .checkbox-custom-label:before{
 content: '';
 background: #fff;
 border: 2px solid #fff;
 display: inline-block;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 padding: 2px;
 margin-right: 15px;
 text-align: center;
 margin-left: -35px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background:rgb(34, 34, 34);
    box-shadow: inset 0px 0px 0px 1px #fff;
}
*/

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 15px;
    text-align: center;
    margin-left: -35px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20class%3D%22primaryFill%22%20fill%3D%22%23005E5D%22%20d%3D%22M49.93%2013.076L42.467%205.61l-23.85%2023.85L7.535%2018.376.07%2025.843%2018.616%2044.39%22%2F%3E%3C%2Fsvg%3E);
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
}

select {
  display: inline-block;
  border: 1px solid #ffffff;
  height: 40px;
  padding: 6px 10px;
  margin-bottom: 30px;
  width: 100%;
}

input[type=text] {
  display: inline-block;
  border: 1px solid #ffffff;
  height: 40px;
  padding: 6px 10px;
  margin-bottom: 30px;
  width: 100%;
}

input[type=text]:last-child {
  margin-bottom: 0;
}

button {
  color: rgb(34, 34, 34);
  line-height: 1.033;
  text-align: center;
  background-color: rgb(254, 209, 48);
  min-width: 220px;
  height: 45px;
}

h1 {
  color: #414143;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 30px 0;


}
h3 {
  color: #115e5d;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

p {
  color: #717171;
  font-size: 15px;
  line-height: 20px;
}
ul {
  color: #717171;
  font-size: 15px;
  line-height: 20px;
}

/* header */

.header {
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 3;
}

.header-section2 {
  background-image: -moz-linear-gradient(0deg, rgb(10, 97, 95) 0%, rgb(17, 129, 119) 56%);
  background-image: -webkit-linear-gradient(0deg, rgb(10, 97, 95) 0%, rgb(17, 129, 119) 56%);
  background-image: -ms-linear-gradient(0deg, rgb(10, 97, 95) 0%, rgb(17, 129, 119) 56%);
  height: 40px;
  padding-top: 12px;
  padding-right: 22%;
}

.header-section2>img {
  float: right;
}

.footer-section1 {
  background-color: rgb(62, 171, 161);
  height: 50px;
  padding-right: 22%;
  padding-left: 22%;
}

.footer-section2 {
  background-color: rgb(18, 133, 122);
  text-align: center;
  color: white;
  font-size: 16.684px;
  line-height: 1.499;
  height: 40px;
  vertical-align: middle;
}

.body-title {
  font-size: 28.631px;
  color: #115e5d;
  font-weight: bold;
  line-height: 1.143;
  text-align: left;
}

.Streep_lijn {
  background-color: rgb(222, 222, 222);
  width: 100%;
  height: 1px;
}

.form-Streep_lijn {
  background-color: rgb(222, 222, 222);
  width: 100%;
  height: 1px;
  margin: 5% 0% 5% 0%
}

header {
  padding-top: 10px;
  background-color: white;
}

.title {
  color: rgb(128, 128, 128);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.357;
  text-align: left;
  height: 10px;
  float: right;
  padding-top: 10px;
padding-right: 22%;
}

.BG_ruitje {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 1288px;
  top: 1115px;
  width: 51px;
  height: 51px;
  z-index: 235;
}

.form-title {
  font-size: 23px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.957;
  text-align: center;
}

.body-text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.375;
  text-align: left;
  padding-bottom: 5%;
}

.vak {
  background-color: white;
  padding: 3% 5% 3% 5%;
}

.vak-title {
  font-size: 13px;
  color: rgb(17, 94, 93);
  font-weight: bold;
  line-height: 1.125;
  text-align: left;
}

.vak-Streep_lijn {
  background-color: rgb(222, 222, 222);
  width: 100%;
  height: 1px;
  margin: 3% 0% 3% 0%
}

.vak-text {
  font-size: 11.78px;
  color: rgb(128, 128, 128);
  line-height: 1.333;
  text-align: left;
}

.vak-overlay-wrap {
  position: relative;
  display: inline-block;
  /* <= shrinks container to image size */
  transition: transform 150ms ease-in-out;
}

.vak-overlay-wrap div {
  /* <= optional, for responsiveness */
  display: block;
  max-width: 100%;
}

.vak-overlay-wrap svg {
  position: absolute;
  top: 25px;
  left: -24px;
}

.submit-div {
  margin: 10% 0% 3% 22%;
}

.header-body {
  padding: 2% 5% 1% 5%;
  background-color: white;
  padding: 2% 25% 1% 25%;
}

.arrow {
  padding: 4% 49% 2% 47%;
}

.logo-arrow {
  position: absolute;
  width: 51px;
  height: 51px;
}

.logo-img {
  float: left;
  position: relative;
}

.form-footer-text {
  padding: 0 5% 1% 5%;
background-color: #f1f1f1;
}

/* Menu responsive behaviour only */

@media (min-width: 768px) {
  .header {
    background-color: rgb(255, 255, 255);
    text-align: center;
  }

}

/* GENERAL RESPONSIVE BEHAVIOUR */

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    margin: 0;
  }
  .footer-section1-block1 {
    float: none;
    width: 100%!important;
    text-align: center;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  #title {
    padding: 10px 20px;
    background-color: #414143;
    font-size: 15px;
    line-height: 20px;
  }
  #social .placement {
    display: block!important;
    float: none;
    padding: 10px 20px!important;
    text-align: center;
  }
  #social div p {
    display: block;
    padding-right: 0;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  #social div a {
    display: inline-block!important;
  }
  #social div a img {
    width: 30px;
    height: 30px;
  }
  header>div>div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .form-borders {
    display: block;
  }
  .form-flanks {
    display: none!important;
  }
  .form-box>div {
    padding: 30px 30px;
    vertical-align: middle;
  }
  .form-inputs {
    display: block!important;
    float: none!important;
    margin: 0 auto;
  }
  .form-inputs {
    padding-right: 0;
  }
  .form-content {
    padding: 0;
  }
  .logo {
 padding-left:0px;
  }
  .logo-arrow {
    position: absolute;
    left: 0px;
  }
  .title {
    display: none;
  }
  .vak-overlay-wrap {
    position: relative;
    display: inline-block;
    transition: transform 150ms ease-in-out;
    padding-top: 8%;
  }
  .vak-overlay-wrap svg {
    position: absolute !important;
    top: 2px !important;
    left: 43% !important;
  }
  .vak {
    background-color: white;
    padding: 8% 5% 3% 5% !important;
  }
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {
    height: auto;
  }
  .footer-section1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-section1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-section2 {
    padding: 12px 20px 0px 0px;
  }
  .submit-div {
    display: grid;
    margin: 10% 0% 10% 0% !important;
  }
  .header-body {
    padding: 2% 5% 1% 5% !important;
    background-color: white !important;
  }
}