* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 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: #667942;
  color: #fff;
}
::selection {
  background: #667942;
  color: #fff;
}
::-moz-selection {
  background: #667942;
  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 {
  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: 'OpenSans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*/
/*@font-face {
  font-family: 'HomemadeApple';
  src: url('../fonts/HomemadeApple.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: #667942;
}
/*
@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: #667942;
  color: #fff;
}
::selection {
  background: #667942;
  color: #fff;
}
::-moz-selection {
  background: #667942;
  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: #667942;
}
/*
.red{
	color:crimson;	
}*/
h1 {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.1em;
  color: #464545;
  display: block;
}
h1.center {
  text-align: center;
}
h2 {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 500;
}
h3 {
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 500;
}
h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 15px 0;
  font-weight: 500;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  display: block;
  color: #464545;
}
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}
/*
.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%, #464545), to(transparent));
  background-image: linear-gradient(0, #464545 100%, transparent 100%);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-style: normal;
  color: white;
}
body {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  /* @media only screen and (max-width: 800px) {
   	font-size: 15px;
  }*/
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
  color: #464545;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 20px;
  }
}
body .body {
  overflow: visible;
}
body footer,
body main {
  min-height: 300px;
  overflow: visible;
}
.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%;
  -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 */
}
.imgholder figure img.loaded {
  opacity: 1;
}
.bgimgholder {
  position: relative;
}
.bgimgholder.autoheight {
  height: 100%;
}
.bgimgholder.autoheight figure {
  height: 100%;
}
.bgimgholder figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bgimgholder figure.loaded {
  opacity: 1;
}
.bgimgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bgimgholder figure img.loaded {
  display: none;
}
.innerscreen {
  width: 100%;
  max-width: 1600px;
  padding: 0 10%;
  margin: auto;
}
.innerscreen.headerpadding {
  padding: 0 5%;
}
.innerscreen.morepadding {
  padding: 0 15%;
}
@media only screen and (max-width: 800px) {
  .innerscreen {
    padding: 0 5%;
  }
}
.center_text {
  text-align: center;
  max-width: 700px;
  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 #464545;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loadmore_holder .loadmore:hover {
  background: #464545;
  color: white;
  cursor: pointer;
}
.loadmore_holder.hide {
  display: none;
}
@media only screen and (max-width: 800px) {
  .buybtn .more.red {
    display: block;
    font-size: 1.1em;
  }
}
.more {
  /*&.red{
    font-size: 1.75em;
    line-height:1em;
    background-color:crimson;
  }*/
  padding: 5px 20px 5px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: 500;
  font-size: 16px;
  background: #667942;
  text-decoration: none;
  border-radius: 60px;
  /* &:after{
    content:'';
    position: absolute;
    top: 50%;
    right:20px;
    margin-top:-6px;
    height:12px;
    width: 25px;
    // border:1px solid white; 
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    transition: all .5s ease;
  }
  &:hover{
    padding-right:   70px ;
    background:@basiccolor;
    &:after{
      
      right:10px;
      width: 35px;
    } 
  }*/
}
.more.mt {
  margin-top: 20px;
}
.more.mb {
  margin-bottom: 20px;
}
.more:hover {
  background: #4E5055;
  color: white;
}
.more.black {
  background: black;
  padding-left: 0;
}
.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;
  }
}
.lp_page .lp_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_page .lp_intro .left {
  width: 60%;
}
.lp_page .lp_intro .left h1 {
  font-size: 1.6em;
  line-height: 1.25em;
}
.lp_page .lp_intro .right {
  width: 40%;
}
@media only screen and (max-width: 800px) {
  .lp_page .lp_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp_page .lp_intro .left {
    width: 100%;
  }
  .lp_page .lp_intro .right {
    width: 100%;
  }
}
.lp_page .prod_spotlight .logo {
  text-align: center;
  max-width: 300px;
  margin: auto;
  margin-bottom: 50px;
}
.lp_page .prod_sf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp_page .prod_sf .prod_sf_item {
  width: 180px;
  margin: 10px;
  border-radius: 7px;
}
.lp_page .prod_sf .prod_sf_item .imgholder {
  width: 105px;
  margin: auto;
  margin-top: 20px;
}
.lp_page .prod_sf .prod_sf_item .text {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.lp_page .bgblock1 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(189, 213, 101, 0.5)), to(transparent));
  background: linear-gradient(to bottom, transparent, rgba(189, 213, 101, 0.5), transparent);
}
.lp_page .bgblock1 .flower_right {
  position: absolute;
  top: 100px;
  right: 0;
  width: 200px;
  height: 400px;
  background-image: url('../images/flower_right.png');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .lp_page .bgblock1 .flower_right {
    display: none;
  }
}
.lp_page .bgblock1 .flower_left {
  position: absolute;
  top: 100px;
  left: 0;
  width: 200px;
  height: 400px;
  background-image: url('../images/flower_left.png');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .lp_page .bgblock1 .flower_left {
    display: none;
  }
}
.lp_page .extracten_holder {
  padding: 90px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(189, 213, 101, 0.5)), to(transparent));
  background: linear-gradient(to bottom, transparent, rgba(189, 213, 101, 0.5), transparent);
}
.lp_page .extracten_sf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp_page .extracten_sf .extract_sf_item {
  width: 90px;
  margin: 10px 10px;
}
.lp_page .extracten_sf .extract_sf_item .bgimgholder {
  border: 5px solid #DBEEF8;
  margin: auto;
  margin-top: 20px;
}
.lp_page .extracten_sf .extract_sf_item .text {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.lp_page .legende {
  font-size: 12px;
}
.boomcontainer {
  position: relative;
}
.boomcontainer .boom {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  height: 100%;
}
.boomcontainer .boom img {
  width: 100%;
  height: auto;
  opacity: 0.1;
  z-index: 0;
}
@media only screen and (max-width: 650px) {
  .boomcontainer .boom {
    width: 100%;
    left: 0%;
  }
}
.home_assortiment {
  padding: 50px 0 40px 0;
}
.home_assortiment .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.home_assortiment .cats .cat {
  width: calc(20% - 30px);
  margin: 15px 15px 20px 15px;
  text-decoration: none;
  /*
      .imgholder{
        transition: transform .3s ease;
        width: 105px;
        margin: auto;
        margin-top: 20px;

      }
      */
}
.home_assortiment .cats .cat .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.home_assortiment .cats .cat .wrap .icon img {
  display: block;
  margin: 0;
  width: 58px;
  height: 58px;
}
.home_assortiment .cats .cat .wrap .title {
  font-family: all-round-gothic, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
}
.home_assortiment .cats .cat .extraimg {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home_assortiment .cats .cat .extraimg:hover {
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .home_assortiment .cats .cat {
    width: 200px;
  }
}
.home_assortiment .center {
  text-align: center;
}
.home_assortiment .aboutholder {
  padding: 50px;
  background: rgba(231, 235, 227, 0.5);
}
.home_assortiment .aboutholder .about_txt {
  max-width: 1000px;
  margin: auto;
}
.home_assortiment .aboutcols {
  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;
}
.home_assortiment .aboutcols .left {
  width: 46%;
}
.home_assortiment .aboutcols .right {
  width: 46%;
}
.home_assortiment .aboutcols .right .block {
  background: white;
  padding: 30px;
  margin-bottom: 35px;
  border-radius: 10px;
}
.home_assortiment .aboutcols .right .block .title {
  color: #667942;
  font-family: all-round-gothic, sans-serif;
}
.home_assortiment .aboutcols .right .block .text {
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  .home_assortiment .aboutcols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_assortiment .aboutcols .left {
    width: 100%;
    max-width: 400px;
    magin: auto;
    margin-bottom: 50px;
  }
  .home_assortiment .aboutcols .right {
    width: 100%;
  }
  .home_assortiment .aboutcols .right .block {
    padding: 10px 20px;
  }
  .home_assortiment .aboutcols .right .block .text {
    margin-left: 5px;
  }
}
._home_about {
  padding: 50px 0 30px 0;
}
._home_about .about_img {
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}
._home_about .about_sf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._home_about .about_sf .about_sf_item {
  width: 200px;
  margin: 10px;
  border-radius: 7px;
}
._home_about .about_sf .about_sf_item .imgholder {
  width: 105px;
  margin: auto;
  margin-top: 20px;
}
._home_about .about_sf .about_sf_item .text {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
._home_about .center {
  margin: 50px auto;
  text-align: center;
}
.home_kopen {
  padding: 50px 0;
}
.home_kopen .icon {
  width: 107px;
  margin: auto;
}
.about_holder .aboutitem {
  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;
  margin-bottom: 50px;
}
.about_holder .aboutitem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_holder .aboutitem .left {
  width: 30%;
}
.about_holder .aboutitem .left .bgimgholder {
  border-radius: 50%;
  overflow: hidden;
}
.about_holder .aboutitem .right {
  width: 60%;
}
.about_holder .aboutitem .right .title {
  color: #667942;
  font-weight: bold;
}
.about_holder .aboutitem .right .text h6 {
  font-family: proxima-nova, sans-serif;
  color: #464545;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .about_holder .aboutitem .left {
    width: 45%;
  }
  .about_holder .aboutitem .right {
    width: 45%;
  }
}
@media only screen and (max-width: 800px) {
  .about_holder .aboutitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_holder .aboutitem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_holder .aboutitem .left {
    width: 100%;
    margin: auto;
    max-width: 300px;
    margin-bottom: 50px;
  }
  .about_holder .aboutitem .right {
    width: 100%;
  }
}
.products_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5%;
}
.products_holder .left {
  width: 250px;
  padding-right: 20px;
  /*.title{
      font-weight:@medium; 
      margin: 0;
    }*/
  /*.boxed{
      margin-bottom: 20px;
    }*/
}
.products_holder .left .prodmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products_holder .left .prodmenu .catitem {
  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;
  margin-bottom: 20px;
  text-decoration: none;
}
.products_holder .left .prodmenu .catitem .imgholder {
  width: 50px;
}
.products_holder .left .prodmenu .catitem .text {
  width: calc(100% - 70px);
  font-family: all-round-gothic, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.products_holder .left .prodmenu .catitem .text.active {
  font-weight: bold;
}
.products_holder .right {
  width: calc(100% - 350px);
  padding: 0 20px;
  position: relative;
}
.products_holder .right .catheader .catheader_title {
  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;
  margin-bottom: 20px;
  text-decoration: none;
}
.products_holder .right .catheader .catheader_title .imgholder {
  width: 65px;
}
.products_holder .right .catheader .catheader_title .text {
  width: calc(100% - 80px);
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.products_holder .right .catheader .catheader_txt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .products_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products_holder .left {
    padding-left: 0;
    margin-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*.boxed{
        width: 33%;
      }*/
  }
  .products_holder .left .prodmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .products_holder .left .prodmenu .catitem {
    width: 48%;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
  }
  .products_holder .left .kids_volw_checkholder {
    margin-top: 0;
  }
  .products_holder .right {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .products_holder .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*.boxed{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        .title{
          width: 100%;
          marginn-bottom:20px;
        }
        .filtercheckbox{
          margin-right: 10px;
        }
      }*/
  }
  .products_holder .left .prodmenu .catitem {
    width: 100%;
  }
}
/*.homeprods{
  background:#f4f6fa;
  padding: 90px 0;
}*/
.prodoverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.prodoverview.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prodoverview .proditem {
  width: calc(33.333% - 40px);
  margin: 0px 20px 20px 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 7px;
  background: rgba(231, 235, 227, 0.5);
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.prodoverview .proditem.hide {
  display: none;
}
.prodoverview .proditem figure {
  width: calc(100% - 40px);
  padding-bottom: 100%;
  margin: 20px 20px ;
}
.prodoverview .proditem .bgimgholder {
  position: relative;
  background-size: contain;
  display: block;
}
.prodoverview .proditem .subtxt {
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prodoverview .proditem .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
}
.prodoverview .proditem .more:hover {
  background: #464545 !important;
}
@media only screen and (max-width: 1420px) {
  .prodoverview .proditem {
    width: calc(33.333% - 40px);
  }
  .prodoverview .proditem .title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1300px) {
  .prodoverview .proditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .prodoverview .proditem {
    width: calc(100% - 40px);
  }
}
.prodhomeoverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.prodhomeoverview.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prodhomeoverview .proditem {
  width: calc(25% - 40px);
  margin: 0px 20px 20px 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 7px;
  background: rgba(231, 235, 227, 0.5);
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.prodhomeoverview .proditem.hide {
  display: none;
}
.prodhomeoverview .proditem figure {
  width: calc(100% - 40px);
  padding-bottom: 100%;
  margin: 20px 20px ;
}
.prodhomeoverview .proditem .bgimgholder {
  position: relative;
  background-size: contain;
  display: block;
}
.prodhomeoverview .proditem .subtxt {
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prodhomeoverview .proditem .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
}
.prodhomeoverview .proditem .more:hover {
  background: #464545 !important;
}
@media only screen and (max-width: 1420px) {
  .prodhomeoverview .proditem {
    width: calc(33.333% - 40px);
  }
  .prodhomeoverview .proditem .title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1300px) {
  .prodhomeoverview .proditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .prodhomeoverview .proditem {
    width: calc(100% - 40px);
  }
}
.reviews_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 50px;
}
.reviews_holder .item {
  width: calc(33.333% - 40px);
  margin: 20px;
  padding: 20px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.reviews_holder .item .name {
  font-size: 0.9em;
}
.reviews_holder .item .name .date {
  color: #667942;
  margin-left: 10px;
  font-size: 0.8em;
}
@media only screen and (max-width: 900px) {
  .reviews_holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews_holder .proditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .reviews_holder .proditem {
    width: calc(100% - 40px);
  }
}
.storiesoverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.storiesoverview .proditem {
  width: calc(33.333% - 40px);
  margin: -20px 20px 20px 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.storiesoverview .proditem figure {
  width: 100%;
  padding-bottom: 100%;
  margin: 20px 0;
}
.storiesoverview .proditem .info {
  -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;
  margin: 0 25px;
  padding: 15px 20px;
  margin-top: -40%;
  z-index: 1;
  position: relative;
  background: white;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.storiesoverview .proditem .info .title {
  color: #667942;
  margin-top: 0;
}
.storiesoverview .proditem .info .subtxt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .storiesoverview .proditem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 700px) {
  .storiesoverview .proditem {
    width: calc(100% - 40px);
  }
}
.home_intro_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_intro_text .left {
  margin-top: 50px;
  width: 40%;
  color: #242576;
  font-weight: 500;
}
.home_intro_text .left .logo {
  max-width: 255px;
  width: 100%;
  height: auto;
}
.home_intro_text .right {
  width: 55%;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media only screen and (max-width: 765px) {
  .home_intro_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_intro_text .left {
    width: 100%;
  }
  .home_intro_text .right {
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 30px;
  }
}
.home_quiz {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_quiz.mb {
  margin-bottom: 90px;
}
.home_quiz .left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_quiz .left .bgimgholder {
  display: block;
  height: 100%;
  width: 100%;
}
.home_quiz .left .bgimgholder figure {
  height: 100%;
  background-size: contain;
  background-position: right center;
}
.home_quiz .right {
  width: 55%;
}
.home_quiz .right .infowrap {
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 450px;
}
.home_quiz .right .infowrap h2 {
  color: #667942;
}
@media only screen and (max-width: 700px) {
  .home_quiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_quiz .left {
    width: 100%;
  }
  .home_quiz .left .bgimgholder {
    width: 100%;
    height: 200px;
  }
  .home_quiz .right {
    width: 100%;
  }
  .home_quiz .right .infowrap {
    margin-top: 20px;
  }
}
.home_cta_prod {
  /*&.mb{
    margin-bottom:50px; 
  }*/
  position: relative;
}
.home_cta_prod figure {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 600px;
  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;
}
.home_cta_prod figure.small {
  height: 217px;
}
.home_cta_prod figure.loaded {
  opacity: 1;
}
.home_cta_prod figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home_cta_prod figure img.loaded {
  display: none;
}
.home_cta_prod figcaption {
  position: absolute;
  font-weight: 400;
  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: 50%;
  height: 100%;
  z-index: 10;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_cta_prod figcaption .innerbanner {
  margin: 70px 20px;
  position: relative;
}
.home_cta_prod figcaption .innerbanner .sloganholder {
  text-decoration: none;
  color: #667942;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  margin: auto;
  text-align: center;
}
.home_cta_prod figcaption .innerbanner .sloganholder .logo {
  max-width: 255px;
  width: 100%;
  height: auto;
  display: block;
  /*height: 100%; 
          display: block; 
          background-image: url(../images/logo-noborder.png); 
          
          background-size: contain;
          background-position: center center; 
          background-repeat: no-repeat; */
  margin-bottom: 50px;
}
.home_cta_prod figcaption .innerbanner .sloganholder h1 {
  margin-top: 0;
}
@media only screen and (max-width: 765px) {
  .home_cta_prod figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .home_cta_prod figure {
    height: 400px;
  }
  .home_cta_prod figcaption {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home_cta_prod figure {
    visibility: hidden;
  }
}
.yt-video {
  max-width: 850px;
  margin: auto;
  margin-top: -100px;
}
.yt-video figure {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.yt-video figure iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.kids_volw_checkholder {
  margin-top: 50px;
}
.filtercheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filtercheckbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtercheckbox label input {
  width: 50px;
}
.filtercheckbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
.stickytest .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stickytest .flex .left {
  width: 50%;
  position: sticky;
  background: red;
  height: 100vh;
  top: 0 ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stickytest .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2500px;
  background: black;
  width: 50%;
}
.prod_flower_right {
  position: absolute;
  top: calc(50%);
  right: 0;
  width: 200px;
  height: 400px;
  background-image: url('../images/flower_right.png');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .prod_flower_right {
    display: none;
  }
}
.product_detailholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  overflow: visible;
}
.product_detailholder .left {
  width: 50%;
  padding: 0 50px;
  position: relative;
  bottom: 0px;
  height: 100vh;
  position: sticky;
  top: 140px;
  /*.sticky_container{
       
      
    }*/
}
.product_detailholder .right {
  width: 50%;
}
.product_detailholder .right h1 {
  margin-top: 0;
  font-family: all-round-gothic, sans-serif;
}
.product_detailholder .right .tvariants {
  margin: 0;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.product_detailholder .right .variants {
  margin-bottom: 50px;
}
.product_detailholder .right .variants .variant {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #667942;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 700;
}
.product_detailholder .right .variants .variant.buy {
  font-weight: 500;
  background: white;
  color: #464545;
  border: 2px solid #464545;
}
.product_detailholder .right .variants .variant.buy:hover {
  background: #464545;
  color: white;
}
.product_detailholder .right .highlight_text {
  padding: 10px 30px;
  background: #667942;
  color: white;
  border-radius: 7px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 1000px) {
  .product_detailholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product_detailholder .left {
    width: 100%;
    padding: 0 0px;
    height: auto;
    top: 0;
    position: relative;
  }
  .product_detailholder .right {
    width: 100%;
  }
}
.otherprods {
  margin: 0 7%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.prod_bottom_text {
  font-size: 0.85em;
}
.prod_bottom_text ol li p {
  margin: 0;
  padding: 0;
}
.prod-faq-accordion .faqitem {
  border-bottom: 1px solid #464545;
  padding: 0px 0px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*&.bestellingen{
      .faqtitel{
        padding-left:20px;
      } 
      .block{
        .blockwrap{
          margin:20px 0 0px 20px;
        } 
      }
    }*/
}
.prod-faq-accordion .faqitem.active .faqtitel {
  position: relative;
}
.prod-faq-accordion .faqitem .faqtitel {
  cursor: pointer;
  color: #464545;
  padding: 10px 80px 20px 0px;
  padding-right: 80px;
  position: relative;
  font-weight: 500;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.4em;
}
.prod-faq-accordion .faqitem .faqtitel span {
  position: absolute;
  color: #464545;
  right: 10px;
  top: 5px;
  font-size: 50px;
}
.prod-faq-accordion .faqitem .block {
  display: none;
}
.prod-faq-accordion .faqitem .block .blockwrap {
  margin: 10px 10px 10px 0;
  padding-bottom: 50px;
}
.prod-faq-accordion .faqitem .block .blockwrap ol,
.prod-faq-accordion .faqitem .block .blockwrap ul {
  padding-left: 18px;
}
.prod-faq-accordion .faqitem .block .blockwrap strong {
  color: #667942;
}
.prod-faq-accordion .faqitem .block .blockwrap .tableview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod-faq-accordion .faqitem .block .blockwrap .tableview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #464545;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.prod-faq-accordion .faqitem .block .blockwrap .tableview .row .title {
  width: calc(100% - 160px);
}
.prod-faq-accordion .faqitem .block .blockwrap .tableview .row .amount {
  width: 150px;
  text-align: right;
}
.prod_slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.prod_slider.active {
  opacity: 1;
}
.prod_slider .slider .imgcontainer {
  border: none;
}
.prod_slider .galerythumbs {
  margin: 30px auto;
}
.prod_slider .galerythumbs .thumbwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -5px;
}
.prod_slider .galerythumbs .thumbwrap .thumbitem {
  width: 25%;
  padding: 5px;
  cursor: pointer;
}
.prod_slider .galerythumbs .thumbwrap .thumbitem.active .imgcontainer {
  border-color: #667942;
}
.logos_holder .logos {
  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;
  margin-top: 50px;
}
.logos_holder .logos .logo {
  margin: 10px 10px;
  width: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}
.logos_holder .logos .logo figure {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.logos_holder .logos .logo figure img {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.logos_holder .logos .logo figure img.loaded {
  display: none;
}
.logos_holder .logos .logo figcaption {
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 0.85em;
}
@media only screen and (max-width: 900px) {
  .logos_holder .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos_holder .logos .logo {
    width: calc(100% / 4);
  }
  .logos_holder .logos .logo figcaption {
    font-size: 0.8em;
  }
}
.dealers_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dealers_holder .left {
  width: 30%;
}
.dealers_holder .left .resultsstores {
  margin-top: 30px;
  height: 370px;
  overflow: scroll;
}
@media only screen and (max-width: 1100px) {
  .dealers_holder .left .resultsstores {
    height: 345px;
  }
}
.dealers_holder .left .resultsstores .storeitem {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #464545;
}
.dealers_holder .right {
  width: 65%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .dealers_holder .left {
    width: 46%;
  }
  .dealers_holder .right {
    width: 46%;
  }
}
@media only screen and (max-width: 700px) {
  .dealers_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dealers_holder .left {
    width: 100%;
  }
  .dealers_holder .right {
    width: 100%;
    margin-bottom: 50px;
    /*.logos{        
        .logo{ 
          img{
            height:40px;
          }
          figcaption{
            font-size:.8em;
          }
        }
      }*/
  }
}
.quiz_holder .quizslide {
  display: none;
}
.quiz_holder .quizslide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}
.quiz_holder .quizslide .question {
  text-align: center;
  max-wdth: 900px;
  margin-bottom: 10px;
}
.quiz_holder .quizslide .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quiz_holder .quizslide .answers.column {
  -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;
  max-width: 600px;
  margin: auto;
}
.quiz_holder .quizslide .answers.column .filtercheckbox {
  max-width: 600px;
}
.quiz_holder .quizslide .answers .answer {
  /*&.q3_option1,
        &.q3_option2,
        &.q3_option3,
        &.q3_option4{
          display:none;
          &.visible{
            display:block;
          }
        }*/
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: white;
  font-size: 0.9em;
  background: #667942;
  text-decoration: none;
  border-radius: 29px;
  cursor: pointer;
  margin: 5px;
}
.quiz_holder .quizslide .answers .answer:hover,
.quiz_holder .quizslide .answers .answer.active {
  background: #464545;
}
.quiz_holder .quizslide .submitholder {
  text-align: center;
  margin: 50px auto;
}
.quiz_holder .quizslide .submitholder .verstuur {
  max-width: 200px;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.9em;
  background: #667942;
  text-decoration: none;
  border-radius: 29px;
  cursor: pointer;
  margin: 5px;
}
.quiz_holder .quizslide .submitholder .verstuur:hover {
  background: #464545;
}
.contact_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_holder .left {
  width: 50%;
}
.contact_holder .left h2 {
  margin-top: 0;
  padding-top: 0;
}
.contact_holder .right {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .contact_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_holder .left {
    width: 100%;
  }
  .contact_holder .right {
    width: 100%;
    margin-top: 40px;
  }
}
.____blockrow_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -25px -50px 50px -50px;
}
.____blockrow_news .item_news {
  width: calc(33.333% - 100px);
  margin: 50px;
}
.____blockrow_news .item_news .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: #667942;
}
@media only screen and (max-width: 1200px) {
  .____blockrow_news {
    margin: -25px -25px 50px -25px;
  }
  .____blockrow_news .item_news {
    width: calc(33.333% - 50px);
    margin: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .____blockrow_news {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .____blockrow_news .item_news {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
/*
.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;
}
@media only screen and (max-width: 900px) {
  .mt {
    margin-top: 50px;
  }
}
.mb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .mb {
    margin-bottom: 50px;
  }
}
.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%;     
  }
}
*/
.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;
  background: #f0f0f0;
  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;
}
.footerlink {
  display: inline-block;
  position: relative;
}
.footerlink:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 0;
  height: 1px;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footerlink:hover:after {
  right: 0px;
}
footer {
  background: #667942;
  padding: 90px 0 50px 0;
  color: white;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: white;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flex .left {
  width: 25%;
}
footer .flex .middle {
  width: 45%;
}
footer .flex .middle .newsletter {
  margin-bottom: 50px;
}
footer .flex .middle .newsletter .newsform {
  margin-top: 20px;
}
footer .flex .middle .newsletter .newsform .footerterms {
  margin-bottom: 20px;
}
footer .flex .middle .newsletter .newsform .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"] {
  border: none;
  -webkit-appearance: none;
  margin: 0;
  color: #464545;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 29px;
  font-size: 0.8em;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"]::-moz-placeholder {
  color: #999;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"]:-ms-input-placeholder {
  color: #999;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"]::-ms-input-placeholder {
  color: #999;
}
footer .flex .middle .newsletter .newsform .flex input[type="email"]::placeholder {
  color: #999;
}
footer .flex .middle .newsletter .newsform .flex input[type="submit"] {
  border: none;
  -webkit-appearance: none;
  background: #464545;
  color: white;
  border-radius: 29px;
  font-size: 0.9em;
  margin-left: 20px;
  display: inline-block;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
}
footer .flex .middle .newsletter .newsform .flex input[type="submit"]:hover {
  color: #667942;
  background: white;
}
footer .flex .middle .newsletter .newsform .flex input[type="submit"].disabled {
  pointer-events: none;
  opacity: 0.6;
}
footer .flex .middle .newsletter .newsfeedback {
  color: crimson;
  font-size: 0.9em;
  font-weight: 400;
}
footer .flex .middle .socials .social {
  margin-top: 15px;
}
footer .flex .middle .socials .social a {
  font-size: 1.5em;
  transiton: color 0.3s ease;
  display: inline-block;
  margin-right: 10px;
}
footer .flex .middle .socials .social a:hover {
  color: #464545;
}
footer .flex .right {
  width: 30%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
footer .footernav a {
  text-decoration: none;
}
footer .logo_slogan {
  margin-top: 100px;
  margin-bottom: 50px;
  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;
  font-family: all-round-gothic, sans-serif;
  font-size: 1.5em;
}
footer .logo_slogan .logo {
  width: 220px;
  height: 147px;
  display: block;
  background-image: url(../images/primrose-logo-white.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
footer .logo_slogan .ceres {
  width: calc(30% - 20px);
  font-size: 20px;
  text-align: right;
}
footer .logo_slogan .ceres .logoceres {
  width: 100%;
  height: 58px;
  display: block;
  cursor: pointer;
  background-image: url(../images/ceres-wit.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
footer .siteby {
  margin-top: 20px;
  font-size: 0.9em;
}
@media only screen and (max-width: 900px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .flex .left {
    width: 100%;
  }
  footer .flex .middle {
    width: 100%;
  }
  footer .flex .right {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  footer .logo_slogan {
    -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;
    margin: 50px 0;
  }
  footer .logo_slogan .ceres {
    width: 100%;
    text-align: left;
  }
  footer .logo_slogan .ceres .logoceres {
    margin-left: 0;
    width: 100%;
    background-position: left center;
  }
  footer .logo_slogan .logo {
    margin-bottom: 30px;
  }
}
.mobilenav {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #464545;
  -webkit-transition: top 0.5s ease, background 0.5s ease;
  transition: top 0.5s ease, background 0.5s ease;
  background: #667942;
  z-index: 5000;
}
.mobilenav.open {
  top: 0;
  background: #667942;
}
.mobilenav .mobiletoggle {
  display: block;
  width: 35px;
  height: 15px;
  position: absolute;
  right: 5%;
  top: 35px;
  cursor: pointer;
  z-index: 99990;
}
.mobilenav .mobiletoggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobilenav .mobiletoggle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobilenav .mobiletoggle.open:before {
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.mobilenav .mobiletoggle.open:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.mobilenav .logo {
  width: 216px;
  height: 57px;
  position: absolute;
  left: 8%;
  top: 20px;
  display: block;
  background-image: url(../images/logo-white.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.mobilenav .socials {
  position: absolute;
  bottom: 8% ;
  right: 8%;
}
.mobilenav .socials .social {
  color: white;
  font-size: 1.5em;
}
.mobilenav .menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 15%;
  left: 8%;
  font-size: 2.5em;
  line-height: 1.1em;
}
.mobilenav .menu a {
  color: white;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.mobilenav .menu a.active,
.mobilenav .menu a:hover {
  color: white;
}
.mobilenav .menu a:after {
  content: '';
  width: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  background: white;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mobilenav .menu a.active:after,
.mobilenav .menu a:hover:after {
  width: 100%;
}
.mobilenav .menu .flag_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.mobilenav .menu .flag_holder .languages {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.mobilenav .menu .flag_holder .languages li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobilenav .menu .flag_holder .languages li:hover .lang,
.mobilenav .menu .flag_holder .languages li.active .lang {
  color: white;
  text-decoration: underline;
}
.mobilenav .menu .flag_holder .languages li .lang {
  color: white;
  margin-right: 10px;
  padding: 0;
  font-size: 0.7em;
  line-height: 0.7em;
  text-transform: uppercase;
}
.mobilenav .menu .flag_holder .languages li .lang:after {
  display: none;
}
.mobilenav .menu .flag_holder .flag {
  width: 34px;
  height: 34px;
  background: yellow;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.mobilenav .menu .flag_holder .flag:before {
  content: '';
  width: calc(34px/3);
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  height: 34px;
  z-index: 1;
}
.mobilenav .menu .flag_holder .flag:after {
  content: '';
  width: calc(34px/3);
  position: absolute;
  background: red;
  top: 0;
  right: 0;
  height: 34px;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .mobilenav .logo {
    height: 40px;
  }
  .mobilenav .menu {
    font-size: 1.7em;
  }
}
.spacerheader {
  width: 100%;
  height: 140px;
}
header {
  background: #fff;
  width: 100% ;
  top: 0;
  z-index: 100;
  /* @media only screen and (max-width: 1200px) {

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

  }*/
}
header.fixed {
  position: fixed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header .slogan {
  background: #667942;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  padding: 5px 5%;
  text-decoration: none;
}
header .slogan:hover {
  color: white;
}
header .header .flexrow {
  margin: 0 5%;
  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;
  font-size: 22px;
  height: 98px;
}
header .header .flexrow .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E5055;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header .flexrow .right a:hover {
  color: #667942;
}
header .header .flexrow .right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .right .menu .toggle {
  display: block;
  width: 35px;
  height: 15px;
  position: relative;
  left: 0%;
  top: calc(50% - 8px);
  cursor: pointer;
  z-index: 99990;
}
header .header .flexrow .right .menu .toggle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #4E5055;
  -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 .menu .toggle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #4E5055;
  -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 .menu .toggle.open:before {
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
header .header .flexrow .right .menu .toggle.open:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
header .header .flexrow .right .menu .tmenu {
  margin-right: 12px;
}
header .header .flexrow .right .dealers {
  margin-right: 30px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #667942;
  text-decoration: none;
  border-radius: 7px;
}
header .header .flexrow .right .dealers:hover {
  background: #4E5055;
  color: white;
}
header .header .flexrow .right .link {
  margin-right: 30px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
header .header .flexrow .right .link:after {
  content: '';
  width: 0%;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
  height: 2px;
  background: #667942;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
header .header .flexrow .right .link.active:after,
header .header .flexrow .right .link:hover:after {
  width: 100%;
}
header .header .flexrow .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header .flexrow .left a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header .flexrow .left a .logo {
  width: 300px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  /* font-family:@fonttitle;
            text-transform: uppercase;
            letter-spacing:4px;*/
}
header .header .flexrow .left a span {
  font-family: all-round-gothic, sans-serif;
  color: #667942;
  font-size: 20px;
  line-height: 20px;
  line-height: 0;
  display: block;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) {
  header .header .flexrow .left a span {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  header .header .flexrow .right .dealers,
  header .header .flexrow .right .link {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header .header .flexrow .left .logo {
    height: 120px;
  }
  header .header .flexrow .right .flag_holder .languages {
    display: none;
  }
}
.gezinsleden_holder {
  width: 100%;
  padding: 50px;
  background: #fafafa;
}
.gezinsleden_holder .gezinslid {
  position: relative;
}
.gezinsleden_holder .gezinslid .removeact {
  position: absolute;
  top: 10px;
  right: 20px;
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.gezinsleden_holder .gezinslid.hide {
  display: none;
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  width: 100%;
}
.form .flexholder .formitem.nomb {
  margin-bottom: 0;
}
.form .flexholder .formitem label {
  font-weight: 500;
  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.85em;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 17px;
}
.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.85em;
  border: 1px solid #ccc;
  background: white;
  padding: 10px 10px;
  display: block;
  width: 100%;
  border-radius: 17px;
}
.form .flexholder .formitem select {
  font-size: 0.85em;
  -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: 49%;
}
.form .flexholder .formitem.third {
  width: 32%;
}
.form .flexholder .formitem.fourth {
  width: 19%;
}
.form .flexholder .formitem .info {
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem.half {
    width: 100%;
  }
  .form .flexholder .formitem.third {
    width: 100%;
  }
  .form .flexholder .formitem.fourth {
    width: 100%;
  }
  .form .flexholder .formitem.half {
    width: 100%;
  }
}
.form .flexholder .formitem .erroneous {
  color: crimson !important;
  border-color: crimson !important;
}
.form .flexholder .formitem .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.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.9em;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 15px;
  padding-top: 0;
  margin-top: 0;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
}
.form .flexholder .submitholder .formsubmitbtn {
  border: none;
  background: #667942;
  border-radius: 17px;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  text-decoration: none;
  /*&:after{
          content:'';
          position: absolute;
          top: 50%;
          right:20px; 
          margin-top:-6px;
          height:12px;
          width: 25px;
           
        
          // border:1px solid white; 
          background-image: url(../images/arrow.svg);
          background-size: contain;
          background-position: left center;
          background-repeat: no-repeat;
          transition: all .5s ease;
        }*/
}
.form .flexholder .submitholder .formsubmitbtn.mt {
  margin-top: 20px;
}
.form .flexholder .submitholder .formsubmitbtn:hover {
  background: #464545;
}
.form .flexholder .submitholder .formsubmitbtn:hover:after {
  right: 10px;
  width: 35px;
}
.form .flexholder .submitholder .formsubmitbtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .feedback {
  color: crimson;
  font-size: 0.9em;
  margin-top: 20px;
}
.form .feedback.highlight {
  color: #667942;
  font-weight: 400;
}
._____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%;
  background: white;
  /*&: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: 660px;
  position: relative;
  opacity: 0;
  -webkit-transition: margin-top 0.9s ease-out;
  transition: margin-top 0.9s ease-out;
}
@media only screen and (max-width: 900px) {
  .bannerslider {
    height: auto;
  }
}
.bannerslider.active {
  opacity: 1;
  margin-top: 0;
}
.bannerslider section {
  opacity: 0;
  position: relative;
  height: 660px;
}
.bannerslider section a {
  text-decoration: none;
}
.bannerslider section > figure {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0;
  /*img{
        position:absolute;
        top:0;left:0;
        width:100%;
        height:100%;
        height:auto;
        opacity:0;
        display:block;
        &.loaded{
          display:none; 
        }
          
      }*/
}
@media only screen and (max-width: 900px) {
  .bannerslider section > figure {
    height: auto;
  }
}
.bannerslider section > figure.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.bannerslider section figcaption {
  margin: 0 5%;
  height: 100%;
}
.bannerslider section figcaption .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerslider section figcaption .content .left {
  width: 30%;
}
.bannerslider section figcaption .content .right {
  width: 40%;
  margin-left: 5%;
}
@media only screen and (max-width: 900px) {
  .bannerslider section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bannerslider section > figure {
    width: 50%;
    left: 50%;
    height: 50%;
    background-position: left bottom;
  }
  .bannerslider section figcaption {
    margin-top: 0%;
  }
  .bannerslider section figcaption .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 500px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerslider section figcaption .content .left {
    width: 90%;
    margin: 0%;
    text-align: center;
  }
  .bannerslider section figcaption .content .right {
    width: 90%;
    margin: 0 ;
  }
}
@media only screen and (max-width: 765px) {
  .bannerslider section {
    /*figure{
        background-position: -100px center;
      }
      figcaption{
        .innerbanner{
          .sloganholder{
            h1{
              text-shadow:  none;  
              font-size:1.2em; 
              margin-bottom:20px;
            }
            .logo{
              img{
                height:70px;
              }
            }
          }
        }
      }*/
  }
}
@media only screen and (max-width: 5px) {
  .bannerslider section {
    /*  height:auto;
      background:#4E5055;

      figure{

        height: 200px;
        &.loaded{
          //opacity:.2;
        }
      }
      figcaption{
        position: relative;
        top: auto;
        left:0;
        width: 100%;
        height:auto;
        color: @color;
        .innerbanner{ 
          padding: 30px 0;
          .sloganholder{
            max-width:auto;
            width:100%;
            padding: 10px 50px;
            h1{
              text-shadow:  none;  
              font-size:1.2em; 
              margin-bottom:20px;
            }
            p{
              text-shadow: none; 
            } 
            .more{
              box-shadow: none;
            }
            .logo{
              img{
                height: 70px;
              }
            }

          }
        }
      }*/
  }
}
.bannerslider .slick-next,
.bannerslider .slick-prev {
  position: absolute;
  bottom: calc(50% - 20px);
  left: 40px;
  -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: 20px;
  }
}
.bannerslider .slick-next:hover,
.bannerslider .slick-prev:hover {
  background-color: #ffffff;
}
.bannerslider .slick-next {
  right: 40px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .bannerslider .slick-next {
    right: 20px;
  }
}
._____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%;
  }
}
.simplepage {
  margin: 50px 0 90px 0;
}
@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: #464545;
  border-color: #464545;
}
.more_header.black:hover {
  background: #464545;
  color: white;
}
.more_header.mt {
  margin-top: 20px;
}
.more_header.mb {
  margin-bottom: 20px;
}
.more_header:hover {
  background: white;
  color: #464545;
}
.pagetitle {
  color: #464545;
  text-align: center;
  margin-top: 90px;
}
@media only screen and (max-width: 900px) {
  .pagetitle {
    margin-top: 50px;
  }
}
.extra_text_center {
  margin: auto;
  text-align: center;
}
.banner {
  /*&.mb{
		margin-bottom:50px;	
	}*/
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  position: relative;
}
.banner.active {
  opacity: 1;
  margin-top: 0;
}
.banner figure {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  height: 543px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
}
.banner figure.small {
  height: 217px;
}
.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 figcaption {
  position: absolute;
  font-weight: 400;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 50%;
  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;
}
.banner figcaption .innerbanner {
  padding: 70px 0;
}
.banner figcaption .innerbanner .sloganholder {
  max-width: 850px;
  text-decoration: none;
  text-align: center;
  padding: 50px 50px;
  color: #667942;
  display: block;
}
.banner figcaption .innerbanner .sloganholder h1 {
  margin-top: 0;
}
@media only screen and (max-width: 765px) {
  .banner figure.small {
    height: 100px;
  }
  .banner figcaption {
    width: 100%;
  }
  .banner figcaption .innerbanner {
    padding: 30px 0;
  }
  .banner figcaption .innerbanner .sloganholder {
    max-width: auto;
    width: 100%;
    padding: 10px 20px;
  }
}
.layoutpage {
  margin: auto;
  overflow: hidden;
}
.layoutpage.cats {
  margin: 0 -2%;
}
.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%;
  -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.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  0px 0;
  margin-bottom: 50px;
}
.layoutpage .fullbg.nomb {
  margin-bottom: 0;
}
.layoutpage .fullbg.aligncenter {
  text-align: center;
  margin: auto;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  /* max-width: @maxw;
	   max-width: 850px;
	   &.wider{
	   	max-width: 1100px;
	   }*/
  padding: 0 10%;
  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.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: 50px;
}
.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;
  margin-bottom: 15px;
}
.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: 10px;
}
.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 .faqitem {
  border-bottom: 1px solid #667942;
  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 .faqitem.active .faqtitel {
  position: relative;
}
.layoutpage .column-grid .block-type-accordion .faqitem .faqtitel {
  cursor: pointer;
  color: #667942;
  padding: 10px 80px 20px 0px;
  padding-right: 80px;
  position: relative;
  font-weight: 300;
  font-size: 1.4em;
}
.layoutpage .column-grid .block-type-accordion .faqitem .faqtitel span {
  position: absolute;
  color: #667942;
  right: 10px;
  top: 5px;
  font-size: 50px;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block {
  display: none;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap {
  margin: 10px 10px 10px 0;
  padding-bottom: 50px;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap ol,
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap ul {
  padding-left: 18px;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap strong {
  color: #667942;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap .tableview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap .tableview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #464545;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap .tableview .row .title {
  width: calc(100% - 160px);
}
.layoutpage .column-grid .block-type-accordion .faqitem .block .blockwrap .tableview .row .amount {
  width: 150px;
  text-align: right;
}
.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: #464545;
}
.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 #464545;
}
.layoutpage .column-grid .block-type-video {
  width: 75%;
  margin: auto;
}
.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 {
  cursor: pointer;
  color: black;
  background: #667942;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 0.85em;
  text-decoration: none;
}
.layoutpage .column-grid .block-type-button .block_btn:hover {
  text-decoration: none;
  background: #332E2C;
}
.layoutpage .column-grid .block-type-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 .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;
    padding: 0 5%;
  }
}
.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: #464545;
  -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;
}
.reviewform,
.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;
}
.reviewform .closeAddedPopup,
.fixedform .closeAddedPopup {
  cursor: pointer;
  text-decoration: underline;
}
.reviewform .fade,
.fixedform .fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.reviewform .formwrap,
.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;
}
.reviewform .formwrap.in,
.fixedform .formwrap.in {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.reviewform .formwrap .formheader,
.fixedform .formwrap .formheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #667942;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewform .formwrap .formheader .close,
.fixedform .formwrap .formheader .close {
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: white;
  padding: 10px;
  margin-right: 20px;
  cursor: pointer;
}
.reviewform .formwrap .formheader .titel,
.fixedform .formwrap .formheader .titel {
  background: #667942;
  padding: 1px 40px;
  color: white;
}
.reviewform .formwrap .tekstholder,
.fixedform .formwrap .tekstholder {
  margin: 0;
  padding: 5px 40px;
  display: block;
  font-size: 15px;
  line-height: 21px;
}
.reviewform .formwrap .tekstholder .nopaddingtop p,
.fixedform .formwrap .tekstholder .nopaddingtop p {
  padding-top: 0;
  margin-top: 0;
}
.reviewform .formwrap .tekstholder h3,
.fixedform .formwrap .tekstholder h3 {
  display: block;
}
.reviewform .formwrap .tekstholder.inverse,
.fixedform .formwrap .tekstholder.inverse {
  color: white;
  background: black;
}
.reviewform .formwrap .tekstholder .check,
.fixedform .formwrap .tekstholder .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewform .formwrap .tekstholder .check input,
.fixedform .formwrap .tekstholder .check input {
  display: block;
}
.reviewform .formwrap .tekstholder .check input.disabled,
.fixedform .formwrap .tekstholder .check input.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.reviewform .formwrap .tekstholder .check h4,
.fixedform .formwrap .tekstholder .check h4 {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  line-height: 20px;
}
.reviewform .formwrap .line,
.fixedform .formwrap .line {
  width: 100%;
  margin: 0px 0;
  border-top: 1px solid #f0f0f0;
}
.reviewform .formwrap .popupcontent,
.fixedform .formwrap .popupcontent {
  clear: both;
  padding: 20px;
}
.reviewform .formwrap .popupcontent .added_price,
.fixedform .formwrap .popupcontent .added_price {
  color: #667942;
}
