@charset "UTF-8";
html,
body,
form,
div,
img,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  font-family: 'Hind', sans-serif;
  font-weight: 100;
  color: #363636;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Hind', sans-serif;
  color: #454545;
  margin: 0;
  font-weight: 300;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 25.2pt;
  margin-bottom: 14px;
  color: #40bdf7;
  margin: 0;
  font-weight: 600;
}
h2 {
  font-family: 'Hind', sans-serif;
  font-size: 19px;
  line-height: 25.2pt;
  margin-bottom: 14px;
  color: #40bdf7;
  margin: 0;
  font-weight: 600;
}
.h1-wit {
  font-family: 'Lato', sans-serif;
  font-size: 27px;
  line-height: 25.2pt;
  color: #FFF;
  font-weight: 600;
  margin: 20px 0 50px 0;
}
.h1-blauw {
  text-align: center;
  margin-top: 100px;
}
.h2-blauw {
  padding: 20px 20px 20px 20px;
}
p {
  margin: 0 0 21px;
}
.p-wit {
  color: #fff;
  font-size: 17px;
}
.p-blauw {
  max-width: 640px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
#page1 {
  position: relative;
  overflow-x: hidden;
}
#page2 {
  height: 750px;
}
.button {
  border: 0 none;
  cursor: pointer;
  background-position: left -1px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.button:hover {
  background-position: left bottom;
}
.default-button {
  background-position: center center;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.img-frame {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
}
.element-hidden {
  display: none;
}
.clearer {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  background-color: transparent;
  border: 0 solid black;
}
table {
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
  padding: 0;
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 981px;
}
.contentarea a:hover {
  text-decoration: underline;
}
.test {
  bottom: 125px;
  margin-left: -20px;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -moz-animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
.background-wrap {
  background-image: url('/files/images/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 850px;
}
.background-wrap-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #40bdf7;
  background-color: rgba(64,189,247,0.3);
}
.background-wrap-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  position: relative;
  z-index: 0;
}
.background-wrap-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.background-arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 3%;
  background-color: #FFF;
}
.background-arrow:before,
.background-arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}
.background-arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.background-arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.logo {
  padding: 20px;
  text-align: center;
  color: #40bdf7;
  vertical-align: middle;
}
.logo-block {
  display: block;
  float: left;
  width: 245px;
  height: 85px;
  background-color: #FFF;
  text-align: center;
}
.call {
  display: table-cell;
  font-family: 'Hind', sans-serif;
  font-weight: lighter;
  font-size: 30px;
  text-align: center;
  color: #40bdf7;
  vertical-align: middle;
}
.call-block {
  display: table;
  float: right;
  width: 260px;
  height: 85px;
  background-color: #FFF;
}
.block1-wrap {
  float: left;
  width: 560px;
  margin-top: 160px;
  padding: 20px;
  overflow: hidden;
}
.block2-wrap {
  display: block;
  float: right;
  width: 260px;
  background-color: #FFF;
  margin-top: 160px;
  padding-bottom: 10px;
}
.block2-wrap-succes {
  padding: 20px;
}
.phone1 {
  margin-right: 14px;
  float: left;
}
.informatie-opvragen {
  margin-left: 358px;
}
label {
  width: 4em;
  display: block;
}
.submit {
  width: 220px;
}
.info-form-status {
  position: relative;
  vertical-align: top;
  width: 460px;
  height: 35px;
  padding: 0;
  font-size: 16px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  background: #363636;
  border: 0;
  cursor: pointer;
}
.submit input {
  float: right;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 16px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  background: #363636;
  border: 0;
  cursor: pointer;
}
input {
  width: 220px;
  height: 35px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 16px;
}
form {
  padding: 0 20px 20px 20px;
}
.afspraak-tekst-blauw {
  font-weight: bold;
  color: #40bdf7;
}
.afspraak-text-wrap {
  padding: 20px;
}
.info-form {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.inputfield-1 {
  display: inline-block;
  max-width: 220px;
  padding: 10px;
}
.inputfield-2 {
  display: inline-block;
  width: 220px;
  padding: 10px;
}
.contact-form-wrap {
  width: 100%;
  margin: 0;
}
.arrow {
  display: block;
  margin-left: 40%;
  margin-right: auto;
}
#carousel {
  width: 550px;
}
.carousel-block-i {
  float: left;
  width: 560px;
  margin-top: 160px;
  padding: 20px;
  overflow: hidden;
}
.carousel-block-i-img {
  margin-right: 20px;
  float: left;
}
.carousel-block-text {
  margin-right: 20px;
  float: left;
}
.footer {
  height: 10px;
  width: auto;
  background-color: #40bdf7;
}
@media (max-width: 800px) {
  .block1-content,
  .block1-img {
    width: 50% !important;
  }
}
@font-face {
  font-family: 'Secure-it';
  src: url('/files/fonts/Secure-IT/Secure-it.eot?b8t9yq');
  src: url('/files/fonts/Secure-IT/Secure-it.eot?b8t9yq#iefix') format('embedded-opentype'), url('/files/fonts/Secure-IT/Secure-it.ttf?b8t9yq') format('truetype'), url('/files/fonts/Secure-IT/Secure-it.woff?b8t9yq') format('woff'), url('/files/fonts/Secure-IT/Secure-it.svg?b8t9yq#Secure-it') format('svg');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.si-open-left,
.si-open-right {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.si-open-left:hover,
.si-open-left:focus,
.si-open-right:hover,
.si-open-right:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.si-open-left:hover:before,
.si-open-left:focus:before,
.si-open-right:hover:before,
.si-open-right:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.si-open-right:before {
  font-family: "Secure-it";
  font-size: 42px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.si-open-left {
  left: -25px;
}
[dir="rtl"] .si-open-left {
  left: auto;
  right: -25px;
}
.si-open-left:before {
  content: "\a0005";
}
[dir="rtl"] .si-open-right:before {
  content: "\a0006";
}
.si-open-right {
  right: -25px;
}
[dir="rtl"] .si-open-right {
  left: -25px;
  right: auto;
}
.si-open-right:before {
  content: "\a0006";
}
[dir="rtl"] .si-open-left:before {
  content: "\a0005";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  padding: 0;
  width: 100%;
  margin-left: 65px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: white;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
  background-color: #FFF;
}
.slick-next,
.slick-prev {
  background-color: transparent;
  border: none;
  color: transparent;
}
.slick-next:after,
.slick-prev:after {
  color: #FFF;
  font-size: 25px;
}
.slick-dots li button:before {
  color: transparent;
  font-size: 50px;
  opacity: 1;
}
.block1-img,
.block1-content {
  display: inline-block;
  float: left;
}
.block1-content {
  width: 250px;
}
