* {
  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;
}
p {
  display: block;
  margin: 0.3em 0;
  padding: 0.3em 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;
}
/* 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: #e52725;
  color: #fff;
}
::selection {
  background: #e52725;
  color: #fff;
}
::-moz-selection {
  background: #e52725;
  color: #fff;
}
/* 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);
  -ms-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 { -webkit-transform: translate3d(0,0,0); }
.slick-track,
.slick-list {
-webkit-perspective: 2000;
-webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
       will-change: transform;
}
*/
.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: -ms-transform ease 200ms;
  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: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/*@font-face {
  font-family: 'Amaranth';
  src: url('../fonts/Amaranth-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}*/
b,
strong {
  font-weight: 500;
}
.init_anim {
  opacity: 0;
}
a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #e52725;
}
/*
@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;
}
::-moz-selection {
  background: #e52725;
  color: #fff;
}
::selection {
  background: #e52725;
  color: #fff;
}
::-moz-selection {
  background: #e52725;
  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: #e52725;
}
/*
.red{
	color:crimson;	
}*/
h1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #e52725;
  line-height: 1.1em;
  font-size: 2em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #e52725;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6em;
  line-height: 1.1em;
}
h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 15px 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Arial, Helvetica, 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; 
    }  
  }
}
*/
p code {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #e52725), to(transparent));
  background-image: linear-gradient(0, #e52725 100%, transparent 100%);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-style: normal;
  color: white;
}
body {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  /* @media only screen and (max-width: 800px) {
   	font-size: 15px;
  }*/
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 17px;
  }
}
body footer,
body main {
  min-height: 300px;
}
picture.pictureimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center;
     object-position: center;
  /* Dit centreert de afbeelding in het div-element */
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
picture.pictureimg img.loaded {
  opacity: 1;
}
.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;
}
.homepopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  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;
  cursor: pointer;
}
.homepopup .imgblock {
  height: 60%;
}
.innerscreen {
  width: 100%;
  padding: 0 10%;
  margin: auto;
}
.innerscreen.headerpadding {
  padding: 0 5%;
}
@media only screen and (max-width: 800px) {
  .innerscreen {
    padding: 0 5%;
  }
}
.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 #000;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loadmore_holder .loadmore:hover {
  background: #000;
  color: white;
  cursor: pointer;
}
.loadmore_holder.hide {
  display: none;
}
.more {
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  background: #000;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
}
.more.mt {
  margin-top: 20px;
}
.more.mb {
  margin-bottom: 20px;
}
.more:hover {
  background: #e52725;
  color: white;
}
.newsback {
  margin: auto;
  text-align: center;
}
/*
.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 -25px 50px -25px;
}
.blockrow_news.colcount2 .item_news {
  width: calc(50% - 50px);
}
.blockrow_news.colcount3 .item_news {
  width: calc(33.333% - 50px);
}
.blockrow_news.colcount4 .item_news {
  width: calc(25% - 50px);
}
.blockrow_news .item_news {
  width: calc(25% - 50px);
  margin: 25px;
}
.blockrow_news .item_news .bgimgholder figure.rounded {
  overflow: hidden;
  border-radius: 50%;
}
.blockrow_news .item_news .txt {
  margin-top: 30px;
}
.blockrow_news .item_news .txt.centertxt {
  text-align: center;
}
.blockrow_news .item_news .txt .smallerline {
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.blockrow_news .item_news .txt ul,
.blockrow_news .item_news .txt ol {
  padding-left: 20px;
}
.blockrow_news .item_news .txt ul li,
.blockrow_news .item_news .txt ol li {
  margin: 0;
  padding: 0;
}
.blockrow_news .item_news .txt ul li p,
.blockrow_news .item_news .txt ol li p {
  margin: 3px 0;
}
.blockrow_news .item_news .txt .datum strong {
  color: #e52725;
}
@media only screen and (max-width: 1200px) {
  .blockrow_news {
    margin: -25px -25px 50px -25px;
  }
  .blockrow_news.colcount3 .item_news {
    width: calc(50% - 50px);
  }
  .blockrow_news.colcount4 .item_news {
    width: calc(33.333% - 50px);
  }
  .blockrow_news .item_news {
    width: calc(33.333% - 50px);
    margin: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .blockrow_news {
    margin: -25px -25px 50px -25px;
  }
  .blockrow_news.colcount2 .item_news {
    margin: 25px;
    width: 100%;
  }
  .blockrow_news.colcount3 .item_news {
    margin: 25px;
    width: 100%;
  }
  .blockrow_news.colcount4 .item_news {
    margin: 25px;
    width: 100%;
  }
  .blockrow_news .item_news {
    width: calc(50% - 50px);
    margin: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .blockrow_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .blockrow_news.colcount2 .item_news {
    margin: 0px;
    width: 100%;
  }
  .blockrow_news.colcount3 .item_news {
    margin: 0px;
    width: 100%;
  }
  .blockrow_news.colcount4 .item_news {
    margin: 0px;
    width: 100%;
  }
  .blockrow_news .item_news {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
/*
.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.reverse .right .txt_holder {
    margin: 5%;
  }
  .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 .right .txt_holder {
    margin: 5%;
  }
  .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%;     
  }
}
*/
.home_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.home_services .service {
  border-radius: 12px;
  background: white;
  overflow: hidden;
  width: calc(33.333% - 40px);
  margin: 20px;
  position: relative;
}
.home_services .service .imgblock .icon {
  width: 100px;
  height: auto;
  margin-top: -50px;
}
.home_services .service .txt {
  padding: 20px;
  height: 100%;
  /*display:flex;
      flex-direction: column;
      flex-grow:1;
      height:100%;
      */
  margin-bottom: 90px;
}
.home_services .service .more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media only screen and (max-width: 1100px) {
  .home_services .service {
    width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .home_services .service {
    width: calc(100% - 40px);
  }
}
.quote_holder {
  padding: 100px 15% 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: right  center;
  position: relative;
  width: 100%;
  min-height: 300px;
  clip-path: ellipse(100% 100% at center top);
  overflow: hidden;
  /* Verwijder alles buiten de grens */
}
.quote_holder .txt {
  font-size: 22px;
  line-height: 28px;
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .quote_holder {
    padding: 100px 8%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quote_holder .txt {
    width: 90%;
  }
}
.text_img_holder {
  padding: 100px 0;
  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;
}
.text_img_holder .left {
  width: 45%;
}
.text_img_holder .left h3 {
  text-align: center;
  text-transform: uppercase;
}
.text_img_holder .right {
  width: 45%;
}
@media only screen and (max-width: 800px) {
  .text_img_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text_img_holder .left {
    width: 100%;
  }
  .text_img_holder .right {
    width: 100%;
    margin-top: 50px;
  }
}
.home_centertext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.home_centertext.bgcolor {
  background: #fafafa;
}
.home_centertext.curve {
  padding: 50px 0 100px 0;
  clip-path: ellipse(100% 100% at center top);
}
.home_centertext .txt {
  max-width: 900px;
  text-align: center;
}
.home_centertext .txt .contact_icons {
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0 50px 0;
}
.home_centertext .txt .contact_icons .iconitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_centertext .txt .contact_icons .iconitem .icon {
  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;
  font-size: 25px;
  width: 45px;
  height: 45px;
  color: white;
  background: #000;
  border-radius: 50%;
  margin-bottom: 10px;
}
.home_centertext .txt .contact_icons .iconitem a {
  display: block;
}
@media only screen and (max-width: 765px) {
  .home_centertext .txt .contact_icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_centertext .txt .contact_icons .iconitem {
    margin-bottom: 50px;
  }
}
.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 {
  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: 20px;
  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;
}
.masonryitem .wrap .tekst_holder .moreinfo.mb {
  margin-bottom: 25px;
}
footer {
  padding: 50px 0 0 0;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
footer .flex .left {
  width: 30%;
}
footer .flex .left .logo img {
  height: 60px;
  width: auto;
}
footer .flex .middle {
  width: 30%;
}
footer .flex .middle p {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 1px 0;
}
footer .flex .middle p a {
  text-decoration: none;
}
footer .flex .right {
  position: relative;
}
footer .flex .right p {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 1px 0;
}
footer .flex .right p a {
  text-decoration: none;
}
footer .flex .right .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
footer .flex .right .icons .icon {
  margin-left: 10px;
  width: 60px;
  height: auto;
}
footer .siteby {
  color: white;
  background: #e52725;
  padding: 10px ;
  text-align: center;
  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;
}
footer .siteby .delimiter {
  margin: 0 5px;
}
footer .siteby > span,
footer .siteby a {
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
}
footer .siteby a:hover {
  color: black;
}
@media only screen and (max-width: 700px) {
  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 .left {
    width: 100%;
  }
  footer .flex .right {
    margin-top: 50px;
    width: 100%;
  }
  footer .flex .right p {
    text-align: left;
  }
  footer .flex .right .icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .siteby {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .siteby .delimiter {
    display: none;
  }
}
.spacerheader {
  width: 100%;
  height: 160px;
}
header {
  background: rgba(255, 255, 255, 0.97);
  width: 100% ;
  top: 0;
  z-index: 100;
  /* @media only screen and (max-width: 1200px) {

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

  }*/
}
header.fixed {
  position: fixed;
}
header .telrow {
  background: #e52725;
  color: white;
}
header .telrow .innerscreen {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .telrow .innerscreen a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
}
header .telrow .innerscreen a:hover {
  color: #000;
}
header .telrow .innerscreen .toplang {
  margin-left: 10px;
  margin-right: 10px;
}
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;
  height: 120px;
}
header .header .flexrow .left {
  margin: 0px;
}
header .header .flexrow .left .logo {
  width: 220px;
  height: 80px;
  display: block;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
header .header .flexrow .right {
  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 .flexrow .right .toggle {
  display: none;
}
header .header .flexrow .right .topnav {
  width: 100%;
}
header .header .flexrow .right .topnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .right .topnav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
header .header .flexrow .right .topnav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0 0px 0;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0 10px;
}
header .header .flexrow .right .topnav ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  height: 1px;
  width: 100%;
  opacity: 0;
  background: #e52725;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right .topnav ul li a.active:after,
header .header .flexrow .right .topnav ul li a:hover:after {
  height: 1px;
  width: 100%;
  left: 0;
  opacity: 1;
}
header .header .flexrow .right .topnav ul li a.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e52725;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
header .header .flexrow .right .topnav ul li a.search span {
  margin-left: 8px;
  font-size: 1.2em;
  line-height: 0;
  color: #e52725;
  display: inline-block;
}
header .header .flexrow .right .topnav ul li a.search:after {
  display: none;
}
header .header .flexrow .right .topnav ul li a.buttonstyle {
  background: #e52725;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px  10px;
  padding: 5px 10px;
}
header .header .flexrow .right .topnav ul li a.buttonstyle:hover {
  background: #000;
}
header .header .flexrow .right .topnav ul li a.buttonstyle:after {
  content: '';
  display: none;
}
header .header .flexrow .right .topnav ul li:last-child a {
  margin-right: 0;
}
header .header .flexrow .right nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .right nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
header .header .flexrow .right nav > ul > li > a {
  /*
                  &:after{
                    content:'';
                    position: absolute;
                    bottom:0;
                    left:0%;
                    height:1px;
                    width: 100%;
                    opacity: 0;
                    background:@color;
                    transition: all .3s ease;
                      
                  }
                  */
  background: #efefef;
  border-radius: 6px;
  /*&.active:after,
                  &:hover:after{
                    height:1px;
                    width: 100%;
                    left:0;
                    opacity:1;
                   
                  }*/
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 15px ;
  margin: 0 2px;
  text-transform: uppercase;
}
header .header .flexrow .right nav > ul > li > a.lang {
  font-weight: 700;
  font-size: 0.8em;
  color: #000;
}
header .header .flexrow .right nav > ul > li > a.lang:hover {
  color: #e52725;
}
header .header .flexrow .right nav > ul > li > a.lang:after {
  content: '';
  display: none;
}
header .header .flexrow .right nav > ul > li > a:hover,
header .header .flexrow .right nav > ul > li > a.active {
  color: white;
  background: #e52725;
}
header .header .flexrow .right nav > ul > li > a.buttonstyle {
  background: #e52725;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px  10px;
  padding: 5px 10px;
}
header .header .flexrow .right nav > ul > li > a.buttonstyle:hover {
  background: #000;
}
header .header .flexrow .right nav > ul > li > a.buttonstyle:hover:after,
header .header .flexrow .right nav > ul > li > a.buttonstyle:after {
  content: '';
  display: none !important;
}
header .header .flexrow .right nav > ul > li:last-child a {
  margin-right: 0;
}
header .header .flexrow .right nav > ul > li:hover .subnav {
  visibility: visible;
  opacity: 1;
}
header .header .flexrow .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: 10px;
}
header .header .flexrow .right nav > ul > li .subnav.alignright {
  left: auto;
  right: 10px;
}
header .header .flexrow .right nav > ul > li .subnav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  z-index: 1;
  display: block;
  color: white;
  width: 250px;
  background: #000;
}
header .header .flexrow .right nav > ul > li .subnav ul li {
  padding: 0;
  margin: 0;
  display: block;
}
header .header .flexrow .right nav > ul > li .subnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  padding: 5px 10px;
  position: relative;
  background: #000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header .header .flexrow .right nav > ul > li .subnav ul li a:hover,
header .header .flexrow .right nav > ul > li .subnav ul li a.active {
  color: white;
  background: #e52725;
}
@media only screen and (max-width: 1100px) {
  header .header .flexrow .left .logo {
    font-size: 30px;
    line-height: 30px;
  }
  header .header .flexrow .right {
    position: relative;
    height: 65px;
  }
  header .header .flexrow .right .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
    cursor: pointer;
    z-index: 99990;
  }
  header .header .flexrow .right .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .right .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .flexrow .right .toggle.open:before {
    background: #e52725;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .header .flexrow .right .toggle.open:after {
    background: #e52725;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  header .header .flexrow .right .topnav {
    display: none;
  }
  header .header .flexrow .right nav {
    display: none;
  }
  header .header .mobile-nav {
    display: none;
    overflow: scroll;
    max-height: calc(100vh - 140px);
    margin: 0 0px;
    padding-bottom: 50px;
  }
  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;
  }
  header .header .mobile-nav > ul > li > a {
    border-bottom: 1px solid #f0f0f0;
    display: block;
    text-decoration: none;
    padding: 10px 20px  ;
    font-size: 0.9em;
    position: relative;
  }
  header .header .mobile-nav > ul > li > a.mobiledropbtn:after {
    content: '↓';
    position: absolute;
    padding: 10px 40px;
    top: 0;
    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 {
    background: #e52725;
    color: white;
  }
  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;
    background: white;
    /*.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;
    border-bottom: 1px solid #f0f0f0;
    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 {
    background: #e52725;
    color: white;
  }
}
.navsearchform {
  position: fixed;
  width: 25%;
  width: 350px;
  top: 0;
  left: 50%;
  top: -100px;
  z-index: 99991;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: black;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navsearchform.active {
  top: 0%;
}
@media only screen and (max-width: 1000px) {
  .navsearchform {
    width: 100%;
    max-width: 300px;
    /*&.active{
      top:70px; 
    }*/
  }
}
.navsearchform input[type="text"] {
  padding: 10px;
  background: black!important;
  color: white!important;
  border: none !important;
  width: calc(100% - 40px) !important;
  background: #333;
}
.navsearchform button span.icon {
  color: white ;
}
.navsearchform .search-submit,
.navsearchform #search-submit {
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  height: 37px;
  background: 0 0;
  border: none;
  font-size: 25px;
}
.greyblock {
  padding: 90px 0 0 0;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greyblock.nopt {
  padding-top: 0px;
}
.greyblock.spacer {
  padding-top: 260px;
  margin-top: -200px;
}
.greyblock.nobg {
  background: none;
}
.greyblock .home_intro {
  text-align: center;
}
.greyblock .home_intro h1 {
  text-transform: uppercase;
}
.greyblock .home_intro .text {
  max-width: 800px;
  margin: auto;
}
.bottomborder {
  height: 150px;
  background: #efefef;
  clip-path: ellipse(100% 100% at center top);
}
.resto_container {
  /*.col.col1{
     padding: 0px   40px
  }*/
}
.resto_container .col {
  margin-bottom: 50px;
  padding: 20px   40px;
}
.resto_container.insprong .col {
  padding-bottom: 0;
}
.resto_container.insprong .col:last-child {
  padding-bottom: 20px;
}
.resto_container.insprong .col .odd {
  padding-left: 100px;
}
.resto_container.border {
  border: 1px solid #f0f0f0;
}
.resto_container.background {
  background: #f0f0f0;
}
.resto_container.nopadding {
  margin: -20px -40px;
}
.resto_container.col.col1.nopadding {
  margin: -20px -40px;
}
.resto_container.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resto_container.columns .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resto_container.columns .col.col2 {
  margin-bottom: 0;
  width: 50%;
}
.resto_container.columns .col.col3 {
  width: 33.333%;
  margin-bottom: 0;
}
.resto_container .restoblocks .restoblock {
  margin-bottom: 10px;
}
.resto_container .restoblocks .restoblock .price_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resto_container .restoblocks .restoblock .price_title .title {
  width: calc(100% - 80px);
}
.resto_container .restoblocks .restoblock .price_title .price {
  text-align: right;
  width: 70px;
}
@media only screen and (max-width: 1000px) {
  .resto_container .col {
    width: 100% !important;
  }
  .resto_container.insprong .col .odd {
    padding-left: 20px;
  }
}
/*header{
  margin-bottom:50px; 
}*/
.form {
  display: none;
}
.form.active {
  display: block;
}
.form .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto -10px;
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  width: calc(100% - 20px);
  margin: 0 10px 20px 10px;
}
.form .flexholder .formitem label {
  font-weight: 500;
  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="password"],
.form .flexholder .formitem input[type="text"],
.form .flexholder .formitem input[type="email"],
.form .flexholder .formitem input[type="date"],
.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%;
}
.form .flexholder .formitem select {
  -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;
}
.form .flexholder .formitem.half {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
}
.form .flexholder .formitem.third {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px 10px;
}
.form .flexholder .formitem.fourth {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.form .flexholder .formitem.fifth {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.form .flexholder .formitem .info {
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
  .form .flexholder .formitem.half {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
  .form .flexholder .formitem.third {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
  .form .flexholder .formitem.fourth {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
  .form .flexholder .formitem.fifth {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
.form .flexholder #submit {
  -webkit-appearance: button;
  border: none;
  display: inline-block;
  background: #e52725;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-color: #28a4c9;
  padding: 15px 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  margin: auto;
  text-align: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.form .flexholder #submit:hover {
  background: black;
}
.form .flexholder #submit.disabled {
  background: crimson;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
}
.form .flexholder .submitholder .formsubmitbtn {
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  background: #000;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}
.form .flexholder .submitholder .formsubmitbtn.mt {
  margin-top: 20px;
}
.form .flexholder .submitholder .formsubmitbtn:hover {
  background: #e52725;
}
.form .flexholder .submitholder .formsubmitbtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .feedback {
  color: crimson;
  margin-top: 20px;
}
.form .feedback.highlight {
  color: white;
  background: #e52725;
  padding: 20px;
}
.homevideo_holder {
  background: #fff;
  width: calc(100vw - 0px);
  height: 520px;
  left: 0;
  position: relative;
  margin-bottom: 100px;
  -webkit-transition: width 0.5s ease, left 0.5s ease, right 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease, right 0.5s ease, height 0.5s ease;
}
.homevideo_holder .fullscreenimg {
  width: calc(100% - 0px);
  height: 100%;
  position: relative;
  overflow: hidden;
  /*.bgimgholder{
      width:100%; height: 100%; 
    }*/
}
.homevideo_holder .fullscreenimg:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  /*top:0;left:50%;; 
      width:300vh;height:300vh;
      background-image: url('../images/Arche_Driehoek.svg');
      background-size: contain;
      background-repeat: no-repeat;
      backgroun-position:center;*/
}
.homevideo_holder .fullscreenimg #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 120%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-top: -1px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homevideo_holder figcaption {
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  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;
}
.homevideo_holder figcaption .innerbanner .sloganholder {
  text-decoration: none;
  text-align: center;
  padding: 50px 50px;
  color: white;
  display: block;
}
.homevideo_holder figcaption .innerbanner .sloganholder h1 {
  font-size: 3.3em;
  line-height: 1.2em;
  font-weight: 700;
}
@media only screen and (max-width: 765px) {
  .homevideo_holder figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 10px 20px;
  }
}
.homevideo_holder _____animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  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;
}
.homevideo_holder _____animation .title {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.5em;
}
.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;
  position: relative;
}
.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;
  color: white;
  background: #e52725;
  display: block;
  float: left;
}
@media only screen and (max-width: 765px) {
  .bannerslider section figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 10px 20px;
  }
}
.bannerslider section figcaption .innerbanner .sloganholder img {
  max-width: 150px;
}
.bannerslider section figcaption .innerbanner .sloganholder p {
  font-weight: 500;
}
.bannerslider section figcaption .innerbanner .sloganholder h1 {
  color: black;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: block;
}
.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: 0px;
  /*.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;
  }
}
.banner_txt_img {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_txt_img .left {
  width: 50%;
}
.banner_txt_img .right {
  width: 50%;
  padding: 50px 100px;
}
.banner_txt_img .right ul,
.banner_txt_img .right ol {
  padding-left: 20px;
}
.banner_txt_img .right ul li,
.banner_txt_img .right ol li {
  margin: 0;
  padding: 0;
}
.banner_txt_img .right ul li p,
.banner_txt_img .right ol li p {
  margin: 3px 0;
}
@media only screen and (max-width: 1000px) {
  .banner_txt_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .banner_txt_img .left {
    width: 100%;
  }
  .banner_txt_img .left .bgimgholder {
    min-height: 300px;
  }
  .banner_txt_img .left .bgimgholder.autoheight figure {
    min-height: 300px;
  }
  .banner_txt_img .right {
    width: 100%;
    padding: 0 10%;
  }
}
@media only screen and (max-width: 800px) {
  .banner_txt_img .right {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .grid_masonry[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .grid_masonry[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media only screen and (max-width: 500px) {
  .grid_masonry[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
.grid_masonry .column {
  float: left;
}
.grid_masonry .size-1of1 {
  width: 100%;
}
.grid_masonry .size-1of2 {
  width: 50%;
}
.grid_masonry .size-1of3 {
  width: 33.333%;
}
.grid_masonry:before,
.grid_masonry:after {
  content: "";
  display: table;
}
.grid_masonry:after {
  clear: both;
}
.grid_masonry:before,
.grid_masonry:after {
  content: "";
  display: table;
}
.grid_masonry:after {
  clear: both;
}
.grid_masonry {
  margin: 0 -1%;
}
.bannerspacer {
  height: 40px;
}
.header_nobanner {
  text-align: center;
}
.header_nobanner .content {
  margin: auto;
  max-width: 700px;
}
.more_header {
  border: 2px solid white;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: white;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.more_header.black {
  color: #000;
  border-color: #000;
}
.more_header.black:hover {
  background: #000;
  color: white;
}
.more_header.mt {
  margin-top: 20px;
}
.more_header.mb {
  margin-bottom: 20px;
}
.more_header:hover {
  background: white;
  color: #000;
}
.banner {
  /*&.mb{
		margin-bottom:50px;	
	}*/
  position: relative;
  z-index: 1;
  background: black;
  clip-path: ellipse(120% 100% at center top);
}
.banner .whiteborder {
  width: 100%;
  background: white;
  position: absolute;
  top: 0px;
  left: 0;
  height: 355px;
  clip-path: ellipse(100% 100% at center top);
}
.banner figure {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
  clip-path: ellipse(100% 100% at center top);
}
.banner figure.loaded {
  opacity: 1;
}
.banner figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.banner figure img.loaded {
  display: none;
}
.banner .icon {
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
  margin-top: -75px;
  z-index: 1;
  width: 150px;
  height: auto;
}
.banner figcaption {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  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;
}
.banner figcaption .innerbanner .sloganholder {
  max-width: 500px;
  text-decoration: none;
  text-align: center;
  padding: 50px 50px;
  color: white;
  display: block;
}
.banner figcaption .innerbanner .sloganholder h1 {
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 765px) {
  .banner figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 80%;
    padding: 50px 10%;
    margin: auto;
  }
}
.layoutpage {
  margin: auto;
  width: 100%;
  padding-bottom: 100px;
}
.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: 50px 0  50px 0;
  clip-path: ellipse(100% 100% at center top);
  margin-bottom: 50px;
}
.layoutpage .fullbg.nomb {
  margin-bottom: 0;
}
.layoutpage .fullbg.aligncenter {
  text-align: center;
  margin: auto;
}
.layoutpage .fullbg .inner {
  max-width: 1200px;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  /* max-width: @maxw;
	   max-width: 850px;
	   &.wider{
	   	max-width: 1100px;
	   }*/
  padding: 0 5%;
  margin: auto;
}
.layoutpage .inner.aligncenter {
  text-align: center;
  margin: auto;
}
.layoutpage.nomb {
  padding-bottom: 0px;
}
.layoutpage .column-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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.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-image,
.layoutpage .column-grid .block-type-accordion,
.layoutpage .column-grid .block-type-video {
  margin-bottom: 20px;
}
.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-image.nomarginbottom,
.layoutpage .column-grid .block-type-accordion.nomarginbottom,
.layoutpage .column-grid .block-type-video.nomarginbottom {
  margin-bottom: 0;
}
.layoutpage .column-grid .block-type-heading {
  text-align: center;
}
.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;
}
.layoutpage .column-grid .block-type-heading h1.leftalign,
.layoutpage .column-grid .block-type-heading h2.leftalign,
.layoutpage .column-grid .block-type-heading h3.leftalign,
.layoutpage .column-grid .block-type-heading h4.leftalign,
.layoutpage .column-grid .block-type-heading h5.leftalign,
.layoutpage .column-grid .block-type-heading h6.leftalign {
  text-align: left;
}
.layoutpage .column-grid .block-type-list ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.layoutpage .column-grid .block-type-list ul li {
  margin-bottom: 8px;
}
.layoutpage .column-grid .block-type-text .setcenter {
  text-align: center;
}
.layoutpage .column-grid .block-type-text .txtbg {
  padding: 50px 50px 1px 50px;
  background: #f1f2f4;
  margin-bottom: 50px;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem {
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 0px;
  background: white;
  -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 {
  content: '-';
  background: #000;
}
.layoutpage .column-grid .block-type-accordion .faq-accordion .faqitem .faqtitel {
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  padding-left: 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: "+";
  position: absolute;
  left: 0;
  top: 12px;
  height: 20px;
  width: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  margin: 0;
  background: #bbb;
  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 40px;
}
.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 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-image .imgcontent.border figure {
  border: 3px solid #000;
}
.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 .aligncenter {
  margin: auto;
  text-align: center;
}
.layoutpage .column-grid .block-type-button .block_btn {
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  background: #000;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  /*cursor:pointer;
			 	color:black;
			 	background:@color;
			 	// background:#00ADEF;
			 	// border:2px solid @color;
			 	color:white;
			  	 margin-top:0px;
			  	 margin-bottom:0px;
			 	 
			 	//color:black;
			 	display:inline-block;
			 	padding:10px 20px;	
				border-radius:0px;
			 	transition: all .3s ease;
			 	position: relative;
        font-size:.85em;
			 	
			 		text-decoration:none;	
			 	
			 	// left:50%;
			 	// transform:translateX(-50%);
			 	&:hover{ 			 		 
			 		text-decoration:none;
          
          background:#332E2C; 
  
			 		// border-color:@black;
			 		//color:black;
			 	}
        */
}
.layoutpage .column-grid .block-type-button .block_btn:hover {
  background: #e52725;
  color: white;
}
.layoutpage .column-grid .block-type-quote {
  background: #f1f2f4;
  padding: 25px 25px;
}
.layoutpage .column-grid .block-type-quote p {
  margin: 0;
  font-size: 1.5em;
  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 .layouttxtimgslider {
  width: 100%;
  /*height:520px;
        @media only screen and (max-width: 750px) {
          height:300px;
        } */
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider.active {
  opacity: 1;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider section {
  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;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider section .left {
  width: 50%;
  position: relative;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider section .left img {
  width: 100%;
  height: auto;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider section .right {
  width: 50%;
  padding: 40px 40px;
  color: white;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider section .right.black {
  color: black;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-next,
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-prev {
  position: absolute;
  bottom: 80px;
  bottom: calc(50% - 20px);
  left: 5px;
  -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) {
  .layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-next,
  .layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-prev {
    left: 5px;
  }
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-next:hover,
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-prev:hover {
  background-color: #ffffff;
}
.layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-next {
  right: 5px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .layoutpage .column-grid .block-type-gallery .layouttxtimgslider .slick-next {
    right: 5px;
  }
}
.layoutpage .column-grid .block-type-gallery .layoutslider {
  width: 100%;
  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) {
  .layoutpage .column-grid .block-type-gallery .layoutslider {
    height: 300px;
  }
}
.layoutpage .column-grid .block-type-gallery .layoutslider.active {
  opacity: 1;
}
.layoutpage .column-grid .block-type-gallery .layoutslider section {
  opacity: 0;
}
.layoutpage .column-grid .block-type-gallery .layoutslider 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) {
  .layoutpage .column-grid .block-type-gallery .layoutslider section figure {
    height: 300px;
  }
}
.layoutpage .column-grid .block-type-gallery .layoutslider section figure.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.layoutpage .column-grid .block-type-gallery .layoutslider section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto;
  opacity: 0;
  display: block;
}
.layoutpage .column-grid .block-type-gallery .layoutslider section figure img.loaded {
  display: none;
}
.layoutpage .column-grid .block-type-gallery .layoutslider .slick-next,
.layoutpage .column-grid .block-type-gallery .layoutslider .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) {
  .layoutpage .column-grid .block-type-gallery .layoutslider .slick-next,
  .layoutpage .column-grid .block-type-gallery .layoutslider .slick-prev {
    left: 40px;
  }
}
.layoutpage .column-grid .block-type-gallery .layoutslider .slick-next:hover,
.layoutpage .column-grid .block-type-gallery .layoutslider .slick-prev:hover {
  background-color: #ffffff;
}
.layoutpage .column-grid .block-type-gallery .layoutslider .slick-next {
  right: 80px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .layoutpage .column-grid .block-type-gallery .layoutslider .slick-next {
    right: 40px;
  }
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem {
  margin: 10px;
  border: 1px solid #f1f2f4;
  padding: 10px;
  background: white;
  display: block;
  overflow: hidden;
}
.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;
}
.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutpage .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.span_3 {
  width: calc(25% - 4%);
  margin: 0 2%;
}
.span_4 {
  width: calc(33.333% - 4%);
  margin: 0 2%;
}
.span_8 {
  width: calc(66.6666% - 4%);
  margin: 0 2%;
}
.span_6 {
  width: calc(50% - 4%);
  margin: 0 2%;
}
.span_12 {
  width: calc(100% - 4%);
  margin: 0 2%;
}
@media only screen and (max-width: 900px) {
  .span_3,
  .span_4,
  .span_8,
  .span_6,
  .span_12 {
    width: calc(100% - 4%);
    margin: 0 2%;
  }
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #000;
  -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);
      -ms-transform: translate(0, 300px);
          transform: translate(0, 300px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#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;
}
.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%);
      -ms-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);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fixedform .formwrap .formheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e52725;
  -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: #e52725;
  padding: 1px 40px;
  color: white;
}
.fixedform .formwrap .tekstholder {
  margin: 0;
  padding: 5px 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: #e52725;
}
.shoppingcart_nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  background: #e52725;
  border-radius: 5px;
  color: white;
  padding: 20px;
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  text-decoration: none;
}
.shoppingcart_nav:hover {
  background: black;
  color: white;
}
.shoppingcart_nav .icon {
  font-size: 1.5em;
}
.shoppingcart_nav .itemsincart {
  font-weight: bold;
  margin-left: 5px;
}
.shoppingcart_nav .totalpriceincart {
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 10px;
}
@media only screen and (max-width: 1000px) {
  .shoppingcart_nav {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 1em;
    text-align: right;
  }
  .shoppingcart_nav .icon {
    font-size: 1.2em;
  }
}
.pagebanner {
  position: relative;
}
.pagebanner .banner {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.pagebanner .banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(46%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.73153011)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.73153011) 100%);
}
.pagebanner .inner {
  position: absolute;
  bottom: 0;
  margin: auto;
  padding: 0 5%;
}
.pagebanner .inner h1 {
  display: inline-block;
  color: white;
  padding: 8px 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 1000px) {
  .pagebanner .inner h1 {
    font-size: 20px;
  }
}
.catgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.catgrid .catgriditem {
  width: calc(25% - 40px);
  margin: 20px;
  border: 1px solid #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.catgrid .catgriditem:hover {
  border-color: #000;
}
.catgrid .catgriditem:hover .imgholder {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.catgrid .catgriditem .imgholder {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 200px;
  position: relative;
  margin: 0px 0px 10px 0px;
}
.catgrid .catgriditem .imgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.catgrid .catgriditem .imgholder figure.cover {
  background-size: cover;
}
.catgrid .catgriditem .imgholder figure.loaded {
  opacity: 1;
}
.catgrid .catgriditem .imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catgrid .catgriditem .imgholder figure img.loaded {
  display: none;
}
.catgrid .catgriditem .txtholder h3 {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.catgrid .catgriditem .txtholder.center {
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .catgrid .catgriditem {
    width: calc(33.333% - 40px);
  }
}
@media only screen and (max-width: 1000px) {
  .catgrid .catgriditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .catgrid .catgriditem {
    width: calc(100% - 40px);
  }
}
.menu_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.menu_grid .colmenu {
  width: 300px;
}
.menu_grid .colmenu .sidemenu {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
}
.menu_grid .colmenu .sidemenu.sticky {
  position: sticky;
  bottom: 0;
  top: 150px;
}
.menu_grid .colmenu .sidemenu li {
  display: block;
  margin-bottom: 5px;
}
.menu_grid .colmenu .sidemenu li a {
  text-decoration: none;
  font-weight: bold;
}
.menu_grid .colmenu .sidemenu li a.active,
.menu_grid .colmenu .sidemenu li a:hover {
  color: #e52725;
}
.menu_grid .colgrid {
  width: calc(100% - 300px);
}
.menu_grid .colgrid .tags {
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: sticky;
  top: 120px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
}
.menu_grid .colgrid .tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
}
.menu_grid .colgrid .tags ul li {
  padding: 5px 10px;
  background: black;
  color: white;
  margin: 5px;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.menu_grid .colgrid .tags ul li:hover,
.menu_grid .colgrid .tags ul li.active {
  background: #e52725;
}
.menu_grid .colgrid.singlecol {
  width: 300px;
}
.menu_grid .colgrid .empty_text > p {
  margin-top: 0;
}
.menu_grid .proddetailbuilder {
  width: calc(100% - 600px - 30px);
  margin-left: 30px;
  margin-top: -20px;
}
@media only screen and (max-width: 1000px) {
  .menu_grid .colmenu {
    display: none;
  }
  .menu_grid .colgrid {
    width: 100%;
  }
  .menu_grid .proddetailbuilder {
    width: calc(100% - 300px - 30px);
  }
}
@media only screen and (max-width: 800px) {
  .menu_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_grid .colgrid {
    width: 100%;
    margin: auto;
  }
  .menu_grid .colgrid .tags {
    position: relative;
    top: 0;
  }
  .menu_grid .colgrid.singlecol {
    width: 100%;
  }
  .menu_grid .proddetailbuilder {
    width: calc(100%);
    margin-left: 0px;
    margin-top: 0;
  }
}
.proditemsgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.proditemsgrid.sticky {
  position: sticky;
  bottom: 0;
  top: 130px;
}
.proditemsgrid .prodgriditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.333% - 40px);
  margin: 20px;
  border: 1px solid #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
}
.proditemsgrid .prodgriditem.hide {
  display: none;
}
.proditemsgrid .prodgriditem.full {
  width: calc(100% - 40px);
}
.proditemsgrid .prodgriditem .imgholder {
  padding-bottom: 66%;
  position: relative;
  margin: 0px 0px 20px 0px;
}
.proditemsgrid .prodgriditem .imgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.proditemsgrid .prodgriditem .imgholder figure.cover {
  background-size: cover;
}
.proditemsgrid .prodgriditem .imgholder figure.loaded {
  opacity: 1;
}
.proditemsgrid .prodgriditem .imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proditemsgrid .prodgriditem .imgholder figure img.loaded {
  display: none;
}
.proditemsgrid .prodgriditem .imgholder figure:after {
  content: '';
  position: absolute;
  background-image: url(../images/search.svg);
  bottom: 8px;
  right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.proditemsgrid .prodgriditem .txtholder {
  /*ont-size:1em;
      line-height:1.4em;
      */
  font-size: 15px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.proditemsgrid .prodgriditem .txtholder ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.proditemsgrid .prodgriditem .txtholder h3 {
  text-decoration: none;
}
.proditemsgrid .prodgriditem .txtholder.center {
  text-align: center;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow {
  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;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left input[type=number]::-webkit-inner-spin-button,
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left input {
  border: none;
  -webkit-appearance: none;
  background: #999;
  color: white;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left .plusmin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left .plusmin .min {
  padding: 5px;
  cursor: pointer;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .left .plusmin .plus {
  padding: 5px;
  cursor: pointer;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .right {
  width: calc(100% - 120px);
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .right .price {
  text-align: right;
  font-weight: bold;
  /*font-size:1.5em;
            line-height:1.5em;*/
  font-size: 15px;
  line-height: 20px;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .right .price span.strokethrough {
  text-decoration: line-through;
  font-size: 0.8em;
  display: inline-block;
}
.proditemsgrid .prodgriditem .txtholder .flexpricerow .right .price span.promoprice {
  font-weight: bold;
  color: #e52725;
}
.proditemsgrid .prodgriditem .txtholder select {
  border: none;
  padding: 10px;
  border: 2px solid black;
  border-radius: 5px;
  font-weight: bold;
  color: #2c2b2a;
  margin-bottom: 20px;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
}
.proditemsgrid .prodgriditem .txtholder select.arrow {
  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;
}
.proditemsgrid .prodgriditem .addtocart {
  width: 100%;
  color: black;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.proditemsgrid .prodgriditem .addtocart span {
  margin-right: 5px;
}
.proditemsgrid .prodgriditem .addtocart:hover {
  background: #e52725;
  color: white;
}
.proditemsgrid .prodgriditem .addtocart:hover .addprice {
  color: white;
}
.proditemsgrid .prodgriditem .addtocart .addprice {
  font-size: 0.8em;
  font-weight: bold;
  color: #e52725;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1300px) {
  .proditemsgrid .prodgriditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .proditemsgrid .prodgriditem {
    width: calc(100% - 40px);
  }
}
.cart_checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_checkout > .left {
  width: 65%;
}
.cart_checkout > .right {
  width: 30%;
}
@media only screen and (max-width: 1000px) {
  .cart_checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart_checkout > .left {
    width: 100%;
  }
  .cart_checkout > .right {
    width: 100%;
  }
}
.cart_holder {
  width: 100%;
  position: relative;
}
.cart_holder .cartitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.cart_holder .cartitem:nth-child(even) {
  background: white;
}
.cart_holder .cartitem .flexrow {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart_holder .cartitem .flexrow .imgholder {
  width: 30%;
  height: 150px;
  margin: 20px;
  position: relative;
}
.cart_holder .cartitem .flexrow .imgholder figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.cart_holder .cartitem .flexrow .imgholder figure.cover {
  background-size: cover;
}
.cart_holder .cartitem .flexrow .imgholder figure.loaded {
  opacity: 1;
}
.cart_holder .cartitem .flexrow .imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart_holder .cartitem .flexrow .imgholder figure img.loaded {
  display: none;
}
.cart_holder .cartitem .flexrow .prodinfo {
  margin: 10px 20px;
  width: 40%;
  /*font-size:1em;
        line-height: 1.4em;
        */
  font-size: 15px;
  line-height: 20px;
}
.cart_holder .cartitem .flexrow .prodinfo .notavailable {
  color: #e52725;
  font-weight: bold;
}
.cart_holder .cartitem .flexrow .prodprice {
  margin: 20px;
  width: 12%;
}
.cart_holder .cartitem .flexrow .prodprice input[type=number]::-webkit-inner-spin-button,
.cart_holder .cartitem .flexrow .prodprice input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.cart_holder .cartitem .flexrow .prodprice input {
  border: none;
  -webkit-appearance: none;
  background: #999;
  color: white;
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
}
.cart_holder .cartitem .flexrow .prodprice .plusmin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
.cart_holder .cartitem .flexrow .prodprice .plusmin .min {
  padding: 5px;
  cursor: pointer;
}
.cart_holder .cartitem .flexrow .prodprice .plusmin .plus {
  cursor: pointer;
  padding: 5px;
}
.cart_holder .cartitem .flexrow .prodprice .price {
  font-size: 15px;
}
.cart_holder .cartitem .deletecart {
  width: 100px;
  color: #e52725;
  padding: 20px;
  font-size: 2em;
  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;
}
.cart_holder .cartitem .deletecart .deletebtn {
  padding: 10px;
  cursor: pointer;
}
.cart_holder .cartitem .deletecart .deletebtn:hover {
  color: black;
}
@media only screen and (max-width: 800px) {
  .cart_holder .cartitem {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart_holder .cartitem .flexrow {
    padding: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart_holder .cartitem .flexrow .imgholder {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .cart_holder .cartitem .flexrow .imgholder figure {
    padding-bottom: 0;
  }
  .cart_holder .cartitem .flexrow .prodinfo {
    width: 100%;
  }
  .cart_holder .cartitem .flexrow .prodprice {
    width: 100%;
  }
  .cart_holder .cartitem .deletecart {
    width: 100%;
  }
}
.cart_totaal {
  font-size: 1.8em;
  line-height: 1.8em;
  text-align: right;
  padding: 40px;
  margin-top: 50px;
  color: white;
  background: #000;
}
.cart_totaal .smallerfont {
  font-size: 0.8em;
  line-height: 1.4em;
}
