@charset "UTF-8";
@import inline '../css/bootstrap.min.css';
@import inline '../css/owl.carousel.min.css';
@import inline '../css/owl.theme.default.min.css';
@import inline '../css/simplelightbox.min.css';
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-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;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
  background: #D8362C;
  border-radius: 99px;
  z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #e05f57;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2px 10px 2px 10px;
  border-radius: 99px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 30px;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
  background-image: url('../img/white-arrow-left.svg');
  background-position: calc(50% - 1px) 50%;
}
[dir="rtl"] .slick-prev:before {
  content: "";
  background-image: url('../img/white-arrow-right.svg');
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "";
  background-image: url('../img/white-arrow-right.svg');
  background-position: calc(50% + 1px) 50%;
}
[dir="rtl"] .slick-next:before {
  content: "";
  background-image: url('../img/white-arrow-left.svg');
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 99px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Epilogue', sans-serif;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #js-break {
    display: none;
  }
}
.dg-red {
  color: #D8352C;
}
.dg-green {
  color: #499E47;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeInFromLeft {
  0% {
    transform: translateX(3%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes createBox {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#wpcf7-f5-p39-o1,
#wpcf7-f963-p966-o1,
#wpcf7-f964-p968-o1 {
  padding: 20px;
  box-shadow: 0 7px 29px 0 rgba(0,0,0,0.09);
}
#wpcf7-f5-p39-o1 form p label,
#wpcf7-f963-p966-o1 form p label,
#wpcf7-f964-p968-o1 form p label {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #555;
}
#wpcf7-f5-p39-o1 form p input[type="text"],
#wpcf7-f5-p39-o1 form p input[type="email"],
#wpcf7-f5-p39-o1 form p textarea,
#wpcf7-f963-p966-o1 form p input[type="text"],
#wpcf7-f963-p966-o1 form p input[type="email"],
#wpcf7-f963-p966-o1 form p textarea,
#wpcf7-f964-p968-o1 form p input[type="text"],
#wpcf7-f964-p968-o1 form p input[type="email"],
#wpcf7-f964-p968-o1 form p textarea {
  padding: 4px 8px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  color: #111;
}
#wpcf7-f5-p39-o1 form p input[type="text"]:focus,
#wpcf7-f5-p39-o1 form p input[type="text"]:active,
#wpcf7-f5-p39-o1 form p input[type="email"]:focus,
#wpcf7-f5-p39-o1 form p input[type="email"]:active,
#wpcf7-f5-p39-o1 form p textarea:focus,
#wpcf7-f5-p39-o1 form p textarea:active,
#wpcf7-f963-p966-o1 form p input[type="text"]:focus,
#wpcf7-f963-p966-o1 form p input[type="text"]:active,
#wpcf7-f963-p966-o1 form p input[type="email"]:focus,
#wpcf7-f963-p966-o1 form p input[type="email"]:active,
#wpcf7-f963-p966-o1 form p textarea:focus,
#wpcf7-f963-p966-o1 form p textarea:active,
#wpcf7-f964-p968-o1 form p input[type="text"]:focus,
#wpcf7-f964-p968-o1 form p input[type="text"]:active,
#wpcf7-f964-p968-o1 form p input[type="email"]:focus,
#wpcf7-f964-p968-o1 form p input[type="email"]:active,
#wpcf7-f964-p968-o1 form p textarea:focus,
#wpcf7-f964-p968-o1 form p textarea:active {
  border: 1px solid #bbb;
}
#wpcf7-f5-p39-o1 form p textarea,
#wpcf7-f963-p966-o1 form p textarea,
#wpcf7-f964-p968-o1 form p textarea {
  height: 140px;
}
#wpcf7-f5-p39-o1 form p select,
#wpcf7-f963-p966-o1 form p select,
#wpcf7-f964-p968-o1 form p select {
  font-size: 16px;
}
#wpcf7-f5-p39-o1 form p input[type="submit"],
#wpcf7-f963-p966-o1 form p input[type="submit"],
#wpcf7-f964-p968-o1 form p input[type="submit"] {
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding: 22px 36px 18px 36px;
  border: none;
  font-family: 'Epilogue', sans-serif;
  background-color: #D8352C;
  color: #fff;
}
#wpcf7-f5-p39-o1 form p input[type="submit"]:hover,
#wpcf7-f5-p39-o1 form p input[type="submit"]:focus,
#wpcf7-f963-p966-o1 form p input[type="submit"]:hover,
#wpcf7-f963-p966-o1 form p input[type="submit"]:focus,
#wpcf7-f964-p968-o1 form p input[type="submit"]:hover,
#wpcf7-f964-p968-o1 form p input[type="submit"]:focus {
  color: #fff;
  background-color: #e88782;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section {
  padding: 80px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #499E47;
  line-height: 1.3;
}
img {
  max-width: 100%;
  height: auto;
}
.smalllogo {
  max-width: 160px;
  width: 100%;
  display: block;
}
.smalllogo img {
  margin-bottom: 15px;
}
.subhead {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #aeaeae;
}
.owl-carousel {
  z-index: 0 !important;
}
.no-img-shadow,
.no-img-shadow img {
  box-shadow: none !important;
}
.contact-page-logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contact-page-logo img {
  max-width: 160px !important;
  display: block;
}
@media only screen and (max-width: 768px) {
  .subhead {
    font-size: 18px;
    margin-bottom: -4px;
  }
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
section#maincontent h2 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 22px;
}
section#maincontent h3 {
  font-size: 22px;
  margin-top: 36px;
  margin-bottom: 14px;
}
section#maincontent ul {
  padding-left: 20px;
}
section#maincontent ul li {
  list-style-type: initial;
  margin-bottom: 10px;
}
section#maincontent .locationrow {
  text-align: right;
}
section#maincontent .locationrow img {
  max-width: 85%;
  display: inline-block;
  text-align: right;
}
section#maincontent .locationrow img.logo {
  margin-bottom: 16px;
}
section#maincontent .col-md-8 > .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#maincontent .col-md-8 > *:first-child {
  margin-top: 0px;
}
section#maincontent .col-md-8 .notopmarge {
  margin-top: 0px !important;
}
section#maincontent .col-md-8 > *:last-child {
  margin-bottom: 0px;
}
p,
li {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: rgba(0,0,0,0.75);
}
a {
  color: #008DF4;
}
a:hover,
a:focus {
  color: #0170c1;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  p {
    margin-bottom: 20px;
  }
}
.btn {
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding: 22px 36px 18px 36px;
  border: none;
  font-family: 'Epilogue', sans-serif;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.btn.btn-primary {
  background-color: #0fffba;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #1400ed;
}
.btn.btn-secondary {
  background-color: #fff;
  border: 2px solid #ddd;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #ddd;
}
.btn.btn-black {
  background-color: #000;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background-color: #333333;
}
.btn.btn-default {
  background-color: #D8352C;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #fff;
  background-color: #e88782;
}
.cookie-notice-container {
  border-top: 1px solid #e6e6e6;
}
#cn-more-info,
#cn-accept-cookie {
  background-color: #d8352c;
  border-radius: 99px;
  color: #fff;
  padding: 5px 10px;
}
@media only screen and (max-width: 992px) {
  #cn-more-info,
  #cn-accept-cookie {
    padding: 3px 6px;
  }
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  background-color: #d8352c;
  color: #fff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  background-color: #e88782 !important;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
p span.subtitel {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: #aeaeae;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 18px 28px 14px 28px;
  }
}
@media only screen and (max-width: 400px) {
  .btn {
    font-size: 15px;
    padding: 9px 15px;
  }
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
body.page-id-33 section#pagecover {
  background-position: 50% 30%;
}
#wpcf7-f629-o1 .wpcf7-form {
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
}
#wpcf7-f629-o1 .wpcf7-form p {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
#wpcf7-f629-o1 .wpcf7-form p:nth-child(-1n + 5) {
  width: calc(50% - 3px);
}
#wpcf7-f629-o1 .wpcf7-form p label {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
#wpcf7-f629-o1 .wpcf7-form p label span {
  width: 100%;
  display: inline-block;
}
#wpcf7-f629-o1 .wpcf7-form p label span input[type='text'],
#wpcf7-f629-o1 .wpcf7-form p label span input[type='email'],
#wpcf7-f629-o1 .wpcf7-form p label span textarea {
  border: 1px solid #e2e2e2;
  padding: 4px 8px;
  font-size: 17px;
  color: #222;
  outline: None;
  box-shadow: 0;
  -webkit-appearance: none;
}
#wpcf7-f629-o1 .wpcf7-form p label span input[type='text']:active,
#wpcf7-f629-o1 .wpcf7-form p label span input[type='text']:focus,
#wpcf7-f629-o1 .wpcf7-form p label span input[type='email']:active,
#wpcf7-f629-o1 .wpcf7-form p label span input[type='email']:focus,
#wpcf7-f629-o1 .wpcf7-form p label span textarea:active,
#wpcf7-f629-o1 .wpcf7-form p label span textarea:focus {
  border: 1px solid #bbb;
}
#wpcf7-f629-o1 .wpcf7-form p label span input[type='text'],
#wpcf7-f629-o1 .wpcf7-form p label span input[type='email'] {
  width: 100%;
}
#wpcf7-f629-o1 .wpcf7-form p label span textarea {
  width: 100%;
}
#wpcf7-f629-o1 .wpcf7-form p label span span.wpcf7-checkbox input {
  margin-right: 8px;
}
#wpcf7-f629-o1 .wpcf7-form p label span span.wpcf7-checkbox .wpcf7-list-item-label {
  width: auto;
}
#wpcf7-f629-o1 .wpcf7-form p label span span.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#wpcf7-f629-o1 .wpcf7-form p input[type="submit"] {
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding: 22px 36px 18px 36px;
  border: none;
  font-family: 'Epilogue', sans-serif;
  background-color: #D8352C;
  color: #fff;
  margin-top: 20px;
}
#wpcf7-f629-o1 .wpcf7-form p input[type="submit"]:hover,
#wpcf7-f629-o1 .wpcf7-form p input[type="submit"]:focus {
  color: #fff;
  background-color: #e88782;
}
body header .logo img {
  height: 96px;
  width: 201px;
}
body.home header .logo img {
  height: 115px;
  width: 241px;
}
body header.fixed-top .logo img,
body.home header.fixed-top .logo img {
  height: 75px;
  width: 158px;
}
header {
  position: fixed;
  width: 100%;
  height: 103px;
  padding: 12px 0 0 0;
  z-index: 5;
  transition-duration: 0.4s;
}
header .logo {
  display: inline-block;
  margin: 12px 0 8px 0;
  transition-duration: 0.4s;
}
header .logo img {
  height: 90px;
  width: 189px;
  transition-duration: 0.4s;
  text-align: left;
}
header .mobile-triggers {
  display: none;
}
header nav {
  float: right;
  top: 0;
  display: table;
  text-align: right;
}
header nav div#hoofdmenu ul {
  list-style: none;
  vertical-align: middle;
}
header nav div#hoofdmenu ul li {
  display: inline-block;
  position: relative;
}
header nav div#hoofdmenu ul li.current-menu-item a {
  background-image: url('../img/icons/hover-icon-menu-white.svg');
  background-position: 50% calc(100% - 8px);
  background-repeat: no-repeat;
}
header nav div#hoofdmenu ul li a {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Epilogue', sans-serif;
  padding: 8px 0 12px 0;
  display: inline-block;
}
header nav div#hoofdmenu ul li a img {
  margin-left: 10px;
}
header nav div#hoofdmenu ul li a:hover,
header nav div#hoofdmenu ul li a:focus {
  color: #fff;
  text-decoration: none;
  background-image: url('../img/icons/hover-icon-menu-white.svg');
  background-position: 50% calc(100% - 8px);
  background-repeat: no-repeat;
}
header nav div#hoofdmenu ul li.active:before {
  background-image: url('../img/icons/arrow-down-orange.svg');
  display: inline-block;
  content: '';
  height: 8px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
header nav div#hoofdmenu ul li:not(:last-child) {
  margin-right: 12px;
  letter-spacing: -0.6px;
}
header nav div#hoofdmenu ul li.dropdown:hover .dropdown-menu {
  display: block;
}
header nav div#hoofdmenu ul li.dropdown:hover {
  padding-bottom: 28px;
}
header nav div#hoofdmenu ul li .dropdown-toggle::after {
  display: none;
}
header nav div#hoofdmenu ul li .dropdown-toggle:focus,
header nav div#hoofdmenu ul li .dropdown-toggle:active {
  outline: none;
}
header nav div#hoofdmenu ul li .dropdown-menu {
  background: #333;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  left: 0;
}
header nav div#hoofdmenu ul li .dropdown-menu a.dropdown-item {
  text-decoration: none;
  padding: 14px 26px;
  margin: 0;
  color: #fff;
  border-top: 1px solid #444;
  font-weight: 300;
  font-size: 18px;
}
header nav div#hoofdmenu ul li .dropdown-menu a.dropdown-item:first-child {
  border-top: none;
}
header nav div#hoofdmenu ul li .dropdown-menu a.dropdown-item:focus,
header nav div#hoofdmenu ul li .dropdown-menu a.dropdown-item:active,
header nav div#hoofdmenu ul li .dropdown-menu a.dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
header nav div#hoofdmenu ul li.show .dropdown-menu {
  display: none;
}
header nav div#topmenu {
  margin-top: 20px;
  transition-duration: 0.4s;
  display: inline-block;
  width: calc(100% - 0px);
}
header nav div#topmenu ul {
  list-style: none;
  vertical-align: middle;
}
header nav div#topmenu ul li {
  display: inline-block;
  position: relative;
}
header nav div#topmenu ul li a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Epilogue', sans-serif;
  padding: 4px 0;
  margin-top: 4px;
  display: inline-block;
}
header nav div#topmenu ul li a img {
  margin-left: 6px;
}
header nav div#topmenu ul li a:hover,
header nav div#topmenu ul li a:focus {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
header nav div#topmenu ul li.active a {
  color: #1c1c1c;
}
header nav div#topmenu ul li.active a:hover,
header nav div#topmenu ul li.active a:focus {
  color: #1c1c1c;
}
header nav div#topmenu ul li.active:before {
  background-image: url('../img/icons/arrow-down-orange.svg');
  display: inline-block;
  content: '';
  height: 8px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
header nav div#topmenu ul li:not(:last-child) {
  margin-right: 20px;
}
header nav div#topmenu ul li.lang-item a img {
  height: 14px;
  margin-top: -3px;
}
header nav div#topmenu ul li.lang-item:not(:last-of-type) {
  margin-right: 2px;
}
header.fixed-top {
  background-color: #ffffff;
  transition-duration: 0.4s;
  padding: 12px 0 0 0;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.16);
}
header.fixed-top .logo {
  margin: 4px 0 4px 0;
  transition-duration: 0.4s;
  text-align: left;
}
header.fixed-top .logo img {
  transition-duration: 0.4s;
  text-align: left;
  height: 75px;
  width: 158px;
}
header.fixed-top div#hoofdmenu ul li a {
  padding: 8px 0 12px 0;
  transition-duration: 0.4s;
  color: #499E47;
  background-position: 50% calc(100% - 8px);
}
header.fixed-top div#hoofdmenu ul li a:hover,
header.fixed-top div#hoofdmenu ul li a:focus {
  color: #499E47;
  text-decoration: none;
  background-image: url('../img/icons/hover-icon-menu-green.svg');
  transition-duration: 0.15s;
  background-position: 50% calc(100% - 8px);
}
header.fixed-top div#hoofdmenu ul li.current-menu-item a {
  background-image: url('../img/icons/hover-icon-menu-green.svg');
  background-position: 50% calc(100% - 8px);
}
header.fixed-top div#topmenu {
  margin-top: 0;
  transition-duration: 0.4s;
}
header.fixed-top div#topmenu ul li a {
  padding: 4px 0;
  margin-top: 4px;
  transition-duration: 0.4s;
  color: rgba(0,0,0,0.65);
}
header.fixed-top div#topmenu ul li a:hover,
header.fixed-top div#topmenu ul li a:focus {
  color: rgba(0,0,0,0.34);
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  body header .logo img {
    height: 96px;
    width: 201px;
  }
  body.home header .logo img {
    height: 96px;
    width: 201px;
  }
  body header.fixed-top .logo img,
  body.home header.fixed-top .logo img {
    height: 75px;
    width: 158px;
  }
  header nav div#hoofdmenu ul li:not(:last-child) {
    margin-right: 9px;
    height: 100%;
  }
  header nav div#hoofdmenu ul li a {
    font-size: 16px;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body header .logo img,
  body.home header .logo img {
    height: 92px;
    width: 193px;
  }
  body header.fixed-top .logo img,
  body.home header.fixed-top .logo img {
    height: 56px;
    width: 119px;
  }
  header {
    height: auto;
  }
  header .mobile-triggers {
    display: block;
  }
  header .mobile-triggers > a > div,
  header .mobile-triggers > div {
    position: fixed;
    top: 0;
    height: 64px;
    width: 76px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  header .mobile-triggers .langmenu {
    background-color: #fff;
    right: 76px;
  }
  header .mobile-triggers .langmenu ul li {
    text-align: center;
    padding: 16px 0 17px 0;
  }
  header .mobile-triggers .langmenu ul li a {
    color: #555;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
  }
  header .mobile-triggers .langmenu ul li a img,
  header .mobile-triggers .langmenu ul li a span {
    vertical-align: middle;
  }
  header .mobile-triggers .langmenu ul li:nth-child(1n + 2) {
    display: none;
  }
  header .mobile-triggers .langmenu ul li:nth-child(1n + 2).visible {
    display: block;
    background-color: #fff;
    padding: 8px 0 8px 0;
    border-top: 1px solid #e6e6e6;
  }
  header .mobile-triggers a.toggle-menu div {
    background-color: #499E47;
    background-image: url(../img/icons/hamburger-menu-icon.svg);
    background-size: auto 40px;
    right: 0;
  }
  header.fixed-top {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body header .logo img,
  body.home header .logo img {
    height: 77px;
    width: 161px;
  }
  header .logo {
    margin: 0 0 8px 0;
  }
  header .mobile-triggers > a > div,
  header .mobile-triggers > div {
    height: 64px;
    width: 70px;
  }
  header .mobile-triggers .langmenu {
    right: 70px;
  }
  header .mobile-triggers a.toggle-menu div {
    background-size: auto 34px;
  }
  header.fixed-top {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 400px) {
  body header .logo img,
  body.home header .logo img {
    height: 64px;
    width: 134px;
  }
  body header.fixed-top .logo img,
  body.home header.fixed-top .logo img {
    height: 47px;
    width: 99px;
  }
  header .mobile-triggers > a > div,
  header .mobile-triggers > div {
    height: 55px;
    width: 55px;
  }
  header .mobile-triggers .langmenu {
    right: 55px;
  }
  header .mobile-triggers .langmenu ul li {
    padding: 12px 0 12px 0;
  }
  header .mobile-triggers a.toggle-menu div {
    background-size: auto 32px;
  }
}
.homeslider.owl-theme .owl-dots {
  width: 40px;
  background: #499E47;
  position: absolute;
  z-index: 5;
  top: 310px;
  right: 0;
  border-radius: 5px 0 0 5px;
}
.homeslider.owl-theme .owl-dots .owl-dot {
  display: block !important;
}
.homeslider.owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.5);
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin: 18px 14px;
}
.homeslider.owl-theme .owl-dots .owl-dot.active span,
.homeslider.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
section#slider {
  background-color: #fff;
  height: 300px;
  padding: 0;
}
section#slider .row > div {
  display: table;
}
section#slider .container .row .col-xl-4 {
  z-index: 99;
}
section#slider .caption {
  display: table-cell;
  height: 300px;
  padding-top: 40px;
  vertical-align: middle;
  width: 100%;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  animation-fill-mode: forwards;
}
section#slider .bg-image {
  padding-left: 0;
  background-color: #fff;
  width: calc(50vw + 210px);
  animation: 1s ease-out 0s 1 slideFadeInFromLeft;
  position: absolute;
  height: 888px;
  right: 0;
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-2.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-1.jpg');
  background-repeat: no-repeat;
  background-position: -10px 0%, 50% 50%, 40% 0%;
  background-size: auto, auto, cover;
}
section#slider .bg-image .inner-bg-fix {
  width: 5px;
  height: 100%;
  background-color: #fff;
  margin-left: -3px;
}
section#slider.slide1 div.bg-image {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-2.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-1.jpg');
  background-position: -10px -10px, 50% 50%, 0% 0%;
}
section#slider.large {
  height: 920px;
}
section#slider.large .caption {
  height: 920px;
  padding-bottom: 40px;
}
section#slider.large .caption img {
  width: 220px;
  margin-bottom: 30px;
}
section#slider.large .caption h1 {
  display: none;
  margin-bottom: 30px;
}
section#slider.large .caption h1 span:first-of-type {
  font-weight: 600;
  font-size: 37px;
  line-height: 54px;
  color: #D8352C;
}
section#slider.large .caption h1 span:last-of-type {
  font-weight: 700;
  font-size: 51px;
  line-height: 59px;
  color: #499E47;
}
section#slider.large .caption > p {
  font-size: 18px;
  line-height: 1.88;
  color: rgba(0,0,0,0.76);
  margin-bottom: 60px;
}
section#slider.large .caption .btn {
  background-image: url('/wp-content/themes/nexttheme/img/icons/arrow-1-right-white.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 36px), 50%;
  padding: 22px 76px 18px 36px;
}
@media only screen and (max-width: 1200px) {
  section#slider .bg-image {
    width: calc(50vw + 160px);
  }
  section#slider.large .caption h1 {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  section#slider .bg-image {
    width: calc(50vw + 30px);
  }
  section#slider.large .caption img {
    width: 230px;
  }
}
@media only screen and (max-width: 768px) {
  section#slider .bg-image {
    width: calc(50vw - 20px);
    height: 560px;
    background-position: 1.6% 94%, 50% 50%, 40% 0%;
    background-size: auto 104%, auto, cover;
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-8.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-1.jpg');
  }
  section#slider.large .caption img {
    width: 190px;
    margin-top: 18px;
  }
  section#slider.slide1 div.bg-image {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-8.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-1.jpg');
    background-position: 1.6% 94%, 50% 50%, 0% 0%;
  }
  section#slider.slide2 div.bg-image {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-8.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-2.jpg');
  }
  section#slider.slide3 div.bg-image {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-8.svg'), linear-gradient(0deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.25) 100%), url('/wp-content/themes/nexttheme/img/bg-cover-3.jpg');
    background-position: 1.6% 94%, 50% 50%, 75% 0%;
  }
  section#slider.large {
    height: 570px;
  }
  section#slider.large .caption {
    height: 570px;
    padding-bottom: 0;
  }
  section#slider.large .caption h1 {
    margin-bottom: 20px;
  }
  section#slider.large .caption h1 span:first-of-type {
    font-size: 28px;
    line-height: 42px;
  }
  section#slider.large .caption h1 span:last-of-type {
    font-size: 36px;
    line-height: 40px;
  }
  section#slider.large .caption > p {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 230px;
  }
  section#slider.large .caption .btn {
    background-position: calc(100% - 26px), 50%;
    padding: 18px 66px 14px 26px;
  }
}
@media only screen and (max-width: 400px) {
  section#slider .bg-image {
    width: calc(50vw - 40px);
    height: 520px;
    background-position: 1.6% 94%, 50% 50%, 40% 0%;
    background-size: auto 104%, auto, cover;
  }
  section#slider.large .caption img {
    width: 170px;
    margin-top: 18px;
  }
  section#slider.large {
    height: 570px;
  }
  section#slider.large .caption {
    height: 570px;
    padding-bottom: 0;
  }
  section#slider.large .caption h1 {
    margin-bottom: 20px;
    line-height: 1;
  }
  section#slider.large .caption h1 span:first-of-type {
    font-size: 24px;
    line-height: 30px;
  }
  section#slider.large .caption h1 span:last-of-type {
    font-size: 30px;
    line-height: 32px;
  }
  section#slider.large .caption > p {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 212px;
  }
  section#slider.large .caption .btn {
    background-position: calc(100% - 26px), 50%;
    padding: 18px 66px 14px 26px;
  }
}
footer {
  padding: 0;
  background-color: #eaf3ea;
}
footer a {
  color: #1C97E0;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: #5fb7ea;
}
footer .main {
  padding: 0px 0 50px;
}
footer .main .container .row > p {
  margin-top: 30px;
}
footer .main .container .row .col-lg-4 > img {
  max-width: 80%;
}
footer .main .container .row .col-lg-4 > p {
  margin-top: 30px;
}
footer .main .container .row .col-lg-4 > a {
  display: block;
  color: #499E47;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
footer .main .container .row .col-lg-4 > a:nth-of-type(1n + 2) {
  margin-top: 15px;
}
footer .main .container .row .col-lg-4 > a:hover {
  color: #75c072;
}
footer .main .container .row .col-lg-4 > a img {
  margin-right: 20px;
}
footer .main .container .row .socialmediacontainer ul a li {
  margin: 20px 0;
}
footer .main .container .row .socialmediacontainer ul a li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
footer .main .container .row .socialmediacontainer ul a li p {
  display: inline-block;
  width: calc(100% - 65px);
  margin-bottom: 0;
  vertical-align: middle;
}
footer .main .container .row .socialmediacontainer ul a li p span {
  color: #008DF4;
}
footer .main .container .row .socialmediacontainer ul a:hover li p span {
  color: #43b0fe;
}
footer .main .container .row .col-sm-12:nth-of-type(1n + 2) {
  margin-top: 80px;
}
footer .main .container .row .col-sm-12:nth-of-type(3) ul li a {
  font-size: 17px;
  margin-top: 6px;
  display: inline-block;
  color: #008DF4;
}
footer .disclaimer .row {
  padding: 35px 0 50px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
footer .disclaimer .row > div:first-of-type p {
  font-weight: 700;
  color: rgba(0,0,0,0.65);
  font-size: 15px;
  margin-bottom: 0;
}
footer .disclaimer .row > div:last-of-type {
  text-align: right;
}
footer .disclaimer .row > div:last-of-type a {
  color: rgba(0,0,0,0.5);
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  footer .main .container .row .col-lg-4 > a {
    font-size: 16px;
  }
  footer .main .container .row .col-lg-4 > a img {
    margin-right: 16px;
    width: 44px;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    text-align: left;
  }
  footer .main {
    padding: 0px 0 50px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(1n + 2) {
    margin-top: 35px;
  }
  footer .main .container .row > div:nth-of-type(1n + 2) {
    margin-top: 35px;
  }
  footer .main .container .row .col-lg-4 > a:nth-of-type(1n + 2) {
    margin-top: 15px;
  }
  footer .main .container .row .col-lg-4 > a img {
    margin-right: 20px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(-1n + 3) ul {
    margin-top: 18px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(-1n + 3) ul li {
    width: 100%;
    padding-left: 0px;
    min-height: 44px;
    margin-bottom: 15px;
  }
  footer .main .container .row .col-lg-3 p {
    width: 100%;
    margin-top: 14px;
  }
  footer .disclaimer .row {
    padding: 35px 0 50px;
  }
  footer .disclaimer .row > div:first-of-type p {
    text-align: center;
  }
  footer .disclaimer .row > div:last-of-type {
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0 0;
  }
  footer .main {
    padding: 0px 0 50px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(1) p {
    margin-top: 30px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(-1n + 3) ul {
    margin-bottom: 50px;
  }
  footer .main .container .row .col-sm-12:nth-of-type(-1n + 3) ul li {
    margin-top: 10px;
  }
  footer .main .container .row .col-lg-3 p {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 400px) {
  footer .main .container .row .col-lg-3 p {
    width: 100%;
  }
  footer .main .container .row .col-lg-3 p:last-of-type {
    margin-top: 0;
  }
  footer .disclaimer .row .col-md-6:last-of-type a {
    margin-bottom: 10px;
    display: inline-block;
  }
}
section#fruitslider .fruitslider1 .item img,
section#fruitslider .fruitslider2 .item img {
  width: 150px;
  display: block;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1200px) {
  section#fruitslider .fruitslider1 .item img,
  section#fruitslider .fruitslider2 .item img {
    width: 120px;
  }
}
@media only screen and (max-width: 992px) {
  section#fruitslider .fruitslider1 .item img,
  section#fruitslider .fruitslider2 .item img {
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  section#fruitslider .fruitslider1 .item img,
  section#fruitslider .fruitslider2 .item img {
    width: 130px;
  }
}
@media only screen and (max-width: 400px) {
  section#fruitslider .fruitslider1 .item img,
  section#fruitslider .fruitslider2 .item img {
    width: 100px;
  }
}
section#counteranimation.groothandel {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-3.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 300px) 170px;
  padding-top: 140px;
  padding-bottom: 50px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer {
  text-align: center;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
  padding-right: 30px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row:first-of-type {
  margin-bottom: 30px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6 {
  height: 150px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6:first-of-type {
  border-right: 1px solid #e5e5e5;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
  padding-left: 30px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:first-of-type {
  padding-right: 15px;
  padding-left: 0;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:last-of-type {
  padding-right: 0;
  padding-left: 15px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row {
  margin-left: 0;
  margin-right: 0;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row > .col-12 {
  height: 164.5px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row:first-child {
  border-bottom: 1px solid #e5e5e5;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2,
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3,
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6,
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
  background-repeat: no-repeat;
  background-position: center;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2 {
  background-image: url('../img/icons/icon-vloeroppervlak.svg');
  background-size: 50%;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3 {
  background-image: url('../img/icons/icon-star.svg');
  background-size: 85%;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6 {
  background-image: url('../img/icons/count-icon-green-3.svg');
  background-size: 55%;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
  background-image: url('../img/icons/icon-fruit-vegetables.svg');
  background-size: 55%;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.counter {
  color: #499e47;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.description {
  color: #D8352C;
  display: inline-block;
  width: 100%;
  font-size: 17px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.extradescription {
  color: #D8352C;
  display: inline-block;
  width: 100%;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.extra {
  color: #499e47;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
  margin-top: 39px;
  font-size: 30px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
  margin-top: 23px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.extradescription {
  font-size: 11px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
  margin-top: 49px;
}
section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
  margin-top: 43px;
}
@media only screen and (max-width: 1200px) {
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 45px;
    font-size: 23px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 14px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 28px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 49px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 43px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  section#counteranimation.groothandel {
    padding-top: 70px;
    background-size: 720px;
    background-position: 50% 100%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-right: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row {
    border-radius: 0 15px 0 15px;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row:first-of-type {
    margin-bottom: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
    height: 120px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6:first-of-type {
    border-right: 1px solid #e5e5e5;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:first-of-type {
    padding-right: 8px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:last-of-type {
    padding-left: 7px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner {
    border-radius: 0 15px 0 15px;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row > .col-12 {
    height: 127.5px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row:first-child {
    border-bottom: 1px solid #e5e5e5;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3 {
    background-size: 75%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 27px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 20px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 32px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 32px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer {
    padding-left: 0;
    padding-right: 0;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-left: 0;
    padding-right: 7.5px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 7.5px;
    padding-right: 0;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3 {
    background-size: 75%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
    background-size: 40%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 27px;
    font-size: 24px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 10px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 32px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 15px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 32px;
    font-size: 30px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 15px;
  }
}
@media only screen and (max-width: 548px) {
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3 {
    background-size: 85%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
    letter-spacing: -0.6px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 27px;
    font-size: 20px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 11px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.extra {
    font-size: 14px;
    width: 100%;
    margin-top: -2px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 20px;
    font-size: 27px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 11.5px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.extradescription {
    font-size: 10.5px;
    letter-spacing: -0.5;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 32px;
    font-size: 27px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 11.5px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 32px;
    font-size: 27px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 400px) {
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box2 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box3 {
    background-size: 90%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box6 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box7 {
    background-size: 50%;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 32px;
    font-size: 23px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 13px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box1 span.extra {
    font-size: 14px;
    width: auto;
    margin-top: auto;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 17px;
    font-size: 33px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 13px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 30px;
    font-size: 33px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 13px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 30px;
    font-size: 33px;
  }
  section#counteranimation.groothandel .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 13px;
  }
}
section#counteranimation.retail {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-3.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 300px) 170px;
  padding-top: 140px;
  padding-bottom: 50px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer {
  text-align: center;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
  padding-right: 30px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row:first-of-type {
  margin-bottom: 30px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6 {
  height: 150px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6:first-of-type {
  border-right: 1px solid #e5e5e5;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
  padding-left: 30px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:first-of-type {
  padding-right: 15px;
  padding-left: 0;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:last-of-type {
  padding-right: 0;
  padding-left: 15px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row {
  margin-left: 0;
  margin-right: 0;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row > .col-12 {
  height: 164.5px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row:first-child {
  border-bottom: 1px solid #e5e5e5;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2,
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3,
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6,
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
  background-repeat: no-repeat;
  background-position: center;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2 {
  background-image: url('../img/icons/icon-fruit-vegetables.svg');
  background-size: 55%;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3 {
  background-image: url('../img/icons/icon-performance.svg');
  background-size: 60%;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6 {
  background-image: url('../img/icons/icon-pallet.svg');
  background-size: 65%;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
  background-image: url('../img/icons/count-icon-green-4.svg');
  background-size: 50%;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer span.counter {
  color: #499e47;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -2px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer span.description {
  color: #D8352C;
  display: inline-block;
  width: 100%;
  font-size: 17px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer span.extra {
  color: #499e47;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
  margin-top: 24px;
  font-size: 42px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
  margin-top: 30px;
  font-size: 42px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
  margin-top: 45px;
  font-size: 32px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
  margin-top: 40px;
  font-size: 26px;
}
section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
  font-size: 15px;
  padding: 0 10px;
}
@media only screen and (max-width: 1200px) {
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 24px;
    font-size: 40px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 30px;
    font-size: 39px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 45px;
    font-size: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 40px;
    font-size: 24px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 13.5px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  section#counteranimation.retail {
    padding-top: 70px;
    background-size: 720px;
    background-position: 50% 100%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-right: 15px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row {
    border-radius: 0 15px 0 15px;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row:first-of-type {
    margin-bottom: 15px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
    height: 120px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first > .row > .col-xs-6:first-of-type {
    border-right: 1px solid #e5e5e5;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:first-of-type {
    padding-right: 8px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6:last-of-type {
    padding-left: 7px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner {
    border-radius: 0 15px 0 15px;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row > .col-12 {
    height: 127.5px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second > .row > .col-xs-6 > .inner > .row:first-child {
    border-bottom: 1px solid #e5e5e5;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2 {
    background-size: 45%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3 {
    background-size: 50%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6 {
    background-size: 35%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
    background-size: 40%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 24px;
    font-size: 40px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 24px;
    font-size: 39px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 29px;
    font-size: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 29px;
    font-size: 24px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 13.5px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  section#counteranimation.retail .container .row .col-md-7 .countercontainer {
    padding-left: 0;
    padding-right: 0;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-left: 0;
    padding-right: 7.5px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 7.5px;
    padding-right: 0;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2 {
    background-size: 45%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3 {
    background-size: 50%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6 {
    background-size: 50%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
    background-size: 40%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 18px;
    font-size: 40px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 19px;
    font-size: 39px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 28px;
    font-size: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 21px;
    font-size: 24px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 13.5px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 548px) {
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2 {
    background-size: 65%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3 {
    background-size: 70%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6 {
    background-size: 55%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
    background-size: 60%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
    letter-spacing: -0.6px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 24px;
    font-size: 27px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.description {
    font-size: 12px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.extra {
    font-size: 16px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 24px;
    font-size: 27px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.description {
    font-size: 12px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.extra {
    font-size: 16px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 31px;
    font-size: 20px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.description {
    font-size: 12px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 23px;
    font-size: 18px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 11px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 400px) {
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.first {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer > .row > .col-xs-6.second {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box2 {
    background-size: 50%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box3 {
    background-size: 55%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box6 {
    background-size: 40%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box7 {
    background-size: 45%;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.counter {
    font-size: 22px;
    letter-spacing: -2px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer span.description {
    font-size: 14px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box1 span.counter {
    margin-top: 18px;
    font-size: 40px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box4 span.counter {
    margin-top: 19px;
    font-size: 39px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box5 span.counter {
    margin-top: 28px;
    font-size: 30px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.counter {
    margin-top: 21px;
    font-size: 24px;
  }
  section#counteranimation.retail .container .row .col-md-7 .countercontainer .box8 span.description {
    font-size: 13.5px;
    padding: 0 10px;
  }
}
section#maincontent figure.wp-block-gallery ul li figure {
  border-radius: 8px;
  box-shadow: 0 12px 30px 0 rgba(0,0,0,0.11);
}
section#maincontent figure.wp-block-gallery ul li figure img {
  border-radius: 8px;
}
section#maincontent figure.wp-block-gallery ul li figure figcaption {
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.1) 60%,transparent);
}
section#maincontent figure.wp-block-gallery ul li figure figcaption a,
section#maincontent figure.wp-block-gallery ul li figure figcaption span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
section#maincontent figure.wp-block-image img {
  border-radius: 4px;
  box-shadow: 0 12px 30px 0 rgba(0,0,0,0.11);
}
section#maincontent p.introtext {
  font-size: 22px;
  font-weight: 300;
  color: #555;
}
section#maincontent .vacatureoverzicht,
section#maincontent .nieuwsoverzicht {
  margin-bottom: 30px;
}
section#maincontent .vacatureoverzicht a,
section#maincontent .nieuwsoverzicht a {
  text-decoration: none;
}
section#maincontent .vacatureoverzicht a:hover h2,
section#maincontent .nieuwsoverzicht a:hover h2 {
  opacity: 0.7;
}
section#maincontent .sidebar {
  padding-left: 50px;
}
section#maincontent .sidebar .other-vacancies h3 {
  margin-top: 0;
}
section#maincontent .sidebar .other-vacancies ul {
  list-style-type: none;
  padding: 0;
}
section#maincontent .sidebar .other-vacancies ul li {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
}
section#maincontent .sidebar .other-vacancies ul li:nth-of-type(1n + 2) {
  border-top: 1px solid #e6e6e6;
}
section#maincontent svg {
  max-width: 100%;
}
section#maincontent .vacatureoverzicht .item {
  clear: none;
}
section#maincontent .vacatureoverzicht .item:nth-of-type(1n + 3) {
  margin-top: 25px;
}
section#maincontent .vacatureoverzicht .item .inner {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
}
section#maincontent .vacatureoverzicht .item .inner img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
section#maincontent .vacatureoverzicht .item .inner h2 {
  margin: 0;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
section#maincontent .nieuwsoverzicht .item {
  clear: none;
}
section#maincontent .nieuwsoverzicht .item:nth-of-type(1n + 4) {
  margin-top: 25px;
}
section#maincontent .nieuwsoverzicht .item .inner {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
}
section#maincontent .nieuwsoverzicht .item .inner img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
section#maincontent .nieuwsoverzicht .item .inner h2 {
  margin: 0;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
section#maincontent .dgfg-map-contact {
  border: 1px solid #cfe5cf;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  animation-fill-mode: forwards;
  margin-bottom: 50px;
}
section#maincontent .dgfg-map-contact #DG-map-Breda,
section#maincontent .dgfg-map-contact #DG-map-Hedel,
section#maincontent .dgfg-map-contact #DG-map-Kent {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.7s;
  opacity: 0;
  animation-fill-mode: forwards;
}
section#maincontent .dgfg-map-contact #DG-map-Hedel {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
section#maincontent .dgfg-map-contact #DG-map-Breda {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
section#maincontent .dgfg-map-contact #DG-map-Kent {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
section#maincontent .dgfg-map-sourcing {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  animation-fill-mode: forwards;
  margin-bottom: 50px;
}
section#maincontent .dgfg-map-sourcing #DG-map-Europe,
section#maincontent .dgfg-map-sourcing #DG-map-Africa,
section#maincontent .dgfg-map-sourcing #DG-map-Australia,
section#maincontent .dgfg-map-sourcing #DG-map-North-America,
section#maincontent .dgfg-map-sourcing #DG-map-South-America,
section#maincontent .dgfg-map-sourcing #DG-map-Asia {
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.7s;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
section#maincontent .dgfg-map-sourcing #DG-map-Europe:hover,
section#maincontent .dgfg-map-sourcing #DG-map-Africa:hover,
section#maincontent .dgfg-map-sourcing #DG-map-Australia:hover,
section#maincontent .dgfg-map-sourcing #DG-map-North-America:hover,
section#maincontent .dgfg-map-sourcing #DG-map-South-America:hover,
section#maincontent .dgfg-map-sourcing #DG-map-Asia:hover {
  fill: #D8352C;
  transition-duration: 0.15;
}
section#maincontent .dgfg-map-sourcing #C-Asia,
section#maincontent .dgfg-map-sourcing #C-Europe,
section#maincontent .dgfg-map-sourcing #C-Africa,
section#maincontent .dgfg-map-sourcing #C-North-America,
section#maincontent .dgfg-map-sourcing #C-South-America {
  stroke: rgba(0,0,0,0);
  stroke-width: 0;
}
body {
  padding-top: 0px;
}
section#alertmelding {
  display: none;
  padding: 8px 0;
  background-color: #f0f6f0;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
section#alertmelding .container .row p {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}
section#alertcont {
  padding: 0;
  position: fixed;
  bottom: 45px;
  left: 45px;
  width: 550px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 26px 0 rgba(0,0,0,0.14);
  z-index: 999;
  margin-left: -1000px;
  transition-duration: 1s;
}
body:not(.home) section#alertcont {
  display: none;
}
section#alertcont.active {
  margin-left: 0;
  transition-duration: 1.5s;
  transition-delay: 1.5s;
}
section#alertcont a {
  text-decoration: none;
  color: rgba(0,0,0,0.75);
}
section#alertcont .inner {
  margin-top: 35px;
  padding: 0 30px 35px 30px;
}
section#alertcont .inner:hover h3 {
  opacity: 0.8;
}
section#alertcont .inner h3 {
  margin-top: 0;
  padding-top: 0;
}
section#alertcont .inner > *:last-child {
  margin-bottom: 0;
}
section#alertcont .inner p {
  margin-bottom: 12px;
}
section#alertcont .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px 13px;
  padding: 2px;
  cursor: pointer;
}
section#alertcont .closebtn:hover {
  opacity: 0.8;
}
section#alertcont .closebtn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
section#alertcont .closebtn p {
  display: inline-block;
  color: #AEAEAE;
  font-size: 16px;
  margin-bottom: 0;
  vertical-align: middle;
}
section#properties {
  padding-top: 0;
  margin-top: -180px;
}
section#properties .container .row .col-md-2 a {
  text-decoration: none;
}
section#properties .container .row .col-md-2 a .inner {
  background-color: #fff;
  border-radius: 8px;
  min-height: 202px;
  padding: 40px 8px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  transition-duration: 0.15s;
  margin-top: 4px;
}
section#properties .container .row .col-md-2 a .inner img {
  margin: 0 auto 0;
  display: block;
}
section#properties .container .row .col-md-2 a .inner h3 {
  color: #d8352c;
  text-align: center;
  margin-top: 0;
  font-size: 22px;
}
section#properties .container .row .col-md-2 a:hover .inner {
  box-shadow: 0 18px 40px 0 rgba(0,0,0,0.14);
  margin-top: 0px;
  transition-duration: 0.15s;
}
section#properties .container .row .col-md-2:nth-of-type(1) a .inner img {
  margin: 14px auto 22px;
  height: 54px;
}
section#properties .container .row .col-md-2:nth-of-type(2) a .inner img {
  margin: 14px auto 22px;
  height: 54px;
}
section#properties .container .row .col-md-2:nth-of-type(4) a .inner img {
  margin: 4px auto 26px;
  height: 58px;
}
section#properties .container .row .col-md-2:nth-of-type(3) a .inner img {
  margin: 0 auto 20px;
  height: 70px;
}
section#properties .container .row .col-md-2:nth-of-type(5) a .inner img {
  margin: 0 auto 20px;
  height: 70px;
}
section#properties .container .row .col-md-2:nth-of-type(6) a .inner img {
  margin: 14px auto 22px;
  height: 54px;
}
section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
}
html.en section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
}
section#ninetiles {
  padding-top: 140px;
}
section#ninetiles > .container > .row .col-md-7 > .row .col-md-4 .imgcont {
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 4px;
}
section#ninetiles > .container > .row .col-md-7 > .row .col-md-4:nth-of-type(-1n + 6) .imgcont {
  margin-bottom: 25px;
}
section#introduction.retail .countercontainer > div > .cont2 > div img {
  margin-top: 40px;
  height: 70px;
}
section#introduction.retail .countercontainer > div > .cont3 > div:first-of-type {
  padding-top: 15px;
}
section#introduction.retail .countercontainer > div > .cont3 > div:first-of-type p span.counter {
  font-size: 34px;
}
section#introduction.retail .countercontainer > div > .cont3 > div img {
  margin-top: 34px;
  height: 78px;
}
section#introduction {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-3.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 300px) 170px;
  padding-top: 140px;
  padding-bottom: 50px;
}
section#introduction:not(.retail) .countercontainer > div > .cont4 > div:first-of-type img {
  margin-top: 33px;
  width: 76px;
}
section#introduction:not(.retail) .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
  font-size: 44px;
  margin-bottom: 0;
}
section#introduction .countercontainer {
  height: 320px;
}
section#introduction .countercontainer > div {
  height: 100%;
  text-align: center;
}
section#introduction .countercontainer > div p {
  margin: 0;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
section#introduction .countercontainer > div p:first-of-type {
  color: #499E47;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -2px;
}
section#introduction .countercontainer > div p:last-of-type {
  color: #D8352C;
  font-size: 17px;
  line-height: 20px;
}
section#introduction .countercontainer > div p span.smaller {
  font-size: 25px;
}
section#introduction .countercontainer > div > .cont1 > div,
section#introduction .countercontainer > div > .cont2 > div {
  height: 100%;
  width: calc(50% - 1px);
  float: left;
}
section#introduction .countercontainer > div > .cont1 > div:first-of-type,
section#introduction .countercontainer > div > .cont2 > div:first-of-type {
  border-right: 1px solid rgba(0,0,0,0.09);
}
section#introduction .countercontainer > div > .cont1 > div p:first-of-type {
  margin-top: 20px;
}
section#introduction .countercontainer > div > .cont1 > div img {
  margin-top: 34px;
}
section#introduction .countercontainer > div > .cont2 > div p:first-of-type {
  margin-top: 12px;
}
section#introduction .countercontainer > div > .cont2 > div img {
  margin-top: 55px;
  width: calc(100% - 20px);
}
section#introduction .countercontainer > div > .cont3 > div:first-of-type {
  padding-top: 35px;
}
section#introduction .countercontainer > div > .cont3 > div img {
  margin-top: 50px;
}
section#introduction .countercontainer > div > .cont4 > div img {
  margin-top: 56px;
  width: 76px;
}
section#introduction .countercontainer > div > .cont4 > div:last-of-type {
  padding-top: 28px;
}
section#introduction .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
  font-size: 26px;
  margin-bottom: 6px;
}
section#introduction .countercontainer > div > .cont3 > div,
section#introduction .countercontainer > div > .cont4 > div {
  height: calc(50% - 1px);
  width: 100%;
}
section#introduction .countercontainer > div > .cont3 > div:first-of-type,
section#introduction .countercontainer > div > .cont4 > div:first-of-type {
  border-bottom: 1px solid rgba(0,0,0,0.09);
}
section#introduction .countercontainer > div:first-of-type {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
}
section#introduction .countercontainer > div:last-of-type {
  width: calc(50% - 15px);
  float: right;
}
section#introduction .countercontainer > div > div {
  background-color: #fff;
  box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
  border-radius: 0 30px 0 30px;
}
section#introduction .countercontainer > div:first-of-type > div {
  width: 100%;
  height: calc(50% - 15px);
}
section#introduction .countercontainer > div:first-of-type > div:first-of-type {
  margin-bottom: 30px;
}
section#introduction .countercontainer > div:last-of-type > div {
  width: calc(50% - 15px);
  height: 100%;
  float: right;
}
section#introduction .countercontainer > div:last-of-type > div:first-of-type {
  margin-right: 30px;
  float: left;
}
section#references {
  background-image: url('../img/fruit-home-reviews.jpeg');
  background-repeat: no-repeat;
  background-position: 112% 85%;
  background-size: 650px;
  padding-top: 140px;
}
section#references h2 {
  margin-bottom: 0;
}
section#references .partnerslider .slide img {
  height: 100%;
  width: auto;
  max-height: 66px;
  display: block;
  margin: 0 auto 30px;
}
section#references .partnerslider .slide p {
  font-family: 'Epilogue', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(0,0,0,0.6);
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 0;
  text-align: center;
}
section#references .partnerslider .owl-nav .owl-prev,
section#references .partnerslider .owl-nav .owl-next {
  position: absolute;
  background-color: #499E47;
  margin: 0;
  color: rgba(0,0,0,0);
  margin-top: -160px;
  padding: 13px 16px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
  transition-duration: 0.15s;
}
section#references .partnerslider .owl-nav .owl-prev:hover,
section#references .partnerslider .owl-nav .owl-next:hover {
  background-color: #56b152;
  transition-duration: 0.15s;
}
section#references .partnerslider .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 99px 99px 0;
}
section#references .partnerslider .owl-nav .owl-next {
  right: 0;
  border-radius: 99px 0 0 99px;
}
section#references .partnerslider .owl-dots .owl-dot span {
  background-color: #D2E4D2;
}
section#references .partnerslider .owl-dots .owl-dot.active span {
  background-color: #499E47;
}
section#extraslider {
  border-top: 1px solid #e9e9e9;
}
section#extraslider .extraslider .slide .container {
  height: 500px;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 12px 30px 0 rgba(0,0,0,0.11);
}
section#extraslider .extraslider .owl-nav .owl-prev,
section#extraslider .extraslider .owl-nav .owl-next {
  position: absolute;
  background-color: #499E47;
  margin: 0;
  color: rgba(0,0,0,0);
  margin-top: -320px;
  padding: 13px 16px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
  transition-duration: 0.15s;
}
section#extraslider .extraslider .owl-nav .owl-prev:hover,
section#extraslider .extraslider .owl-nav .owl-next:hover {
  background-color: #56b152;
  transition-duration: 0.15s;
}
section#extraslider .extraslider .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 99px 99px 0;
}
section#extraslider .extraslider .owl-nav .owl-next {
  right: 0;
  border-radius: 99px 0 0 99px;
}
section#extraslider .extraslider .owl-dots .owl-dot span {
  background-color: #D2E4D2;
}
section#extraslider .extraslider .owl-dots .owl-dot.active span {
  background-color: #499E47;
}
section#usps {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-1.svg');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding-bottom: 340px;
  padding-top: 140px;
}
section#usps .container .subhead {
  text-align: center;
}
section#usps .container h2 {
  text-align: center;
  margin-bottom: 80px;
}
section#usps .container .row .col-md-2 img {
  display: block;
  margin: 0 auto 0;
}
section#usps .container .row .col-md-5 ul {
  margin-top: 25px;
}
section#usps .container .row .col-md-5 ul li {
  background-repeat: no-repeat;
  min-height: 60px;
  margin-bottom: 25px;
  font-size: 19px;
}
section#usps .container .row .col-md-5:first-of-type ul li {
  padding-right: 165px;
  padding-left: 40px;
  background-position: calc(100% - 100px) 50%, 100% 50%;
  text-align: right;
}
section#usps .container .row .col-md-5:first-of-type ul li:first-of-type {
  background-image: url('/wp-content/themes/nexttheme/img/icons/checkmark-outline-green.svg'), url('/wp-content/themes/nexttheme/img/icons/line-top-left.svg');
}
section#usps .container .row .col-md-5:first-of-type ul li:last-of-type {
  background-image: url('/wp-content/themes/nexttheme/img/icons/checkmark-outline-green.svg'), url('/wp-content/themes/nexttheme/img/icons/line-bottom-left.svg');
}
section#usps .container .row .col-md-5:last-of-type ul li {
  padding-right: 40px;
  padding-left: 165px;
  background-position: 100px 50%, 0% 50%;
  text-align: left;
}
section#usps .container .row .col-md-5:last-of-type ul li:first-of-type {
  background-image: url('/wp-content/themes/nexttheme/img/icons/checkmark-outline-green.svg'), url('/wp-content/themes/nexttheme/img/icons/line-top-right.svg');
}
section#usps .container .row .col-md-5:last-of-type ul li:last-of-type {
  background-image: url('/wp-content/themes/nexttheme/img/icons/checkmark-outline-green.svg'), url('/wp-content/themes/nexttheme/img/icons/line-bottom-right.svg');
}
section#pagecover {
  background-color: #444;
  background-image: url('/wp-content/themes/nexttheme/img/cover-bananen-1.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 500px;
  padding: 0;
}
section#pagecover .pageinner {
  height: 100%;
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-5.svg'), url('/wp-content/themes/nexttheme/img/swoosh/bg-4.svg'), linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%);
  background-repeat: no-repeat;
  background-position: 50% 101%, calc(50vw - 780px) 0%, 50% 50%;
  background-size: auto, auto, auto;
}
section#pagecover .row > div {
  display: table;
}
section#pagecover .caption {
  display: table-cell;
  height: 460px;
  padding-top: 40px;
  vertical-align: middle;
  width: 100%;
}
section#pagecover .caption img {
  display: block;
  margin: 60px auto 0;
}
section#pagecover .caption h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
section#pagecover .caption p {
  text-align: center;
  color: rgba(255,255,255,0.85);
  font-size: 22px;
  margin-bottom: 0px;
}
section#subpages {
  padding-top: 0;
  padding-bottom: 20px;
}
section#subpages .container .row .col-md-6 .inner {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 22px 0 rgba(0,0,0,0.18);
  margin-top: -110px;
}
section#subpages .container .row .col-md-6 .inner ul {
  overflow: auto;
}
section#subpages .container .row .col-md-6 .inner ul li {
  width: calc(50% - 25px);
  float: left;
}
section#subpages .container .row .col-md-6 .inner ul li:nth-of-type(odd) {
  margin-right: 50px;
}
section#subpages .container .row .col-md-6 .inner ul li a {
  color: rgba(0,0,0,0.62);
  padding: 4px 0;
  background-image: url(../img/icons/green-arrow-right-circle-small.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: inline-block;
  width: 100%;
}
section#categoryusps {
  padding-top: 20px;
}
section#categoryusps .container .row > div:first-of-type img {
  width: 100%;
}
section#categoryusps .container .row > div:last-of-type h2 {
  margin-bottom: 40px;
}
section#categoryusps .container .row > div:last-of-type .item {
  padding-left: 60px;
  background-image: url(../img/icons/green-check-filled.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 20px;
  min-height: 70px;
}
section#categoryusps .container .row > div:last-of-type .item h4 {
  font-weight: 600;
  font-size: 21px;
}
section#categoryoverview {
  border-top: 1px solid #ebebeb;
  text-align: center;
}
section#categoryoverview img {
  display: block;
  margin: -107px auto 0;
  width: 55px;
}
section#categoryoverview h3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
section#categoryoverview ul li {
  display: inline-block;
}
section#categoryoverview ul li:nth-of-type(1n + 2) {
  margin-left: 30px;
}
section#categoryoverview ul li a {
  font-weight: 300;
  color: rgba(0,0,0,0.65);
  font-size: 22px;
}
section#cta-area {
  background-image: url('../img/swoosh/bg-6.svg'), url('../img/swoosh/bg-7.svg'), url('../img/cover-bananen-1.jpg');
  background-repeat: no-repeat;
  background-position: 50% -10px, 50% 102%, 50% 50%;
  background-size: 101%, 140%, cover;
  padding-top: 180px;
  padding-bottom: 50px;
}
section#cta-area .container .row .inner {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 29px 0 rgba(0,0,0,0.09);
  padding: 48px 38px;
  text-align: center;
}
section#cta-area .container .row .inner h3 {
  margin-top: 0;
}
section#cta-area .container .row .inner > p {
  margin-bottom: 35px;
}
section#cta-area .container .row .inner a {
  color: rgba(0,0,0,0.7);
}
section#cta-area .container .row .inner .contactcontainer {
  overflow: auto;
}
section#cta-area .container .row .inner .contactcontainer > div {
  float: left;
  width: calc(50% - 0.5px);
  margin-bottom: 15px;
}
section#cta-area .container .row .inner .contactcontainer > div:first-of-type {
  border-right: 1px solid #ddd;
}
section#cta-area .container .row .inner .contactcontainer > div img {
  display: block;
  margin: 0 auto 10px;
}
section#historyslider {
  padding: 30px 0 80px 0;
}
section#historyslider .row .owl-nav .owl-prev,
section#historyslider .row .owl-nav .owl-next {
  position: absolute;
  background-color: #499E47;
  margin: 0;
  color: rgba(0,0,0,0);
  margin-top: -246px;
  padding: 13px 16px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
  transition-duration: 0.15s;
}
section#historyslider .row .owl-nav .owl-prev:hover,
section#historyslider .row .owl-nav .owl-next:hover {
  background-color: #56b152;
  transition-duration: 0.15s;
}
section#historyslider .row .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 99px 99px 0;
}
section#historyslider .row .owl-nav .owl-next {
  right: 0;
  border-radius: 99px 0 0 99px;
}
section#historyslider .row .owl-item:nth-of-type(odd) .col-md-12 {
  background-image: url('../img/history/history-part-1.svg');
}
section#historyslider .row .owl-item:nth-of-type(odd) .col-md-12 h3 {
  padding-top: 120px;
}
section#historyslider .row .owl-item:nth-of-type(odd) .col-md-12 img {
  margin-top: 70px;
}
section#historyslider .row .owl-item:nth-of-type(even) .col-md-12 {
  background-image: url('../img/history/history-part-2.svg');
}
section#historyslider .row .owl-item:nth-of-type(even) .col-md-12 h3 {
  padding-top: 50px;
}
section#historyslider .row .owl-item:nth-of-type(even) .col-md-12 img {
  margin-top: 30px;
}
section#historyslider .row .owl-item:first-of-type .col-md-12 {
  background-image: url('../img/history/history-part-3.svg');
  background-size: 2550px;
  background-position: calc(50% + 45px) 50%;
}
section#historyslider .row .owl-item:first-of-type .col-md-12 h3 {
  color: #D8352C;
}
section#historyslider .row .owl-item:first-of-type .col-md-12 h3,
section#historyslider .row .owl-item:first-of-type .col-md-12 p {
  padding-left: 80px;
}
section#historyslider .row .owl-item:last-of-type .col-md-12 {
  background-image: url('../img/history/history-part-4.svg');
  background-size: 2550px;
  background-position: calc(50% - 45px) 50%;
}
section#historyslider .row .owl-item:last-of-type .col-md-12 h3 {
  color: #D8352C;
}
section#historyslider .row .owl-item:last-of-type .col-md-12 h3,
section#historyslider .row .owl-item:last-of-type .col-md-12 p {
  padding-right: 80px;
}
section#historyslider .row .owl-item .col-md-12 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1500px;
  height: 520px;
}
section#historyslider .row .owl-item .col-md-12 > .top,
section#historyslider .row .owl-item .col-md-12 > .bottom {
  width: 100%;
  height: 210px;
}
section#historyslider .row .owl-item .col-md-12 > .top {
  padding-bottom: 32px;
  text-align: center;
}
section#historyslider .row .owl-item .col-md-12 > .top img {
  display: inline-block;
}
section#historyslider .row .owl-item .col-md-12 > .bottom {
  padding-top: 32px;
}
section#historyslider .row .owl-item .col-md-12 h3 {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 27px;
}
section#historyslider .row .owl-item .col-md-12 p {
  margin-bottom: 0;
  font-size: 15px;
}
section#historyslider .row .owl-item .col-md-12 img {
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.21);
  max-width: 240px;
  display: block;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1200px) {
  section#properties .container .row .col-md-2 a .inner {
    min-height: initial;
    padding: 20px 0px 20px 0px;
  }
  section#properties .container .row .col-md-2 a .inner h3 {
    font-size: 17px;
  }
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 15.5px;
    line-height: 1.3;
  }
  html.en section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 17px;
  }
  section#introduction .countercontainer:not(.retail) > div p span.smaller {
    font-size: 23px;
  }
  section#introduction .countercontainer > div p {
    padding-left: 5%;
    padding-right: 5%;
  }
  section#introduction .countercontainer > div p:last-of-type {
    font-size: 15px;
  }
  section#introduction .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
    font-size: 24px;
  }
  section#usps .container h2 {
    margin-bottom: 50px;
  }
  section#usps .container .row .col-md-2 img {
    margin: 40px auto 0;
  }
  section#usps .container .row .col-md-5 ul li {
    font-size: 17px;
  }
  section#usps .container .row .col-md-5:last-of-type ul li {
    padding-right: 0;
  }
  section#pagecover .pageinner {
    background-position: 50% 100%, calc(50vw - 700px) 0%, 50% 50%;
  }
}
@media only screen and (max-width: 992px) {
  section#ninetiles {
    padding-bottom: 0;
  }
  section#ninetiles > .container > .row .col-md-7 {
    padding-top: 50px;
  }
  section#ninetiles > .container > .row .col-md-7 > .row .col-md-4 .imgcont {
    height: 150px;
  }
  section#properties {
    margin-top: -160px;
  }
  section#properties .container .row .col-md-2 {
    margin-top: 8px;
  }
  section#properties .container .row .col-md-2:nth-of-type(1n + 3) {
    margin-top: 0;
  }
  section#properties .container .row .col-md-2:nth-of-type(odd) {
    padding-right: 6px;
  }
  section#properties .container .row .col-md-2:nth-of-type(even) {
    padding-left: 6px;
  }
  section#properties .container .row .col-md-2:nth-of-type(3) a .inner img {
    margin: 0 auto 18px;
  }
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
  section#properties .container .row .col-md-2 a .inner {
    margin-top: 8px;
    padding: 10px 0;
  }
  section#properties .container .row .col-md-2 a:hover .inner {
    margin-top: 8px;
  }
  html.en section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 17px;
  }
  section#pagecover .pageinner {
    background-position: 50% 101%, calc(50vw - 600px) 0%, 50% 50%;
    background-size: 200%, auto, auto;
  }
  section#pagecover .caption h1 {
    font-size: 36px;
  }
  section#introduction {
    padding-top: 70px;
    background-size: 1000px;
    background-position: calc(50% - 100px) 100%;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont2 > div img {
    max-width: 74px;
    width: 92%;
    margin-top: 35px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont3 > div:first-of-type {
    padding-top: 8px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont3 > div:first-of-type p:first-of-type {
    margin-top: 0;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont4 > div:first-of-type img {
    margin-top: 36px;
    width: 68px;
  }
  section#introduction .col-md-push-8 {
    margin-bottom: 100px;
  }
  section#introduction.retail .countercontainer > div > .cont2 > div img {
    margin-top: 23px;
    height: 50px;
    width: auto;
  }
  section#introduction.retail .countercontainer > div > .cont2 > div p:first-of-type {
    margin-top: 10px;
  }
  section#introduction.retail .countercontainer > div > .cont3 > div:first-of-type {
    padding-top: 15px;
  }
  section#introduction.retail .countercontainer > div > .cont3 > div:first-of-type p span.counter {
    font-size: 26px;
  }
  section#introduction.retail .countercontainer > div > .cont3 > div img {
    margin-top: 17px;
    height: 70px;
  }
  section#references {
    background-image: url('../img/icons/green-swipe-icon.svg'), url('../img/fruit-home-reviews.jpeg');
    background-position: 50% 100%, 168% 93%;
    background-size: 30px, 540px;
  }
  section#usps {
    padding-bottom: 280px;
    padding-top: 120px;
  }
  section#usps .container .row .col-md-2 img {
    margin: 60px auto 0;
    width: 100%;
  }
  section#usps .container .row .col-md-5 ul li {
    background-repeat: no-repeat;
    min-height: 60px;
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: -0.2px;
  }
  section#usps .container .row .col-md-5:first-of-type ul li {
    padding-right: 125px;
    padding-left: 0px;
    background-position: calc(100% - 64px) 50%, 100% 50%;
    background-size: 32px, 50px 10px;
  }
  section#usps .container .row .col-md-5:first-of-type ul li:first-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg'), url('../img/icons/line-top-left.svg');
  }
  section#usps .container .row .col-md-5:first-of-type ul li:last-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg'), url('../img/icons/line-bottom-left.svg');
  }
  section#usps .container .row .col-md-5:last-of-type ul li {
    padding-right: 0px;
    padding-left: 125px;
    background-position: 64px 50%, 0% 50%;
    background-size: 32px, 50px 10px;
  }
  section#usps .container .row .col-md-5:last-of-type ul li:first-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg'), url('/wp-content/themes/nexttheme/img/icons/line-top-right.svg');
  }
  section#usps .container .row .col-md-5:last-of-type ul li:last-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg'), url('../img/icons/line-bottom-right.svg');
  }
  section#pagecover {
    background-position: 50% 100%, calc(50vw - 600px) 0%, 50% 50%, 50% 50%;
  }
  section#categoryusps {
    background-image: url(../img/sinaasappel.jpg);
    background-repeat: no-repeat;
    background-position: calc(50vw - 520px) 20px;
    background-size: 300px;
    padding-top: 20px;
  }
  section#categoryusps .container .row > div:first-of-type img {
    display: none;
  }
  section#maincontent .sidebar {
    padding-top: 60px;
    padding-left: 15px;
  }
  section#maincontent .vacatureoverzicht .item {
    margin-top: 25px;
  }
  section#maincontent .vacatureoverzicht .item:nth-of-type(1n + 3) {
    margin-top: 25px;
  }
  section#maincontent .vacatureoverzicht .item .inner {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
  }
  section#maincontent .nieuwsoverzicht .item {
    margin-top: 25px;
  }
  section#maincontent .nieuwsoverzicht .item:nth-of-type(1n + 3) {
    margin-top: 25px;
  }
  section#maincontent .nieuwsoverzicht .item .inner {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  section#alertcont {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }
  section#alertcont .inner {
    margin-top: 40px;
    padding: 0 20px 25px 20px;
  }
  section#alertcont .inner h3 {
    font-size: 18px;
  }
  section#alertcont .inner p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  section#properties {
    padding-top: 0;
    margin-top: 0;
  }
  section#properties .container .row .col-md-2 {
    width: 50%;
  }
  section#properties .container .row .col-md-2:nth-of-type(1n + 3) {
    margin-top: 14px;
  }
  section#properties .container .row .col-md-2:nth-of-type(odd) {
    padding-right: 7px;
  }
  section#properties .container .row .col-md-2:nth-of-type(even) {
    padding-left: 7px;
  }
  section#properties .container .row .col-md-2:nth-of-type(3) a .inner,
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner {
    min-height: 154px;
  }
  section#properties .container .row .col-md-2 a .inner {
    padding: 20px 5px 20px 5px;
  }
  section#properties .container .row .col-md-2 a .inner h3 {
    font-size: 19px;
  }
  section#properties .container .row .col-md-2:nth-of-type(1) a .inner img {
    margin: 14px auto 22px;
    height: 44px;
  }
  section#properties .container .row .col-md-2:nth-of-type(2) a .inner img {
    margin: 0 auto 20px;
    height: 60px;
  }
  section#properties .container .row .col-md-2:nth-of-type(3) a .inner img {
    margin: 0 auto 18px;
    height: 60px;
  }
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner img {
    margin: 14px auto 22px;
    height: 44px;
  }
  html.en section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 19px;
  }
  section#introduction {
    background-position: calc(50% - 0px) 93%;
    background-size: 550px;
  }
  section#introduction:not(.retail) .countercontainer > div p span.smaller {
    font-size: 13.5px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont1 > div:first-of-type p:first-of-type {
    margin-top: 14px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont1 > div img {
    margin-top: 17px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont3 > div:first-of-type p:first-of-type {
    margin-top: 14px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont3 > div img {
    margin-top: 17px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont4 > div:first-of-type img {
    margin-top: 22px;
    width: 48px;
  }
  section#introduction:not(.retail) .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
    font-size: 30px;
  }
  section#introduction h2 {
    margin-bottom: 30px;
  }
  section#introduction .col-md-push-8 {
    margin-bottom: 60px;
  }
  section#introduction .countercontainer {
    height: 200px;
    max-width: 460px;
    width: 100%;
    display: block;
    margin: 0 auto 0;
  }
  section#introduction .countercontainer > div p {
    padding-left: 5%;
    padding-right: 5%;
  }
  section#introduction .countercontainer > div p:first-of-type {
    color: #499E47;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -2px;
  }
  section#introduction .countercontainer > div p:last-of-type {
    color: #D8352C;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
  section#introduction .countercontainer > div p span.smaller {
    font-size: 23px;
    letter-spacing: 0.1px;
  }
  section#introduction .countercontainer > div > .cont1 > div,
  section#introduction .countercontainer > div > .cont2 > div {
    height: 100%;
    width: calc(50% - 1px);
    float: left;
  }
  section#introduction .countercontainer > div > .cont1 > div:first-of-type,
  section#introduction .countercontainer > div > .cont2 > div:first-of-type {
    border-right: 1px solid rgba(0,0,0,0.09);
  }
  section#introduction .countercontainer > div > .cont1 {
    overflow: auto;
  }
  section#introduction .countercontainer > div > .cont1 > div p:first-of-type {
    margin-top: 13px;
  }
  section#introduction .countercontainer > div > .cont1 > div img {
    margin-top: 25px;
    width: 58px;
  }
  section#introduction .countercontainer > div > .cont2 {
    overflow: auto;
  }
  section#introduction .countercontainer > div > .cont2 > div p:first-of-type {
    margin-top: 20px;
  }
  section#introduction .countercontainer > div > .cont2 > div img {
    margin-top: 15px;
    width: 54px;
  }
  section#introduction .countercontainer > div > .cont3 > div:first-of-type {
    padding-top: 23px;
  }
  section#introduction .countercontainer > div > .cont3 > div img {
    margin-top: 25px;
    width: 54px;
  }
  section#introduction .countercontainer > div > .cont4 > div img {
    margin-top: 34px;
    width: 58px;
  }
  section#introduction .countercontainer > div > .cont4 > div:last-of-type {
    padding-top: 18px;
  }
  section#introduction .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
    font-size: 21px;
    margin-bottom: 6px;
  }
  section#introduction .countercontainer > div > .cont3 > div,
  section#introduction .countercontainer > div > .cont4 > div {
    height: calc(50% - 1px);
    width: 100%;
  }
  section#introduction .countercontainer > div > .cont3 > div:first-of-type,
  section#introduction .countercontainer > div > .cont4 > div:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,0.09);
  }
  section#introduction .countercontainer > div:first-of-type {
    width: calc(50% - 5px);
    margin-right: 1px;
    float: left;
  }
  section#introduction .countercontainer > div:last-of-type {
    width: calc(50% - 5px);
    float: right;
  }
  section#introduction .countercontainer > div > div {
    background-color: #fff;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
    border-radius: 0 30px 0 30px;
  }
  section#introduction .countercontainer > div:first-of-type > div {
    width: 100%;
    height: calc(50% - 5px);
  }
  section#introduction .countercontainer > div:first-of-type > div:first-of-type {
    margin-bottom: 10px;
  }
  section#introduction .countercontainer > div:last-of-type > div {
    width: calc(50% - 5px);
    height: 100%;
    float: right;
  }
  section#introduction .countercontainer > div:last-of-type > div:first-of-type {
    margin-right: 10px;
    float: left;
  }
  section#references {
    background-position: 50% 100%, calc(100% + 100px) 100%;
    background-size: 30px, 360px;
    padding-top: 100px;
    padding-bottom: 160px;
  }
  section#references .partnerslider .slide p {
    font-size: 20px;
  }
  section#references .partnerslider .owl-nav {
    display: none;
  }
  section#extraslider {
    background-position: 50% 100%, calc(100% + 100px) 100%;
    background-size: 30px, 360px;
    padding-top: 100px;
    padding-bottom: 160px;
  }
  section#extraslider .partnerslider .slide p {
    font-size: 20px;
  }
  section#extraslider .partnerslider .owl-nav {
    display: none;
  }
  section#usps {
    background-image: url('../img/beeldmerk-dgfg.svg'), url('../img/swoosh/bg-9.svg');
    background-repeat: no-repeat;
    background-position: -43px 62%, 50% 101.5%;
    background-size: auto, 100%;
    padding-bottom: 120px;
    padding-top: 100px;
  }
  section#usps .container h2 {
    margin-bottom: 40px;
  }
  section#usps .container .row .col-md-5 ul {
    margin-top: 0px;
  }
  section#usps .container .row .col-md-5 ul li {
    min-height: 40px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
  }
  section#usps .container .row .col-md-5:first-of-type ul li {
    padding-right: 0px;
    padding-left: 160px;
    background-position: 115px 50%;
    text-align: left;
    background-size: 28px;
  }
  section#usps .container .row .col-md-5:first-of-type ul li:first-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg');
  }
  section#usps .container .row .col-md-5:first-of-type ul li:last-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg');
  }
  section#usps .container .row .col-md-5:last-of-type ul li {
    padding-right: 0px;
    padding-left: 160px;
    background-position: 115px 50%;
    background-size: 28px;
  }
  section#usps .container .row .col-md-5:last-of-type ul li:first-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg');
  }
  section#usps .container .row .col-md-5:last-of-type ul li:last-of-type {
    background-image: url('../img/icons/checkmark-outline-green.svg');
  }
  section#pagecover {
    height: 450px;
  }
  section#pagecover .pageinner {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-5.svg'), url('/wp-content/themes/nexttheme/img/swoosh/bg-10.svg'), linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%);
    background-position: 50% 101%, 0 0, 50% 50%;
    background-size: 300%, 214px, auto;
  }
  section#pagecover .caption {
    height: 410px;
    padding-top: 40px;
  }
  section#pagecover .caption img {
    margin: 40px auto 0;
    width: 65px;
  }
  section#categoryoverview img {
    margin: -79px auto 0;
  }
  section#categoryoverview ul li {
    width: 49%;
  }
  section#categoryoverview ul li:nth-of-type(1n + 2) {
    margin-left: 0;
  }
  section#categoryoverview ul li a {
    width: 100%;
  }
  section#categoryoverview ul li:nth-of-type(odd) {
    padding-left: 14%;
  }
  section#categoryoverview ul li:nth-of-type(even) {
    padding-right: 14%;
  }
  section#categoryusps {
    background-image: none;
  }
  section#cta-area {
    padding-bottom: 100px;
  }
  section#cta-area .container .row .inner {
    padding: 28px 18px;
  }
  section#cta-area .container .row .inner h3 {
    margin-top: 0;
  }
  section#cta-area .container .row .inner > p {
    margin-bottom: 35px;
  }
  section#cta-area .container .row .inner a {
    color: rgba(0,0,0,0.7);
  }
  section#cta-area .container .row .inner .contactcontainer > div {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  section#cta-area .container .row .inner .contactcontainer > div:first-of-type {
    border-right: 0px;
  }
  section#cta-area .container .row .inner .contactcontainer > div img {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 400px) {
  section#pagecover .pageinner {
    background-size: auto, 178px, auto;
  }
  section#properties {
    padding-top: 0;
    margin-top: 0;
  }
  section#properties .container .row .col-md-2 {
    width: 50%;
  }
  section#properties .container .row .col-md-2:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  section#properties .container .row .col-md-2:nth-of-type(odd) {
    padding-right: 5px;
  }
  section#properties .container .row .col-md-2:nth-of-type(even) {
    padding-left: 5px;
  }
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner h3 {
    font-size: 15px;
  }
  section#properties .container .row .col-md-2 a .inner {
    padding: 12px;
  }
  section#properties .container .row .col-md-2 a .inner h3 {
    font-size: 16px;
  }
  section#properties .container .row .col-md-2:nth-of-type(1) a .inner img {
    margin: 18px auto 22px;
    height: 44px;
  }
  section#properties .container .row .col-md-2:nth-of-type(2) a .inner img {
    margin: 4px auto 20px;
    height: 60px;
  }
  section#properties .container .row .col-md-2:nth-of-type(3) a .inner img {
    margin: 18px auto 20px;
    height: 60px;
  }
  section#properties .container .row .col-md-2:nth-of-type(4) a .inner img {
    margin: 16px auto 22px;
    height: 44px;
  }
  section#properties .container .row .col-md-2:nth-of-type(5) a .inner img {
    margin: 4px auto 20px;
    height: 60px;
  }
  section#properties .container .row .col-md-2:nth-of-type(6) a .inner img {
    margin: 16px auto 22px;
    height: 44px;
  }
  section#introduction {
    padding-top: 0;
  }
  section#introduction .countercontainer > div p {
    padding-left: 0;
    padding-right: 0;
  }
  section#introduction .countercontainer > div p:first-of-type {
    color: #499E47;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -2px;
  }
  section#introduction .countercontainer > div p:last-of-type {
    color: #D8352C;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
  section#introduction .countercontainer > div p span.smaller {
    font-size: 17px;
    letter-spacing: 0.07px;
  }
  section#introduction .countercontainer > div > .cont1 > div,
  section#introduction .countercontainer > div > .cont2 > div {
    height: 100%;
    width: calc(50% - 1px);
    float: left;
  }
  section#introduction .countercontainer > div > .cont1 > div:first-of-type,
  section#introduction .countercontainer > div > .cont2 > div:first-of-type {
    border-right: 1px solid rgba(0,0,0,0.09);
  }
  section#introduction .countercontainer > div > .cont1 {
    overflow: auto;
  }
  section#introduction .countercontainer > div > .cont1 > div p:first-of-type {
    margin-top: 13px;
  }
  section#introduction .countercontainer > div > .cont1 > div img {
    margin-top: 25px;
    width: 58px;
  }
  section#introduction .countercontainer > div > .cont2 {
    overflow: auto;
  }
  section#introduction .countercontainer > div > .cont2 > div p:first-of-type {
    margin-top: 20px;
  }
  section#introduction .countercontainer > div > .cont2 > div img {
    margin-top: 15px;
    width: 54px;
  }
  section#introduction .countercontainer > div > .cont3 > div:first-of-type {
    padding-top: 23px;
  }
  section#introduction .countercontainer > div > .cont3 > div img {
    margin-top: 25px;
    width: 54px;
  }
  section#introduction .countercontainer > div > .cont4 > div img {
    margin-top: 34px;
    width: 58px;
  }
  section#introduction .countercontainer > div > .cont4 > div:last-of-type {
    padding-top: 18px;
  }
  section#introduction .countercontainer > div > .cont4 > div:last-of-type p:first-of-type {
    font-size: 17px;
    margin-bottom: 6px;
  }
  section#introduction .countercontainer > div > .cont3 > div,
  section#introduction .countercontainer > div > .cont4 > div {
    height: calc(50% - 1px);
    width: 100%;
  }
  section#introduction .countercontainer > div > .cont3 > div:first-of-type,
  section#introduction .countercontainer > div > .cont4 > div:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,0.09);
  }
  section#introduction .countercontainer > div:first-of-type {
    width: calc(50% - 3px);
    margin-right: 1px;
    float: left;
  }
  section#introduction .countercontainer > div:last-of-type {
    width: calc(50% - 3px);
    float: right;
  }
  section#introduction .countercontainer > div > div {
    background-color: #fff;
    box-shadow: 0 2px 23px 0 rgba(0,0,0,0.09);
    border-radius: 0 30px 0 30px;
  }
  section#introduction .countercontainer > div:first-of-type > div {
    width: 100%;
    height: calc(50% - 3px);
  }
  section#introduction .countercontainer > div:first-of-type > div:first-of-type {
    margin-bottom: 6px;
  }
  section#introduction .countercontainer > div:last-of-type > div {
    width: calc(50% - 3px);
    height: 100%;
    float: right;
  }
  section#introduction .countercontainer > div:last-of-type > div:first-of-type {
    margin-right: 6px;
    float: left;
  }
}
#wrapper {
  z-index: 3;
  position: relative;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#wrapper.menu-is-open {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
}
.menu-open header {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
}
#mobile-navigation {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  width: 80%;
  background-color: #3A7738;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  padding-top: 40px;
}
#mobile-navigation #menu-hoofdmenu-1 {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
#mobile-navigation .sub-menu {
  padding: 0 10px 0 15px;
  display: none;
  list-style: none;
}
#mobile-navigation li a {
  display: block;
  line-height: 1;
  padding: 16px 0px 16px 0px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  font-size: 20px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 500;
}
#mobile-navigation li a:hover {
  color: #fff;
}
#mobile-navigation li.current-menu-item a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
#mobile-navigation .no-touch  a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #mobile-navigation .cd-navigation {
    margin: 20px 0;
  }
}
#mobile-navigation.menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}
#mobile-navigation .item-has-children > a {
  position: relative;
}
#mobile-navigation .item-has-children a img {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: 2px 8px;
  -webkit-transform-origin: 2px 8px;
  -moz-transform-origin: 2px 8px;
}
#mobile-navigation .item-has-children > a.submenu-open img {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#mobile-navigation .item-has-children .collapser {
  float: right;
  background-color: rgba(255,255,255,0.1);
  width: 40px;
  text-align: center;
}
#mobile-navigation .item-has-children .collapser img {
  margin-top: -3px;
}
section#eatnow-cover {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  height: 350px;
  padding: 0;
}
section#eatnow-cover .pageinner {
  height: 100%;
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-4.svg'), linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
  background-repeat: no-repeat;
  background-position: calc(50vw - 780px) 0%, 50% 50%;
  background-size: auto, auto;
}
section#eatnow-cover .row > div {
  display: table;
}
section#eatnow-cover .caption {
  display: table-cell;
  height: 350px;
  padding-top: 80px;
  vertical-align: middle;
  width: 100%;
}
section#eatnow-cover .caption h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  section#eatnow-cover .pageinner {
    background-position: calc(50vw - 700px) 0%, 50% 50%;
  }
}
@media only screen and (max-width: 992px) {
  section#eatnow-cover .pageinner {
    background-position: calc(50vw - 600px) 0%, 50% 50%;
    background-size: auto, auto;
  }
  section#eatnow-cover .caption h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  section#eatnow-cover {
    height: 250px;
  }
  section#eatnow-cover .pageinner {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-10.svg'), linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%);
    background-position: 0 0, 50% 50%;
    background-size: 214px, auto;
  }
  section#eatnow-cover .caption {
    height: 250px;
    padding-top: 40px;
  }
  section#eatnow-cover .caption img {
    margin: 40px auto 0;
    width: 65px;
  }
}
@media only screen and (max-width: 400px) {
  section#eatnow-cover .pageinner {
    background-size: 178px, auto;
  }
}
section#maincontent .row.eatnow-overview {
  margin-top: 50px;
}
section#maincontent .row.eatnow-overview .item {
  margin-bottom: 30px;
}
section#maincontent .row.eatnow-overview .item a {
  text-decoration: none;
}
section#maincontent .row.eatnow-overview .item a:hover .inner {
  box-shadow: 0 9px 18px 0 rgba(0,0,0,0.18);
  transition-duration: 0.15s;
}
section#maincontent .row.eatnow-overview .item a .inner {
  transition-duration: 0.15s;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
}
section#maincontent .row.eatnow-overview .item a .inner .imgcont {
  display: flex;
  justify-content: center;
  height: 130px;
}
section#maincontent .row.eatnow-overview .item a .inner .imgcont img {
  max-width: 100%;
  height: 130px;
}
section#maincontent .row.eatnow-overview .item a .inner .titlecont h2 {
  padding: 15px 20px 12px 20px;
  margin: 0;
  font-size: 21px;
  text-align: center;
}
section#eatnow-content .container .row > div .slick-slider {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
section#eatnow-content .container .row > div .slick-slider .slick-list .slick-track img {
  outline: none;
}
section#eatnow-content .container .row > div .productslider-for img {
  cursor: pointer;
}
section#eatnow-content .container .row > div .productslider-nav img {
  cursor: pointer;
  transition-duration: 0.15s;
}
section#eatnow-content .container .row > div .productslider-nav img:hover {
  opacity: 0.7;
  transition-duration: 0.15s;
}
section#eatnow-content .container .row > div .items {
  margin-top: 30px;
}
section#eatnow-content .container .row > div .items > div {
  margin-top: 30px;
}
section#eatnow-content .container .row > div .items > div h4 {
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  section#eatnow-content .container .row > div .productslider-nav {
    margin-bottom: 40px;
  }
}
section#eatnow-others h3 {
  text-align: center;
  margin-bottom: 40px;
}
section#eatnow-others .item {
  margin-bottom: 30px;
}
section#eatnow-others .item a {
  text-decoration: none;
}
section#eatnow-others .item a:hover .inner {
  box-shadow: 0 9px 18px 0 rgba(0,0,0,0.18);
  transition-duration: 0.15s;
}
section#eatnow-others .item a .inner {
  transition-duration: 0.15s;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
}
section#eatnow-others .item a .inner .imgcont {
  display: flex;
  justify-content: center;
  height: 130px;
}
section#eatnow-others .item a .inner .imgcont img {
  max-width: 100%;
  height: 130px;
}
section#eatnow-others .item a .inner .titlecont h2 {
  padding: 15px 20px 12px 20px;
  margin: 0;
  font-size: 21px;
  text-align: center;
}
section#pagecover.vacatures {
  background-image: url('/wp-content/themes/nexttheme/img/bg-plantage-groen.jpg');
}
section#pagecover.vacatures .pageinner {
  background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-5.svg'), url('/wp-content/themes/nexttheme/img/swoosh/bg-4.svg'), linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
}
section#pagecover.vacatures #input-tekst {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0;
  border: 0;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  padding: 27px 52px 27px 22px;
  color: rgba(0,0,0,0.8);
  display: block;
  font-size: 17px;
  outline: none;
  margin-top: 15px;
  background-image: url('../img/green-loop.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
section#pagecover.vacatures #input-tekst:focus,
section#pagecover.vacatures .form-control:focus {
  outline: none !important;
  box-shadow: none;
}
section#pagecover.vacatures #input-tekst::placeholder {
  color: rgba(0,0,0,0.3);
}
section#maincontent.vacatures {
  padding-top: 0;
}
section#maincontent.vacatures .container .row.vacatop {
  padding-top: 30px;
  padding-bottom: 40px;
}
section#maincontent.vacatures .container .row ul.topvacatures {
  display: flex;
  padding: 0;
  margin: 0 0 30px 0;
}
section#maincontent.vacatures .container .row ul.topvacatures li,
section#maincontent.vacatures .container .row ul.topvacatures a {
  font-size: 15px;
}
section#maincontent.vacatures .container .row ul.topvacatures li {
  list-style-type: none;
  margin-right: 20px;
  display: inline-block;
}
section#maincontent.vacatures .container .row ul.topvacatures li.highlight {
  color: #D8362C;
  font-weight: 700;
}
section#maincontent.vacatures .container .row ul.topvacatures li a {
  display: inline-block;
  color: #666;
}
section#maincontent.vacatures .container .row .sidebaritems .accbar {
  display: none;
}
section#maincontent.vacatures .container .row > div .accordionjs {
  margin: 0;
}
section#maincontent.vacatures .container .row > div .accordionjs .optiongroup .acc_head h3 {
  cursor: pointer;
}
section#maincontent.vacatures .container .row > div .accordionjs .optiongroup .acc_head h3:hover {
  color: #499E47;
}
section#maincontent.vacatures .container .row > div .inner {
  border: 1px solid #dedede;
  padding: 25px;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.03);
  transition-duration: 0.15s;
  border-radius: 3px;
  list-style-type: none;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup h3 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 18px;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup:nth-child(1n + 2) h3 {
  margin-top: 25px;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup > div {
  margin: 10px 0;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup > div input {
  margin-right: 10px;
  cursor: pointer;
}
section#maincontent.vacatures .container .row > div .inner li.optiongroup > div label {
  font-weight: 400;
  cursor: pointer;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv {
  margin-bottom: 15px;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a:hover {
  text-decoration: none;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a:hover .inner {
  box-shadow: 0 5px 18px 0 rgba(0,0,0,0.08);
  transition-duration: 0.15s;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a:hover .inner .contcont h2 {
  color: #D8362C;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner {
  display: flex;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .imgcont {
  margin-right: 40px;
  min-width: 220px;
  flex-basis: auto;
  flex-grow: 1;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .imgcont img {
  width: 220px;
  height: auto;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont h2 {
  margin: 0 0 6px 0;
  font-size: 22px;
  color: #333;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont p {
  font-size: 15px;
  line-height: 1.5;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont ul.details {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont ul.details li {
  list-style-type: none;
  font-size: 15px;
  margin-right: 20px;
}
section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont ul.details li img {
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .imgcont {
    min-width: 180px;
    margin-right: 20px;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .imgcont img {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  section#pagecover.vacatures .caption h1 {
    font-size: 27px;
  }
  section#pagecover.vacatures .pageinner {
    background-image: url('/wp-content/themes/nexttheme/img/swoosh/bg-5.svg'), url('/wp-content/themes/nexttheme/img/swoosh/bg-10.svg'), linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  }
  section#pagecover.vacatures #input-tekst {
    padding: 25px 42px 25px 12px;
    font-size: 16px;
    margin-top: 15px;
  }
  section#maincontent.vacatures .container .row ul.topvacatures {
    display: block;
    text-align: center;
    padding-bottom: 0px;
  }
  section#maincontent.vacatures .container .row ul.topvacatures li,
  section#maincontent.vacatures .container .row ul.topvacatures a {
    text-align: center;
    width: 100%;
  }
  section#maincontent.vacatures .container .row .sidebaritems {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.2);
  }
  section#maincontent.vacatures .container .row .sidebaritems .accbar {
    padding-top: 18px;
    display: block;
  }
  section#maincontent.vacatures .container .row .sidebaritems .accbar p {
    color: #333;
  }
  section#maincontent.vacatures .container .row .sidebaritems .optionstoggle {
    display: none;
    margin-bottom: 20px;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner {
    padding: 20px 15px;
    display: block;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .imgcont {
    margin-right: 20px;
    max-width: 80px;
    margin-bottom: 20px;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont h2 {
    font-size: 18px;
  }
  section#maincontent.vacatures .container .row.vacaturesoverzicht .searchdiv a .inner .contcont p {
    margin-bottom: 0;
  }
}
