* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin: 0.3em 0;
  padding: 0.3em 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #f9337a;
  color: #fff;
}
::selection {
  background: #f9337a;
  color: #fff;
}
::-moz-selection {
  background: #f9337a;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #f9337a;
  -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 a {
  color: #f9337a;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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 =================================================================== */
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: #f9337a;
}
.newgroupitems.hide {
  display: none;
}
.existinggroupitems.hide {
  display: none;
}
.betaal_btn {
  padding: 20px;
  background: #f9337a;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}
.betaal_btn:hover {
  background: #0047bb;
  color: white;
}
/*
@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: #f9337a;
  color: #fff;
}
::selection {
  background: #f9337a;
  color: #fff;
}
::-moz-selection {
  background: #f9337a;
  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: #f9337a;
}
/*
.red{
	color:crimson;	
}*/
h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3em;
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.1em;
}
h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 15px 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*
.center_slogan{
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: auto;
  &.mt{
    margin-top:90px; 
  }
  &.mb{
    margin-bottom:90px; 
  }
  h1{
    margin:10px 10px;
    //line-height: 1.3em;  
    display:block;
    &.nolineheight{
      line-height:0em; 
    }
    text-align:center;
  }
  
  @media only screen and (max-width: 800px) {
    &.mt{
      margin-top:50px; 
    }
    &.mb{
      margin-bottom:50px; 
    }  
  }
}
*/
.datapickerfieldholder {
  /*.daterange{
    border:none;        
    border: 1px solid #ccc;
    background: white;
    padding: 8px 10px;
    display:block;
    width: 100%;         
  }*/
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-size: 16px;
  /* @media only screen and (max-width: 800px) {
   	font-size: 15px;
  }*/
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  color: #606b7e;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 15px;
  }
}
.imgholder figure {
  position: relative;
  padding-bottom: 56.25%;
}
.imgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
}
.imgholder figure img.loaded {
  opacity: 1;
}
.bgimgholder {
  position: relative;
}
.bgimgholder.autoheight {
  height: 100%;
}
.bgimgholder.autoheight figure {
  height: 100%;
}
.bgimgholder figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bgimgholder figure.loaded {
  opacity: 1;
}
.bgimgholder figure img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bgimgholder figure img.loaded {
  display: none;
}
.innerscreen {
  width: 100%;
  padding: 0 10%;
  margin: auto;
}
.innerscreen.headerpadding {
  padding: 0 2%;
}
@media only screen and (max-width: 800px) {
  .innerscreen {
    padding: 0 2%;
  }
}
.center_text {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.loadmore_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.loadmore_holder .loadmore {
  border: 2px solid #606b7e;
  border-radius: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loadmore_holder .loadmore:hover {
  background: #606b7e;
  color: white;
  cursor: pointer;
}
.loadmore_holder.hide {
  display: none;
}
.more {
  border-radius: 16px;
  border: 0px solid #606b7e;
  padding: 10px 60px 10px 20px;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  background: #f9337a;
  font-size: 0.85em;
  font-weight: 500;
  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;
  }
  &:hover{
    padding-right:   70px ;
    background:@basiccolor;
    &:after{
      
      right:10px;
      width: 35px;
    } 
  }*/
}
.more.mt {
  margin-top: 20px;
}
.more.mb {
  margin-bottom: 20px;
}
.more:hover {
  background: #606b7e;
  color: white;
}
.more.black {
  background: black;
  padding-left: 0;
}
.more.blue {
  background: #0047bb;
}
.more.blue:hover {
  background: #606b7e;
  color: white;
}
.more.footer {
  border: 2px solid #606b7e;
  background: white;
  color: #606b7e;
}
.more.footer:hover {
  color: white;
  background: #606b7e;
}
.newsback {
  margin: auto;
  text-align: center;
}
.chatbtn {
  position: fixed;
  background: #f9337a;
  padding: 10px 20px;
  border-radius: 16px;
  bottom: 30px;
  right: 30px;
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.chatbtn:hover {
  color: white;
  background: black;
}
.chatpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chatpage > .left {
  width: 46%;
}
.chatpage > .right {
  width: 46%;
}
.chatpage > .right .sticky {
  position: sticky;
  top: 180px;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .chatpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chatpage > .left {
    width: 100%;
  }
  .chatpage > .right {
    width: 100%;
  }
  .chatpage > .right .sticky {
    position: relative;
    top: auto;
    bottom: auto;
  }
}
.chat_conversation .chatitem {
  margin-bottom: 1px;
  padding: 10px;
  background: #f0f0f0;
  position: relative;
}
.chat_conversation .chatitem.right {
  text-align: right;
  background: #e0fcd6;
}
.chat_conversation .chatitem.right .remove {
  position: absolute;
  left: 20px;
  top: 20px;
  color: crimson;
}
.chat_conversation .chatitem .datum {
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
}
.mychats .chatitem {
  margin-bottom: 1px;
  padding: 10px;
  background: #f0f0f0;
  display: block;
  text-decoration: none;
}
.mychats .chatitem:hover {
  background: #f9337a;
  color: white;
}
.editframe {
  border-radius: 16px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 25px 50px 50px 50px;
}
.editframe hr {
  width: 100%;
  margin: 15px 0;
  border: none;
  border-top: 1px solid #606b7e;
}
#dropzone {
  position: relative;
  border: 2px dotted #ccc;
  background: #f0f0f0;
  border-radius: 20px;
  color: #606b7e;
  text-align: center;
  width: 100%;
  min-height: 140px;
}
#dropzone.hover {
  border: 2px dotted #f9337a;
  color: #f9337a;
}
#dropzone .label {
  margin-top: 50px;
  font-weight: bold;
}
#dropzone .previewimgs {
  padding: 20px;
}
#dropzone img {
  border-radius: 10px;
  vertical-align: middle;
  width: 100px;
  height: auto;
  margin: 20px;
}
#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*
.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;
  }
}
.filter_holder {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 19px;
}
.filter_holder .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.filter_holder .flexholder .filterblock {
  position: relative;
}
.filter_holder .flexholder .filteritem {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.filter_holder .flexholder .filterbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background: white;
  position: absolute;
  top: 50px;
  left: 0;
  width: 250px;
}
.filter_holder .flexholder .filterbox .checkbox {
  margin-bottom: 5px;
}
.filter_holder .flexholder .filterbox .filterbtns .valideer {
  border-radius: 5px;
  border: 0px solid #606b7e;
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  background: #f9337a;
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.filter_holder .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter_holder .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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 */
}
.filter_holder .checkbox label input {
  margin-top: 3px;
}
.filter_holder .checkbox label .mylabel {
  margin-left: 10px;
  padding-top: 0;
  margin-top: 0;
  font-size: 15px;
  line-height: 19px;
}
.filter_holder .checkbox label .mylabel span {
  display: none;
}
.filter_holder .checkbox label .mylabel span.disabled {
  display: inline-block;
}
.advanced_search {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
          box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  position: fixed;
  bottom: 20px;
  top: 20px;
  left: -150%;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  width: 50vw;
  z-index: 1005;
  height: calc(100vh - 40px);
}
.advanced_search.active {
  left: 20px;
}
@media only screen and (max-width: 1000px) {
  .advanced_search {
    width: 75vw;
  }
}
@media only screen and (max-width: 700px) {
  .advanced_search {
    width: 100vw;
    width: calc(100vw - 0px);
    top: 0;
    bottom: 0;
    height: 100vh;
  }
  .advanced_search.active {
    left: 0px;
  }
}
.advanced_search .search_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.advanced_search .search_header h2 {
  color: #606b7e;
  font-size: 15px;
}
.advanced_search .search_header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #606b7e;
  cursor: pointer;
}
.advanced_search .scrollwrap {
  overflow: scroll;
  height: 90%;
  padding-right: 20px;
}
.advanced_search .form .formitem {
  margin-top: 20px;
}
.advanced_search .form .formitem:first-child {
  margin-top: 0;
}
.advanced_search .form .formitem .formitemlabel {
  font-weight: bold;
  padding: 10px;
  background: #606b7e;
  color: white;
  border-radius: 16px;
}
.advanced_search .form .formitem .formitemsub {
  padding: 10px 0;
}
.advanced_search .form .formitem .formitemsub .wissen {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
  color: #f9337a;
  cursor: pointer;
}
.advanced_search .form .reset {
  color: #606b7e;
}
.advanced_search .form .filterbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background: white;
}
.advanced_search .form .filterbox .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advanced_search .form .filterbox .col2 .checkbox {
  margin-bottom: 5px;
  width: 48%;
}
.advanced_search .form .filterbox .inlinerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 5px 0;
}
.advanced_search .form .filterbox .inlinerow .checkbox {
  margin-bottom: 5px;
  margin-right: 15px;
}
.advanced_search .form .submitbtn {
  border: none;
  margin-top: 20px;
  background: #f9337a;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  color: white;
  text-decoration: none;
  margin-bottom: 40px;
}
.advanced_search .form .submitbtn:hover {
  background: black;
}
.advanced_search .form .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.searchcamper_filter_holder {
  padding: 20px 50px 5px 50px ;
  border-radius: 36px;
  position: relative;
  z-index: 10000;
  margin-bottom: 50px;
}
.searchcamper_filter_holder.nomb {
  margin-bottom: 0;
}
.searchcamper_filter_holder .form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.searchcamper_filter_holder .form .flexholder {
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.searchcamper_filter_holder .form .flexholder .formitem {
  margin: 0 5px;
  font-weight: 400;
}
.searchcamper_filter_holder .form .flexholder .formitem.nomb {
  margin-bottom: 0;
}
.searchcamper_filter_holder .form .flexholder .formitem.f1 {
  width: 300px;
}
.searchcamper_filter_holder .form .flexholder .formitem.f3 {
  width: auto;
}
.searchcamper_filter_holder .form .flexholder .formitem.f2 {
  width: auto;
}
.searchcamper_filter_holder .form .aanbodlink {
  color: #0047bb;
}
.searchcamper_filter_holder .form .submitbtn {
  border: 1px solid #0047bb;
  background: #0047bb;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
.searchcamper_filter_holder .form .submitbtn:hover {
  background: black;
  border: 1px solid black;
}
.searchcamper_filter_holder .form .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 1000px) {
  .searchcamper_filter_holder {
    padding: 20px;
  }
  .searchcamper_filter_holder .form .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchcamper_filter_holder .form .flexholder .formitem {
    margin-bottom: 15px;
    width: 100%;
  }
  .searchcamper_filter_holder .form .flexholder .formitem.f1,
  .searchcamper_filter_holder .form .flexholder .formitem.f2,
  .searchcamper_filter_holder .form .flexholder .formitem.f3,
  .searchcamper_filter_holder .form .flexholder .formitem.f4 {
    width: 100%;
  }
}
._searchcamper_holder {
  font-size: 15px;
  line-height: 19px;
  padding: 30px 50px 20px 50px ;
  border-radius: 36px;
  position: relative;
  z-index: 10000;
  margin-bottom: 50px;
}
._searchcamper_holder.aanbod {
  padding: 20px 50px 5px 50px ;
}
._searchcamper_holder.nomb {
  margin-bottom: 0;
}
._searchcamper_holder .advancedbtn {
  margin-bottom: 20px;
  cursor: pointer;
  color: #0047bb;
}
._searchcamper_holder .form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
._searchcamper_holder .form .flexholder {
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
._searchcamper_holder .form .flexholder .more {
  color: white;
  text-decoration: none;
}
._searchcamper_holder .form .flexholder .formitem {
  margin: 0 5px;
  font-weight: 400;
}
._searchcamper_holder .form .flexholder .formitem.nomb {
  margin-bottom: 0;
}
._searchcamper_holder .form .flexholder .formitem.f1 {
  width: 300px;
}
._searchcamper_holder .form .flexholder .formitem.f3 {
  width: 150px;
}
._searchcamper_holder .form .flexholder .formitem.f2 {
  width: auto;
}
._searchcamper_holder .form .flexholder .formitem.f4 {
  width: 150px;
}
._searchcamper_holder .form .aanbodlink {
  color: #0047bb;
}
._searchcamper_holder .form .submitbtn {
  border: 1px solid #0047bb;
  background: #0047bb;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
._searchcamper_holder .form .submitbtn:hover {
  background: black;
  border: 1px solid black;
}
._searchcamper_holder .form .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 1100px) {
  ._searchcamper_holder {
    padding: 20px;
  }
  ._searchcamper_holder .form .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._searchcamper_holder .form .flexholder .formitem {
    margin-bottom: 15px;
    width: 100%;
  }
  ._searchcamper_holder .form .flexholder .formitem.f1,
  ._searchcamper_holder .form .flexholder .formitem.f2,
  ._searchcamper_holder .form .flexholder .formitem.f3,
  ._searchcamper_holder .form .flexholder .formitem.f4 {
    width: 100%;
  }
}
.searchbalkhome {
  top: 60%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.searchbalkhome .searchbalkhomewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchbalkhome .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchbalkhome .searchform .flexholder {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.searchbalkhome .searchform .flexholder .searchitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  height: 50px;
  margin-right: 0px;
  border-left: 1px solid #ccc;
}
.searchbalkhome .searchform .flexholder .searchitem.first {
  margin-left: 15px;
  border-left: 0px solid white;
}
.searchbalkhome .searchform .flexholder .searchitem.last {
  margin-right: 50px;
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex .icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center center;
     object-position: center center;
  /* Dit centreert de afbeelding in het div-element */
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex .text {
  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;
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex .text label {
  font-weight: 700;
  font-size: 12px;
}
.searchbalkhome .searchform .flexholder .searchitem.iconflex .text input[type="text"] {
  border: none;
}
.searchbalkhome .searchform .flexholder .searchitem select {
  border: none;
  padding-left: 20px;
  width: 150px;
  margin-right: 30px;
}
.searchbalkhome .searchform .flexholder .submitbtn {
  border: none;
  background: #f0f0f0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px ;
  position: absolute;
  right: 10px;
  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;
}
.searchbalkhome .searchform .flexholder .submitbtn img {
  width: 25px;
  height: 25px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center center;
     object-position: center center;
  /* Dit centreert de afbeelding in het div-element */
}
.searchbalkhome .searchform .flexholder .submitbtn:hover {
  background: black;
}
.searchbalkhome .searchform .flexholder .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 800px) {
  .searchbalkhome {
    top: 55%;
  }
  .searchbalkhome .searchform .flexholder {
    border-radius: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
  }
  .searchbalkhome .searchform .flexholder .searchitem {
    border-left: 0px solid white;
    margin: 0;
    background: white;
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
    height: 60px;
  }
  .searchbalkhome .searchform .flexholder .searchitem.first {
    margin-left: 0;
  }
  .searchbalkhome .searchform .flexholder .searchitem.last {
    margin-right: 0;
    padding: 0;
  }
  .searchbalkhome .searchform .flexholder .searchitem.last select {
    padding: 0 20px;
    width: 100%;
  }
  .searchbalkhome .searchform .flexholder .submitbtn {
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    height: 60px;
    border-radius: 30px;
    padding: 20px 0;
  }
}
.searchbalkaanbod {
  width: 100%;
}
.searchbalkaanbod .searchbalkhomewrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.searchbalkaanbod .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchbalkaanbod .searchform .flexholder {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.searchbalkaanbod .searchform .flexholder .searchitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  height: 50px;
  margin-right: 0px;
  border-left: 1px solid #ccc;
}
.searchbalkaanbod .searchform .flexholder .searchitem.first {
  margin-left: 15px;
  border-left: 0px solid white;
}
.searchbalkaanbod .searchform .flexholder .searchitem.last {
  margin-right: 50px;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex .icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex .text {
  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;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex .text label {
  font-weight: 700;
  font-size: 12px;
}
.searchbalkaanbod .searchform .flexholder .searchitem.iconflex .text input[type="text"] {
  border: none;
}
.searchbalkaanbod .searchform .flexholder .searchitem select {
  border: none;
  padding-left: 20px;
  width: 150px;
  margin-right: 30px;
}
.searchbalkaanbod .searchform .flexholder .submitbtn {
  border: none;
  background: #f0f0f0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px ;
  position: absolute;
  right: 10px;
  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;
}
.searchbalkaanbod .searchform .flexholder .submitbtn img {
  width: 30px;
  height: 30px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center center;
     object-position: center center;
  /* Dit centreert de afbeelding in het div-element */
}
.searchbalkaanbod .searchform .flexholder .submitbtn:hover {
  background: black;
}
.searchbalkaanbod .searchform .flexholder .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.searchbalkaanbod .search_reset {
  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;
}
.searchbalkaanbod .search_reset .advancedbtn {
  margin: 20px;
  margin-left: 0;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  background: #606b7e;
}
.searchbalkaanbod .search_reset .advancedbtn:hover {
  background: #f9337a;
}
@media only screen and (max-width: 800px) {
  .searchbalkaanbod {
    top: 55%;
  }
  .searchbalkaanbod .searchform .flexholder {
    border: 0px solid white;
    border-radius: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
  }
  .searchbalkaanbod .searchform .flexholder .searchitem {
    border: 1px solid #f0f0f0;
    margin: 0;
    background: white;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    height: 60px;
  }
  .searchbalkaanbod .searchform .flexholder .searchitem.first {
    margin-left: 0;
    border: 1px solid #f0f0f0;
  }
  .searchbalkaanbod .searchform .flexholder .searchitem.last {
    margin-right: 0;
    padding: 0;
  }
  .searchbalkaanbod .searchform .flexholder .searchitem.last select {
    padding: 0 20px;
    width: 100%;
  }
  .searchbalkaanbod .searchform .flexholder .submitbtn {
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    height: 60px;
    border-radius: 30px;
    padding: 20px 0;
  }
}
.camperpicker_holder {
  z-index: 900;
  background: #f9337a;
  padding: 20px 50px 40px 50px ;
  border-radius: 16px;
}
.camperpicker_holder.home {
  margin: auto;
}
.camperpicker_holder.home .form {
  text-align: center;
}
.camperpicker_holder.home .form .flexholder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.camperpicker_holder.home .form .flexholder .formitem.f1 {
  width: 380px;
}
.camperpicker_holder.home .form .flexholder .formitem.f2 {
  width: 80px;
}
.camperpicker_holder.home .form .flexholder .aanbodlink {
  color: #0047bb;
}
.camperpicker_holder .title {
  color: white;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}
.camperpicker_holder .form h3 {
  color: white;
  margin: 0 0 20px 0;
}
.camperpicker_holder .form .flexholder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.camperpicker_holder .form .flexholder .formitem {
  margin: 0 5px;
}
.camperpicker_holder .form .flexholder .formitem.nomb {
  margin-bottom: 0;
}
.camperpicker_holder .form .flexholder .submitbtn {
  border: 1px solid black;
  background: #606b7e;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
.camperpicker_holder .form .flexholder .submitbtn:hover {
  background: black;
}
.camperpicker_holder .form .flexholder .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 600px) {
  .camperpicker_holder {
    padding: 20px 20px ;
  }
  .camperpicker_holder.home {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 50px;
  }
  .camperpicker_holder.home .form .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .camperpicker_holder.home .form .flexholder .formitem.f1 {
    width: 100%;
  }
  .camperpicker_holder.home .form .flexholder .formitem.f2 {
    width: 100%;
  }
  .camperpicker_holder .form .flexholder .submitbtn {
    margin-top: 20px;
  }
}
.boekpicker_holder {
  background: #f0f0f0;
  padding: 20px 20px ;
  border-radius: 16px;
  color: #606b7e;
}
.boekpicker_holder .form h3 {
  color: #0047bb;
  margin: 0 5px 20px 5px;
}
.boekpicker_holder .form .flexholder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.boekpicker_holder .form .flexholder .formitem {
  margin: 0 5px;
}
.boekpicker_holder .form .flexholder .formitem.lsprice {
  display: none;
}
.boekpicker_holder .form .flexholder .formitem.lsprice.active {
  display: block;
}
.boekpicker_holder .form .flexholder .betaalfields {
  padding: 20px 5px 0 5px;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boekpicker_holder .form .flexholder .betaalfields.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boekpicker_holder .form .flexholder .betaalfields .infofield {
  width: 100%;
  color: white;
  background: black;
  padding: 10px;
  margin-bottom: 20px;
}
.boekpicker_holder .form .flexholder .betaalfields .infofield .grey {
  color: #bbb;
  font-size: 0.9em;
}
.boekpicker_holder .form .flexholder .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-left: 10px;
}
.boekpicker_holder .form .flexholder .specs .spec {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
.boekpicker_holder .form .flexholder .specs .spec:before {
  content: '';
  background-image: url('../images/icons/check.png');
  bacground-position: center;
  background-size: contain;
  position: absolute;
  left: 5px;
  height: 18px;
  width: 18px;
}
.boekpicker_holder .form .flexholder .submitbtn {
  border: none;
  background: #f9337a;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
.boekpicker_holder .form .flexholder .submitbtn:hover {
  background: black;
}
@media only screen and (max-width: 600px) {
  .boekpicker_holder {
    padding: 20px 20px ;
  }
}
.camperbeschikbaar_holder {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 50px ;
  border-radius: 16px;
}
.camperbeschikbaar_holder .form .flexholder {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.camperbeschikbaar_holder .form .flexholder .formitem {
  margin: 0 5px;
}
.camperbeschikbaar_holder .form .flexholder .submitbtn {
  border: none;
  border-radius: 16px;
  background: #606b7e;
  cursor: pointer;
  padding: 8px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.85em;
  text-decoration: none;
}
.camperbeschikbaar_holder .form .flexholder .submitbtn:hover {
  background: black;
}
.camperbeschikbaar_holder .form .flexholder .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.flatpickr-day.bezet {
  background: #f9337a;
  background: crimson;
  color: white;
}
.flatpickr-day.flatpickr-disabled {
  color: #a72a22;
  background: rgba(167, 42, 34, 0.1);
}
.flatpickr-day.flatpickr-disabled:hover {
  background: rgba(167, 42, 34, 0.1);
  color: #f9337a;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange {
  background: #0047bb;
}
.props_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.props_row .propitem {
  width: calc(25% - 40px);
  margin: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.props_row .propitem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center;
     object-position: center;
}
.props_row .propitem p {
  position: relative;
  color: #f9337a;
  left: 30px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 1100px) {
  .props_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .props_row .propitem {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .props_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .props_row .propitem {
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
}
.home_campers .aanbodbtn {
  text-align: center;
}
.campers_spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -10px;
  margin-bottom: 40px;
}
.campers_spotlight .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.campers_spotlight .item .left {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.campers_spotlight .item .left .content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.campers_spotlight .item .left .title {
  margin-top: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.campers_spotlight .item .left .prijsvanaf {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  font-size: 13px;
  margin-bottom: 5px;
}
.campers_spotlight .item .left .prijsvanaf .icon {
  width: 20px;
  display: inline-block;
}
.campers_spotlight .item .right {
  width: 100%;
}
.campers_spotlight .item .right .images .imgitem {
  width: 100%;
}
.campers_spotlight .item .right .images .imgitem .empty {
  border: 2px dotted #eaeaea;
  background: #f0f0f0;
}
.campers_spotlight .item .right .images .imgitem .imgholder {
  border-radius: 11px;
  overflow: hidden;
}
.campers_spotlight .item .right .images .imgitem .imgholder figure {
  background-size: cover;
  background-position: center;
}
.campers_spotlight .item .right .images .imgitem .imgholder figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .campers_spotlight .item {
    width: calc(33% - 20px);
  }
  .campers_spotlight .item .left {
    width: 100%;
  }
  .campers_spotlight .item .right {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .campers_spotlight .item {
    width: calc(50% - 20px);
  }
  .campers_spotlight .item .left {
    width: 100%;
  }
  .campers_spotlight .item .right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .campers_spotlight {
    margin: 0px;
  }
  .campers_spotlight .item {
    width: calc(100% - 20px);
  }
}
.bc_holder .bc_frame {
  background: #f0f0f0;
  padding: 50px;
  border-radius: 16px;
  overflow: hidden;
}
.bc_holder .bc_frame h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.bc_holder .bc_frame .subtitle {
  text-align: center;
  margin: auto  ;
  margin-bottom: 50px;
  max-width: 600px;
  font-size: 1.2em;
}
.bc_holder .bc_frame .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -20px;
}
.bc_holder .bc_frame .flex .bc_item {
  width: calc(25% - 40px);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bc_holder .bc_frame .flex .bc_item .icon {
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
  background: white;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  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;
}
.bc_holder .bc_frame .flex .bc_item .icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center;
     object-position: center;
}
.bc_holder .bc_frame .flex .bc_item .title {
  text-align: center;
  font-weight: bold;
}
.bc_holder .bc_frame .flex .bc_item .text {
  text-align: center;
}
.bc_holder .bc_frame .blue_link {
  color: #0047bb;
  text-align: center;
  margin-top: 40px  ;
  font-size: 20x;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .bc_holder .bc_frame .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bc_holder .bc_frame .flex .bc_item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 550px) {
  .bc_holder .bc_frame .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bc_holder .bc_frame .flex .bc_item {
    width: calc(100% - 40px);
  }
}
.huurder_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.huurder_holder .left {
  width: calc(50% - 100px);
  margin: 0 50px;
  position: relative;
}
.huurder_holder .left:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -55px;
  width: 50px;
  height: 50px;
  background-image: url('../images/bluestar.png');
  background-size: contain;
  backgroundn-position: center;
}
.huurder_holder .left .text {
  margin-bottom: 20px;
}
.huurder_holder .left .btn {
  text-align: center;
}
.huurder_holder .right {
  width: calc(50% - 100px);
  margin: 0 50px;
}
.huurder_holder .right .imgholder {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .huurder_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .huurder_holder .left {
    width: calc(100% - 100px);
    margin: 0 50px;
    margin-bottom: 50px;
  }
  .huurder_holder .right {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.korting_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.korting_holder .left {
  width: calc(60% - 100px);
  margin: 0 50px;
}
.korting_holder .left .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.korting_holder .left .specs .spec {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
.korting_holder .left .specs .spec:before {
  content: '';
  background-image: url('../images/icons/notcheck.svg');
  bacground-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  height: 18px;
  width: 18px;
}
.korting_holder .left .specs .spec.checked:before {
  background-image: url('../images/icons/check.svg');
}
.korting_holder .right {
  width: calc(40% - 100px);
  margin: 0 50px;
}
.korting_holder .right .imgholder {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .korting_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .korting_holder .left {
    width: calc(100% - 100px);
    margin: 0 50px;
    margin-bottom: 50px;
  }
  .korting_holder .right {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.annulatietabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.annulatietabel .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
.annulatietabel .flexrow:last-child {
  border-bottom: 1px solid black;
}
.annulatietabel .flexrow .colspan1 {
  padding: 5px;
  width: 25%;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.annulatietabel .flexrow .colspan1:last-child {
  border-right: 1px solid black;
}
.annulatietabel .flexrow .colspan3 {
  padding: 5px;
  width: 75%;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.annulatietabel .flexrow .colspan3:last-child {
  border-right: 1px solid black;
}
.annulatietabel .flexrow.row_header {
  background: #f9337a;
  margin-bottom: 20px;
  color: white;
}
.annulatietabel .flexrow.row_header .colspan1 {
  border-color: white;
  border-top: 1px solid #f9337a;
}
.annulatietabel .flexrow.row_header .colspan1:last-child {
  border-right: 1px solid #f9337a;
}
.annulatietabel .flexrow.row_header .colspan1:first-child {
  border-left: 1px solid #f9337a;
}
.myreservations_holder .item {
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myreservations_holder .item .typeaanvraag {
  text-transform: uppercase;
  font-size: 0.7em;
}
.myreservations_holder .item .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.myreservations_holder .item .flexholder .left {
  width: calc(50% - 50px);
}
.myreservations_holder .item .flexholder .left .flexicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myreservations_holder .item .flexholder .left .flexicons .edit {
  color: #606b7e;
  font-size: 1.5em;
  cursor: pointer;
}
.myreservations_holder .item .flexholder .left .flexicons .remove {
  margin-left: 10px;
  color: crimson;
  font-size: 1.5em;
  cursor: pointer;
}
.myreservations_holder .item .flexholder .left .title {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
.myreservations_holder .item .flexholder .left .btn_chat {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 10;
}
.myreservations_holder .item .flexholder .left .btn_chat .btn {
  border-radius: 16px;
  background: #f9337a;
  padding: 10px 15px;
  bottom: 30px;
  right: 30px;
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.myreservations_holder .item .flexholder .left .btn_chat .btn:hover {
  color: white;
  background: black;
}
.myreservations_holder .item .flexholder .left .btns_status {
  margin-top: 20px;
}
.myreservations_holder .item .flexholder .left .btns_status hr {
  margin: 20px 0;
  border-top: 1px solid #606b7e;
}
.myreservations_holder .item .flexholder .left .btns_status .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myreservations_holder .item .flexholder .left .btns_status .btns.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.myreservations_holder .item .flexholder .left .btns_status .btns.column .btn {
  margin-bottom: 10px;
}
.myreservations_holder .item .flexholder .left .btns_status .btns.mb {
  margin-bottom: 10px;
}
.myreservations_holder .item .flexholder .left .btns_status .btns .btn {
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  padding: 5px 10px;
  background: #f9337a;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8em;
}
.myreservations_holder .item .flexholder .left .btns_status .btns .btn.waarborgbtn.opened,
.myreservations_holder .item .flexholder .left .btns_status .btns .btn.uploadbluelog.opened {
  background: #606b7e;
}
.myreservations_holder .item .flexholder .left .btns_status .btns .btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
.myreservations_holder .item .flexholder .left .btns_status .btns .btn:hover {
  background: black;
}
.myreservations_holder .item .flexholder .left .btns_status .status {
  font-weight: bold;
  color: #f9337a;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  display: bock;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder.hide {
  display: none;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder label {
  font-size: 0.9em;
  margin-bottom: 5px;
  display: block;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder input {
  border: 1px solid #f0f0f0;
  margin: 0;
  font-size: 0.8em;
  padding: 5px;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder .valideer {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder .valideer:hover {
  color: #f9337a;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder .promofeedback {
  color: crimson;
  font-weight: 400;
}
.myreservations_holder .item .flexholder .left .btns_status .promoholder .promofeedback.hide {
  display: none;
}
.myreservations_holder .item .flexholder .middle {
  width: calc(50% - 50px);
  margin-top: 0px;
}
.myreservations_holder .item .flexholder .right {
  width: 80px;
}
.myreservations_holder .item .flexholder .right .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2%;
}
.myreservations_holder .item .flexholder .right .images .imgitem {
  width: 98%;
  margin: 2%;
  border-radius: 16px;
  overflow: hidden;
}
.myreservations_holder .item .flexholder .right .images .imgitem .empty {
  border: 2px dotted #eaeaea;
  background: #f0f0f0;
}
.myreservations_holder .item .flexholder .right .images .imgitem .imgholder figure {
  background-size: cover;
  background-position: center;
}
.myreservations_holder .item .flexholder .right .images .imgitem .imgholder figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .myreservations_holder .item .flexholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .myreservations_holder .item .flexholder .left {
    width: calc(100% - 80px);
  }
  .myreservations_holder .item .flexholder .middle {
    width: calc(100% - 80px);
  }
  .myreservations_holder .item .flexholder .right {
    width: 80px;
    position: absolute;
    top: 25px;
    right: 0px;
  }
}
.campers_holder .item {
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.campers_holder .item .left {
  width: 40%;
}
.campers_holder .item .left .typeaanvraag {
  text-transform: uppercase;
  font-size: 0.7em;
}
.campers_holder .item .left .flexicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.campers_holder .item .left .flexicons .edit {
  color: #606b7e;
  font-size: 1.5em;
  cursor: pointer;
}
.campers_holder .item .left .flexicons .remove {
  margin-left: 10px;
  color: crimson;
  font-size: 1.5em;
  cursor: pointer;
}
.campers_holder .item .left .title {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
.campers_holder .item .left .btn_chat {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}
.campers_holder .item .left .btn_chat .btn {
  border-radius: 16px;
  background: #f9337a;
  padding: 10px 15px;
  bottom: 30px;
  right: 30px;
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.campers_holder .item .left .btn_chat .btn:hover {
  color: white;
  background: black;
}
.campers_holder .item .left .btns_status {
  margin-top: 20px;
}
.campers_holder .item .left .btns_status .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.campers_holder .item .left .btns_status .btns.mb {
  margin-bottom: 10px;
}
.campers_holder .item .left .btns_status .btns .btn {
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  padding: 5px 10px;
  background: #f9337a;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8em;
}
.campers_holder .item .left .btns_status .btns .btn.uploadbluelog.opened {
  background: #606b7e;
}
.campers_holder .item .left .btns_status .btns .btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
.campers_holder .item .left .btns_status .btns .btn:hover {
  background: black;
}
.campers_holder .item .left .btns_status .status {
  font-weight: bold;
  color: #f9337a;
}
.campers_holder .item .left .btns_status .promoholder {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  display: bock;
}
.campers_holder .item .left .btns_status .promoholder.hide {
  display: none;
}
.campers_holder .item .left .btns_status .promoholder label {
  font-size: 0.9em;
  margin-bottom: 5px;
  display: block;
}
.campers_holder .item .left .btns_status .promoholder input {
  border: 1px solid #f0f0f0;
  margin: 0;
  font-size: 0.8em;
  padding: 5px;
}
.campers_holder .item .left .btns_status .promoholder .valideer {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.campers_holder .item .left .btns_status .promoholder .valideer:hover {
  color: #f9337a;
}
.campers_holder .item .left .btns_status .promoholder .promofeedback {
  color: crimson;
  font-weight: 400;
}
.campers_holder .item .left .btns_status .promoholder .promofeedback.hide {
  display: none;
}
.campers_holder .item .right {
  width: 55%;
}
.campers_holder .item .right .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2%;
}
.campers_holder .item .right .images .imgitem {
  width: 29%;
  margin: 2%;
  border-radius: 16px;
  overflow: hidden;
}
.campers_holder .item .right .images .imgitem .empty {
  border: 2px dotted #eaeaea;
  background: #f0f0f0;
}
.campers_holder .item .right .images .imgitem .imgholder figure {
  background-size: cover;
  background-position: center;
}
.campers_holder .item .right .images .imgitem .imgholder figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .campers_holder .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .campers_holder .item .left {
    width: 100%;
  }
  .campers_holder .item .right {
    width: 100%;
    margin-top: 20px;
  }
}
.aanbod_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px;
}
.aanbod_holder .item {
  width: calc(25% - 40px);
  margin: 20px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -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;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aanbod_holder .item .left {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.aanbod_holder .item .left .content {
  padding: 0 30px 5px 30px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.aanbod_holder .item .left .title {
  margin-top: 20px;
  font-size: 1em;
  font-weight: bold;
}
.aanbod_holder .item .left .prijsvanaf {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.aanbod_holder .item .left .prijsvanaf .icon {
  width: 20px;
  display: inline-block;
}
.aanbod_holder .item .left .morebtn {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.aanbod_holder .item .right {
  width: 100%;
}
.aanbod_holder .item .right .images .imgitem {
  width: 100%;
}
.aanbod_holder .item .right .images .imgitem .empty {
  border: 2px dotted #eaeaea;
  background: #f0f0f0;
}
.aanbod_holder .item .right .images .imgitem .imgholder figure {
  background-size: cover;
  background-position: center;
}
.aanbod_holder .item .right .images .imgitem .imgholder figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .aanbod_holder .item {
    width: calc(33% - 40px);
  }
  .aanbod_holder .item .left {
    width: 100%;
  }
  .aanbod_holder .item .right {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .aanbod_holder .item {
    width: calc(50% - 40px);
  }
  .aanbod_holder .item .left {
    width: 100%;
  }
  .aanbod_holder .item .right {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .aanbod_holder {
    margin: 0px;
  }
  .aanbod_holder .item {
    width: calc(100% - 40px);
  }
}
.camper_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.camper_detail > .left {
  width: 58%;
}
.camper_detail > .left p {
  line-height: 28px;
}
.camper_detail > .left p.less_space {
  line-height: 22px;
}
.camper_detail > .left p.color {
  color: #0047bb;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: 10px;
}
.camper_detail > .left hr {
  border: none;
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid #f0f0f0;
}
.camper_detail > .right {
  width: 38%;
}
.camper_detail > .right .sticky_container {
  position: sticky;
  top: 180px;
  bottom: 0;
}
.camper_detail .eigenaar_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.camper_detail .eigenaar_holder .chateig {
  margin-left: 30px;
}
.camper_detail .eigenaar_holder .chateig p {
  max-width: 300px;
}
.camper_detail .eigenaar_holder .chateig a {
  padding: 10px 20px;
  font-size: 14px;
  background: #f0f0f0;
  border-radius: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.camper_detail .eigenaar_holder .chateig a:hover {
  background: #606b7e;
  color: white;
}
@media only screen and (max-width: 700px) {
  .camper_detail .eigenaar_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .camper_detail .eigenaar_holder .chateig {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.camper_detail .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.camper_detail .specs .spec {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
.camper_detail .specs .spec:before {
  content: '';
  background-image: url('../images/icons/notcheck.svg');
  bacground-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  height: 18px;
  width: 18px;
}
.camper_detail .specs .spec.checked:before {
  background-image: url('../images/icons/check.svg');
}
.camper_detail .specsrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.camper_detail .specsrow .specitem {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.camper_detail .specsrow .spec {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 25px;
}
.camper_detail .specsrow .spec:before {
  content: '';
  background-image: url('../images/icons/notcheck.svg');
  bacground-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  height: 18px;
  width: 18px;
}
.camper_detail .specsrow .spec.checked:before {
  background-image: url('../images/icons/check.svg');
}
@media only screen and (max-width: 1000px) {
  .camper_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .camper_detail > .left {
    width: 100%;
  }
  .camper_detail > .right {
    width: 100%;
  }
  .camper_detail > .right .sticky_container {
    position: relative;
    margin-top: 20px;
    top: 0;
  }
}
.detail_personen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.detail_personen .item {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 18px;
}
.detail_personen .item .left {
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-image: url('../images/icons/slaap.svg');
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.detail_personen .item .left.isofix {
  background-image: url('../images/icons/isofix.svg');
}
.detail_personen .item .left.gordel {
  background-image: url('../images/icons/gordel.svg');
}
.detail_personen .item .right {
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .detail_personen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail_personen .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.readmore_holder .t .tmore {
  display: none;
}
.readmore_holder .meerlezen {
  font-weight: 500;
  cursor: pointer;
}
.detail_2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_2cols .left {
  width: 48%;
}
.detail_2cols .right {
  width: 48%;
}
.prod_slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.prod_slider.active {
  opacity: 1;
}
.prod_slider .slider {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
}
.prod_slider .slider .imgcontainer {
  border: none;
}
.prod_slider .slider .slick-next,
.prod_slider .slider .slick-prev {
  position: absolute;
  bottom: 80px;
  bottom: calc(50% - 20px);
  left: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -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-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) {
  .prod_slider .slider .slick-next,
  .prod_slider .slider .slick-prev {
    left: 20px;
  }
}
.prod_slider .slider .slick-next:hover,
.prod_slider .slider .slick-prev:hover {
  background-color: #ffffff;
}
.prod_slider .slider .slick-next.slick-disabled,
.prod_slider .slider .slick-prev.slick-disabled {
  opacity: 0.2;
}
.prod_slider .slider .slick-next {
  right: 20px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .prod_slider .slider .slick-next {
    right: 20px;
  }
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prod_slider .galerythumbs .thumbwrap .thumbitem {
  border-radius: 11px;
  overflow: hidden;
  width: calc(20% - 10px);
  margin: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
.prod_slider .galerythumbs .thumbwrap .thumbitem.active {
  border: 1px solid #f0f0f0;
}
.prod_slider .galerythumbs .thumbwrap .thumbitem.active .imgcontainer {
  border-color: #f9337a;
}
.imagesedit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -2% 0 -2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imagesedit .imgitem {
  border-radius: 16px;
  overflow: hidden;
  width: 16%;
  margin: 2%;
  position: relative;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.imagesedit .imgitem.mainpic {
  border: 2px solid black;
}
.imagesedit .imgitem .remove {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background: white;
  color: crimson;
  cursor: pointer;
}
.imagesedit .imgitem .imgholder figure {
  background-size: cover;
  background-position: center;
}
.imagesedit .imgitem .imgholder figure img.loaded {
  display: none;
}
.blockrow_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -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 .datum strong {
  color: #f9337a;
}
@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;
}
.mb {
  margin-bottom: 90px;
}
.builderrow_img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.builderrow_img_txt.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.builderrow_img_txt .left {
  width: 35%;
  width: 53%;
}
.builderrow_img_txt .right {
  width: 65%;
  width: 47%;
}
.builderrow_img_txt .right .txt_holder {
  margin: 90px 90px;
}
.builderrow_img_txt.last {
  margin-bottom: 90px;
}
@media only screen and (max-width: 800px) {
  .builderrow_img_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .builderrow_img_txt.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .builderrow_img_txt.reverse .left {
    width: 100%;
  }
  .builderrow_img_txt.reverse .right {
    width: 100%;
  }
  .builderrow_img_txt .left {
    width: 100%;
  }
  .builderrow_img_txt .left .bgimgholder.autoheight {
    height: auto;
  }
  .builderrow_img_txt .left .bgimgholder.autoheight figure {
    padding-bottom: 56%;
  }
  .builderrow_img_txt .right {
    width: 100%;
  }
  .builderrow_img_txt.last {
    margin-bottom: 50px;
  }
}
/*
.blockrow_img_txt{ // image +- 1/2
  display:flex;
  // margin: 90px 0;
  &.reverse{
    flex-direction: row-reverse; 
    .left{
      width:50%; 
      // flex-grow:1; 
    }
    .right{
      width: 50%; 
      .txt_holder{
        .txt{
          
        }
      }
    }
  }
  .left{
    width:50%; 
    // flex-grow:1; 
  }
  .right{
    width: 50%; 
    .txt_holder{
        padding: 50px;
    }
  }
  @media only screen and (max-width: 800px) {
    flex-direction: column;
    margin: 0;
    &.reverse{
      flex-direction: column; 
      .left{
        width:100%; 
        .bgimgholder{
          &.autoheight{
            height:auto;
            figure{
              padding-bottom:56%;
            }
          } 
        }
      }
      .right{
        width: 100%; 
       .txt_holder{
           
        }
      }
    }
    .left{
      width: 100%;
      .bgimgholder{
        &.autoheight{
          height:auto;
          figure{
            padding-bottom:56%;
          }
        } 
      }
    }
    .right{
      width: 100%;
      .txt_holder{
        //margin-top:90px;
        &.extramargintop{
          // margin-top:90px;
        } 
      }
    }
  }
}
*/
/*
.center_row{
  display:flex;
  flex-direction: column;
  max-width:800px;
  margin:auto;
  justify-content: center;
  position:relative;
  .left{
    width: 100%;
  } 
  .right{     
    text-align:center;
    width: 100%;     
  }
}
*/
.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;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.masonryitem .wrap.nopadding {
  margin: 0;
}
.masonryitem .wrap.nobg {
  background: transparent;
}
.masonryitem .wrap .imgholder figure {
  width: 100%;
  padding-bottom: 58.620689%;
  position: relative;
  background-size: cover;
  background-position: cover;
}
.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: 0;
}
.masonryitem .wrap .tekst_holder {
  margin: 20px;
  /*.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: 700;
  font-size: 0.9em;
}
.masonryitem .wrap .tekst_holder .title.bigger {
  font-size: 1.6em;
  line-height: 1.2em;
}
.masonryitem .wrap .tekst_holder .moreinfo {
  margin-top: 25px;
}
.masonryitem .wrap .tekst_holder .moreinfo.mb {
  margin-bottom: 25px;
}
footer {
  background: white;
  border-top: 1px solid #f0f0f0;
  padding: 50px 0;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flex .right {
  width: 40%  ;
  max-width: 300px;
}
footer .flex .right .col {
  text-align: center;
  font-size: 14px;
}
footer .flex .right .col img {
  margin-top: 10px;
  width: 150px;
  height: auto;
}
footer .flex .right .col .tel {
  text-decoration: none;
}
footer .flex .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
footer .flex .left .col2 {
  width: 45%;
}
footer .flex .left .col2 .footernav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}
footer .flex .left .col1 {
  width: 45%;
}
footer .flex .left .col1 a {
  text-decoration: none;
}
footer .flex .left .col1 .logo {
  width: 140px;
  height: 70px;
  display: block;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
footer .flex .left .col1 .social {
  margin-top: 20px;
}
footer .flex .left .col1 .social a {
  font-size: 1.5em;
  padding-right: 10px;
}
footer .siteby {
  font-size: 14px;
  text-align: center;
}
footer .siteby hr {
  border-top: 1px solid #f0f0f0;
  margin: 40px 0;
}
footer .siteby a {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  footer .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .flex .left {
    width: 100%;
  }
  footer .flex .right {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 700px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .flex .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    max-width: 300px;
    margin: auto;
  }
  footer .flex .left .col1 {
    width: 100%;
  }
  footer .flex .left .col1 .logo {
    margin: auto;
  }
  footer .flex .left .col2 {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
  footer .siteby {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 500px) {
  footer .flex .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .flex .right .col1 {
    width: 100%;
  }
  footer .flex .right .col2 {
    width: 100%;
  }
  footer .flex .right .col2 .social {
    text-align: left;
  }
}
.spacerheader {
  width: 100%;
  height: 0 ;
}
.spacerheader.fixed {
  height: 90px;
}
@media only screen and (max-width: 1100px) {
  .spacerheader.fixed {
    height: 90px;
  }
}
.headerslider_container {
  height: 30px;
  background: #333;
  color: white;
  margin: auto;
}
.headerslider_container .headerslider {
  max-width: 900px;
  width: 90%;
  margin: auto;
  position: relative;
}
.headerslider_container .headerslider .slideritem {
  padding: 0 20px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  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;
  font-size: 11px;
  line-height: 15px;
}
.headerslider_container .headerslider .slick-next,
.headerslider_container .headerslider .slick-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 30px;
  height: 30px;
  color: #f9337a;
  background-image: url('../images/prev-wit.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  z-index: 99;
}
.headerslider_container .headerslider .slick-next.slick-disabled,
.headerslider_container .headerslider .slick-prev.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.headerslider_container .headerslider .slick-next {
  right: 0px;
  left: auto;
  background-image: url('../images/next-wit.svg');
}
@media only screen and (max-width: 750px) {
  .headerslider_container {
    height: 60px;
  }
  .headerslider_container .headerslider .slideritem {
    height: 60px;
  }
}
header {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: white;
  width: 100% ;
  top: 0;
  z-index: 100;
  /* @media only screen and (max-width: 1200px) {

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

  }*/
}
header.white {
  background: #ffffff;
}
header.fixed {
  position: fixed;
}
header .header .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  font-weight: 400;
  color: #606b7e;
}
header .header .flexrow .left {
  margin: 0px;
  width: 140px;
}
header .header .flexrow .left .logo {
  width: 140px;
  height: 70px;
  display: block;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
header .header .flexrow .left .logo.home {
  background-image: url(../images/logo-white.png);
}
header .header .flexrow .left .logo.home.blue {
  background-image: url(../images/logo.png);
}
header .header .flexrow .center {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .header .flexrow .center.home a {
  color: white;
}
header .header .flexrow .center.home a.grey {
  color: #606b7e;
}
header .header .flexrow .center.home a.grey:hover,
header .header .flexrow .center.home a.grey.active {
  color: #606b7e;
}
header .header .flexrow .center a {
  margin: 0 20px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
header .header .flexrow .center a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 0%;
  opacity: 0;
  background: #f9337a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .center a:hover:after,
header .header .flexrow .center a.active:after {
  width: 100%;
  opacity: 1;
}
header .header .flexrow .center a.active {
  font-weight: 500;
}
header .header .flexrow .right {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .right .toggle {
  display: none;
}
header .header .flexrow .right.home a {
  color: white;
}
header .header .flexrow .right.home a.grey {
  color: #606b7e;
}
header .header .flexrow .right.home a.grey:hover,
header .header .flexrow .right.home a.grey.active {
  color: #606b7e;
}
header .header .flexrow .right > a {
  margin: 0 20px;
  padding: 10px 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  position: relative;
}
header .header .flexrow .right > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 0%;
  opacity: 0;
  background: #f9337a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right > a:hover:after,
header .header .flexrow .right > a.active:after {
  width: 100%;
  opacity: 1;
}
header .header .flexrow .right > a.active {
  font-weight: 500;
}
header .header .flexrow .right .accountnav {
  position: relative;
  cursor: pointer;
}
header .header .flexrow .right .accountnav:hover .subnav {
  display: block;
}
header .header .flexrow .right .accountnav.home .icon {
  border-color: white;
}
header .header .flexrow .right .accountnav.home .icon span {
  color: white;
}
header .header .flexrow .right .accountnav.home.grey .icon {
  border-color: #606b7e;
}
header .header .flexrow .right .accountnav.home.grey .icon span {
  color: #606b7e;
}
header .header .flexrow .right .accountnav .icon {
  width: 60px;
  height: 40px;
  border-radius: 19px;
  border: 1px solid #606b7e;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .right .accountnav .icon span {
  font-size: 20px;
  color: #606b7e;
}
header .header .flexrow .right .accountnav .icon.white {
  border: 1px solid white;
}
header .header .flexrow .right .accountnav .icon.white span {
  color: white;
}
header .header .flexrow .right .accountnav .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Dit zorgt ervoor dat de afbeelding het volledige div-element bedekt */
  -o-object-position: center center;
     object-position: center center;
  /* Dit centreert de afbeelding in het div-element */
}
header .header .flexrow .right .accountnav .subnav {
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 200px;
  color: white;
}
header .header .flexrow .right .accountnav .subnav ul {
  background: #000000;
  border-radius: 19px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding: 20px;
  list-style: none;
  text-align: center;
}
header .header .flexrow .right .accountnav .subnav ul li a {
  text-decoration: none;
  margin: 10px 0;
  display: block;
}
header .header .flexrow .right .accountnav .subnav ul li a:hover,
header .header .flexrow .right .accountnav .subnav ul li a.active {
  color: #f9337a;
}
header .header .flexrow .right .__topnav {
  width: 100%;
}
header .header .flexrow .right .__topnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .flexrow .right .__topnav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
header .header .flexrow .right .__topnav ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0 0px 0;
  font-size: 0.9em;
  margin: 0 10px;
}
header .header .flexrow .right .__topnav ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  height: 1px;
  width: 100%;
  opacity: 0;
  background: #f9337a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .flexrow .right .__topnav ul li a.active:after,
header .header .flexrow .right .__topnav ul li a:hover:after {
  height: 1px;
  width: 100%;
  left: 0;
  opacity: 1;
}
header .header .flexrow .right .__topnav ul li a.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f9337a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
header .header .flexrow .right .__topnav ul li a.search span {
  margin-left: 8px;
  font-size: 1.2em;
  line-height: 0;
  color: #f9337a;
  display: inline-block;
}
header .header .flexrow .right .__topnav ul li a.search:after {
  display: none;
}
header .header .flexrow .right .__topnav ul li a.buttonstyle {
  background: #0047bb;
  color: white;
  border-radius: 16px;
  margin: 5px  10px;
  padding: 5px 15px;
}
header .header .flexrow .right .__topnav ul li a.buttonstyle.color {
  background: #f9337a;
}
header .header .flexrow .right .__topnav ul li a.buttonstyle:hover {
  background: #606b7e;
}
header .header .flexrow .right .__topnav ul li a.buttonstyle:after {
  content: '';
  display: none;
}
header .header .flexrow .right .__topnav ul li:last-child a {
  margin-right: 0;
}
header .header .toggle {
  display: none;
}
header .header .mobile-nav {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header .flexrow .center,
  header .header .flexrow .right {
    display: none;
  }
  header .header .mobile-nav {
    display: none;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    overflow: scroll;
    max-height: calc(100vh - 140px);
    margin: 0 0px;
    margin-bottom: 20px;
  }
  header .header .mobile-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header .mobile-nav > ul > li {
    background: #fff;
  }
  header .header .mobile-nav > ul > li a.lang {
    background: black;
    color: white;
    border-bottom: 1px solid black;
  }
  header .header .mobile-nav > ul > li > a {
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 10px 20px  ;
    font-size: 0.9em;
    position: relative;
    color: #606b7e;
  }
  header .header .mobile-nav > ul > li > a span {
    display: block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  header .header .mobile-nav > ul > li > a.mobiledropbtn:after {
    content: '↓';
    position: absolute;
    padding: 10px 40px;
    top: 0;
    right: 0;
    /* z-index: 20;
                &:hover{
                   color:red;
                }*/
  }
  header .header .mobile-nav > ul > li > a.search {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .mobile-nav > ul > li > a.search span {
    margin-left: 10px  ;
    display: inline-block;
  }
  header .header .mobile-nav > ul > li > a:hover {
    background: #606b7e;
    color: white;
  }
  header .header .mobile-nav > ul > li > a.active {
    background: #f9337a;
    color: white;
  }
  header .header .mobile-nav > ul > li .subnav {
    display: none;
    position: relative;
  }
  header .header .mobile-nav > ul > li .subnav.open {
    display: block;
  }
  header .header .mobile-nav > ul > li .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .header .mobile-nav > ul > li .subnav ul li {
    position: relative;
    background: white;
    /*.colorbg{
                    position:absolute;
                    top:0;left:0;right:0;bottom:0;
                    height:100%;width:100%;
                     // background:red; 
                   // z-index:-1;
                    display:block;
                    opacity:0;
                   
                  }
                  &:hover{  
                    .colorbg{                       
                      opacity:1; 
                    }
                  }*/
  }
  header .header .mobile-nav > ul > li .subnav ul li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    padding: 8px  40px  ;
    font-size: 0.9em;
    z-index: 1;
    position: relative;
    color: #606b7e;
    /*&:hover{
                      background: transparent;
                      color: white;
                    }*/
  }
  header .header .mobile-nav > ul > li .subnav ul li a.active {
    background: #f9337a;
    color: white;
  }
  header .header .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: fixed;
    right: 5%;
    top: 35px;
    cursor: pointer;
    z-index: 99990;
  }
  header .header .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #f9337a;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #f9337a;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header .toggle.open:before {
    background: #f9337a;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .header .toggle.open:after {
    background: #f9337a;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
}
header .header __nav {
  height: 40px;
  margin: 0px 0 0 0;
  border-bottom: 1px solid #f0f0f0;
}
header .header __nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #606b7e;
}
header .header __nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
header .header __nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:after{
                content:'';
                position: absolute;
                bottom:0;
                left:0%;
                height:1px;
                width: 100%;
                opacity: 0;
                background:white;
                transition: all .3s ease;
                  
              }
              &.active:after,
              &:hover:after{
                height:1px;
                width: 100%;
                left:0;
                opacity:1;
              }*/
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0 5px 0;
  margin: 0 10px;
}
header .header __nav > ul > li > a span {
  display: block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
header .header __nav > ul > li > a.buttonstyle {
  background: #f9337a;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px  10px;
  padding: 5px 10px;
}
header .header __nav > ul > li > a.buttonstyle:hover {
  background: #606b7e;
}
header .header __nav > ul > li > a.buttonstyle:hover:after,
header .header __nav > ul > li > a.buttonstyle:after {
  content: '';
  display: none !important;
}
header .header __nav > ul > li:last-child a {
  margin-right: 0;
}
header .header __nav > ul > li:hover .subnav {
  visibility: visible;
  opacity: 1;
}
header .header __nav > ul > li .subnav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  padding-top: 15px;
  position: absolute;
  left: 10px;
}
header .header __nav > ul > li .subnav.alignright {
  left: auto;
  right: 10px;
}
header .header __nav > ul > li .subnav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  z-index: 1;
  display: block;
  color: white;
  width: 250px;
  background: #606b7e;
}
header .header __nav > ul > li .subnav ul li {
  padding: 0;
  margin: 0;
  display: block;
}
header .header __nav > ul > li .subnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  padding: 5px 10px;
  position: relative;
  background: #606b7e;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header .header __nav > ul > li .subnav ul li a:hover,
header .header __nav > ul > li .subnav ul li a.active {
  color: white;
  background: #f9337a;
}
@media only screen and (max-width: 1100px) {
  header .__header .flexrow {
    border-bottom: 0px solid black;
  }
  header .__header .flexrow .left .logo {
    font-size: 30px;
    line-height: 30px;
  }
  header .__header .flexrow .right {
    position: relative;
    height: 65px;
  }
  header .__header .flexrow .right .toggle {
    display: block;
    width: 35px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
    cursor: pointer;
    z-index: 99990;
  }
  header .__header .flexrow .right .toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0047bb;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .__header .flexrow .right .toggle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0047bb;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .__header .flexrow .right .toggle.open:before {
    background: #f9337a;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  header .__header .flexrow .right .toggle.open:after {
    background: #f9337a;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  header .__header .flexrow .right .topnav {
    display: none;
  }
  header .__header nav {
    display: none;
  }
  header .__header .mobile-nav {
    display: none;
    overflow: scroll;
    max-height: calc(100vh - 140px);
    margin: 0 0px;
  }
  header .__header .mobile-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .__header .mobile-nav > ul > li {
    background: #fff;
  }
  header .__header .mobile-nav > ul > li a.lang {
    background: black;
    color: white;
    border-bottom: 1px solid black;
  }
  header .__header .mobile-nav > ul > li > a {
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 10px 20px  ;
    font-size: 0.9em;
    position: relative;
    color: #606b7e;
  }
  header .__header .mobile-nav > ul > li > a span {
    display: block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  header .__header .mobile-nav > ul > li > a.mobiledropbtn:after {
    content: '↓';
    position: absolute;
    padding: 10px 40px;
    top: 0;
    right: 0;
    /* z-index: 20;
                    &:hover{
                       color:red;
                    }*/
  }
  header .__header .mobile-nav > ul > li > a.search {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .__header .mobile-nav > ul > li > a.search span {
    margin-left: 10px  ;
    display: inline-block;
  }
  header .__header .mobile-nav > ul > li > a.active {
    background: #f9337a;
    color: white;
  }
  header .__header .mobile-nav > ul > li .subnav {
    display: none;
    position: relative;
  }
  header .__header .mobile-nav > ul > li .subnav.open {
    display: block;
  }
  header .__header .mobile-nav > ul > li .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .__header .mobile-nav > ul > li .subnav ul li {
    position: relative;
    background: white;
    /*.colorbg{
                        position:absolute;
                        top:0;left:0;right:0;bottom:0;
                        height:100%;width:100%;
                         // background:red; 
                       // z-index:-1;
                        display:block;
                        opacity:0;
                       
                      }
                      &:hover{  
                        .colorbg{                       
                          opacity:1; 
                        }
                      }*/
  }
  header .__header .mobile-nav > ul > li .subnav ul li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    padding: 8px  40px  ;
    font-size: 0.9em;
    z-index: 1;
    position: relative;
    color: #606b7e;
    /*&:hover{
                          background: transparent;
                          color: white;
                        }*/
  }
  header .__header .mobile-nav > ul > li .subnav ul li a.active {
    background: #f9337a;
    color: white;
  }
}
.navsearchform {
  position: fixed;
  width: 25%;
  width: 350px;
  top: 0;
  left: 50%;
  top: -100px;
  z-index: 99991;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: black;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navsearchform.active {
  top: 0%;
}
@media only screen and (max-width: 1000px) {
  .navsearchform {
    width: 100%;
    max-width: 300px;
    /*&.active{
      top:70px; 
    }*/
  }
}
.navsearchform input[type="text"] {
  padding: 10px;
  background: black!important;
  color: white!important;
  border: none !important;
  width: calc(100% - 40px) !important;
  background: #333;
}
.navsearchform button span.icon {
  color: white ;
}
.navsearchform .search-submit,
.navsearchform #search-submit {
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  height: 37px;
  background: 0 0;
  border: none;
  font-size: 25px;
  border-radius: 16px;
}
.new_group_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  background: #f0f0f0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.groeps_container {
  width: 100%;
  padding: 50px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.groeps_container .othergroepsverantw {
  margin-top: 20px;
  display: none;
}
.groeps_container .othergroepsverantw.checked {
  display: block;
}
.groeps_container .groep_fields {
  display: none;
}
.groeps_container .groep_fields.checked {
  display: block;
}
.gezinsleden_holder {
  width: 100%;
  padding: 50px;
  background: #f0f0f0;
}
.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;
}
.gezinsleden_holder .gezinsledenbtn.disabled {
  pointer-events: none;
}
/*header{
  margin-bottom:50px; 
}*/
.add_extraprijs_icon,
.add_camperoption_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.add_extraprijs_icon:hover,
.add_camperoption_icon:hover {
  color: #f9337a;
}
.add_extraprijs_icon span,
.add_camperoption_icon span {
  font-size: 3em;
  display: inline-block;
  margin-right: 10px;
}
.add_extraprijs_icon.hide,
.add_camperoption_icon.hide {
  display: none;
}
.add_extraprijs_holder,
.add_camperoption_holder {
  background: #eaeaea;
  padding: 50px;
  border-radius: 16px;
  display: none;
}
.add_extraprijs_holder.active,
.add_camperoption_holder.active {
  display: block;
}
.add_extraprijs_holder .add_extraprijs_btn,
.add_camperoption_holder .add_extraprijs_btn,
.add_extraprijs_holder .add_option_btn,
.add_camperoption_holder .add_option_btn {
  border-radius: 16px;
  background: #f9337a;
  color: white;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add_extraprijs_holder .add_extraprijs_btn:hover,
.add_camperoption_holder .add_extraprijs_btn:hover,
.add_extraprijs_holder .add_option_btn:hover,
.add_camperoption_holder .add_option_btn:hover {
  background: #606b7e;
}
.add_extraprijs_holder .add_extraprijs_btn.disabled,
.add_camperoption_holder .add_extraprijs_btn.disabled,
.add_extraprijs_holder .add_option_btn.disabled,
.add_camperoption_holder .add_option_btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.added_extraprijs_holder .editbtnsholder,
.added_camperoption_holder .editbtnsholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.added_extraprijs_holder .editbtnsholder .optionbtn,
.added_camperoption_holder .editbtnsholder .optionbtn {
  background: #606b7e;
  color: white;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 3px;
}
.added_extraprijs_holder .editbtnsholder .optionbtn:hover,
.added_camperoption_holder .editbtnsholder .optionbtn:hover {
  background: #f9337a;
}
.added_extraprijs_holder .editbtnsholder .optionbtn.disabled,
.added_camperoption_holder .editbtnsholder .optionbtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#popupform_waarborg,
#popupform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#popupform_waarborg.show,
#popupform.show {
  display: block;
}
#popupform_waarborg .wrap,
#popupform .wrap {
  background: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#popupform_waarborg .wrap .content,
#popupform .wrap .content {
  border: 1px solid #606b7e;
  background: #f4f4f4;
  margin: 5%;
  padding: 50px;
  width: 90%;
  max-width: 500px;
}
.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 .formitem2 .daterange {
  border: none;
  border: 1px solid #ccc;
  background: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
}
.form .flexholder .formitem2.half {
  width: 49%;
}
.form .flexholder .formitem2.third {
  width: 32%;
}
.form .flexholder .formitem2.fourth {
  width: 19%;
}
@media only screen and (max-width: 600px) {
  .form .flexholder .formitem2.half {
    width: 100%;
  }
  .form .flexholder .formitem2.third {
    width: 100%;
  }
  .form .flexholder .formitem2.fourth {
    width: 100%;
  }
  .form .flexholder .formitem2.half {
    width: 100%;
  }
}
.form .flexholder .formitem {
  margin-bottom: 20px;
  /*.valideer_coupon{
        margin-bottom: 20px;
        padding: 5px;
        font-size:.9em;
        display:flex;
        font-weight:bold;
        .coupon_check{
          text-decoration: underline;
        }
        .coupon_res{
          margin-left: 20px;
          color:crimson;
        }
        cursor:pointer;
      }*/
  width: 100%;
}
.form .flexholder .formitem.optieheader {
  display: none;
}
.form .flexholder .formitem.optieheader.active {
  display: block;
}
.form .flexholder .formitem.hide {
  display: hidden;
}
.form .flexholder .formitem .docfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .flexholder .formitem .docfield .col1 {
  width: 50%;
}
.form .flexholder .formitem .docfield .col2 {
  width: 40%;
}
.form .flexholder .formitem .docfield .col2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aling-items: center;
  margin-top: 20px;
}
.form .flexholder .formitem .docfield .col2 .delete_user_file {
  display: none;
  padding: 5px 15px;
  font-size: 11px;
  margin-left: 0px;
  background: crimson;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
}
.form .flexholder .formitem .docfield .col2 .delete_user_file.active {
  display: inline-block;
}
.form .flexholder .formitem .docfield .col2 .verified {
  display: inline-block;
  padding: 5px 15px;
  font-size: 11px;
  margin-left: 10px;
  background: green;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
}
.form .flexholder .formitem.nomb {
  margin-bottom: 0;
}
.form .flexholder .formitem label {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.form .flexholder .formitem label .small {
  font-size: 0.9em;
  font-weight: 400;
}
.form .flexholder .formitem label.inline {
  display: inline-block;
  margin-left: 10px;
}
.form .flexholder .formitem.hide {
  display: none;
}
.form .flexholder .formitem textarea {
  background: white;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.form .flexholder .formitem textarea.large {
  height: 300px;
}
.form .flexholder .formitem textarea.small {
  height: 80px;
}
.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="file"],
.form .flexholder .formitem input[type="number"] {
  border: none;
  border: 1px solid #ccc;
  background: white;
  padding: 8px 10px;
  display: block;
  width: 100%;
}
.form .flexholder .formitem input[type="submit"].disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form .flexholder .formitem select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
}
.form .flexholder .formitem select.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.form .flexholder .formitem.half {
  width: 49%;
}
.form .flexholder .formitem.third {
  width: 32%;
}
.form .flexholder .formitem.two_third {
  width: 66%;
}
.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.two_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 .flexboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.form .flexholder .formitem .flexboxes .checkbox {
  margin: 10px 10px;
}
.form .flexholder .formitem .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .flexholder .formitem .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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 */
}
.form .flexholder .formitem .checkbox label input {
  margin-top: 3px;
}
.form .flexholder .formitem .checkbox label .mylabel {
  margin-left: 10px;
  padding-top: 0;
  margin-top: 0;
  font-size: 15px;
  line-height: 19px;
}
.form .flexholder .formitem .checkbox label .mylabel span {
  display: none;
}
.form .flexholder .formitem .checkbox label .mylabel span.disabled {
  display: inline-block;
}
.form .flexholder .submitholder {
  width: 100%;
  display: block;
}
.form .flexholder .submitholder .formsubmitbtn {
  border: none;
  background: #f9337a;
  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;
  font-size: 0.85em;
  text-decoration: none;
  border-radius: 16px;
  /*&: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: #606b7e;
}
.form .flexholder .submitholder .formsubmitbtn:hover:after {
  right: 10px;
  width: 35px;
}
.form .flexholder .submitholder .formsubmitbtn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .basefeedback,
.form .idfeedback,
.form .wwfeedback,
.form .feedback {
  color: crimson;
  margin-top: 20px;
  width: 100%;
}
.form .basefeedback.highlight,
.form .idfeedback.highlight,
.form .wwfeedback.highlight,
.form .feedback.highlight {
  color: white;
  background: #f9337a;
  padding: 20px;
}
.form .basefeedback.highlight a:hover,
.form .idfeedback.highlight a:hover,
.form .wwfeedback.highlight a:hover,
.form .feedback.highlight a:hover {
  color: black;
}
.simple_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple_checkbox.mb {
  margin-bottom: 20px;
}
.simple_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.simple_checkbox label input {
  margin-top: 3px;
}
.simple_checkbox label .mylabel {
  margin-left: 10px;
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
}
.simple_checkbox label .mylabel span {
  display: none;
}
.simple_checkbox label .mylabel span.disabled {
  display: inline-block;
}
.homevideo_holder {
  background: #fff;
  width: calc(100vw - 0px);
  height: 520px;
  left: 0;
  position: relative;
  -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-color: rgba(0, 0, 0, 0.15);
  background-image: url(../images/mountain.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  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;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .homevideo_holder figcaption .innerbanner .sloganholder h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
}
.homevideo_holder figcaption .innerbanner .sloganholder .titelfont {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}
.homevideo_holder figcaption .innerbanner .sloganholder .countdown {
  color: white;
  background: #db3742;
  padding: 10px 20px;
  max-width: 450px;
  margin: auto;
  display: block;
}
.homevideo_holder figcaption .innerbanner .sloganholder .countdown p {
  font-size: 15px;
  line-height: 18px;
}
.homevideo_holder figcaption .innerbanner .sloganholder .countdown p#ticker {
  margin-left: 20px;
  display: inline-block;
}
@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;
}
.homebannerframe {
  width: 100%;
  height: 620px;
  position: relative;
}
.bannerslider {
  width: 100%;
  margin-bottom: 90px;
  /*&:after{
    position:absolute;
    content:'';
    left:0;right:0;top:0;bottom:0;
    background:#fff;
    border-bottom:1px solid #f0f0f0;
    z-index:100;
    transition:all .4s ease-in; 
  }
  &.active:after{
    top:100%;
    border-bottom:1px solid #fff; 
  }*/
  height: 620px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bannerslider.nomb {
  margin-bottom: 0;
}
.bannerslider.active {
  opacity: 1;
}
.bannerslider section {
  opacity: 0;
  position: relative;
}
.bannerslider section figure {
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  width: 100%;
  position: relative;
}
.bannerslider section figure.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.bannerslider section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto;
  opacity: 0;
  display: block;
}
.bannerslider section figure img.loaded {
  display: none;
}
.bannerslider section figcaption {
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
  z-index: 10;
  display: block;
}
.bannerslider section figcaption .innerbanner {
  margin: auto;
  width: 100%;
  padding: 0 2%;
}
.bannerslider section figcaption .innerbanner .sloganholder {
  text-decoration: none;
  max-width: 55%;
  padding: 20px 50px;
  color: white;
  background: #f9337a;
  display: block;
  float: left;
}
@media only screen and (max-width: 765px) {
  .bannerslider section figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 10px 20px;
  }
}
.bannerslider section figcaption .innerbanner .sloganholder img {
  max-width: 150px;
}
.bannerslider section figcaption .innerbanner .sloganholder p {
  font-weight: 500;
}
.bannerslider section figcaption .innerbanner .sloganholder h1 {
  font-size: 3.3em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.bannerslider section figcaption .innerbanner .sloganholder .titelfont {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}
.bannerslider section .title {
  position: absolute;
  width: 90%;
  top: 200px;
  left: 5%;
  color: white;
  text-align: center;
}
.bannerslider section .title h1 {
  margin: 0;
  padding: 0;
  font-size: 3em;
  line-height: 1em;
}
.bannerslider section .title p {
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (max-width: 750px) {
  .bannerslider section .title h1 {
    font-size: 2em;
  }
}
.bannerslider section.slick-activated figcaption {
  bottom: 0px;
  /*.innerbanner{
          .sloganholder{
            h1{
              color:brown;  
            }
          } 
         }*/
}
.bannerslider .slick-next,
.bannerslider .slick-prev {
  position: absolute;
  bottom: 80px;
  bottom: calc(50% - 20px);
  left: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background-image: url('../images/prev.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  .bannerslider .slick-next,
  .bannerslider .slick-prev {
    left: 40px;
  }
}
.bannerslider .slick-next:hover,
.bannerslider .slick-prev:hover {
  background-color: #ffffff;
}
.bannerslider .slick-next {
  right: 80px;
  left: auto;
  background-image: url('../images/next.svg');
}
@media only screen and (max-width: 750px) {
  .bannerslider .slick-next {
    right: 40px;
  }
}
.banner_txt_img {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_txt_img .left {
  width: 50%;
}
.banner_txt_img .right {
  width: 50%;
  padding: 50px 100px;
}
.bannerspacer {
  height: 40px;
}
.header_nobanner {
  text-align: center;
}
.header_nobanner .content {
  margin: auto;
  max-width: 700px;
}
.header_nobanner .content .titelfont {
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: 'Nunito', sans-serif;
}
.header_nobanner .content .labels p {
  text-transform: uppercase;
  color: #f9337a;
  font-size: 0.9em;
  font-weight: 400;
}
.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: #606b7e;
  border-color: #606b7e;
}
.more_header.black:hover {
  background: #606b7e;
  color: white;
}
.more_header.mt {
  margin-top: 20px;
}
.more_header.mb {
  margin-bottom: 20px;
}
.more_header:hover {
  background: white;
  color: #606b7e;
}
.banner {
  /*&.mb{
		margin-bottom:50px;	
	}*/
  position: relative;
}
.banner figure {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  height: 400px;
  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;
}
.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: 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;
}
.banner figcaption .innerbanner {
  padding: 70px 0;
}
.banner figcaption .innerbanner .sloganholder {
  max-width: 850px;
  text-decoration: none;
  text-align: center;
  padding: 50px 50px;
  color: white;
  display: block;
}
.banner figcaption .innerbanner .sloganholder h1 {
  font-size: 3.3em;
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .banner figcaption .innerbanner .sloganholder h1 {
    font-size: 2em;
  }
}
.banner figcaption .innerbanner .sloganholder .titelfont {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}
@media only screen and (max-width: 765px) {
  .banner figcaption .innerbanner .sloganholder {
    max-width: none;
    width: 100%;
    padding: 10px 20px;
  }
}
.layoutpage {
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.layoutpage.mt {
  margin-top: 50px;
}
.layoutpage .imgcontent {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.layoutpage .imgcontent figure {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.layoutpage .imgcontent figure.loaded {
  opacity: 1;
}
.layoutpage .imgcontent figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.layoutpage .imgcontent figure img.loaded {
  opacity: 1;
  display: none;
}
.layoutpage .fullbg {
  background: #f1f2f4;
  padding: 50px 0  0px 0;
  margin-bottom: 50px;
  text-align: center;
}
.layoutpage .fullbg.nomb {
  margin-bottom: 0;
}
.layoutpage .fullbg .inner {
  max-width: 1200px;
}
.layoutpage .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  /* max-width: @maxw;
	   max-width: 850px;
	   &.wider{
	   	max-width: 1100px;
	   }*/
  padding: 0 2%;
  margin: auto;
}
.layoutpage.nomb {
  padding-bottom: 0px;
}
.layoutpage .column-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -2%;
  margin-bottom: 0px;
  /*.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;
}
.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 .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: #606b7e;
}
.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: 1px solid #606b7e;
}
.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: #f9337a;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #f1f2f4;
  padding: 10px;
  background: white;
  display: block;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layoutpage .column-grid .block-type-gallery .gallery .griditem figure img.loaded {
  display: none;
}
@media only screen and (max-width: 900px) {
  .layoutpage {
    padding-bottom: 20px;
  }
  .layoutpage .column-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutpage .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.span_3 {
  width: calc(25% - 4%);
  margin: 0 2%;
}
.span_4 {
  width: calc(33.333% - 4%);
  margin: 0 2%;
}
.span_8 {
  width: calc(66.6666% - 4%);
  margin: 0 2%;
}
.span_6 {
  width: calc(50% - 4%);
  margin: 0 2%;
}
.span_12 {
  width: calc(100% - 4%);
  margin: 0 2%;
}
@media only screen and (max-width: 900px) {
  .span_3,
  .span_4,
  .span_8,
  .span_6,
  .span_12 {
    width: calc(100% - 4%);
    margin: 0 2%;
  }
}
.home_faq .faq-accordion .faqitem {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*&.bestellingen{
        .faqtitel{
          padding-left:20px;
        } 
        .block{
          .blockwrap{
            margin:20px 0 0px 20px;
          } 
        }
      }*/
}
.home_faq .faq-accordion .faqitem.active .faqtitel:after {
  content: '-';
}
.home_faq .faq-accordion .faqitem .faqtitel {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  /*h1{
          display:block;
          margin:0;
          padding:0;
          //padding-bottom:30px;
        }*/
}
.home_faq .faq-accordion .faqitem .faqtitel:after {
  content: "+";
  position: absolute;
  right: 5px;
  top: -10px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.home_faq .faq-accordion .faqitem .block {
  display: none;
}
.home_faq .faq-accordion .faqitem .block .blockwrap {
  margin: 0px 0 20px 0px;
}
.home_faq .faq-accordion .faqitem .block .blockwrap ol,
.home_faq .faq-accordion .faqitem .block .blockwrap ul {
  padding-left: 18px;
}
