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

}

@font-face {
    font-family: 'berthold';
    src: url('/fonts/akzidenzgroteskbe-boldcn-webfont.eot');
    src: url('/fonts/akzidenzgroteskbe-boldcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/akzidenzgroteskbe-boldcn-webfont.woff2') format('woff2'),
         url('/fonts/akzidenzgroteskbe-boldcn-webfont.woff') format('woff'),
         url('/fonts/akzidenzgroteskbe-boldcn-webfont.ttf') format('truetype'),
         url('/fonts/akzidenzgroteskbe-boldcn-webfont.svg#berthold_akzidenz_grotesk_bBd') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*fixes*/
.small-made-by {
  display: none;
}

/*end of fixes*/

/*=========Start Algemeen=======*/
/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
  color: #063687;
  font-size: 1.6em;
  font-family: 'berthold', sans-serif;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-size: .9em;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #063687;
  border: 2px solid #063687;
  color: #fff;
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  font-family: 'berthold', sans-serif;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}

/* Einde Cookie Melding */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

body {
  color: rgb(32, 32, 32);
  line-height: 150%;
  font-size: 1.15em;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #fefefe;
}

.menuspacer {
  width: 100%;
  /*height: 130px;*/
  height: 100px;
}

.page {
  position: relative;
  left: 0px;
  transition: left .45s;
}

.page>.after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: background-color 0.45s ease-in;
}

.page>.after.fade {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.45s ease-out;
  z-index: 10;
}

.item {
  position: relative;
}

.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.certificaten {
  display: flex;
  justify-content: space-around;
  margin-left: 13%;
  margin-right: 13%;
  background-color: white;
  margin-bottom: 2%;
}

.certificaat .certificaat_titel {
  color: #000;
  font-size: 1.3rem;
}

/* 
.certificaat .certificaat_afbeelding img
{
  width: 80%;
} */

body>div.page>main>div.row.appear>div>div:nth-child(1)>a:nth-child(2)>div>span {
  padding-left: 21%;
}

body>div.page>main>div.row.appear>div>div:nth-child(2)>a:nth-child(2)>div>span {
  padding-left: 18%;
}

.imgoverlay {
  overflow: hidden;
  padding: 1px;
  border: 1px solid #231f20;
}

.imgoverlay img {
  width: 80%;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.imgoverlay:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

.imgoverlay:hover {
  border: 1px solid rgb(211, 113, 25);
}

.cnt {
  text-align: center;
}

.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

.bordertop {
  border-top: 1px solid rgb(211, 211, 211);
}

.toporange {
  height: 0px;
  background-color: #004a99;
}

/* SPONSERS EN KLANTEN START */
.content-box {
  margin: 0 auto;
  display: block;
  max-width: 85%;
  line-height: 2em;
  overflow: auto;
  padding: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

.content-box>p {
  width: 90%;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
}

.main-title {
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #004a99;
}

.content-box h2 {
  font-size: 1.4em;
}

.content-box strong {
  color: #4c4c4c;
}

.content-box .line {
  margin: auto;
  margin-bottom: 20px;
}

/* Sponsors pagina */

.sponsors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sponsors:first-of-type {
  margin-bottom: 100px;
}

.groot-sponsor {
  width: 31.33% !important;
  margin: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
}

.sponsor {
  width: 14.66%;
  margin: 1%;
  border: 4px solid #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
}

.sponsor_worden {
  background-color: #c4161c;
  position: relative;
}

.sponsor_worden a {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  color: white;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 130%;
}

.sponsor a {
  position: relative;
}

.sponsor a:not(.sponsor_worden a):before {
  content: '';
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #004a99 0%, #004a99 100%), linear-gradient(to top, #004a99 50%, transparent 50%), linear-gradient(to top, #004a99 50%, transparent 50%), linear-gradient(to right, #004a99 0%, #004a99 100%), linear-gradient(to left, #004a99 0%, #004a99 100%);
  background-size: 0% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.8s ease-in-out, background-position 0.8s ease-in-out, background-size 0.8s ease-in-out;
  transform: scaleX(0) rotate(180deg * 0);
  transition-delay: 0.8s*2, 0.8s, 0s;
}

.sponsor:not(.sponsor_worden):hover {
  border: none;
}

.sponsor:not(.sponsor_worden):hover a:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg * 0);
  transition-delay: 0s, 0.8, 0.8s*2;
}

.sponsor img {
  width: 100%;
}

.sponsor_ak {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small a {
  width: 46%;
  margin: 2%;
}

.sponsor_ak_small a img {
  width: 100%;
  transition: all .3s;
}

.sponsor_ak_small a img:hover {
  transform: scale(1.1);
}

.main_ak img,
.sponsor_ak img {
  width: 100%;
}

.main_ak h2,
.sponsor_ak h2 {
  font-size: 1.5em;
  color: #c4161c;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  padding: 10px 10px;
}

.sponsor_ak h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
}

.main_ak p,
.sponsor_ak p {
  font-size: 1.3em;
  padding: 0 10px;
}


/* Einde sponsors pagina */

/* TIMELINE */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineholder::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #FCD487;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.timelineoverlayholder {
  width: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

.timelineoverlay {
  background-color: #004a99;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline h2 {
  color: #353535;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.timeline p {
  line-height: 150%;
  color: #a3a3a3;
  font-weight: 200;
  font-size: 18px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #605952;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_quote {
  width: 100%;
  color: #181818;
  position: relative;
  padding: 45px;
  background-color: #F9F1DF;
  border-radius: 20px;
}

.timeline_quote i:first-of-type {
  color: #004a99;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 25px;
  opacity: .5;
}


.timeline_quote i:last-of-type {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #004a99;
  opacity: .5;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  background-color: #004a99;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.conclusie {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #8BCF97;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 10px;
}

.left_time h2 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

.conclusie p {
  text-align: center;
  color: #fff;
  line-height: 150%;
}

/* EINDE TIMELINE */

/* SPONSERS EN KLANTEN EINDE */

/**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;
  background-color: #004a99 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.loctek-lightbox {
  line-height: 20px !important;
  border: 3px solid #004a99 !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.c p:first-child {
  margin-top: 0;
}

.c p:last-child {
  margin-bottom: 0;
}

.c h2 {
  font-size: 1.4em;
  margin-top: 1.4em;
  color: rgb(70, 47, 44);
  font-weight: bold;
}

#klant .c ul {
  list-style-image: url('/images/listico.jpg');
}

#klant .c li a {
  position: relative;
  top: 1px;
}

/*======einde algemeen=====*/
/*====Start Header====*/
header {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  z-index: 11;
  height: 100px;
  /*background-image: url(/images/overlay2.png);*/
  background-color: #fff;
  border-bottom: 3px solid #004a99;
}

header.scrolling {
  top: 0;
  height: 85px;
  background-color: rgba(255, 255, 255, .8);
}

header.active {
  background-color: rgb(255, 255, 255);
  ;
}

#logo {
  width: 230px;
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 11;
  background-color: rgb(70, 47, 44);
  ;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
  /*height: 150px;
  background-color: rgba(255,255,255,0.6);*/
}

#logo.noblue {
  background-color: transparent;
  padding-top: 0;
  width: 230px;
}

#logo.pageready {
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#logo img {
  width: 230px;
  display: block;
  margin: 0 auto;
  z-index: 11;
  padding: 18.605px 0;
  position: relative;
  left: 2.5px;
  top: 7px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#logo.noblue img {
  width: 100%;
  padding: 0;
}

header #logo.home {
  display: none;
}

header.scrolling2 #logo.home {
  display: block;
}

header.scrolling #logo {
  height: auto;
  width: 110px;
  padding-right: 5px;
  top: 0px;
}

header.scrolling #logo img {
  width: 100%;
  padding-top: 18px;
}

#menubutton {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #004a99;
  z-index: 15;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #004a99;
  right: 40px;
  color: #fff;
  font-size: 1.2em;
  transition: all .3s;
}

#menubutton:hover {
  background-color: transparent;
  color: #004a99;
}

nav {
  position: fixed;
  z-index: 100;
  background-color: white;
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 129px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -450px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 58px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 58px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 58px -13px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

nav>a:first-child {
  margin-top: 5px;
}

nav>a {
  font-size: 1.4em;
  font-weight: 300;
  color: #fefefe;
  width: 90%;
  text-align: left;
  display: block;
  padding: 13px;
  color: #004a99;
  margin-bottom: 5px;
  padding-left: 45px;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  position: relative;
}

nav>a img {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 25px;
  margin-top: -15px;
  display: none;
}

nav>a.active img, nav>a:hover img {
  display: block;
}

nav>a.grauw {
  font-size: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
}

nav>a.active, nav a:hover {
  color: #041424;
}

nav .language:after {
  display: block;
  clear: both;
  content: "";
}

nav .language {
  width: 100%;
  display: block;
}

.activelang {
  background-color: white;
  color: #004a99 !important;
}

nav .language a {
  padding: 0;
  line-height: 80px;
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  height: 80px;
  width: 80px;
  font-size: 1.5em;
}

nav .language a:hover {
  color: rgb(70, 47, 44);
  ;
  background-color: #fefefe;
}

nav .extra a {
  display: inline-block;
  font-size: 80%;
  width: auto;
}

nav .extra {
  text-align: right;
}

nav.scrolling {
  padding-top: 0;
}

nav .bottom a {
  font-size: 1em;
  text-align: center;
  padding: 0;
  color: #004a99;
  margin-bottom: 0;
}

nav .bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.65em;
  color: #004a99;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  background-color: #c9c9c9;
}

nav .bottom>* {
  text-align: center;
  display: inline-block;
  width: 50%;
}

nav .bottom .left {
  border-right: 1px solid #fefefe;
}

#menuak {
  background-image: url(/images/navbg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 80%;
  margin-left: 10%;
  position: relative;
}

#menuak:after {
  padding-top: 100%;
  display: block;
  content: '';
}

#menuak a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#menuak:hover {
  background-image: url(/images/navbg_filled.png);
}

/*====Einde Header====*/
/*====Start Styles====*/
.backblack:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cont1 {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.cont2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  border-top: 1px solid #ededed;
}

.cont2 .img img {
  width: 100%;
}

.cont2.reverse {
  text-align: right;
}

.cont2.reverse .line2 {
  display: inline-block;
}

.cont2:after {
  display: block;
  clear: both;
  content: "";
}

.cont2>* {
  width: 50%;
  float: left;
}

.cont2 .content {
  padding: 200px 100px;
  position: relative;
  padding-bottom: 34.125%;
  padding-top: 0;
}

.cont2 .vertcent {
  left: 100px;
  right: 100px;
}

.cont2 .content.medium {
  padding: 100px 75px;
}

.cont2 .img {
  background-image: url('/images/placeholder.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 34.125%;
}

.content2 {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.cont3 {
  max-width: 1150px;
  text-align: center;
  margin: 0 auto;
}

.cont3:after {
  display: block;
  clear: both;
  content: "";
}

.cont4 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.cont4:after {
  display: block;
  clear: both;
  content: "";
}

.cont4>* {
  width: 31%;
  float: left;
  text-align: center;
}

.cont4>*:first-child, .cont4>*:nth-child(2) {
  margin-right: 3.5%;
}

.cont4 .font10 {
  text-align: center;
  width: 100%;
}

.cont4 .font10>h1 {
  text-align: center !important;
}

.cont5 {
  width: 80%;
  margin: 0 auto;
}

.cont5.feco {
  width: 100%;
  background-color: white;
  text-align: center;
}

.cont6 {
  width: 100%;
  margin: 0 auto;
}

.cont6:after {
  display: block;
  clear: both;
  content: "";
}

.cont6>* {
  width: 49.5%;
  float: left;
}

.cont6>*:first-child {
  margin-right: 1%;
}

.cont7 {
  width: 100%;
  padding: 60px 0;
}

.cont7 .subrow:first-child {
  border-top: 1px solid #ededed;
}

.cont7 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  padding-bottom: 0;
}

.cont7.reverse {
  text-align: right;
}

.cont7.reverse .line2 {
  display: inline-block;
}

.cont7:after {
  display: block;
  clear: both;
  content: "";
}

.cont7 .subrow:after {
  display: block;
  clear: both;
  content: "";
}

.cont7 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.cont7 .top {
  width: 85%;
  margin: 0 auto;
  background-color: #b92739;
}

.cont7 .top img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cont7 .subrow>* {
  width: 50%;
  float: left;
  padding-bottom: 28.125%;
}

.cont7 .subrow.reverse>* {
  float: right;
}

.cont7 .content {
  background-color: #ededed;
  position: relative;
}

.cont7 .content .cnt {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 75%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

.cont7 .subrow.reverse .content .cnt {
  right: auto;
  left: 60px;
}

.cont7 .content .cnt * {
  text-align: right;
}

.cont7 .content .cnt .font6 {
  font-size: 2.3em;
}

.cont7 .content .cnt .font6 span {
  font-size: 60%;
  position: relative;
  bottom: 10px;
}

.cont7 .content .cnt .font3 {
  font-size: 130%;
}

.cont7 .subrow.reverse .content .cnt * {
  text-align: left;
}

.cont7 .img {
  position: relative;
}

.cont7 .knikje {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cont8 {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.placeholder {
  background-image: url('/images/placeholder.png');
  position: relative;
}

.cont6 .placeholder {
  padding-bottom: 33%;
}

.placeholder h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 140%;
  padding: 0 10px;
}

.c h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-weight: 700px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: rgb(70, 47, 44);
}


.font1 {
  font-size: 2.8em;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}

.font2 {
  font-weight: 800;
  font-size: 120%;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}

.font2 img {
  max-width: 100%;
}

.font3 {
  font-size: 105%;
  font-weight: 300;
}

.font4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.7em;
  color: black;
  line-height: 1;
  color: #004a99;
  margin-bottom: 30px;
  font-family: 'berthold', sans-serif;

}

.font4 img {
  max-width: 100%;
  margin-bottom: 10px;
}

.font5 {
  font-size: 2em;
  padding: 10px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  color: #252525;
}

.font6 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 125%;
  color: #004a99;
}

.font7 {
  font-size: 80%;
  font-weight: 300;
}

.font8 {
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}

.font9 {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: left;
}

.font9 span {
  font-weight: bold;
}

.font10 {
  text-align: left;
  display: inline-block;
}

.font10>h1 {
  display: inline-block;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: left !important;
}

.font10>span {
  font-weight: bold;
  position: relative;
  bottom: 0.5px;
  line-height: 100%;
  display: inline-block;
  margin-right: 10px;
  font-size: 3.2em;
  margin-top: -32px;
}

.font11 {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  text-align: left;
}

.font12 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 40px;
}

.line {
  width: 80px;
  margin: 40px auto;
}

.splash .line {
  margin-top: 60px;
  margin-bottom: 60px;
}

.line3 {
  height: 2.5px;
  margin: 20px 0;
  border-top: 2.5px solid #fefefe;
  width: 25px;
}

.line2 {
  margin: 20px 0;
  width: 50px;
  height: 2px;
  background-color: #004a99;
}

.line2 img {
  display: none;
}

.btn {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 1px solid #004a99;
  color: #004a99;
  box-shadow: inset 0 0 0 0 #004a99;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 80px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn:hover {
  box-shadow: inset 600px 0 0 0 #004a99;
  color: white;
}

.btn.black {
  color: black;
  border: 1px solid black;
  box-shadow: inset 0 0 0 0 black;
}

.btn.black:hover {
  box-shadow: inset 300px 0 0 0 black;
  color: #fefefe;
}

.octobtn {
  line-height: 35px;
  position: relative;
  background-color: #d37119;
  color: #fefefe;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding: 0 0.5em;
}

.octobtn:before {
  position: absolute;
  content: "";
  left: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop.png');
}

.octobtn:after {
  position: absolute;
  content: "";
  right: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop2.png');
}

.octobtn:hover {
  text-decoration: underline;
}

.meer {
  font-weight: bold;
  color: rgb(70, 47, 44);
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 70px;
  text-align: left;
}

.meer:hover {
  color: rgb(211, 113, 25);
}

.margin {
  margin-left: 40px;
}

.box1 {
  position: relative;
  padding-left: 70px;
  text-align: left;
  padding-bottom: 10px;
}

.box1>img {
  position: absolute;
  top: 0;
  left: 30px;
}

.box2 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

.box2 img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.box3 {
  width: 49%;
  margin-right: 2%;
  position: relative;
  color: rgb(70, 47, 44);
  padding: 15px;
  float: left;
  min-height: 455px;
}

.box3:nth-child(2n-1) {
  text-align: left;
}

.box3:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}

.box3 .top1, .box3 .top2, .box3 .bottom1, .box3 .bottom2 {
  position: absolute;
  width: 47px;
  height: 47px;
}

.box3 .top1 {
  background-image: url('/images/accolade.png');
}

.box3 .top2 {
  background-image: url('/images/accolade2.png');
}

.box3 .bottom1 {
  background-image: url('/images/accolade4.png');
}

.box3 .bottom2 {
  background-image: url('/images/accolade3.png');
}

.box3 .top1, .box3 .top2 {
  top: 0;
  /*border-top: 6px solid rgb(70,47,44)*/
}

.box3 .bottom1, .box3 .bottom2 {
  bottom: 0;
  /*border-bottom: 6px solid rgb(70,47,44);*/
}

.box3 .top1, .box3 .bottom1 {
  left: 0;
  /*border-left: 6px solid rgb(70,47,44);*/
}

.box3 .top2, .box3 .bottom2 {
  right: 0;
  /*border-right: 6px solid rgb(70,47,44);*/
}

.bluezone {
  background-color: rgba(211, 113, 25, 0.2);
}

.afb img {
  width: 100%;
}

.box3 .afb {
  margin-bottom: 20px;
  position: relative;
}

.box3 .font12 {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  min-height: 0px;
  font-size: 1.67em;
}

.box3:hover .font12 {
  color: rgb(70, 47, 44);
}

.box3 .innerbox {
  padding: 15px;
}

/*====End Styles===*/
/*====Start Splash====*/
.splash {
  background-image: url('/images/bg.jpg');
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  position: relative;
  color: #fefefe;
  background-color: white;
  background-attachment: fixed;
  height: 500px;
  border-top: 2px solid #004a99;
  margin-top: -2px;
}

.splash:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  /* background-image: url('/images/overlay_intro.png'); */
}

.splash .img {
  padding-top: 350px;
}

.splash .img img {
  width: 850px;
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.splash.home2:after {
  display: none;
}

.splash.home2 {
  color: rgb(23, 23, 23);
}

.splash.home2 .font2 img {
  display: none;
}

.splash.home2 .font2 img.dn {
  display: inline-block;
}

.splash .text {
  z-index: 2;
  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%);
}

.splash .krachtlijn {
  padding: 20px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

.krachtlijn p {
  display: block;
  margin: 0 auto;
  width: 85%;
  max-width: 500px;
  background-color: rgb(238, 113, 0);
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 0;
}

.krachtlijn img {
  width: 75%;
  max-width: 500px;
  display: block;
  margin: 25px auto;
}



.downitgoes {
  background-color: white;
}

.krachtlijn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(100% - 80px);
  font-size: 140%;
}

.krachtlijn2 h1 {
  color: #fefefe;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  font-weight: bold;
  font-size: 3.5em;
  text-shadow: 2px 2px 4px black;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 110%;
}

.krachtlijn2 h2 {
  color: #c5c5c5;
  text-shadow: 2px 2px 4px black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.1em;
  font-family: 'berthold', sans-serif;
  padding: 40px 0;
  text-align: center;
}

.krachtlijn2 h1:last-child {
  margin-bottom: 0;
}

.cb {
  clear: both;
  content: "";
  height: 1px;
}

/*====Einde Splash===*/

/*===Content rows===*/
.row {
  /* transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear; */
  /* opacity: 0;
  visibility: hidden; */
  /* transform: translateY(100%); */
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.row.appear {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.row.static {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cta {
  border: 3px solid rgb(70, 47, 44);
  ;
  width: 65%;
  padding: 40px;
  margin: 100px auto;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(70, 47, 44);
  ;
  font-size: 120%;
  padding-bottom: 0;
}

.cta img {
  margin: 0 auto;
  position: relative;
  bottom: -5px;
  z-index: -1;
}

/*===Einde content rows===*/
/*===Footer start===*/
/*Prefooter*/
#meerimages {
  position: relative;
  font-size: 0px;
  height: 168px;
  overflow: hidden;
}

#meerimages img {
  width: 300px;
  padding: 0 1px;
}

#meerimages div {
  position: relative;
  width: 3000px;
}

/* .footermar {
  margin-bottom: 100px;
} */
/*Prefooter einde*/
footer {
  background-color: #004a99;
  padding-top: 20px;
  margin-top: 0px;
  position: relative;
}

.cor {
  position: absolute;
  bottom: 0;
}

.leftcor {
  left: 0;
}

.rightcor {
  right: 0;
}

footer .newtop {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .newtop:after {
  display: block;
  clear: both;
  content: "";
}

footer .newfootitem {
  float: left;
  width: 50%;
}

footer .foottop {
  text-transform: uppercase;
  text-align: right;
  position: relative;
  top: 35px;
}

footer .newfootitem:nth-child(1) .foottop {
  float: left;
  left: 20px;
}

footer .newfootitem:nth-child(2) .foottop {
  float: right;
  right: 20px;
}

footer .newfootitem:first-child>* {
  margin-right: 40px;
}

footer .newfootitem:nth-child(2)>* {
  margin-left: 40px;
}

footer .footbot2 {
  padding: 15px 0 30px 0;
  text-align: right;
  position: relative;
}

footer .newfootitem:nth-child(2) .footbot2, footer .newfootitem:nth-child(2) .foottop {
  text-align: left;
}

footer h4 {
  color: #fefefe;
  font-weight: bold;
  font-size: 1.4em;
}

footer .footbot2:after {
  display: block;
  content: "";
  height: 2px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .newfootitem:nth-child(2) .footbot2:after {
  left: 0;
  right: auto;
}

.footbot {
  font-size: 80%;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: rgb(70, 47, 44);
}

.footbot:after {
  display: block;
  content: "";
  clear: both;
}

.footbot>* {
  position: relative;
  z-index: 2;
}

.footbot a {
  color: rgba(255, 255, 255, 0.6);
}

.footbot .left {
  text-align: left;
}

.footbot .right {
  text-align: right;
}

.made-by {
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  background-color: #004A99;
  color: #6d9ad5;
}

.made-by div {
  z-index: 2;
}

.made-by a {
  color: #6d9ad5;
  position: relative;
  z-index: 2;
}

.newfootitem:hover #zetel img, .newfootitem:hover #footerfb img {
  display: none;
}

.newfootitem:hover #zetel img.dn, .newfootitem:hover #footerfb img.dn {
  display: inline-block;
}

.newfootitem:hover h4 {
  color: #D37119 !important;
}

#zetel:hover img, #footerfb:hover img {
  display: none;
}

#zetel:hover img.dn, #footerfb:hover img.dn {
  display: inline-block;
}

.newfootitem {
  position: relative;
}

.newfootitem a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/*===Footer einde===*/

/*===Fecotest start===*/
.cont5 .uurwerk {
  position: absolute;
  top: 52%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 16.5px 20px;
  border-radius: 50%;
  border: 1px solid rgb(70, 47, 44);
  ;
}

.cont5 .uurwerk img {
  position: relative;
  top: -2px;
}

/*===Fecotest einde===*/
.homepart {
  margin-top: 2%;
}

.homepart .box2, .part .box2 {
  padding: 2%;
}

.homepart .box2 div, .part .box2 div {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.homepart .box2:nth-child(4) {
  display: none;
}

.homepart h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.three-row-logo:after {
  display: block;
  clear: both;
  content: "";
}

.three-row-logo>* {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  max-width: 96%;
}

.three-row-logo img {
  width: 140px;
  max-width: 100%;
}

/*.three-row-logo>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-logo>*:nth-child(3n+1)
{
	clear: left;
  }*/

.first {
  margin-top: 120px;
}

.mobile {
  display: none;
}

/*======Disclaimer=====*/
.disclaimer {
  text-align: left;
}

.disclaimer p {
  margin-bottom: 10px;
}

.disclaimer p:last-child {
  margin-bottom: 0;
}

.disclaimer h1 {
  font-size: 1.6em;
  margin-bottom: 20px;
  margin-top: 40px;
}

/*====Einde Disclaimer====*/
/*=======Cookies========*/
#cookiewrapper {
  z-index: 300;
  position: relative;
  width: 100%;
  font-size: small;
  padding: 15px 5px 15px 5px;
  background-color: #004a99;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#cookieheader {
  position: relative;
  max-width: 1200px;
  margin: auto;
  color: #fefefe;
}

#cookieheader a {
  color: #fefefe
}

#cookieheader p {
  margin-bottom: 5px;
  color: #fefefe
}

#cookieheader .btn {
  display: inline-block;
  padding: 0.35em 0.65em;
  min-width: 250px;
  border-radius: 0;
  font-size: 1.2em;
  border: 1px solid #fefefe;
  box-shadow: inset 0 0 0px 0 #fefefe;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
}

#cookieheader .btn:hover {
  box-shadow: inset 400px 0 0 0 #fefefe;
  color: #004a99;
}

.xknop {
  float: right;
  margin-right: 10px;
}

.xknop a {
  color: Black;
}

.knop {
  color: rgb(211, 113, 25);
}

.knop a {
  color: rgb(211, 113, 25);
}

#cookieheader .btn {
  margin-top: 0;
  margin-bottom: 0;
}

/*====Einde cookies====*/
/*====start Vacatures===*/
#vaclist {
  font-size: 0.8em;
  border-top: 1px solid #e5e5e5;
}

#vaclist:after {
  display: block;
  clear: both;
  content: "";
}

#vaclist p {
  font-size: 1.3em;
}

#vaclist h2 {
  padding: 20px 0;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 0;
}

#vaclist .item {
  height: 250px;
}

#vaclist .item {
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  position: relative;
  padding: 45px 30px;
  padding-bottom: 60px;
}

#vaclist .item:nth-child(2n) {
  border-right: 0px;
}

.link {
  font-weight: bold;
  color: rgb(70, 47, 44);
  font-size: 1.3em;
  position: absolute;
  left: 30px !important;
  bottom: 37px !important;
  right: auto !important;
  top: auto !important;
}

.link:hover {
  text-decoration: underline;
}

.vaczone {
  padding: 40px 5px;
  text-align: center;
}

.vaczone a {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 1px solid rgb(70, 47, 44);
  color: rgb(70, 47, 44);
  box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 0px !important;
  margin-bottom: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.vaczone a:hover {
  box-shadow: inset 600px 0 0 0 rgb(70, 47, 44);
  color: #fefefe;
}

.titlehold {
  height: 70px;
  position: relative;
}

.titlehold {
  text-align: center;
}

.twosplit h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4em;
  color: black;
  line-height: 1;
  color: rgb(70, 47, 44);
}

.twosplit:after {
  display: block;
  clear: both;
  content: "";
}

.twosplit .half {
  width: 50%;
  float: left;
  text-align: left;
  padding-bottom: 20px;
}

.twosplit .half:first-child {
  padding-right: 2%;
  border-right: 1px solid #e5e5e5;
}

.twosplit .half:last-child {
  padding-left: 2%;
}

.twosplit {
  border-bottom: 1px solid #e5e5e5;
}

.twosplit .half .c h2 {
  font-size: 1.1em;
}

.tempimg {
  float: right;
}

.vac-form {
  margin-right: 420px;
}

.vac-form input[type="text"] {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 7px;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #2d1f1a;
}

.vac-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: rgb(211, 113, 25);
  border: none;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
}

.vac-form input[type="submit"]:hover {
  background-color: rgba(211, 113, 25, 0.8);
}

.vac-form select {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}

.vac-form textarea {
  height: 98px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2d1f1a;
  padding-top: 5px;
}

.vac-form .half>input[type="text"] {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.vac-form .half>input[type="text"]:nth-child(2n) {
  margin-right: 0;
}

.vac-form .half:after {
  display: block;
  clear: left;
  content: "";
}

.vac-form .filesinput {
  margin-top: 10px;
}

/*====Einde vacatures===*/
/*====Start levensboom=====*/
.levensboom {
  padding: 40px 5px;
  max-width: 900px;
  margin: 0 auto;
}

.tak {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.tak strong {
  color: #462F2C;
}

.tak .date {
  border-radius: 8px;
  text-anchor: center;
  border: 2px solid #462F2C;
  display: inline-block;
  width: 150px;
  line-height: 35px;
  text-align: center;
  color: #462F2C;
  font-weight: bold;
  background-color: white;
  margin-right: 10px;
}

.tak>* {
  display: inline-block;
}

.boomhold {
  position: relative;
}

.boomhold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74px;
  width: 2px;
  background-color: #462F2C;
  z-index: 0;
}

.levensboom h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4em;
  color: black;
  line-height: 1;
  color: rgb(70, 47, 44);
  margin-bottom: 25px;
}

/*=====Einde levensboom====*/
/*=====Diensten start=====*/
.linehold {
  position: relative;
}

.linehold .lin1, .linehold .lin2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}

.linehold .lin1 {
  left: 32.96%;
}

.linehold .lin2 {
  right: 32.96%;
}

.linehold .lin3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 47.5%;
  height: 1px;
  background-color: #e5e5e5;
}

.dienstdot {
  overflow: hidden;
  max-height: 83px;
}

.dienstdot h2 {
  margin-top: 0px !important;
}

/*=====DIensten einde=====*/
/*===Detail page diensten====*/
.bigimg {
  margin-bottom: 30px;
}

.bigimg:after {
  display: block;
  clear: both;
  content: "";
}

.bigimg>* {
  float: left;
}

.bigimg>*>img {
  width: 100%;
}

.bigimg .rechthoek {
  width: 62%;
  margin-right: 3.125%;
}

.bigimg .vierkant {
  width: 34.875%;
}

.lightbg {
  background-color: rgba(182, 201, 40, 0);
}

.fullcont {
  padding: 60px 0px;
  text-align: left;
}

.fullcont .rowcont {
  margin-bottom: 40px;
}

.fullcont .rowcont:last-child {
  margin-bottom: 0;
}

/*====Bollen====*/

.bollen {
  margin: 45px 0;
}

.bollen>* {
  width: 22%;
  margin: 1.5%;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bollen.waardes h3 {
  width: 100%;
  padding: 15px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fefefe;
  font-size: 1em;
  font-weight: bold;
}

.bollen.waardes>* {
  position: relative;
}

.bollen.waardes img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bollen.dienst>* {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 2%;
  border: 1px solid rgb(200, 200, 200);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.bollen.dienst .bol a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.bollen.dienst .bol .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.8s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bollen.dienst .bol .background.hover {
  transition: all 0.8s;
  opacity: 0;
  background-size: cover;
}

.bollen.dienst .bol:hover .background.normal {
  opacity: 0;
}

.bollen.dienst .bol:hover .background.hover {
  opacity: 1;
}

.bollen.dienst .bol span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.bollen img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.bollen>*:hover img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

/*====Biobello====*/

.biobtns {
  text-align: center;
  margin: 60px auto;
}

.biobtns>a {
  line-height: 40px;
  text-transform: uppercase;
  color: rgb(70, 47, 44);
  border: 1px solid rgb(70, 47, 44);
  text-align: center;
  width: 220px;
  margin: 10px;
  -webkit-box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  -moz-box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.biobtns>a:hover {
  color: #fefefe;
  -webkit-box-shadow: inset 220px 0 0 0 rgb(70, 47, 44);
  -moz-box-shadow: inset 220px 0 0 0 rgb(70, 47, 44);
  box-shadow: inset 220px 0 0 0 rgb(70, 47, 44);
}

.assortiment .img {
  position: relative;
}

.assortiment .btnhold {
  padding: 20px 0;
  text-align: center;
}

.assortiment .btnhold a {
  position: relative;
  text-transform: uppercase;
  color: #B6C930;
  border: 1px solid #B6C930;
  background-image: linear-gradient(to right, transparent 50%, #B6C930 50%);
  background-size: 300% 100%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: auto;
  font-size: 1.2em;
  padding: 5px 15px;
  z-index: 5;
}

.assortiment .btnhold a:hover {
  background-position: -50% 0;
  color: #fefefe;
}

.assortiment .btnover {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: #fefefe;
  background-color: #B6C930;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 2px;
}

/*.assortiment .btnover.plus:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: 0px;
  right: 0;
  border-top:1px solid #B6C930;
  border-left:1px solid #B6C930;
  }*/
.assortiment .img img {
  width: 100%;
}

.assortiment .tekst {
  display: none;
  text-align: left;
}

.assortiment .item {
  border: 2px solid #b6c930;
  cursor: pointer;
}

.assortiment .titel {
  width: 100%;
  text-align: center;
  background-color: rgb(182, 201, 48);
  padding: 10px;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
}

.assortiment .besch {
  width: 100%;
  text-align: center;
  background-color: rgb(182, 201, 48);
  padding: 10px;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 0;
}

.assortiment .greenarrow {
  width: 45px;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  margin-left: -11.25px;
  display: none;
}

.assortiment h3 {
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.assortiment .item ul {
  width: 90%;
  margin: 1em auto;
}

.assortiment .item .c p, .assortiment .item .c h2, .assortiment .item .c h3, .assortiment .item .c strong {
  text-align: center;
}

/*.assortiment .item {
    margin-bottom: 60px;
    }*/
/*====Aanpassingen 2====*/
.headhold {
  text-align: right;
}

.headhold img {
  width: 80px;
  margin-right: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgb(211, 113, 25);
  position: relative;
  top: 25px;
}

/*===Start Dienst===*/
.dienstmain:after {
  display: block;
  clear: both;
  content: "";
}

.dienstmain img {
  width: 100%;
}

.dienstmain>* {
  float: left;
  text-align: left;
}

.dienstmain .left {
  width: 66.66%;
  padding-left: 3.33%;
  padding-right: 3.33%;
}

.dienstmain .right {
  width: 33.33%;
}

.dienstmain .rechthoek {
  margin-bottom: 20px;
  position: relative;
}

.aandachtskader .ak_tekst {
  padding: 20px;
}

.dienstmain .vierkant {
  padding: 20px;
  border: 2px solid rgb(211, 113, 25);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.dienstmain .logos {
  margin-top: 15px;
}

.dienstmain .right h3 {
  text-transform: uppercase;
  font-weight: 1.8em;
  text-align: center;
  margin-top: 20px;
}

.dienstmain .logos:after {
  display: block;
  clear: both;
  content: "";
}

.dienstmain .logo {
  width: 50%;
  float: left;
  padding: 2% 0;
  position: relative;
}

.dienstmain .logo:nth-child(2n) {
  padding-left: 2%;
}

.dienstmain .logo:nth-child(2n-1) {
  padding-right: 2%;
}

.dienstmain .logo span {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: yellow;
}

.dienstmain .logo .opschrift {
  position: absolute;
  bottom: 3.8%;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(211, 113, 25, 0.6);
  font-weight: bold;
  text-align: center;
  font-size: 0.85em;
  color: #fefefe;
}

.dienstmain .logo:nth-child(2n) .opschrift {
  left: 3.9%;
}

.dienstmain .logo:nth-child(2n-1) .opschrift {
  right: 3.9%;
}

.contactak {
  margin: 40px auto;
  padding: 20px;
  padding-bottom: 40px;
  border: 2px solid rgb(211, 113, 25);
  text-align: center;
  position: relative;
  background-color: rgba(211, 113, 25, 0.8);
  color: #fefefe;
}

.contactak {
  background-color: transparent;
  color: rgb(32, 32, 32);
}

.contactak h3 {
  color: #462F2C;
}

.right .contactak {
  margin-top: 2%;
}

.cap {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 45px;
}

.cap2 {
  width: 45px;
}

.contactak a {
  height: 36px;
  width: 200px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -100px;
  border: 2px solid rgb(211, 113, 25);
  border-radius: 5px;
  text-transform: uppercase;
  color: rgb(70, 47, 44);
  line-height: 30px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  -moz-box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
  box-shadow: inset 0 0 0 0 rgb(70, 47, 44);
}

.contactak a:hover {
  color: #fefefe;
  -webkit-box-shadow: inset 0 0 200px 0 rgb(70, 47, 44);
  -moz-box-shadow: inset 0 0 200px 0 rgb(70, 47, 44));
  box-shadow: inset 0 0 200px 0 rgb(70, 47, 44);
}

.vierkant {
  position: relative;
}

.vierkant .opschrift, .rechthoek .opschrift {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: rgba(211, 113, 25, 0.6);
  bottom: 0px;
  padding: 10px;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
}

/*====Start contact====*/
.contact-form {
  float: left;
  width: 390px;
}

.contacteer-ons {
  float: right;
  width: 25%;
}

.bedrijfsfoto {
  width: 100%;
  margin: 50px auto;
  max-width: 1400px;
}

.bedrijfsfoto img {
  width: 100%;
}

.location {
  float: left;
  width: 35%;
  margin-right: 2%;
}

.openingsuren {
  float: none;
  border: 1px solid black;
  width: 30%;
  margin-left: 40%;
  height: 23.2em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  padding-top: 0.6em;
  font-size: 0.9em;
}

.balkOpeningsuren {
  background-color: #004a99;
  width: 30%;
  height: 40px;
  color: white;
  margin-left: 40%;
  padding-left: 1em;
  padding-top: 3px;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
}

.openingsurenDag {
  width: 25%;
}

table#tableOpeningsuren td {
  height: 2.5em;
}

.bedrijfsfoto {
  position: relative;
}

.contactheight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 450px;
  position: relative;
}

#dasmap {
  height: 386px;
  border: 1px solid #2d1f1a;
}

.contact-form input[type="text"] {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 7px;
  box-sizing: border-box;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #004a99;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
  padding-left: 7px;
}

.contact-form input[type="submit"]:hover {
  background-color: #09233e;
}

.contact-form select {
  width: 100%;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}

.contact-form textarea {
  height: 127px;
  width: 100%;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2d1f1a;
  padding-top: 5px;
}

.contact-form .half>input[type="text"] {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.contact-form .half>input[type="text"]:nth-child(2n) {
  margin-right: 0;
}

.contact-form .half:after {
  display: block;
  clear: both;
  content: "";
}

.contactpage:after {
  display: block;
  clear: both;
  content: "";
}

.errors {
  margin-bottom: 10px;
}

.toon-groot, .contact-us {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  background-color: #004a99;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.toon-groot:hover, .contact-us:hover {
  background-color: #09233e;
}

.contacteer-ons>img {
  width: 100%;
  margin-bottom: 60px;
}

.special-contact {
  margin-bottom: 30px;
}

.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
}

.contact-info p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-info p a {
  color: black;
}

.contact-us {
  margin-top: 50px;
}

/*Team*/
.team img {
  width: 100%;
  filter: grayscale(100%);
}

.team .img {
  position: relative;
}

.team .img a {
  z-index: 6;
}

.marb {
  margin-bottom: 55px;
}

.team .img span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 5px;
  line-height: 30px;
  text-align: center;
  background-color: #88B04B;
  opacity: 0.9;
  z-index: 5;
  display: none;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.2em;
}

.team .img:hover span {
  display: block;
}

.team .item {
  text-align: center;
}

.team .titlebox {
  height: 60px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.team .titlebox.sml {
  height: 50px;
}

.team .titlebox h2 {
  font-weight: bold;
  font-size: 1.2em;
}

.team {
  margin-bottom: 80px;
}

/*====Einde contact===*/

.three-row-grid.diensten>* {
  margin-bottom: 6%;
}

.diensten i {
  font-size: 0.85em;
  line-height: 80px;
  vertical-align: top;
  margin-right: 5px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 70px;
}

/*====Start afhaalpunten====*/
.strlform select {
  border: 1px solid black;
}

.strlform input[type="text"] {
  width: 350px;
  max-width: 100%;
  border: 1px solid black;
  padding-left: 10px;
  line-height: 35px;
  margin-top: 15px;
}

.strlform a {
  cursor: pointer;
}

.strlform {
  padding: 0px 5px 40px 5px;
}

.formtitel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  color: black;
  line-height: 1;
  color: rgb(70, 47, 44);
  margin-top: 40px;
  margin-bottom: 5px;
}

.strlform p {
  margin-top: 15px;
}

.submit {
  line-height: 39px;
  background-color: #462F2C;
  color: #fefefe;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.gemeente {
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.afhaalban {
  background-color: #B6C930;
  color: #fefefe !important;
  padding-top: 1px;
  position: relative;
}

.afhaalban .formtitel {
  color: #fefefe;
  margin-top: 50px;
}

.afhaalban:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.afhaallist .rowlist:after {
  display: block;
  content: "";
  clear: both;
}

.cont3.afhaallist {
  text-align: left;
  padding: 40px 0;
}

.afhaallist .col {
  float: left;
  padding: 0 5px;
}

.c1 {
  width: 28%;
  padding-left: 12px !important;
}

.c2 {
  width: 40%;
}

.c3 {
  width: 15%;
}

.c4 {
  width: 17%;
}

.afhaallist strong {
  display: none;
}

.afhaallist .rowhead {
  font-weight: bold;
  background-color: #EE7100 !important;
  color: #fefefe !important;
}

.afhaallist .rowlist {
  padding-top: 8px;
  padding-bottom: 8px;
}

.afhaallist .rowlist.unev {
  background-color: #ECECEC;
}

.afhaalbtns {
  padding: 40px 0 0 0;
  text-align: center;
}

.afhaalbtns a {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #EE7100;
  border: 1px solid #EE7100;
  background-image: linear-gradient(to right, transparent 50%, #EE7100 50%);
  background-size: 300% 100%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: auto;
  font-size: 1em;
  padding: 5px 15px;
  z-index: 5;
}

.afhaalbtns a:hover, .afhaalbtns a.active {
  background-position: -50% 0;
  color: #fefefe;
}

/*====Einde afhaalpunten====*/
/*===Start klant====*/
#klant .cont2.reverse {
  text-align: left;
}

#klant .cont2 a {
  color: rgb(32, 32, 32);
  font-weight: bold;
}

/*====Einde klant===*/
/*===Start event contact===*/
.two-row-grid:after {
  display: block;
  clear: both;
  content: "";
}

.two-row-grid>* {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.two-row-grid>*:nth-child(2n) {
  margin-right: 0;
}

.headerover {
  width: 100%;
}

.headerover h1 {
  max-width: 1280px;
  width: 100%;
  color: #004a99;
  font-size: 4em;
  margin: 0 auto;
  padding: 4% 0;
}

.producten-dewe {
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 20px;
  display: block;
  overflow: auto;
  margin-top: -100px;
  background-color: white;
  border-top: #004A99 3px solid;
  margin-bottom: 50px;
}

.product-dewe {
  padding: 20px;
  overflow: auto;
  float: left;
  width: 33%;
  position: relative;

}

.innerproduct-dewe {
  width: 100%;
  position: relative;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #004a99;
  padding-bottom: 39px;
}

.innerproduct-dewe div {
  height: 360px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.innerproduct-dewe p {
  font-size: .8em;
  color: gray;
  text-align: center;
  padding: 5px;
  padding-top: 40px;
}

.innerproduct-dewe h1 {
  position: absolute;
  bottom: -51px;
  width: 100%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 70px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: white;
  font-weight: 800;
  font-size: 1.1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 6;
}

.overlayprod {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 5;
  padding-top: 20px;
  opacity: 0;
  transition: all .3s;
  border: 1px solid #252525;
}

.overlayprod img {
  margin-top: -100px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.innerproduct-dewe>a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.overlayprod a {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  color: #004a99;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #004a99;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 20;
  padding: 8px 10px;
  width: 80%;
  text-align: center;
}

.overlayprod a:hover {
  background-color: #004a99;
  color: white;
}

.innerproduct-dewe:hover .overlayprod {
  opacity: 1;
}

.innerproduct-dewe:hover .overlayprod img {
  margin-top: 0;
}


.innerproduct-dewe:hover h1 {
  bottom: calc(50% - 15px);
  color: #252525;
}


.productdetailheader, .headerdiensten {
  width: 100%;
}

.blender {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #004a99;
  height: 100px;
}

.taalbutton {
  position: absolute;
  right: 20px;
  top: 38px;
  width: 30px;
  z-index: 110;
  cursor: pointer;
}

.taalswitch {
  z-index: 109;
  background-color: #004a99;
  position: absolute;
  top: 30px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  padding: 4px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.taalswitch a {
  width: 31px;
  margin: 3px;
  height: 31px;
  color: #fff;
  font-family: 'Berthold', sans-serif;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.taalswitch a:hover {

  background-color: #004a99;
  color: white;
}

#menubutton {
  display: none !important;
}

.desktop-nav {
  position: absolute;
  top: 50%;
  right: 155px;
  left: 280px;
  transform: translateY(-50%);
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.desktop-nav a {
  color: rgb(32, 32, 32);
  padding: 5px 10px;
  font-size: 0.9rem;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav a.active, .desktop-nav a:hover {
  color: #004a99;
}

.productdetailheader h1, .headerdiensten h1 {
  max-width: 1280px;
  width: 100%;
  text-shadow: 2px 2px 4px black;
  color: white;
  font-size: 4em;
  margin-bottom: 100px !important;
}

.productdetailheader h1 {
  margin-bottom: 0 !important;
}

.productdetailheader h2 {
  color: #c5c5c5;
  font-size: 1.6em;
  text-shadow: 2px 2px 4px black;
}

.mainhoofd h1 {
  margin-bottom: 0 !important;
}

.subcategorieen {
  margin: 0 auto;
  display: block;
  max-width: 1280px;
  overflow: auto;
  background-color: white;
  margin-bottom: 30px;
  padding: 30px 20px;
  border-top: #004A99 3px solid;
}

.currentlang {
  position: absolute;
  text-align: right;
  right: 60px;
  top: 38px;
  font-family: 'Berthold', sans-serif;
  color: white;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 108;
}

.closewindow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s;
}

.closewindow:hover {
  background-image: url(/images/close2.png);
}

.innersubcat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.subcategorieen h1 {
  padding-top: 30px;
  font-family: 'Berthold';
  text-align: center;
  text-transform: uppercase;
  color: #004a99;
  font-size: 1.5em;
}

.subcategorieen>a {
  width: 100px;
  display: block;
  padding-left: 20px;
}

.subcategorieen>a:hover img {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.subcategorieen>a img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.subcategorie {
  width: 33.33%;
  padding: 20px;
}

.subcategorie ul {
  list-style-type: disc;
  padding-left: 35px;
}

.subcategorie div li {
  padding-left: 5px;
}

.innersub {
  width: 100%;
  border: 1px solid #252525;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.innersub a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.innersub section {
  width: 100%;
  text-align: center;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #004a99;
  ;
}

.subcategorie div h1 {
  text-align: center;
  padding: 10px;
  font-size: 1.3em;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  background-color: #004a99;
  color: white;
}

.subcategorie div p {
  font-size: .9em;
  font-weight: 400;
  padding: 10px;
}

.subcategorie div li {
  font-size: .9em;
}

.imgsub {
  width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  height: 300px;
  box-shadow: none !important;
  margin-bottom: 20px;
  position: relative;
  opacity: .7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.subcategorie:hover .imgsub {
  opacity: 1;
}

.prodfoto {
  max-width: 1280px;
  overflow: auto;
  margin: 0 auto;
}

.prodfoto div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

#meerfotos {
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: 1px solid #004a99;
  background-color: transparent;
  color: #004a99;
  padding: 10px;
  transition: all .3s;
  border-radius: 10px;
}

#meerfotos:hover {
  background-color: #004a99;
  color: white;
}

.headerdiensten {
  background-position: center;
  background-size: cover;
}




/*===Start Nieuws===*/
/*=Blog=*/
.news-detail-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-detail-headerleft {
  width: 63%;
  position: relative;
}

.news-detail-headerleft img {
  width: 100%;
}

.news-detail-headerright, .news-detail-bottom {
  width: 35%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #004a99;
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Berthold', sans-serif;
  padding: 10px;
  text-align: center;
}

.news-detail-bottom {
  display: none;
  width: 100%;
  padding: 50px;
}

.news-detail-part {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: space-between;
}

.news-detail-left {
  width: 63%;
}

.news-detail-right {
  width: 35%;
}

.news-detail-actions {
  width: 100%;
  border: 1px solid #004a99;
  padding: 0 30px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.news-detail-actions .leftarrow, .news-detail-actions .rightarrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  padding: 0 10px;
}

.news-detail-actions a {
  color: #004a99;
}

.news-detail-actions a:hover {
  color: #6d9ad5;
}

.news-detail-actions .rightarrow {
  left: auto;
  right: 0;
}

.news-detail-actions .leftarrow i, .news-detail-actions .rightarrow i {
  line-height: 40px;
}

.news-detail-right {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #004a99;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  border: 1px solid #004a99;
  height: 47px;
  line-height: 47px;
}

.news-detail-right a {
  color: #004a99;
}

.news-detail-list {
  width: 100%;
  margin-top: 50px;
  padding: 50px 0;
  /*background-image: url(/images/vertical-waves.png);*/
  background-color: #e2e2e2;
}

.news-detail-list h5 {
  color: #004a99;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  font-family: 'Berthold', sans-serif;
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 0 1% 40px 1%;
}

.news-detail-listitem {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.news-detail-listitem div {
  width: 31.33%;
  margin: 1%;
  padding: 5px;
  border: 2px solid #004a99;
  transition: all .3s;
  position: relative;
  padding-left: 30px;
  border-radius: 100px;
  font-family: 'Berthold', sans-serif;
  text-transform: uppercase;
  color: #004a99;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}

.news-detail-listitem div a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}

.news-detail-listitem div img {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-detail-listitem div:hover {
  background-color: rgba(255, 255, 255, 1);
}

.relijst div {
  width: 48%;
  padding-right: 30px;
  min-height: 65px;
  border-radius: 0px;
  margin-bottom: 1em;
}








.headholder {
  position: relative;
}

#ficheheader {
  padding-right: 420px;
}

.fiche .cnt {
  margin-right: 420px;
}

#ficheheader>img {
  width: 100%;
}

#ficheheader {
  position: relative;
}

.prevnext img {
  position: absolute;
  top: 50%;
  margin-top: -25.5px;
}

.prevnext #arrleft {
  left: -71px;
}

.prevnext #arrright {
  right: -71px;
}

.fiche .toppart h1 {
  text-align: left;
}

.akholder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: 'Berthold', sans-serif;
  width: 400px;
}

.akholder>* {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.akholder>* a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.akholder .tops {
  top: 0;
  bottom: 50%;
  background-color: #000;
}

.akholder .tops {
  border-bottom: 10px solid white;
}

.akholder .bottoms {
  border-top: 10px solid white;
  top: 50%;
  bottom: 0;
  background-color: #000;
}

.akholder h4 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fefefe;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 150%;
  font-size: 1.8em;
  font-weight: bold;
}

.akholder .tops h4 {
  padding-bottom: 10px;
}

.akholder .bottoms h4 {
  padding-top: 10px;
}

.nieuws-list {
  width: 400px;
  float: right;
}

.nieuws-list.shopzone {
  height: 150px;
  position: relative;
}

.nieuws-list.shopzone:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  z-index: -1;
}

.nieuws-list h5 {
  font-size: 1.4em;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #004a99;
  color: #fefefe;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  font-weight: bold;
}

.nieuws-list.shopzone h1 {
  line-height: 150%;
  margin-bottom: 0;
  font-size: 1.8em;
  background-color: transparent;
}

.nieuws-list.shopzone a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nieuws-list h3 {
  color: rgb(32, 32, 32);
  padding-left: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 125%;
  display: inline-block;
  position: relative;
  font-weight: bold;
  width: 100%;

}

.nieuws-list h3 img {
  position: absolute;
  left: 10px;
  top: 3px;
}

.nieuws-list h3:hover {
  text-decoration: underline;
}

.nieuwsfichebutton {
  width: 150px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #004a99;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  height: 40px;
  line-height: 40px;
}

.nieuwsfichebutton:first-child {
  margin: 0;
}

.nieuwsfichebutton img {
  vertical-align: middle;
  margin-right: .3em;
}

.nieuwtjes {
  z-index: 10;
  position: absolute;
}

.nieuwtjes h6 {
  font-size: 1.2em;
  font-family: 'Berthold', sans-serif;
  display: inline-block;
  padding-left: 10px;
  text-transform: uppercase;
}

.nieuwtjes div img {
  margin-left: 10px;
}

.nieuwtjes div {
  border: 1px solid #004a99;
  min-height: 72px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.nieuwtjes div:hover {
  background-color: #d2d2d2;
}

.nieuwtjes a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

}

#spacetop {
  height: 100px;
  width: 100%;
}

.actions {
  margin-top: 20px;
  border: 1px solid #004a99;
  padding: 5px 0;
  padding-bottom: 0;
}

.actions:after {
  display: block;
  clear: left;
  content: "";
}

.fiche h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .4em;
}

.fiche h1 {
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  color: white;
  font-size: 2.2em;
  margin-top: 1.5em;
  color: #252525;
  margin-bottom: .8em;
  line-height: 150%;
  max-width: 100%;
}

.head h1 {
  margin: 0;
}

.head h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 6px;
}

.head {
  padding-bottom: 50px;
  padding-top: 45px;
}

#fiche {
  padding-top: 1.5em;
}

#fiche .left {
  width: 53%;
  float: left;
}

#fiche .right {
  float: right;
  width: 45%;
}

#fiche .subtitle {
  color: #595b60;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: .4em;
}


.outernews {
  max-width: 1280px;
  background-color: white;
  margin: 0 auto;
  display: block;
  margin-top: -100px;
  width: 100%;
  padding: 50px 20px;

}

#news>* {
  width: 31.33%;
  margin: 0 1% 2% 1%;
  color: rgb(0, 0, 0);
}

#news.acties>* {
  width: 48%;
}

#news img {
  width: 100%;
}

#news {
  min-height: 416px;
}

#news h2 {
  font-size: 1.4em;
  margin: 15px 0 8px 0;
  color: #252525;
  min-height: 55px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
}

#news .im {
  position: relative;
}

#news .geldig {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  background-color: rgb(237, 28, 36);
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.3em;
}

.lm {
  border: 1px solid #252525;
  color: #252525;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  text-align: center;
  margin-top: 20px;
  padding: 7px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lm:hover {
  background-color: #252525;
  color: white;
}

.actieh {
  margin-top: 25px !important;
  margin-bottom: 35px !important;
}

.fiche #news .c p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.fiche #news .c p:first-child {
  margin-top: 0;
}

.fiche #news .c p:last-child {
  margin-bottom: 0;
}

/*===Start Swiper===*/
.swiperoutercontainer {
  background-image: url(/images/overlay2.png);
  padding: 20px;
}

.swiper-container {
  padding: 0px;
  padding-bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
  width: 44px !important;
  -moz-background-size: 44px 44px !important;
  -webkit-background-size: 44px 44px !important;
  background-size: 44px 44px !important;
  margin-top: -80px !important;
}

.swiper-pagination-bullet-active {
  background: #004a99 !important;
}

.swiper-button-next {
  background-image: url(/images/hor_right.png) !important;
}

.swiper-button-prev {
  background-image: url(/images/hor_left.png) !important;
}

.zestiennegen, .horizon, .vierkant, .zestiennegenhalf {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.zestiennegenhalf {
  width: 50%;
}

.zestiennegen:after, .horizon:after, .vierkant:after, .zestiennegenhalf:after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.vierkant:after {
  padding-top: 100%;
}

.swiper-slide .zestiennegen h1 {
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 1.5em;
  background-color: #004a99;
  font-family: 'Berthold', sans-serif;
  padding: 10px;
}

.swiperer {
  position: absolute;
  margin-left: -10px;
  margin-top: -14px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*===Einde Swiper===*/

.splashscroll,
.splashscroll:before {
  position: absolute;
  left: 50%;

}

.splashscroll:hover {
  background-color: rgba(255, 255, 255, .9);
}

.splashscroll:hover:before {
  background: #004a99;
}

.splashscroll {
  width: 30px;
  height: 50px;
  background-color: rgba(255, 255, 255, .1);
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
  bottom: 20px;
  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);
  }
}




/*===Einde event contact===*/



.homecontent {
  width: 100%;
}

.homeslogancontent {
  padding: 0 20px;
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
  background-image: url(/images/vertical-waves.png);
}

.innerslogan {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  margin-top: 7rem;
}

.overonshomecontent {
  padding: 0 20px;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  background-image: url(/images/filtratie.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.designding {
  margin: 0 auto;
  display: block;
  width: 50px;
  margin-bottom: 30px;
}


.homeover {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.inneroverons {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.uitsparing {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.homeoveritem {
  width: 31.33%;
  margin: 1%;
  padding: 40px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  position: relative;
  border-radius: 25px;
  position: relative;

}

.buttonmne {
  border-radius: 100px;
  background-color: transparent;
  border: 2px solid #252525;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'berthold', sans-serif;
  font-size: 1.2em;
  color: #252525;
  padding: 7px 40px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.buttonmne:hover {
  background-color: #252525;
  color: white;
}

footer {
  width: 100%;
  border-bottom: 1px solid #6d9ad5;
  padding: 30px 0;
  padding-top: 80px;
}

.innerfooter {
  max-width: 1280px;
  margin: 0 auto;
}

.innerfooter ul {
  width: 100%;
  display: inline-block;
}

.footer-item {
  float: left;
  width: 33.3333%;
  padding: 20px;
  font-family: 'berthold', sans-serif;
  display: flex;
  color: white;
  justify-content: space-between;
}

.footer-item i {
  font-size: 1.2em;
  margin-bottom: 17px;
}

.footer-item>div {
  position: relative;
  padding-left: 50px;
  margin: auto;
}

.footer-item>div>div:first-child {
  position: absolute;
  left: 0;
  width: 50px;
}

.footer-item>div>div:nth-child(2) {
  width: auto;
}

.footer-item a {
  color: white;
  font-family: 'berthold', sans-serif;
}

.footer-item p {
  margin-bottom: 10px;
}

.footer-item img {
  display: block;
}

#footeraccent {
  position: absolute;
  width: 80px;
  top: -45px;
  left: 50%;
  margin-left: -40px;
}

#footeraccent img {
  width: 100%;
}

.headerover h1, .headerdiensten h1, .productdetailheader h1 {
  margin-top: 0 !important;
}

/*===Curtain Content===*/

.smallcurt {
  display: none;
}

.curtain_titel {
  font-size: .8em;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #afafaf;
  cursor: pointer;
}

.curtain_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 50;
  display: none;
  bottom: 0;
}

.curtain_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 3em;
  color: white;
  cursor: pointer;
}

.curtain_content>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.curtain_holder {
  width: 100%;
  max-width: 900px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.curtain_holder.fullSize {
  background: transparent;
  text-align: right;
  vertical-align: top;
  cursor: pointer;
}

.curtain_holder img {
  width: 100%;
  max-width: 400px;
}

.curtain_holder.fullSize img {
  max-width: 100%;
}

.fullSize .link-hold-cur {
  background-color: #f15e2b;
  padding: 10px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.curtain_holder>div {
  padding: 35px;
}

.curtain_holder>div h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #004a99;
  line-height: 150%;
  margin-bottom: 20px;
}

.curtain_holder>div div {
  line-height: 150%;
  color: #909090;
}

.curtain_holder>div a {
  color: #004a99;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  cursor: pointer;
}

/*===Quote===*/
.quote {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 96%;
  padding: 60px;
  padding-bottom: 100px;
  border-radius: 18px;
  border: 2px solid #004a99;
  position: relative;
}

.quote .c {
  font-size: 1.2em;
  line-height: 150%;
  text-align: center;
}

.quote .after, .quote .before, .quote .link-icon {
  font-size: 35px;
  color: #004a99;
  position: absolute;
}

.quote .before {
  top: 20px;
  left: 20px;
}

.quote .after {
  bottom: 60px;
  right: 20px;
}

.quote .link-icon {
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}

.quote a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* Vacatures */

.vacatures_list {
  width: 100%;
  max-width: 1400px;
  background-color: white;
  padding: 50px;
  margin: 0 auto;
  /* transform: translateY(-50px); */
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vacatures_list article {
  width: 31.33%;
  margin: 1%;
  border: 2px solid #eeeeee;
  position: relative;
}

.vacatures_list article .button {
  background-color: transparent;
  border: #063687 2px solid;
  color: #063687;
  font-family: 'berthold', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  margin-top: 10px;
  padding: 8px;
  z-index: 5;
  position: relative;
  transition: all .3s;
}

.vacatures_list article .button:hover {
  background-color: #063687;
  color: white;
}

.vacatures_list article h2 {
  font-weight: 700;
  font-family: 'berthold', sans-serif;
  color: #063687;
  font-size: 1.4em;
  padding: 15px 10px;
}

.vacatures_list article div {
  line-height: 180%;
  color: #939393;
  padding: 0 10px;
  font-size: .9em;
}

.vacatures_list article img {
  width: 100%;
}

.vacatures_list article .overlayButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.vacaturepagina {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.vacaturepagina_banner {
  width: 100%;
  position: relative;
}

.vacaturepagina_banner img {
  width: 100%;
  cursor: pointer;
}

.vacaturepagina_banner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  font-size: 3em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 150%;
  font-family: 'berthold', sans-serif;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 11px #000000;
}

.vacature_controls {
  width: 100%;
  max-width: 1400px;
  padding: 10px;
  min-height: 60px;
  background-color: white;
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.vacature_controls a {
  color: #063687;
  font-family: 'berthold', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.vacature_arrow {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white !important;
  background-color: #063687;
}

.vacature_controller {
  padding: 8px 25px;
  text-align: center;
  color: white !important;
  background-color: #092574;
  margin-left: 8px;
}

.marker {
  background-color: yellow;
}

.vacature_content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}

.vacature_tekst {
  width: 65%;
  line-height: 180%;
  color: #939393;
  padding: 0 10px;
  font-size: .9em;
}

.vacature_tekst b,
.vacature_tekst strong {
  color: #000;
}

.vacature_split {
  width: 30%;
}

.vacature_form {
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.vacature_form>h2 {
  font-size: 1.4em;
  font-family: 'berthold', sans-serif;
  color: #063687;
  margin-bottom: 10px;
  font-weight: 700;
}

.vacature_form input[type=text], .vacature_form input[type=email], .vacature_form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #dfdfdf;
  color: #878787;
  font-size: .9em;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}

.vacature_form textarea {
  height: 100px;
}

.vacature_form input[type=submit] {
  background-color: #063687;
  color: #fff;
  transition: all .3s;
  padding: 10px;
  font-size: 1.2em;
  width: 100%;
  border: 2px solid #063687;
  font-family: 'berthold', sans-serif;
}

.vacature_form input[type=submit]:disabled {
  background-color: #bcbcbc;
  border: 2px solid #bcbcbc;
}

.vacature_form input[type=submit]:disabled:hover {
  background-color: #bcbcbc;
  border: 2px solid #bcbcbc;
  color: white;
}

.vacature_form input[type=submit]:hover {
  color: #063687;
  background-color: transparent;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  font-family: 'Poppins', sans-serif;
  z-index: -1;
}

.inputfile+label {
  cursor: pointer;
}

.inputfile+label {
  font-size: .9em;
  text-align: center;
  letter-spacing: 1px;
  border: 2px solid #dfdfdf;
  color: #878787;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.vacaturepagina_h1 {
  display: none;
  color: #063687;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}

/* Einde Vacatures */

/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.spacer_contact {
  height: 100px;
  width: 100%;
}

.team {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team article {
  width: 18%;
  margin: 1%;
  padding: 10px;
  background-color: white;
}

.team article img {
  width: 100%;
  margin-bottom: 10px;
}

.team article h2 {
  width: 100%;
  font-size: .9em;
  text-align: center;
  background-color: white;
  padding: 5px;
}

.radio_container {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.radio_container input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
  background-color: #94C11E;
  color: white;
}

.radio_container input:checked+.radio_checker i {
  display: block;
}

.radio_checker:hover {
  background-color: #94C11E;
  color: white;
}

.radio_checker {
  cursor: pointer;
  transition: all .3s;
  padding: 15px 30px;
  border-radius: 200px;
  font-size: .8em;
  font-weight: 700;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.form_changer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio_checker i {
  display: none;
  margin-right: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-50%);
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.contact_info h2 {
  letter-spacing: 1px;
  font-size: 1.3em;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  color: #98272B;
}

.contact_info p {
  color: #4B4B4B;
  font-size: .9em;
  margin-top: 15px;
}

.contact_info a {
  padding-left: 30px;
  position: relative;
}

.contact_info a {
  color: #4B4B4B;
}

.contact_info a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_content {
  background-color: #F2F6FA;
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.gegevens {
  width: 35%;
  margin-left: 2%;
  padding: 30px;
  background-color: white;
}

.gegevens img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.gegevens>div {
  padding: 25px;
}

.gegevens div h2 {
  color: #98272B;
  font-size: 1.3em;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

.gegevens div div {
  font-size: .85em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #4B4B4B;
  line-height: 200%;
}

.gegevens p {
  padding-left: 35px;
  position: relative;
  color: #333333;
  margin: 8px 0;
}

.gegevens p a {
  color: #333333;
}

.gegevens p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.contact_form_holder {
  width: 63%;
  padding: 35px;
  background-color: white;
}

.contact_form_holder h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.contact_form_holder tbody {
  width: 100%;
  letter-spacing: 1px;
  color: #7f7f7f;
}

.contact_form_holder tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.contact_form_holder tr td:first-of-type {
  width: 110px;
}

.contact_form_holder tr td:nth-child(2) {
  width: 200px;
}

.contact_form_holder tr td:last-of-type {
  width: 150px;
}

/* Einde Contact */

/*=========Start Contactpersonen=======*/
.afdeling {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.afdeling:not(:last-child) {
  margin-bottom: 30px;
}

.afdeling h2 {
  width: 100%;
  font-size: 1.4em;
  margin: 0 0 8px 0;
  color: #252525;
  min-height: 55px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
}

.afdeling .persoon {
  margin-bottom: 2%;
  width: 32%;
  padding: 10px;
  border: 1px solid #004a99;
}

.afdeling .persoon:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

.persoon {
  word-break: break-all;
}

.persoon h3 {
  color: #004a99;
}

.persoon .info {
  font-size: 0.9em;
}

.persoon .info p {
  padding-left: 25px;
  position: relative;
  color: rgb(32, 32, 32);
}

.persoon .info i {
  position: absolute;
  left: 7.5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.persoon .img {
  margin-bottom: 5px;
}

.persoon .img img {
  width: 100%;
}


/*===Media queries===*/
@media screen and (max-width: 1800px) {
  .home-blokken .cont2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
  }

  .home-blokken .cont2 .img {
    width: 45%;
  }

  .home-blokken .cont2 .content {
    padding: 40px 40px 40px 40px;
    margin: unset;
  }

  .home-blokken .cont2 .vertcent {
    left: 40px;
    right: 40px;
    /*min-width: 630px;*/
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    box-sizing: border-box;
  }

  .home-blokken .cont2 .vertcent h1 {
    font-size: 1.5rem;
    padding-top: 0;
  }

  .home-blokken .cont2 .vertcent .line2 {
    margin-bottom: 10px;
  }

  .home-blokken .cont2 .vertcent p {
    margin-bottom: 10px;
  }

  .home-blokken .cont2 .vertcent cite, .home-blokken .cont2 .vertcent h3 {
    font-size: 1rem;
  }

  .home-blokken .cont2 .vertcent hr {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .home-blokken .cont2 .vertcent .c p {
    margin-top: 0;
  }

  .home-blokken .cont2 .vertcent p {
    font-size: 1rem;
  }

  .home-blokken .cont2 .vertcent .buttonmne {
    margin-top: 1rem !important;
  }
}


@media screen and (max-width: 1500px) {
  .cont2 .vertcent {
    left: 50px;
    right: 50px;
  }

  .cont2 .font6 {
    font-size: 1.6em;
  }

  .cont2 .font3 {
    font-size: 105%;
  }
}


@media screen and (max-width: 1400px) {
  .home-blokken .cont2 {

    margin-bottom: 40px;
  }

  .home-blokken .cont2 .img {
    width: 38%;
  }
}


@media screen and (max-width: 1300px) {
  #logo {
    width: 140px;
  }

  #logo img {
    width: 100px;
  }

  header.scrolling #logo {
    width: 95px;
  }

  header.scrolling #logo img {
    width: 95px;
    padding-top: 21px;
  }

  .btn.black {
    margin-bottom: 20px;
  }

  .headerover, .headerdiensten, .productdetailheader {
    background-attachment: local;
  }

  .prevnext {
    display: none;
  }

}




@media screen and (max-width: 1230px) {
  .cont2 .vertcent {
    left: 25px;
    right: 25px;
  }

  .cont2 .font6 {
    font-size: 1.5em;
  }

  .cont2 .font3 {
    font-size: 18px;
  }

}

@media screen and (max-width: 1200px) {
  .cont3 {
    width: 96%;
  }

  .contactheight {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .content-box {
    max-width: 95%;
  }

  .openingsuren {
    float: right;
    width: 48%;
    height: 22.3em;
    margin-top: 2em;
    margin-right: 0;
    margin-left: 0;
  }

  .contacteer-ons {
    margin-right: 0;
    float: right;
    margin-top: 20px;
  }

  .location {
    margin-left: 0;
    margin-right: 0;
    width: 48%;
    margin-top: 20px;
  }

  .headhold img {
    margin-right: 10%;
  }


}

@media screen and (max-width: 1180px) {
  .splash {
    background-attachment: local;
  }

  .c1 {
    width: 26%;
  }

  .c2 {
    width: 40%;
  }

  .c3 {
    width: 15%;
  }

  .c4 {
    width: 18%;
  }

  #news>* .c p {
    margin-bottom: 5px;
  }

  .news-detail-header {
    padding: 20px;
  }

  .news-detail-part {
    padding: 20px;
  }



}

@media screen and (max-width: 1150px) {

  .cont2 {
    border-top: 0;
  }

  .row .cont2:first-child {
    border-top: 1px solid #ededed;
  }

  .row .cont2:last-child {
    border-bottom: 1px solid #ededed;
  }

  /*
  .cont2 > * {
    width: 100%;
    float: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  */


  #nieuwtje .cont2>* {
    max-width: 100%;

  }

  .cont2 .content .vertcent {
    position: static;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }

  .cont2 .content {
    padding: 50px 15px;
    text-align: left;
    background-color: transparent;
  }

  .cont2 .content.reverse {
    text-align: left;
  }

  .cont2 .img.hidemob {
    display: none;
  }

  .cont2 .img.showmob {
    display: block;
  }

  .desktop-nav {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1100px) {
  .vierkant .opschrift, .rechthoek .opschrift {
    left: 0;
    right: 0;
    padding: 5px;
    bottom: 0;
    text-align: center;
  }

  .vacature_content {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }

  .vacature_form, .vacature_tekst {
    width: 100%;
  }

  .vacature_tekst {
    padding: 0;
    margin-bottom: 20px;
  }

  .vacaturepagina_banner h1 {
    width: 100%;
    text-align: center;
  }

  .vacature_controls {
    transform: none;
  }

  .vacature_split {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .rowhead {
    display: none;
  }

  .afhaallist strong {
    display: inline;
  }

  .afhaallist .rowlist {
    padding: 10px 0;
  }

  .afhaallist .col {
    width: 100%;
  }

  .afhaallist .c1 {
    padding-left: 5px !important;
  }

  .home-blokken .cont2 {
    flex-direction: column;
  }

  .home-blokken .cont2 .img {
    width: 70%;
  }

  .home-blokken .cont2 .content {
    width: 85%;
  }

  .home-blokken .cont2.reverse .content {
    order: 1;
  }

  .home-blokken .cont2.reverse .vertcent h1 {
    text-align: left;
  }

  .home-blokken .cont2.reverse .vertcent .line2 {
    display: block;
  }

  .home-blokken .cont2.reverse .vertcent .buttonmne {
    float: left;

  }


}

@media screen and (max-width: 1050px) {
  .cont7 .font6 {
    font-size: 1.5em;
  }

  .cont7 .content .cnt {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }

  .cont7 .subrow.reverse .content .cnt {
    left: auto;
    right: 5%;
  }

  .product-dewe {
    width: 33.33%;
  }

  .subcategorieen {
    justify-content: flex-start;
  }

  .subcategorie {
    max-width: 50%;
    width: 50%;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
  }

  #menubutton {
    display: flex !important;
  }

  .desktop-nav {
    display: none;
  }

  .taalswitch {
    top: 26px;
    right: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .afdeling .persoon {
    width: 49%;
  }

  .afdeling .persoon:nth-of-type(3n) {
    margin-right: 2%;
  }

  .afdeling .persoon:nth-of-type(2n) {
    margin-right: 0;
  }

  .krachtlijn2 {
    font-size: 100%;
  }

  .cta {
    width: 600px;
  }

  /*
  .three-row-logo > * {
    float: none;
    width: 50%;
    display: block;
    margin: auto;
    padding:20px 0;
    clear: both;
    text-align: center !important;
    clear: none;
    margin-left: auto !important;
    margin-right: auto !important;
    } */
  .three-row-logo {
    width: 100%;
  }

  .biobtns>a {
    width: 300px;
    max-width: 96%;
  }

  .biobtns>a:hover {
    -webkit-box-shadow: inset 300px 0 0 0 rgb(70, 47, 44);
    -moz-box-shadow: inset 300px 0 0 0 rgb(70, 47, 44);
    box-shadow: inset 300px 0 0 0 rgb(70, 47, 44);
  }

  #news>* {
    width: 31%;
    margin: 0 1% 2% 1%;
  }

  .bedrijfsfoto {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .bed1 {
    display: none;
  }

  .bed2 {
    display: block;
    max-width: 500px;
  }

  .balkOpeningsuren {
    display: none;
  }

  .contacteer-ons>img {
    margin-bottom: 10px;
  }

  .vacatures_list article {
    width: 48%;
  }

  .sponsor {
    width: 31.33%;
  }

  .groot-sponsor {
    width: 48% !important;
  }
}

@media screen and (max-width: 980px) {
  .font10 {
    display: block;
    text-align: center;
  }

  .overonshomecontent {
    background-attachment: local;
  }

  .center {
    width: 100% !important;
  }

  .dienstmain .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dienstmain .right {
    display: none;
  }

  .dienstmain .vierkant.dn {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 100%;
  }

  .resplogos.dn {
    display: block;
  }

  .dienstmain .logo:nth-child(1n) {
    padding: 2% 0 0 0;
    width: 33.33%;
  }

  .dienstmain .logo:nth-child(1n) .opschrift {
    bottom: 0;
    right: 6%;
  }

  .dienstmain .logo:nth-child(1) {
    padding-right: 2%;
  }

  .dienstmain .logo:nth-child(1) .opschrift {
    bottom: 0;
    right: 6%;
  }

  .dienstmain .logo:nth-child(2) {
    padding-right: 1%;
    padding-left: 1%;
  }

  .dienstmain .logo:nth-child(2) .opschrift {
    bottom: 0;
    left: 3%;
    right: 3%;
  }

  .dienstmain .logo:nth-child(3) {
    padding-left: 2%;
  }

  .dienstmain .logo:nth-child(3) .opschrift {
    bottom: 0;
    left: 6%;
    right: 0;
  }

  .dienstmain .logo:nth-child(4) {
    display: none;
  }

  .contactak {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 950px) {
  .twosplit .half:nth-child(n) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .twosplit .half:first-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .headhold img {
    margin-right: 5%;
    top: 0px;
  }

  .levensboom .tak p {
    display: block;
    padding-left: 166px;
  }

  .levensboom .tak p span {
    display: none;
  }

  .innerfooter ul {
    justify-content: center;
  }

  .footer-item {
    width: 33.33%;
  }

  .footer-item:first-child {}

  .footer-item:first-child img {
    margin: 0 auto;
  }

  .news-detail-headerright, .news-detail-right {
    display: none;
  }

  .news-detail-bottom {
    display: block;
    position: relative;
  }

  .news-detail-headerleft, .news-detail-left {
    width: 100%;
  }

  .gegevens {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
  }

  .contact_form_holder {
    width: 100%;
  }

}

@media screen and (max-width: 930px) {

  .rightcor {
    right: -100px;
  }

  .leftcor {
    left: -100px;
  }

  .bollen.dienst>* {
    width: 180px;
    height: 180px;
  }

  .bollen.dienst .bol span {
    font-size: 1.2em;
  }

  nav a:hover img {
    display: none;
  }

  .mainhoofd {
    height: 30vh;
  }
}

@media screen and (max-width: 900px) {
  .box3:hover {
    color: #fefefe;
  }

  .groot-sponsor {
    width: 48% !important;
  }

  .box3:hover .innerbox {
    background-color: rgb(70, 47, 44);
  }

  .box3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    cursor: pointer;
    padding: 15px;
  }

  .box3 .text {
    display: none;
    margin-top: 20px;
  }

  .box3 .afb {
    margin-bottom: 0;
  }

  .cont7 {
    text-align: center;
  }

  .cont7.reverse {
    text-align: center;
  }

  .cont7 .top img {
    width: 100%;
  }

  .cont7 .subrow>* {
    width: 100%;
    float: right;
    padding-bottom: 0;
  }

  .cont7 .subrow .img {
    padding-bottom: 56.25%;
  }

  .cont7 .content .cnt {
    position: static;
    width: 96%;
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    text-align: center;
  }

  .cont7 .content .cnt * {
    text-align: center;
  }

  .cont7 .subrow.reverse .content .cnt * {
    text-align: center;
  }

  .cont7 .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cont7 .content p {
    display: none;
  }

  .cont7 .font6 {
    margin-bottom: 0;
  }

  .cont7 .content {
    display: none;
  }

  .cont7 .content.dn {
    display: block;
  }

  .bollen>* {
    width: 30.333%;
    margin: 1.5%;
  }

  .bollen>*:nth-child(7), .bollen>*:nth-child(6) {
    display: none;
  }

  .bollen>*:nth-child(6) {
    display: inline-block;
  }

  #ficheheader {
    padding-right: 0;
  }

  .akholder {
    display: none;
  }

  .fiche .cnt {
    margin-right: 0;
  }

  .nieuws-list {
    display: none;
  }

  .fiche .botpart.dn {
    display: block;
  }

  .botpart .nieuws-list {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }

  .botpart .nieuwtjes h3 {
    display: block;
    padding-left: 20px;
  }

  .nieuws-list h3 img {
    position: absolute;
    left: 0px;
    top: 3px;
  }

  .botpart {
    display: none;
  }

  .menuspacer {
    height: 100px;
  }
}

@media all and (max-width: 900px) {
  #nieuwsoverzicht>a {
    width: 47%;
    margin-right: 3%;
  }

  #nieuwsoverzicht>a:nth-child(3n) {
    margin-right: 3%;
  }

  #nieuwsoverzicht>a:nth-child(2n) {
    margin-right: 0;
  }

  .headerover h1, .headerdiensten h1, .productdetailheader h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 860px) {
  .cont2>* {
    width: 100%;
    max-width: 100%;
  }

  .cont2 .img {
    width: 96%;
    padding-bottom: 54%;
    margin-left: 2%;
  }

  .cont2 .content {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 850px) {
  .feco {
    width: 100%;
  }

  .headhold img {
    margin-right: 0%;
    top: 0px;
  }

  .bollen.waardes {
    display: none;
  }

  .content-box {
    max-width: 100%;
  }

  .waardes.lijst:after {
    display: block;
    clear: both;
    content: "";
  }

  .mobshow {
    display: block !important;
  }

  .waardes.lijst {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .waardes.lijst>* {
    width: 50%;
    padding: 15px 5px;
    color: #fefefe;
    font-size: 1em;
    font-weight: bold;
    float: left;
    line-height: 25px;
    height: 75px;
    position: relative;
    border-bottom: 1px solid rgba(230, 230, 230);
    border-right: 1px solid rgba(230, 230, 230);
  }

  .waardes.lijst>*:nth-child(2n) {
    border-right: 0;
  }

  .waardes.lijst h3 {
    position: absolute;
    left: 5px;
    right: 5px;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .curtain_titel,
  .curtain_content {
    display: none;
  }

  .timeline_item_content {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .timeline {
    overflow: auto;
  }

  .timeline_other_content {
    width: 100%;
    order: 2;
    text-align: left;
  }

  .left_time h2 {
    text-align: left;
  }

  .left_time p {
    text-align: left;
  }

  .timeline_other_content img {
    width: 100%;
    margin-top: 10px;
  }

  .timeline_container {
    width: 90%;
    float: right;
    flex-wrap: wrap;
  }

  .timelineoverlayholder {
    left: 5%;
  }

  .timeline::after {
    left: 5%;
  }

  .timeline_container::after {
    left: -5.6%;
    width: 25px;
    height: 25px;
  }

  .timeline_quote {
    margin-top: 20px;
  }

  .right_time, .imageleft {
    margin-left: 0;
  }

  .imageright {
    margin-right: 0;
  }

  .timeline_container {
    padding: 10px;
  }

}

@media screen and (max-width: 800px) {
  #news>* {
    width: 45.5%;
    margin: 0 2% 4% 2%;
  }

  .certificaten {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 7%;
  }

  body>div.page>main>div.row.appear>div>div:nth-child(1)>a:nth-child(1)>div>img {
    margin-left: 9%;
  }

  body>div.page>main>div.row.appear>div>div:nth-child(1)>a:nth-child(2)>div>span {
    padding: 0;
  }

  body>div.page>main>div.row.appear>div>div:nth-child(2)>a:nth-child(2)>div>span {
    padding: 0;
  }

  .certificaat .certificaat_afbeelding img {
    width: 60%;
  }

  #news.acties>* {
    margin: 0 1% 2% 1%;
  }

  .homeslogancontent {
    margin-bottom: 100px;
  }

  .vac-form {
    margin-right: 0;
  }

  .product-dewe {
    width: 50%;
  }

  .tempimg {
    display: none;
  }

  .cont4>* {
    width: 100%;
    margin-bottom: 50px;
  }

  .cont4>*:first-child, .cont4>*:first-child {
    margin-right: 0;
  }

  .footeritems .footitem:nth-child(2) {
    position: relative;
    left: 0px;
  }

  .cont4>*:last-child {
    margin-bottom: 0;

  }

  .krachtlijn2 h1 {
    font-size: 2.4em;
    margin-bottom: 0px;
  }

  .krachtlijn2 h2 {
    font-size: 2em;
    line-height: 110%;
    padding: 20px 0 !important;
  }

  #vaclist .item {
    width: 100%;
  }

  .afhaalbtns {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .afhaalbtns a {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  .homeslogancontent {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vac-form {
    margin-right: 0;
  }

  #vaclist .item {
    width: 100%;
  }

  .vacatures_list {
    padding: 0;
  }
}

@media screen and (max-width: 790px) {
  .two-row-grid>*:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }

  .cont6>* {
    width: 100%;
  }

  .cont6 .placeholder {
    margin-right: 0 !important;
    margin-bottom: 1%;
    padding-bottom: 56.25%;
  }

  .leftcor {
    left: -40px;
  }

  .rightcor {
    right: -40px;
  }

  .homepart .box2:nth-child(4) {
    display: block;
  }

  .headhold img {
    margin-right: 20px;
    top: 20px;
  }

  .linehold .lin1 {
    left: 51%;
  }

  .linehold .lin2 {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    bottom: 35.5%;
  }

  .linehold .lin3 {
    top: 32%;
  }
}

@media screen and(max-width:780px) {
  .sponsor {
    width: 48%;
  }

  .groot-sponsor {
    width: 100% !important;
  }
}

@media screen and (max-width: 760px) {
  .font10>span {
    font-size: 2.5em;
    text-align: center;
  }

  .font10>h1 {
    font-size: 1.2em;
  }

  .relijst div {
    width: 100%;
  }

  .news-detail-listitem div {
    width: 48%;
  }


}

@media screen and (max-width: 750px) {
  .leftcor {
    left: -130px;
  }

  .rightcor {
    right: -130px;
  }

  .footer-item {
    width: 100%;
    justify-content: center;
  }

  .vacaturepagina_banner h1 {
    display: none;
  }

  .vacaturepagina_h1 {
    display: block;
  }

  .home-blokken .cont2 .img {
    width: 95%;
  }

  .home-blokken .cont2 .content {
    width: 95%;
  }

}

@media screen and (max-width: 720px) {
  footer .newfootitem:nth-child(n) .foottop {
    float: none;
    position: static;
    padding-top: 10px;
  }

  .nieuwsfichebutton {
    width: 25%;
  }

  .nieuwsfichebutton i {
    display: none;
  }
}

@media screen and (max-width: 700px) {

  /*fixes*/
  .small-made-by {
    display: block;
  }

  .large-made-by {
    display: none;
  }

  /*end of fixes*/

  .footeritems .footitem {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    float: none;

  }

  .sharepos {
    width: 33.33% !important;
  }

  .news-detail-actions {
    overflow: visible;
  }

  .mainhoofd {
    height: 20vh;
  }

  .homeover {
    justify-content: center;
  }

  .homeoveritem {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
  }

  .footeritems .footitem h3 br, .footeritems .footitem h3 span {
    display: none;
  }

  .footeritems .footitem>img {
    display: block;
    margin: 0 auto;
  }

  .footeritems .font9 {
    text-align: center;
  }

  .footeritems:after {
    display: none;
  }

  .footeritems .footitem:last-child {
    margin-bottom: 0;
  }

  .footitem .line2 {
    display: inline-block;
  }

  nav .bottom {
    display: none;
  }

  .contactak.edu {
    width: 95% !important;
  }

  .bollen.waardes>* {
    width: 47%;
  }

}

@media screen and (max-width: 680px) {
  .linehold .lin1, .linehold .lin2, .linehold .lin3 {
    display: none;
  }

  .headhold {
    height: 80px;
    position: relative;
  }

  .meer {
    left: 0;
    text-align: right;
    padding-right: 140px;
    z-index: 2;
  }

  .headhold img {
    margin-right: 0px;
    bottom: 0px;
    left: auto !important;
    right: 35px;
    position: absolute;
    z-index: 2;
  }

  .homepart, .part {
    margin-top: 20px;
  }

  .homepart .box2:nth-child(1n), .part .box2:nth-child(1n) {
    width: 49.5%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 1%;
  }

  .subcategorie {
    width: 100%;
    max-width: 100%;

  }

  .homepart .box2:nth-child(2n), .part .box2:nth-child(2n) {
    margin-right: 0;
  }

  .two-row-grid>.box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }

  .evnt .part {
    margin-top: 0;
  }

  .box1 {
    padding-left: 0px;
  }

  .box1 h3 {
    padding-left: 30px;
    display: block;
  }

  .diensten .box1 h3 {
    padding-left: 50px;
  }

  .diensten .box1>img {
    left: 20px !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .box1 img {
    left: 0px;
  }

  .font7 {
    font-size: 95%;
  }

  .cta {
    width: 90%;
  }

  .cta img {
    width: 75%;
  }

  .font6 {
    font-size: 1.4em;
  }

  .three-row-grid.single>.box1:last-child {
    margin-left: 0;
  }

  .three-row-grid.single>.box1:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 670px) {
  .biobtns {
    margin: 30px auto;
  }
}

@media screen and (max-width: 650px) {
  .font10>span {
    width: 100%;
    margin-right: 0;
  }

  .font10 {
    text-align: center;
    width: 100%;
  }

  .font10>h1 {
    text-align: center !important;
  }

  .font10>p {
    text-align: center !important;
  }

  .box3 .font12 {
    font-size: 1.6em;
  }

  .vacatures_list article {
    width: 96%;
    margin: 2%;
  }
}

@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }

  .openingsuren {
    width: 100%;
  }

  .balkOpeningsuren {
    width: 100%;
    margin-top: 79.8em;
    margin-left: 0;
  }

  .contacteer-ons {
    margin-top: 20px;
  }

  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }

  .contact-form p {
    margin-bottom: 0;
  }

  #dasmap {
    height: 250px;
  }
}

.news-detail-headerleft .leftarrow, .news-detail-headerleft .rightarrow {
  display: none;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 2em;
  color: #fff;
  margin-top: -0.5em;
}

.news-detail-headerleft .leftarrow:hover, .news-detail-headerleft .rightarrow:hover {
  color: #004a99;
}

.news-detail-headerleft .rightarrow {
  left: auto;
  right: 20px;
}

@media screen and (max-width: 600px) {
  .afdeling .persoon {
    width: 100%;
  }

  .afdeling .persoon:nth-of-type(n) {
    margin-right: 0;
  }

  .innerslogan {
    margin-top: 4rem;
  }

  .menuspacer {
    height: 57px;
  }

  .main-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .taalswitch {
    right: 62px;
    top: 6px !important;
    transform: unset !important;
  }


  .nieuwsfichebutton {
    font-size: 0.9em;
  }

  .news-detail-actions .leftarrow, .news-detail-actions .rightarrow {
    display: none;
  }

  .news-detail-headerleft .leftarrow, .news-detail-headerleft .rightarrow {
    display: block;
  }



  .mt50 {
    margin-top: 35px;
  }

  .splash {
    min-height: 100vh;
  }

  .first {
    margin-top: 60px;
  }

  .toporange {
    height: 0px;
    display: none;
  }

  .bigimg .rechthoek {
    width: 100%;
    margin-right: 0;
  }

  .bigimg .vierkant {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .conn {
    width: 8px;
    height: 80px;
    background-color: #cad7f0;
    margin: 0 auto;
  }

  .feco img {
    width: 100%;
  }

  .splash .img {
    padding-top: 250px;
  }

  .cont2 .font6 {
    font-size: 1.8em;
  }

  .btn {
    margin: 40px auto;
  }

  .closewindow {
    z-index: 200;
  }

  .producten-dewe {
    margin-top: -60px;
  }

  nav {
    display: none;
    width: 100%;
    right: 0;
    left: 0;
    box-shadow: none;
    position: absolute;
    padding: 0;
    padding-top: 116px;
    padding-bottom: 40px;
    background-image: none;
    top: 0 !important;
    height: 100vh !important;
    overflow-x: hidden !important;
  }

  nav>a {
    font-size: 1.6em;
    padding-left: 71px;
    width: 100%;
    margin: 0 auto;
  }

  nav>a:hover img {
    display: none;

  }

  nav>a img {
    display: none;
    left: 22px !important;
  }

  nav .language {
    text-align: center;
  }

  nav .language a {
    display: inline-block;
    float: none;
  }

  #spacetop {
    height: 60px;
    width: 100%;
  }

  header {
    height: 60px !important;
    top: 0px !important;
  }

  header #menubutton {}

  header #logo img {
    width: 100% !important;
  }

  header #logo {
    top: 0px !important;
  }

  header #menubutton {
    margin-top: 0px !important;
    top: 6px !important;
  }

  header.scrolling #menubutton {
    margin-top: 0px;
    top: 12px;
  }

  header.scrolling #menubutton.active {
    margin-top: 22px;
  }

  header.scrolling {
    height: 60px;
  }

  header.scrolling #logo {
    width: 150px;
  }

  header.scrolling #logo img {
    width: 100%;
    padding-top: 9px;
  }

  header.active #logo {}

  #menubutton.pageready {
    right: 10px;
  }

  .cont3.dn {
    display: block !important;
  }

  #logo {
    width: 150px;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);
  }

  #logo.noblue {
    width: 150px;
  }

  #logo img {
    width: 100%;
  }

  #logo.noblue img {
    width: 100%;
  }

  #logo.pageready {
    left: 10px;
    /*top: -5px !important;*/
  }

  #logo img {
    width: 70px;
    padding: 10px 0;
  }

  #video_background {
    display: none;
  }

  .logosplash {
    position: static;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
  }

  .kaart {
    width: 85% !important;
  }

  .splash .text {
    display: none;
  }

  .splash .img {
    padding-top: 80px;
  }

  .xknop {
    position: absolute;
    margin: 0;
    top: -10px;
    right: 3px;
  }

  #cookieheader p {
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .font4 {
    font-size: 2em;
  }

  #cookieheader {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  #cookiewrapper {
    position: relative;
  }

  .cont4>* {
    margin-bottom: 35px;
  }

  .mt100 {
    margin-top: 70px;
  }

  .subcategorieen {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 550px) {
  body .team.four-row-grid>* {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
  }

  .sponsor_worden a {
    font-size: 18px;
  }

  .leftcor {
    display: none;
  }

  .rightcor {
    display: none;
  }

  #nieuwsoverzicht>a {
    margin-right: 0 !important;
    width: 100%;
  }

  .notonmobile {
    display: none !important;
  }

  .nieuwsfichebutton.notonmobile {
    display: inline-block !important;
  }

  .homepart .box2:nth-child(1n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 547px) {
  .btn.margin {
    margin-left: auto;
    display: block;
  }

  .btn.width {
    width: 245px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .font4 {
    font-size: 2em;
  }

  .product-dewe {
    width: 100%;
  }

  .smallify {
    font-size: 1.7em !important;
  }

  .font5 {
    font-size: 1.8em;
  }

  .bollen>* {
    width: 46%;
    margin: 2%;
  }

  .bollen.waardes>* {
    width: 48%;
    margin: 1%;
  }

  .waardes.lijst>*:nth-child(1n) {
    width: 100%;
    border-right: 0;
  }

  .dienstmain .logo:nth-child(1n) {
    padding: 2%;
    width: 50%;
  }

  .dienstmain .logo:nth-child(1n) .opschrift {
    left: 0;
    right: 0;
    bottom: 3.8%;
  }

  .dienstmain .logo:nth-child(4) {
    display: block;
  }

  .dienstmain .logo:nth-child(2n) {
    padding-right: 0;
  }

  .dienstmain .logo:nth-child(2n) .opschrift {
    left: 4%;
  }

  .dienstmain .logo:nth-child(2n-1) {
    padding-left: 0;
  }

  .dienstmain .logo:nth-child(2n-1) .opschrift {
    right: 4%;
  }

  .leftcor {
    left: -70px;
  }

  .rightcor {
    right: -70px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .PL_Buttons a {
    width: 100%;
  }

  .PL_Buttons>a:first-of-type {
    margin-bottom: 1rem;
  }

}

@media screen and (max-width: 480px) {
  .backblack .vertcent {
    font-size: 85%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .news-detail-listitem div {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 475px) {
  .font10 br.dn {
    display: inline-block;
  }

  .font10>h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .cta img {
    width: 90%;
  }

  .cta {
    margin: 50px auto;
  }

  .cta strong {
    margin-bottom: 20px;
  }

  .contactak.edu a {
    width: 200px !important;
    margin-left: -100px !important;
  }


}

@media screen and (max-width: 460px) {
  .strlform .submit {
    width: 100%;
    top: 0;
  }

  .strlform input[type="text"] {
    width: 100%;
  }

  .innerfooter ul {
    justify-content: center;
  }

  .footer-item {
    width: 100%;
  }

  .footer-item div:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .box3 {
    text-align: center !important;
    padding-top: 100px;
    padding: 30px;
  }

  .cont2 .content.small {
    padding: 10px;
    padding-top: 35px;
  }

  .cont2 .content.medium {
    padding: 50px 25px;
  }

  .main-title {
    font-size: 1.2em;
  }

  .leftcor {
    left: -100px;
  }

  .rightcor {
    right: -100px;
  }

  .part>.box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }

  .taalswitch {
    font-size: 0.8rem;
  }

  .taalswitch a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {

  /*fixes*/
  .small-made-by {
    font-size: 0.7rem;
  }

  /*end of fixes*/
}

@media screen and (max-width: 420px) {
  .bollen.waardes>*:nth-child(n+4) {
    display: none;
  }

  .bollen.waardes>* {
    width: 96%;
    margin: 2%;
  }

}

@media screen and (max-width: 400px) {
  .cont2 .content, .cont2.reverse .content {
    text-align: center;
  }

  .cont2 .content .line2 {
    display: inline-block;
  }

  body {
    font-size: 1em;
  }

  .btn.width {
    width: 232px;
    max-width: 100%;
  }

  .backblack .line {
    display: none;
  }

  .backblack .font3 {
    display: none;
  }

  .splash .img {
    padding-top: 80px;
  }

  #cookieheader .btn {
    padding: 0.5em 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 16px;
  }

  footer h4 {
    font-size: 1.2em;
  }

  footer .newfootitem:nth-child(2)>* {
    margin-left: 20px;
  }

  footer .newfootitem:first-child>* {
    margin-right: 20px;
  }

  #news>*, #news.acties>* {

    width: 100%;
    margin: 0 0 50px 0;
  }

}

@media all and (max-width: 390px) {
  .nleft {
    width: 31%;
  }

  .nright {
    width: 65%;
  }
}

@media screen and (max-width: 350px) {
  .dienstmain .logo:nth-child(1n) {
    padding: 2% 0;
    width: 100%;
  }

  .dienstmain .logo:nth-child(1n) .opschrift {
    left: 0;
    right: 0;
    bottom: 2%;
  }

  .tak .date {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }

  .boomhold:after {
    display: none;
  }

  .tak {
    text-align: center;
  }

  .levensboom .tak p {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media screen and (max-width: 300px) {
  .bollen>* {
    width: 96%;
    margin: 2%;
  }

  .nieuwsfichebutton {
    width: 50%;
    float: left;
    margin-bottom: 0 !important;
  }

  .sharepos {
    width: 50% !important;
  }
}