* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #90BD1F;
  color: #fff;
}
::selection {
  background: #90BD1F;
  color: #fff;
}
::-moz-selection {
  background: #90BD1F;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #90BD1F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 300px);
          transform: translate(0, 300px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #90BD1F;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #121212;
  opacity: 0.99;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.init_anim {
  opacity: 0;
}
.panelurl {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  background: #ce4e9f;
  z-index: 200;
  font-weight: 700;
  color: white;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.panelurl:hover {
  color: inherit;
}
code {
  color: #90BD1F;
  font-family: inherit;
  font-size: inherit;
}
s {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(144, 189, 31, 0.3)));
  background-image: linear-gradient(0, rgba(144, 189, 31, 0.3) 0%);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-style: normal;
  color: #00333F;
  padding: 0px 5px;
}
/*
@keyframes fadeInUp {
    from {
        transform: translate3d(-0px,40px,0px)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}*/
/*
.animated {
   animation-duration: 1s;
   animation-fill-mode: both;
   -webkit-animation-duration: 1s;
   -webkit-animation-fill-mode: both;
    //animation-delay:.3s;
   &.delay1{
      animation-delay:.3s;
   }
   &.delay2{
      animation-delay:.5s;
   }
    &.delay3{
      animation-delay:.7s;
   }
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
*/
/* STYLES ====================================================================== */
a {
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #90BD1F;
}
::-moz-selection {
  background: #90BD1F;
  color: #fff;
}
::selection {
  background: #90BD1F;
  color: #fff;
}
::-moz-selection {
  background: #90BD1F;
  color: #fff;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Edge, Opera and Firefox */
}
.color {
  color: #90BD1F;
}
/*
.red{
	color:crimson;	
}*/
b,
strong {
  font-weight: 500;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2em;
  line-height: 1.2em;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 700;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 500;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*
.center_slogan{
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: auto;
  &.mt{
    margin-top:90px; 
  }
  &.mb{
    margin-bottom:90px; 
  }
  h1{
    margin:10px 10px;
    //line-height: 1.3em;  
    display:block;
    &.nolineheight{
      line-height:0em; 
    }
    text-align:center;
  }
  
  @media only screen and (max-width: 800px) {
    &.mt{
      margin-top:50px; 
    }
    &.mb{
      margin-bottom:50px; 
    }  
  }
}
*/
.uploadform_holder .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uploadform_holder .flex .col1 {
  width: 45%;
}
.uploadform_holder .flex .col2 {
  width: 45%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  /* @media only screen and (max-width: 800px) {
   	font-size: 15px;
  }*/
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
  color: #00333F;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 15px;
  }
}
body .body {
  overflow: hidden;
}
body footer,
body main {
  min-height: 300px;
  overflow: hidden;
}
.breadcrumbs {
  font-size: 0.9em;
}
.breadcrumbs .subnavigation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs .subnavigation a {
  margin-right: 20px;
  margin-bottom: 10px;
}
.breadcrumbs .subnavigation a.active {
  text-decoration: none;
  font-weight: 700;
}
.prevnextcase .left {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 20;
}
.prevnextcase .left a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/prev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.prevnextcase .left a:hover .info {
  left: -30px;
}
.prevnextcase .left a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  min-width: 250px;
  background: #90BD1F;
  color: white;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: -100vw;
}
.prevnextcase .right {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 30px;
}
.prevnextcase .right a {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.prevnextcase .right a:hover .info {
  right: -30px;
}
.prevnextcase .right a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: auto;
  min-width: 250px;
  background: #90BD1F;
  color: white;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: -100vw;
}
.prevnextcase .right a .info p {
  display: block;
}
.pageheader {
  color: white;
  background: #00333F;
  position: relative;
}
.pageheader .headerinfo {
  padding: 50px 0;
}
.pageheader .headerinfo .text {
  width: 50%;
}
.pageheader .headerinfo .pagetitle_header {
  position: relative;
}
.pageheader .headerinfo .pagetitle_header h1 {
  max-width: 50%;
}
.pageheader .headerinfo .pagetitle_header .prev {
  position: absolute;
  top: 10px;
  left: -25px;
  display: block;
  color: white;
  text-decoration: none;
}
.pageheader .headerinfo .pagetitle_header .next {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: -25px;
}
.pageheader .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*&:after{
      content:'';
      position: absolute;
      top:0;left:0;right:0;bottom:0;
      background-color:red;
      opacity:.7;
    }*/
}
.pageheader .bg figure {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageheader .bg figure.loaded {
  opacity: 0.2;
}
.pageheader .bg figure img.loaded {
  display: none;
}
.pageheader .triangle1 {
  position: absolute;
  top: 50px;
  left: 90%;
  width: 51px;
  height: 38px;
  /* UI Properties */
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.pageheader .triangle2 {
  position: absolute;
  top: 40%;
  left: 90%;
  width: 35px;
  height: 25px;
  /* UI Properties */
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.pageheader .triangle3 {
  position: absolute;
  bottom: 50px;
  left: 80%;
  width: 69px;
  height: 51px;
  /* UI Properties */
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.41;
}
.pageheader .triangle4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 44px;
  /* UI Properties */
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.pageheader .maskedimg {
  width: 40%;
  max-width: 350px;
  position: absolute;
  top: 0;
  right: 80px;
  -webkit-mask-image: url(../images/Arche_Vorm02.svg);
  mask-image: url(../images/Arche_Vorm02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.pageheader .maskedimg .bgimgholder figure {
  padding-bottom: 51%;
}
@media only screen and (max-width: 800px) {
  .pageheader .headerinfo {
    padding: 50px 0;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .pageheader .headerinfo .pagetitle_header h1 {
    max-width: calc(100% - 50px);
  }
  .pageheader .headerinfo .pagetitle_header .next {
    right: 0;
  }
  .pageheader .headerinfo .pagetitle_header .prev {
    right: 30px;
    left: auto;
  }
  .pageheader .headerinfo .text {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .pageheader .maskedimg {
    display: none;
  }
  .pageheader .triangle1,
  .pageheader .triangle2,
  .pageheader .triangle3,
  .pageheader .triangle4 {
    opacity: 0.2;
  }
}
.imgholder figure {
  position: relative;
  padding-bottom: 56.25%;
}
.imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
}
.imgholder figure img.loaded {
  opacity: 1;
}
.bgimgholder {
  position: relative;
}
.bgimgholder.autoheight {
  height: 100%;
}
.bgimgholder.autoheight figure {
  height: 100%;
}
.bgimgholder figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bgimgholder figure.loaded {
  opacity: 1;
}
.bgimgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bgimgholder figure img.loaded {
  display: none;
}
.innerscreen {
  width: 100%;
  max-width: 1300px;
  padding: 0 10%;
  margin: auto;
  position: relative;
}
.innerscreen.smallpadding {
  padding: 0 5%;
}
@media only screen and (max-width: 800px) {
  .innerscreen {
    padding: 0 4%;
  }
  .innerscreen.smallpadding {
    padding: 0 4%;
  }
}
.home_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 100px);
}
.home_intro .left {
  width: 40%;
  padding: 100px 0;
}
.home_intro .left .home_intro_slider .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.home_intro .left .home_intro_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.home_intro .left .home_intro_slider .slick-dots li.slick-active button::before {
  border-bottom: 2px solid #90BD1F;
}
.home_intro .left .home_intro_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.home_intro .left .home_intro_slider .slick-dots li button::before {
  content: "";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid black;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.home_intro .boog {
  width: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: -1;
  position: relative;
  /*position: absolute;
      bottom:0;right:0;width:100%;
      padding-bottom:100%; 
      
      
      -webkit-mask-image: url(../images/home_boog2.svg);
    mask-image: url(../images/home_boog2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: right bottom;
    */
}
.home_intro .boog .innerboog {
  height: 100%;
  position: absolute;
  padding-left: 100%;
}
.home_intro .boog .innerboog .maskholder {
  height: 100%;
  position: absolute;
  padding-left: 130%;
  left: 0;
  top: 0px;
  -webkit-mask-image: url(../images/videomask.svg);
  mask-image: url(../images/videomask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
}
.home_intro .boog .innerboog .maskholder video {
  position: absolute;
  top: 0px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.home_intro .boog .innerboog .maskholder img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_intro .boog .triangle1 {
  position: absolute;
  top: 50px;
  left: 87%;
  width: 70px;
  height: 52px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.home_intro .boog .triangle2 {
  position: absolute;
  top: 50%;
  left: 80%;
  width: 80px;
  height: 60px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.home_intro .boog .triangle3 {
  position: absolute;
  bottom: 20px;
  right: -10%;
  width: 200px;
  height: 147px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.home_intro .boog .triangle4 {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 149px;
  height: 109px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 1;
}
.home_intro .boog img {
  /* opacity:0;
        &.loaded{
          display:none;
        } */
}
.home_intro .boog image {
  /* opacity:0;
        &.loaded{
          display:none;
        } */
}
@media only screen and (max-width: 1000px) {
  .home_intro {
    min-height: auto;
  }
  .home_intro .left {
    width: 100%;
    padding: 0px 0 50px 0;
  }
  .home_intro .boog {
    display: none;
  }
}
.home_gridcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_gridcontent .left {
  width: 35%;
}
.home_gridcontent .left .home_kijker {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 120%;
  border-radius: 27px;
  overflow: hidden;
}
.home_gridcontent .left .home_kijker .spotlightimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_gridcontent .left .home_kijker .spotlightimg .bgimgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_gridcontent .left .home_kijker .spotlightimg .bgimgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_gridcontent .left .home_kijker .text {
  position: absolute;
  padding: 40px;
  color: white;
  bottom: 0;
}
.home_gridcontent .left .home_team {
  overflow-x: hidden;
  background: #90BD1F;
  border-radius: 27px;
  display: none;
}
.home_gridcontent .left .home_team.active {
  display: block;
}
.home_gridcontent .left .home_team .home_team_slider {
  position: relative;
  margin-top: 0px;
}
.home_gridcontent .left .home_team .home_team_slider .griditem {
  display: block;
  width: 220px;
  position: relative;
  margin: 0 5px;
  /*&:hover{
            color:@basiccolor; 
          }*/
  color: #00333F;
  text-decoration: none;
  overflow: hidden;
}
.home_gridcontent .left .home_team .home_team_slider .griditem.slick-current .gridwrap .gridimg .bgimgholder {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home_gridcontent .left .home_team .home_team_slider .griditem.slick-current .gridwrap .gridcontent {
  opacity: 1;
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap {
  position: relative;
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap .gridimg {
  width: 80%;
  margin: auto;
  margin-top: 50px;
  /* -webkit-mask-image: url(../images/Arche_Vorm01.svg);
              mask-image: url(../images/Arche_Vorm01.svg);
              -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
              mask-size: 100%;*/
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap .gridimg .bgimgholder {
  border-radius: 50%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.5 ease !important;
  transition: all 0.5 ease !important;
  overflow: hidden;
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap .gridimg .bgimgholder figure {
  padding-bottom: 100%;
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap .gridcontent {
  opacity: 0;
  padding: 20px 20px;
  text-align: center;
  /*.title{
                color:white;
                font-size: 1.3em;
                line-height: 1.2em;
                font-weight:400;
                  text-align:center;
              }*/
}
.home_gridcontent .left .home_team .home_team_slider .griditem .gridwrap .gridcontent .text {
  font-size: 0.9em;
  line-height: 1.4em;
}
.home_gridcontent .left .home_team .home_team_slider .slick-next,
.home_gridcontent .left .home_team .home_team_slider .slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  z-index: 20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*background-color:rgba(255,255,255,1);
          &:hover{
             background-color:rgba(255,255,255,1);  
          }*/
  background: transparent;
  color: white;
  background-image: url('../images/prev-wit.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
.home_gridcontent .left .home_team .home_team_slider .slick-next.slick-disabled,
.home_gridcontent .left .home_team .home_team_slider .slick-prev.slick-disabled {
  display: none !important;
}
.home_gridcontent .left .home_team .home_team_slider .slick-next {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 70px;
  height: 70px;
  background-size: 15px 15px;
  left: auto;
  background-image: url('../images/next-wit.svg');
}
.home_gridcontent .left .socials {
  /*.Main__Inner-sc-129s5zi-0{
        max-width:none; 
        width:100% important;
      }*/
}
.home_gridcontent .right {
  width: 60%;
}
.home_gridcontent .right .home_tools .griditem {
  display: block;
  width: calc(100%);
  position: relative;
  background: #00333F;
  color: white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-decoration: none;
  border-radius: 27px;
  overflow: hidden;
}
.home_gridcontent .right .home_tools .griditem .gridwrap {
  position: relative;
}
.home_gridcontent .right .home_tools .griditem .gridwrap .gridimg {
  position: absolute;
  width: 60%;
  margin-left: 60%;
  margin-bottom: 20px;
  -webkit-mask-image: url(../images/Arche_Vorm02.svg);
  mask-image: url(../images/Arche_Vorm02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.home_gridcontent .right .home_tools .griditem .gridwrap .gridimg .bgimgholder figure {
  padding-bottom: 58%;
}
.home_gridcontent .right .home_tools .griditem .gridwrap .gridcontent {
  position: relative;
  width: 70%;
  z-index: 1;
  padding: 40px 40px;
}
.home_gridcontent .right .home_tools .griditem .gridwrap .gridcontent .text {
  font-size: 0.9em;
}
@media only screen and (max-width: 600px) {
  .home_gridcontent .right .home_tools .griditem .gridwrap .gridimg {
    display: none;
  }
  .home_gridcontent .right .home_tools .griditem .gridwrap .gridcontent {
    width: 100%;
  }
}
.home_gridcontent .right .home_video {
  border-radius: 27px;
  overflow: hidden;
}
.home_gridcontent .right .home_video figure {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}
.home_gridcontent .right .home_video figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.home_gridcontent .right .home_news {
  background: #f0f0f0;
  padding: 40px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 27px;
}
.home_gridcontent .right .home_news a.link {
  text-decoration: none;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.home_gridcontent .right .home_news a.link::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  background-image: url('../images/Arche_Driehoek_Right.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home_gridcontent .right .home_jobs {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .home_gridcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_gridcontent .left {
    width: 100%;
  }
  .home_gridcontent .right {
    width: 100%;
  }
}
.home_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 20px;
}
.home_table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.home_table .row:nth-of-type(odd) {
  background: #fafafa;
}
.home_table .row .col {
  padding: 5px;
}
.home_table .row .col p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.home_table .row .col.headcol {
  color: #00333F !important;
}
.home_table .row .col.col1,
.home_table .row .col.col3,
.home_table .row .col.col4,
.home_table .row .col.col5,
.home_table .row .col.col6 {
  width: calc(100% / 5);
}
.home_table .row .col.col2,
.home_table .row .col.col3 {
  width: calc(100% / 6);
}
.home_table .row .col.col1,
.home_table .row .col.col5 {
  color: #90BD1F;
}
@media only screen and (max-width: 750px) {
  .home_table .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
  }
  .home_table .row .col {
    padding: 3px  5px;
  }
  .home_table .row .col.headcol {
    font-weight: bold;
  }
  .home_table .row .col p {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
  }
  .home_table .row .col.col1,
  .home_table .row .col.col2,
  .home_table .row .col.col3,
  .home_table .row .col.col4,
  .home_table .row .col.col5,
  .home_table .row .col.col6 {
    width: 100%  ;
    padding: 0 5px;
  }
}
.center_text {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.loadmore_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.loadmore_holder .loadmore {
  border: 2px solid black;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loadmore_holder .loadmore:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.loadmore_holder.hide {
  display: none;
}
.simplelink {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.simplelink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 2px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background: #90BD1F;
}
.simplelink:hover::after {
  right: 20px;
}
.emailrequest {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: white;
  border-radius: 27px;
  text-decoration: none;
  -ms-flex-line-pack: center;
      align-content: center;
}
.emailrequest.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.emailrequest input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 10px 10px 10px 20px;
  background: white;
  color: #00333F;
  font-size: 0.85em;
  margin-right: 10px;
  border-radius: 27px;
  width: 220px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.emailrequest input::-webkit-input-placeholder {
  color: crimson;
}
.emailrequest input::-moz-placeholder {
  color: crimson;
}
.emailrequest input:-ms-input-placeholder {
  color: crimson;
}
.emailrequest input::-ms-input-placeholder {
  color: crimson;
}
.emailrequest input::placeholder {
  color: crimson;
}
.emailrequest input.erroneous {
  color: crimson;
}
.emailrequest .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.emailrequest .btns .submitemail {
  background: #90BD1F;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: white;
  border-radius: 27px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.emailrequest .btns .submitemail:hover {
  background: #00333F;
}
.emailrequest .btns .cancelemail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.emailrequest .btns .cancelemail p {
  display: block;
  color: #00333F;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-decoration: underline;
  line-height: 1em;
  font-size: 0.85em;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .emailrequest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .emailrequest input {
    width: 100%;
  }
  .emailrequest .btns {
    margin-top: 10px;
  }
}
.more {
  background: #90BD1F;
  padding: 10px 20px 10px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: white;
  border-radius: 27px;
  text-decoration: none;
}
.more.mt {
  margin-top: 20px;
}
.more.mb {
  margin-bottom: 20px;
}
.more:hover {
  color: #00333F;
  padding: 10px 40px 10px 35px;
}
.more:hover::after {
  background-image: url('../images/Arche_Driehoek_Right_Zwart.svg');
  left: 15px;
}
.more.black {
  background: #00333F;
}
.more.black:hover {
  color: #90BD1F;
}
.more.black:hover::after {
  background-image: url('../images/Arche_Driehoek_Right.svg');
  left: 15px;
}
.more::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background-image: url('../images/Arche_Driehoek_Right_Wit.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .more::after {
    top: 15px;
  }
}
.centercss {
  margin: auto;
  text-align: center;
}
.newsback {
  margin: auto;
  text-align: center;
}
.arche_triangle_bg {
  display: none;
  position: absolute;
  left: 60%;
  top: 100px;
  width: 40%;
  z-index: -1;
}
.arche_triangle_bg .bg {
  width: 100%;
  padding-bottom: 150%;
  background: url('../images/Arche_Driehoek_half.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.calltoaction {
  padding: 100px 0;
  background: #00333F;
  color: white;
  position: relative;
}
.calltoaction .ctacontent {
  position: relative;
  z-index: 1;
}
.calltoaction .ctaimg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.calltoaction .ctaimg .bgimgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calltoaction .ctaimg .bgimgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calltoaction .triangle1 {
  position: absolute;
  top: 50px;
  left: 80%;
  width: 70px;
  height: 52px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.6;
}
.calltoaction .triangle2 {
  position: absolute;
  top: 100px;
  left: 60%;
  width: 42px;
  height: 31px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
.calltoaction .triangle3 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 68px;
  height: 50px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.63;
}
.calltoaction .triangle4 {
  position: absolute;
  top: 50px;
  left: 30%;
  width: 58px;
  height: 42px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
.news_header {
  padding-bottom: 50px;
  background: #00333F;
  color: white;
  position: relative;
}
.news_header .innercontent {
  padding-left: 5%;
}
.news_header .headerinfo {
  padding: 50px 0;
  width: 50%;
}
.news_header .headcontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_header .headcontent .left {
  width: 48%;
}
.news_header .headcontent .left .date {
  font-weight: 700;
  color: #90BD1F;
}
.news_header .headcontent .right {
  width: 38%;
  margin: 0 5%;
}
.news_header .headcontent .right .headitem {
  text-decoration: none;
  display: block;
  border-radius: 27px;
  padding: 10px 20px;
  background: #FFF;
  color: #00333F;
  margin-bottom: 40px;
}
.news_header .headcontent .right .headitem .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_header .headcontent .right .headitem .flex .date {
  width: 80px;
  font-weight: 700;
  color: #90BD1F;
}
.news_header .headcontent .right .headitem .flex .txt {
  width: calc(100% - 80px);
  font-weight: 700;
}
.news_header .headcontent .right .headitem.inverse {
  background: #90BD1F;
  color: #00333F;
}
.news_header .headcontent .right .headitem.inverse .flex .date {
  color: #00333F;
}
.news_header .headcontent .right .headitem.inverse .flex .txt {
  color: white;
}
.news_header .headimg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.news_header .headimg .bgimgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_header .headimg .bgimgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_header .triangle1 {
  position: absolute;
  top: 50px;
  left: 80%;
  width: 70px;
  height: 52px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.6;
}
.news_header .triangle2 {
  position: absolute;
  top: 100px;
  left: 60%;
  width: 42px;
  height: 31px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
.news_header .triangle3 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 68px;
  height: 50px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.63;
}
.news_header .triangle4 {
  position: absolute;
  top: 50px;
  left: 30%;
  width: 58px;
  height: 42px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
@media only screen and (max-width: 900px) {
  .news_header .headcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_header .headcontent .left {
    width: 90%;
    margin-bottom: 40px;
  }
  .news_header .headcontent .right {
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_header .headcontent .right .headitem {
    width: 43%;
  }
}
@media only screen and (max-width: 550px) {
  .news_header .headcontent .right .headitem {
    width: 90%;
  }
}
.ulsearchres {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ulsearchres li {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.ulsearchres li a {
  text-decoration: none;
}
.ulsearchres li span {
  position: absolute;
  top: 5px;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/Arche_Driehoek_Right.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.formpub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.formpub .formpubitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.formpub .pubfilter {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
  padding: 10px;
  padding-right: 20px;
  width: 250px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #999;
}
.formpub .pubfilter.year {
  width: 100px;
}
.formpub .pubsearch {
  padding: 10px;
  padding-right: 20px;
  width: 200px;
  border: 1px solid #999;
  font-size: 15px;
  line-height: 22px;
}
.formpub .searchbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 10px 20px 10px 20px;
  background: #90BD1F;
  color: white;
  font-size: 0.85em;
  border-radius: 27px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.formpub .searchbtn:hover {
  background: #00333F;
}
@media only screen and (max-width: 600px) {
  .formpub .pubfilter,
  .formpub .pubsearch,
  .formpub .formpubitem {
    width: 100%;
  }
  .formpub .pubfilter.year {
    width: 100%;
  }
}
.overview_pubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.overview_pubs .pubitem {
  background: #f0f0f0;
  padding: 20px 40px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 27px;
  margin-bottom: 40px;
}
.overview_pubs .pubitem .date {
  font-weight: 700;
  color: #90BD1F;
}
.overview_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.overview_news .newsitem {
  background: #f0f0f0;
  padding: 20px 40px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 27px;
  margin-bottom: 40px;
}
.overview_news .left {
  width: 52%;
}
.overview_news .left .date {
  font-weight: 700;
  color: #90BD1F;
}
.overview_news .right {
  width: 38%;
  /*h3{ 
      font-size:15px;
    }*/
}
.overview_news .right .date {
  font-weight: 700;
  color: #90BD1F;
}
@media only screen and (max-width: 900px) {
  .overview_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overview_news .left {
    width: 100%;
  }
  .overview_news .right {
    width: 100%;
  }
}
.home_services {
  padding: 100px 0;
  background: #00333F;
  color: white;
  position: relative;
}
.home_services .innercontent {
  padding-left: 5%;
}
.home_services .ctacontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_services .ctacontent .left {
  width: 30%;
  margin-top: 50px;
}
.home_services .ctacontent .right {
  width: 60%;
  overflow-x: hidden;
}
.home_services .ctacontent .right .home_services_slider {
  display: none;
  position: relative;
  margin-top: 80px;
}
.home_services .ctacontent .right .home_services_slider.active {
  display: block;
}
.home_services .ctacontent .right .home_services_slider .griditem {
  display: block;
  width: calc(310px);
  position: relative;
  background: #f0f0f0;
  margin: 0 10px;
  color: #00333F;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-decoration: none;
  border-radius: 27px;
  overflow: hidden;
}
.home_services .ctacontent .right .home_services_slider .griditem:hover {
  background: #ccc;
}
.home_services .ctacontent .right .home_services_slider .griditem:hover .gridwrap .gridimg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home_services .ctacontent .right .home_services_slider .griditem .gridwrap {
  position: relative;
}
.home_services .ctacontent .right .home_services_slider .griditem .gridwrap .gridimg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
  -webkit-mask-image: url(../images/Arche_Vorm01.svg);
  mask-image: url(../images/Arche_Vorm01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.home_services .ctacontent .right .home_services_slider .griditem .gridwrap .gridimg .bgimgholder figure {
  padding-bottom: 58%;
}
.home_services .ctacontent .right .home_services_slider .griditem .gridwrap .gridcontent {
  padding: 0px 20px 20px 20px;
  /*.title{
                color:white;
                font-size: 1.3em;
                line-height: 1.2em;
                font-weight:400;
                  text-align:center;
              }*/
}
.home_services .ctacontent .right .home_services_slider .griditem .gridwrap .gridcontent .text {
  font-size: 0.9em;
}
.home_services .ctacontent .right .home_services_slider .slick-next,
.home_services .ctacontent .right .home_services_slider .slick-prev {
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*background-color:rgba(255,255,255,1);
          &:hover{
             background-color:rgba(255,255,255,1);  
          }*/
  background: transparent;
  color: white;
  background-image: url('../images/prev-wit.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
.home_services .ctacontent .right .home_services_slider .slick-next.slick-disabled,
.home_services .ctacontent .right .home_services_slider .slick-prev.slick-disabled {
  display: none !important;
}
.home_services .ctacontent .right .home_services_slider .slick-next {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 70px;
  height: 70px;
  background-size: 15px 15px;
  left: auto;
  background-image: url('../images/next-wit.svg');
}
.home_services .ctacontent .right .home_services_slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.home_services .ctacontent .right .home_services_slider .slick-track .slick-slide {
  height: inherit !important;
}
.home_services .ctaimg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.home_services .ctaimg .bgimgholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_services .ctaimg .bgimgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_services .triangle1 {
  position: absolute;
  top: 50px;
  left: 80%;
  width: 70px;
  height: 52px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.6;
}
.home_services .triangle2 {
  position: absolute;
  top: 100px;
  left: 60%;
  width: 42px;
  height: 31px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
.home_services .triangle3 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 68px;
  height: 50px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.63;
}
.home_services .triangle4 {
  position: absolute;
  top: 50px;
  left: 30%;
  width: 58px;
  height: 42px;
  background: url(../images/Arche_Driehoek.svg);
  opacity: 0.25;
}
@media only screen and (max-width: 1000px) {
  .home_services {
    padding: 50px 0;
  }
  .home_services .ctacontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_services .ctacontent .left {
    width: 90%;
  }
  .home_services .ctacontent .right {
    width: 100%;
  }
}
.services_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services_menu .service_filter {
  font-size: 0.9em;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.services_menu .service_filter.active {
  text-decoration: none;
  font-weight: 700;
}
.services_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.services_grid.colcount3 .griditem {
  width: calc(33% - 20px);
}
.services_grid.colcount2 .griditem {
  width: calc(50% - 20px);
}
.services_grid .griditem {
  display: block;
  width: calc(25% - 20px);
  position: relative;
  background: #f0f0f0;
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 27px;
  overflow: hidden;
}
.services_grid .griditem.notactive {
  display: none;
}
.services_grid .griditem.darkmode {
  color: white;
  background: #00333F;
}
.services_grid .griditem.darkmode:hover {
  color: white;
  background: rgba(0, 51, 63, 0.9);
}
.services_grid .griditem.fotomode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services_grid .griditem.fotomode .gridwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services_grid .griditem.fotomode .gridwrap .gridimg {
  -webkit-mask-image: none;
  mask-image: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.services_grid .griditem.fotomode .gridwrap .gridimg .bgimgholder {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  heigth: 100%;
}
.services_grid .griditem.fotomode .gridwrap .gridimg .bgimgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  heigth: 100%;
  opacity: 0.2;
  padding-bottom: 0%;
}
.services_grid .griditem.fotomode .gridwrap .gridcontent {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 1;
}
.services_grid .griditem:hover {
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
}
.services_grid .griditem:hover .gridwrap .gridimg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.services_grid .griditem .gridwrap {
  position: relative;
}
.services_grid .griditem .gridwrap .gridimg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 90%;
  -webkit-mask-image: url(../images/Arche_Vorm01.svg);
  mask-image: url(../images/Arche_Vorm01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.services_grid .griditem .gridwrap .gridimg .bgimgholder figure {
  padding-bottom: 58%;
}
.services_grid .griditem .gridwrap .gridcontent {
  padding: 0px 20px 20px 20px;
  /*.title{
          color:white;
          font-size: 1.3em;
          line-height: 1.2em;
          font-weight:400;
            text-align:center;
        }*/
}
.services_grid .griditem .gridwrap .gridcontent .text {
  font-size: 0.9em;
}
@media only screen and (max-width: 1400px) {
  .services_grid .griditem {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 750px) {
  .services_grid .griditem {
    width: calc(50% - 20px);
  }
  .services_grid .griditem .gridwrap .gridimg {
    width: 100px;
  }
  .services_grid .griditem .gridwrap .gridcontent {
    text-align: center;
    padding: 0px 20px 20px 20px;
  }
  .services_grid.colcount3 .griditem {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  .services_grid .griditem {
    width: calc(100% - 20px);
  }
  .services_grid.colcount3 .griditem {
    width: calc(100% - 20px);
  }
  .services_grid.colcount2 .griditem {
    width: calc(100% - 20px);
  }
}
.banner_txt_img {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_txt_img .left {
  width: 30%;
}
.banner_txt_img .right {
  width: 70%;
  padding: 0px 50px 0 50px;
}
.banner_txt_img .right .banner_infotxt .quote_long {
  padding-left: 20px;
  border-left: 2px solid #90BD1F;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.banner_txt_img .right .banner_infotxt .cv_materies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.banner_txt_img .right .banner_infotxt .cv_materies ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 0.9em;
}
.banner_txt_img .right .banner_infotxt .cv_materies .cv {
  width: 45%;
}
.banner_txt_img .right .banner_infotxt .cv_materies .materies {
  width: 45%;
}
.banner_txt_img .right .banner_infotxt .quote_social .social {
  padding: 10px 10px;
  background: #90BD1F;
  display: inline-block;
  margin-bottom: 20px;
}
.banner_txt_img .right .banner_infotxt .quote_social .social a {
  padding: 0 15px;
  font-size: 1.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
}
.banner_txt_img .right .banner_infotxt .quote_social .social a:hover {
  color: #ce4e9f;
}
@media only screen and (max-width: 950px) {
  .banner_txt_img .right .banner_infotxt .cv_materies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .banner_txt_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner_txt_img .left {
    width: 100%;
  }
  .banner_txt_img .right {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
/*
.centerblock{
  display:flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  margin:auto;
  text-align:center;
  &.mt{
    margin-top:50px;
  }
  &.mb{
    margin-bottom:50px;
  }
  &.mb2{
    margin-bottom:90px;
  }
  .titelstreep{
    &:before{
      left:50%;
      margin-left: -40px;
    } 
  }
  p{
    max-width: 500px;
    margin:auto;
    text-align:center 
  }
  //margin-bottom:25px;
}
*/
#map {
  width: 100%;
  height: 35vw;
  background: black;
}
@media only screen and (max-width: 800px) {
  #map {
    height: 300px;
  }
}
.blockrow_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -25px -50px 50px -50px;
}
.blockrow_news .item_news {
  width: calc(33.333% - 100px);
  margin: 50px;
}
.blockrow_news .item_news .txt {
  margin-top: 30px;
}
.blockrow_news .item_news .txt .datum strong {
  color: #90BD1F;
}
@media only screen and (max-width: 1200px) {
  .blockrow_news {
    margin: -25px -25px 50px -25px;
  }
  .blockrow_news .item_news {
    width: calc(33.333% - 50px);
    margin: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .blockrow_news {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockrow_news .item_news {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
.ulink {
  display: inline-block;
  position: relative;
}
.ulink:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #90BD1F;
}
.blockrow_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.blockrow_team .item_news {
  width: calc(33.333% - 20px);
  border-radius: 27px;
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin: 10px;
  padding: 50px 20px;
}
.blockrow_team .item_news .imgteam .bgimgholder {
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.blockrow_team .item_news .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
}
.blockrow_team .item_news .txt a {
  text-decoration: none;
}
.blockrow_team .item_news:hover {
  background: rgba(0, 0, 0, 0.1);
}
.blockrow_team .item_news:hover .imgteam .bgimgholder {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 900px) {
  .blockrow_team .item_news {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .blockrow_team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockrow_team .item_news {
    width: calc(100% - 20px);
    margin-bottom: 50px;
  }
}
.teamlid_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teamlid_holder .contact_detail {
  width: 30%;
  border-radius: 27px;
  background: #f0f0f0;
  margin: 10px;
  padding: 50px 20px;
}
.teamlid_holder .contact_detail .imgteam .bgimgholder {
  width: 50%;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.teamlid_holder .contact_detail .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
}
.teamlid_holder .contact_detail .txt a {
  text-decoration: none;
}
.teamlid_holder .teamlid_info {
  width: 70%;
}
.teamlid_holder .teamlid_info .layoutpage .inner {
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .teamlid_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teamlid_holder .contact_detail {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 50px;
  }
  .teamlid_holder .teamlid_info {
    width: 100%;
  }
}
/*
.builderrow_img_txt{  
  display:flex;
  // margin: 90px 0;
  &.reverse{
    flex-direction: row-reverse;
  }
  .left{
    width:35%; 
    width:53%; 
    // flex-grow:1; 
  }
  .right{
    width: 65%; 
    width: 47%; 
    .txt_holder{
      //  margin: 150px 90px;
      .txt{
        .extratekst{
         // display:block;
         // margin-top:25px;
        } 
      }
    }
  }
  &.last{
    margin-bottom:90px; 
  }
  @media only screen and (max-width: 800px) {
    flex-direction: column;
    margin: 0;
    &.reverse{
      flex-direction: column; 
      .left{
        width:100%;        
      }
      .right{
        width: 100%; 
      }
    }
    .left{
      width: 100%;
      .bgimgholder{
        &.autoheight{
          height:auto;
          figure{
            padding-bottom:56%;
          }
        } 
      }
    }
    .right{
      width: 100%;      
    }
    &.last{
      margin-bottom:50px; 
    }
  }
}

*/
.mt {
  margin-top: 90px;
}
.mb {
  margin-bottom: 90px;
}
.builderrow_img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.builderrow_img_txt.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.builderrow_img_txt .left {
  width: 35%;
  width: 53%;
}
.builderrow_img_txt .right {
  width: 65%;
  width: 47%;
}
.builderrow_img_txt .right .txt_holder {
  margin: 90px 90px;
}
.builderrow_img_txt.last {
  margin-bottom: 90px;
}
@media only screen and (max-width: 800px) {
  .builderrow_img_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .builderrow_img_txt.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builderrow_img_txt.reverse .left {
    width: 100%;
  }
  .builderrow_img_txt.reverse .right {
    width: 100%;
  }
  .builderrow_img_txt .left {
    width: 100%;
  }
  .builderrow_img_txt .left .bgimgholder.autoheight {
    height: auto;
  }
  .builderrow_img_txt .left .bgimgholder.autoheight figure {
    padding-bottom: 56%;
  }
  .builderrow_img_txt .right {
    width: 100%;
  }
  .builderrow_img_txt.last {
    margin-bottom: 50px;
  }
}
/*
.blockrow_img_txt{ // image +- 1/2
  display:flex;
  // margin: 90px 0;
  &.reverse{
    flex-direction: row-reverse; 
    .left{
      width:50%; 
      // flex-grow:1; 
    }
    .right{
      width: 50%; 
      .txt_holder{
        .txt{
          
        }
      }
    }
  }
  .left{
    width:50%; 
    // flex-grow:1; 
  }
  .right{
    width: 50%; 
    .txt_holder{
        padding: 50px;
    }
  }
  @media only screen and (max-width: 800px) {
    flex-direction: column;
    margin: 0;
    &.reverse{
      flex-direction: column; 
      .left{
        width:100%; 
        .bgimgholder{
          &.autoheight{
            height:auto;
            figure{
              padding-bottom:56%;
            }
          } 
        }
      }
      .right{
        width: 100%; 
       .txt_holder{
           
        }
      }
    }
    .left{
      width: 100%;
      .bgimgholder{
        &.autoheight{
          height:auto;
          figure{
            padding-bottom:56%;
          }
        } 
      }
    }
    .right{
      width: 100%;
      .txt_holder{
        //margin-top:90px;
        &.extramargintop{
          // margin-top:90px;
        } 
      }
    }
  }
}
*/
/*
.center_row{
  display:flex;
  flex-direction: column;
  max-width:800px;
  margin:auto;
  justify-content: center;
  position:relative;
  .left{
    width: 100%;
  } 
  .right{     
    text-align:center;
    width: 100%;     
  }
}
*/
.__testimonials_holder .testimonial {
  background: #f0f0f0;
  border-radius: 27px;
  padding: 20px;
  margin-bottom: 20px;
}
.__testimonials_holder .testimonial .text {
  font-style: italic;
}
.__testimonials_holder .testimonial .author {
  font-weight: 500;
}
.testimonials_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0px -20px;
}
.testimonials_holder .item {
  background: #f0f0f0;
  padding: 20px 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 27px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(50% - 40px);
  margin: 20px;
}
.testimonials_holder .item .img {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.testimonials_holder .item .img .bgimgholder {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .testimonials_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonials_holder .item {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .testimonials_holder .item .img {
    display: none;
  }
}
.brochure_holder .brochure {
  margin-bottom: 0px;
}
.brochure_holder .brochure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.brochure_holder .brochure a span {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
}
.section_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_3col .masonryitem {
  border-radius: 27px;
  overflow: hidden;
  margin: 20px;
  width: calc(33.333% - 40px);
}
.section_3col .masonryitem.nobg {
  background: transparent;
}
@media only screen and (max-width: 800px) {
  .section_3col .masonryitem {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1000px) {
  .section_masonry[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .section_masonry[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media only screen and (max-width: 500px) {
  .section_masonry[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
.section_masonry .column {
  float: left;
}
.section_masonry .size-1of1 {
  width: 100%;
}
.section_masonry .size-1of2 {
  width: 50%;
}
.section_masonry .size-1of3 {
  width: 33.333%;
}
.section_masonry:before,
.section_masonry:after {
  content: "";
  display: table;
}
.section_masonry:after {
  clear: both;
}
.section_masonry:before,
.section_masonry:after {
  content: "";
  display: table;
}
.section_masonry:after {
  clear: both;
}
.section_masonry {
  margin: 0 -20px;
}
.masonryitem .wrap {
  margin: 20px;
  padding: 30px;
  background: #f0f0f0;
  border-radius: 27px;
  overflow: hidden;
  text-align: center;
}
.masonryitem .wrap.nopadding {
  margin: 0;
}
.masonryitem .wrap.nobg {
  background: transparent;
}
.masonryitem .wrap .imgholder figure {
  width: 100%;
  padding-bottom: 58.620689%;
  position: relative;
}
.masonryitem .wrap .imgholder figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.masonryitem .wrap .imgholder figure img.loaded {
  opacity: 1;
}
.masonryitem .wrap .tekst_holder {
  margin: 20px 0;
  /*.moreinfo{
        display:inline-block;
        padding: 10px;
        background:black;
        color:white;
        transition: all .3s ease;
        margin-top:20px;
        text-decoration:none;
        &:hover{
          background:@color;
        } 
      }*/
}
.masonryitem .wrap .tekst_holder.nomb {
  margin-bottom: 0;
}
.masonryitem .wrap .tekst_holder .whitetext {
  color: white;
}
.masonryitem .wrap .tekst_holder .whitetext.title {
  color: white;
}
.masonryitem .wrap .tekst_holder .title {
  color: #222;
  font-weight: 400;
  font-size: 0.9em;
}
.masonryitem .wrap .tekst_holder .title.bigger {
  font-size: 1.6em;
  line-height: 1.2em;
}
.masonryitem .wrap .tekst_holder .moreinfo {
  margin-top: 25px;
}
footer {
  padding: 50px 0;
  color: #00333F;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #00333F;
}
footer .flex h4 {
  margin-bottom: 20px;
}
footer .flex .col1 {
  width: 46%;
}
footer .flex .col1 .servicesnav {
  font-size: 0.8em;
  line-height: 1.4em;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
footer .flex .col1 .servicesnav a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
footer .flex .col2 {
  width: 20%;
}
footer .flex .col2 .footernav a {
  font-size: 0.8em;
  line-height: 1.4em;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .flex .col3 {
  width: 20%;
}
footer .flex .col3 .footertxt {
  font-size: 0.8em;
  line-height: 1.4em;
}
footer .flex .col3 .footertxt .icon {
  font-size: 1.5em;
}
footer .footerline {
  font-size: 0.8em;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footerline .siteby {
  margin-left: 20px;
}
@media only screen and (max-width: 520px) {
  footer .footerline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerline .siteby {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  footer .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .flex .col1 {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .flex .col2 {
    width: 48%;
    margin-bottom: 30px;
  }
  footer .flex .col3 {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .flex .col1 .servicesnav {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  footer .flex .col2 {
    width: 100%;
  }
  footer .flex .col3 {
    width: 100%;
  }
}
.spacerheader {
  width: 100%;
  height: 100px;
}
header {
  background: white;
  width: 100% ;
  top: 0;
  z-index: 100;
  /* @media only screen and (max-width: 1200px) {

      .header{
        .left{
          .logo{
            //margin-left:50px; 
          }
        }
      } 

  }*/
}
header.fixed {
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: fixed;
}
header .header .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header .flexrow .menurow {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .menurow .left .logo {
  width: 190px;
  height: 56px;
  display: block;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
header .header .flexrow .menurow .right .mobile_toggle_nav {
  display: none;
}
header .header .flexrow .menurow .right nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .menurow .right nav > ul > li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
header .header .flexrow .menurow .right nav > ul > li > a {
  text-transform: lowercase;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 0 5px 0;
  margin: 0 10px;
}
header .header .flexrow .menurow .right nav > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 100%;
  opacity: 0;
  background: #90BD1F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .menurow .right nav > ul > li > a.active:after,
header .header .flexrow .menurow .right nav > ul > li > a:hover:after {
  height: 2px;
  width: calc(100% - 20px);
  left: 0;
  opacity: 1;
}
header .header .flexrow .menurow .right nav > ul > li > a.buttonstyle {
  background: #90BD1F;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px  10px;
  padding: 5px 10px;
}
header .header .flexrow .menurow .right nav > ul > li > a.buttonstyle:hover {
  background: #00333F;
}
header .header .flexrow .menurow .right nav > ul > li > a.buttonstyle:hover:after,
header .header .flexrow .menurow .right nav > ul > li > a.buttonstyle:after {
  content: '';
  display: none !important;
}
header .header .flexrow .menurow .right nav > ul > li:last-child a {
  margin-right: 0;
}
header .header .flexrow .menurow .right nav > ul > li:hover .subnav {
  visibility: visible;
  opacity: 1;
}
header .header .flexrow .menurow .right nav > ul > li .search {
  cursor: pointer;
  font-size: 20px;
}
header .header .flexrow .menurow .right nav > ul > li .search:after {
  display: none;
}
header .header .flexrow .menurow .right nav > ul > li .subnav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  padding-top: 15px;
  position: absolute;
  left: 0px;
}
header .header .flexrow .menurow .right nav > ul > li .subnav.alignright {
  left: auto;
  right: 0px;
  text-align: right;
}
header .header .flexrow .menurow .right nav > ul > li .subnav ul {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  list-style: none;
  padding: 20px 5px;
  margin: 0;
  z-index: 1;
  display: block;
  color: #00333F;
  border-radius: 14px;
  overflow: hidden;
  width: 450px;
  background: white;
}
header .header .flexrow .menurow .right nav > ul > li .subnav ul li {
  padding: 0;
  margin: 0;
  display: block;
}
header .header .flexrow .menurow .right nav > ul > li .subnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 6px 10px 6px 30px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header .header .flexrow .menurow .right nav > ul > li .subnav ul li a:hover,
header .header .flexrow .menurow .right nav > ul > li .subnav ul li a.active {
  color: #90BD1F;
}
header .header .flexrow .menurow .right nav > ul > li .subnav ul li a:hover::after,
header .header .flexrow .menurow .right nav > ul > li .subnav ul li a.active::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url('../images/Arche_Driehoek_Right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
}
header .header .flexrow .nav_extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .nav_extra .menu_jobs {
  text-transform: lowercase;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 0 5px 0;
  margin: 0 20px;
}
header .header .flexrow .nav_extra .menu_jobs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 100%;
  opacity: 0;
  background: #90BD1F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .nav_extra .menu_jobs.active:after,
header .header .flexrow .nav_extra .menu_jobs:hover:after {
  height: 2px;
  width: calc(100% - 20px);
  left: 0;
  opacity: 1;
}
header .header .flexrow .nav_extra .menu_jobs.buttonstyle {
  background: #90BD1F;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px  10px;
  padding: 5px 10px;
}
header .header .flexrow .nav_extra .menu_jobs.buttonstyle:hover {
  background: #00333F;
}
header .header .flexrow .nav_extra .menu_jobs.buttonstyle:hover:after,
header .header .flexrow .nav_extra .menu_jobs.buttonstyle:after {
  content: '';
  display: none !important;
}
header .header .flexrow .nav_extra .menu_contact {
  text-decoration: none;
  padding: 5px 15px;
  border: 2px solid #90BD1F;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .nav_extra .menu_contact:hover {
  background: #90BD1F;
  color: white;
}
header .header .flexrow .nav_extra .search {
  margin-left: 20px;
  font-size: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  header .header .flexrow .menurow {
    width: 100%;
  }
  header .header .flexrow .menurow .left .logo {
    width: calc(190px / 1.2);
    height: calc(56px / 1.2);
  }
  header .header .flexrow .menurow .right {
    position: relative;
    height: 65px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: relative;
    cursor: pointer;
    z-index: 99990;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .toggle.open:before {
    background: #90BD1F;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .toggle.open:after {
    background: #90BD1F;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .mobile_jobs_btn {
    font-size: 0.9em;
  }
  header .header .flexrow .menurow .right .mobile_toggle_nav .mobile_getintouch_btn {
    margin: 20px;
    font-size: 30px;
    /*text-decoration:none;
                    padding: 5px 15px;
                    border: 2px solid @color;
                    border-radius: 20px;
                    font-size:.9em;*/
  }
  header .header .flexrow .menurow .right nav {
    display: none;
  }
  header .header .flexrow .nav_extra {
    display: none;
  }
  header .header .mobile-nav {
    display: none;
    overflow: scroll;
    padding-bottom: 100px;
    background: white;
    height: calc(100vh - 100px);
    margin: 0 0px;
  }
  header .header .mobile-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header .mobile-nav > ul > li {
    background: #fff;
  }
  header .header .mobile-nav > ul > li a.lang {
    background: black;
    color: white;
    border-bottom: 1px solid black;
    font-weight: 500;
  }
  header .header .mobile-nav > ul > li > a {
    border-bottom: 1px solid #f0f0f0;
    display: block;
    text-decoration: none;
    padding: 10px 20px  ;
    position: relative;
  }
  header .header .mobile-nav > ul > li > a.mobiledropbtn:after {
    content: '';
    position: absolute;
    padding: 10px 40px;
    width: 8px;
    height: 8px;
    background-image: url('../images/Arche_Driehoek.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 12px;
    right: 0;
    /* z-index: 20;
                    &:hover{
                       color:red;
                    }*/
  }
  header .header .mobile-nav > ul > li > a.search {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .mobile-nav > ul > li > a.search span {
    margin-left: 10px  ;
    display: inline-block;
  }
  header .header .mobile-nav > ul > li > a.active {
    color: #90BD1F;
  }
  header .header .mobile-nav > ul > li > a.active.mobiledropbtn:after {
    background-image: url('../images/Arche_Driehoek_Wit.svg');
  }
  header .header .mobile-nav > ul > li .subnav {
    display: none;
    position: relative;
  }
  header .header .mobile-nav > ul > li .subnav.open {
    display: block;
  }
  header .header .mobile-nav > ul > li .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .header .mobile-nav > ul > li .subnav ul li {
    position: relative;
    /*.colorbg{
                        position:absolute;
                        top:0;left:0;right:0;bottom:0;
                        height:100%;width:100%;
                         // background:red; 
                       // z-index:-1;
                        display:block;
                        opacity:0;
                       
                      }
                      &:hover{  
                        .colorbg{                       
                          opacity:1; 
                        }
                      }*/
  }
  header .header .mobile-nav > ul > li .subnav ul li a {
    display: block;
    text-decoration: none;
    padding: 8px  40px  ;
    font-size: 0.9em;
    z-index: 1;
    position: relative;
    /*&:hover{
                          background: transparent;
                          color: white;
                        }*/
  }
  header .header .mobile-nav > ul > li .subnav ul li a.active {
    color: #90BD1F;
  }
}
.navsearchform {
  position: fixed;
  width: 25%;
  width: 350px;
  top: 100px;
  right: -100vw;
  padding: 5px 30px 5px 20px;
  z-index: 99991;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navsearchform.active {
  right: 0!important;
}
@media only screen and (max-width: 1000px) {
  .navsearchform {
    width: 100%;
    max-width: 300px;
    /*&.active{
      top:70px; 
    }*/
  }
}
.navsearchform input[type="text"] {
  padding: 10px;
  background: #fff !important;
  color: #00333F !important;
  border: none !important;
  width: calc(100% - 40px) !important;
}
.navsearchform button span.icon {
  color: #90BD1F;
}
.navsearchform .search-submit,
.navsearchform #search-submit {
  outline: 0;
  cursor: pointer;
  top: 0;
  right: 5px;
  height: 37px;
  background: 0 0;
  border: none;
  font-size: 25px;
}
/*header{
  margin-bottom:50px; 
}*/
.contact_form {
  /*margin: 0 75px;
  // margin-bottom:40px;

  @media only screen and (max-width: 900px){
   
  }
  @media only screen and (max-width: 700px){
    margin: 0 2%;
  }*/
}
.form .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  width: 100%;
}
.form .flexholder .formitem.hide {
  display: none;
}
.form .flexholder .formitem label {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
}
.form .flexholder .formitem label.inline {
  display: inline-block;
  margin-left: 10px;
}
.form .flexholder .formitem.hide {
  display: none;
}
.form .flexholder .formitem textarea {
  background: white;
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.form .flexholder .formitem select,
.form .flexholder .formitem input[type="text"],
.form .flexholder .formitem input[type="email"],
.form .flexholder .formitem input[type="datum"],
.form .flexholder .formitem input[type="number"] {
  border: none;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.form .flexholder .formitem.termslist ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.form .flexholder .formitem.termslist ul li {
  font-size: 0.8em;
}
.form .flexholder .formitem.half {
  width: 49%;
}
.form .flexholder .formitem .info {
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem.half {
    width: 100%;
  }
}
.form .flexholder .formitem .erroneous {
  color: crimson !important;
  border-color: crimson !important;
}
.form .flexholder .formitem .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .flexholder .formitem .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.8em;
}
.form .flexholder .formitem .checkbox label input {
  margin-top: 5px;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
}
.form .flexholder .submitholder .formsubmitbtn {
  background: #90BD1F;
  padding: 10px 20px 10px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: white;
  border-radius: 27px;
  text-decoration: none;
  cursor: pointer;
}
.form .flexholder .submitholder .formsubmitbtn:hover {
  color: #00333F;
  padding: 10px 40px 10px 35px;
}
.form .flexholder .submitholder .formsubmitbtn:hover::after {
  background-image: url('../images/Arche_Driehoek_Right_Zwart.svg');
  left: 15px;
}
.form .flexholder .submitholder .formsubmitbtn::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background-image: url('../images/Arche_Driehoek_Right_Wit.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.form .flexholder .submitholder ._formsubmitbtn {
  border: none;
  background: #90BD1F;
  cursor: pointer;
  padding: 10px 60px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
.form .flexholder .submitholder ._formsubmitbtn.mt {
  margin-top: 20px;
}
.form .flexholder .submitholder ._formsubmitbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  height: 12px;
  width: 25px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form .flexholder .submitholder ._formsubmitbtn:hover {
  padding-right: 70px ;
  background: #00333F;
}
.form .flexholder .submitholder ._formsubmitbtn:hover:after {
  right: 10px;
  width: 35px;
}
.form .flexholder .submitholder ._formsubmitbtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .feedback {
  color: crimson;
  margin-top: 20px;
}
.form .feedback.black {
  color: #00333F;
}
.form .feedback.highlight {
  color: white;
  background: #90BD1F;
  padding: 20px;
}
.bannerslider {
  width: 100%;
  margin-bottom: 90px;
  /*&:after{
    position:absolute;
    content:'';
    left:0;right:0;top:0;bottom:0;
    background:#fff;
    border-bottom:1px solid #f0f0f0;
    z-index:100;
    transition:all .4s ease-in; 
  }
  &.active:after{
    top:100%;
    border-bottom:1px solid #fff; 
  }*/
  height: 520px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 750px) {
  .bannerslider {
    height: 300px;
  }
}
.bannerslider.active {
  opacity: 1;
}
.bannerslider section {
  opacity: 0;
}
.bannerslider section figure {
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .bannerslider section figure {
    height: 300px;
  }
}
.bannerslider section figure.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.bannerslider section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto;
  opacity: 0;
  display: block;
}
.bannerslider section figure img.loaded {
  display: none;
}
.bannerslider section __figcaption {
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
  z-index: 10;
  display: block;
}
.bannerslider section __figcaption .innerbanner {
  margin: auto;
  width: 100%;
  padding: 0 2%;
}
.bannerslider section __figcaption .innerbanner .sloganholder {
  text-decoration: none;
  max-width: 55%;
  padding: 20px 50px;
  padding-bottom: 0;
  background: white;
  display: block;
  float: left;
}
@media only screen and (max-width: 765px) {
  .bannerslider section __figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}
.bannerslider section __figcaption .innerbanner .sloganholder img {
  max-width: 150px;
}
.bannerslider section __figcaption .innerbanner .sloganholder h1 {
  color: black;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: block;
}
.bannerslider section.slick-activated __figcaption {
  bottom: -15px;
  /*.innerbanner{
          .sloganholder{
            h1{
              color:brown;  
            }
          } 
         }*/
}
.bannerslider .slick-next,
.bannerslider .slick-prev {
  position: absolute;
  bottom: 80px;
  bottom: calc(50% - 20px);
  left: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background-image: url('../images/prev.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  .bannerslider .slick-next,
  .bannerslider .slick-prev {
    left: 40px;
  }
}
.bannerslider .slick-next:hover,
.bannerslider .slick-prev:hover {
  background-color: #ffffff;
}
.bannerslider .slick-next {
  right: 80px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .bannerslider .slick-next {
    right: 40px;
  }
}
.fixedform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  display: none;
}
.fixedform .closeAddedPopup {
  cursor: pointer;
  text-decoration: underline;
}
.fixedform .fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fixedform .formwrap {
  background: white;
  max-width: 700px;
  max-height: calc(100% - 90px);
  min-height: 300px;
  width: 90%;
  overflow-y: auto;
  margin: 30px auto;
  margin-top: 60px;
  position: relative;
  border: 1px solid #666;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixedform .formwrap.in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fixedform .formwrap .formheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #90BD1F;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedform .formwrap .formheader .close {
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: white;
  padding: 10px;
  margin-right: 20px;
  cursor: pointer;
}
.fixedform .formwrap .formheader .titel {
  background: #90BD1F;
  padding: 1px 40px;
  color: white;
}
.fixedform .formwrap .tekstholder {
  margin: 0;
  padding: 20px 40px;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.fixedform .formwrap .tekstholder .nopaddingtop p {
  padding-top: 0;
  margin-top: 0;
}
.fixedform .formwrap .tekstholder h3 {
  display: block;
}
.fixedform .formwrap .tekstholder.inverse {
  color: white;
  background: black;
}
.fixedform .formwrap .tekstholder .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedform .formwrap .tekstholder .check input {
  display: block;
}
.fixedform .formwrap .tekstholder .check input.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.fixedform .formwrap .tekstholder .check h4 {
  display: inline-block;
  margin-left: 15px;
}
.fixedform .formwrap .line {
  width: 100%;
  margin: 0px 0;
  border-top: 1px solid #f0f0f0;
}
.fixedform .formwrap .popupcontent {
  clear: both;
  padding: 20px;
}
.fixedform .formwrap .popupcontent .added_price {
  color: #90BD1F;
}
.banner {
  /*&.mb{
		margin-bottom:50px;	
	}*/
}
.banner figure {
  width: 100%;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.banner figure.loaded {
  opacity: 1;
}
.banner figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.banner figure img.loaded {
  display: none;
}
.layoutpadding {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpadding {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage {
  margin: auto;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-bottom: 0px;
}
.layoutpage .boxed {
  border-radius: 27px;
  background: #f0f0f0;
  padding: 40px;
  margin-bottom: 40px;
}
.layoutpage .indays {
  background: #90BD1F;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 27px;
  color: white;
}
.layoutpage.nomb,
.layoutpage.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage.mt {
  margin-top: 50px;
}
.layoutpage .imgcontent {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.layoutpage .imgcontent figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.layoutpage .imgcontent figure.loaded {
  opacity: 1;
}
.layoutpage .imgcontent figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.layoutpage .imgcontent figure img.loaded {
  opacity: 1;
  display: none;
}
.layoutpage .fullbg {
  background: #f1f2f4;
  padding: 40px 0  0px 0;
  margin-bottom: 40px;
}
.layoutpage .fullbg.aligncenter {
  text-align: center;
}
.layoutpage .fullbg.nomb {
  margin-bottom: 0;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  /* max-width: @maxw;
	   max-width: 850px;
	   &.wider{
	   	max-width: 1100px;
	   }*/
  padding: 0 10%;
  margin: auto;
}
.layoutpage .inner .innermarginleftright {
  /*border-radius:27px;
      background:#f0f0f0;
      padding: 40px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  /* max-width: @maxw;
       max-width: 850px;
       &.wider{
        max-width: 1100px;
       }*/
  padding: 0 75px;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  .layoutpage .inner .innermarginleftright {
    padding: 0 0px;
  }
}
.layoutpage.mb {
  margin-bottom: 100px;
}
.layoutpage .column-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  margin-bottom: 50px;
  /*.block-type-quote{	 
			//background: black;//url('../images/background.gif') center center repeat;	
			
			// margin:50px 0 ;
			padding: 100px 0%;
			//float:left;
			//color:white;
			//border-color:white;
			width:100%;	
			.testimonial{
				font-style:italic;
			}
			a{
				background:black;
				color:black;	
				&:hover{
					background:white;	
				}
			}	
		}*/
}
.layoutpage .column-grid .column.columnbg {
  background: #f1f2f4;
  border-radius: 27px;
  padding: 20px 10px;
}
.layoutpage .column-grid.nomb,
.layoutpage .column-grid.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage .column-grid .block-type-heading,
.layoutpage .column-grid .block-type-button,
.layoutpage .column-grid .block-type-text,
.layoutpage .column-grid .block-type-list,
.layoutpage .column-grid .block-type-quote,
.layoutpage .column-grid .block-type-gallery,
.layoutpage .column-grid .block-type-accordion,
.layoutpage .column-grid .block-type-image,
.layoutpage .column-grid .block-type-video {
  margin-bottom: 20px;
}
.layoutpage .column-grid .block-type-heading.nomb,
.layoutpage .column-grid .block-type-button.nomb,
.layoutpage .column-grid .block-type-text.nomb,
.layoutpage .column-grid .block-type-list.nomb,
.layoutpage .column-grid .block-type-quote.nomb,
.layoutpage .column-grid .block-type-gallery.nomb,
.layoutpage .column-grid .block-type-accordion.nomb,
.layoutpage .column-grid .block-type-image.nomb,
.layoutpage .column-grid .block-type-video.nomb,
.layoutpage .column-grid .block-type-heading.nomarginbottom,
.layoutpage .column-grid .block-type-button.nomarginbottom,
.layoutpage .column-grid .block-type-text.nomarginbottom,
.layoutpage .column-grid .block-type-list.nomarginbottom,
.layoutpage .column-grid .block-type-quote.nomarginbottom,
.layoutpage .column-grid .block-type-gallery.nomarginbottom,
.layoutpage .column-grid .block-type-accordion.nomarginbottom,
.layoutpage .column-grid .block-type-image.nomarginbottom,
.layoutpage .column-grid .block-type-video.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage .column-grid .block-type-heading.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-heading.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-heading h1,
.layoutpage .column-grid .block-type-heading h2,
.layoutpage .column-grid .block-type-heading h3,
.layoutpage .column-grid .block-type-heading h4,
.layoutpage .column-grid .block-type-heading h5,
.layoutpage .column-grid .block-type-heading h6 {
  margin: 0;
  margin-bottom: 15px;
}
.layoutpage .column-grid .block-type-list.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-list.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-list ul {
  margin: 0  ;
  padding: 0;
  padding-left: 25px;
}
.layoutpage .column-grid .block-type-list ul li {
  margin-bottom: 10px;
}
.layoutpage .column-grid .block-type-text.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-text.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-text .txtbg {
  padding: 40px 40px 1px 40px;
  padding: 40px 40px 40px 40px;
  background: #f1f2f4;
  margin-bottom: 40px;
}
.layoutpage .column-grid .block-type-accordion.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-accordion.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem {
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 0px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*&.bestellingen{
            .faqtitel{
              padding-left:20px;
            } 
            .block{
              .blockwrap{
                margin:20px 0 0px 20px;
              } 
            }
          }*/
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem.active .faqtitel:after {
  /*background-size: contain;
                background-position: center;
                background-repeat: no-repeat;*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .faqtitel {
  cursor: pointer;
  font-weight: 500;
  padding: 10px;
  padding-left: 0px;
  padding-right: 40px;
  position: relative;
  /*h1{
              display:block;
              margin:0;
              padding:0;
              //padding-bottom:30px;
            }*/
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .faqtitel:after {
  content: "";
  background-image: url('../images/Arche_Driehoek_Right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 12px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: white;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .block {
  display: none;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .block .blockwrap {
  margin: 0px 0 20px 0px;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .block .blockwrap > p {
  margin-top: 0;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .block .blockwrap ol,
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .block .blockwrap ul {
  padding-left: 18px;
}
.layoutpage .column-grid .block-type-image .imgcontent {
  border-radius: 27px;
  overflow: hidden;
}
.layoutpage .column-grid .block-type-image .imgcontent.noroundborder {
  border-radius: 0;
}
.layoutpage .column-grid .block-type-image figcaption,
.layoutpage .column-grid .block-type-video figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.layoutpage .column-grid .block-type-video figure {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 5px 20px;
}
.layoutpage .column-grid .block-type-video figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.layoutpage .column-grid .block-type-button.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-button.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-button .aligncenter {
  margin: auto;
  text-align: center;
}
.layoutpage .column-grid .block-type-button ._block_btn {
  cursor: pointer;
  color: black;
  background: #90BD1F;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 0.85em;
  text-decoration: none;
}
.layoutpage .column-grid .block-type-button ._block_btn:hover {
  text-decoration: none;
  background: #332E2C;
}
.layoutpage .column-grid .block-type-button .block_btn {
  background: #90BD1F;
  padding: 10px 20px 10px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: white;
  border-radius: 27px;
  text-decoration: none;
}
.layoutpage .column-grid .block-type-button .block_btn:hover {
  color: #00333F;
  padding: 10px 40px 10px 35px;
}
.layoutpage .column-grid .block-type-button .block_btn:hover::after {
  background-image: url('../images/Arche_Driehoek_Right_Zwart.svg');
  left: 15px;
}
.layoutpage .column-grid .block-type-button .block_btn::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background-image: url('../images/Arche_Driehoek_Right_Wit.svg');
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .layoutpage .column-grid .block-type-button .block_btn {
    top: 15px;
  }
}
.layoutpage .column-grid .block-type-quote {
  background: #f1f2f4;
  border-radius: 27px;
  padding: 25px 25px;
}
.layoutpage .column-grid .block-type-quote p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}
.layoutpage .column-grid .block-type-quote h3 {
  margin: 10px 0  0px 0px;
  font-size: 1em;
}
.layoutpage .column-grid .block-type-gallery.marginleftright {
  margin-left: 75px;
  margin-right: 75px;
}
@media only screen and (max-width: 700px) {
  .layoutpage .column-grid .block-type-gallery.marginleftright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layoutpage .column-grid .block-type-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #f1f2f4;
  padding: 10px;
  background: white;
  display: block;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img.loaded {
  display: none;
}
@media only screen and (max-width: 900px) {
  .layoutpage {
    padding-bottom: 20px;
  }
  .layoutpage .column-grid .column.columnbg {
    margin-bottom: 40px;
  }
  .layoutpage .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4%;
  }
}
.span_3 {
  width: calc(23% - 0%);
  margin: 0 0%;
}
.span_4 {
  width: calc(31.333% - 0%);
  margin: 0 0%;
}
.span_8 {
  width: calc(64.6666% - 0%);
  margin: 0 0%;
}
.span_6 {
  width: calc(48% - 0%);
  margin: 0 0%;
}
/*
.span_12{
	width: calc(100% - 4%);	
	margin: 0 2%;
  //padding-left:75px;
  //padding-right:75px;
}*/
.span_12 {
  width: calc(100% - 0%);
  margin: 0 0%;
}
@media only screen and (max-width: 900px) {
  .span_3,
  .span_4,
  .span_8,
  .span_6,
  .span_12 {
    width: calc(100% - 4%);
    margin: 0 2%;
  }
}
