/* uitgangspunten mozaic */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002a38+0,002a38+99&1+32,0+86 */
  background: -moz-linear-gradient(left, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a38', endColorstr='#00002a38', GradientType=1);
  /* IE6-9 */
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
figure {
  display: block !important;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: FFDINStdLight, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #002a38;
  font-weight: normal;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #002a38;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
}
.tpl-kms .article-output a:hover,
.tpl-home-intranet .article-output a:hover,
.tpl-kms .article-output a:focus,
.tpl-home-intranet .article-output a:focus {
  color: #0a939f;
}
.tpl-over-ons .article-output a:hover,
.tpl-over-ons .article-output a:focus {
  color: #e56626;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.1);
}
.plx {
  pointer-events: none;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.indented {
  margin: 0 20px;
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.bg-grey {
  background-color: #f8f8f8;
}
.bg-white {
  background-color: #fff;
}
.bg-mint {
  background-color: #0a939f;
}
.bg-red {
  background-color: #5a2c34;
}
.bg-dark {
  background-color: #002a38;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: FFDINStdCondensedBold, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #002a38;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
h5 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone,
.h5 .duotone {
  font-weight: bold;
}
.f1 {
  font-family: FFDINStdLight, sans-serif;
}
.f2 {
  font-family: FFDINStdBold, sans-serif;
}
.f3 {
  font-family: FFDINStdCondensedLight, sans-serif;
}
.f4 {
  font-family: FFDINStdCondensedBold, sans-serif;
}
.f5 {
  font-family: CasinoHand, sans-serif;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: FFDINStdBold, sans-serif;
}
h0,
.h0 {
  font-size: 80px;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1480px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 60px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 52px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h0,
  .h0 {
    font-size: 48px;
  }
  h1,
  .h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
}
.h-white {
  color: #fff;
}
.h-dark {
  color: #002a38;
}
.h-bottle {
  color: #003e52;
}
.h-blue {
  color: #6fb1c9;
}
.h-inline {
  display: inline-block;
}
.h-pink {
  color: #f59f86;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.subtitle {
  font-size: 18px;
  margin: 20px 0;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-actions.multi-buttons {
  margin-bottom: -15px;
}
.article-actions.multi-buttons .button {
  margin: 0 15px 15px 0;
}
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #f59f86;
}
.article-output h1 {
  font-size: 60px;
}
.article-output h2 {
  font-size: 40px;
}
.article-output h3 {
  font-size: 30px;
  color: #003e52;
  margin-bottom: 10px;
}
.article-output h4 {
  font-size: 26px;
  color: #b2c5cb;
  margin-bottom: 10px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.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: #002a38;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:first-child {
  background: #002a38 !important;
  color: #fff;
}
.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: #002a38;
    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;
  }
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
}
.container {
  position: relative;
}
.main-content {
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  .main-content {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding: 60px 0 60px;
  }
}
.pay-off {
  width: 300px;
  height: 165px;
  background-image: url(../img/groeii-payoff.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.comp-logo {
  display: block;
  width: 172px;
  height: 70px;
  background-image: url(../img/groeii-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.3s ease-in-out 0s;
}
.comp-logo.cl-white {
  background-image: url(../img/groeii-logo-wit.svg);
}
.main-body {
  padding-top: 150px;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .container {
  height: 150px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .nav-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .comp-logo {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .utils {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.site-header .utils a {
  display: block;
  float: left;
  margin-left: 60px;
}
.site-header .utils a.waiting-time {
  color: #f59f86;
}
.site-header .utils a:hover {
  color: #4d889d;
}
.scrolled .site-header,
.shownav .site-header {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 90px;
}
.scrolled .site-header .comp-logo,
.shownav .site-header .comp-logo {
  height: 50px;
}
@media (max-width: 1280px) {
  .site-header .utils {
    right: 180px;
  }
  .site-header .utils a {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 70px;
  }
  .site-header .container {
    height: 70px;
  }
  .site-header .comp-logo {
    width: 110px;
    height: 40px;
    left: 25px;
  }
  .site-header .utils .waiting-time {
    display: none;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 70px;
  }
  .scrolled .site-header .comp-logo,
  .shownav .site-header .comp-logo {
    width: 110px;
    height: 40px;
    left: 25px;
  }
}
@media (max-width: 560px) {
  .site-header .utils .email {
    display: none;
  }
}
@media (max-width: 430px) {
  .site-header .utils {
    display: none;
  }
}
.site-footer {
  overflow: hidden;
  background: #f59f86;
  color: #fff;
  position: relative;
  padding: 80px 0 50px;
  font-size: 18px;
  line-height: 2em;
}
.site-footer .before {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003e52;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
}
.site-footer .inner {
  position: relative;
}
.site-footer .inner p:last-child {
  margin-bottom: 0;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  opacity: 0.8;
}
.site-footer .logo-box .comp-logo {
  margin-bottom: 58px;
}
.site-footer .logo-box .waiting-time {
  pointer-events: none;
}
.site-footer .adres-box .inner {
  padding-left: 60px;
}
.site-footer .footer-logos .logo {
  display: block;
  margin-bottom: 10px;
}
.site-footer .footer-logos img {
  display: block;
  width: 260px;
}
.site-footer .zorg-logos {
  width: 400px;
  overflow: hidden;
  padding-top: 30px;
}
.site-footer .zorg-logos img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  height: 60px;
}
.site-footer .quick-box .footer-logos,
.site-footer .quick-box .zorg-logos {
  display: none;
}
.site-footer .pay-off {
  width: 240px;
  height: 135px;
  margin-top: 30px;
  opacity: 0.5;
}
.site-footer .credits {
  font-size: 14px;
}
@media (max-width: 1280px) {
  .site-footer .logo-box .comp-logo {
    margin-bottom: 30px;
  }
  .site-footer .adres-box .inner {
    padding-left: 30px;
  }
  .site-footer .pay-off {
    width: 220px;
    height: 120px;
    position: absolute;
    bottom: 30px;
    right: -25px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 10px;
  }
  .site-footer .col {
    margin-bottom: 30px;
  }
  .site-footer .adres-box .inner {
    padding-left: 0;
  }
  .site-footer .pay-off {
    width: 220px;
    height: 120px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .site-footer .zorg-logos {
    width: 100%;
    padding-top: 0;
  }
  .site-footer .zorg-logos img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .col:last-child {
    margin-bottom: 0;
  }
  .site-footer .logo-box .footer-logos,
  .site-footer .logo-box .zorg-logos {
    display: none;
  }
  .site-footer .quick-box .footer-logos,
  .site-footer .quick-box .zorg-logos {
    display: block;
    width: 50%;
  }
  .site-footer .quick-box .footer-logos {
    margin-top: 30px;
  }
  .site-footer .pay-off {
    bottom: 30px;
  }
}
@media (max-width: 550px) {
  .site-footer .before {
    width: 100%;
    height: 100%;
  }
  .site-footer .adres-box {
    padding-top: 40px;
    position: relative;
  }
  .site-footer .adres-box:before {
    display: block;
    content: "";
    width: 2000px;
    height: 2000px;
    position: absolute;
    top: 0;
    left: -100px;
    background: #f59f86;
  }
  .site-footer .quick-box .footer-logos,
  .site-footer .quick-box .zorg-logos {
    width: 100%;
  }
  .site-footer .quick-box .zorg-logos {
    margin-bottom: 50px;
  }
  .site-footer .pay-off {
    width: 200px;
    height: 100px;
    right: -15px;
  }
}
@media (max-width: 400px) {
  .site-footer .pay-off {
    display: none;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-toggle {
  width: 105px;
  height: 40px;
  position: absolute;
}
.nav-toggle span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 7px;
  color: #f59f86;
}
.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: #f59f86;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.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;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
  background: rgba(245, 159, 134, 0.99);
}
.mobile-nav .before {
  width: 50%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #003e52;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  line-height: 2.2em;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav a {
  color: #fff;
  text-decoration: none;
}
.mobile-nav a:hover {
  color: #f59f86;
}
.mobile-nav .top-bar {
  height: 90px;
  position: relative;
}
.mobile-nav .top-bar .comp-logo {
  background-image: url(../img/groeii-logo-wit.png);
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
}
.mobile-nav .top-bar .nav-toggle {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  line-height: 1.6em;
}
.mobile-nav .top-bar .nav-toggle span {
  color: #fff;
}
.mobile-nav .primary-nav-content {
  padding-top: 260px;
}
.mobile-nav .mainnav {
  text-align: right;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .mainnav ul li.parentlink a {
  font-family: FFDINStdCondensedBold, sans-serif;
}
.mobile-nav .mainnav li {
  margin-bottom: 25px;
  position: relative;
}
.mobile-nav .mainnav li.active > a {
  color: #f59f86;
  opacity: 1;
  padding-right: 140px;
}
.mobile-nav .mainnav li.active > a:before {
  width: 140px;
  opacity: 1;
}
.mobile-nav .mainnav a {
  display: block;
  font-size: 40px;
  font-family: FFDINStdCondensedBold, sans-serif;
  text-transform: uppercase;
  padding-right: 100px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-nav .mainnav a:before {
  display: block;
  content: " ";
  width: 100px;
  height: 5px;
  background: #f59f86;
  position: absolute;
  bottom: 3px;
  right: -15px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.mobile-nav .mainnav a.active,
.mobile-nav .mainnav a:hover,
.mobile-nav .mainnav a.hover {
  color: #f59f86;
  opacity: 1;
  padding-right: 140px;
}
.mobile-nav .mainnav a.active:before,
.mobile-nav .mainnav a:hover:before,
.mobile-nav .mainnav a.hover:before {
  width: 140px;
  opacity: 1;
}
.mobile-nav .subnav {
  min-height: 320px;
}
.mobile-nav .subnav li {
  margin-bottom: 25px;
}
.mobile-nav .subnav li:first-child {
  display: none;
}
.mobile-nav .subnav li.active > a {
  font-family: FFDINStdCondensedBold, sans-serif;
  color: #fff;
  opacity: 1;
  padding-left: 130px;
}
.mobile-nav .subnav li.active > a:before {
  width: 130px;
  opacity: 0.5;
}
.mobile-nav .subnav a {
  display: block;
  font-size: 30px;
  font-family: FFDINStdCondensedLight, sans-serif;
  text-transform: uppercase;
  padding-left: 100px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-nav .subnav a:before {
  display: block;
  content: " ";
  width: 100px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: -15px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.mobile-nav .subnav a:hover {
  font-family: FFDINStdCondensedBold, sans-serif;
  color: #fff;
  opacity: 1;
  padding-left: 130px;
}
.mobile-nav .subnav a:hover:before {
  width: 130px;
  opacity: 0.5;
}
.mobile-nav .subnav ul li {
  margin: 0;
}
.mobile-nav .subnav ul li a {
  font-size: 24px;
  font-family: FFDINStdCondensedLight, sans-serif;
  text-transform: none;
  padding-left: 120px;
}
.mobile-nav .contact-info {
  padding-left: 100px;
}
.mobile-nav .contact-info a.waiting-time {
  font-weight: bold;
}
.mobile-nav .contact-info a.waiting-time:hover {
  color: #fff;
  font-weight: normal;
}
.shownav .mobile-nav {
  top: 0;
}
.shownav .mobile-nav .before {
  top: 0;
}
@media (max-width: 1280px) {
  .mobile-nav .primary-nav-content {
    padding-top: 190px;
  }
}
@media (max-width: 991px) {
  .mobile-nav .comp-logo {
    width: 150px;
  }
  .mobile-nav .primary-nav-content {
    padding-top: 160px;
  }
  .mobile-nav .mainnav li {
    margin-bottom: 20px;
  }
  .mobile-nav .mainnav li.active > a {
    padding-right: 80px;
  }
  .mobile-nav .mainnav li.active > a:before {
    width: 80px;
  }
  .mobile-nav .mainnav a {
    font-size: 32px;
    padding-right: 60px;
  }
  .mobile-nav .mainnav a:before {
    width: 60px;
    bottom: 8px;
  }
  .mobile-nav .mainnav a.active,
  .mobile-nav .mainnav a:hover {
    padding-right: 80px;
  }
  .mobile-nav .mainnav a.active:before,
  .mobile-nav .mainnav a:hover:before {
    width: 80px;
  }
  .mobile-nav .subnav li {
    margin-bottom: 20px;
  }
  .mobile-nav .subnav li.active > a {
    padding-left: 80px;
  }
  .mobile-nav .subnav li.active > a:before {
    width: 80px;
  }
  .mobile-nav .subnav a {
    font-size: 26px;
    padding-left: 60px;
  }
  .mobile-nav .subnav a:before {
    width: 60px;
    bottom: 8px;
  }
  .mobile-nav .subnav a.active,
  .mobile-nav .subnav a:hover {
    padding-left: 80px;
  }
  .mobile-nav .subnav a.active:before,
  .mobile-nav .subnav a:hover:before {
    width: 80px;
  }
  .mobile-nav .contact-info {
    padding-left: 60px;
  }
  .mobile-nav .contact-info p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .comp-logo {
    width: 150px;
  }
  .mobile-nav .primary-nav-content {
    padding-top: 140px;
  }
  .mobile-nav .mainnav li {
    margin-bottom: 15px;
  }
  .mobile-nav .mainnav li.active > a {
    padding-right: 50px;
  }
  .mobile-nav .mainnav li.active > a:before {
    width: 50px;
  }
  .mobile-nav .mainnav a {
    font-size: 28px;
    padding-right: 30px;
  }
  .mobile-nav .mainnav a:before {
    width: 30px;
    bottom: 9px;
  }
  .mobile-nav .mainnav a.active,
  .mobile-nav .mainnav a:hover {
    padding-right: 50px;
  }
  .mobile-nav .mainnav a.active:before,
  .mobile-nav .mainnav a:hover:before {
    width: 50px;
  }
  .mobile-nav .subnav li {
    margin-bottom: 15px;
  }
  .mobile-nav .subnav li.active > a {
    padding-left: 50px;
  }
  .mobile-nav .subnav li.active > a:before {
    width: 50px;
  }
  .mobile-nav .subnav a {
    font-size: 22px;
    padding-left: 30px;
  }
  .mobile-nav .subnav a:before {
    width: 30px;
    bottom: 10px;
  }
  .mobile-nav .subnav a.active,
  .mobile-nav .subnav a:hover {
    padding-left: 50px;
  }
  .mobile-nav .subnav a.active:before,
  .mobile-nav .subnav a:hover:before {
    width: 50px;
  }
  .mobile-nav .contact-info {
    padding-left: 30px;
  }
}
@media (max-width: 560px) {
  .mobile-nav .top-bar .comp-logo {
    width: 130px;
    height: 55px;
    top: 80px;
  }
  .mobile-nav .before {
    display: none;
  }
  .mobile-nav .primary-nav-content {
    padding-top: 90px;
  }
  .mobile-nav .before {
    width: 100%;
    height: 100%;
  }
  .mobile-nav .col-left {
    width: 100%;
    float: none;
    padding-bottom: 40px;
    position: relative;
  }
  .mobile-nav .col-left:before {
    display: block;
    content: "";
    width: 200%;
    height: 300%;
    background-color: #003e52;
    background-image: url(../img/bg-painting.jpg);
    background-position: center bottom;
    background-size: auto 850px;
    position: absolute;
    bottom: 0;
    left: -200px;
    z-index: -1;
  }
  .mobile-nav .col-right {
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #f59f86;
    position: relative;
    overflow: hidden;
  }
  .mobile-nav .col-right:before {
    display: block;
    content: "";
    width: 200%;
    height: 300%;
    background: #f59f86;
    position: absolute;
    top: 0;
    left: -200px;
  }
  .mobile-nav .col-right .contact-info {
    position: relative;
    padding-left: 0;
  }
  .mobile-nav .mainnav {
    text-align: left;
  }
  .mobile-nav .mainnav a:before {
    display: none;
  }
  .mobile-nav .mainnav ul {
    padding: 10px 0 0 20px;
  }
  .mobile-nav .mainnav ul li {
    margin-bottom: 0;
  }
  .mobile-nav .mainnav ul a {
    font-family: FFDINStdCondensedLight, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
  }
  .mobile-nav .mainnav ul a:before {
    display: none;
  }
  .mobile-nav .subnav {
    display: none;
  }
}
@media (max-width: 460px) {
  .mobile-nav .top-bar .comp-logo {
    width: 100px;
    height: 42px;
    top: 22px;
    left: 0;
    transform: translateX(0);
  }
  .mobile-nav .primary-nav-content {
    padding-top: 20px;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button-nav {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: relative;
  color: #f59f86;
  background: none;
  border-top: 5px solid #f59f86;
  border-bottom: 5px solid #f59f86;
}
a.button-nav i {
  position: absolute;
  top: -3px;
  left: -6px;
  font-size: 36px;
  line-height: 22px;
}
a.button-nav.b-white {
  border-color: #fff;
  color: #fff;
}
a.button-nav.b-dark {
  border-color: #002a38;
  color: #002a38;
}
a.button-nav.b-blue {
  border-color: #003978;
  color: #003978;
}
a.button,
form button {
  display: inline-block;
  font-family: FFDINStdCondensedBold, sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 30px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  background: none;
  border: none;
  border-top: 4px solid #f59f86;
  border-bottom: 4px solid #f59f86;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
}
a.button i,
form button i {
  position: absolute;
  top: -4px;
  left: -6px;
  color: #f59f86;
  font-size: 30px;
  line-height: 22px;
}
a.button .inner-wrap,
form button .inner-wrap {
  display: inline-block;
  background: #f59f86;
  padding: 0 15px;
}
a.button.w-auto,
form button.w-auto {
  width: 100%;
}
a.button:hover,
form button:hover {
  opacity: 0.9;
}
a.button.scrollto i,
form button.scrollto i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.button.bg-white i,
form button.bg-white i {
  color: #fff;
}
a.button.bg-white .inner-wrap,
form button.bg-white .inner-wrap {
  background: #fff;
  color: #6fb1c9;
}
a.button.bg-pink i,
form button.bg-pink i {
  color: #f59f86;
}
a.button.bg-pink .inner-wrap,
form button.bg-pink .inner-wrap {
  background: #f59f86;
  color: #fff;
}
a.button.bg-dark i,
form button.bg-dark i {
  color: #002a38;
}
a.button.bg-dark .inner-wrap,
form button.bg-dark .inner-wrap {
  background: #002a38;
  color: #fff;
}
a.button.bg-blue i,
form button.bg-blue i {
  color: #6fb1c9;
}
a.button.bg-blue .inner-wrap,
form button.bg-blue .inner-wrap {
  background: #6fb1c9;
  color: #fff;
}
a.button.bg-blue-m i,
form button.bg-blue-m i {
  color: #70abd9;
}
a.button.bg-blue-m .inner-wrap,
form button.bg-blue-m .inner-wrap {
  background: #70abd9;
  color: #fff;
}
a.button.b-white,
form button.b-white {
  border-color: #fff;
}
a.button.b-pink,
form button.b-pink {
  border-color: #f59f86;
}
a.button.b-dark,
form button.b-dark {
  border-color: #002a38;
}
a.button.b-blue,
form button.b-blue {
  border-color: #6fb1c9;
}
a.button.b-blue-m,
form button.b-blue-m {
  border-color: #70abd9;
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-mint,
form button.t-mint {
  color: #0a939f;
}
a.button.t-dark,
form button.t-dark {
  color: #002a38;
}
a.button.t-red,
form button.t-red {
  color: #5a2c34;
}
a.button.large,
form button.large {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 40px;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
a.button.large .inner-wrap,
form button.large .inner-wrap {
  padding: 0 20px;
}
a.button.large i,
form button.large i {
  top: -3px;
  left: -6px;
  font-size: 36px;
  line-height: 30px;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?59763557e');
  src: url('../font/fontello.eot?59763557e#iefix') format('embedded-opentype'), url('../font/fontello.woff2?59763557e') format('woff2'), url('../font/fontello.woff?59763557e') format('woff'), url('../font/fontello.ttf?59763557e') format('truetype'), url('../font/fontello.svg?59763557e#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59763557#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
  content: '\2d';
}
/* '-' */
.icon-search:before {
  content: '\e0e1';
}
/* '' */
.icon-minus:before {
  content: '\e800';
}
/* '' */
.icon-heart-empty:before {
  content: '\e801';
}
/* '' */
.icon-mail-2:before {
  content: '\e802';
}
/* '' */
.icon-email:before {
  content: '\e803';
}
/* '' */
.icon-left-open-1:before {
  content: '\e804';
}
/* '' */
.icon-right-open-1:before {
  content: '\e805';
}
/* '' */
.icon-search-1:before {
  content: '\e806';
}
/* '' */
.icon-plus-2:before {
  content: '\e812';
}
/* '' */
.icon-groeii-down:before {
  content: '\e81b';
}
/* '' */
.icon-groeii-left:before {
  content: '\e81c';
}
/* '' */
.icon-groeii-right:before {
  content: '\e81d';
}
/* '' */
.icon-cancel:before {
  content: '\e824';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\f312';
}
/* '' */
.icon-arrow-right {
  display: inline-block;
  background-image: url('../img/groeii-arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}
.icon-arrow-left {
  display: inline-block;
  background-image: url('../img/groeii-arrow-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}
@font-face {
  font-family: 'FFDINStdLight';
  src: url('../font/3B258C_1_0.eot');
  src: url('../font/3B258C_1_0.eot?#iefix') format('embedded-opentype'), url('../font/3B258C_1_0.woff2') format('woff2'), url('../font/3B258C_1_0.woff') format('woff'), url('../font/3B258C_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFDINStdBold';
  src: url('../font/3B258C_2_0.eot');
  src: url('../font/3B258C_2_0.eot?#iefix') format('embedded-opentype'), url('../font/3B258C_2_0.woff2') format('woff2'), url('../font/3B258C_2_0.woff') format('woff'), url('../font/3B258C_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFDINStdCondensedLight';
  src: url('../font/3B258C_3_0.eot');
  src: url('../font/3B258C_3_0.eot?#iefix') format('embedded-opentype'), url('../font/3B258C_3_0.woff2') format('woff2'), url('../font/3B258C_3_0.woff') format('woff'), url('../font/3B258C_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFDINStdCondensedBold';
  src: url('../font/3B258C_4_0.eot');
  src: url('../font/3B258C_4_0.eot?#iefix') format('embedded-opentype'), url('../font/3B258C_4_0.woff2') format('woff2'), url('../font/3B258C_4_0.woff') format('woff'), url('../font/3B258C_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CasinoHand';
  src: url('../font/3B258C_0_0.eot');
  src: url('../font/3B258C_0_0.eot?#iefix') format('embedded-opentype'), url('../font/3B258C_0_0.woff2') format('woff2'), url('../font/3B258C_0_0.woff') format('woff'), url('../font/3B258C_0_0.ttf') format('truetype');
}
/* ==========================================================================
    FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #002a38;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #002a38;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #002a38;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002a38;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #002a38;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #002a38;
}
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: #002a38;
  border: 1px solid #f59f86;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #002a38;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #f59f86;
}
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: #f59f86;
}
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: #002a38;
  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;
}
.mod-verwijzersformulieren form h2 {
  margin-bottom: 30px;
}
.article-images {
  overflow: hidden;
  margin-top: 40px;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container .js-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 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;
  }
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section-detail-description .container {
  padding-top: 250px;
}
.section-detail-description .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.section-detail-description .mozaic-image img {
  display: none;
}
.section-detail-description .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 120px;
  background: #0c5a55;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.section-detail-description .col-left {
  padding-bottom: 80px;
}
.section-detail-description.type-b .mozaic-image {
  bottom: 120px;
}
@media (max-width: 1280px) {
  .section-detail-description .bgbefore {
    display: block;
    content: "";
    height: 103px;
    left: 100%;
    bottom: 0;
  }
  .section-detail-description .mozaic-image {
    width: 309px;
    height: 309px;
  }
  .section-detail-description.type-b .bgbefore {
    bottom: 103px;
  }
  .section-detail-description.type-b .mozaic-image {
    width: 412px;
    height: 412px;
    bottom: 103px;
  }
}
.section-detail-images {
  background: #0c5a55;
}
.section-detail-images .container {
  min-height: 400px;
  overflow: hidden;
}
.section-detail-images .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
.section-detail-images .mozaic-image img {
  display: none;
}
@media (max-width: 1280px) {
  .section-detail-images .mz-image-1 {
    width: 412px;
    height: 412px;
  }
  .section-detail-images .mz-image-2 {
    width: 206px;
    height: 206px;
  }
  .section-detail-images .mz-image-3 {
    width: 206px;
    height: 206px;
  }
}
.section-detail-info {
  background: #0c5a55;
}
.section-detail-info .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.section-detail-info .mozaic-image .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.section-detail-info .mozaic-image img {
  display: none;
}
.section-detail-info .col-left {
  min-height: 480px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-detail-info .col-left {
    min-height: 412px;
  }
  .section-detail-info .col-left .inner {
    padding-right: 50px;
  }
}
.section-wat-we-bieden {
  position: relative;
  z-index: 10;
}
.section-wat-we-bieden .bg {
  position: relative;
}
.section-wat-we-bieden .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
}
.section-wat-we-bieden .col-left .inner {
  padding: 60px 0 40px;
  background: #fbe200;
}
.section-wat-we-bieden .col-right {
  margin-top: -120px;
  position: relative;
}
.section-wat-we-bieden .col-right:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #0c5a55;
  position: absolute;
  top: 0;
  left: 0;
}
.section-wat-we-bieden .col-right .inner {
  padding: 60px 30px 40px 30px;
  background: #0c5a55;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1280px) {
  .section-wat-we-bieden .col-right {
    margin-top: -103px;
  }
}
.section-solliciteren .bg {
  padding: 60px 0;
  position: relative;
}
.section-solliciteren .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-solliciteren .mod-header {
  max-width: 45%;
}
.section-solliciteren .sollicitatieform {
  min-height: 300px;
  margin-right: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.section-navigation {
  padding: 80px 0 20px;
  overflow: hidden;
}
.section-navigation .prev,
.section-navigation .next {
  width: 50%;
  float: left;
  background: #fbe200;
  position: relative;
}
.section-navigation .prev:hover .bgimg:before,
.section-navigation .next:hover .bgimg:before {
  right: -600px;
  opacity: 0.5;
}
.section-navigation .box {
  width: 300px;
  position: relative;
}
.section-navigation .bgimg {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-navigation .bgimg:before {
  display: block;
  content: "";
  width: 1200px;
  height: 1200px;
  background: #fbe200;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-navigation .goto {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.section-navigation .goto .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/btn-dgreen.svg);
  background-size: 100px 100px;
}
.section-navigation .goto .text {
  position: absolute;
  top: 50%;
  line-height: 1.1em;
  transform: translateY(-50%);
}
.section-navigation .goto .text strong {
  display: block;
}
.section-navigation .goto:hover {
  opacity: 0.8;
}
.section-navigation .prev {
  border-right: 40px solid #fff;
}
.section-navigation .prev .box {
  float: right;
}
.section-navigation .prev .goto {
  left: 0;
  transform: translate(-50%, -50%);
}
.section-navigation .prev .goto .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-navigation .prev .goto .text {
  left: -90px;
  text-align: right;
}
.section-navigation .next {
  float: right;
  border-left: 40px solid #fff;
}
.section-navigation .next .goto {
  right: 0;
  transform: translate(50%, -50%);
}
.section-navigation .next .goto .text {
  right: -90px;
}
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
/* ==========================================================================
	VOLG
   ========================================================================== */
.article-banner {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.article-banner .article-image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-banner .article-image img {
  display: none;
}
.article-banner .article-meta {
  float: right;
  width: 30%;
  min-height: 400px;
  background: #282e2e;
  border-left: 50px solid #fff;
  padding: 50px 60px;
  color: #fff;
}
.article-banner .article-meta .meta {
  font-size: 18px;
  margin-bottom: 20px;
}
.article-banner .article-meta .meta strong {
  display: block;
  text-transform: uppercase;
}
.article-banner .price-notice {
  display: block;
  line-height: 1.4em;
  font-size: 11px;
}
.tpl-volg.view-article .article-header {
  margin-bottom: 60px;
}
.tpl-volg.view-article .article-intro {
  font-family: FFDINStdCondensedLight, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #f59f86;
  margin-bottom: 60px;
}
.tpl-volg.view-article .article-output {
  margin-bottom: 40px;
}
.tpl-volg.view-article .article-output a {
  color: #0a939f;
}
.tpl-volg.view-article .article-output a:hover {
  border-color: #fff;
}
.tpl-volg.view-article .article-images {
  margin-bottom: 20px;
}
.tpl-volg.view-article .article-images .title {
  margin-bottom: 20px;
}
.tpl-volg.view-article .article-images .images {
  overflow: hidden;
}
.tpl-volg.view-article .article-images .images a {
  float: left;
  width: 31%;
  height: 200px;
  margin: 0 2% 20px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tpl-volg.view-article .article-images .images a img {
  display: none;
}
.tpl-volg.view-article .article-actions {
  overflow: hidden;
}
.tpl-volg.view-article .article-actions .button {
  float: left;
  margin: 0 15px 15px 0;
}
.tpl-volg.view-article .side-col {
  float: right;
}
.tpl-volg.view-article .thema-info {
  margin-top: -140px;
}
.tpl-volg.view-article .thema-info .thema-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.tpl-volg.view-article .thema-info .thema-title {
  position: relative;
  padding: 20px 0;
  text-transform: uppercase;
  color: #002a38;
  font-size: 20px;
}
.tpl-volg.view-article .thema-info .thema-title:before {
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  background: #f59f86;
  position: absolute;
  top: 0;
  left: -30px;
}
.tpl-volg.view-article .thema-info .thema-title .thema {
  display: block;
  font-family: FFDINStdCondensedBold, sans-serif;
}
.tpl-volg.view-article .thema-info .thema-title .title {
  display: block;
  color: #6fb1c9;
  font-family: FFDINStdCondensedLight, sans-serif;
}
@media (max-width: 1280px) {
  .tpl-volg.view-article .article-intro {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tpl-volg.view-article .article-intro {
    font-size: 26px;
  }
  .tpl-volg.view-article .side-col {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 30px;
  }
  .tpl-volg.view-article .thema-info {
    margin: 0;
    overflow: hidden;
  }
  .tpl-volg.view-article .thema-info .thema-image {
    width: 90px;
    height: 90px;
    float: left;
    margin: 0;
  }
  .tpl-volg.view-article .thema-info .thema-title {
    float: left;
    padding-left: 60px;
  }
  .tpl-volg.view-article .thema-info .thema-title:before {
    width: 7px;
    top: 0;
    left: 23px;
  }
  .sidebar {
    clear: both;
    width: 100%;
    border: none;
    padding-top: 60px;
  }
  .sidebar .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tpl-volg.view-article .article-intro {
    font-size: 22px;
  }
}
.tpl-cases .main-body {
  background: #002a38;
  position: relative;
}
.tpl-cases .main-body:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  background-color: #003e52;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
}
/* ==========================================================================
	BANNERS/ HEADERS
   ========================================================================== */
.mod-page-banner {
  background: #002a38;
  position: relative;
  color: #fff;
}
.mod-page-banner .container {
  position: relative;
}
.mod-page-banner.type-a {
  overflow: hidden;
}
.mod-page-banner.type-a .container {
  padding-top: 350px;
}
.mod-page-banner.type-a .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 40%;
  top: 0;
}
.mod-page-banner.type-a .bgimg img {
  display: none;
}
.mod-page-banner.type-a .bgimg:before {
  display: block;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002a38+0,002a38+99&1+32,0+86 */
  background: -moz-linear-gradient(left, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002a38 0%, #002a38 32%, rgba(0, 42, 56, 0) 86%, rgba(0, 42, 56, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a38', endColorstr='#00002a38', GradientType=1);
  /* IE6-9 */
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.mod-page-banner.type-a .mod-label {
  position: absolute;
  top: 80px;
  right: 65%;
}
.mod-page-banner.type-a .back-box {
  padding-top: 8px;
}
.mod-page-banner.type-a .title-box .article-header {
  max-width: 650px;
}
.mod-page-banner.type-a .space-box {
  position: relative;
}
.mod-page-banner.type-a .space-box:before {
  display: block;
  content: "";
  width: 800px;
  height: 100%;
  background: #f59f86;
  position: absolute;
  top: 8px;
  left: -5px;
  opacity: 0.9;
}
.mod-page-banner.type-b .container {
  padding-top: 150px;
  padding-bottom: 70px;
}
.mod-page-banner.type-b .before {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  background-color: #003e52;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
}
.mod-page-banner.type-b .mod-label {
  position: absolute;
  top: 0;
  right: 70%;
}
.mod-page-banner.type-c {
  background: none;
}
.mod-page-banner.type-c .container {
  padding-top: 150px;
  padding-bottom: 80px;
}
.mod-page-banner.type-c .mod-label {
  position: absolute;
  top: 0;
  right: 70%;
}
@media (max-width: 1480px) {
  .mod-page-banner.type-b .before {
    left: 41%;
  }
}
@media (max-width: 1280px) {
  .mod-page-banner.type-a .container {
    padding-top: 280px;
  }
  .mod-page-banner.type-a .mod-label {
    font-size: 140px;
  }
  .mod-page-banner.type-b .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .mod-page-banner.type-b .mod-label {
    font-size: 140px;
  }
  .mod-page-banner.type-c .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .mod-page-banner.type-c .mod-label {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .mod-page-banner.type-a .container {
    padding-top: 200px;
  }
  .mod-page-banner.type-a .back-box {
    margin-bottom: 30px;
  }
  .mod-page-banner.type-a .mod-label {
    top: 60px;
    right: 70%;
  }
  .mod-page-banner.type-b .container {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .mod-page-banner.type-b .mod-label {
    font-size: 100px;
  }
  .mod-page-banner.type-c .container {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .mod-page-banner.type-c .mod-label {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .mod-page-banner.type-a .container {
    padding-top: 140px;
  }
  .mod-page-banner.type-a .mod-label {
    display: none;
  }
  .mod-page-banner.type-a .article-header {
    margin-bottom: 40px;
  }
  .mod-page-banner.type-a .bgimg {
    width: 100%;
    left: 0;
  }
  .mod-page-banner.type-a .bgimg:before {
    width: 100%;
    opacity: 0.6;
  }
}
@media (max-width: 500px) {
  .mod-page-banner.type-a .container {
    padding-top: 120px;
  }
  .mod-page-banner.type-a .article-header {
    margin-bottom: 30px;
  }
  .mod-page-banner.type-a .h2 {
    font-size: 26px;
  }
}
.mod-label {
  font-family: CasinoHand, sans-serif;
  color: #002a38;
  font-size: 170px;
  line-height: 1em;
  opacity: 0.05;
  white-space: nowrap;
}
.mod-label.h-white {
  color: #fff;
}
.split-header h1,
.split-header h2,
.split-header h3 {
  margin: 0;
}
.split-header .page-intro,
.split-header .article-intro {
  padding: 7px 10% 0 30px;
  font-size: 25px;
}
.split-header .page-intro p:last-child,
.split-header .article-intro p:last-child {
  margin-bottom: 0;
}
.split-header .page-intro a,
.split-header .article-intro a {
  color: inherit;
  text-decoration: underline;
}
.split-header .page-intro a:hover,
.split-header .article-intro a:hover {
  opacity: 0.7;
}
.split-header .col-left {
  position: relative;
}
.split-header .col-left:before {
  display: block;
  content: "";
  width: 90px;
  height: 8px;
  background: #f59f86;
  position: absolute;
  top: 11px;
  right: -12px;
}
.split-header .col-left h1,
.split-header .col-left h2 {
  margin-right: 14%;
  position: relative;
}
.split-header .col-right:before {
  display: block;
  content: "";
  width: 612px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 11px;
  right: -600px;
}
.split-header .col-right.str-blue:before {
  background: #6fb1c9;
}
@media (max-width: 1280px) {
  .split-header .col-left:before {
    width: 60px;
    right: -25px;
  }
  .split-header .col-left h1,
  .split-header .col-left h2 {
    margin-top: 3px;
    margin-right: 10%;
  }
  .split-header .page-intro,
  .split-header .article-intro {
    padding: 7px 0 0 30px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .split-header .col-left:before {
    width: 40px;
    right: 0;
  }
  .split-header .col-left h1,
  .split-header .col-left h2 {
    margin-top: 5px;
    margin-right: 0;
  }
  .split-header .page-intro,
  .split-header .article-intro {
    padding: 5px 0 0 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .split-header .col-left {
    margin-bottom: 20px;
  }
  .split-header .col-left:before {
    display: none;
  }
  .split-header .col-left h1,
  .split-header .col-left h2 {
    display: inline-block;
    margin-top: 0;
    margin-right: 100px;
  }
  .split-header .col-left h1:before,
  .split-header .col-left h2:before {
    display: block;
    content: "";
    width: 600px;
    height: 6px;
    background: #f59f86;
    position: absolute;
    top: 6px;
    right: -620px;
  }
  .split-header .col-right:before {
    display: none;
  }
  .split-header .page-intro,
  .split-header .article-intro {
    padding: 5px 0 0 0;
    font-size: 20px;
  }
}
.mod-intro {
  background: #002a38;
  color: #fff;
}
.mod-intro .primary {
  padding-top: 150px;
  padding-bottom: 240px;
  position: relative;
}
.mod-intro .primary .before {
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 925px;
  background-color: #f59f86;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
}
.mod-intro .mod-header {
  margin-right: 5%;
}
.mod-intro .mod-header h1,
.mod-intro .mod-header h2,
.mod-intro .mod-header h3 {
  line-height: 1.2em;
}
.mod-intro .col-left,
.mod-intro .col-right {
  position: relative;
}
.mod-intro .col-left .pay-off {
  width: 200px;
  height: 110px;
  opacity: 0.1;
  position: absolute;
  bottom: -105px;
  right: 100px;
}
.mod-intro .col-right {
  text-align: right;
}
.mod-intro .col-right .mod-actions {
  position: relative;
}
.mod-intro .col-right .mod-actions:before {
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  background: #f59f86;
  position: absolute;
  top: 0;
  left: 14px;
}
.mod-intro .col-right .btn-row {
  margin-top: 10px;
  margin-bottom: 40px;
}
.mod-intro .col-right .button .inner-wrap {
  min-width: 160px;
  text-align: center;
}
@media (max-width: 1480px) {
  .mod-intro .primary .before {
    left: 825px;
  }
  .mod-intro .col-right .mod-actions:before {
    left: 47px;
  }
  .mod-intro .col-left .pay-off {
    bottom: -120px;
    right: 70px;
  }
}
@media (max-width: 1280px) {
  .mod-intro .primary {
    padding-top: 130px;
    padding-bottom: 270px;
  }
  .mod-intro .primary .before {
    left: 600px;
  }
  .mod-intro .col-right .mod-actions:before {
    left: 0;
  }
  .mod-intro .col-left .pay-off {
    bottom: -130px;
    right: 62px;
  }
}
@media (max-width: 991px) {
  .mod-intro {
    overflow: hidden;
  }
  .mod-intro .primary {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .mod-intro .primary .before {
    display: none;
  }
  .mod-intro .mod-header {
    margin-right: 0;
  }
  .mod-intro .col-left {
    margin-bottom: 110px;
  }
  .mod-intro .col-left .pay-off {
    display: none;
  }
  .mod-intro .col-right {
    text-align: left;
    position: relative;
  }
  .mod-intro .col-right:before {
    display: block;
    content: "";
    width: 140%;
    height: 400px;
    background-image: url(../img/bg-painting.jpg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: -130px;
  }
  .mod-intro .col-right .mod-actions {
    padding-left: 80px;
  }
  .mod-intro .col-right .mod-actions:before {
    width: 7px;
  }
}
@media (max-width: 480px) {
  .mod-intro .col-right {
    text-align: right;
  }
}
.mod-ervaringen {
  margin-top: -120px;
}
.mod-ervaringen .container {
  padding-bottom: 220px;
  position: relative;
}
.mod-ervaringen .mod-label {
  position: absolute;
  bottom: 50px;
  left: 0;
  transform: translateX(-25%);
}
.step-info-mobile {
  display: block;
  margin-bottom: 15px;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
.step-info-mobile .step-image {
  height: 160px;
  width: 160px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.step-info-mobile .step-image img {
  display: none;
}
.step-info-mobile .step-info {
  position: absolute;
  left: 160px;
  top: 50%;
  transform: translateY(-50%);
}
.step-info-mobile .step-info h3 {
  font-size: 42px;
}
.step-info-mobile .step-info h3 span {
  display: block;
  padding-left: 20px;
}
.step-info-mobile .step-action {
  padding-top: 15px;
  padding-left: 20px;
}
.mod-stappen {
  background: #6fb1c9;
  margin-bottom: 160px;
}
.mod-stappen.no-margin {
  margin-bottom: 0;
}
.mod-stappen .mod-header {
  padding: 60px 0;
  background: #4d889d;
}
.mod-stappen .mod-content {
  padding: 130px 0;
}
.mod-stappen .step-info-mobile {
  display: none;
}
.mod-stappen .stappen {
  width: 111%;
  margin-left: 2%;
  background: rgba(255, 255, 255, 0);
}
.mod-stappen .stappen.stappen-pro {
  margin-left: 7%;
}
.mod-stappen .stappen.stappen-pro .stap {
  height: 200px;
}
.mod-stappen .stappen .stap {
  height: 270px;
  width: 16%;
  float: left;
  padding: 0;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0);
}
.mod-stappen .stappen .stap:nth-child(2) {
  z-index: 9;
}
.mod-stappen .stappen .stap:nth-child(3) {
  z-index: 8;
}
.mod-stappen .stappen .stap:nth-child(4) {
  z-index: 7;
}
.mod-stappen .stappen .stap:nth-child(5) {
  z-index: 6;
}
.mod-stappen .stappen .stap:nth-child(6) {
  z-index: 5;
}
.mod-stappen .stappen .stap:last-child .circle-line,
.mod-stappen .stappen .stap:last-child .circle-half {
  display: none;
}
.mod-stappen .stappen .stap .circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen .stappen .stap .circle span {
  display: block;
  font-family: FFDINStdCondensedBold, sans-serif;
  text-align: center;
  color: #f59f86;
  line-height: 1em;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -54%);
}
.mod-stappen .stappen .stap .circle-line {
  width: 90%;
  height: 8px;
  background: #fff;
  position: absolute;
  right: 8px;
  top: 39px;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen .stappen .stap .circle-half {
  pointer-events: none;
  width: 53px;
  height: 110px;
  background-color: transparent;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  border: 8px solid #fff;
  border-right: 0;
  position: absolute;
  right: -40px;
  top: -12px;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen .stappen .stap.active {
  width: 18%;
}
.mod-stappen .stappen .stap.active .circle {
  background: #002a38;
}
.mod-stappen .stappen .stap.active .circle:before {
  background: #002a38;
}
.mod-stappen .stappen .stap.active .circle-line {
  background: #002a38;
}
.mod-stappen .stappen .stap.active .circle-half {
  border-color: #002a38;
}
.mod-stappen .stappen .stap.active .step-image {
  opacity: 1;
  transform: translateX(0);
}
.mod-stappen .stappen .stap.active .step-info {
  opacity: 1;
}
.mod-stappen .stappen .stap.active .step-info h3 {
  color: #fff;
  transform: scale(1);
}
.mod-stappen .stappen .stap.active .step-info .step-action {
  transform: translateX(0);
  opacity: 1;
}
.mod-stappen .stappen .step-image {
  width: 180px;
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: -190px;
  left: calc(-90px + 43px);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  transform: translateX(-100px);
}
.mod-stappen .stappen.stappen-pro .stap-5 .step-image {
  width: 250px;
  left: calc(-110px + 43px);
}
.mod-stappen .stappen .step-info {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 130px;
  left: calc(-90px + 43px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.4;
}
.mod-stappen .stappen .step-info h3 {
  text-align: left;
  padding-left: 20px;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(0.8);
}
.mod-stappen .stappen .step-info h3 span {
  display: block;
  padding-left: 20px;
}
.mod-stappen .stappen .step-info .step-action {
  margin-top: 40px;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translateX(30px);
  opacity: 0;
}
@media (max-width: 1280px) {
  .mod-stappen {
    margin-bottom: 120px;
  }
  .mod-stappen .mod-header {
    padding: 50px 0 50px;
  }
  .mod-stappen .mod-content {
    padding: 150px 0 100px;
  }
  .mod-stappen .stappen {
    width: 107%;
  }
}
@media (max-width: 991px) {
  .mod-stappen {
    margin-bottom: 80px;
  }
  .mod-stappen .mod-header {
    padding: 50px 0 50px;
  }
  .mod-stappen .mod-content {
    padding: 120px 0 80px 0;
  }
  .mod-stappen .stappen .stap .circle {
    width: 70px;
    height: 70px;
  }
  .mod-stappen .stappen .stap .circle span {
    font-size: 42px;
  }
  .mod-stappen .stappen .stap .circle-line {
    top: 30px;
  }
  .mod-stappen .stappen .stap .circle-half {
    width: 52px;
    height: 96px;
    right: -38px;
    top: -13px;
  }
  .mod-stappen .stappen .stap .step-image {
    height: 200px;
    top: -165px;
  }
  .mod-stappen .stappen .stap .step-info h3 {
    opacity: 0;
  }
  .mod-stappen .stappen .stap.active .step-info h3 {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .mod-stappen .mod-content {
    padding: 140px 0 60px 0;
  }
  .mod-stappen .stappen {
    width: 103%;
  }
  .mod-stappen .stappen .stap .step-info h3 {
    opacity: 0;
  }
}
@media (max-width: 680px) {
  .mod-stappen .mod-content {
    padding: 40px 0 60px 0;
  }
  .mod-stappen .step-info-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .mod-stappen .stappen {
    margin-left: 0;
    width: 110%;
  }
  .mod-stappen .stappen .stap {
    height: 70px;
  }
  .mod-stappen .stappen .stap .circle {
    width: 50px;
    height: 50px;
  }
  .mod-stappen .stappen .stap .circle span {
    font-size: 36px;
  }
  .mod-stappen .stappen .stap .circle-line {
    top: 22px;
    height: 7px;
  }
  .mod-stappen .stappen .stap .circle-half {
    width: 37px;
    height: 74px;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
    border: 7px solid #fff;
    border-right: 0;
    right: -25px;
    top: -12px;
  }
  .mod-stappen .stappen .stap .step-image {
    display: none;
  }
  .mod-stappen .stappen .stap .step-info {
    display: none;
  }
}
@media (max-width: 560px) {
  .mod-stappen .stappen {
    width: 108%;
    height: 40px;
  }
  .mod-stappen .stappen .stap {
    width: 16%;
    height: 40px;
  }
  .mod-stappen .stappen .stap:nth-child(1) {
    z-index: 1;
  }
  .mod-stappen .stappen .stap:nth-child(2) {
    z-index: 2;
  }
  .mod-stappen .stappen .stap:nth-child(3) {
    z-index: 3;
  }
  .mod-stappen .stappen .stap:nth-child(4) {
    z-index: 4;
  }
  .mod-stappen .stappen .stap:nth-child(5) {
    z-index: 5;
  }
  .mod-stappen .stappen .stap:nth-child(6) {
    z-index: 6;
  }
  .mod-stappen .stappen .stap .circle {
    width: 40px;
    height: 40px;
  }
  .mod-stappen .stappen .stap .circle span {
    font-size: 28px;
  }
  .mod-stappen .stappen .stap .circle-line {
    height: 6px;
    right: 0;
    top: 18px;
  }
  .mod-stappen .stappen .stap .circle-half {
    display: none;
  }
  .mod-stappen .stappen .stap.active .circle {
    transform: scale(1.35);
  }
}
.mod-about {
  background: #003e52;
}
.mod-about .col-left {
  position: relative;
}
.mod-about .col-left .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-about .col-left .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f59f86;
  mix-blend-mode: multiply;
}
.mod-about .col-left .bgimg img {
  display: none;
}
.mod-about .col-left .pay-off {
  position: absolute;
  bottom: 40px;
  right: -70px;
  z-index: 10;
}
.mod-about .col-right {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.mod-about .col-right .inner {
  margin-left: 80px;
}
.mod-about .article-header {
  margin-bottom: 40px;
}
.mod-about .article-output {
  margin-bottom: 40px;
}
.mod-about .article-actions {
  text-align: right;
}
@media (max-width: 1280px) {
  .mod-about .col-left .pay-off {
    width: 250px;
    height: 140px;
    bottom: 25px;
    right: -50px;
  }
  .mod-about .col-right .inner {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .mod-about .col-left .pay-off {
    width: 220px;
    height: 120px;
    bottom: 25px;
    right: -50px;
  }
  .mod-about .col-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mod-about .col-right .inner {
    margin-left: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mod-about .col-left {
    padding: 0;
  }
  .mod-about .col-left .article-image {
    position: static;
    width: 100% !important;
    height: 300px;
  }
  .mod-about .col-left .pay-off {
    width: 220px;
    height: 120px;
    bottom: -45px;
    right: 25px;
  }
  .mod-about .col-right .inner {
    margin-left: 0;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mod-about .col-left .article-image {
    height: 280px;
  }
  .mod-about .col-left .pay-off {
    width: 200px;
    height: 100px;
    bottom: 15px;
    right: 0;
  }
}
.mod-themas .mod-header {
  padding: 80px 0 40px 0;
}
@media (max-width: 1280px) {
  .mod-themas .mod-header {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 991px) {
  .mod-themas .mod-header {
    padding: 50px 0 50px 0;
  }
}
.mod-thema-blokken {
  background: #f0f3f5;
  position: relative;
  padding: 80px 0;
}
.mod-thema-blokken:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.mod-thema-blokken .container {
  min-height: 700px;
  position: relative;
}
.mod-thema-blokken .mod-label {
  position: absolute;
  bottom: 25px;
  left: -230px;
}
.mod-thema-blokken .thema-slider-box {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  overflow: hidden;
  padding: 90px;
  background: #6fb1c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-thema-blokken .thema-slider-box .nav-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.mod-thema-blokken .thema-slider-box .nav-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.mod-thema-blokken .mod-actions {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.mod-thema-blokken .thema-circle {
  display: block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}
.mod-thema-blokken .thema-circle .label {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: FFDINStdCondensedLight, sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 20px;
}
.mod-thema-blokken .thema-circle:before {
  display: block;
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -3;
  border: 8px solid #6fb1c9;
  transition: 0.4s ease-in-out 0s;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
.mod-thema-blokken .thema-circle.active,
.mod-thema-blokken .thema-circle:hover {
  color: #4d889d;
}
.mod-thema-blokken .thema-circle.active:before,
.mod-thema-blokken .thema-circle:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.mod-thema-blokken .thema-circle.circle-1 {
  top: 45px;
  left: 50px;
}
.mod-thema-blokken .thema-circle.circle-1 .label {
  margin-left: -40px;
}
.mod-thema-blokken .thema-circle.circle-2 {
  width: 170px;
  height: 170px;
  top: 0;
  left: 310px;
}
.mod-thema-blokken .thema-circle.circle-2 .label {
  margin-left: -40px;
}
.mod-thema-blokken .thema-circle.circle-3 {
  width: 225px;
  height: 225px;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}
.mod-thema-blokken .thema-circle.circle-3 .label {
  margin-left: 40px;
}
.mod-thema-blokken .thema-circle.circle-4 {
  width: 240px;
  height: 240px;
  top: 30px;
  right: 160px;
}
.mod-thema-blokken .thema-circle.circle-5 {
  width: 200px;
  height: 200px;
  top: 300px;
  right: 30px;
}
.mod-thema-blokken .thema-circle.circle-6 {
  width: 176px;
  height: 176px;
  top: 495px;
  right: 240px;
}
@media (max-width: 1280px) {
  .mod-thema-blokken .thema-circle:before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 7px solid #6fb1c9;
  }
  .mod-thema-blokken .thema-circle.circle-1 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 220px;
  }
  .mod-thema-blokken .thema-circle.circle-2 {
    width: 140px;
    height: 140px;
    top: 170px;
    left: 40px;
  }
  .mod-thema-blokken .thema-circle.circle-3 {
    width: 170px;
    height: 170px;
    top: 470px;
    left: 48px;
  }
  .mod-thema-blokken .thema-circle.circle-4 {
    width: 170px;
    height: 170px;
    top: 15px;
    right: 76px;
  }
  .mod-thema-blokken .thema-circle.circle-5 {
    width: 140px;
    height: 140px;
    top: 275px;
    right: 30px;
  }
  .mod-thema-blokken .thema-circle.circle-6 {
    width: 110px;
    height: 110px;
    top: 510px;
    right: 120px;
  }
}
@media (max-width: 991px) {
  .mod-thema-blokken .thema-slider-box {
    width: 450px;
    height: 450px;
  }
  .mod-thema-blokken .thema-circle:before {
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: 6px solid #6fb1c9;
  }
  .mod-thema-blokken .thema-circle .label {
    display: none;
  }
  .mod-thema-blokken .thema-circle.circle-1 {
    width: 80px;
    height: 80px;
    top: 310px;
    left: 25px;
  }
  .mod-thema-blokken .thema-circle.circle-2 {
    width: 100px;
    height: 100px;
    top: 140px;
    left: 52px;
  }
  .mod-thema-blokken .thema-circle.circle-3 {
    width: 110px;
    height: 110px;
    top: 60px;
    left: 180px;
  }
  .mod-thema-blokken .thema-circle.circle-4 {
    width: 110px;
    height: 110px;
    top: 5px;
    right: 180px;
  }
  .mod-thema-blokken .thema-circle.circle-5 {
    width: 100px;
    height: 100px;
    top: 140px;
    right: 52px;
  }
  .mod-thema-blokken .thema-circle.circle-6 {
    width: 80px;
    height: 80px;
    top: 310px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .mod-thema-blokken {
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .mod-thema-blokken .container {
    min-height: 650px;
  }
  .mod-thema-blokken .thema-nav {
    text-align: center;
  }
  .mod-thema-blokken .thema-nav .thema-circle {
    position: static;
    display: inline-block;
    width: 70px !important;
    height: 70px !important;
    margin: 0 15px;
    transform: translate(0, 0);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-1 {
    transform: translate(-11px, 200px);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-2 {
    transform: translate(-49px, 87px);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-3 {
    transform: translate(-20px, 14px);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-4 {
    transform: translate(20px, 14px);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-5 {
    transform: translate(49px, 87px);
  }
  .mod-thema-blokken .thema-nav .thema-circle.circle-6 {
    transform: translate(11px, 200px);
  }
}
@media (max-width: 680px) {
  .mod-thema-blokken {
    margin-top: 0;
  }
  .mod-thema-blokken .thema-nav .thema-circle {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 140px !important;
    height: 140px !important;
    margin: 0;
    margin-left: -220px;
    transform: translate(0, 0) !important;
  }
  .mod-thema-blokken .thema-nav .thema-circle:before {
    display: none;
  }
  .mod-thema-blokken .thema-nav .thema-circle.active {
    display: block;
  }
  .mod-thema-blokken .thema-slider-box {
    padding: 70px 80px;
    overflow: visible;
  }
  .mod-thema-blokken .slick-themas {
    height: 320px;
  }
  .mod-thema-blokken .slick-dots {
    bottom: -100px;
  }
  .mod-thema-blokken .slick-dots li button:before {
    background: #002a38;
    border: 1px solid #002a38;
  }
  .mod-thema-blokken .slick-dots li.slick-active button {
    background: none;
  }
  .mod-thema-blokken .slick-dots li.slick-active button:before {
    background: none;
  }
  .mod-thema-blokken .mod-actions {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .mod-thema-blokken .thema-slider-box {
    width: 430px;
    height: 430px;
    padding: 60px 80px;
  }
  .mod-thema-blokken .slick-themas {
    height: 340px;
  }
  .mod-thema-blokken .slick-dots {
    bottom: -80px;
  }
}
@media (max-width: 460px) {
  .mod-thema-blokken .thema-nav .thema-circle {
    top: 60px;
    margin-left: -210px;
  }
}
@media (max-width: 420px) {
  .mod-thema-blokken .thema-nav .thema-circle {
    top: 25px;
    margin-left: -180px;
  }
}
.mod-themas-full {
  background: #002a38;
  color: #fff;
  position: relative;
}
.mod-themas-full:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #003e52;
  background-image: url(../img/bg-painting.jpg);
  background-position: center center;
  background-size: cover;
}
.mod-themas-full .container {
  padding-top: 270px;
  padding-bottom: 150px;
  position: relative;
  z-index: 10;
}
.mod-themas-full .mod-label {
  position: absolute;
  top: 80px;
  right: 75%;
}
.mod-themas-full .primary {
  padding: 0 30px;
  margin-bottom: 80px;
}
.mod-themas-full .primary .thema-intro {
  font-family: FFDINStdCondensedLight, sans-serif;
  color: #f59f86;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 20px 100px 0 0;
}
.mod-themas-full .primary .thema-intro h1,
.mod-themas-full .primary .thema-intro h2,
.mod-themas-full .primary .thema-intro h3 {
  color: #fff;
  font-size: 26px;
}
.mod-themas-full .primary .thema-intro p:last-child {
  margin-bottom: 0;
}
.mod-themas-full .article-row {
  overflow: hidden;
}
.mod-themas-full .article-row .article {
  width: 50%;
  float: left;
  padding: 0 50px 0 30px;
}
.mod-themas-full .article-row .article .article-header {
  margin-bottom: 30px;
}
.mod-themas-full .thema-full-nav {
  position: absolute;
  top: 50px;
  left: 56%;
  z-index: 50;
}
.mod-themas-full .thema-full-nav .kies-thema {
  width: 200px;
  height: 60px;
  background-image: url(../img/kies-je-thema.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -230px;
}
.mod-themas-full .thema-full-nav .thema-circle {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-themas-full .thema-full-nav .thema-circle .label {
  display: none;
}
.mod-themas-full .thema-full-nav .thema-circle:before {
  display: block;
  content: "";
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -3;
  border: 3px solid #6fb1c9;
  transition: 0.4s ease-in-out 0s;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
.mod-themas-full .thema-full-nav .thema-circle.active:before,
.mod-themas-full .thema-full-nav .thema-circle:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-1 {
  top: 45px;
  left: 0;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-2 {
  width: 100px;
  height: 100px;
  top: 0;
  left: 140px;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-3 {
  width: 90px;
  height: 90px;
  top: 125px;
  left: 90px;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-4 {
  width: 100px;
  height: 100px;
  top: 85px;
  left: 250px;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-5 {
  width: 70px;
  height: 70px;
  top: 15px;
  left: 390px;
}
.mod-themas-full .thema-full-nav .thema-circle.circle-6 {
  width: 120px;
  height: 120px;
  top: 120px;
  left: 410px;
}
@media (max-width: 1280px) {
  .mod-themas-full .mod-label {
    font-size: 150px;
    right: 70%;
  }
  .mod-themas-full .primary {
    margin-bottom: 60px;
  }
  .mod-themas-full .primary .thema-intro {
    font-size: 26px;
    margin: 20px 30px 0 0;
  }
  .mod-themas-full .article-row .article {
    width: 100%;
    float: none;
    padding: 0 30px 0 30px;
  }
  .mod-themas-full .article-row .article:first-child {
    margin-bottom: 40px;
  }
  .mod-themas-full .article-row .article .article-header {
    margin-bottom: 15px;
  }
  .mod-themas-full .article-row .article .article-header h2 {
    font-size: 28px;
  }
  .mod-themas-full .thema-full-nav {
    left: 52%;
  }
  .mod-themas-full .thema-full-nav .kies-thema {
    width: 175px;
    height: 60px;
    top: -15px;
    left: -150px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-1 {
    width: 80px;
    height: 80px;
    top: 45px;
    left: 0;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-2 {
    width: 100px;
    height: 100px;
    top: 0;
    left: 110px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-3 {
    width: 90px;
    height: 90px;
    top: 125px;
    left: 75px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-4 {
    width: 100px;
    height: 100px;
    top: 85px;
    left: 210px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-5 {
    width: 70px;
    height: 70px;
    top: 0px;
    left: 290px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-6 {
    width: 80px;
    height: 80px;
    top: 76px;
    left: 350px;
  }
}
@media (max-width: 991px) {
  .mod-themas-full:before {
    width: 44%;
    left: 56%;
  }
  .mod-themas-full .mod-label {
    top: 150px;
  }
  .mod-themas-full .container {
    padding-top: 300px;
  }
  .mod-themas-full .thema-full-nav {
    left: 190px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-4 {
    top: 85px;
    left: 245px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-5 {
    top: 0px;
    left: 300px;
  }
  .mod-themas-full .thema-full-nav .thema-circle.circle-6 {
    top: 65px;
    left: 370px;
  }
}
@media (max-width: 767px) {
  .mod-themas-full:before {
    opacity: 0;
  }
  .mod-themas-full .container {
    padding-bottom: 60px;
  }
  .mod-themas-full .primary {
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 180px;
    padding-top: 10px;
    padding-left: 200px;
    margin-bottom: 60px;
  }
  .mod-themas-full .primary .thema-image {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mod-themas-full .article-row .article {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .mod-themas-full .thema-full-nav {
    left: 160px;
    transform: scale(0.9);
  }
}
@media (max-width: 570px) {
  .mod-themas-full .container {
    padding-top: 270px;
  }
  .mod-themas-full .mod-label {
    top: 130px;
  }
  .mod-themas-full .thema-full-nav {
    left: 140px;
    transform: scale(0.8);
  }
}
@media (max-width: 520px) {
  .mod-themas-full .container {
    padding-top: 70px;
  }
  .mod-themas-full .mod-label {
    display: none;
  }
  .mod-themas-full .thema-full-nav {
    width: 175px;
    left: auto;
    right: 25px;
    top: 15px;
  }
  .mod-themas-full .thema-full-nav .kies-thema {
    background-image: url(../img/kies-je-thema-up.svg);
    top: 0;
    left: 0;
  }
  .mod-themas-full .thema-full-nav .thema-circle {
    display: none;
  }
  .mod-themas-full .primary {
    padding-left: 0;
  }
  .mod-themas-full .primary .thema-image {
    position: static;
    width: 260px;
    height: 260px;
    margin: 0 auto 40px;
  }
}
.mod-stappen-full {
  background: #6fb1c9;
  padding: 60px 0;
  color: #fff;
}
.mod-stappen-full .stap-nav {
  height: calc(100% - 82px);
  width: 40px;
  position: absolute;
  top: 0;
  left: 58%;
}
.mod-stappen-full .stap-nav .nav-prev,
.mod-stappen-full .stap-nav .nav-next {
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.mod-stappen-full .stap-nav .nav-prev .text,
.mod-stappen-full .stap-nav .nav-next .text {
  font-family: FFDINStdCondensedBold, sans-serif;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 15px;
}
.mod-stappen-full .stap-nav .nav-prev {
  position: absolute;
  top: -20px;
  left: 50%;
  transform-origin: center left;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-stappen-full .stap-nav .nav-prev a,
.mod-stappen-full .stap-nav .nav-prev .text {
  float: left;
}
.mod-stappen-full .stap-nav .nav-next {
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform-origin: center right;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-stappen-full .stap-nav .nav-next a,
.mod-stappen-full .stap-nav .nav-next .text {
  float: right;
}
.mod-stappen-full .step-info-mobile {
  display: none;
}
.mod-stappen-full .stappen {
  width: 50%;
}
.mod-stappen-full .stappen .stap {
  height: 140px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen-full .stappen .stap .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen-full .stappen .stap .circle span {
  display: block;
  font-family: FFDINStdCondensedBold, sans-serif;
  text-align: center;
  color: #f59f86;
  line-height: 1em;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -54%);
}
.mod-stappen-full .stappen .stap .circle-line {
  height: 90%;
  width: 8px;
  background: #fff;
  position: absolute;
  right: -4px;
  bottom: 8px;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen-full .stappen .stap .circle-half {
  pointer-events: none;
  width: 84px;
  height: 42px;
  background-color: transparent;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border: 7px solid #fff;
  border-bottom: 0;
  position: absolute;
  right: -42px;
  bottom: -30px;
  transition: all 0.3s ease-in-out 0s;
}
.mod-stappen-full .stappen .stap .step-image {
  width: 250px;
  height: 250px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: 100px;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(-60px);
  opacity: 0;
}
.mod-stappen-full .stappen .stap .step-image img {
  display: none;
}
.mod-stappen-full .stappen .stap .step-info {
  width: 220px;
  position: absolute;
  top: 0;
  right: 80px;
  transform-origin: center right;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.5;
}
.mod-stappen-full .stappen .stap .step-info h3 {
  font-size: 36px;
  line-height: 0.7em;
  text-align: left;
  padding-left: 20px;
}
.mod-stappen-full .stappen .stap .step-info h3 span {
  font-size: 32px;
  display: block;
  padding-left: 20px;
}
.mod-stappen-full .stappen .stap:last-child .circle-line,
.mod-stappen-full .stappen .stap:last-child .circle-half {
  display: none;
}
.mod-stappen-full .stappen .stap.active {
  height: 170px;
}
.mod-stappen-full .stappen .stap.active .circle {
  background: #002a38;
}
.mod-stappen-full .stappen .stap.active .circle:before {
  background: #002a38;
}
.mod-stappen-full .stappen .stap.active .circle-line {
  background: #002a38;
}
.mod-stappen-full .stappen .stap.active .circle-half {
  border-color: #002a38;
}
.mod-stappen-full .stappen .stap.active .step-image {
  opacity: 1;
  transform: translateY(0);
}
.mod-stappen-full .stappen .stap.active .step-info {
  opacity: 1;
  transform: scale(1.3);
}
.mod-stappen-full .slick-step-articles {
  width: 450px;
  position: absolute;
  top: 0;
  right: 25px;
}
.mod-stappen-full .slick-step-articles .article-intro {
  font-family: FFDINStdCondensedLight, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.mod-stappen-full .slick-step-articles .article-actions {
  margin-top: 40px;
}
.mod-stappen-full .slick-step-articles .article-actions .button {
  margin: 0 10px 10px 0;
}
@media (max-width: 1280px) {
  .mod-stappen-full .stappen {
    width: 40%;
  }
  .mod-stappen-full .stappen .stap .step-image {
    width: 230px;
    height: 230px;
    left: -40px;
    top: -90px;
  }
  .mod-stappen-full .stappen .stap .step-info {
    width: 200px;
    right: 50px;
  }
  .mod-stappen-full .stappen .stap .step-info h3 {
    font-size: 32px;
  }
  .mod-stappen-full .stappen .stap .step-info h3 span {
    font-size: 28px;
  }
  .mod-stappen-full .stappen .stap.active {
    height: 170px;
  }
  .mod-stappen-full .stappen .stap.active .step-info {
    opacity: 1;
    transform: scale(1.15);
  }
  .mod-stappen-full .stap-nav {
    left: 49%;
  }
  .mod-stappen-full .slick-step-articles {
    width: 380px;
  }
  .mod-stappen-full .slick-step-articles .article-intro {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .mod-stappen-full .slick-step-articles .article-actions {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mod-stappen-full .step-info-mobile {
    display: block;
  }
  .mod-stappen-full .stappen {
    width: 110%;
    height: 50px;
    margin-bottom: 50px;
  }
  .mod-stappen-full .stappen .stap {
    width: 16%;
    height: 50px;
    float: left;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(0, 0, 0, 0);
  }
  .mod-stappen-full .stappen .stap .circle {
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
  }
  .mod-stappen-full .stappen .stap .circle span {
    font-size: 36px;
  }
  .mod-stappen-full .stappen .stap .circle-line {
    width: 90%;
    height: 7px;
    left: auto;
    right: 8px;
    top: 24px;
  }
  .mod-stappen-full .stappen .stap .circle-half {
    width: 37px;
    height: 74px;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
    border-top-right-radius: 0;
    border: 7px solid #fff;
    border-right: 0;
    position: absolute;
    right: -25px;
    top: -12px;
    bottom: auto;
  }
  .mod-stappen-full .stappen .stap .step-image {
    display: none;
  }
  .mod-stappen-full .stappen .stap .step-info {
    display: none;
  }
  .mod-stappen-full .stappen .stap.active {
    width: 18%;
    height: 50px;
  }
  .mod-stappen-full .stap-nav {
    width: 100%;
    height: auto;
    position: static;
    overflow: hidden;
    margin-top: 50px;
  }
  .mod-stappen-full .stap-nav .nav-prev,
  .mod-stappen-full .stap-nav .nav-next {
    position: static;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mod-stappen-full .stap-nav .nav-prev {
    float: left;
    width: 155px;
  }
  .mod-stappen-full .stap-nav .nav-next {
    float: right;
    width: 165px;
  }
  .mod-stappen-full .slick-step-articles {
    clear: both;
    width: 100%;
    position: static;
  }
}
@media (max-width: 560px) {
  .mod-stappen-full .stappen {
    width: 108%;
    height: 40px;
    margin-bottom: 50px;
  }
  .mod-stappen-full .stappen .stap {
    width: 16%;
    height: 40px;
  }
  .mod-stappen-full .stappen .stap .circle {
    width: 40px;
    height: 40px;
  }
  .mod-stappen-full .stappen .stap .circle span {
    font-size: 28px;
  }
  .mod-stappen-full .stappen .stap .circle-line {
    height: 6px;
    right: 0;
    top: 18px;
  }
  .mod-stappen-full .stappen .stap .circle-half {
    display: none;
  }
  .mod-stappen-full .stappen .stap.active .circle {
    transform: scale(1.35);
  }
}
.mod-cta {
  background-color: #003e52;
  margin: 40px 0 120px;
  position: relative;
  z-index: 5;
}
.mod-cta .col-left {
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.mod-cta .col-right .inner {
  padding-left: 60px;
  padding-bottom: 40px;
}
.mod-cta .col-right .article-header {
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.mod-cta .col-right .article-header:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -1500px;
  z-index: -1;
}
.mod-cta .col-right .article-header .title {
  padding: 10px 0 20px 40px;
  border-left: 7px solid #f59f86;
}
.mod-cta .col-right .article-output {
  margin: 40px 0;
}
.mod-cta .col-right .text-col-2 {
  columns: 2;
}
@media (max-width: 1480px) {
  .mod-cta .col-right .inner {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .mod-cta .col-left {
    width: 50%;
  }
  .mod-cta .col-right {
    width: 50%;
  }
  .mod-cta .col-right .inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-cta .col-left {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .mod-cta .col-left:before {
    display: block;
    content: "";
    width: 3000px;
    height: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -1500px;
    z-index: -1;
  }
  .mod-cta .col-right {
    width: 100%;
  }
  .mod-cta .col-right .article-header {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .mod-cta .col-right .article-header:before {
    display: none;
  }
  .mod-cta .col-right .article-header .title {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .mod-cta .col-right .text-col-2 {
    columns: 1;
  }
}
.mod-articles {
  position: relative;
  z-index: 10;
  margin-top: -100px;
}
.mod-articles .item {
  margin-bottom: 60px;
}
.mod-articles .item .article-image {
  margin-bottom: 30px;
}
.mod-articles .item .article-output {
  margin: 30px 0;
}
.bg-text {
  display: block;
  font-family: CasinoHand, sans-serif;
  font-size: 130px;
  line-height: 0.65em;
  text-transform: lowercase;
  color: #003e52;
  opacity: 0.05;
  position: absolute;
  top: -140px;
  left: -100px;
  z-index: -1;
}
.mod-werkwijze {
  background-color: #003e52;
  padding: 160px 0 80px;
}
.mod-werkwijze .container {
  position: relative;
  z-index: 5;
}
.mod-werkwijze .bg-text {
  color: #fff;
  top: -120px;
}
.mod-werkwijze .article-intro {
  font-size: 25px;
}
.mod-werkwijze .col-left .m-title {
  margin-bottom: 40px;
}
.mod-werkwijze .col-left .article-image {
  position: relative;
}
.mod-werkwijze .col-left .article-actions {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.mod-werkwijze .col-right .inner {
  padding-left: 60px;
}
.mod-werkwijze .c-accordeon {
  background: none;
  margin-bottom: 0;
}
.mod-werkwijze .c-accordeon .panel {
  border: none;
  padding: 10px 0;
}
.mod-werkwijze .c-accordeon .question {
  color: #6fb1c9;
  padding: 0 40px 0 0;
  font-size: 24px;
  text-transform: uppercase;
}
.mod-werkwijze .c-accordeon .question.open {
  color: #fff;
}
.mod-werkwijze .c-accordeon .question.open .circle {
  border: 1px solid #fff;
}
.mod-werkwijze .c-accordeon .question.open .circle .icon-plus-2 {
  display: none;
}
.mod-werkwijze .c-accordeon .question.open .circle .icon-minus {
  display: block;
}
.mod-werkwijze .c-accordeon .answer {
  padding: 20px 0 10px 0;
  color: #fff;
}
.mod-werkwijze .c-accordeon .answer p {
  color: #fff;
}
.mod-werkwijze .c-accordeon .answer a:hover {
  color: #fff;
}
@media (max-width: 1480px) {
  .mod-werkwijze .col-right .inner {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .mod-werkwijze .col-right .inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-werkwijze .col-left {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
  .mod-werkwijze .col-right {
    width: 100%;
    float: none;
  }
}
.mod-werkgebied {
  padding: 200px 0 20px;
}
.mod-werkgebied .container {
  position: relative;
  z-index: 5;
}
.mod-werkgebied .item {
  margin-bottom: 60px;
}
.mod-werkgebied .item .article-header {
  padding-left: 30px;
  border-left: 5px solid #b2c5cb;
  margin: 0 0 30px 0;
}
.mod-werkgebied .item .article-output {
  padding-left: 30px;
}
.mod-contacts {
  padding: 200px 0 80px;
}
.mod-contacts .container {
  position: relative;
  z-index: 5;
}
.mod-contacts .item {
  margin-bottom: 60px;
}
.mod-contacts .item .article-header {
  padding-left: 30px;
  border-left: 5px solid #b2c5cb;
  margin: 30px 0;
}
.mod-contacts .item .article-header .subtitle {
  font-size: 24px;
}
.mod-contacts .m-footer {
  position: relative;
}
.mod-contacts .m-footer .article-output {
  margin-right: 200px;
}
.mod-contacts .m-footer .article-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .mod-contacts .m-footer {
    position: relative;
  }
  .mod-contacts .m-footer .article-output {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mod-contacts .m-footer .article-actions {
    position: static;
  }
}
.mod-user-login {
  padding: 200px 0 60px;
}
.mod-user-login .com-users-login {
  max-width: 600px;
  margin: 0 auto;
}
.mod-user-login .com-users-login fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px;
}
.mod-user-login .com-users-login .control-group {
  margin-bottom: 15px;
}
.mod-user-login .com-users-login .control-group label {
  display: block;
  font-size: 85%;
  margin-bottom: 5px;
}
.mod-user-login .com-users-login .control-group input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  padding-left: 12px;
}
.mod-user-login .com-users-login .password-group button {
  display: none;
}
.mod-user-login .com-users-login__options {
  margin-top: 30px;
}
.mod-user-login .com-users-login__options a {
  display: inline-block;
  margin: 0 20px 15px 0;
}
.mod-user-login .com-users-login__options a:hover {
  color: #f59f86;
}
.mod-user-login .com-users-login__remember {
  padding: 15px 0;
}
.mod-user-login .form-control-feedback {
  display: none;
}
.p-0 {
  padding: 0;
}
.multi-btn a {
  margin-right: 30px;
  margin-bottom: 20px;
}
.c-border-l {
  position: relative;
  padding-left: 40px;
}
.c-border-l:before {
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  background: #f59f86;
  position: absolute;
  top: 0;
  left: 0;
}
.view-article .article-intro {
  font-family: FFDINStdCondensedLight, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #f59f86;
  margin-bottom: 60px;
}
.split-intro {
  columns: 2;
  column-gap: 40px;
}
@media (max-width: 576px) {
  .split-intro {
    columns: 1;
    column-gap: 0;
  }
}
.main-content .back-box {
  margin: 50px 0;
}
.main-content video {
  width: 100%;
  height: 100%;
}
.mod-header .article-header {
  margin-bottom: 60px;
}
.mod-page-intro {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .mod-page-intro {
    margin-bottom: 50px;
  }
}
.home-intranet {
  margin-top: 100px;
}
.home-intranet .article-output {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .home-intranet {
    margin-top: 50px;
  }
  .home-intranet .article-output {
    margin-top: 30px;
  }
}
.mod-page-intro-b {
  margin: 100px 0;
}
.mod-page-intro-b .article-actions a {
  margin-right: 30px;
  margin-bottom: 20px;
}
.mod-page-intro-b .article-output {
  margin: 30px 0;
}
.mod-page-intro-b .back-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mod-page-intro-b {
    margin: 50px 0;
  }
  .mod-page-intro-b .col-left {
    margin-bottom: 50px;
  }
}
.mod-filter {
  margin-bottom: 50px;
  padding: 50px 0;
}
.mod-pdf-viewer {
  background-color: #f0f3f5;
  padding: 100px 0;
}
.mod-pdf-viewer .article-actions a {
  margin-right: 30px;
  margin-bottom: 20px;
}
.mod-pdf-viewer .article-output {
  margin: 30px 0;
}
.mod-pdf-viewer .title {
  padding: 10px 0 20px 40px;
  border-left: 7px solid #f59f86;
}
.mod-pdf-viewer .pdf-viewer {
  width: 100%;
  height: 600px;
  background-color: #fff;
  margin: 50px 0;
}
@media (max-width: 576px) {
  .mod-pdf-viewer {
    padding: 50px 0;
  }
}
.mod-nav-blocks {
  margin: 50px 0;
}
.mod-nav-blocks .item {
  margin-bottom: 80px;
}
.mod-nav-blocks .inner {
  padding-left: 70px;
}
.mod-nav-blocks .article-image {
  position: relative;
  max-width: 400px;
}
.mod-nav-blocks .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f59f86;
  mix-blend-mode: multiply;
}
.mod-nav-blocks .article-actions {
  margin: 30px 0;
}
.mod-nav-blocks .circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #0a939f;
  position: absolute;
  bottom: 40px;
  left: -70px;
  transition: all 0.3s ease-in-out 0.1s;
}
.mod-content-intro {
  margin: 100px 0;
}
.mod-content-intro .article-output {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .mod-content-intro {
    margin: 50px 0;
  }
}
.mod-content-grid {
  margin-bottom: 100px;
}
.mod-content-grid .item {
  margin-bottom: 80px;
}
.mod-content-grid .intro-block {
  margin-bottom: 100px;
}
.mod-content-grid .article-output {
  margin: 30px 0;
}
@media (max-width: 576px) {
  .mod-content-grid {
    margin-bottom: 50px;
  }
  .mod-content-grid .item {
    margin-bottom: 40px;
  }
}
.mod-quick-menu {
  background-color: #003E52;
  padding: 50px 0;
  margin-bottom: 100px;
}
.mod-quick-menu h3 {
  margin-bottom: 20px;
}
.mod-quick-menu .article-actions {
  width: 200px;
}
.mod-quick-menu .article-actions a {
  margin-bottom: 30px;
}
.mod-quick-menu .article-actions a:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .mod-quick-menu {
    margin-bottom: 50px;
  }
}
.main-col {
  margin-bottom: 30px;
}
.main-col .article-output a {
  color: #0a939f;
}
.main-col .article-output a:hover {
  color: #f59f86;
}
.main-col .article-actions a {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .main-content .back-box {
    margin: 30px 0;
  }
}
.mod-quicknav {
  padding: 30px 0;
}
.mod-quicknav a {
  font-weight: bold;
  color: #003e52;
}
.mod-quicknav .article-actions {
  display: flex;
  flex-direction: column;
}
.mod-quicknav .article-actions a {
  margin-bottom: 5px;
}
.mod-partners,
.mod-samenwerkingsverbanden {
  margin: 100px 0;
}
.mod-partners .slick-partners,
.mod-samenwerkingsverbanden .slick-partners,
.mod-partners .slick-samenwerkingsverbanden,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden {
  width: calc(100% + 40px);
}
.mod-partners .slick-partners .slick-prev,
.mod-samenwerkingsverbanden .slick-partners .slick-prev,
.mod-partners .slick-samenwerkingsverbanden .slick-prev,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .slick-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-partners .slick-partners .slick-next,
.mod-samenwerkingsverbanden .slick-partners .slick-next,
.mod-partners .slick-samenwerkingsverbanden .slick-next,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod-partners .slick-partners .slick-dots,
.mod-samenwerkingsverbanden .slick-partners .slick-dots,
.mod-partners .slick-samenwerkingsverbanden .slick-dots,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: -40px;
}
.mod-partners .slick-partners .slick-dots li button:before,
.mod-samenwerkingsverbanden .slick-partners .slick-dots li button:before,
.mod-partners .slick-samenwerkingsverbanden .slick-dots li button:before,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .slick-dots li button:before {
  background: #fff;
  border: 1px solid #f59f86;
}
.mod-partners .slick-partners .slick-dots li.slick-active button:before,
.mod-samenwerkingsverbanden .slick-partners .slick-dots li.slick-active button:before,
.mod-partners .slick-samenwerkingsverbanden .slick-dots li.slick-active button:before,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .slick-dots li.slick-active button:before {
  background-color: #f59f86;
}
.mod-partners .slick-partners .item,
.mod-samenwerkingsverbanden .slick-partners .item,
.mod-partners .slick-samenwerkingsverbanden .item,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .item {
  padding-right: 40px;
}
.mod-partners .slick-partners .item .partner-logo-wrapper,
.mod-samenwerkingsverbanden .slick-partners .item .partner-logo-wrapper,
.mod-partners .slick-samenwerkingsverbanden .item .partner-logo-wrapper,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .item .partner-logo-wrapper {
  height: 200px;
  width: 100%;
}
.mod-partners .slick-partners .item .partner-logo-wrapper img,
.mod-samenwerkingsverbanden .slick-partners .item .partner-logo-wrapper img,
.mod-partners .slick-samenwerkingsverbanden .item .partner-logo-wrapper img,
.mod-samenwerkingsverbanden .slick-samenwerkingsverbanden .item .partner-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mod-partners,
  .mod-samenwerkingsverbanden {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mod-partners,
  .mod-samenwerkingsverbanden {
    margin-bottom: 60px;
  }
  .mod-partners .slick-dots,
  .mod-samenwerkingsverbanden .slick-dots {
    bottom: -40px;
  }
}
.mod-samenwerkingsverbanden {
  margin-bottom: 100px;
  margin-top: 0;
}
.mod-partner-showcase {
  padding: 100px 0;
  margin-bottom: 100px;
}
.mod-partner-showcase .partner-showcase-item {
  display: flex;
}
.mod-partner-showcase .partner-showcase-item .partner-showcase-logo-wrapper {
  height: 100%;
  width: 200px;
  flex: 0 0 auto;
  margin-right: 40px;
  margin-bottom: 40px;
}
.mod-partner-showcase .partner-showcase-item .partner-showcase-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-partner-showcase .partner-showcase-item .article-output {
  margin: 20px 0;
}
@media (max-width: 1299px) {
  .mod-partner-showcase .partner-showcase-item {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .mod-partner-showcase {
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .mod-partner-showcase .partner-showcase-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mod-partner-showcase {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .mod-partner-showcase .partner-showcase-item {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.before-grey-bg:before {
  content: "";
  display: block;
  width: calc(100% + 2500px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  background-color: #f8f8f8;
}
.mod-partnerships .partner-item {
  position: relative;
  padding: 80px 0;
}
.mod-partnerships .partner-item .article-image {
  height: 100%;
  width: 200px;
}
.mod-partnerships .partner-item:nth-child(odd):before {
  content: "";
  display: block;
  width: calc(100% + 2500px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  background-color: #f8f8f8;
}
.mod-partnerships .partner-item .partner-name .article-header {
  margin-bottom: 30px;
}
.mod-partnerships .partner-item .partner-info {
  padding-top: 60px;
}
.mod-partnerships .partner-item .partner-info .article-output {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mod-partnerships .partner-item {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .mod-partnerships .partner-item {
    padding: 60px 0;
  }
}
.mod-over-ons-intro .article-actions {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .mod-over-ons-intro {
    margin-bottom: 80px;
  }
  .mod-over-ons-intro .row {
    display: flex;
    flex-direction: column;
  }
  .mod-over-ons-intro .col-left {
    order: 2;
  }
  .mod-over-ons-intro .col-right {
    order: 1;
  }
  .mod-over-ons-intro .c-circle-thumbnail {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-intro {
    margin-bottom: 60px;
  }
  .mod-over-ons-intro .c-circle-thumbnail {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-intro {
    margin-bottom: 40px;
  }
}
.mod-over-ons-beleid {
  margin-bottom: 100px;
}
.mod-over-ons-beleid .article-actions {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mod-over-ons-beleid {
    margin-bottom: 80px;
  }
  .mod-over-ons-beleid .article-actions {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-beleid {
    margin-bottom: 60px;
  }
  .mod-over-ons-beleid .article-actions {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-beleid {
    margin-bottom: 40px;
  }
  .mod-over-ons-beleid .article-actions {
    margin-top: 30px;
  }
}
.mod-over-ons-werkwijzen {
  margin-bottom: 100px;
  padding: 100px 0;
}
.mod-over-ons-werkwijzen .article-output {
  margin: 30px 0;
}
.mod-over-ons-werkwijzen .article-image {
  margin-top: 80px;
}
.mod-over-ons-werkwijzen .article-image img {
  width: 100%;
  height: auto;
}
.mod-over-ons-werkwijzen .is-mobile {
  display: none;
}
@media (max-width: 991px) {
  .mod-over-ons-werkwijzen {
    margin-bottom: 80px;
    padding: 80px 0;
  }
  .mod-over-ons-werkwijzen .is-desktop {
    display: none;
  }
  .mod-over-ons-werkwijzen .is-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-werkwijzen {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-werkwijzen {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.mod-over-ons-werkmethodieken {
  margin-bottom: 100px;
}
.mod-over-ons-werkmethodieken h1 {
  margin-bottom: 30px;
}
.mod-over-ons-werkmethodieken .methodiek {
  margin-bottom: 50px;
}
.mod-over-ons-werkmethodieken .methodiek .article-output {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .mod-over-ons-werkmethodieken {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-werkmethodieken {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-werkmethodieken {
    margin-bottom: 40px;
  }
}
.mod-over-ons-werkgebied {
  margin-bottom: 100px;
}
.mod-over-ons-werkgebied .article-output {
  margin: 30px 0;
}
@media (max-width: 1279px) {
  .mod-over-ons-werkgebied {
    margin-bottom: 80px;
  }
  .mod-over-ons-werkgebied .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-werkgebied {
    margin-bottom: 60px;
  }
  .mod-over-ons-werkgebied .c-circle-thumbnail {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-werkgebied {
    margin-bottom: 40px;
  }
}
.mod-over-ons-organisatie h1 {
  margin-bottom: 30px;
}
.mod-over-ons-organisatie .organisation-item {
  margin-bottom: 50px;
}
.mod-over-ons-organisatie .organisation-item .article-output {
  margin: 20px 0;
}
.mod-over-ons-samenwerkingsverbanden-partners {
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.mod-over-ons-samenwerkingsverbanden-partners .article-output {
  margin: 30px 0;
}
.mod-over-ons-samenwerkingsverbanden-partners .inner {
  padding-bottom: 100px;
}
.mod-over-ons-samenwerkingsverbanden-partners .partners-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 260px;
  width: 100%;
}
.mod-over-ons-samenwerkingsverbanden-partners .partners-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mod-over-ons-samenwerkingsverbanden-partners .partner-logo-slider {
  margin-top: 30px;
  padding-bottom: 30px;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners {
  position: relative;
  width: calc(100% - 40px);
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .slick-prev {
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .slick-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .slick-dots li button:before {
  background: #fff;
  border: 1px solid #f59f86;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .slick-dots li.slick-active button:before {
  background-color: #f59f86;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .item {
  padding-left: 40px;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .item .partner-logo-wrapper {
  height: 200px;
  width: 100%;
}
.mod-over-ons-samenwerkingsverbanden-partners .slick-samenwerkingsverbanden-partners .item .partner-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .mod-over-ons-samenwerkingsverbanden-partners {
    margin-bottom: 80px;
    padding-top: 80px;
  }
  .mod-over-ons-samenwerkingsverbanden-partners .inner {
    padding-bottom: 80px;
  }
  .mod-over-ons-samenwerkingsverbanden-partners .partners-image {
    position: relative;
    left: unset;
    right: 0;
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .mod-over-ons-samenwerkingsverbanden-partners {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .mod-over-ons-samenwerkingsverbanden-partners .inner {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-samenwerkingsverbanden-partners {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .mod-over-ons-samenwerkingsverbanden-partners .inner {
    padding-bottom: 40px;
  }
}
.mod-over-ons-locaties {
  margin-bottom: 100px;
  padding: 100px 0;
}
.mod-over-ons-locaties h1 {
  margin: 30px 0;
}
.mod-over-ons-locaties .col-md-4 {
  margin-bottom: 50px;
}
.mod-over-ons-locaties .col-md-4:last-child {
  margin-bottom: 0;
}
.mod-over-ons-locaties .location-item .article-image {
  margin-bottom: 30px;
  height: 330px;
}
.mod-over-ons-locaties .location-item .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-over-ons-locaties .location-item .article-output {
  margin: 20px 0;
}
.mod-over-ons-locaties .location-item .adres-container {
  color: #e56626;
}
@media (max-width: 991px) {
  .mod-over-ons-locaties {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mod-over-ons-locaties {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .mod-over-ons-locaties {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.mod-extra-intro {
  padding-top: 150px;
}
.mod-extra-intro .inner {
  display: flex;
}
.mod-extra-intro .col-left {
  width: 65%;
}
.mod-extra-intro .col-left .intro-title {
  font-size: 32px;
}
.mod-extra-intro .col-left .article-actions {
  margin-top: 30px;
}
.mod-extra-intro .col-right {
  display: flex;
  justify-content: flex-end;
  width: 35%;
}
.mod-extra-intro .col-right .c-circle-thumbnail {
  width: 300px;
  height: 300px;
}
.slick-ervaringen {
  width: 900px;
}
.slick-ervaringen .slick-list {
  overflow: visible !important;
}
.slick-ervaringen .item {
  transition: all 0.4s ease-in-out 0s;
}
.slick-ervaringen .item .inner {
  width: 530px;
  padding-left: 100px;
  transition: all 0.4s ease-in-out 0s;
}
.slick-ervaringen .item .article-image {
  height: 500px;
  background-position: center center;
  background-size: 1000px auto;
  position: relative;
}
.slick-ervaringen .item .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f59f86;
  mix-blend-mode: multiply;
  transition: all 0.4s ease-in-out 0s;
}
.slick-ervaringen .item .article-image img {
  display: none;
}
.slick-ervaringen .item .article-image .circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  left: -45px;
  transition: all 0.3s ease-in-out 0.1s;
}
.slick-ervaringen .item .article-image .h2 {
  max-width: 550px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.slick-ervaringen .item .article-info {
  width: 700px;
  position: relative;
  z-index: 2;
  padding: 20px 0 0 0;
  transition: all 0.3s ease-in-out 0s;
}
.slick-ervaringen .item .article-info .thema-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.slick-ervaringen .item .article-info .h4 {
  width: 430px;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 60px;
  left: 0;
}
.slick-ervaringen .item .article-info .article-output {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.slick-ervaringen .item .article-info .button-nav {
  position: absolute;
  bottom: 3px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  left: -30px;
}
.slick-ervaringen .slick-active .item .inner {
  width: 100% !important;
  padding-left: 0;
}
.slick-ervaringen .slick-active .item .article-image:before {
  opacity: 0;
}
.slick-ervaringen .slick-active .item .article-image .h2 {
  opacity: 1;
  left: 80px;
}
.slick-ervaringen .slick-active .item .article-info {
  padding-left: 80px;
}
.slick-ervaringen .slick-active .item .article-info .h4 {
  opacity: 0;
}
.slick-ervaringen .slick-active .item .article-info .article-output {
  opacity: 1;
}
.slick-ervaringen .slick-active .item .article-info .button-nav {
  opacity: 1;
  left: 0;
}
@media (max-width: 1480px) {
  .slick-ervaringen {
    width: 800px;
  }
  .slick-ervaringen .item .article-image {
    height: 450px;
  }
}
@media (max-width: 1280px) {
  .slick-ervaringen {
    width: 700px;
  }
  .slick-ervaringen .item .article-image {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .slick-ervaringen {
    width: 100%;
  }
  .slick-ervaringen .item .article-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slick-ervaringen .item {
    opacity: 0;
  }
  .slick-ervaringen .item .inner {
    width: 100% !important;
    padding-left: 0;
  }
  .slick-ervaringen .item .article-info {
    width: 100%;
  }
  .slick-ervaringen .slick-active .item {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .slick-ervaringen .item .article-image {
    height: 340px;
  }
}
.slick-themas .item {
  text-align: center;
}
.slick-themas .item .article-header {
  margin-bottom: 20px;
}
.slick-themas .item .article-header .thema-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.slick-themas .item .article-header .h3 {
  font-size: 25px;
}
.slick-themas .item .article-output {
  margin-bottom: 20px;
}
.slick-themas .item .article-output h2,
.slick-themas .item .article-output h3,
.slick-themas .item .article-output h4 {
  font-family: FFDINStdCondensedBold, sans-serif;
  font-size: 25px;
  color: #fff;
}
.thema-full-slider-box {
  position: relative;
}
.thema-full-slider-box .thema-full-navbuttons {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.thema-full-slider-box .nav-prev {
  float: left;
  position: relative;
  left: -60px;
  pointer-events: auto;
}
.thema-full-slider-box .nav-next {
  float: right;
  position: relative;
  right: -60px;
  pointer-events: auto;
}
.thema-full-slider-box .nav-prev,
.thema-full-slider-box .nav-next {
  height: 40px;
}
.thema-full-slider-box .nav-prev .text,
.thema-full-slider-box .nav-next .text {
  display: none;
}
.slick-themas-full .slick-dots {
  bottom: -50px;
}
.slick-themas-full .item {
  overflow: hidden;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 0;
}
.slick-themas-full .item .col-left,
.slick-themas-full .item .col-right {
  float: left;
  width: 50%;
}
.slick-themas-full .item .item-actions {
  clear: both;
  padding-top: 50px;
  padding-left: 30px;
}
.slick-themas-full .item .item-actions .button {
  margin-right: 20px;
}
.slick-themas-full .item .item-actions .goto-stappenplan {
  margin-right: 0;
  float: right;
}
.slick-themas-full .item .item-links {
  clear: both;
  padding-top: 20px;
  padding-left: 30px;
  color: #6fb1c9;
  font-size: 14px;
}
.slick-themas-full .item .item-links a {
  display: inline-block;
  color: #6fb1c9;
  text-decoration: underline;
  margin-right: 10px;
}
.slick-themas-full .item .item-links a:hover {
  color: #f59f86;
}
.slick-themas-full .col-right {
  position: relative;
}
.slick-themas-full .col-right .article-image {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-themas-full .col-right .article-image img {
  display: none;
}
.slick-themas-full .slick-active .item {
  opacity: 1;
}
@media (max-width: 1280px) {
  .slick-themas-full .item .col-right .article-image {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 991px) {
  .slick-themas-full .item .col-left {
    width: 60%;
  }
  .slick-themas-full .item .col-right {
    width: 40%;
  }
  .slick-themas-full .item .col-right .article-image {
    width: 240px;
    height: 240px;
    transform: translate(-58%, -50%);
  }
}
@media (max-width: 840px) {
  .thema-full-slider-box .nav-prev {
    left: -30px;
  }
  .thema-full-slider-box .nav-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .thema-full-slider-box {
    margin: 0;
  }
  .thema-full-slider-box .thema-full-navbuttons {
    width: 100%;
    position: static;
    transform: translateY(0);
    margin-top: 60px;
  }
  .thema-full-slider-box .nav-prev,
  .thema-full-slider-box .nav-next {
    position: relative;
    cursor: pointer;
  }
  .thema-full-slider-box .nav-prev .text,
  .thema-full-slider-box .nav-next .text {
    font-family: FFDINStdCondensedBold, sans-serif;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
  }
  .thema-full-slider-box .nav-prev {
    float: left;
    left: 0;
  }
  .thema-full-slider-box .nav-prev .text {
    position: absolute;
    top: 0;
    left: 50px;
  }
  .thema-full-slider-box .nav-next {
    float: right;
    right: 0;
  }
  .thema-full-slider-box .nav-next .text {
    position: absolute;
    top: 0;
    right: 50px;
  }
  .slick-themas-full .item .col-left {
    width: 100%;
    float: none;
  }
  .slick-themas-full .item .col-right {
    display: none;
  }
  .slick-themas-full .item .item-actions {
    padding-top: 40px;
    padding-left: 0;
  }
  .slick-themas-full .item .item-links {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 580px) {
  .slick-themas-full .item .item-actions a {
    margin-bottom: 20px;
  }
  .slick-themas-full .item .item-actions .goto-stappenplan {
    float: none;
  }
}
.c-accordeon {
  width: 100%;
  background-color: #f0f3f5;
  margin-bottom: 60px;
}
.c-accordeon .panel {
  padding: 18px 8px;
  border-bottom: 1px solid #fff;
  line-height: 1.4em;
}
.c-accordeon .question {
  font-size: 20px;
  line-height: 1.2em;
  color: #6fb1c9;
  padding: 0 40px 0 15px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.c-accordeon .question .circle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #6fb1c9;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.c-accordeon .question .circle .icon-plus-2,
.c-accordeon .question .circle .icon-minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-accordeon .question .circle .icon-minus {
  display: none;
}
.c-accordeon .question.open {
  color: #003e52;
}
.c-accordeon .question.open .circle {
  border: 1px solid #003e52;
}
.c-accordeon .question.open .circle .icon-plus-2 {
  display: none;
}
.c-accordeon .question.open .circle .icon-minus {
  display: block;
}
.c-accordeon .answer {
  padding: 20px 0 10px 15px;
  color: #003e52;
}
.c-accordeon .answer p {
  color: #003e52;
}
.c-accordeon .answer p:last-child {
  margin: 0;
}
.c-accordeon .answer a:hover {
  color: #002a38;
}
.cat-itemxx .bgimg {
  height: 220px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cat-itemxx .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5a2c34;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.cat-itemxx .bgimg .actionbar {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #282e2e;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.cat-itemxx .bgimg .actionbar .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.cat-itemxx .title-box {
  padding: 20px 0 0;
}
.cat-itemxx .title-box h2 {
  font-size: 16px;
  line-height: 1.4em;
}
.cat-itemxx .title-box .goto {
  display: none;
}
.cat-itemxx:hover .bgimg:before {
  opacity: 0.6;
}
.cat-itemxx:hover .bgimg .actionbar {
  background-color: #0a939f;
}
.c-circle-thumbnail {
  width: 400px;
  height: 400px;
}
.c-circle-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.c-tab-nav {
  overflow: hidden;
  margin-bottom: 40px;
}
.c-tab-nav a {
  display: block;
  float: left;
  padding: 10px 20px;
  background-color: #f59f86;
  color: #fff;
  margin: 0 10px 10px 0;
  text-decoration: none !important;
}
.c-tab-nav a:hover {
  background-color: #6fb1c9;
  color: #fff;
}
.c-tab-nav a.selected {
  background-color: #4d889d;
  color: #fff;
}
.cat-group .category-header {
  margin-bottom: 30px;
}
.cat-grid .cat-item {
  margin-bottom: 80px;
}
.cat-grid .cat-item .article-image {
  min-height: 400px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cat-grid .cat-item .article-image img {
  display: none;
}
.cat-grid .cat-item .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f59f86;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 1;
}
.cat-grid .cat-item .article-image .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0a939f;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: -40px;
  transition: all 0.3s ease-in-out 0.1s;
}
.cat-grid .cat-item .article-info .thema-title {
  margin-bottom: 15px;
}
.cat-grid .cat-item .article-output {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cat-grid .cat-item .article-output h1,
.cat-grid .cat-item .article-output h2,
.cat-grid .cat-item .article-output h3,
.cat-grid .cat-item .article-output h4 {
  font-size: 24px;
}
.cat-grid .cat-item .article-output a {
  color: #e56626;
}
.cat-grid .cat-item .button .inner-wrap {
  width: 0px;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cat-grid .cat-item.type-b {
  color: #fff;
}
.cat-grid .cat-item.type-b .article-image {
  min-height: 500px;
}
.cat-grid .cat-item:hover .article-image:before {
  opacity: 0;
}
.cat-grid .cat-item:hover .article-image .circle {
  transform: scale(1.15);
}
.cat-grid .cat-item:hover .button .inner-wrap {
  width: auto;
  padding: 0 15px;
  opacity: 1;
}
.cat-grid .cat-item:nth-child(3n+1) .inner {
  margin: 0 40px 0 0;
}
.cat-grid .cat-item:nth-child(3n+2) .inner {
  margin: 0 20px;
}
.cat-grid .cat-item:nth-child(3n+3) .inner {
  margin: 0 0 0 40px;
}
@media (max-width: 1480px) {
  .cat-grid .cat-item.type-b .article-image {
    min-height: 420px;
  }
}
@media (max-width: 1280px) {
  .cat-grid .cat-item .article-image {
    min-height: 320px;
  }
  .cat-grid .cat-item .h2 {
    font-size: 32px;
  }
  .cat-grid .cat-item.type-b .article-image {
    min-height: 320px;
  }
  .cat-grid .cat-item:nth-child(3n+1) .inner {
    margin: 0 10px 0 0;
  }
  .cat-grid .cat-item:nth-child(3n+2) .inner {
    margin: 0 5px;
  }
  .cat-grid .cat-item:nth-child(3n+3) .inner {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .cat-grid .cat-item:nth-child(3n+1) .inner,
  .cat-grid .cat-item:nth-child(3n+2) .inner,
  .cat-grid .cat-item:nth-child(3n+3) .inner {
    margin: 0;
  }
  .cat-grid .cat-item .article-image .circle {
    width: 70px;
    height: 70px;
    bottom: 30px;
    left: -30px;
  }
  .cat-grid .cat-item.type-b .article-image {
    min-height: 380px;
  }
  .cat-grid .cat-item .article-output h1,
  .cat-grid .cat-item .article-output h2,
  .cat-grid .cat-item .article-output h3,
  .cat-grid .cat-item .article-output h4 {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .cat-grid .cat-item .article-image {
    min-height: 280px;
  }
  .cat-grid .cat-item .h2 {
    font-size: 28px;
  }
  .cat-grid .cat-item.type-b .article-image {
    min-height: 300px;
  }
}
@media (max-width: 540px) {
  .cat-grid .cat-item .article-image {
    min-height: 220px;
  }
  .cat-grid .cat-item .h2 {
    font-size: 28px;
  }
  .cat-grid .cat-item.type-b .article-image {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  .cat-grid .cat-item {
    width: 100%;
    float: none;
  }
  .cat-grid .cat-item .article-image {
    min-height: 240px;
  }
  .cat-grid .cat-item .h2 {
    font-size: 28px;
  }
  .cat-grid .cat-item.type-b .article-image {
    min-height: 300px;
  }
}
/* ==========================================================================
	MOZAIC
   ========================================================================== */
.mozaic {
  background-size: contain;
  background-color: rgba(12, 56, 125, 0);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 12;
  pointer-events: none;
}
/* WIDTHS */
.mzw-1 {
  width: 120px;
}
.mzw-2 {
  width: 240px;
}
.mzw-3 {
  width: 360px;
}
.mzw-4 {
  width: 480px;
}
.mzw-5 {
  width: 600px;
}
.mzw-6 {
  width: 720px;
}
.mzw-7 {
  width: 840px;
}
.mzw-8 {
  width: 960px;
}
/* HEIGHTS */
.mzh-1 {
  height: 120px;
}
.mzh-2 {
  height: 240px;
}
.mzh-3 {
  height: 360px;
}
.mzh-4 {
  height: 480px;
}
.mzh-5 {
  height: 600px;
}
.mzh-6 {
  height: 720px;
}
.mzh-7 {
  height: 840px;
}
.mzh-8 {
  height: 960px;
}
@media (max-width: 1280px) {
  /* WIDTHS */
  .mzw-1 {
    width: 103px;
  }
  .mzw-2 {
    width: 206px;
  }
  .mzw-3 {
    width: 309px;
  }
  .mzw-4 {
    width: 412px;
  }
  .mzw-5 {
    width: 515px;
  }
  .mzw-6 {
    width: 618px;
  }
  .mzw-7 {
    width: 721px;
  }
  .mzw-8 {
    width: 824px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 103px;
  }
  .mzh-2 {
    height: 206px;
  }
  .mzh-3 {
    height: 309px;
  }
  .mzh-4 {
    height: 412px;
  }
  .mzh-5 {
    height: 515px;
  }
  .mzh-6 {
    height: 618px;
  }
  .mzh-7 {
    height: 721px;
  }
  .mzh-8 {
    height: 824px;
  }
}
@media (max-width: 991px) {
  /* WIDTHS */
  .mzw-1 {
    width: 80px;
  }
  .mzw-2 {
    width: 160px;
  }
  .mzw-3 {
    width: 240px;
  }
  .mzw-4 {
    width: 320px;
  }
  .mzw-5 {
    width: 400px;
  }
  .mzw-6 {
    width: 480px;
  }
  .mzw-7 {
    width: 560px;
  }
  .mzw-8 {
    width: 640px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 80px;
  }
  .mzh-2 {
    height: 160px;
  }
  .mzh-3 {
    height: 240px;
  }
  .mzh-4 {
    height: 320px;
  }
  .mzh-5 {
    height: 400px;
  }
  .mzh-6 {
    height: 480px;
  }
  .mzh-7 {
    height: 560px;
  }
  .mzh-8 {
    height: 640px;
  }
}
@media (max-width: 767px) {
  /* WIDTHS */
  .mzw-1 {
    width: 70px;
  }
  .mzw-2 {
    width: 140px;
  }
  .mzw-3 {
    width: 210px;
  }
  .mzw-4 {
    width: 280px;
  }
  .mzw-5 {
    width: 350px;
  }
  .mzw-6 {
    width: 420px;
  }
  .mzw-7 {
    width: 490px;
  }
  .mzw-8 {
    width: 560px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 120px;
  }
  .mzh-2 {
    height: 240px;
  }
  .mzh-3 {
    height: 360px;
  }
  .mzh-4 {
    height: 480px;
  }
  .mzh-5 {
    height: 600px;
  }
  .mzh-6 {
    height: 720px;
  }
  .mzh-7 {
    height: 840px;
  }
  .mzh-8 {
    height: 960px;
  }
}
/* BACKGROUNDS */
.mz-a {
  background-image: url(../img/svg/mz-a.svg);
}
.mz-b {
  background-image: url(../img/svg/mz-b.svg);
}
.mz-c {
  background-image: url(../img/svg/mz-c.svg);
}
.mz-d {
  background-image: url(../img/svg/mz-d.svg);
}
.mz-e {
  background-image: url(../img/svg/mz-e.svg);
}
.mz-f {
  background-image: url(../img/svg/mz-f.svg);
}
.mz-g {
  background-image: url(../img/svg/mz-g.svg);
}
.mz-h {
  background-image: url(../img/svg/mz-h.svg);
}
.mz-i {
  background-image: url(../img/svg/mz-i.svg);
}
.mz-j {
  background-image: url(../img/svg/mz-j.svg);
}
.mz-k {
  background-image: url(../img/svg/mz-k.svg);
}
.mz-l {
  background-image: url(../img/svg/mz-l.svg);
}
.mz-m {
  background-image: url(../img/svg/mz-m.svg);
}
/* MOZAIC IMAGE TILES*/
.mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden;
}
.mozaic-image img {
  display: none;
}
.mozaic-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0c5a55;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.mozaic-image.tr-yellow:after {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: #fbe200;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mozaic-image:hover:before {
  opacity: 0;
  transform: scale(0.7);
}
.mod-banner-home .mz-m {
  left: 50%;
  top: 0;
  transform: translate(360px, 0);
}
.mod-info .mz-h {
  left: 50%;
  top: 0;
  transform: translate(-120px, -240px);
}
.mod-banner-detail .mozaic {
  left: 50%;
  bottom: 0;
}
.mod-banner-detail .mz-a,
.mod-banner-detail .mz-k {
  transform: translate(-480px, 240px);
}
.mod-banner-detail .mz-b,
.mod-banner-detail .mz-l {
  transform: translate(0, 360px);
}
.mod-banner .mz-i {
  left: 50%;
  bottom: 0;
  transform: translate(600px, 0);
}
.mod-banner-volg .mz-j {
  left: 50%;
  bottom: 0;
  transform: translate(-600px, 0);
  margin-left: 10px;
}
.mod-about .mozaic-wall {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20px, 240px);
}
.mod-about .mz-f {
  left: 0;
  top: 0;
  transform: translate(-240px, -240px);
}
.mod-about .mz-g {
  left: 0;
  bottom: 0;
  transform: translate(-240px, 120px);
}
.section-detail-info .mozaic-image {
  transform: translate(120px, 0);
}
.section-detail-info .mz-e {
  left: 50%;
  bottom: 0;
  transform: translate(600px, -360px);
}
.section-detail-description .mz-c {
  left: 50%;
  bottom: 0;
  transform: translate(360px, 0);
}
.section-detail-description.type-b .mz-c {
  transform: translate(360px, -120px);
}
.section-detail-images .mz-image-1 {
  margin-right: 120px;
}
.section-detail-images .mz-d {
  left: 50%;
  bottom: 0;
  transform: translate(-360px, 0);
}
.section-wat-we-bieden .mz-e {
  right: 0;
  bottom: 0;
  transform: translate(120px, 0);
}
@media (max-width: 1480px) {
  .mod-banner .mz-i {
    transform: translate(498px, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 62px;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 18px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-home .mz-m {
    transform: translate(309px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-103px, -206px);
  }
  .mod-banner .mz-i {
    transform: translate(0, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 75px;
  }
  .mod-banner-detail .mz-a,
  .mod-banner-detail .mz-k {
    transform: translate(-412px, 206px);
  }
  .mod-banner-detail .mz-b,
  .mod-banner-detail .mz-l {
    transform: translate(0, 309px);
  }
  .mod-about .mozaic-wall {
    transform: translate(20px, 206px);
  }
  .mod-about .mz-f {
    transform: translate(-206px, -206px);
  }
  .mod-about .mz-g {
    transform: translate(0, 103px);
  }
  .section-detail-description .mozaic-image {
    transform: translate(206px, 0);
    margin-left: -59px;
  }
  .section-detail-description .mz-c {
    transform: translate(309px, 0);
    margin-left: 44px;
  }
  .section-detail-description.type-b .mozaic-image {
    transform: translate(0, 0);
    margin-left: 0;
  }
  .section-detail-description.type-b .mz-c {
    transform: translate(309px, -103px);
    margin-left: 0;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 0;
  }
  .section-detail-images .mz-d {
    transform: translate(-309px, 0);
    margin-left: 44px;
  }
  .section-wat-we-bieden .mz-e {
    transform: translate(103px, 0);
  }
  .section-detail-info .mozaic-image {
    transform: translate(103px, 0);
    margin-left: -59px;
  }
  .section-detail-info .mz-e {
    transform: translate(515px, -309px);
    margin-left: -59px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .mz-m {
    transform: translate(160px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-80px, -160px);
  }
  .mod-banner-volg .mz-j {
    margin-left: 90px;
  }
}
.c-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 8888;
  transition: all 0.3s ease-in-out;
}
.show-filters .c-overlay {
  left: 0;
}
.c-ajax-loader {
  display: block;
  width: 100%;
  height: 160px;
  clear: both;
  background-image: url(../img/loader.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.ajax-result-state {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.ajax-result-state .notice {
  font-family: FFDINStdCondensedBold, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
.product-ajax-output {
  min-height: 160px;
  position: relative;
}
.product-ajax-output.loading:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
.product-ajax-output .result-state {
  clear: both;
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
.mod-filter {
  background-color: #f0f3f5;
}
.mod-product-filter,
.mod-filter-mw,
.mod-filter-bgm {
  padding: 50px 0 20px;
  background-color: #f0f3f5;
}
.mod-product-filter .filter-header,
.mod-filter-mw .filter-header,
.mod-filter-bgm .filter-header {
  margin-bottom: 20px;
}
.mod-product-filter .filter-header .title,
.mod-filter-mw .filter-header .title,
.mod-filter-bgm .filter-header .title {
  text-transform: uppercase;
}
.mod-product-filter .filter-header .filter-toggle,
.mod-filter-mw .filter-header .filter-toggle,
.mod-filter-bgm .filter-header .filter-toggle {
  display: none;
}
.mod-product-filter .filter-body .filter-box,
.mod-filter-mw .filter-body .filter-box,
.mod-filter-bgm .filter-body .filter-box,
.mod-product-filter .filter-body .filter-box-a,
.mod-filter-mw .filter-body .filter-box-a,
.mod-filter-bgm .filter-body .filter-box-a,
.mod-product-filter .filter-body .filter-box-b,
.mod-filter-mw .filter-body .filter-box-b,
.mod-filter-bgm .filter-body .filter-box-b {
  margin-bottom: 20px;
}
.mod-product-filter .filter-body .filter-box .filter-title,
.mod-filter-mw .filter-body .filter-box .filter-title,
.mod-filter-bgm .filter-body .filter-box .filter-title,
.mod-product-filter .filter-body .filter-box-a .filter-title,
.mod-filter-mw .filter-body .filter-box-a .filter-title,
.mod-filter-bgm .filter-body .filter-box-a .filter-title,
.mod-product-filter .filter-body .filter-box-b .filter-title,
.mod-filter-mw .filter-body .filter-box-b .filter-title,
.mod-filter-bgm .filter-body .filter-box-b .filter-title {
  display: block;
  font-family: FFDINStdCondensedBold, sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
}
.mod-product-filter .filter-body .filter-box .filter-toggle-advanced,
.mod-filter-mw .filter-body .filter-box .filter-toggle-advanced,
.mod-filter-bgm .filter-body .filter-box .filter-toggle-advanced,
.mod-product-filter .filter-body .filter-box-a .filter-toggle-advanced,
.mod-filter-mw .filter-body .filter-box-a .filter-toggle-advanced,
.mod-filter-bgm .filter-body .filter-box-a .filter-toggle-advanced,
.mod-product-filter .filter-body .filter-box-b .filter-toggle-advanced,
.mod-filter-mw .filter-body .filter-box-b .filter-toggle-advanced,
.mod-filter-bgm .filter-body .filter-box-b .filter-toggle-advanced {
  display: none;
}
.mod-product-filter .filter-body .filter-options,
.mod-filter-mw .filter-body .filter-options,
.mod-filter-bgm .filter-body .filter-options {
  overflow: hidden;
}
.mod-product-filter .filter-body .filter-option,
.mod-filter-mw .filter-body .filter-option,
.mod-filter-bgm .filter-body .filter-option {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 90%;
  background-color: #cfdde2;
  padding: 4px 12px 6px;
  border-radius: 2px;
  opacity: 0.6;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.mod-product-filter .filter-body .filter-option input,
.mod-filter-mw .filter-body .filter-option input,
.mod-filter-bgm .filter-body .filter-option input {
  display: none;
}
.mod-product-filter .filter-body .filter-option:hover,
.mod-filter-mw .filter-body .filter-option:hover,
.mod-filter-bgm .filter-body .filter-option:hover {
  opacity: 1;
}
.mod-product-filter .filter-body .filter-option.selected,
.mod-filter-mw .filter-body .filter-option.selected,
.mod-filter-bgm .filter-body .filter-option.selected {
  background-color: #f59f86;
  color: #fff;
  opacity: 1;
}
.mod-product-filter .filter-trigger-mobile,
.mod-filter-mw .filter-trigger-mobile,
.mod-filter-bgm .filter-trigger-mobile {
  display: none;
}
.mod-product-filter .filter-footer,
.mod-filter-mw .filter-footer,
.mod-filter-bgm .filter-footer {
  display: none;
}
.mod-filter-action {
  display: none;
  padding: 40px 0 0;
}
.product-ajax-actions {
  text-align: center;
}
@media (max-width: 9px) {
  .mod-filter-action {
    display: block;
  }
  .mod-product-filter {
    width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f0f3f5;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -340px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: unset;
  }
  .mod-product-filter .filter-box {
    width: 100% !important;
    float: none;
    padding: 0 20px 30px 20px;
  }
  .mod-product-filter .filter-box.main-filter {
    margin: 0;
  }
  .mod-product-filter .filter-box .filter-title {
    text-align: left;
  }
  .mod-product-filter .filter-options .filter-option {
    display: block;
    margin: 0 8px 8px 0 !important;
  }
  .mod-product-filter .filter-header {
    display: block;
    height: 70px;
    padding: 20px 20px;
    background-color: #002a38;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
  }
  .mod-product-filter .filter-header .title {
    margin-bottom: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1em;
  }
  .mod-product-filter .filter-header .filter-toggle {
    display: block;
    font-size: 24px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .mod-product-filter .filter-body {
    width: 100%;
    height: calc(100% - 140px);
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 30px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .mod-product-filter .filter-footer {
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #002a38;
    text-align: center;
    padding-top: 17px;
  }
  .mod-product-filter .filter-footer .filter-toggle {
    display: block;
    color: #fff;
  }
  .show-filters .mod-product-filter {
    left: 0;
  }
}
@media (max-width: 680px) {
  .mod-product-filter {
    padding: 30px 0 10px;
  }
  .mod-product-filter .filter-header {
    display: none;
  }
  .mod-product-filter .filter-body .filter-box {
    margin-bottom: 5px;
  }
  .mod-product-filter .filter-body .filter-options .filter-option {
    display: block;
    margin: 0 8px 8px 0 !important;
    padding: 2px 11px 4px;
  }
  .mod-product-filter .filter-trigger-mobile {
    display: block;
    margin-bottom: 10px;
  }
  .mod-product-filter .filter-trigger-mobile a {
    color: #003e52;
    text-decoration: underline;
  }
  .mod-product-filter .filter-trigger-mobile a:hover {
    color: #f59f86;
    text-decoration: none;
  }
  .mod-product-filter .filter-box-b {
    display: none;
  }
  .mod-product-filter .filter-box-b .filter-title {
    position: relative;
  }
  .mod-product-filter .filter-box-b .filter-title .filter-toggle-advanced {
    display: block;
    float: right;
    font-family: FFDINStdLight, sans-serif;
    font-size: 16px;
    color: #003e52;
    text-decoration: underline;
  }
  .mod-product-filter .filter-box-b .filter-title .filter-toggle-advanced:hover {
    color: #f59f86;
    text-decoration: none;
  }
  .mod-product-filter.show-advanced .filter-trigger-mobile {
    display: none;
  }
  .mod-product-filter.show-advanced .filter-box-b {
    display: block;
    margin-top: 20px;
  }
}
