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

}
.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}



/*========== Curtaindrop ==========*/

.curtain-click {
  cursor: pointer;
  animation: pulse 3s infinite;
}


@keyframes pulse {
  0% {
    color: #252525;
  }

  25% {
    color: #F78F1E;
  }
  50% {
    color: #252525;
  }
  75% {
    color: #F78F1E;
  }
  100% {
    color: #252525;
  }
}


.curtaindrop {
  width: 100%;
  z-index: 10000000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

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

.dark_ove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 800px;
  color: #fff;
  z-index: 21;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.curtaindrop .button {
  display: inline-block;
  background: #F78F1E;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 30px 15px 30px;
  transition: all .2s;
  margin-top: 15px;
  transition: all .3s;
}

.curtaindrop .button:hover {
  transform: scale(1.05);
}

.curtaindrop p {
  font-size: 30px;
  line-height: 170%;
  font-weight: 200;
  text-align: center;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  line-height: 120%;
}

.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 =======*/



/* Instagram */

.instagram {

  padding: 50px 10px;
  margin-top: 50px;
}

.instagram h2 {
  text-align: center;
  color: #F37D1D;
  font-weight: 700;
  font-family: "Poppins",serif;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.instagram > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

.instagram img {
  width: 24%;
  margin: 0.5%;
}

.instagram_feed {   
  width: 100%;   
  max-width: 1400px;   
  margin: 0 auto;   
  display: flex;   
  justify-content: center;   
  -ms-align-items: center;   
  align-items: center;   
  flex-direction: row;  
  flex-wrap: wrap; 
  padding: 25px;   
  padding-top: 30px;   
  background-color: white;   
  margin-top: 30px; 
  margin-bottom: 30px;
} 

.instagram_feed .instagram_post {  
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 1%;
} 

.instagram_feed .instagram_post img {   
  width: 100%; 
} 

.instagram_feed .instagram_post video {   
  width: 100%; 
} 

.instagram_feed .instagram_post .overlay {   
  position: absolute;   
  left: 0;   
  right: 0;   
  bottom: 0;   
  top: 0;   
  z-index: 1;   
  background-color: rgba(0,0,0,.5);   
  opacity: 0;   
  display: flex;   
  justify-content: center;   
  -ms-align-items: center;   
  align-items: center;   
  color: white;   
  font-size: 3em;   
  transition: all .3s; 
} 

.instagram_feed .instagram_post:hover .overlay {   
  opacity: 1; 
}

/* Einde instagram */

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

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

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

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

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

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

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

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

.inschrijving_bevestiging .fbbtn {
  padding: 10px 20px;
  color: #8a8a8a;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  font-size: .9em;
}

.inschrijving_bevestiging .fbbtn i {
  color: #8a8a8a;
  font-size: 1.1em;
  margin-right: 5px;
}

.inschrijving_bevestiging img {
  width: 45%;
}


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

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

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


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

}

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

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

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

.spontaan_sol img {
  opacity: 0;
}

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

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

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

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

.vacature_overzicht article img {
  width: 50%;
}

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

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

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

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

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

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

.vacature_overzicht article div a:hover {

  background-color: #f37d1d;
  color: white;
}

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

.ak_videocall_vacature img {
  width: 100%;
}

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

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

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


/* Einde Vacature Overzicht */

/* Vacature Pagina */

.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;
  margin-top: 150px;
}

.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: #f37d1d;
  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>div>h2 {
  width: 100%;
  color: #f37d1d;
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vacature_pagina h1 {
  width: 100%;
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  margin: 0 !important;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  text-align: left !important;
  text-transform: unset !important;

}

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

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

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

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

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

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


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

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

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

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


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

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

.vacature_form textarea {
  height: 150px;
}

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


.vacature_form select option {
  color: #353535 !important;
}

.vacature_form input[type=submit] {
  width: 100%;
  background-color: #f37d1d;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.1em;
  border: none;
  padding: 15px;
}

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

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

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

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

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

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

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

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

.vacature_ak div {
  position: relative;
}

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

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

.vacature_ak .mainimage {
  width: 100%;
}

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

.vacature_ak  {
  width: 100%;
}

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

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

.service_manager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  border: 2px solid #F2F2F2;
}

.service_manager img {
  width: 30%;
}

.service_manager > div {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 30px;
}

.service_manager h2 {
  width: 100%;
  text-align: left;
  font-size: 1.4em;
  font-weight: 700;
  color: #f37d1d;
  margin-bottom: 10px;
}

.service_manager > div div {
  font-size: 1.1em;
  font-weight: 200;
  color: #9e9e9e;
  line-height: 170%;
}

/* Einde Vacature Pagina */

.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 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

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

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

.PL_Buttons a {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
  background-color: #F37D1D;
  border: 1px solid #F37D1D;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #F37D1D;
}


#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}

@media all and (max-width: 730px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
    width: 100%;
  }
}

#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: colour;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: colour;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
}
.submitholder:after {
  display: block;
  clear: both;
  content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

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

#content-container h2 {
  color:${1:MainColour}; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: ${1:MainColour};
}

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

#content-container p {
  margin-bottom: 2em;
}

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

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
 min-height:100%;
 position:relative;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.band {
  background-color: #F37D1D;

}

.band .igtitle
{
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: -20px;
}

.band .igtitle .sub
{
  background-color: #fff;
  color: #F37D1D !important;
  display: inline-block;
  border-radius: 200px;
  padding: 0 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.35);
  height: 40px;
  line-height: 40px;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #CD1719 !important;
  border-color: #CD1719 !important;
}

.band .between-titel h3 {
  background-color:#fff;
}
.between-titel {
  padding:60px 0;
  position: relative;
  text-align: center;
}
.between-titel .line-hold {
  position: relative;
}
.between-titel .line-hold h3, .between-titel .line-hold h2, .between-titel .line-hold h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin:0 auto;
  position: relative;
  z-index:2;
  background-color: #fff;
  display: inline-block;
  padding:0 100px;
}
.band .between-titel h3 {
  background-color:#fff;
}
.between-titel .line-hold:after {
  display: block;
  height: 1px;
  background-color: #707070;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.small.between-titel {
  padding:30px 0;
}

.band {
  background-color: #fff;
  margin:60px 0;
  padding:60px 0;
}


html,
body {
 margin:0;
 padding:0;
 height:100%;
 min-height: 100%;
 font-family: Verdana, Arial, Sans-Serif;
}

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

#container .center, #splash .center
{
  width: 95%;
  max-width: 1350px;
}

#splashtalen
{
  padding-bottom: 1px;
}

#splash
{
  text-align: center;
  color: #fff;
}

#splash video
{
  position:absolute;left:50%;top:50%;min-width:100%;min-height:100%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

#splash #container
{
  background: transparent no-repeat center;
  background-size: cover;
  padding-top: 1px;
  overflow: hidden;
  min-height: auto;
}

#splash .c
{
  width: 75%;
  margin: 0 auto;
}

#splash .splash-scroll-holder
{
  margin-top: 0;
  top: -25px;
}

#splash #container > a
{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 150px;
  bottom: 250px;
}

#splash #container > a > img
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#splash #container > .center
{
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
  max-width: 100%;
}

#splash #splashbuttons
{
  margin: 0 auto;
  max-width: 900px;
}

#splashbuttons a
{
  font-weight: bold;
  font-size: 1.3em;
  color: #F37D1D;
  padding: .6em .1em;
  border: 2px solid #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  text-transform: uppercase;
  transition: background .6s ease-out;
  -webkit-transition: background .6s ease-out;
}

#splashbuttons a:hover
{
  background-color: #fff;
}

#splashtalen a
{
  color: #fff;
  border: 2px solid #fff;
  width: 200px;
  display: inline-block;
  margin: 5% 1.2em;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

header
{
  position: fixed;
  left: 0;
  background-color: #fff;
  z-index: 999999;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 30px;
}

.scrolling header
{
  padding-top: 0;
}

.c
{
  line-height: 1.55em;
}

#res
{
  display: none;
  background: #F37D1E url(/images/icolist.png) no-repeat center;
  width: 76px;
  height: 76px;
  cursor: pointer;
  float: right;
}

#taal
{
  position: absolute;
  right: 0;
  top: -95px;
}

#logo
{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

header:after
{
  display: block;
  clear: both;
  content: '';
}

#taal > a
{
  font-family: sans-serif;
  display: inline-block;
  text-align: center;
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  background-color: #000;
  margin-left: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  transition: background .5s ease-out;
  -webkit-transition: background .5s ease-out;
}

#taal > a:hover, #taal > .active
{
  background-color: #F37D1E;
}

#siteby
{
  display: block;
  padding: .6em;
  color: #818181;
  line-height: 1em;
  background-color: #eee;
  text-align: center;
  font-size: .75em;
}

#siteby > a
{
  color: #818181;
}

#siteby a:last-of-type i.show{
  display: inline;
}

#siteby a:last-of-type i.hidden{
  display: none;
  color: #8bcf97;
}

#siteby a:last-of-type:hover i.show {
  display: none;
}
#siteby a:last-of-type:hover i.hidden {
  display: inline;
}

.lineseperator
{
  display: inline-block;
  height: 2px;
  background-color: #F37D1E;
  max-width: 200px;
  width: 85%;
}

footer address
{
  padding-left: 25px;
  padding-right: 25px;
  height: 155px;
  color: #000;
  text-align: center;
}

footer > address > div
{
  display: inline-block;
  margin: 0 2.5%;
  text-align: left;
  vertical-align: top;
}

.lscontainer
{
  padding: 70px 0;
}

.lscontainer img
{
  max-width: 70%;
  display: inline-block;
}

footer > address > .social
{
  text-align: center;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 9px 0;
  margin-top: 25px;
}

footer > address > .social img
{
  height: 30px;
  margin: 0 10px;
}

address a
{
  color: #000;
}

address p
{
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 9px;
  line-height: 2em;
  margin-bottom: 0;
}



#ttcontainer
{
  background-size: cover;
  margin-top: 5%;
}

#tickertape p
{
  text-align: center;
  position: relative;
}

#tickertape span
{
  display: inline-block;
  padding: 0 1em;
  position: relative;
  font-size: 1.7em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

#tickertape
{
  height: 200px;
  position: relative;
  margin-bottom: 40px;
}

#tickertapeholder
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

#breadcrumb a
{
  color: #000;
}

.mycanvas
{
  display: none !important;
}

#bannerBg
{
  margin-top: 5%;
}

#breadcrumb
{
  font-size: .8em;
  padding-left: .5em;
  padding-top: 1em;
}

.thistho {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  border-radius: 500px;
  overflow: 0;
  font-size: .85em;
}

#realisaties > a
{
  width: 47.5%;
  float: left;
  color: #000;
  margin-top: 5%;
}

#realisaties h3
{
  margin-top: .8em;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: .4em;
}

#realisaties > a:nth-child(2n)
{
  float: right;
}

#realisaties img
{
  width: 100%;
}

#realisaties:after
{
  clear: both;
  display: block;
  content: '';
}

.multimedia_perspective_carousel
{
  margin-left: auto;
  margin-right: auto;
}

#dd {
  position: relative;
}

#dd h2 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  background-color: white;
  text-transform: uppercase;
  padding: 5px;
  transform: translateX(-50%);
  font-family: 'Mallanna', sans-serif;
  letter-spacing: 2px;
  color: black;
  font-size: 1.2em;
  text-align: center;
}
#dd h2 span {
  color: #5E5E5E;
  font-weight: 400;
  font-size: .9em;
  padding-top: 5px;
}

.loctek-lightbox
{
  z-index: 99999999 !important;
}
.loctek-lightbox-cover
{
  z-index: 99999998 !important;
}

#mapcontainer
{
  margin-top: 220px;
}

#header
{
  height: 350px;
  background: url(/images/header.png) no-repeat center;
  background-size: cover;
  margin-top: 220px;
}

.splash-scroll-holder {
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 70px;
}
.splash-scroll-holder .splashscroll {
  top: 0;
  border: 2px solid #fff;
}

.products {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction:row;
  flex-wrap:wrap;
}
.products .product {
  width: 24%;
  background-color: #EDEDED;
  position: relative;
}
.products .product:hover {
  background-color: #f8eaf2;
}
.product .inhoud {
  padding: 25px 15px;
  text-align: center;
}
.product img {
  width: 100%;
}

.product .merk
{
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
}

.splashscroll,
.splashscroll:before {
  position: absolute;
  left: 50%;
}

.splashscroll:hover {
  background-color: rgba(243, 125, 30,.6);
}

.splashscroll:hover:before {
  background: #fff;
}

.splashscroll {
  position: absolute;
  width: 30px;
  opacity: .5;
  height: 50px;
  background-color: rgba(243, 125, 30,.6);
  margin-left: -15px;
  margin-top: 0;
  box-shadow: inset 0 0 0 2px #F37D1E;
  border-radius: 25px;
  top: 25px;
  left: 50%;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
}
.splashscroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

h1
{
  text-transform: uppercase;
  line-height: 1.6em;
  text-align: center;
  font-size: 1.8em;
  margin: 4% auto;
}

h2.sub
{
  margin-top: .3em;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
}

.c h2
{
  margin-top: 2em;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #F27D1D;
}

nav ul:after
{
  display: inline-block;
  width: 100%;
  content: '';
}

nav
{
  position: relative;
  max-width: 1350px;
  margin: 40px auto 0 auto;
  text-align: justify;
}

nav li
{
  display: inline-block;
}

nav ul a
{
  font-size: 1.2em;
  font-family: sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: .2em;
  margin: 0 .5em;
  color: #000;
}

nav ul .active, nav ul a:hover
{
  color: #F37D1E;
  border-bottom: 1px solid #F37D1E;
  position: relative;
}

nav ul .active:after, nav ul a:hover:after
{
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #F47D1F;
  position: absolute;
  right: 0;
  bottom: 0;
}

.dienst
{
  text-align: center;
}

.dienst .hover
{
  display: none;
}

.dienst:hover .hover
{
  display: block;
}

.dienst:hover .normal
{
  display: none;
}

.dienst img
{
  width: 100%;
}

.normal
{
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.dienst h2
{
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 20px;
  display: inline-block;
  padding: .4em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  background-color: rgba(244, 125, 31, .7);
  color: #fff;
}

.dienst strong
{
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  height: 4.5em;
  overflow: hidden;
  color: #000;
  font-weight: normal;
  display: block;
  font-style: italic;
}

.dienst > span > span, .dienst > span:after, .dienst > span:before
{
  content: '';
  display: inline-block;
  width: 10px;
  background-color: #F37D1E;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 .3em;
}

.faqItem h2
{
  padding: 0 35px .45em .5em;
  font-size: 1.1em;
  border-bottom: 2px solid #F47D1F;
  margin-bottom: 1em;
  background: url(/images/arrowright.png) no-repeat right 10px center;
}

.faqItem .c
{
  padding-left: 1.5em;
  padding-right: 35px;
  margin-bottom: 2.2em;
  color: #444;
  font-size: .9em;
  text-align: justify;
}

#faqcon > aside
{
  float: right;
  width: 350px;
  text-align: center;
  font-size: 1.3em;
}

#faqcon > div
{
  margin-right: 380px;
}

#faqcon img
{
  border-radius: 110px;
  -webkit-border-radius: 110px;
  display: block;
  width: 220px;
  margin-bottom: 1.5em; 
  margin-left: auto;
  margin-right: auto;
}

#faqcon
{
  margin-top: 5%;
}

#footeraks
{
  background-color: #DADADA;
  margin-top: 5%;
}

.schuif
{
  position: relative;
}

.schuif > span
{
  position: relative;
  z-index: 1;
  width: 0;
  color: #fff;
  transition: color .4s;
  -webkit-transition: color .4s;
}

.schuif:before
{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  min-height: 100%;
  background-color: #fff;
  width: 0;
  transition: width .4s;
  -webkit-transition: width .4s;
}

.schuif:hover:before
{
  width: 100%;
}

.schuif:hover >span
{
  color: #000;
}

.schuif.leesmeer > span
{
  color: #000;
}

.schuif.leesmeer:hover > span
{
  color: #fff;
}

.schuif.leesmeer:before
{
  background-color: #000;
}

#footeraks > ul > li
{
  float: left;
  width: 33.33%;
  height: 3em;
  line-height: 3em;
  cursor: pointer;
  overflow: hidden;
  background-color: #F47D1F;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 2px solid #fff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

#footeraks:after
{
  display: block;
  clear: both;
  content: '';
}

#footeraks > .center > div:after, #footeraks > .center:after
{
  content: '';
  display: block;
  clear: both;
}

#footeraks > .center img
{
  width: 320px;
  float: left;
}

#footeraks > .center > div > .pl
{
  margin-left: 350px;
}

#footeraks h2
{
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#footeraks .btn
{
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  height: 35px;
  line-height: 35px;
  float: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  margin-top: 1.5em;
  background-color: #F47D1F;
}

#footeraks>ul li.active, #footeraks >ul li:hover
{
  border-top-color: #DADADA;
  color: #000;
  background-color: #DADADA;
}

#footeraks > .center > div
{
  padding: 4% 0;
}

#slider
{
  margin-top: 220px;
}

#slider > div
{
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider > div > div
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 550px;
  padding: 1.5em 3.5% 0 3.5%;
  background: rgba(255,255,255,.7);
}

#slider h1
{
  text-align: left;
}

#slider > div > div > a
{
  display: block;
  margin-top: 5%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 3px solid #F47D1F;
  color: #F47D1F;
}

#slider .loctek-slider-controls > li
{
  width: 12px !important;
  height: 12px !important;
  background: #555 !important;
  border: 0 !important;
}

#slider .loctek-slider-controls li.active
{
  background: #F37D1E !important;
}

#slider
{
  overflow: inherit;
}

.two-col-grid > *
{
  width: 48.5%;
  float: left;
}

.two-col-grid > *:last-child
{
  float: right;
}

.two-col-grid:after
{
  clear: both;
  display: block;
  content: '';
}

#slider .loctek-slider-controls
{
  bottom: -16px;
  margin-left: auto !important;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#slider .loctek-slider-controls > li
{
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

#slider .loctek-slider-controls > li.active
{
  border-width: 2px;
}

#slider .c
{
  line-height: 1.6em;
}

#nieuws
{
  margin-top: 5%;
}

#nieuws > *
{
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 4%;
  color: #000;
}

#nieuws > *:nth-child(even)
{
  margin-right: 0;
}

#nieuws > *:nth-child(odd)
{
  clear: left;
}

#nieuws img
{
  width: 330px;
  float: left;
}

#nieuws >a:hover img
{
  display: none;
}

#nieuws >a:hover img.dn
{
  display: inline;
}

#nieuws .pr
{
  margin-left: 350px;
  border-top: 1px solid #C6C6C6;
}

#nieuws h3
{
  font-weight: bold;
  text-transform: uppercase;
  color: #F37D1E;
  margin: 1.2em 0 1.2em 0;
}

#nieuws .c
{
  height: 13.7em;
  line-height: 1.5em;
  font-style: italic;
  overflow: hidden;
}

#nieuws > *:after, #nieuws:after
{
  content: '';
  display: block;
  clear: both;
}

#contact
{
  font-size: 100% !important;
}

.leesmeer
{
  margin-top: 1.2em;
  display: inline-block;
  padding: 0 .5em;
  height: 40px;
  line-height: 38px;
  width: 180px;
  float: right;
  text-align: center;
  border-radius: 4px;
  color: #000;
  -webkit-border-radius: 4px;
  border: 1px solid #000;
}

#detailpic
{
  margin-top: 220px;
  width: 100%;
}

#logo img
{
  width: 100%;
}

.scrolling #logo img
{
  display: none;
}

.scrolling #logo
{
  width: 76px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -675px;
}

.scrolling #logo .dn
{
  display: block;
}

.scrolling nav
{
  padding-left: 100px;
  font-size: .9em;
  margin-top: 95px;
}

.scrolling #taal
{
  top: -35px;
  right: 10px;
}

.scrolling nav ul
{
  margin-right: 185px;
}

#detailheader
{
  margin-top: 76px;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.share
{
  z-index:100;
  background-color: #fff;
  display: none;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  position: absolute;    
  padding: 10px;    
  bottom: -115px; 
  -webkit-box-shadow: 0 -1px 3px 1px #424242;
  box-shadow: 0 -1px 3px 1px #424242; 
}

#detailtabs
{
  margin-top: 5%;
}

#detailtabs > li
{
  cursor: pointer;
  border: 1px solid #BFBFBF;
  height: 45px;
  line-height: 45px;
  font-size: 1.1em;
  text-align: center;
}

#detailtabs > li:hover, #detailtabs .active
{
  border: 0;
  border-bottom: 2px solid #F37D1E;
  font-weight: bold;
  color: #F37D1E;
}

#detailtabs > li.dn
{
  height: 2em;
  line-height: 1px;
  border: 0;
}

#detview > img
{
  width: 500px;
  margin-bottom: 4%;
  float: left;
}

#detview > .c
{
  margin-left: 530px;
}

#detview:after
{
  clear: both;
  display: block;
  content: '';
  border-bottom: 1px solid #000;
}

#detview
{
  padding-top: 2em;
}

.dienst.active h2
{
  color: #fff;
  z-index: 2;
}

.dienst.active
{
  position: relative;
}

.dienst.active:before
{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 0;
  height: 100%;
  min-height: 100%;
  background: rgba(244, 125, 31, .75);
}

.share .before
{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -14.5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.share img
{
  margin-bottom: 10px !important;
}

.sharepos
{
  position: relative;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}

.nieuwsfichebutton
{
  float: right;
  margin-left: 2em;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 .3em;
  border-bottom: 1px solid #000;
}

.fl .nieuwsfichebutton
{
  margin-left: 0;
}

.loctek-lightbox, #loctek-lightbox-close
{
  color: #F37D1E !important;
  border-color: #F37D1E !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

#detailmenu:after
{
  clear: both;
  display: block;
  content: '';
}

#container #detailtabs .disabled
{
  cursor: default;
  border: 1px solid #999;
  color: #444;
  font-weight: normal;
}

#gegevens, #gegevens .gegevens:nth-child(2)
{
  width: 48.5%;
  float: right;
}

#contact form, #gegevens .gegevens:first-child
{
  width: 48.5%;
  float: left;
}

.errors
{
  margin-bottom: 1em;
}

/*
input[type="submit"], #gegevens .button
{
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border: 1px solid #F47D1F;
  text-align: center;
  width: 100%;
  background: #F47D1F;
  text-transform: uppercase;
  }*/

  .schuif.button
  {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #F47D1F;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .schuif.button > span
  {
    color: #F47D1F;
  }

  .schuif.button:hover > span
  {
    color: #fff;
  }

  .schuif.button:before
  {
    background: #F47D1F;
  }

  #gegevens .button
  {
    margin-top: 12px;
  }

  input[type="text"], select, textarea
  {
    height: 35px;
    line-height: 35px;
    padding: 0 .5em;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 12px;
  }

  textarea
  {
    height: 190px;
    line-height: 1.4em;
    padding: .5em;
  }

  select
  {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/images/select.png) no-repeat right 2px top 2px;
    padding-right: 35px;
  }

  #gegevens img
  {
    width: 100%;
    margin-bottom: 1.5em;
  }

  #contact:after, #gegevens:after
  {
    clear: both;
    content: '';
    display: block;
  }

  #contact > .c
  {
    margin-bottom: 5%;
  }

  #gegevens .c > p:first-child
  {
    margin-top: 0;
  }

  #gegevens address > div
  {
    margin-top: 2em
  }

  #gegevens address > div:first-child
  {
    margin-top: 0;
  }

  #dasmap
  {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  #mapcontainer
  {
    position: relative;
  }

  #mapcontainer:after
  {
    display: block;
    content: '';
    padding-top: 39%;
  }

  #toongroot
  {
    position: absolute;
    left: 50%;
    width: 200px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #F47D1F;
    margin-left: -100px;
    bottom: -20px;
    cursor: pointer;
  }

  #toongroot:before
  {
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #F47D1F;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    left: -20px;
  }

  #toongroot:after
  {
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #F47D1F;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    right: -20px;
  }

  #gegevens a
  {
    color: #000;
  }

  #gegevens .gegevens
  {
    min-height: 519px;
  }

  #filter
  {
    margin-top: 5%;
    border-bottom: 1px solid #000;
  }

  #filter select
  {
    border: 1px solid #878787;
    width: 20%;
    margin-left: 1%;
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
  }

  #filter:after
  {
    clear: both;
    display: block;
    content: '';
  }

  /* BLOKKEN */
  .blokken_content {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 40px;
  }

  .blokken_row {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
  }

  .blokken_row:nth-child(even) .blokkentext {
    padding-left: 80px;
  }

  .blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    opacity: 0;
    transition: all .8s ease-in;
    -webkit-transition: all .8s ease-in;
  }

  .blokken_col:first-child {
    left: -100%;
  }

  .blokken_col:last-child {
    right: -100%;
  }

  .show .blokken_col:first-child {
    left: 0;
    opacity: 1;
  }

  .show .blokken_col:last-child {
    right: 0;
    opacity: 1;
  }

  .blokken_col img {
    width: 98%;
  }

  .blokkenimg {
    padding: 0;
  }

  .blokken_row:nth-child(even) {
    text-align: right;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 0;
    padding-right: 80px;
  }

  .blokken_row:nth-child(even) .blokkenimg {
    order: 1;
  }

  .blokken_col h2 {
    font-size: 2em;
    color: #295DA6;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 180%;
  }

  .blokken_col h2 > span
  {
    display: inline-block;
    padding-right: .2em;
    background: transparent url(/images/bottom-deco.png) no-repeat right bottom .2em;
  }

  .blokken_col p {
    line-height: 170%;
    color: #828282;
    font-size: 1em;
  }


  .blokken_col > a {
    color: white;
    background-color: #295DA6;
    font-size: .9em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px;
  }

  /* EINDE BLOKKEN */

  .blokken_content {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 40px;
  }

  .blokken_row {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
  }

  .blokken_col img {
    width: 100%;
  }

  .blokkenimg {
    padding: 0;
  }

  .blokken_row:nth-child(even) {
    text-align: right;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 0;
  }

  .blokken_row:nth-child(even) .blokkenimg {
    order: 1;
  }


  .blokken_col h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #100D08;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 180%;
  }

  .blokken_col p {
    line-height: 150%;
    color: #575756;
    font-size: 1.1em;
  }

  .splash-scroll-holder + .center, #container > #content > .center, #container > #content > .band, #container > #content > .two-col-grid
  {
    font-size: 150%;
  }

  .blokken_col > a {
    background-color: #cd1719;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s;
  }

  .blokken_col a {
    color: #F37D1E;
  }

  .blokken_col a:hover {
    text-decoration: underline;
  }

  .blokkentext
  {
    padding-left: 80px;
  }

  .tekstblokken {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tekstblok {
    box-sizing: border-box;
    width: 48%;
    margin: 1%;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 0 0 27px 0 rgba(92,92,92,.1);
    -moz-box-shadow: 0 0 27px 0 rgba(92,92,92,.1);
    box-shadow: 0 0 27px 0 rgba(92,92,92,.1);
  }

  @media screen and (max-width: 1400px) {
    .scrolling #logo
    {
      margin-left: 0;
      left: 20px;
    }

    .instagram_feed .instagram_post {  
      width: 270px;
      height: 270px;
    }
  }

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

    .vacature_overzicht article {
      flex-wrap: wrap;
    }

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

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


  @media screen and (max-width: 1370px) {
    #taal
    {
      right: 25px;
    }
  }

  @media screen and (max-width: 1260px) {
    .instagram_feed .instagram_post {  
      width: 260px;
      height: 260px;
    }
  }
  
  @media screen and (max-width: 1220px) {
    .instagram_feed .instagram_post {  
      width: 250px;
      height: 250px;
    }
  }

  @media screen and (max-width: 1200px) {
    .vacature_overzicht article h2 {
      font-size: 1.1em;
    }
  }
  
  @media screen and (max-width: 1175px) {
    .instagram_feed .instagram_post {  
      width: 220px;
      height: 220px;
    }
  }

  @media screen and (max-width: 1150px) {
    #PL_privacy
    {
      float: none !important;
    }

    textarea
    {
      height: 141px;
    }
  }

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

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

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

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

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

    .vacature_overzicht {
      -ms-align-items: initial;
      align-items: initial;
    }
    .blokken_col {
      width: 100%;
    }

    .scrolling #logo
    {
      bottom: 15px;
    }

    .scrolling #taal
    {
      top: -2px;
    }

    .blokkentext {
      order: 2;
    }

    .blokkenimg {
      order: 1;
      padding: 20px;
    }

    .blokken_row:nth-child(even) .blokkentext {
      order: 2;
      text-align: left;
    }

    .blokken_col img {
      width: 100%;
    }

    header nav ul
    {
      position: absolute;
      left: 0;
      display: none;
      width: 100%;
      background-color: #fff;
    }

    header nav li
    {
      display: block;
    }

    header nav a
    {
      display: block;
      height: 3.5em;
      line-height: 3.5em;
      color: #000;
      text-align: center;
    }

    header nav a:hover, header nav .active
    {
      border-bottom: 0;
      background-color: #F37D1E;
      color: #fff;
    }

    #slider, #detailpic, #header, #mapcontainer
    {
      margin-top: 85px;
    }

    #taal
    {
      top: -15px;
      right: 90px;
    }

    .scrolling #taal
    {
      top: -65px;
      right: 90px;
    }

    #logo
    {
      margin-left: 20px;
      margin-top: 0;
      float: left;
    }

    #res
    {
      display: block;
    }
  }

  @media all and (max-width: 1050px) {
    .instagram_feed .instagram_post {  
      width: 200px;
      height: 200px;
    }
  }
  @media all and (max-width: 1000px) {
    .vacature_pagina>div>h1 {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 970px) {
    .instagram_feed {
      justify-content: center;
      max-width: 90%;
    }

    .instagram_feed .instagram_post {  
      width: 300px;
      height: 300px;
      margin: 1%;
    }
  }

  @media all and (max-width: 920px) {
    .blokken_col {
      width: 100%;
    }

    .col.span_1_of_2.gegevens, .col.span_1_of_2.kaart
    {
      float: none;
      width: 100%;
      margin-left: 0;
    }

    .blokken_row:nth-child(even) {
      text-align: left;
    }

    .blokken_row:nth-child(even) .blokkentext {
      order: 1;
    }

    .blokken_row:nth-child(even) .blokkenimg {
      order: 0;
    }
  }


  @media all and (max-width: 600px) {
    .tekstblok
    {
      width: 100%;
    }

    .PL_Wrapper
    {
      right: 10px;
    }
  }

  @media all and (max-width: 1150px) {
    #nieuws img
    {
      width: 150px;
    }

    #nieuws .pr
    {
      margin-left: 165px;
    }

    #nieuws .c
    {
      height: 50px;
      min-height: auto;
    }
  }

  @media all and (max-width: 1100px) {
    .splash-scroll-holder + .center, #container > #content > .center, #container > #content > .band, #container > #content > .two-col-grid
    {
      font-size: 130%;
    }

    .blokkentext
    {
      padding: 20px !important;
    }

    #detview .c p:first-child
    {
      margin-top: 0;
    }

    #detview img
    {
      width: 45%;
    }

    #detview .c
    {
      margin-left: 48%;
    }
    .vacature_pagina {
      margin-top: 50px;

    }
  }

  @media all and (max-width: 1000px) {
    #faqcon > aside
    {
      display: none;
    }

    #faqcon > div
    {
      margin-right: 0;
    }

    #slider > div > div
    {
      width: 100%;
    }

    #contact form
    {
      width: 37.5%;
    }

    #gegevens
    {
      width: 60%;
    }
  }

  @media all and (max-width: 900px) {
    #splashbuttons > a
    {
      max-width: 100%;
      display: block;
      font-size: .85em;
      margin-top: 12px;
      max-width: 350px;
      padding: .9em .2em;
    }

    .blokken_content
    {
      overflow-x: hidden;
    }

    .splash-scroll-holder + .center, #container > #content > .center, #container > #content > .band, #container > #content > .two-col-grid
    {
      font-size: 110%;
    }

    #splash #container > .center
    {
      bottom: 70px;
    }

    #splash #container > a
    {
      top: 5%;
      bottom: 205px;
    }


    .lscontainer
    {
      padding: 35px 0;
    }
  }

  @media all and (max-width: 870px) {
    #nieuws img
    {
      width: 270px;
    }

    #nieuws .pr
    {
      margin-left: 290px;
    }

    #nieuws > *
    {
      width: 100%;
      margin-right: 0;
    }

    #nieuws .c
    {
      height: auto;
      min-height: 171px;
    }


    #contact {
      display: flex;
      flex-direction: column;
    }

    
    #contact form
    {
      order: 1;
      width: 100%;
      float: none;
      
      margin-bottom: 30px;
    }
    #gegevens
    {
      width: 100%;
      order: 2;
    }

    #gegevens .gegevens
    {
      width: 100% !important;
      
    }

    #gegevens .gegevens:first-child
    {
      display: block;
      margin-bottom: 30px;
    }

    .products .product {
      width: 49%;
    }
    .products .product:not(:nth-child(n+3)){
      margin-bottom: 2%;
    }
  }

  @media all and (max-width: 850px) {
    .instagram>div {
      flex-wrap: wrap;
    }

    .instagram img {
      width: 49%;
    }
    .vacature_pagina .contactpersoon-vacature{
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    .vacature_pagina .contactpersoon-vacature img{
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      margin-bottom: 2rem;
    }
    .vacature_pagina .contactpersoon-vacature .details{
      text-align: center;
      margin-bottom: 3rem;
    }
    .vacature_pagina aside {
      flex-wrap: wrap;
    }

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

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

  @media all and (max-width: 800px) {
    .instagram_feed .instagram_post {  
      width: 280px;
      height: 280px;
    }
  }

  @media all and (max-width: 750px) {
    .instagram_feed .instagram_post {  
      width: 260px;
      height: 260px;
    }
    #footeraks > .center > div > .pl
    {
      margin-left: 0;
    }

    .splash-scroll-holder + .center, #container > #content > .center, #container > #content > .band, #container > #content > .two-col-grid
    {
      font-size: 100%;
    }

    #realisaties > a
    {
      width: 100%;
      display: block;
      float: none !important;
    }

    #filter select
    {
      width: 40%;
    }

    #realisaties > a:after
    {
      clear: both;
      display: block;
      content: '';
    }

    #footeraks > .center img
    {
      display: none;
    }

    #detailtabs > li
    {
      margin-top: 1.2em;
    }

    #detailtabs > li.dn
    {
      margin-top: 0;
      height: 1px;
    }

    #bannerBg
    {
      display: none;
    }

    #footerslider
    {
      display: none !important;
      margin-top: 5%;
      background-color: #F37D1E;
      text-align: center;
    }

    #footerslider .slide
    {
      color: #fff;
      line-height: 1.5em;
      font-size: 1.2em;
      padding: 1.5em;
    }

    #footerslider .dots > span
    {
      display: inline-block;
      background-color: #dcdcdc;
      width: 16px;
      height: 16px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      margin: 1em .4em;
    }

    #footerslider .dots > span:hover, #footerslider .dots > .active
    {
      background-color: #000;
    }
  }

  @media all and (max-width: 720px) {
    #logo img
    {
      display: none;
    }

    #logo
    {
      width: 76px;
    }

    #logo .dn
    {
      display: block;
    }
  }

  @media all and (max-width: 700px) {
    .instagram_feed .instagram_post {  
      width: 240px;
      height: 240px;
    }
    .vacature_overzicht article {
      width: 98%;
      margin: 1%;
    }
    .vacature_pagina>div div {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .vacature_pagina h1 {
      width: 100%;
      text-align: left;
    }

    .vacature_pagina article {
      margin-left: 0 !important;
      width: 100%;
      justify-content: flex-start !important;
    }
  }

  @media all and (max-width: 680px) {
    footer address
    {
      padding-left: 1em;
      background: transparent none;
    }

    footer address:before
    {
      display: none;
    }

    #gegevens, #contact form
    {
      float: none;
      width: 100%;
      margin-top: 1.5em;
    }

    #detview img
    {
      float: none;
      width: 100%;
    }

    #detview .c
    {
      margin-left: 0;
    }

    #gegevens .dn
    {
      display: inline;
    }

    #contact .gegevens img
    {
      max-width: 100%;
    }

    #contact #gegevens
    {
      text-align: center;
    }

    #gegevens address
    {
      text-align: left;
      display: inline-block;
    }
  }

  @media all and (max-width: 650px) {
    .instagram_feed .instagram_post {  
      width: 200px;
      height: 200px;
    }
  }

  @media all and (max-width: 600px) {
    .instagram_feed {
      max-width: 100%;
      padding: 0;
    }
    .instagram_feed .instagram_post {  
      width: 180px;
      height: 180px;
    }
    .vacature_pagina .contactpersoon-vacature img{
      width: 10rem;
    }
    .vacature_pagina .contactpersoon-vacature .details{
      width: 100%;
    }
  }

  @media all and (max-width: 580px) {
    #logo > img
    {
      display: none;
    }

    #logo > .dn
    {
      display: inline;
    }

    #slider > div > div
    {
      display: none;
    }

    #mapcontainer
    {
      margin-bottom: 2em;
    }
  }

  @media all and (max-width: 570px) {
    #nieuws img
    {
      float: none;
      display: none;
      width: 100%;
      max-width: 270px;
      margin: 1em auto;
    }

    #nieuws img.dn
    {
      display: block !important;
    }

    #nieuws .pr
    {
      border: 0;
      margin-left: 0;
      text-align: center;
    }

    .leesmeer
    {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media all and (max-width: 550px) {

    #siteby {
      display: flex;
      flex-direction: column;    
      line-height: 160%;
    }

    #siteby span {
      display: none;
    }

    .PL_Buttons {
      flex-direction: column;
    }
    .PL_Buttons a {
      width: 100%;
    }

    .PL_Buttons a:first-of-type {
      margin-bottom: 5px;
    }

    .PL_Wrapper h2 {
      font-size: 1.2em;
      line-height: 140%;    }
      #ttcontainer
      {
        font-size: .7em;
      }

      .ocdfix
      {
        display: block;
        font-size: 0;
        color: #fff;
      }

      footer
      {
        margin-top: 1.5em;
      }

      footer > address > div
      {
        margin: 0;
      }

      footer > address > div:first-child
      {
        margin-right: 2%;
      }

      #detailmenu
      {
        margin-bottom: 2em;
      }

      #footeraks > ul > li
      {
        float: none;
        width: 100%;
      }

      .products .product
      {
        width: 100%;
      }

      .two-col-grid > *
      {
        width: 100%;
        margin-bottom: 3%
      }
    }

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

      .instagram_feed .instagram_post {  
        width: 180px;
        height: 180px;
      }
    }

    @media all and (max-width: 500px) {
      .c, .faqItem .c
      {
        text-align: left;
      }

      footer address
      {
        font-size: .75em;
      }

      .notonmobile, .sharepos
      {
        display: none;
      }

      #detailheader
      {
        height: 220px;
      }

      #splash .c
      {
        display: none;
      }

      nav
      {
        width: 100%;
      }

      #filter select
      {
        float: none !important;
        width: 100%;
      }
    }

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

      .instagram_feed {
        justify-content: center;
      }

      .instagram_feed .instagram_post {  
        width: 160px;
        height: 160px;
        margin: 5px;
      }
    }

    @media all and (max-width: 415px){



      .instagram_feed .instagram_post {  
        width: 150px;
        height: 150px;
        margin: 5px;
      }
    }


    @media all and (max-width: 350px) {
      #splashtalen > a
      {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
      }

      #taal .small
      {
        display: inline;
      }

      #taal .big
      {
        display: none;
      }
      .products .product {
        width: 100%;
      }
      .products .product:not(:last-child){
        margin-bottom: 2%;
      }
    }

    @media all and (max-width: 270px) {
      #res
      {
        width: 40px;
      }
    }