:root {
  --blue: #00365A;
  --blue2: #19274F;
  --pink: #F5A4A1;
  --pink2: #f5b5ac;
  --mint: #A6D3BA;
  --light: #cccccc;
  --green1: #76ae5f;
  --green2: #177e1f;
  --green3: #435956;
  --rust: #8E443F;
  --beige: #DBD9D1;
  --gold: #B3A678;
  --grey: #f8f7f6;
  --grey2: #f4f4f4;
}
.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;
}
.bggradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.gradient-zw {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	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: 'infotextregular-romanregular', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #2C4838;
  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;
}
.container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #2C4838;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #E50A7D;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.plx {
  pointer-events: none;
}
.debug .container {
  background: rgba(190, 13, 13, 0.3);
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.indented {
  margin: 0 20px;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-dark {
  background-color: #05334B;
}
.bg-light {
  background-color: var(--light);
}
.bg-blue {
  background-color: #00365A;
}
.bg-blue-f {
  background-color: #E5EFF7;
}
.bg-green-a {
  background-color: #33593E;
}
.bg-green-b {
  background-color: #2C4838;
}
.bg-green-c {
  background-color: #83ac68;
}
.bg-green-d {
  background-color: #edf4e9;
}
.bg-green-e {
  background-color: #76B05F;
}
.bg-red-a {
  background-color: #E62226;
}
.bg-red-b {
  background-color: #EC5A53;
}
.bg-red-c {
  background-color: #f4938b;
}
.bg-red-d {
  background-color: #E72025;
}
.bg-red-e {
  background-color: #FBE0DD;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h0,
.h1,
.h1a,
.h2,
.h3,
.h4 {
  font-family: 'infotextbold-romanregular', sans-serif;
  line-height: 1em;
  margin: 0 0 15px;
  color: #2C4838;
  font-weight: normal;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h0 a,
.h1 a,
.h1a a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .pre-title,
h2 .pre-title,
h3 .pre-title,
h4 .pre-title,
.h0 .pre-title,
.h1 .pre-title,
.h1a .pre-title,
.h2 .pre-title,
.h3 .pre-title,
.h4 .pre-title {
  display: block;
  font-size: 80%;
}
.t-rotate {
  margin: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
}
.f1 {
  font-family: 'infotextregular-romanregular', sans-serif !important;
}
.f2 {
  font-family: 'infotextbold-romanregular', sans-serif !important;
}
.f3 {
  font-family: 'made_tommymedium', sans-serif !important;
}
.f4 {
  font-family: 'made_tommymedium', sans-serif !important;
}
.t-pull {
  margin-left: -40px;
}
.t-bold {
  font-weight: 700;
}
.t-upper {
  text-transform: uppercase;
}
.t-normal {
  text-transform: none;
}
.t-large {
  font-size: 20px;
}
.t-intro {
  font-family: 'made_tommymedium', sans-serif !important;
  font-size: 22px;
  line-height: 1.4em;
}
@media (max-width: 1280px) {
  .t-large {
    font-size: 18px;
  }
}
.h0 {
  font-size: 85px;
}
.h1a {
  font-size: 65px;
}
h1,
.h1 {
  font-size: 60px;
}
h1 .pre-title,
.h1 .pre-title {
  display: block;
  font-size: 80%;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
.mod-title {
  margin-bottom: 50px;
}
.t-white {
  color: #fff !important;
}
.t-black {
  color: #000 !important;
}
.t-light {
  color: var(--light) !important;
}
.t-dark {
  color: #05334B !important;
}
.t-pink {
  color: #E50A7D;
}
.t-green {
  color: #33593E;
}
.t-green-b {
  color: #2C4838;
}
.t-green-c {
  color: #83ac68;
}
.js-split .split-1 {
  display: block;
}
.js-split .split-2 {
  display: block;
}
.js-split.t-indent .split-2 {
  padding-left: 30px;
}
.js-split.t-blue .split-2 {
  color: #4BB7E6;
}
.js-split.t-red .split-2 {
  color: #EC5A53;
}
.js-split.t-orange .split-2 {
  color: #FAB200;
}
.js-split.t-green .split-2 {
  color: #2C4838;
}
.t-upper {
  text-transform: uppercase;
}
.t-lower {
  text-transform: lowercase;
}
.t-none {
  text-transform: none;
}
.no-marg {
  margin: 0;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.px-left-indent {
  padding-left: 100px;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-intro p {
  margin-bottom: 30px;
}
.article-intro p:last-child {
  margin-bottom: 0;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4 {
  color: #33593E;
}
.article-output h2,
.article-output .h2 {
  font-size: 40px;
}
.article-output h3,
.article-output .h3 {
  font-size: 30px;
}
.article-output h4,
.article-output .h4 {
  font-size: 24px;
}
.article-output h5,
.article-output .h5 {
  font-size: 20px;
}
.article-output p {
  margin-bottom: 30px;
}
.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 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #05334B;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #05334B;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
@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;
  }
}
.grecaptcha-badge {
  z-index: 300 !important;
  display: none !important;
}
.site-wrapper {
  overflow: hidden;
  padding-top: 180px;
}
.tpl-home .site-wrapper {
  padding-top: 0;
}
.main-content {
  position: relative;
}
.comp-logo {
  display: block;
  width: 270px;
  height: 125px;
  background-image: url(../img/sjaakvanschie-logo-wit.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.comp-logo.white {
  background-image: url(../img/sjaakvanschie-logo-wit.svg);
}
.site-header {
  display: block;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 860;
  transition: all 0.5s ease-in-out;
  background-color: #33593E;
}
.site-header .container {
  height: 180px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 30;
}
.site-header .sh-1 {
  width: 1400px;
  height: 960px;
  top: -95px;
  left: -30px;
  transform: scale(-1, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.site-header .comp-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.site-header .mod-languages {
  position: absolute;
  top: 20px;
  right: 50px;
}
.site-header .mod-languages li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.site-header .mod-languages a {
  color: #fff;
}
.site-header .mod-languages .lang-active a {
  color: #E50A7D;
}
.site-header .nav-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70%;
  right: 50px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .top-menu {
  overflow: hidden;
  position: absolute;
  top: 30%;
  right: 50px;
  transition: all 0.3s ease-in-out;
}
.site-header .top-menu a {
  display: block;
  float: left;
  margin-left: 30px;
  line-height: 30px;
  color: #fff;
}
.site-header .primary-menu {
  position: absolute;
  top: 70%;
  right: 50px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu ul > li {
  float: left;
  margin: 0 0 0 30px;
  position: relative;
}
.site-header .primary-menu ul > li > a {
  display: block;
  font-family: 'made_tommymedium', sans-serif;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.tpl-home .site-header {
  background-color: transparent;
}
.tpl-home .site-header .comp-logo {
  background-image: url(../img/sjaakvanschie-logo-wit.svg);
}
.tpl-home .site-header .sh-1 {
  opacity: 0;
}
.tpl-home .site-header .mod-languages a {
  color: #fff;
}
.scrolled .site-header,
.shownav .site-header {
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 120px;
}
.scrolled .site-header .sh-1,
.shownav .site-header .sh-1 {
  opacity: 0;
}
.scrolled .site-header .comp-logo,
.shownav .site-header .comp-logo {
  opacity: 1;
  height: 90px;
  background-image: url(../img/sjaakvanschie-logo.svg);
}
.scrolled .site-header .mod-languages a,
.shownav .site-header .mod-languages a {
  color: #33593E;
}
.scrolled .site-header .nav-icon:before,
.shownav .site-header .nav-icon:before,
.scrolled .site-header .nav-icon:after,
.shownav .site-header .nav-icon:after,
.scrolled .site-header .nav-icon div,
.shownav .site-header .nav-icon div {
  background-color: #33593E;
}
.shownav_xxx .site-header .container {
  height: 120px;
}
.shownav_xxx .site-header .comp-logo {
  background-image: url(../img/sjaakvanschie-logo.svg);
  height: 100px;
}
.shownav_xxx .site-header .mod-languages a {
  color: #33593E;
}
.shownav_xxx .site-header .nav-icon:before,
.shownav_xxx .site-header .nav-icon:after,
.shownav_xxx .site-header .nav-icon div {
  background-color: #33593E;
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 80px;
  }
  .site-header {
    background-color: #fff;
  }
  .site-header .container {
    height: 80px;
  }
  .site-header .sh-1 {
    opacity: 0;
  }
  .site-header .comp-logo {
    height: 70px;
    background-image: url(../img/sjaakvanschie-logo.svg);
  }
  .site-header .mod-languages {
    display: none;
  }
  .site-header .mod-languages a {
    color: #33593E;
  }
  .site-header .nav-toggle {
    top: 50%;
    right: 30px;
  }
  .site-header .nav-icon:before,
  .site-header .nav-icon:after,
  .site-header .nav-icon div {
    background-color: #33593E;
  }
  .tpl-home .site-header .nav-icon:before,
  .tpl-home .site-header .nav-icon:after,
  .tpl-home .site-header .nav-icon div {
    background-color: #fff;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 80px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    height: 70px;
  }
  .scrolled .site-header .nav-toggle,
  .shownav .site-header .nav-toggle {
    top: 50%;
    right: 30px;
  }
  .scrolled .site-header .nav-icon:before,
  .shownav .site-header .nav-icon:before,
  .scrolled .site-header .nav-icon:after,
  .shownav .site-header .nav-icon:after,
  .scrolled .site-header .nav-icon div,
  .shownav .site-header .nav-icon div {
    background-color: #33593E;
  }
}
@media (max-width: 450px) {
  .site-header .comp-logo {
    left: 15px;
    width: 145px;
    transform: none;
    transform: translateY(-50%);
  }
}
.site-footer {
  overflow: hidden;
  background: #33593E;
  position: relative;
  z-index: 30;
}
.site-footer .primary {
  padding: 60px 0 20px;
  position: relative;
  z-index: 10;
}
.site-footer .primary .container {
  color: #fff;
}
.site-footer .primary .container:before,
.site-footer .primary .container:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.site-footer .primary .container:before {
  width: 2000px;
  height: 2000px;
  background-image: url(../img/svg/blob-green.svg);
  top: -1220px;
  left: 425px;
  z-index: -5;
  transform: rotate(45deg);
}
.site-footer .primary .container:after {
  width: 1400px;
  height: 950px;
  background-image: url(../img/svg/shape-a.svg);
  top: -240px;
  left: -250px;
  z-index: -1;
  opacity: 0.7;
}
.site-footer .primary .container .address {
  margin-bottom: 20px;
}
.site-footer .primary .container a {
  color: #fff;
}
.site-footer .primary .container a:hover {
  color: #E50A7D;
}
.site-footer .primary .col-b {
  overflow: hidden;
}
.site-footer .primary .col-b .box {
  width: 50%;
  float: left;
}
.site-footer .primary .col-c .inner {
  position: relative;
}
.site-footer .primary .socials {
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-footer .primary .socials a {
  display: inline-block;
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.site-footer .primary .socials a:hover {
  color: #E50A7D;
  transform: scale(1.08);
}
.site-footer .primary .logos {
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-footer .primary .logos img {
  width: 50px;
}
.site-footer .secondary {
  padding: 0 0 60px;
  position: relative;
  z-index: 10;
  color: #fff;
}
.site-footer .secondary a {
  color: #fff;
}
.site-footer .secondary a:hover {
  color: #E50A7D;
}
@media (max-width: 991px) {
  .site-footer .primary .container:before {
    width: 2000px;
    height: 1800px;
    top: -1078px;
    left: 0;
    transform: rotate(70deg);
  }
  .site-footer .primary .container:after {
    width: 1400px;
    height: 800px;
    top: -140px;
    left: -477px;
  }
  .site-footer .primary .col-c .inner {
    padding: 40px 0 10px;
    overflow: hidden;
  }
  .site-footer .primary .socials {
    position: static;
    float: left;
  }
  .site-footer .primary .logos {
    position: static;
    float: right;
  }
}
@media (max-width: 767px) {
  .site-footer .secondary {
    padding: 0 0 30px;
  }
}
@media (max-width: 600px) {
  .site-footer .primary .col-a {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-footer .primary .col-b {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .site-footer .primary .col-b {
    width: 100%;
  }
  .site-footer .primary .col-b .box {
    width: 100%;
    float: none;
  }
  .site-footer .primary .col-b .box-1 {
    margin-bottom: 40px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  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;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) 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;
  background-color: #fff;
  color: #33593E;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 820;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav .primary {
  padding: 140px 0 80px;
}
.mobile-nav .primary .mod-languages {
  margin-bottom: 40px;
}
.mobile-nav .primary .mod-languages ul {
  width: 100%;
  text-align: center;
}
.mobile-nav .primary .mod-languages li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.mobile-nav .primary .mod-languages .lang-active a {
  color: #E50A7D;
}
.mobile-nav .primary .mainnav {
  margin-bottom: 20px;
}
.mobile-nav .primary .mainnav a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2em;
  text-align: center;
  color: #33593E;
}
.mobile-nav .primary .mainnav a:hover,
.mobile-nav .primary .mainnav a.selected {
  color: #E50A7D;
}
.mobile-nav .primary .mainnav ul {
  display: none;
  padding-bottom: 30px;
}
.mobile-nav .primary .mainnav ul a {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.mobile-nav .primary .mainnav ul a:hover,
.mobile-nav .primary .mainnav ul a.selected {
  opacity: 0.8;
}
.shownav .mobile-nav {
  top: 0;
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mint);
  opacity: 0.95;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.search-panel .h2 {
  color: #fff;
  text-align: center;
}
.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: #00365A;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: var(--pink);
  font-size: 20px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-5 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-6 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-6 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 60px !important;
}
.mt-6 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 60px !important;
}
.mb-6 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 45px !important;
  }
  .mt-5 {
    margin-top: 70px !important;
  }
  .mt-6 {
    margin-top: 100px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mr-4 {
    margin-right: 45px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 45px !important;
  }
  .mb-5 {
    margin-bottom: 70px !important;
  }
  .mb-6 {
    margin-bottom: 100px !important;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 60px !important;
  }
  .mt-5 {
    margin-top: 90px !important;
  }
  .mt-6 {
    margin-top: 150px !important;
  }
  .mr-4 {
    margin-right: 60px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 60px !important;
  }
  .mb-5 {
    margin-bottom: 90px !important;
  }
  .mb-6 {
    margin-bottom: 150px !important;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@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,
.rsform-submit-button {
  display: inline-block;
  font-family: 'infotextregular-romanregular', sans-serif;
  font-size: 18px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background: #2C4838;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
  /* arrow kleur */
}
a.button:before,
form button:before,
.rsform-submit-button:before {
  display: block;
  content: "";
  width: 150px;
  height: 70px;
  background-image: url(../img/svg/bg-button.svg);
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
a.button:after,
form button:after,
.rsform-submit-button:after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #33593E;
  position: absolute;
  top: -155px;
  right: -130px;
  transition: all 0.3s ease-in-out;
}
a.button .text,
form button .text,
.rsform-submit-button .text {
  display: block;
  padding: 0 34px 0 15px;
  color: #fff;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
a.button .arrow,
form button .arrow,
.rsform-submit-button .arrow {
  display: block;
  width: 35px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  color: #fff;
}
a.button.w-auto,
form button.w-auto,
.rsform-submit-button.w-auto {
  width: 100%;
}
a.button:hover:before,
form button:hover:before,
.rsform-submit-button:hover:before {
  transform: scale(3);
}
a.button:hover:after,
form button:hover:after,
.rsform-submit-button:hover:after {
  right: -140px;
}
a.button:hover .text,
form button:hover .text,
.rsform-submit-button:hover .text,
a.button:hover .arrow,
form button:hover .arrow,
.rsform-submit-button:hover .arrow {
  color: #fff !important;
}
a.button.bg-white,
form button.bg-white,
.rsform-submit-button.bg-white {
  background: #fff;
}
a.button.bg-white:before,
form button.bg-white:before,
.rsform-submit-button.bg-white:before,
a.button.bg-white:after,
form button.bg-white:after,
.rsform-submit-button.bg-white:after {
  display: none;
}
a.button.bg-white .text,
form button.bg-white .text,
.rsform-submit-button.bg-white .text,
a.button.bg-white .arrow,
form button.bg-white .arrow,
.rsform-submit-button.bg-white .arrow {
  color: #2C4838 !important;
}
a.button.bg-white:hover,
form button.bg-white:hover,
.rsform-submit-button.bg-white:hover {
  background: #E50A7D;
}
a.button.bg-white:hover .text,
form button.bg-white:hover .text,
.rsform-submit-button.bg-white:hover .text,
a.button.bg-white:hover .arrow,
form button.bg-white:hover .arrow,
.rsform-submit-button.bg-white:hover .arrow {
  color: #fff !important;
}
a.button.bg-dark,
form button.bg-dark,
.rsform-submit-button.bg-dark {
  background: #05334B;
}
a.button.bg-green-a,
form button.bg-green-a,
.rsform-submit-button.bg-green-a {
  background: #33593E;
}
a.button.bg-green-a .text,
form button.bg-green-a .text,
.rsform-submit-button.bg-green-a .text,
a.button.bg-green-a .arrow,
form button.bg-green-a .arrow,
.rsform-submit-button.bg-green-a .arrow {
  color: #fff;
}
a.button.bg-green-b,
form button.bg-green-b,
.rsform-submit-button.bg-green-b {
  background: #2C4838;
}
a.button.bg-green-b .text,
form button.bg-green-b .text,
.rsform-submit-button.bg-green-b .text,
a.button.bg-green-b .arrow,
form button.bg-green-b .arrow,
.rsform-submit-button.bg-green-b .arrow {
  color: #fff;
}
a.button.bg-none,
form button.bg-none,
.rsform-submit-button.bg-none {
  background: none;
}
a.button.bg-none:before,
form button.bg-none:before,
.rsform-submit-button.bg-none:before,
a.button.bg-none:after,
form button.bg-none:after,
.rsform-submit-button.bg-none:after {
  display: none;
}
a.button.bg-semi,
form button.bg-semi,
.rsform-submit-button.bg-semi {
  background-color: rgba(0, 0, 0, 0.35);
}
a.button.bg-semi:before,
form button.bg-semi:before,
.rsform-submit-button.bg-semi:before,
a.button.bg-semi:after,
form button.bg-semi:after,
.rsform-submit-button.bg-semi:after {
  display: none;
}
a.button.bg-semi:hover,
form button.bg-semi:hover,
.rsform-submit-button.bg-semi:hover {
  background: #E50A7D;
  border-color: #E50A7D;
}
a.button.bg-semi:hover .text,
form button.bg-semi:hover .text,
.rsform-submit-button.bg-semi:hover .text,
a.button.bg-semi:hover .arrow,
form button.bg-semi:hover .arrow,
.rsform-submit-button.bg-semi:hover .arrow {
  color: #fff !important;
}
a.button.bg-solid-pink,
form button.bg-solid-pink,
.rsform-submit-button.bg-solid-pink {
  background-color: #E50A7D;
  border-color: #E50A7D;
}
a.button.bg-solid-pink:before,
form button.bg-solid-pink:before,
.rsform-submit-button.bg-solid-pink:before,
a.button.bg-solid-pink:after,
form button.bg-solid-pink:after,
.rsform-submit-button.bg-solid-pink:after {
  display: none;
}
a.button.bg-solid-pink .text,
form button.bg-solid-pink .text,
.rsform-submit-button.bg-solid-pink .text,
a.button.bg-solid-pink .arrow,
form button.bg-solid-pink .arrow,
.rsform-submit-button.bg-solid-pink .arrow {
  color: #fff !important;
}
a.button.bg-solid-pink:hover,
form button.bg-solid-pink:hover,
.rsform-submit-button.bg-solid-pink:hover {
  background: #33593E;
  border-color: #33593E;
}
a.button.bg-solid-pink:hover .text,
form button.bg-solid-pink:hover .text,
.rsform-submit-button.bg-solid-pink:hover .text,
a.button.bg-solid-pink:hover .arrow,
form button.bg-solid-pink:hover .arrow,
.rsform-submit-button.bg-solid-pink:hover .arrow {
  color: #fff !important;
}
a.button.no-arrow .text,
form button.no-arrow .text,
.rsform-submit-button.no-arrow .text {
  padding: 0 20px;
}
a.button.b-white,
form button.b-white,
.rsform-submit-button.b-white {
  border: 2px solid #fff;
}
a.button.b-dark,
form button.b-dark,
.rsform-submit-button.b-dark {
  border: 2px solid #05334B;
}
a.button.b-none,
form button.b-none,
.rsform-submit-button.b-none {
  border-color: transparent;
  padding-left: 0;
}
a.button.t-white,
form button.t-white,
.rsform-submit-button.t-white {
  color: #fff;
}
a.button.t-orange,
form button.t-orange,
.rsform-submit-button.t-orange {
  color: #F79F00;
}
a.button.t-dark,
form button.t-dark,
.rsform-submit-button.t-dark {
  color: #05334B;
}
a.button.t-green-a,
form button.t-green-a,
.rsform-submit-button.t-green-a {
  color: #33593E;
}
a.button.t-green-b,
form button.t-green-b,
.rsform-submit-button.t-green-b {
  color: #2C4838;
}
a.button.t-pink,
form button.t-pink,
.rsform-submit-button.t-pink {
  color: #E50A7D;
}
a.button.a-white i,
form button.a-white i,
.rsform-submit-button.a-white i {
  color: #fff;
}
a.button.a-dark i,
form button.a-dark i,
.rsform-submit-button.a-dark i {
  color: #05334B;
}
.article-actions .button {
  margin: 0 20px 15px 0;
}
/* ==========================================================================
	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-pijl,
.button:hover .icon-pijl {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-vb-arrow-right,
.button:hover .icon-vb-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: 'mycons';
  src: url('../font/mycons.eot?68900341');
  src: url('../font/mycons.eot?68900341#iefix') format('embedded-opentype'), url('../font/mycons.woff2?68900341') format('woff2'), url('../font/mycons.woff?68900341') format('woff'), url('../font/mycons.ttf?68900341') format('truetype'), url('../font/mycons.svg?68900341#mycons') 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: 'mycons';
    src: url('../font/mycons.svg?68900341#mycons') format('svg');
  }
}
*/
[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "mycons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  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); */
}
.icn-up-open:before {
  content: '\e800';
}
/* '' */
.icn-right-open:before {
  content: '\e801';
}
/* '' */
.icn-left-open:before {
  content: '\e802';
}
/* '' */
.icn-down-open:before {
  content: '\e803';
}
/* '' */
.icn-left-open-1:before {
  content: '\e805';
}
/* '' */
.icn-down-open-1:before {
  content: '\e806';
}
/* '' */
.icn-right-open-1:before {
  content: '\e807';
}
/* '' */
.icn-up-open-1:before {
  content: '\e808';
}
/* '' */
.icn-circle:before {
  content: '\e809';
}
/* '' */
.icn-house:before {
  content: '\e80a';
}
/* '' */
.icn-clock:before {
  content: '\e80b';
}
/* '' */
.icn-graduation-cap:before {
  content: '\e80c';
}
/* '' */
.icn-location:before {
  content: '\e80d';
}
/* '' */
.icn-cancel:before {
  content: '\e80e';
}
/* '' */
.icn-cancel-1:before {
  content: '\e80f';
}
/* '' */
.icn-th-list:before {
  content: '\e810';
}
/* '' */
.icn-th:before {
  content: '\e811';
}
/* '' */
.icn-angle-left:before {
  content: '\e819';
}
/* '' */
.icn-angle-right:before {
  content: '\e81a';
}
/* '' */
.icn-angle-up:before {
  content: '\e81b';
}
/* '' */
.icn-angle-down:before {
  content: '\e81c';
}
/* '' */
.icn-sliders:before {
  content: '\e849';
}
/* '' */
.icn-twitter-circled:before {
  content: '\f057';
}
/* '' */
.icn-instagram-circled:before {
  content: '\f05e';
}
/* '' */
.icn-twitter-1:before {
  content: '\f099';
}
/* '' */
.icn-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icn-filter:before {
  content: '\f0b0';
}
/* '' */
.icn-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icn-instagram:before {
  content: '\f16d';
}
/* '' */
.icn-facebook-circled:before {
  content: '\f30d';
}
/* '' */
.icn-linkedin-circled:before {
  content: '\f319';
}
/* '' */
@font-face {
  font-family: 'infotextbold-romanregular';
  src: url('../font/itbdro__-webfont.woff2') format('woff2'), url('../font/itbdro__-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'infotextbook-romanregular';
  src: url('../font/itboro__-webfont.woff2') format('woff2'), url('../font/itboro__-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'infotextmedium-romanregular';
  src: url('../font/itmdro__-webfont.woff2') format('woff2'), url('../font/itmdro__-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'infotextregular-romanregular';
  src: url('../font/itro____-webfont.woff2') format('woff2'), url('../font/itro____-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #05334B;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #05334B;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #05334B;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #05334B;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #05334B;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #05334B;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #05334B;
  border: 1px solid var(--pink);
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #05334B;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: var(--pink);
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: var(--pink);
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #05334B;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.article-images {
  overflow: hidden;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 30px 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
   ========================================================================== */
.main-body {
  padding-top: 120px;
  padding-bottom: 280px;
  position: relative;
  z-index: 5;
}
.main-body.no-pt {
  padding-top: 0;
}
.main-body.no-pb {
  padding-bottom: 0;
}
.main-body.no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
.article-single {
  padding: 120px 0 80px;
}
.article-single .article-header {
  margin: 0 0 40px;
}
.article-single .col-content .inner {
  padding: 0 0 0 60px;
}
.article-single .col-content .vacature-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.article-single .col-content .article-image {
  margin-bottom: 40px;
  position: relative;
}
.article-single .col-content .article-image img {
  width: 100%;
}
.article-single .col-content .article-image .c-meta-data {
  width: auto;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.article-single .col-content .article-output h1,
.article-single .col-content .article-output h2,
.article-single .col-content .article-output h3,
.article-single .col-content .article-output h4 {
  margin-left: -40px;
}
.article-single .col-content .article-actions {
  margin-top: 40px;
}
.article-single .col-aside .inner {
  margin-left: 40px;
}
.article-single .col-aside .subnav {
  padding: 30px 40px;
  background-color: #2C4838;
}
.article-single .col-aside .subnav li {
  padding: 10px 0;
}
.article-single .col-aside .subnav li.active a {
  color: #E50A7D;
}
.article-single .col-aside .subnav a {
  display: block;
  font-family: 'infotextbold-romanregular', sans-serif !important;
  font-size: 24px;
  color: #fff;
}
.article-single .col-aside .subnav a:hover {
  color: #E50A7D;
}
@media (max-width: 1280px) {
  .article-single {
    padding: 80px 0 80px;
  }
  .article-single .col-content .inner {
    padding: 0;
  }
  .article-single .col-content .article-output h1,
  .article-single .col-content .article-output h2,
  .article-single .col-content .article-output h3,
  .article-single .col-content .article-output h4 {
    margin-left: 0;
  }
  .article-single .col-aside .inner {
    margin-left: 0;
  }
  .article-single .col-aside .inner .subnav {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .article-single .col-aside {
    margin-top: 60px;
  }
}
@media (max-width: 680px) {
  .vacature-image img {
    height: 280px;
    object-fit: cover;
  }
}
.mod-vacature-formulier {
  margin-top: 80px;
}
.mod-hero-home {
  position: relative;
  overflow: hidden;
}
.mod-page-hero {
  padding: 80px 0;
}
.mod-page-hero .inner {
  padding: 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.mod-page-hero .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2C4838;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.mod-page-hero .inner .col-left,
.mod-page-hero .inner .col-right {
  width: 50%;
  float: left;
  position: relative;
  z-index: 100;
}
.mod-page-hero .inner .col-left {
  text-align: right;
  padding: 15px 55px;
  border-right: 2px solid #fff;
}
.mod-page-hero .inner .col-left .title {
  margin: 0;
}
.mod-page-hero .inner .col-right {
  padding: 15px 55px;
}
.mod-page-hero .inner .col-right .tagline {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}
.mod-page-hero .inner .col-right .tagline .line {
  display: block;
  font-size: 20px;
}
@media (max-width: 1480px) {
  .mod-page-hero {
    padding: 70px 0;
  }
}
@media (max-width: 1280px) {
  .mod-page-hero {
    padding: 60px 0;
  }
  .mod-page-hero .inner {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .mod-page-hero {
    padding: 40px 0;
  }
  .mod-page-hero .inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .mod-page-hero {
    padding: 10px 0 40px;
  }
  .mod-page-hero .container {
    padding: 0;
  }
  .mod-page-hero .inner {
    padding: 50px;
  }
  .mod-page-hero .inner .col-left {
    padding: 15px 30px;
  }
  .mod-page-hero .inner .col-right {
    padding: 15px 30px;
  }
  .mod-page-hero .inner .col-right .tagline {
    left: 30px;
  }
}
@media (max-width: 530px) {
  .mod-page-hero {
    padding: 10px 0 40px;
  }
  .mod-page-hero .container {
    padding: 0;
  }
  .mod-page-hero .inner {
    padding: 20px 30px;
  }
  .mod-page-hero .inner .col-left {
    width: 100%;
    float: none;
    padding: 15px;
    text-align: center;
    border: none;
    position: relative;
  }
  .mod-page-hero .inner .col-left:before {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mod-page-hero .inner .col-right {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .mod-page-hero .inner .col-right .tagline {
    position: static;
    text-align: center;
    transform: unset;
  }
}
.main-content {
  overflow: hidden;
}
.std-mod .container {
  min-height: 100px;
  position: relative;
}
.c-badge {
  display: block;
  width: 280px;
  height: 280px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
  pointer-events: none;
}
.c-badge.badge-a {
  background-image: url(../img/svg/badge-we-color-the-world.svg);
}
.c-badge.badge-b {
  background-image: url(../img/svg/badge-top-quality.svg);
}
.c-badge.badge-c {
  background-image: url(../img/svg/badge-we-care-about.svg);
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.c-shape {
  display: block;
  width: 2000px;
  height: 2000px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-shape.shape-blob {
  background-image: url(../img/svg/blob-green.svg);
}
.c-shape.shape-a-outline {
  background-image: url(../img/svg/shape-a-outline.svg);
}
.c-shape.shape-a {
  background-image: url(../img/svg/shape-a.svg);
}
.c-shape.shape-b {
  background-image: url(../img/svg/shape-b.svg);
}
.c-shape.shape-b-outline {
  background-image: url(../img/svg/shape-b-outline.svg);
}
.std-mod-hero {
  position: relative;
}
.std-mod-hero .bgimg {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.std-mod-hero .container {
  height: 1000px;
}
.std-mod-hero .container .c-badge {
  top: calc(50% - 140px);
  right: 100px;
  z-index: 15;
}
.std-mod-hero .container .sh-1 {
  width: 2400px;
  height: 2000px;
  top: -250px;
  right: -1200px;
  z-index: 5;
}
.std-mod-hero .container .sh-2 {
  width: 1400px;
  height: 1000px;
  bottom: -700px;
  right: -950px;
  z-index: 10;
  opacity: 0.7;
}
.std-mod-hero .container .sh-3 {
  width: 1500px;
  height: 900px;
  bottom: -190px;
  left: -1200px;
  z-index: 10;
}
.std-mod-hero .container .sh-4 {
  width: 1500px;
  height: 900px;
  bottom: -145px;
  right: -1500px;
  z-index: 10;
}
@media (max-width: 1480px) {
  .std-mod-hero .container {
    height: 900px;
  }
  .std-mod-hero .container .c-badge {
    width: 240px;
    height: 240px;
    top: calc(50% - 220px);
    right: 35px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2000px;
    height: 2000px;
    top: -240px;
    right: -960px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1400px;
    height: 900px;
    bottom: -590px;
    right: -940px;
  }
  .std-mod-hero .container .sh-3 {
    width: 1265px;
    height: 750px;
    bottom: -130px;
    left: -1000px;
  }
}
@media (max-width: 1280px) {
  .std-mod-hero .container {
    height: 800px;
  }
  .std-mod-hero .container .c-badge {
    width: 220px;
    height: 220px;
    top: calc(50% - 170px);
    right: 0;
  }
  .std-mod-hero .container .sh-1 {
    width: 2400px;
    height: 1700px;
    top: -247px;
    right: -1491px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1200px;
    height: 900px;
    bottom: -600px;
    right: -850px;
  }
  .std-mod-hero .container .sh-3 {
    width: 1095px;
    height: 650px;
    bottom: -110px;
    left: -930px;
  }
}
@media (max-width: 991px) {
  .std-mod-hero .container {
    height: 700px;
  }
  .std-mod-hero .container .c-badge {
    width: 190px;
    height: 190px;
    top: calc(50% - 195px);
    right: 9px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2445px;
    height: 1400px;
    top: -155px;
    right: -1675px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1200px;
    height: 700px;
    bottom: -450px;
    right: -935px;
  }
  .std-mod-hero .container .sh-3 {
    width: 925px;
    height: 550px;
    bottom: -100px;
    left: -815px;
  }
}
@media (max-width: 767px) {
  .std-mod-hero .bgimg {
    width: 100%;
  }
  .std-mod-hero .container {
    height: 600px;
  }
  .std-mod-hero .container .c-badge {
    width: 160px;
    height: 160px;
    top: calc(50% - 168px);
    right: 15px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2445px;
    height: 1290px;
    top: -138px;
    right: -1770px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1000px;
    height: 450px;
    bottom: -316px;
    right: -735px;
  }
  .std-mod-hero .container .sh-3 {
    width: 758px;
    height: 450px;
    bottom: -85px;
    left: -550px;
  }
}
@media (max-width: 680px) {
  .std-mod-hero .container {
    height: 500px;
  }
  .std-mod-hero .container .c-badge {
    width: 140px;
    height: 140px;
    top: calc(50% - 130px);
    right: 40px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2445px;
    height: 1170px;
    top: -156px;
    right: -1810px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1000px;
    height: 360px;
    bottom: -230px;
    right: -790px;
  }
  .std-mod-hero .container .sh-3 {
    width: 590px;
    height: 350px;
    bottom: -52px;
    left: -410px;
  }
}
@media (max-width: 620px) {
  .std-mod-hero .container .c-badge {
    width: 140px;
    height: 140px;
    top: calc(50% - 30px);
    right: 10px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2445px;
    height: 1250px;
    top: -179px;
    right: -1815px;
  }
  .std-mod-hero .container .sh-2 {
    width: 1000px;
    height: 280px;
    bottom: -230px;
    right: -820px;
  }
}
@media (max-width: 580px) {
  .std-mod-hero .container {
    height: 450px;
  }
  .std-mod-hero .container .sh-3 {
    width: 505px;
    height: 300px;
    bottom: -40px;
    left: -335px;
  }
}
@media (max-width: 460px) {
  .std-mod-hero .container .c-badge {
    top: calc(50% - -6px);
    right: -6px;
  }
  .std-mod-hero .container .sh-1 {
    width: 2445px;
    height: 1250px;
    top: -190px;
    right: -1846px;
  }
  .std-mod-hero .container .sh-3 {
    width: 505px;
    height: 300px;
    bottom: -40px;
    left: -370px;
  }
}
.std-mod-info {
  padding: 180px 0 150px 0;
}
.std-mod-info .container {
  min-height: auto;
  position: relative;
  z-index: 30;
}
.std-mod-info .sh-1 {
  width: 1800px;
  height: 1200px;
  opacity: 0.7;
  bottom: -1000px;
  left: -1185px;
  z-index: 200;
}
.std-mod-info .primary .col-left .article-image {
  max-width: 500px;
  position: relative;
}
.std-mod-info .primary .col-left .article-image .c-badge {
  width: 240px;
  height: 240px;
  position: absolute;
  top: -60px;
  left: -120px;
}
.std-mod-info .primary .col-right {
  float: right;
}
.std-mod-info .primary .col-right .inner {
  max-width: 400px;
  padding: 0;
}
.std-mod-info .primary .col-right .article-header {
  margin-bottom: 30px;
}
.std-mod-info .primary .col-right .article-actions {
  margin-top: 30px;
}
.std-mod-info .secondary {
  padding: 40px 0 0 0;
}
.std-mod-info .secondary .quick-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #2C4838;
}
.std-mod-info .secondary .quick-menu a {
  display: inline-block;
  font-family: 'infotextbold-romanregular', sans-serif !important;
  font-size: 22px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.std-mod-info .secondary .quick-menu a:hover {
  color: #E50A7D;
}
@media (max-width: 1480px) {
  .std-mod-info {
    padding: 180px 0 150px 0;
  }
  .std-mod-info .primary .col-left {
    width: 55%;
  }
  .std-mod-info .primary .col-left .article-image .c-badge {
    width: 220px;
    height: 220px;
    top: -50px;
    left: -110px;
  }
  .std-mod-info .primary .col-right {
    width: 45%;
  }
  .std-mod-info .secondary .col-right {
    margin-left: 55%;
    width: 45%;
  }
}
@media (max-width: 1280px) {
  .std-mod-info {
    padding: 160px 0 120px 0;
  }
  .std-mod-info .sh-1 {
    width: 1465px;
    height: 1000px;
    bottom: -770px;
    left: -1040px;
  }
  .std-mod-info .primary .col-left {
    width: 50%;
  }
  .std-mod-info .primary .col-left .article-image .c-badge {
    width: 190px;
    height: 190px;
    top: -40px;
    left: -95px;
  }
  .std-mod-info .primary .col-left .article-image img {
    width: 100%;
    max-width: unset;
    height: 450px;
    object-fit: cover;
  }
  .std-mod-info .primary .col-right {
    width: 50%;
  }
  .std-mod-info .primary .col-right .inner {
    padding: 40px 0 0 0;
  }
  .std-mod-info .primary .col-right .article-header {
    margin: 0;
  }
  .std-mod-info .secondary {
    padding-top: 100px;
  }
  .std-mod-info .secondary .col-right {
    margin-left: 50%;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .std-mod-info {
    padding: 120px 0 100px 0;
  }
  .std-mod-info .sh-1 {
    width: 1176px;
    height: 800px;
    bottom: -631px;
    left: -875px;
    transform: rotate(-7deg);
  }
  .std-mod-info .primary .col-left .article-image .c-badge {
    width: 160px;
    height: 160px;
    top: -40px;
    left: -80px;
  }
  .std-mod-info .primary .col-left .article-image img {
    height: 380px;
  }
  .std-mod-info .primary .col-right .inner {
    padding: 20px 0 0 0;
  }
  .std-mod-info .secondary {
    padding-top: 100px;
  }
  .std-mod-info .secondary .col-right {
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 300;
  }
}
@media (max-width: 767px) {
  .std-mod-info {
    padding: 110px 0 80px 0;
  }
  .std-mod-info .sh-1 {
    width: 1027px;
    height: 700px;
    bottom: -533px;
    left: -725px;
  }
  .std-mod-info .secondary .quick-menu a {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .std-mod-info .sh-1 {
    left: -750px;
  }
  .std-mod-info .primary .col-left .article-image .c-badge {
    width: 140px;
    height: 140px;
    top: -40px;
    left: -70px;
  }
  .std-mod-info .primary .col-right .inner {
    padding: 0;
  }
  .std-mod-info .secondary .quick-menu a {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .std-mod-info {
    padding: 80px 0 80px 0;
    position: relative;
  }
  .std-mod-info:before {
    display: block;
    content: "";
    width: 100%;
    height: 300px;
    background-color: #33593E;
    position: absolute;
    top: 0;
    left: 0;
  }
  .std-mod-info .primary .col-left {
    width: 100%;
    float: none;
  }
  .std-mod-info .primary .col-left .article-image .c-badge {
    width: 140px;
    height: 140px;
    top: auto;
    left: auto;
    bottom: -70px;
    right: -20px;
  }
  .std-mod-info .primary .col-right {
    width: 100%;
    float: none;
  }
  .std-mod-info .primary .col-right .inner {
    max-width: unset;
    padding: 0 0 40px;
  }
}
.std-mod-plants {
  padding: 250px 0 150px;
  background-color: #33593E;
  overflow: hidden;
}
.std-mod-plants .container:before {
  display: block;
  content: "";
  width: 2200px;
  height: 2000px;
  background-image: url(../img/svg/blob-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -289px;
  left: 12%;
  transform: rotate(-40deg);
}
.std-mod-plants .container .sh-1 {
  width: 1600px;
  height: 1300px;
  bottom: -775px;
  right: -600px;
  z-index: 2;
}
.std-mod-plants .inner {
  position: relative;
  z-index: 220;
}
.std-mod-plants .mod-intro {
  max-width: 400px;
}
.std-mod-plants .mod-intro .article-title {
  margin: 0;
}
.std-mod-plants .mod-intro .article-actions {
  margin-top: 40px;
}
.std-mod-plants .plant-info {
  display: none;
}
.std-mod-plants .nav-arrow {
  display: block;
  color: #fff;
  font-size: 56px;
  position: absolute;
}
.std-mod-plants .col-left .nav-arrow {
  bottom: -60px;
  right: 110px;
}
.std-mod-plants .col-right {
  margin-top: -290px;
}
.std-mod-plants .col-right .nav-arrow {
  top: -60px;
  left: 110px;
}
@media (max-width: 1480px) {
  .std-mod-plants {
    padding: 250px 0 150px;
  }
  .std-mod-plants .container:before {
    width: 2000px;
    height: 1900px;
    top: -290px;
    left: 12%;
  }
  .std-mod-plants .container .sh-1 {
    height: 1100px;
    bottom: -570px;
    right: -750px;
  }
}
@media (max-width: 1280px) {
  .std-mod-plants {
    padding: 200px 0 130px;
  }
  .std-mod-plants .container:before {
    width: 1900px;
    height: 1800px;
    top: -290px;
    left: 2%;
  }
  .std-mod-plants .container .sh-1 {
    width: 1400px;
    height: 900px;
    bottom: -470px;
    right: -750px;
  }
  .std-mod-plants .col-left .nav-arrow {
    right: 96px;
  }
  .std-mod-plants .col-right {
    margin-top: -256px;
  }
  .std-mod-plants .col-right .nav-arrow {
    left: 96px;
  }
}
@media (max-width: 991px) {
  .std-mod-plants {
    padding: 130px 0 130px;
  }
  .std-mod-plants .mod-intro {
    max-width: 350px;
    margin-bottom: 30px;
  }
  .std-mod-plants .container:before {
    width: 1800px;
    height: 1700px;
    top: -218px;
    left: -4%;
  }
  .std-mod-plants .container .sh-1 {
    width: 1000px;
    height: 700px;
    bottom: -390px;
    right: -480px;
  }
  .std-mod-plants .inner-box {
    width: 220px;
    margin: 0 auto;
  }
  .std-mod-plants .col-left .nav-arrow {
    right: 50%;
    transform: translateX(50%);
  }
  .std-mod-plants .col-right {
    margin-top: -171px;
  }
  .std-mod-plants .col-right .nav-arrow {
    left: 50%;
    transform: translateX(-50%);
  }
  .std-mod-plants .plant-info {
    display: block;
    min-height: 85px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .std-mod-plants .mod-intro {
    max-width: unset;
    margin-bottom: 150px;
  }
  .std-mod-plants .mod-intro .article-actions {
    margin-top: 20px;
  }
  .std-mod-plants .container:before {
    width: 1800px;
    height: 1600px;
    top: -118px;
    left: -28%;
  }
  .std-mod-plants .container .sh-1 {
    width: 800px;
    height: 600px;
    bottom: -330px;
    right: -370px;
  }
}
@media (max-width: 600px) {
  .std-mod-plants {
    padding: 100px 0 100px;
  }
  .std-mod-plants .mod-intro {
    max-width: unset;
    margin-bottom: 150px;
  }
  .std-mod-plants .mod-intro .article-actions {
    margin-top: 20px;
  }
  .std-mod-plants .container .sh-1 {
    width: 800px;
    height: 500px;
    bottom: -308px;
    right: -414px;
  }
  .std-mod-plants .container .inner-box {
    width: 100%;
  }
  .std-mod-plants .nav-arrow {
    font-size: 45px;
  }
  .std-mod-plants .col-left .nav-arrow {
    bottom: -45px;
  }
  .std-mod-plants .col-right {
    margin-top: -115px;
  }
  .std-mod-plants .col-right .nav-arrow {
    top: -45px;
  }
  .std-mod-plants .plant-rows .vslidebox {
    padding: 0 15px;
  }
}
@media (max-width: 470px) {
  .std-mod-plants .container .sh-1 {
    width: 800px;
    height: 500px;
    bottom: -308px;
    right: auto;
    left: 100px;
  }
}
@media (max-width: 450px) {
  .std-mod-plants .plant-rows .vslidebox {
    padding: 0 10px;
  }
}
.std-mod-articles {
  padding: 120px 0;
}
.std-mod-articles .section-title {
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: -30px;
}
.std-mod-articles .navigation {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #2C4838;
  margin-bottom: 80px;
}
.std-mod-articles .navigation a {
  display: inline-block;
  font-family: 'infotextbold-romanregular', sans-serif !important;
  font-size: 22px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.std-mod-articles .navigation a.active {
  color: #E50A7D;
}
.std-mod-articles .slick-articles {
  position: relative;
  z-index: 20;
}
.std-mod-articles .article .col-left {
  width: 50%;
  float: left;
}
.std-mod-articles .article .col-left .inner {
  position: relative;
}
.std-mod-articles .article .col-left .box {
  width: 450px;
  position: absolute;
  bottom: 0;
  padding-left: 110px;
  transition: all 0.3s ease-in-out;
  transform: translateX(30px);
}
.std-mod-articles .article .col-left .article-header {
  margin-bottom: 30px;
}
.std-mod-articles .article .col-left .article-header .title {
  margin: 0;
}
.std-mod-articles .article .col-left .article-actions {
  margin-top: 25px;
  overflow: hidden;
}
.std-mod-articles .article .col-left .article-actions .button {
  margin: 15px 15px 0 0;
  display: block;
  float: left;
}
.std-mod-articles .article .col-right {
  width: 50%;
  float: right;
  padding-right: 100px;
}
.std-mod-articles .article .col-right .article-image {
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateX(-30px);
}
.std-mod-articles .article .col-right .article-image .c-badge {
  width: 200px;
  height: 200px;
  top: 40px;
  right: -100px;
}
.std-mod-articles .slick-active .col-left .box {
  transform: translateX(0);
}
.std-mod-articles .slick-active .col-right .article-image {
  transform: translateX(0);
}
@media (max-width: 1480px) {
  .std-mod-articles .article .col-right {
    padding-right: 90px;
  }
  .std-mod-articles .article .col-right .article-image .c-badge {
    width: 180px;
    height: 180px;
    top: 30px;
    right: -90px;
  }
}
@media (max-width: 1280px) {
  .std-mod-articles {
    padding: 100px 0;
  }
  .std-mod-articles .section-title {
    font-size: 30px;
  }
  .std-mod-articles .navigation {
    margin-bottom: 60px;
  }
  .std-mod-articles .article .col-left .box {
    width: 100%;
    position: static;
    padding: 0 60px 0 0;
  }
  .std-mod-articles .article .col-left .article-header {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .std-mod-articles .article .col-left .article-actions {
    margin-top: 15px;
  }
  .std-mod-articles .article .col-right {
    padding-right: 75px;
  }
  .std-mod-articles .article .col-right .article-image .c-badge {
    width: 150px;
    height: 150px;
    top: 20px;
    right: -75px;
  }
}
@media (max-width: 991px) {
  .std-mod-articles {
    padding: 80px 0;
  }
  .std-mod-articles .section-title {
    font-size: 30px;
  }
  .std-mod-articles .navigation {
    margin-bottom: 40px;
  }
  .std-mod-articles .navigation a {
    font-size: 18px;
    line-height: 1.6em;
  }
  .std-mod-articles .article .col-left {
    width: 55%;
  }
  .std-mod-articles .article .col-left .box {
    width: 100%;
    position: static;
    padding: 0 60px 0 0;
  }
  .std-mod-articles .article .col-left .article-header {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .std-mod-articles .article .col-left .article-header .article-title {
    font-size: 30px;
  }
  .std-mod-articles .article .col-left .article-actions {
    margin-top: 15px;
  }
  .std-mod-articles .article .col-right {
    width: 45%;
    padding-right: 0;
  }
  .std-mod-articles .article .col-right .article-image .c-badge {
    display: none;
  }
  .std-mod-articles .article .col-right .article-image img {
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .std-mod-articles {
    padding: 80px 0;
  }
  .std-mod-articles .section-title {
    display: none;
  }
}
@media (max-width: 680px) {
  .std-mod-articles {
    padding: 80px 0;
  }
  .std-mod-articles .navigation {
    display: none;
  }
  .std-mod-articles .article .col-left .box {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 540px) {
  .std-mod-articles {
    padding: 60px 0 80px;
  }
  .std-mod-articles .article {
    overflow: hidden;
  }
  .std-mod-articles .article .col-left {
    width: 100%;
    float: none;
  }
  .std-mod-articles .article .col-left .box {
    padding: 0;
  }
  .std-mod-articles .article .col-right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .std-mod-articles .article .col-right .article-image img {
    width: 100%;
    height: 280px;
  }
}
.std-mod-fyi .container {
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: auto;
}
.std-mod-fyi .container:before {
  display: block;
  content: "";
  width: 2500px;
  height: 1000px;
  background-image: url(../img/svg/bg-quotes.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -320px;
  left: 50%;
  transform: translateX(-50%);
}
.std-mod-fyi .slick-wistjedat {
  max-width: 1000px;
  margin: 0 auto;
}
.std-mod-fyi .slick-wistjedat .item {
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 1.4em;
}
.std-mod-fyi .slick-wistjedat .item h1,
.std-mod-fyi .slick-wistjedat .item h2,
.std-mod-fyi .slick-wistjedat .item h3 {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 1480px) {
  .std-mod-fyi .slick-wistjedat .item {
    font-size: 30px;
  }
  .std-mod-fyi .slick-wistjedat .item h1,
  .std-mod-fyi .slick-wistjedat .item h2,
  .std-mod-fyi .slick-wistjedat .item h3 {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  .std-mod-fyi .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .std-mod-fyi .container:before {
    height: 750px;
    top: -238px;
    left: 47%;
  }
  .std-mod-fyi .slick-wistjedat .item {
    font-size: 26px;
  }
  .std-mod-fyi .slick-wistjedat .item h1,
  .std-mod-fyi .slick-wistjedat .item h2,
  .std-mod-fyi .slick-wistjedat .item h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .std-mod-fyi .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .std-mod-fyi .container:before {
    height: 650px;
    top: -224px;
  }
  .std-mod-fyi .slick-wistjedat .item {
    font-size: 24px;
  }
  .std-mod-fyi .slick-wistjedat .item h1,
  .std-mod-fyi .slick-wistjedat .item h2,
  .std-mod-fyi .slick-wistjedat .item h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .std-mod-fyi .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .std-mod-fyi .container:before {
    height: 700px;
    top: -224px;
    left: 40%;
  }
  .std-mod-fyi .slick-wistjedat .item {
    font-size: 20px;
  }
  .std-mod-fyi .slick-wistjedat .item h1,
  .std-mod-fyi .slick-wistjedat .item h2,
  .std-mod-fyi .slick-wistjedat .item h3 {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .std-mod-fyi .container:before {
    height: 600px;
    top: -191px;
    left: 44%;
  }
  .std-mod-fyi .slick-wistjedat .item {
    font-size: 18px;
  }
  .std-mod-fyi .slick-wistjedat .item h1,
  .std-mod-fyi .slick-wistjedat .item h2,
  .std-mod-fyi .slick-wistjedat .item h3 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .std-mod-fyi .container {
    padding-bottom: 50px;
  }
}
.std-mod-vacatures {
  padding: 0 0 120px 0;
}
.std-mod-vacatures .slick-vacatures-nav {
  overflow: hidden;
  margin: 0 -25px;
}
.std-mod-vacatures .slick-vacatures-nav .item {
  width: calc(25% - 50px);
  margin: 0 25px;
  float: left;
  background-color: #33593E;
  padding: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.std-mod-vacatures .slick-vacatures-nav .item:before {
  display: block;
  content: "";
  width: 105%;
  height: 110px;
  background-image: url(../img/svg/bg-button.svg);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
.std-mod-vacatures .slick-vacatures-nav .item:after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #33593E;
  position: absolute;
  top: -115px;
  right: -104px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(30px);
}
.std-mod-vacatures .slick-vacatures-nav .item span {
  display: block;
  font-family: 'infotextbold-romanregular', sans-serif !important;
  font-size: 18px;
  position: relative;
  z-index: 5;
}
.std-mod-vacatures .slick-vacatures-nav .item .title {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.std-mod-vacatures .slick-vacatures-nav .item .arrow {
  display: block;
  width: 35px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 15;
  color: #fff;
}
.std-mod-vacatures .slick-vacatures-nav .item:hover,
.std-mod-vacatures .slick-vacatures-nav .item.active {
  background-color: #2C4838;
}
.std-mod-vacatures .slick-vacatures-nav .item:hover:before,
.std-mod-vacatures .slick-vacatures-nav .item.active:before {
  opacity: 1;
  transform: translate(0, 0);
}
.std-mod-vacatures .slick-vacatures-nav .item:hover:after,
.std-mod-vacatures .slick-vacatures-nav .item.active:after {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 1280px) {
  .std-mod-vacatures {
    padding: 0 0 100px 0;
  }
  .std-mod-vacatures .slick-vacatures-nav {
    margin: 20px -15px 0;
  }
  .std-mod-vacatures .slick-vacatures-nav .item {
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 12px;
  }
  .std-mod-vacatures .slick-vacatures-nav .item span {
    font-size: 16px;
  }
  .std-mod-vacatures .slick-vacatures-nav .item .title {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .std-mod-vacatures {
    padding: 0 0 90px 0;
  }
  .std-mod-vacatures .slick-vacatures-nav {
    display: none;
  }
  .std-mod-vacatures .slick-dots {
    bottom: -50px;
  }
}
.std-mod-breadcrumbs {
  padding: 0 0 30px 0;
}
.std-mod-contactinfo {
  padding: 20px 0 80px 0;
}
.std-mod-contactinfo .article-output {
  max-width: 650px;
  overflow: hidden;
}
.std-mod-contactinfo .article-output .left {
  width: 50%;
}
@media (max-width: 480px) {
  .std-mod-contactinfo {
    padding: 20px 0 20px 0;
  }
  .std-mod-contactinfo .article-output .left {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
}
.std-mod-medewerkers .section-title {
  margin-bottom: 60px;
}
.std-mod-medewerkers .item {
  margin-bottom: 60px;
}
.std-mod-medewerkers .item .article-image {
  max-width: 300px;
  border-radius: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 auto 30px;
}
.std-mod-medewerkers .item .article-image img {
  width: 300px;
  opacity: 0;
}
.std-mod-medewerkers .item .article-info {
  text-align: center;
}
.std-mod-medewerkers .item .article-info .article-title {
  margin-bottom: 2px;
}
@media (max-width: 450px) {
  .std-mod-medewerkers .section-title {
    margin-bottom: 40px;
  }
  .std-mod-medewerkers .item {
    width: 100%;
    float: none;
  }
  .std-mod-medewerkers .item .article-image {
    max-width: 260px;
  }
  .std-mod-medewerkers .item .article-image img {
    width: 260px;
  }
}
.std-mod-contacts .section-title {
  margin-bottom: 60px;
}
.std-mod-contacts .item {
  margin-bottom: 60px;
}
.std-mod-contacts .v-card {
  height: 520px;
  position: relative;
  overflow: hidden;
}
.std-mod-contacts .v-card .vc-image {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.std-mod-contacts .v-card .vc-image img {
  display: none;
}
.std-mod-contacts .v-card:before {
  display: block;
  content: "";
  width: 100%;
  height: 300px;
  background-image: url(../img/bg-vcard.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 5;
  transition: all 0.65s ease 0.03s;
}
.std-mod-contacts .v-card .vc-info {
  width: 100%;
  height: 200px;
  padding: 40px 0 40px 30px;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
.std-mod-contacts .v-card .vc-info .vc-name {
  font-size: 24px;
  margin-bottom: 0;
}
.std-mod-contacts .v-card .vc-info .article-output {
  color: #fff;
}
.std-mod-contacts .v-card .vc-info .article-output span strong {
  display: block;
  color: #E50A7D !important;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}
.std-mod-contacts .v-card .vc-info .article-output a {
  color: #fff;
}
.std-mod-contacts .v-card:hover .vc-image {
  transform: scale(1.1);
}
.std-mod-contacts .v-card:hover:before {
  bottom: 0;
}
.std-mod-contacts .v-card:hover .vc-info {
  bottom: 0;
}
.std-mod-contacts .v-card:hover .vc-info .article-output span strong {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .std-mod-contacts .itemxx {
    width: 33.334%;
  }
  .std-mod-contacts .v-card {
    height: 460px;
  }
  .std-mod-contacts .v-card .vc-image {
    height: 380px;
  }
  .std-mod-contacts .v-card .vc-info {
    padding: 40px 0 40px 20px;
  }
}
@media (max-width: 1280px) {
  .std-mod-contacts .item {
    width: 33.334%;
  }
  .std-mod-contacts .v-card .vc-info {
    padding: 40px 0 40px 20px;
  }
}
@media (max-width: 991px) {
  .std-mod-contacts .item {
    width: 50%;
  }
  .std-mod-contacts .v-card .vc-info {
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 767px) {
  .std-mod-contacts .v-card {
    height: 520px;
  }
  .std-mod-contacts .v-card .vc-image {
    height: 440px;
  }
  .std-mod-contacts .v-card:before {
    bottom: -10px;
  }
  .std-mod-contacts .v-card .vc-info {
    height: unset;
    padding: 30px 0 30px 30px;
    bottom: 0px;
  }
  .std-mod-contacts .v-card .vc-info .article-output span strong {
    margin-bottom: 0;
  }
}
@media (max-width: 590px) {
  .std-mod-contacts .section-title {
    margin-bottom: 40px;
  }
  .std-mod-contacts .item {
    width: 100%;
    float: none;
  }
  .std-mod-contacts .v-card {
    max-width: 360px;
    height: 540px;
  }
  .std-mod-contacts .v-card:before {
    background-size: 360px auto;
    bottom: -30px;
  }
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -35px;
  right: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button {
  border: 1px solid #E50A7D;
}
.slick-dots li.slick-active button {
  border: 1px solid #E50A7D;
  background: #E50A7D;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-plants-up .slide,
.slick-plants-down .slide {
  position: relative;
  padding: 15px 0;
  opacity: 0.5;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.slick-plants-up .slide .img-circle,
.slick-plants-down .slide .img-circle {
  width: 250px;
}
.slick-plants-up .slide .info,
.slick-plants-down .slide .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-plants-up .current .slide,
.slick-plants-down .current .slide {
  opacity: 1;
}
.slick-plants-up .slide .info {
  right: 280px;
}
.slick-plants-up .slide .img-circle {
  float: right;
}
.slick-plants-down .slide .info {
  left: 280px;
}
.slick-plants-down .slide .img-circle {
  float: left;
}
@media (max-width: 1280px) {
  .slick-plants-up .slide .info,
  .slick-plants-down .slide .info {
    width: calc(100% - 250px);
  }
  .slick-plants-up .slide .img-circle,
  .slick-plants-down .slide .img-circle {
    width: 220px;
  }
  .slick-plants-up .slide .info {
    right: auto;
    left: 0;
  }
  .slick-plants-down .slide .info {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .slick-plants-up .slide .info,
  .slick-plants-down .slide .info {
    display: none;
  }
  .slick-plants-up .slide .img-circle-link,
  .slick-plants-down .slide .img-circle-link {
    display: block;
  }
  .slick-plants-up .slide .img-circle,
  .slick-plants-down .slide .img-circle {
    width: 220px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 540px) {
  .slick-plants-up .slide .img-circle,
  .slick-plants-down .slide .img-circle {
    width: 100%;
  }
}
.slick-vacatures {
  margin-bottom: 10px;
}
.slick-vacatures .col-left .article-image {
  position: relative;
  overflow: hidden;
}
.slick-vacatures .col-left .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.slick-vacatures .col-left .article-image:after {
  display: block;
  content: "";
  width: 1500px;
  height: 900px;
  background-image: url(../img/svg/shape-a-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: -545px;
  left: -900px;
  z-index: 5;
}
.slick-vacatures .col-right .inner {
  position: relative;
}
.slick-vacatures .col-right .box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 150px;
}
.slick-vacatures .col-right .article-header {
  margin-bottom: 30px;
}
.slick-vacatures .col-right .article-header .title {
  margin: 0;
}
.slick-vacatures .col-right .article-actions {
  margin-top: 25px;
  overflow: hidden;
}
.slick-vacatures .col-right .article-actions .button {
  margin: 15px 15px 0 0;
  display: block;
  float: left;
}
.slick-vacatures .meta-data {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.slick-vacatures .meta-data .meta-item {
  font-size: 80%;
  line-height: 1.2em;
  padding-right: 20px;
}
.slick-vacatures .meta-data .meta-item-1xx {
  width: 25%;
}
.slick-vacatures .meta-data .meta-item-2xx {
  width: 50%;
}
.slick-vacatures .meta-data .meta-item-3xx {
  width: 25%;
}
.slick-vacatures .meta-data .key,
.slick-vacatures .meta-data .value {
  display: block;
  line-height: 1.2em;
  padding: 2px 0;
  position: relative;
}
.slick-vacatures .meta-data .key {
  margin-right: 10px;
  position: relative;
  padding-left: 20px;
}
.slick-vacatures .meta-data .key:before {
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E50A7D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.slick-vacatures .meta-data .value {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .slick-vacatures .item .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-vacatures .item .col-left,
  .slick-vacatures .item .col-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slick-vacatures .col-left .inner {
    position: relative;
  }
  .slick-vacatures .col-left .inner .article-image:before {
    opacity: 0.2;
  }
  .slick-vacatures .col-left .inner .article-image:after {
    width: 1300px;
    height: 700px;
    bottom: -435px;
    left: -700px;
  }
  .slick-vacatures .col-left .inner .meta-data {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin-top: 0;
    padding: 15px 20px 5px;
    display: block;
    justify-content: normal;
  }
  .slick-vacatures .col-left .inner .meta-data .meta-item {
    width: 100%;
    float: none;
    color: #fff;
    margin-bottom: 10px;
  }
  .slick-vacatures .col-left .inner .meta-data .key:before {
    width: 12px;
    height: 12px;
  }
  .slick-vacatures .col-right .box {
    padding-left: 0;
  }
  .slick-vacatures .col-right .article-header {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .slick-vacatures .col-right .article-actions {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .slick-vacatures .col-right .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .slick-vacatures .col-left .inner .article-image:after {
    width: 1100px;
    height: 500px;
    bottom: -290px;
    left: -650px;
  }
  .slick-vacatures .meta-data .meta-item {
    font-size: 95%;
  }
}
@media (max-width: 640px) {
  .slick-vacatures .col-left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .slick-vacatures .col-left .inner .article-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .slick-vacatures .col-left .inner .article-image:after {
    width: 1100px;
    height: 600px;
    bottom: -340px;
    left: -450px;
  }
  .slick-vacatures .col-right {
    width: 100%;
    float: none;
  }
  .slick-vacatures .col-right .box {
    position: static;
  }
}
.c-breadcrumbs .breadcrumb {
  overflow: hidden;
  color: #E50A7D;
  font-size: 20px;
}
.c-breadcrumbs .breadcrumb li {
  float: left;
  margin-right: 5px;
}
.c-breadcrumbs .breadcrumb a {
  color: #E50A7D;
}
.c-mouse {
  height: 32px;
  width: 20px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -10px;
  z-index: 100;
}
.c-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(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px);
  }
}
.c-ajax-loader {
  min-height: 100px;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.c-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
  border-radius: 4px;
}
.c-popup .article-date {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
}
.c-grid-blocks {
  width: 780px;
  overflow: hidden;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.c-grid-blocks .item {
  width: 50%;
  float: left;
  padding: 15px;
}
.c-grid-blocks .item .inner {
  padding: 30px;
  background-color: #f4938b;
  transition: all 0.3s ease-in-out;
}
.c-grid-blocks .item .inner:hover {
  background-color: #E72025;
}
.c-grid-blocks .item .goto {
  display: none;
}
.c-grid-item {
  position: relative;
  overflow: hidden;
}
.c-grid-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00365A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}
.c-grid-item:after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background-image: url(../img/svg/bg-grid-border.svg);
  background-size: 104% auto;
  background-position: top left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.c-grid-item .article-image {
  position: relative;
  transition: all 0.6s ease-in-out;
  margin-bottom: 15px;
}
.c-grid-item .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.c-grid-item .article-image img {
  width: 100%;
}
.c-grid-item .article-info {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 5;
}
.c-grid-item .article-info .title {
  margin: 0;
}
.c-grid-item .article-output {
  width: 100%;
  padding: 30px;
  padding-left: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
}
.c-grid-item .article-action {
  display: block;
  width: 180px;
  height: 180px;
  color: #00365A;
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: 10;
  transition: all 0.3s ease-in-out 0.15s;
  transform-origin: center center;
}
.c-grid-item .article-action:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/hex-wit.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-30deg);
}
.c-grid-item .article-action .arrow {
  display: block;
  font-size: 34px;
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.c-grid-item.theme-red:before {
  background-color: #EC5A53;
}
.c-grid-item.theme-red:after {
  background-image: url(../img/svg/bg-grid-border-red.svg);
}
.c-grid-item.theme-red .article-action {
  color: #E62226;
}
.c-grid-item.theme-green:before {
  background-color: #76B05F;
}
.c-grid-item.theme-green:after {
  background-image: url(../img/svg/bg-grid-border-green.svg);
}
.c-grid-item.theme-green .article-action {
  color: #33593E;
}
.c-grid-item:hover:before {
  transform: scale(1);
  opacity: 0.9;
}
.c-grid-item:hover .article-image {
  transform: scale(1.1);
}
.c-grid-item:hover .article-output {
  opacity: 1;
  transform: translateY(0);
}
.c-grid-item:hover .article-action {
  transform: scale(1.3);
}
.c-widget {
  color: #00365A;
  padding: 40px;
  margin-bottom: 40px;
}
.c-widget.mb-0 {
  margin-bottom: 0;
}
.c-box {
  color: #fff;
  background-color: #0087C0;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.c-box.mb-0 {
  margin-bottom: 0;
}
.c-qlinks .qlink {
  display: block;
  font-family: 'made_tommymedium', sans-serif !important;
  font-size: 22px;
  line-height: 1.8em;
  transition: all 0.3s ease-in-out;
}
.c-qlinks .qlink:hover {
  padding-left: 15px;
}
.c-footer-menu a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.c-footer-menu a:before {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E50A7D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-meta-data {
  width: 100%;
}
.c-meta-data .meta-item {
  font-size: 90%;
  line-height: 1.2em;
  margin-top: 5px;
}
.c-meta-data .key,
.c-meta-data .value {
  display: block;
  line-height: 1.2em;
  padding: 2px 0;
  position: relative;
}
.c-meta-data .key {
  margin-right: 10px;
  position: relative;
  padding-left: 20px;
}
.c-meta-data .key:before {
  display: block;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E50A7D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-meta-data .value {
  padding-left: 20px;
  position: relative;
}
.row-sm,
.row-lg .row-sm {
  margin-right: -15px;
  margin-left: -15px;
}
.row-sm .col-xs-1,
.row-lg .row-sm .col-xs-1,
.row-sm .col-sm-1,
.row-lg .row-sm .col-sm-1,
.row-sm .col-md-1,
.row-lg .row-sm .col-md-1,
.row-sm .col-lg-1,
.row-lg .row-sm .col-lg-1,
.row-sm .col-xs-2,
.row-lg .row-sm .col-xs-2,
.row-sm .col-sm-2,
.row-lg .row-sm .col-sm-2,
.row-sm .col-md-2,
.row-lg .row-sm .col-md-2,
.row-sm .col-lg-2,
.row-lg .row-sm .col-lg-2,
.row-sm .col-xs-3,
.row-lg .row-sm .col-xs-3,
.row-sm .col-sm-3,
.row-lg .row-sm .col-sm-3,
.row-sm .col-md-3,
.row-lg .row-sm .col-md-3,
.row-sm .col-lg-3,
.row-lg .row-sm .col-lg-3,
.row-sm .col-xs-4,
.row-lg .row-sm .col-xs-4,
.row-sm .col-sm-4,
.row-lg .row-sm .col-sm-4,
.row-sm .col-md-4,
.row-lg .row-sm .col-md-4,
.row-sm .col-lg-4,
.row-lg .row-sm .col-lg-4,
.row-sm .col-xs-5,
.row-lg .row-sm .col-xs-5,
.row-sm .col-sm-5,
.row-lg .row-sm .col-sm-5,
.row-sm .col-md-5,
.row-lg .row-sm .col-md-5,
.row-sm .col-lg-5,
.row-lg .row-sm .col-lg-5,
.row-sm .col-xs-6,
.row-lg .row-sm .col-xs-6,
.row-sm .col-sm-6,
.row-lg .row-sm .col-sm-6,
.row-sm .col-md-6,
.row-lg .row-sm .col-md-6,
.row-sm .col-lg-6,
.row-lg .row-sm .col-lg-6,
.row-sm .col-xs-7,
.row-lg .row-sm .col-xs-7,
.row-sm .col-sm-7,
.row-lg .row-sm .col-sm-7,
.row-sm .col-md-7,
.row-lg .row-sm .col-md-7,
.row-sm .col-lg-7,
.row-lg .row-sm .col-lg-7,
.row-sm .col-xs-8,
.row-lg .row-sm .col-xs-8,
.row-sm .col-sm-8,
.row-lg .row-sm .col-sm-8,
.row-sm .col-md-8,
.row-lg .row-sm .col-md-8,
.row-sm .col-lg-8,
.row-lg .row-sm .col-lg-8,
.row-sm .col-xs-9,
.row-lg .row-sm .col-xs-9,
.row-sm .col-sm-9,
.row-lg .row-sm .col-sm-9,
.row-sm .col-md-9,
.row-lg .row-sm .col-md-9,
.row-sm .col-lg-9,
.row-lg .row-sm .col-lg-9,
.row-sm .col-xs-10,
.row-lg .row-sm .col-xs-10,
.row-sm .col-sm-10,
.row-lg .row-sm .col-sm-10,
.row-sm .col-md-10,
.row-lg .row-sm .col-md-10,
.row-sm .col-lg-10,
.row-lg .row-sm .col-lg-10,
.row-sm .col-xs-11,
.row-lg .row-sm .col-xs-11,
.row-sm .col-sm-11,
.row-lg .row-sm .col-sm-11,
.row-sm .col-md-11,
.row-lg .row-sm .col-md-11,
.row-sm .col-lg-11,
.row-lg .row-sm .col-lg-11,
.row-sm .col-xs-12,
.row-lg .row-sm .col-xs-12,
.row-sm .col-sm-12,
.row-lg .row-sm .col-sm-12,
.row-sm .col-md-12,
.row-lg .row-sm .col-md-12,
.row-sm .col-lg-12,
.row-lg .row-sm .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row-lg {
  margin-right: -50px;
  margin-left: -50px;
}
.row-lg .col-xs-1,
.row-lg .col-sm-1,
.row-lg .col-md-1,
.row-lg .col-lg-1,
.row-lg .col-xs-2,
.row-lg .col-sm-2,
.row-lg .col-md-2,
.row-lg .col-lg-2,
.row-lg .col-xs-3,
.row-lg .col-sm-3,
.row-lg .col-md-3,
.row-lg .col-lg-3,
.row-lg .col-xs-4,
.row-lg .col-sm-4,
.row-lg .col-md-4,
.row-lg .col-lg-4,
.row-lg .col-xs-5,
.row-lg .col-sm-5,
.row-lg .col-md-5,
.row-lg .col-lg-5,
.row-lg .col-xs-6,
.row-lg .col-sm-6,
.row-lg .col-md-6,
.row-lg .col-lg-6,
.row-lg .col-xs-7,
.row-lg .col-sm-7,
.row-lg .col-md-7,
.row-lg .col-lg-7,
.row-lg .col-xs-8,
.row-lg .col-sm-8,
.row-lg .col-md-8,
.row-lg .col-lg-8,
.row-lg .col-xs-9,
.row-lg .col-sm-9,
.row-lg .col-md-9,
.row-lg .col-lg-9,
.row-lg .col-xs-10,
.row-lg .col-sm-10,
.row-lg .col-md-10,
.row-lg .col-lg-10,
.row-lg .col-xs-11,
.row-lg .col-sm-11,
.row-lg .col-md-11,
.row-lg .col-lg-11,
.row-lg .col-xs-12,
.row-lg .col-sm-12,
.row-lg .col-md-12,
.row-lg .col-lg-12 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1480px) {
  .row-lg {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .row-lg {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .row-lg {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cat-grid.narrow {
  margin-right: 80px;
  margin-left: 80px;
}
.cat-grid .item {
  margin-bottom: 60px;
}
.std-grid .item {
  margin-bottom: 60px;
}
.std-grid .item .article-image {
  margin-bottom: 30px;
}
.std-grid .item .article-output {
  margin: 30px 0;
}
.std-grid .item .article-actions a {
  color: #E50A7D;
}
.std-grid .item .article-actions a:hover {
  opacity: 0.8;
}
.std-grid .item .meta-data {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 85%;
}
.std-grid .item .meta-data dt,
.std-grid .item .meta-data dd {
  margin: 0;
  padding: 3px 0;
  float: left;
  font-weight: normal;
}
.std-grid .item .meta-data dt {
  width: 150px;
}
.std-grid .item .meta-data dd {
  width: calc(100% - 150px);
}
@media (max-width: 580px) {
  .std-grid .item {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 60px;
  padding-bottom: 30px;
  background: var(--mint);
}
.tpl-volg-search .page-header {
  margin-bottom: 40px;
}
.tpl-volg-search .search-form-box {
  margin: 30px 10% 0;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #00365A;
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 60px 0 20px;
  background: var(--light);
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}
.tpl-volg-search .search-result-list .item .result-category {
  display: block;
  color: var(--pink);
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: var(--pink);
}
