@charset "UTF-8";
/*!
 _________   ________   ________   _______-+-
/\* ______\ /\* ____ \ /\* ____ \ /\* ____ \
\ \ \_____/ \ \ \__/\ \\ \ \__/\ \\ \ \__/\ \
 \ \ \   ____\ \ \_\_\ \\ \ \_\_\ \\ \ \_\_\ \
  \ \ \ /\__ \\ \  __  _\\ \  __  _\\ \  __  _\
   \ \ \_/_/\ \\ \ \/\ \/_\ \ \/\ \/_\ \ \/\ \/_
    \ \________\\ \_\ \___\\ \_\ \___\\ \_\ \___\
     \/________/ \/_/\/___/ \/_/\/___/ \/_/\/___/.nl -->

      Author: Grrr.nl
*/
/* ==========================================================================
   CONTENTS
   ==========================================================================

 * Imports.............Import external stylesheets
 * Primary styles......Non module styles  (e.g. basic typography)
 * Specific styles.....Common styles used througout the site
 * Layout..............General layout stuff
 * Modules.............Modules based on SMACSS
 * Print styles........Styles for printing
 */
/* import order is important */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   functions
   ========================================================================== */
/**
 * For converting pixels to ems
 * Based on a 10px font-size on the html
 * Usage:
 * div { width: pxToEm(300); }
 * Returns:
 * div { width: 30em; }
 */
/**
 * Color mixins (other than lighten or darken)
 */
/**
 * z-index function
 * For dynamically determining the stacking order of elements
 *
 * Usage:
 * .module { z-index: z('module'); }
 * .module__child { z-index: z('child'); }
 *
 * See $z-index variable in _variables.scss for stacking order
 */
/* ==========================================================================
   functions
   ========================================================================== */
/**
 * For converting pixels to ems
 * Based on a 10px font-size on the html
 * Usage:
 * div { width: pxToEm(300); }
 * Returns:
 * div { width: 30em; }
 */
/**
 * Color mixins (other than lighten or darken)
 */
/**
 * z-index function
 * For dynamically determining the stacking order of elements
 *
 * Usage:
 * .module { z-index: z('module'); }
 * .module__child { z-index: z('child'); }
 *
 * See $z-index variable in _variables.scss for stacking order
 */
/* ==========================================================================
	 mixins
	 ========================================================================== */
/**
 * Font smoothing
 */
/**
 * Shortcut for :hover, :active, and :focus styles.
 *
 * Usage:
 * a {
 *   color: blue;
 *   @include hover { color: red; }
 * }
 */
/**
 * Shortcut for :active styles.
 * Used for specifiying a explicit active style (overwrites hover() for example).
 *
 * Usage:
 * a {
 *   color: blue;
 *   @include active { color: red; }
 * }
 */
/**
 * Clearfix
 * Actually an @extend, but we don't want to depend on inclusion order
 *
 * Usage:
 * section { @include cleafix(); }
 */
/*
 * Bare
 * Author: Peter
 *
 * No margin/padding!
 */
/*
 * Bare list
 * Author: Mattijs Bliek
 *
 * Get rid of list-style and padding
 */
/**
 * Sprite
 * Author: Mattijs Bliek
 *
 * Use a background sprite for text-replacement or icons
 *
 * Usage:
 * .icon { @include sprite(icons, 300px 200px): }
 *
 * It is recommended to replace the size of the sprite with a variable
 */
/**
 * For image replacement
 */
/**
 * For using breakpoints
 * Usage:
 * div { width: 60px;
 *	@include breakpoint-min($small) { width: 80px; }
 * }
 *
 * Pass true as a second parameter to toggle high dpi screens
 */
/**
 * For targetting high dpi screens
 * Usage:
 * div {
 *	width: 30px; height: 30px; background: url('img.jpg');
 *	@include high-dpi() { background: url('image-2x.jpg'); @include background-size(30px 30px); }
 * }
 */
/**
 * For targeting old-IE
 * Usage:
 * div {
 *  @include old-ie { zoom: 1; }
 * }
 */
/**
 * Calculate fluid ratio based on two dimensions (width/height)
 * @see http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
 * Usage:
 * .header { @include fluid-ratio(800px 200px, 300px 150px); background-image: url('img/branding.png'); }
 */
/* ==========================================================================
   variables
   ========================================================================== */
@font-face {
  font-family: "BuenosAires";
  src: url("../../fonts/BuenosAiresWeb-Light.eot");
  src: url("../../fonts/BuenosAiresWeb-Light.woff2") format("woff2"), url("../../fonts/BuenosAiresWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BuenosAires";
  src: url("../../fonts/BuenosAiresWeb-Regular.eot");
  src: url("../../fonts/BuenosAiresWeb-Regular.woff2") format("woff2"), url("../../fonts/BuenosAiresWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BuenosAires";
  src: url("../../fonts/BuenosAiresWeb-Bold.eot");
  src: url("../../fonts/BuenosAiresWeb-Bold.woff2") format("woff2"), url("../../fonts/BuenosAiresWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NoeDisplay";
  src: url("../../fonts/NoeDisplay-Regular.eot");
  src: url("../../fonts/NoeDisplay-Regular.eot") format("eot"), url("../../fonts/NoeDisplay-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}
@font-face {
  font-family: "NoeDisplay";
  src: url("../../fonts/NoeDisplay-Regular.eot");
  src: url("../../fonts/NoeDisplay-Bold.eot") format("eot"), url("../../fonts/NoeDisplay-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
/*! 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;
}

/* ==========================================================================
	PRIMER
	========================================================================== */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.4;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, button, input, select, textarea {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 25px;
  color: #F4F1ED;
  font-weight: 300;
}

body {
  background: #EF3836;
  margin: 0;
}
@media only screen and (max-width: 64.3125em) {
  body {
    overflow: hidden;
    overflow-y: auto;
    font-size: 18px;
  }
}

input {
  /* Min font size of 16px disables focus zoom on iOS */
}
@media only screen and (max-width: 39.9375em) {
  input {
    font-size: 16px;
  }
}

a {
  color: inherit;
  transition: color 0.1s;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
a, a:hover, a:focus, a:active {
  outline: none;
}
.no-touchevents a:hover {
  transition: color 0s;
}
.no-touchevents a:focus {
  transition: color 0s;
}
.no-touchevents a:active {
  transition: color 0s;
}
a:active {
  transition: color 0s;
}

.rich-text a:hover {
  color: #EF3836;
}

.block-link {
  display: block;
  overflow: hidden;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.2;
}
@media only screen and (max-width: 64.3125em) {
  p {
    margin-bottom: 1.2em;
    line-height: 1.2;
  }
}
p:last-child {
  margin-bottom: 0;
}
.rich-text p:last-child {
  margin-bottom: 1.2em;
}

ul {
  margin-bottom: 1.7em;
}

h1, h2, h3, h4, h5, h6,
.alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  line-height: 1;
  font-family: "NoeDisplay", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-bottom: 24px;
}

h1, .alpha {
  font-size: 16px;
}
@media only screen and (min-width: 30em) {
  h1, .alpha {
    font-size: 22px;
  }
}
@media only screen and (min-width: 52.5em) {
  h1, .alpha {
    font-size: 36px;
  }
}
@media only screen and (min-width: 81.25em) {
  h1, .alpha {
    font-size: 48px;
  }
}

h2, .beta {
  font-size: 22px;
}
@media only screen and (min-width: 40em) {
  h2, .beta {
    font-size: 30px;
  }
}

h3, .gamma {
  font-size: 16px;
}
@media only screen and (min-width: 40em) {
  h3, .gamma {
    font-size: 18px;
  }
}
.rich-text h3, .rich-text .gamma {
  margin-top: 2em;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}
@media only screen and (min-width: 40em) {
  .rich-text h3, .rich-text .gamma {
    font-size: 22px;
  }
}

h4, .delta {
  font-size: 22px;
}
@media only screen and (min-width: 40em) {
  h4, .delta {
    font-size: 30px;
  }
}
.rich-text h4, .rich-text .delta {
  margin-bottom: 0.7em;
  line-height: 1.3;
}

img, object, iframe, video {
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-embed iframe {
  max-width: unset;
  width: 100%;
  height: 520px;
}

.rich .figure[style*="float:left"], .rich .figure[style*="float:left"] {
  margin: 0 10px 10px 0;
}
.rich .figure[style*="float:right"], .rich .figure[style*="float:right"] {
  margin: 0 0 10px 10px;
}
.rich .figure dd {
  font-size: 14px;
}

/* ==========================================================================
	LAYOUT
	========================================================================== */
.main {
  position: relative;
  z-index: 2;
  transform: translateZ(0);
}

.main--full-width {
  background: #F4F1ED;
}

@media only screen and (min-width: 64.375em) {
  .main--pulled {
    margin-top: -300px;
  }
}

/* ==========================================================================
	MODULES
	========================================================================== */
.alerts {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  max-width: 60ch;
}

.alerts > ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.alerts > ol > li {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.alert {
  padding: 1.2rem 1.8rem;
  outline: 0;
  background: #fff;
  border-top: 2px #231F20 solid;
  color: #231F20;
  font-size: 1.6rem;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(100%);
}
@media only screen and (min-width: 64.375em) {
  .alert {
    padding: 2.7rem 1.8rem 1.8rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 40em) {
  .alert {
    border-right: 2px #231F20 solid;
  }
}

.js-loaded .alert {
  transform: translateY(0);
  transition-delay: 0.9s;
}

.js-loaded li + li .alert {
  transition-delay: 0.7;
}

.alert--hidden {
  transition-delay: 0;
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(100%);
}

.alert h2 {
  margin: 0;
  padding: 0 0 0.6rem;
  font-size: 2.2rem;
  line-height: 0.864;
}
@media only screen and (min-width: 64.375em) {
  .alert h2 {
    padding: 0 0 1.2rem;
    font-size: 2.4rem;
  }
}

.alert div p {
  padding: 0 0 0.6rem;
}
@media only screen and (min-width: 64.375em) {
  .alert div p {
    padding: 0 0 0.9rem;
  }
}

.alert a {
  color: #EF3836;
}

.alert a:hover {
  color: #FA7D64;
}

.alert .button, .alert .content__main .rich-text strong > a, .content__main .rich-text .alert strong > a, .alert .content__main .rich-text b > a, .content__main .rich-text .alert b > a,
.alert .ticket-box__content .rich strong > a,
.ticket-box__content .rich .alert strong > a,
.alert .ticket-box__content .rich b > a,
.ticket-box__content .rich .alert b > a, .alert .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .alert a {
  margin-top: 0.6rem;
}
@media only screen and (min-width: 64.375em) {
  .alert .button, .alert .content__main .rich-text strong > a, .content__main .rich-text .alert strong > a, .alert .content__main .rich-text b > a, .content__main .rich-text .alert b > a,
  .alert .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .alert strong > a,
  .alert .ticket-box__content .rich b > a,
  .ticket-box__content .rich .alert b > a, .alert .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .alert a {
    margin-top: 1.4rem;
  }
}

blockquote,
.blockquote {
  zoom: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 17px;
  margin: 3em 0;
}
blockquote:after,
.blockquote:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: "";
}

.blockquote__quote,
.blockquote__quote em {
  font-family: "NoeDisplay", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  text-align: center;
  margin-bottom: 1em;
}

.blockquote__meta {
  color: #F8AA1F;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 21px;
  padding: 0;
}

.blockquote__source {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.blockquote__star {
  margin: 0;
  padding: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.blockquote__star:before {
  content: "";
  display: inline-block;
  background: url("img/icon-star-e648f6dfb1.svg") no-repeat;
  background-size: 21px 20px;
  width: 21px;
  height: 20px;
  margin-right: 10px;
}

.blockquote__star:last-of-type {
  margin-right: 10px;
}

.blockquote__star--half {
  display: inline-block;
  width: 7px;
  overflow: hidden;
  margin-right: 0;
}
@media only screen and (min-width: 40em) {
  .blockquote__star--half {
    width: 10px;
    margin-right: 15px;
  }
}

.button, .content__main .rich-text strong > a, .content__main .rich-text b > a,
.ticket-box__content .rich strong > a,
.ticket-box__content .rich b > a, .latest-news-item__content .rich-text a {
  color: #EF3836;
  background: #fff;
  border-radius: 7px;
  border-width: 0;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 21px 17px;
  display: inline-block;
}
@media only screen and (min-width: 64.375em) {
  .button, .content__main .rich-text strong > a, .content__main .rich-text b > a,
  .ticket-box__content .rich strong > a,
  .ticket-box__content .rich b > a, .latest-news-item__content .rich-text a {
    font-size: 18px;
    padding: 14px 46px 16px 45px;
  }
}
.button:hover, .content__main .rich-text strong > a:hover, .content__main .rich-text b > a:hover,
.ticket-box__content .rich strong > a:hover,
.ticket-box__content .rich b > a:hover, .latest-news-item__content .rich-text a:hover {
  color: #231F20;
}
.button--small {
  padding: 13px 28px 15px 29px;
}
.button--smaller {
  padding: 6px 12px;
}
.button--blue, .button--red, .content__main .rich-text strong > a, .content__main .rich-text b > a,
.ticket-box__content .rich strong > a,
.ticket-box__content .rich b > a, .button--primary {
  color: #fff;
  background: #EF3836;
  transition: background-color 0.2s;
}
.button--blue:hover, .button--red:hover, .content__main .rich-text strong > a:hover, .content__main .rich-text b > a:hover,
.ticket-box__content .rich strong > a:hover,
.ticket-box__content .rich b > a:hover, .button--primary:hover {
  background: #FA7D64;
  color: #fff;
}
.button--blue:active, .button--red:active, .content__main .rich-text strong > a:active, .content__main .rich-text b > a:active,
.ticket-box__content .rich strong > a:active,
.ticket-box__content .rich b > a:active, .button--primary:active {
  background: #E0583D;
  color: #fff;
}
.button--blue {
  background: #2B3990;
}
.button--blue:hover {
  background: #5a65ac;
}

.page--contact {
  background: #2B3990;
  overflow-x: hidden;
}
.page--contact .content__main {
  background: transparent;
  color: #fff;
  min-height: 690px;
}
.page--contact .content__main .content-wrapper {
  padding-top: 82px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .content__main .content-wrapper {
    padding-top: 0;
  }
}
.page--contact .content__main:before {
  display: none;
}
.page--contact h1 {
  font-size: 42px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact h1 {
    font-size: 100px;
    padding-top: 50px;
    margin-bottom: 5px;
  }
}
.page--contact .info-introduction {
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .info-introduction {
    max-width: 451px;
    margin-bottom: 47px;
  }
  .page--contact .info-introduction p {
    font-size: 22px;
  }
}
.page--contact .info-details {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 44px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .info-details {
    display: flex;
  }
  .page--contact .info-details p {
    font-size: 17px;
  }
}
.page--contact .info-details p {
  margin-bottom: 34px;
}
.page--contact .info-details h2 {
  font-size: 20px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .info-details h2 {
    margin-top: 7px;
    margin-bottom: 14px;
  }
}
.page--contact .info-details h3 {
  margin: 0;
  padding: 0;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
}
.page--contact .info-details__address,
.page--contact .info-details__times {
  width: 100%;
  max-width: 183px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .info-details__address,
  .page--contact .info-details__times {
    margin-right: 21px;
  }
}
.page--contact .info-details__times {
  margin-right: 0;
}
.page--contact .img-ct {
  position: absolute;
  width: 352px;
  height: 302px;
  z-index: -1;
  overflow: hidden;
  top: -35px;
  right: -160px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .img-ct {
    width: 846px;
    height: 725px;
    top: -160px;
    right: -250px;
  }
}
.page--contact .img-ct img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: 2s;
  object-fit: cover;
  border: 1px transparent solid;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .img-ct img {
    border-bottom: 0;
  }
}
.page--contact .img-ct .img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  fill: #2B3990;
}
.page--contact .directions {
  max-width: 893px;
}
.page--contact .directions h1 {
  font-size: 42px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .directions h1 {
    display: none;
  }
}
.page--contact .directions p {
  font-size: 18px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .directions p {
    margin-bottom: 39px;
  }
}
.page--contact .directions .google-map {
  position: relative;
  background: #F4F1ED;
  border-radius: 10px;
  height: 195px;
  width: 100%;
  max-width: 893px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .page--contact .directions .google-map {
    height: 457px;
  }
}
.page--contact .directions .google-map__content {
  width: 100%;
  height: 100%;
}
.page--contact .footer {
  background: #2B3990;
}
.page--contact .footer .newsletter-signup__bg svg {
  fill: #F7C1D9;
}
.page--contact .footer:before {
  display: none;
}
.page--contact .footer a:hover {
  color: #EF3836;
}

.js-loaded .page--info .img-ct img {
  opacity: 1;
}

.content-aside {
  margin-top: 3em;
}
.content-aside h2 {
  margin: 0;
}

/* cookie-announcement */
.cookie-announcement {
  position: fixed;
  bottom: -7px;
  right: 3rem;
  width: 255px;
  z-index: 10;
  font-weight: lighter;
}
.cookie-announcement, .cookie-announcement a, .cookie-announcement button {
  color: #F4F1ED;
  font-size: 18px;
}
.cookie-announcement [data-type=accept-minimal] {
  display: none;
}
.cookie-announcement.cookie-announcement--settings [data-type=accept-minimal] {
  display: block;
}
.cookie-announcement.cookie-announcement--settings [data-type=toggle] {
  display: none;
}

.cookie-announcement button {
  appearance: none;
  background: none;
  border: none;
  min-width: 100%;
  background: #2B3990;
  color: #F4F1ED;
  padding: 5px;
  border-radius: 7px;
  font-weight: bold;
}
.cookie-announcement button:focus, .cookie-announcement button:hover {
  background: #5a65ac;
}
.cookie-announcement button.btn--light {
  background: #5a65ac;
}

.cookie-announcement:after {
  content: "";
  display: inline-block;
  background-image: url("img/spice-gate-green-ecb566610f.svg");
  width: 255px;
  height: 422px;
}

.cookie-announcement-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  bottom: 10px;
  height: 400px;
  max-width: 255px;
  padding: 15px 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
}

.cookie-announcement a:hover, .cookie-announcement a:focus {
  text-decoration: none;
}

.cookie-announcement h2 {
  margin: 0;
  margin-bottom: 6px;
  font-size: 30px;
}

.cookie-announcement p {
  margin: 0;
  margin-bottom: 36px;
}

.cookie-announcement a {
  margin-top: 72px;
  text-decoration: underline;
}

/* cookie-info page */
.cookie-info {
  margin: 3em;
}

.cookie-info dl {
  border-top: 1px #7E7E7E solid;
  border-bottom: 1px #7E7E7E solid;
  padding: 1em 0;
  margin: 3em 0;
}

.cookie-info dt {
  float: left;
  width: 200px;
  font-weight: bold;
  clear: left;
}

.cookie-info dd {
  float: left;
}

.cookie-info footer {
  margin-top: 3em;
}

.event-card {
  background: #F4F1ED;
  margin-bottom: 22px;
  border-radius: 7px;
  color: #231F20;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 64.375em) {
  .event-card {
    flex-direction: row;
  }
}
.event-card__img-ct {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .event-card__img-ct {
    min-width: 356px;
    max-width: 356px;
  }
}
@media only screen and (min-width: 64.375em) {
  .event-card__img-ct {
    min-height: 227px;
  }
}
.event-card__img-ct:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  transition: width 0.4s;
}
.event-card:hover .event-card__img-ct:after {
  width: 250%;
}
.event-card:hover .event-card__img {
  transform: scale(1.02);
}
.event-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 12px;
  line-height: 312px;
  text-align: center;
  transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
}
.event-card__date, .event-card__leeftijdsgroep, .event-card__festivalnaam {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 23px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.event-card__leeftijdsgroep {
  top: unset;
  bottom: 8px;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 64.375em) {
  .event-card__leeftijdsgroep {
    bottom: 18px;
  }
}
.event-card__content {
  padding: 23px 23px 89px;
}
@media only screen and (min-width: 64.375em) {
  .event-card__content {
    padding: 33px 34px 0;
  }
}
.event-card__title {
  font-size: 38px;
  margin-bottom: 15px;
}
.event-card__intro {
  display: none;
}
@media only screen and (min-width: 64.375em) {
  .event-card__intro {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #7E7E7E;
  }
}
.event-card__festivals {
  display: none;
}
@media only screen and (min-width: 64.375em) {
  .event-card__festivals {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #999999;
    margin-top: -15px;
  }
}
.event-card__intro--festivalnaam {
  display: block;
}
.event-card__link {
  font-size: 18px;
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 23px;
  height: 59px;
  color: #EF3836;
  font-weight: normal;
}
@media only screen and (min-width: 64.375em) {
  .event-card__link {
    height: 19px;
    right: 0;
    width: 421px;
  }
}
.event-card__link svg {
  vertical-align: middle;
  margin-left: 7px;
  fill: currentColor;
  width: 22px;
  height: 18px;
  transition: 0.1s;
}
.event-card:hover .event-card__link, .event-card__link:hover {
  color: #231F20;
}
.event-card:hover .event-card__link svg, .event-card__link:hover svg {
  margin-left: 1em;
}

.event-card__link--overlay {
  pointer-events: all;
  left: 22px;
  bottom: -10px;
}
@media only screen and (min-width: 64.375em) {
  .event-card__link--overlay {
    left: unset;
    right: 45px;
    bottom: 23px;
    width: 200px;
  }
}

.event-card__is-at-external-location-label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 20px;
  z-index: 2;
  bottom: 6px;
  font-size: 16px;
  padding: 1px 8px;
}
@media only screen and (min-width: 64.375em) {
  .event-card__is-at-external-location-label {
    bottom: 12px;
    font-size: 18px;
    padding: 2px 6px;
  }
}

.event-card--canceled,
.event-card--sold-out {
  background: #cdc0ae;
}
.event-card--canceled .event-card__img-ct,
.event-card--sold-out .event-card__img-ct {
  overflow: visible;
}
.event-card--canceled .event-card__extra,
.event-card--sold-out .event-card__extra {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-family: "NoeDisplay", Georgia, "Times New Roman", Times, serif;
  color: #F4F1ED;
  text-align: center;
  opacity: 0.5;
  font-size: 25vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 64.375em) {
  .event-card--canceled .event-card__extra,
  .event-card--sold-out .event-card__extra {
    font-size: 280px;
  }
}
.event-card--canceled:hover .event-card__img,
.event-card--sold-out:hover .event-card__img {
  transform: none;
}

.event-list {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 49px;
}
@media only screen and (min-width: 64.375em) {
  .event-list {
    margin-bottom: 218px;
  }
}
.event-list__content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-list__heading {
  font-size: 42px;
}
@media only screen and (min-width: 64.375em) {
  .event-list__heading {
    font-size: 60px;
    max-width: 410px;
  }
}
.event-list__scroll-ct {
  padding-bottom: 17px;
  margin-bottom: -17px;
  box-sizing: content-box;
  scrollbar-width: none;
  scroll-behavior: smooth;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.event-list__scroll-ct ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.event-list__ct {
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 64.375em) {
  .event-list__ct {
    max-width: 1000px;
  }
}
.event-list .picker__control {
  margin: 0;
  padding: 0;
  background: #33BCA9;
  width: 50px;
  height: 50px;
  border: 6px #F4F1ED solid;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  transition: color 0.2s;
}
@media only screen and (min-width: 64.375em) {
  .event-list .picker__control {
    margin-top: -37px;
    width: 74px;
    height: 74px;
  }
}
.event-list .picker__control:hover {
  color: #231F20;
}
.event-list .picker__control:active {
  background: #3ecbb7;
}
.event-list .picker__control svg {
  width: 22px;
  height: 18px;
  fill: currentColor;
}
@media only screen and (min-width: 64.375em) {
  .event-list .picker__control svg {
    width: 33px;
    height: 26px;
  }
}
.event-list .picker__control--previous {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.event-list .picker__control--next {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.event-list--horizontal .event-list__item {
  margin-right: 14px;
}
@media only screen and (min-width: 64.375em) {
  .event-list--horizontal .event-list__item {
    margin-right: 27px;
  }
}
.event-list--horizontal .event-list__:last-child {
  margin-right: 0;
}
.event-list--horizontal .event-list__heading {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-top: -58px;
  margin-bottom: 29px;
}
@media only screen and (min-width: 64.375em) {
  .event-list--horizontal .event-list__heading {
    font-weight: 700;
    font-size: 32px;
    margin-top: -40px;
  }
}
.event-list--horizontal .event-list__content {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.event-list--horizontal > .event-list__ct:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("img/spice-gate-blue-b449e2fa44.svg");
  background-size: contain;
  width: 128px;
  height: 212px;
  bottom: -406px;
  right: -6px;
}
@media only screen and (min-width: 64.375em) {
  .event-list--horizontal > .event-list__ct:before {
    display: block;
    width: 276px;
    height: 456px;
    top: 250px;
    right: 71px;
    bottom: unset;
  }
}
.event-list--vertical {
  padding-bottom: 8px;
  background: #EF3836;
}
.event-list--vertical .event-list__item {
  position: relative;
}
.event-list--vertical .event-list__item--hidden {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .event-list--vertical {
    background: transparent;
  }
  .event-list--vertical .event-card {
    max-width: 940px;
  }
}
.event-list--vertical .event-list__heading:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("img/spice-stairs-blue-7691ab0f96.svg");
  background-size: contain;
  width: 188px;
  height: 180px;
  top: -94px;
  left: -102px;
}
@media only screen and (min-width: 64.375em) {
  .event-list--vertical .event-list__heading:before {
    width: 471px;
    height: 451px;
    left: -165px;
    top: -377px;
  }
}

.content__main--festival-detail .event-list--vertical {
  background: transparent;
}
.content__main--festival-detail .event-list--vertical h1 {
  font-size: 48px;
}
.content__main--festival-detail .event-list--vertical .event-card {
  background: #fff;
}

.event-list__no-events-found {
  margin: 30px 0 200px;
}
.event-list__no-events-found h1 {
  font-size: 42px;
}
@media only screen and (min-width: 64.375em) {
  .event-list__no-events-found {
    max-width: 75%;
    margin: 55px 0 200px;
  }
  .event-list__no-events-found h1 {
    font-size: 70px;
  }
}
.event-list__no-events-found:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  bottom: 20px;
  left: 130px;
  background: url("img/spice-mat-green-e759876eb8.svg");
  background-size: cover;
}
@media only screen and (min-width: 64.375em) {
  .event-list__no-events-found:after {
    left: unset;
    bottom: -180px;
    right: 210px;
    width: 512px;
    height: 511px;
  }
}

.faq h3, .faq h4, .faq h5, .faq h6 {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 18px;
}
.faq h4 {
  font-size: 32px;
  margin: 1.5em 0 1em;
}
.faq h6 {
  margin: 0;
}
.faq a:hover {
  text-decoration: none;
}

.faq__description {
  margin: 0 0 1em;
}

.faq__title svg {
  width: 16px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.2s linear;
}

html.js .faq__title--expanded + .faq__description {
  max-height: 100%;
  margin: 0 0 2em;
  opacity: 1;
  transition: opacity 0.5s;
}

.faq__title--expanded .faq__link > * {
  margin-bottom: 1em;
}

.faq__title--expanded svg {
  transform: rotateX(180deg);
}

html.js .faq__description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

/** Flash message */
.flash-message {
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: #33BCA9;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: normal;
  opacity: 0;
  transform: translate3d(0, -200px, 0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
@media only screen and (min-width: 40em) {
  .flash-message {
    font-size: 18px;
  }
}
.flash-message p {
  margin-bottom: 0;
}
.flash-message-active .flash-message {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.footer {
  background: #EF3836;
  width: 100vw;
  position: relative;
  z-index: 1;
  padding-bottom: 31px;
}
@media only screen and (min-width: 64.375em) {
  .footer {
    padding-bottom: 130px;
  }
}
.footer:before {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  background-image: url("img/mask-wave-top-257d107d72.svg");
  background-position: 50% 0;
  background-size: 100% 76px;
  height: 76px;
  top: -76px;
  width: 100%;
}

.footer__content {
  margin: 0 auto;
  padding-bottom: 19px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: calc(100vw - 32px);
}
@media only screen and (min-width: 64.375em) {
  .footer__content {
    max-width: 1020px;
  }
}
.footer__content .left {
  max-width: 66%;
}
.footer__content .right {
  text-align: right;
}
.footer__content p {
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (min-width: 64.375em) {
  .footer__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 64.375em) {
  .footer__content .right {
    text-align: unset;
  }
}
.footer__content h2 {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 64.375em) {
  .footer__content h2 {
    font-size: 18px;
    letter-spacing: -0.17;
  }
}
.footer__content--secondary {
  border-top: 1px #fff solid;
  padding-top: 19px;
}
.footer__content a {
  text-decoration: underline;
  font-weight: 300;
}
.footer__content a:hover {
  color: #231F20;
}

p.footer__copyright {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.14;
  vertical-align: top;
}
@media only screen and (min-width: 64.375em) {
  p.footer__copyright {
    vertical-align: baseline;
    letter-spacing: 0;
  }
}
p.footer__copyright a {
  text-decoration: none;
}
p.footer__copyright svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 8px;
}

.footer__icons {
  display: inline-block;
}
.footer__icons a {
  color: #fff;
}
.footer__icons svg {
  width: 15px;
  height: 15px;
  margin-right: 29px;
  fill: currentColor;
}

.footer__icons-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 31px;
}
.footer__icons-mobile a {
  color: #fff;
  margin-right: 45px;
}
.footer__icons-mobile a:last-child {
  margin-right: 0;
}
.footer__icons-mobile svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.homepage-header {
  background: #EF3836;
  color: #fff;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and (min-width: 64.375em) {
  .homepage-header {
    margin-bottom: -186px;
  }
}
.homepage-header:before, .homepage-header:after {
  touch-action: none;
  pointer-events: none;
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  background-image: url("img/mask-wave-top-257d107d72.svg");
  background-position: 50% 0;
  background-size: 100% 76px;
  height: 76px;
  top: -76px;
  width: 100%;
}
.homepage-header:after {
  bottom: -76px;
  top: unset;
  background-image: url("img/mask-wave-bottom-ee9ac9fdfd.svg");
}
.homepage-header__content {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 32px);
  margin: 30px auto 12px;
  min-height: 625px;
  text-align: right;
}
@media only screen and (min-width: 64.375em) {
  .homepage-header__content {
    margin: 303px auto 43px;
    margin-top: 196px;
    max-width: 1000px;
  }
}
.homepage-header__content h2 {
  font-size: 42px;
  line-height: 40px;
}
@media only screen and (min-width: 64.375em) {
  .homepage-header__content h2 {
    font-size: 70px;
    line-height: 70px;
    margin-left: 235px;
  }
}
.homepage-header__content p {
  margin-left: auto;
  font-weight: light;
}
.homepage-header__content:before, .homepage-header__content:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  right: -100px;
  bottom: 200px;
  background: url("img/spice-mat-green-e759876eb8.svg");
  background-size: cover;
}
@media only screen and (min-width: 64.375em) {
  .homepage-header__content:before, .homepage-header__content:after {
    bottom: unset;
    top: -177px;
    right: -126px;
    width: 512px;
    height: 511px;
  }
}
@media only screen and (min-width: 64.375em) {
  .homepage-header__content:before {
    width: 313px;
    height: 313px;
    background: url("img/spice-stairs-green-5a258ea815.svg");
    background-repeat: no-repeat;
    background-position: 0 -34px;
    top: -198px;
    left: 30px;
    right: unset;
  }
}
@media only screen and (min-width: 64.375em) {
  .homepage-header .button, .homepage-header .content__main .rich-text strong > a, .content__main .rich-text .homepage-header strong > a, .homepage-header .content__main .rich-text b > a, .content__main .rich-text .homepage-header b > a,
  .homepage-header .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .homepage-header strong > a,
  .homepage-header .ticket-box__content .rich b > a,
  .ticket-box__content .rich .homepage-header b > a, .homepage-header .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .homepage-header a {
    display: inline-block;
    margin-top: 24px;
    max-height: 48px;
    padding-top: 11px;
  }
}

.homepage-program-items {
  background: #EF3836;
  color: #fff;
  width: 100vw;
  position: relative;
  z-index: 1;
}
.homepage-program-items:before {
  touch-action: none;
  pointer-events: none;
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  background-image: url("img/mask-wave-top-257d107d72.svg");
  background-position: 50% 0;
  background-size: 100% 76px;
  height: 76px;
  top: -76px;
  width: 100%;
}
.homepage-program-items__header {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 32px);
  margin: 0 auto 12px;
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header {
    margin: 303px auto 43px;
    margin-top: 196px;
    max-width: 1000px;
  }
}
.homepage-program-items__header h2 {
  font-size: 40px;
  line-height: 60px;
  padding-top: 30px;
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header h2 {
    padding-top: 137px;
    font-size: 60px;
    line-height: 60px;
  }
}
.homepage-program-items__header .header__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header .header__bottom {
    padding-right: 60px;
  }
}
.homepage-program-items__header .header__bottom p,
.homepage-program-items__header .header__bottom a {
  font-size: 25px;
  font-weight: light;
  margin: 0;
}
.homepage-program-items__header .header__bottom a {
  font-size: 17px;
  display: none;
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header .header__bottom a {
    display: block;
  }
}
.homepage-program-items__header:before, .homepage-program-items__header:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  right: -100px;
  bottom: 20px;
  background: url("img/spice-mat-green-e759876eb8.svg");
  background-size: cover;
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header:before, .homepage-program-items__header:after {
    bottom: unset;
    top: -149px;
    right: 104px;
    width: 408px;
    height: 407px;
  }
}
@media only screen and (min-width: 64.375em) {
  .homepage-program-items__header:before {
    width: 313px;
    height: 313px;
    background: url("img/spice-stairs-green-5a258ea815.svg");
    background-repeat: no-repeat;
    background-position: 0 -34px;
    top: 609px;
    left: -101px;
  }
}

.homepage-program-items__content .event-list {
  margin-bottom: 0;
}
@media only screen and (max-width: 64.3125em) {
  .homepage-program-items__content .event-list {
    margin-right: 16px;
  }
}

@media only screen and (min-width: 64.375em) {
  .homepage-program-items__content:after {
    content: "";
    position: absolute;
    background: url("img/spice-gate-green-ecb566610f.svg");
    background-size: cover;
    z-index: -1;
    width: 255px;
    height: 422px;
    bottom: 0;
    right: 275px;
  }
}
@media only screen and (max-width: 64.3125em) {
  .homepage-program-items__content .button, .homepage-program-items__content .content__main .rich-text strong > a, .content__main .rich-text .homepage-program-items__content strong > a, .homepage-program-items__content .content__main .rich-text b > a, .content__main .rich-text .homepage-program-items__content b > a,
  .homepage-program-items__content .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .homepage-program-items__content strong > a,
  .homepage-program-items__content .ticket-box__content .rich b > a,
  .ticket-box__content .rich .homepage-program-items__content b > a, .homepage-program-items__content .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .homepage-program-items__content a {
    margin: 16px;
    text-align: center;
    font-size: 18px;
  }
}
.homepage-schools {
  position: relative;
  z-index: 0;
  padding: 40px 0 58px;
  background: #2B3990;
  width: 100vw;
}
@media only screen and (min-width: 64.375em) {
  .homepage-schools {
    padding: 72px 0 113px;
  }
}
.homepage-schools__content {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100vw - 32px);
}
.homepage-schools__content h2 {
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (min-width: 64.375em) {
  .homepage-schools__content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.homepage-schools__content .rich {
  max-width: 791px;
}
@media only screen and (min-width: 64.375em) {
  .homepage-schools__content {
    max-width: 1000px;
  }
}
.homepage-schools__content .button, .homepage-schools__content .content__main .rich-text strong > a, .content__main .rich-text .homepage-schools__content strong > a, .homepage-schools__content .content__main .rich-text b > a, .content__main .rich-text .homepage-schools__content b > a,
.homepage-schools__content .ticket-box__content .rich strong > a,
.ticket-box__content .rich .homepage-schools__content strong > a,
.homepage-schools__content .ticket-box__content .rich b > a,
.ticket-box__content .rich .homepage-schools__content b > a, .homepage-schools__content .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .homepage-schools__content a {
  margin-top: 32px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 64.3125em) {
  .homepage-schools__content .button, .homepage-schools__content .content__main .rich-text strong > a, .content__main .rich-text .homepage-schools__content strong > a, .homepage-schools__content .content__main .rich-text b > a, .content__main .rich-text .homepage-schools__content b > a,
  .homepage-schools__content .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .homepage-schools__content strong > a,
  .homepage-schools__content .ticket-box__content .rich b > a,
  .ticket-box__content .rich .homepage-schools__content b > a, .homepage-schools__content .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .homepage-schools__content a {
    width: 100%;
    margin-top: 24px;
  }
}

.info-subject__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  color: #231F20;
  font-size: 0;
}

.info-subject__item {
  margin: 0;
  padding: 0;
  background: #2B3990;
  color: #F4F1ED;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-width: 136px;
  min-height: 136px;
  padding: 13px 10px;
  margin: 13px 13px 0 0;
}
@media only screen and (min-width: 64.375em) {
  .info-subject__item {
    min-width: 284px;
    min-height: 284px;
    max-width: 284px;
    max-height: 284px;
    padding: 21px 24px;
    margin: 18px 18px 0 0;
  }
}
.info-subject__item:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  z-index: 0;
  background-image: url("img/spice-gate-yellow-a73b0f552a.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 47.8873239437%;
  transition: background-color 0.2s;
}
@supports (mask-image: url()) {
  .info-subject__item:after {
    background-color: #F8AA1F;
    mask-image: url("img/spice-gate-yellow-a73b0f552a.svg");
    mask-position: right bottom;
    mask-repeat: no-repeat;
    mask-size: 12.676056338%;
    background-image: unset;
  }
}
@media only screen and (min-width: 64.375em) {
  .info-subject__item:after {
    mask-size: unset;
    background-size: unset;
  }
}
.info-subject__item:hover:after {
  background-color: #EF3836;
}
.info-subject__item > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 64.375em) {
  .info-subject__item > a {
    position: absolute;
  }
}
.info-subject__item > a:hover svg {
  transform: translateX(10px);
}
.info-subject__item h3 {
  z-index: 3;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.375em) {
  .info-subject__item h3 {
    font-size: 38px;
  }
}
.info-subject__item p {
  z-index: 3;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (min-width: 64.375em) {
  .info-subject__item p {
    font-size: 18px;
  }
}
.info-subject__item svg {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  transition: 0.2s;
  fill: currentColor;
}
.info-subject__item:nth-child(2):after {
  background-image: url("img/spice-curtain-yellow-c433eeb278.svg");
}
.info-subject__item:nth-child(3):after {
  background-image: url("img/spice-mat-yellow-d9002044a0.svg");
}
.info-subject__item:nth-child(4):after {
  background-image: url("img/spice-spotlight-yellow-b4f0c07b72.svg");
}
.info-subject__item:nth-child(5):after {
  background-image: url("img/spice-stairs-yellow-ac52a4269f.svg");
}
.info-subject__item:nth-child(6):after {
  background-image: url("img/spice-stairs2-yellow-90683de886.svg");
}
@supports (mask-image: url()) {
  .info-subject__item:nth-child(2):after {
    background-image: unset;
    mask-image: url("img/spice-curtain-yellow-c433eeb278.svg");
  }
  .info-subject__item:hover:nth-child(even):after {
    background-color: #EF3836;
  }
  .info-subject__item:hover:nth-child(odd):after {
    background-color: #33BCA9;
  }
  .info-subject__item:nth-child(3):after {
    background-image: unset;
    mask-image: url("img/spice-mat-yellow-d9002044a0.svg");
  }
  .info-subject__item:nth-child(4):after {
    background-image: unset;
    mask-image: url("img/spice-spotlight-yellow-b4f0c07b72.svg");
  }
  .info-subject__item:nth-child(5):after {
    background-image: unset;
    mask-image: url("img/spice-stairs-yellow-ac52a4269f.svg");
  }
  .info-subject__item:nth-child(6):after {
    background-image: unset;
    mask-image: url("img/spice-stairs2-yellow-90683de886.svg");
  }
}

@media only screen and (max-width: 64.3125em) {
  @supports (display: grid) {
    .info-subject__list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
      grid-template-rows: repeat(auto-fill, minmax(136px, 1fr));
      grid-gap: 13px;
    }
    .info-subject__item {
      margin: 0;
    }
    .info-subject__item h3 {
      position: absolute;
    }
    .info-subject__item p {
      position: absolute;
      bottom: 0;
    }
  }
}
.info-subjects {
  margin-bottom: 44px;
}
@media only screen and (min-width: 64.375em) {
  .info-subjects {
    margin-bottom: 65px;
  }
}

.latest-news-item {
  position: relative;
  width: 100%;
  color: #fff;
}
.latest-news-item h1 {
  font-size: 42px;
}
@media only screen and (min-width: 64.375em) {
  .latest-news-item h1 {
    font-size: 80px;
    margin-bottom: 0;
  }
}

.latest-news-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.latest-news-item__content-ct {
  position: relative;
  width: calc(100vw - 32px);
  min-height: 569px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 64.375em) {
  .latest-news-item__content-ct {
    width: 1000px;
    min-height: 676px;
  }
}

.latest-news-item__content {
  position: absolute;
  bottom: 0;
  max-width: 775px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 64.375em) {
  .latest-news-item__content {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 64.375em) {
  .latest-news-item__content .rich-text {
    margin-top: 20px;
  }
}
.latest-news-item__content .rich-text a {
  padding-left: 10px;
  padding-right: 10px;
}

.login-form {
  padding-bottom: 200px;
}
.login-form input {
  color: #231F20;
  display: block;
}
.login-form a {
  color: #EF3836;
}
.login-form a:hover {
  color: #231F20;
}

.content__main {
  background: #F4F1ED;
  color: #231F20;
  position: relative;
}
@media only screen and (min-width: 64.375em) {
  .content__main:before {
    touch-action: none;
    pointer-events: none;
    position: relative;
    content: "";
    display: block;
    background-image: url("img/mask-wave-top-white-f4d372b17d.svg");
    background-position: 50% 0;
    height: 76px;
    top: -76px;
    width: 100%;
    background-size: 100% 76px;
  }
}
.content__main .content-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: calc(100vw - 32px);
}
@media only screen and (min-width: 64.375em) {
  .content__main .content-wrapper {
    padding-top: 0;
    max-width: 1000px;
  }
}
.content__main .content {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 64.375em) {
  .content__main .content {
    margin-top: 0;
    width: 691px;
    margin-bottom: 0;
  }
}

.content__main--programma-detail:after,
.content__main--festival-detail:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 412px;
  background: #33BCA9;
  bottom: 0;
}
.content__main--programma-detail a,
.content__main--festival-detail a {
  color: #EF3836;
}
.content__main--programma-detail a:hover,
.content__main--festival-detail a:hover {
  color: #231F20;
}
.content__main--programma-detail a.bare-link,
.content__main--festival-detail a.bare-link {
  color: inherit;
  font-weight: inherit;
}
.content__main--programma-detail a.bare-link:hover,
.content__main--festival-detail a.bare-link:hover {
  color: #EF3836;
}

.content__main--programma-detail .content {
  margin-bottom: 5em;
}

.content__main--info-detail {
  padding: 0 0 76px;
}
.content__main--info-detail .content-wrapper:last-of-type {
  margin-top: 34px;
}
@media only screen and (min-width: 64.375em) {
  .content__main--info-detail .content-wrapper:last-of-type {
    margin-top: 280px;
  }
}
@media only screen and (max-width: 64.3125em) {
  .content__main--info-detail .content {
    padding-top: 1em;
  }
}

@media only screen and (min-width: 64.375em) {
  .content__main--festival-detail .content-wrapper {
    margin-bottom: 0;
  }
  .content__main--festival-detail .event-list {
    margin-top: 5em;
  }
}
.content__main--notification {
  padding-bottom: 3em;
}

.content__main .rich-text strong > a, .content__main .rich-text b > a,
.ticket-box__content .rich strong > a,
.ticket-box__content .rich b > a {
  margin-bottom: 0;
  text-decoration: none;
  white-space: unset !important;
}

.content__main .rich-text strong > a, .content__main .rich-text b > a {
  margin-bottom: 3em;
}

.meta-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.meta-list span {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.meta-list__title {
  margin: 8px 0;
  font-size: 40px;
}

.meta-festivals {
  width: 100%;
  display: flex;
  justify-content: stretch;
  margin-top: -1.7em;
  margin-bottom: 1.7em;
}
.meta-festivals .meta-list {
  flex: 1;
}
.meta-festivals img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 1em;
}
.meta-festivals img:last-of-type {
  margin-right: 0;
}

dialog.modal,
.inline-modal {
  background: #F4F1ED;
  color: #231F20;
  padding: 29px 31px;
  border-radius: 7px;
  font-size: 18px;
}
dialog.modal p,
.inline-modal p {
  margin-bottom: 1.5em;
}
dialog.modal button,
.inline-modal button {
  padding: 7px 14px;
}
dialog.modal .flex,
.inline-modal .flex {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}

dialog.modal {
  z-index: 100;
  position: fixed;
  top: 0px;
  max-width: 39ch;
  margin-inline: auto;
  border: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.inline-modal {
  margin: 29px 31px;
}
.inline-modal [data-close] {
  display: none;
}

.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

.newsletter-signup {
  position: relative;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  padding: 64px 0 40px;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup {
    padding: 192px 0;
  }
}
.newsletter-signup > h1 {
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup > h1 {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.newsletter-signup__bg {
  position: absolute;
  top: 84px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup__bg {
    top: 136px;
  }
}
.newsletter-signup__bg svg {
  width: 249px;
  height: 213px;
  fill: #33BCA9;
  margin: 0 auto;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup__bg svg {
    width: 517px;
    height: 419px;
  }
}
.newsletter-signup--programma .newsletter-signup__bg svg {
  fill: #1D1C44;
}
.newsletter-signup--programma-detail .newsletter-signup__bg svg {
  fill: #33BCA9;
}
.newsletter-signup .newsletter-signup__form {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: #F4F1ED;
  border-radius: 7px;
  padding: 6px;
  min-height: 60px;
  max-width: calc(100vw - 32px);
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup .newsletter-signup__form {
    max-width: unset;
  }
}
.newsletter-signup .newsletter-signup__form div:not(.hp) {
  display: inline-block;
}
.newsletter-signup .newsletter-signup__form .email {
  display: inline-block;
  border: 0;
  background: transparent;
  border-bottom: 1px #999999 solid;
  color: #999999;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  width: calc(100% - 48px);
  margin: 25px 22px 13px 18px;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup .newsletter-signup__form .email {
    text-align: left;
  }
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup .newsletter-signup__form .email {
    border-width: 3px;
    width: 327px;
    margin: 0 22px 0 18px;
  }
}
.newsletter-signup .newsletter-signup__form .button, .newsletter-signup .newsletter-signup__form .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .newsletter-signup .newsletter-signup__form a, .newsletter-signup .newsletter-signup__form .content__main .rich-text strong > a, .content__main .rich-text .newsletter-signup .newsletter-signup__form strong > a, .newsletter-signup .newsletter-signup__form .content__main .rich-text b > a, .content__main .rich-text .newsletter-signup .newsletter-signup__form b > a,
.newsletter-signup .newsletter-signup__form .ticket-box__content .rich strong > a,
.ticket-box__content .rich .newsletter-signup .newsletter-signup__form strong > a,
.newsletter-signup .newsletter-signup__form .ticket-box__content .rich b > a,
.ticket-box__content .rich .newsletter-signup .newsletter-signup__form b > a {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 44px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 64.375em) {
  .newsletter-signup .newsletter-signup__form .button, .newsletter-signup .newsletter-signup__form .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .newsletter-signup .newsletter-signup__form a, .newsletter-signup .newsletter-signup__form .content__main .rich-text strong > a, .content__main .rich-text .newsletter-signup .newsletter-signup__form strong > a, .newsletter-signup .newsletter-signup__form .content__main .rich-text b > a, .content__main .rich-text .newsletter-signup .newsletter-signup__form b > a,
  .newsletter-signup .newsletter-signup__form .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .newsletter-signup .newsletter-signup__form strong > a,
  .newsletter-signup .newsletter-signup__form .ticket-box__content .rich b > a,
  .ticket-box__content .rich .newsletter-signup .newsletter-signup__form b > a {
    padding-left: 23px;
    padding-right: 23px;
    min-height: 27px;
    margin-bottom: 0;
    margin-top: 1px;
  }
}

.page-section {
  margin: 6em 0 0;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 2s;
}
.page-section--unexpandable {
  padding-bottom: 0;
}

.page-section:first-of-type {
  margin-top: 2em;
}

.page-section.inactive {
  max-height: 10em;
}

.page-section--with-header.inactive {
  max-height: calc(300px + 3em);
}

.page-section__header {
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 1em;
  transition: all 2s;
  opacity: 1;
}

.page-section__content {
  position: relative;
  z-index: 1;
  margin-top: 300px;
}

.page-section__button {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.inactive .page-section__button {
  top: 115px;
  bottom: auto;
}

.page-section.page-section--with-header.inactive .page-section__button {
  top: 305px;
}

.page-section__button:before {
  content: "Verberg";
}
.inactive .page-section__button:before {
  content: "Lees meer";
}

.page-subpagenav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1em 0 2em;
}
.page-subpagenav li {
  margin-bottom: 14px;
}

.page-subpagenav-item {
  color: #231F20;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
}
@media only screen and (min-width: 40em) {
  .page-subpagenav-item {
    padding: 10px;
  }
}
.page-subpagenav-item__img-ct {
  position: relative;
  width: 144px;
  height: 125px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .page-subpagenav-item__img-ct {
    width: 200px;
    height: 170px;
  }
}
.page-subpagenav-item__img-ct img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
  color: #F4F1ED;
}
.page-subpagenav-item .img-mask {
  position: absolute;
  width: 144px;
}
.page-subpagenav-item .img-mask svg {
  fill: #fff;
}
@media only screen and (min-width: 64.375em) {
  .page-subpagenav-item .img-mask {
    width: 200px;
  }
}
.page-subpagenav-item__content {
  text-align: center;
  transition: 0.2s linear color;
  max-width: 144px;
}
@media only screen and (min-width: 64.375em) {
  .page-subpagenav-item__content {
    max-width: 200px;
  }
}
.page-subpagenav-item__content > * {
  margin: 0.5em 0 0;
}

.page-subpagenav-item:hover img {
  transform: scale(1.2);
}
.page-subpagenav-item:hover .page-subpagenav-item__content {
  color: #EF3836;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9;
  display: block;
  position: relative;
  color: #1D1C44;
  background: #F4F1ED;
  border-radius: 3px;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}

.pika-lendar {
  float: left;
  margin: 8px;
  width: calc(100vw - 24px);
  max-width: 380px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  font-family: "NoeDisplay", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 40px;
  padding: 0 10px;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 22px;
  height: 18px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
  margin-top: 16px;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("img/icon-arrow-left-b49564e95e.svg");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("img/icon-arrow-right-blue-73c7c502e0.svg");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
  font-weight: normal;
  text-align: center;
  background-color: #F4F1ED;
}

.pika-table td {
  border: 1px #33BCA9 solid;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #1D1C44;
  background: #F4F1ED;
}

.pika-week {
  font-size: 11px;
}

.is-today .pika-button {
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  background: #1D1C44;
  color: #fff;
}

.has-event .pika-button {
  background: #F4F1ED;
}

/*
.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}
*/
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #33BCA9;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: #1D1C44;
  color: #fff;
  box-shadow: none;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  text-decoration: none;
  cursor: help;
}

.js-calendar-container {
  width: 100%;
}

.js-calendar-container .pika-lendar {
  width: 100%;
}

.js-calendar-container .pika-single.is-bound {
  margin: -43px auto 12px;
  width: 395px;
}

.page--plan-je-bezoek {
  background: #2B3990;
  overflow-x: hidden;
}
.page--plan-je-bezoek .content__main {
  background: transparent;
  color: #fff;
  min-height: 690px;
}
.page--plan-je-bezoek .content__main .content-wrapper {
  padding-top: 82px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .content__main .content-wrapper {
    padding-top: 0;
  }
}
.page--plan-je-bezoek .content__main:before {
  display: none;
}
.page--plan-je-bezoek h1:not(.newsletter-signup) {
  font-size: 42px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek h1:not(.newsletter-signup) {
    font-size: 100px;
    padding-top: 50px;
    margin-bottom: 5px;
  }
}
.page--plan-je-bezoek .plan-je-bezoek-introduction {
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .plan-je-bezoek-introduction {
    max-width: 451px;
    margin-bottom: 47px;
  }
  .page--plan-je-bezoek .plan-je-bezoek-introduction p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.page--plan-je-bezoek .plan-je-bezoek-details {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 44px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .plan-je-bezoek-details {
    display: flex;
    margin-bottom: 95px;
  }
  .page--plan-je-bezoek .plan-je-bezoek-details p {
    font-size: 17px;
  }
}
.page--plan-je-bezoek .plan-je-bezoek-details p {
  margin-bottom: 34px;
}
.page--plan-je-bezoek .plan-je-bezoek-details h2 {
  font-size: 20px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .plan-je-bezoek-details h2 {
    margin-top: 7px;
    margin-bottom: 14px;
  }
}
.page--plan-je-bezoek .plan-je-bezoek-details h3 {
  margin: 0;
  padding: 0;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: inherit;
}
.page--plan-je-bezoek .plan-je-bezoek-details__address,
.page--plan-je-bezoek .plan-je-bezoek-details__times {
  width: 100%;
  max-width: 183px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .plan-je-bezoek-details__address,
  .page--plan-je-bezoek .plan-je-bezoek-details__times {
    margin-right: 21px;
  }
}
.page--plan-je-bezoek .info-details__times {
  margin-right: 0;
}
.page--plan-je-bezoek .img-ct {
  position: absolute;
  width: 352px;
  height: 302px;
  z-index: -1;
  overflow: hidden;
  top: -35px;
  right: -160px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .img-ct {
    width: 846px;
    height: 725px;
    top: -160px;
    right: -250px;
  }
}
.page--plan-je-bezoek .img-ct img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: 2s;
  object-fit: cover;
  border: 1px transparent solid;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .img-ct img {
    border-bottom: 0;
  }
}
.page--plan-je-bezoek .img-ct .img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  fill: #2B3990;
}
.page--plan-je-bezoek .directions {
  max-width: 893px;
}
.page--plan-je-bezoek .directions h1 {
  font-size: 32px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .directions h1 {
    max-width: 600px;
    margin-bottom: 23px;
    font-size: 59px;
  }
}
.page--plan-je-bezoek .directions p {
  font-size: 18px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .directions p {
    font-size: 20px;
    margin-bottom: 39px;
  }
}
.page--plan-je-bezoek .directions .google-map {
  position: relative;
  background: #F4F1ED;
  border-radius: 10px;
  min-height: 195px;
  width: 100%;
  max-width: 893px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .page--plan-je-bezoek .directions .google-map {
    height: 457px;
  }
}
.page--plan-je-bezoek .directions .google-map__content {
  width: 100%;
  height: 100%;
}
.page--plan-je-bezoek .footer {
  background: #2B3990;
}
.page--plan-je-bezoek .footer .newsletter-signup__bg svg {
  fill: #F7C1D9;
}
.page--plan-je-bezoek .footer:before {
  display: none;
}
.page--plan-je-bezoek .footer a:hover {
  color: #EF3836;
}

.js-loaded .page--plan-je-bezoek .img-ct img {
  opacity: 1;
}

.program-filter {
  display: flex;
  flex-flow: column;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  margin-bottom: 48px;
}
@media only screen and (min-width: 64.375em) {
  .program-filter {
    flex-flow: row wrap;
    margin-top: 45px;
  }
}

.program-filter h3 {
  margin: unset;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 64.375em) {
  .program-filter h3 {
    font-size: 40px;
    margin-right: 50px;
  }
}

.program-filter ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  user-select: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.program-filter ol:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: "";
}

.program-filter__button {
  display: block;
  outline: 0;
  border: 0;
  padding: 8px 6px;
  appearance: none;
  background: transparent;
  color: #F4F1ED;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  font-size: 17px;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 64.375em) {
  .program-filter__button {
    font-size: 20px;
    width: unset;
    height: unset;
  }
}
.program-filter__button:hover {
  background: #F4F1ED;
  color: #231F20;
}

.program-filter__dropdown {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 18px;
  background: #1D1C44 url("img/icon-arrow-down-white-6763347e61.svg") no-repeat;
  background-position: calc(100% - 10px) center;
  text-align: left;
  padding: 12px 44px 12px 12px;
  min-width: 10ch;
}
@media only screen and (min-width: 64.375em) {
  .program-filter__dropdown {
    padding: 12px 44px 12px 24px;
  }
}

.program-filter__dropdown:focus,
.program-filter__dropdown:focus-within {
  background: #1D1C44 url("img/icon-arrow-up-white-8135099c9b.svg") no-repeat;
  background-position: calc(100% - 10px) center;
}

.program-filter__dropdown > option {
  background: #F4F1ED;
  color: #33BCA9;
}

.program-filter__dropdown > option:disabled {
  color: #333030;
}

.program-filter li {
  margin-top: 22px;
  margin-right: 22px;
  order: 1;
}
@media only screen and (min-width: 64.375em) {
  .program-filter li {
    order: unset;
    margin-top: unset;
  }
}

.program-filter li:first-of-type {
  order: 2;
}
@media only screen and (min-width: 64.375em) {
  .program-filter li:first-of-type {
    order: unset;
  }
}

.program-filter__reset {
  width: 70px;
  text-align: left;
}

.program-filter label.enabled {
  display: block;
  cursor: pointer;
}
.program-filter label.enabled > * {
  pointer-events: none;
}
.no-touchevents .program-filter label.enabled:hover span {
  background: #7E7E7E;
}
.no-touchevents .program-filter label.enabled:focus span {
  background: #7E7E7E;
}
.no-touchevents .program-filter label.enabled:active span {
  background: #7E7E7E;
}
.program-filter label.enabled:active span {
  background: #7E7E7E;
}

.program-filter input {
  position: absolute;
  left: -100px;
  top: -100px;
}
.program-filter input:checked ~ .program-filter__button {
  background: #fff;
  color: #000;
}
.program-filter input.tab-focus ~ .program-filter__button {
  background: #F4F1ED;
  color: #231F20;
}
.program-filter input:disabled ~ .program-filter__button {
  background: #7E7E7E;
  cursor: default;
}

.programma-header {
  width: 100vw;
  position: relative;
  z-index: 2;
}
.programma-header__content {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 32px);
  margin: 80px auto 0;
}
@media only screen and (min-width: 64.375em) {
  .programma-header__content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.programma-header__content h1 {
  font-size: 42px;
  margin-bottom: 62px;
}
@media only screen and (min-width: 64.375em) {
  .programma-header__content h1 {
    font-size: 120px;
    margin-top: 32px;
    margin-bottom: 97px;
    line-height: 0.881;
  }
}

.rentalform {
  position: relative;
  background: #1D1C44;
  border-radius: 7px;
  padding: 40px 20px;
  color: #F4F1ED;
}
@media only screen and (min-width: 64.375em) {
  .rentalform {
    padding: 40px 80px;
  }
}
.rentalform > h1, .rentalform p {
  position: relative;
  z-index: 1;
}
.rentalform p {
  font-size: 17px;
}
.rentalform > h1 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 64.375em) {
  .rentalform > h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.rentalform__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rentalform__bg svg {
  position: absolute;
  margin: 0 auto;
  top: 106px;
  right: 0;
}
@media only screen and (min-width: 40em) {
  .rentalform__bg svg {
    right: 40px;
    bottom: 40px;
  }
}
.rentalform .rentalform__form {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.rentalform .rentalform__form .garp-subform {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  background: #F4F1ED;
  min-height: 60px;
  max-width: calc(100vw - 32px);
  border-radius: 7px;
  flex-direction: column;
  margin-bottom: 18px;
}
@media only screen and (min-width: 40em) {
  .rentalform .rentalform__form .garp-subform {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 64.375em) {
  .rentalform .rentalform__form .garp-subform {
    margin-bottom: 48px;
  }
}
.rentalform .rentalform__form .garp-subform div:not(.hp) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rentalform .rentalform__form .garp-subform .field {
  display: inline-block;
  border: 0;
  background: transparent;
  border-bottom: 3px #999999 solid;
  color: #333030;
  font-weight: 300;
  font-size: 18px;
  margin: 17px 16px 12px 17px;
  width: 100%;
  width: calc(100% - 33px);
}
.rentalform .rentalform__form .garp-subform .button, .rentalform .rentalform__form .garp-subform .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .rentalform .rentalform__form .garp-subform a, .rentalform .rentalform__form .garp-subform .content__main .rich-text strong > a, .content__main .rich-text .rentalform .rentalform__form .garp-subform strong > a, .rentalform .rentalform__form .garp-subform .content__main .rich-text b > a, .content__main .rich-text .rentalform .rentalform__form .garp-subform b > a,
.rentalform .rentalform__form .garp-subform .ticket-box__content .rich strong > a,
.ticket-box__content .rich .rentalform .rentalform__form .garp-subform strong > a,
.rentalform .rentalform__form .garp-subform .ticket-box__content .rich b > a,
.ticket-box__content .rich .rentalform .rentalform__form .garp-subform b > a {
  padding: 13px 33px 15px;
  margin-bottom: 13px;
  font-size: 18px;
}
@media only screen and (min-width: 40em) {
  .rentalform .rentalform__form .garp-subform .button, .rentalform .rentalform__form .garp-subform .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .rentalform .rentalform__form .garp-subform a, .rentalform .rentalform__form .garp-subform .content__main .rich-text strong > a, .content__main .rich-text .rentalform .rentalform__form .garp-subform strong > a, .rentalform .rentalform__form .garp-subform .content__main .rich-text b > a, .content__main .rich-text .rentalform .rentalform__form .garp-subform b > a,
  .rentalform .rentalform__form .garp-subform .ticket-box__content .rich strong > a,
  .ticket-box__content .rich .rentalform .rentalform__form .garp-subform strong > a,
  .rentalform .rentalform__form .garp-subform .ticket-box__content .rich b > a,
  .ticket-box__content .rich .rentalform .rentalform__form .garp-subform b > a {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    padding: 12px 23px;
    min-height: 27px;
    margin-bottom: 0;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 40em) {
  .rentalform .rentalform__form .garp-subform:last-of-type {
    flex-direction: row;
  }
}
.rentalform .rentalform__form .garp-subform:last-of-type div:last-of-type {
  flex: 0;
  justify-content: center;
  margin-right: 6px;
}
@media only screen and (max-width: 64.3125em) {
  .rentalform .rentalform__form + p {
    margin-top: 72px;
  }
}

.site-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  margin-top: -70px;
  padding-top: 70px;
}
@media only screen and (min-width: 64.375em) {
  .site-header {
    margin-top: -200px;
    padding-top: 200px;
  }
}
.site-header svg {
  display: none;
  position: fixed;
  z-index: -1;
  fill: currentColor;
  width: 385px;
  height: 307px;
  margin-top: -123px;
  margin-left: -171px;
}
@media only screen and (min-width: 64.375em) {
  .site-header svg {
    width: 741px;
    height: 601px;
    margin-top: -259px;
    margin-left: -267px;
  }
}
.site-header__content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  color: #fff;
}
@media only screen and (min-width: 64.375em) {
  .site-header__content {
    max-width: 1200px;
  }
}
.site-header__inset {
  margin: 0 16px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.site-header--home .site-header__inset {
  color: #F4F1ED;
  max-width: 473px;
}

@media only screen and (min-width: 64.375em) {
  .site-header__inset {
    width: unset;
    margin: 0 101px;
  }
}
.site-header__inset h2 {
  font-size: 42px;
  padding-top: 16px;
}
@media only screen and (min-width: 64.375em) {
  .site-header__inset h2 {
    font-size: 60px;
    margin: -10px 0 10px;
  }
}
.site-header__inset p {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 18px;
}
@media only screen and (min-width: 64.375em) {
  .site-header__inset p {
    font-size: 21px;
  }
}
.site-header__img-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 64.375em) {
  .site-header__img-ct {
    position: fixed;
  }
}
.site-header__img-ct img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header__img-ct:after, .site-header__img-ct:before {
  width: 100%;
  height: 173px;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.site-header__img-ct:before {
  top: unset;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
}
.site-header.site-header--home {
  height: 100vh;
}
.site-header.site-header--home svg {
  color: #EF3836;
  display: block;
}
.site-header.site-header--error {
  height: 100vh;
  min-height: 490px;
  max-height: 35vw;
}
.site-header.site-header--error svg {
  color: #EF3836;
  display: block;
}
.site-header.site-header--contact svg {
  color: #EF3836;
  display: block;
}
@media only screen and (min-width: 64.375em) {
  .site-header.site-header--contact svg {
    margin-top: -270px;
    margin-left: -231px;
  }
}
.site-header.site-header--programma svg {
  color: #1D1C44;
  display: block;
}
@media only screen and (min-width: 64.375em) {
  .site-header.site-header--programma svg {
    margin-top: -270px;
    margin-left: -231px;
  }
}
.site-header.site-header--programma-detail .site-header__content {
  position: relative;
  min-height: 490px;
}
.site-header.site-header--programma-detail .site-header__inset--bottom {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 64.375em) {
  .site-header.site-header--programma-detail .site-header__inset--bottom {
    max-width: 691px;
  }
}
@media only screen and (min-width: 64.375em) {
  .site-header.site-header--programma-detail .site-header__img-ct {
    min-height: 665px;
    max-height: 665px;
  }
}

.site-header__title {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 64.375em) {
  .site-header__title {
    font-size: 120px;
    line-height: 100px;
  }
  .site-header__title--long {
    font-size: 80px;
    line-height: 70px;
  }
}

p.site-header__text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
}
p.site-header__text br {
  margin-bottom: 0.5em;
}

.site-header ~ * {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.site-header.site-header--home .site-header__inset p {
  max-width: 60vw;
}

html.js .site-header svg {
  transition: opacity 2.5s, transform 1.4s ease-out;
  opacity: 0;
  transform: rotate(-30deg);
}

html.js .site-header__img-ct {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

html.js-loaded .site-header svg {
  opacity: 1;
  transform: rotate(0);
}

html.js-loaded .site-header__img-ct {
  opacity: 1;
  transition-delay: 0.3s;
}

.site-header--alignment-top-left .site-header__img {
  object-position: left top;
}

.site-header--alignment-top-center .site-header__img {
  object-position: center top;
}

.site-header--alignment-top-right .site-header__img {
  object-position: right top;
}

.site-header--alignment-center-left .site-header__img {
  object-position: left center;
}

.site-header--alignment-center-center .site-header__img {
  object-position: center center;
}

.site-header--alignment-center-right .site-header__img {
  object-position: right center;
}

.site-header--alignment-bottom-left .site-header__img {
  object-position: left bottom;
}

.site-header--alignment-bottom-center .site-header__img {
  object-position: center bottom;
}

.site-header--alignment-bottom-right .site-header__img {
  object-position: right bottom;
}

.site-nav {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 70px;
}
@media only screen and (min-width: 64.375em) {
  .site-nav {
    height: unset;
  }
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 40px 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 173px;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: -0.07px;
  color: #fff;
  justify-content: space-between;
  /*
  @include bp-max($medium) {
    li:last-child {
      margin: 0;
    }
  }
  @include bp-min($medium) {
    li:first-child {
      margin-right: 70px;
    }
  }
  */
}
@media only screen and (max-width: 64.3125em) {
  .site-nav ul {
    max-width: 100%;
    font-size: 18px;
    letter-spacing: -0.18px;
    padding: 13px 16px;
    height: 70px;
    align-items: center;
    margin-bottom: 80px;
    position: fixed;
    transition: background 0.4s;
  }
}
.site-nav ul li {
  margin: 0 22px 0 0;
}
@media only screen and (min-width: 64.375em) {
  .site-nav ul li {
    margin: 0 57px 0 0;
  }
}
@media only screen and (min-width: 64.375em) {
  .site-nav ul li:nth-child(2) {
    margin-right: 64px;
  }
}

a.nav-link {
  position: relative;
  font-weight: inherit;
  z-index: 1;
}
a.nav-link:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  transition: 0.13s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-bottom: 2px #EF3836 solid;
  bottom: 0;
  right: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
@media only screen and (min-width: 64.375em) {
  a.nav-link:after {
    border-width: 4px;
  }
}
a.nav-link:hover:after {
  opacity: 1;
  transform: scaleX(1);
  border-color: #33BCA9;
}
a.nav-link.is-current:after {
  opacity: 1;
  transform: scaleX(1);
  border-color: #33BCA9;
}

.site-nav .site-nav__home {
  flex: 3;
}
@media only screen and (min-width: 64.375em) {
  .site-nav .site-nav__home {
    margin-left: 61px;
  }
}
.site-nav .site-nav__home a {
  margin-top: -2px;
  display: block;
  background: url("img/logo-type-horizontal-white-069b4d16bb.svg");
  width: 103px;
  height: 34px;
  background-size: cover;
}
@media only screen and (min-width: 64.375em) {
  .site-nav .site-nav__home a {
    width: 182px;
    height: 60px;
  }
}
.site-nav .site-nav__home a:after {
  display: none;
}
.site-nav .site-nav__home h1 {
  text-indent: -9999em;
  font-size: 0;
}

.site-nav--fixed ul {
  position: fixed;
  top: 0;
  left: 0;
  background: #1D1C44;
  transition: background 0.4s;
  width: 100%;
  max-width: unset;
}

.site-nav-overlay-btns {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 32px;
  left: 0;
  top: 20px;
  pointer-events: none;
}
@media only screen and (min-width: 64.375em) {
  .site-nav-overlay-btns {
    top: 41px;
  }
}
.site-nav-overlay-btns > div {
  margin: 0 auto;
  color: #fff;
  width: calc(100% - 40px);
  height: 32px;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
}
.site-nav-overlay-btns > div svg {
  pointer-events: all;
}

.site-nav__menu-btn,
.site-nav__menu-close {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  padding: 10px;
  margin-top: -10px;
  transform: scaleY(0);
  transition: transform linear 0.2s;
  position: fixed;
  touch-action: auto;
  pointer-events: all;
}
.site-nav__menu-btn > svg,
.site-nav__menu-close > svg {
  width: 23px;
  height: 16px;
}

html.js-loaded .site-nav.site-nav--fixed {
  transform: none;
  transition: none;
}

@media only screen and (min-width: 64.375em) {
  html.js .site-nav {
    transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    transform: translateY(-70px);
  }
  html.js-loaded .site-nav {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-nav-overlay {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background: #1D1C44;
  width: 100vw;
  height: 100vh;
  transition: transform 0.3s linear, opacity 0.4s linear;
}
@media only screen and (min-width: 64.375em) {
  .site-nav-overlay {
    left: 50vw;
    width: 50vw;
  }
}
.site-nav-overlay ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 100px;
  height: 100vh;
}
.site-nav-overlay:after {
  pointer-events: none;
  touch-action: none;
  content: "";
  display: block;
  position: absolute;
  bottom: -50vw;
  height: 100vw;
  width: 100vw;
  border-radius: 100vw;
  background: #1D1C44;
  z-index: -1;
}
@media only screen and (min-width: 64.375em) {
  .site-nav-overlay:after {
    bottom: -25vw;
    height: 50vw;
    width: 50vw;
    border-radius: 50vw;
  }
}

html:after {
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  content: "";
  position: fixed;
  opacity: 1;
  transition: opacity 2s linear;
  z-index: 8;
  pointer-events: none;
  touch-action: none;
}

.site-nav-overlay--closed .site-nav-overlay {
  transform: translateY(-200vh);
}
.site-nav-overlay--closed:after {
  opacity: 0;
}
.site-nav-overlay--closed .site-nav__menu-close {
  transform: scaleY(0);
}
.site-nav-overlay--closed .site-nav__menu-btn {
  transform: scaleY(1);
}

.site-nav__menu-close {
  transform: scaleY(1);
}

a.site-nav__link {
  font-size: 20px;
  line-height: 40px;
}

a.site-nav__link--big {
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
}

.site-nav__separator {
  margin-bottom: 32px;
}

html:not(.site-nav-overlay--closed) .site-nav {
  opacity: 0;
}

body:not(.page--home) .site-nav li {
  margin: 0;
}
body:not(.page--home) .site-nav li:nth-child(2) {
  margin-left: 0;
  margin-right: 55px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 64.375em) {
  body:not(.page--home) .site-nav li {
    margin: 0 26px 0 0;
  }
  body:not(.page--home) .site-nav li.site-nav__home {
    margin-left: 20px;
  }
  body:not(.page--home) .site-nav li:nth-child(2) {
    margin-right: 26px;
  }
}
.sponsor-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (min-width: 64.375em) {
  .sponsor-list {
    justify-content: flex-start;
  }
}

.sponsor-image {
  max-width: 172px;
  transition: 0.2s opacity linear;
}

.sponsor-item a:hover .sponsor-image {
  opacity: 0.75;
}

.staff-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.staff-list > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
}
@media only screen and (min-width: 64.375em) {
  .staff-list > li {
    margin-top: 60px;
  }
}
.staff-list > li:first-of-type {
  margin-top: 0;
}
.staff-list h2, .staff-list h3, .staff-list p {
  margin: 0;
}
.staff-list h2 {
  font-family: "NoeDisplay", Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  font-size: 36px;
  margin: 0 0 24px;
  font-weight: bold;
  color: #231F20;
}
@media only screen and (min-width: 64.375em) {
  .staff-list h2 {
    font-size: 40px;
    margin: 0 0 32px;
  }
}
.staff-list h3 {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #231F20;
}
.staff-list p, .staff-list a {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: light;
  color: #231F20;
}
.staff-list .persons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 378px;
}
@media only screen and (min-width: 64.375em) {
  .staff-list .persons {
    margin-left: 40px;
    justify-content: flex-start;
    max-width: unset;
  }
}
.staff-list .persons li {
  display: inline-block;
  min-width: 40%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.375em) {
  .staff-list .persons li {
    margin-right: 69px;
    min-width: unset;
  }
}
.staff-list .persons li .img-ct {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .staff-list .persons li .img-ct {
    width: 126px;
    height: 126px;
  }
}
.staff-list .persons li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.15s linear, transform 0.2s ease-out;
  transform: scale(1);
}
.staff-list .persons li .img--alt {
  opacity: 0;
  transform: scale(1.2);
}
.staff-list .persons li:hover .img {
  opacity: 0;
}
.staff-list .persons li:hover .img--alt {
  opacity: 1;
  transform: scale(1);
}
.staff-list .persons li .text {
  margin: 0 auto;
  max-width: 135px;
  text-align: center;
}
.staff-list a {
  color: #EF3836;
  font-weight: normal;
}
.staff-list a:hover {
  color: #231F20;
}
.staff-list li.raad-van-toezicht > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  flex: 0;
}
.staff-list li.raad-van-toezicht li {
  display: block;
  margin: 0;
}
.staff-list li.raad-van-toezicht h3, .staff-list li.raad-van-toezicht p, .staff-list li.raad-van-toezicht .text {
  display: inline;
  text-align: left;
}
.staff-list li.raad-van-toezicht p:before {
  content: "—";
}

.ticket-box {
  position: relative;
  width: 100%;
  top: -46px;
}
@media only screen and (min-width: 64.375em) {
  .ticket-box {
    position: absolute;
    top: -305px;
    right: 0;
    right: 1px; /* Fixes Visual glitch */
    width: 280px;
  }
}
.ticket-box__content-ct {
  max-width: 280px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 64.375em) {
  .ticket-box__content-ct {
    margin: 0;
  }
}
.ticket-box__content {
  background: #2B3990;
  border-radius: 7px;
  color: #fff;
  padding: 29px 31px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ticket-box p {
  font-size: 18px;
}
.ticket-box .rich p {
  line-height: 1.3333;
  margin: 0;
}
.ticket-box .rich p:last-of-type {
  margin-bottom: 1em;
}
.ticket-box .rich a {
  text-decoration: underline;
}
.ticket-box .rich a:hover {
  color: inherit;
}
.ticket-box h3 {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
}
.ticket-box .button, .ticket-box .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .ticket-box a, .ticket-box .content__main .rich-text strong > a, .content__main .rich-text .ticket-box strong > a, .ticket-box .content__main .rich-text b > a, .content__main .rich-text .ticket-box b > a,
.ticket-box .ticket-box__content .rich strong > a,
.ticket-box__content .rich .ticket-box strong > a,
.ticket-box .ticket-box__content .rich b > a,
.ticket-box__content .rich .ticket-box b > a {
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.ticket-box__title {
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 0;
}
.ticket-box__link {
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
}
.ticket-box__link:hover {
  color: #EF3836;
}
.ticket-box__button {
  font-size: 18px;
  white-space: unset !important;
  margin: 18px 0 0;
  padding: 13px 2px;
}
.ticket-box__button-inner {
  color: #F4F1ED;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1;
}
.ticket-box .external-link {
  color: #EF3836;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.ticket-box .external-link:hover {
  color: #231F20;
}

.ticket-box__social-icons {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
}
.ticket-box__social-icons svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.ticket-box__social-icons > a {
  margin-right: 13px;
  color: #231F20;
}
.ticket-box__social-icons > a:hover {
  color: #EF3836;
}
.ticket-box__social-icons > a:last-child {
  margin-right: 0;
}
.ticket-box__social-icons > a:first-child {
  margin-left: 20px;
}

@media only screen and (min-width: 64.375em) {
  .ticket-box__sticky-wrap {
    position: sticky;
    top: 325px;
    right: 0;
  }
}
ul.picker {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  padding-bottom: 17px;
  margin-bottom: -17px;
  box-sizing: content-box;
  scrollbar-width: none;
  scroll-behavior: smooth;
  user-select: none;
  margin-bottom: 10px;
  max-width: 224px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  display: flex;
}
ul.picker:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: "";
}
ul.picker ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.picker li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  min-width: 50px;
  max-width: 50px;
  margin-right: 5px;
}

.picker__button {
  text-align: center;
  width: 50px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  appearance: none;
  background: transparent;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  user-select: none;
  background: #fff;
  color: #000;
  line-height: 1;
  user-select: none;
}
.picker__button:hover {
  background: #F4F1ED;
  color: #231F20;
}
.picker__button .day {
  font-size: 28px;
  font-weight: normal;
}
.picker__button .month {
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.picker__button .time {
  font-size: 16px;
  font-weight: normal;
}
.picker__button--disabled {
  pointer-events: none;
  cursor: pointer;
}

.picker__wrap {
  position: relative;
}

.picker__wrap a.button.button--red, .picker__wrap .latest-news-item__content .rich-text a.button--red, .latest-news-item__content .rich-text .picker__wrap a.button--red, .picker__wrap .content__main .rich-text strong > a, .content__main .rich-text .picker__wrap strong > a, .picker__wrap .content__main .rich-text b > a, .content__main .rich-text .picker__wrap b > a,
.picker__wrap .ticket-box__content .rich strong > a,
.ticket-box__content .rich .picker__wrap strong > a,
.picker__wrap .ticket-box__content .rich b > a,
.ticket-box__content .rich .picker__wrap b > a {
  color: #fff;
  white-space: pre-wrap;
}

.picker__control {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 95px;
  background: rgba(43, 57, 144, 0.8);
  text-indent: -999em;
  overflow: hidden;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  pointer-events: all;
}
.picker__control svg {
  width: 9px;
  height: 24px;
}
.picker__control--previous {
  right: unset;
  left: 0;
}
.picker__control--hidden {
  opacity: 0;
  pointer-events: none;
}

.picker input {
  position: absolute;
  left: -100px;
  top: -100px;
}
.picker input:checked ~ .picker__button {
  background: #33BCA9;
  color: #F4F1ED;
}
.picker input.tab-focus ~ .picker__button {
  background: #F4F1ED;
  color: #231F20;
}
.picker input:disabled ~ .picker__button {
  background: #cdc0ae;
  color: #7E7E7E;
  cursor: default;
}

.picker__wrap ul {
  scroll-snap-type: x mandatory;
}
.picker__wrap ul li {
  scroll-snap-align: end;
}

.js-ticket-box-highlight .ticket-box__content .button.button--red, .js-ticket-box-highlight .ticket-box__content .latest-news-item__content .rich-text a.button--red, .latest-news-item__content .rich-text .js-ticket-box-highlight .ticket-box__content a.button--red, .js-ticket-box-highlight .ticket-box__content .content__main .rich-text strong > a, .content__main .rich-text .js-ticket-box-highlight .ticket-box__content strong > a, .js-ticket-box-highlight .ticket-box__content .content__main .rich-text b > a, .content__main .rich-text .js-ticket-box-highlight .ticket-box__content b > a,
.js-ticket-box-highlight .ticket-box__content .rich strong > a,
.js-ticket-box-highlight .ticket-box__content .rich b > a {
  animation: highlightR 1 4s;
}

.content__main--festival-detail .ticket-box .button, .content__main--festival-detail .ticket-box .latest-news-item__content .rich-text a, .latest-news-item__content .rich-text .content__main--festival-detail .ticket-box a, .content__main--festival-detail .ticket-box .content__main .rich-text strong > a, .content__main .rich-text .content__main--festival-detail .ticket-box strong > a, .content__main--festival-detail .ticket-box .content__main .rich-text b > a, .content__main .rich-text .content__main--festival-detail .ticket-box b > a,
.content__main--festival-detail .ticket-box .ticket-box__content .rich strong > a,
.ticket-box__content .rich .content__main--festival-detail .ticket-box strong > a,
.content__main--festival-detail .ticket-box .ticket-box__content .rich b > a,
.ticket-box__content .rich .content__main--festival-detail .ticket-box b > a {
  margin-top: 25px;
}

@keyframes highlightR {
  0% {
    background: #EF3836;
    opacity: 1;
    transform: scaleX(1);
  }
  20% {
    opacity: 1;
    background: #EF3836;
    transform: scaleX(1);
  }
  24% {
    background: white;
    transform: scale(1.4);
  }
  25% {
    transform: scale(1);
  }
  60% {
    background: #EF3836;
  }
}
.ticket-box--festival .ticket-box__content, .ticket-box--logo .ticket-box__content {
  background: #F4F1ED;
}

.ticket-box__sticky-wrap--logo + .content {
  margin-bottom: 262px;
}

.ticket-box--logo {
  margin-top: 60px;
}
.ticket-box--logo img {
  object-fit: cover;
  max-height: 202px;
}

.uitgelicht-card {
  transition: 0.9s;
  background: #F4F1ED;
  width: 220px;
  min-height: 329px;
  color: #231F20;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card {
    width: 315px;
    min-height: 530px;
  }
}
.uitgelicht-card__img-ct {
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  height: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card__img-ct {
    width: 235px;
    height: 287px;
  }
}
.uitgelicht-card__img-ct img {
  width: 100%;
  transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
  color: #F4F1ED;
}
.uitgelicht-card .img-mask {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 126px;
  height: 292px;
  fill: #F4F1ED;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card .img-mask {
    width: 241px;
  }
}
.uitgelicht-card__content {
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.uitgelicht-card__title {
  font-size: 22px;
  line-height: 0.881;
  margin-bottom: 16px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card__title {
    font-size: 39px;
  }
}
.uitgelicht-card__intro {
  font-weight: 300;
  font-size: 15px;
  align-self: flex-end;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card__intro {
    font-size: 18px;
  }
}
.uitgelicht-card__link {
  display: inline-block;
  color: #EF3836;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card__link {
    font-size: 18px;
  }
}
.uitgelicht-card__link:hover {
  color: #231F20;
}
.uitgelicht-card__link svg {
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  fill: currentColor;
  transition: 0.1s;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-card__link svg {
    width: 22px;
    height: 18px;
  }
}
.uitgelicht-card__leeftijdsgroep {
  position: absolute;
  top: 23px;
  left: 15px;
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 23px;
}

.uitgelicht-card-link:hover img {
  transform: scale(1.2);
}
.uitgelicht-card-link:hover .uitgelicht-card__link {
  color: #231F20;
}
.uitgelicht-card-link:hover .uitgelicht-card__link svg {
  margin-left: 1em;
}

.event-list--horizontal .uitgelicht-card {
  width: 220px;
  border-radius: 7px;
}
.event-list--horizontal .uitgelicht-card .uitgelicht-card__img-ct {
  width: 158px;
  height: 133px;
  left: 81px;
  top: 0;
}
.event-list--horizontal .uitgelicht-card .img-mask {
  width: 196px;
  height: 224px;
  top: -37px;
  left: 0;
}
.event-list--horizontal .uitgelicht-card .uitgelicht-card__content {
  bottom: 0;
  max-height: unset;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 64.375em) {
  .event-list--horizontal .uitgelicht-card {
    width: 371px;
    border-radius: unset;
  }
  .event-list--horizontal .uitgelicht-card .uitgelicht-card__content {
    padding: 0 25px;
    max-height: unset;
  }
  .event-list--horizontal .uitgelicht-card .uitgelicht-card__img-ct {
    width: 391px;
    height: 335px;
    left: 92px;
    top: -20px;
  }
  .event-list--horizontal .uitgelicht-card .img-mask {
    width: 412px;
    height: 359px;
    top: -20px;
    left: -5px;
  }
}

.uitgelicht {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht {
    margin-top: 114px;
    margin-bottom: 80px;
    pointer-events: all;
  }
}
.uitgelicht__ct {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht__ct {
    max-width: 1000px;
  }
}
.uitgelicht__heading {
  font-size: 42px;
  color: #fff;
  margin-bottom: 12px;
  margin-left: 25px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht__heading {
    font-size: 60px;
    margin-left: 0;
  }
}
.uitgelicht__intro {
  font-family: "BuenosAires", "Verdana", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-left: 25px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht__intro {
    font-size: 25px;
    margin-left: 0;
  }
}
.uitgelicht__scroll-ct {
  padding-bottom: 17px;
  margin-bottom: -17px;
  box-sizing: content-box;
  scrollbar-width: none;
  scroll-behavior: smooth;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.uitgelicht__scroll-ct ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.uitgelicht__content {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  pointer-events: all;
  margin-left: 25px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht__content {
    margin-left: 0;
  }
}
.uitgelicht__item {
  margin-right: 14px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht__item {
    margin-right: 27px;
  }
}
.uitgelicht__item:last-child {
  margin-right: 0;
}
.uitgelicht .picker__control {
  margin: 0;
  padding: 0;
  background: #33BCA9;
  width: 50px;
  height: 50px;
  border: 6px #F4F1ED solid;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  transition: color 0.2s;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht .picker__control {
    margin-top: -37px;
    width: 74px;
    height: 74px;
  }
}
.uitgelicht .picker__control:hover {
  color: #231F20;
}
.uitgelicht .picker__control:active {
  background: #3ecbb7;
}
.uitgelicht .picker__control svg {
  width: 22px;
  height: 18px;
  fill: currentColor;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht .picker__control svg {
    width: 33px;
    height: 26px;
  }
}
.uitgelicht .picker__control--previous {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.uitgelicht .picker__control--next {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}

.uitgelicht-bg {
  background: #F4F1ED;
  position: relative;
  width: 100%;
  height: 150px;
  display: block;
  z-index: 0;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht-bg {
    margin-top: -585px;
    height: 585px;
  }
}

/*
.page--home .uitgelicht {
margin-top: -186px;
@include bp-min($medium) {
  margin-top: -314px;
}
}
.page--home .uitgelicht-bg {
  margin-top: -585px;
  height: 627px;
  @include bp-min($medium) {
    height: 585px;
  }
}
*/
.page--home .uitgelicht {
  padding: 80px 0;
  background: #EF3836;
}
@media only screen and (min-width: 64.375em) {
  .page--home .uitgelicht {
    margin: 0;
    padding: 114px 0;
  }
}

.page--home .uitgelicht-bg {
  display: none;
}

.uitgelicht--event-detail .uitgelicht__heading {
  color: #231F20;
}
.uitgelicht--event-detail :before {
  display: none;
}

.uitgelicht > .uitgelicht__ct {
  margin-bottom: 34px;
}
.uitgelicht > .uitgelicht__ct:before {
  content: "";
  position: absolute;
  background: url("img/spice-gate-green-ecb566610f.svg");
  background-size: cover;
  width: 119px;
  height: 198px;
  top: -35px;
  right: -31px;
  z-index: -1;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht > .uitgelicht__ct:before {
    width: 255px;
    height: 422px;
    top: -137px;
    left: -163px;
  }
}

.uitgelicht--image-set {
  margin-bottom: unset;
}
.uitgelicht--image-set .uitgelicht__item {
  flex-shrink: 0;
  margin-right: 0;
  max-width: 256px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht--image-set .uitgelicht__item {
    min-width: 496px;
    max-width: 496px;
  }
}
.uitgelicht--image-set .uitgelicht-card__img {
  margin-right: 16px;
}
.uitgelicht--image-set .picker__control {
  background-color: #EF3836;
}
.uitgelicht--image-set .picker__control--next {
  right: -20px;
}
.uitgelicht--image-set .picker__control--previous {
  left: -20px;
}

.uitgelicht--image-set img {
  object-fit: contain;
  border-radius: 7px;
  max-width: 240px;
}
@media only screen and (min-width: 64.375em) {
  .uitgelicht--image-set img {
    min-height: 360px;
    object-fit: cover;
    max-width: 480px;
  }
}

/*
.page--festival-detail .uitgelicht,
.page--programma .uitgelicht {
  margin-top: unset;
}*/
.uitgelicht--image-set .uitgelicht__content {
  margin-left: 0;
}

.page--home .uitgelicht > .uitgelicht__ct:before {
  display: none;
}

.visual-block {
  position: relative;
  margin: 2em 0;
}

.visual-block figure {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 7px;
}

.visual-block img {
  width: 100%;
  border-radius: 7px;
}

.visual-block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
}

.visual-block .video-container {
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer;
}
.visual-block .video-container .button--play {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  background: #EF3836;
  width: 67px;
  height: 67px;
  margin: -33px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  display: flex;
  pointer-events: none;
  touch-action: none;
}
.visual-block .video-container .button--play svg {
  margin: auto;
  width: 16px;
  height: 24px;
}
.visual-block .video-container:hover .button--play {
  background: #FA7D64;
}
.visual-block .video-container:active .button--play {
  background: #E0583D;
}

/* ==========================================================================
   HELPERS
   ========================================================================== */
@media only screen and (max-width: 64.3125em) {
  .hide-on-small {
    display: none !important;
  }
}
@media only screen and (min-width: 64.375em) {
  .hide-on-large {
    display: none !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  .hide-on-palm {
    display: none !important;
  }
}
@media only screen and (min-width: 40em) {
  .hide-on-lap {
    display: none !important;
  }
}
.show-only-on-palm {
  display: none;
}

@media only screen and (max-width: 39.9375em) {
  .show-only-on-palm {
    display: block !important;
  }
}
.show-only-on-small {
  display: none;
}

@media only screen and (max-width: 64.3125em) {
  .show-only-on-small {
    display: block !important;
  }
}
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.offscreen {
  position: absolute !important;
  left: -999em !important;
}

.invisible {
  visibility: hidden !important;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  content: "";
}

/* Make sure Like buttons do not suffer from cut-off comment-box syndrome */
.fb_iframe_widget span {
  width: 450px !important;
}

/* Hide form field that should be left empty */
form .hp {
  display: none;
}

form .hp2 {
  display: none;
}

/* ==========================================================================
	HOVER - disable on scroll (see function disableHoverStylesOnScroll() in main-a8d5a87903.js)
	========================================================================== */
.disable-hover {
  pointer-events: none;
}

/* ==========================================================================
	PRINT
	========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    /* Black prints faster: h5bp.com/s */
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}