@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;}

* {
  -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%;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.positionTranslateButtons{
  position: absolute;
  right: 2.6%;
  top: 1.6%;
}
.translateButtons{
  text-decoration: none;
}

.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: #1E76E8;
  font-size: 2.2em;
  opacity: .8;
  cursor: pointer;
  transition: all .3s;
}

/* Header */

.navigatie {
  width: 100%;
  max-width: 1600px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  z-index: 5;
}

.navigatie_right {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  height: 100px;
}

.navigatie_right nav {
  padding: 0 10px;
}

.navigatie_top {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: center;
}
.navigatie_top div.bs {
  display: block !important;
}

.navigatie_top div.ks {
  display: none !important;
}
.navigatie_top>div {
  padding: 13px 15px;
  font-size: .9em;
  position: relative;
  background-color: #F6F6F6;
}
.navigatie_top>div a {
  color: #A9A9A9;
  transition: all .3s;
  border-right: #EBEBEB 2px solid;
  padding: 0 10px;
}

.navigatie_top>div a:hover {
  color: #E94E1B;
}

.navigatie_top>div a:first-of-type {


}
.navigatie_top>div a:last-of-type {
  border-right: none;
  padding-right: 0px;
}
.navigatie_top>div a i {
  margin-right: 10px;
  font-size: 1.1em;
}

.navigatie_top>div img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}


.navigatie_top>a {
  color: #A9A9A9;
  font-size: 1em;
  margin: 1px;
}

.navigatie_top>a:last-of-type {
  margin-right: 40px;
}

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

.navigatie nav>ul>li {
  padding: 18px 0 0 0;
  margin: 10px 35px;
  font-weight: 700;
  padding-bottom: 30px;
}

.navigatie nav>ul>li:last-of-type {
  margin-right: 0;
}

.navigatie nav>ul>li a {
  color: #3C3C3B;
}

.subnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 2;
  transition: all .5s;
  background-color: #F5F5F5;
  bottom: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition-delay:.5s;
}

.closesub {
  bottom: 100% !important;
}

.close_subnav {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: all .3s;
  background-color: white;
  -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);
}

.close_subnav:hover {
  background-color: #F05A28;
  color: white;
}


.navigatie nav>ul li.enable-subnav:hover .subnav {
  bottom: 0;
}

.forceclose {
  bottom: 100% !important;
}

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

.subnav>div>div:first-of-type {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 50px;
  border-right: #ECECEC 2px solid;
}

.subnav>div>div:first-of-type a {
  font-size: 2em;
  padding: 15px 0;
  color: #DDDDDD;
  transition: all .3s;
}

.subnav>div>div:first-of-type a:hover {
  color: #262626;
}

.subnav>div>div:first-of-type .activeSub {
  color: #1E76E8;
}

.subnav>div>div:last-of-type {
  padding-left: 50px;
  width: 100%;
}

.link_menu {
  margin-top: 20px;
  background-color: #1E76E8;
  color: white !important;
  padding: 10px 30px;
  display: inline-block;
}

.link_menu i {
  margin-left: 10px;
}

.subnav>div>div:last-of-type article {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.subnav>div>div:last-of-type article a {
  color: #6B6B6B;
  padding: 15px 0;
}

.menu_quote {
  font-size: 2.2em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 160%;
  max-width: 800px;
  margin-bottom: 30px;
}

.menu_quote strong {
  color: #3C3C3B;
}

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

.menu_images img {
  width: 23%;
  margin: 1%;
}

.navigatie .active {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(/images/active_link.png);
}

.navigatie .active>a {
  color: #1E76E8;
}

.logo {
  height: 70px;
  margin: 5px;
}

.logoFooter{
  height: 52px;
}

.logoFooterNl{
  height: 47px;
}

.resp_logo {
  display: none;
}

/* Einde Header */

.esf_banner {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 10px;
}

.esf_more {
  padding: 20px 0;
  color: #1E76E8;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
}

.esf_banner>div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.esf_banner h2 {
  font-weight: 700;
  text-align: center;
  line-height: 150%;
  font-size: 1.5em;
}

.esf_banner img {
  width: 95%;
  max-width: 500px;
}

.esf_tekst {
  color: #838383;
  font-size: 1.1em;
  padding: 30px 10px;
  text-align: center;
  line-height: 150%;
  padding-top: 0;
  display: none;
}

/* ESF Banner */
/* Einde ESF Banner */

/* Job Alert */
.job_alert_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.job_alert_form .finish {
  background-color: #1E76E8;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  border: none;
  padding: 15px;
  display: inline-block;
}

.job_alert_form h2 {
  width: 100%;
  font-size: 1.4em;
  font-weight: 700;
  color: #1E76E8;
  margin-bottom: 15px;
}

.job_alert_form input[type=text], .job_alert_form input[type=email], .job_alert_form select, .job_alert_form textarea {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  padding: 12px; 
  color: #353535;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

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

.job_alert_form input[type=submit] {
  width: 100%;
  background-color: #1E76E8;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  border: none;
  padding: 15px;
}

.halfw {
  width: 49%;
}

.fullw {
  width: 100%;
}

.checkbox-group {
  width: 100%;
  margin-bottom: 15px;
}

.checkbox-group h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1E76E8;
}

/* Einde Job Alert */

/* Downloads */

.document_group {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.document_group>div {
  width: 100%;
}

.document_group>div>h2 {
  width: 80%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.document_group>div>h2 i{
  transition: all .3s;
  float: right;
  margin-right: 30px;
}

.document_group>div>h2.arrowUp i {
  transform: rotate(180deg);
}

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

.downloads article {
  width: 48%;
  margin: 1%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
  -moz-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
  box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
  padding: 20px;
}

.downloads article h2, .links article h2 {
  font-size: 1.1em;
  font-weight: 700;
  color: black;
  line-height: 150%;
  min-height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.downloads article>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.downloads article a {
  background-color: #1E76E8;
  color: white;
  font-weight: 700;
  padding: 13px 35px;
  transition: all .3s;
  white-space: nowrap;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(30,118,232,0.25);
  -moz-box-shadow: 0px 0px 22px 0px rgba(30,118,232,0.25);
  box-shadow: 0px 0px 22px 0px rgba(30,118,232,0.25);
  transition: all 0.8s ease;
  z-index: 100;
}

.downloads article a:hover {
  transform: scale(1.1) !important;
}

.downloads article {
  position: relative;
}
.downloads article:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.514);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}

/* Hover state - trigger effect */

.downloads article:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.8s ease-in-out;
	   -moz-transition: all 0.8s ease-in-out;
	        transition: all 0.8s ease-in-out;
}

/* Active state */

.downloads article:active:after {
  opacity: 0;
}

.dnl2 {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.downloads article a i {
  font-size: 1.3em;
}

.login_form {
  width: 90%;
  margin: auto;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login_form input[type="password"], input[type="text"] {
  width: 35%;
  border: 2px solid #f4f4f4;
  background-color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #9fa6b5;
}

.login_form input[type="submit"] {
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #1E76E8;
  font-weight: 700;
  color: #1E76E8;
  font-size: 1.1em;
  transition: all .3s;
  font-family: 'Poppins', serif;
  align-self: center;
}

.login_form input[type="submit"]:hover {
  background-color: #1E76E8;
  color: #fff;
}

.errors {
  width: 35%;
  margin: auto;
  background-color: #F6F6F6;
  margin-bottom: 15px;
  list-style-type: none;
  padding: 10px;
  padding-top: 15px;
}

.errors li {
  padding-left: 30px;
  margin-bottom: 8px;
  color: #5F5F5F;
  font-size: .9em;
}

.errors i {
  color: red;
  margin-right: 15px;
}

/* Einde Downloads */

/* Tiles */

.tiles {
  width: 100%;
  max-width: 1800px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 40px;
}

.tiles article {
  width: 24%;
  margin: .5%;
  position: relative;
  overflow: hidden;
}

.tiles article:hover img {
  transform: scale(1.1);
}

.tiles article img {
  width: 100%;
  transition: all .8s;
}

.tiles article h2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 9px rgba(0,0,0,0.17);
  text-align: center;
  line-height: 150%;
  color: #fff;
  font-weight: 700;
  font-size: 1.7em;
  z-index: 3;
}

.tiles article .overlayer {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: .7;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.tiles article:hover .overlayer {
  opacity: 0;
}

.tiles article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

/* Einde Tiles */

/* Content */

.main_content {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 10px;
}

.main_content article {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.main_content article>h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #000;
}

.main_content_tekst {
  width: 100%;
  line-height: 180%;
  color: #828282;
  font-size: 1.2em;
}

.main_content_split h2, .main_content_tekst h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #E64B2B;
}

.filmpje {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.filmpje iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.main_content_split {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
} 

.main_content_split img {
  width: 50%;
}

.main_content_split div {
  width: 50%;
  padding: 20px;
  line-height: 180%;
  color: #828282;
  font-size: 1.2em;
}

.main_content_afbeelding {
  width: 100%;
}

.main_content_tweeafbeelding {
  width: 48%;
  margin: 1%;
}

.main_content_drieafbeelding {
  width: 31.33%;
  margin: 1%;
}

/* Einde Content */


/* Apply Steps */

.apply_steps {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.apply_steps article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  z-index: 1;
  min-height: 350px;
}

.activeStep .rounder {
  background-color: #1E76E8;
}

.rounder {
  position: absolute;
  left: -50px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.apply_line_res {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 10px;
  transform: translateX(-50%);
  background-color: #F4F2F6;
  border-radius: 200px;
  z-index: 0;
  display: none;
}

.apply_steps article>div {
  max-width: 500px;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 15px;
}
.apply_steps article div i {
  font-size: 3em;
  margin-bottom: 10px;
  color: #1E76E8;
}

.apply_steps article div h2 {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.apply_steps article div h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #1E76E8;
  letter-spacing: 1px;
}

.apply_steps .tekstvak {
  color: #8e8e8e;
  font-size: 1.1em;
  line-height: 150%;
  display: none;
  text-align: center;
}


.apply_steps_line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-50%);
}

.apply_slides {
  width: 100%;
  transition: all 1s;
}

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

.apply_slides .slick-arrow i {
  font-size: 1em;
  color: white;
  margin-bottom: initial;
}

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

/* Einde Apply Steps */


/* Page Banner */

.page_banner {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.page_banner .pags {
  display: none;
}

.page_banner .pagm {
  display: none;
}

.page_banner img {
  width: 100%;
}

.page_banner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.9em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
}

/* Einde Page Banner */

/* Responsive Menu */
.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #1E76E8;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.winkelmandres {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.verlanglijstres {
  font-size: 1.2em;
  color: #fff;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 20px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg  {
  transform: rotate(0deg) !important;
} 

.navitem a {
  color: #3C3C3B;
  font-weight: 700;
  font-size: 1.3em;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #484848;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
  margin-right: 10px;
}
/* Einde Responsive Menu */


/* Getuigenissen */

.getuigenissen {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.getuigenissen article {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.getuigenis_filmpje {
  width: 50%;
}

.video_holder {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

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

.getuigenis_quote {
  width: 50%;
  padding: 30px;
}

.getuigenissen article:nth-child(even) .getuigenis_filmpje {
  order: 2;
}

.getuigenissen article:nth-child(even) .getuigenis_quote {
  order: 1;
}

.getuigenis_quote h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #E9431F;
  margin-bottom: 40px;
}


.getuigenis_quote div {
  font-size: 1.7em;
  font-weight: 700;
  font-style: italic;
  display: flex;
  position: relative;
}

.getuigenis_quote div i:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
}

.getuigenis_quote div i:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}

.getuigenis_quote div i {
  color: #E9431F;
  font-size: 1.5em;
  opacity: .5;
}

.getuigenis_quote div p {
  padding: 10px 55px;
  line-height: 180%;
  color: #5b5b5b;
}

/* Einde Getuigenissen */


/* Walkthrough */

.walkthrough {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
}

.walkthrough article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.walkthrough article>div  {
  height: 30vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.walkthrough article>div img {
  width: 55px;
  border-radius: 200px;
  margin: 0 5px;
}

.walkthrough article>div a {
  width: 55px;
  height: 55px;
  background-color: #1E76E8;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  border-radius: 200px;
  font-size: 1.1em;
}

.eenderde {
  width: 41.33%;
  margin-bottom: 1%;
  padding-right: 10px;
  color: #C0C0C0;
  font-weight: 700;
  font-size: 3em;
  line-height: 180%;
}

.eenderde strong {
  color: #515151;
}

.tweederde {
  width: 57.66%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 15px;
}

.eentweede {
  width: 50%;
  margin-bottom: 1%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 15px;
}

.eenvierde {
  width: 24%;
  margin-bottom: 1%;
}

/* Einde Walkthrough */


/* Blokken */

.blokken {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}

.blokken article img {
  width: 100%;
}

.blokken_img {
  width: 45%;
}

.blokken_small {
  display: none;
}

.blokken_content {
  width: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}

.blokken_content h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 700px;
}

.blokken_content h2 span {
  color: #1E76E8;
}

.blokken_content a {
  text-transform: uppercase;
  color: black;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}

.blokken_content div {
  line-height: 200%;
  color: #4D4D4D;
  font-size: 1.1em;
}

.blokken article:nth-child(even) .blokken_img {
  order: 2;
}

.blokken article:nth-child(even) .blokken_content {
  order: 1;
}

/* Einde Blokken */


/* Instagram Banner */

.insta {
  position: absolute;
  color: #5a5a5a;
  left: 50%;
  bottom: 0;
  font-size: 2em;
  transform: translate(-50%,50%);
}

.instaholder {
  padding: 60px 0;
  margin-bottom: 50px;
  margin-top: 30px;
  position: relative;
  background-color: #f9f9f9;
}

.insta-preview {
  max-width: 1630px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.insta-preview>h2 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}

.insta-preview>h2>div {
  height: 2px;
  margin: 0 20px;
  background-color: #dadada;
  width: 100px;
}

.insta-preview a {
  width: 18%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.insta-preview a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.insta-preview a>div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  height: 40px;
  color: white;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .9em;
}

.insta-preview a>div i {
  font-size: 1.3em;
  margin-right: 10px;
}

/* Einde Instagram Banner*/



/* Footer */

footer {
  background-image: url(/images/footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.inner_footer {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  padding: 50px 10px;
}

.inner_footer>div {
  width: 75%;
  min-width: 900px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

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

.inner_footer>div div h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #1E76E8;
  margin-bottom: 10px;
}

.inner_footer>div div a {
  color: #3C3C3B;
  padding: 10px 0;
}

.footer_overlay {
  background-color: #ffffff;
  opacity: .89;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.social_media {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.social_media a {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: #646464;
  color: #fff;
  font-size: 1.2em;
  margin: 0 10px;
}

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

.social_media>article {
  width: 100%;
  height: 3px;
  margin: 0 20px;
  background-color: #878787;
}

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

.disclaimer {
  background-color: #646464;
  padding: 10px;
  font-size: .9em;
}

.disclaimer>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: #D9D9D9;
}

.disclaimer>div span {
  margin: 0 15px;
  color: #4B4B4B;
}

.disclaimer div a {
  color: #D9D9D9;
}
/* Einde Footer */


/* Cookie Melding */
#cookiemelding {
  display:none;
}

.plenso_cookies {
  position: fixed;
  z-index: 9999;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 15px;
}

.plenso_cookies > div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #1E76E8;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde cookiemelding */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.page_header h1 {
  text-align: center;
  color: #000;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 150%;
  width: 100%;
}

.page_header h2 {
  font-size: 1.4em;
  line-height: 150%;
  font-weight: 700;
  color: #1E76E8;
  text-align: center;
  letter-spacing: 2px;
}

.page_header div {
  text-align: center;
  font-size: 1.2em;
  color: #5F5F5F;
  line-height: 200%;
  width: 100%;
}

.page_header div strong {
  color: #3C3C3B;
}

/* Einde Page Header */


/* Home Slider */

.home_header {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.home_header .video {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.home_header .video video {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

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

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

.home_header img {
  width: 100%;
}

.home_header article {
  position: relative;
}

.home_header article .header_content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%,-50%);
}

.home_header article .header_content h1 {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
  margin-bottom: 15px;
}

.home_header article .header_content h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
  margin-bottom: 5px;
}

.home_header article .header_content a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #1E76E8;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
}

.home_header article .ak {
  padding: 30px;
  max-width: 300px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-color: #353535;
}

.home_header article .ak h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: white;
  line-height: 140%;
}

.home_header article .ak a {
  display: inline-block;
  border-bottom: 3px solid white;
  padding: 7px 0;
  font-weight: 700;
  margin-top: 15px;
  color: white;
}

.home_slider {
  width: 100%;
  position: relative;
}

.medimage, .smaimage {
  display: none !important;
}

.home_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 1.4em;
  color: #fff;
  display: flex;
  background-color: transparent;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
}

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

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

.home_slider article > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  max-width: 1600px;
  padding: 10px;
  padding-bottom: 50px;
}

.home_slider article h2 {
  color: white;
  font-weight: 700;
  font-size: 3.7em;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
  max-width: 1000px;
  line-height: 140%;
  margin-bottom: 20px;
}

.home_slider article h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 140%;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.95);
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
  width: 100%;
  max-width: 800px;
}

.home_slider article a {
  background-color: #1E76E8;
  border: 3px solid #1E76E8;
  color: white;
  font-weight: 700;
  padding: 15px 30px;
  transition: all .3s;
}

.home_slider article a i {
  margin-left: 10px;
}

.home_slider article a:hover {
  color: #1E76E8;
  background-color: transparent;
}

/* Einde Home Slider */

/* Home Contact */

.small_contact {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #eef2f5;
  padding: 80px 10px;
}

.small_contact > div {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.small_contact > div > div {
  width: 35%;
}

.small_contact > div > div h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 10px;
}

.small_contact > div > div div {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 180%;
  color: #969696;
}

.small_contact form {
  width: 60%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.small_contact form input[type=text], 
.small_contact form input[type=email], 
.small_contact form textarea {
  width: 100%;
  font-size: 1.1em;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  border: none;
  background-color: white;
  margin-bottom: 10px;
}

.small_contact form textarea {
  height: 100px;
}

.small_contact input[type=submit] {
  padding: 8px 25px;
  background-color: #1E76E8;
  border: 2px solid #1E76E8;
  font-weight: 700;
  color: #fff;
  font-size: 1.1em;
  transition: all .3s;
  font-family: 'Poppins', serif;
}


.small_contact #NaamInput {
  width: 48%;
}


/* Einde Home Contact */


/* Power Titel */

.power_titel_holder {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 80px 20px;
}

.power_titel {
  font-size: 3em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
}

.power_titel strong {
  font-weight: 700;
  color: #3C3C3B;
}

/* Einde Power Titel */


/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.team {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.teambutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  margin-top: -20px;
}

.teambutton a {
  color: #1E76E8;
  font-weight: 700;
  padding: 10px 20px;
  transition: all .3s;
  border: 2px solid #1E76E8;
}

.teambutton a:hover {
  background-color: #1E76E8;
  color: white;
}

.team article {
  width: 18%;
  margin: 1%;
  padding: 10px;
  background-color: white;
}

.team article img {
  width: 100%;
  margin-bottom: 10px;
}

.team article h2 {
  width: 100%;
  font-size: .9em;
  text-align: center;
  background-color: white;
  padding: 5px;
} 

.radio_container {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.radio_container input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_container input:checked + .radio_checker {
  background-color: #94C11E;
  color: white;
}

.radio_container input:checked + .radio_checker i {
  display: block;
}

.radio_checker:hover {
  background-color: #94C11E;
  color: white;
}

.radio_checker {
  cursor: pointer;
  transition: all .3s;
  padding: 15px 30px;
  border-radius: 200px;
  font-size: .8em;
  font-weight: 700;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.form_changer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio_checker i {
  display: none;
  margin-right: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-50%);
  max-width: 1200px;
  -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);
}

.contact_info h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1E76E8;
}

.contact_info p {
  color: #4B4B4B;
  font-size: .9em;
  margin-top: 15px;
}

.contact_info a {
  padding-left: 30px;
  position: relative;
}

.contact_info a {
  color: #4B4B4B;
}

.contact_info a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} 

.contact_content {
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
  margin-top: -50px;
  -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);
}

.gegevens {
  width: 28%;
  margin-left: 2%;
  background-color: white;
}

.gegevens img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.gegevens>div {
  padding: 25px;
}

.gegevens div h2 {
  color: #98272B;
  font-size: 1.3em;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

.gegevens div div {
  font-size: .85em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #4B4B4B;
  line-height: 200%;
}

.gegevens div div p {
  width: inherit;
}

.contact_form_holder {
  width: 100%;
  padding: 35px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_form_holder div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_form_holder div>img {
  width: 28.8%;
  margin-left: 2.2%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 48%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  height: 300px;
  font-family: 'Poppins', serif;
}

.contact_form input[type=submit] {
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #1E76E8;
  font-weight: 700;
  color: #1E76E8;
  font-size: 1.1em;
  transition: all .3s;
  font-family: 'Poppins', serif;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled{
  opacity: 1;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: transparent;
  color: #1E76E8;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: #1E76E8;
  color: #fff;
}

#VoornaamCnt, #NaamCnt {
  width: 49%;
  margin-bottom: 2%;
}

#EmailCnt {
  width: 100%;
  margin-bottom: 2%;
}

#StraatCnt, #GemeenteCnt {
  width: 69%;
  margin-bottom: 2%;
}

#BusCnt, #PostcodeCnt {
  width: 29%;
  margin-bottom: 2%;
}

/* Einde Contact */

/* Business Units */
.business_units_header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.business_units_header img {
  width: 100%;
}

.business_units_header h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 3.1em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
}

.catlink {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 200px;
  font-weight: 700;
  padding: 10px 34px;
  color: white;
  border: 2px solid #1E76E8;
  transition: all .3s;
  background-color: #1E76E8;
  font-size: 1.2em;
}

.catlink:hover {
  background-color: transparent;
  color: #1E76E8;
}

/* Einde Business Units */


/* Doelgroep */
.doelgroep_overzicht {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

.bumstitel{
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 150%;
}

.doelgroep_overzicht article {
  padding: 20px;
}

.doelgroep_overzicht article>div {
  width: 100%;
  position: relative;
}

.doelgroep_overzicht article>div>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.doelgroep_overzicht article img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.09);
}

.doelgroep_overzicht_content {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px 15px;
  border: 2px solid #EFEFEF;
  z-index: 3;
  position: relative;
}

.doelgroep_overzicht_content h2 {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 15px;
}

.doelgroep_overzicht_content div {
  color: #888888;
  line-height: 180%;
}

.doelgroep_overzicht_content a {
  color: #878787;
  margin-top: 15px;
  font-weight: 700;

}

.doelgroep_overzicht_content a:hover i {
  margin-left: 20px;
}

.doelgroep_overzicht_content a i {
  font-size: 1em;
  margin-left: 10px;
  transition: all .3s;
}

.doelgroep_overzicht .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.doelgroep_overzicht .slick-dots li {
  margin: 3px;
  width: 10px;
  height: 10px;
  background-color: #efefef;
  border-radius: 100px;
}

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

.doelgroep_overzicht .slick-dots .slick-active {
  background-color: #353535 !important;
}

/* Einde Doelgroep */

/* Raster */
.raster {
  max-width: 1800px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 10px;
}

.rater_content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.raster_item {
  overflow: hidden;
  margin: .25%;
  position: relative;
}

.raster_item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.raster_item:hover img {
  transform: scale(1.1);
}

.raster_item img {
  transition: all 1s;
  width: 100%;
}

.raster_item h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  text-align: left;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.56);
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  z-index: 2;
}

.small_rasters {
  margin: .25%;
  width: 32.58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.small_rasters .raster_item {
  width: 100%;
  margin: 0 !important;
}

.raster_big {
  width: 65.66%;
}

.raster_small {
  width: 32.58%;
}

.raster_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
}
/* Einde Raster */


/* Vacature Overzicht */
.vacature_overzicht {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

.vacature_overzicht>h2 {
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
  padding: 25px;
  margin-top: 30px;
  text-align: center; 
}

.vacature_overzicht>a {
  display: block;
  padding: 10px 0;
  color: #1E76E8;
  font-weight: 700;
  margin: 0 auto;
  border-bottom: 2px solid #1E76E8;
  margin-bottom: 50px;
  transition: all .3s;
}


.vacature_overzicht>a:hover {
  background-color: transparent;
  color: #1E76E8;

}

.vacature_overzicht article {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 2px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.vacature_overzicht article:nth-child(even) {
  margin-right: 0%;
}

.spontaan_sol {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.spontaan_sol img {
  opacity: 0;
}

.spontaan_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.spontaan_content h5 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.44);
}

.spontaan_content button {
  border: none;
  background-color: #E64B2B;
  color: white;
  font-weight: 700;
  padding: 10px 25px;
}

.vacature_overzicht article>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.vacature_overzicht article img {
  width: 50%;
}

.vacature_overzicht article>div {
  padding: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 50%;
}

.vacature_overzicht article h3 {
  color: #1E76E8; 
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.vacature_overzicht article h2 {
  color: #4D4D4D; 
  line-height: 140%;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 25px;
}

.vacature_overzicht article h4 {
  font-size: 1em;
  color: #A3A3A3;
}

.vacature_overzicht article h4 i {
  margin-right: 5px;
}

.vacature_overzicht article div a {
  background-color: transparent;
  color: #1E76E8;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transition: all .3s;
  border: 2px solid #1E76E8;
}

.vacature_overzicht article div a:hover {

  background-color: #1E76E8;
  color: white;
}

.ak_videocall_vacature {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  position: relative;
}

.ak_videocall_vacature img {
  width: 100%;
}

.ak_videocall_vacature div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

.ak_videocall_vacature div h2 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 140%;
  color: white;
  max-width: 300px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
}

.ak_videocall_vacature div a {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  background-color: #1E76E8;
}


/* Einde Vacature Overzicht */

/* Team */

.team_images_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

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

.team_images_content article img {
  filter: grayscale(100%);
}

.team_overzicht {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.team_overzicht>h2 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 2em;
  color: #1E76E8;
  padding: 10px;
}

.team_overzicht article {
  width: 48%;
  margin: 1%;
  border: 2px solid #ededed;
  display: flex;
  justify-content: space-between;
}

.team_images {
  width: 40%;
  position: relative;
  border-bottom: 2px solid #ededed;
}

.team_images img {
  width: 100%;
}

.team_images a {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.2em;
  color: #1E76E8;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  padding: 0;
  border-radius: 200px;
  -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);
}

.team_tekst {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
}

.team_overzicht article h2 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 10px;
  color: #1E76E8;
}

.team_overzicht article h3 {
  font-size: 1.2em;
  color: #656565;
  margin-top: 5px;
}

.team_tekst > div {
  margin-top: 10px;
  font-size: 1.1em;
  color: #999999;
  line-height: 150%;
  margin-top: 10px;
}

.team_tekst > div ul {
  padding-left: 20px;
  list-style-type: disc;
}

/* Einde Team */

/* Vacature Pagina */

.ak_videocall {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.ak_videocall img {
  width: 100%;
}

.ak_videocall div {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

.ak_videocall div h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.22);
}

.ak_videocall div a {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 1.7em;
  font-weight: 700;
  color: #fff;
  background-color: #1E76E8;
}

.jobs_kind {
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.special_kind {
  width: 100%;
  background-color: white;
  border: 2px solid #f2f2f2;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}

.aanwerving {
  width: 100%;
  max-width: 1400px;
  border:2px solid #f2f2f2;
  padding: 30px;
  margin: 10px auto;
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aanwerving h2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  font-size: 1.6em;
  font-weight: 700;
  background-color: white;
  padding: 10px 30px;
  color: #1E76E8;
  white-space: nowrap;
}

.aanwerving>div {
  line-height: 180%;
  color: #7c7c7c;
  text-align: center;
  font-size: 1.2em;
}

.aanwerving a {
  display: inline-block;
  padding: 10px 30px;
  color: white;
  background-color: #1E76E8;
  font-weight: 700;
  margin-top: 15px;
}


.special_kind>div {
  /*width: 30%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  position: relative;
}

.special_kind>div:first-of-type {
  width: 70%;

}

.special_kind>div:last-of-type {
  width: 30%;
}


.special_kind aside {
  width: 100px;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(50%) skew(-10deg, 0);

}

.special_kind_content {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 40px 40px;
  padding-left: 10px;
}

.special_kind_content h2 {
  font-size: 2.5em;
  font-weight: 700;
}

.special_kind_content>div {
  margin: 20px 0;
  color: #888888;
  line-height: 190%;
  width: 100%;
  font-size: 1.1em;
  position: relative;
  text-align: right;
}

.special_kind img {
  width: 100%;
}

.special_kind .kind_showlink {
  font-weight: 700;
  padding: 10px 50px;
  display: inline-block;
  color: #1E76E8;
  border: 2px solid #1E76E8;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s;
}

.special_kind .kind_showlink:hover {
  background-color: #1E76E8;
  color: #fff;
}

.special_kind .kind_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}



.jobs_kind article {
  width: 31%;
  position: relative;
  padding-bottom: 50px;
  border: 2px solid #f2f2f2;
}

.jobs_kind article img {
  width: 100%;
}

.spontaan_stamp {
  position: absolute;
  right: 10px;
  top: 25px;
  transform: rotate(8deg);
  width: 150px !important;
  z-index: 2;
}

.jobs_img {
  width: 100%;
  position: relative;
}

.jobs_kind article h2 {
  font-weight: 700;
  font-size: 2.7em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  bottom: 0;
  color: white;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
}

.jobs_tekst {
  color: #888888;
  line-height: 150%;
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  padding-bottom: 0;
}

.jobs_kind article .kind_showlink {
  width: 80%;
  font-weight: 700;
  color: #000;
  padding: 10px;
  display: inline-block;
  border: 2px solid #f2f2f2;
  background-color: #ffffff;
  transition: all .3s;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
}

.jobs_kind article .kind_showlink:hover {
  background-color: #1E76E8;
  color: #fff;
}

.jobs_kind article .kind_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.person_slider_holder {
  position: absolute;
  bottom: 0;
  width: 450px;
}

.person_slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #d9d9d9;
  left: 10px;
  font-size: 3.4em;
  border: none;
  z-index: 2;
  background-color: transparent;
}

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


.francis {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f2f8ff;
  height: 350px;
  position: relative;
  margin-top: 150px;
  margin-bottom: 30px;
}

.francis>div {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.person_slider_holder {
  position: relative;
  width: 100%;
}

.person_slider {
  width: 100%;
}

.person_slider_holder {
  position: absolute;
  bottom: 0;
  width: 450px;
}

.person_slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #d9d9d9;
  left: 10px;
  font-size: 3.4em;
  border: none;
  z-index: 2;
  background-color: transparent;
}

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

.francis article {
  margin-left: 500px;
  width: 100%;
}

.francis article h2 {
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.francis article div {
  line-height: 200%;
  color: #848484;
  font-size: 1.2em;
}

.proces_switch {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.proces_switch > div {
  width: 50%;
  text-align: center;
  font-weight: 700;
  color: #1E76E8;
  font-size: 1.2em;
  padding: 10px;
  border: 2px solid #1E76E8;
  cursor: pointer;
}

.active_sw {
  background-color: #1E76E8;
  color: white !important;
}

.troeven_banner {
  padding: 30px 10px;
  width: 100%;
}

.troeven_banner>h2 {
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
  padding: 25px;
  padding-top: 0;
  text-align: center;
}

.troeven_inner_banner {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.troeven_inner_banner article {
  padding: 5px;
}

.troeven_inner_banner article:hover >div:first-of-type {
  background-color: #1E76E8;
}

.troeven_inner_banner article:hover > div i {
  color: white;
}

.troeven_inner_banner article:hover > div h2 {
  color: white;
}


.troeven_inner_banner article>div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  padding-top: 40px;
  border: 2px solid #EFEFEF;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}

.troeven_inner_banner article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.troeven_inner_banner article .tekst_opmaak {
  line-height: 150%;
  color: #838383;
  font-size: .9em;
  display: none;
  width: 200%;
  margin-top: 5px;
}

.troeven_inner_banner article .tekst_opmaak ul {
  padding-left: 20px;
  list-style-type: disc;
}


.troeven_inner_banner article>div i {
  font-size: 3.5em;
  color: #1E76E8;
  margin-bottom: 10px;
  transition: all .3s;
}

.troeven_inner_banner .slick-arrow {
  position: absolute;
  left: -5px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 2em;
  border-radius: 200px;
  border: none;
  background-color: #e7e7e7;
  color: #535353;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.troeven_inner_banner .slick-next {
  left: initial;
  right: -5px;
}

.troeven_inner_banner .slick-disabled {
  opacity: 0;
}

.troeven_inner_banner div h2 {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 700;
  min-height: 40px;
  color: #000;
  text-align: center;
  transition: all .3s;
}

.troeven_inner_banner div p {
  text-align: center;
  line-height: 150%;
  color: #929292;
  font-size: 1em;
}

.vacature_pagina {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 10px;
}

.vacature_pagina>div {
  width: 100%;
}

.vacature_pagina>div>img {
  width: 100%;
}

.vacature_pagina>div>h2 {
  width: 100%;
  color: #1E76E8;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vacature_pagina>div>h1 {
  width: 100%;
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.vacature_pagina>div>h1 article {
  font-size: .6em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.vacature_pagina>div>h1 article a {
  margin: 0 10px;
  color: #000;
}

.vacature_pagina>div div {
  line-height: 180%;
  color: #8A8A8A;
  font-size: 1.1em;
}

.vacature_pagina>div h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 5px;
}

.vacature_pagina>div h3:first-of-type {
  margin-top: 0;
}

.vacature_pagina>div div a {
  color: #8A8A8A;
  font-weight: 700;
}


.vacature_pagina>div div strong {
  font-size: 1em;
  color: #3C3C3B !important;
  font-weight: 700;
  padding-bottom: 15px;
}

.vacature_pagina aside {
  max-width: 450px;
  width: 100%;
  margin-left: 50px;
}

.vacature_pagina aside form {
  border: 2px solid #F2F2F2;
  padding: 35px 30px;  
}

.vacature_pagina .contactpersoon-vacature{
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.vacature_pagina .contactpersoon-vacature img{
  width: 25%;
  object-fit: contain;
  align-self: flex-start;
}
.vacature_pagina .contactpersoon-vacature .details{
  width: 70%;
}
.vacature_pagina .contactpersoon-vacature .details h2{
  font-weight: bold;
  color: #1E76E8;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.vacature_pagina .contactpersoon-vacature .details p{

}

.vacature_form .vacaturelabel {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.vacature_form input[type=text], .vacature_form input[type=email], .vacature_form select, .vacature_form textarea {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  padding: 12px; 
  color: #353535;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.vacature_form textarea {
  height: 150px;
}

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


.vacature_form input[type=submit] {
  width: 100%;
  background-color: #1E76E8;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  font-family: 'Poppins', sans-serif;
  border: none;
  padding: 15px;
}

.vacature_form>h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #1E76E8;
  margin-bottom: 15px;
}

.vacature_form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.vacature_form .inputfile + label {
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #353535;
  background-color: #F8F8F8;
  width: 100%;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.vacature_form .inputfile:focus + label,
.vacature_form .inputfile + label:hover {
  background-color: #e8e8e8;
}

.vacature_form .inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.vacature_form .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.vacature_form .inputfile + label * {
  pointer-events: none;
}

.vacature_ak {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.vacature_ak div {
  position: relative;
}

.vacature_ak a {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.vacature_ak div>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000',GradientType=0 );
}

.vacature_ak .mainimage {
  width: 100%;
}

.vacature_ak .triangle {
  position: absolute;
  left: 10px;
  width: 25px;
  bottom: 0;
  z-index: 2;
}

.vacature_ak  {
  width: 100%;
}

.vacature_ak h3 {
  font-size: 1.2em;
  padding-left: 20px;
  padding-top: 15px;
  font-weight: 700;
  color: #1E76E8;
}

.vacature_ak h2 {
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 20px;
  color: #3C3C3B;
  margin-top: 5px;
}

/* Einde Vacature Pagina */

/* Academy */

.academy_filters {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.academy_filters select {
  width: 32.83%;
  padding: 10px;
  background-color: #fff;
  color: #353535;
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Poppins", sans-serif;
  border: #F3F3F3 2px solid;
  font-weight: 700;
}

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

.kleurcodes div {
  width: 30px;
  margin: 0 3px;
  height: 8px;
}


.academy_events {
  background-color: #fafafa;
  padding: 50px 10px;
  padding-bottom: 20px;
}

.academy_events > h2 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}

.kalender_titel {
  text-align: center;
  font-size: 1.1em;
  color: #5F5F5F;
  line-height: 200%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.events {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  
}
.bigdate {
  display: none;
  padding: 15px;
  min-width: 145px;
  position: relative;
  background-color: #1E76E8;
}

.smalldate {
  background-color: #1E76E8;
  padding: 15px;
  height: 100%;
  min-width: 145px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.bigdate div {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}


.bigdate aside {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 102px;
  height: 102px;
  background-color: #1E76E8;
  transform: translate(-50%, 50%) rotate(45deg);
}

.events article {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-color: white;
  padding-left: 160px;
  margin-bottom: 20px;
}

.events article h2 {
  font-weight: 700;
  font-size: 1.4em;
}

.kalender_item_date {
  width: 140px;
  text-align: center;
  font-size: 1.1em;
  color: white;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.kalender_controls {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.kalender_controls a {
  padding-right: 10px;
}

.kalender_controls a i {
  margin-right: 5px;
}

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

.kalender_control {
  padding: 0px 15px;
  border-right: 2px solid #d8d8d8;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.kalender_control:last-of-type {
  border-right: none;
}

.kalender_control i {
  margin-right: 10px;
}

.kalender_item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.kalender_tekst {
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  color: #6b6b6b;
  line-height: 200%;
  display: none;
}

.kalender_tekst>p {
  margin-bottom: 10px;
}

.kalender_tekst a {
  font-weight: 700;
  color: #1E76E8;
}

.kalender_link {
  display: inline-block;
}

.rotateIcon {
  transform: rotate(90deg);
}

.titelandinfo {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.kalender_moreinfo {
  min-height: 100%;
  padding: 5px 0;
  color: #1E76E8;
  background-color: transparent;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
  transition: all .3s;
  cursor: pointer;
}

.kalender_moreinfo i {
  font-size: 1.8em;
  transition: all .3s;
  margin-left: 10px;
}

.kalender_form {
  width: 100%;
  display: none;
}

.kalender_inschrijving {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  border: 2px solid #f2f2f2;
  margin-top: 15px;
}

.kalender_inschrijving>h2 {
  width: 100%;
  margin-bottom: 10px;
}

.kalender_inschrijving input[type=text],
.kalender_inschrijving input[type=email] {
  width: 49%;
  border: none;
  background-color: #f2f2f2;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.kalender_inschrijving input[type=email] {
  width: 100%;
}

.inschrijving_button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.kalender_inschrijving input[type=submit] {
  border: none;
  background-color: #E64B2B;
  color: #fff;
  font-weight: 400;
  padding: 10px 35px;
  margin-bottom: 10px;
  border-radius: 200px;
  font-family: 'Poppins', sans-serif;
}

.inschrijving_bevestiging {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
}

.inschrijving_bevestiging>div {
  width: 55%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.inschrijving_bevestiging>div i {
  font-size: 3.5em;
  color: #E64B2B;
}

.inschrijving_bevestiging>div h1 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.inschrijving_bevestiging>div h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #353535;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.inschrijving_bevestiging>div div {
  text-align: center;
  line-height: 150%;
  color: #9b9b9b;
  font-size: 1.3em;
}

.inschrijving_bevestiging>div a {
  padding: 10px 30px;
  color: white;
  background-color: #E64B2B;
  display: inline-block;
  margin-top: 20px;
  border-radius: 200px;
  font-size: 1.2em;
}

.inschrijving_bevestiging img {
  width: 45%;
}


.academy_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.academy_content_onethird {
  width: 31.33%;
  margin: 1%;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.academy_content_twothirds {
  width: 64.66%;
  margin: 1%;
}

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

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

.academy_content_twothirds article {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.academy_content_twothirds article h2 {
  font-weight: 700;
  font-size: 1.8em;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.63);
}

.photobanner {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.photobanner article {
  width: 16.6666%;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.photobanner article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.photobanner article img {
  width: 100%;
}

.photobanner article h2 {
  text-align: center;
  line-height: 150%;
  font-weight: 700;
  font-size: 1.3em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 0;
  padding: 15px;
  transition: all .3s;
}


.photobanner article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.photobanner article h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  line-height: 150%;
  font-size: 1.3em;
}

.fotobanner_titel {
  font-size: 4em;
  font-weight: 700;
  color: #E9E9E9;
  line-height: 130%;
}

.fotobanner_titel strong {
  font-weight: 700;
  color: #262626;
}

.fotobanner_titel ins {
  color: #969696;
  font-size: 700;
  text-decoration: underline;
}


/* Einde Academy */

/* Blog*/
.spinner {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  font-size: 1.5em;
  color: #777777;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.blog-content-row .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  background-color: rgba(0,0,0,.4);
  border-radius: 200px;
  font-size: 1.2em;
  color: white;
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: 2;
  border: none;
  transform: translateY(-50%);
}

.blog-content-row .slick-next {
  left: initial;
  right: 5px;
}



.blog-img img {
  width: 100%;
}

.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}

.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}

.footermar-blog {
  padding-bottom: 50px;
}

.blog-item {
  position: relative;
}

.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}

.blog-rows {
  margin-top: 1%;
}

.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.blog-row:last-child {
  margin-bottom: 0;
}

.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}

.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}

.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}

.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
  width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}

.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}

.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}

.type-c.reverse .combo-img .big {
  order:2;
}

.type-c .combo-img > * {
  width: 50%;
}

.type-c .combo-img .big img {
  width: 100%;
}

.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #1E76E8;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #1E76E8;
  transition: all 0.8s ease;
  background-color: transparent; 
  color: #1E76E8;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #1E76E8;
}

/** Blog detail **/

.blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #EAEAEA;

}

.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}

.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #1E76E8;
  font-size: 2.1em;
}

.blog-aside h3 {
  font-weight: 700;
  color: #1E76E8;
  font-family: 'Poppins',sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;  
}

.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}

.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}

.blog-nav a:hover,.blog-nav a.active {
  color: #1E76E8;
}

.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #1E76E8;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
  font-weight: 700;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #1E76E8;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 700;
  border: 2px solid #1E76E8;
  color: #1E76E8;
  transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #1E76E8;
}

.blog-overzicht h2 {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 15px;
  line-height: 150%;
  min-height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #3C3C3B;
}

.blog-overzicht .blog-item {
  width: 31.33%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}


.blog-content-row {
  margin-bottom: 30px;
}

.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}

.blog-content-row h2 {
  font-family: 'Poppins',sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}

.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}

.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}

.blog-content-row .multi-img-holder>a img {
  width: 100%;
}

.blog-content-row .filmpje {
  max-width: 1000px;
  padding-bottom: 56.25%;
}

.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-content-row .tekst-and-image > * {
  width: 50%;
}

.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 

.title-hold {
  text-align: center;
  margin-bottom: 36px;
}

.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #3C3C3B;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Historiek */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineoverlayholder {
  width: 6px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: -1px;
  bottom: 0;
}

.timelineoverlay {
  background-color: #1E76E8;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #EAEAEA;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #1E76E8;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.timeline h2 {
  color: #000;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 20px;
}

.timeline_item_content div {
  line-height: 200%;
  font-size: 1.15em;
  color: #545454;
}


.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.left_time h2 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

/* EINDE TIMELINE */


/* Sollicitatie Bevestigen */

.sollicitatie_bevestigen {
  width: 100%;
  height: 89vh;
  background-image: url(/images/bevestig.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.sollicitatie_bevestigen article {
  max-width: 450px;
  width: 100%;
  background-color: #fff;
  padding: 100px 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.sollicitatie_bevestigen article i {
  font-size: 4em;
  color: #1E76E8;
}

.sollicitatie_bevestigen article h1 {
  font-size: 1.5em;
  font-weight: 700;
  color: #1E76E8;
  margin-top: 20px;
  margin-bottom: 5px;
}

.sollicitatie_bevestigen article h2 {
  color: #777777;
  line-height: 180%;
}

.sollicitatie_bevestigen article a {
  font-weight: 700;
  color: white;
  background-color: #1E76E8;
  padding: 17px 35px;
  margin-top: 20px;
}

/* Einde Sollicitatie Bevestigen */

.doe_de_test_banner {
  width: 100%;
  position: relative;
}

.doe_de_test_banner img {
  width: 100%;
}

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

.doe_de_test_banner div h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.75);
}

.doe_de_test_banner div h2 {
  font-size: 2em;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.75);
  font-weight: 700;
}

.test_uitleg {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.test_uitleg article {
  width: 31.33%;
  margin: 1%;
  background-color: white;
  border: #F3F3F3 2px solid;
  padding: 25px;
}

.test_uitleg article h2 {
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.test_uitleg article h2 span {
  font-size: 1.5em;
  margin-right: 10px;
  color: #EA4520;
}

.test_uitleg article div {
  text-align: left;
  font-size: 1.1em;
  color: #5F5F5F;
  line-height: 200%;
}

.test_uitleg_link {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.test_uitleg_link a {
  padding: 10px 30px;
  font-weight: 700;
  color: #EA4520;
  font-size: 1.3em;
  transition: all .3s;
  cursor: pointer;
  border: 2px solid #EA4520;
}

.test_uitleg_link a:hover {
  background-color: #EA4520;
  color: white;
}

.doe_test {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  padding: 50px;
  margin-bottom: 35px;
}

.doe_test h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #EA4520;
  line-height: 150%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.doe_test h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.2em;
  color: #353535;
}

.daa {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-left: 0 !important;
}

.daa label {
  width: 100%;
  font-size: 1.1em;
  padding: 0 !important;
}

.daa input {
  width: 100%;
  background-color:#F3F3F3;
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  color: #353535;
  border: none;
  padding: 10px;
}

.progress {
  width: 100%;
  margin-bottom: 15px;
}

.progress > div {
  height: 5px;
  background-color: #1E76E8;
  width: 0;
  transition: all .5s;
}

.doe_test h2 span {
  color: black;
  font-size: 1.5em;
  margin-right: 20px;
}

.doe_test article > div {
  margin-left: 10px;
  margin-top: 20px;
}

.doe_test article > div label {
  padding: 7px;
  font-weight: 200;
  text-align: left;
  font-size: 1.1em;
  color: #5F5F5F;
  line-height: 200%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

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

.test_buttons button {
  padding: 10px 30px;
  border: 2px solid #EA4520;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background-color: white;
  color: #EA4520;
}

.test_buttons input[type=submit] {
  padding: 10px 30px;
  border: 2px solid #EA4520;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #EA4520;
}

.iconshow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  cursor: pointer;
}

.iconshow i {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  transform: translate(-50%, -50%);
}

.antwoordlabel {
  position: relative;
  width: 100%;
}

.antwoordlabel input:checked + div {
  background-color: #EA4520;
}

.antwoordlabel input:checked + div i {
  display: block;
}

.antwoordlabel input {
 margin-right: 25px;  
 opacity: 0;
}


/* Aanpak */
.aanpak_overzicht {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}

.aanpak_overzicht article {
  width: 31.33%;
  margin-right: 2%;
  padding: 30px 0;
}

.aanpak_overzicht>h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 3em;
}

.aanpak_overzicht>h3 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 50px;
  color: #727272;
}

.aanpak_overzicht article>h2 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 150%;
  margin-bottom: 10px;
}

.aanpak_overzicht article>h3 {
  font-size: 4em;
  font-weight: 700;
  color: #1569E0;
  margin-bottom: 10px;
}

.aanpak_overzicht article div {
  line-height: 160%;
  font-size: 1.1em;
  color: #a4a4a4;
}

/* Einde Aanpak */

/* Media Queries */

@media screen and (max-width: 1600px) {
  .navigatie nav>ul>li {
    margin: 10px 15px;
  }
}

@media screen and (max-width: 1500px) {
  .photobanner article {
    width: 20%;
  }

  .getuigenis_quote {
    font-size: .9em;
  }
}

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

  .blokken_content {
    top: 40% !important;
    width: 100%;
  }

  .profielen_content div {
    font-size: 1.1em;
  }

  .logo {
    height: 70px;
  }

  .login_form input[type="password"], input[type="text"] {
    width: 50%;
  }
  
  .login_form input[type="submit"] {
    padding: 10px 40px;
    font-size: 1.1em;
  }

  .errors {
    width: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .navigatie nav>ul li {
    margin: 0 20px;
  }

  .home_slider article h2 {
    font-size: 2em;
    text-align: center;
  }

  .home_slider article h3 {
    text-align: center;
  }

  .home_slider article > div {
    -ms-align-items: center;
    align-items: center;
  }

  .home_slider article a {
    padding: 10px 15px;
  }

  .doelgroep_overzicht article {
    padding: 10px;
  }

  .inner_footer>div {
    min-width: initial;
    width: 50%;
  }
}

@media screen and (max-width: 1350px) {
  .vacature_overzicht {
    padding: 10px;
  }

  .vacature_overzicht article {
    flex-wrap: wrap;
  }

  .vacature_overzicht article img {
    width: 100%;
    order: 1;
  }

  .vacature_overzicht article>div {
    width: 100%;
    order: 2;
  }

  .academy_content_onethird {
    min-height: 500px;
  }

  .academy_content_twothirds article {
    min-height: 500px;
  }
}

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

  .home_units_switch {
    right: 50%;
    transform: translateX(50%);
  }

  .home_units_right {
    width: 100%;
    padding-left: 0;
  }

  .home_units_left {
    width: 100%;
  }

  .getuigenis_quote, .getuigenis_filmpje {
    width: 50%;
  }

  .apply_steps article>div {
    max-width: 400px;
  }

  .navigatie_right nav, .navigatie_top>a {
    display: none;
  }

  .navigatie_right {
    height: 80px;
    padding-bottom: 10px;
  }

  .navigatie {
    padding-bottom: 10px;
  }

  .navigatie_top>div {
    font-size: .8em;
    padding: 7px 10px;
  }

  .menubtn {
    display: block;
  }

  .downloads article h2, .links article h2 {
    font-size: 1em;
  }

  .downloads article a {
    font-size: 1em;
  }
}


@media screen and (max-width: 1200px) {
  .special_kind {
    justify-content: space-around;
  }
  
  .special_kind>div:first-of-type {
    width: 40%;
  }
  
  .home_header article .ak  {
    display: none;
  }


  .bigimage {
    display: none !important;
  }

  .medimage {
    display: block !important;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }

  .tekst_blokken article h2 img {
    width: 20px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article {
    width: 50%;
    padding: 10px;
  }

  .inner_footer>div {
    width: 60%;
  }

  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }

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

  .home_header {
    display: none !important;
  }

  .page_header {
    padding: 25px 10px;
  }

  .photobanner article {
    width: 25%;
  }

  .getuigenis_quote {
    font-size: .8em;
  }

  .profiel_blokken {
    padding: 0;
  }

  .profielen_content h2 {
    color: #1E76E8;
    text-shadow: none;
    text-align: center;
    margin-bottom: 0;
  }

  .profielen_content div {
    color: #a2a2a2;
    text-align: center;
    text-shadow: none;
  }

  .profielen_content section {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .profielen_content {
    max-width: 100% !important;
    left: initial  !important;
    right: initial  !important;
    top: initial  !important;
    position: relative !important;
    transform: none !important;
    justify-content: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
    padding: 20px 10px 60px 10px;
  }

  .profiel_blokken_v1, .profiel_blokken_v2, .profiel_blokken_v1 img, .profiel_blokken_v2 img {
    margin-top: 0;
    transform: none !important;
  }

  .business_units_header h1 {
    font-size: 1.8em;
  }

  .catlink {
    font-size: 1em;
  }
}

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

  .logo {
    height: 60px;
  }

  .apply_steps_line {
    display: none;
  }

  .apply_steps {
    padding-left: 80px;
  }

  .apply_steps article>div {
    max-width: 100%;
  }

  .apply_steps article {
    padding: 30px 10px;
  }

  .apply_steps article:nth-child(odd) {
    justify-content: flex-start;
  }

  .rounder {
    display: block;
  }

  .apply_line_res {
    display: block;
  }

  .apply_steps article>div {
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .apply_steps article div div {
    text-align: left;
    display: block !important;
  }

  .apply_steps .tekstvak {
    text-align: left;
  }

  .ak_videocall div h2 {
    font-size: 1.4em;
  }

  .ak_videocall div a {
    font-size: 1.2em;
  }

  .team_overzicht article {
    width: 98%;
  }

}

@media screen and (max-width: 1100px) {
  .vacature_pagina .contactpersoon-vacature{
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }



  .logo {
    height: 55px;
  }

  .page_header h1 {
    font-size: 2em;
  }

  .doelgroep_overzicht_content div {
    font-size: .9em;
  }

  .home_units_right div {
    font-size: 1.5em;
  }

  .power_titel_holder {
    padding: 30px 10px;
  }

  .power_titel {
    line-height: 180%;
    font-size: 1.5em;
  }

  .garanties div:last-of-type {
    display: none;
  }

  .garanties div:first-child {
    width: 100%;
  }

  .garanties h2 {
    max-width: initial;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
  }

  .garanties h3 {
    text-align: center;
  }

  .blokken_small {
    display: block;
  }

  .blokken_big {
    display: none;
  }

  .blokken article {
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 40px;
  }

  .blokken_content h2 {
    font-size: 1.5em
  }

  .blokken_content div {
    font-size: 1em;
  }

  .blokken article:nth-child(even) .blokken_img {
    order: 1;
  }

  .blokken_img, .blokken_content {
    width: 100%;
  }

  .francis {
    height: 250px;
    margin-top: 0;
  }

  .person_slider_holder {
    width: 300px;
  }

  .francis article {
    margin-left: 350px;
  }

  .francis article h2 {
    font-size: 1.3em;
  }

  .francis article div {
    font-size: 1em;
  }

  .vacature_pagina {
    flex-wrap: wrap;
  }

  .vacature_pagina aside {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }

  .vacature_pagina aside form {
    width: 49.5%;
    padding: 20px;
  }

  .vacature_ak {
    margin-top: 0;
    border: 2px solid #F2F2F2;
    padding: 20px;
    width: 49.5%;
  }

  .vacature_overzicht article div a {
    width: 100%;
    position: relative;
    right: initial;
    bottom: initial;
    text-align: center;
  }

  .vacature_overzicht {
    -ms-align-items: initial;
    align-items: initial;
  }

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

  .document_group>div>h2 {
    font-size: 20px;
  }

  .downloads article a,
  .downloads article h2, .links article h2 {
    font-size: 14px;
  }

  .dnl1 {
    display: none;
  }

  .dnl2 {
    display: flex;
  }
}

@media screen and (max-width: 1050px) {
  .navigatie_top>div {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .main_logo {
    margin-top: 40px;
  }
  .navigatie_top>div a {
    line-height: 160%;
  }
}

@media screen and (max-width: 1000px) {
  .job_type_spontaan{
    display: unset !important;
  }
  .raster_big {
    width: 99.50%;
  }

  .raster_small {
    width: 49.50%;
  }

  .raster_small:nth-child(4n), .raster_small:nth-child(5n) {
    display: none;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }

  .jobs_kind article {
    width: 48%;
    margin: 1%;
    margin-bottom: 50px;
  }

  .jobs_kind article:last-of-type {
    display: block !important;
  }

  .special_kind {
    display: none;
  }

  .vacature_pagina>div>h1 {
    font-size: 1.5em;
  }

  .academy_content_onethird {
    min-height: 400px;
  }

  .academy_content_twothirds article {
    min-height: 400px;
  }

  .academy_content_twothirds article h2 {
    font-size: 1.4em;
  }
  
  .photobanner article {
    width: 33.33%;
  }

  .raster_weg {
    display: none !important;
  }

  .getuigenissen article {
    flex-wrap: wrap;
  }

  .getuigenissen article:nth-child(even) .getuigenis_quote {
    order: 2;
  }

  .getuigenissen article:nth-child(even) .getuigenis_filmpje {
    order: 1;
  }

  .getuigenis_quote, .getuigenis_filmpje {
    width: 100%;
  }

  .test_uitleg {
    flex-wrap: wrap;
  }

  .test_uitleg article {
    width: 100%;
  }

  .small_contact {
    padding: 30px 10px;
  }
  
  .small_contact > div > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .small_contact form {
    width: 100%;
  }

}

@media screen and (max-width: 950px) {
  
  .doe_de_test_banner div h1 {
    font-size: 1.7em;
  }

  .doe_de_test_banner div h2 {
    font-size: 1.3em;
  }

  .test_uitleg {
    margin-top: 5px;
  }

  .doe_test {
    padding: 15px;
    box-shadow: none;
  }

  .doe_test h2 {
    font-size: 1.2em;
  }

  .doe_test article > div label {
    font-size: 1em;
    padding: 0;
  }

  .doe_test article > div {
    margin-left: 0;
  }

  .antwoordlabel input {
    margin-right: 30px;
  }

  .iconshow {
    width: 25px;
    height: 25px;
  }

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

  .document_group>div>h2 {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .blog-main .c {
    font-size: 1em;
  }
}

@media screen and (max-width: 850px) {
  .vacature_pagina .contactpersoon-vacature{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vacature_pagina .contactpersoon-vacature img{
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 2rem;
  }
  .vacature_pagina .contactpersoon-vacature .details{
    text-align: center;
    margin-bottom: 3rem;
  }

  .page_header div {
    font-size: 1em;
  }

  .page_header h1 {
    font-size: 1.5em;
  }
  .page_header h2 {
    font-size: 1em;
  }

  .raster_item h2 {
    font-size: 1em;
    left: 5px;
    bottom: 5px;
    right: 5px;
    line-height: 150%;
  }

  .inner_footer>div {
    display: none;
  }

  .inner_footer {
    justify-content: center;
  }

  .disclaimer>div {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 200%;
  }

  .person_slider_holder {
    display: none;
  }

  .francis article {
    margin-left: 0;
  }

  .francis {
    height: auto;
    padding: 40px 15px;
  }

  .francis h2 {
    text-align: center;
    width: 100%;
  }

  .francis article div {
    text-align: center;
  }

  .vacature_pagina aside {
    flex-wrap: wrap;
  }

  .vacature_pagina aside form {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }

  .vacature_ak {
    width: 100%;
    border: none;
    padding: 0;
  }

  .login_form input[type="password"], input[type="text"] {
    width: 70%;
    font-size: 1em;
  }
  
  .login_form input[type="submit"] {
    padding: 7px 30px;
    font-size: 1em;
  }

  .errors {
    width: 70%;
  }
}

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

  .smaimage {
    display: block !important;
  }

  .home_slider article h3 {
    display: none;
  }

  .home_slider article > div {
    top: 50%;
    bottom: initial;
    transform: translate(-50%,-50%);
    padding: 30px;
  }

  .home_slider article a {
    display: none;
  }

  .home_slider article h2 {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .referenties_slider article {
    padding: 10px;
  }

  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
  }

  .tekst_blokken article h2 {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tekst_blokken article h2 img {
    margin-bottom: 10px;
  }

  .tekst_blokken article div {
    text-align: center;
  }
  
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }

  .francis article h2 {
    font-size: 1.2em;
    line-height: 150%;
  }

  .francis article div {
    font-size: .9em;
  }

  .jobs_kind {
    padding: 0;
  }

  .jobs_kind article h2, .special_kind h2 {
    font-size: 2em;
  }

  .academy_content {
    padding: 10px;
  }

  .academy_content_onethird {
    display: none;
  }

  .academy_content_twothirds {
    margin: 0;
    width: 100%;
  }

  .academy_content_twothirds article {
    min-height: 500px;
  }

  .academy_content_twothirds article h2 {
    font-size: 1.2em;
  }

  .academy_events > h2 {
    font-size: 1.2em;
  }

  .academy_events > h2 {
    font-size: 1.2em;
  }

  .kalender_titel {
    font-size: .9em;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .main_content_tekst, .main_content_split div {
    font-size: 1em;
    width: 100%;
    padding: 0;
  }

  .main_content_split img {
    width: 100%;
  }

  .main_content article>h2 {
    font-size: 1.3em;
  }

  .photobanner .ntweg:nth-child(1) {
    display: none;
  }

  .photobanner .ntweg:nth-child(2n) {
    display: none;
  }

  .logo {
    height: 50px;
  }

  .resp_logo {
    display: block;
    margin-top: 40px;
  }

  .main_logo {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .navigatie_top div.bs {
    display: none !important;
  }
  .navigatie_top div.ks {
    display: block !important;
  }

  .navigatie {
    padding: 10px;
  }

  .resp_logo,  .menubtn {
    margin-top: 40px;
  }

  .navigatie_right {
    height: initial;
    padding-bottom: 0;
  }
  .res-nav {
    right: -700px;
    width: 100%;
  }

  .menu-is-open {
    right: 0;
  }

  .disclaimer>div {
    font-size: .9em;
  }

  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }

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

  .troeven_inner_banner article>div i {
    font-size: 2.5em;
  }

  .troeven_inner_banner div h2 {
    font-size: 1em;
  }

  .troeven_inner_banner article>div {
    padding: 25px 10px;
    padding-top: 40px;
  }

  .academy_content_twothirds article {
    min-height: 400px;
  }

  .events article {
    padding-left: 0;
  }

  .events article {
    flex-wrap: wrap;
  }

  .kalender_item_date {
    width: 100%;
    position: relative;
    bottom: initial;
    top: initial;
  }

  .bigdate {
    display: none !important;
  }

  .smalldate {
    display: block !important;
    width: 100%;
  }

  .kalender_item_content {
    width: 100%;
  }

  .events article h2 {
    font-size: 1.1em;
  }
  .kalender_tekst, .kalender_controls {
    font-size: .9em;
  }

  .photobanner article {
    width: 50%;
  }

  .getuigenis_quote {
    font-size: .6em;
    padding: 10px;
  } 

  .getuigenis_quote h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .getuigenis_quote div p {
    padding: 10px 30px;
    text-align: center;
  }

  .team_overzicht article h2 {
    font-size: 15px;
  }

  .team_overzicht article h3 {
    font-size: 17px;
  }

  .team_tekst {
    font-size: 15px;
  }

  .apply_steps article div i {
    font-size: 2em;
  }

  .apply_steps article div h3 {
    font-size: 1em;
  }

  .apply_steps article div h2 {
    font-size: 1.3em;
  }

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

  .ak_videocall img {
    order: 1;
  }

  .ak_videocall div {
    position: relative;
    left: initial;
    top: initial;
    order: 2;
    transform: none;
    max-width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #F6F9FD;
  }

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

  .ak_videocall div a {
    margin-top: 10px;
    font-size: 1em;
    padding: 10px 20px;
  }

  .document_group>div>h2 {
    width: 90%;
    font-size: 16px;
  }

  .document_group>div>h2 i {
    margin-right: 0;
    margin-left: 30px;
  }

  .page_header div {
    line-height: 160%;
  }

  .login_form input[type="password"], input[type="text"] {
    width: 80%;
  }
 
  .errors {
    width: 80%;
  }
}

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

  .login_form input[type="password"], input[type="text"] {
    width: 90%;
  }
 
  .errors {
    width: 90%;
  }
}

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

  .disclaimer>div span {
    display: none;
  }

  .disclaimer>div div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .jobs_kind article h2, .special_kind h2 {
    position: relative;
    text-shadow: none;
    color: #000;
    font-size: 1.2em;
  }

  .jobs_tekst {
    font-size: .9em;
  }

  .jobs_kind article {
    padding-bottom: 30px;
  }

  .jobs_kind article a {
    width: 100%;
    font-size: .8em;
    border-radius: 0;
    padding: 10px;
  }

  .academy_content_twothirds article {
    min-height: 300px;
  }

  .events article h2 {
    font-size: 1em;
  }
  .vacature_pagina .contactpersoon-vacature img{
    width: 10rem;
  }
  .vacature_pagina .contactpersoon-vacature .details{
    width: 100%;
  }

  .proces_switch > div {
    font-size: .85em;
  }
}

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

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .login_form input[type="password"], input[type="text"] {
    width: 95%;
  }
 
  .errors {
    width: 95%;
  }

 

  .jobs_kind {
    padding: 0 20px;
  }


  .jobs_kind article a {
    position: relative;
    left: initial;
    width: 90%;
    margin: 0 5%;
    border: none;
    transform: translate(0,0);
  }

  .jobs_kind article {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  } 

  .academy_content_twothirds article {
    min-height: 250px;
  }

  .apply_steps {
    padding-left: 50px;
  }

  .apply_line_res {
    left: 25px;
  }

  .rounder {
    left: -35px;
  }
}

@media screen and (max-width: 450px) {
  .plenso_cookies {
    right: 10px;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}



