@charset "UTF-8";

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;}

/* Custom Plenso */

* {
  -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=number],
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;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: effra, sans-serif;
}

main {
  background-color: #fff;
}

/*========== Curtaindrop ==========*/

.curtaintext {
	font-size: 16px;
	color: #7b7b7b;
	font-family: 'Work Sans', sans-serif;
	background: linear-gradient(90deg, #7b7b7b, #7b7b7b, #7b7b7b);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	/* animation: shine 5s linear infinite; */
	position: relative;
	top: 5px;
	}
	.curtain-click {
	cursor: pointer;
	}
	
	
	#divCurtainBig{
	position: relative;
	}
	
	#divCurtain{
	position: absolute;
	right: 8%;
	top: -1px;
	background-color: #374140;
	padding: 15px 0;
	padding-right: 20px;
	padding-left: 10px;
	color:white;
	padding:0;
	}
	
	/* .textContact{
		color: #D6171E!important;
		border-bottom:1px solid #D9242A;
	}
	.textContact::placeholder{
		color: #D9242A!important;
	} */
	
	#divCurtain2{
		background-color: #374140;
		padding: 4px 0;
		padding-right: 20px;
		padding-left: 10px;
		position: relative;
		padding:0;
	}
	
	#divCurtain3{
		position: absolute;
		left: -35px;
		top: -15px;
		bottom: 0;
		height: 225%;
	}
	
	.curtaindrop {
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	position: fixed;
  background-color: #8BCF97;
	}
	
	.curtaindrop>div {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	background-color: rgba(58, 58, 58, .67);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
	
	/* #facebook{
	padding-right: 10px;
	} */
	
	.dark_ove {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(58, 58, 58, 0.6);
	}
	
	.curtaindrop>div>div:last-child {
	position: absolute;
	left: 50%;
	width: 95%;
	max-width: 900px;
	color: #fff;
	z-index: 21;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}
	
	.curtaindrop .button {
	display: inline-block;
	background: #BAD7DD;
	color: #ffffff;
	border-radius: 200px;
	font-weight: 300;
	font-size: 20px;
	padding: 15px 50px;
	transition: all .2s;
	margin-top: 15px;
	transition: all .3s;
	}
	
	.curtaindrop .button:hover {
	transform: scale(1.05);
	}
	
	.curtaindrop p {
	font-size: 25px;
	line-height: 170%;
	font-weight: 300;
	text-align: center;
	}
	
	.curtaindrop img {
	max-width: 1000px;
	width: 96%;
	}
	
	.curtaindrop h2 {
	font-weight: 300;
	font-size: 45px;
	text-align: center;
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 20px;
	line-height: 120%;
	color:white!important;
	}

	.curtaindrop p {
		color:white!important;
		}
	
	.curtaindrop>span {
	position: absolute;
	left: -123px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-top: 34px solid #92C020;
	border-left: 18px solid transparent;
	}
	
	.curtaindrop>span>i {
	font-style: normal;
	position: absolute;
	right: 20px;
	cursor: pointer;
	color: #92c020;
	width: 300px;
	overflow: hidden;
	top: -34px;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: right;
	}
	
	.curtaindrop>span:before {
	position: absolute;
	top: -38px;
	cursor: pointer;
	left: -17px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	width: 36px;
	display: block;
	text-align: center;
	content: '!';
	}
	
	.curtain-close {
	position: absolute;
	right: 40px;
	top: 30px;
	font-size: 60px;
	cursor: pointer;
	color: white;
	z-index: 22;
	}
	
	/*======= Einde Curtaindrop =======*/

/* Algemeen */

#divCurtainBig{
  position: relative;
  }

.navigatie {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 1600px;
  z-index: 2;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigatie.colored {
  border-bottom: #ececec 1px solid;
  position: relative;
}

.navigatie .logo {
  width: 140px;
}

.navigatie ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie ul a {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin: 0 20px;
  padding: 10px 0;
  border-top: 2px solid transparent;
  transition: all .3s;
  border-bottom: 2px solid transparent;
}

.navigatie ul a.active,
.navigatie ul a:hover {
  border-bottom: #8BCF97 2px solid;
}

.colored ul a {
  color: #252525 !important;
}

.navigatie ul .special {
  background-color: #97D4A2;
  color: white;
  padding: 12px 25px;
  transition: all .3s;
}

.navigatie ul .special:hover {
  background-color: #252525;
}

.navigatie .menubtn {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 200px;
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #F1F1F1;
}

.navigatie .menubtn img {
  width: 50%;
}


.menuholder {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  border-radius: 0;
  background-color: #8BCF97;
  z-index: 25;
  transition: all 1s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
}

.menuholder > .bgg {
  width: 90%;
  position: absolute;
  left: -100px;
  bottom: 50px;
  z-index: 0;
}

.resnavmenu {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: #f7f7f7 2px solid;
  position: relative;
  z-index: 1;
}

.resnavmenu img {
  width: 120px;
}

.menuOpen {
  border-radius: 0;
  left: 0;
}

.menuholder .close_btn {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #8BCF97;
  color: #252525;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200px;
  z-index: 1;
}

.menuholder .close_btn:hover {
  background-color: #252525;
  color: #fff;
}

.menuholder nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.menuholder nav ul {
  text-align: center;
  width: 100%;
}

.menuholder .logobg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 0;
  background-color: #F4F4F4;
  background-image: url(/images/paralax.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 2s; 
}

.menuholder .logobg img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
}


.menuholder nav a {
  font-size: 25px;
  font-weight: 700;
  color: #252525;
  padding: 20px 25px;
  display: inline-block;
  transition: all .5s;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.menuholder nav a:hover {
  color: #fff;
}


.navfooter {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #97D4A2;
}

.navfooter a {
  padding: 0 10px;
  color: #252525;
}


.page_header {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 80px 10px;
}

.page_header h1 {
  font-size: 55px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.page_header h1 strong {
  position: relative;
}

.page_header h1 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.page_header h2 {
  margin-bottom: 15px;
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  text-align: center;
}

.page_header div {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  text-align: center;
}


/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.PL_Wrapper h2 strong {
  position: relative;
}

.PL_Wrapper h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #4C4C4C;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 200;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #8BCF97;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: #252525;
}
/* Einde Cookie Melding */

/* Einde Algemeen */


/* Popup */

.popup {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 100;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.popup_content {
  max-width: 950px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.popup_content img {
  width: 400px;
}

.popup_content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #8BCF97;
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 25px;
}

.popup_content>div {
  padding: 50px 30px;
  line-height: 150%;
}

.popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: black;
  cursor: pointer;
  padding: 0 !important;
}

.popup_content > div > a {
  display: inline-block;
  margin-top: 20px;
  color: #8BCF97;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.popup_text {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  text-align: left;
}

.popup_text a {
  color: #4C4C4C;
  font-weight: 400;
}

.popup_text ul {
  padding-left: 20px;
  list-style-type: disc;
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  text-align: left;
}


.popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menu-block {
  overflow: hidden;
}


/* Einde Popup */


.powertitel {
  width: 100%;
  max-width: 1450px;
  margin: 30px auto 30px auto;
  padding: 0 20px;
}

.powertitel h2 {
  font-size: 55px;
  color: #252525;
  line-height: 150%;
  font-weight: 700;
}

.powertitel h2 strong {
  position: relative;
}

.powertitel h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.powertitel h2 a {
  font-weight: 700;
  color: #36A9E0;
  text-decoration: none;
}



/* Home Pagina */

.home_banner {
  width: 100%;
  height: 96vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home_banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(58,58,58,.67);
}

.home_banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 700px;
  font-size: 95px;
  color: white;
  font-weight: 700;
  line-height: 130%;
  width: 100%;
}

.home_banner h2 strong {
  position: relative;
  z-index: 1;
}

.home_banner h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.home_banner .clickdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
}

.home_banner .clickdown i {
  color: white;
  margin-bottom: 5px;
  font-size: 30px;
  -webkit-animation: scrollBtn 1.5s infinite;
  -moz-animation: scrollBtn 1.5s infinite;
  -o-animation: scrollBtn 1.5s infinite;
  animation: scrollBtn 1.5s infinite;
}

@-webkit-keyframes scrollBtn {
  0% {
    margin-bottom: 10px;
  }
  50% {
    margin-bottom: 15px;
  }
  100% {
    margin-bottom: 10px;
  }
}


.home_banner .banner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.wie {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wie img {
  width: 50%;
}

.wie > div {
  width: 50%;
  padding: 100px;
}

.wie h2 {
  width: 100%;
  font-weight: 700;
  max-width: 500px;
  font-size: 45px;
  position: relative;
}

.wie h2 strong {
  position: relative;
  z-index: 1;
}

.wie h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.wie > div > div {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 180%;
  font-weight: 200;
  text-align: left;
  margin: 30px 0;
}

.wie a {
  background-color: #97D4A2;
  color: white;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.wie a:hover {
  background-color: #252525;
}

.trajecten {
  padding: 80px 10px;
  background-color: #8BCF97;
}

.trajecten > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trajecten h2 {
  width: 100%;
  max-width: 700px;
  font-size: 55px;
  position: relative;
  font-weight: 700;
  margin-bottom: 40px;
}

.trajecten h2 strong {
  position: relative;
  z-index: 1;
}

.trajecten h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #fff;
  z-index: -1 !important;
}

.trajecten article {
  width: 31%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 1s;
  position: relative;
}

.trajecten article i {
  width: 65px;
  height: 65px;
  border-radius: 200px;
  background-color: #97D4A2;
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trajecten article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.trajecten article:hover {
  transform: scale(1.05);
  -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);
}

.trajecten article h3 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.trajecten article div {
  font-size: 20px;
  font-weight: 200;
  color: #000;
  line-height: 150%;
  text-align: center;
}

/* Einde Home Pagina */

/* Blokken */
.blokken {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: white;
  margin-bottom: 20px;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.blokken article:nth-of-type(even) > div {
  order: 1;
}

.blokken article:nth-of-type(even) > img {
  order: 2;
}

.blokken article:nth-of-type(even) > .imageslide {
  order: 2;
}


.blokken article > div {
  width: 45%;
  padding: 20px 50px;
}

.blokken article > div div {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
  text-align: left;
}

.blokken article > div ul {
  padding-left: 10px;
  list-style-type: disc;
}

.blokken article > div h2 {
  width: 100%;
  max-width: 700px;
  font-size: 45px;
  position: relative;
  font-weight: 700;
  margin-bottom: 40px;
}

.blokken article > div h2 strong {
  position: relative;
  z-index: 1;
}

.blokken article > div h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}


.blokken article > div > a {
  border: none;
  background-color: #8BCF97;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
  transition: all .3s;
}

.blokken article > div > a:hover {
  background-color: #252525;
  color: #fff;
}

.blokken article > div div a {
  color: #8BCF97;
  font-weight: 200;
}

.blokken article > img {
  width: 55%;
}

.blokken article .imageslide {
  width: 55%;
  padding: 0 !important;
}

.blokken article .imageslide img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 200px;
  background-color: #36A9E0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #252525;
  border: none;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.slick-prev {
  right: 60px;
}

/*========= Einde Blokken =========*/

/*============ Footer ============*/
.banner {
  width: 100%;
}

footer {
  background-color: #8BCF97;
  padding: 50px 10px 20px 10px;
  position: relative;
  z-index: 2;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  background-color: #8BCF97;
}

.footer_item {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 0;
}

.footer_item h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.footer_item p {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  margin: 5px 0;
  font-weight: 200;
  color: #3F3F3F;
  border-bottom: 1px solid transparent;
}

.footer_item p i {
  font-size: 18px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer_item a {
  padding: 0;
  font-size: 20px;
  color: #3F3F3F;
  font-weight: 200;
  padding-bottom: 1px;
  margin: 5px 0;
  border-bottom: 1px solid transparent;
}

.footer_item a:hover {
  border-bottom: 1px solid #000;
}

.footer_inschrijven {
  max-width: 300px;
  line-height: 150%;
}

.footer_inschrijven p {
  font-size: 20px;
}

.footer_inschrijven a {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  display: block;
  border-radius: 200px;
  margin: 0;
  margin-top: 15px;
}

.sigholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sigholder p {
  color: #000;
  font-size: 14px;
  margin-bottom: 30px;
}

.signature {
  width: 400px;
  opacity: .8;
  margin-top: 30px;
  margin-bottom: 0;
}

.sigholder div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.sigholder a {
  color: #000;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
}


.footer_item img {
  width: 200px;
}


.footer_item div span {
  width: 40px;
  height: 20px;
}

.footer_item div span i {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_item div a {
  color: #000;
  transition: all .3s;
  font-weight: 200;
  border-bottom: 1px solid transparent;
}

.footer_item div a:hover {
  border-bottom: 1px solid white;
}

.socials a {
  color: #3F3F3F;
  font-size: 35px;
  margin-right: 15px !important;
  display: block;
}

.socials a:hover {
  color: #fff;
  border-bottom: none !important;
}

.socials div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.siteby {
  background-color: #7fc58b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 200;
  position: relative;
  z-index: 2;
  padding: 15px;
}

.siteby a {
  color: #000;
}

.siteby>div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 10px;
  border-top: 1px solid #dddddd;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  color: #000;
  font-size: 15px;
}

.siteby .pulse {
  animation: pulse 3s infinite;
}


@keyframes pulse {
  0% {
    color: #000;
  }

  5% {
    color: #36A9E0;
  }
  10% {
    color: #000;
  }
  20% {
    color: #36A9E0;
  }
  25% {
    color: #000;
  }

  50% {
    color: #000;
  }

  100% {
    color: #000;
  }
}

/* Einde Footer */

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 20px 0 20px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #8BCF97;
  padding: 50px 50px;
  margin-top: 20px;
  width: 100%;
}

.contact_info p {
  font-size: 18px;
  font-weight: 200;
  color: #252525;
  margin: 8px 0;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  font-family: 'effra', sans-serif;
  font-size: 30px;
}

.contact_gegevens h2 {
  font-size: 22px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.contact_split {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #252525;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #252525;
  font-weight: 400;
  font-size: 22px;
}

.contact_split div p a {
  color: #252525;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #252525;
  transform: translateY(-50%);
}

.contact_split img {
  width: 180px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  right: -30px;
  border: 10px solid transparent;
  background-size: 100% 100% , 50% 50% , 50% 50% , 50% 50% , 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white,white) , linear-gradient(0deg,transparent 0,#ece8e8 0) , linear-gradient(10deg,#36A9E0 100%,#36A9E0 60%) , linear-gradient(10deg,transparent 0,#ece8e8 0) , linear-gradient(60deg,transparent 0,#ece8e8 0);
  background-position: center center , left top , right top , left bottom , right bottom;
  background-origin: content-box , border-box , border-box , border-box , border-box;
  background-clip: content-box , border-box , border-box , border-box , border-box;
}

.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text], 
.contact_form input[type=email],
.contact_form input[type=file],
.contact_form select {
  width: 100%;
  border: 2px solid #EEEEEE;
  padding: 18px 15px 15px 15px;
  color: #252525;
  font-size: 18px;
  font-weight: 200;
  font-family: 'effra', sans-serif;
}

.contact_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus {
  border: 2px solid #8BCF97;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 15px 15px;
  color: #252525;
  font-weight: 200;
  font-size: 20px;
  font-family: 'effra', sans-serif;
  height: 180px;
}

.contact_form textarea:focus {
  border: 2px solid #8BCF97;
  font-weight: 400;
}

.contact_form input[type=submit] {
  padding: 15px 45px 15px 45px;
  font-weight: 700;
  color: #fff;
  background-color: #8BCF97;
  font-size: 18px;
  border: none;
  font-family: 'effra', sans-serif;
  transition: all .3s;
  font-weight: 700;
}


.contact_form input[type=submit]:hover {
  background-color: #252525;
  color: #fff;
}

.contact_formulier .field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.contact_formulier .field label {
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 20px;
  transition: all .3s;
  background-color: #fff;
  padding: 0 5px;
}

.contact_formulier .floatlabel label {
  top: -7px;
  left: 13px;
  font-size: 15px;
}


.contact_formulier #NaamInput {
  width: 48.5%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
  margin-bottom: 30px;
}

.contactpersonen {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}

.contactpersonen article {
  width: 23.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border: #E8E8E8 2px solid;
  padding: 20px;
}

.contactpersonen article img {
  width: 100%;
  border-bottom: #E8E8E8 2px solid;
}

.contactpersonen article h2 {
  font-size: 24px;
  font-weight: 700;
  color: #36A9E0;
  margin-bottom: 5px;
  margin-top: 10px;
}

.contactpersonen article h3 {
  font-size: 18px;
  color: #252525;
  margin-bottom: 5px;
}

.contactpersonen article a {
  color: #252525;
  font-weight: 200;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
}

/* Einde Contact Pagina */


/* Vacature Overzicht */

.vacature_overzicht {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

.vacature_overzicht article {
  width: 49%;
  position: relative;
  transition: all 1s;
  margin-bottom: 2%;
}

.vacature_overzicht article:hover {
  transform: scale(1.04);
  -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);
}

.vacature_overzicht article a {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vacature_overzicht article h2 {
  position: absolute;
  z-index: 5;
  font-weight: 700;
  font-size: 45px;
  bottom: 20px;
  left: 20px;
  color: white;
}

.vacature_overzicht article h2 strong {
  position: relative;
  z-index: 1;
}

.vacature_overzicht article h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}


.vacature_overzicht article img {
  width: 100%;
}

.vacature_overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  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;
}

.spontaan_solliciteren {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 100px 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.spontaan_solliciteren .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(58,58,58,.0);
}

.spontaan_solliciteren h2 {
  font-size: 45px;
  color: #000;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
  line-height: 120%;
  text-align: center;
}

.spontaan_solliciteren h2 strong {
  position: relative;
  z-index: 1;
}

.spontaan_solliciteren h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #97D4A2;
  z-index: -1 !important;
}

.spontaan_solliciteren a {
  background-color: #8BCF97;
  color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 25px;
  position: relative;
  z-index: 1;

}

/* Einde Vacature Overzicht */

.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 .vacimg {
  position: relative;
}

.vacature_pagina .vacimg img {
  width: 100%;
}

.vacature_pagina .vacimg p {
  position: relative;
  font-size: 1em;
  font-weight: 700;
  color: white;
  padding: 10px 25px;
  background-color: #F25029;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  border-radius: 200px;
}

.vacature_pagina .vacimg p i {
  font-size: 1.2em;
}

.vacature_pagina>div {
  width: 100%;
}

.vacature_pagina h1 {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-top: 20px;
}

.vacature_pagina h1 strong {
  position: relative;
  z-index: 1;
}

.vacature_pagina h1 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}


.vacature_pagina>div>h2 {
  width: 100%;
  color: #E94E1B;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vacature_pagina .text {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  font-weight: 200;
}

.vacature_pagina .text ul {
  padding-left: 20px;
  list-style-type: disc;
  margin: 15px 0;
}

.vacature_pagina .text h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 50px;
  font-weight: 700;
}

.vacature_pagina .text a {
  color: #8A8A8A;
  font-weight: 700;
}

.vacature_pagina .text strong {
  font-size: 1em;
  color: #3C3C3B !important;
  font-weight: 700;
  padding-bottom: 15px;
}

.vacature_pagina aside {
  max-width: 450px;
  width: 100%;
  margin-left: 50px;
  top: 50px;
  position: sticky;
}

.vacature_pagina aside form {
  border: 2px solid #F2F2F2;
  padding: 35px 30px;
}

.contact_label {
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.vacature_form input[type=text], 
.vacature_form input[type=email],
.vacature_form input[type=file],
.vacature_form select {
  width: 100%;
  border: 2px solid #EEEEEE;
  padding: 18px 15px 15px 15px;
  color: #252525;
  font-size: 18px;
  font-weight: 200;
  font-family: 'effra', sans-serif;
}

.vacature_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.vacature_form input[type=text]:focus, 
.vacature_form input[type=email]:focus {
  border: 2px solid #8BCF97;
  font-weight: 400;
}

.vacature_form textarea {
  width: 100%;
  border: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 15px 15px;
  color: #252525;
  font-weight: 200;
  font-size: 20px;
  font-family: 'effra', sans-serif;
  height: 180px;
}

.vacature_form textarea:focus {
  border: 2px solid #8BCF97;
  font-weight: 400;
}

.vacature_form input[type=submit] {
  padding: 15px 45px 15px 45px;
  font-weight: 700;
  color: #fff;
  background-color: #8BCF97;
  font-size: 18px;
  border: none;
  font-family: 'effra', sans-serif;
  transition: all .3s;
  font-weight: 700;
  text-align: center;
}


.vacature_form input[type=submit]:hover {
  background-color: #252525;
  color: #fff;
}

.vacature_form .field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.vacature_form .field label {
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 20px;
  transition: all .3s;
  background-color: #fff;
  padding: 0 5px;
}

.vacature_form .floatlabel label {
  top: -7px;
  left: 13px;
  font-size: 15px;
}


.vacature_form #NaamInput {
  width: 100%;
}

.vacature_form #EmailInput {
  width: 100%;
}


.vacature_form h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.vacature_form h2  strong {
  position: relative;
  z-index: 1;
}

.vacature_form h2  strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}


.vacature_form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.vacature_form .inputfile+label {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  height: initial;
  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;
}

/* Einde Vacature Pagina */



/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bevestiging {
  width: 100%;
  border: #e0e0e0 1px solid;
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
}

.bevestiging i {
  font-size: 55px;
  color: #8BCF97;
  margin-bottom: 20px;
}

.bevestiging h2 {
  color: #dedede;
  font-size: 20px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.bevestiging h1 strong {
  position: relative;
  z-index: 1;
}

.bevestiging h1 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}

.bevestiging p {
  line-height: 150%;
  color: #353535;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 18px 30px 15px 30px;
  background-color: #8BCF97;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  transition: all 1s ease;
}

.bevestiging a:hover {
  background-color: #252525;
  color: #ffffff;
}
/* Einde Bevestiging*/



/*============= Blog  =============*/

.blog_ov {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.blog_slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: white;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: rgba(0, 0, 0, .6);
}

.blog_slider .slick-next {
  right: 10px;
  left: initial;
}



.blog_ov article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  background-color: white;
  transition: all .8s;
}

.blog_ov article img {
  width: 100%;
  position: relative;
  transition: all 1.5s;
  z-index: 0;
}

.blog_ov article h2 {
  font-size: 22px;
  font-weight: 400;
  color: #353535;
  padding: 10px;
  padding-top: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.blog_ov article .c {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
  padding: 10px;
  padding-top: 0;
  z-index: 1;
  position: relative;
  background-color: white;
}

.blog_ov article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.blog_ov article button {
  margin: 10px 10px 10px 10px;
  border: none;
  color: #B9AA84;
  font-size: 18px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.blog_ov article button i {
  margin-left: 10px;
  font-size: 22px;
}

.blog_ov article:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  transform: scale(1.05);
}




.shareblog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f6f6f6;
}

.shareblog > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shareblog > div a {
  color: #A68A54;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: 1px solid #A68A54;
  font-weight: 700;
  opacity: .5;
  background-color: transparent !important;
}

.shareblog > div a:hover {
  background-color: #A68A54 !important;
  color: white;
}

.shareblog > div a i {
  font-size: 20px;
}

.shareblog p {
  font-weight: 200;
  color: #686868;
  margin-right: 10px;
}

.shareblog > a {
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}

.blog-img img {
  width: 100%;
}

.blog-img .blog_r {
  width: 50px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}

.blog-head p {
  margin-bottom: 15px;
}

.blog-head ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.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-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  z-index: 1;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  color: #252525;
}

.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;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}
.button-hold a:hover {
  transform: scale(1.1);
}

/*============= Blog  =============*/


/*========== Blog Detail ==========*/

.blog-holder {
  display: flex;
  margin-top: 30px;
  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 #f1f1f1;

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 20px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
}

.blog-main .c ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 20px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
}


.blog-item .c {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  padding: 0 15px;
  font-weight: 200;
  text-align: left;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  font-size: 45px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 20px;
  position: relative;
}

.blog-main .blog-img .h1 strong {
  position: relative;
  z-index: 1;
}

.blog-main .blog-img .h1 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}


.blog-aside h3 {
  font-weight: 700;
  color: #252525;
  font-size: 21px;
  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: #8BCF97;
  font-weight: 700;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #8BCF97;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 25px;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.blog-recent h2 strong {
  position: relative;
  z-index: 1;
}

.blog-recent h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}

.blog-recent .c {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 150%;
  padding: 0 15px;
  font-weight: 200;
  text-align: left;
}

.blog-recent .blog-item {
  margin-bottom: 45px;
  display: block;
}

.blog-recent .more {
  color: #fff;
  font-weight: 700;
  background-color: #8BCF97;
  padding: 15px 30px;
  margin-top: 10px;
  font-size: 18px;
  display: block;
  text-align: center;
  transition: all .3s;
}

.blog-recent .blog-item:hover .more {
  background-color: #000;
  color: #fff;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  font-weight: 700;
  color: #fff;
  background-color: #8BCF97;
  padding: 15px 30px;
  border: none;
  font-size: 18px;
}
.blog-overzicht .btn-hold a:hover {

}

.blog-overzicht h2 {
  font-size: 30px;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 140%;
  color: #000;
  font-weight: 700;
  position: relative;
}

.blog-overzicht h2 strong {
  position: relative;
  z-index: 1;
}

.blog-overzicht h2 strong div {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 28%;
  background-color: #8BCF97;
  opacity: .6;
  z-index: -1 !important;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 2% 1%;
  margin-top: 0;
  -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-size: 22px;
  line-height: 150%;
  color: #252525;
}
.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-top: 20px;
  padding-bottom: 20px;
}
.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: #353535;
  border-top: 3px solid #ececec;
  font-size: 25px;
  font-weight: bold;
}

/*========= Einde Detail =========*/

/* Partners */
.parnters_holder {
  background-color: #8BCF97;
}

.partners {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 80px 0;
}

.partners article {
  width: 33.33%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners article img {
  max-width: 200px;
  width: 100%;
  transition: all .5s;
  filter: brightness(0) invert(1);
}

.partners article img:hover {
  filter: none;
}

/* Einde Partners */



/* GDPR */

#content-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: auto;
  margin-bottom: 50px;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #278AB5;
  margin-bottom: 20px;
  margin-top: 50px;
}


#content-container h2 {
  color:#000;
  font-size:25px;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #97D4A2;
  color: #000;
  font-size: 20px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  font-size: 20px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #000;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #97D4A2;
  color: #000;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */


@media screen and (max-width: 1650px) {
  .navigatie {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1400px) {
  .wie > div {
    padding: 30px;
  }

  .wie h2 {
    font-size: 40px;
  }

  .home_banner {
    height: 90vh;
  }
}

@media all and (max-width: 1250px) {
  .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;
  }
}

@media all and (max-width: 1200px) {
  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens > div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split div {
    padding: 20px;
  }

  .contact_gegevens > div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_split img {
    display: none;
  }


  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .trajecten h2 {
    font-size: 35px;
  }

  .trajecten > div {
    flex-wrap: wrap;
  }

  .trajecten article {
    width: 100%;
    margin-bottom: 15px;
  }

  .powertitel h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1100px) {
  .blokken {
    padding: 30px 0 !important;
  }

  .blokken article .imageslide {
    width: 100%;
  }

  .blokken article {
    flex-wrap: wrap;
    padding: 0;
  }

  .blokken article img {
    width: 100%;
    margin-bottom: 30px;
    order: 1 !important;
  }

  .blokken article > div {
    width: 100%;
    order: 2 !important;
    padding: 10px;
    font-size: 16px;
  }

  .blokken article > div h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .wie {
    flex-wrap: wrap;
  }
  .wie img {
    width: 100%;
  }
  .wie > div {
    width: 100%;
    padding: 15px;
  }

  .wie {
    margin-bottom: 50px;
  }

  .vacature_pagina {
    flex-wrap: wrap;
  }
  .vacature_pagina aside {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .vacature_pagina aside form {
    border: none;
    border-top: 2px solid #f2f2f2;
    padding: 0;
    padding-top: 25px;
  }
  .vacature_pagina h1 {
    font-size: 35px;
  }

  .vacature_overzicht article {
    width: 100%;
    margin-bottom: 10px;
  }

  .spontaan_solliciteren h2 {
    font-size: 30px;
  }

  .vacature_overzicht article h2 {
    font-size: 30px;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:1;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    order: 2;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold {
    display: none;
  }

  .blog-aside {
    order: 1;
  }

  .blog-overzicht {
    order: 2;
  }

  .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;
    display: none;
  }

  .blog-recent .blog-item {
    width: 45%;
  }

}

@media screen and (max-width: 950px) {
  .footer_item {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  footer {
    padding: 20px;
  }

  .contact_formulier #NaamInput {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .blog-main .c {
    font-size: 1em;
  }
}

@media screen and (max-width: 800px) {
  .home_banner h2 {
    font-size: 50px;
  }

  .home_banner {
    height: 80vh;
  }

  .trajecten {
    padding: 30px 10px;
  }

  .contact_split div p {
    font-size: 18px;
  }

  .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;
  }

  .powertitel h2 {
    font-size: 35px;
  }

  .vacature_pagina .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .page_header h1 {
    font-size: 40px;
  }

  .page_header {
    padding: 50px 10px;
  }

  .navigatie nav {
    display: none;
  }

  .navigatie .menubtn {
    display: flex;
  }

  .vacature_pagina>div div {
    font-size: 14px;
  }

  .contact_form input[type=submit] {
    font-size: 16px;
    padding: 10px 30px;
  }

  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .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;
  }

  .blog-overzicht .blog-item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .blog-nav nav {
    margin-bottom: 0;
  }
}


@media screen and (max-width: 650px) {
  .contact_gegevens h1 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
  }

  .contact_split {
    margin-top: 0px !important;
  }

  .contact_gegevens h2 {
    font-size: 17px;
    text-align: left;
  }

  .contact_info h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
  }

  .contact_split div p {
    padding: 5px 0;
    font-size: 17px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }

  .contact_gegevens > div a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .contactpersonen article {
    width: 100%;
  }

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .home_banner h2 {
    font-size: 40px;
  }

  .page_header h1 {
    font-size: 30px;
  }

  .page_header h2,
  .page_header div {
    font-size: 16px;
  }



  .wie h2 {
    font-size: 35px;
  }

  .page_header {
    padding: 30px 10px;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}

