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";
  }
}
/*
$font-family-base: 'Open Sans', Helvetica, Arial, sans-serif;

$font-family-special : 'AllerBold', sans-serif;
$font-family-headers: 'AllerBold', sans-serif;
$font-family-buttons: 'AllerBold', sans-serif;

$crescas-rood : #c81345;
$zindex-menu : 1010;
$zindex-submenu : 1010;
$zindex-menu-overlay : 1005;

@import "mixins";

 */
/* ----------------------------------------------
 * 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-tiny {
  height: 10px;
}

.spacer-small {
  height: 30px;
}

.spacer-medium {
  height: 55px;
}

.spacer-big {
  height: 80px;
}

.bgcolor-docent {
  background-color: #2C6E8B !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: #2C6E8B;
}

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;
}

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: #eae6e2 !important;
  color: #000 !important;
}

.btn-white {
  background: #FFF;
}

.btn-silver {
  background: #F5F3F1;
}

.btn-gray {
  background: #E8E5E2;
  color: #000;
}
.btn-gray:hover {
  background: #d1ccc6 !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;
}

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