@charset "UTF-8";
body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
html, body {
  font-family: "Asap", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Asap", sans-serif;
}

main {
  min-height: 300px;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
.no-borders {
  border: none !important;
}

.text-fff {
  color: #FFF !important;
}

.text-000 {
  color: #000 !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.spacer-small {
  height: 30px;
}

.spacer-medium {
  height: 55px;
}

.spacer-big {
  height: 80px;
}

.bgcolor-docent {
  background-color: #2B9DCF !important;
}

.bgcolor-columnist {
  background-color: #65475E !important;
}

.bgcolor-crescas {
  background-color: #CF3A46 !important;
}

.alert-box-div {
  background: red;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
  border: dashed 2px lime;
}

.under-construction {
  background: lime;
  border: dashed 4px red;
  padding: 50px 10px;
  margin: 10px;
}
.under-construction::before {
  display: inline-block;
  content: "under construction";
  font-size: 12px;
  position: absolute;
  margin-top: -40px;
  background: red;
  color: #FFF;
}

.roboto {
  font-family: "Roboto Slab";
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-header {
  min-height: 226px;
  color: #FFF;
}

.person-circle {
  border-radius: 999px;
  height: 40px;
  width: 40px;
  object-fit: cover;
  background-color: #FFF;
}
.person-circle.person-circle-big {
  width: 60px;
  height: 60px;
}
.person-circle.person-circle-silver {
  background: #F5F3F1;
}

.content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.content.big-first-p-of-first-child > :first-child > p:first-of-type {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: Asap;
  margin-bottom: 15px;
}
.content h2:not(:first-child) {
  margin-top: 35px;
  backgrounsd: lime;
}

.boxed-form .form-group {
  margin-bottom: 15px;
}
.boxed-form .form-group {
  smargin-bottom: 0;
  smargin-bottom: 12px;
}
.boxed-form .form-group label {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
}
.boxed-form .form-check-label {
  font-size: 10px;
}
.boxed-form .form-check-input {
  margin-top: inherit;
}

.compact-form input, .compact-form textarea {
  border: 0;
  font-size: 13px;
}
.compact-form input, .compact-form .btn {
  height: 30px;
  line-height: 30px;
}
.compact-form .btn {
  padding: 0;
}
.compact-form .input-group-prepend {
  border-radius: 0 !important;
}
.compact-form .input-group-prepend .input-group-text {
  border: 0;
  border-radius: 0 !important;
  background: #E8E5E2;
}

.floating-box {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  background: #FFF;
  width: 100%;
  color: #000;
}
@media (max-width: 991.98px) {
  .floating-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .floating-box {
    margin-bottom: 30px;
  }
}
.floating-box .floating-box-header h2 {
  height: 45px;
  text-transform: uppercase;
  background: #F5F3F1;
  line-height: 45px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0 20px;
  margin: 0;
}
.floating-box .floating-box-body .floating-box-content {
  padding: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
}
.floating-box .floating-box-body .floating-box-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}

.line {
  background-color: #E3DDD6;
  height: 1px;
  width: 100%;
}

.line-subtle {
  background-color: #F5F3F1;
  height: 1px;
  width: 100%;
}

a {
  color: #CF3A46;
}
a:hover {
  color: #CF3A46;
  text-decoration: underline;
}

h1 {
  letter-spacing: 0.01rem;
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 38px;
  amargin: 0;
}

h2 {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500;
  line-hseight: 37px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
}

/*
body.page-theme-crescas {
  ol.breadcrumb .breadcrumb-item a {
    color : $crescas-colors-crescas;
  }
}*/
body.page-theme-cursussen ol.breadcrumb .breadcrumb-item a {
  color: #2B9DCF;
}

body.page-theme-crescas ol.breadcrumb .breadcrumb-item a {
  color: #CF3A46;
}

body.page-theme-nieuws ol.breadcrumb .breadcrumb-item a {
  color: #C28924;
}

body.page-theme-columnisten ol.breadcrumb .breadcrumb-item a {
  color: #65475E;
}

body.page-theme-taleninstituut ol.breadcrumb .breadcrumb-item a {
  color: #2C6E8B;
}

ol.breadcrumb {
  padding: 0;
  font-size: 11px;
  background: none;
  margin-bottom: 34px;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
ol.breadcrumb .breadcrumb-item a {
  color: #51394B;
}

span.label {
  background: #FFF;
  height: 21px;
  display: inline-block;
  padding: 0 8px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
span.label.label-silver {
  background: #F5F3F1;
}

.form-control {
  border-radius: 0;
  color: #0094FE;
  font-size: 13px;
}
.form-control::placeholder {
  color: #CCC;
}

input.form-control:not(:placeholder-shown):invalid {
  border: solid 1px red;
  background: pink;
  coslor: white;
}
input.form-control:not(:placeholder-shown):valid {
  sborder: solid 1px green;
}

.btn {
  border-radius: 0;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  transition: background-color 180ms ease-in-out;
}
.btn:hover:not(:disabled) {
  background: rgb(234.375, 230.25, 226.125) !important;
  color: #000 !important;
}

.btn-white {
  background: #FFF;
}

.btn-silver {
  background: #F5F3F1;
}

.btn-gray {
  background: #E8E5E2;
  color: #000;
}
.btn-gray:hover {
  background: rgb(209.4423076923, 203.5, 197.5576923077) !important;
}

.btn-black {
  background: #000 !important;
  color: #FFF !important;
}

.btn-black-border {
  border: solid 2px #000;
}

.btn-white-border {
  border: solid 2px #FFF;
}

.btn-text-white {
  color: #FFF;
}

.btn-darker-shade {
  background-color: rgba(0, 0, 0, 0.15);
  color: #FFF;
}

.btn-uppercase {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#menu-bar-filler, #menu-bar {
  height: 60px;
}

#menu-bar {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 996;
  top: 0;
}
@media (max-width: 1199.98px) {
  #menu-bar {
    padding: 0 8px;
  }
}
#menu-bar .logo {
  height: 38px;
}
@media (max-width: 991.98px) {
  #menu-bar {
    padding-right: 0;
  }
}
#menu-bar ul.menu-main, #menu-bar ul.menu-bar-mobile {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
#menu-bar ul.menu-main li, #menu-bar ul.menu-bar-mobile li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
}
#menu-bar ul.menu-main li a, #menu-bar ul.menu-bar-mobile li a {
  padding: 0 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 60px;
}
@media (max-width: 991.98px) {
  #menu-bar ul.menu-main li a, #menu-bar ul.menu-bar-mobile li a {
    padding: 0 5px;
    font-size: 12px;
  }
}
#menu-bar ul.menu-main li a:hover, #menu-bar ul.menu-bar-mobile li a:hover {
  text-decoration: none;
  background: #F5F3F1;
}
@media (max-width: 991.98px) {
  #menu-bar ul.menu-main li a .menu-cart, #menu-bar ul.menu-bar-mobile li a .menu-cart {
    max-width: 28px;
  }
}
#menu-bar ul.menu-main li.active a, #menu-bar ul.menu-bar-mobile li.active a {
  text-decoration: none;
  background: #F5F3F1;
}
#menu-bar.open .hamburger {
  background: #000;
  margin-left: 10px;
}
#menu-bar .hamburger {
  padding: 0 17px;
  padding-top: 6px;
  background: #FFF;
  transition: background-color 300ms ease-in-out, margin-left 300ms ease-in-out;
}
#menu-bar .hamburger:focus {
  outline: none;
}
#menu-bar .menu-cart-count-badge {
  background: #CF3A46;
  border-radius: 999px;
  color: #FFF;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  margin-left: -9px;
  margin-top: 10px;
}

#menu-mobile {
  background: #CF3A46;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 995;
  left: 0;
  margin-top: -100vh;
}
#menu-mobile.animated {
  transition: margin 180ms ease-in-out;
}
#menu-mobile.open {
  margin-left: 0;
  margin-top: 0;
}
#menu-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 33px 13px;
}
#menu-mobile ul li {
  border-bottom: solid 1px #BB2B36;
}
#menu-mobile ul li:first-child {
  border-top: solid 1px #BB2B36;
}
#menu-mobile ul li a {
  color: #FFF;
  display: block;
  font-size: 15px;
  line-height: 41px;
  font-weight: 600;
}
#menu-mobile .mobile-menu-footer {
  padding: 6px 13px;
  color: #FFF;
}
#menu-mobile .mobile-menu-footer .socialmedia-icons {
  display: flex;
  align-items: center;
}
#menu-mobile .mobile-menu-footer .socialmedia-icons a img {
  height: 30px;
  margin-left: 15px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.popup-flashmessage-super-container {
  display: none;
}

.popup-flashmessage-super-container, .popup-flashmessage-container, .popup-flashmessage-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
}

.popup-flashmessage-background {
  z-index: 998;
  background: rgba(0, 0, 0, 0.4);
}

.popup-flashmessage-container {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-flashmessage-container .popup-flashmessage-popup {
  background: #FFF;
  min-width: 400px;
  max-width: 90%;
}
.popup-flashmessage-container .popup-flashmessage-popup .popup-title {
  height: 45px;
  position: relative;
}
.popup-flashmessage-container .popup-flashmessage-popup .popup-title h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  padding: 0 20px;
  margin: 0;
  line-height: 45px;
  letter-spacing: 1.13px;
}
.popup-flashmessage-container .popup-flashmessage-popup .popup-flashmessage-side-right {
  background: #2B9DCF;
  height: 100%;
  padding: 55px 33px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .popup-flashmessage-container .popup-flashmessage-popup .popup-flashmessage-side-right {
    padding: 23px;
  }
}
.popup-flashmessage-container .popup-flashmessage-popup .popup-flashmessage-close-button {
  right: 8px;
  top: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup-flashmessage-container .popup-flashmessage-popup .popup-flashmessage-close-button img {
  width: 10px;
  height: 10px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .message-image-and-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .message-image-and-name img {
  background: #F5F3F1;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  margin-right: 10px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .message-image-and-name h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .message-image-and-name h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  letter-spacing: 0.8px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .bio:not(:last-child) {
  margin-bottom: 30px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .bio p {
  color: #000000;
  font-family: Asap;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 25px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .bio p:last-of-type {
  margin: 0;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .cursussen a span.label {
  font-size: 11px;
  color: #2B9DCF;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .cursussen a:hover span.label {
  background: #2B9DCF;
  color: #FFF;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .columns a span.label {
  font-size: 11px;
  color: #65475E;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content .columns a:hover span.label {
  background: #65475E;
  color: #FFF;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
.popup-flashmessage-container .popup-flashmessage-popup #popup-body .footer {
  background: #F5F3F1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.doneren-bar {
  background-color: #CF3A46;
  color: #FFF;
  padding: 60px 0;
  background-image: url("/assets/svg/watermarks/logo_achtergrond_element.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.doneren-bar h3 {
  line-height: 28px;
  font-size: 18px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.nieuwsbrief-bar {
  background-color: #C28924;
  color: #FFF;
  padding: 68px 0;
  background-image: url("/assets/svg/envelop_achtergrond.svg");
  background-position: center left;
  background-repeat: no-repeat;
}
.nieuwsbrief-bar h3 {
  font-family: "Roboto Slab";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01rem;
}
.nieuwsbrief-bar h4 {
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.website-footer {
  background: #F5F3F1;
}
@media (min-width: 768px) {
  .website-footer {
    padding-bottom: 300px;
  }
}
.website-footer h3 {
  font-weight: 600;
  font-size: 22px;
}
.website-footer .footer-links-container {
  display: flex;
  ajustify-content: center;
}
.website-footer .footer-links-container .footer-links {
  margin-right: 40px;
}
.website-footer .footer-links-container .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.website-footer .footer-links-container .footer-links ul li {
  font-size: 13px;
  line-height: 22px;
}
.website-footer .footer-links-container .footer-links ul li a {
  color: #000;
}
.website-footer .socialmedia-icons {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.website-footer .socialmedia-icons li {
  padding: 0;
  margin: 0;
  display: inline;
}
.website-footer .socialmedia-icons li:not(:first-child) {
  margin-left: 10px;
}
.website-footer .socialmedia-icons li a img {
  height: 20px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cursus-tiles-small {
  background: #F5F3F1;
  padding: 90px 0;
}
.cursus-tiles-small .btn-cursus-tiles-small {
  background: #FFF;
}
.cursus-tiles-small.cursus-tiles-inverted {
  background: #FFF;
}
.cursus-tiles-small.cursus-tiles-inverted .btn-cursus-tiles-small {
  background: #F5F3F1;
}
.cursus-tiles-small.cursus-tiles-inverted .cursus-tile-small .body {
  background: #F5F3F1;
}
.cursus-tiles-small .cursus-tile-small {
  height: 100px;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut {
  display: flex;
  color: #000;
  text-decoration: none;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut:hover {
  text-decoration: none;
  color: #000;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut:hover .img img {
  transform: scale(1.15);
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .img {
  min-width: 100px;
  overflow: hidden;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .img img {
  transition: 300ms linear;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .body {
  flex-grow: 1;
  background: #FFF;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .body > div {
  padding: 0 12px;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .body > div h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .body > div h4 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut:hover .arrow img {
  transform: scale(1.25);
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .arrow {
  display: flex;
  justify-content: center;
  min-width: 28px;
  background: #2C6E8B;
}
.cursus-tiles-small .cursus-tile-small.cursus-taleninstituut .arrow img {
  transition: transform 300ms ease-in-out;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular {
  display: flex;
  color: #000;
  text-decoration: none;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular:hover {
  text-decoration: none;
  color: #000;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular:hover .img img {
  transform: scale(1.15);
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .img {
  min-width: 100px;
  overflow: hidden;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .img img {
  transition: 300ms linear;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .body {
  flex-grow: 1;
  background: #FFF;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .body > div {
  padding: 0 12px;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .body > div h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .body > div h4 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular:hover .arrow img {
  transform: scale(1.25);
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .arrow {
  display: flex;
  justify-content: center;
  min-width: 28px;
  background: #2B9DCF;
}
.cursus-tiles-small .cursus-tile-small.cursus-regular .arrow img {
  transition: transform 300ms ease-in-out;
}
.cursus-tiles-small h2 {
  text-transform: uppercase;
  letter-spacing: 2.67px;
  font-size: 16px;
  font-weight: bold;
}

.cursussen-binnenkort {
  padding: 20px;
  color: #FFF;
  background: #2B9DCF;
}
@media (min-width: 992px) {
  .cursussen-binnenkort {
    height: 330px;
  }
}

.cursus-tile-big {
  position: relative;
}
.cursus-tile-big.cursus-taleninstituut {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.cursus-tile-big.cursus-taleninstituut .tile-image img {
  width: 100%;
}
.cursus-tile-big.cursus-taleninstituut:hover .tile-content .h5-container h5 {
  color: #2C6E8B;
}
.cursus-tile-big.cursus-taleninstituut .tile-content {
  padding: 21px 15px;
}
.cursus-tile-big.cursus-taleninstituut .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cursus-tile-big.cursus-taleninstituut .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .cursus-tile-big.cursus-taleninstituut .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.cursus-tile-big.cursus-taleninstituut .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.cursus-tile-big.cursus-taleninstituut .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
.cursus-tile-big.cursus-taleninstituut .tile-footer {
  padding: 0;
  background: #2C6E8B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.cursus-tile-big.cursus-taleninstituut .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.cursus-tile-big.cursus-taleninstituut .tile-footer div.darker {
  background: rgb(35.4163934426, 88.5409836066, 111.8836065574);
}
.cursus-tile-big.cursus-taleninstituut .tile-footer {
  background: linear-gradient(to right, rgb(35.4163934426, 88.5409836066, 111.8836065574) 50%, #2C6E8B 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.cursus-tile-big.cursus-taleninstituut:hover {
  text-decoration: none;
  color: #000;
}
.cursus-tile-big.cursus-taleninstituut:hover .tile-footer {
  background-position: left bottom;
}
.cursus-tile-big.cursus-regular {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.cursus-tile-big.cursus-regular .tile-image img {
  width: 100%;
}
.cursus-tile-big.cursus-regular:hover .tile-content .h5-container h5 {
  color: #2B9DCF;
}
.cursus-tile-big.cursus-regular .tile-content {
  padding: 21px 15px;
}
.cursus-tile-big.cursus-regular .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cursus-tile-big.cursus-regular .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .cursus-tile-big.cursus-regular .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.cursus-tile-big.cursus-regular .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.cursus-tile-big.cursus-regular .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
.cursus-tile-big.cursus-regular .tile-footer {
  padding: 0;
  background: #2B9DCF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.cursus-tile-big.cursus-regular .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.cursus-tile-big.cursus-regular .tile-footer div.darker {
  background: rgb(36.8596, 134.5804, 177.4404);
}
.cursus-tile-big.cursus-regular .tile-footer {
  background: linear-gradient(to right, rgb(36.8596, 134.5804, 177.4404) 50%, #2B9DCF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.cursus-tile-big.cursus-regular:hover {
  text-decoration: none;
  color: #000;
}
.cursus-tile-big.cursus-regular:hover .tile-footer {
  background-position: left bottom;
}
.cursus-tile-big .cursus-tile-type-icons-container {
  right: 9px;
  top: 9px;
  position: absolute;
}
.cursus-tile-big .cursus-tile-type-icons-container .cursus-tile-type-icon {
  width: 34px;
  height: 34px;
  background: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 999px;
  display: inline-block;
  margin-left: 5px;
}

.filter-sidebar {
  position: sticky;
  top: 80px;
  padding-bottom: 80px;
}
.filter-sidebar h2 {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}
.filter-sidebar input[type=search] {
  border: solid 2px #000;
  background-image: url("/assets/svg/loop.svg");
  background-position: calc(100% - 6px) center;
  background-repeat: no-repeat;
  /* clears the ‘X’ from Chrome */
}
.filter-sidebar input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.filter-sidebar input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.filter-sidebar input[type=search]::-webkit-search-decoration, .filter-sidebar input[type=search]::-webkit-search-cancel-button, .filter-sidebar input[type=search]::-webkit-search-results-button, .filter-sidebar input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.filter-sidebar .filter-row {
  border-bottom: solid 1px #E8E5E2;
  padding: 5px 0;
}
.filter-sidebar .filter-row:first-of-type {
  border-top: solid 1px #E8E5E2;
}
.filter-sidebar .filter-row .custom-control label {
  cursor: pointer;
  margin-top: 3px;
  margin-left: 4px;
}
.filter-sidebar .filter-row .custom-control label:after, .filter-sidebar .filter-row .custom-control label:before {
  top: 2px;
}
.filter-sidebar .filter-row .custom-radio {
  padding-left: 0.5rem;
}
.filter-sidebar .filter-row .custom-radio label:before, .filter-sidebar .filter-row .custom-radio label:after {
  display: none !important;
}
.filter-sidebar .filter-row .custom-radio input:not(:checked) + img {
  cursor: pointer;
  display: inline;
}
.filter-sidebar .filter-row .custom-radio input:not(:checked) + img + img {
  cursor: pointer;
  display: none;
}
.filter-sidebar .filter-row .custom-radio input:checked + img {
  cursor: pointer;
  display: none;
}
.filter-sidebar .filter-row .custom-radio input:checked + img + img {
  cursor: pointer;
  display: inline;
}
.filter-sidebar .filter-row label {
  font-weight: bold;
  font-size: 13px;
}
.filter-sidebar .filter-row .filter_icon {
  float: right;
}
.filter-sidebar .filter-row .filter_icon img {
  height: 26px;
}

section.contact-sidebar .sidebar-box {
  background-color: #F5F3F1;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  min-height: 38px;
  line-height: 18px;
  font-weight: 600;
  font-size: 13px;
}
section.contact-sidebar .sidebar-box.sidebar-box-bigger {
  font-weight: 500;
  line-height: 20px;
}
section.contact-sidebar .sidebar-box.sidebar-box-bigger b {
  font-size: 15px;
}
section.contact-sidebar .sidebar-box a {
  color: #000;
}
section.contact-sidebar .sidebar-box div.icon {
  margin-left: -13px;
  width: 50px;
  text-align: center;
}

section.sidebar-with-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.sidebar-with-links ul li {
  display: block;
  margin-bottom: 10px;
}
section.sidebar-with-links ul li a {
  background: #F5F3F1;
  display: block;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 16px;
  color: #000;
  position: relative;
}
section.sidebar-with-links ul li a:after {
  background-image: url("/assets/svg/pijltje.svg");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  height: 25px;
  width: 25px;
}

.header-small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  background-image: url("/assets/svg/watermarks/logo_water_right.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.header-small h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}
.header-small p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

div.person-tiles-group .introbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  div.person-tiles-group .introbox {
    flex-direction: column;
    align-items: flex-start;
  }
  div.person-tiles-group .introbox h2 {
    width: auto;
  }
}
div.person-tiles-group .introbox h2 {
  text-transform: uppercase;
  width: 200px;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  margin-right: 30px;
}
div.person-tiles-group .introbox p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 25px;
  max-width: 680px;
}
div.person-tiles-group .person-tile-container {
  height: 100%;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.nieuws-slider {
  padding: 80px 0;
  display: none;
}
.nieuws-slider h3 {
  font-family: "Roboto Slab";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01rem;
}
@media (max-width: 767.98px) {
  .nieuws-slider h3 {
    font-size: 30px;
  }
}
.nieuws-slider .btn-nieuws-slider {
  background: #F5F3F1;
}
.nieuws-slider.nieuws-slider-inverted {
  background: #F5F3F1;
}
.nieuws-slider.nieuws-slider-inverted .btn-nieuws-slider {
  background: #FFF;
}
.nieuws-slider.nieuws-slider-inverted .tile-nieuws-container .tile-nieuws {
  background: #FFF;
}
.nieuws-slider.nieuws-slider-inverted .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
  background-color: #F5F3F1;
  box-shadow: 8px 0 0 #F5F3F1, -8px 0 0 #F5F3F1;
}
.nieuws-slider #slick {
  margin-left: -15px;
  margin-right: -15px;
}
.nieuws-slider #slick div:focus {
  outline: none;
}
.nieuws-slider .tile-nieuws-container {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .nieuws-slider .tile-nieuws-container {
    max-width: 80vw;
  }
}
.nieuws-slider .tile-nieuws-container .tile-nieuws {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-image img {
  width: 100%;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws:hover .tile-content .h5-container h5 {
  color: #C28924;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content {
  padding: 21px 15px;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-footer {
  padding: 0;
  background: #C28924;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-footer div.darker {
  background: rgb(163.887826087, 115.7352173913, 30.412173913);
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-footer {
  background: linear-gradient(to right, rgb(163.887826087, 115.7352173913, 30.412173913) 50%, #C28924 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws:hover {
  text-decoration: none;
  color: #000;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws:hover .tile-footer {
  background-position: left bottom;
}
.nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
  font-size: 15px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
    font-size: 17px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .nieuws-slider .tile-nieuws-container .tile-nieuws .tile-content .h5-container h5 {
    font-size: 19px;
    line-height: 37px;
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.nieuws-tile-big {
  background: lime;
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.nieuws-tile-big .tile-image img {
  width: 100%;
}
.nieuws-tile-big:hover .tile-content .h5-container h5 {
  color: #C28924;
}
.nieuws-tile-big .tile-content {
  padding: 21px 15px;
}
.nieuws-tile-big .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nieuws-tile-big .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .nieuws-tile-big .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.nieuws-tile-big .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.nieuws-tile-big .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
.nieuws-tile-big .tile-footer {
  padding: 0;
  background: #C28924;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.nieuws-tile-big .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.nieuws-tile-big .tile-footer div.darker {
  background: rgb(163.887826087, 115.7352173913, 30.412173913);
}
.nieuws-tile-big .tile-footer {
  background: linear-gradient(to right, rgb(163.887826087, 115.7352173913, 30.412173913) 50%, #C28924 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.nieuws-tile-big:hover {
  text-decoration: none;
  color: #000;
}
.nieuws-tile-big:hover .tile-footer {
  background-position: left bottom;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.columns-tiles-small {
  background: #F5F3F1;
  padding-top: 90px;
  padding-bottom: 90px;
}
.columns-tiles-small.columns-tiles-small-inverted {
  background: #FFF;
}
.columns-tiles-small.columns-tiles-small-inverted .column-tile-small .body {
  background: #F5F3F1;
}
.columns-tiles-small.columns-tiles-small-inverted .column-tile-small .body .label-silver {
  background: #FFF;
}
.columns-tiles-small .column-tile-small {
  display: flex;
  color: #000;
  text-decoration: none;
  height: 100px;
}
.columns-tiles-small .column-tile-small > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.columns-tiles-small .column-tile-small:hover {
  text-decoration: none;
  color: #000;
}
.columns-tiles-small .column-tile-small:hover .img img {
  transform: scale(1.15);
}
.columns-tiles-small .column-tile-small .img {
  min-width: 100px;
  overflow: hidden;
}
.columns-tiles-small .column-tile-small .img img {
  transition: 300ms linear;
}
.columns-tiles-small .column-tile-small .body {
  flex-grow: 1;
  background: #FFF;
}
.columns-tiles-small .column-tile-small .body > div {
  padding: 0 12px;
}
.columns-tiles-small .column-tile-small .body > div h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.columns-tiles-small .column-tile-small .body > div h4 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
}
.columns-tiles-small .column-tile-small:hover .arrow img {
  transform: scale(1.25);
}
.columns-tiles-small .column-tile-small .arrow {
  display: flex;
  justify-content: center;
  min-width: 28px;
  background: #65475E;
}
.columns-tiles-small .column-tile-small .arrow img {
  transition: transform 300ms ease-in-out;
}
section.header-with-search .header-small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  background-image: url("/assets/svg/watermarks/logo_water_left.svg");
  background-repeat: no-repeat;
  background-position: left bottom -50px;
  background-size: 400px;
  padding: 50px 0;
}
section.header-with-search .header-small h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: Asap;
}
section.header-with-search .header-small p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.header-with-search .header-small p {
    margin-bottom: 40px;
  }
}

.projects-tiles .tile-project {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.projects-tiles .tile-project .tile-image img {
  width: 100%;
}
.projects-tiles .tile-project:hover .tile-content .h5-container h5 {
  color: #E8E5E2;
}
.projects-tiles .tile-project .tile-content {
  padding: 21px 15px;
}
.projects-tiles .tile-project .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects-tiles .tile-project .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .projects-tiles .tile-project .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.projects-tiles .tile-project .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.projects-tiles .tile-project .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
.projects-tiles .tile-project .tile-footer {
  padding: 0;
  background: #E8E5E2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.projects-tiles .tile-project .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.projects-tiles .tile-project .tile-footer div.darker {
  background: rgb(216.2096153846, 211.15, 206.0903846154);
}
.projects-tiles .tile-project .tile-footer {
  background: linear-gradient(to right, rgb(216.2096153846, 211.15, 206.0903846154) 50%, #E8E5E2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.projects-tiles .tile-project:hover {
  text-decoration: none;
  color: #000;
}
.projects-tiles .tile-project:hover .tile-footer {
  background-position: left bottom;
}

body.route-cart-index .login-bar {
  background: #CF3A46;
  color: #FFF;
}
body.route-cart-index .login-bar h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.32px;
  padding: 37px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  body.route-cart-index .login-bar h2 {
    padding: 20px 0;
    padding-bottom: 5px;
  }
}
body.route-cart-index .login-bar a {
  color: #FFF;
  text-decoration: underline;
  font-size: 10px;
}
body.route-cart-index .login-bar label {
  font-size: 10px;
  margin: 0;
}
body.route-cart-index .login-bar .login-row {
  widtsh: 100%;
  smargin-right: -45px;
}
body.route-cart-index .login-bar .login-row input.form-control {
  sbackground: rgba(0, 0, 0, 0.15);
  background-color: #BB2B36 !important;
  border: 0;
  height: 33px;
}
body.route-cart-index .login-bar .login-row input.form-control:not(:placeholder-shown) {
  background-color: #FFF !important;
}
body.route-cart-index .cart-page {
  min-height: calc(100vh - 576px);
  padding-bottom: 80px;
}
body.route-cart-index .cart-page .cart-header-row {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.route-cart-index .cart-page {
    /**

    https://grid.layoutit.com/

     */
  }
  body.route-cart-index .cart-page .product-row-container {
    display: grid;
    grid-template-columns: auto 50px 50px;
    grid-template-rows: 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: "titel remove aantal" "titel prijs prijs";
  }
  body.route-cart-index .cart-page .titel {
    grid-area: titel;
  }
  body.route-cart-index .cart-page .remove {
    grid-area: remove;
  }
  body.route-cart-index .cart-page .prijs {
    grid-area: prijs;
  }
  body.route-cart-index .cart-page .aantal {
    grid-area: aantal;
  }
}
@media (max-width: 767.98px) and (-ms-high-contrast: none) {
  body.route-cart-index .cart-page .product-row-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  body.route-cart-index .cart-page .titel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body.route-cart-index .cart-page .remove {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  body.route-cart-index .cart-page .prijs {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  body.route-cart-index .cart-page .aantal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
body.route-cart-index .cart-page .cart-rows {
  font-size: 13px;
}
body.route-cart-index .cart-page .cart-rows h4, body.route-cart-index .cart-page .cart-rows h5 {
  margin: 0;
}
body.route-cart-index .cart-page .cart-rows h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
body.route-cart-index .cart-page .cart-rows h5 {
  font-size: 15px;
  font-weight: normal;
}
body.route-cart-index .cart-page .cart-rows .col-count, body.route-cart-index .cart-page .cart-rows .col-prijs {
  font-size: 16px;
  text-align: right;
  justify-content: flex-end;
}
body.route-cart-index .cart-page .cart-rows .col-remove {
  justify-content: center;
}
body.route-cart-index .cart-page .cart-rows .cart-person-box {
  background: #F5F3F1;
  padding: 16px;
}
body.route-cart-index .cart-page .cart-rows .cart-person-box label {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 2px;
}
body.route-cart-index .cart-page .cart-submit-button {
  width: 100%;
}
@media (min-width: 576px) {
  body.route-cart-index .cart-page .cart-submit-button {
    width: auto;
  }
}

.homepage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "overcrescas overcrescas cursushighlight nieuws" "cursuspic cursuspic cursushighlight_2 column";
  color: #FFF;
}
@media (max-width: 991.98px) {
  .homepage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "overcrescas overcrescas" "cursuspic cursushighlight" "cursuspic cursushighlight_2" "nieuws column";
  }
}
@media (max-width: 767.98px) {
  .homepage-grid {
    grid-template-columns: 1fr 1fr;
    sgrid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: none;
    grid-template-areas: "overcrescas overcrescas" "cursuspic cursuspic" "cursushighlight cursushighlight_2" "nieuws nieuws" "column column";
  }
}
.homepage-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-grid > div .tile-inner {
  padding: 30px;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
.homepage-grid > div .tile-inner a {
  color: #FFF;
}
.homepage-grid > div .tile-inner a:hover {
  text-decoration: none;
}
@media (max-height: 900px) {
  .homepage-grid > div .tile-inner {
    padding: 15px 25px;
  }
}
@media (max-width: 767.98px) {
  .homepage-grid > div .tile-inner {
    padding: 15px;
  }
}
.homepage-grid > div .tile-inner .label {
  background: rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-weight: 500;
}
.homepage-grid > div .tile-inner:hover .arrow {
  -webkit-animation: jello-vertical 0.9s both;
  animation: jello-vertical 0.9s both;
}
.homepage-grid h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  font-family: Asap;
}
.homepage-grid h4 {
  color: rgba(0, 0, 0, 0.49);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.77px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.homepage-grid h2, .homepage-grid p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
.homepage-grid .overcrescas {
  grid-area: overcrescas;
  background-color: #CF3A46;
  background-image: url("/assets/svg/watermarks/logo_achtergrond_element2.svg");
  background-repeat: no-repeat;
  background-position: right bottom -20px;
}
@media (min-width: 768px) {
  .homepage-grid .overcrescas {
    background-position: right bottom -50px;
    background-size: 47%;
  }
}
.homepage-grid .overcrescas .tile-inner {
  width: 100%;
}
.homepage-grid .cursuspic {
  grid-area: cursuspic;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .homepage-grid .cursuspic {
    height: 170px;
  }
}
.homepage-grid .cursuspic .tile-inner {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.homepage-grid .cursuspic .tile-inner h4 {
  color: #FFF;
}
.homepage-grid .cursushighlight {
  grid-area: cursushighlight;
}
.homepage-grid .cursushighlight .tile-inner {
  width: 100%;
}
.homepage-grid .cursushighlight_2 {
  grid-area: cursushighlight_2;
}
.homepage-grid .cursushighlight_2 .tile-inner {
  width: 100%;
}
.homepage-grid .cursushighlight.cursus-taleninstituut, .homepage-grid .cursushighlight_2.cursus-taleninstituut {
  background-color: #2C6E8B;
}
.homepage-grid .cursushighlight.cursus-regular, .homepage-grid .cursushighlight_2.cursus-regular {
  background-color: #2B9DCF;
}
.homepage-grid .nieuws {
  grid-area: nieuws;
  background-color: #C28924;
}
.homepage-grid .nieuws .tile-inner {
  width: 100%;
}
.homepage-grid .column {
  grid-area: column;
  background-color: #65475E;
}
.homepage-grid .nieuws p, .homepage-grid .column p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .homepage-grid {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .overcrescas {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cursuspic {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cursushighlight {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .nieuws {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  .column {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
}
body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.doneren-top {
  color: #FFF;
  background: #CF3A46;
  background-image: url("/assets/svg/watermarks/logo_water_left.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 35%;
}
.doneren-top .doneren-intro {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .doneren-top .doneren-intro {
    padding: 50px 0;
  }
}
.doneren-top .doneren-intro h1 {
  font-family: Asap;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.doneren-top .doneren-intro p {
  font-family: Asap;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
}
.doneren-top .doneren-intro img {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
  width: 100%;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.page-login {
  background: #CF3A46;
  padding: 100px 0;
  min-height: calc(100vh - 356px - 60px);
}
.page-login .floating-box a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.page-login .floating-box a:hover {
  color: #CF3A46;
}
.page-login .floating-box .floating-box-body .boxed-form .form-group {
  margin-bottom: 0 !important;
}
.page-login .box-footer-floater {
  margin-top: 20px;
  color: #FFF;
  font-size: 14px;
}
.page-login .box-footer-floater a {
  color: #FFF;
  text-decoration: underline;
}
.page-login .box-footer-floater a:hover {
  text-decoration: none;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.page-account {
  background: #CF3A46;
  padding: 100px 0;
  min-height: calc(100vh - 356px - 60px);
}
@media (max-width: 767.98px) {
  .page-account {
    padding: 30px 0;
  }
}
.page-account .floating-box a {
  color: #000;
  text-decoration: underline;
}
.page-account .floating-box a:hover {
  color: #CF3A46;
}
.page-account .floating-box .floating-box-body .boxed-form .form-group {
  margin-bottom: 0 !important;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.page-pwreset-request {
  background: #CF3A46;
  padding: 100px 0;
  min-height: calc(100vh - 356px - 60px);
}
.page-pwreset-request .floating-box a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.page-pwreset-request .floating-box a:hover {
  color: #CF3A46;
}
.page-pwreset-request .floating-box .floating-box-body .boxed-form .form-group {
  margin-bottom: 0 !important;
}

body.route-mijn-crescas-password-reset-form .page-pwreset {
  background: #CF3A46;
  padding: 100px 0;
  min-height: calc(100vh - 356px - 60px);
}
body.route-mijn-crescas-password-reset-form .page-pwreset .floating-box a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
body.route-mijn-crescas-password-reset-form .page-pwreset .floating-box a:hover {
  color: #CF3A46;
}
body.route-mijn-crescas-password-reset-form .page-pwreset .floating-box .floating-box-body .boxed-form .form-group {
  margin-bottom: 0 !important;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tile-nieuws-item {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.tile-nieuws-item .tile-image img {
  width: 100%;
}
.tile-nieuws-item:hover .tile-content .h5-container h5 {
  color: #C28924;
}
.tile-nieuws-item .tile-content {
  padding: 21px 15px;
}
.tile-nieuws-item .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tile-nieuws-item .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  .tile-nieuws-item .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
.tile-nieuws-item .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
.tile-nieuws-item .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 90px;
}
.tile-nieuws-item .tile-footer {
  padding: 0;
  background: #C28924;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
.tile-nieuws-item .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
.tile-nieuws-item .tile-footer div.darker {
  background: rgb(163.887826087, 115.7352173913, 30.412173913);
}
.tile-nieuws-item .tile-footer {
  background: linear-gradient(to right, rgb(163.887826087, 115.7352173913, 30.412173913) 50%, #C28924 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
.tile-nieuws-item:hover {
  text-decoration: none;
  color: #000;
}
.tile-nieuws-item:hover .tile-footer {
  background-position: left bottom;
}
.tile-nieuws-item .tile-content .h5-container {
  height: 64px;
}
.tile-nieuws-item .tile-content .h5-container h5 {
  font-size: 16px;
}

.nieuws-navigation {
  display: none;
}
.nieuws-navigation .btn-more:focus {
  box-shadow: none;
}

.nieuws-detail .nieuws-detail-header {
  background-color: #C28924;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/assets/svg/watermarks/logo_water_right.svg);
}
.nieuws-detail .nieuws-detail-header .col-titel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nieuws-detail .nieuws-detail-header .col-titel h1 {
  font-size: 40px;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .nieuws-detail .nieuws-detail-header .col-titel h1 {
    font-size: 30px;
  }
}
.nieuws-detail .nieuws-detail-header .col-titel h2 {
  color: #FFF;
}
.nieuws-detail .nieuws-detail-header .col-titel h4 {
  margin: 0;
  font-size: 13px;
}
.nieuws-detail .nieuws-detail-header .col-image .page-image-container {
  width: 100%;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 999px;
}
.nieuws-detail .nieuws-detail-header .col-image .page-image-container svg {
  width: 100%;
  height: auto;
}
.nieuws-detail .page-bad-links-error {
  margin: 10px 80px;
  border-radius: 5px;
  background: red;
  color: #FFF;
}
.nieuws-detail .page-bad-links-error .base {
  padding: 10px;
}
.nieuws-detail .page-bad-links-error .uitleg {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  background: #FF8888;
  font-size: 12px;
}
.nieuws-detail .page-bad-links-error .uitleg table tr td {
  padding-right: 10px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.person-tile {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.person-tile:hover {
  text-decoration: none;
}
.person-tile:hover .person-tile-inner h2 {
  color: #CF3A46;
}
.person-tile:hover .person-tile-footer {
  background: rgb(184.3759183673, 44.9240816327, 56.1551020408);
}
.person-tile .person-tile-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 26px 12px;
}
.person-tile .person-tile-inner a span.label {
  font-size: 11px;
  color: #2B9DCF;
  background: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
}
.person-tile .person-tile-inner a:hover span.label {
  background: #2B9DCF;
  color: #FFF;
}
.person-tile .person-tile-inner img {
  margin-right: 12px;
}
.person-tile .person-tile-inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  letter-sspacing: 1px;
  color: #000;
}
.person-tile .person-tile-inner h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.person-tile .person-tile-inner p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  heisght: 87px;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  color: #000;
  pasdding-top: 16px;
}
.person-tile .person-tile-footer {
  background-color: #CF3A46;
  font-size: 13px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding: 0 12px;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.wachtlijst-bar {
  color: #FFF;
  background: #2B9DCF;
  background-image: url("/assets/svg/watermarks/logo_water_left.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 35%;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .wachtlijst-bar .floating-box .floating-box-header h2 {
    letter-spacing: 1.6px;
  }
}

.ivrietform-bar {
  color: #FFF;
  background: #2C6E8B;
  background-image: url("/assets/svg/watermarks/logo_water_left.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 35%;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .ivrietform-bar .floating-box .floating-box-header h2 {
    letter-spacing: 1.6px;
  }
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#footer-cta-bar {
  background-color: #CF3A46;
  position: fixed;
  bottom: -75px;
  width: 100%;
  transition: bottom 0.4s;
  z-index: 980;
  box-shadow: 0 -4px 17px 0 rgba(0, 0, 0, 0.3);
}
#footer-cta-bar .footer-bar-content {
  text-align: center;
  padding: 20px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cursus-detail-header {
  color: #FFF;
}
.cursus-detail-header .cursus-image {
  height: 420px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.cursus-detail-header .cursus-image .cursus-image-gradient {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cursus-detail-header .cursus-image .cursus-image-gradient h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Asap", sans-serif;
}
.cursus-detail-header .cursus-image .cursus-image-gradient h2 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
.cursus-detail-header .cursus-image .cursus-image-gradient .cursus-soort-circle {
  display: inline-block;
  background: #FFF;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.cursus-detail-header .cursus-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/watermarks/logo_water_right.svg");
  background-size: 50%;
}
.cursus-detail-header .cursus-info.cursus-taleninstituut {
  background-color: #2C6E8B;
}
.cursus-detail-header .cursus-info.cursus-regular {
  background-color: #2B9DCF;
}
@media (min-width: 992px) {
  .cursus-detail-header .cursus-info {
    overflow-y: auto;
    height: 420px;
  }
}
.cursus-detail-header .cursus-info .editie-selector-container {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .cursus-detail-header .cursus-info .editie-selector-container {
    padding: 0;
  }
}
.cursus-detail-header .cursus-info .editie-selector-container select {
  width: 100%;
}
.cursus-detail-header .cursus-info .editie-details-holder {
  width: 430px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .cursus-detail-header .cursus-info .editie-details-holder {
    flex-direction: column;
    justify-content: inherit;
    width: calc(100vw - 30px);
  }
}
.cursus-detail-header .cursus-info .editie-details-container {
  width: 100%;
  padding: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: normal;
}
.cursus-detail-header .cursus-info .editie-details-container .cursus-editie-inschrijven-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 430px;
  max-width: 100%;
}
.cursus-detail-header .cursus-info .editie-details-container .cursus-editie-inschrijven-box > div {
  flex: 1;
}
@media (max-width: 767.98px) {
  .cursus-detail-header .cursus-info .editie-details-container .cursus-editie-inschrijven-box {
    flex-direction: column;
    justify-content: inherit;
    width: calc(100vw - 30px);
  }
}
.cursus-detail-header .cursus-info .editie-details-container .cursus-editie-inschrijven-box.is-digi {
  flex-direction: column;
  justify-content: inherit;
}
@media (max-width: 767.98px) {
  .cursus-detail-header .cursus-info .editie-details-container .cursus-editie-inschrijven-box {
    flex-direction: column;
    justify-content: inherit;
  }
}
@media (max-width: 767.98px) {
  .cursus-detail-header .cursus-info .editie-details-container {
    padding: 30px 0;
  }
}
.cursus-detail-header .cursus-info .editie-details-container .editie-detail-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
  flex-direction: column;
}
.cursus-detail-header .cursus-info .editie-details-container .editie-detail-row .editie-detail-value {
  padding-right: 5px;
  margin-bottom: 13px;
}
.cursus-detail-header .cursus-info .editie-details-container .editie-detail-row .editie-detail-label {
  min-width: 70px;
  font-weight: bold;
  margin-bottom: 2px;
}

.person-tile[data-person-type=docent] .person-tile-footer {
  background-color: #2B9DCF !important;
}
.person-tile[data-person-type=docent]:hover .person-tile-inner h2 {
  color: #2B9DCF !important;
}
.person-tile[data-person-type=docent]:hover .person-tile-footer {
  background: rgb(36.8596, 134.5804, 177.4404) !important;
}

body.page-theme-taleninstituut .person-tile[data-person-type=docent] .person-tile-footer {
  background-color: #2C6E8B !important;
}
body.page-theme-taleninstituut .person-tile[data-person-type=docent]:hover .person-tile-inner h2 {
  color: #2C6E8B !important;
}
body.page-theme-taleninstituut .person-tile[data-person-type=docent]:hover .person-tile-footer {
  background: rgb(35.4163934426, 88.5409836066, 111.8836065574) !important;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.popup-person-super-container {
  display: none;
}

.popup-person-super-container, .popup-person-container, .popup-person-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
}

.popup-person-background {
  z-index: 998;
  background: rgba(0, 0, 0, 0.4);
}

.popup-person-container {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-person-container .popup-person-popup {
  background: #FFF;
  width: 750px;
  min-height: 200px;
  max-width: 90%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.popup-person-container .popup-person-popup .popup-title {
  height: 45px;
  position: relative;
}
.popup-person-container .popup-person-popup .popup-title h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  padding: 0 20px;
  margin: 0;
  line-height: 45px;
  letter-spacing: 1.13px;
}
.popup-person-container .popup-person-popup .popup-title .popup-person-close-button {
  right: 8px;
  top: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup-person-container .popup-person-popup .popup-title .popup-person-close-button img {
  width: 10px;
  height: 10px;
}
.popup-person-container .popup-person-popup #popup-body .content {
  padding: 30px 20px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}
.popup-person-container .popup-person-popup #popup-body .content .person-image-and-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.popup-person-container .popup-person-popup #popup-body .content .person-image-and-name img {
  background: #F5F3F1;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  margin-right: 10px;
}
.popup-person-container .popup-person-popup #popup-body .content .person-image-and-name h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.popup-person-container .popup-person-popup #popup-body .content .person-image-and-name h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  letter-spacing: 0.8px;
}
.popup-person-container .popup-person-popup #popup-body .content .bio:not(:last-child) {
  margin-bottom: 30px;
}
.popup-person-container .popup-person-popup #popup-body .content .bio p {
  color: #000000;
  font-family: Asap;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 25px;
}
.popup-person-container .popup-person-popup #popup-body .content .bio p:last-of-type {
  margin: 0;
}
.popup-person-container .popup-person-popup #popup-body .content .cursussen a span.label {
  font-size: 11px;
  color: #2B9DCF;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-person-container .popup-person-popup #popup-body .content .cursussen a:hover span.label {
  background: #2B9DCF;
  color: #FFF;
}
.popup-person-container .popup-person-popup #popup-body .content .columns a span.label {
  font-size: 11px;
  color: #65475E;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-person-container .popup-person-popup #popup-body .content .columns a:hover span.label {
  background: #65475E;
  color: #FFF;
}
.popup-person-container .popup-person-popup #popup-body .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
.popup-person-container .popup-person-popup #popup-body .footer {
  background: #F5F3F1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.popup-message-super-container {
  display: none;
}

.popup-message-super-container, .popup-message-container, .popup-message-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
}

.popup-message-background {
  z-index: 998;
  background: rgba(0, 0, 0, 0.4);
}

.popup-message-container {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-message-container .popup-message-popup {
  background: #FFF;
  min-height: 200px;
  max-width: 90%;
}
.popup-message-container .popup-message-popup .popup-title {
  height: 45px;
  position: relative;
}
.popup-message-container .popup-message-popup .popup-title h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  padding: 0 20px;
  margin: 0;
  line-height: 45px;
  letter-spacing: 1.13px;
}
.popup-message-container .popup-message-popup .popup-message-side-right {
  background: #2B9DCF;
  height: 100%;
  padding: 73px 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .popup-message-container .popup-message-popup .popup-message-side-right {
    padding: 23px;
  }
}
.popup-message-container .popup-message-popup .popup-message-close-button {
  right: 8px;
  top: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup-message-container .popup-message-popup .popup-message-close-button img {
  width: 10px;
  height: 10px;
}
.popup-message-container .popup-message-popup #popup-body .content {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}
.popup-message-container .popup-message-popup #popup-body .content .message-image-and-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.popup-message-container .popup-message-popup #popup-body .content .message-image-and-name img {
  background: #F5F3F1;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  margin-right: 10px;
}
.popup-message-container .popup-message-popup #popup-body .content .message-image-and-name h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.popup-message-container .popup-message-popup #popup-body .content .message-image-and-name h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  letter-spacing: 0.8px;
}
.popup-message-container .popup-message-popup #popup-body .content .bio:not(:last-child) {
  margin-bottom: 30px;
}
.popup-message-container .popup-message-popup #popup-body .content .bio p {
  color: #000000;
  font-family: Asap;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 25px;
}
.popup-message-container .popup-message-popup #popup-body .content .bio p:last-of-type {
  margin: 0;
}
.popup-message-container .popup-message-popup #popup-body .content .cursussen a span.label {
  font-size: 11px;
  color: #2B9DCF;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-message-container .popup-message-popup #popup-body .content .cursussen a:hover span.label {
  background: #2B9DCF;
  color: #FFF;
}
.popup-message-container .popup-message-popup #popup-body .content .columns a span.label {
  font-size: 11px;
  color: #65475E;
  background: #F5F3F1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup-message-container .popup-message-popup #popup-body .content .columns a:hover span.label {
  background: #65475E;
  color: #FFF;
}
.popup-message-container .popup-message-popup #popup-body .content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
.popup-message-container .popup-message-popup #popup-body .footer {
  background: #F5F3F1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.page-checkout {
  background: #CF3A46;
  padding: 80px 0;
  min-height: calc(100vh - 356px - 60px);
}
.page-checkout .form-group.required label:after {
  content: " *";
  display: inline;
}
.page-checkout .tile-checkout {
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
  background: #FFF;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-checkout .tile-checkout {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .page-checkout .tile-checkout {
    margin-bottom: 30px;
  }
}
.page-checkout .tile-checkout .tile-top {
  background: #F5F3F1;
  height: 45px;
  padding: 0 20px;
}
.page-checkout .tile-checkout .tile-top h4 {
  text-transform: uppercase;
  margin: 0;
  line-height: 45px;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
.page-checkout .tile-checkout .tile-body {
  flex: 1;
  padding: 20px;
}
.page-checkout select.form-control {
  padding: 0.375rem 4px;
}
.page-checkout label:not(.form-check-label) {
  margin-bottom: 4px;
}
.page-checkout .form-group .form-check label {
  font-size: 11px;
}
.page-checkout .overzicht-cart-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  padding: 10px 0;
}
.page-checkout .overzicht-cart-row h4, .page-checkout .overzicht-cart-row h5 {
  margin: 0;
}
.page-checkout .overzicht-cart-row h4 {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.page-checkout .overzicht-cart-row h5 {
  font-size: 11px;
}
.page-checkout .overzicht-cart-row .col-amount {
  text-align: right;
  flex-grow: 1;
}
.page-checkout .checkout-errors-box {
  font-weight: normal;
  color: rgb(90.9512195122, 22.0487804878, 28.25);
  background-color: #F8D7DA;
  border: solid 1px #F5C2C7;
  border-radius: 4px;
  padding: 20px;
  padding-left: 25px;
}
.page-checkout .blink {
  animation: blink-animation 1s;
}
@keyframes blink-animation {
  0% {
    background-color: #F8D7DA;
  }
  50% {
    background-color: rgb(240.4042553191, 171.5957446809, 177.8510638298);
  }
  100% {
    background-color: #F8D7DA;
  }
}

body.route-ivriet-toets .row-done {
  border-bottom: solid 1px #888 !important;
  background: #F5F3F1 !important;
}
body.route-ivriet-toets .row-question {
  background: #FFF;
  transition: background-color 300ms ease-in-out;
}
body.route-ivriet-toets .questions-container {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
body.route-ivriet-toets .questions-container .questions-container-header h2 {
  height: 45px;
  text-transform: uppercase;
  background: #2C6E8B;
  color: #FFF;
  line-height: 45px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0 20px;
  margin: 0;
}
body.route-ivriet-toets .questions-container p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
body.route-ivriet-toets .floating-status {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #CF3A46;
  color: #FFF;
  padding: 0 10px;
  border-top-right-radius: 5px;
  line-height: 30px;
  z-index: 9999;
}

body.route-ivriet-toets-results .resultaat-summary-row > div > div {
  padding: 10px;
}
body.route-ivriet-toets-results .resultaat-summary-row > div > div:not(.selected-col) {
  border: solid 2px #eee;
  opacity: 0.7;
}
body.route-ivriet-toets-results .resultaat-summary-row .selected-col {
  border: solid 2px #CF3A46;
}

.contact-form-opener-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.contact-form-opener-button button {
  border: 0;
  background: #CF3A46;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 8px;
  line-height: 30px;
  font-weight: 600;
}

.contact-form-popup {
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.428571rem 0;
  border-radius: 5px;
  width: 340px;
  max-width: 95%;
  z-index: 999;
  max-height: 97vh;
  overflow-y: auto;
}
.contact-form-popup .contact-form-btn-close {
  border: 0;
  background: none;
  height: 26px;
  line-height: 24px;
  border-radius: 2px;
}
.contact-form-popup .contact-form-btn-close:hover {
  background: #BB2B36;
}
.contact-form-popup .contact-form-header {
  background-color: #CF3A46;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.contact-form-popup .contact-form-body {
  color: #000;
  padding: 20px;
  background-color: #FFF;
}
.contact-form-popup .contact-form-body p {
  font-weight: normal;
}
.contact-form-popup .contact-form-footer {
  background-color: #F5F3F1;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.highlight-carousel {
  margin-bottom: 80px;
  overflow: hidden;
  background-color: #2B9DCF;
}
.highlight-carousel .carousel-item-inner {
  font-size: 13px;
  line-height: 22px;
  color: #FFF;
}
.highlight-carousel .carousel-item-inner h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-item-inner h3 {
    margin-bottom: 30px;
  }
}
.highlight-carousel .carousel-item-inner .carousel-item-img {
  sbackground: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-position: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  background-repeat: no-repeat;
  sbackground-attachment: fixed;
  background-size: cover;
}
.highlight-carousel .carousel-item-inner .carousel-item-img h1 {
  font-family: Asap;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-item-inner .carousel-item-img h1 {
    font-size: 20px;
  }
}
.highlight-carousel .carousel-item-inner .carousel-item-img h2 {
  font-size: 25px;
  line-height: 31px;
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-item-inner .carousel-item-img h2 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-item-inner .carousel-item-img {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-item-inner .carousel-item-img {
    min-height: 200px;
  }
}
.highlight-carousel .carousel-item-inner .carousel-item-img .carousel-item-img-gradient {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.highlight-carousel .carousel-item-inner .carousel-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/watermarks/logo_water_right.svg");
  background-size: 50%;
}
.highlight-carousel .carousel-nav-btns {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .highlight-carousel .carousel-nav-btns {
    top: unset;
    bottom: -50px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.highlight-carousel .carousel-nav-btns a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-carousel .carousel-nav-btns a img {
  width: 12px;
}
.highlight-carousel .carousel-nav-btns a.carousel-next {
  background: #000;
}
.highlight-carousel .carousel-nav-btns a.carousel-prev {
  background: #FFF;
  transform: rotate(180deg);
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

body.page-theme-cursussen .carousel-item-content .editie-detail-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
body.page-theme-cursussen .carousel-item-content .editie-detail-row .editie-detail-label {
  min-width: 100px;
}

body.route-brochures .page-header {
  background-color: #2B9DCF;
}
body.route-brochures .brochure-cover {
  width: 100%;
  min-height: 100px;
  background: silver;
}

body.route-over-crescas .page-header {
  background-color: #CF3A46;
}

body.route-docenten .page-header {
  background-color: #2C6E8B;
}
body.route-docenten .docenten-grid .tile-docent {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
body.route-docenten .docenten-grid .tile-docent .tile-image img {
  width: 100%;
}
body.route-docenten .docenten-grid .tile-docent:hover .tile-content .h5-container h5 {
  color: #2C6E8B;
}
body.route-docenten .docenten-grid .tile-docent .tile-content {
  padding: 21px 15px;
}
body.route-docenten .docenten-grid .tile-docent .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.route-docenten .docenten-grid .tile-docent .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  body.route-docenten .docenten-grid .tile-docent .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
body.route-docenten .docenten-grid .tile-docent .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
body.route-docenten .docenten-grid .tile-docent .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 54px;
}
body.route-docenten .docenten-grid .tile-docent .tile-footer {
  padding: 0;
  background: #2C6E8B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
body.route-docenten .docenten-grid .tile-docent .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
body.route-docenten .docenten-grid .tile-docent .tile-footer div.darker {
  background: rgb(35.4163934426, 88.5409836066, 111.8836065574);
}
body.route-docenten .docenten-grid .tile-docent a span.label {
  font-size: 11px;
  color: #2C6E8B;
  background: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.route-docenten .docenten-grid .tile-docent a:hover span.label {
  background: #2C6E8B;
  color: #FFF;
}

body.route-cursusvideo-seizoen .cursusvideo-page, body.route-cursusvideo-altijdonline .cursusvideo-page {
  background: #2B9DCF;
  padding: 100px 0;
  min-height: calc(100vh - 60px);
}

body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:32:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-15 18:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.deelnemersinfo-details-box {
  background: #F5F3F1;
  padding: 10px 13px;
  font-size: 13px;
  margin-bottom: 60px;
}
.deelnemersinfo-details-box .details-row {
  margin-bottom: 20px;
}
.deelnemersinfo-details-box .details-row label {
  font-weight: bolder;
  min-width: 100px;
  font-size: 15px;
  margin-bottom: 0;
}
.deelnemersinfo-details-box .details-row:last-of-type {
  margin-bottom: 0;
}

body.page-deelnemersinfo-bevestiging .page-email-confirm {
  background: #CF3A46;
  padding: 100px 0;
  min-height: calc(100vh - 356px - 60px);
}
body.page-deelnemersinfo-bevestiging .page-email-confirm .floating-box a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
body.page-deelnemersinfo-bevestiging .page-email-confirm .floating-box a:hover {
  color: #CF3A46;
}
body.page-deelnemersinfo-bevestiging .page-email-confirm .floating-box .floating-box-body .boxed-form .form-group {
  margin-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
  body.route-weblog-showpost .blogpost-header {
    font-size: 30px;
  }
}
body.route-weblog-showpost .blogpost-top-bar {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  body.route-weblog-showpost .blogpost-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  body.route-weblog-showpost .blogpost-top-bar .naam-datum-box {
    margin-bottom: 20px;
  }
}
body.route-weblog-showpost .blogpost-top-bar .profile-pic {
  background: #F5F3F1;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
}
body.route-weblog-showpost .blogpost-top-bar h2, body.route-weblog-showpost .blogpost-top-bar h3 {
  margin: 0;
  padding: 0;
}
body.route-weblog-showpost .blogpost-top-bar h2 {
  font-size: 20px;
  line-height: 18px;
  font-weight: bold;
}
body.route-weblog-showpost .blogpost-top-bar h3 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body.route-weblog-showpost .blogpost-top-bar .naam-datum-box {
  display: flex;
  align-items: center;
}
body.route-weblog-showpost .blog-post-content img {
  max-width: 100%;
}
body.route-weblog-showpost .new-comment-box {
  background: #F5F3F1;
}
body.route-weblog-showpost .comments-box .comment {
  border-bottom: solid 1px #F2F2F2;
}
body.route-weblog-showpost .comments-box .comment .comment-body {
  font-style: italic;
  font-size: 15px;
  line-height: 25px;
}
body.route-weblog-showpost .comments-box .comment .comment-footer {
  font-weight: bold;
  font-size: 13px;
}
body.route-weblog-showpost .post-history h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
}
body.route-weblog-showpost .post-history h2:not(.open):after {
  float: right;
  height: 28px;
  width: 28px;
  content: "";
  background-image: url("/assets/svg/openklap_pijl.svg");
  background-position: center;
}
body.route-weblog-showpost .post-history .post-history-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
body.route-weblog-showpost .post-history .post-history-list:not(:first-of-type) {
  display: none;
}
body.route-weblog-showpost .post-history .post-history-list a {
  display: block;
  border-top: solid 1px #D8D8D8;
  color: #000;
  font-size: 18px;
  line-height: 45px;
}
body.route-weblog-showpost .post-history .post-history-list a:after {
  float: right;
  height: 28px;
  margin-top: 7px;
  width: 28px;
  content: "";
  background-image: url("/assets/svg/pijltje.svg");
  background-repeat: no-repeat;
  background-position: center;
}

body.route-weblog-home .page-header {
  background-color: #65475E;
}
body.route-weblog-home .tile-columnist {
  background-color: #F5F3F1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000;
  transition: background-color 180ms ease-in-out;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
body.route-weblog-home .tile-columnist .tile-image img {
  width: 100%;
}
body.route-weblog-home .tile-columnist:hover .tile-content .h5-container h5 {
  color: #65475E;
}
body.route-weblog-home .tile-columnist .tile-content {
  padding: 21px 15px;
}
body.route-weblog-home .tile-columnist .tile-content .h5-container {
  padding-left: 8px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.route-weblog-home .tile-columnist .tile-content .h5-container h5 {
  height: auto;
  font-size: 19px;
  line-height: 34px;
  display: inline;
  padding: 6px 0;
  box-decoration-break: clone;
  background-color: #FFF;
  box-shadow: 8px 0 0 #FFF, -8px 0 0 #FFF;
}
@media (max-width: 1199.98px) {
  body.route-weblog-home .tile-columnist .tile-content .h5-container h5 {
    font-size: 14px;
  }
}
body.route-weblog-home .tile-columnist .tile-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  height: 56px;
  display: flex;
  align-items: center;
}
body.route-weblog-home .tile-columnist .tile-content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 108px;
}
body.route-weblog-home .tile-columnist .tile-footer {
  padding: 0;
  background: #65475E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-size: 13px;
  color: #FFF;
}
body.route-weblog-home .tile-columnist .tile-footer div {
  padding: 0 12px;
  line-height: 38px;
}
body.route-weblog-home .tile-columnist .tile-footer div.darker {
  background: rgb(80.036627907, 56.263372093, 74.4895348837);
}
body.route-weblog-home .tile-columnist .tile-footer {
  background: linear-gradient(to right, rgb(80.036627907, 56.263372093, 74.4895348837) 50%, #65475E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 800ms ease-in-out;
}
body.route-weblog-home .tile-columnist:hover {
  text-decoration: none;
  color: #000;
}
body.route-weblog-home .tile-columnist:hover .tile-footer {
  background-position: left bottom;
}
body.route-weblog-home .tile-columnist a:hover {
  text-decoration: none !important;
}
body.route-weblog-home .tile-columnist .tile-content a span.label {
  font-size: 11px;
  color: #65475E;
  background: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.route-weblog-home .tile-columnist .tile-content a:hover span.label {
  background: #65475E;
  color: #FFF;
}
body.route-weblog-home .tile-columnist .tile-content a span.label {
  font-size: 13px;
  font-weight: 600;
}
body.route-weblog-home .tile-columnist .tile-content h5 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
body.route-weblog-home .tile-columnist .tile-content .card-text-link, body.route-weblog-home .tile-columnist .tile-content .card-text, body.route-weblog-home .tile-columnist .tile-content .card-text:hover {
  text-decoration: none !important;
  color: #000;
  font-weight: 400;
}
body.route-weblog-home .onze-columnisten {
  background: #F5F3F1;
}

.joods-net-page {
  background: #2B9DCF;
  padding: 100px 0;
  min-height: calc(100vh - 60px);
}

.form-errors {
  padding: 15px;
}
.form-errors ul {
  padding: 0;
  margin: 0;
}
.form-errors ul li {
  margin-left: 15px;
}

/*# sourceMappingURL=main.css.map */
