@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;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*--------Start Algemeen---------*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 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);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #ed6b31;
	border: 1px solid #ed6b31;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #ed6b31;
	border: 1px solid #ed6b31;
}

/* NEW COOKIE END */

/* cookies old 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#slider, #banner {
  padding-top: 110px;
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
.h1 {
  text-align: center;
}
.h1 h1 {
  background-color: #575656;
  color: #fefefe;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center !important;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  margin-top: 55px;
  margin-bottom: 50px;
  width: auto;
}
#home .h1 h1 {
  width: 100%;
}
.h3 {
  text-align: left;
}
.h3 h3 {
    background-color: #ed6b31;
    color: #fefefe !important;
    display: inline-block;
  padding-left: 1em !important;
  padding-right: 1em !important;
  text-align: center !important;
  padding-top: 0.35em !important;
  padding-bottom: 0.35em !important;
  width: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.mobile {
  display: none;
}
.action {
  cursor: pointer;
}
.vertcent {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imgoverlay {
  padding: 1px;
  border:2px solid #fefefe;
}
.imgoverlay > img {
  width: 100%;
}
h1 {
  font-weight: 600;
  color: black;
  font-size: 1.25em;
  width: 100%;
  text-align: center;
  padding:55px 10px 50px 10px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.content.home h1 {
  color: #ed6b31;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding:25px 10px 20px 10px;
  font-weight: bold;
  text-align: center;
}
p {
  line-height: 200%;margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
#home ul {
  list-style-image: none;
list-style-position: none;
line-height: 200%;
font-size: 1em;  
}
#home li {
  padding-left: 60px;
  position: relative;
  bottom: 3px;
}
#home li:after {
  background-image: url(/images/orangecheck.png);
  position: absolute;
  left: 20px;
  top: 6px;
  display: block;
  content: "";
  width: 19px;
  height: 16px;
}
#home .h1 h1 {
  margin-bottom: 35px;
}
#over .zoom {
  margin-bottom: 20px;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
#over .zoom img {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.zoom {
  overflow: hidden;
}
.zoom img {
  transition: all .2s ease-in-out;
}
.zoom:hover img {
  -ms-transform: scale(1.10);
  -o-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -webkit-transform: scale(1.10);
transform: scale(1.10);
}
/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
#home h1 {
  text-align: left;
}
.meer:before {
 content: "";
 display: inline-block;;
 width: 260px;
 height: 2px;
 border-top: 2px solid #ed6b31;
 margin-right: 20px;
 margin-bottom: 5px;
}
.meer:after {
  content: "";
 display: inline-block;;
 width: 260px;
 height: 2px;
 border-top: 2px solid #ed6b31;
 margin-left: 20px;
 margin-bottom: 5px;
}
/*-----einde algemeen--------*/
/*----start header--------*/

header {
  position: fixed;
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #ed6b31;
  background-color: #575656;  
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: white;
  z-index: 97;
  line-height: 33px;
}
header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header a {
  color: white;
  transition: color 0.3s;
}
header .active, header a:hover {
  color:#ed6b31;
}
header:after {
  display: block;
  content: "";
  clear: both;
}
#logo {
  position: relative;
  left: 2%;
}
#lang, #menu {
  float: right;
}
#lang {
  height: 100%;
  background-color: #373737;
  width: 125px;
  position: relative;
  z-index: 98;
  cursor: pointer;
}
#lang p {
  position: absolute;
  top: 50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);  
  -moz-transform: translate(-50%,-50%);  
  -webkit-transform: translate(-50%,-50%);  
  -o-transform: translate(-50%,-50%);  
  transform: translate(-50%,-50%);
  text-align: center;
}
#lang > ul {
  display: none;
  position: absolute;
  width: 100%;
  left:0;
  top: 109px;
  background-color: #373737;
}
#lang li {
  display: block;
  text-align: center;
  padding:20px 0; 
}
#lang li a {
  display: block;
  height: 100%;
}
#lang li:hover a {
  color:#ed6b31;
}
#lang > p {
  position: relative;
  padding-right: 20px;
}
.langtri {
  width: 0;
height: 0;
border-style: solid;
border-width: 8.7px 5px 0 5px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
right: 30px;
top: 11.5px;
}

#menu {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);  
  -moz-transform: translateY(-50%);  
  -webkit-transform: translateY(-50%);  
  -o-transform: translateY(-50%);  
  transform: translateY(-50%);
  right: 150px; 
  height: 33px;
}
#menu a {
  padding:5px 30px;
}

/*----end header----*/
/*---start banner-----*/
#banner {  
  padding-top: 110px;
}
#bannerimg {
  background-position: center center;
  background-size:cover;
  background-repeat:no-repeat;
  height: 150px;
}
/*-----end banner-----*/
/*---start home----*/
#home {
  margin-bottom: 60px;
}

#home p {
  line-height: 200%;
}

/*---end home----*/
/*------start over ------- */
#over {
  text-align: center;
}
#over img {
  width: 75%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin:0 auto 20px auto;
  display: block;
}
#over h2 {
  color: #ed6b31;
}

#team {
  background-color: #ff6a27;
  color:white;  
  padding-bottom: 4%;
  margin-top: 60px;
  text-align: left;
}
#team h2 {
  text-align: left;
  padding:0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#team:after {
  display: block;
  content: "";
  clear: both;
}
.teamlid {
  position: relative;
}
.teamtxt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47%;
  right: 0; 
}
.teamlid .imgoverlay {
  width: 45%;
  float: left;
  position: relative;
}
.teamlid .imgoverlay:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.4);
}
}
#team .teamtxt {
  width: 55%;
  float: left;
  padding:15px;
}
#team h3 {
  text-transform: uppercase; 
  position: absolute;
  bottom: 25px; 
}
#team h3 img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
/*-----end over------*/
/*-------start activiteiten------*/
.activiteiten:after {
  display: block;
  clear: both;
  content: "";
}
.activiteiten {
  margin-top:-4%;
  margin-bottom: 100px;
}
.activiteiten p {
  min-height: 100px;
  margin-bottom: 25px;
}
.activiteiten img {
  margin: 0 auto;
  display: block;
  transition: all .2s ease-in-out;
}
.activiteit:hover div img {
  transform: scale(1.05);
}
.topimg {
  width: 100%;
}
.activiteit {
  position: relative;
}
.activiteit a {
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right: 0;  
}
.acti:after {
  display: block;
  clear: both;
  content: "";
}
.acti h3 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 200%;
  margin-bottom: 20px;
}

.two-row-grid:after {
  display: block;
  clear: both;
  content: "";
}

.two-row-grid > * {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.two-row-grid > *:nth-child(2n) {
  margin-right: 0;
}
/*------eind activiteiten-------*/
/*------start referenties-------*/
.orangebar {
  background-color: #ed6b31;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 60px;
  padding:15px 5px;
}
.orangebar h3 {
  margin-left: 15px;
  font-weight: 600;
  font-size: 1.1em;
}
.orangebar .selects {
  float:right;
  position: relative;
  top: -7px;
}
.orangebar select {
  border:none;
  min-width: 300px;
  padding:5px 10px;
}
.orangebar label {
  margin-right: 10px;
}
.orangebar select:first-of-type {
  margin-right: 100px;
}
.orangebar select:last-of-type {
  margin-right: 4px;
}
#preview:after {
  display: block;
  content: "";
  clear: both;
}
#preview > div {
  position: relative;
  overflow: hidden;
}
#preview a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}
#preview:hover img {
transform: scale(1.05);
}
/*------einde referenties-------*/
/*------start partners-------*/
#partners {
  margin-top: 40px;
}
.partner {
  border-bottom: 1px solid black;
  padding:30px 0;
}
.partner > * {
  float:left;
}
.partner:after {
  display: block;
  clear: both;
  content: "";
}
.partner img {
  width: 25%;
}
.partner h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color:#ed6b31;
  font-size: 1.1em;
  margin-bottom:30px;
}
.partner .partnertxt {
  width: 70%;
  margin-left: 5%;
}
.partner.right .partnertxt {
  margin-left: 0;
  margin-right: 5%;
}
.partner:last-child {
  border-bottom: none;
}

/*------einde partners-------*/
/*-----start Jobs------*/
#jobs {
  position: relative;
  padding-bottom: 160px;
  border-bottom: 1px solid black;
  margin-bottom: 60px;
}
#jobs a {
  position: absolute;    
  padding:12.5px 40px;
  color: white;
  background-color: #ed6b31;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  bottom: 58.5px;
  left:50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border:1px solid #ed6b31;
}
#jobs a:hover {
  background-color:transparent;
  border:1px solid #ed6b31;
  color:#ed6b31;
}
.two-col-grid:after {
  display: block;
  clear: both;
  content: "";
}

.two-col-grid > *{
  width: 48.5%;
  margin-right: 3%;
  float:left;
}
.two-col-grid > *:nth-child(2n) {
  margin-right: 0;
}
.vacatures {
  margin-bottom: 40px;
}
.vacature {
  position: relative;
  padding-bottom: 160px;
}
.vacature ul {
  margin-top: 20px;
  margin-bottom: 20px;    
  line-height: 200%;
}
.vacature em {
  font-style: italic;
}
.vacature h2 {
  text-align: center;
  text-transform: none;
  padding-left: 0;
  color: #fefefe;
  background-color: #575656;
  margin-bottom: 20px;
}
.vacature li {
  list-style: none;
  position: relative;
  padding-left: 40px;
}

.vacature li:before {
  /* For a round bullet */
  content:'\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: absolute;
  max-width: 0px;
  max-height: 0px;
  left: 0px;
  top: 1px;
  color: #ed6b31;
  font-size: 30px;
}
.vacature a {
  position: absolute;    
  padding:12.5px 40px;
  color: white;
  background-color: #ed6b31;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  bottom: 58.5px;
  left:50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border:1px solid #ed6b31;
  text-align: center;
}
.vacature a:hover {
  background-color:transparent;
  border:1px solid #ed6b31;
  color:#ed6b31;
}
/*------eidne Jobs------*/
/*------Start contact------*/
#mymap {  
  height: 300px;  
}
.gm-style>div:nth-child(4){
  right: initial !important;
  left:80px;
}
.gm-style>div:nth-child(6){
  right: initial !important;
  left:225px;
}
#mapwrap {
  position: relative;
  padding-top: 110px;
}
.tg {
  font-family: "Open Sans",sans-serif;
  padding:0px 40px 0px 10px ;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ed6b31;  
  color: white;  
}
.tg p {
  height: 30px;
  line-height: 30px;
  font-size:0.9em;
  margin-bottom: 0;
}
.tg span {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ed6b31 transparent;
}
.contacttxt {
  text-align: center;
  margin-bottom: 40px;
}
.contactform {
  margin-right: 850px;  
  position: relative;
}
.contactform input {
  width: 100%;
  margin-bottom: 10px;
  padding:5px 0px 5px 10px;
}
.contactform textarea {
  height: 100px;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-top: 10px;
}
.contactform input[type="submit"] { 
  width: 100%;  
  padding:10px 0px;
  color: white;
  background-color: #ed6b31;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border:1px solid #ed6b31;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contactform input[type="submit"]:hover {
  background-color:transparent;
  border:1px solid #ed6b31;
  color:#ed6b31;
}
.contactheight {
  margin-bottom: 100px;
}
.gegevens {
  float: right;
  width: 400px;
  margin-right: 25px;
}
.gegevens .teamoverlay img {
  width: 100%;
}
.gegevens .teamoverlay {
  padding: 1px;
   border: 2px solid #ed6b31;
}
.gegevens p {
  position: relative;
  padding-left: 60px;
  margin-left: 40px;
  color: white;
}
.gegevens p:nth-child(2){
  margin-bottom: 20px;
}
.gegevens p img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gegevens .middle {
  padding:20px 0;
  background-color: #575656;
  margin-top: 45.5px;
}
.teammembers {
  float:right;
  width: 400px;
}
.teamlidcontact > .teamoverlay {
  width: 130px;  
  margin-bottom: 25.5px;
  margin-top: 25.5px; 
   padding: 1px;
   border: 2px solid #ed6b31;
}
.teamlidcontact .teamoverlay img {
  width: 100%;
}
.teamlidcontact:last-child > .teamoverlay {  
  margin-bottom: 0px;  
}
.teamlidcontact:first-child > .teamoverlay {  
  margin-top: 0px;  
}
.teamlidcontact {
  position: relative;
  border-bottom: 1px solid black;
  font-family: "Open Sans", sans-serif;
}
.teamlidcontact:last-child {
  border-bottom: 0;
}
.teamlidcontact h2 {
  padding:0;
  text-align: left;
  color:#ed6b31;
  margin-bottom: 10px;
}
.teamlidcontact .teamtxt {
  left: 40%;
  top: 25.5px;
  bottom: 25.5px;
}
.teamlidcontact:first-child .teamtxt {
  top: 0;
}
.teamlidcontact:last-child .teamtxt {
  bottom: 0;
}
.teamtxt h3 {
  line-height: 140%;
}
.teamlidcontact a {
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  left: 0;
}
.teamlidcontact a h3 img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.errors {
  margin-bottom: 20px;
  line-height: 150%;
  font-family: "Open Sans", sans-serif;
}

/*------einde contact-----*/
/*-----start AK band-----*/
#akband {
  background-color: #e7e6eb;  
  font-family: "Open Sans", sans-serif;
  position: relative;
  min-height: 370px; 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,8f9195+0,e7e6eb+40 */    
  background: url('/images/lamp2.png'), -moz-linear-gradient(left, #a5a4a8 0%, #8f9195 0%, #e7e6eb 60%); /* FF3.6-15 */
  background: url('/images/lamp2.png'), -webkit-linear-gradient(left, #a5a4a8 0%,#8f9195 0%,#e7e6eb 60%); /* Chrome10-25,Safari5.1-6 */
  background: url('/images/lamp2.png'), linear-gradient(to right, #a5a4a8 0%,#8f9195 0%,#e7e6eb 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e7e6eb',GradientType=1 ); /* IE6-9 */    
  background-position: left center;
  background-repeat: no-repeat;
}
#akband > div {
  width: 60%;
  margin-left: 35%;
  padding-bottom: 60px;
}
#akband h3 {
  color:#ed6b31;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  padding:60px 0 40px 0;
}
#akband p {
  line-height:200%;
}
#akband > * {
  float: left;
}
#akband:after {
  display: block;
  content: "";
  clear: both;
}

/*------------End ak band--------------*/
/*--------star grey ak--------------*/
#greyak {
  margin-top: 60px;
 padding-top: 30px;
 padding-bottom: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,8f9195+0,e7e6eb+40 */
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #8f9195 0%, #e7e6eb 40%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 0%,#8f9195 0%,#e7e6eb 40%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 0%,#8f9195 0%,#e7e6eb 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e7e6eb',GradientType=1 ); /* IE6-9 */
  text-align: right;
}
#greyak h3 {
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
  margin-right: 40px;
  /*position: absolute;
  left: 0%;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
#greyak a {
  /*position: absolute;
  right: 0%;*/
  padding:10px 20px;
  color: white;
  background-color: #ed6b31;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; 
  /*top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
  display: inline-block;
  border:1px solid #ed6b31;
}
#greyak a:hover {
  background-color:transparent;
  border:1px solid #ed6b31;
  color:#ed6b31;}
#greyak .content {
  position: relative;
  /*height: 120px;*/
}
/*--------------end grey ak-----------*/
/*------------Start footer----------*/
#foottop {
  background-color: #575656;
  color:white;
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
}
#foottop:before,#foottop .after {
  content: "";
  display: inline-block;
}
#foottop:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.footitem {
  display: inline-block;
  vertical-align: top;
  line-height: 250%;
}
.footitem p {
  position: relative;
  padding-left: 50px;
}
.footitem p img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footitem.last p img {
  top:6px;
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
#plenso {
  background-color: #7d7d7d;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 0.8em;
}
#plenso a {
  color:#a3a3a3;
}

.contactform p {
  margin-bottom: 0;
}
.middle p {
  margin-bottom: 0;
}

.footitem p {
  margin-bottom: 0;
}

.border {
  padding:15px;
  border:2px solid #ed6b31;
  text-align: center;
}
/*----------------Media Queries----------------*/
@media screen and (max-width: 1450px){
  #menu a {
    padding:5px 20px;
  }
}

@media screen and (max-width: 1250px){
  #menu a {
    padding:5px 10px;
  }
}
@media screen and (max-width: 1200px){
  .orangebar select {
    min-width: 200px;    
  }
  .orangebar select:first-of-type {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1150px) {
  #lang {
    width: 100px;
  }
}
@media screen and (max-width: 1100px){
  #menuicon {
    display: block;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 150px;
    width: 40px;
    cursor: pointer;
  }
  #menu {
    display: none;
    background-color: #343333;
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
    width: 100%;
    padding-top: 40px;
  }
  #menu a {
    width: 100%;
    padding:20px 0px;
    font-size: 1.35em;
    display: block;
    text-align: center;    
  }
  #menu a.active {
    color: white;
    background-color: #ed6b31;
  }
  .footitem.last {
    display: none;
  }
  .mobile {
    display: block;
  }
  .nomobile {
    display: none;
  }
  .gegevens {
    float: left;
    margin-right: 0;
  }
  .contactform {
    margin-right: 0;
    margin-left: 425px;
  }
  .clrleft {
    clear: none !important;
  }
  .teammembers {
    float: none;
  }

}
@media screen and (max-width: 1000px){
  #akband > div {
    width: 96%;
    margin-left: 0;
    margin:0 auto;
    float: none;
  }
  .orangebar select {
    min-width: 150px;    
  }
  .orangebar select:first-of-type {
    margin-right: 40px;
  }
  .meer:before { 
 width: 60px; 
}
.meer:after {
 width: 60px;
}
#akband {
  background-image: none;
  background-color: #e7e6eb;
}

}
@media screen and (max-width: 850px){
  .orangebar .selects {
    width: 100%;
    float: none;
    position: static;
    padding-left: 15px;
    margin-top: 10px;
  }
  .orangebar h3 {
    display: none;
  }
  .orangebar h3.dn {
    display: block;
  }
  .partner img {
    float: none;
    width: 50%;
    display: block;
    margin:0px auto 40px auto;
  }
  .partner.right img {
    display: none;
  }
  .partner.right img.dn {
    display: block;
  }
  .partner .partnertxt {
    width: 100%;
    margin: 0;
    float: none;
  }
  .vacature a {
    left: 0;
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }


}
@media screen and (max-width: 800px){
  #greyak h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px){
  .overtxt {
    margin-bottom: 80px;
  }
  br.dn {
    display: block;
  }
  #act {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #greyak h3, #greyak a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #greyak h3 {
    margin-bottom: 20px;
  }
  #greyak a {
    max-width: 250px;
  }
}
@media screen and (max-width: 680px){
  .footitem {
    display: block;
    width: 250px;
    margin:10px auto;    
  }
  .fooitem.last {
    display: none;
  }
  #team {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 650px){
  .gegevens {
    float: none;   
    margin:0 auto 60px auto;
  }
  .contactform {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }


}
@media screen and (max-width: 600px){
  .two-row-grid > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .two-col-grid > * {
    margin:0;
    float: none;
    width: 100%;
  }
  .vacature {
    border-bottom: 1px solid black;
    margin-bottom: 60px;
  }
  .vacature:last-of-type {
    border-bottom: 0px;
    margin-bottom: 20px;
  }
  .partner img {
    width: 75%;
  }
  .gm-style>div:nth-child(4){  
  left:0px;
  bottom: initial !important;
  top: 0;
}
.gm-style>div:nth-child(6){  
  left:145px;
  bottom: initial !important;
  top: 0;
}
}
@media screen and (max-width: 500px) {
    .meer:before { 
 width: 30px; 
}
.meer:after {
 width: 30px;
}
}
@media screen and (max-width: 440px){
  .gegevens, .teammembers {
    width: 100%;
  }
}

@media screen and (max-width: 400px){
  #logo {
    left: 0;
    width: 180px;
    margin-top: 9px;
  }
  #menuicon {
    right: 100px;
  }
  #lang {
    width: 80px;
  }
  .langtri {
    right: 20px;
  }
  #akband {
    background-position: 55%;
  }
  
  #jobs a, .vacature a {
    left: 0;
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .teamlidcontact .teamtxt {
    left: 140px;
  }
  .partner img {
    width: 100%;
  }
}
@media screen and (max-width: 350px){
  #team .teamtxt {
    padding:5px;
  }
  #team h2 {
    font-size: 0.9em;
  }
  #team h3 {
    bottom:5px;
  }
      .meer:before { 
display: none;
}
.meer:after {
display: none;
}
}
@media screen and (max-width: 300px){
  #logo {
    width: 100px;
    margin-top: 29.5px;
  } 
  .footitem p img {
    left: 5px;
  }
  .footitem p {
    width: 100%;
    padding-left: 30px;
  }
  .gegevens p {
    margin-left: 10px;
    padding-left: 30px;
  }
  .teamlidcontact .teamtxt {
    font-size: 0.9em;
  }
  .teamlidcontact a h3 img {
    display: none;
  }
}
@media screen and (max-width: 250px){
  .gegevens p img, .footitem p img {
    display: none;
  }
  .gegevens p, .footitem p {
    margin-left: 0;
    padding-left: 0;
    width: 100%;   
    text-align: center;
  }  
  #foottop:before,#foottop:after, #foottop .after {
    display: none;
  }
  #foottop {
    text-align: center;
  }

}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #575656;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #ed6b31;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #ed6b31;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #ed6b31;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #ed6b31;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
