:root {
  --blue: #003A70;
  --blue2: #19274F;
  --pink: #F5A4A1;
  --pink2: #f5b5ac;
  --mint: #A6D3BA;
  --light: #FCFBF7;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: aaux-next, sans-serif;
  font-size: 19px;
  line-height: 1.6em;
  color: var(--blue);
  font-weight: 400;
  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: #05334B;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #05334B;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerx {
  background: rgba(75, 125, 88, 0.05);
}
.rowx {
  background: rgba(0, 0, 0, 0.1);
}
.plx {
  pointer-events: none;
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
.indented {
  margin: 0 20px;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #05334B;
}
.bg-light {
  background-color: var(--light);
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: ff-cocon-pro, sans-serif;
  line-height: 1.2em;
  margin: 0 0 15px;
  color: var(--blue);
  font-weight: 400;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  color: var(--pink);
}
.f1 {
  font-family: aaux-next, sans-serif;
}
.f2 {
  font-family: aaux-next, sans-serif;
}
.f3 {
  font-family: aaux-next, sans-serif;
}
.f4 {
  font-family: ff-cocon-pro, sans-serif;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: aaux-next, sans-serif;
}
h0,
.h0 {
  font-size: 50px;
}
h1,
.h1 {
  font-size: 50px;
}
.h2a {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 42px;
  }
  h1,
  .h1 {
    font-size: 44px;
  }
  .h2a {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  .h2a {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h0,
  .h0 {
    font-size: 38px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  .h2a {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
.t-white {
  color: #fff;
}
.t-dark {
  color: #05334B;
}
.t-gold {
  color: #a58354;
}
.t-blue {
  color: var(--blue);
}
.t-blue-m {
  color: #092750;
}
.t-blue-s {
  color: #0f254e;
}
.t-pink {
  color: var(--pink);
}
.t-mint {
  color: var(--mint);
}
.t-red {
  color: #c70023;
}
.t-upper {
  text-transform: uppercase;
}
.t-lower {
  text-transform: lowercase;
}
.t-none {
  text-transform: none;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.px-left-indent {
  padding-left: 100px;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-header.border-red {
  border-left: 5px solid #c70023;
  padding-left: 25px;
}
.article-header.border-white {
  border-left: 2px solid #fff;
  padding-left: 25px;
}
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  color: var(--pink);
}
.article-output h1 {
  font-size: 50px;
}
.article-output h2 {
  font-size: 30px;
}
.article-output h3 {
  font-size: 22px;
}
.article-output h4 {
  font-size: 18px;
}
.article-output p {
  margin-bottom: 20px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output a {
  color: var(--mint);
  text-decoration: underline;
}
.article-output a:hover {
  text-decoration: none;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #05334B;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.article-single .article-output a {
  color: var(--mint);
  text-decoration: underline;
  font-weight: bold;
}
.article-single .article-output a:hover {
  text-decoration: none;
}
.article-single .article-output ul {
  margin: 0 0 30px;
}
.article-single .article-output ul li {
  margin-left: 5px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.article-single .article-output ul li i {
  font-size: 80%;
  color: var(--pink);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #05334B;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .article-output h1 {
    font-size: 32px;
  }
  .article-output h2 {
    font-size: 28px;
  }
  .article-output h3 {
    font-size: 22px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-output h1 {
    font-size: 30px;
  }
  .article-output h2 {
    font-size: 26px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-output h1 {
    font-size: 28px;
  }
  .article-output h2 {
    font-size: 24px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
.grecaptcha-badge {
  z-index: 300 !important;
  display: none !important;
}
.site-wrapper {
  padding-top: 125px;
  overflow: hidden;
}
.tpl-home .site-wrapper,
.tpl-infographic .site-wrapper {
  overflow: visible;
}
.comp-logo {
  display: block;
  width: 275px;
  height: 90px;
  background-image: url(../img/logo-puur.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.comp-logo.white {
  background-image: url(../img/logo-puur-wit.svg);
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  background: #fff;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
}
.site-header.off-canvas {
  top: -125px;
}
.site-header .container {
  height: 125px;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .top-bar {
  position: absolute;
  top: 20px;
  right: 25px;
  overflow: hidden;
}
.site-header .top-bar a {
  display: block;
  float: left;
  margin-left: 30px;
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
}
.site-header .top-bar a:hover {
  color: var(--mint);
}
.site-header .top-bar .mod-languages {
  float: left;
}
.site-header .mainnav {
  position: absolute;
  bottom: 32px;
  left: 400px;
  overflow: hidden;
}
.site-header .mainnav li {
  float: left;
  margin-right: 60px;
}
.site-header .mainnav li.active a,
.site-header .mainnav li.alias-parent-active a {
  color: var(--pink);
  font-weight: bold;
}
.site-header .mainnav a {
  display: block;
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.site-header .mainnav a:hover {
  color: var(--mint);
}
.site-header .mainnav ul {
  display: none;
}
.site-header .search-trigger {
  font-size: 32px;
  position: absolute;
  bottom: 29px;
  right: 90px;
  color: var(--blue);
}
.scrolled .site-header,
.shownav .site-header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1480px) {
  .site-header .mainnav {
    left: 360px;
  }
  .site-header .mainnav li {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .site-header .mainnav {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 80px;
  }
  .site-header .container {
    width: 100%;
    height: 80px;
  }
  .site-header .container .top-bar {
    display: none;
  }
  .site-header .container .comp-logo {
    height: 66px;
  }
  .site-header .container .search-trigger {
    bottom: 24px;
  }
  .site-header .container .nav-toggle {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .site-header .container .comp-logo {
    left: 8px;
  }
}
.site-footer {
  background: var(--light);
  overflow: hidden;
  font-size: 17px;
  padding-bottom: 80px;
}
.site-footer .social-row {
  padding: 80px 0 30px;
}
.site-footer .social-row .col-1 {
  width: 500px;
  float: left;
  margin-right: 50px;
}
.site-footer .social-row .col-1 p {
  margin-bottom: 0;
}
.site-footer .social-row .col-2 {
  position: absolute;
  top: 50%;
  left: 560px;
  transform: translateY(-50%);
}
.site-footer .primary-row {
  background: var(--light);
  padding: 150px 0 10px;
  position: relative;
  z-index: 3;
}
.site-footer .primary-row a:hover {
  opacity: 0.8;
}
.site-footer .primary-row .col-left {
  position: relative;
  z-index: 5;
}
.site-footer .primary-row .col-left:before {
  display: block;
  content: "";
  width: 1100px;
  height: 1600px;
  background: url(../img/svg/footer-groen.svg);
  background-repeat: no-repeat;
  opacity: 0.8;
  position: absolute;
  top: -180px;
  right: 20px;
  z-index: -1;
}
.site-footer .primary-row .col-left .content {
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.site-footer .primary-row .col-right {
  position: relative;
  z-index: 1;
}
.site-footer .primary-row .col-right:before {
  display: block;
  content: "";
  width: 2500px;
  height: 1800px;
  background: url(../img/svg/footer-blauw.svg);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: -775px;
  z-index: -1;
}
.site-footer .primary-row .col-right .col {
  float: left;
  color: var(--pink);
}
.site-footer .primary-row .col-right .col a {
  color: var(--pink);
}
.site-footer .primary-row .col-right .locations {
  width: 50%;
  padding-right: 20px;
}
.site-footer .primary-row .col-right .contact {
  width: 50%;
}
.site-footer .primary-row .col-right .contact a {
  display: inline-block;
  text-decoration: underline;
}
.site-footer .primary-row .col-right .contact .telephone-numbers strong {
  display: inline-block;
  width: 100px;
}
.site-footer .primary-row .credit-bar {
  position: absolute;
  bottom: 30px;
  left: 25px;
  z-index: 40;
}
.site-footer .primary-row .credit-bar a {
  display: inline-block;
  margin-right: 15px;
  color: var(--blue);
}
@media (max-width: 1480px) {
  .site-footer .primary-row .col-left:before {
    right: -60px;
  }
  .site-footer .primary-row .col-right:before {
    left: -650px;
  }
}
@media (max-width: 1280px) {
  .site-footer .primary-row .col-left {
    padding-top: 80px;
  }
  .site-footer .primary-row .credit-bar {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .site-footer .social-row {
    padding: 60px 0 40px;
  }
  .site-footer .social-row .col-1 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .site-footer .social-row .col-2 {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
  .site-footer .social-row .c-socials {
    text-align: center;
  }
  .site-footer .social-row .c-socials a {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .site-footer .primary-row .col-left {
    padding-top: 110px;
  }
  .site-footer .primary-row .col-left:before {
    top: -275px;
    right: -32px;
    transform: rotate(19deg);
  }
  .site-footer .primary-row .credit-bar {
    bottom: 130px;
    max-width: 400px;
  }
  .site-footer .primary-row .col-right .col {
    width: 100%;
    float: none;
    padding-left: 60px;
  }
  .site-footer .primary-row .col-right .col.locations {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .site-footer .primary-row {
    padding: 60px 0 30px;
  }
  .site-footer .primary-row .col-left {
    padding-top: 0;
    margin-bottom: 130px;
  }
  .site-footer .primary-row .col-left:before {
    width: 470px;
    height: 600px;
    background-image: url(../img/svg/hero-cat-groen.svg);
    transform: rotate(-107deg);
    top: -160px;
    right: auto;
    left: -64px;
  }
  .site-footer .primary-row .col-left:after {
    display: block;
    content: "";
    width: 204px;
    height: 225px;
    background-image: url(../img/svg/diensten-roze.svg);
    position: absolute;
    bottom: 10px;
    left: 435px;
    z-index: -2;
    opacity: 0.8;
    transform: rotate(72deg);
  }
  .site-footer .primary-row .credit-bar {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 10;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
  }
  .site-footer .primary-row .credit-bar a {
    color: #fff;
  }
  .site-footer .primary-row .col-right:before {
    width: 2400px;
    top: -233px;
    left: -230px;
  }
  .site-footer .primary-row .col-right .col {
    width: 50%;
    float: left;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .site-footer .primary-row .col-left:after {
    bottom: 50px;
    left: 360px;
  }
}
@media (max-width: 580px) {
  .site-footer .primary-row .col-right .col {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.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: var(--blue);
  content: '';
  display: block;
  position: relative;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 8px 0 8px 0;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.nav-icon.open:before,
.shownav .nav-icon:after,
.nav-icon.open:after,
.shownav .nav-icon div,
.nav-icon.open div {
  left: 0;
}
.shownav .nav-icon:before,
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after,
.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div,
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu-animation-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.menu-animation-layer .container {
  height: 100vh;
  position: relative;
}
.menu-animation-layer .container .before {
  display: block;
  content: "";
  width: 2500px;
  height: 2500px;
  background: url(../img/svg/blob-blue-a.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -55%;
  right: 600px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.menu-animation-layer .container:before {
  display: block;
  content: "";
  width: 1400px;
  height: 1600px;
  background-color: rgba(211, 197, 111, 0);
  background-image: url(../img/svg/elips-groen-a.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: -200px;
  right: -1200px;
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}
.menu-animation-layer .container:after {
  display: block;
  content: "";
  width: 720px;
  height: 800px;
  background-color: rgba(211, 197, 111, 0);
  background-image: url(../img/svg/blob-pink-a.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  bottom: -800px;
  right: -300px;
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}
.shownav .menu-animation-layer {
  transition: all 0.3s ease 0.3s;
  top: 0;
  background: #fff;
}
.shownav .menu-animation-layer .container .before {
  top: -55%;
  right: -40px;
  opacity: 1;
}
.shownav .menu-animation-layer .container:before {
  top: -200px;
  right: -940px;
  opacity: 0.8;
}
.shownav .menu-animation-layer .container:after {
  bottom: -300px;
  right: -300px;
  opacity: 0.8;
}
.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;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav .topper {
  height: 125px;
  position: relative;
}
.mobile-nav .topper .comp-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .topper .nav-toggle {
  right: 5px;
}
.mobile-nav .footer {
  width: 31.5%;
  height: 60px;
  position: relative;
}
.mobile-nav .footer .c-socials {
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-nav .primary {
  padding: 100px 0 100px 0;
  color: #fff;
}
.mobile-nav .col-right {
  padding-top: 98px;
}
.mobile-nav .quick-nav {
  color: var(--blue);
  margin-bottom: 30px;
}
.mobile-nav .quick-nav a {
  display: block;
  color: var(--blue);
  line-height: 2em;
}
.mobile-nav .quick-nav a:hover {
  font-weight: bold;
  color: #fff;
}
.mobile-nav .top-bar {
  display: none;
  margin-top: 40px;
}
.mobile-nav .top-bar a {
  display: block;
  color: var(--blue);
  line-height: 2em;
}
.mobile-nav .top-bar a:hover {
  font-weight: bold;
  color: #fff;
}
.mobile-nav .menu-header {
  width: 50%;
  padding-right: 100px;
}
.mobile-nav .menu-header .menu-titles {
  position: relative;
  height: 40px;
}
.mobile-nav .menu-header .menu-titles .start-title {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-nav .menu-header .menu-titles .menu-title {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.mobile-nav .menu-header .menu-titles .menu-title i {
  display: inline-block;
  font-size: 28px;
  position: relative;
  top: 2px;
  transform: rotate(180deg);
}
.mobile-nav .menu-header .menu-titles.sublevel .start-title {
  opacity: 0;
  margin-left: -100px;
}
.mobile-nav .menu-header .menu-titles.sublevel .menu-title {
  opacity: 1;
}
.slick-menu a {
  display: inline-block;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  padding: 10px 0;
  transition: all 0.2s ease-in-out 0s;
}
.slick-menu a i {
  display: block;
  font-size: 60%;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out 0s;
}
.slick-menu a.end {
  font-weight: 300;
  color: #fff;
}
.slick-menu a.end i {
  opacity: 0;
}
.slick-menu a.selected,
.slick-menu a:hover {
  color: var(--pink);
  font-weight: 400;
}
.slick-menu a.selected i,
.slick-menu a:hover i {
  font-size: 90%;
  left: 104%;
  opacity: 1;
}
.slick-menu .menu-parent {
  padding-right: 100px;
}
.slick-menu .menu-parent .mainnav ul {
  display: none;
}
.slick-menu .menu-parent .mainnav li {
  text-align: right;
}
.slick-menu .menu-parent .mainnav li.current > a {
  padding-left: 10px;
  color: var(--pink);
}
.slick-menu .menu-sub {
  position: relative;
  z-index: 10;
  ransition: all 0.2s ease-in-out 0s;
}
.slick-menu .menu-sub .inner {
  transition: background 0.2s ease-in-out 0s;
}
.slick-menu .menu-sub .menu-sub-target {
  padding-top: 4px;
}
.slick-menu .menu-sub .menu-sub-target.has-article-menu > li > a {
  font-size: 20px;
  font-weight: 400;
  color: var(--pink);
  padding: 7px 0;
}
.slick-menu .menu-sub .menu-sub-target.has-article-menu > li > a.end {
  font-weight: 300;
  color: #fff;
}
.slick-menu .menu-sub .menu-sub-target ul {
  display: none;
}
.slick-menu .menu-sub .menu-sub-target a {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0;
}
.slick-menu .menu-sub .menu-sub-target .level-2 > .article-menu {
  display: block;
}
.slick-menu .menu-sub .menu-sub-target .article-menu a {
  font-size: 20px;
  font-weight: 300;
  padding: 7px 0;
}
.slick-menu .menu-sub .menu-sub-target .article-menu a:hover {
  color: #fff;
  font-weight: 400;
}
.slick-menu .slick-current .menu-sub {
  padding-right: 100px;
}
.slick-menu .slick-current .menu-sub li {
  text-align: right;
}
.slick-menu .menu-sub-sub {
  position: relative;
  z-index: 10;
}
.slick-menu .menu-sub-sub-target {
  padding-top: 4px;
}
.slick-menu .menu-sub-sub-target > li > a {
  font-size: 20px;
  font-weight: 400;
  color: var(--pink);
  padding: 7px 0;
}
.slick-menu .menu-sub-sub-target > li > a.end {
  font-weight: 300;
  color: #fff;
}
.slick-menu .menu-sub-sub-target .nav-header {
  display: block;
  font-family: aaux-next, sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
.slick-menu .menu-sub-sub-target .article-menu a {
  font-size: 20px;
  font-weight: 300;
  padding: 7px 0;
}
.slick-menu .menu-sub-sub-target .article-menu a:hover {
  color: #fff;
  font-weight: 400;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 991px) {
  .menu-animation-layer .container .before {
    width: 2200px;
    height: 2200px;
  }
  .menu-animation-layer .container:before {
    width: 1400px;
    height: 1600px;
  }
  .menu-animation-layer .container:after {
    width: 720px;
    height: 600px;
  }
  .mobile-nav .container {
    height: auto;
  }
  .mobile-nav .primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mobile-nav .col-right {
    padding-top: 60px;
  }
  .mobile-nav .col-right .h3 {
    color: #fff;
    font-size: 26px;
  }
  .mobile-nav .col-right a {
    color: #fff;
  }
  .mobile-nav .col-right .button.bg-blue span {
    background: var(--pink);
  }
  .mobile-nav .col-right .button.bg-blue:after {
    background-image: url(../img/svg/button-groen-roze.svg);
  }
  .mobile-nav .top-bar {
    display: block;
  }
  .mobile-nav .footer {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .mobile-nav .footer .c-socials {
    position: static;
  }
  .shownav .menu-animation-layer .container .before {
    top: -82%;
    right: 0;
  }
  .shownav .menu-animation-layer .container:before {
    top: -200px;
    right: -1170px;
  }
  .shownav .menu-animation-layer .container:after {
    bottom: -200px;
    right: -400px;
  }
}
@media (max-width: 650px) {
  .mobile-nav .menu-header {
    width: 100%;
    padding-right: 0;
  }
  .mobile-nav .menu-header .menu-titles .start-title {
    right: auto;
    left: 0;
  }
  .mobile-nav .menu-header .menu-titles .menu-title {
    right: auto;
    left: 0;
  }
  .mobile-nav .menu-header .menu-titles.sublevel .start-title {
    opacity: 0;
    margin-left: -100px;
  }
  .mobile-nav .menu-header .menu-titles.sublevel .menu-title {
    opacity: 1;
  }
  .slick-menu .menu-parent {
    padding-right: 0;
  }
  .slick-menu .menu-parent .mainnav li {
    text-align: left;
    padding-left: 30px;
  }
  .slick-menu .menu-sub-target .article-menu li,
  .slick-menu .menu-sub-sub-target .article-menu li {
    padding-left: 0 !important;
  }
  .slick-menu .slick-current .menu-sub {
    padding-right: 0;
  }
  .slick-menu .slick-current .menu-sub li {
    text-align: left;
    padding-left: 30px;
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--mint);
  opacity: 0.95;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 40px;
  right: 30px;
  z-index: 20;
}
.search-panel .h2 {
  color: #fff;
  text-align: center;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: var(--blue);
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 6px;
  right: 1px;
  color: var(--blue);
  font-size: 40px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
.formResponsive button {
  display: inline-block;
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  border: none;
  background: none;
  padding: 0 49px 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
  /* arrow kleur */
}
a.button span,
.formResponsive button span {
  display: block;
  line-height: 40px;
  color: #fff;
  background-color: var(--mint);
  white-space: nowrap;
  padding: 0 15px 0 15px;
}
a.button:after,
.formResponsive button:after {
  display: block;
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/svg/button-roze-groen.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
a.button i,
.formResponsive button i {
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 11px;
  z-index: 2;
  color: #fff;
}
a.button.w-auto,
.formResponsive button.w-auto {
  width: 100%;
}
a.button:hover,
.formResponsive button:hover {
  opacity: 0.9;
}
a.button.bg-white,
.formResponsive button.bg-white {
  background: #fff;
}
a.button.bg-dark,
.formResponsive button.bg-dark {
  background: #05334B;
}
a.button.bg-blue span,
.formResponsive button.bg-blue span {
  background: #092750;
}
a.button.bg-blue:after,
.formResponsive button.bg-blue:after {
  background-image: url(../img/svg/button-roze-blauw.svg);
}
a.button.bg-pink span,
.formResponsive button.bg-pink span {
  background: var(--pink);
}
a.button.bg-pink:after,
.formResponsive button.bg-pink:after {
  background-image: url(../img/svg/button-groen-roze.svg);
}
a.button.bg-mint span,
.formResponsive button.bg-mint span {
  background: var(--mint);
}
a.button.bg-mint:after,
.formResponsive button.bg-mint:after {
  background-image: url(../img/svg/button-groen-roze.svg);
}
a.button.b-white,
.formResponsive button.b-white {
  border-color: #fff;
}
a.button.b-dark,
.formResponsive button.b-dark {
  border-color: #05334B;
}
a.button.b-blue,
.formResponsive button.b-blue {
  border-color: var(--blue);
}
a.button.b-gold,
.formResponsive button.b-gold {
  border-color: #a58354;
}
a.button.b-none,
.formResponsive button.b-none {
  border-color: transparent;
  padding-left: 0;
}
a.button.t-white,
.formResponsive button.t-white {
  color: #fff;
}
a.button.t-dark,
.formResponsive button.t-dark {
  color: #05334B;
}
a.button.t-blue,
.formResponsive button.t-blue {
  color: var(--blue);
}
a.button.t-gold,
.formResponsive button.t-gold {
  color: #a58354;
}
a.button.t-red,
.formResponsive button.t-red {
  color: #c70023;
}
a.button.a-white i,
.formResponsive button.a-white i {
  color: #fff;
}
a.button.a-dark i,
.formResponsive button.a-dark i {
  color: #05334B;
}
a.button.a-blue i,
.formResponsive button.a-blue i {
  color: var(--blue);
}
a.button.a-gold i,
.formResponsive button.a-gold i {
  color: #a58354;
}
a.button.a-red i,
.formResponsive button.a-red i {
  color: #c70023;
}
a.button.medium,
.formResponsive button.medium {
  height: 38px;
  font-size: 35px;
  line-height: 1;
  padding: 10px 40px 15px;
}
/* ==========================================================================
	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-vb-arrow-right,
.button:hover .icon-vb-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?84478498a');
  src: url('../font/fontello.eot?84478498a#iefix') format('embedded-opentype'), url('../font/fontello.woff2?84478498a') format('woff2'), url('../font/fontello.woff?84478498a') format('woff'), url('../font/fontello.ttf?84478498a') format('truetype'), url('../font/fontello.svg?84478498a#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?84478498#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-open-1:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-search-1:before {
  content: '\e802';
}
/* '' */
.icon-location:before {
  content: '\e803';
}
/* '' */
.icon-minus:before {
  content: '\e804';
}
/* '' */
.icon-left-open-1:before {
  content: '\e808';
}
/* '' */
.icon-right-open-big:before {
  content: '\e809';
}
/* '' */
.icon-left-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-cancel-2:before {
  content: '\e80e';
}
/* '' */
.icon-cancel-1:before {
  content: '\e810';
}
/* '' */
.icon-plus-1:before {
  content: '\e812';
}
/* '' */
.icon-plus:before {
  content: '\e814';
}
/* '' */
.icon-right-open-2:before {
  content: '\e816';
}
/* '' */
.icon-left-open-2:before {
  content: '\e817';
}
/* '' */
.icon-button-pijl:before {
  content: '\e824';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-youtube-squared:before {
  content: '\f166';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #05334B;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #05334B;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #05334B;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #05334B;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #05334B;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #05334B;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #05334B;
  border: 1px solid var(--blue);
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #05334B;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #c70023;
}
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: #c70023;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #05334B;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.article-images {
  overflow: hidden;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.pagination {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 5px 12px 5px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: var(--mint);
}
.pagination li a:hover {
  color: #fff;
  background-color: var(--pink);
}
.pagination li.active a {
  color: #fff;
  background-color: var(--blue);
}
.pagination li span {
  color: #fff;
  background-color: var(--blue);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #fff;
  cursor: not-allowed;
  background-color: var(--pink) !important;
  opacity: 0.6;
}
.main-body {
  padding-top: 60px;
  padding-bottom: 30px;
}
.main-body.no-pt {
  padding-top: 0;
}
.main-body.no-pb {
  padding-bottom: 0;
}
.main-body.no-padding {
  padding: 0;
}
.col-content {
  padding-bottom: 30px;
}
.col-content .article-header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col-content .article-header {
    margin-bottom: 30px;
  }
}
.article-single .article-output,
.article-single .article-actions {
  margin-bottom: 60px;
}
.article-single .article-images {
  margin-bottom: 45px;
}
.article-single .article-actions .button {
  margin: 0 20px 20px 0;
}
.tpl-contact .c-locationmap {
  position: relative;
}
.tpl-contact .c-locationmap .gmap-box {
  width: 125%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20%;
}
.tpl-contact .c-locationmap .gmap-box:after {
  display: block;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  pointer-events: none;
  background-image: url(../img/svg/hero-contact-map.svg);
  background-size: 100% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 5;
}
.tpl-contact .c-locationmap .gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tpl-contact .c-locationmap .container {
  height: 550px;
  position: relative;
}
.tpl-contact .c-locationmap .container:after {
  display: block;
  content: "";
  width: 900px;
  height: 900px;
  background: url(../img/svg/hero-contact-blauw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 90px;
  right: -800px;
  z-index: 15;
}
.tpl-contact .c-locationmap .contact-intro {
  padding-top: 120px;
  padding-bottom: 100px;
  max-width: 650px;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.tpl-contact .c-locationmap .contact-intro:before {
  display: block;
  content: "";
  width: 1200px;
  height: 800px;
  background: url(../img/svg/hero-contact-groen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.9;
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: -2;
  transition: all 0.4s ease-in-out 0.35s;
}
.tpl-contact .c-locationmap .contact-intro:after {
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/svg/hero-contact-roze.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.8;
  position: absolute;
  bottom: 50px;
  left: -350px;
  z-index: -1;
  transition: all 0.4s ease-in-out 0.25s;
}
.tpl-contact .c-locationmap .contact-intro .inner {
  position: relative;
}
.tpl-contact .c-locationmap .contact-intro .inner:after {
  display: none;
  content: "";
  width: 200px;
  height: 200px;
  pointer-events: none;
  background: url(../img/svg/blob-blue-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 20px;
  left: 350px;
  z-index: 5;
  transition: all 0.4s ease-in-out 0.25s;
}
.tpl-contact .c-locationmap .contact-intro .title {
  transition: all 0.4s ease-in-out;
}
.tpl-contact .c-locationmap .contact-intro .article-output {
  transition: all 0.4s ease-in-out 0.2s;
  margin-bottom: 30px;
}
.tpl-contact .c-locationmap .contact-intro .button {
  pointer-events: auto;
}
.tpl-contact .c-locationmap.show .contact-intro:before {
  transform: translateX(-80px);
  opacity: 0;
}
.tpl-contact .c-locationmap.show .contact-intro:after {
  transform: translateX(-80px);
  opacity: 0;
}
.tpl-contact .c-locationmap.show .contact-intro .inner:after {
  transform: translateX(80px);
  opacity: 0;
}
.tpl-contact .c-locationmap.show .title {
  transform: translateX(-60px);
  opacity: 0;
}
.tpl-contact .c-locationmap.show .article-output {
  transform: translateX(-60px);
  opacity: 0;
}
.tpl-contact .c-contact-us {
  padding: 80px 0;
}
.tpl-contact .c-contact-us .c-header {
  margin-bottom: 60px;
}
.tpl-contact .c-contact-us .primary {
  margin-bottom: 80px;
}
.tpl-contact .c-contact-us .contact-info {
  margin-top: 20px;
  max-width: 350px;
}
.tpl-contact .c-contact-us .contact-info a {
  display: inline-block;
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}
.tpl-contact .c-contact-us .location-list a {
  display: block;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 24px;
  line-height: 43px;
  color: var(--mint);
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
.tpl-contact .c-contact-us .location-list a span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/svg/button-roze-blauw-list.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-contact .c-contact-us .location-list a span i {
  color: #fff;
  font-size: 80%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tpl-contact .c-contact-us .c-contact-b {
  position: relative;
  z-index: 5;
  transform: translateX(20px);
}
.tpl-contact .c-contact-us .c-contact-b .image {
  width: 500px;
  position: absolute;
  top: 50%;
  left: -520px;
  transform: translateY(-50%);
}
.tpl-contact .c-contact-us .c-contact-b .info {
  position: relative;
}
.tpl-contact .c-contact-us .c-contact-b .info:before {
  display: block;
  content: "";
  width: 475px;
  height: 455px;
  background: url(../img/svg/blob-blue-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -130px;
  left: -70px;
  z-index: -1;
}
.tpl-contact .c-contact-us .c-contact-b .info .actions {
  margin: 40px 0 60px;
}
.tpl-contact .c-contact-us .c-contact-b .info .actions .button {
  margin-bottom: 15px;
}
.tpl-contact .c-locations {
  padding: 80px 0 0;
  background: var(--light);
  overflow: hidden;
}
.tpl-contact .c-locations .container:before,
.tpl-contact .c-locations .container:after {
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.tpl-contact .c-locations .container:before {
  width: 900px;
  height: 900px;
  background-image: url(../img/svg/hero-contact-outline-roze.svg);
  background-position: top right;
  top: 0;
  left: -820px;
}
.tpl-contact .c-locations .container:after {
  width: 800px;
  height: 800px;
  background-image: url(../img/svg/hero-contact-outline-groen.svg);
  background-position: top left;
  top: 15%;
  right: -600px;
}
.tpl-contact .c-locations .panel {
  padding: 50px 80px 20px;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
}
.tpl-contact .c-locations .col {
  width: 50%;
  float: left;
}
.tpl-contact .c-locations .adres .title {
  margin: 0 0 5px;
}
.tpl-contact .c-locations .adres .subtitle {
  margin: 0 0 5px;
  font-size: 17px;
  max-width: 370px;
}
.tpl-contact .c-locations .adressen {
  overflow: hidden;
}
.tpl-contact .c-locations .adressen .adres {
  width: 50%;
  float: left;
}
@media (max-width: 1480px) {
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 90px;
    padding-bottom: 120px;
    max-width: 550px;
  }
  .tpl-contact .c-locationmap .contact-intro:before {
    bottom: 6px;
    right: -75px;
  }
  .tpl-contact .c-locationmap .contact-intro:after {
    bottom: 0px;
    left: -320px;
  }
}
@media (max-width: 1280px) {
  .tpl-contact .c-locationmap .container:after {
    top: 110px;
    right: -840px;
  }
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 80px;
    padding-bottom: 100px;
    max-width: 420px;
  }
  .tpl-contact .c-locationmap .contact-intro .h1 {
    font-size: 40px;
  }
  .tpl-contact .c-locations .container:after {
    right: -675px;
  }
  .tpl-contact .secondary .col-right {
    height: 420px;
    position: relative;
  }
  .tpl-contact .c-contact-us .c-contact-b {
    position: absolute;
    bottom: 0;
    right: 45px;
    max-width: 330px;
    transform: translateX(0);
  }
  .tpl-contact .c-contact-us .c-contact-b .image {
    top: auto;
    bottom: 23px;
    left: -508px;
    transform: none;
  }
  .tpl-contact .c-contact-us .c-contact-b .info:before {
    width: 415px;
    height: 400px;
    top: -125px;
    left: -44px;
  }
}
@media (max-width: 991px) {
  .tpl-contact .c-locationmap .gmap-box {
    width: 150%;
    right: -30%;
  }
  .tpl-contact .c-locationmap .container {
    height: 450px;
  }
  .tpl-contact .c-locationmap .container:after {
    display: none;
  }
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 375px;
  }
  .tpl-contact .c-locationmap .contact-intro .h1 {
    font-size: 36px;
  }
  .tpl-contact .c-contact-us .c-header {
    margin-bottom: 40px;
  }
  .tpl-contact .c-contact-us .primary .col-left {
    margin-bottom: 60px;
  }
  .tpl-contact .c-contact-us .secondary .col-left {
    margin-bottom: 60px;
  }
  .tpl-contact .c-contact-us .secondary .col-right {
    height: auto;
  }
  .tpl-contact .c-contact-us .c-contact-b {
    position: static;
    bottom: 0;
    right: 0;
  }
  .tpl-contact .c-contact-us .c-contact-b .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
    transform: none;
  }
  .tpl-contact .c-contact-us .c-contact-b .info:before {
    display: none;
  }
  .tpl-contact .c-contact-us .c-contact-b .info .h2 {
    color: var(--blue);
  }
  .tpl-contact .c-contact-us .c-contact-b .info .actions {
    margin: 40px 0 30px;
  }
  .tpl-contact .c-locations .container:before {
    left: -855px;
  }
  .tpl-contact .c-locations .container:after {
    right: -720px;
  }
  .tpl-contact .c-locations .panel {
    padding: 40px 0 10px 40px;
  }
  .tpl-contact .c-locations .adres {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .tpl-contact .c-locationmap .gmap-box {
    right: -23%;
  }
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 65px;
    padding-bottom: 70px;
    max-width: 330px;
  }
  .tpl-contact .c-locationmap .contact-intro:after {
    display: none;
  }
  .tpl-contact .c-locationmap .contact-intro .h1 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .tpl-contact .c-locationmap .container {
    height: 700px;
  }
  .tpl-contact .c-locationmap .gmap-box {
    height: 400px;
    right: -23%;
  }
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 65px;
    padding-bottom: 70px;
    max-width: 330px;
    margin-top: 300px;
  }
  .tpl-contact .c-locationmap .contact-intro:before {
    height: 400px;
    bottom: auto;
    top: 150px;
    right: -100px;
    transform: rotate(-34deg);
  }
  .tpl-contact .c-locationmap .contact-intro .inner:after {
    display: block;
  }
  .tpl-contact .c-locationmap .contact-intro:after {
    display: block;
    width: 170px;
    height: 156px;
    bottom: 0;
    left: 280px;
    transform: rotate(0);
  }
  .tpl-contact .c-locationmap .contact-intro .h1 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .tpl-contact .c-contact-us .c-contact-b {
    width: auto;
    max-width: none;
  }
  .tpl-contact .c-contact-us .c-contact-b .info {
    max-width: 330px;
  }
  .tpl-contact .c-contact-us .c-contact-b .image {
    width: 100%;
  }
  .tpl-contact .c-locations .container:before {
    left: -855px;
  }
  .tpl-contact .c-locations .container:after {
    right: -740px;
    top: 30%;
  }
  .tpl-contact .c-locations .panel {
    padding: 30px 30px 1px 30px;
  }
  .tpl-contact .c-locations .adressen .adres {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .tpl-contact .c-locations .col {
    width: 100%;
    float: none;
  }
  .tpl-contact .c-locations .col .adres {
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .tpl-contact .c-locationmap .container {
    height: 700px;
  }
  .tpl-contact .c-locationmap .gmap-box {
    width: 825px;
    right: -25%;
  }
  .tpl-contact .c-locationmap .contact-intro {
    padding-top: 65px;
    padding-bottom: 70px;
    max-width: 320px;
  }
  .tpl-contact .c-teasers .col-left-sm {
    margin-bottom: 60px;
  }
  .tpl-contact .c-teasers .item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .tpl-contact .c-teasers .item:last-child {
    margin-bottom: 0;
  }
  .tpl-contact .secondary .item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .tpl-contact .secondary .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .tpl-contact .c-locationmap .container {
    height: 700px;
  }
  .tpl-contact .c-locationmap .contact-intro {
    max-width: 100%;
  }
  .tpl-contact .c-locationmap .contact-intro:after {
    bottom: -15px;
    left: 250px;
  }
  .tpl-contact .c-locationmap .contact-intro .inner:after {
    width: 130px;
    height: 130px;
    bottom: -15px;
    left: 305px;
  }
}
.tpl-team .team-header {
  margin-bottom: 60px;
}
.tpl-team .team-header .col-left .inner {
  max-width: 500px;
}
.mod-banner-home {
  overflow: hidden;
  background: var(--light);
}
.mod-banner-home .container:after {
  display: block;
  content: "";
  width: 600px;
  height: 600px;
  background: url(../img/svg/hero-groen-outline-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -215px;
  right: -440px;
  z-index: 200;
}
.mod-banner-home .image-box {
  width: 90%;
  height: 650px;
  margin-left: 10%;
  transform: translateX(140px);
  position: relative;
}
.mod-banner-home .image-box:after {
  display: block;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  background-image: url(../img/svg/hero-home-foto.svg);
  background-size: 100% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -5px;
}
.mod-banner-home .image-box .inner {
  position: relative;
}
.mod-banner-home .image-box .inner:before {
  display: block;
  content: "";
  width: 360px;
  height: 360px;
  background: url(../img/svg/hero-roze-outline-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -110px;
  left: 18%;
  z-index: 10;
}
.mod-banner-home .content-box {
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 50;
}
.mod-banner-home .content-box:before {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/svg/hero-roze-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: absolute;
  top: 285px;
  left: 380px;
  z-index: -1;
}
.mod-banner-home .content-box .inner {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.mod-banner-home .content-box .inner:before {
  display: block;
  content: "";
  width: 680px;
  height: 800px;
  background: url(../img/svg/hero-blauw-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.95;
  position: absolute;
  top: -140px;
  left: -210px;
  z-index: -2;
}
.mod-banner-home .content-box .inner:after {
  display: block;
  content: "";
  width: 680px;
  height: 540px;
  background: url(../img/svg/hero-groen-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: absolute;
  top: -365px;
  left: -15px;
  z-index: -1;
}
.mod-banner-home .content-box .article-output {
  margin: 30px 0;
}
.mod-banner-home .slick-hero {
  position: relative;
  z-index: 20;
}
.mod-banner-home .slick-hero-image {
  width: 100%;
  overflow: hidden;
}
.mod-banner-home .slick-hero-image .slide .bgimg {
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-banner-home .slick-hero-image .slide img {
  display: none;
  opacity: 0;
}
@media (max-width: 1480px) {
  .mod-banner-home .container:after {
    width: 520px;
    height: 480px;
    top: -280px;
    right: -395px;
  }
  .mod-banner-home .content-box:before {
    top: 270px;
    left: 335px;
  }
  .mod-banner-home .content-box .inner {
    padding-top: 80px;
  }
  .mod-banner-home .content-box .inner:before {
    width: 640px;
    height: 690px;
  }
  .mod-banner-home .content-box .inner:after {
    width: 640px;
  }
  .mod-banner-home .image-box {
    width: 92%;
    height: 580px;
    margin-left: 11%;
  }
  .mod-banner-home .image-box .inner:before {
    width: 320px;
    height: 320px;
    top: -160px;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 580px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-home .container:after {
    width: 500px;
    height: 500px;
  }
  .mod-banner-home .content-box:before {
    width: 165px;
    height: 165px;
    top: 270px;
    left: 335px;
  }
  .mod-banner-home .content-box .inner {
    padding-top: 65px;
  }
  .mod-banner-home .content-box .inner:before {
    top: -186px;
    left: -195px;
  }
  .mod-banner-home .content-box .inner:after {
    width: 620px;
    height: 495px;
  }
  .mod-banner-home .content-box .inner h2 {
    font-size: 28px;
  }
  .mod-banner-home .image-box {
    width: 106%;
    height: 550px;
    margin-left: 11%;
  }
  .mod-banner-home .image-box .inner:before {
    width: 280px;
    height: 280px;
    top: -140px;
    left: 23%;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .container {
    height: 800px;
    background-repeat: rgba(125, 75, 85, 0.1);
  }
  .mod-banner-home .container:after {
    width: 600px;
    height: 500px;
  }
  .mod-banner-home .content-box {
    top: 340px;
  }
  .mod-banner-home .content-box:before {
    width: 165px;
    height: 165px;
    top: 233px;
    left: 408px;
  }
  .mod-banner-home .content-box .inner {
    padding-top: 65px;
  }
  .mod-banner-home .content-box .inner:before {
    width: 720px;
    height: 450px;
    top: -6px;
    left: -215px;
    background-image: url(../img/svg/hero-home-blauw-sm.svg);
  }
  .mod-banner-home .content-box .inner:after {
    width: 383px;
    height: 300px;
    top: 50px;
    left: 400px;
    transform: rotate(-142deg);
  }
  .mod-banner-home .content-box .inner h2 {
    font-size: 28px;
  }
  .mod-banner-home .image-box {
    width: 155%;
    height: 520px;
    margin-left: -48%;
  }
  .mod-banner-home .image-box .inner:before {
    top: -8px;
    left: 82%;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .mod-banner-home .container {
    height: 800px;
  }
  .mod-banner-home .container:after {
    width: 600px;
    height: 500px;
  }
  .mod-banner-home .content-box {
    top: 295px;
  }
  .mod-banner-home .content-box:before {
    width: 165px;
    height: 165px;
    top: 233px;
    left: 408px;
  }
  .mod-banner-home .content-box .inner {
    padding-top: 65px;
  }
  .mod-banner-home .content-box .inner:before {
    width: 720px;
    height: 430px;
    top: -15px;
    left: -215px;
  }
  .mod-banner-home .content-box .inner:after {
    width: 383px;
    height: 300px;
    top: 50px;
    left: 400px;
    transform: rotate(-142deg);
  }
  .mod-banner-home .content-box .inner h2 {
    font-size: 26px;
  }
  .mod-banner-home .image-box {
    width: 135%;
    height: 440px;
    margin-left: -40%;
  }
  .mod-banner-home .image-box .inner:before {
    top: -8px;
    left: 82%;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 440px;
  }
}
@media (max-width: 670px) {
  .mod-banner-home .container {
    height: 740px;
  }
  .mod-banner-home .content-box .inner:after {
    top: 20px;
  }
  .mod-banner-home .image-box {
    width: 840px;
    height: 420px;
    margin-left: -335px;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 420px;
  }
}
@media (max-width: 470px) {
  .mod-banner-home .container {
    height: 740px;
  }
  .mod-banner-home .container:after {
    display: none;
  }
  .mod-banner-home .content-box {
    max-width: none;
    width: 80%;
    top: 270px;
  }
  .mod-banner-home .content-box:before {
    top: 206px;
    left: 275px;
  }
  .mod-banner-home .content-box .inner {
    padding-top: 50px;
  }
  .mod-banner-home .content-box .inner:before {
    width: 720px;
    height: 430px;
    top: -25px;
    left: -275px;
  }
  .mod-banner-home .content-box .inner:after {
    top: 20px;
    left: 270px;
  }
  .mod-banner-home .content-box .inner h2 {
    font-size: 24px;
  }
  .mod-banner-home .image-box {
    width: 650px;
    height: 360px;
    margin-left: -265px;
  }
  .mod-banner-home .image-box .inner:before {
    width: 380px;
    height: 380px;
    top: -164px;
    left: 51%;
  }
  .mod-banner-home .slick-hero-image .slide .bgimg {
    height: 360px;
  }
}
.mod-hero-volg .container {
  position: relative;
}
.mod-hero-volg .container:before {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../img/svg/hero-blauw-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-27deg);
  opacity: 0.95;
  position: absolute;
  top: -200px;
  right: -80px;
  z-index: 2;
}
.mod-hero-volg .container:after {
  display: block;
  content: "";
  width: 480px;
  height: 480px;
  background: url(../img/svg/hero-groen-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-43deg);
  opacity: 0.8;
  position: absolute;
  top: -180px;
  left: 60%;
  z-index: 3;
}
.mod-hero-volg .before {
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/svg/hero-roze-outline-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -140px;
  left: -220px;
  z-index: 2;
}
.mod-hero-volg .image-box {
  width: 1280px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -150px;
}
.mod-hero-volg .image-box:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/hero-volg-foto.svg);
  background-size: 100% auto;
  background-position: bottom left;
}
.mod-hero-volg .image-box .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 3px;
  left: 3px;
  z-index: 1;
}
.mod-hero-volg .image-box img {
  display: block;
  width: 100%;
  opacity: 0;
}
@media (max-width: 1480px) {
  .mod-hero-volg .container:before {
    width: 350px;
    height: 350px;
    top: -180px;
    right: -130px;
  }
  .mod-hero-volg .container:after {
    width: 380px;
    height: 380px;
    left: 68%;
  }
  .mod-hero-volg .image-box {
    width: 1180px;
  }
}
@media (max-width: 1280px) {
  .mod-hero-volg .container:before {
    width: 280px;
    height: 280px;
    top: -145px;
    right: -145px;
  }
  .mod-hero-volg .container:after {
    width: 300px;
    height: 300px;
    left: 75%;
    top: -120px;
  }
  .mod-hero-volg .container .before {
    width: 250px;
    height: 250px;
    top: -90px;
    left: -215px;
  }
  .mod-hero-volg .image-box {
    width: 1000px;
  }
}
@media (max-width: 991px) {
  .mod-hero-volg .container:before {
    width: 240px;
    height: 240px;
    top: -120px;
    right: -140px;
  }
  .mod-hero-volg .container:after {
    width: 240px;
    height: 240px;
    left: 76%;
    top: -80px;
  }
  .mod-hero-volg .container .before {
    width: 200px;
    height: 200px;
    top: -70px;
    left: -200px;
  }
  .mod-hero-volg .image-box {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .mod-hero-volg .container:before {
    width: 160px;
    height: 160px;
    top: -65px;
    right: -45px;
  }
  .mod-hero-volg .container:after {
    width: 190px;
    height: 190px;
    left: 75%;
    top: -64px;
  }
  .mod-hero-volg .container .before {
    width: 200px;
    height: 200px;
    top: -10px;
    left: -65px;
  }
  .mod-hero-volg .image-box {
    width: 815px;
  }
}
@media (max-width: 700px) {
  .mod-hero-volg .container:before {
    width: 160px;
    height: 160px;
    top: -44px;
    right: -70px;
  }
  .mod-hero-volg .container:after {
    width: 190px;
    height: 190px;
    left: 82%;
    top: 75px;
  }
  .mod-hero-volg .container .before {
    width: 200px;
    height: 200px;
    top: -70px;
    left: -65px;
  }
  .mod-hero-volg .image-box {
    width: 160%;
    margin-left: -50%;
  }
}
@media (max-width: 560px) {
  .mod-hero-volg .container:before {
    width: 160px;
    height: 160px;
    top: -44px;
    right: -70px;
  }
  .mod-hero-volg .container:after {
    width: 160px;
    height: 160px;
    left: 88%;
    top: 75px;
  }
  .mod-hero-volg .container .before {
    width: 200px;
    height: 200px;
    top: -70px;
    left: -65px;
  }
  .mod-hero-volg .image-box {
    width: 170%;
    margin-left: -50%;
  }
}
@media (max-width: 440px) {
  .mod-hero-volg .container:before {
    width: 160px;
    height: 160px;
    top: -44px;
    right: -70px;
  }
  .mod-hero-volg .container:after {
    width: 160px;
    height: 160px;
    left: 88%;
    top: 75px;
  }
  .mod-hero-volg .container .before {
    width: 200px;
    height: 200px;
    top: -70px;
    left: -65px;
  }
  .mod-hero-volg .image-box {
    width: 180%;
    margin-left: -60%;
  }
}
.mod-banner-category .container:before {
  display: block;
  content: "";
  width: 470px;
  height: 600px;
  position: absolute;
  top: -400px;
  left: -350px;
  z-index: 10;
  background-image: url(../img/svg/hero-cat-groen.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.mod-banner-category .container:after {
  display: block;
  content: "";
  width: 800px;
  height: 900px;
  position: absolute;
  top: -650px;
  right: -550px;
  z-index: 10;
  background-image: url(../img/svg/hero-cat-outline.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.mod-banner-category .content-box {
  max-width: 700px;
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 20;
}
.mod-banner-category .image-box {
  width: 118%;
  height: 465px;
  margin-left: -18%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mod-banner-category .image-box:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/hero-cat-foto.svg);
  background-size: 100% auto;
  background-position: bottom left;
}
.mod-banner-category .image-box .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 10px;
  left: 39.5%;
  z-index: 1;
}
.mod-banner-category .image-box .bgimg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--pink);
  opacity: 0.6;
}
.mod-banner-category .image-box img {
  display: block;
  width: 100%;
  opacity: 0;
}
@media (max-width: 1480px) {
  .mod-banner-category .image-box {
    height: 440px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-category .container:before {
    width: 400px;
  }
  .mod-banner-category .container:after {
    width: 600px;
    height: 700px;
    top: -500px;
    right: -450px;
  }
  .mod-banner-category .image-box {
    width: 130%;
    height: 360px;
    margin-left: -20%;
  }
}
@media (max-width: 991px) {
  .mod-banner-category .container:before {
    width: 360px;
  }
  .mod-banner-category .container:after {
    width: 600px;
    height: 700px;
    top: -530px;
    right: -525px;
  }
  .mod-banner-category .image-box {
    width: 162%;
    height: 340px;
    margin-left: -33%;
  }
}
@media (max-width: 767px) {
  .mod-banner-category .image-box {
    width: 1160px;
    height: 335px;
    margin-left: -325px;
  }
  .mod-banner-category .content-box {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .mod-banner-category .image-box {
    width: 1220px;
    height: 353px;
    margin-left: -533px;
  }
  .mod-banner-category .c-breadcrumbs li,
  .mod-banner-category .c-breadcrumbs a {
    color: #fff;
  }
}
.mod-intro-home {
  background: var(--light);
  padding: 60px 0 100px;
}
.mod-intro-home .col-left .inner {
  max-width: 500px;
}
.mod-intro-home .c-teasers {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .mod-intro-home .col-left {
    margin-bottom: 60px;
  }
  .mod-intro-home .col-left .inner {
    max-width: 600px;
  }
}
@media (max-width: 650px) {
  .mod-intro-home .c-teaser .text {
    padding: 20px;
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .mod-intro-home .c-teasers .item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .mod-intro-home .c-teaser {
    margin: 0 30px;
  }
  .mod-intro-home .c-teaser .text {
    padding: 30px;
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .mod-intro-home .c-teaser {
    margin: 0;
  }
  .mod-intro-home .c-teaser .text {
    padding: 30px;
    font-size: 22px;
  }
}
.stickem-container {
  position: relative;
}
.mod-diensten-home {
  background-color: var(--light);
}
.mod-diensten-home .shape-left {
  pointer-events: none;
}
.mod-diensten-home .shape-left:before {
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  background: url(../img/svg/diensten-groen-outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  position: absolute;
  top: -185px;
  left: -350px;
  transform: rotate(19deg);
  z-index: 200;
}
.mod-diensten-home .inner {
  position: relative;
}
.mod-diensten-home .content-container {
  position: relative;
  z-index: 3;
}
.mod-diensten-home .bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-diensten-home .bg .bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.mod-diensten-home .bg .bg-inner .circle {
  display: block;
  content: "";
  width: 2500px;
  height: 2800px;
  background: url(../img/svg/diensten-blauw.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -1300px;
  right: 50%;
  transform: translateX(250px);
}
.mod-diensten-home .bg .bg-inner .line {
  display: block;
  content: "";
  width: 1200px;
  height: 1200px;
  background: url(../img/svg/diensten-roze-outline.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: -450px;
  left: 60%;
  z-index: 1;
  transform: rotate(195deg);
}
.mod-diensten-home .bg .bg-inner:before {
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  background: url(../img/svg/diensten-roze.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  position: absolute;
  top: 700px;
  left: 53%;
  transform: rotate(160deg);
}
.mod-diensten-home .bg .bg-inner:after {
  display: block;
  content: "";
  width: 1400px;
  height: 1400px;
  background: url(../img/svg/diensten-groen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  position: absolute;
  top: -400px;
  left: 47%;
  transform: rotate(69deg);
}
.mod-diensten-home .mod-header {
  max-width: 780px;
  margin-left: 31.3%;
  margin-top: 160px;
  margin-bottom: 60px;
}
.mod-diensten-home .col-left .inner .chapters {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding-bottom: 60px;
}
.mod-diensten-home .col-left .inner .chapters .chapter {
  margin: 60px 0;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.mod-diensten-home .col-left .inner .chapters .chapter .chapter-title {
  position: absolute;
  top: 0;
  left: calc(100% - 240px);
}
.mod-diensten-home .col-left .inner .chapters .chapter .chapter-title span {
  display: block;
}
.mod-diensten-home .col-left .inner .chapters .chapter .chapter-title .first {
  color: #fff;
}
.mod-diensten-home .col-left .inner .chapters .chapter .chapter-title .second {
  color: var(--pink);
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
  text-transform: lowercase;
  margin-top: -3px;
}
.mod-diensten-home .col-left .inner .chapters .chapter .chapter-info {
  text-align: right;
  margin-right: 280px;
}
.mod-diensten-home .col-left .inner .chapters .chapter:hover,
.mod-diensten-home .col-left .inner .chapters .chapter.active {
  opacity: 1;
}
.mod-diensten-home .col-right .panel {
  height: 100vh;
  position: relative;
}
.mod-diensten-home .col-right .chapter-mobile {
  display: none;
  max-width: 500px;
}
.mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile {
  font-size: 42px;
}
.mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile span {
  display: block;
}
.mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile .first {
  color: #fff;
}
.mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile .second {
  color: var(--pink);
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
  text-transform: lowercase;
  margin-top: -3px;
}
.mod-diensten-home .col-right .chapter-mobile .chapter-info {
  color: #fff;
}
.mod-diensten-home .col-right .chapter-title {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 43%;
  right: -90px;
  z-index: 50;
  transform-origin: bottom left;
  transform: translateX(100%) rotate(-90deg);
  font-size: 42px;
  margin: 0;
}
.mod-diensten-home .col-right .chapter-title span {
  display: block;
}
.mod-diensten-home .col-right .chapter-title .first {
  color: #fff;
}
.mod-diensten-home .col-right .chapter-title .second {
  color: var(--pink);
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
  text-transform: lowercase;
  margin-top: -3px;
}
.mod-diensten-home .col-right .image-1 {
  width: 80%;
  position: absolute;
  top: 20%;
  left: 0;
}
.mod-diensten-home .col-right .image-2 {
  width: 50%;
  position: absolute;
  top: 45%;
  right: 0;
}
.mod-diensten-home .col-right .action {
  position: absolute;
  top: 60%;
  left: 0;
}
@media (max-width: 1630px) {
  .mod-diensten-home .col-right .chapter-title {
    right: 0;
  }
}
@media (max-width: 1480px) {
  .mod-diensten-home .mod-header {
    margin-left: 35.5%;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-title {
    left: calc(100% - 150px);
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-info {
    margin-right: 185px;
  }
}
@media (max-width: 1280px) {
  .mod-diensten-home .col-right .chapter-title {
    right: -90px;
  }
  .mod-diensten-home .mod-header {
    margin-left: 33.5%;
  }
  .mod-diensten-home .mod-header h2 {
    font-size: 40px;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter {
    margin: 45px 0;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-title {
    left: calc(100% - 125px);
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-info {
    margin-right: 165px;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-info p {
    margin-bottom: 0;
  }
  .mod-diensten-home .col-right .image-1 {
    width: 90%;
  }
  .mod-diensten-home .col-right .image-2 {
    width: 80%;
  }
}
@media (max-width: 1120px) {
  .mod-diensten-home .col-right .chapter-title {
    right: 0;
  }
  .mod-diensten-home .col-right .image-1 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .mod-diensten-home .shape-left:before {
    height: 360px;
    top: -120px;
  }
  .mod-diensten-home .mod-header {
    margin-left: 0;
  }
  .mod-diensten-home .mod-header h2 {
    font-size: 36px;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter {
    margin: 30px 0;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-title {
    position: static;
    left: auto;
  }
  .mod-diensten-home .col-left .inner .chapters .chapter .chapter-info {
    margin-right: 0;
    text-align: left;
  }
  .mod-diensten-home .col-right .chapter-title {
    display: none;
  }
  .mod-diensten-home .col-right .image-1 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .mod-diensten-home .bg .bg-inner:before {
    top: 650px;
  }
  .mod-diensten-home .mod-header {
    max-width: 450px;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .mod-diensten-home .mod-header h2 {
    font-size: 34px;
  }
  .mod-diensten-home .col-left {
    display: none;
  }
  .mod-diensten-home .col-right .panel {
    height: auto;
    margin-bottom: 100px;
  }
  .mod-diensten-home .col-right .chapter-mobile {
    display: block;
  }
  .mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile {
    max-width: 550px;
  }
  .mod-diensten-home .col-right .image-1,
  .mod-diensten-home .col-right .image-2,
  .mod-diensten-home .col-right .action {
    position: static;
  }
  .mod-diensten-home .col-right .image-1,
  .mod-diensten-home .col-right .image-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-diensten-home .col-right .image-1 {
    padding-right: 20%;
  }
  .mod-diensten-home .col-right .image-2 {
    padding-left: 20%;
  }
}
@media (max-width: 560px) {
  .mod-diensten-home .bg .bg-inner:before {
    top: 450px;
    left: 9%;
  }
  .mod-diensten-home .bg .bg-inner:after {
    top: -400px;
  }
  .mod-diensten-home .bg .bg-inner .circle {
    top: -1600px;
    transform: translateX(150px);
  }
  .mod-diensten-home .bg .bg-inner .line {
    width: 800px;
    height: 800px;
    top: -370px;
    left: 38%;
  }
}
@media (max-width: 520px) {
  .mod-diensten-home .mod-header h2 {
    font-size: 32px;
  }
  .mod-diensten-home .col-right .chapter-mobile .chapter-title-mobile {
    font-size: 38px;
  }
}
.mod-info-home {
  position: relative;
  padding: 120px 0;
  z-index: 5;
}
.mod-info-home .col-right .inner {
  padding: 60px 0;
  position: relative;
}
.mod-info-home .col-right .article {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-info-home .col-right .article-output {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .mod-info-home {
    padding: 80px 0 80px;
  }
  .mod-info-home .col-left {
    max-width: 560px;
    margin: 0 0 40px;
  }
  .mod-info-home .col-right .inner {
    padding: 0;
    position: relative;
  }
  .mod-info-home .col-right .article {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
}
.mod-instagram {
  min-height: 200px;
  background: var(--light);
  position: relative;
}
.mod-instagram .insta-info {
  max-width: 220px;
  font-family: ff-cocon-pro, sans-serif;
  text-align: right;
  text-transform: lowercase;
  position: absolute;
  bottom: -160px;
  left: 50%;
  margin-left: 200px;
}
.mod-instagram .insta-info:before {
  display: block;
  content: "";
  width: 60px;
  height: 65px;
  background: url(../img/svg/arrow-up-roze.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  left: 50%;
  top: -75px;
  transform: rotate(-20deg);
}
@media (max-width: 1280px) {
  .mod-instagram .insta-info {
    left: auto;
    margin-left: 0;
    right: 50px;
  }
}
@media (max-width: 1100px) {
  .mod-instagram {
    padding-bottom: 120px;
  }
  .mod-instagram .insta-info {
    right: 150px;
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .mod-instagram .insta-info {
    right: 50px;
    bottom: -30px;
  }
}
.mod-articles {
  overflow: hidden;
}
.mod-blocks {
  overflow: hidden;
  padding: 100px 0 20px;
  background: var(--light);
}
.mod-blocks .container {
  height: 500px;
}
.mod-blocks .c-teasers {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .mod-blocks .c-teasers .item:nth-child(1),
  .mod-blocks .c-teasers .item:nth-child(2) {
    margin-bottom: 40px;
  }
  .mod-blocks .c-posters .item:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mod-blocks .c-poster {
    min-height: 210px;
  }
  .mod-blocks .c-poster a {
    font-size: 20px;
    left: 30px;
  }
}
@media (max-width: 630px) {
  .mod-blocks .c-posters {
    margin-bottom: 40px;
  }
  .mod-blocks .c-posters .item {
    width: 100%;
    float: none;
  }
}
@media (max-width: 450px) {
  .mod-blocks {
    padding: 40px 0 20px;
  }
  .mod-blocks .c-teasers {
    margin-bottom: 0;
  }
  .mod-blocks .c-teasers .item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.mod-team-banner {
  background: var(--light);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.mod-team-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pink);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-team-banner .container {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  z-index: 5;
}
.mod-team-banner .content {
  max-width: 800px;
}
.mod-team-banner .content h2 {
  margin: 0 0 30px 0;
}
.mod-team-banner .content .article-output {
  margin-bottom: 30px;
}
.mod-team-banner .content .article-actions .button {
  margin: 0 15px 10px 0;
}
@media (max-width: 1280px) {
  .mod-team-banner .container {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .mod-team-banner .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 550px) {
  .mod-team-banner .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mod-postcodecheck .loading {
  height: 40px;
  margin-top: 40px;
  background: url(../img/loader.gif) center center no-repeat;
  background-size: contain;
}
.mod-postcodecheck .postcode-response {
  margin-top: 40px;
}
.mod-postcodecheck .postcode-response .article-actions {
  margin-top: 30px;
}
/* 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;
  }
}
.c-pagemenu {
  overflow: hidden;
  margin-bottom: 30px;
}
.c-page-buttons {
  margin-bottom: 40px;
}
.c-vcard .image {
  margin-right: 20%;
  margin-bottom: 30px;
  overflow: visible;
}
.c-vcard .image:before {
  display: none;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--mint);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.c-vcard .image .shapes {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  pointer-events: none;
}
.c-vcard .image .shapes:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  background: url(../img/svg/vcard-roze.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: -12px;
  z-index: 2;
  transition: all 0.4s ease-in-out 0s;
  transform-origin: top left;
  transform: rotate(-9deg);
  opacity: 0;
}
.c-vcard .image .shapes:after {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/svg/hero-groen-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: -25px;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
  transform-origin: bottom left;
  transform: rotate(-10deg);
  opacity: 0;
}
.c-vcard .box {
  padding-left: 60px;
  position: relative;
}
.c-vcard .box:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--pink);
  position: absolute;
  top: 0;
  left: 0;
}
.c-vcard .box .header {
  margin-bottom: 20px;
}
.c-vcard .box .header .name {
  margin: 0 0 3px;
}
.c-vcard .box .header .function {
  margin: 0;
}
.c-vcard:hover .image .shapes:before,
.c-vcard.hover .image .shapes:before {
  transform: rotate(9deg);
  opacity: 0.85;
}
.c-vcard:hover .image .shapes:after,
.c-vcard.hover .image .shapes:after {
  transform: rotate(-30deg);
  opacity: 1;
}
@media (max-width: 700px) {
  .c-vcard .image {
    margin-right: 15%;
  }
  .c-vcard .box {
    padding-left: 40px;
  }
}
.c-teaser {
  background: var(--pink);
  color: var(--blue);
  transition: all 0.4s ease-in-out 0s;
  position: relative;
}
.c-teaser .text {
  padding: 30px;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.c-teaser .title {
  font-size: 28px;
}
.c-teaser a {
  display: block;
  height: 50px;
  background: var(--mint);
  background-image: url(../img/svg/pattern.svg);
  background-size: auto 60px;
}
.c-teaser.item-1 a {
  background-position: left center;
}
.c-teaser.item-2 a {
  background-position: 25% center;
}
.c-teaser.item-3 a {
  background-position: center center;
}
.c-teaser.item-4 a {
  background-position: right center;
}
.c-teaser.th-blue {
  background: #092750;
  color: var(--mint);
}
.c-teaser.th-blue .title {
  color: var(--mint);
}
.c-teaser:hover {
  transform: scale(1.05);
  z-index: 10;
}
.c-imagebox {
  position: relative;
  overflow: hidden;
}
.c-imagebox:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/bg-imagebox-lg.svg);
  background-size: 100% 100%;
}
.c-imagebox .bgimg {
  width: 80%;
  height: 79%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 3px;
  z-index: 1;
}
.c-imagebox img {
  display: block;
  width: 100%;
  opacity: 0;
}
.c-imagebox.c-imagebox-sm:after {
  background-image: url(../img/svg/bg-imagebox-sm.svg);
}
.c-imagebox-clean {
  position: relative;
  overflow: hidden;
}
.c-imagebox-clean:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/svg/bg-imagebox-team.svg);
  background-size: 100% 100%;
}
.c-imagebox-clean .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 1;
}
.c-imagebox-clean img {
  display: block;
  width: 100%;
  opacity: 0;
}
.c-contactbox {
  background: var(--pink);
}
.c-contactbox .box {
  padding: 30px 20px;
  font-size: 22px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.c-contactbox .title {
  font-size: 28px;
}
.c-contactbox p {
  margin-bottom: 20px;
}
.c-contactbox a {
  color: var(--blue);
  font-family: ff-cocon-pro, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.c-contactbox a.mailxxx {
  word-break: break-all;
}
.c-contactbox .swirl {
  display: block;
  height: 50px;
  background: var(--mint);
  background-image: url(../img/svg/pattern.svg);
  background-size: auto 60px;
}
.c-contactbox.item-1 .swirl {
  background-position: left center;
}
.c-contactbox.item-2 .swirl {
  background-position: 25% center;
}
.c-contactbox.item-3 .swirl {
  background-position: center center;
}
.c-contactbox.item-4 .swirl {
  background-position: right center;
}
.c-contactbox.th-blue {
  background: #092750;
  color: var(--mint);
}
.c-contactbox.th-blue .title {
  color: var(--mint);
}
.c-contactbox.th-blue a {
  color: var(--mint);
}
@media (max-width: 1480px) {
  .c-contactbox .title {
    font-size: 26px;
  }
}
.c-poster {
  min-height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.c-poster:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--pink);
  opacity: 0.7;
  transition: all 0.3s ease-in-out 0s;
}
.c-poster:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--mint);
  opacity: 0.9;
  transition: all 0.3s ease-in-out 0.2s;
}
.c-poster a {
  display: block;
  width: 220px;
  font-family: ff-cocon-pro, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  text-transform: uppercase;
  padding-left: 70px;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 5;
  transform: translateY(-50%);
}
.c-poster a .arrow {
  display: block;
  width: 50px;
  height: 47px;
  background: url(../img/svg/button-blauw-groen-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-48%);
}
.c-poster a .arrow i {
  display: none;
}
.c-poster:hover:before {
  top: -100%;
  transition: all 0.3s ease-in-out 0.2s;
}
.c-poster:hover:after {
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
.c-quicklinks .text,
.c-quicklinks a {
  display: block;
  float: left;
  margin: 0 20px 15px 0;
  font-family: ff-cocon-pro, sans-serif;
}
.c-quicklinks .text {
  text-transform: uppercase;
}
.c-quicklinks a {
  color: var(--mint);
  border-bottom: 1px solid var(--mint);
}
.c-quicklinks a:hover {
  color: var(--pink);
  border-color: transparent;
}
.c-breadcrumbs {
  margin-bottom: 20px;
}
.c-breadcrumbs ul {
  overflow: hidden;
}
.c-breadcrumbs li {
  float: left;
  font-family: ff-cocon-pro, sans-serif;
  text-transform: uppercase;
  color: var(--pink);
  font-size: 14px;
}
.c-breadcrumbs li .divider {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
}
.c-breadcrumbs li:first-child {
  display: none;
}
.c-breadcrumbs a {
  color: var(--pink);
}
.c-usps a {
  display: block;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 20px;
  line-height: 43px;
  color: #fff;
  padding-left: 60px;
  margin-top: 24px;
  position: relative;
}
.c-usps a span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/svg/button-roze-blauw-list.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.c-usps a span i {
  color: #fff;
  font-size: 80%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-featured {
  background: #092750;
  padding: 60px;
}
.c-featured .article-output ul {
  margin: 30px 0 0 0;
  padding: 0;
}
.c-featured .article-output li {
  display: block;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  padding: 0 0 5px 50px;
  margin: 15px 0 0 0;
  background: url(../img/svg/button-roze-groen-list.svg);
  background-size: 38px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.c-featured .article-output li a {
  color: #fff;
  text-decoration: none;
}
.c-featured .article-output li a:hover {
  color: var(--pink);
}
.c-featured a:hover {
  color: var(--pink);
}
.c-featured .c-usps {
  margin-top: 30px;
}
@media (max-width: 1480px) {
  .c-featured {
    padding: 45px;
  }
}
.c-contact {
  max-width: 400px;
  margin-bottom: 60px;
}
.c-contact .image {
  margin-bottom: 40px;
}
.c-contact .info {
  border-left: 1px solid var(--pink);
  padding-left: 40px;
}
.c-contact .title {
  margin: 0;
}
.c-contact .list {
  margin: 30px 0;
}
.c-contact .list strong {
  display: inline-block;
  width: 100px;
}
.c-contact p {
  margin-bottom: 0;
  font-size: 14px;
}
.c-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
  border-radius: 4px;
}
.c-popup .form {
  position: relative;
}
.c-popup .form input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--mint);
  border-radius: 3px;
  padding-left: 10px;
}
.c-popup .form button {
  height: 40px;
  background: var(--mint);
  color: #fff;
  padding: 0 20px;
  border: none;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.c-popup .article-block {
  margin-bottom: 60px;
}
.c-popup .article-block:last-child {
  margin-bottom: 0;
}
.c-popup .article-block .article-actions {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .c-popup {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .c-popup {
    padding: 20px;
  }
}
.c-socials {
  overflow: hidden;
}
.c-socials a {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  position: relative;
  font-size: 26px;
  background-image: url(../img/svg/socials-a.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-socials a.youtube {
  background-image: url(../img/svg/socials-c.svg);
}
.c-socials a.twitter {
  background-image: url(../img/svg/socials-b.svg);
}
.c-socials a.instagram {
  background-image: url(../img/svg/socials-c.svg);
}
.c-socials a.t-white {
  color: #fff;
}
.c-socials a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.c-socials a:hover i {
  transform: translate(-50%, -50%) scale(1.2);
}
.row-sm,
.row-lg .row-sm {
  margin-right: -15px;
  margin-left: -15px;
}
.row-sm .col-xs-1,
.row-lg .row-sm .col-xs-1,
.row-sm .col-sm-1,
.row-lg .row-sm .col-sm-1,
.row-sm .col-md-1,
.row-lg .row-sm .col-md-1,
.row-sm .col-lg-1,
.row-lg .row-sm .col-lg-1,
.row-sm .col-xs-2,
.row-lg .row-sm .col-xs-2,
.row-sm .col-sm-2,
.row-lg .row-sm .col-sm-2,
.row-sm .col-md-2,
.row-lg .row-sm .col-md-2,
.row-sm .col-lg-2,
.row-lg .row-sm .col-lg-2,
.row-sm .col-xs-3,
.row-lg .row-sm .col-xs-3,
.row-sm .col-sm-3,
.row-lg .row-sm .col-sm-3,
.row-sm .col-md-3,
.row-lg .row-sm .col-md-3,
.row-sm .col-lg-3,
.row-lg .row-sm .col-lg-3,
.row-sm .col-xs-4,
.row-lg .row-sm .col-xs-4,
.row-sm .col-sm-4,
.row-lg .row-sm .col-sm-4,
.row-sm .col-md-4,
.row-lg .row-sm .col-md-4,
.row-sm .col-lg-4,
.row-lg .row-sm .col-lg-4,
.row-sm .col-xs-5,
.row-lg .row-sm .col-xs-5,
.row-sm .col-sm-5,
.row-lg .row-sm .col-sm-5,
.row-sm .col-md-5,
.row-lg .row-sm .col-md-5,
.row-sm .col-lg-5,
.row-lg .row-sm .col-lg-5,
.row-sm .col-xs-6,
.row-lg .row-sm .col-xs-6,
.row-sm .col-sm-6,
.row-lg .row-sm .col-sm-6,
.row-sm .col-md-6,
.row-lg .row-sm .col-md-6,
.row-sm .col-lg-6,
.row-lg .row-sm .col-lg-6,
.row-sm .col-xs-7,
.row-lg .row-sm .col-xs-7,
.row-sm .col-sm-7,
.row-lg .row-sm .col-sm-7,
.row-sm .col-md-7,
.row-lg .row-sm .col-md-7,
.row-sm .col-lg-7,
.row-lg .row-sm .col-lg-7,
.row-sm .col-xs-8,
.row-lg .row-sm .col-xs-8,
.row-sm .col-sm-8,
.row-lg .row-sm .col-sm-8,
.row-sm .col-md-8,
.row-lg .row-sm .col-md-8,
.row-sm .col-lg-8,
.row-lg .row-sm .col-lg-8,
.row-sm .col-xs-9,
.row-lg .row-sm .col-xs-9,
.row-sm .col-sm-9,
.row-lg .row-sm .col-sm-9,
.row-sm .col-md-9,
.row-lg .row-sm .col-md-9,
.row-sm .col-lg-9,
.row-lg .row-sm .col-lg-9,
.row-sm .col-xs-10,
.row-lg .row-sm .col-xs-10,
.row-sm .col-sm-10,
.row-lg .row-sm .col-sm-10,
.row-sm .col-md-10,
.row-lg .row-sm .col-md-10,
.row-sm .col-lg-10,
.row-lg .row-sm .col-lg-10,
.row-sm .col-xs-11,
.row-lg .row-sm .col-xs-11,
.row-sm .col-sm-11,
.row-lg .row-sm .col-sm-11,
.row-sm .col-md-11,
.row-lg .row-sm .col-md-11,
.row-sm .col-lg-11,
.row-lg .row-sm .col-lg-11,
.row-sm .col-xs-12,
.row-lg .row-sm .col-xs-12,
.row-sm .col-sm-12,
.row-lg .row-sm .col-sm-12,
.row-sm .col-md-12,
.row-lg .row-sm .col-md-12,
.row-sm .col-lg-12,
.row-lg .row-sm .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row-lg {
  margin-right: -50px;
  margin-left: -50px;
}
.row-lg .col-xs-1,
.row-lg .col-sm-1,
.row-lg .col-md-1,
.row-lg .col-lg-1,
.row-lg .col-xs-2,
.row-lg .col-sm-2,
.row-lg .col-md-2,
.row-lg .col-lg-2,
.row-lg .col-xs-3,
.row-lg .col-sm-3,
.row-lg .col-md-3,
.row-lg .col-lg-3,
.row-lg .col-xs-4,
.row-lg .col-sm-4,
.row-lg .col-md-4,
.row-lg .col-lg-4,
.row-lg .col-xs-5,
.row-lg .col-sm-5,
.row-lg .col-md-5,
.row-lg .col-lg-5,
.row-lg .col-xs-6,
.row-lg .col-sm-6,
.row-lg .col-md-6,
.row-lg .col-lg-6,
.row-lg .col-xs-7,
.row-lg .col-sm-7,
.row-lg .col-md-7,
.row-lg .col-lg-7,
.row-lg .col-xs-8,
.row-lg .col-sm-8,
.row-lg .col-md-8,
.row-lg .col-lg-8,
.row-lg .col-xs-9,
.row-lg .col-sm-9,
.row-lg .col-md-9,
.row-lg .col-lg-9,
.row-lg .col-xs-10,
.row-lg .col-sm-10,
.row-lg .col-md-10,
.row-lg .col-lg-10,
.row-lg .col-xs-11,
.row-lg .col-sm-11,
.row-lg .col-md-11,
.row-lg .col-lg-11,
.row-lg .col-xs-12,
.row-lg .col-sm-12,
.row-lg .col-md-12,
.row-lg .col-lg-12 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1480px) {
  .row-lg {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .row-lg {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .row-lg {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-lg .col-xs-1,
  .row-lg .col-sm-1,
  .row-lg .col-md-1,
  .row-lg .col-lg-1,
  .row-lg .col-xs-2,
  .row-lg .col-sm-2,
  .row-lg .col-md-2,
  .row-lg .col-lg-2,
  .row-lg .col-xs-3,
  .row-lg .col-sm-3,
  .row-lg .col-md-3,
  .row-lg .col-lg-3,
  .row-lg .col-xs-4,
  .row-lg .col-sm-4,
  .row-lg .col-md-4,
  .row-lg .col-lg-4,
  .row-lg .col-xs-5,
  .row-lg .col-sm-5,
  .row-lg .col-md-5,
  .row-lg .col-lg-5,
  .row-lg .col-xs-6,
  .row-lg .col-sm-6,
  .row-lg .col-md-6,
  .row-lg .col-lg-6,
  .row-lg .col-xs-7,
  .row-lg .col-sm-7,
  .row-lg .col-md-7,
  .row-lg .col-lg-7,
  .row-lg .col-xs-8,
  .row-lg .col-sm-8,
  .row-lg .col-md-8,
  .row-lg .col-lg-8,
  .row-lg .col-xs-9,
  .row-lg .col-sm-9,
  .row-lg .col-md-9,
  .row-lg .col-lg-9,
  .row-lg .col-xs-10,
  .row-lg .col-sm-10,
  .row-lg .col-md-10,
  .row-lg .col-lg-10,
  .row-lg .col-xs-11,
  .row-lg .col-sm-11,
  .row-lg .col-md-11,
  .row-lg .col-lg-11,
  .row-lg .col-xs-12,
  .row-lg .col-sm-12,
  .row-lg .col-md-12,
  .row-lg .col-lg-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cat-grid .category-title {
  margin-top: 80px;
  margin-bottom: 30px;
}
.cat-grid .category-title a {
  color: var(--pink);
}
.cat-grid .category-title:first-child {
  margin-top: 0;
}
.cat-grid .item {
  margin-bottom: 60px;
}
.cat-grid .article-image,
.cat-grid .article-header,
.cat-grid .article-output {
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .cat-grid .item {
    width: 100%;
    float: none;
  }
}
.team-grid .item {
  margin-bottom: 60px;
}
@media (max-width: 520px) {
  .team-grid .item {
    width: 100%;
    float: none;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--mint);
}
.tpl-volg-search .page-header {
  margin-bottom: 40px;
}
.tpl-volg-search .search-form-box {
  margin: 30px 10% 30px;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: var(--blue);
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 9px;
  right: 6px;
  color: var(--blue);
  font-size: 32px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 60px 0 20px;
  background: var(--light);
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}
.tpl-volg-search .search-result-list .item .result-category {
  display: block;
  color: var(--pink);
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: var(--pink);
  background-color: transparent;
}
.tpl-volg-search .search-result-list .item .result-url {
  display: block;
  margin-top: 20px;
}
.timeline-header {
  position: relative;
  z-index: 0;
}
.timeline-header .container {
  height: 800px;
  position: relative;
}
.timeline-header .bg-header-blue {
  width: 3000px;
  height: 3000px;
  background-image: url(../img/timeline/tijdlijn-blauw-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: -1300px;
  left: -800px;
  z-index: 2;
}
.timeline-header .bg-header-green {
  width: 1200px;
  height: 1200px;
  background-image: url(../img/timeline/tijdlijn-groen-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: -400px;
  right: -350px;
  z-index: 3;
}
.timeline-header .bg-image {
  width: 2000px;
  height: 800px;
  background-image: url(../img/timeline/tijdlijn-header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -60px;
  left: -1070px;
  z-index: 5;
}
.timeline-header .header-box {
  max-width: 800px;
  padding-top: 80px;
  position: relative;
  z-index: 100;
}
.timeline-header .header-box h1 {
  font-size: 44px;
  margin-bottom: 55px;
}
.timeline-header .timeline-nav li {
  margin-bottom: 5px;
}
.timeline-header .timeline-nav a {
  font-family: ff-cocon-pro, sans-serif;
  color: var(--pink);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  position: relative;
}
.timeline-header .timeline-nav a:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/timeline/button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-timeline {
  position: relative;
  overflow: hidden;
}
.tpl-timeline {
  background: var(--light);
  transform-origin: top center;
  position: relative;
}
.tl-background {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /* achtergrond layer */
  /* blueprint layer */
}
.tl-background .container {
  max-width: 1280px;
}
.tl-background .inner {
  width: 1230px;
  height: 8100px;
  position: relative;
}
.tl-background .tl-header {
  position: relative;
}
.tl-background .tl-header .bg-header-blue {
  width: 3000px;
  height: 3000px;
  background-image: url(../img/timeline/tijdlijn-blauw-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: -1320px;
  left: -934px;
  z-index: 2;
}
.tl-background .tl-header .bg-header-green {
  width: 1200px;
  height: 1200px;
  background-image: url(../img/timeline/tijdlijn-groen-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: -400px;
  right: -580px;
  z-index: 3;
}
.tl-background .tl-header .bg-image {
  width: 2000px;
  height: 800px;
  background-image: url(../img/timeline/tijdlijn-header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -60px;
  left: -1085px;
  z-index: 5;
}
.tl-background .tl-bg-mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.tl-background .tl-bg-mid .shape-blue-1,
.tl-background .tl-bg-mid .shape-blue-2 {
  width: 3000px;
  height: 2300px;
  background-image: url(../img/timeline/tijdlijn-blauw-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.tl-background .tl-bg-mid .shape-blue-1 {
  left: -451px;
  top: 2507px;
}
.tl-background .tl-bg-mid .shape-blue-2 {
  left: -504px;
  top: 5994px;
}
.tl-background .tl-bg-mid .shape-green-1 {
  width: 2500px;
  height: 1450px;
  background-image: url(../img/timeline/tijdlijn-groen-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3806px;
  left: 85px;
  z-index: 2;
}
.tl-background .tl-blueprint {
  display: none;
  width: 1230px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  background: url(../img/tl-blueprint.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
}
.debug .tl-background .tl-blueprint {
  display: block;
}
.tl-background .tl-blueprint:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}
.tl-background .tl-path {
  width: calc(100% - 0px);
  height: 100%;
  position: absolute;
  top: 160px;
  left: 0px;
  z-index: 50;
  background: url(../img/timeline/tijdlijn.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.tl-content {
  position: relative;
  z-index: 200;
  overflow: hidden;
  /* wit vlak onderkant */
  /* trimester navigatie */
  /* BOX POSITIES */
}
.tl-content .container {
  max-width: 1280px;
  height: 8100px;
  position: relative;
  z-index: 100;
}
.tl-content .mini-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/timeline/button.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tl-content .mini-button .text {
  display: none;
}
.tl-content .tl-header {
  margin-top: 75px;
  max-width: 790px;
  position: relative;
  z-index: 100;
}
.tl-content .tl-header .h1 {
  font-size: 44px;
}
.tl-content .tl-header .timeline-nav {
  margin-top: 60px;
}
.tl-content .tl-header .timeline-nav li {
  margin-bottom: 8px;
}
.tl-content .tl-header .timeline-nav a {
  display: block;
  color: var(--pink);
  font-family: ff-cocon-pro, sans-serif;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.tl-content .tl-header .timeline-nav a:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/timeline/button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-44%);
}
.tl-content .tl-header .before {
  display: block;
  width: 180px;
  height: 70px;
  background-image: url(../img/timeline/pijl-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -190px;
  top: 22px;
}
.tl-content:after {
  display: none;
  content: "";
  width: 4000px;
  height: 125px;
  background-color: var(--light);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
.tl-content .section-1,
.tl-content .section-2,
.tl-content .section-3,
.tl-content .section-4 {
  display: block;
  position: absolute;
  left: 20px;
  z-index: 200;
  color: var(--pink);
  font-family: ff-cocon-pro, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  transform-origin: top left;
  transform: rotate(-90deg);
}
.tl-content .section-1 {
  top: 850px;
  opacity: 0;
}
.tl-content .section-2 {
  top: 2890px;
}
.tl-content .section-3 {
  top: 4840px;
}
.tl-content .section-4 {
  top: 7070px;
}
.tl-content .tl-intro {
  position: absolute;
  width: 320px;
  z-index: 100;
  top: 745px;
  left: 745px;
}
.tl-content .tl-intro .image {
  width: 400px;
  height: 275px;
  position: absolute;
  top: -285px;
  left: -60px;
}
.tl-content .tl-intro .header {
  width: 320px;
  position: absolute;
  left: calc(-100% - 30px);
  top: -60px;
  text-align: right;
}
.tl-content .tl-intro .header h2 {
  font-size: 38px;
}
.tl-content .tl-intro .header h3 {
  padding-left: 100px;
}
.tl-content .tl-intro .output {
  line-height: 1.3em;
}
.tl-content .tl-intro .output a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tl-content .box .mobile-blocks,
.tl-content .box-kr .mobile-blocks {
  display: none;
}
.tl-content .box .bx-image,
.tl-content .box-kr .bx-image,
.tl-content .box .kr-image,
.tl-content .box-kr .kr-image {
  width: 400px;
  height: 300px;
  position: absolute;
  top: -320px;
  left: 0;
}
.tl-content .box .bx-image img,
.tl-content .box-kr .bx-image img,
.tl-content .box .kr-image img,
.tl-content .box-kr .kr-image img {
  width: 100%;
}
.tl-content .box .before,
.tl-content .box-kr .before,
.tl-content .box .after,
.tl-content .box-kr .after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(25, 180, 240, 0);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tl-content .box .after,
.tl-content .box-kr .after {
  background-color: transparent;
}
.tl-content .box.has-action .before,
.tl-content .box-kr.has-action .before,
.tl-content .box.has-action .bx-title,
.tl-content .box-kr.has-action .bx-title,
.tl-content .box.has-action .br-title,
.tl-content .box-kr.has-action .br-title,
.tl-content .box.has-action .mn-title,
.tl-content .box-kr.has-action .mn-title {
  cursor: pointer !important;
}
.tl-content .box.has-action .before:hover,
.tl-content .box-kr.has-action .before:hover,
.tl-content .box.has-action .bx-title:hover,
.tl-content .box-kr.has-action .bx-title:hover,
.tl-content .box.has-action .br-title:hover,
.tl-content .box-kr.has-action .br-title:hover,
.tl-content .box.has-action .mn-title:hover,
.tl-content .box-kr.has-action .mn-title:hover {
  opacity: 0.6;
}
.tl-content .box {
  position: absolute;
  max-width: 380px;
  z-index: 100;
  color: #092750;
}
.tl-content .box .bx-header {
  position: relative;
}
.tl-content .box .bx-title {
  max-width: 340px;
  overflow: hidden;
  color: var(--pink);
  font-size: 38px;
  line-height: 0.98em;
  margin: 0 0 20px 0;
}
.tl-content .box .bx-title .text.t-white {
  color: #fff;
}
.tl-content .box .bx-title .week {
  display: block;
  float: left;
  color: var(--mint);
  font-size: 100px;
  line-height: 0.69em;
  margin-right: 20px;
}
.tl-content .box .bx-title .week.t-white {
  color: #fff;
}
.tl-content .box .bx-title.type-b .text {
  display: block;
  max-width: 200px;
}
.tl-content .box .bx-title.type-b .week {
  float: none;
  margin-bottom: 20px;
}
.tl-content .box .bx-subtitle {
  color: var(--mint);
  font-size: 18px;
}
.tl-content .box .bx-subtitle.t-white {
  color: #fff;
}
.tl-content .box .bx-subtitle.t-blue {
  color: #092750;
}
.tl-content .box .bx-panel.ps-left {
  width: 300px;
  text-align: right;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
}
.tl-content .box .bx-output,
.tl-content .box .bxs-output {
  font-size: 18px;
  line-height: 1.3em;
}
.tl-content .box .bx-output a:hover,
.tl-content .box .bxs-output a:hover {
  opacity: 0.8;
}
.tl-content .box .bx-output.t-white,
.tl-content .box .bxs-output.t-white {
  color: #fff;
}
.tl-content .box .bx-output.t-white a,
.tl-content .box .bxs-output.t-white a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tl-content .box .bx-output.t-blue,
.tl-content .box .bxs-output.t-blue {
  color: #092750;
}
.tl-content .box .bx-output.t-blue a,
.tl-content .box .bxs-output.t-blue a {
  color: #092750;
  border-bottom: 1px solid #092750;
}
.tl-content .box .bx-output p:last-child,
.tl-content .box .bxs-output p:last-child {
  margin-bottom: 0;
}
.tl-content .box .bx-action {
  margin-top: 20px;
}
.tl-content .box .sub-post {
  width: 370px;
  text-align: right;
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  padding-right: 30px;
  border-right: 2px solid var(--pink);
}
.tl-content .box-4 {
  top: 1150px;
  left: 580px;
}
.tl-content .box-6 {
  top: 1680px;
  left: 440px;
}
.tl-content .box-6 .bx-subtitle {
  padding-left: 80px;
}
.tl-content .box-6 .bx-panel.ps-left {
  top: 25px;
}
.tl-content .box-6 .before {
  width: 113px;
  height: 113px;
  top: 91px;
  left: 76px;
  background-image: url("../img/timeline/icons/week-6.svg");
}
.tl-content .box-8 {
  width: 300px;
  top: 2200px;
  left: 950px;
}
.tl-content .box-8 .bx-image {
  width: 480px;
  height: 330px;
  top: -360px;
  left: -370px;
}
.tl-content .box-8 .after {
  width: 160px;
  height: 195px;
  top: -237px;
  left: 135px;
  background-image: url(../img/timeline/pijl-c.svg);
}
.tl-content .box-10 {
  top: 2465px;
  left: 375px;
}
.tl-content .box-10 .bx-subtitle {
  width: 240px;
  text-align: right;
  position: absolute;
  top: 95px;
  right: calc(100% + 35px);
}
.tl-content .box-10 .after {
  width: 90px;
  height: 120px;
  top: -40px;
  left: -230px;
  background-image: url(../img/timeline/pijl-d.svg);
}
.tl-content .box-12 {
  width: 350px;
  top: 2715px;
  left: 900px;
}
.tl-content .box-12 .before {
  width: 100px;
  height: 100px;
  top: -115px;
  left: 130px;
  background-image: url(../img/timeline/icons/week-12.svg);
}
.tl-content .box-14 {
  top: 2918px;
  left: 520px;
}
.tl-content .box-16 {
  top: 3276px;
  left: 30px;
}
.tl-content .box-16 .before {
  width: 90px;
  height: 90px;
  top: 70px;
  left: 215px;
  background-image: url(../img/timeline/icons/week-16.svg);
}
.tl-content .box-18 {
  width: 220px;
  top: 3495px;
  left: 930px;
}
.tl-content .box-20 {
  top: 3848px;
  left: 310px;
}
.tl-content .box-20 .bx-panel.ps-left {
  width: 240px;
  right: calc(100% + 35px);
}
.tl-content .box-20 .bx-image {
  width: 750px;
  height: 570px;
  top: -175px;
  left: -415px;
  z-index: -1;
}
.tl-content .box-20 .before {
  width: 110px;
  height: 110px;
  top: 160px;
  left: -130px;
  background-image: url(../img/timeline/icons/week-20.svg);
}
.tl-content .box-22 {
  width: 240px;
  top: 4300px;
  left: 30px;
}
.tl-content .box-22 .before {
  width: 80px;
  height: 80px;
  top: 84px;
  left: 215px;
  background-image: url(../img/timeline/icons/week-22.svg);
}
.tl-content .box-22 .after {
  width: 380px;
  height: 250px;
  top: -117px;
  left: 335px;
  background-image: url(../img/timeline/pijl-g.svg);
}
.tl-content .box-24 {
  top: 4325px;
  left: 775px;
}
.tl-content .box-24 .before {
  width: 80px;
  height: 80px;
  top: -97px;
  left: 142px;
  background-image: url(../img/timeline/icons/week-24.svg);
}
.tl-content .box-26 {
  top: 4715px;
  left: 730px;
}
.tl-content .box-26 .bx-subtitle {
  max-width: 250px;
}
.tl-content .box-28 {
  width: 320px;
  top: 5424px;
  left: 935px;
}
.tl-content .box-28 .bx-image {
  width: 480px;
  height: 330px;
  top: -360px;
  left: -350px;
}
.tl-content .box-28 .after {
  width: 160px;
  height: 195px;
  top: -240px;
  left: 150px;
  background-image: url(../img/timeline/pijl-c.svg);
}
.tl-content .box-30 {
  top: 5132px;
  left: 30px;
}
.tl-content .box-32 {
  top: 6000px;
  left: 30px;
}
.tl-content .box-32 .bx-subtitle {
  max-width: 230px;
}
.tl-content .box-34 {
  top: 5746px;
  left: 745px;
}
.tl-content .box-34 .bx-subtitle {
  width: 230px;
  position: absolute;
  top: 20px;
  left: 145px;
}
.tl-content .box-34 .before {
  width: 80px;
  height: 80px;
  top: 85px;
  left: 219px;
  background-image: url(../img/timeline/icons/week-34.svg);
}
.tl-content .box-36 {
  top: 6215px;
  left: 853px;
}
.tl-content .box-36 .after {
  width: 430px;
  height: 180px;
  top: -115px;
  left: -280px;
  background-image: url(../img/timeline/pijl-j.svg);
}
.tl-content .box-38 {
  width: 320px;
  top: 6548px;
  left: 920px;
}
.tl-content .box-38 .before {
  width: 140px;
  height: 115px;
  top: -75px;
  left: -125px;
  background-image: url(../img/timeline/icons/week-38.svg);
}
.tl-content .box-40 {
  top: 6691px;
  left: 360px;
}
.tl-content .box-40 .bx-image {
  width: 480px;
  height: 330px;
  top: -450px;
  left: -280px;
}
.tl-content .box-40 .sub-post {
  width: 300px;
}
.tl-content .box-40 .sub-post .bxs-output {
  color: #fff;
}
.tl-content .box-40 .sub-post .bxs-output a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tl-content .box-mn .goto-url {
  display: none;
}
.tl-content .box-mn .mn-title {
  font-size: 19px;
  color: #fff;
}
.tl-content .box-mn .mn-title.t-white {
  color: #fff;
}
.tl-content .box-mn .mn-title.t-pink {
  color: var(--pink);
}
.tl-content .box-mn .mn-title.t-mint {
  color: var(--mint);
}
.tl-content .box-mn .mn-title.t-blue {
  color: #092750;
}
.tl-content .box-mn .mn-output {
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
}
.tl-content .box-mn .mn-output a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tl-content .box-mn .mn-output a:hover {
  opacity: 0.8;
}
.tl-content .box-mn .mn-output.t-white {
  color: #fff;
}
.tl-content .box-mn .mn-output.t-white a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tl-content .box-mn .mn-output.t-pink {
  color: var(--pink);
}
.tl-content .box-mn .mn-output.t-pink a {
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}
.tl-content .box-mn .mn-output.t-mint {
  color: var(--mint);
}
.tl-content .box-mn .mn-output.t-mint a {
  color: var(--mint);
  border-bottom: 1px solid var(--mint);
}
.tl-content .box-mn .mn-output.t-blue {
  color: #092750;
}
.tl-content .box-mn .mn-output.t-blue a {
  color: #092750;
  border-bottom: 1px solid #092750;
}
.tl-content .box-mn-1 {
  top: 875px;
  left: 134px;
  width: 260px;
}
.tl-content .box-mn-1 .before {
  width: 164px;
  height: 180px;
  bottom: -132px;
  left: -108px;
  background-image: url(../img/timeline/icons/stop-met-roken.svg);
}
.tl-content .box-mn-1 .after {
  width: 510px;
  height: 145px;
  top: 65px;
  left: 182px;
  background-image: url(../img/timeline/pijl-b.svg);
}
.tl-content .box-mn-2 {
  top: 1040px;
  right: 30px;
  width: 310px;
  text-align: right;
}
.tl-content .box-mn-3 {
  top: 1450px;
  left: 590px;
  width: 340px;
}
.tl-content .box-mn-3 .before {
  width: 80px;
  height: 80px;
  top: 0;
  left: -100px;
  background-image: url(../img/timeline/icons/medicijnen.svg);
}
.tl-content .box-mn-4 {
  top: 1705px;
  left: 960px;
  width: 260px;
}
.tl-content .box-mn-5 {
  top: 2070px;
  left: 55px;
  width: 240px;
}
.tl-content .box-mn-5 .before {
  width: 200px;
  height: 105px;
  top: 40px;
  right: -152px;
  background-image: url(../img/timeline/icons/voeding.svg);
}
.tl-content .box-mn-6 {
  top: 3295px;
  right: 25px;
  width: 190px;
}
.tl-content .box-mn-6 .before {
  width: 200px;
  height: 130px;
  top: -150px;
  left: -40px;
  background-image: url(../img/timeline/icons/jongen-meisje.svg);
}
.tl-content .box-mn-6 .after {
  width: 140px;
  height: 55px;
  top: -222px;
  left: -212px;
  background-image: url(../img/timeline/pijl-e.svg);
}
.tl-content .box-mn-7 {
  top: 3530px;
  left: 600px;
  width: 250px;
}
.tl-content .box-mn-7 .after {
  width: 170px;
  height: 435px;
  top: -255px;
  left: -73px;
  background-image: url(../img/timeline/pijl-f.svg);
}
.tl-content .box-mn-8 {
  top: 3985px;
  left: 800px;
  width: 200px;
}
.tl-content .box-mn-8 .before {
  width: 200px;
  height: 105px;
  top: 45px;
  left: 130px;
  background-image: url(../img/timeline/icons/opvang.svg);
}
.tl-content .box-mn-9 {
  top: 4600px;
  left: 295px;
  width: 230px;
  text-align: right;
}
.tl-content .box-mn-9 .before {
  width: 115px;
  height: 145px;
  top: -100px;
  left: 212px;
  background-image: url(../img/timeline/icons/borstvoeding.svg);
}
.tl-content .box-mn-10 {
  top: 5680px;
  left: 170px;
  width: 230px;
}
.tl-content .box-mn-10 .before {
  width: 200px;
  height: 130px;
  top: -150px;
  left: 5px;
  background-image: url(../img/timeline/icons/intake-kraamzorg.svg);
}
.tl-content .box-mn-10 .after {
  width: 70px;
  height: 130px;
  top: -280px;
  left: 110px;
  background-image: url(../img/timeline/pijl-i.svg);
}
.tl-content .box-mn-11 {
  top: 5880px;
  left: 440px;
  width: 160px;
}
.tl-content .section-kraamtijd {
  height: 10px;
  width: calc(100% - 260px);
  position: absolute;
  top: 7000px;
  left: 130px;
}
.tl-content .box-kr {
  width: 400px;
  position: absolute;
}
.tl-content .box-kr .kr-title {
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 20px;
}
.tl-content .box-kr .kr-output {
  font-family: ff-cocon-pro, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
}
.tl-content .box-kr .kr-output strong {
  font-weight: normal;
  display: block;
  color: var(--pink);
}
.tl-content .box-kr .kr-action {
  margin-top: -12px;
}
.tl-content .box-kr:nth-child(even) {
  text-align: right;
}
.tl-content .box-kr-1 {
  top: 0;
  right: 0;
}
.tl-content .box-kr-1 .kr-title {
  max-width: 260px;
}
.tl-content .box-kr-1 .kr-image {
  width: 850px;
  height: 622px;
  top: -65px;
  left: -210px;
}
.tl-content .box-kr-2 {
  top: 100px;
  left: 0;
}
.tl-content .box-kr-2 .before {
  width: 194px;
  height: 120px;
  top: -130px;
  right: -50px;
  background-image: url(../img/timeline/icons/eerste-24-uur.svg);
}
.tl-content .box-kr-3 {
  top: 240px;
  right: 0;
}
.tl-content .box-kr-4 {
  top: 353px;
  left: 0;
}
.tl-content .box-kr-5 {
  top: 534px;
  right: 0;
}
.tl-content .box-kr-6 {
  top: 630px;
  left: 0;
}
.tl-content .box-kr-7 {
  top: 817px;
  right: 0;
}
.tl-content .box-kr-7 .before {
  width: 80px;
  height: 80px;
  top: -44px;
  left: 142px;
  background-image: url(../img/timeline/icons/dag-10.svg);
}
.tl-content .box-kr-100 {
  width: 500px;
  top: 913px;
  left: -100px;
}
.tl-content .box-kr-100 .kr-title {
  font-size: 18px;
}
.tl-content .box-kr-100 .kr-output {
  font-family: aaux-next, sans-serif;
  font-size: 17px;
}
.tl-content .box-kr-100 .kr-output a {
  color: var(--pink);
  border-bottom: 1px solid var(--pink);
}
.tl-content .box-kr-100 .before {
  width: 80px;
  height: 80px;
  top: -48px;
  right: 185px;
  background-image: url(../img/timeline/icons/algemeen-contact.svg);
}
.tl-content .box-kr-100 .after {
  width: 130px;
  height: 50px;
  bottom: -70px;
  right: -66px;
  background-image: url(../img/timeline/pijl-k.svg);
}
@media (max-width: 1480px) {
  .tl-canvas {
    transform: scale(1);
  }
}
@media (max-width: 1280px) {
  .tl-background .container {
    height: 6000px;
  }
  .tl-background .inner {
    transform-origin: top left;
    transform: scale(0.7398374);
  }
  .tl-content .container {
    height: 6000px;
  }
  .tl-content .tl-header,
  .tl-content .tl-intro,
  .tl-content .box,
  .tl-content .box-kr {
    transform-origin: top left;
    transform: scale(0.75);
  }
  .tl-content .tl-header {
    margin-top: 55px;
  }
  .tl-content .tl-intro {
    top: 552px;
    left: 560px;
  }
  .tl-content .section-1,
  .tl-content .section-2,
  .tl-content .section-3,
  .tl-content .section-4 {
    transform: rotate(-90deg) scale(0.8);
    opacity: 1;
  }
  .tl-content .section-1 {
    top: 945px;
  }
  .tl-content .section-2 {
    top: 2170px;
  }
  .tl-content .section-3 {
    top: 3700px;
  }
  .tl-content .section-4 {
    top: 5270px;
  }
  .tl-content .box-4 {
    top: 850px;
    left: 454px;
  }
  .tl-content .box-6 {
    top: 1244px;
    left: 332px;
  }
  .tl-content .box-8 {
    top: 1630px;
    left: 712px;
  }
  .tl-content .box-10 {
    top: 1823px;
    left: 285px;
  }
  .tl-content .box-12 {
    top: 2008px;
    left: 675px;
  }
  .tl-content .box-14 {
    top: 2158px;
    left: 396px;
  }
  .tl-content .box-16 {
    top: 2420px;
    left: 25px;
  }
  .tl-content .box-18 {
    top: 2583px;
    left: 696px;
  }
  .tl-content .box-20 {
    top: 2842px;
    left: 234px;
  }
  .tl-content .box-22 {
    top: 3182px;
    left: 25px;
  }
  .tl-content .box-24 {
    top: 3200px;
    left: 600px;
  }
  .tl-content .box-26 {
    top: 3489px;
    left: 540px;
  }
  .tl-content .box-28 {
    top: 4014px;
    left: 695px;
  }
  .tl-content .box-30 {
    top: 3797px;
    left: 25px;
  }
  .tl-content .box-32 {
    top: 4440px;
    left: 25px;
  }
  .tl-content .box-34 {
    top: 4248px;
    left: 558px;
  }
  .tl-content .box-36 {
    top: 4599px;
    left: 638px;
  }
  .tl-content .box-38 {
    top: 4845px;
    left: 688px;
  }
  .tl-content .box-40 {
    top: 4951px;
    left: 277px;
  }
  .tl-content .box-mn-1 {
    top: 647px;
    left: 107px;
  }
  .tl-content .box-mn-2 {
    top: 776px;
    right: -52px;
  }
  .tl-content .box-mn-3 {
    top: 1073px;
    left: 440px;
  }
  .tl-content .box-mn-4 {
    top: 1263px;
    left: 720px;
  }
  .tl-content .box-mn-5 {
    top: 1533px;
    left: 48px;
  }
  .tl-content .box-mn-6 {
    top: 2438px;
    right: -23px;
  }
  .tl-content .box-mn-7 {
    top: 2614px;
    left: 450px;
  }
  .tl-content .box-mn-8 {
    top: 2950px;
    left: 600px;
  }
  .tl-content .box-mn-9 {
    top: 3404px;
    left: 220px;
  }
  .tl-content .box-mn-10 {
    top: 4200px;
    left: 130px;
  }
  .tl-content .box-mn-11 {
    top: 4350px;
    left: 330px;
  }
  .tl-content .section-kraamtijd {
    height: 10px;
    width: calc(100% - 200px);
    position: absolute;
    top: 5180px;
    left: 100px;
  }
  .tl-content .box-kr-1 {
    top: 0;
    right: -105px;
  }
  .tl-content .box-kr-2 {
    top: 71px;
  }
  .tl-content .box-kr-3 {
    top: 190px;
    right: -105px;
  }
  .tl-content .box-kr-4 {
    top: 260px;
  }
  .tl-content .box-kr-5 {
    top: 390px;
    right: -105px;
  }
  .tl-content .box-kr-6 {
    top: 466px;
  }
  .tl-content .box-kr-7 {
    top: 605px;
    right: -105px;
  }
  .tl-content .box-kr-100 {
    top: 675px;
    left: -75px;
  }
}
@media (max-width: 991px) {
  .tl-background:after {
    display: block;
    content: "";
    width: 100%;
    height: 600px;
    background-color: #0f254e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tl-background .container {
    height: 5060px;
  }
  .tl-background .inner {
    transform-origin: top left;
    transform: scale(0.578);
  }
  .tl-content .container {
    height: 5060px;
  }
  .tl-content .section-1 {
    top: 757px;
  }
  .tl-content .section-2 {
    top: 1770px;
  }
  .tl-content .section-3 {
    top: 2889px;
  }
  .tl-content .section-4 {
    top: 4370px;
  }
  .tl-content .box-mn {
    display: none !important;
  }
  .tl-content .box,
  .tl-content .box-kr {
    transform: scale(0.7);
  }
  .tl-content .tl-header {
    max-width: 650px;
  }
  .tl-content .tl-header .h1 {
    font-size: 34px;
  }
  .tl-content .tl-header .before {
    right: -152px;
    top: -29px;
  }
  .tl-content .tl-intro {
    top: 472px;
    left: 380px;
  }
  .tl-content .tl-intro .image {
    width: 340px;
    height: 238px;
    top: -246px;
    left: -17px;
  }
  .tl-content .box-4 {
    top: 688px;
    left: 320px;
  }
  .tl-content .box-6 {
    top: 891px;
    left: 329px;
  }
  .tl-content .box-6 .before {
    top: 110px;
    left: 76px;
  }
  .tl-content .box-6 .bx-panel.ps-left {
    top: 85px;
  }
  .tl-content .box-8 {
    top: 1298px;
    left: 450px;
  }
  .tl-content .box-8 .bx-image {
    width: 400px;
    height: 279px;
    top: -291px;
    left: -270px;
  }
  .tl-content .box-8 .sub-post {
    display: none;
  }
  .tl-content .box-10 {
    top: 1360px;
    left: 149px;
  }
  .tl-content .box-10 .bx-subtitle {
    position: static;
    right: 0;
    text-align: left;
  }
  .tl-content .box-10 .after {
    top: 30px;
    left: -106px;
  }
  .tl-content .box-12 {
    top: 1631px;
    left: 325px;
  }
  .tl-content .box-14 {
    top: 1786px;
    left: 479px;
    width: 340px;
    transform: scale(0.65);
  }
  .tl-content .box-14 .bx-action {
    padding-left: 100px;
  }
  .tl-content .box-16 {
    top: 1900px;
    left: 65px;
  }
  .tl-content .box-18 {
    top: 1985px;
    left: 485px;
  }
  .tl-content .box-20 {
    top: 2199px;
    left: 278px;
  }
  .tl-content .box-20 .bx-image {
    width: 615px;
    height: 425px;
    top: -95px;
    left: -350px;
  }
  .tl-content .box-22 {
    top: 2432px;
    left: 51px;
  }
  .tl-content .box-22 .after {
    width: 240px;
    height: 170px;
    top: -18px;
    left: 335px;
  }
  .tl-content .box-24 {
    top: 2510px;
    left: 400px;
    width: 360px;
  }
  .tl-content .box-26 {
    top: 2690px;
    left: 166px;
    width: 325px;
  }
  .tl-content .box-28 {
    top: 3090px;
    left: 376px;
  }
  .tl-content .box-28 .after {
    display: none;
  }
  .tl-content .box-28 .bx-image {
    width: 400px;
    height: 278px;
    top: -301px;
    left: -50px;
  }
  .tl-content .box-28 .sub-post {
    display: none;
  }
  .tl-content .box-30 {
    top: 2917px;
    left: 54px;
  }
  .tl-content .box-32 {
    top: 3460px;
    left: 56px;
  }
  .tl-content .box-34 {
    top: 3351px;
    left: 410px;
  }
  .tl-content .box-36 {
    top: 3658px;
    left: 225px;
    width: 320px;
  }
  .tl-content .box-36 .after {
    display: none;
  }
  .tl-content .box-38 {
    top: 3783px;
    left: 520px;
    width: 260px;
  }
  .tl-content .box-38 .before {
    width: 88px;
    height: 102px;
    top: -83px;
    left: -88px;
  }
  .tl-content .box-38 .bx-title .week {
    margin-bottom: 20px;
  }
  .tl-content .box-40 {
    top: 4005px;
    left: 124px;
  }
  .tl-content .box-40 .bx-image {
    width: 380px;
    height: 264px;
    top: -291px;
    left: -40px;
  }
  .tl-content .box-40 .sub-post {
    position: static;
    margin-top: 30px;
  }
  .tl-content .section-kraamtijd {
    top: 4260px;
  }
  .tl-content .section-kraamtijd:before {
    display: block;
    content: "";
    width: 12px;
    height: 800px;
    background-color: #fff;
    position: absolute;
    left: 50.8%;
    top: 0;
  }
  .tl-content .box-kr-1 {
    top: 0;
    right: -177px;
  }
  .tl-content .box-kr-1 .kr-image {
    width: 500px;
    height: 346px;
    top: -68px;
    left: -79px;
    z-index: -1;
  }
  .tl-content .box-kr-2 {
    top: 115px;
    left: -40px;
  }
  .tl-content .box-kr-3 {
    top: 210px;
    right: -175px;
  }
  .tl-content .box-kr-4 {
    top: 270px;
    left: -40px;
  }
  .tl-content .box-kr-5 {
    top: 390px;
    right: -175px;
  }
  .tl-content .box-kr-6 {
    top: 445px;
    left: -40px;
  }
  .tl-content .box-kr-7 {
    top: 575px;
    right: -175px;
  }
  .tl-content .box-kr-100 {
    top: 635px;
    left: -40px;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .tl-background {
    background-color: #0f254e;
    height: 100%;
  }
  .tl-background .tl-bg-mid,
  .tl-background .tl-path {
    display: none;
  }
  .tl-background .tl-header .bg-image {
    width: 2100px;
    height: 960px;
    top: 0;
    left: -685px;
  }
  .tl-background .container {
    width: 100%;
    height: auto;
  }
  .tl-content .container {
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .tl-content .tl-header {
    transform: scale(1);
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .tl-content .tl-header .h1 {
    font-size: 32px;
  }
  .tl-content .tl-header .before {
    display: none;
  }
  .tl-content .tl-header .timeline-nav {
    font-size: 16px;
  }
  .tl-content .tl-intro {
    position: static;
    transform: scale(1);
    margin-bottom: 80px;
  }
  .tl-content .tl-intro .image {
    position: static;
    margin-bottom: 20px;
  }
  .tl-content .tl-intro .header {
    position: static;
    text-align: left;
  }
  .tl-content .tl-intro .header .h3 {
    padding: 0;
  }
  .tl-content .tl-intro .output a {
    color: var(--mint) !important;
    border-bottom: 1px solid var(--mint) !important;
  }
  .tl-content .tl-intro .output a:hover {
    opacity: 0.7;
  }
  .tl-content .section-1,
  .tl-content .section-2,
  .tl-content .section-3,
  .tl-content .section-4 {
    display: none;
  }
  .tl-content .box,
  .tl-content .box-mn,
  .tl-content .box-kr {
    position: static;
    top: 0;
    left: 0;
    transform: scale(1);
    text-align: left !important;
    max-width: none;
    width: 100%;
    margin-bottom: 80px;
  }
  .tl-content .box .before,
  .tl-content .box-mn .before,
  .tl-content .box-kr .before,
  .tl-content .box .after,
  .tl-content .box-mn .after,
  .tl-content .box-kr .after {
    display: none;
  }
  .tl-content .box .before,
  .tl-content .box-mn .before,
  .tl-content .box-kr .before {
    display: block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    top: -49px;
    left: 203px;
  }
  .tl-content .box .bx-image,
  .tl-content .box-mn .bx-image,
  .tl-content .box-kr .bx-image,
  .tl-content .box .kr-image,
  .tl-content .box-mn .kr-image,
  .tl-content .box-kr .kr-image {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }
  .tl-content .box .bx-image img,
  .tl-content .box-mn .bx-image img,
  .tl-content .box-kr .bx-image img,
  .tl-content .box .kr-image img,
  .tl-content .box-mn .kr-image img,
  .tl-content .box-kr .kr-image img {
    display: block;
    max-width: 500px;
  }
  .tl-content .box .bx-title,
  .tl-content .box-mn .bx-title,
  .tl-content .box-kr .bx-title {
    font-size: 26px;
    max-width: 220px;
  }
  .tl-content .box .bx-title .week,
  .tl-content .box-mn .bx-title .week,
  .tl-content .box-kr .bx-title .week {
    font-size: 66px;
    margin-right: 15px;
    color: var(--mint) !important;
  }
  .tl-content .box .bx-title .text,
  .tl-content .box-mn .bx-title .text,
  .tl-content .box-kr .bx-title .text {
    color: var(--pink) !important;
  }
  .tl-content .box .bx-title.type-b .week,
  .tl-content .box-mn .bx-title.type-b .week,
  .tl-content .box-kr .bx-title.type-b .week {
    float: left;
    margin: 0 15px 0 0;
  }
  .tl-content .box .bx-title.type-b .text,
  .tl-content .box-mn .bx-title.type-b .text,
  .tl-content .box-kr .bx-title.type-b .text {
    display: inline;
    max-width: none;
  }
  .tl-content .box .bx-subtitle,
  .tl-content .box-mn .bx-subtitle,
  .tl-content .box-kr .bx-subtitle {
    position: static;
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #fff !important;
  }
  .tl-content .box .bx-output,
  .tl-content .box-mn .bx-output,
  .tl-content .box-kr .bx-output {
    color: #fff !important;
  }
  .tl-content .box .bx-output a,
  .tl-content .box-mn .bx-output a,
  .tl-content .box-kr .bx-output a {
    color: var(--mint) !important;
    border-bottom: 1px solid var(--mint) !important;
  }
  .tl-content .box .bx-output a:hover,
  .tl-content .box-mn .bx-output a:hover,
  .tl-content .box-kr .bx-output a:hover {
    opacity: 0.7;
  }
  .tl-content .box .bx-panel,
  .tl-content .box-mn .bx-panel,
  .tl-content .box-kr .bx-panel,
  .tl-content .box .bx-panel.ps-left,
  .tl-content .box-mn .bx-panel.ps-left,
  .tl-content .box-kr .bx-panel.ps-left {
    width: 100%;
    max-width: none;
    position: static;
    top: 0;
    left: 0;
    text-align: left;
  }
  .tl-content .box .bx-action,
  .tl-content .box-mn .bx-action,
  .tl-content .box-kr .bx-action {
    padding: 0;
  }
  .tl-content .box .mini-button .text,
  .tl-content .box-mn .mini-button .text,
  .tl-content .box-kr .mini-button .text {
    display: block;
    white-space: nowrap;
    color: var(--pink);
    font-family: ff-cocon-pro, sans-serif;
    padding-left: 40px;
  }
  .tl-content .box .sub-post,
  .tl-content .box-mn .sub-post,
  .tl-content .box-kr .sub-post {
    display: block;
    position: static;
    text-align: left;
    border: none;
    padding: 0;
    margin-top: 30px;
    max-width: none;
    width: 100%;
  }
  .tl-content .box .sub-post .bxs-output,
  .tl-content .box-mn .sub-post .bxs-output,
  .tl-content .box-kr .sub-post .bxs-output {
    color: #fff;
  }
  .tl-content .box .sub-post .bxs-output a,
  .tl-content .box-mn .sub-post .bxs-output a,
  .tl-content .box-kr .sub-post .bxs-output a {
    color: var(--mint) !important;
    border-bottom: 1px solid var(--mint) !important;
  }
  .tl-content .box .sub-post .bxs-output a:hover,
  .tl-content .box-mn .sub-post .bxs-output a:hover,
  .tl-content .box-kr .sub-post .bxs-output a:hover {
    opacity: 0.7;
  }
  .tl-content .box .kr-title,
  .tl-content .box-mn .kr-title,
  .tl-content .box-kr .kr-title {
    max-width: 100%;
    font-size: 32px;
    color: var(--mint) !important;
  }
  .tl-content .box .mobile-blocks,
  .tl-content .box-mn .mobile-blocks,
  .tl-content .box-kr .mobile-blocks {
    display: block;
  }
  .tl-content .box .mobile-blocks .box-mn,
  .tl-content .box-mn .mobile-blocks .box-mn,
  .tl-content .box-kr .mobile-blocks .box-mn {
    display: block !important;
    margin: 60px 0 0 0;
  }
  .tl-content .box .mobile-blocks .box-mn-1 .before,
  .tl-content .box-mn .mobile-blocks .box-mn-1 .before,
  .tl-content .box-kr .mobile-blocks .box-mn-1 .before {
    width: 104px;
    height: 116px;
    top: -44px;
    left: 178px;
  }
  .tl-content .box .mobile-blocks .box-mn-1 .mn-title,
  .tl-content .box-mn .mobile-blocks .box-mn-1 .mn-title,
  .tl-content .box-kr .mobile-blocks .box-mn-1 .mn-title {
    max-width: 220px;
  }
  .tl-content .box .mobile-blocks .box-mn-3 .before,
  .tl-content .box-mn .mobile-blocks .box-mn-3 .before,
  .tl-content .box-kr .mobile-blocks .box-mn-3 .before {
    width: 60px;
    height: 60px;
    top: -33px;
    left: 222px;
  }
  .tl-content .box .mobile-blocks .box-mn-6 .before,
  .tl-content .box-mn .mobile-blocks .box-mn-6 .before,
  .tl-content .box-kr .mobile-blocks .box-mn-6 .before {
    width: 120px;
    height: 91px;
    top: -70px;
    left: 178px;
  }
  .tl-content .section-kraamtijd {
    position: static;
    height: auto;
    width: 100%;
  }
  .tl-content .section-kraamtijd:before {
    display: none;
  }
  .tl-content .box-6 .before {
    width: 90px;
    height: 90px;
    left: 175px;
    background-image: url(../img/timeline/icons/week-6-m.svg);
  }
  .tl-content .box-12 .before {
    width: 70px;
    height: 70px;
  }
  .tl-content .box-14 {
    margin-bottom: 120px;
  }
  .tl-content .box-20 .before {
    display: none;
  }
  .tl-content .box-22 .before {
    background-image: url(../img/timeline/icons/week-22-m.svg);
  }
  .tl-content .box-24 .before {
    width: 70px;
    height: 70px;
    background-image: url(../img/timeline/icons/week-24-m.svg);
  }
  .tl-content .box-34 .before {
    background-image: url(../img/timeline/icons/week-34-m.svg);
  }
  .tl-content .box-38 .before {
    width: 70px;
    height: 83px;
    top: -50px;
    left: 210px;
  }
  .tl-content .box-kr-2 .before {
    width: 70px;
    height: 83px;
    top: -50px;
    left: 233px;
  }
  .tl-content .box-kr-7 {
    margin-bottom: 140px;
  }
  .tl-content .box-kr-7 .before {
    top: -35px;
    left: 121px;
  }
  .tl-content .box-kr-100 .before {
    top: -90px;
    left: 0;
  }
}
.debug .tl-content {
  background: rgba(0, 0, 0, 0.2);
}
.debug .tl-content .before {
  display: block;
}
.debug .tl-content .intro {
  background: rgba(0, 0, 0, 0.3);
}
.debug .tl-content .box {
  background: rgba(0, 0, 0, 0.3);
}
.debug .tl-content .box-mn {
  background: rgba(0, 85, 125, 0.3);
}
.debug .tl-content .box-kr {
  background: rgba(75, 0, 200, 0.3);
}
