@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

@font-face {
	font-family: 'hurme_black';
	src: url('/fonts/hurmegeometricsans1_black-webfont.woff2') format('woff2'),
	url('/fonts/hurmegeometricsans1_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hurme_bold';
	src: url('/fonts/hurmegeometricsans1_bold-webfont.woff2') format('woff2'),
	url('/fonts/hurmegeometricsans1_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hurme_light';
	src: url('/fonts/hurmegeometricsans1_light-webfont.woff2') format('woff2'),
	url('/fonts/hurmegeometricsans1_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hurme_regular';
	src: url('/fonts/hurmegeometricsans1-webfont.woff2') format('woff2'),
	url('/fonts/hurmegeometricsans1-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'hurme_regular', sans-serif;
}

.translateButtons{
  text-decoration: none;
}
/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.lang {
  background-color: #fff;
  border: none;
  margin-left: 25px;
  color: #000;
  font-size: 1.2em;
  font-weight: 200;
  padding: 5px 0;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 30px;
  border-left: 1px solid #C2C2C2;
  padding-left: 25px;
}

.PL_Wrapper h2 {
  color: #fbbe00;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-family: 'hurme_bold', sans-serif;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #3d3d3f;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: #FBBE00;
  color: #3d3d3f;
}
/* Einde Cookie Melding */
/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 2em;
  color: #FBBE00;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FBBE00;
  font-size: 15px;
  margin: 10px 0;
}

.positionTranslateButtonsMobile{
  display:none;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #FBBE00;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #FBBE00;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #FBBE00;
  font-weight: 200;
  color: white;
  margin-top: 20px;
}

/* Einde Bevestiging*/

/* Navigatie */

.navigatie {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 10px;
  flex-wrap:wrap;
}

.navigatie .logo {
  width: 250px;
}

.navigatie > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.navigatie div a {
  color: #3D3D3F;
  margin-left: 30px;
  line-height: 54px;
}

.specialbutton {
  padding: 10px 25px;
  background-color: #FBBE00;
  border-radius: 12px;
  cursor: pointer;
  color: white;
  margin-left: 30px;
  font-family: 'hurme_bold', sans-serif;
  margin-right: 16px;
}

.res_links {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 7px 0;
  background-color: #FBBE00;
}

.res_links a {
  font-size: .9em;
  margin: 0 10px;
  color: #fff;
}

/* Einde Navigatie */


/* Home Slider */
.home_slide_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.2);
}

.home_slider article {
  position: relative;
}

.home_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  background-color: #d4d4d4;
  border-radius: 100px;
}

.home_slider .slick-dots .slick-active {
  background-color: #353535;
}

.home_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  background-color: rgba(0,0,0,.7);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  border-radius: 200px;
  color: white;
  transform: translateY(-50%);
}

.home_slider .slick-next {
  right: 10px;
  left: initial;
}

.home_slider article img {
  width: 100%;
}

.slider_bol {
  width: 250px;
  height: 250px;
  font-family: 'hurme_black', sans-serif;
  font-size: 2.1em;
  display: flex;
  line-height: 150%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FBBE00;
  text-align: center;
  color: white;
  cursor: pointer;
  transform: rotate(10deg);
  border-radius: 200px;
  margin-top: 100px;
  animation: fadein 2s;
}

@keyframes fadein {
  0% {
    transform: scale(0) rotate(0deg);
  }
  80% {
    transform: scale(0) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(10deg);
  }
}


.sma {
  display: none !important;
}

.med {
  display: none !important;
}

.home_slide_content {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  opacity: 0;
  z-index: 2;
  transition: all 2s;
}

.home_slide_content h2 {
  font-size: 3.2em;
  font-family: 'hurme_bold', sans-serif;
  max-width: 800px;
  color: #fff;
  line-height: 120%;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
}

.home_slide_content h3 {
  margin: 25px 0;
  color: #fff;
  font-size: 1.6em;
}

.mainbutton {
  padding: 10px 25px;
  background-color: #FBBE00;
  border-radius: 12px;
  cursor: pointer;
  color: white;
  font-family: 'hurme_bold', sans-serif;
}

/* Einde Home Slider */

/* Page Header */

.page_header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 70px;
  min-height: 80vh;
}

.page_header h1 {
  color: #343534;
  font-family: 'hurme_bold', sans-serif;
  font-size: 2.8em;
  margin-bottom: 15px;
}

.page_header div {
  font-size: 2.255em;
  text-align: center;
  line-height: 150%;
  color: #878787;
  max-width: 1000px;
}

.page_header article {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(10deg);
  background-color: #FDB728;
  border-radius: 200px;
  font-size: 1.1em;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  transition: all .3s;
}

.page_header article:hover {
  transform: rotate(10deg) scale(1.2);
}

/* Einde Page Header */

/* Profiling */

.profiling {
  width: 100%;
  padding: 60px 0;
  background-color: #eeede4;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.profiling>h2 {
  color: #343534;
  font-family: 'hurme_bold', sans-serif;
  text-align: center;
  font-size: 2.5em;
  width: 100%;
  margin-bottom: 20px;
}

.profiling>h3 {
  color: #343534;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'hurme_bold', sans-serif;
}

.profiling_items {
  width: 100%;
  max-width: 2000px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profiling_items article {
  width: 33.33%;
}

.profiling_items article .image {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 200px;
  overflow: hidden;
}

.profiling_items article img {
  width: 100%;
}

.profiling_items article h3 {
  font-size: .8em;
  text-transform: uppercase;
  color: #3D3D3F;
  padding: 0 30px;
  padding-top: 25px;
  padding-bottom: 0px;
  text-align: center;
}

.profiling_items article h2 {
  font-size: 1.6em;
  font-family: 'hurme_bold', sans-serif;
  color: #343534;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 10px;
}

.profiling_items_tekst {
  line-height: 150%;
  padding: 0 30px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 1.3em;
  color: #3D3D3F;
}

.profiling_items .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.profiling_items .slick-dots li {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: white;
  border-radius: 200px;
  margin: 0 5px;
}

.profiling_items .slick-dots button {
  display: none;
}

.profiling_items .slick-dots .slick-active {
  background-color: #272727 !important;
}

/* Einde Profiling*/

/* Referentie Slider */

.referenties_slider  {
  width: 100%;
  position: relative;
  margin: 0 0;
}

.hiddenarticles {
  opacity: 0;
  transition: all 1s;
  transform: translateY(70px);
}

.referenties_slider article>div {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.referenties_slider_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(58,58,58,.17)
}

.referenties_slider article img {
  position: relative;
  z-index: 0;
  width: 100%;
}


.referentie_slider_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.referentie_slider_content h3 {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  font-size: 3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 640px;
  font-family: 'hurme_bold', sans-serif;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
}

.referentie_slider_content h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
}

.referentie_slider_content>a {
  display: inline-block;
  background-color: transparent;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.1em;
  transition: all .3s;
  border: 2px solid #fff;
  cursor: pointer;
}

.referentie_slider_content>a:hover {
  color: #353535;
  background-color: #fff;
}

.referenties_slider .slick-active .referentie_calltoaction {
  animation-name: ak;
  animation-duration: 1.5s;
}

@keyframes ak {
  0%   {
    transform: scale(1);
  }
  50%  {
    transform: scale(1);
    background-color: #FDB728;
    border: 2px solid #FDB728;
    color: black;
  }
  75% {
    transform: scale(1.3);
    background-color: #EA4520;
    border: 2px solid #EA4520;
    color: white;
  }
  100% {
    transform: scale(1);
    background-color: #FDB728;
    border: 2px solid #FDB728;
    color: black;
  }
}

.referenties_slider .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 200px;
  width: 68px;
  height: 68px;
  z-index: 3;
  color: 000;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FEE2A9;
  border: none;
}

.referenties_slider .slick-next {
  right: 20px;
  left: initial;
}

.referenties_slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.referenties_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 200px;
  background-color: white;
  cursor: pointer;
}

.referenties_slider .slick-dots li button {
  display: none;
}

.referenties_slider .slick-dots  .slick-active {
  background-color: #FEE2A9;
}

.referentie_calltoaction {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 200px;
  padding: 15px 35px;
  background-color: #FDB728;
  border: 2px solid #FDB728;
  color: #000;
  z-index: 2;
  font-weight: 700;
  transition: all .3s;
  cursor: pointer;
}

.referentie_calltoaction:hover {
  background-color: transparent;
  color: #FDB728;
}

/* Einde Referentie Slider */

.brochure_image {
  width: 100%;
  margin-top: 20px;
}

.referentie_detail>img {
  width: 100%;
}

.referentie_detail_ak {
  display: flex;
  justify-content: center;
}

.referentie_detail_ak img {
  width: 70%;
}

.referentie_detail_ak div {
  background-color: #FDB728;
  color: #000;
  width: 30%;
  padding: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.referentie_detail_ak div span {
  font-size: 4.5em;
  font-weight: 700;
  font-family: 'hurme_bold', sans-serif;
}

.referentie_detail_ak div a {
  font-size: 1.2em;
  cursor: pointer;
  padding: 15px 30px;
  background-color: white;
  color: #000;
  border-radius: 200px;
  margin-top: 30px;
  font-weight: 700;
  display: inline-block;
}

.referentie_content {
  width: 100%;
  max-width: 1600px;
  background-color: white;
  border: 2px solid #f2f2f2;
  padding: 50px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.referentie_top {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;

}

.referentie_top h1 {
  font-size: 2em;
  font-family: 'hurme_bold', sans-serif;
}

.referentie_top a {
  background-color: #FDB728;
  padding: 10px 30px;
  border-radius: 200px;
  color: #000;
  font-family: 'hurme_bold', sans-serif;
}

.referentie_intro {
  width: 100%;
  font-size: 1.2em;
  line-height: 150%;
  color: #878787;
  margin-top: 20px;
}

.referentie_intro p {
  margin-bottom: 20px;
}

.referentie_intro strong, .referentie_intro b {
  font-family: 'hurme_bold', sans-serif;
  color: #353535;
}

.referentie_other {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 50px;
}

.subtt {
  font-size: 2em;
  font-family: 'hurme_bold', sans-serif;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.referentie_other article {
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}


.referentie_other article div {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.referentie_other article div h2 {
  font-size: 2em;
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-family: 'hurme_bold', sans-serif;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
}

.referentie_other article div a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 2px solid white;
  font-family: 'hurme_bold', sans-serif;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
  color: white;
}

.referentie_other article:nth-child(3n) {
  margin-right: 0;
}

.referentie_other article img {
  width: 100%;
}

.refa {
  position: absolute;
  left: 45px;
  bottom: -18px;
  background-color: #FDB728;
  padding: 10px 30px;
  border-radius: 200px;
  color: #000;
  font-family: 'hurme_bold', sans-serif;
}

/* Home Steps */

.home_steps {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  padding-bottom: 70px;
}

.home_steps article {
  width: 32.33%;
  margin: .5%;
  padding: 40px 20px;
  position: relative;
  border: 5px solid #FBBE00;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  transition: all .8s;
  cursor: pointer;
}

.home_steps article:hover {
  transform: translateY(-10px);
}

.home_steps article h3 {
  font-family: 'hurme_bold', sans-serif;
  color: #FBBE00;
  font-size: 3em;
  margin-right: 20px;
  line-height: 80%;
}

.home_steps article h2 {
  font-size: 1.3em;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #343534;
  font-family: 'hurme_black', sans-serif;
}

/* Einde Home Steps */


/* Footer */

.footer_steps {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px dotted rgba(255,255,255,0.15);
}

.footer_step {
  border: 1px solid transparent;
  padding: 30px;
  width: 25%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.footer_step i {
  font-size: 2.5em;
  margin-right: 20px;
  color: #FDB728;
}

.footer_step p {
  color: #353537;
  font-size: 1.3em;
  line-height: 150%;
}

.active_step {
  border: 1px solid #353537;
}

.active_step:after {
  width: 1px;
  height: 50px;
  background-color: #353537;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 80%);
  content: '';
}


.footersplit {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}

.footersplit>div h3 {
  color: #3D3D3F;
  font-size: 1.6em;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: 'hurme_bold', sans-serif;
}

.footersplit>div div {
  line-height: 150%;
  color: #959595;
  font-size: 1.4em;
}

.footersplit>div {
  width: 500px;
  margin-right: 50px;
}

footer {
  background-color: #F3F4F5;
  min-height: 100%;
  width: 100%;
  padding: 50px 10px;
}

footer>h2 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: 'hurme_black', sans-serif;
  font-size: 3em;
  margin-bottom: 80px;
  max-width: 700px;
  color: #000;
}

footer form {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 50px;
  border-left: 1px solid #DEDEDE;
  margin-bottom: 50px;
}

footer form .labelform {
  line-height: 150%;
  color: #959595;
  font-size: 1.4em;
}

footer form #EmailInput {
  width: 100%;
}

footer form #PostInput, footer form #PostInput {
  width: 49%;
}

footer form input[type=email], footer form input[type=text], footer form textarea, footer form select {
  width: 100%;
  border: none;
  background-color: #e8ecf1;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: 'hurme_regular', sans-serif;
  border-radius: 10px;
}

footer form textarea {
  height: 150px;
}

footer form select {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(/images/select.png);
}

footer .privholder {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

footer form input[type=submit] {
  padding: 12px 60px;
  background-color: #FBBE00;
  color: #fff;
  border: none;
  font-size: 1.4em;
  border-radius: 200px;
  font-family: 'hurme_bold', sans-serif;
}

.film {
  width: 100%;
  margin-top: 20px;
}

.film > div {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.film video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.social_split {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  padding-top: 30px;
}

.socials {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.socials > h2 {
  color: #575756;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.socials > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.socials > div a {
  width: 40px;
  height: 40px;
  background-color: #FBBE00;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
}

.partners {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.partners img {
  height: 60px;
  margin-left: 30px;
  height: 71px;
  margin-left: 55px;
}

.partners a:nth-of-type(3) img {
  height: 50px;
}



/* Einde Footer */


.gototop {
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: -100px;
  bottom: 15px;
  color: #000;
  font-size: 2.6em;
  opacity: .8;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200;
  border: none;
}


/* Blokken */

.blokken {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.blokken article img {
  width: 100%;
}

.blokken .textholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,0%);
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  transition: all 1s;
  opacity: 0;
  padding-top: 100px;
}

.blokken .textholder > div {
  max-width: 960px;
}

.blokken .textholder h2 {
  font-size: 3em;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
  font-family: 'hurme_bold', sans-serif;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.blokken .textholder h3 {
  line-height: 150%;
  color: #fff;
  font-weight: 700;
  font-size: 1.6em;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.24);
}

.revealthis {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.logo_holder {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -80px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
  background-color: white;
}

.logo_holder a {
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.logo_holder img {
  width: 100%;
  max-width: 300px;
}

.boll {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-family: 'hurme_bold', sans-serif;
  border-radius: 200px;
}

.tlbol {
  left: 20px;
  top: 20px;
  transform: rotate(-10deg);
}

.trbol {
  right: 20px;
  top: 20px;
  transform: rotate(10deg);
}

.blbol {
  left: 20px;
  bottom: 20px;
  transform: rotate(-10deg);
}

.brbol {
  right: 20px;
  bottom: 20px;
  transform: rotate(10deg);
}

/* Einde Blokken */

/* uitlijningen */
.topcontent {
  justify-content: flex-start;
}

.centcontent {
  justify-content: center;
}

.bottomcontent {
  justify-content: flex-end;
}

.centercontent {
  -ms-align-items: center;
  align-items: center;
}

.centercontent h2, .centercontent h3 {
  text-align: center;
}

.rightcontent {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.rightcontent h2, .rightcontent h3 {
  text-align: right;
}

.leftcontent {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.leftcontent .contentlink {
  justify-content: flex-start;
}

.centercontent .contentlink {
 justify-content: center;
}

.rightcontent .contentlink {
  justify-content: flex-end;
}

.leftcontent h2, .leftcontent h3 {
  text-align: left;
}
/* einde uitlijningen */


/* Home AK */

.home_ak {
  width: 100%;
  position: relative;
  margin: 30px 0;
}

.home_ak img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.home_ak_content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  max-width: 1700px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.home_ak div h2 {
  font-size: 2.5em;
  font-family: 'hurme_bold', sans-serif;
  color: #fff;
  max-width: 1600px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
}

.home_ak div p {
  padding: 10px 25px;
  background-color: #FBBE00;
  border-radius: 12px;
  color: white;
  font-size: 1.1em;
  margin-top: 5px;
  margin-right: 20px;
  font-family: 'hurme_bold', sans-serif;
}

/* Einde Home AK */

/* Effects */

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

/* Einde Effects */


#content-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#353535; 
  font-size:1.6em; 
  font-weight:bold; 
  margin-bottom: 1em;
  font-weight: 700;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #FBBE00;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #272727;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #FBBE00;
  color: white;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

.logoZplus{
  height: 101px!important;
}

/* Media Query's */

@media screen and (max-width: 1550px) {

  .home_slide_content {
    width: calc(100% - 150px);
  }

  .referentie_detail_ak div span {
    font-size: 3em;
  }
}

@media screen and (max-width: 1400px) {
  .slider_bol {
    font-size: 1.05em;
    width: 130px;
    max-width: 130px;
    height: 130px;
    max-height: 130px;
    margin-top: 0;
  }

  .home_slide_content h2 {
    font-size: 2.5em;
  }

  .home_slide_content h3 {
    font-size: 1em;
  }

  .big {
    display: none !important;
  }

  .med {
    display: block !important;
  }
}

@media screen and (max-width: 1350px) {
  .home_steps {
    flex-wrap: wrap;
  }

  .home_steps article {
    width: 49%;
    padding: 10px 10px;
    border: 4px solid #f3f3f3;
    margin-bottom: 5px;
  }

  .home_steps article h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }

  .home_steps article h2 {
    font-size: 1.1em;
  }

  .referentie_other article {
    width: 48%;
    margin: 1%;
  }
}

@media screen and (max-width: 1200px) {
  .home_ak div h2 {
    font-size: 1.8em;
    line-height: 150%;
  }
}



@media screen and (max-width: 1150px) {
  .profiling_items article {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .slider_bol {
    position: relative;
    min-width: 130px;
    min-height: 130px;
  }

  .slider_bol span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1050px) {


  .imageholder .vier {
    display: block !important;
  }

  .imageholder .lang {
    display: none !important;
  }


  .blokken .textholder {
    width: 100%;
    order: 2;
  }

  .referentie_detail_ak div {
    width: 100%;
  }

  .referentie_detail_ak img {
    width: 100%;
  }

  .referentie_detail_ak {
    flex-wrap: wrap;
  }

  .footer_steps {
    flex-wrap: wrap;
  }

  .footer_step {
    width: 48%;
  }

  .active_step:after {
    display: none;
  }

  .partners img {
    height: 40px;
  }
  .logoZplus {
    height: 60px !important;
  }
}


@media screen and (max-width: 1000px) {
  .med {
    display: none !important;
  }

  .sma {
    display: block !important;
  }

  .footer_step {
    width: 49%;
  }

  .blokken .textholder h2 {
    font-size: 2em;
  }
  .blokken .textholder{
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media screen and (max-width: 950px) {
  .footersplit {
    flex-wrap: wrap;
  }
  footer form {
    padding-left: 0;
    border-left: none;
    padding: 15px;
  }

  footer>h2 {
    margin-bottom: 20px;
  }

  .footersplit>div {
    width: 100%;
    text-align: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    margin-right: 0;
    padding: 10px;
  }

  .page_header div {
    font-size: 1.5em;
    padding: 10px;
  }

  .referentie_content {
    margin: 0;
    padding: 20px;
    margin-bottom: 30px;
  }

  .referenties_slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}


@media screen and (max-width: 820px) {
  .res_links {
    display: flex;
  }
  

  .navigatie {
    padding-top: 40px;
  }

  .navigatie .logo {
    width: 140px;
  }
  .specialbutton {
    margin-top: 10px;
  }
  .navigatie div a {
    display: none;
  }

  .home_slide_content{
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .home_slide_content>div{
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .home_slide_content h2, .home_slide_content h3 {
    text-align: center;
  }

  .slider_bol {
    display: none;
  }

  .home_ak_content {
    position: relative;
    left: initial;
    bottom: initial;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transform: none;
    flex-direction: column;
  }

  .home_ak div h2 {
    color: #353535;
    text-shadow: none;
    font-size: 1.3em;
    text-align: center;
  }

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken .textholder {
    padding: 20px;
    justify-content: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    position: relative;
    transform: none !important;
    left: initial;
    top: initial;
  }

  .blokken .textholder h2 {
    color: #353535;
    text-align: center;
    text-shadow: none;
  }

  .blokken .textholder h3 {
    font-size: 1.1em;
    color: #353535;
    text-align: center;
    text-shadow: none;
  }

  .referentie_calltoaction {
    display: none;
  }

  .page_header {
    min-height: 65vh;
  }
  .positionTranslateButtons{
    display:none;
  }
  .positionTranslateButtonsMobile{
    display:block;
    position: absolute;
    right: 147px;
    top: 65px;

  }
}

@media screen and (max-width: 750px) {
  .referentie_slider_content h2 {
    font-size: 1.5em;
  }

  footer>h2 {
    font-size: 2em;
  }

  footer form #PostInput, footer form #PostInput {
    width: 100%;
  }

  .social_split {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .socials {
    margin-bottom: 20px;
  }

  footer {
    padding: 20px 0;
  }

  .home_slide_content {
    width: 100%;
  }

  .home_slide_content h2 {
    color: black !important;
  }

  .home_slider article img {
    opacity: .7;
  }

  .referentie_other article {
    width: 98%;
    margin: 1%;
  }

  .referentie_detail_ak div span {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 700px) {
  .home_steps article {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 99%;
  }

  .home_steps article h3 {
    margin-right: 0;
  }

  .home_slide_content h2 {
    font-size: 1.5em;
  }

  .home_slide_content h3 {
    margin: 10px 0;
  }

  .profiling_items article h3, .profiling_items article h2, .profiling_items_tekst {
    padding: 0 15px;
  }

  .profiling_items article h3 {
    padding-top: 25px;
  }

}

@media screen and (max-width: 650px) {
  .profiling_items article {
    width: 100%;
  }

  .page_header article {
    display: none;
  }
  
}


@media screen and (max-width: 600px) {


  .PL_Wrapper {
    right: 10px;
  }

  .blokken .textholder h2 {
    font-size: 1.5em;
  }

  .partners {
    flex-wrap: wrap;
  }

  .partners img {
    margin-left: 0;
    margin: 10px;
  }

  .partners a:nth-of-type(3) img {
    margin-left: 30px;
  }

  .footer_step {
    width: 85%;
  }

}

@media screen and (max-width: 550px) {
  footer form input[type=submit] {
    width: 100%;
  }

  footer .privholder {
    flex-wrap: wrap;
  }

  .profiling_items_tekst {
    font-size: 1em;
  }

  .footersplit>div h3 {
    font-size: 1.4em;
  }

  .footersplit>div div {
    font-size: 1em;
  }
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .mainbutton {
    display: none;
  }

  .home_slide_content h2 {
    color: white;
    text-shadow: 0 0 15px rgba(0,0,0,0.15);
  }

  .home_slide_content h3 {
    display: none;
  }

  .referentie_slider_content h2 {
    font-size: 1em;
    padding: 5px;
  }

  .inschrijven_popup {
    right: 10px!important;
    left: 10px;
    display: block;
  }

  .inschrijven_popup img {
    display: none;
  }

  .inschrijven_popup>div:first-of-type {
    width: 100%;
  }


}