/* uitgangspunten mozaic */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: CeraPRO-Light, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  color: #3B3B3A;
  font-weight: normal;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #3B3B3A;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c5a55;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.1);
}
.plx {
  pointer-events: none;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.indented {
  margin: 0 20px;
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.bg-grey {
  background-color: #f8f8f8;
}
.bg-white {
  background-color: #fff;
}
.bg-mint {
  background-color: #8bcaad;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88cc6f+0,6bc4e8+100 */
  background: #88cc6f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cc6f', endColorstr='#6bc4e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-purple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b1549+0,67bbe1+100 */
  background: #3b1549;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b1549', endColorstr='#67bbe1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cf8a+0,50aa3f+100 */
  background: #a7cf8a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cf8a', endColorstr='#50aa3f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-red {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee755e+0,e84038+100 */
  background: #ee755e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee755e', endColorstr='#e84038', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbbc41+0,ffdd86+100 */
  background: #fbbc41;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbc41', endColorstr='#ffdd86', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-dark-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+95 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-dark-bot {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-mint-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bcaad+0,8bcaad+100&1+0,0+95 */
  background: -moz-linear-gradient(top, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcaad', endColorstr='#008bcaad', GradientType=0);
  /* IE6-9 */
}
.bg-mint-bot {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bcaad+0,8bcaad+99&0+5,1+65 */
  background: -moz-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bcaad', endColorstr='#8bcaad', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: CeraPRO-Bold, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #3B3B3A;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  font-weight: bold;
}
.f1 {
  font-family: CeraPRO-Light, sans-serif;
}
.f2 {
  font-family: CeraPRO-Bold, sans-serif;
}
.f3 {
  font-family: GardenGrownCaps-Regular, sans-serif;
}
.f4 {
  font-family: GardenGrown-Regular, sans-serif;
  line-height: 1.2em;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: CeraPRO-Bold, sans-serif;
}
h0,
.h0 {
  font-size: 100px;
}
h1,
.h1 {
  font-size: 60px;
}
.h1a {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 80px;
  }
  h0.t-long,
  .h0.t-long {
    font-size: 70px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  .h1a {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 60px;
  }
  h0.t-long,
  .h0.t-long {
    font-size: 50px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  .h1a {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
.h-white {
  color: #fff;
}
.h-dark {
  color: #3B3B3A;
}
.h-grey {
  color: #565655;
}
.h-mint {
  color: #8bcaad;
}
.h-gradient {
  color: #8bcaad;
  background: -webkit-linear-gradient(left, #91c462, #85cddc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-inline {
  display: inline-block;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.title-box {
  color: #565655;
}
.title-box .line-1 {
  display: block;
  font-family: CeraPRO-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1em;
  white-space: nowrap;
}
.title-box .line-2 {
  display: block;
  font-family: CeraPRO-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
  white-space: nowrap;
}
.title-box .line-3 {
  display: inline-block;
  font-family: GardenGrown-Regular, sans-serif;
  font-size: 100px;
  line-height: 0.85em;
  padding: 30px 0 22px 5px;
  white-space: nowrap;
  margin-top: -10px;
}
.title-box .line-3.f3 {
  line-height: 1em;
  padding: 0 0 0 5px;
  margin-top: 0;
}
.title-box .line-4 {
  display: block;
  font-family: GardenGrownCaps-Regular, sans-serif;
  font-size: 34px;
  line-height: 1.4em;
  margin-top: -25px;
  white-space: nowrap;
}
.title-box.type-a .line-1 {
  margin-left: 40px;
}
.title-box.type-a .line-3 {
  margin-left: 80px;
}
.title-box.type-b .line-1 {
  margin-left: 10%;
}
.title-box.type-b .line-2 {
  margin-left: 27%;
}
.title-box.type-b .line-3 {
  margin-top: -20px;
}
.title-box.type-b .line-4 {
  margin-top: -30px;
  margin-left: 35%;
}
.title-box.type-c .line-1 {
  margin-left: 0;
}
.title-box.type-c .line-2 {
  margin-left: 15%;
}
.title-box.type-c .line-3 {
  font-family: GardenGrown-Regular, sans-serif;
  font-size: 100px;
  line-height: 0.85em;
  margin-left: 5%;
}
.title-box.type-c .line-3.f3 {
  font-family: GardenGrownCaps-Regular, sans-serif;
  font-size: 80px;
  line-height: 1;
}
.title-box.t-center {
  text-align: center;
}
.title-box.t-center .inner {
  display: inline-block;
  text-align: left;
}
.title-box.t-center .inner-box {
  display: inline-block;
}
@media (max-width: 1280px) {
  .title-box .line-1 {
    font-size: 50px;
  }
  .title-box .line-2 {
    font-size: 20px;
  }
  .title-box .line-3 {
    font-size: 80px;
  }
  .title-box .line-3.f3 {
    font-size: 70px;
  }
  .title-box .line-4 {
    font-size: 30px;
  }
  .title-box.type-c .line-3 {
    font-size: 80px;
  }
  .title-box.type-c .line-3.f3 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .title-box .line-1 {
    font-size: 46px;
  }
  .title-box .line-2 {
    font-size: 18px;
  }
  .title-box .line-3 {
    font-size: 70px;
  }
  .title-box .line-3.f3 {
    font-size: 60px;
  }
  .title-box .line-4 {
    font-size: 30px;
  }
  .title-box.type-c .line-3 {
    font-size: 70px;
  }
  .title-box.type-c .line-3.f3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .title-box .line-1 {
    font-size: 44px;
  }
  .title-box .line-2 {
    font-size: 18px;
  }
  .title-box .line-3 {
    font-size: 64px;
  }
  .title-box .line-3.f3 {
    font-size: 56px;
  }
  .title-box .line-4 {
    font-size: 28px;
  }
  .title-box.type-c .line-3 {
    font-size: 64px;
  }
  .title-box.type-c .line-3.f3 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .title-box .line-1 {
    font-size: 40px;
  }
  .title-box .line-2 {
    font-size: 18px;
  }
  .title-box .line-3 {
    font-size: 60px;
  }
  .title-box .line-3.f3 {
    font-size: 50px;
  }
  .title-box .line-4 {
    font-size: 26px;
  }
  .title-box.type-c .line-3 {
    font-size: 60px;
  }
  .title-box.type-c .line-3.f3 {
    font-size: 50px;
  }
}
@media (max-width: 680px) {
  .title-box .line-1,
  .title-box .line-2,
  .title-box .line-3,
  .title-box .line-4 {
    white-space: normal;
  }
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #8bcaad;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 30px;
}
.article-output h3 {
  font-size: 24px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
@media (max-width: 1280px) {
  .article-output h1 {
    font-size: 32px;
  }
  .article-output h2 {
    font-size: 28px;
  }
  .article-output h3 {
    font-size: 22px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-output h1 {
    font-size: 30px;
  }
  .article-output h2 {
    font-size: 26px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-output h1 {
    font-size: 28px;
  }
  .article-output h2 {
    font-size: 24px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
}
.site-wrapper:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #3B3B3A;
  opacity: 0;
  pointer-events: none;
}
.container {
  position: relative;
}
.main-body.no-banner {
  padding-top: 185px;
}
@media (max-width: 991px) {
  .main-body.no-banner {
    padding-top: 100px;
  }
}
.main-content {
  padding: 80px 0 80px;
}
.tpl-volg .main-content {
  padding-top: 120px;
}
@media (max-width: 1280px) {
  .main-content {
    padding: 60px 0;
  }
  .tpl-volg .main-content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding: 40px 0;
  }
  .tpl-volg .main-content {
    padding-top: 60px;
  }
}
.comp-logo {
  display: block;
  width: 120px;
  height: 138px;
  background-image: url(../img/befresh-logo-wit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.3s ease-in-out 0s;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background: rgba(255, 255, 55, 0);
  transition: all 0.3s ease-in-out 0s;
}
.site-header .container {
  height: 185px;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .comp-logo {
  pointer-events: auto;
  margin-top: 20px;
  transition: all 0.3s ease-in-out 0s;
  background-image: url(../img/befresh-logo-wit.svg);
  position: relative;
  z-index: 10;
}
.site-header .inner:not(.bg-gradient) .comp-logo {
  background-image: url(../img/befresh-logo-full.svg);
}
.site-header .inner.bg-transparent .comp-logo {
  background-image: url(../img/befresh-logo-wit.svg);
}
.site-header .actions {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.site-header .actions .btn-circle {
  float: left;
  margin-left: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .actions .btn-phone {
  display: none;
}
.site-header .nav-toggle {
  cursor: pointer;
}
.tpl-home .site-header .comp-logo {
  opacity: 0;
}
.site-header .bg-white .btn-circle {
  border-color: #3B3B3A;
  color: #3B3B3A;
}
.site-header .bg-white .nav-icon:before,
.site-header .bg-white .nav-icon:after,
.site-header .bg-white .nav-icon div {
  background-color: #3B3B3A;
}
.site-header .plx-1,
.site-header .plx-2 {
  display: none;
}
.site-header .bg-gradient .plx-1,
.site-header .bg-gradient .plx-2 {
  display: block;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .bg-gradient .plx-1 {
  width: 200px;
  height: 150px;
  background: url(../img/parallax/basel.png) center center no-repeat;
  background-size: contain;
  right: 170px;
  top: -30px;
}
.site-header .bg-gradient .plx-2 {
  width: 120px;
  height: 120px;
  background: url(../img/parallax/framboos-braam.png) center center no-repeat;
  background-size: contain;
  right: 38px;
  bottom: -60px;
}
.scrolled .site-header,
.shownav .site-header {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 100px;
}
.scrolled .site-header .comp-logo,
.shownav .site-header .comp-logo {
  height: 80px;
  margin-top: 8px;
  opacity: 1;
  background-image: url(../img/befresh-logo-full.svg) !important;
}
.scrolled .site-header .inner:not(.bg-gradient) .btn-circle,
.shownav .site-header .inner:not(.bg-gradient) .btn-circle {
  border-color: #3B3B3A;
  color: #3B3B3A;
}
.scrolled .site-header .inner:not(.bg-gradient) .nav-icon:before,
.shownav .site-header .inner:not(.bg-gradient) .nav-icon:before,
.scrolled .site-header .inner:not(.bg-gradient) .nav-icon:after,
.shownav .site-header .inner:not(.bg-gradient) .nav-icon:after,
.scrolled .site-header .inner:not(.bg-gradient) .nav-icon div,
.shownav .site-header .inner:not(.bg-gradient) .nav-icon div {
  background-color: #3B3B3A;
}
.scrolled .site-header .inner.bg-gradient .comp-logo,
.shownav .site-header .inner.bg-gradient .comp-logo {
  background-image: url(../img/befresh-logo-wit.svg) !important;
}
.scrolled .site-header .plx-1,
.shownav .site-header .plx-1 {
  right: 160px;
  top: -57px;
}
.scrolled .site-header .plx-2,
.shownav .site-header .plx-2 {
  width: 100px;
  height: 100px;
  right: -46px;
  bottom: -53px;
}
.shownav .site-header .inner,
.shownav .site-header .inner.bg-gradient {
  background: #fff !important;
}
.shownav .site-header .inner .comp-logo,
.shownav .site-header .inner.bg-gradient .comp-logo {
  background-image: url(../img/befresh-logo-full.svg) !important;
}
.shownav .site-header .inner .btn-circle,
.shownav .site-header .inner.bg-gradient .btn-circle {
  border-color: #3B3B3A;
  color: #3B3B3A;
}
.shownav .site-header .inner .nav-icon:before,
.shownav .site-header .inner.bg-gradient .nav-icon:before,
.shownav .site-header .inner .nav-icon:after,
.shownav .site-header .inner.bg-gradient .nav-icon:after,
.shownav .site-header .inner .nav-icon div,
.shownav .site-header .inner.bg-gradient .nav-icon div {
  background-color: #3B3B3A;
}
@media (max-width: 991px) {
  .site-header .container {
    height: 100px;
  }
  .site-header .comp-logo {
    width: 80px;
    height: 80px;
    margin-top: 8px;
    margin-left: -10px;
  }
  .site-header .actions {
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  .site-header .actions .btn-circle {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 24px;
    margin-left: 15px;
  }
  .site-header .nav-icon {
    top: 6px;
    left: 5px;
  }
  .site-header .bg-gradient .plx-1 {
    height: 130px;
    right: 120px;
    top: -32px;
  }
  .site-header .bg-gradient .plx-2 {
    width: 100px;
    height: 100px;
    right: -65px;
    bottom: -45px;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 70px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    height: 60px;
    margin-top: 5px;
  }
  .scrolled .site-header .plx-1,
  .shownav .site-header .plx-1 {
    height: 100px;
    right: 100px;
  }
  .scrolled .site-header .plx-2,
  .shownav .site-header .plx-2 {
    right: -60px;
    bottom: -53px;
  }
}
@media (max-width: 767px) {
  .site-header .bg-gradient .plx-1 {
    right: 120px;
  }
  .site-header .bg-gradient .plx-2 {
    display: none;
  }
  .scrolled .site-header .plx-1,
  .shownav .site-header .plx-1 {
    right: 100px;
  }
}
@media (max-width: 540px) {
  .site-header .actions .btn-phone {
    display: block;
  }
  .site-header .bg-gradient .plx-1 {
    right: 160px;
  }
  .scrolled .site-header .plx-1,
  .shownav .site-header .plx-1 {
    right: 145px;
  }
}
@media (max-width: 450px) {
  .site-header .bg-gradient .plx-1 {
    top: -130px;
    opacity: 0;
  }
}
.contacts .contact {
  display: inline-block;
  margin-right: 30px;
  padding-left: 60px;
  text-transform: uppercase;
  font-family: CeraPRO-Bold, sans-serif;
  font-size: 20px;
  position: relative;
}
.contacts .contact span {
  display: block;
}
.contacts .contact .circle {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.contacts .contact .circle i:before {
  margin: 0;
}
.contacts .contact .title {
  line-height: 1;
  margin-top: 5px;
}
.contacts .contact .action {
  padding-top: 3px;
  font-size: 16px;
  line-height: 1;
  color: #565655;
}
.contacts .contact:last-child {
  margin-right: 0;
}
.contacts.c-dark .contact .circle {
  border-color: #3B3B3A;
  color: #3B3B3A;
}
.contacts.c-mint .contact .circle {
  border-color: #8bcaad;
  color: #8bcaad;
}
.site-footer {
  overflow: hidden;
}
.site-footer .container {
  padding-top: 60px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  position: relative;
  z-index: 10;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}
.site-footer .h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.site-footer .primary {
  min-height: 130px;
  margin-bottom: 80px;
}
.site-footer .primary .col-left {
  float: right;
}
.site-footer .primary .col-right {
  float: left;
}
.site-footer .secondary {
  margin-bottom: 80px;
}
.site-footer .secondary .col-right {
  overflow: hidden;
}
.site-footer .secondary .col-right .quick-menu-box {
  width: 50%;
  float: left;
}
.site-footer .secondary .col-right .address-box {
  width: 50%;
  float: left;
}
.site-footer .secondary .col-right .social-media {
  padding-top: 20px;
  font-size: 24px;
}
.site-footer .secondary .col-right .social-media a {
  margin-right: 7px;
}
.site-footer .secondary .col-right .social-media a:hover {
  opacity: 0.7;
}
.site-footer .secondary .col-right .social-media i:before {
  margin: 0;
}
.site-footer .secondary .col-right .social-media .instagram {
  font-size: 28px;
  position: relative;
  top: 2px;
}
.site-footer .secondary .col-right .social-media .facebook {
  font-size: 28px;
  position: relative;
  top: 2px;
}
.site-footer .third .col-left {
  float: right;
}
.site-footer .third .col-right {
  float: left;
}
.site-footer .comp-logo {
  margin-top: -17px;
}
.site-footer .payoff {
  font-size: 40px;
}
.site-footer .legals a {
  margin-right: 20px;
}
.site-footer .bg-tl,
.site-footer .bg-tr,
.site-footer .bg-bl,
.site-footer .bg-br {
  width: 200px;
  height: 150px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .bg-tl {
  height: 430px;
  width: 335px;
  background-image: url('../img/footer-venkel.png');
  left: -335px;
  bottom: 200px;
}
.site-footer .bg-tr {
  height: 200px;
  width: 520px;
  background-image: url('../img/footer-asperge.png');
  background-size: 520px auto;
  background-position: bottom left;
  right: -200px;
  top: 0;
}
.site-footer .bg-bl {
  height: 230px;
  width: 230px;
  background-image: url('../img/footer-radijs.png');
  left: -210px;
  bottom: -70px;
}
.site-footer .bg-br {
  height: 300px;
  width: 260px;
  background-image: url('../img/footer-wasabi.png');
  background-position: bottom left;
  right: -240px;
  bottom: -50px;
}
@media (max-width: 1280px) {
  .site-footer .contacts .contact {
    height: 50px;
    margin-bottom: 20px;
  }
  .site-footer .bg-tr {
    right: -360px;
  }
}
@media (max-width: 991px) {
  .site-footer .primary {
    min-height: 50px;
    margin-bottom: 50px;
  }
  .site-footer .primary .col-left {
    float: none;
    margin-bottom: 60px;
  }
  .site-footer .primary .comp-logo {
    height: 120px;
  }
  .site-footer .secondary {
    margin-bottom: 60px;
  }
  .site-footer .secondary .col-left {
    margin-bottom: 60px;
  }
  .site-footer .third .col-left {
    float: none;
  }
  .site-footer .third .col-right {
    float: none;
  }
}
@media (max-width: 460px) {
  .site-footer .h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .site-footer .payoff {
    font-size: 36px;
    text-align: center;
  }
  .site-footer .credits {
    text-align: center;
  }
  .site-footer .created-by {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .site-footer .secondary .col-right .quick-menu-box,
  .site-footer .secondary .col-right .address-box {
    width: 100%;
    float: none;
  }
  .site-footer .secondary .col-right .quick-menu-box {
    margin-bottom: 40px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 26px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 9px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  border-radius: 10px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  opacity: 0.97;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  padding-top: 160px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav a:hover {
  color: #fff;
  opacity: 0.8;
}
.mobile-nav .primary-nav-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .left-side,
.mobile-nav .right-side {
  float: left;
  position: relative;
  z-index: 2;
}
.mobile-nav .left-side {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
.mobile-nav .left-side li {
  font-family: CeraPRO-Bold, sans-serif;
  font-size: 24px;
  line-height: 2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mobile-nav .left-side li a:hover {
  color: #3B3B3A;
}
.mobile-nav .left-side li ul {
  padding-top: 10px;
}
.mobile-nav .left-side li li {
  font-family: CeraPRO-Light, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 10px 0;
}
.mobile-nav .left-side li li a {
  display: inline-block;
  color: #fff;
}
.mobile-nav .left-side li li a:hover {
  color: #3B3B3A;
  border-bottom: 1px solid #3B3B3A;
}
.mobile-nav .left-side li li.current a {
  color: #3B3B3A;
  border-bottom: 1px solid #3B3B3A;
}
.mobile-nav .left-side .mainnav > li.active > a {
  color: #3B3B3A;
}
.mobile-nav .right-side {
  width: 60%;
  padding-left: 80px;
}
.mobile-nav .right-side .mobile-submenu {
  padding-top: 12px;
}
.mobile-nav .right-side li {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.mobile-nav .right-side li.current a {
  color: #3B3B3A;
  border-bottom: 1px solid #3B3B3A;
}
.mobile-nav .right-side a {
  font-size: 22px;
}
.mobile-nav .right-side a:hover {
  color: #3B3B3A;
  border-bottom: 1px solid #3B3B3A;
}
.mobile-nav .side-boxes {
  padding-top: 12px;
}
.mobile-nav .side-box {
  margin-bottom: 20px;
}
.mobile-nav .side-box h3 {
  margin-bottom: 15px;
}
.mobile-nav .quicks {
  margin-bottom: 60px;
}
.mobile-nav .quicks a {
  display: block;
}
.mobile-nav .social-media {
  font-size: 30px;
}
.mobile-nav .social-media a {
  margin-right: 7px;
}
.mobile-nav .social-media a:hover {
  opacity: 0.7;
}
.mobile-nav .social-media i:before {
  margin: 0;
}
.mobile-nav .social-media .instagram {
  font-size: 34px;
  position: relative;
  top: 2px;
}
.mobile-nav .social-media .facebook {
  font-size: 34px;
  position: relative;
  top: 2px;
}
.shownav .mobile-nav {
  top: 0;
  transition: all 0.6s ease 0s;
}
.shownav .mobile-nav .before {
  top: 0;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .mobile-nav .container {
    padding-top: 100px;
  }
  .mobile-nav .left-side,
  .mobile-nav .right-side {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav .right-side {
    display: none;
  }
  .mobile-nav .left-side .mainnav ul.hover {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-nav .primary-nav-content {
    padding-top: 20px;
  }
  .mobile-nav .main-box,
  .mobile-nav .side-boxes {
    width: 100%;
    clear: both;
  }
  .mobile-nav .left-side {
    text-align: left;
    margin-bottom: 40px;
  }
  .mobile-nav .left-side li {
    margin-bottom: 0;
  }
  .mobile-nav .left-side .mainnav ul {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .nav-trigger-mz .nav-icon {
    top: 29px;
    left: 27px;
  }
}
@media (max-width: 991px) {
  .nav-trigger-mz .nav-icon {
    width: 40px;
    top: 22px;
    left: 20px;
  }
  .nav-trigger-mz .nav-icon:before,
  .nav-trigger-mz .nav-icon:after,
  .nav-trigger-mz .nav-icon div {
    height: 3px;
    margin: 7px 0;
  }
}
@media (max-height: 750px) {
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease 0s;
}
.search-panel .before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0.97;
  transition: all 0.4s ease 0s;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #003978;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  width: 80px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0 8px 8px 0;
  background: #91c462;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
.search-panel .search-results {
  padding: 40px 0 40px;
}
.search-panel .search-results .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-panel .search-results .item .article-output h1,
.search-panel .search-results .item .article-output h2,
.search-panel .search-results .item .article-output h3,
.search-panel .search-results .item .article-output h4 {
  display: none;
}
.search-panel .search-results .item .article-actions {
  margin-top: 15px;
}
.ajax-loader {
  height: 200px;
  background: url(../img/loader.gif) center center no-repeat;
}
.showsearch .search-panel {
  left: 0;
  transition: all 0.4s ease 0s;
}
.showsearch .search-panel .before {
  left: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1280px) {
  .search-panel .mod-search {
    margin: 30px 5%;
  }
}
@media (max-width: 991px) {
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
  height: 34px;
  font-family: CeraPRO-Bold, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 40px 0 8px;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
  color: #8bcaad;
  background: none;
  border: 3px solid #8bcaad;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
}
a.button i,
form button i {
  font-size: 80%;
  position: absolute;
  top: 6px;
  right: 12px;
}
a.button.w-auto,
form button.w-auto {
  width: 100%;
}
a.button:hover,
form button:hover {
  opacity: 0.9;
}
a.button.bg-white,
form button.bg-white {
  background: #fff;
}
a.button.bg-mint,
form button.bg-mint {
  background: #8bcaad;
}
a.button.bg-dark,
form button.bg-dark {
  background: #3B3B3A;
}
a.button.b-white,
form button.b-white {
  border-color: #fff;
}
a.button.b-mint,
form button.b-mint {
  border-color: #8bcaad;
}
a.button.b-dark,
form button.b-dark {
  border-color: #3B3B3A;
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-mint,
form button.t-mint {
  color: #8bcaad;
}
a.button.t-dark,
form button.t-dark {
  color: #3B3B3A;
}
a.button.medium,
form button.medium {
  height: 38px;
  font-size: 35px;
  line-height: 1;
  padding: 10px 40px 15px;
}
@media (max-width: 991px) {
  a.button,
  form button {
    height: 30px;
    font-size: 16px;
    border-width: 3px;
  }
}
.btn-circle {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?59763557c');
  src: url('../font/fontello.eot?59763557c#iefix') format('embedded-opentype'), url('../font/fontello.woff2?59763557c') format('woff2'), url('../font/fontello.woff?59763557c') format('woff'), url('../font/fontello.ttf?59763557c') format('truetype'), url('../font/fontello.svg?59763557c#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59763557#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-email:before {
  content: '\e803';
}
/* '' */
.icon-left-open-1:before {
  content: '\e804';
}
/* '' */
.icon-right-open-1:before {
  content: '\e805';
}
/* '' */
.icon-cancel:before {
  content: '\e824';
}
/* '' */
.icon-arrow-btn:before {
  content: '\e825';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\f312';
}
/* '' */
@font-face {
  font-family: 'GardenGrownCaps-Regular';
  src: url('../font/3A4770_0_0.eot');
  src: url('../font/3A4770_0_0.eot?#iefix') format('embedded-opentype'), url('../font/3A4770_0_0.woff2') format('woff2'), url('../font/3A4770_0_0.woff') format('woff'), url('../font/3A4770_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GardenGrown-Regular';
  src: url('../font/3A4770_1_0.eot');
  src: url('../font/3A4770_1_0.eot?#iefix') format('embedded-opentype'), url('../font/3A4770_1_0.woff2') format('woff2'), url('../font/3A4770_1_0.woff') format('woff'), url('../font/3A4770_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Light';
  src: url('../font/3A87CE_0_0.eot');
  src: url('../font/3A87CE_0_0.eot?#iefix') format('embedded-opentype'), url('../font/3A87CE_0_0.woff2') format('woff2'), url('../font/3A87CE_0_0.woff') format('woff'), url('../font/3A87CE_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Bold';
  src: url('../font/3A87CE_1_0.eot');
  src: url('../font/3A87CE_1_0.eot?#iefix') format('embedded-opentype'), url('../font/3A87CE_1_0.woff2') format('woff2'), url('../font/3A87CE_1_0.woff') format('woff'), url('../font/3A87CE_1_0.ttf') format('truetype');
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.std-rsform-layout {
  padding-top: 30px;
}
form.std-rsform-layout ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.std-rsform-layout :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3B3B3A;
  opacity: 0.7;
}
form.std-rsform-layout ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3B3B3A;
  opacity: 0.7;
}
form.std-rsform-layout :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.std-rsform-layout ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.std-rsform-layout ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.std-rsform-layout > h2 {
  margin-bottom: 0;
}
form.std-rsform-layout fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.std-rsform-layout textarea,
form.std-rsform-layout input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 10px;
  background: none;
  color: #003978;
  background-color: #fff;
  border: 1px solid #8bcaad;
  border-radius: 2px;
}
form.std-rsform-layout textarea {
  height: 160px;
  padding: 10px;
}
form.std-rsform-layout label .formRequired {
  display: inline-block;
  color: #003978;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.std-rsform-layout .formControlLabel {
  display: none;
}
form.std-rsform-layout .formError {
  display: block;
  color: #e5057f;
  font-size: 80%;
  font-weight: normal;
  padding-left: 10px;
}
form.std-rsform-layout .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 10px;
}
form.std-rsform-layout .rsform-block .formDescription {
  display: none;
}
form.std-rsform-layout .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.std-rsform-layout .rsform-block.rsform-error-parent textarea,
form.std-rsform-layout .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #e56626;
}
form.std-rsform-layout .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.std-rsform-layout .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.std-rsform-layout .rsform-block .formControlLabel {
  display: none;
  color: #3B3B3A;
  font-weight: bold;
}
form.std-rsform-layout .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.std-rsform-layout .rsform-type-freetext {
  margin-top: 50px;
  margin-bottom: 10px;
}
form.std-rsform-layout .rsform-type-freetext h1,
form.std-rsform-layout .rsform-type-freetext h2,
form.std-rsform-layout .rsform-type-freetext h3,
form.std-rsform-layout .rsform-type-freetext h4 {
  margin-bottom: 10px;
}
form.std-rsform-layout .rsform-type-freetext p {
  font-family: CeraPRO-Bold, sans-serif;
}
form.std-rsform-layout .rsform-select {
  padding: 3px 0 10px;
}
form.std-rsform-layout .rsform-select .formControlLabel {
  margin-bottom: 10px;
  display: block;
}
form.std-rsform-layout .rsform-select select {
  width: 100%;
}
form.std-rsform-layout .rsform-checkboxes,
form.std-rsform-layout .rsform-radios {
  background: #f9f9f9;
  padding: 10px 20px;
}
form.std-rsform-layout .rsform-checkboxes .formControlLabel,
form.std-rsform-layout .rsform-radios .formControlLabel {
  margin: 10px 0;
  display: block;
}
form.std-rsform-layout .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.std-rsform-layout .formBody.frm-checkboxes label,
form.std-rsform-layout .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 0;
}
form.std-rsform-layout .formBody.frm-checkboxes input,
form.std-rsform-layout .formBody.frm-radios input {
  margin-right: 10px;
}
form.std-rsform-layout .rsform-block-birthday .formControlLabel {
  display: block;
}
form.std-rsform-layout .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
form.std-rsform-layout .rsform-type-fileupload button,
form.std-rsform-layout .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
form.std-rsform-layout .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
form.std-rsform-layout .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
form.std-rsform-layout .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
form.std-rsform-layout .rsform-type-submitbutton {
  margin-top: 30px;
}
form.std-rsform-layout .rsform-type-submitbutton button {
  background: #e56626;
  border-color: #e56626;
  color: #fff;
  padding-top: 2px;
}
.rsform-contact ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3B3B3A;
}
.rsform-contact :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3B3B3A;
  opacity: 1;
}
.rsform-contact ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3B3B3A;
  opacity: 1;
}
.rsform-contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3B3B3A;
}
.rsform-contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3B3B3A;
}
.rsform-contact ::placeholder {
  /* Most modern browsers support this now. */
  color: #3B3B3A;
}
.rsform-contact .rsform h2 {
  display: none;
}
.rsform-contact .rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.rsform-contact .rsform input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background: none;
  border: 1px solid #8bcaad;
}
.rsform-contact .rsform .formDescription,
.rsform-contact .rsform .formRequired {
  display: none;
}
.rsform-contact .rsform .rsform-block-naam,
.rsform-contact .rsform .rsform-block-bedrijf,
.rsform-contact .rsform .rsform-block-telefoonnummer,
.rsform-contact .rsform .rsform-block-email,
.rsform-contact .rsform .rsform-block-name,
.rsform-contact .rsform .rsform-block-company,
.rsform-contact .rsform .rsform-block-telephone {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.rsform-contact .rsform .rsform-block-naam .formBody,
.rsform-contact .rsform .rsform-block-bedrijf .formBody,
.rsform-contact .rsform .rsform-block-telefoonnummer .formBody,
.rsform-contact .rsform .rsform-block-email .formBody,
.rsform-contact .rsform .rsform-block-name .formBody,
.rsform-contact .rsform .rsform-block-company .formBody,
.rsform-contact .rsform .rsform-block-telephone .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-contact .rsform .rsform-block-naam .formValidation,
.rsform-contact .rsform .rsform-block-bedrijf .formValidation,
.rsform-contact .rsform .rsform-block-telefoonnummer .formValidation,
.rsform-contact .rsform .rsform-block-email .formValidation,
.rsform-contact .rsform .rsform-block-name .formValidation,
.rsform-contact .rsform .rsform-block-company .formValidation,
.rsform-contact .rsform .rsform-block-telephone .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.rsform-contact .rsform .rsform-block-naam,
.rsform-contact .rsform .rsform-block-telefoonnummer,
.rsform-contact .rsform .rsform-block-name,
.rsform-contact .rsform .rsform-block-telephone {
  padding-right: 15px;
}
.rsform-contact .rsform .rsform-block-bedrijf,
.rsform-contact .rsform .rsform-block-email,
.rsform-contact .rsform .rsform-block-company {
  padding-left: 15px;
}
.rsform-contact .rsform .rsform-block-bericht,
.rsform-contact .rsform .rsform-block-message {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.rsform-contact .rsform .rsform-block-bericht .formBody,
.rsform-contact .rsform .rsform-block-message .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-contact .rsform .rsform-block-bericht .formValidation,
.rsform-contact .rsform .rsform-block-message .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.rsform-contact .rsform .rsform-block-bericht textarea,
.rsform-contact .rsform .rsform-block-message textarea {
  width: 100%;
  height: 140px;
  background: none;
  border: 1px solid #8bcaad;
  padding: 10px;
}
.rsform-contact .rsform .rsform-block-submit {
  clear: both;
  overflow: hidden;
  float: none;
}
.rsform-contact .rsform button {
  background: #8bcaad;
  color: #fff;
  padding-top: 2px;
}
.article-images {
  overflow: hidden;
  margin-top: 40px;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section-detail-description .container {
  padding-top: 250px;
}
.section-detail-description .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.section-detail-description .mozaic-image img {
  display: none;
}
.section-detail-description .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 120px;
  background: #0c5a55;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.section-detail-description .col-left {
  padding-bottom: 80px;
}
.section-detail-description.type-b .mozaic-image {
  bottom: 120px;
}
@media (max-width: 1280px) {
  .section-detail-description .bgbefore {
    display: block;
    content: "";
    height: 103px;
    left: 100%;
    bottom: 0;
  }
  .section-detail-description .mozaic-image {
    width: 309px;
    height: 309px;
  }
  .section-detail-description.type-b .bgbefore {
    bottom: 103px;
  }
  .section-detail-description.type-b .mozaic-image {
    width: 412px;
    height: 412px;
    bottom: 103px;
  }
}
.section-detail-images {
  background: #0c5a55;
}
.section-detail-images .container {
  min-height: 400px;
  overflow: hidden;
}
.section-detail-images .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
.section-detail-images .mozaic-image img {
  display: none;
}
@media (max-width: 1280px) {
  .section-detail-images .mz-image-1 {
    width: 412px;
    height: 412px;
  }
  .section-detail-images .mz-image-2 {
    width: 206px;
    height: 206px;
  }
  .section-detail-images .mz-image-3 {
    width: 206px;
    height: 206px;
  }
}
.section-detail-info {
  background: #0c5a55;
}
.section-detail-info .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.section-detail-info .mozaic-image .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.section-detail-info .mozaic-image img {
  display: none;
}
.section-detail-info .col-left {
  min-height: 480px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-detail-info .col-left {
    min-height: 412px;
  }
  .section-detail-info .col-left .inner {
    padding-right: 50px;
  }
}
.section-wat-we-bieden {
  position: relative;
  z-index: 10;
}
.section-wat-we-bieden .bg {
  position: relative;
}
.section-wat-we-bieden .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
}
.section-wat-we-bieden .col-left .inner {
  padding: 60px 0 40px;
  background: #fbe200;
}
.section-wat-we-bieden .col-right {
  margin-top: -120px;
  position: relative;
}
.section-wat-we-bieden .col-right:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #0c5a55;
  position: absolute;
  top: 0;
  left: 0;
}
.section-wat-we-bieden .col-right .inner {
  padding: 60px 30px 40px 30px;
  background: #0c5a55;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1280px) {
  .section-wat-we-bieden .col-right {
    margin-top: -103px;
  }
}
.section-solliciteren .bg {
  padding: 60px 0;
  position: relative;
}
.section-solliciteren .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-solliciteren .mod-header {
  max-width: 45%;
}
.section-solliciteren .sollicitatieform {
  min-height: 300px;
  margin-right: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.section-navigation {
  padding: 80px 0 20px;
  overflow: hidden;
}
.section-navigation .prev,
.section-navigation .next {
  width: 50%;
  float: left;
  background: #fbe200;
  position: relative;
}
.section-navigation .prev:hover .bgimg:before,
.section-navigation .next:hover .bgimg:before {
  right: -600px;
  opacity: 0.5;
}
.section-navigation .box {
  width: 300px;
  position: relative;
}
.section-navigation .bgimg {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-navigation .bgimg:before {
  display: block;
  content: "";
  width: 1200px;
  height: 1200px;
  background: #fbe200;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-navigation .goto {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.section-navigation .goto .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/btn-dgreen.svg);
  background-size: 100px 100px;
}
.section-navigation .goto .text {
  position: absolute;
  top: 50%;
  line-height: 1.1em;
  transform: translateY(-50%);
}
.section-navigation .goto .text strong {
  display: block;
}
.section-navigation .goto:hover {
  opacity: 0.8;
}
.section-navigation .prev {
  border-right: 40px solid #fff;
}
.section-navigation .prev .box {
  float: right;
}
.section-navigation .prev .goto {
  left: 0;
  transform: translate(-50%, -50%);
}
.section-navigation .prev .goto .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-navigation .prev .goto .text {
  left: -90px;
  text-align: right;
}
.section-navigation .next {
  float: right;
  border-left: 40px solid #fff;
}
.section-navigation .next .goto {
  right: 0;
  transform: translate(50%, -50%);
}
.section-navigation .next .goto .text {
  right: -90px;
}
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
.page-intro-top {
  margin-bottom: 50px;
}
/* ==========================================================================
	VOLG
   ========================================================================== */
.tpl-volg.view-article .article-header {
  margin-bottom: 40px;
}
.tpl-volg.view-article .article-output a {
  color: #8bcaad;
  border-bottom: 1px solid #8bcaad;
}
.tpl-volg.view-article .article-output a:hover {
  border-color: #fff;
}
.tpl-volg.view-article .article-output .img-half-left {
  width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}
.tpl-volg.view-article .article-output .img-half-right {
  width: 50%;
  float: right;
  margin: 0 0 20px 20px;
}
.sidebar {
  border-left: 1px solid #8bcaad;
}
.sidebar .inner {
  padding: 0 30px;
}
.sidebar .page-actions {
  margin-bottom: 60px;
}
.sidebar .page-actions a {
  margin: 15px 0 0 0;
}
.sidebar .page-share {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .tpl-volg.view-article .article-output .img-half-left,
  .tpl-volg.view-article .article-output .img-half-right {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .sidebar {
    clear: both;
    width: 100%;
    border: none;
    padding-top: 60px;
  }
  .sidebar .inner {
    padding: 0;
  }
}
/* ==========================================================================
	PRODUCT DETAIL
   ========================================================================== */
.popup-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.popup-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.popup-wrapper .loader {
  background: url(../img/loader.gif) center center no-repeat;
  padding: 80px 0;
  text-align: center;
}
.tpl-product-detail {
  background: #fff;
  padding: 60px 0;
}
.tpl-product-detail .container {
  position: relative;
}
.tpl-product-detail .plx {
  width: 500px;
  height: 500px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 200;
  pointer-events: none;
  animation: float-up 24s ease-in-out infinite;
}
.tpl-product-detail .plx.plx-1 {
  right: -325px;
  top: 18%;
}
.tpl-product-detail .primary {
  padding-bottom: 100px;
}
.tpl-product-detail .secondary {
  padding-bottom: 40px;
}
.tpl-product-detail .close-popup {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 999;
  color: #fff;
}
.tpl-product-detail .close-popup i {
  position: relative;
  top: -2px;
  font-size: 25px;
}
.tpl-product-detail .vcard .inner-card {
  margin: 0;
}
.tpl-product-detail .primary .col-left {
  position: relative;
}
.tpl-product-detail .primary .col-left .bg-overlay {
  display: block;
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 90px;
  opacity: 0.7;
}
.tpl-product-detail .primary .col-left .image {
  padding: 20px;
  transform: translateX(-80px);
}
.tpl-product-detail .primary .col-right {
  position: relative;
}
.tpl-product-detail .primary .col-right .bg-overlay {
  display: block;
  width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25px;
}
.tpl-product-detail .primary .col-right .inner {
  padding: 50px 50px 40px 50px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.tpl-product-detail .primary .col-right .article-header {
  margin-bottom: 30px;
}
.tpl-product-detail .primary .col-right .article-header h1 {
  margin-right: 60px;
}
.tpl-product-detail .primary .col-right .article-output {
  margin-bottom: 20px;
}
.tpl-product-detail .primary .col-right .article-actions a {
  margin: 0 10px 10px 0;
}
.tpl-product-detail .secondary .col-left h2 {
  margin-bottom: 80px;
}
.tpl-product-detail .page-actions .button {
  margin: 0 15px 15px 0;
}
.tpl-product-detail .row-divider {
  clear: both;
  width: 100%;
  height: 40px;
}
@media (max-width: 1280px) {
  .tpl-product-detail {
    padding: 40px 0;
  }
  .tpl-product-detail .close-popup {
    top: 30px;
    right: 25px;
  }
  .tpl-product-detail .plx {
    width: 500px;
    height: 500px;
  }
  .tpl-product-detail .plx.plx-1 {
    right: -420px;
    top: 18%;
  }
  .tpl-product-detail .primary {
    padding-bottom: 60px;
  }
  .tpl-product-detail .secondary {
    padding-bottom: 30px;
  }
  .tpl-product-detail .primary .col-left .image {
    width: 340px;
  }
  .tpl-product-detail .primary .col-right .inner {
    padding: 40px 0 30px 40px;
  }
  .tpl-product-detail .secondary .col-left {
    padding-bottom: 60px;
  }
  .tpl-product-detail .secondary .col-left h2 {
    margin-bottom: 30px;
  }
  .tpl-product-detail .row-divider {
    display: none;
  }
  .tpl-product-detail .bottom-row {
    float: left;
    width: 41.666%;
  }
  .tpl-product-detail .col-left-last {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tpl-product-detail {
    padding: 0;
  }
  .tpl-product-detail .plx {
    display: none;
  }
  .tpl-product-detail .primary {
    padding-bottom: 40px;
  }
  .tpl-product-detail .primary .col-left {
    width: 40%;
    float: left;
  }
  .tpl-product-detail .primary .col-left .article-image {
    background: none;
  }
  .tpl-product-detail .primary .col-left .product-image-box {
    margin-bottom: 0;
  }
  .tpl-product-detail .primary .col-left .product-image-box .label {
    margin: 0px 0 20px 0px;
  }
  .tpl-product-detail .primary .col-left .image {
    width: 100%;
    padding: 0;
    transform: translateX(0);
  }
  .tpl-product-detail .primary .col-left .bg-overlay {
    width: 100%;
    right: 0;
    left: 0;
    opacity: 1;
  }
  .tpl-product-detail .primary .col-right {
    width: 60%;
    float: left;
  }
  .tpl-product-detail .primary .col-right .inner {
    padding: 40px 0 30px 0;
  }
  .tpl-product-detail .primary .col-right .bg-overlay {
    width: 100%;
    left: 0;
  }
  .tpl-product-detail .secondary .col-right {
    width: 65%;
  }
  .tpl-product-detail .secondary .bottom-row {
    width: 35%;
  }
}
@media (max-width: 620px) {
  .tpl-product-detail .close-popup {
    top: 20px;
    right: 15px;
  }
  .tpl-product-detail .plx {
    display: block;
    width: 600px;
    height: 600px;
  }
  .tpl-product-detail .plx.plx-1 {
    right: -400px;
    top: -50px;
  }
  .tpl-product-detail .primary .col-left {
    width: 100%;
    float: none;
  }
  .tpl-product-detail .primary .col-left .product-image-box .label {
    display: none;
  }
  .tpl-product-detail .primary .col-left .image {
    width: 70%;
    min-height: 100px;
  }
  .tpl-product-detail .primary .col-right {
    width: 100%;
    float: none;
  }
  .tpl-product-detail .secondary .col-right {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
  }
  .tpl-product-detail .secondary .bottom-row {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .tpl-product-detail .plx {
    width: 500px;
    height: 500px;
  }
  .tpl-product-detail .plx.plx-1 {
    right: -300px;
    top: -50px;
  }
}
@media (max-width: 480px) {
  .tpl-product-detail .secondary .col-right {
    padding-left: 0;
    padding-right: 0;
  }
  .tpl-product-detail .secondary .vcard .box {
    padding-left: 160px;
  }
}
@media (max-width: 450px) {
  .tpl-product-detail .plx {
    display: none;
  }
  .tpl-product-detail .primary .col-left .product-image-box .label {
    display: none;
  }
  .tpl-product-detail .primary .col-left .image {
    width: 100%;
  }
}
.tpl-assortiment .product-information .product-info-section {
  position: relative;
  margin-bottom: 60px;
}
.tpl-assortiment .product-information .product-info-section .hash-trigger {
  position: absolute;
  top: -140px;
  left: 0;
}
.tpl-assortiment .product-information .product-info-section .article-output {
  margin-top: 20px;
}
.tpl-contact .prlx .container {
  position: relative;
}
.tpl-contact .prlx .plx {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.tpl-contact .prlx .plx-1 {
  width: 200px;
  height: 200px;
  right: 0;
  top: -360px;
  z-index: 80;
  background-image: url(../img/parallax/radijs.png);
}
.tpl-contact .prlx .plx-2 {
  width: 360px;
  height: 250px;
  right: -8%;
  top: -200px;
  z-index: 85;
  background-image: url(../img/parallax/bessen.png);
}
.tpl-contact .prlx .plx-3 {
  width: 340px;
  height: 340px;
  right: 0;
  top: 200px;
  background-image: url(../img/parallax/aardbei-blur.png);
}
@media (max-width: 1280px) {
  .tpl-contact .prlx .plx-1 {
    width: 180px;
    height: 180px;
    right: -12%;
    top: -360px;
  }
  .tpl-contact .prlx .plx-2 {
    width: 360px;
    height: 250px;
    right: -21%;
    top: -240px;
  }
  .tpl-contact .prlx .plx-3 {
    width: 320px;
    height: 320px;
    right: -11%;
    top: 200px;
  }
}
@media (max-width: 991px) {
  .tpl-contact .prlx .plx-1 {
    width: 160px;
    height: 160px;
    right: -24%;
    top: -300px;
  }
  .tpl-contact .prlx .plx-2 {
    width: 300px;
    height: 200px;
    right: -25%;
    top: -210px;
  }
  .tpl-contact .prlx .plx-3 {
    width: 300px;
    height: 300px;
    right: -25%;
    top: 200px;
  }
}
@media (max-width: 767px) {
  .tpl-contact .prlx .plx-1,
  .tpl-contact .prlx .plx-2,
  .tpl-contact .prlx .plx-3 {
    display: none;
  }
}
/* ==========================================================================
	BANNERS/ HEADERS
   ========================================================================== */
.mod-spacer {
  background: yellow;
  height: 800px;
}
.mouse {
  height: 28px;
  width: 18px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -9px;
}
.mouse .wheel {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: 5px auto;
  background: #fff;
  position: relative;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.mod-banner-home {
  position: relative;
  background-color: #fafafa;
  overflow: hidden;
  /* RADIJS */
  /* MANDARIJN */
  /* ARTISJOK */
  /* AARDBEI */
}
.mod-banner-home .container {
  min-height: 850px;
  position: relative;
  z-index: 10;
}
.mod-banner-home .logo-box,
.mod-banner-home .logo-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.mod-banner-home .logo {
  display: block;
  width: 320px;
  height: 320px;
  background: url(../img/befresh-logo-lg.png) center center no-repeat;
  background-size: contain;
  transition: all 0.4s ease-in-out 0s;
}
.mod-banner-home .logo-text {
  display: block;
  width: 600px;
  height: 320px;
  background: url(../img/befresh-logo-text.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.4s ease-in-out 0s;
  transform: scale(0.1);
  opacity: 0;
}
.mod-banner-home.logo-swap .logo {
  transform: scale(0.1);
  opacity: 0;
}
.mod-banner-home.logo-swap .logo-text {
  transform: scale(1);
  opacity: 1;
}
.mod-banner-home .actions {
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 100;
  white-space: nowrap;
}
.mod-banner-home .actions .button {
  margin: 0 10px 15px;
}
.mod-banner-home .plx {
  position: absolute;
  pointer-events: none;
}
.mod-banner-home .plx.bk {
  width: 100%;
  height: 100%;
  background-size: 2400px auto;
  background-repeat: no-repeat;
  left: 0;
}
.mod-banner-home .plx.fr .inner {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-banner-home .plx-1 {
  background-image: url(../img/parallax/banner-bg-top.png);
  background-position: center bottom;
  top: -56%;
}
.mod-banner-home .plx-2 {
  background-image: url(../img/parallax/banner-bg-bottom.png);
  background-position: center top;
  bottom: -43%;
}
.mod-banner-home .plx-3 {
  top: 0;
  left: 40px;
  z-index: 200;
}
.mod-banner-home .plx-3 .inner {
  width: 490px;
  height: 490px;
  background-image: url(../img/parallax/radijs-blur.png);
  animation: float-up 12s ease-in-out infinite;
}
.mod-banner-home .plx-4 {
  top: -80px;
  right: 170px;
  z-index: 200;
}
.mod-banner-home .plx-4 .inner {
  width: 380px;
  height: 380px;
  background-image: url(../img/parallax/mandarijn-blur.png);
  animation: float-down 8s ease-in-out infinite;
}
.mod-banner-home .plx-5 {
  bottom: -450px;
  left: -18%;
  z-index: 200;
}
.mod-banner-home .plx-5 .inner {
  width: 750px;
  height: 750px;
  background-image: url(../img/parallax/artisjok-blur.png);
  animation: float-up 7s ease-in-out infinite;
}
.mod-banner-home .plx-6 {
  bottom: -150px;
  right: 7%;
  z-index: 200;
}
.mod-banner-home .plx-6 .inner {
  width: 300px;
  height: 300px;
  background-image: url(../img/parallax/aardbei-blur.png);
  animation: float-down 6s ease-in-out infinite;
}
@media (max-width: 1480px) {
  .mod-banner-home .plx.bk {
    background-size: 2200px auto;
  }
  .mod-banner-home .plx-3 {
    left: 0;
  }
  .mod-banner-home .plx-3 .inner {
    width: 420px;
    height: 420px;
  }
  .mod-banner-home .plx-4 {
    top: -40px;
    right: 100px;
  }
  .mod-banner-home .plx-4 .inner {
    width: 320px;
    height: 320px;
  }
  .mod-banner-home .plx-5 .inner {
    width: 700px;
    height: 700px;
  }
  .mod-banner-home .plx-6 {
    right: 2%;
  }
  .mod-banner-home .plx-6 .inner {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-home .container {
    min-height: 700px;
  }
  .mod-banner-home .logo {
    width: 280px;
    height: 280px;
  }
  .mod-banner-home .logo-text {
    height: 280px;
  }
  .mod-banner-home .actions {
    left: 50%;
    right: auto;
    bottom: 80px;
    transform: translateX(-50%);
  }
  .mod-banner-home .plx.bk {
    background-size: 2000px auto;
  }
  .mod-banner-home .plx-3 {
    left: -65px;
  }
  .mod-banner-home .plx-3 .inner {
    width: 380px;
    height: 380px;
  }
  .mod-banner-home .plx-4 {
    top: -40px;
    right: 0;
  }
  .mod-banner-home .plx-4 .inner {
    width: 300px;
    height: 300px;
  }
  .mod-banner-home .plx-5 {
    bottom: -400px;
    left: -26%;
  }
  .mod-banner-home .plx-5 .inner {
    width: 600px;
    height: 600px;
  }
  .mod-banner-home .plx-6 {
    right: -9%;
  }
  .mod-banner-home .plx-6 .inner {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .container {
    min-height: 600px;
  }
  .mod-banner-home .logo {
    width: 240px;
    height: 240px;
  }
  .mod-banner-home .logo-text {
    width: 500px;
    height: 240px;
  }
  .mod-banner-home .actions {
    bottom: 60px;
  }
  .mod-banner-home .plx.bk {
    background-size: 1400px auto;
  }
  .mod-banner-home .plx-3 {
    left: -25%;
  }
  .mod-banner-home .plx-3 .inner {
    width: 300px;
    height: 300px;
  }
  .mod-banner-home .plx-4 {
    top: -40px;
    right: 0;
  }
  .mod-banner-home .plx-4 .inner {
    width: 240px;
    height: 240px;
  }
  .mod-banner-home .plx-5 {
    bottom: -400px;
    left: -45%;
  }
  .mod-banner-home .plx-5 .inner {
    width: 550px;
    height: 550px;
  }
  .mod-banner-home .plx-6 {
    right: -17%;
    bottom: -80px;
  }
  .mod-banner-home .plx-6 .inner {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .mod-banner-home .container {
    min-height: 550px;
  }
  .mod-banner-home .logo-text {
    width: 450px;
  }
  .mod-banner-home .plx.bk {
    background-size: 1100px auto;
  }
}
@media (max-width: 600px) {
  .mod-banner-home .container {
    min-height: 480px;
  }
  .mod-banner-home .logo {
    width: 220px;
    height: 220px;
  }
  .mod-banner-home .logo-text {
    width: 400px;
  }
  .mod-banner-home .plx.bk {
    background-size: 850px auto;
  }
  .mod-banner-home .mouse {
    display: none;
  }
  .mod-banner-home .plx-2 {
    bottom: -63%;
  }
  .mod-banner-home .plx-3 {
    display: none;
  }
  .mod-banner-home .plx-4 {
    top: -3%;
    right: -8%;
  }
  .mod-banner-home .plx-4 .inner {
    width: 200px;
    height: 200px;
  }
  .mod-banner-home .plx-5 {
    bottom: -280px;
    left: -31%;
  }
  .mod-banner-home .plx-5 .inner {
    width: 360px;
    height: 360px;
  }
  .mod-banner-home .plx-6 {
    right: -10%;
    bottom: -60px;
  }
  .mod-banner-home .plx-6 .inner {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .mod-banner-home .logo {
    width: 200px;
    height: 200px;
  }
  .mod-banner-home .logo-text {
    width: 300px;
  }
  .mod-banner-home .plx.bk {
    background-size: 700px auto;
  }
  .mod-banner-home .plx-3 {
    display: none;
  }
  .mod-banner-home .plx-4 {
    top: -6%;
    right: -20%;
  }
  .mod-banner-home .plx-4 .inner {
    width: 200px;
    height: 200px;
  }
  .mod-banner-home .plx-5 {
    bottom: -6%;
    left: -45%;
  }
  .mod-banner-home .plx-5 .inner {
    width: 300px;
    height: 300px;
  }
  .mod-banner-home .plx-6 {
    right: -10%;
    bottom: -60px;
  }
  .mod-banner-home .plx-6 .inner {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 430px) {
  .mod-banner-home .actions .btn-assortment {
    display: none;
  }
}
.mod-banner-volg {
  background: #fff;
  position: relative;
}
.mod-banner-volg .col-left,
.mod-banner-volg .col-right {
  min-height: 500px;
  position: relative;
}
.mod-banner-volg .page-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-banner-volg .page-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.mod-banner-volg .page-header {
  position: absolute;
  bottom: 40px;
  left: 25px;
}
.mod-banner-volg .h1 {
  font-size: 45px;
  margin-right: 40px;
}
.mod-banner-volg .col-right {
  position: relative;
}
.mod-banner-volg .col-right:before {
  display: block;
  content: "";
  width: 150%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88cc6f+0,6bc4e8+100 */
  background: #88cc6f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cc6f', endColorstr='#6bc4e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  left: 0;
}
.mod-banner-volg .vcard-top-clone {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
}
.mod-banner-volg .vcard-top-clone .profile-header {
  padding: 0 20px 0 60px;
  margin-bottom: 20px;
}
.mod-banner-volg .vcard-top-clone .profile-header .h4 {
  padding-left: 30px;
}
.mod-banner-volg .vcard-top-clone .profile-image {
  background: none !important;
}
.mod-banner-volg .vcard-top-clone .profile-image img {
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mod-banner-volg .col-left,
  .mod-banner-volg .col-right {
    min-height: 450px;
  }
  .mod-banner-volg .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .mod-banner-volg .col-left,
  .mod-banner-volg .col-right {
    min-height: 400px;
  }
  .mod-banner-volg .col-right {
    display: none;
  }
  .mod-banner-volg .h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .mod-banner-volg .col-left,
  .mod-banner-volg .col-right {
    min-height: 350px;
  }
  .mod-banner-volg .page-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mod-banner-contact {
  position: relative;
  overflow: hidden;
}
.mod-banner-contact .container {
  min-height: 850px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.mod-banner-contact .gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #91c462;
}
.mod-banner-contact .overlay-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+95 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  height: 50%;
  opacity: 0.3;
  pointer-events: none;
}
.mod-banner-contact .overlay-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bcaad+0,8bcaad+99&0+5,1+65 */
  background: -moz-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bcaad', endColorstr='#8bcaad', GradientType=0);
  /* IE6-9 */
  height: 60%;
  opacity: 0.9;
  top: auto;
  bottom: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out 0s;
}
.mod-banner-contact .content-panel {
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 25px;
  pointer-events: none;
}
.mod-banner-contact .title-box {
  transition: all 0.4s ease-in-out 0.1s;
}
.mod-banner-contact .button {
  pointer-events: auto;
}
.mod-banner-contact .actions {
  margin-bottom: 45px;
  position: relative;
}
.mod-banner-contact .actions .route {
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 0;
  transform: translateX(-30px);
}
.mod-banner-contact .address {
  margin-bottom: 60px;
  transition: all 0.4s ease-in-out 0.2s;
}
.mod-banner-contact .address address span {
  display: inline-block;
  margin-right: 20px;
}
.mod-banner-contact .contacts {
  transition: all 0.4s ease-in-out 0.3s;
}
.mod-banner-contact .contacts .contact {
  pointer-events: auto;
}
.mod-banner-contact .contacts .action {
  text-transform: uppercase;
}
.mod-banner-contact .view-team-box {
  position: absolute;
  top: 25%;
  right: 0;
  transition: all 0.4s ease-in-out 0.2s;
}
.mod-banner-contact.showmap .overlay-bot {
  opacity: 0;
  bottom: -50px;
}
.mod-banner-contact.showmap .title-box,
.mod-banner-contact.showmap .address,
.mod-banner-contact.showmap .contacts {
  transform: translateX(-100px);
  opacity: 0;
}
.mod-banner-contact.showmap .actions .route {
  transform: translateX(0);
  opacity: 1;
}
.mod-banner-contact.showmap .view-team-box {
  transform: translateX(100px);
  opacity: 0;
}
.mod-contact {
  display: none;
  margin-bottom: 30px;
}
.mod-contact .contact {
  width: 32.3334%;
  float: left;
  height: 50px;
  margin: 0 1% 30px 0;
}
.mod-contact .contact.mail .action {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .mod-banner-contact .container {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .mod-banner-contact .container {
    min-height: 300px;
  }
  .mod-banner-contact .content-panel {
    position: static;
    bottom: 0;
    left: 0;
    padding-top: 240px;
  }
  .mod-banner-contact .address {
    margin-bottom: 40px;
  }
  .mod-banner-contact .address .h2 {
    font-size: 22px;
  }
  .mod-banner-contact .view-team-box,
  .mod-banner-contact .contacts {
    display: none;
  }
  .mod-contact {
    display: block;
  }
}
@media (max-width: 650px) {
  .mod-contact .contact {
    width: 48%;
  }
}
@media (max-width: 460px) {
  .mod-contact .contact {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.mod-hero-split {
  overflow: hidden;
  margin-bottom: 50px;
}
.mod-hero-split .mod-header {
  width: 50%;
  float: left;
}
.mod-hero-split .mod-intro {
  width: 50%;
  float: left;
  padding: 0 5%;
  margin-top: 30px;
}
.mod-hero-split .mod-intro .article-actions {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .mod-hero-split .mod-header {
    width: 60%;
  }
  .mod-hero-split .mod-intro {
    width: 40%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .mod-hero-split {
    margin-bottom: 40px;
  }
  .mod-hero-split .mod-header {
    width: 100%;
    float: none;
  }
  .mod-hero-split .mod-intro {
    width: 100%;
    float: none;
  }
}
.mod-productgroups {
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
}
.mod-productgroups .container {
  position: relative;
}
.mod-productgroups .plx {
  position: absolute;
  z-index: 200;
  pointer-events: none;
}
.mod-productgroups .plx .plx-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
}
.mod-productgroups .plx .plx-bg.swap {
  opacity: 0;
  transform: scale(0.8);
}
.mod-productgroups .plx.plx-l {
  left: -150px;
  bottom: -200px;
}
.mod-productgroups .plx.plx-r {
  right: 150px;
  bottom: 200px;
}
.mod-productgroups .plx.plx-r .plx-bg {
  transition: all 0.15s ease-in-out 0.15s;
}
.slick-productgroups-wrapper,
.slick-office-wrapper {
  position: relative;
}
.slick-navi {
  width: 81%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.slick-navi a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #565655;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  position: relative;
  pointer-events: auto;
}
.slick-navi a i {
  position: absolute;
  top: 0;
  left: 6px;
}
.slick-navi .prev {
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-navi .next {
  float: right;
}
@media (max-width: 1480px) {
  .mod-productgroups .slick-navi,
  .mod-office .slick-navi {
    width: 78%;
  }
}
@media (max-width: 1280px) {
  .mod-productgroups .slick-navi,
  .mod-office .slick-navi {
    width: 87%;
  }
}
@media (max-width: 991px) {
  .mod-productgroups .slick-navi,
  .mod-office .slick-navi {
    width: 100%;
  }
  .mod-productgroups .slick-navi a,
  .mod-office .slick-navi a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .mod-productgroups .slick-navi .prev,
  .mod-office .slick-navi .prev {
    margin-left: -25px;
  }
  .mod-productgroups .slick-navi .next,
  .mod-office .slick-navi .next {
    margin-right: -25px;
  }
}
@media (max-width: 1280px) {
  .mod-productgroups {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .mod-productgroups .plx.plx-r {
    right: 0;
  }
}
@media (max-width: 991px) {
  .mod-productgroups {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .mod-productgroups .plx.plx-r {
    right: -150px;
  }
}
@media (max-width: 767px) {
  .mod-productgroups {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .mod-productgroups .plx {
    display: none;
  }
}
.mod-experience {
  padding: 80px 0 60px;
  position: relative;
}
.mod-experience .title-box.type-a .line-2 {
  margin-left: 50%;
}
.mod-experience .title-box.type-a .line-3 {
  margin-top: -10px;
  margin-left: -100px;
}
.mod-experience .title-box.type-a .line-4 {
  margin-left: -100px;
  margin-top: -40px;
}
.mod-experience .experience-image {
  margin: 40px 0;
}
.mod-experience .plx {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}
.mod-experience .plx .inner {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-experience .plx-1 {
  width: 400px;
  height: 400px;
  background-image: url(../img/parallax/mandarijn-blur.png);
  bottom: 50px;
  left: -300px;
}
.mod-experience .plx-2 {
  bottom: 100px;
  right: -700px;
}
.mod-experience .plx-2 .inner {
  width: 1000px;
  height: 1000px;
  background-image: url(../img/parallax/artisjok-blur.png);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.mod-experience .plx-3 {
  width: 400px;
  height: 400px;
  background-image: url(../img/parallax/aardbei-blur.png);
  bottom: 0;
  right: -200px;
}
@media (max-width: 1280px) {
  .mod-experience .plx {
    display: none;
  }
  .mod-experience .title-box.type-a .line-4 {
    margin-left: -110px;
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .mod-experience .plx {
    display: none;
  }
  .mod-experience .title-box.type-a .line-4 {
    margin-left: -130px;
  }
}
@media (max-width: 680px) {
  .mod-experience .title-box.type-a .line-2 {
    white-space: nowrap;
  }
  .mod-experience .title-box.type-a .line-4 {
    margin-left: -140px;
  }
}
@media (max-width: 550px) {
  .mod-experience .title-box.type-a .line-1 {
    margin-left: 0;
    font-size: 36px;
  }
  .mod-experience .title-box.type-a .line-2 {
    margin-left: 30%;
  }
  .mod-experience .title-box.type-a .line-3 {
    margin-left: 0;
    font-size: 50px;
  }
  .mod-experience .title-box.type-a .line-4 {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .mod-experience .title-box.type-a .line-3 {
    font-size: 42px;
  }
}
.mod-stories .container {
  min-height: 600px;
  position: relative;
}
.mod-stories .plx {
  width: 360px;
  height: 650px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  top: 500px;
  z-index: 100;
}
.mod-stories .mod-header {
  position: relative;
  margin: 80px 0 50px 0;
}
.mod-stories .mod-header .title-box {
  margin-left: 35%;
}
.mod-stories .mod-header .mod-intro {
  height: 200px;
  position: absolute;
  bottom: -300px;
  left: 865px;
}
.mod-stories .mod-header .social-media {
  margin-top: 60px;
}
.mod-stories .mod-header .social-media .title {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
  max-width: 172px;
}
.mod-stories .mod-header .social-media a {
  color: #8bcaad;
  font-size: 28px;
}
@media (max-width: 1480px) {
  .mod-stories .mod-header .mod-intro {
    left: 750px;
  }
}
@media (max-width: 1279px) {
  .mod-stories .plx {
    left: -250px;
  }
  .mod-stories .mod-header .title-box {
    margin-left: 25%;
  }
  .mod-stories .mod-header .mod-intro {
    left: 620px;
  }
}
@media (max-width: 991px) {
  .mod-stories .mod-header .title-box {
    margin-left: 25%;
  }
  .mod-stories .mod-header .mod-intro {
    left: 500px;
  }
  .mod-stories .mod-header .social-media {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mod-stories .plx {
    display: none;
  }
  .mod-stories .mod-header .title-box {
    margin-left: 25%;
  }
  .mod-stories .mod-header .mod-intro {
    left: auto;
    right: 0;
  }
}
@media (max-width: 620px) {
  .mod-stories .mod-header .title-box {
    margin-left: 0;
  }
  .mod-stories .mod-header .mod-intro {
    position: static;
    height: auto;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .mod-stories .title-box.type-a .line-1,
  .mod-stories .title-box.type-a .line-3 {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}
.mod-office {
  padding-bottom: 120px;
}
.mod-office .container {
  position: relative;
}
.mod-office .bottom-action {
  position: absolute;
  bottom: 50px;
  right: 375px;
}
@media (max-width: 1280px) {
  .mod-office {
    padding-bottom: 100px;
  }
  .mod-office .bottom-action {
    right: 225px;
  }
}
@media (max-width: 991px) {
  .mod-office {
    padding-bottom: 80px;
  }
  .mod-office .bottom-action {
    right: 75px;
  }
}
@media (max-width: 767px) {
  .mod-office {
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .mod-office .bottom-action {
    right: 65px;
    bottom: 40px;
  }
}
.mod-banner-cat {
  position: relative;
}
.mod-banner-cat .container {
  min-height: 850px;
  position: relative;
  z-index: 5;
}
.mod-banner-cat .page-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-banner-cat .overlay-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+95 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  height: 35%;
  opacity: 0.3;
  pointer-events: none;
}
.mod-banner-cat .overlay-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  height: 50%;
  opacity: 0.3;
  top: auto;
  bottom: 0;
  pointer-events: none;
}
.mod-banner-cat .page-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 40px;
  color: #fff;
}
.mod-banner-cat .page-header {
  margin-bottom: 40px;
}
.mod-banner-cat .page-header .h0 {
  font-size: 180px;
  text-align: right;
}
.mod-banner-cat .page-header .h0.t-long {
  font-size: 140px;
}
.mod-banner-cat .col-left .h1 {
  font-size: 65px;
  margin-bottom: 40px;
}
.mod-banner-cat .page-intro {
  font-size: 25px;
}
.mod-banner-cat .col-right {
  text-align: right;
}
.mod-banner-cat .col-right .button {
  margin-bottom: 10px;
}
.mod-banner-cat .plx {
  width: 400px;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 200;
}
.mod-banner-cat .plx.plx-1 {
  left: -300px;
  bottom: -500px;
}
.mod-banner-cat .plx.plx-2 {
  right: -300px;
  bottom: -500px;
}
@media (max-width: 1480px) {
  .mod-banner-cat .page-header .h0 {
    font-size: 150px;
  }
  .mod-banner-cat .page-header .h0.t-long {
    font-size: 120px;
  }
  .mod-banner-cat .col-left .h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .mod-banner-cat .page-intro {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-cat .container {
    min-height: 750px;
  }
  .mod-banner-cat .page-header .h0 {
    font-size: 130px;
  }
  .mod-banner-cat .page-header .h0.t-long {
    font-size: 100px;
  }
  .mod-banner-cat .col-left .h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .mod-banner-cat .page-intro {
    font-size: 20px;
  }
  .mod-banner-cat .plx {
    width: 360px;
    height: 360px;
  }
  .mod-banner-cat .plx.plx-1 {
    left: -300px;
    bottom: -400px;
  }
  .mod-banner-cat .plx.plx-2 {
    right: -300px;
    bottom: -450px;
  }
}
@media (max-width: 991px) {
  .mod-banner-cat .container {
    min-height: 300px;
  }
  .mod-banner-cat .page-content {
    position: static;
    padding: 160px 0 40px 0;
  }
  .mod-banner-cat .page-header {
    margin-bottom: 20px;
  }
  .mod-banner-cat .page-header .h0 {
    font-size: 110px;
    line-height: 0.9em;
    text-align: left;
  }
  .mod-banner-cat .page-header .h0.t-long {
    font-size: 80px;
  }
  .mod-banner-cat .col-left {
    width: 75%;
  }
  .mod-banner-cat .col-left .h1 {
    font-size: 40px;
  }
  .mod-banner-cat .page-intro {
    font-size: 18px;
  }
  .mod-banner-cat .col-right {
    width: 100%;
    text-align: left;
  }
  .mod-banner-cat .col-right br {
    display: none;
  }
  .mod-banner-cat .col-right .button {
    margin: 0 10px 10px 0;
  }
  .mod-banner-cat .plx {
    width: 300px;
    height: 300px;
  }
  .mod-banner-cat .plx.plx-1 {
    left: -250px;
    bottom: -400px;
  }
  .mod-banner-cat .plx.plx-2 {
    right: -250px;
    bottom: -450px;
  }
}
@media (max-width: 767px) {
  .mod-banner-cat .col-left {
    width: 100%;
  }
  .mod-banner-cat .plx {
    display: none;
  }
  .mod-banner-cat .overlay-top {
    height: 50%;
    opacity: 0.5;
  }
  .mod-banner-cat .overlay-bot {
    height: 50%;
    opacity: 0.5;
  }
}
.mod-page-intro {
  padding: 80px 0 0 0;
}
.mod-page-intro .page-intro {
  font-size: 20px;
  font-family: CeraPRO-Bold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 9% 0;
}
.mod-page-intro .page-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mod-page-intro {
    padding: 60px 0 0 0;
  }
  .mod-page-intro .page-intro {
    font-size: 18px;
    margin: 40px 0 0;
  }
}
.mod-voordelen {
  margin-bottom: 120px;
}
.mod-voordelen .slick-voordeel-box .col-right {
  float: right;
}
.mod-voordelen .slick-voordeel-box .col-left {
  text-align: right;
}
.mod-voordelen .voordeel-nav a {
  display: inline-block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  line-height: 95px;
  text-align: center;
  font-family: GardenGrownCaps-Regular, sans-serif;
  font-size: 40px;
  color: #fff;
  text-decoration: none !important;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.mod-voordelen .voordeel-nav a:before {
  display: block;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88cc6f+0,6bc4e8+100 */
  background: #88cc6f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cc6f', endColorstr='#6bc4e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out 0s;
}
.mod-voordelen .voordeel-nav a:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 6px solid #fff;
  transform: scale(0.88);
}
.mod-voordelen .voordeel-nav a span {
  display: block;
  position: relative;
  transform: translateY(-2px);
  z-index: 2;
}
.mod-voordelen .voordeel-nav a:hover {
  opacity: 1;
}
.mod-voordelen .voordeel-nav a.active {
  opacity: 1;
}
.mod-voordelen .voordeel-nav a.active:before {
  transform: scale(1);
}
.mod-voordelen .slick-voordeel .item {
  padding-left: 30px;
}
@media (max-width: 1480px) {
  .mod-voordelen .voordeel-nav a {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .mod-voordelen {
    margin-bottom: 80px;
  }
  .mod-voordelen .slick-voordeel-box .col-right {
    float: none;
  }
  .mod-voordelen .slick-voordeel-box .col-left {
    text-align: center;
  }
  .mod-voordelen .slick-voordeel {
    margin: 0 5%;
  }
  .mod-voordelen .slick-voordeel .item {
    text-align: center;
    padding: 0;
  }
  .mod-voordelen .voordeel-nav a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .mod-voordelen .slick-voordeel {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .mod-voordelen .voordeel-nav a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    margin: 0;
  }
}
.vcard-mini {
  position: relative;
  padding-left: 50%;
}
.vcard-mini .profile-image {
  width: 300px;
  height: 400px;
  position: absolute;
  bottom: -60px;
  left: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.vcard-mini .profile-image img {
  display: none;
}
.vcard-mini .profile-name {
  text-transform: uppercase;
  transform: translateY(-15px);
}
.vcard-mini .profile-name .name {
  margin-bottom: 10px;
}
.vcard-mini .profile-name .name span {
  display: block;
}
.vcard-mini .profile-contacts {
  text-transform: uppercase;
}
.vcard-mini .profile-contacts a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-family: CeraPRO-Bold, sans-serif;
  position: relative;
  padding-left: 50px;
  margin: 10px 0;
}
.vcard-mini .profile-contacts .circle {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1480px) {
  .vcard-mini .profile-image {
    left: -50px;
  }
}
@media (max-width: 1280px) {
  .vcard-mini {
    padding-left: 45%;
  }
  .vcard-mini .profile-image {
    width: 230px;
    left: -65px;
    bottom: -40px;
  }
}
.mod-contact-box {
  padding: 60px 0;
  color: #fff;
  margin-bottom: 100px;
}
.mod-contact-box .article-header {
  margin-bottom: 30px;
}
.mod-contact-box .article-output {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .mod-contact-box {
    padding: 40px 0;
  }
  .mod-contact-box .article-header {
    margin-bottom: 20px;
  }
  .mod-contact-box .h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .mod-contact-box {
    padding-bottom: 0;
  }
  .mod-contact-box .col-right {
    padding-top: 80px;
  }
  .mod-contact-box .vcard-mini {
    max-width: 500px;
    padding-left: 180px;
    padding-bottom: 20px;
  }
  .mod-contact-box .vcard-mini .profile-image {
    height: 330px;
    bottom: 0;
  }
  .mod-contact-box .vcard-mini .profile-name {
    transform: translateY(0);
    margin: 0 0 30px;
  }
}
@media (max-width: 600px) {
  .mod-contact-box .h2 {
    font-size: 22px;
  }
  .mod-contact-box .vcard-mini {
    padding-left: 150px;
  }
}
.mod-billboard {
  margin-bottom: 100px;
}
.mod-billboard .poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
  color: #fff;
  font-size: 25px;
  position: relative;
}
.mod-billboard .poster:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.mod-billboard .poster .col-left {
  position: relative;
}
.mod-billboard .poster .col-left .title-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mod-billboard.type-b .poster {
  min-height: 600px;
}
.mod-billboard.type-b .title-box {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 2;
  transform-origin: bottom left;
}
@media (max-width: 1280px) {
  .mod-billboard.type-b .poster {
    min-height: 480px;
  }
  .mod-billboard.type-b .title-box {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .mod-billboard {
    margin-bottom: 80px;
  }
  .mod-billboard.type-b .poster {
    min-height: 400px;
    padding: 30px;
  }
  .mod-billboard.type-b .title-box {
    bottom: 10px;
    left: 30px;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .mod-billboard {
    margin-bottom: 60px;
  }
  .mod-billboard.type-b .poster {
    min-height: 350px;
  }
  .mod-billboard.type-b .title-box {
    bottom: 8px;
    left: 15px;
    transform: scale(0.6);
  }
}
@media (max-width: 560px) {
  .mod-billboard {
    margin-bottom: 60px;
  }
  .mod-billboard.type-b .poster {
    min-height: 300px;
  }
}
.mod-form {
  margin-bottom: 80px;
}
.mod-form .rsform-contact {
  margin-top: 40px;
}
.mod-footer-form {
  padding-right: 100px;
}
.mod-footer-form .fakeform {
  min-height: 300px;
  background: yellow;
}
.mod-footer-form .rsform ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.mod-footer-form .rsform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.mod-footer-form .rsform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.mod-footer-form .rsform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.mod-footer-form .rsform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.mod-footer-form .rsform ::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
.mod-footer-form .rsform h2 {
  display: none;
}
.mod-footer-form .rsform fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.mod-footer-form .rsform .rsform-block-name,
.mod-footer-form .rsform .rsform-block-email {
  width: 100%;
}
.mod-footer-form .rsform .rsform-block-name {
  margin-bottom: 20px;
}
.mod-footer-form .rsform .formBody {
  float: none;
}
.mod-footer-form .rsform .formDescription {
  display: none;
}
.mod-footer-form .rsform input,
.mod-footer-form .rsform textarea {
  width: 100%;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 3px;
  background: none;
  padding: 8px;
}
.mod-footer-form .rsform textarea {
  height: 100px;
}
.mod-footer-form .rsform label {
  display: none;
}
.mod-footer-form .rsform button {
  border-color: #fff;
  color: #fff;
}
.mod-footer-form .rsform .rsform-block-submit {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 20px 0;
}
@media (max-width: 1280px) {
  .mod-footer-form {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mod-footer-form .rsform .rsform-block-email {
    margin-bottom: 20px;
  }
}
.mod-team {
  position: relative;
}
.mod-team .hash-trigger {
  position: absolute;
  top: -140px;
  left: 0;
}
.mod-team .mod-header {
  position: relative;
  max-width: 550px;
  margin: 0 auto 100px;
  padding-bottom: 20px;
}
.mod-team .mod-header .subtitle {
  width: 400px;
  text-align: left;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.mod-team .category-header {
  margin: 0 0 80px 40px;
}
@media (min-width: 1280px) {
  .mod-team .container {
    width: 100%;
    max-width: 1680px;
  }
}
@media (max-width: 1280px) {
  .mod-team .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mod-team .container {
    padding: 0;
  }
  .mod-team .mod-header .subtitle {
    font-size: 20px;
    left: 35%;
  }
}
@media (max-width: 767px) {
  .mod-team .mod-header .subtitle {
    left: 32%;
  }
}
@media (max-width: 600px) {
  .mod-team .mod-header .subtitle {
    width: auto;
    text-align: center;
    left: 0;
    position: static;
    margin: -15px 15% 0;
  }
}
@media (max-width: 480px) {
  .mod-team .mod-header .subtitle {
    margin: -15px 25px 0;
  }
}
.mod-product-list .mod-header {
  background: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.mod-product-list .list-box {
  margin-top: -2px;
  column-count: 3;
  column-gap: 120px;
}
.mod-product-list .list-box li {
  line-height: 44px;
  border-top: 2px solid rgba(196, 228, 212, 0.5);
}
.mod-product-list .list-box li a {
  display: inline-block;
  pointer-events: none;
  cursor: none;
}
@media (max-width: 991px) {
  .mod-product-list {
    padding-top: 30px;
  }
  .mod-product-list .mod-header {
    padding-bottom: 20px;
  }
  .mod-product-list .list-box {
    column-count: 3;
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .mod-product-list .list-box {
    column-count: 2;
    column-gap: 80px;
  }
}
@media (max-width: 450px) {
  .mod-product-list .list-box {
    column-count: 1;
    column-gap: 0;
  }
}
.mod-reviews {
  padding: 80px 0 30px;
  background: rgba(0, 0, 0, 0);
}
.mod-reviews .inner {
  overflow: hidden;
  margin: 0 10% 0 15%;
}
.mod-reviews .col-left {
  width: 50%;
  float: left;
  border-right: 1px solid #91c462;
}
.mod-reviews .col-left .box {
  padding-right: 40px;
}
.mod-reviews .col-left .title-box {
  position: relative;
  max-width: 470px;
}
.mod-reviews .col-left .title-box .line-1 {
  font-size: 42px;
}
.mod-reviews .col-left .title-box .line-4 {
  font-size: 32px;
  padding-left: 30px;
  margin-top: -6px;
}
.mod-reviews .col-left .title-box .line-5 {
  display: block;
  font-family: GardenGrown-Regular, sans-serif;
  font-size: 100px;
  line-height: 1.4em;
  letter-spacing: 2px;
  padding: 0 5px;
  position: absolute;
  top: -15px;
  right: 15px;
}
.mod-reviews .col-left .article-image {
  padding-right: 80px;
}
.mod-reviews .col-left .article-output {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.3em;
}
.mod-reviews .col-right {
  width: 50%;
  float: left;
  position: relative;
}
.mod-reviews .col-right .box {
  width: 100%;
  padding: 0 60px 0 80px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-reviews .col-right .article-header {
  margin-bottom: 10px;
}
.mod-reviews .col-right .review-info {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-reviews .col-right .review-info .grade {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88cc6f+0,6bc4e8+100 */
  background: #88cc6f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cc6f', endColorstr='#6bc4e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-family: GardenGrown-Regular, sans-serif;
  font-size: 34px;
  letter-spacing: 2px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.mod-reviews .col-right .review-info .subtitle {
  display: block;
  float: left;
  font-family: GardenGrown-Regular, sans-serif;
  font-size: 36px;
  line-height: 60px;
}
.mod-reviews .col-right .title {
  position: relative;
  padding-left: 45px;
}
.mod-reviews .col-right .title .flag {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #91c462;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-reviews .col-right .title .flag:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #E7E7E7;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-reviews .col-right .title .text {
  display: block;
  line-height: 32px;
}
.mod-reviews .col-right .article-output {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 2px;
}
.mod-reviews .col-right .article-date {
  font-size: 14px;
  font-family: CeraPRO-Bold, sans-serif;
}
.mod-reviews .slick-reviews .slick-arrow {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #565655;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
}
.mod-reviews .slick-reviews .slick-arrow i {
  position: absolute;
  top: 0;
  left: 6px;
}
.mod-reviews .slick-reviews .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -55px;
}
.mod-reviews .slick-reviews .slick-arrow.slick-next {
  right: -55px;
}
@media (max-width: 1480px) {
  .mod-reviews .inner {
    margin: 0 10% 0 10%;
  }
}
@media (max-width: 1280px) {
  .mod-reviews .inner {
    margin: 0;
  }
  .mod-reviews .col-left {
    width: 55%;
  }
  .mod-reviews .col-right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .mod-reviews .inner {
    margin: 0;
  }
  .mod-reviews .col-left {
    width: 100%;
    float: none;
    border: none;
    border-bottom: 1px solid #91c462;
  }
  .mod-reviews .col-left .box {
    padding: 0 120px 60px 120px;
  }
  .mod-reviews .col-right {
    width: 100%;
    float: none;
  }
  .mod-reviews .col-right .box {
    padding: 60px 120px 0 120px;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .mod-reviews .col-left .box {
    padding: 0 60px 60px 60px;
  }
}
@media (max-width: 625px) {
  .mod-reviews .col-left .box {
    padding: 0 0 60px 0;
  }
  .mod-reviews .col-right .box {
    padding: 60px 60px 0 60px;
  }
}
@media (max-width: 520px) {
  .mod-reviews .col-left .title-box {
    max-width: 390px;
  }
  .mod-reviews .col-left .title-box .line-1 {
    font-size: 32px;
  }
  .mod-reviews .col-left .title-box .line-4 {
    font-size: 28px;
  }
  .mod-reviews .col-left .title-box .line-5 {
    height: 103px;
    font-size: 80px;
    right: 0;
  }
}
@media (max-width: 430px) {
  .mod-reviews .col-left .article-image {
    padding-right: 0px;
  }
  .mod-reviews .col-left .title-box {
    max-width: 390px;
  }
  .mod-reviews .col-left .title-box .line-1 {
    font-size: 30px;
  }
  .mod-reviews .col-left .title-box .line-4 {
    font-size: 24px;
    padding-left: 25px;
  }
  .mod-reviews .col-left .title-box .line-5 {
    height: 92px;
    font-size: 73px;
    right: -5px;
  }
  .mod-reviews .col-right .box {
    padding: 60px 0 40px 0;
  }
  .mod-reviews .col-right .slick-dots {
    bottom: -45px;
  }
}
.mod-reviews-register .col-right {
  width: unset;
  float: none;
  padding: 0 80px;
}
/* ==========================================================================
	SLIDERS
   ========================================================================== */
.slick-productgroups {
  transform: translateX(-300px);
}
.slick-productgroups .slick-list {
  overflow: visible;
}
.slick-productgroups .slide {
  position: relative;
}
.slick-productgroups .slide .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  margin: 0 80px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.5;
}
.slick-productgroups .slide .bgimg .overlay-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  height: 60%;
  opacity: 0.4;
  top: auto;
  bottom: 0;
  pointer-events: none;
}
.slick-productgroups .slide .content {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.slick-productgroups .slide .article-header h2 {
  margin: 0;
  line-height: 0.85em;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.8s ease-in-out 0.2s;
  padding: 0.3em 0.03em 0.2em;
}
.slick-productgroups .slide .article-header h3 {
  margin: 0 0 0 -40px;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.8s ease-in-out 0.25s;
}
.slick-productgroups .slide .article-actions {
  margin-top: 30px;
  text-align: right;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.8s ease-in-out 0.35s;
}
.slick-productgroups .slick-active .slide .bgimg {
  margin: 0;
  opacity: 1;
}
.slick-productgroups .slick-active .slide .article-header h2,
.slick-productgroups .slick-active .slide .article-header h3 {
  opacity: 1;
  transform: translate(0, 0);
}
.slick-productgroups .slick-active .slide .article-actions {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1280px) {
  .slick-productgroups {
    transform: translateX(-150px);
  }
  .slick-productgroups .slide .bgimg {
    min-height: 450px;
    margin: 0 60px;
  }
}
@media (max-width: 991px) {
  .slick-productgroups {
    transform: translateX(0);
  }
  .slick-productgroups .slide .bgimg {
    min-height: 350px;
    margin: 0 50px;
  }
  .slick-productgroups .slide .article-header h2 {
    text-align: right;
    margin-left: 30px;
  }
  .slick-productgroups .slide .article-header h3 {
    text-align: right;
    font-size: 20px;
    margin: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .slick-productgroups .slide .bgimg {
    min-height: 300px;
  }
  .slick-productgroups .slide .article-header h3 {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .slick-productgroups .slide .article-header h2 {
    font-size: 50px;
  }
}
.slick-office {
  transform: translateX(-300px);
}
.slick-office .slick-list {
  overflow: visible;
}
.slick-office .slide {
  position: relative;
}
.slick-office .slide .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  margin: 0 80px;
  transition: all 0.3s ease-in-out 0s;
}
.slick-office .slick-active .slide .bgimg {
  margin: 0;
  opacity: 1;
}
@media (max-width: 1280px) {
  .slick-office {
    transform: translateX(-150px);
  }
  .slick-office .slide .bgimg {
    min-height: 450px;
    margin: 0 60px;
  }
}
@media (max-width: 991px) {
  .slick-office {
    transform: translateX(0);
  }
  .slick-office .slide .bgimg {
    min-height: 350px;
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .slick-office .slide .bgimg {
    min-height: 300px;
  }
}
@media (max-width: 500px) {
  .slick-office .slide .bgimg {
    min-height: 260px;
  }
}
/* ==========================================================================
	COMPONENTS
   ========================================================================== */
.circle-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}
.circle-icon.mint {
  border-color: #8bcaad;
  color: #8bcaad;
}
.vcard-single .profile-name {
  margin-bottom: 30px;
}
.vcard-single .name span {
  display: block;
}
.sidebar .vcard-single {
  margin-top: -88px;
  margin-bottom: 60px;
}
.sidebar .vcard-single .top {
  display: none;
}
.vcard .profile-contacts a,
.vcard-single .profile-contacts a,
.vcard-mini .profile-contacts a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #3B3B3A;
  font-family: CeraPRO-Bold, sans-serif;
  position: relative;
  padding-left: 54px;
  margin-bottom: 15px;
  overflow: hidden;
}
.vcard .profile-contacts a:hover .text,
.vcard-single .profile-contacts a:hover .text,
.vcard-mini .profile-contacts a:hover .text,
.vcard .profile-contacts a:hover .number,
.vcard-single .profile-contacts a:hover .number,
.vcard-mini .profile-contacts a:hover .number {
  transform: translateY(0);
}
.vcard .profile-contacts .circle-icon,
.vcard-single .profile-contacts .circle-icon,
.vcard-mini .profile-contacts .circle-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.vcard .profile-contacts .text,
.vcard-single .profile-contacts .text,
.vcard-mini .profile-contacts .text,
.vcard .profile-contacts .number,
.vcard-single .profile-contacts .number,
.vcard-mini .profile-contacts .number {
  display: block;
  line-height: 40px;
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vcard .profile-contacts .text,
.vcard-single .profile-contacts .text,
.vcard-mini .profile-contacts .text {
  font-size: 18px;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-40px);
}
.vcard .profile-contacts .number,
.vcard-single .profile-contacts .number,
.vcard-mini .profile-contacts .number {
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-40px);
}
@media (max-width: 991px) {
  .sidebar .vcard-single {
    margin-top: 0;
    position: relative;
  }
  .sidebar .vcard-single .top {
    display: block;
    width: 220px;
    float: left;
  }
  .sidebar .vcard-single .bottom {
    padding-top: 160px;
    padding-left: 180px;
  }
  .sidebar .vcard-single .profile-header {
    height: 100px;
  }
  .sidebar .vcard-single .profile-header .h1,
  .sidebar .vcard-single .profile-header .h4 {
    color: #3B3B3A;
  }
  .sidebar .vcard-single .profile-image {
    width: 220px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: -45px;
  }
  .sidebar .vcard-single .profile-image img {
    display: none;
  }
  .sidebar .vcard-single .profile-contacts {
    position: relative;
    padding: 15px 0 1px;
  }
  .sidebar .vcard-single .profile-contacts .bg-gradient {
    display: block;
    width: 145%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
  }
  .sidebar .vcard-single .profile-contacts .circle-icon {
    border-color: #fff;
    color: #fff;
  }
  .sidebar .vcard-single .profile-contacts .text,
  .sidebar .vcard-single .profile-contacts .number {
    color: #fff;
  }
}
@media (max-width: 420px) {
  .sidebar .vcard-single .bottom {
    padding-top: 160px;
    padding-left: 150px;
  }
  .sidebar .vcard-single .profile-image {
    left: -70px;
  }
}
.table-available th {
  background: #f1f9fd;
  padding: 5px 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-available .th-months th:nth-child(even) {
  background: #daece0;
}
.table-available .month {
  text-align: center;
  font-family: CeraPRO-Bold, sans-serif;
  font-size: 15px;
}
.table-available .country {
  text-align: left;
  font-size: 15px;
  min-width: 80px;
}
.table-available td {
  min-width: 50px;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-available td.no {
  background: rgba(255, 255, 255, 0.5);
}
.table-scroller .scroll-info {
  display: none;
}
@media (max-width: 991px) {
  .table-available th {
    padding: 5px 5px;
  }
  .table-available .month {
    font-size: 14px;
  }
  .table-available .country {
    font-size: 14px;
  }
  .table-available td {
    min-width: 30px;
    padding: 5px 5px;
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .table-scroller .scrollable {
    width: 100%;
    overflow: scroll;
    padding-bottom: 15px;
  }
  .table-scroller .scroll-info {
    display: block;
    text-align: center;
  }
  .table-available th {
    padding: 5px 8px;
  }
  .table-available .month {
    font-size: 15px;
  }
  .table-available .country {
    font-size: 15px;
  }
  .table-available td {
    min-width: 40px;
    padding: 5px 8px;
    font-size: 24px;
  }
}
/* ==========================================================================
	GRIDS
   ========================================================================== */
.art-grid .item {
  margin-bottom: 80px;
  position: relative;
}
.art-grid .item .article-image {
  margin-bottom: 30px;
}
.art-grid .item .article-header {
  margin-bottom: 20px;
}
.art-grid .item .article-output {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .art-grid .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.std-grid .item {
  margin-bottom: 80px;
  position: relative;
  overflow: visible;
}
.std-grid .inner {
  min-height: 550px;
  position: relative;
  overflow: hidden;
}
.std-grid .inner .bgimage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 4s ease-out 0s;
}
.std-grid .inner .content {
  width: 100%;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.std-grid h2 {
  font-size: 60px;
}
.std-grid h3 {
  font-size: 16px;
  margin: -15px 0 0 20px;
}
.std-grid .actions {
  margin-top: 30px;
  text-align: right;
}
.std-grid .prlx {
  position: absolute;
  z-index: 100;
  opacity: 0;
}
.std-grid .prlx .box {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.std-grid .prlx.left {
  bottom: -20px;
  left: -100px;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(0.2);
}
.std-grid .prlx.right {
  top: -40px;
  right: -100px;
  transition: all 0.3s ease-in-out 0.1s;
  transform: scale(0.2);
}
.std-grid .item:hover .bgimage {
  transform: scale(1.05);
}
.std-grid .item:hover .prlx {
  opacity: 1;
}
.std-grid .item:hover .prlx.left {
  transform: scale(1);
}
.std-grid .item:hover .prlx.left .box {
  animation: float-up 30s ease-in-out infinite;
}
.std-grid .item:hover .prlx.right {
  transform: scale(1);
}
.std-grid .item:hover .prlx.right .box {
  animation: float-down 22s ease-in-out infinite;
}
@media (max-width: 991px) {
  .std-grid .item {
    margin-bottom: 60px;
  }
  .std-grid .inner {
    min-height: 420px;
  }
  .std-grid .inner .content {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .std-grid .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .std-grid .inner {
    min-height: 420px;
  }
}
.product-image-box {
  margin-bottom: 50px;
  position: relative;
}
.product-image-box .image {
  min-height: 380px;
  /*margin: 0 80px 0 -60px;*/
}
.product-image-box .label {
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 40px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin: 0 0 20px -30px;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.7;
}
.std-grid-products .item {
  margin-bottom: 90px;
  /* kleinere blokken */
}
.std-grid-products .item .inner {
  margin: 0 20px 0 40px;
}
.std-grid-products .item .article-image .image {
  padding: 20px;
  transition: all 0.4s ease-in-out 0s;
}
.std-grid-products .item .article-image .label {
  transition: all 0.3s ease-in-out 0s;
}
.std-grid-products .item .title {
  margin: 0 0 30px;
}
.std-grid-products .item .article-output {
  margin-bottom: 20px;
}
.std-grid-products .item .article-actions {
  margin-top: 20px;
}
.std-grid-products .item.type-a .img-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
.std-grid-products .item.type-a .article-image .image {
  max-height: 380px;
  transform: scale(1) translateX(-80px);
}
.std-grid-products .item.type-a:hover .article-image {
  position: relative;
}
.std-grid-products .item.type-a:hover .article-image .image {
  margin: 0;
  transform: scale(0.9);
}
.std-grid-products .item.type-a:hover .article-image .label {
  opacity: 0;
}
.std-grid-products .item.type-a:hover .article-image .img-overlay {
  opacity: 0.8;
}
.std-grid-products .item.type-b {
  width: 16.6667%;
}
.std-grid-products .item.type-b .inner {
  margin: 0;
  position: relative;
}
.std-grid-products .item.type-b .article-image {
  margin-bottom: 0;
}
.std-grid-products .item.type-b .article-image .image {
  min-height: 200px;
  max-height: 200px;
  padding: 10px 0;
  margin: 0 45px 0 -40px;
  transition: all 0.3s ease-in-out 0s;
}
.std-grid-products .item.type-b .article-image .label {
  font-size: 22px;
  margin: 0 0 15px -15px;
  transition: all 0.3s ease-in-out 0s;
}
.std-grid-products .item.type-b .title {
  display: none;
}
.std-grid-products .item.type-b .article-header,
.std-grid-products .item.type-b .article-output {
  display: none;
}
.std-grid-products .item.type-b .article-actions {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.std-grid-products .item.type-b .article-actions .button {
  color: #fff;
  border-color: #fff;
}
.std-grid-products .item.type-b .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
.std-grid-products .item.type-b:hover .article-image .image {
  margin: 0;
  transform: scale(0.9);
}
.std-grid-products .item.type-b:hover .article-image .label {
  opacity: 0;
}
.std-grid-products .item.type-b:hover .article-actions {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.std-grid-products .item.type-b:hover .overlay {
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .std-grid-products .item .article-image .image {
    min-height: 320px;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 180px;
    max-height: 180px;
  }
}
@media (max-width: 1280px) {
  .std-grid-products .item .inner {
    margin: 0 0 0 30px;
  }
  .std-grid-products .item .article-image .image {
    min-height: 260px;
  }
  .std-grid-products .item.type-b {
    width: 33.3334%;
    margin-bottom: 60px;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 280px;
    max-height: 280px;
  }
  .std-grid-products .item.type-b .article-image .label {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .product-image-box .label {
    font-size: 36px;
    margin: 0 0 20px -20px;
  }
  .std-grid-products .item .article-image .image {
    min-height: 280px;
  }
  .std-grid-products .item .title {
    margin: 0 0 20px;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 720px) {
  .std-grid-products .item.type-b {
    width: 50%;
  }
  .std-grid-products .item.type-b .inner {
    margin-left: 30px;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 280px;
    max-height: 280px;
  }
}
@media (max-width: 650px) {
  .std-grid-products .item .inner {
    margin-left: 15px;
  }
  .std-grid-products .item .article-image .image {
    min-height: 100px;
    max-height: 500px;
  }
  .std-grid-products .item.type-b .inner {
    margin-left: 15px;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 260px;
    max-height: 260px;
  }
}
@media (max-width: 540px) {
  .std-grid-products .item {
    width: 100%;
  }
  .std-grid-products .item .inner {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .std-grid-products .item.type-b {
    width: 100%;
  }
  .std-grid-products .item.type-b .article-image .image {
    min-height: 100px;
    max-height: 500px;
  }
}
.cat-grid .item {
  margin-bottom: 200px;
  position: relative;
}
.cat-grid .item .underlay {
  width: 600px;
  height: 105%;
  position: absolute;
  top: 50px;
  right: 75%;
  opacity: 0.5;
  z-index: -1;
}
.cat-grid .item .article-body {
  position: relative;
  width: 75%;
  margin-left: 20%;
}
.cat-grid .item .article-image {
  width: 115%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 5;
}
.cat-grid .item .article-box {
  color: #fff;
  padding: 380px 50px 40px;
  position: relative;
}
.cat-grid .item .article-header {
  margin-bottom: 30px;
}
.cat-grid .item .article-header h2 {
  font-size: 24px;
  line-height: 1.4em;
}
.cat-grid .item .article-actions {
  margin-top: 10px;
  text-align: right;
}
.cat-grid .item:nth-child(even) .underlay {
  right: auto;
  left: 75%;
}
.cat-grid .item:nth-child(even) .article-body {
  margin-left: 25%;
}
@media (max-width: 1480px) {
  .cat-grid .item .article-body {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .cat-grid .item {
    margin-bottom: 180px;
  }
  .cat-grid .item .underlay {
    top: 30px;
    right: 60%;
  }
  .cat-grid .item .article-body {
    width: 80%;
  }
  .cat-grid .item .article-box {
    padding: 310px 30px 30px;
  }
  .cat-grid .item .article-header h2 {
    font-size: 22px;
  }
  .cat-grid .item .article-image {
    width: 120%;
    min-height: 240px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .cat-grid .item {
    margin-bottom: 160px;
  }
  .cat-grid .item .h2 {
    font-size: 22px;
  }
  .cat-grid .item .article-body {
    width: 100%;
    margin-left: 0;
  }
  .cat-grid .item .article-image {
    width: 100%;
  }
  .cat-grid .item:nth-child(even) .article-body {
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .cat-grid .item {
    margin-bottom: 120px;
    width: 100%;
    float: none;
  }
}
.story-grid .item {
  margin-bottom: 200px;
  position: relative;
}
.story-grid .item .underlay {
  width: 600px;
  height: 105%;
  position: absolute;
  top: 50px;
  right: 75%;
  opacity: 0.5;
  z-index: -1;
}
.story-grid .item .article-body {
  position: relative;
  width: 75%;
  margin-left: 20%;
}
.story-grid .item .article-image {
  width: 115%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 5;
}
.story-grid .item .article-box {
  color: #fff;
  padding: 380px 50px 40px;
  position: relative;
}
.story-grid .item .article-header {
  margin-bottom: 30px;
}
.story-grid .item .article-header h2 {
  font-size: 24px;
  line-height: 1.4em;
}
.story-grid .item .article-actions {
  margin-top: 10px;
  text-align: left;
}
.story-grid .item:nth-child(even) {
  margin-top: 420px;
}
.story-grid .item:nth-child(even) .underlay {
  right: auto;
  left: 75%;
  top: auto;
  bottom: 50px;
}
.story-grid .item:nth-child(even) .article-body {
  margin-left: 0%;
}
.story-grid .item:nth-child(even) .article-box {
  padding: 40px 50px 380px;
}
.story-grid .item:nth-child(even) .article-image {
  top: auto;
  left: auto;
  bottom: 50px;
  right: 50px;
}
.story-grid .item:nth-child(even) .article-actions {
  text-align: right;
}
@media (max-width: 1279px) {
  .story-grid .item .article-body {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .story-grid .item .underlay {
    top: 30px;
  }
  .story-grid .item .article-image {
    width: 120%;
    min-height: 220px;
    top: 30px;
    left: 30px;
  }
  .story-grid .item .article-box {
    padding: 280px 30px 20px;
  }
  .story-grid .item .article-header {
    margin-bottom: 20px;
  }
  .story-grid .item .article-header h2 {
    font-size: 20px;
  }
  .story-grid .item:nth-child(even) {
    margin-top: 314px;
  }
  .story-grid .item:nth-child(even) .underlay {
    bottom: 30px;
  }
  .story-grid .item:nth-child(even) .article-box {
    padding: 20px 30px 280px;
  }
  .story-grid .item:nth-child(even) .article-image {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 620px) {
  .story-grid .item {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 100px;
  }
  .story-grid .item .article-image {
    width: 100%;
  }
  .story-grid .item:nth-child(even) {
    margin-top: 0;
  }
  .story-grid .item:nth-child(even) .underlay {
    bottom: 30px;
  }
  .story-grid .item:nth-child(even) .article-box {
    padding: 280px 30px 20px;
  }
  .story-grid .item:nth-child(even) .article-image {
    bottom: auto;
    top: 30px;
  }
}
.vcard .inner-card {
  position: relative;
  margin: 0 8%;
}
.vcard .profile-image {
  width: 220px;
  height: 300px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: 3;
}
.vcard .profile-image img {
  display: none;
}
.vcard .profile-name {
  text-transform: uppercase;
  padding-bottom: 25px;
}
.vcard .profile-name .name {
  margin-bottom: 10px;
}
.vcard .profile-name .name span {
  display: block;
}
.vcard .profile-name .function {
  display: inline-block;
}
.vcard .profile-contacts {
  padding: 5px;
  text-transform: uppercase;
  position: relative;
}
.vcard .profile-contacts:before {
  display: block;
  content: "";
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vcard .profile-contacts a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-family: CeraPRO-Bold, sans-serif;
  position: relative;
  padding-left: 50px;
  margin: 10px 0;
}
.vcard .profile-contacts .circle {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.vcard .box {
  padding-left: 180px;
}
.contact-grid .item {
  margin-bottom: 140px;
}
.contact-grid .item .inner-card {
  margin: 0 1%;
}
@media (max-width: 991px) {
  .contact-grid .item {
    margin-bottom: 100px;
  }
  .contact-grid .item .inner-card {
    margin: 0;
  }
  .contact-grid .vcard .box {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .contact-grid .item .profile-contacts {
    min-height: 170px;
  }
}
@media (max-width: 740px) {
  .contact-grid .item {
    margin-bottom: 80px;
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
	MOZAIC
   ========================================================================== */
.mozaic {
  background-size: contain;
  background-color: rgba(12, 56, 125, 0);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 12;
  pointer-events: none;
}
/* WIDTHS */
.mzw-1 {
  width: 120px;
}
.mzw-2 {
  width: 240px;
}
.mzw-3 {
  width: 360px;
}
.mzw-4 {
  width: 480px;
}
.mzw-5 {
  width: 600px;
}
.mzw-6 {
  width: 720px;
}
.mzw-7 {
  width: 840px;
}
.mzw-8 {
  width: 960px;
}
/* HEIGHTS */
.mzh-1 {
  height: 120px;
}
.mzh-2 {
  height: 240px;
}
.mzh-3 {
  height: 360px;
}
.mzh-4 {
  height: 480px;
}
.mzh-5 {
  height: 600px;
}
.mzh-6 {
  height: 720px;
}
.mzh-7 {
  height: 840px;
}
.mzh-8 {
  height: 960px;
}
@media (max-width: 1280px) {
  /* WIDTHS */
  .mzw-1 {
    width: 103px;
  }
  .mzw-2 {
    width: 206px;
  }
  .mzw-3 {
    width: 309px;
  }
  .mzw-4 {
    width: 412px;
  }
  .mzw-5 {
    width: 515px;
  }
  .mzw-6 {
    width: 618px;
  }
  .mzw-7 {
    width: 721px;
  }
  .mzw-8 {
    width: 824px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 103px;
  }
  .mzh-2 {
    height: 206px;
  }
  .mzh-3 {
    height: 309px;
  }
  .mzh-4 {
    height: 412px;
  }
  .mzh-5 {
    height: 515px;
  }
  .mzh-6 {
    height: 618px;
  }
  .mzh-7 {
    height: 721px;
  }
  .mzh-8 {
    height: 824px;
  }
}
@media (max-width: 991px) {
  /* WIDTHS */
  .mzw-1 {
    width: 80px;
  }
  .mzw-2 {
    width: 160px;
  }
  .mzw-3 {
    width: 240px;
  }
  .mzw-4 {
    width: 320px;
  }
  .mzw-5 {
    width: 400px;
  }
  .mzw-6 {
    width: 480px;
  }
  .mzw-7 {
    width: 560px;
  }
  .mzw-8 {
    width: 640px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 80px;
  }
  .mzh-2 {
    height: 160px;
  }
  .mzh-3 {
    height: 240px;
  }
  .mzh-4 {
    height: 320px;
  }
  .mzh-5 {
    height: 400px;
  }
  .mzh-6 {
    height: 480px;
  }
  .mzh-7 {
    height: 560px;
  }
  .mzh-8 {
    height: 640px;
  }
}
@media (max-width: 767px) {
  /* WIDTHS */
  .mzw-1 {
    width: 70px;
  }
  .mzw-2 {
    width: 140px;
  }
  .mzw-3 {
    width: 210px;
  }
  .mzw-4 {
    width: 280px;
  }
  .mzw-5 {
    width: 350px;
  }
  .mzw-6 {
    width: 420px;
  }
  .mzw-7 {
    width: 490px;
  }
  .mzw-8 {
    width: 560px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 120px;
  }
  .mzh-2 {
    height: 240px;
  }
  .mzh-3 {
    height: 360px;
  }
  .mzh-4 {
    height: 480px;
  }
  .mzh-5 {
    height: 600px;
  }
  .mzh-6 {
    height: 720px;
  }
  .mzh-7 {
    height: 840px;
  }
  .mzh-8 {
    height: 960px;
  }
}
/* BACKGROUNDS */
.mz-a {
  background-image: url(../img/svg/mz-a.svg);
}
.mz-b {
  background-image: url(../img/svg/mz-b.svg);
}
.mz-c {
  background-image: url(../img/svg/mz-c.svg);
}
.mz-d {
  background-image: url(../img/svg/mz-d.svg);
}
.mz-e {
  background-image: url(../img/svg/mz-e.svg);
}
.mz-f {
  background-image: url(../img/svg/mz-f.svg);
}
.mz-g {
  background-image: url(../img/svg/mz-g.svg);
}
.mz-h {
  background-image: url(../img/svg/mz-h.svg);
}
.mz-i {
  background-image: url(../img/svg/mz-i.svg);
}
.mz-j {
  background-image: url(../img/svg/mz-j.svg);
}
.mz-k {
  background-image: url(../img/svg/mz-k.svg);
}
.mz-l {
  background-image: url(../img/svg/mz-l.svg);
}
.mz-m {
  background-image: url(../img/svg/mz-m.svg);
}
/* MOZAIC IMAGE TILES*/
.mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden;
}
.mozaic-image img {
  display: none;
}
.mozaic-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0c5a55;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.mozaic-image.tr-yellow:after {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: #fbe200;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mozaic-image:hover:before {
  opacity: 0;
  transform: scale(0.7);
}
.mod-banner-home .mz-m {
  left: 50%;
  top: 0;
  transform: translate(360px, 0);
}
.mod-info .mz-h {
  left: 50%;
  top: 0;
  transform: translate(-120px, -240px);
}
.mod-banner-detail .mozaic {
  left: 50%;
  bottom: 0;
}
.mod-banner-detail .mz-a,
.mod-banner-detail .mz-k {
  transform: translate(-480px, 240px);
}
.mod-banner-detail .mz-b,
.mod-banner-detail .mz-l {
  transform: translate(0, 360px);
}
.mod-banner .mz-i {
  left: 50%;
  bottom: 0;
  transform: translate(600px, 0);
}
.mod-banner-volg .mz-j {
  left: 50%;
  bottom: 0;
  transform: translate(-600px, 0);
  margin-left: 10px;
}
.mod-about .mozaic-wall {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20px, 240px);
}
.mod-about .mz-f {
  left: 0;
  top: 0;
  transform: translate(-240px, -240px);
}
.mod-about .mz-g {
  left: 0;
  bottom: 0;
  transform: translate(-240px, 120px);
}
.section-detail-info .mozaic-image {
  transform: translate(120px, 0);
}
.section-detail-info .mz-e {
  left: 50%;
  bottom: 0;
  transform: translate(600px, -360px);
}
.section-detail-description .mz-c {
  left: 50%;
  bottom: 0;
  transform: translate(360px, 0);
}
.section-detail-description.type-b .mz-c {
  transform: translate(360px, -120px);
}
.section-detail-images .mz-image-1 {
  margin-right: 120px;
}
.section-detail-images .mz-d {
  left: 50%;
  bottom: 0;
  transform: translate(-360px, 0);
}
.section-wat-we-bieden .mz-e {
  right: 0;
  bottom: 0;
  transform: translate(120px, 0);
}
@media (max-width: 1480px) {
  .mod-banner .mz-i {
    transform: translate(498px, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 62px;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 18px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-home .mz-m {
    transform: translate(309px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-103px, -206px);
  }
  .mod-banner .mz-i {
    transform: translate(0, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 75px;
  }
  .mod-banner-detail .mz-a,
  .mod-banner-detail .mz-k {
    transform: translate(-412px, 206px);
  }
  .mod-banner-detail .mz-b,
  .mod-banner-detail .mz-l {
    transform: translate(0, 309px);
  }
  .mod-about .mozaic-wall {
    transform: translate(20px, 206px);
  }
  .mod-about .mz-f {
    transform: translate(-206px, -206px);
  }
  .mod-about .mz-g {
    transform: translate(0, 103px);
  }
  .section-detail-description .mozaic-image {
    transform: translate(206px, 0);
    margin-left: -59px;
  }
  .section-detail-description .mz-c {
    transform: translate(309px, 0);
    margin-left: 44px;
  }
  .section-detail-description.type-b .mozaic-image {
    transform: translate(0, 0);
    margin-left: 0;
  }
  .section-detail-description.type-b .mz-c {
    transform: translate(309px, -103px);
    margin-left: 0;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 0;
  }
  .section-detail-images .mz-d {
    transform: translate(-309px, 0);
    margin-left: 44px;
  }
  .section-wat-we-bieden .mz-e {
    transform: translate(103px, 0);
  }
  .section-detail-info .mozaic-image {
    transform: translate(103px, 0);
    margin-left: -59px;
  }
  .section-detail-info .mz-e {
    transform: translate(515px, -309px);
    margin-left: -59px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .mz-m {
    transform: translate(160px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-80px, -160px);
  }
  .mod-banner-volg .mz-j {
    margin-left: 90px;
  }
}
