/**
 * File:        screen.scss
 * Description: Stylesheet for 'Make it so' base theme
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
 * File:        _base.scss
 * Description: This base file contains all project VARIABLES and (custom) mixins 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* Generic helper colours */
/* Theme colors */
/* Media Query Breakpoints */
/* Theme variables */
.inner-wrap:after, details > :not(summary):after, .main-wrap:after {
  content: "";
  display: table;
  clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * File:        _overrides.scss
 * Description: This base file contains styling overrides, preventing browser or OS defaults creeping in
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
 * General OS overrides
 */
input[type="search"], input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Clearfix IE8 and up, more semantic class group */
.group:after, .ui-feedback:after, .body-content:after, .inline:after, nav:after, nav .sub-menu-wrap:after, nav .sub-menu:after, .sub-pages:after, form:after, .boltforms-row:after, .mc-field-group:after, .listing li:after, .block:after, .selectblock:after, .course-signup-block:after, .course-navision-list > li:after, .navisionitem-info:after, .courseitem-info:after, .gallery:after, .cycle-slideshow:after {
  content: "";
  display: table;
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.group, .ui-feedback, .body-content, .inline, nav, nav .sub-menu-wrap, nav .sub-menu, .sub-pages, form, .boltforms-row, .mc-field-group, .listing li, .block, .selectblock, .course-signup-block, .course-navision-list > li, .navisionitem-info, .courseitem-info, .gallery, .cycle-slideshow {
  zoom: 1;
  overflow: hidden; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input {
  border-radius: 0; }

.invisible-accessible, .courses-filter input[type="checkbox"], .courses-filter button.filter-option, .sr-only, .boltforms-label-hidden .boltforms-label, .boltforms-label-hidden-row .boltforms-label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.is-visible {
  display: block; }

.is-invisible, .element-invisible {
  display: none;
  visibility: hidden; }

.is-hidden {
  visibility: hidden; }

.up-to-small-screens {
  display: block; }
  @media only screen and (min-width: 30.0625em) {
    .up-to-small-screens {
      display: none;
      visibility: hidden; } }

.small-screens-up {
  display: none; }
  @media only screen and (min-width: 30.0625em) {
    .small-screens-up {
      display: block; } }

.up-to-medium-screens {
  display: block; }
  @media only screen and (min-width: 37.5em) {
    .up-to-medium-screens {
      display: none;
      visibility: hidden; } }

.medium-screens-up {
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .medium-screens-up {
      display: block; } }

.up-to-large-screens {
  display: block; }
  @media only screen and (min-width: 48em) {
    .up-to-large-screens {
      display: none;
      visibility: hidden; } }

.large-screens-up {
  display: none; }
  @media only screen and (min-width: 48em) {
    .large-screens-up {
      display: block; } }

.up-to-xlarge-screens {
  display: block; }
  @media only screen and (min-width: 60em) {
    .up-to-xlarge-screens {
      display: none;
      visibility: hidden; } }

.xlarge-screens-up {
  display: none; }
  @media only screen and (min-width: 60em) {
    .xlarge-screens-up {
      display: block; } }

.up-to-wide-screens {
  display: block; }
  @media only screen and (min-width: 80em) {
    .up-to-wide-screens {
      display: none;
      visibility: hidden; } }

.wide-screens-up {
  display: none; }
  @media only screen and (min-width: 80em) {
    .wide-screens-up {
      display: block; } }

img {
  max-width: 100%; }

blockquote {
  clear: both; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner {
  transition: 400ms padding ease-in-out; }
  .spinner:after {
    display: none; }
  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #e7dd17;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
    right: 0.625rem; }

.ui-feedback {
  padding: 0.875rem 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
  border: 1px solid #cecece; }
  .ui-feedback p, .ui-feedback ul {
    font-weight: normal; }
  .ui-feedback p:only-child, .ui-feedback p ~ ul:last-child {
    margin-bottom: 0; }
  .ui-feedback ul + ul {
    margin-bottom: 0; }
  .ui-feedback.introduction {
    font-weight: 400; }
  @media only screen and (min-width: 37.5em) {
    .ui-feedback div.half {
      width: 50%;
      float: left; } }
  .ui-feedback.error {
    background-color: #f7cac9;
    border-color: #f4b4b3; }
  .ui-feedback.succes {
    background-color: #caf6ca;
    border-color: #b4f2b4; }
  .ui-feedback.notice {
    background-color: #fffbde;
    border-color: #fff8c5; }
  .ui-feedback.information {
    background-color: #e4effc;
    border-color: #cde1f9; }

.ie-notice {
  background-color: #B61A1D;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2; }
  .ie-notice p {
    color: #fff;
    text-align: center;
    margin: 0; }

/**
* File:        _layout.scss
* Description: _layout.scss contains all styles for page structure setup for makeitso
* Author:      Sebastiaan Bonardt - @_sebbon
*/
/**
* About the Responsive Web Design breakpoints in this setup:
* from base.scss, use small-screens, medium-screens, large-screens, xlarge-screens, wide-screens
* Use them with "respond-to" mixin from base.scss as "@include respond-to(small-screens) {}"
* 
* page setup: body direct descendants are the main wrappers containing direct 
* descendant with .inner-wrap class set to center the content on the page. Used in favor 
* of a general top level wrap all wrapper for esthetics sake. 
*
* The design pattern here is that some parts (e.g. header/footer) of the website need a full-width
* background color, but the contents needs to be centered on the page
*
* ! If no full width background-colors are in the design you can remove the inner-wrap div's and
* set the $site-max-width on the body with margin:0 auto;
*
*/
html {
  height: 100%; }

body {
  min-height: 100%;
  margin: 0;
  position: relative;
  padding: 0; }
  body > header, body footer, body main, body [role="main"] {
    width: 100%;
    display: block;
    overflow: hidden; }
  body > header {
    background-color: #fff;
    padding: 0;
    position: relative; }
  body > footer {
    min-height: 5em;
    background-color: #111;
    padding: 1em 0; }

main, [role="main"] {
  margin: 1em 0 0; }
  main > .inner-wrap, main aside, main section, [role="main"] > .inner-wrap, details[role="main"] > *:not(summary), [role="main"] aside, [role="main"] section {
    margin-bottom: 2rem; }

aside {
  overflow: hidden;
  clear: both;
  margin-bottom: 2rem; }

.inner-wrap, details > *:not(summary) {
  margin: 0 auto;
  padding: 1rem 0.625rem;
  max-width: 90rem;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .inner-wrap, details > *:not(summary) {
      padding: 1rem 1.25em; } }
  main > .inner-wrap {
    padding: 2rem 0.625rem 0; }
    @media only screen and (min-width: 48em) {
      main > .inner-wrap {
        padding: 2rem 1.25em 0; } }
  .listing-aside .inner-wrap, .listing-aside details > *:not(summary) {
    padding: 1rem 0.625em 0; }
    @media only screen and (min-width: 37.5em) {
      .listing-aside .inner-wrap, .listing-aside details > *:not(summary) {
        padding: 2rem 0.625em 0; } }

.main-wrap {
  margin: 0 auto;
  padding: 1rem 0.625em;
  max-width: 90rem;
  position: relative; }

.masthead-wrap {
  width: 100%; }
  @media only screen and (min-width: 60em) {
    .masthead-wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; } }

.skipcontent {
  background-color: #fff;
  left: -9999px;
  padding: 0.3125em 1em;
  position: absolute;
  padding: 1rem;
  display: inline-block;
  z-index: 2;
  font-weight: bolder; }
  .skipcontent:after {
    content: ">>";
    margin-left: 0.625rem; }
  .skipcontent:focus {
    left: 1.25em; }

.logo {
  max-width: 120px;
  float: left; }
  @media only screen and (min-width: 37.5em) {
    .logo {
      max-width: 170px; } }
  @media only screen and (min-width: 48em) {
    .logo {
      min-height: 90px; } }
  .logo a {
    display: block;
    margin-bottom: 0; }
  .logo span {
    display: none; }
  .logo.centered {
    text-align: center; }
    @media only screen and (min-width: 37.5em) {
      .logo.centered {
        float: none; } }
    .logo.centered a {
      display: inline-block; }
  .logo img {
    width: 345px; }

.site-name {
  display: block; }

.breadcrumb {
  margin: 1em 0; }

.main-content {
  overflow: hidden; }
  .main-content aside {
    clear: none;
    background-color: transparent;
    overflow: visible; }
    @media only screen and (min-width: 60em) {
      .main-content aside {
        float: left;
        overflow: hidden;
        width: 30%;
        max-width: none; } }

.body-content {
  margin-bottom: 2.5rem;
  max-width: 46rem; }
  @media only screen and (min-width: 60em) {
    .body-content {
      float: left;
      width: 66%;
      margin-right: 4%;
      max-width: none; } }
  @media only screen and (min-width: 80em) {
    .body-content {
      max-width: 50rem; } }
  .body-content > img {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 60em) {
    .body-content + aside {
      margin-top: 7.5rem; } }

.sidebar {
  background-color: transparent; }
  @media only screen and (min-width: 48em) {
    .sidebar {
      float: left;
      width: 26%;
      margin-right: 6%;
      clear: none; } }
  @media only screen and (min-width: 48em) {
    .sidebar + .main-content {
      float: left;
      width: 68%; } }

@media only screen and (min-width: 48em) {
  .sidebar.sidebar-second {
    float: right;
    margin-right: 0; } }

@media only screen and (min-width: 37.5em) {
  .footer-block {
    float: left;
    width: 46%;
    margin-right: 2%; } }

@media only screen and (min-width: 48em) {
  .footer-block {
    width: 31%; } }

.third {
  padding: 0 0.625rem 2rem 0.625rem; }
  @media only screen and (min-width: 37.5em) {
    .third {
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 60em) {
    .third {
      width: 33.333%; } }
  @media only screen and (min-width: 37.5em) {
    .third:last-child {
      width: 100%; } }
  @media only screen and (min-width: 60em) {
    .third:last-child {
      width: 33.3333%; } }

.two-third {
  padding: 0 0.625rem 2rem 0.625rem; }
  @media only screen and (min-width: 37.5em) {
    .two-third {
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 60em) {
    .two-third {
      width: 66.6667%; } }

.selectblocks-wrap {
  margin-bottom: 4rem; }
  @media only screen and (min-width: 37.5em) {
    .selectblocks-wrap {
      display: flex;
      clear: both;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      padding: 0 0.625rem; } }
  .selectblocks-wrap .block {
    margin-bottom: 0;
    height: 100%; }
    @media only screen and (min-width: 48em) {
      .selectblocks-wrap .block {
        height: auto; } }
    .selectblocks-wrap .block.last {
      margin-bottom: 1rem; }
  .selectblocks-wrap .third {
    padding: 0;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 37.5em) {
      .selectblocks-wrap .third {
        float: none;
        flex-basis: 49%;
        margin-bottom: 1rem;
        align-items: stretch; } }
    @media only screen and (min-width: 48em) {
      .selectblocks-wrap .third:first-child + .third {
        flex-basis: 32.333%;
        width: 32.333%; } }
    @media only screen and (min-width: 37.5em) {
      .selectblocks-wrap .third:first-child + .third + .third {
        width: 100%;
        flex-basis: 100%; }
        .selectblocks-wrap .third:first-child + .third + .third .block {
          height: auto; } }
    @media only screen and (min-width: 48em) {
      .selectblocks-wrap .third:first-child + .third + .third {
        flex-basis: 32.333%;
        width: 32.333%; } }
    @media only screen and (min-width: 48em) {
      .selectblocks-wrap .third {
        flex-basis: 32.333%; } }

/**
 * File:        _typography.scss
 * Description: _typography.scss contains all text styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/* Split up webfont definitions for weights and styles. Be sure to declare
 * proper fallback fonts for your serif's or non-serifs, and use corresponding
 * font-weights and styles throughout your styles!
 */
/*
/* THE WEBSITE USES Google's font RUBIK as the webfont. It gets served from GOOGLE CDN. 
/* $baseFontFamily is set in base.scss
*/
body {
  font-size: 100%;
  font-family: "Rubik", "Droid Sans", Helvetica, Arial, Sans-serif;
  color: #222; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  color: #222;
  margin-bottom: 0.5em;
  font-family: "Rubik", "Droid Sans", Arial, Sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  h1 .small, h2 .small, h3 .small, h4 .small, h5 .small {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block; }

h1, .alpha {
  font-size: 1.75rem;
  line-height: 2.3625rem;
  font-weight: 700;
  margin-bottom: 1.25em; }
  @media only screen and (min-width: 37.5em) {
    h1, .alpha {
      font-size: 1.9375rem;
      line-height: 2.61563rem; } }
  h1.page-title, .alpha.page-title {
    position: relative; }

h2, .beta {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 700; }
  @media only screen and (min-width: 37.5em) {
    h2, .beta {
      font-size: 1.25rem;
      line-height: 1.6875rem; } }

h3, .gamma {
  font-size: 1rem;
  line-height: 1.35rem;
  margin-bottom: 0.625em;
  font-weight: 700; }
  h3.beta, .gamma.beta {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    font-weight: 700; }

h4, .delta {
  font-size: 0.9375rem;
  line-height: 1.26562rem;
  margin-bottom: 0.25em; }

h5, .epsilon {
  font-size: 0.875rem;
  line-height: 1.18125rem; }

p, ul, ol, dt, dd, pre, blockquote, table {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  line-height: 1.5rem; }
  body > footer p, body > footer ul, body > footer ol, body > footer dt, body > footer dd, body > footer pre, body > footer blockquote, body > footer table {
    color: #fff; }

.centered {
  text-align: center; }

b,
strong {
  font-weight: 700;
  font-family: 'Rubik'; }

i, em {
  font-weight: normal;
  font-style: italic; }

.introduction {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700; }

ul {
  padding: 0 0 0 1rem;
  margin: 0 0 2.5rem; }
  ul li {
    padding: 0;
    margin: 0; }
  ul.starred {
    padding-left: 1.75rem; }
    ul.starred li {
      margin-bottom: 1rem;
      position: relative;
      list-style: none; }
      ul.starred li:before {
        content: "";
        height: 1.5rem;
        left: -1.8rem;
        position: absolute;
        top: 0.2rem;
        width: 1.5rem;
        background: url("../img/list-item.svg") 0 0 no-repeat transparent; }

ol.styled-counter {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }
  ol.styled-counter > li {
    position: relative;
    /* Create a positioning context */
    list-style: none;
    /* Disable the normal item numbering */
    padding-left: 1.25em;
    margin-bottom: 0.125em; }
    ol.styled-counter > li:before {
      position: absolute;
      left: 0.2rem;
      font-size: 0.9375rem;
      line-height: 1.40625rem;
      width: 2em;
      text-align: left;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      top: 0.05rem;
      font-weight: bolder; }
      @media only screen and (min-width: 80em) {
        ol.styled-counter > li:before {
          top: 0.135em; } }

li ol, li ul {
  margin-top: 0.5em; }

ol ol li:last-child {
  margin-bottom: 0; }

.stripped {
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none; }
  .stripped li {
    margin: 0; }

.inline li {
  float: left; }

figcaption {
  margin-top: 0.625rem;
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.40625rem; }

blockquote {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 1em;
  background-color: #46b47d;
  display: inline-block;
  clear: both;
  color: #fff;
  border-left: solid #191446 3px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin: 2.5rem auto; }
  @media only screen and (min-width: 37.5em) {
    blockquote {
      max-width: 80%;
      display: block; } }
  blockquote p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.25rem; }

a, a:link, a:visited {
  transition: all 100ms linear;
  color: #191446; }
  body > footer a, body > footer a:link, body > footer a:visited {
    color: #fff;
    text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: black; }
  body > footer a:hover, body > footer a:active, body > footer a:focus {
    color: #e6e6e6;
    text-decoration: underline; }

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  text-decoration: none; }

a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active {
  cursor: default; }

.edit-link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  border: 2px dashed #aaa;
  padding: 0.25rem 0.625rem;
  position: absolute;
  top: 0.25rem;
  text-transform: none;
  right: 0.25rem;
  z-index: 99999; }
  .edit-link:link, .edit-link:visited {
    color: #aaa;
    text-decoration: none; }
  .edit-link:hover, .edit-link:active, .edit-link:focus {
    border: 2px dashed #111;
    color: #111; }

.btn, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, button {
  position: relative;
  transition: all 150ms ease-in-out;
  transition: padding 400ms ease-in-out;
  background-color: #111;
  border: 2px solid #111;
  color: #e7dd17;
  float: left;
  display: block;
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }
  .btn:link, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:link, .btn:visited, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:visited, button:link, button:visited {
    color: #e7dd17;
    text-decoration: none; }
  .btn:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:hover, .btn:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:active, .btn:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:focus, button:hover, button:active, button:focus {
    background-color: #e7dd17;
    color: #111;
    border-color: #e7dd17; }
  .btn.btn-register:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-register.cc-allow:hover, .btn.btn-register:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-register.cc-allow:active, .btn.btn-register:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-register.cc-allow:focus, button.btn-register:hover, button.btn-register:active, button.btn-register:focus {
    background-color: #e7dd17;
    border-color: #111; }
  .btn.inverted, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, button.inverted, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow {
    background-color: #e7dd17;
    border: 2px solid #e7dd17;
    color: #111; }
    .btn.inverted:link, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:link, .btn.inverted:visited, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:visited, button.inverted:link, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow:link, button.inverted:visited, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow:visited {
      color: #111;
      text-decoration: none; }
    .btn.inverted:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:hover, .btn.inverted:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:active, .btn.inverted:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:focus, button.inverted:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow:hover, button.inverted:active, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow:active, button.inverted:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance button.cc-allow:focus {
      background-color: transparent;
      color: #e7dd17;
      border-color: #e7dd17; }
  .btn.spinner, div[aria-label="cookieconsent"].cc-window .cc-compliance .spinner.cc-allow, button.spinner {
    padding: 0.45rem 2.5rem 0.45rem 0.75rem; }

.btn.btn-black, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-black.cc-allow {
  background: #111;
  color: #fff; }
  .btn.btn-black:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-black.cc-allow:hover, .btn.btn-black:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-black.cc-allow:active, .btn.btn-black:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-black.cc-allow:focus {
    border-color: #fff;
    background: transparent; }

.btn-explain {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  color: #111;
  position: relative;
  float: none;
  border: 0;
  display: inline;
  margin-left: 0.1rem; }
  .btn-explain > span {
    text-indent: -999px;
    display: inline-block; }
  .btn-explain:hover, .btn-explain:active, .btn-explain:focus {
    background-color: transparent;
    border: 0; }
    .btn-explain:hover:after, .btn-explain:active:after, .btn-explain:focus:after {
      background-color: #e7dd17; }
  .btn-explain:after {
    color: #111;
    content: "i";
    font-style: italic;
    position: absolute;
    top: -0.05rem;
    right: 0;
    width: 1rem;
    height: 1rem;
    display: block;
    font-weight: normal;
    text-transform: none;
    font-family: serif;
    line-height: 1rem;
    padding: 0.05rem 0.25rem;
    border-radius: 50%; }

span.btn, div[aria-label="cookieconsent"].cc-window .cc-compliance span.cc-allow {
  border: 1px solid #111;
  background-color: #e7dd17;
  color: #111; }
  span.btn:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance span.cc-allow:hover, span.btn:active, div[aria-label="cookieconsent"].cc-window .cc-compliance span.cc-allow:active, span.btn:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance span.cc-allow:focus {
    border-color: #111; }

.teaser a:link, .teaser a:visited {
  text-decoration: none; }
  .teaser a:link h1, .teaser a:visited h1 {
    text-decoration: underline; }

.teaser a:hover h1, .teaser a:active h1, .teaser a:focus h1 {
  text-decoration: none; }

mark {
  background-color: #cecece;
  border-bottom: 1px dashed currentcolor; }

.read-more {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 0.55rem 0 0; }
  .read-more:link {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #fff; }
  .read-more:visited {
    color: #5e5e5e;
    text-decoration: none;
    border-bottom: 1px solid #fff; }
  .read-more:hover, .read-more:active, .read-more:focus {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    color: currentColor; }
    .read-more:hover:after, .read-more:active:after, .read-more:focus:after {
      animation-duration: 0.4s;
      animation-name: buttonarrowpulseblackwhite;
      animation-iteration-count: infinite;
      animation-direction: alternate; }
  .read-more:after {
    content: "";
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    top: 0.45rem;
    right: -0.5rem;
    height: 0.4rem;
    width: 0.4rem;
    position: absolute; }

a.read-more:link {
  color: #111;
  text-decoration: none; }

a.read-more:visited {
  color: #5e5e5e;
  text-decoration: none; }

a.read-more:hover, a.read-more:active, a.read-more:focus {
  text-decoration: none;
  color: currentColor; }
  a.read-more:hover:after, a.read-more:active:after, a.read-more:focus:after {
    animation-duration: 0.4s;
    animation-name: buttonarrowpulseblackwhite;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

span.read-more {
  font-weight: bold; }

figure {
  margin: 0 0 2rem;
  text-align: center; }
  figure figcaption {
    text-align: right;
    margin-right: 0.625rem; }
  figure > div {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%; }

.video, .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 3rem;
  margin-top: 2.5rem; }
  .video iframe, .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 48em) {
  #map {
    max-width: 88%; } }

@keyframes hovering {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes pulldown {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes buttonarrowpulseyellowblack {
  0% {
    border-right: 2px solid #111;
    border-top: 2px solid #111; }
  100% {
    border-right: 2px solid #e7dd17;
    border-top: 2px solid #e7dd17; } }

@keyframes buttonarrowpulseblackwhite {
  0% {
    border-right: 2px solid #111;
    border-top: 2px solid #111; }
  100% {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff; } }

/**
 * File:        _navigation.scss
 * Description: _navigation.scss contains all navigation styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
/**
 *  Keyframes in same scss file
 *
 */
@keyframes wiggle-dropdown-icon {
  0, 100% {
    transform: rotate(90deg); }
  25% {
    transform: rotate(125deg); }
  50% {
    transform: rotate(80deg); }
  75% {
    transform: rotate(105deg); } }

.toggle-btn-wrap {
  float: right;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0; }
  @media only screen and (min-width: 37.5em) {
    .toggleable-menu .toggle-btn-wrap {
      float: right;
      width: auto; } }

.toggle-menu, .toggle-search {
  font-family: "Rubik", "Droid Sans", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.6875rem; }
  .toggle-menu:link, .toggle-menu:visited, .toggle-search:link, .toggle-search:visited {
    color: #111;
    text-decoration: none; }
  .toggle-menu:hover, .toggle-search:hover {
    background-color: transparent;
    color: #aaa; }

.toggle-menu {
  float: left;
  display: none;
  height: 30px;
  margin-right: 0.25rem;
  padding: 0.25em 0.5em 0.25em 2em;
  padding: 0px 4px 4px 32px;
  position: relative;
  /* active state, i.e. menu open */ }
  @media only screen and (min-width: 37.5em) {
    .toggle-menu {
      display: none; } }
  .toggle-menu:link, .toggle-menu:visited {
    transition: all 0ms linear; }
  .toggle-menu .menu-icon {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 18px;
    height: 2px;
    background: #111; }
    .toggle-menu .menu-icon:before, .toggle-menu .menu-icon:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #111;
      content: "";
      transition-duration: 0.1s, 0.1s;
      transition-delay: 0.1s, 0s; }
    .toggle-menu .menu-icon:before {
      top: 5px;
      transition-property: top, transform; }
    .toggle-menu .menu-icon:after {
      bottom: -10px;
      transition-property: bottom, transform; }
  .toggle-menu:hover .menu-icon, .toggle-menu.toggle-active .menu-icon {
    background: #a2a2a2; }
    .toggle-menu:hover .menu-icon:before, .toggle-menu:hover .menu-icon:after, .toggle-menu.toggle-active .menu-icon:before, .toggle-menu.toggle-active .menu-icon:after {
      background-color: #a2a2a2; }
  .toggle-menu.toggle-active:hover, .toggle-menu.toggle-active:active {
    background-color: transparent;
    color: #aaa; }
    .toggle-menu.toggle-active:hover .menu-icon:before, .toggle-menu.toggle-active:hover .menu-icon:after, .toggle-menu.toggle-active:active .menu-icon:before, .toggle-menu.toggle-active:active .menu-icon:after {
      background: #aaa; }
  .toggle-menu.toggle-active .menu-icon {
    background: none;
    height: 12px; }
    .toggle-menu.toggle-active .menu-icon:before {
      top: 5px;
      transform: rotate(45deg);
      transition-delay: 0s, 0.3s;
      height: 2px;
      background: #111; }
    .toggle-menu.toggle-active .menu-icon:after {
      bottom: 5px;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.3s;
      height: 2px;
      background: #111; }

.toggle-search {
  float: right;
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .toggle-search {
      display: none; } }

nav {
  background-color: #e7dd17;
  position: relative;
  overflow: visible; }
  @media only screen and (min-width: 37.5em) {
    nav {
      padding-bottom: 0; } }
  @media only screen and (min-width: 60em) {
    nav {
      background-color: transparent; } }
  @media only screen and (min-width: 60em) {
    nav {
      top: -2.65rem; } }
  nav .menu {
    flex-direction: row; }
    @media only screen and (min-width: 37.5em) {
      nav .menu {
        margin: 0 auto; } }
    @media only screen and (min-width: 60em) {
      nav .menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around; } }
  nav .inner-wrap, nav details > *:not(summary) {
    padding: 0;
    max-width: 90rem; }
    @media only screen and (min-width: 48em) {
      nav .inner-wrap, nav details > *:not(summary) {
        padding: 0 0.625rem;
        margin: 0 auto; } }
    nav .inner-wrap > ul.menu > li, nav details > *:not(summary) > ul.menu > li {
      text-align: center; }
  nav > .inner-wrap {
    position: static; }
    @media only screen and (min-width: 60em) {
      nav > .inner-wrap {
        padding-left: 200px; } }
  nav ul {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    @media only screen and (min-width: 37.5em) {
      nav ul {
        margin-bottom: 0; } }
    @media only screen and (min-width: 60em) {
      nav ul ul {
        background-color: #e7dd17;
        width: 100%;
        margin-top: 0; } }
  nav li {
    float: none;
    list-style: none;
    text-align: left; }
    @media only screen and (min-width: 60em) {
      nav li {
        float: left;
        width: 20%; } }
    nav li a {
      text-align: left;
      padding: 0.5em 1.5em 0.5em 0.5em;
      display: block;
      margin: 0;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.6875rem; }
      @media only screen and (min-width: 37.5em) {
        nav li a {
          padding: 0.5em 1.5em 0.5em 0.5em; } }
      @media only screen and (min-width: 60em) {
        nav li a {
          display: inline-block;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: normal;
          padding: 0.15em 0.25em 0.15em 0.25em; } }
      @media only screen and (min-width: 60em) {
        nav li a:link, nav li a:visited {
          color: #111; } }
      @media only screen and (min-width: 60em) {
        nav li a:hover, nav li a:active, nav li a:focus {
          background-color: transparent;
          text-decoration: underline; } }
      @media only screen and (min-width: 60em) {
        nav li a.main {
          text-transform: uppercase;
          font-weight: 700; } }
      nav li a.dropdown {
        padding: 0.15em 1.35em 0.625em 0.5em; }
  @media only screen and (min-width: 60em) {
    nav > .inner-wrap > ul > li > a {
      font-size: 1.125rem;
      line-height: 1.6875rem;
      font-weight: 500; } }
  @media only screen and (min-width: 60em) {
    nav > .inner-wrap > ul > li > a:link, nav > .inner-wrap > ul > li > a:visited {
      color: #fff;
      text-decoration: none;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.65); } }
  @media only screen and (min-width: 60em) {
    nav > .inner-wrap > ul > li > a:hover, nav > .inner-wrap > ul > li > a.dropdown-active {
      color: #e7dd17;
      text-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
  @media only screen and (min-width: 60em) {
    nav > .inner-wrap > ul > li > a.active {
      border-bottom: 1px solid #fff; } }
  nav .sub-menu-wrap {
    -webkit-transition: max-height 0.35s ease-in-out;
    -moz-transition: max-height 0.35s ease-in-out;
    transition: max-height 0.35s ease-in-out;
    height: auto;
    overflow: hidden; }
    @media only screen and (min-width: 60em) {
      nav .sub-menu-wrap {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #e7dd17;
        display: block;
        height: auto;
        left: 0;
        position: absolute;
        width: 100%; }
        .js nav .sub-menu-wrap {
          max-height: 0; } }
    nav .sub-menu-wrap > .inner-wrap, nav details.sub-menu-wrap > *:not(summary) {
      max-width: 90rem; }
      @media only screen and (min-width: 60em) {
        nav .sub-menu-wrap > .inner-wrap, nav details.sub-menu-wrap > *:not(summary) {
          padding: 1.5rem 0.625rem 2rem; } }
  @media only screen and (min-width: 60em) {
    nav .sub-menu {
      width: 20%;
      float: left; } }
  nav .sub-menu li {
    float: none;
    width: 100%; }
    @media only screen and (max-width: 47.9375em) {
      nav .sub-menu li a {
        padding-left: 2rem; } }
    nav .sub-menu li a.active {
      background-color: #111;
      color: #e7dd17; }
      @media only screen and (min-width: 60em) {
        nav .sub-menu li a.active {
          background-color: #e7dd17;
          color: #111; } }
  nav .sub-menu-contracted {
    max-height: 0; }
    .js nav .sub-menu-contracted {
      max-height: 0; }
  nav .sub-menu-expanded {
    max-height: 1000px; }
    .js nav .sub-menu-expanded {
      max-height: 1000px; }
  nav a.dropdown {
    position: relative;
    transition: all 150ms linear; }
    nav a.dropdown::after {
      content: ">";
      position: absolute;
      right: 0.375rem;
      top: 0.25rem;
      transform: rotate(90deg);
      font-weight: normal;
      transition: all 200ms linear; }
    nav a.dropdown:not(.dropdown-active):hover::after {
      animation: wiggle-dropdown-icon 0.5s; }
    nav a.dropdown.dropdown-active::after {
      transform: rotate(270deg); }
    nav a.dropdown.dropdown-expanded::after {
      content: ""; }
  nav .dropdown-active + .sub-menu-wrap, nav .dropdown-expanded + .sub-menu-wrap {
    display: block; }

.menu {
  margin-bottom: 0;
  padding-left: 0; }
  .menu li {
    list-style: none; }

.secondary-menu, .meta-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 37.5em) {
    .secondary-menu, .meta-menu {
      float: right; } }
  @media only screen and (min-width: 48em) {
    .secondary-menu, .meta-menu {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto; } }
  .secondary-menu li, .meta-menu li {
    list-style: none;
    float: left; }
    .secondary-menu li a, .meta-menu li a {
      padding: 0.5em;
      display: block; }

.menu-footer {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem; }
  @media only screen and (min-width: 48em) {
    .menu-footer {
      margin: 0 0 6rem; } }
  .menu-footer > li {
    margin-bottom: 1rem; }
  .menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 30.0625em) {
    .menu-footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (min-width: 60em) {
    .menu-footer {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .menu-footer li a {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: lowercase; }
    @media only screen and (min-width: 37.5em) {
      .menu-footer li a {
        font-size: 0.8125rem;
        line-height: 1.21875rem; } }
  @media only screen and (min-width: 30.0625em) {
    .menu-footer li {
      width: 50%; } }
  @media only screen and (min-width: 37.5em) {
    .menu-footer li {
      width: 33%; } }
  @media only screen and (min-width: 60em) {
    .menu-footer li {
      width: auto; } }
  .menu-footer > li > a {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.6875rem; }
    @media only screen and (min-width: 37.5em) {
      .menu-footer > li > a {
        font-size: 0.75rem;
        line-height: 1.125rem; } }
    .menu-footer > li > a:link, .menu-footer > li > a:visited {
      color: #e7dd17;
      font-weight: bold; }

.address p {
  font-size: 0.875rem;
  line-height: 1.3125rem; }
  .address p span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold; }

.menu-toptaken-wrap {
  width: 100%; }
  @media only screen and (min-width: 37.5em) {
    .menu-toptaken-wrap {
      padding: 0 1.25rem; } }
  @media only screen and (min-width: 37.5em) {
    .menu-toptaken-wrap {
      position: absolute;
      bottom: 0; } }
  .menu-toptaken-wrap.inner-wrap, details > .menu-toptaken-wrap:not(summary) {
    padding: 0;
    max-width: 100%; }
  body.inschrijven .menu-toptaken-wrap {
    display: none; }

.menu-toptaken {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  max-width: 90rem; }
  .menu-toptaken li {
    float: left; }
  .menu-toptaken a {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    display: block; }
    @media only screen and (min-width: 30.0625em) {
      .menu-toptaken a {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.5rem 1rem; } }
    @media only screen and (min-width: 48em) {
      .menu-toptaken a {
        font-size: 1.125rem;
        line-height: 1.6875rem; } }
    @media only screen and (min-width: 60em) {
      .menu-toptaken a {
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: 0.625rem 2.75rem; } }
    .menu-toptaken a:link, .menu-toptaken a:visited {
      text-decoration: none;
      background-color: #fff; }
      @media only screen and (min-width: 37.5em) {
        .menu-toptaken a:link, .menu-toptaken a:visited {
          background-color: transparent;
          color: #fff; } }
      @media only screen and (min-width: 60em) {
        .menu-toptaken a:link, .menu-toptaken a:visited {
          text-shadow: 0 0 1px rgba(0, 0, 0, 0.65); } }
    @media only screen and (min-width: 37.5em) {
      .menu-toptaken a:hover, .menu-toptaken a:active, .menu-toptaken a:focus, .menu-toptaken a.active {
        color: #111;
        background-color: #fff; } }
    @media only screen and (min-width: 37.5em) {
      .menu-toptaken a:hover, .menu-toptaken a:active, .menu-toptaken a:focus, .menu-toptaken a.active {
        text-shadow: 0 0 0 #111; } }
    @media only screen and (min-width: 60em) {
      .menu-toptaken a:hover, .menu-toptaken a:active, .menu-toptaken a:focus, .menu-toptaken a.active {
        text-shadow: 0 0 0 rgba(0, 0, 0, 0); } }

.sub-pages {
  margin-bottom: 3.5rem; }
  .sub-pages li {
    border-bottom: 1px solid #111;
    margin: 0; }
  .sub-pages a {
    padding: 0.25rem 0.625rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block; }
    .sub-pages a:link, .sub-pages a:visited {
      text-decoration: none; }
    .sub-pages a:active, .sub-pages a:hover, .sub-pages a:focus {
      background-color: #e8e8e8; }
    .sub-pages a.active {
      color: #aaa; }
  @media only screen and (min-width: 30.0625em) {
    .body-content .sub-pages li {
      margin-right: 1rem;
      width: calc(50% - 1rem);
      float: left; } }
  .body-content .sub-pages li:nth-child(2n) {
    margin-right: 0; }

/**
 * File:        _forms.scss
 * Description: _forms.scss contains all form styles for makeitso 
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
form {
  width: 100%;
  margin-bottom: 2.5rem; }

fieldset {
  margin-bottom: 2rem;
  padding: 0;
  border: 0; }
  fieldset:last-of-type {
    margin-bottom: 0.625rem; }

legend {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem; }

label {
  color: #111;
  font-size: 1.1rem;
  line-height: 1.65rem;
  display: block;
  margin-bottom: 0.1rem; }

.boltforms-label {
  font-weight: bold; }

input {
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 0.35rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px; }
  input:focus {
    border-color: #111; }
  input.error {
    background-color: #fbe3e4; }
    input.error:focus {
      background-color: #fff; }
  input[type="submit"] {
    display: block;
    clear: both;
    width: auto;
    font-weight: bold;
    color: #111; }
  input[type="radio"] {
    width: auto;
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 0; }
    input[type="radio"] + label {
      display: inline-block;
      margin-right: 1em; }

textarea {
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 0.35rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px; }
  textarea:focus {
    border-color: #111; }
  textarea.error {
    background-color: #fbe3e4; }
    textarea.error:focus {
      background-color: #fff; }

select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 0.35rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px; }
  select:focus {
    border-color: #111; }
  select.error {
    background-color: #fbe3e4; }
    select.error:focus {
      background-color: #fff; }

.boltform form[name="workshop-registratie"] .choice-item, .boltform form[name="tmf-formulier"] .choice-item, .boltform form[name="culture-squad"] .choice-item {
  float: revert; }

.boltform form[name="workshop-registratie"] label, .boltform form[name="tmf-formulier"] label, .boltform form[name="culture-squad"] label {
  font-size: 1rem; }

.boltforms-row, .mc-field-group {
  width: 100%;
  padding: 1px;
  display: block;
  margin-bottom: 1.25rem; }
  .boltforms-row input[type="checkbox"], .mc-field-group input[type="checkbox"] {
    width: auto;
    float: left;
    margin-top: 0.5rem;
    margin-right: 0.625rem; }
  .boltforms-row:last-child, .mc-field-group:last-child {
    margin-bottom: 0; }
  .boltforms-row .choice-item, .mc-field-group .choice-item {
    float: left; }
    .boltforms-row .choice-item:first-child:last-child, .mc-field-group .choice-item:first-child:last-child {
      width: 100%; }
  @media only screen and (min-width: 30.0625em) {
    .boltforms-row .choice-list .choice-item, .mc-field-group .choice-list .choice-item {
      width: 48%;
      margin-right: 4%;
      float: left;
      margin-bottom: 0.2rem; } }
  @media only screen and (min-width: 30.0625em) {
    .boltforms-row .choice-list .choice-item:nth-child(2n + 2), .mc-field-group .choice-list .choice-item:nth-child(2n + 2) {
      margin-right: 0; } }

.boltforms-choice-list .boltforms-label {
  display: block;
  margin-bottom: 0.75rem; }

@media only screen and (min-width: 37.5em) {
  .boltforms-half {
    width: 48%;
    margin-right: 4%;
    float: left; }
    .boltforms-half + .boltforms-half {
      margin-right: 0; } }

@media only screen and (min-width: 37.5em) {
  .boltforms-half:nth-of-type(2n + 3) {
    margin-right: 4%; } }

.boltforms-date input, .boltforms-row.date input, .boltforms-small input, .boltforms-row.small input {
  width: 7rem; }

.boltforms-medium input, .boltforms-row.medium input {
  width: 18rem; }

.required-field {
  color: #B61A1D;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
  margin-left: 0.5rem; }

.boltform label.required::after {
  color: #B61A1D !important; }

.boltforms-row.error input {
  border: 1px solid #B61A1D; }

.boltform-error {
  margin: 0;
  clear: both;
  padding: 0;
  list-style: none; }
  .boltform-error li.boltform-error {
    border: 0;
    background-color: #fff;
    padding-left: 0;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    margin-bottom: 0;
    color: #de4a48 !important; }

.boltforms-hidden-field {
  display: none; }

.quicksearch {
  margin-bottom: 0.625rem; }

form[name="inschrijven"] .limit-warning::after {
  content: attr(data-limit-warning);
  color: #B61A1D; }

/**
 * File:        _search.scss
 * Description: _search.scss contains all search block styles for makeitso. The
 *              search block is at the top right of the default page templates
 * Author:      Sebastiaan Bonardt - @_sebbon
 */
.search-block {
  margin: 2rem 0 0;
  overflow: hidden;
  display: block;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 30.0625em) {
    .search-block {
      float: right; } }
  @media only screen and (min-width: 37.5em) {
    .search-block {
      max-width: 220px;
      margin-top: 0; } }
  @media only screen and (min-width: 48em) {
    .search-block {
      max-width: 320px; } }
  @media only screen and (min-width: 60em) {
    .search-block {
      max-width: none;
      width: 27%; } }
  .search-block label {
    display: none;
    clear: both; }
  .search-block [type="submit"] {
    border-left: 0;
    width: 90px;
    clear: none;
    background-color: #666;
    color: #fff;
    border-radius: 0 3px 3px 0; }
    .search-block [type="submit"]:hover, .search-block [type="submit"]:active, .search-block [type="submit"]:focus {
      background-color: #111; }
  .search-block [type="text"], .search-block [type="search"] {
    width: calc(100% - 90px);
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    border: 1px solid #aaa; }
  .search-block input, .search-block button {
    float: left;
    width: calc(100% - 71px);
    padding-left: 0.35em; }

.block {
  margin-bottom: 3.5rem; }
  .block.last {
    margin-bottom: 5rem; }

.trial-block .btn, .trial-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .trial-block .cc-allow {
  width: 100%; }

.contenttype-cursussen .body-content {
  margin-bottom: 0; }

.page-wrapup {
  border-top: 4px solid #111;
  padding-top: 0.625rem;
  max-width: 50rem; }
  @media only screen and (min-width: 37.5em) {
    .page-wrapup {
      display: flex; } }
  @media only screen and (min-width: 60em) {
    .page-wrapup {
      width: 66%; } }
  .page-wrapup > div {
    display: block; }
    @media only screen and (min-width: 37.5em) {
      .page-wrapup > div {
        flex-basis: 50%; } }
  .page-wrapup .gamma {
    text-transform: uppercase;
    display: block;
    color: #111; }

.contact-info a {
  font-size: 0.875rem;
  line-height: 1.3125rem; }

.contact-info > a:first-of-type {
  position: relative;
  padding-right: 0.625rem;
  margin-right: 0.625rem; }
  .contact-info > a:first-of-type:after {
    content: "";
    border-right: 2px solid #111;
    position: absolute;
    height: 0.85rem;
    top: 0.25rem;
    right: 0; }

.headerimage {
  position: relative;
  z-index: 0; }
  .headerimage img, .headerimage figure > img {
    display: block;
    position: relative;
    height: 200px;
    width: 480px;
    max-width: none; }
    @media only screen and (min-width: 30.0625em) {
      .headerimage img, .headerimage figure > img {
        max-height: 70vh;
        object-fit: cover;
        height: auto;
        width: auto;
        width: 100%; } }
  .formpage .headerimage {
    max-height: 120px; }
    @media only screen and (min-width: 37.5em) {
      .formpage .headerimage {
        max-height: 200px; } }
    @media only screen and (min-width: 48em) {
      .formpage .headerimage {
        max-height: 250px; } }
    @media only screen and (min-width: 60em) {
      .formpage .headerimage {
        max-height: 375px; } }

.headerquote {
  position: absolute;
  right: 0;
  top: 0;
  color: #e7dd17;
  font-family: 'Rubik';
  font-size: 1.75rem;
  line-height: 2.3625rem;
  line-height: 1;
  font-weight: 900;
  top: 45%;
  transform: translateY(-50%);
  text-align: right;
  margin-right: 3%;
  width: 100%; }
  @media only screen and (min-width: 60em) {
    .headerquote {
      margin-top: 5%; } }
  @media only screen and (min-width: 87.5em) {
    .headerquote {
      margin-top: 3%; } }
  .headerquote span {
    position: relative;
    text-transform: uppercase; }
    @media only screen and (min-width: 25em) {
      .headerquote span {
        font-size: 2rem;
        line-height: 2.7rem;
        line-height: 1;
        display: inline-block;
        max-width: 80%; } }
    @media only screen and (min-width: 30.0625em) {
      .headerquote span {
        font-size: 3rem;
        line-height: 4.05rem;
        line-height: 1; } }
    @media only screen and (min-width: 37.5em) {
      .headerquote span {
        font-size: 3rem;
        line-height: 4.05rem;
        line-height: 1; } }
    @media only screen and (min-width: 48em) {
      .headerquote span {
        font-size: 4rem;
        line-height: 5.4rem;
        line-height: 1; } }
    @media only screen and (min-width: 60em) {
      .headerquote span {
        font-size: 5rem;
        line-height: 6.75rem;
        line-height: 1; } }
    @media only screen and (min-width: 80em) {
      .headerquote span {
        font-size: 6rem;
        line-height: 8.1rem;
        line-height: 1; } }
    @media only screen and (min-width: 87.5em) {
      .headerquote span {
        font-size: 7rem;
        line-height: 9.45rem;
        line-height: 1; } }
    .headerquote span.long-quote {
      max-width: 70%;
      display: inline-block; }
      @media only screen and (min-width: 25em) {
        .headerquote span.long-quote {
          max-width: 60%;
          font-size: 2rem;
          line-height: 2.7rem;
          line-height: 1; } }
      @media only screen and (min-width: 30.0625em) {
        .headerquote span.long-quote {
          max-width: 60%;
          font-size: 2rem;
          line-height: 2.7rem;
          line-height: 1; } }
      @media only screen and (min-width: 37.5em) {
        .headerquote span.long-quote {
          max-width: 55%;
          font-size: 2.25rem;
          line-height: 3.0375rem;
          line-height: 1; } }
      @media only screen and (min-width: 48em) {
        .headerquote span.long-quote {
          font-size: 3rem;
          line-height: 4.05rem;
          line-height: 1;
          max-width: 65%; } }
      @media only screen and (min-width: 60em) {
        .headerquote span.long-quote {
          font-size: 4rem;
          line-height: 5.4rem;
          line-height: 1; } }
      @media only screen and (min-width: 80em) {
        .headerquote span.long-quote {
          max-width: 70%;
          font-size: 5rem;
          line-height: 6.75rem;
          line-height: 1; } }
      @media only screen and (min-width: 87.5em) {
        .headerquote span.long-quote {
          font-size: 6rem;
          line-height: 8.1rem;
          line-height: 1; } }

.breadcrumbs {
  margin-left: 1px;
  margin-bottom: 0.35rem; }
  .breadcrumbs a {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-right: 0.625rem;
    margin-right: 0.35rem;
    text-transform: lowercase; }
    .breadcrumbs a:link, .breadcrumbs a:visited {
      text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
      text-decoration: underline; }
    .breadcrumbs a:after {
      content: "";
      height: 0.35rem;
      width: 0.35rem;
      display: block;
      position: absolute;
      right: 0;
      top: 0.425rem;
      border-right: 1px solid #111;
      border-top: 1px solid #111;
      transform: rotate(45deg); }

.listing-wrap {
  margin-top: 3rem; }

.listing {
  padding: 0;
  margin: 0;
  list-style: none; }
  .listing li {
    margin-bottom: 2.75rem; }

.listing-block {
  margin-bottom: 3rem; }
  .listing-block .read-more {
    margin-left: 0.75rem;
    padding-right: 0; }
    .listing-block .read-more:after {
      left: -0.75rem; }
  .listing-block.third, .listing-block.two-third {
    padding: 0; }
    @media only screen and (min-width: 48em) {
      .listing-block.third, .listing-block.two-third {
        padding: 0 1%; } }

.item-teaser h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.25rem; }
  .item-teaser h3 a:link {
    text-decoration: none; }
  .item-teaser h3 a:visited {
    text-decoration: none;
    color: #5e5e5e; }
  .item-teaser h3 a:hover, .item-teaser h3 a:active, .item-teaser h3 a:focus {
    text-decoration: underline;
    color: currentColor; }

.item-teaser p {
  font-size: 1.125rem;
  line-height: 1.6875rem; }

@media only screen and (min-width: 30.0625em) {
  .item-teaser img {
    float: left;
    width: 35%;
    padding-right: 2%;
    padding-top: 0.2rem;
    margin-bottom: 0.5rem; } }

@media only screen and (min-width: 37.5em) {
  .item-teaser img {
    width: 45%; } }

.item-teaser a:link, .item-teaser a:visited {
  text-decoration: none; }
  .item-teaser a:link h3, .item-teaser a:link .read-more, .item-teaser a:visited h3, .item-teaser a:visited .read-more {
    text-decoration: none; }

.item-teaser a:hover, .item-teaser a:active, .item-teaser a:focus {
  text-decoration: none; }
  .item-teaser a:hover h3, .item-teaser a:hover .gamma, .item-teaser a:hover .read-more, .item-teaser a:active h3, .item-teaser a:active .gamma, .item-teaser a:active .read-more, .item-teaser a:focus h3, .item-teaser a:focus .gamma, .item-teaser a:focus .read-more {
    text-decoration: none; }
    .item-teaser a:hover h3:after, .item-teaser a:hover .gamma:after, .item-teaser a:hover .read-more:after, .item-teaser a:active h3:after, .item-teaser a:active .gamma:after, .item-teaser a:active .read-more:after, .item-teaser a:focus h3:after, .item-teaser a:focus .gamma:after, .item-teaser a:focus .read-more:after {
      animation-duration: 0.4s;
      animation-name: buttonarrowpulseblackwhite;
      animation-iteration-count: infinite;
      animation-direction: alternate; }
  .item-teaser a:hover h3 span, .item-teaser a:hover .gamma span, .item-teaser a:hover .read-more, .item-teaser a:active h3 span, .item-teaser a:active .gamma span, .item-teaser a:active .read-more, .item-teaser a:focus h3 span, .item-teaser a:focus .gamma span, .item-teaser a:focus .read-more {
    border-bottom: 1px solid currentColor; }

.agenda-listing .item-teaser {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 0.5rem; }
  .agenda-listing .item-teaser .date {
    order: 0; }
  .agenda-listing .item-teaser h3, .agenda-listing .item-teaser .gamma {
    order: 1;
    margin-bottom: 0.25rem;
    align-self: flex-start; }
  .agenda-listing .item-teaser > a {
    display: flex;
    flex-direction: column; }
    .agenda-listing .item-teaser > a:link, .agenda-listing .item-teaser > a:visited {
      text-decoration: none; }
    .agenda-listing .item-teaser > a:hover h3, .agenda-listing .item-teaser > a:hover .gamma, .agenda-listing .item-teaser > a:active h3, .agenda-listing .item-teaser > a:active .gamma, .agenda-listing .item-teaser > a:focus h3, .agenda-listing .item-teaser > a:focus .gamma {
      text-decoration: none; }

.agenda-listing > li {
  border-bottom: 4px solid #111;
  width: 100%; }

.agenda-listing li {
  margin-bottom: 0; }
  .agenda-listing li:last-child {
    margin-bottom: 1.5rem; }

.agenda-listing-block .item-teaser {
  padding-top: 0.15rem;
  padding-bottom: 0.5rem; }
  .agenda-listing-block .item-teaser .date {
    font-size: 0.875rem;
    line-height: 1.3125rem; }
  .agenda-listing-block .item-teaser h3, .agenda-listing-block .item-teaser .gamma {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: none;
    font-weight: normal; }
    .agenda-listing-block .item-teaser h3 a:link, .agenda-listing-block .item-teaser h3 a:visited, .agenda-listing-block .item-teaser .gamma a:link, .agenda-listing-block .item-teaser .gamma a:visited {
      text-decoration: none;
      border-bottom: 1px solid #fff; }
    .agenda-listing-block .item-teaser h3 a:hover, .agenda-listing-block .item-teaser h3 a:active, .agenda-listing-block .item-teaser h3 a:focus, .agenda-listing-block .item-teaser .gamma a:hover, .agenda-listing-block .item-teaser .gamma a:active, .agenda-listing-block .item-teaser .gamma a:focus {
      text-decoration: none;
      border-bottom: 1px solid currentColor; }

.agenda-listing-block > li {
  border-bottom: 1px solid #111;
  padding-top: 0.625rem; }

.agenda-listing-block li:last-child {
  margin-bottom: 1rem; }

.news-listing-block .item-teaser {
  display: flex;
  flex-direction: column;
  padding-top: 0.15rem;
  padding-bottom: 0.5rem; }
  .news-listing-block .item-teaser .date {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    order: 0; }
  .news-listing-block .item-teaser h3, .news-listing-block .item-teaser .gamma {
    order: 1;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: none;
    font-weight: normal; }
    .news-listing-block .item-teaser h3 a:link, .news-listing-block .item-teaser h3 a:visited, .news-listing-block .item-teaser .gamma a:link, .news-listing-block .item-teaser .gamma a:visited {
      text-decoration: none;
      border-bottom: 1px solid #fff; }
    .news-listing-block .item-teaser h3 a:hover, .news-listing-block .item-teaser h3 a:active, .news-listing-block .item-teaser h3 a:focus, .news-listing-block .item-teaser .gamma a:hover, .news-listing-block .item-teaser .gamma a:active, .news-listing-block .item-teaser .gamma a:focus {
      text-decoration: none;
      border-bottom: 1px solid currentColor; }
  .news-listing-block .item-teaser img {
    order: 2;
    width: 100%;
    max-width: 100%; }

.news-listing-block li {
  margin-bottom: 0.15rem; }

.news-listing-block > li {
  border-bottom: 1px solid #111;
  padding-top: 0.625rem; }

.news-listing-block li:last-child {
  margin-bottom: 1rem; }

@media only screen and (min-width: 30.0625em) {
  .item-teaser-with-image h3 {
    width: 65%;
    float: right; } }

@media only screen and (min-width: 37.5em) {
  .item-teaser-with-image h3 {
    width: 55%; } }

.listing-block h2, .listing-block .alpha {
  margin-bottom: 0.15rem;
  border-top: 4px solid #111;
  border-bottom: 4px solid #111; }

.news-block-wide.listing-block li {
  border-bottom: 0; }

@media only screen and (min-width: 60em) {
  .news-block-wide.listing-block h2, .news-block-wide.listing-block .beta {
    border-top-color: #fff;
    border-bottom-color: #fff; } }

.news-block-wide.listing-block p {
  order: 2; }
  @media only screen and (min-width: 60em) {
    .news-block-wide.listing-block p {
      float: none; } }

.news-block-wide.listing-block img {
  order: 1;
  padding-right: 0; }
  @media only screen and (min-width: 60em) {
    .news-block-wide.listing-block img {
      float: none;
      width: 49%;
      margin-right: 1%; } }

@media only screen and (min-width: 60em) {
  .news-block-wide.listing-block .item-teaser {
    flex-direction: row; } }

@media only screen and (min-width: 60em) {
  .news-block-wide.listing-block.item-teaser-with-image {
    width: 49%;
    margin-left: 1%; } }

.block[class*="highlighted-"], .selectblock[class*="highlighted-"] {
  padding: 0.875rem; }

.block[class*="highlighted-yellow"], .selectblock[class*="highlighted-yellow"] {
  background-color: #e7dd17;
  color: #111; }
  .block[class*="highlighted-yellow"] h2, .block[class*="highlighted-yellow"] h3, .selectblock[class*="highlighted-yellow"] h2, .selectblock[class*="highlighted-yellow"] h3 {
    color: #111; }

.block[class*="highlighted-black"], .selectblock[class*="highlighted-black"] {
  background-color: #111;
  color: #fff; }
  .block[class*="highlighted-black"] h2, .block[class*="highlighted-black"] h3, .selectblock[class*="highlighted-black"] h2, .selectblock[class*="highlighted-black"] h3 {
    color: #e7dd17; }

.block h2, .block h3, .selectblock h2, .selectblock h3 {
  margin-bottom: 0.25em; }

.block p:last-of-type, .selectblock p:last-of-type {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  line-height: 1.5rem; }

.block a, .selectblock a {
  text-transform: uppercase;
  white-space: nowrap; }
  .block a:link, .block a:visited, .selectblock a:link, .selectblock a:visited {
    font-weight: bold;
    text-decoration: none; }
  .block a:hover, .block a:active, .block a:focus, .selectblock a:hover, .selectblock a:active, .selectblock a:focus {
    text-decoration: underline; }
  .block a [href^="mailto:"]:link, .block a [href^="mailto:"]:visited, .selectblock a [href^="mailto:"]:link, .selectblock a [href^="mailto:"]:visited {
    text-decoration: underline; }
  .block a [href^="mailto:"]:hover, .block a [href^="mailto:"]:active, .block a [href^="mailto:"]:focus, .selectblock a [href^="mailto:"]:hover, .selectblock a [href^="mailto:"]:active, .selectblock a [href^="mailto:"]:focus {
    text-decoration: none; }

.block.teaser-blok, .selectblock.teaser-blok {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 48em) {
    .block.teaser-blok, .selectblock.teaser-blok {
      margin-bottom: 3rem; } }
  .block.teaser-blok > div, .selectblock.teaser-blok > div {
    width: calc(100% - 120px);
    padding-left: 1rem;
    min-height: 100%;
    order: 1;
    position: relative; }
    .block.teaser-blok > div a, .block.teaser-blok > div .content-wrap, .selectblock.teaser-blok > div a, .selectblock.teaser-blok > div .content-wrap {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .block.teaser-blok img, .selectblock.teaser-blok img {
    float: left;
    max-width: 100px;
    border-radius: 50%;
    max-width: 95px;
    max-height: 95px;
    order: 0; }
    @media only screen and (min-width: 30.0625em) {
      .block.teaser-blok img, .selectblock.teaser-blok img {
        max-width: 120px;
        max-height: 120px; } }
    @media only screen and (min-width: 60em) {
      .block.teaser-blok img, .selectblock.teaser-blok img {
        max-width: 100px;
        max-height: 100px;
        margin: 1rem 0; } }
    @media only screen and (min-width: 80em) {
      .block.teaser-blok img, .selectblock.teaser-blok img {
        max-width: 120px;
        max-height: 120px;
        margin: 0; } }
  .block.teaser-blok p, .selectblock.teaser-blok p {
    font-size: 1rem;
    line-height: 1.5rem; }
  .block.teaser-blok h2, .block.teaser-blok h3, .selectblock.teaser-blok h2, .selectblock.teaser-blok h3 {
    font-size: 0.9375rem;
    line-height: 1.40625rem; }
  .block.teaser-blok a, .selectblock.teaser-blok a {
    white-space: normal;
    font-weight: normal;
    text-transform: none; }

.info-block, .quote-block, .freecontent-block {
  padding: 3rem 0; }
  .info-block .alpha, .quote-block .alpha, .freecontent-block .alpha {
    color: #e7dd17;
    margin-bottom: 0; }
  .info-block .info-block-text, .quote-block .info-block-text, .freecontent-block .info-block-text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    max-width: 45rem;
    margin: 0 auto; }
  .info-block.black, .quote-block.black, .freecontent-block.black {
    background-color: #111;
    color: #fff; }
  .info-block.yellow, .quote-block.yellow, .freecontent-block.yellow {
    background-color: #e7dd17;
    color: #111; }
  .info-block .btn, .info-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .info-block .cc-allow, .quote-block .btn, .quote-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .cc-allow, .freecontent-block .btn, .freecontent-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .freecontent-block .cc-allow {
    float: none;
    display: inline-block; }

.quote-block .btn, .quote-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .cc-allow {
  padding: 0.45rem 2rem; }
  .quote-block .btn:hover, .quote-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .cc-allow:hover, .quote-block .btn:active, .quote-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .cc-allow:active, .quote-block .btn:focus, .quote-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .cc-allow:focus {
    border: 2px solid #111; }

.quote-block h1, .quote-block h2, .quote-block .alpha {
  color: #111; }

.quote-block .citee {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: bold; }
  .quote-block .citee span {
    text-transform: none;
    font-weight: normal; }

.quote-block .quote {
  font-size: 1.5rem;
  line-height: 2.025rem;
  font-weight: 400;
  max-width: 40rem;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 37.5em) {
    .quote-block .quote {
      font-size: 2rem;
      line-height: 2.7rem; } }

.quote-block .block-image {
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .quote-block .block-image {
      min-height: 1px;
      margin-top: 0.25rem;
      display: block;
      float: left;
      width: 32%; } }
  @media only screen and (min-width: 37.5em) {
    .quote-block .block-image + .block-text-wrap {
      padding-left: 2.5rem;
      float: left;
      width: 66%;
      margin: 0; } }
  @media only screen and (min-width: 80em) {
    .quote-block .block-image + .block-text-wrap {
      padding-left: 3.5rem; } }
  @media only screen and (min-width: 87.5em) {
    .quote-block .block-image + .block-text-wrap {
      padding-left: 4.5rem; } }
  .quote-block .block-image + .block-text-wrap .quote, .quote-block .block-image + .block-text-wrap .citee {
    text-align: left;
    margin: 0; }
  .quote-block .block-image + .block-text-wrap .btn, .quote-block .block-image + .block-text-wrap div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .quote-block .block-image + .block-text-wrap .cc-allow {
    float: left; }
  .quote-block .block-image + .block-text-wrap .info-block-text {
    margin: 0 0 2rem 0; }

.freecontent-block .btn, .freecontent-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .freecontent-block .cc-allow {
  padding: 0.45rem 2.5rem; }

.freecontent-block .block-image {
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .freecontent-block .block-image {
      min-height: 1px;
      margin-top: 0.25rem;
      display: block;
      float: right;
      width: 33%; } }
  @media only screen and (min-width: 37.5em) {
    .freecontent-block .block-image + .block-text-wrap {
      padding-right: 2.5rem;
      float: left;
      width: 66%;
      margin: 0; } }
  @media only screen and (min-width: 37.5em) and (min-width: 80em) {
    .freecontent-block .block-image + .block-text-wrap {
      padding-right: 3.5rem; } }
  @media only screen and (min-width: 37.5em) and (min-width: 87.5em) {
    .freecontent-block .block-image + .block-text-wrap {
      padding-right: 4.5rem; } }
  .freecontent-block .block-image + .block-text-wrap .btn, .freecontent-block .block-image + .block-text-wrap div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .freecontent-block .block-image + .block-text-wrap .cc-allow {
    float: left; }
  .freecontent-block .block-image + .block-text-wrap .info-block-text {
    margin: 0 0 2rem 0; }

@media only screen and (min-width: 60em) {
  .freecontent-block .info-block-text p {
    font-size: 1.125rem;
    line-height: 1.6875rem; } }

.selectheading {
  display: none; }

.pagination ul {
  Overflow: hidden;
  display: block;
  margin: 0 0 2.5rem;
  padding: 0; }

.pagination ul li {
  margin-right: 0.625rem;
  float: left;
  list-style-type: none; }

.pagination ul li.active {
  background-color: #111; }
  .pagination ul li.active a {
    font-weight: bold;
    color: #e7dd17; }
    .pagination ul li.active a:hover, .pagination ul li.active a:active, .pagination ul li.active a:focus {
      background-color: #fff;
      color: #111; }

.pagination ul li a {
  border: 1px solid #111;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.25rem 0.75rem;
  min-width: 2rem;
  color: #111; }
  .pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus {
    background-color: #e7dd17;
    color: #111; }

.onderwijs .introduction {
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin: 0.5rem auto 3rem; }
  @media only screen and (min-width: 37.5em) {
    .onderwijs .introduction {
      font-size: 1.25rem;
      line-height: 1.875rem;
      max-width: 62rem;
      margin: 0.5rem auto 2.5rem; } }

.categories {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  overflow: hidden; }
  .categories li {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      .categories li {
        width: 49%;
        margin-right: 2%; }
        .categories li:last-child {
          margin-right: 0; } }
    @media only screen and (min-width: 60em) {
      .categories li {
        width: 23.5%;
        margin-right: 2%; }
        .categories li:last-child {
          margin-right: 0; } }
    @media only screen and (min-width: 30.0625em) {
      .categories li:nth-child(2n + 2) {
        margin-right: 0; } }
    @media only screen and (min-width: 60em) {
      .categories li:nth-child(2n + 2) {
        margin-right: 2%; } }
    @media only screen and (min-width: 60em) {
      .categories li:nth-child(4n + 4) {
        margin-right: 0; } }
    .categories li > a {
      position: relative;
      display: block; }
      .categories li > a:link, .categories li > a:visited {
        text-decoration: none; }
      .categories li > a:hover, .categories li > a:active, .categories li > a:focus {
        text-decoration: none; }
  .categories h2 {
    margin-bottom: 0;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.375rem;
    line-height: 2.0625rem;
    border-top: 3px solid #111;
    border-bottom: 3px solid #111; }
  .categories img {
    display: block; }
  .categories .category-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    margin-bottom: 0;
    opacity: 0.9;
    background-color: #fff;
    padding: 0.25rem;
    margin: 0 2%; }
    @media only screen and (min-width: 60em) {
      .categories .category-intro {
        height: 0;
        overflow: hidden;
        padding: 0; } }

.repeatableblock-collection {
  margin-bottom: 3rem; }
  @media only screen and (min-width: 30.0625em) {
    .repeatableblock-collection {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; } }

.repeatableblock {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background-color: #f4f4f4;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 30.0625em) {
    .repeatableblock {
      flex: 0 0 49%;
      margin-right: 1%; } }
  @media only screen and (min-width: 37.5em) {
    .repeatableblock {
      flex: 0 0 31%; } }
  @media only screen and (min-width: 30.0625em) {
    .homepage .repeatableblock, .onderwijs .repeatableblock {
      flex: 0 0 49%;
      margin-right: 1%;
      margin-bottom: 1%; } }
  @media only screen and (min-width: 37.5em) {
    .homepage .repeatableblock, .onderwijs .repeatableblock {
      flex: 0 0 31%; } }
  @media only screen and (min-width: 60em) {
    .homepage .repeatableblock, .onderwijs .repeatableblock {
      flex: 0 0 24%; } }
  .repeatableblock .repeatableblock-title {
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem; }
  .repeatableblock .repeatableblock-subtitle {
    display: inline-block;
    overflow: hidden; }
  .repeatableblock .repeatableblock-titlewrap {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0.625rem;
    background-color: #111;
    color: #fff;
    z-index: 2; }
    .repeatableblock .repeatableblock-titlewrap .repeatableblock-subtitle {
      color: #111; }
  .repeatableblock img {
    transition: 500ms all; }
  .repeatableblock a {
    display: block;
    height: 100%; }
    .repeatableblock a:hover .repeatableblock-titlewrap, .repeatableblock a:active .repeatableblock-titlewrap, .repeatableblock a:focus .repeatableblock-titlewrap {
      background-color: #e7dd17;
      color: #111;
      height: auto !important; }
    .repeatableblock a:hover .repeatableblock-title, .repeatableblock a:active .repeatableblock-title, .repeatableblock a:focus .repeatableblock-title {
      color: #111; }
    .repeatableblock a:hover img, .repeatableblock a:active img, .repeatableblock a:focus img {
      transform: scale(1.05); }

.photo-gallery.gallery-carousel .gallery .cycle-slide img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover; }

.photo-gallery.gallery-carousel .gallery {
  position: relative; }

.photo-gallery.gallery-carousel .gallery figure.cycle-slide {
  margin-bottom: 0; }

.photo-gallery.gallery-carousel .gallery .cycle-pager {
  width: fit-content;
  height: fit-content;
  display: none;
  position: absolute;
  bottom: 0;
  top: initial;
  margin-bottom: 1em;
  left: 50%;
  transform: translateX(-50%); }

@media only screen and (min-width: 37.5em) {
  .photo-gallery.gallery-carousel .gallery .cycle-pager {
    display: block; } }

.homepage .gallery-carousel .inner-wrap, .homepage .gallery-carousel details > *:not(summary), .onderwijs .gallery-carousel .inner-wrap, .onderwijs .gallery-carousel details > *:not(summary) {
  padding-bottom: 0; }

.homepage .gallery-carousel .find-courses, .homepage .gallery-carousel .view-agenda, .onderwijs .gallery-carousel .find-courses, .onderwijs .gallery-carousel .view-agenda {
  position: absolute;
  padding-bottom: 0;
  bottom: 0;
  width: 100%; }
  .homepage .gallery-carousel .find-courses .btn.btn-arrow, .homepage .gallery-carousel .find-courses div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .homepage .gallery-carousel .find-courses .btn-arrow.cc-allow, .homepage .gallery-carousel .view-agenda .btn.btn-arrow, .homepage .gallery-carousel .view-agenda div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .homepage .gallery-carousel .view-agenda .btn-arrow.cc-allow, .onderwijs .gallery-carousel .find-courses .btn.btn-arrow, .onderwijs .gallery-carousel .find-courses div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .onderwijs .gallery-carousel .find-courses .btn-arrow.cc-allow, .onderwijs .gallery-carousel .view-agenda .btn.btn-arrow, .onderwijs .gallery-carousel .view-agenda div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .onderwijs .gallery-carousel .view-agenda .btn-arrow.cc-allow {
    padding-left: 15px; }
  @media only screen and (min-width: 37.5em) {
    .homepage .gallery-carousel .find-courses a, .homepage .gallery-carousel .view-agenda a, .onderwijs .gallery-carousel .find-courses a, .onderwijs .gallery-carousel .view-agenda a {
      font-size: 1.25rem;
      line-height: 1.875rem; }
      .homepage .gallery-carousel .find-courses a:after, .homepage .gallery-carousel .view-agenda a:after, .onderwijs .gallery-carousel .find-courses a:after, .onderwijs .gallery-carousel .view-agenda a:after {
        top: 1rem; } }

.onderwijs .kennis-heading.listing-block {
  padding-bottom: 0; }

.onderwijs .kennis-heading .btn, .onderwijs .kennis-heading div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .onderwijs .kennis-heading .cc-allow {
  height: 100%;
  min-height: 3rem;
  display: flex;
  align-items: center;
  width: 100%; }
  .onderwijs .kennis-heading .btn span, .onderwijs .kennis-heading div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow span, div[aria-label="cookieconsent"].cc-window .cc-compliance .onderwijs .kennis-heading .cc-allow span {
    max-width: fit-content; }
  .onderwijs .kennis-heading .btn.btn-arrow::after, .onderwijs .kennis-heading div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow::after, div[aria-label="cookieconsent"].cc-window .cc-compliance .onderwijs .kennis-heading .btn-arrow.cc-allow::after {
    top: auto; }

.onderwijs .kennis-container {
  display: grid; }
  @media only screen and (min-width: 37.5em) {
    .onderwijs .kennis-container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 50px 1fr;
      grid-gap: 20px;
      row-gap: 40px; } }
  @media only screen and (min-width: 60em) {
    .onderwijs .kennis-container {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 50px 1fr 1fr;
      grid-gap: 20px;
      row-gap: 40px; } }

.onderwijs .kennis-item {
  display: flex;
  flex-direction: column;
  margin-top: 1rem; }
  .onderwijs .kennis-item h3 {
    margin-bottom: 1rem;
    min-height: 2.8rem; }
  .onderwijs .kennis-item img {
    transition: all .2s ease;
    vertical-align: middle;
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .onderwijs .kennis-item:hover img {
    transform: scale(1.05); }
  .onderwijs .kennis-item .kennis-cta {
    position: absolute;
    right: 0;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px; }
    .onderwijs .kennis-item .kennis-cta a {
      text-decoration: none; }
    .onderwijs .kennis-item .kennis-cta .tag {
      padding: 0.2rem .5rem;
      border-radius: 0.5rem;
      font-size: .7rem;
      color: white;
      margin-right: 1rem; }
      .onderwijs .kennis-item .kennis-cta .tag.tag-nieuws {
        background: #46b47d; }
      .onderwijs .kennis-item .kennis-cta .tag.tag-agenda {
        background: #191446; }

.onderwijs .kennis-image-container {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative; }

.btn.btn-arrow, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow {
  max-width: 300px;
  text-align: left;
  background-color: #e7dd17;
  color: #111;
  border: none;
  position: relative;
  padding: 0.53rem 2.5rem; }
  @media only screen and (min-width: 37.5em) {
    .btn.btn-arrow, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow {
      text-align: center; } }
  .btn.btn-arrow:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:hover, .btn.btn-arrow:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:active, .btn.btn-arrow:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:focus {
    background-color: #111;
    color: #e7dd17; }
    .btn.btn-arrow:hover:after, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:hover:after, .btn.btn-arrow:active:after, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:active:after, .btn.btn-arrow:focus:after, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:focus:after {
      border-right: 2px solid #e7dd17;
      border-top: 2px solid #e7dd17;
      animation-duration: 0.4s;
      animation-name: buttonarrowpulseyellowblack;
      animation-iteration-count: infinite;
      animation-direction: alternate; }
  .btn.btn-arrow span, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow span {
    max-width: 155px;
    display: block; }
    @media only screen and (min-width: 37.5em) {
      .btn.btn-arrow span, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow span {
        max-width: none; } }
  .btn.btn-arrow:after, div[aria-label="cookieconsent"].cc-window .cc-compliance .btn-arrow.cc-allow:after {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    border-right: 2px solid #111;
    border-top: 2px solid #111;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    transform: rotate(45deg); }

.color-geel {
  background-color: #e7dd17 !important; }

.color-zwart {
  background-color: #111 !important; }

.color-paars {
  background-color: #5F2E7F !important; }

.color-roze {
  background-color: #D83E96 !important; }

.color-groen {
  background-color: #46b47d !important; }

.color-blauw {
  background-color: #191446 !important; }

.color-paars-lichte {
  background-color: #522C71 !important; }

.color-blauw-lichte {
  background-color: #0092CF !important; }

.color-rood {
  background-color: #B61A1D !important; }

.text-geel {
  color: #e7dd17 !important; }

.text-zwart {
  color: #111 !important; }

.text-paars {
  color: #5F2E7F !important; }

.text-roze {
  color: #D83E96 !important; }

.text-groen {
  color: #46b47d !important; }

.text-blauw {
  color: #191446 !important; }

.text-paars-lichte {
  color: #522C71 !important; }

.text-blauw-lichte {
  color: #0092CF !important; }

.text-rood {
  color: #B61A1D !important; }

.action-blocks .action-block {
  margin: 0 auto;
  color: #fff; }
  .action-blocks .action-block h2 {
    color: white; }
  .action-blocks .action-block.color-geel {
    background-color: #e7dd17; }
  .action-blocks .action-block.color-zwart {
    background-color: #111; }
  .action-blocks .action-block.color-paars {
    background-color: #5F2E7F; }
  .action-blocks .action-block.color-roze {
    background-color: #D83E96; }
  .action-blocks .action-block.color-groen {
    background-color: #46b47d; }
  .action-blocks .action-block.color-blauw {
    background-color: #191446; }
  @media only screen and (min-width: 37.5em) {
    .action-blocks .action-block:nth-child(2n) .action-block-wrap {
      flex-direction: row-reverse; }
    .action-blocks .action-block:nth-child(2n) .action-block-content > * {
      float: right;
      text-align: right; } }
  .action-blocks .action-block .action-block-wrap {
    padding: 0;
    display: flex;
    flex-direction: column; }
    .action-blocks .action-block .action-block-wrap > div {
      flex: 1;
      position: relative;
      overflow: hidden; }
    .action-blocks .action-block .action-block-wrap img {
      object-fit: cover;
      min-width: 100%;
      min-height: 100%;
      max-height: 400px; }
      @media only screen and (max-width: 47.9375em) {
        .action-blocks .action-block .action-block-wrap img {
          height: auto; } }
    .action-blocks .action-block .action-block-wrap .action-block-content-wrap {
      display: flex;
      padding-bottom: 32px;
      padding-top: 32px; }
    .action-blocks .action-block .action-block-wrap .action-block-content > * {
      max-width: 80%;
      margin-left: 32px;
      margin-right: 32px; }
    .action-blocks .action-block .action-block-wrap .action-block-content a:not(.btn) {
      color: #e7dd17; }
    @media only screen and (min-width: 48em) {
      .action-blocks .action-block .action-block-wrap .action-block-content:last-child {
        margin-top: auto;
        margin-bottom: auto; } }
    @media only screen and (min-width: 37.5em) {
      .action-blocks .action-block .action-block-wrap {
        flex-direction: row; }
        .action-blocks .action-block .action-block-wrap .action-block-content-wrap {
          min-height: 25rem; } }
  .action-blocks .action-block .btn, .action-blocks .action-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .action-blocks .action-block .cc-allow {
    margin-top: 2rem; }
  .action-blocks .action-block .btn.inverted:hover, .action-blocks .action-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .action-blocks .action-block .cc-allow:hover, .action-blocks .action-block .btn.inverted:active, .action-blocks .action-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:active, div[aria-label="cookieconsent"].cc-window .cc-compliance .action-blocks .action-block .cc-allow:active, .action-blocks .action-block .btn.inverted:focus, .action-blocks .action-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow:focus, div[aria-label="cookieconsent"].cc-window .cc-compliance .action-blocks .action-block .cc-allow:focus {
    color: #fff;
    border-color: #fff; }

details {
  margin-bottom: 1px; }
  details summary {
    width: 100%;
    background: #e7dd17;
    padding: 0.75rem;
    outline: none; }
    details summary h1, details summary h2, details summary h3, details summary h4, details summary h5, details summary h6 {
      display: inline; }

.course-information-block {
  overflow: visible;
  position: relative; }
  @media only screen and (min-width: 37.5em) {
    .course-information-block {
      width: 65%; } }
  .course-information-block tr {
    position: relative;
    border-bottom: 1px solid #111; }
    .course-information-block tr td {
      padding: 0.1rem 1rem 0.1rem 0;
      vertical-align: top;
      font-size: 0.875rem;
      line-height: 1.3125rem; }
      @media only screen and (min-width: 37.5em) {
        .course-information-block tr td {
          position: relative; } }
      .course-information-block tr td:first-child {
        width: 160px;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        text-transform: uppercase;
        max-width: 160px; }
        @media only screen and (min-width: 48em) {
          .course-information-block tr td:first-child {
            padding-left: 0.9375rem; } }
      .course-information-block tr td:first-child + td, .course-information-block tr td:last-child {
        padding-right: 1rem; }
        @media only screen and (min-width: 48em) {
          .course-information-block tr td:first-child + td, .course-information-block tr td:last-child {
            padding-right: 3rem; } }
  .course-information-block .explanation p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 0; }
  .js .course-information-block .explanation {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #111;
    color: #fff;
    padding: 1rem;
    display: none;
    max-width: 340px;
    z-index: 1; }
    @media only screen and (min-width: 48em) {
      .js .course-information-block .explanation {
        right: -4rem;
        top: 0.25rem; } }
  .course-information-block .explanation button.btn-close {
    background-color: transparent;
    border: 0;
    color: #e7dd17;
    background-color: #111;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    position: absolute;
    display: none;
    font-weight: normal;
    text-transform: none;
    padding: 0 0.4rem; }
    .js .course-information-block .explanation button.btn-close {
      display: block; }
    .course-information-block .explanation button.btn-close:hover, .course-information-block .explanation button.btn-close:active, .course-information-block .explanation button.btn-close:focus {
      background-color: #e7dd17;
      border: 0;
      color: #111; }
  .course-information-block .explanation a:link, .course-information-block .explanation a:visited {
    color: #e7dd17; }
  .course-information-block .explanation a:hover, .course-information-block .explanation a:active, .course-information-block .explanation a:focus {
    color: #fff; }

.course-signup-block {
  background-color: #e7dd17;
  padding: 0.8rem 1.125rem 0.25rem;
  margin: 0 -0.625rem;
  width: calc(100% + 1.25rem); }
  @media only screen and (min-width: 48em) {
    .course-signup-block {
      margin: 0 -1.125rem;
      width: calc(100% + 2.25rem); } }
  @media only screen and (min-width: 60em) {
    .course-signup-block {
      margin: 0 0 2.5rem;
      width: 100%; } }
  .course-signup-block h2 {
    margin-bottom: 0.35rem; }

.course-navision-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .course-navision-list > li {
    border-top: 4px solid #111;
    padding: 0.625rem 0 0.85rem; }
  .course-navision-list h3 {
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.26562rem; }
  .course-navision-list .btn, .course-navision-list div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .course-navision-list .cc-allow {
    float: right; }

.navisionitem-info, .courseitem-info {
  margin-bottom: 0;
  list-style: none;
  margin: 0 0 0.95rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem; }
  @media only screen and (min-width: 48em) {
    .navisionitem-info, .courseitem-info {
      padding-right: 0; } }
  .navisionitem-info li, .courseitem-info li {
    position: relative;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
    float: left; }
    .navisionitem-info li:after, .courseitem-info li:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0.2rem;
      height: 1rem;
      border-right: 2px solid #111; }

.course-trial-block .btn, .course-trial-block div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .course-trial-block .cc-allow {
  width: 100%; }

.course-related-courses {
  max-width: 50rem; }
  @media only screen and (min-width: 60em) {
    .course-related-courses {
      width: 66%; } }
  .course-related-courses h2 {
    padding-bottom: 0.625rem;
    margin-bottom: 0.25rem;
    border-bottom: 4px solid #111; }

.courses, .courses-related {
  padding: 0;
  margin: 0 0 2.5rem;
  list-style: none; }
  .courses h2, .courses h3.beta, .courses-related h2, .courses-related h3.beta {
    margin-bottom: 0.25rem; }
    .courses h2 a:link, .courses h2 a:visited, .courses h3.beta a:link, .courses h3.beta a:visited, .courses-related h2 a:link, .courses-related h2 a:visited, .courses-related h3.beta a:link, .courses-related h3.beta a:visited {
      text-decoration: none;
      border-bottom: 1px solid #fff; }
    .courses h2 a:hover, .courses h2 a:active, .courses h2 a:focus, .courses h3.beta a:hover, .courses h3.beta a:active, .courses h3.beta a:focus, .courses-related h2 a:hover, .courses-related h2 a:active, .courses-related h2 a:focus, .courses-related h3.beta a:hover, .courses-related h3.beta a:active, .courses-related h3.beta a:focus {
      text-decoration: none;
      border-bottom: 1px solid currentColor; }

.courses > .grid-item {
  border-bottom: 4px solid #111;
  padding-top: 1rem;
  width: 100%; }

.courses > .grid-item:last-child {
  margin-bottom: 1.5rem; }

.courses .alternative-search {
  display: none; }

.no-results-information {
  display: none;
  margin-top: 2rem; }
  .no-results .no-results-information {
    font-style: italic; }

.courses-filter-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: auto; }
  .courses-filter-block .btn-submit {
    margin-right: 1rem;
    display: none; }
  .courses-filter-block .submit-wrap {
    height: fit-content;
    margin-bottom: 1.47rem; }

.courses-selectfilter-block {
  margin-bottom: 0; }
  @media only screen and (min-width: 60em) {
    .courses-selectfilter-block {
      display: flex;
      align-items: flex-start;
      position: relative; } }

.courses-results-wrap {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 48em) {
    .courses-results-wrap {
      flex-direction: row; } }

.courses-filter-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1; }
  @media only screen and (min-width: 48em) {
    .courses-filter-categories {
      flex-direction: column; } }

.courses-wrap {
  width: auto;
  flex: 3; }

.courses-filter-wrap {
  display: flex;
  flex-direction: column; }
  .courses-filter-wrap h2 {
    margin-bottom: 0.625rem; }
  @media only screen and (max-width: 37.5em) {
    .courses-filter-wrap > .courses-filter {
      margin-bottom: 0.5rem; } }
  @media only screen and (min-width: 37.5em) {
    .courses-filter-wrap {
      flex-direction: row;
      align-items: center; } }
  .courses-filter-wrap .courses-filter-search {
    flex: 2; }
  .courses-filter-wrap .courses-filter-leeftijdscategorie {
    flex: 1; }

.courses-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  width: 50%;
  float: left;
  padding-right: 0.25rem; }
  .courses-filter.courses-filter-leeftijdscategorie {
    width: 100%; }
  @media only screen and (min-width: 30.0625em) {
    .courses-filter {
      padding-right: 0.5rem; } }
  @media only screen and (min-width: 37.5em) {
    .courses-filter {
      padding-right: 0.5rem; } }
  @media only screen and (min-width: 48em) {
    .courses-filter {
      padding-right: 1rem;
      width: 100%; } }
  @media only screen and (min-width: 80em) {
    .courses-filter {
      padding-right: 1.5rem; } }
  .courses-filter .selectBox {
    padding-right: 0;
    /* !important because overwrite inline sdtyles set by jquery selectbox */
    width: 100% !important;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 30.0625em) {
      .courses-filter .selectBox:nth-child(4n) {
        margin-right: 0; } }
    @media only screen and (min-width: 37.5em) {
      .courses-filter .selectBox:nth-child(4n) {
        margin-right: 1%; } }
    @media only screen and (min-width: 37.5em) {
      .courses-filter .selectBox:nth-last-child(2) {
        margin-right: 0; } }
    @media only screen and (min-width: 60em) {
      .courses-filter .selectBox:nth-last-child(2) {
        margin-right: 1%; } }
  @media only screen and (min-width: 37.5em) {
    .courses-selectfilter-block .courses-filter {
      padding-right: 0; } }
  .courses-filter.courses-filter-search {
    width: 100%; }
    @media only screen and (min-width: 30.0625em) {
      .courses-filter.courses-filter-search {
        width: 66%;
        max-width: 600px; } }
    @media only screen and (min-width: 37.5em) {
      .courses-filter.courses-filter-search {
        width: 100%;
        max-width: none; } }
    .courses-selectfilter-block .courses-filter.courses-filter-search {
      width: 100%; }
      @media only screen and (min-width: 60em) {
        .courses-selectfilter-block .courses-filter.courses-filter-search {
          width: 36%;
          margin-bottom: 3rem; } }
      @media only screen and (min-width: 60em) {
        .courses-selectfilter-block .courses-filter.courses-filter-search label {
          border: 0 !important;
          clip: rect(1px, 1px, 1px, 1px) !important;
          -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
          height: 1px !important;
          overflow: hidden !important;
          padding: 0 !important;
          position: absolute !important;
          width: 1px !important;
          white-space: nowrap !important; } }
    .courses-filter.courses-filter-search input {
      line-height: 1.65; }
  .courses-filter li {
    border-bottom: 1px solid #111; }
    .courses-filter li:first-child {
      border-bottom: 3px solid #111; }
  .courses-filter label.filter-type {
    border-bottom: 3px solid #111;
    margin-bottom: 0.75rem;
    cursor: default; }
  .courses-filter input[type="checkbox"], .courses-filter button.filter-option {
    width: auto;
    max-width: none;
    margin: 0;
    float: left;
    background-color: #e7dd17; }
  .courses-filter label[for="free-search"] {
    margin-bottom: 0; }
  .courses-filter .courses-filter-search input {
    line-height: 1.8; }
  .courses-filter label:not([for="free-search"]) {
    transition: all 350ms linear;
    padding: 0.15rem 0.625rem;
    text-transform: lowercase;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    transition: all 150ms linear; }
    .courses-filter label:not([for="free-search"]):hover {
      background-color: #e7dd17; }
    .courses-filter label:not([for="free-search"]):active {
      position: relative;
      left: 1px;
      top: 1px; }
    .courses-filter label:not([for="free-search"]):active, .courses-filter label:not([for="free-search"]):focus {
      background-color: #fff; }
  .courses-filter input[disabled="disabled"] + label:hover, .courses-filter input[disabled="disabled"] + label:focus {
    background-color: #fff; }
  .courses-filter input[type="checkbox"]:checked + label {
    background-color: #e7dd17;
    position: relative; }
    .courses-filter input[type="checkbox"]:checked + label:after {
      content: '\2714';
      position: absolute;
      top: 0rem;
      right: 0.5rem;
      font-size: 1.35rem;
      line-height: 2.025rem;
      font-family: arial;
      line-height: 1;
      font-weight: normal;
      top: 1px; }
  .courses-filter input[disabled="disabled"] + label {
    opacity: 0.5;
    cursor: default; }
  .courses-filter .filter-type {
    padding: 0.15rem 0.625rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: bold;
    display: block; }
  .courses-filter input[type="submit"] {
    max-width: 300px; }
  .courses-filter button[type="submit"] {
    max-width: 300px;
    text-align: left;
    background-color: #e7dd17;
    color: #111;
    border: none;
    position: relative;
    padding: 0.53rem 2.5rem; }
    @media only screen and (min-width: 37.5em) {
      .courses-filter button[type="submit"] {
        text-align: center; } }
    .courses-filter button[type="submit"]:hover, .courses-filter button[type="submit"]:active, .courses-filter button[type="submit"]:focus {
      background-color: #111;
      color: #e7dd17; }
      .courses-filter button[type="submit"]:hover:after, .courses-filter button[type="submit"]:active:after, .courses-filter button[type="submit"]:focus:after {
        border-right: 2px solid #e7dd17;
        border-top: 2px solid #e7dd17;
        animation-duration: 0.4s;
        animation-name: buttonarrowpulseyellowblack;
        animation-iteration-count: infinite;
        animation-direction: alternate; }
    .courses-filter button[type="submit"] span {
      max-width: 155px;
      display: block; }
      @media only screen and (min-width: 37.5em) {
        .courses-filter button[type="submit"] span {
          max-width: none; } }
    .courses-filter button[type="submit"]:after {
      content: "";
      width: 0.9375rem;
      height: 0.9375rem;
      border-right: 2px solid #111;
      border-top: 2px solid #111;
      position: absolute;
      right: 1rem;
      top: 0.75rem;
      transform: rotate(45deg); }
      .homepage .courses-filter button[type="submit"]:after {
        top: 1.25rem; }
        @media only screen and (min-width: 37.5em) {
          .homepage .courses-filter button[type="submit"]:after {
            top: 0.75rem; } }
    .courses-selectfilter-block .courses-filter button[type="submit"] {
      max-width: none;
      width: 100%; }
      @media only screen and (min-width: 30.0625em) {
        .courses-selectfilter-block .courses-filter button[type="submit"] {
          float: right;
          width: 49%; } }
      @media only screen and (min-width: 37.5em) {
        .courses-selectfilter-block .courses-filter button[type="submit"] {
          padding: 0.53rem 1rem;
          width: 49.25; } }
      @media only screen and (min-width: 60em) {
        .courses-selectfilter-block .courses-filter button[type="submit"] {
          width: 100%;
          float: none;
          position: absolute;
          width: auto;
          left: 0rem;
          top: 3.4rem;
          padding-right: 2.5rem;
          padding: 0.6rem 2.5rem 0.6rem 1rem; } }
  .courses-filter input.free-search {
    box-sizing: border-box;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 37.5em) {
      .courses-filter input.free-search {
        float: left;
        width: 50%;
        margin-right: 0.5rem; } }
    @media only screen and (min-width: 37.5em) {
      .courses-selectfilter-block .courses-filter input.free-search {
        width: 49.5%;
        margin-right: 0; } }
    @media only screen and (min-width: 60em) {
      .courses-selectfilter-block .courses-filter input.free-search {
        width: 100%;
        padding: 0.47rem 0.5rem; } }

#filter-display {
  display: none; }

.course-listing > li {
  margin-bottom: 1rem; }
  .course-listing > li:first-child {
    margin-top: 0.625rem; }

.course-listing .courseitem-info li {
  margin-bottom: 0;
  display: inline-block;
  float: none; }

.course-listing .item-cursus {
  border-bottom: 2px solid #111; }

.course-listing h3 {
  margin-bottom: 0.125rem; }

.cursussen .repeatableblock-collection {
  overflow: hidden; }

.cursussen .repeatableblock {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .cursussen .repeatableblock {
      width: 48%; } }
  @media only screen and (min-width: 68.75em) {
    .cursussen .repeatableblock {
      width: 32%; } }
  .cursussen .repeatableblock img {
    display: block;
    width: 100%; }
  .cursussen .repeatableblock .repeatableblock-titlewrap {
    position: static;
    height: 180px; }
    @media only screen and (min-width: 48em) {
      .cursussen .repeatableblock .repeatableblock-titlewrap {
        height: 210px; } }
    @media only screen and (min-width: 80em) {
      .cursussen .repeatableblock .repeatableblock-titlewrap {
        height: 180px; } }
    .cursussen .repeatableblock .repeatableblock-titlewrap .repeatableblock-title {
      text-align: left;
      font-size: 0.875rem; }
    .cursussen .repeatableblock .repeatableblock-titlewrap .courseitem-info, .cursussen .repeatableblock .repeatableblock-titlewrap .repeatableblock-title, .cursussen .repeatableblock .repeatableblock-titlewrap a:not(.btn) {
      color: #111; }
  .cursussen .repeatableblock .courseitem-info {
    text-align: left; }
    .cursussen .repeatableblock .courseitem-info span {
      border-right: 2px solid #111;
      padding-right: .625rem;
      margin-right: .625rem; }
  .cursussen .repeatableblock .courseitem-info a {
    display: inline; }
  .cursussen .repeatableblock a {
    height: auto; }
  .cursussen .repeatableblock a.btn, .cursussen .repeatableblock div[aria-label="cookieconsent"].cc-window .cc-compliance a.cc-allow, div[aria-label="cookieconsent"].cc-window .cc-compliance .cursussen .repeatableblock a.cc-allow {
    position: absolute;
    bottom: 4%;
    right: 4%;
    color: transparent; }
    .cursussen .repeatableblock a.btn:hover, .cursussen .repeatableblock div[aria-label="cookieconsent"].cc-window .cc-compliance a.cc-allow:hover, div[aria-label="cookieconsent"].cc-window .cc-compliance .cursussen .repeatableblock a.cc-allow:hover {
      color: #111 !important;
      border-color: #111; }

@media only screen and (min-width: 48em) {
  .cursussen .cursussen-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; } }

.cursussen .cursussen-footer .selectblocks-wrap {
  min-width: 35%; }

@media only screen and (min-width: 37.5em) {
  footer .block-social-menu {
    float: right; } }

.block-social-menu > span {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-right: 0.625rem; }

.menu-social {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 37.5em) {
    .menu-social {
      float: right; } }
  @media only screen and (min-width: 37.5em) {
    footer .menu-social {
      float: left; } }
  .menu-social li {
    float: left;
    margin-right: 0.25rem;
    overflow: hidden; }
  .menu-social a {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/sprite-social.png");
    background-size: 100px 1000px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999px; }
    .menu-social a span {
      text-indent: -999px; }
    .menu-social a.twitter {
      background-position: 0 -299px; }
      .menu-social a.twitter:hover, .menu-social a.twitter:active, .menu-social a.twitter:focus {
        opacity: 0.6; }
      .footer-block .menu-social a.twitter {
        background-position: 0 1px; }
    .menu-social a.instagram {
      background-position: 0 -499px; }
      .menu-social a.instagram:hover, .menu-social a.instagram:active, .menu-social a.instagram:focus {
        opacity: 0.6; }
      .footer-block .menu-social a.instagram {
        background-position: 0 -199px; }
    .menu-social a.facebook {
      background-position: 0 -400px; }
      .menu-social a.facebook:hover, .menu-social a.facebook:active, .menu-social a.facebook:focus {
        opacity: 0.6; }
      .footer-block .menu-social a.facebook {
        background-position: 0 -100px; }
    .menu-social a.youtube {
      background-position: 0 -603px; }
      .menu-social a.youtube:hover, .menu-social a.youtube:active, .menu-social a.youtube:focus {
        opacity: 0.6; }
      .footer-block .menu-social a.youtube {
        background-position: 0 -603px; }

/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #aaa;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  cursor: default; }

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666; }
  .selectBox-dropdown:focus ul,
  .selectBox-dropdown:focus .selectBox-arrow ul {
    border-color: #666; }

.selectBox-dropdown .selectBox-label {
  padding: 8px 12px 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.40625rem; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(../img/jquery.selectBox-arrow.gif) 50% center no-repeat; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: none;
  min-height: 1em;
  border: solid 1px #666;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .selectBox-dropdown-menu li:first-child a {
    color: #aaa; }
    .homepage .selectBox-dropdown-menu li:first-child a::before {
      content: "Geen speciale "; }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  overflow: auto; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0; }

.selectBox-options LI A {
  padding: 0.625rem 0; }

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px; }

.selectBox-options.selectBox-options-bottom {
  border-top: none; }

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0.45em 0.625em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

.boltform .selectBox {
  width: 100% !important; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

div[aria-label="cookieconsent"].cc-window {
  background: #111;
  color: #fff; }
  div[aria-label="cookieconsent"].cc-window .cc-message .cc-link {
    color: #e7dd17; }
  div[aria-label="cookieconsent"].cc-window .cc-compliance .cc-deny {
    color: #fff; }

.cc-revoke {
  background: #111;
  color: #fff; }

.gallery, .cycle-slideshow {
  position: relative;
  margin-bottom: 4.5rem; }
  .gallery .slide, .gallery img, .cycle-slideshow .slide, .cycle-slideshow img {
    display: block; }
    @media only screen and (min-width: 30.0625em) {
      .gallery .slide, .gallery img, .cycle-slideshow .slide, .cycle-slideshow img {
        margin-right: 1rem; } }

.cycle-sentinel {
  display: none; }

.cycle-slideshow-pager {
  margin-bottom: 3rem; }
  .cycle-slideshow-pager img {
    cursor: pointer;
    margin-right: 0.5rem; }
  .cycle-slideshow-pager .cycle-nav {
    color: #B61A1D;
    padding: 0.25rem 0; }
    .cycle-slideshow-pager .cycle-nav:link, .cycle-slideshow-pager .cycle-nav:visited {
      text-decoration: none; }
  .cycle-slideshow-pager .slideshow-count {
    padding: 0.25rem 0;
    float: right;
    color: #aaa; }

.cycle-next, .cycle-prev {
  position: absolute;
  top: 45%;
  left: 1rem;
  display: none; }

.cycle-next {
  right: 1rem;
  left: auto; }

.cycle-pager {
  padding: 0 20px;
  position: relative;
  z-index: 2;
  width: auto;
  text-align: center;
  top: -0.55rem; }
  .cycle-pager span {
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.5rem;
    background: #e7dd17;
    border-radius: 50%;
    cursor: pointer;
    border: 6px solid transparent;
    transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
    color: transparent; }
    .cycle-pager span.cycle-pager-active {
      background: #111;
      position: relative;
      transform: scale(1.75);
      border-color: #e7dd17; }
