/*!
 * 
 * paard
 * 
 * @author Eagerly
 * @version 1.0.0
 * @link ISC
 * @license ISC
 * 
 * Copyright (c) 2024 Eagerly
 * 
 * This software is released under the ISC License
 * https://opensource.org/licenses/ISC
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
@import url(//hello.myfonts.net/count/32f583);
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(assets/owl.video.play-dd292d07.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}
*,
html {
  border: none;
  outline: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
p {
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
/* Do not use this because of accessibility */
a:focus {
  outline: auto;
}
a:active,
a:hover {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
a img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  -webkit-appearance: none;
}
select {
  -webkit-appearance: menulist;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
li ul,
li ol {
  margin: 0 20px;
}
ul,
ol {
  margin: 0 20px 20px 20px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-alpha;
}
ol ol ol ol {
  list-style: lower-alpha;
}
.displacement-content {
  position: relative;
  margin-left: 0px;
  bottom: -180px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 180px;
}
.displacement-section {
  position: relative;
  padding: 0px 0 0 110px;
  left: -110px;
  margin-right: -110px;
  margin-bottom: 40px;
}
/* Basics */
.clear {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
  visibility: hidden;
}
.show {
  display: block;
  visibility: visible;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-none {
  float: none;
}
.center {
  margin: 0 auto;
}
.centered {
  text-align: center;
}
.valign {
  vertical-align: middle;
}
.vertical-align {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-reset {
  top: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.reset {
  margin: 0px;
  padding: 0px;
}
.no-list {
  list-style: none;
}
.no-decoration {
  text-decoration: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.inherit {
  position: inherit;
}
.border-box {
  box-sizing: border-box;
}
.content-box {
  box-sizing: content-box;
}
div.vertical-center-hack,
div.vch {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1000px;
  height: 2000px;
  text-align: center;
  line-height: 2000px;
  width: 100%;
}
span.vertical-center-hack-wrap,
span.vchw {
  line-height: 0;
}
span.vertical-center-hack-content,
span.vchc {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* blokken, covers en columns */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
  min-height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.cover-absolute {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
/* Basics CSS3 */
/* Font */
.font-lighter {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-heavy {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Sprites */
/* Forms */
/* Gradients */
/* Transform */
.transform_translate {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Filters */
.filter-fix {
  -webkit-filter: translate3d(0, 0, 0);
  filter: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/* Seo Helper */
.seo-helper img:not([alt]),
.seo-helper img[alt=""],
.seo-helper img[alt^=" "],
.seo-helper a[href=""],
.seo-helper a[href^=" "],
.seo-helper a[href="#"],
.seo-helper a[rel*="nofollow"],
.seo-helper div:empty,
.seo-helper span:empty,
.seo-helper li:empty,
.seo-helper p:empty,
.seo-helper td:empty,
.seo-helper th:empty,
.seo-helper *[title=""],
.seo-helper *[class=""],
.seo-helper *[id=""] {
  outline: 2px solid red !important;
  outline-offset: 3px !important;
}
.seo-helper head,
.seo-helper title:empty,
.seo-helper link,
.seo-helper meta {
  display: block;
}
.seo-helper title:empty:before {
  content: "You've left the <title> empty!";
}
.seo-helper link:before {
  content: "You don't have a <title>!";
}
.seo-helper title ~ link {
  display: none;
}
.seo-helper meta[name="description"][content=""]:before,
.seo-helper meta[name="description"][content=" "]:before {
  content: "You've left description empty!";
}
@font-face {
  font-family: 'PatternBlank-Bold';
  src: url(assets/32F583_0_0-47ab05ab.eot);
  src: url(assets/32F583_0_0-47ab05ab.eot?#iefix) format('embedded-opentype'), url(assets/32F583_0_0-28acc91e.woff2) format('woff2'), url(assets/32F583_0_0-92ec8ab8.woff) format('woff'), url(assets/32F583_0_0-d117fa1b.ttf) format('truetype');
}
@font-face {
  font-family: 'PatternNo1';
  src: url(assets/32F583_1_0-ea36ebd3.eot);
  src: url(assets/32F583_1_0-ea36ebd3.eot?#iefix) format('embedded-opentype'), url(assets/32F583_1_0-0b34ed2b.woff2) format('woff2'), url(assets/32F583_1_0-96fa0f49.woff) format('woff'), url(assets/32F583_1_0-b03fa3c0.ttf) format('truetype');
}
@font-face {
  font-family: 'PatternBlank';
  src: url(assets/32F583_2_0-0f779ea9.eot);
  src: url(assets/32F583_2_0-0f779ea9.eot?#iefix) format('embedded-opentype'), url(assets/32F583_2_0-31851219.woff2) format('woff2'), url(assets/32F583_2_0-79e8e932.woff) format('woff'), url(assets/32F583_2_0-c10a1bb7.ttf) format('truetype');
}
@font-face {
  font-family: 'PatternNo3';
  src: url(assets/32F583_3_0-d061f4fc.eot);
  src: url(assets/32F583_3_0-d061f4fc.eot?#iefix) format('embedded-opentype'), url(assets/32F583_3_0-616c77f3.woff2) format('woff2'), url(assets/32F583_3_0-dec52a4b.woff) format('woff'), url(assets/32F583_3_0-f79a9ba5.ttf) format('truetype');
}
@font-face {
  font-family: 'PatternNo7';
  src: url(assets/32F583_4_0-85ee2345.eot);
  src: url(assets/32F583_4_0-85ee2345.eot?#iefix) format('embedded-opentype'), url(assets/32F583_4_0-e565099c.woff2) format('woff2'), url(assets/32F583_4_0-77f59b7a.woff) format('woff'), url(assets/32F583_4_0-945f5797.ttf) format('truetype');
}
/* includes */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/* colors */
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.grey {
  color: #808080;
}
.darkGrey {
  color: #1a1a1a;
}
.black50 {
  color: rgba(0, 0, 0, 0.5);
}
.black70 {
  color: rgba(0, 0, 0, 0.7);
}
.white50 {
  color: rgba(255, 255, 255, 0.5);
}
.white60 {
  color: rgba(255, 255, 255, 0.6);
}
.white70 {
  color: rgba(255, 255, 255, 0.7);
}
/* fonts */
.font {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font i {
  font-style: italic;
}
.fontMedium {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fontMedium i {
  font-style: italic;
}
.fontBold {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontBold i {
  font-style: italic;
}
.fontMerri {
  font-family: 'Merriweather', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontMerri i {
  font-style: italic;
}
.fontHeading {
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontHeading i {
  font-style: italic;
}
.fontHeadingBold {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.fontHeadingBold i {
  font-style: italic;
}
.fontHeading01 {
  font-family: 'PatternNo1', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.fontHeading01 i {
  font-style: italic;
}
.fontHeading03 {
  font-family: 'PatternNo3', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.fontHeading03 i {
  font-style: italic;
}
.fontHeading07 {
  font-family: 'PatternNo7', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.fontHeading07 i {
  font-style: italic;
}
.strikethrough {
  text-decoration: line-through;
}
/* text config */
body {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
body i {
  font-style: italic;
}
body a {
  text-decoration: none;
}
p {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0 0 28px 0px;
}
p i {
  font-style: italic;
}
p.intro {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 45px 0;
}
p a {
  text-decoration: none;
  font-weight: 600;
}
p a:hover {
  border-bottom: var(--color-primary) 2px solid;
}
small {
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}
html.mac h1,
html.mac h2,
html.mac h3,
html.mac h4,
html.mac h5 {
  padding-top: 0.75%;
}
html.mac h3.special-big {
  padding-top: 1%;
}
h1 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 32px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 i {
  font-style: italic;
}
h1.big {
  font-size: 60px;
  line-height: 1.4;
  margin: 0;
}
h1.h2_big_style {
  font-size: 22px;
  line-height: 1.4;
  color: #1a1a1a;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1.h2_big_style i {
  font-style: italic;
}
h2 {
  font-size: 31px;
  line-height: 1.4;
  color: #1a1a1a;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2 i {
  font-style: italic;
}
h2.big {
  font-size: 18px;
  line-height: 1.4;
  color: #1a1a1a;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2.big i {
  font-style: italic;
}
h2.big + h1 {
  margin-top: -2px;
}
h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 16px;
}
h3 i {
  font-style: italic;
}
h3.big {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 10px;
}
h3.special {
  font-size: 90px;
  line-height: 1.4;
  color: #ccc;
  font-family: 'PatternNo1', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.special i {
  font-style: italic;
}
h3.special-big {
  font-size: 110px;
  line-height: 1.4;
  color: #ccc;
  font-family: 'PatternNo1', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.special-big i {
  font-style: italic;
}
h3.special-1 {
  font-family: 'PatternNo1', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.special-1 i {
  font-style: italic;
}
h3.special-2 {
  font-family: 'PatternNo3', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.special-2 i {
  font-style: italic;
}
h3.special-3 {
  font-family: 'PatternNo7', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.special-3 i {
  font-style: italic;
}
h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h4 i {
  font-style: italic;
}
h4.small {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
h4.big {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h4.big i {
  font-style: italic;
}
h4.bigger {
  font-size: 31px;
  line-height: 1.4;
  margin: 0;
}
h5 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #999;
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h5 i {
  font-style: italic;
}
h5.big {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 6px;
}
h5.big i {
  font-style: italic;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image {
  display: block;
  position: relative;
  overflow: hidden;
}
.image > img {
  position: relative;
}
.image.init {
  height: 100%;
}
.image.init > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.the_content p {
  color: #424242;
}
.the_content p.intro {
  color: #1a1a1a;
}
.the_content p a:hover,
.the_content a:hover {
  text-decoration: underline;
}
.the_content h2 {
  font-size: 31px;
  line-height: 1.4;
  margin: 0;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.the_content h2 i {
  font-style: italic;
}
.the_content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.the_content h3 i {
  font-style: italic;
}
.the_content h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.the_content h4 i {
  font-style: italic;
}
.the_content h5 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.the_content h5 i {
  font-style: italic;
}
.the_content:after {
  content: "";
  display: table;
  clear: both;
}
.the_content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.the_content img.alignleft {
  float: left;
  margin-right: 20px;
}
.the_content img.alignright {
  float: right;
  margin-left: 20px;
}
.the_content ul li,
.the_content ol li {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #424242;
}
.the_content ul li i,
.the_content ol li i {
  font-style: italic;
}
.the_content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.the_content iframe {
  margin-bottom: 20px;
}
.the_content .general {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
}
.the_content .general > p:last-child {
  margin: 0 !important;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 46px;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 20px;
  margin-bottom: 2px;
}
input[type="text"] i,
input[type="email"] i {
  font-style: italic;
}
.line-clamp {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.line-clamp--1-line {
  -webkit-line-clamp: 1;
}
.line-clamp--2-lines {
  -webkit-line-clamp: 2;
}
.btn {
  display: grid;
  align-items: center;
  width: 180px;
  height: 56px;
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.btn.festival {
  width: 205px;
  font-size: 14px;
}
.btn i {
  font-style: italic;
}
.btn:hover,
.btn.active {
  background: transparent;
  color: #000000;
}
.btn--ghost {
  background: transparent;
  color: #000000;
}
.btn--ghost:hover,
.btn--ghost.active {
  background: #000000;
  color: #ffffff;
}
.btn--ghost.btn--white {
  border-color: #fff;
  color: #fff;
}
.btn--ghost.btn--white:hover {
  background: #fff;
  color: #000;
}
.btn--archief {
  font-size: 13px;
}
.btn--uitverkocht,
.btn--sold-out {
  position: relative;
}
.btn--presale {
  font-size: 13px;
}
.btn--presale em {
  font-style: normal;
}
.btn--presale,
.btn--uitverkocht,
.btn--sold-out,
.btn--afgelast,
.btn--cancelled {
  cursor: default;
}
.btn--presale:hover,
.btn--uitverkocht:hover,
.btn--sold-out:hover,
.btn--afgelast:hover,
.btn--cancelled:hover {
  background: transparent;
  color: #000000;
}
.btn--program {
  font-size: 12px;
  height: 40px;
  line-height: 1.4;
}
.btn--small {
  width: 120px;
  height: 44px;
  line-height: 1.4;
}
.btn--presale.btn--small {
  font-size: 10px;
}
.btn--verplaatst.btn--small,
.btn--rescheduled.btn--small,
.btn--sold-out.btn--small,
.btn--uitverkocht.btn--small,
.btn--waitinglist.btn--small {
  font-size: 13px;
}
.btn--registration.btn--small {
  font-size: 12px;
}
.btn--submit {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 45px;
  line-height: 1.4;
  border: 0;
}
.btn--submit:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.btn.btn--free {
  cursor: default;
}
.btn.btn--free:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1540px) {
  h1 {
    font-size: 52px;
    line-height: 1.4;
    margin-bottom: 36px;
  }
  h1.h2_big_style {
    font-size: 24px;
    line-height: 1.4;
  }
  h1.big {
    font-size: 70px;
    line-height: 1.4;
    margin: 0;
  }
  h2 {
    font-size: 31px;
    line-height: 1.4;
  }
  h2.big {
    font-size: 24px;
    line-height: 1.4;
  }
  h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  h4.big {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 24px;
  }
  h4.small {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
  h5 {
    font-size: 13px;
    line-height: 1.4;
  }
  .the_content h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .the_content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h4 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h5 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
  }
  .btn {
    width: 220px;
  }
  .btn.festival {
    width: 255px;
    font-size: 16px;
  }
  .btn--program {
    font-size: 14px;
    height: 56px;
    line-height: 1.4;
  }
  .btn--presale {
    font-size: 16px;
  }
  .btn--submit {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  body {
    font-size: 14px;
    line-height: 1.4;
    text-size-adjust: none;
  }
  p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 26px 0px;
  }
  p.intro {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 36px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
  h1.h2_big_style {
    font-size: 20px;
    line-height: 1.4;
  }
  h1.big {
    font-size: 52px;
    line-height: 1.4;
  }
  h2 {
    font-size: 22px;
    line-height: 1.4;
    color: #1a1a1a;
  }
  h2.big {
    font-size: 20px;
    line-height: 1.4;
  }
  h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  h3.special {
    font-size: 74px;
    line-height: 1.4;
  }
  h3.special-big {
    font-size: 100px;
    line-height: 1.4;
  }
  h3.big {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  h4.big {
    /* filter */
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  h4.bigger {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  h5 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .the_content h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .the_content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h4 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h5 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
  .btn {
    font-size: 14px;
  }
  .btn--small {
    width: 120px;
    font-size: 13px;
    height: 40px;
    line-height: 1.4;
  }
  .btn--program {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #container {
    justify-content: center;
  }
  h1.big {
    font-size: 38px;
    line-height: 1.4;
  }
  h3.special-big {
    font-size: 78px;
    line-height: 1.4;
  }
  h3.special {
    font-size: 90px;
    line-height: 90px;
    color: #ccc;
    font-family: 'PatternNo1', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  h4.bigger {
    font-size: 24px;
    line-height: 1.4;
  }
  h5.big {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  input[type="text"],
  input[type="email"] {
    height: 40px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 12px;
  }
  input[type="submit"] {
    height: 40px;
    line-height: 1.4;
  }
  .btn {
    width: 155px;
    height: 50px;
    font-size: 14px;
    line-height: 1.4;
  }
  .btn--presale {
    font-size: 12px;
  }
  .btn--small {
    width: 120px;
    height: 44px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 26px 0px;
  }
  p.intro {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 28px;
  }
  h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  h1.h2_big_style {
    font-size: 16px;
    line-height: 1.4;
  }
  h1.big {
    font-size: 28px;
    line-height: 1.4;
  }
  h2 {
    font-size: 15px;
    line-height: 1.4;
  }
  h2.big {
    font-size: 16px;
    line-height: 1.4;
  }
  h3 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  h3.special {
    font-size: 30px;
    line-height: 1.4;
  }
  h3.special-big {
    font-size: 46px;
    line-height: 1.4;
  }
  h3.big {
    font-size: 20px;
    line-height: 1.4;
  }
  h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  h4.big {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 18px;
  }
  h4.bigger {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  h5 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  h5.big {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .the_content h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .the_content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h4 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
  .the_content h5 {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
  }
  input[type="text"],
  input[type="email"] {
    height: 40px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 12px;
  }
  input[type="submit"] {
    height: 40px;
    line-height: 1.4;
  }
  .btn {
    width: 160px;
    font-size: 14px;
    height: 42px;
    line-height: 1.4;
  }
  .btn--small {
    width: 90px;
    font-size: 13px;
    height: 40px;
    line-height: 1.4;
  }
  .btn--program {
    font-size: 12px;
  }
  .btn--presale {
    font-size: 12px;
  }
  .btn--filter {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
/* base config */
hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
img {
  display: block;
}
.svg-icon {
  box-sizing: content-box;
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.svg-icon.icon-play,
.svg-icon.icon-close {
  pointer-events: none;
}
#setGrid {
  visibility: hidden;
}
/* grid */
.hide_desktop {
  display: none;
}
#container {
  width: 100%;
  position: relative;
  float: right;
  display: grid;
  justify-content: right;
}
#container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-primary);
  height: 100%;
  width: 100vw;
  z-index: -1;
  grid-column: 1/1;
}
.full-width {
  width: 100%;
  position: relative;
  margin: 0 auto;
  clear: both;
}
.center {
  position: relative;
  margin: 0 auto;
  width: 990px;
  padding: 0;
  float: none;
}
.center:after {
  content: "";
  display: table;
  clear: both;
}
.center-right {
  position: relative;
  float: right;
  width: 1080px;
  padding: 0;
  margin: 0;
}
.main {
  float: right;
  position: relative;
  width: 1080px;
}
.col-4 {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}
.col-4:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1540px) {
  .center {
    width: 1280px;
  }
  .center-right {
    width: 1335px;
  }
  .main {
    width: 1335px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1260px) {
  .hide_tablet {
    display: none;
  }
  .show_tablet {
    display: block;
  }
  .center {
    width: 990px;
  }
  .center-right {
    width: 980px;
  }
  .main {
    width: 980px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide_tablet {
    display: none;
  }
  .show_tablet {
    display: block;
  }
  .center {
    width: 768px;
    padding: 0 32px;
  }
  .center-right {
    width: 736px;
  }
  .main {
    width: 736px;
  }
}
@media screen and (max-width: 767px) {
  justify-content: center;
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }
  .center {
    width: 320px;
    padding: 0 10px;
  }
  .center-right {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
  .main {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .col-4 {
    width: 100%;
    float: none;
    padding: 0;
  }
}
*,
html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body:has(.sticky-cta) .footer {
  padding-bottom: 80px;
}
body:has(.search-results) .news .agenda__item {
  background: var(--color-primary);
  border-left: transparent;
  border-right: transparent;
}
.ControlBar_module_controlBarWrapper__843f6260 {
  display: none !important;
}
.highlight {
  background-color: #fff;
  padding: 36px 0px 1px 40px;
  position: relative;
  left: -110px;
  margin-right: -110px;
}
.highlight__title {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-size: 31px;
  color: var(--color-primary);
  margin-bottom: 26px;
}
.highlight__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.highlight__item {
  flex: 1 0 250px;
  overflow: hidden;
}
.highlight__item:hover .highlight__item-content-container {
  background-color: #eeeeee;
}
.highlight__item-link {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
}
.highlight__item-img-continer {
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
}
.highlight__item-img {
  width: 100%;
  height: 100%;
}
.highlight__item-content-container {
  display: grid;
  border: 1px solid #b5b5b5;
  border-top: 0px solid transparent;
  padding: 24px;
  height: 100%;
  align-content: start;
  padding-bottom: 54px;
  transition: background-color ease 0.3s;
}
.highlight__item-title {
  color: var(--color-secondary);
  font-family: PatternBlank-Bold, arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  order: 1;
  margin: 0;
}
.highlight__item-text {
  font-family: PatternBlank;
  font-size: 12px;
  margin: 0 0 6px 0;
}
.highlight .btn {
  margin: 40px 0 40px auto;
  width: fit-content;
  height: fit-content;
  padding: 14px 16px;
}
#container {
  justify-content: center;
  overflow-y: clip;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  container-type: inline-size;
}
body:has(.cookie-fb-content) {
  container-type: normal;
}
html.touch body {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* coming soon section*/
.coming-soon {
  background-color: #ffffff;
  margin-inline-start: -6.875rem;
  padding-inline-start: 2.5rem;
  padding-block-start: 3rem;
}
.coming-soon__title {
  font-size: 31px;
  font-weight: 400;
  color: var(--color-primary);
  margin-block-end: 1.5rem;
}
.coming-soon .agenda__text {
  padding-block: 2rem;
}
.coming-soon .agenda__item-subtext {
  margin: 0;
}
.coming-soon .agenda__p {
  margin-block-start: 0.5rem;
}
/* agenda elements*/
.search-results .news .agenda__item:first-child {
  height: 6rem;
}
.search-results .agenda__p {
  color: rgba(255, 255, 255, 0.5);
}
.agenda__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
}
.agenda__item {
  display: grid;
  grid-template-columns: minmax(180px, 30%) 1fr;
  position: relative;
  border: 1px solid #b5b5b5;
  cursor: pointer;
  transition: background ease 0.3s;
}
.agenda__item:hover {
  background: #eeeeee;
}
.agenda__item:hover .agenda__img-container::after {
  opacity: 0.5;
}
.agenda__img-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.agenda__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.agenda__img-container::after {
  content: '';
  background-color: var(--color-primary);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease 0s;
}
.agenda__item--inactive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 231, 231, 0.59);
}
.agenda__badges {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0.5rem 0.5rem 0rem;
  width: calc(100% - 45%);
}
.agenda__badge {
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 0.375rem 0.375rem 0.125rem 0.375rem;
}
.agenda__badge-p {
  color: #000000;
  font-family: PatternBlank;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.agenda__text {
  width: 100%;
  padding-inline-start: 2rem;
  padding-block-start: 1.6875rem;
  padding-inline-end: 0.625rem;
}
.agenda__text > * + * {
  margin-block-start: 0.6875rem;
}
.agenda__p {
  color: #000000;
  font-family: PatternBlank;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-block-start: 1.5625rem;
}
.agenda__item-title {
  color: var(--color-secondary);
  font-family: 'PatternBlank-Bold';
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-block-start: 0.25rem;
  margin-block-end: 0.5rem;
}
.agenda__item-subtext {
  color: #757575;
  font-family: Open Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* news tile*/
.news {
  margin-block-start: 15%;
  background-color: #ffffff;
}
.news__title {
  padding-block-start: 2.125rem !important;
  padding-inline-start: 2.4375rem;
}
.news .agenda__items {
  grid-template-columns: 1fr;
  margin-inline-start: -72px;
  margin-block-end: 2.5rem;
  padding-inline-end: 20%;
}
.news .agenda__item {
  background: #fff;
  grid-template-columns: minmax(132px, 10%) 1fr;
}
.news .agenda__item:hover {
  background: #eee;
}
.news .agenda__item .agenda__text > * + * {
  margin-block-start: 0;
}
.news .agenda__item .agenda__text {
  padding-block-start: 0;
  grid-column: 2/3;
  grid-column-start: auto;
}
.news .agenda__item:first-child {
  border: 0px solid transparent;
  grid-template-columns: 1fr;
  height: 21.8125rem;
}
.news .agenda__item:first-child .agenda__text {
  position: absolute;
  bottom: 0;
  width: 65%;
  margin-block-end: 1.5rem;
  /* margin bottom from the design = h3 margin-bottom(16px) + 24px*/
  padding-inline-start: 2.5rem;
}
.news .agenda__item:first-child .agenda__p {
  color: var(--color-secondary);
}
.news .agenda__item:first-child .agenda__item-title {
  color: #ffffff;
}
.news .agenda__item:first-child .agenda__img-container {
  display: block;
}
.just-confirmed {
  margin-left: -6.875rem;
  padding-left: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.just-confirmed__title {
  font-size: 31px;
  font-weight: 400;
  color: var(--color-primary);
  margin-block-end: 1.5rem;
}
.just-confirmed-items {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
}
.just-confirmed-item {
  display: grid;
  flex: 0 1 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.just-confirmed-item::before {
  content: '';
  grid-area: 1/1;
  background: linear-gradient(to top, #000000, transparent);
  opacity: 0.5;
}
.just-confirmed-item::after {
  content: '';
  grid-area: 1/1;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity 200ms;
}
.just-confirmed-item:hover::after {
  opacity: 0.5;
}
.just-confirmed-item > * {
  grid-area: 1/1;
}
.just-confirmed-item__image {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.just-confirmed-item__content {
  align-self: end;
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem;
  z-index: 1;
}
.just-confirmed-item__title {
  color: #ffffff;
  font-size: 28px;
}
.just-confirmed-item__sub-title {
  margin-bottom: 0;
  font-family: PatternBlank;
  color: var(--color-primary);
  font-size: 0.875rem;
}
/* QUOTES */
.quote {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
}
.quote i {
  font-style: italic;
}
.quote i {
  font-style: italic;
}
.quote .inner {
  position: relative;
  display: inline;
}
.quote .quotes {
  font-family: 'Merriweather', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}
.quote .quotes i {
  font-style: italic;
}
.quote .quotes.open {
  left: -12px;
  top: 0;
}
.quote .quotes.close {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline;
  margin-left: 2px;
}
.quote p,
.quote a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 32px 0 0;
}
.quote p i,
.quote a i {
  font-style: italic;
}
.quote p strong,
.quote a strong {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.quote p strong i,
.quote a strong i {
  font-style: italic;
}
.quote p a {
  display: inline;
}
.quote .avatar {
  float: left;
  clear: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px / 2;
  -moz-border-radius: 50px / 2;
  border-radius: 50px / 2;
  margin: -8px 12px 0 0;
  background: #ccc;
  overflow: hidden;
}
.quote .avatar .image {
  width: 50px;
  height: 50px;
}
.quote .avatar + p {
  float: left;
}
.quote--big {
  font-size: 44px;
  line-height: 50px;
}
.quote--big .quotes.open {
  left: -26px;
}
.quote--small {
  font-size: 16px;
  line-height: 26px;
}
.quote--small .quotes.open {
  left: -12px;
}
.read-more {
  display: block;
  text-align: right;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.read-more i {
  font-style: italic;
}
.read-more .svg-icon {
  float: right;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
}
.read-more .svg-icon svg path {
  fill: #ccc;
}
.read-more:hover {
  text-decoration: underline;
}
/* WIDGETS */
.widget {
  padding: 36px 45px;
  position: relative;
}
.widget:before {
  left: 0;
  top: 42px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.widget .quote {
  width: 100%;
  margin: 0;
}
.widget .quote .quotes {
  color: #fff;
}
.widget .quote a {
  color: rgba(0, 0, 0, 0.7);
}
.widget.early-birds {
  padding-left: 36px;
  padding-right: 36px;
}
.widget.early-birds .btn {
  font-size: 12px;
  width: 240px;
  margin: 0 auto;
}
.widget.early-birds .btn:hover {
  color: #ffffff;
}
.widget.early-birds h3.special {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 20px;
}
.widget.early-birds:before {
  display: none;
}
.confirmed,
.last-tickets {
  width: 315px;
  height: auto;
  display: block;
}
.confirmed .image,
.last-tickets .image {
  position: relative;
  width: 315px;
  height: 315px;
}
.confirmed .image img,
.last-tickets .image img {
  position: relative;
}
.confirmed .image .info,
.last-tickets .image .info {
  z-index: 10;
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.confirmed .image .info .date,
.last-tickets .image .info .date {
  font-size: 10px;
  line-height: 16px;
  display: block;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.confirmed .image .info .date i,
.last-tickets .image .info .date i {
  font-style: italic;
}
.confirmed .image .info h4.bigger,
.last-tickets .image .info h4.bigger {
  line-height: 32px;
  max-height: 64px;
  overflow: hidden;
}
.confirmed .image:before,
.last-tickets .image:before {
  content: '';
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.confirmed .image:after,
.last-tickets .image:after {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.confirmed:hover .image img,
.last-tickets:hover .image img {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.confirmed--list {
  width: 100%;
  margin-bottom: 80px;
}
.confirmed--list h4.bigger {
  padding-top: 0;
}
.confirmed--list .event-item {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  display: block;
  clear: both;
  position: relative;
}
.confirmed--list .event-item .image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.confirmed--list .event-item .info {
  height: 100px;
  width: auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-width: 0;
  margin-left: 100px;
  padding: 16px;
}
.confirmed--list .event-item .info .tags,
.confirmed--list .event-item .info .more-info {
  display: none;
}
.confirmed--list .event-item .info .titles .date {
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
.confirmed--list .event-item .info .titles .date i {
  font-style: italic;
}
.confirmed--list .event-item .info .titles h2.big {
  font-size: 20px;
  line-height: 22px;
  color: black;
}
.confirmed--list .event-item .info .titles p.micro {
  display: none;
}
.confirmed--list .event-item .overlay,
.confirmed--list .event-item .more-info {
  display: none;
}
/* TAGS */
.tags span,
.tags a {
  display: block;
  float: left;
  height: 26px;
  padding: 0px 10px;
  background: #ccc;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  margin: 0 4px 4px 0;
  text-transform: uppercase;
}
.tags span i,
.tags a i {
  font-style: italic;
}
.tags a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.tags span.cancelled,
.tags span.sold-out {
  color: #fff;
  background: #000;
}
.tags span.disabled {
  opacity: 0.4;
}
.tags--small span {
  height: 24px;
  padding: 0px 8px;
  font-size: 10px;
  line-height: 24px;
  margin: 0 4px 0 0;
}
#newsletter {
  width: 270px;
  padding: 36px 45px;
  position: absolute;
  left: 0;
  top: 100px;
  background: #ccc;
}
#newsletter:after {
  content: "";
  display: table;
  clear: both;
}
#newsletter h3 {
  margin: 0 0 20px 0;
}
#newsletter input[type='submit'] {
  margin: 20px 0 30px;
}
#newsletter p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
#newsletter p i {
  font-style: italic;
}
#share {
  display: block;
  width: 180px;
  height: 56px;
  overflow: hidden;
  border: 3px solid #000;
  background: transparent;
  color: #000;
  bottom: 0;
  position: absolute;
}
#share > a {
  color: #000;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 56px;
  height: 52px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 1001;
  background: #fff;
}
#share > a i {
  font-style: italic;
}
#share > a:hover {
  background: #000 !important;
  color: #fff;
  transition: color 0.2s, background 0.2s;
}
#share ul {
  list-style: none;
  margin: 0 0 52px;
}
#share ul li {
  position: relative;
  margin: 0;
  height: 52px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 52px;
  border-bottom: 3px solid #000000;
  text-align: center;
  background: #fff;
}
#share ul li i {
  font-style: italic;
}
#share ul li > span {
  text-align: center;
  opacity: 1;
  visibility: visible;
}
#share ul li .fb-share-button,
#share ul li .twitter-share-button {
  position: absolute !important;
  top: 4px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
#share ul li .fb-share-button > span,
#share ul li .twitter-share-button > span {
  vertical-align: baseline !important;
}
#share ul li .twitter-share-button {
  top: 14px;
  margin: 0 auto;
}
#share ul li:hover > span {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
#share ul li:hover .fb-share-button,
#share ul li:hover .twitter-share-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s;
}
#share.active {
  height: auto;
}
#share.active > a {
  background: #000 !important;
  color: #fff;
  transition: color 0.2s, background 0.2s;
}
/* socials */
.socials ul {
  list-style: none;
  margin: 0;
}
.socials ul li {
  float: left;
  margin: 0 8px 0 0;
}
.socials ul li a .svg-icon {
  width: 30px;
  height: 30px;
}
.socials ul li a:hover .svg-icon path {
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
/* search-form */
.search > form,
.menu-search > form {
  width: 100%;
  height: 90px;
  background: #fff;
}
.search > form input[type='text'],
.menu-search > form input[type='text'] {
  width: 100%;
  height: 90px;
  font-size: 26px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  padding: 0 90px 0 32px;
}
.search > form input[type='text'] i,
.menu-search > form input[type='text'] i {
  font-style: italic;
}
.search > form input[type='text']::-webkit-input-placeholder,
.menu-search > form input[type='text']::-webkit-input-placeholder {
  color: #757575;
  font-family: 'Open Sans';
  font-weight: 400;
}
.search > form input[type='text']:-moz-placeholder,
.menu-search > form input[type='text']:-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.search > form input[type='text']::-moz-placeholder,
.menu-search > form input[type='text']::-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.search > form input[type='text']:-ms-input-placeholder,
.menu-search > form input[type='text']:-ms-input-placeholder {
  color: #757575;
  font-family: 'Open Sans';
  font-weight: 400;
}
.search > form input[type='text'].ph,
.menu-search > form input[type='text'].ph {
  color: #757575;
  font-family: 'Open Sans';
  font-weight: 400;
}
.search > form input[type='submit'],
.menu-search > form input[type='submit'] {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent;
  border: 0;
}
.search > form input[type='submit']:hover + .svg-icon svg path,
.menu-search > form input[type='submit']:hover + .svg-icon svg path {
  fill: #1a1a1a;
  transition: all 0.2s;
}
.search > form .svg-icon,
.menu-search > form .svg-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  pointer-events: none;
}
/* submenu */
.submenu ul > li > span.icon {
  display: none;
}
.submenu ul {
  list-style: none;
  margin: 0;
}
.submenu ul li {
  height: auto;
}
.submenu ul li:last-child a {
  border-bottom: 0;
}
.submenu ul li a {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.submenu ul li a i {
  font-style: italic;
}
.submenu ul li a:hover,
.submenu ul li a:active {
  background: #ccc;
}
.submenu ul li a .current-page-item a {
  background: #ccc;
}
.submenu ul li .subsub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s, background 0.2s;
  background: #ccc;
}
.submenu ul li .subsub ul {
  padding: 12px 0 16px;
}
.submenu ul li .subsub li {
  position: relative;
}
.submenu ul li .subsub li a {
  border: 0;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
}
.submenu ul li .subsub li a:hover {
  text-decoration: underline;
}
.submenu ul li .subsub li.current-page-item,
.submenu ul li .subsub li.current-menu-item {
  cursor: default;
}
.submenu ul li .subsub li.current-page-item:before,
.submenu ul li .subsub li.current-menu-item:before {
  right: 0;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.submenu ul li .subsub li.current-page-item a,
.submenu ul li .subsub li.current-menu-item a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: default;
}
.submenu ul li .subsub li.current-page-item a i,
.submenu ul li .subsub li.current-menu-item a i {
  font-style: italic;
}
.submenu ul li .subsub li.current-page-item a:hover,
.submenu ul li .subsub li.current-menu-item a:hover {
  text-decoration: none;
}
.submenu ul li.active {
  background: #ccc;
  transition: background 0.2s;
}
/* == HEADER == */
.header.header {
  width: 100%;
  height: 90px;
  background: transparent;
}
.header.header .inner {
  float: right;
  position: relative;
  width: 900px;
  background: #fff;
  height: 90px;
  padding: 32px 45px;
}
.header.header .menu {
  float: right;
}
.header.header .menu .svg-icon {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 12px;
  margin-top: 3px;
}
.header.header .search {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 9px;
}
.header.header .search .svg-icon {
  width: 22px;
  height: 22.17px;
  position: relative;
}
.header.header .search,
.header.header .account,
.header.header .programma,
.header.header .shop {
  color: #000;
}
.header.header .search .svg-icon *,
.header.header .account .svg-icon *,
.header.header .programma .svg-icon *,
.header.header .shop .svg-icon * {
  fill: #000;
  transition: all 0.2s;
}
.header.header .account:hover .svg-icon *,
.header.header .shop:hover .svg-icon * {
  fill: rgba(0, 0, 0, 0.3);
}
.header .logo {
  display: block;
  z-index: 1100;
  position: absolute;
  left: -315px;
  top: 20px;
}
.header .logo .svg-icon {
  width: 530px;
  height: 110px;
}
.menu-header a,
.header a {
  display: block;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  margin-left: 20px;
  font-size: 14px;
  line-height: 32px;
}
.menu-header a i,
.header a i {
  font-style: italic;
}
.menu-header a:hover,
.header a:hover {
  text-decoration: underline;
}
.menu-header .close,
.header .close,
.menu-header .programma,
.header .programma,
.menu-header .account,
.header .account,
.menu-header .shop,
.header .shop {
  position: absolute;
  top: 32px;
  color: #fff;
}
.menu-header .close .svg-icon,
.header .close .svg-icon,
.menu-header .programma .svg-icon,
.header .programma .svg-icon,
.menu-header .account .svg-icon,
.header .account .svg-icon,
.menu-header .shop .svg-icon,
.header .shop .svg-icon {
  float: left;
  margin-right: 8px;
}
.menu-header .close .svg-icon svg path,
.header .close .svg-icon svg path,
.menu-header .programma .svg-icon svg path,
.header .programma .svg-icon svg path,
.menu-header .account .svg-icon svg path,
.header .account .svg-icon svg path,
.menu-header .shop .svg-icon svg path,
.header .shop .svg-icon svg path,
.menu-header .close .svg-icon svg polygon,
.header .close .svg-icon svg polygon,
.menu-header .programma .svg-icon svg polygon,
.header .programma .svg-icon svg polygon,
.menu-header .account .svg-icon svg polygon,
.header .account .svg-icon svg polygon,
.menu-header .shop .svg-icon svg polygon,
.header .shop .svg-icon svg polygon {
  fill: #fff;
}
.menu-header .close,
.header .close {
  float: right;
  position: relative;
  top: auto;
}
.menu-header .close .svg-icon,
.header .close .svg-icon {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 2px;
  margin-left: 8px;
}
.menu-header .language,
.header .language {
  position: absolute;
  top: 30px;
  right: 180px;
  padding-right: 25px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  width: 95px;
}
.menu-header .language li,
.header .language li {
  display: inline-block;
  float: left;
  line-height: 30px;
}
.menu-header .language li a,
.header .language li a {
  display: inline;
  margin: 0 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.2s;
}
.menu-header .language li a:hover,
.header .language li a:hover {
  color: #000;
}
.menu-header .language li a.active,
.header .language li a.active {
  color: #000;
}
.menu-header .language li a.active:hover,
.header .language li a.active:hover {
  text-decoration: none;
  cursor: default;
}
.menu-header .account .svg-icon,
.header .account .svg-icon,
.menu-header .shop .svg-icon,
.header .shop .svg-icon {
  margin: 0;
  position: relative;
}
.menu-header .account:hover .svg-icon *,
.header .account:hover .svg-icon *,
.menu-header .shop:hover .svg-icon *,
.header .shop:hover .svg-icon * {
  fill: rgba(0, 0, 0, 0.3);
}
.menu-header .account,
.header .account {
  right: 395px;
}
.menu-header .account .svg-icon,
.header .account .svg-icon {
  width: 20px;
  height: 25px;
  top: -1px;
}
.menu-header .shop,
.header .shop {
  right: 335px;
}
.menu-header .shop .svg-icon,
.header .shop .svg-icon {
  width: 24px;
  height: 20.41px;
  top: 2px;
}
.menu-header .programma,
.header .programma {
  right: 460px;
}
.menu-header .programma .svg-icon,
.header .programma .svg-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.menu-header {
  float: none;
  width: 100%;
  height: 90px;
  padding: 32px 45px;
}
.menu-header .account {
  border-color: rgba(255, 255, 255, 0.2);
  right: 400px;
}
.menu-header .account:hover .svg-icon * {
  fill: rgba(255, 255, 255, 0.3);
}
.menu-header .shop {
  right: 340px;
}
.menu-header .shop:hover .svg-icon * {
  fill: rgba(255, 255, 255, 0.3);
}
.menu-header .logo {
  display: none;
}
.menu-header .programma {
  right: 465px;
}
.menu-header .language {
  right: 185px;
  border: 0;
}
.menu-header .language li {
  color: #fff;
}
.menu-header .language li a {
  color: rgba(255, 255, 255, 0.3);
}
.menu-header .language li a:hover {
  color: #fff;
}
.menu-header .language li a.active {
  color: #fff;
}
.menu-content {
  clear: both;
  margin: 40px 0 0 0;
  min-height: 480px;
}
.menu-content > .center {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-content .col {
  text-align: center;
}
.menu-content h4 {
  color: rgba(255, 255, 255, 0.5);
}
.menu-content .nav ul {
  list-style: none;
  margin: 0;
}
.menu-content .nav ul li {
  margin: 0 0 12px;
}
.menu-content .nav ul li .icon {
  display: none;
}
.menu-content .nav ul li a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.menu-content .nav ul li a i {
  font-style: italic;
}
.menu-content .nav ul li a:hover {
  text-decoration: underline;
}
.menu-content .nav ul li .subsub {
  display: none;
}
.menu-search {
  margin-bottom: 30px;
  bottom: 72px;
  position: absolute;
  left: 0;
  right: 0;
}
.menu-search form .svg-icon {
  right: 30px;
  top: 32px;
}
.menu-search form input[type='submit'] {
  right: 20px;
  top: 20px;
}
.menu-footer {
  margin: 0 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-footer:after {
  content: "";
  display: table;
  clear: both;
}
.menu-footer .socials {
  float: left;
}
.menu-footer .contact a {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  float: right;
  color: #ffffff;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 32px;
}
.menu-footer .contact a i {
  font-style: italic;
}
.menu-footer .contact a:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.menu-footer .contact a:hover,
.menu-footer .contact a:active {
  text-decoration: underline;
}
/* == main menu */
#main-menu,
#search {
  display: none;
  z-index: 220;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#main-menu .inner,
#search .inner {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main-menu .inner .inner-content,
#search .inner .inner-content {
  width: 100%;
  height: 0%;
  position: relative;
  overflow: hidden;
}
#main-menu .scroll-outer,
#search .scroll-outer {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#main-menu .scroll-outer .scroll,
#search .scroll-outer .scroll {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  position: absolute;
  left: 0;
  right: -20px;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: content-box;
}
#main-menu .scroll-outer .scroll .overlay,
#search .scroll-outer .scroll .overlay {
  z-index: 50;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#main-menu .scroll-outer .scroll .scroll-inner,
#search .scroll-outer .scroll .scroll-inner {
  z-index: 100;
  position: relative;
  margin-left: -20px;
}
#main-menu .scroll-outer .scroll .scroll-inner {
  height: 100%;
  min-height: 800px;
}
#search {
  z-index: 1110;
}
#search .search-outer {
  width: 100%;
  height: 90px;
  background: #ffffff;
}
#search .close {
  position: absolute;
  right: 45px;
  top: 36px;
}
#search .close .svg-icon {
  width: 16px;
  height: 16px;
}
#search .close:hover .svg-icon svg polygon {
  fill: #1a1a1a;
  transition: all 0.2s;
}
#search .search {
  width: 100%;
  height: 90px;
  background: #ffffff;
}
#search .search .svg-icon {
  left: 0;
  top: 32px;
}
#search .search input[type='text'] {
  padding-left: 60px;
}
#search .search input[type='submit'] {
  left: -5px;
  top: 20px;
}
/* VIDEO */
#main-menu .video {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  overflow: hidden;
}
#main-menu .video .video-loader .icon {
  width: 32px;
  height: 32px;
  display: block;
  background: url(assets/ajax-loader-aec8b648.gif) no-repeat;
  margin: 1em auto;
}
#main-menu .video .video-inner {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  box-sizing: content-box;
}
#main-menu .video .video-inner video,
#main-menu .video .video-inner img {
  position: absolute;
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
  box-sizing: content-box;
  z-index: 2;
}
#main-menu .video .video-inner img {
  opacity: 1;
  z-index: 1;
}
#main-menu .video .video-inner video.loaded,
#main-menu .video .video-inner img.loaded {
  opacity: 1;
  transition: opacity 0.3s linear;
  box-sizing: content-box;
}
#main-menu .video .video-overlay {
  z-index: 4;
  transition: opacity 0.3s linear;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
/* == FOOTER == */
.footer {
  clear: right;
  background: var(--color-secondary);
  color: #fff;
  width: 100%;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 45px 0 0 0;
  position: relative;
}
.footer i {
  font-style: italic;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: var(--color-secondary);
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 100vw;
  transform: translate(-50%);
  height: 100%;
  z-index: 0;
}
.footer h5 {
  color: #fff;
}
.footer .center-right > div {
  width: 360px;
}
.footer .logo .svg-icon {
  width: 180px;
  height: 40px;
}
.footer .logo .svg-icon path {
  fill: var(--color-primary);
}
.footer .socials {
  position: absolute;
  bottom: 110px;
  left: 0;
}
.footer .socials path {
  fill: var(--color-primary);
}
.footer .snel-naar {
  margin: 0 0 37px;
}
.footer .snel-naar:after {
  content: "";
  display: table;
  clear: both;
}
.footer .snel-naar ul {
  list-style: none;
  margin: 0;
}
.footer .snel-naar ul li {
  margin-bottom: 6px;
  float: left;
  width: 48%;
  margin-right: 2%;
}
.footer .snel-naar ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.footer .snel-naar ul li a:hover {
  text-decoration: underline;
}
.footer .contact {
  padding-right: 45px;
  text-align: right;
  margin: 0 0 45px;
}
.footer .contact p {
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer .contact p i {
  font-style: italic;
}
.footer .contact p a {
  color: #fff;
  text-decoration: none;
}
.footer .contact p a:hover {
  text-decoration: underline;
}
.footer .footer-nav.footer-nav {
  clear: both;
  width: 1035px;
  height: 60px;
  border-top: 2px solid var(--color-primary);
}
.footer .footer-nav.footer-nav ul {
  list-style: none;
  margin: 0;
}
.footer .footer-nav.footer-nav ul li {
  float: left;
  margin-right: 20px;
}
.footer .footer-nav.footer-nav ul li:last-child {
  margin-right: 0;
  float: right;
}
.footer .footer-nav.footer-nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 60px;
}
.footer .footer-nav.footer-nav ul li a:hover {
  text-decoration: underline;
}
/* == MAIN == */
.main:has(#home) {
  padding-left: 110px;
}
.main {
  padding-left: 0px;
  clear: right;
  margin-left: 40px;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}
/* === TIPS block === */
#detail + #tips,
#event + #tips {
  margin-top: -45px;
}
#tips {
  container-type: inline-size;
  clear: both;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 90px;
}
#tips:after {
  content: "";
  display: table;
  clear: both;
}
#tips > .center-right {
  padding-top: 30px;
}
#tips > .center-right:after {
  content: "";
  display: table;
  clear: both;
}
#tips:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: var(--color-primary);
  top: 0;
  bottom: 0;
  left: calc(50% + -40px);
  min-width: 100vw;
  height: 100%;
  z-index: 0;
}
#tips h3 {
  position: relative;
  left: 0;
  top: 20px;
  margin-bottom: -30px;
}
#tips .tip {
  position: relative;
  margin-right: 38px;
  float: left;
  z-index: 50;
}
#tips .tip .tip-item {
  display: block;
  float: left;
  position: relative;
  width: 230px;
  background: #ffffff;
}
#tips .tip .tip-item:hover .image .overlay {
  opacity: 1;
}
#tips .tip .tip-item .image {
  width: 230px;
  height: 230px;
  position: relative;
}
#tips .tip .tip-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
  opacity: 0;
}
#tips .tip .tip-item .image .btn {
  margin: 85px auto 0;
  border-color: #fff;
  color: #fff;
}
#tips .tip .tip-item .image .btn:hover {
  background: #fff;
  color: #000;
}
#tips .tip .info {
  padding: 16px 20px 20px;
  height: 132px;
  overflow: hidden;
}
#tips .tip .info .date {
  font-size: 10px;
  line-height: 16px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
}
#tips .tip .info .date i {
  font-style: italic;
}
#tips .tip .info h2 {
  font-size: 18px;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 6px;
}
#tips .tip .info p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  max-height: 36px;
  overflow: hidden;
  margin: 0;
}
#tips .tip .quote {
  float: left;
  width: 250px;
  padding-left: 20px;
  padding-top: 50px;
  color: #fff;
}
#tips .tip .quote a {
  color: rgba(255, 255, 255, 0.7);
}
#tips .tip--small {
  width: 230px;
}
#tips .tip--small .quote {
  display: none;
}
#tips .tip--big {
  width: 498px;
}
#tips .tip--big .tip-item:before {
  right: 0;
  top: 70px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 12px;
  margin-top: -12px;
}
h1.big + #tips.tips-over {
  margin-top: 140px;
}
#tips.tips-over > .center-right {
  padding-top: 45px;
  padding-left: 75px;
}
#tips.tips-over .cycle-pager {
  width: 930px;
  margin-left: -40px;
  overflow: hidden;
}
#tips.tips-over .slide-pager {
  width: 930px;
  position: relative;
  z-index: 2;
}
#tips.tips-over .slide-pager ul {
  width: 930px;
}
#tips.tips-over .tip {
  position: relative;
  margin: 0 40px 40px;
  display: block;
  overflow: visible !important;
}
#tips.tips-over .tip .quote {
  display: block;
  text-align: center;
  width: 230px;
  height: 142px;
  padding: 0;
  margin: 0 0 20px;
}
#tips.tips-over .tip .quote .quotes.open {
  left: -14px;
}
#tips.tips-over .info {
  padding-top: 20px;
}
#tips.tips-over .info:after {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 12px;
  margin-left: -12px;
}
#tips.tips-over .prev,
#tips.tips-over .next {
  position: absolute;
  display: block;
  top: 208px;
  z-index: 100;
}
#tips.tips-over .prev .svg-icon,
#tips.tips-over .next .svg-icon {
  width: 18px;
  height: 18px;
  margin: 0 auto 10px;
}
#tips.tips-over .prev span,
#tips.tips-over .next span {
  display: block;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ccc;
  font-size: 10px;
  line-height: 10px;
}
#tips.tips-over .prev span i,
#tips.tips-over .next span i {
  font-style: italic;
}
#tips.tips-over .prev:hover .svg-icon svg path,
#tips.tips-over .next:hover .svg-icon svg path {
  fill: #ccc;
  transition: all 0.2s;
}
#tips.tips-over .prev {
  left: 0;
}
#tips.tips-over .next {
  right: 75px;
}
#home + #tips {
  margin-top: -45px;
}
#home + #tips > .center-right {
  padding-top: 160px;
}
#home + #tips > .center-right h3.special {
  font-family: 'PatternNo3', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#home + #tips > .center-right h3.special i {
  font-style: italic;
}
#tips + #meer-over {
  margin-top: -45px;
}
#meer-over h3 {
  position: absolute;
  left: 0;
  top: 0;
}
#meer-over > .center-right {
  padding-top: 160px;
}
#meer-over:after {
  content: "";
  display: table;
  clear: both;
}
.meer-over-item {
  width: 260px;
  text-align: center;
  padding: 0 32px;
  margin: 0 0 60px;
  float: left;
}
.meer-over-item:nth-child(4n + 1) {
  clear: left;
}
.meer-over-item .image {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 160px / 2;
  -moz-border-radius: 160px / 2;
  border-radius: 160px / 2;
  margin: 0 auto 16px;
  overflow: hidden;
}
.meer-over-item .image .overlay {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 160px / 2;
  -moz-border-radius: 160px / 2;
  border-radius: 160px / 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s;
  opacity: 0;
}
.meer-over-item h5.big {
  color: #ffffff;
}
.meer-over-item p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.meer-over-item:hover h5.big {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.meer-over-item:hover .image .overlay {
  opacity: 1;
}
/* === NEWS block === */
#news {
  clear: both;
  position: relative;
  margin-bottom: 45px;
}
#news:after {
  content: "";
  display: table;
  clear: both;
}
#news > .center-right {
  padding-top: 160px;
  margin-bottom: 25px;
}
#news > .center-right:after {
  content: "";
  display: table;
  clear: both;
}
#news h3 {
  position: absolute;
  left: 0;
  top: 0;
}
.news-grid {
  box-shadow: inset 0px 80px 0px 0px var(--color-primary);
  background: #fff;
}
.news-grid__title {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  left: -70px;
  font-size: 31px;
  position: relative;
}
.news-grid__container {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  gap: 32px;
  left: -70px;
  margin-right: -70px;
  position: relative;
}
.news-grid__item:nth-child(1) {
  position: relative;
  grid-row: 1/3;
  overflow: hidden;
  border: none;
}
.news-grid__item:nth-child(1)::before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  transition: opacity ease 0.3s;
}
.news-grid__item:nth-child(1)::after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: var(--color-primary);
  opacity: 0;
  transition: opacity ease 0.3s;
}
.news-grid__item:nth-child(1):hover::after {
  opacity: 0.5;
}
.news-grid__item:nth-child(1) .news-grid__item-title {
  color: #fff;
}
.news-grid__item:nth-child(1) time {
  color: var(--color-secondary);
}
.news-grid__item-link {
  padding: 38px 24px;
  display: flex;
  flex-direction: column;
  border: 1px #b5b5b5 solid;
  background: #fff;
  justify-content: center;
  transition: background ease 0.3s;
  height: 100%;
}
.news-grid__item-link:hover {
  background: #eeeeee;
}
.news-grid__item-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.news-grid__item-image ~ * {
  z-index: 6;
  position: relative;
}
.news-grid__item-title {
  color: var(--color-secondary);
  font-size: 24px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 6px;
}
.news-grid__item-title i {
  font-style: italic;
}
.news-grid time {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14 px;
  margin-bottom: 6px;
  color: #000;
  order: 1;
  font-family: PatternBlank;
  order: -1;
}
.news-grid time i {
  font-style: italic;
}
.news-grid .btn {
  margin: 40px 0 40px auto;
  width: fit-content;
  height: fit-content;
  padding: 14px 16px;
  grid-columns: 1/3;
}
.news-item {
  position: relative;
  display: block;
  float: left;
  z-index: 50;
  width: 500px;
  background: #ffffff;
  margin: 0 0 20px;
  margin-right: 34px;
}
.news-item:after {
  content: "";
  display: table;
  clear: both;
}
.news-item:hover .image .overlay {
  opacity: 1;
}
.news-item .image {
  width: 110px;
  height: 110px;
  position: relative;
  float: left;
}
.news-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
  opacity: 0;
}
.news-item .info {
  padding: 16px 20px 20px;
  height: 110px;
  width: 390px;
  overflow: hidden;
  float: right;
}
.news-item .info h2 {
  max-height: 60px;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 2px;
  font-size: 31px;
  color: #1a1a1a;
}
.news-item .info p {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  max-height: 32px;
  overflow: hidden;
  margin: 0;
}
/* FAQ */
.outside-faq-container {
  background: #fff;
  margin-left: 120px;
  padding: 50px 40px;
}
#event #faq {
  max-width: 80ch;
}
#faq ul {
  border-top: 3px solid var(--color-secondary);
  margin: 0;
  list-style: none;
}
#faq .faq-item {
  border-bottom: 3px solid var(--color-secondary);
}
#faq .faq-item h3 + h5 {
  margin-top: -20px;
}
#faq .faq-item h3 {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  cursor: pointer;
  margin: 0;
  padding: 30px 0 20px 0;
  transition: padding 0.3s;
}
#faq .faq-item h3 .svg-icon {
  background-color: var(--color-secondary);
  padding: 12px;
  transition: opacity 0.2s;
  width: auto;
  height: 20px;
  float: right;
  margin-left: auto;
  margin-top: auto;
}
#faq .faq-item h3 .svg-icon svg {
  width: 22px;
}
#faq .faq-item h3 .svg-icon svg path {
  fill: inherit;
}
#faq .faq-item h3:hover {
  padding-left: 20px;
}
#faq .faq-item h3:hover .svg-icon {
  opacity: 1;
}
#faq .faq-item.open .svg-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
#faq .faq-item.faq-item--line-up h3 {
  padding-bottom: 0;
}
#faq .faq-item.faq-item--line-up p {
  margin: 0;
  margin-bottom: 8px;
}
#faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
#faq .faq-answer .inner {
  padding: 0 0 20px;
}
#faq .faq-item.open h3 {
  padding-bottom: 15px;
}
/* detail pagina */
#detail {
  margin: 0px 0 90px;
  min-height: 430px;
}
#detail:after {
  content: "";
  display: table;
  clear: both;
}
#detail .page {
  width: 1080px;
  float: right;
  clear: both;
}
#detail .page .submenu {
  clear: both;
  position: absolute;
  width: 270px;
  left: 0;
  top: 120px;
}
#detail .page > h1.big,
#detail .page .content > h1.big {
  position: absolute;
  left: -72px;
  top: 60px;
  z-index: 100;
}
#detail .page .content {
  width: 900px;
  background: #fff;
  float: right;
  padding: 80px 90px 45px 180px;
}
#detail .page .content .caption {
  margin: -12px 0 24px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  font-size: 14px;
  line-height: 18px;
}
#detail .page .content .caption i {
  font-style: italic;
}
#detail .page .content .buttons {
  position: relative;
  margin: 45px 0 0 0;
  min-height: 56px;
  clear: both;
}
#detail .page .content .buttons #share {
  width: 180px;
}
#detail .page .content form {
  margin: 0px;
  padding: 0px;
}
#detail .page .content form .input {
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  margin-right: 10px;
}
#detail .page .content form .input.fifty {
  width: 400px;
}
#detail .page .content form .input.small {
  width: 220px;
}
#detail .page .content form .input.last {
  margin-right: 0px;
}
#detail .page .content form label {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-weight: 250;
  text-transform: uppercase;
}
#detail .page .content form label i {
  font-style: italic;
}
#detail .page .content form p.privacy {
  max-width: 630px;
}
#detail .page .content form input.field,
#detail .page .content form textarea.field {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-right: 10px;
}
#detail .page .content form input.field::-webkit-input-placeholder,
#detail .page .content form textarea.field::-webkit-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#detail .page .content form input.field:-moz-placeholder,
#detail .page .content form textarea.field:-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
#detail .page .content form input.field::-moz-placeholder,
#detail .page .content form textarea.field::-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
#detail .page .content form input.field:-ms-input-placeholder,
#detail .page .content form textarea.field:-ms-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#detail .page .content form input.field.ph,
#detail .page .content form textarea.field.ph {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#detail .page .content form input.field.fifty,
#detail .page .content form textarea.field.fifty {
  width: 400px;
}
#detail .page .content form input.field.small,
#detail .page .content form textarea.field.small {
  width: 220px;
}
#detail .page .content form input.field.disabled,
#detail .page .content form textarea.field.disabled {
  color: #808080;
}
#detail .page .content form input.field.last,
#detail .page .content form textarea.field.last {
  margin-right: 0px;
}
#detail .page .content form input.field.error,
#detail .page .content form textarea.field.error {
  background: #ffcccc;
}
#detail .page .content form textarea.field {
  height: 80px;
}
#detail .page .content form .error_message {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
  color: #ff0000;
}
#detail .page .content form .error_message i {
  font-style: italic;
}
#detail .page .content input.submit,
#detail .page .content .message,
#detail .page .content .register.toggle {
  display: block;
  margin-top: 0px;
  line-height: 50px;
  min-height: 50px;
  min-width: 160px;
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  border: 3px solid;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
#detail .page .content input.submit i,
#detail .page .content .message i,
#detail .page .content .register.toggle i {
  font-style: italic;
}
#detail .page .content input.submit.submit_blijf_op_de_hoogte,
#detail .page .content .message.submit_blijf_op_de_hoogte,
#detail .page .content .register.toggle.submit_blijf_op_de_hoogte {
  margin-top: 10px;
}
#detail .page .content input.submit:hover,
#detail .page .content .message:hover,
#detail .page .content .register.toggle:hover {
  color: #ffffff;
}
#detail .page .content .success-image {
  position: relative;
  margin: -80px -90px -45px -180px;
  width: 100%;
  min-height: 1000px;
  overflow: hidden;
}
#detail .page .content .success-image .text {
  position: absolute;
  left: 20px;
  bottom: 10%;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  z-index: 10;
  font-size: 140%;
}
#detail .page .content .success-image .text i {
  font-style: italic;
}
#detail .page .content .success-image .text big {
  display: block;
  text-transform: capitalize;
  font-size: 300%;
  font-style: italic;
  line-height: 100%;
}
#detail .page .content .success-image .text.black {
  color: #000000;
}
#detail .page .content .success-image .text.white {
  color: #ffffff;
}
#detail .page .content .success-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  z-index: 5;
}
#detail .page .content .success-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
#detail.archief {
  margin-bottom: 0px;
}
#detail.archief .page .content {
  min-height: 0;
  padding: 0 90px 0 180px;
  padding-bottom: 120px;
}
.featured-image {
  aspect-ratio: 9/3;
  position: relative;
  overflow: hidden;
  width: calc(100% + 70px);
  height: auto;
  left: -70px;
  margin-right: -70px;
  margin-bottom: -130px;
  margin-top: -40px;
  z-index: 1;
}
.featured-image::before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.featured-image::after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: var(--color-primary);
  opacity: 0;
  transition: opacity 0.3s;
}
.featured-image:hover::after {
  opacity: 0.5;
}
.featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.featured-image .featured-image__content {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 36px;
  display: grid;
}
.featured-image .featured-image__content h2 {
  font-size: 46px;
  color: #ffffff;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-image .featured-image__content h2 i {
  font-style: italic;
}
.featured-image .featured-image__content p {
  order: -1;
  margin: 0 0 0 0;
  font-family: PatternBlank;
  color: var(--color-primary);
}
.featured-image .featured-image__badge {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 36px;
  font-size: 12px;
  border: 2px #fff solid;
  padding: 6px 8px 4px 8px;
}
.featured-image .featured-image__badge p {
  font-size: 12px;
  display: block;
  color: #fff;
  margin: 0;
}
#detail.album .page .content {
  padding: 80px 0px 45px 180px;
}
#detail.album .page .content h1 {
  margin: 0;
}
#detail.album .page .content .date {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#detail.album .page .content .date i {
  font-style: italic;
}
#detail.album .page .aside {
  position: absolute;
  left: 0;
  top: 0;
}
#detail.album .page .widget {
  left: -42px;
  width: 360px;
  margin-top: 100px;
}
#albums {
  width: 1080px;
  margin-left: -360px;
  margin-top: -90px;
  position: relative;
  top: 90px;
}
#albums:after {
  content: "";
  display: table;
  clear: both;
}
#albums .col-4 {
  padding: 0;
  padding-right: 10px;
}
.album-item {
  display: block;
  background: #ccc;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.album-item img {
  opacity: 0.75;
  transition: opacity 0.2s;
  min-height: 250px;
}
.album-item .info {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.album-item .info .date {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.album-item .info .date i {
  font-style: italic;
}
.album-item .info h3.big {
  color: #fff;
  max-height: 104px;
  overflow: hidden;
}
.album-item .overlay {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}
.album-item .overlay .btn {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.album-item:hover img {
  opacity: 1;
}
.album-item:hover .overlay {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
}
.album-item:hover .info {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
#detail.archief .album-item .image img {
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
}
#intro {
  width: 315px;
  background: #fff;
}
#intro:after {
  content: "";
  display: table;
  clear: both;
}
#intro .image {
  width: 315px;
  height: 315px;
}
#intro p {
  padding: 32px 45px;
  margin: 0;
  line-height: 24px;
}
#intro .btn {
  margin-left: 45px;
  margin-bottom: 45px;
}
#album .col-4 {
  padding: 0;
  padding-right: 10px;
}
#album .col-4:nth-child(5) {
  padding-right: 0;
}
#album ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#album .foto-item {
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 100%;
}
#album .foto-item img {
  width: 100%;
  height: auto;
  opacity: 0.75;
  transition: opacity 0.2s;
}
#album .foto-item:hover img {
  opacity: 1;
}
#album .buttons {
  height: 91px;
}
#album .buttons .btn--album-nav {
  position: absolute;
  bottom: 0;
  left: 200px;
  font-size: 14px;
}
#over .image {
  position: absolute;
  left: 90px;
  top: 0;
  width: 450px;
  height: 450px;
}
#over .content.content {
  padding-left: 400px;
  padding-top: 40px;
  min-height: 400px;
}
#over .content.content .btn {
  display: inline-block;
  width: auto;
  padding: 0 12px;
  font-size: 12px;
}
/* home / event */
#event,
#home {
  margin: 0 0 0 40px;
}
#event:after,
#home:after {
  content: "";
  display: table;
  clear: both;
}
#event .hero > .image,
#home .hero > .image {
  width: calc(100% + 60px);
  height: auto;
  margin-bottom: -40px;
  position: relative;
  left: -60px;
}
/* event pagina */
.single-event .main > br:first-child {
  display: none;
}
#event .hero .hero-photographer {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  right: 10px;
  top: 450px;
}
#event .hero .image {
  left: -70px;
  width: calc(100% + 70px);
}
#event .event-intro {
  background: #fff;
  position: relative;
  margin-top: -40px;
  z-index: 50;
  display: table;
  padding-bottom: 40px;
  margin-left: 120px;
  background-color: #fff;
}
#event .event-intro .intro-text {
  display: table-cell;
  vertical-align: top;
  width: 630px;
  padding: 40px;
}
#event .event-intro .intro-text .date {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
}
#event .event-intro .intro-text .date i {
  font-style: italic;
}
#event .event-intro .intro-text h1 {
  margin-bottom: 0;
}
#event .event-intro .intro-text p {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 28px;
}
#event .event-intro .event-intro-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  left: -120px;
  background: #fff;
  width: calc(100% + 40px);
}
#event .event-intro .event-info {
  display: table-cell;
  vertical-align: top;
  padding: 40px;
  background: #ccc;
}
#event .event-intro .event-info .btn {
  margin: 0 auto 30px;
}
#event .event-intro .event-info #share {
  position: absolute;
  bottom: 32px;
}
#event .event-intro .event-info > ul {
  list-style: none;
  margin: 0 0 20px;
}
#event .event-intro .event-info > ul:after {
  content: "";
  display: table;
  clear: both;
}
#event .event-intro .event-info > ul li {
  margin: 0 0 16px;
}
#event .event-intro .event-info > ul li:after {
  content: "";
  display: table;
  clear: both;
}
#event .event-intro .event-info > ul li label {
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: auto;
  color: rgba(0, 0, 0, 0.5);
}
#event .event-intro .event-info > ul li label i {
  font-style: italic;
}
#event .event-intro .event-info > ul li label a {
  color: rgba(0, 0, 0, 0.5);
}
#event .event-intro .event-info > ul li label a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}
#event .event-intro .event-info > ul li strong {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  float: right;
}
#event .event-intro .event-info > ul li strong i {
  font-style: italic;
}
#event .event-intro .event-info .sub {
  display: block;
  clear: both;
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  margin: 0 0 30px;
}
#event .event-intro .event-info .sub i {
  font-style: italic;
}
#event .event-page {
  clear: both;
  float: right;
  background: #fff;
  width: 810px;
}
#event .event-page:after {
  content: "";
  display: table;
  clear: both;
}
#event .event-page .content {
  clear: both;
  position: absolute;
  width: 450px;
  left: 0;
}
#event .event-page .content .widget {
  width: 360px;
  left: 90px;
  margin-top: 120px;
}
#event .event-page .content .widget .quote .quotes {
  color: #fff;
}
#event .event-page .content .widget .quote p {
  color: rgba(0, 0, 0, 0.7);
}
#event .event-page .content .the_content {
  padding: 36px 45px;
  background: #fff;
  width: 450px;
}
#event .event-page .event-media {
  width: 630px;
  padding: 36px 45px;
  float: right;
}
#event .event-page .event-media .quote {
  margin-bottom: 60px;
  width: 460px;
}
#event .event-page .youtube {
  margin-bottom: 70px;
}
#event .event-page .images:after {
  content: "";
  display: table;
  clear: both;
}
#event .event-page .images img {
  max-width: 495px;
  float: right;
  margin: 0 0 20px;
  height: auto;
}
#event .event-page .buttons {
  position: relative;
  margin-top: 20px;
}
#event .event-page .buttons:after {
  content: "";
  display: table;
  clear: both;
}
#event .event-page .buttons .btn {
  float: right;
  margin-left: 20px;
}
#event .event-page .buttons #share {
  position: absolute;
  bottom: 0;
  right: 200px;
}
#tips + #pagination {
  margin-top: -45px;
}
#pagination {
  padding-bottom: 45px;
  clear: both;
  position: relative;
}
#pagination:after {
  content: "";
  display: table;
  clear: both;
}
#pagination:before {
  content: '';
  position: absolute;
  z-index: 2;
  background: var(--color-primary);
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 100vw;
  transform: translate(-50%);
  height: 100%;
  z-index: 0;
}
#pagination hr {
  background: #ccc;
  width: 1035px;
  height: 3px;
  margin-bottom: 45px;
}
#pagination .btn {
  clear: both;
  margin: 0px auto 45px;
  display: block;
  position: relative;
  height: fit-content;
  width: fit-content;
  padding: 16px 24px;
}
#pagination .prev,
#pagination .next {
  position: absolute;
  display: block;
}
#pagination .prev .svg-icon,
#pagination .next .svg-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
#pagination .prev h3,
#pagination .next h3 {
  color: #ffffff;
  margin: 0;
}
#pagination .prev .date,
#pagination .next .date {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 10px;
  line-height: 16px;
}
#pagination .prev .date i,
#pagination .next .date i {
  font-style: italic;
}
#pagination .prev:hover .svg-icon svg path,
#pagination .next:hover .svg-icon svg path {
  color: #ccc;
  transition: all 0.2s;
}
#pagination .prev {
  left: 0;
  text-align: left;
}
#pagination .prev .svg-icon {
  left: 0;
}
#pagination .prev .title {
  padding-left: 45px;
}
#pagination .next {
  right: 0;
  text-align: right;
  padding-right: 45px;
}
#pagination .next .svg-icon {
  right: 45px;
}
#pagination .next .title {
  padding-right: 45px;
}
#detail.archief + #pagination {
  padding-bottom: 45px;
}
#pagination.pages-variant .prev,
#pagination.pages-variant .next {
  width: 18px;
  height: 18px;
  top: 6px;
}
#pagination.pages-variant ul {
  margin: 0;
  list-style: none;
  text-align: center;
}
#pagination.pages-variant ul li {
  display: inline-block;
  margin: 0 3px;
}
#pagination.pages-variant ul li a,
#pagination.pages-variant ul li span {
  display: block;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  background: transparent;
}
#pagination.pages-variant ul li a i,
#pagination.pages-variant ul li span i {
  font-style: italic;
}
#pagination.pages-variant ul li a:hover,
#pagination.pages-variant ul li span:hover {
  color: #000;
  transition: color 0.2s;
}
#pagination.pages-variant ul li a.active,
#pagination.pages-variant ul li span.active {
  background: #ccc;
  color: #000;
  transition: background 0.2s, color 0.2s;
}
/* event overzichtpagina */
#overzicht {
  position: relative;
  padding: 70px 0 90px;
  width: 900px;
  float: right;
  background: #fff;
}
#overzicht:after {
  content: "";
  display: table;
  clear: both;
}
#overzicht .content {
  width: 900px;
  background: #fff;
  float: right;
  padding: 70px 90px 45px 180px;
  min-height: 700px;
}
#overzicht h3 {
  position: relative;
  top: 36px;
  left: -204px;
}
#overzicht .new-month:nth-child(3n-2) h3 {
  font-family: 'PatternNo1', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#overzicht .new-month:nth-child(3n-2) h3 i {
  font-style: italic;
}
#overzicht .new-month:nth-child(3n-1) h3 {
  font-family: 'PatternNo3', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#overzicht .new-month:nth-child(3n-1) h3 i {
  font-style: italic;
}
#overzicht .new-month:nth-child(3n) h3 {
  font-family: 'PatternNo7', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#overzicht .new-month:nth-child(3n) h3 i {
  font-style: italic;
}
#overzicht .overzicht {
  position: relative;
  width: 1080px;
  margin-bottom: 24px;
  left: -180px;
}
#overzicht .overzicht:after {
  content: "";
  display: table;
  clear: both;
}
#overzicht .overzicht > .date {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  color: #fff;
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  margin: 0 20px 0 0;
}
#overzicht .overzicht > .date i {
  font-style: italic;
}
#overzicht .overzicht > .date em {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 30px;
}
#overzicht .overzicht > .date em i {
  font-style: italic;
}
#overzicht .overzicht .items:after {
  content: "";
  display: table;
  clear: both;
}
#overzicht .event {
  position: relative;
}
#overzicht .event:last-child .event-item {
  height: 120px;
}
#overzicht .event:last-child .event-item .image {
  border-bottom: 0;
  height: 120px;
}
#overzicht .event:last-child .event-item .info {
  height: 120px;
}
#overzicht .event:first-child .info {
  border-top: 2px solid #e5e5e5;
}
#overzicht .event--afgelast .event-item .info h2,
#overzicht .event--afgelast .event-item .info p,
#overzicht .event--afgelast .event-item .info .date {
  color: #ccc;
}
#overzicht .event--afgelast .event-item .info .tags span {
  background: #ccc;
}
#overzicht .event--afgelast .event-item .info .tags span.sold-out {
  background: #000;
}
#overzicht .event-item {
  clear: both;
  display: block;
  position: relative;
  width: 680px;
  height: 122px;
}
#overzicht .event-item:last-child {
  border-top: 0;
}
#overzicht .event-item .image {
  position: relative;
  width: 120px;
  height: 122px;
  float: left;
  border-bottom: 2px solid transparent;
}
#overzicht .event-item .image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overzicht .event-item .image img {
  position: relative;
  opacity: 0.5;
}
#overzicht .event-item .info {
  width: 560px;
  height: 122px;
  padding: 12px;
  float: left;
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
#overzicht .event-item .info .more-info {
  display: none;
}
#overzicht .event-item .info .tags {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
#overzicht .event-item .info .tags span {
  margin: 0 0 0 4px;
}
#overzicht .event-item .info .titles {
  padding-top: 26px;
  padding-right: 45px;
}
#overzicht .event-item .info .date {
  display: none;
}
#overzicht .event-item .info h2 {
  clear: both;
  max-height: 48px;
  overflow: hidden;
}
#overzicht .event-item .info h2 .support {
  font-size: 16px;
  line-height: 20px;
}
#overzicht .event-item .info p {
  color: #808080;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  max-height: 20px;
  overflow: hidden;
}
#overzicht .event-item .overlay {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: #1a1a1a;
}
#overzicht .event-item .overlay .btn {
  position: absolute;
  right: 45px;
  top: 38px;
  border-color: #fff;
  color: #fff;
  line-height: 40px;
  background: #1a1a1a;
}
#overzicht .event-item .overlay .btn:hover {
  background: #1a1a1a;
  color: #fff;
}
#overzicht .event-item .overlay:after {
  opacity: 0;
  content: '';
  width: 40px;
  height: 120px;
  left: -40px;
  top: 0;
  bottom: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1a1a+0,1a1a1a+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#1a1a1a', GradientType=1);
  /* IE6-9 */
}
#overzicht .event-item:hover .image img {
  opacity: 1;
  transition: opacity 0.2s;
}
#overzicht .event-item:hover .info {
  background: #1a1a1a;
  border-color: #1a1a1a;
  transition: background 0.2s, border-color 0.2s;
}
#overzicht .event-item:hover h2 {
  color: #fff;
  transition: color 0.2s;
}
#overzicht .event-item:hover .tags {
  opacity: 0;
  transition: opacity 0.2s;
}
#overzicht .event-item:hover .overlay {
  opacity: 1;
  transition: opacity 0.2s;
}
#overzicht .event-item:hover .overlay:after {
  opacity: 1;
  transition: opacity 0.2s;
}
#overzicht .event-item:hover .btn--uitverkocht:hover,
#overzicht .event-item:hover .btn--sold-out:hover,
#overzicht .event-item:hover .btn--afgelast:hover,
#overzicht .event-item:hover .btn--presale:hover {
  background: #000000;
  color: #fff;
}
#overzicht .event-item.main-festival {
  height: 350px !important;
  margin: 5px 0;
  transition: opacity 0.2s ease;
}
#overzicht .event-item.main-festival .image {
  position: absolute;
  width: 100% !important;
  height: 350px !important;
  opacity: 1;
}
#overzicht .event-item.main-festival .overlay {
  display: none;
}
#overzicht .event-item.main-festival .info {
  background: unset;
  border: unset;
}
#overzicht .event-item.main-festival .info .titles {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
#overzicht .event-item.main-festival .info .titles .date {
  display: block;
  color: #00a891;
  text-transform: uppercase;
  font-size: 14px;
  font-family: PatternBlank-Bold, arial, sans-serif;
}
#overzicht .event-item.main-festival .info .titles h2 {
  color: white;
  font-size: 60px;
  max-width: 500px;
  line-height: 55px;
  max-height: unset;
  overflow: visible;
}
#overzicht .event-item.main-festival .info .titles p {
  display: none;
}
#overzicht .event-item.main-festival .info .more-info {
  background: #1a1a1a;
  border: 3px solid white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 8px 15px 4px 15px;
  display: none;
}
#overzicht .event-item.main-festival .info .more-info p {
  color: white;
  font-family: PatternBlank-Bold, arial, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
#overzicht .event-item.main-festival:hover .image {
  opacity: 1;
}
#overzicht .event-item.main-festival:hover .tags {
  opacity: 1;
}
#overzicht .widget {
  width: 310px;
  padding: 36px 45px;
  position: absolute;
  top: 0px;
  left: 720px;
}
#overzicht .no-results {
  display: none;
  opacity: 0;
  top: 30px;
  position: relative;
}
#filter {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 60;
  width: 360px;
  height: auto;
  background: #ccc;
  padding: 20px 45px 36px;
}
#filter .close {
  display: none;
}
#filter .reset {
  float: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#filter .reset i {
  font-style: italic;
}
#filter .reset:hover {
  text-decoration: underline;
}
#filter .filter {
  margin-bottom: 24px;
}
#filter .filter:after {
  content: "";
  display: table;
  clear: both;
}
#filter .filter2 {
  margin-bottom: 14px;
}
#filter .filter3 {
  margin-bottom: 0;
}
#filter .filter > a {
  float: left;
  display: block;
  margin-right: 2%;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000000;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background: #fff;
}
#filter .filter > a i {
  font-style: italic;
}
#filter .filter > a:hover,
#filter .filter > a.active {
  background: #ccc;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}
#filter .filter1 > a {
  width: 49%;
  height: 36px;
  line-height: 40px;
}
#filter .filter1 > a:nth-child(even) {
  margin-right: 0;
}
#filter .filter2 > a {
  width: 49%;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
}
#filter .filter2 > a i {
  font-style: italic;
}
#filter .filter2 > a:nth-child(even) {
  margin-right: 0;
}
#filter .filter3 > a {
  width: 23.5%;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 30px;
  line-height: 30px;
}
#filter .filter3 > a i {
  font-style: italic;
}
#filter .filter3 > a:nth-child(4n) {
  margin-right: 0;
}
#filter .filter4 > a {
  width: 100%;
  height: 36px;
  line-height: 40px;
}
/* === HOME pagina === */
#home:after {
  content: "";
  display: table;
  clear: both;
}
#home .hero {
  position: relative;
}
#home .hero .info {
  position: absolute;
  left: 30px;
  bottom: 48px;
  width: 100%;
  padding-right: 400px;
  z-index: 20;
}
#home .hero .info h1.big {
  color: #ffffff;
  font-size: 46px;
  margin-bottom: 12px;
  line-height: 60px;
  max-height: 180px;
  overflow: hidden;
}
#home .hero .info h4 {
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-primary);
}
#home .hero .info h4 i {
  font-style: italic;
}
#home .hero .image {
  width: calc(100% + 220px);
  position: relative;
  right: -40px;
  left: -180px;
  display: block;
  isolation: isolate;
}
#home .hero .image:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
#home .hero .image:after {
  content: '';
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
#home .hero .image:hover:after {
  opacity: 0.5;
}
#home .hero .widget {
  z-index: 20;
  width: 360px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -80px;
}
#home .hero .widget:before {
  top: auto;
  bottom: 48px;
}
#home .content {
  position: relative;
  background: #fff;
  left: -50px;
  margin-right: -90px;
  padding-right: 40px;
  margin-left: -60px;
}
#home .content .featured {
  padding: 32px 0px 0px 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 32px;
  background-color: #ffffff;
  margin-left: -20px;
}
#home .content .featured__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
#home .content .featured__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0;
  grid-row: 1/1;
  z-index: 2;
  transition: opacity 0.2s;
}
#home .content .featured__item:hover::before {
  opacity: 0.5;
}
#home .content .featured__item::after {
  content: '';
  grid-column: 1;
  grid-row: 1;
  background: linear-gradient(219.29deg, rgba(0, 0, 0, 0) 44.68%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
}
#home .content .featured__image {
  position: relative;
  aspect-ratio: 16/9;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
#home .content .featured__info {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: start;
  padding: 24px;
  z-index: 3;
}
#home .content .featured__info-text {
  color: var(--color-primary);
  margin-bottom: 8px;
  font-family: 'PatternBlank', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
#home .content .featured__info-text i {
  font-style: italic;
}
#home .content .featured__info-link {
  color: #ffffff;
  font-size: 26px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#home .content .featured__info-link i {
  font-style: italic;
}
#home .content .featured__info-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#home .content .top-content {
  display: flex;
  justify-content: space-between;
  clear: both;
  position: relative;
  margin-left: -90px;
  margin-bottom: 60px;
  width: 990px;
  background: #fff;
  padding: 60px 45px;
}
#home .content .top-content:after {
  content: "";
  display: table;
  clear: both;
}
#home .content .bottom-content {
  clear: both;
  position: relative;
}
#home .content .bottom-content:after {
  content: "";
  display: table;
  clear: both;
}
#home .content .left-content {
  width: 535px;
  float: left;
  margin-left: -180px;
}
#home .content .right-content {
  width: 545px;
  float: right;
  padding-right: 45px;
}
#home .content #overzicht {
  float: left;
  width: 490px;
  padding: 0;
  background: transparent;
}
#home .content #overzicht .read-more-first {
  display: none;
}
#home .content #overzicht .event-item {
  height: 80px;
  margin-bottom: 10px;
  width: 490px;
}
#home .content #overzicht .event-item .image {
  width: 80px;
  height: 80px;
  border: 0;
}
#home .content #overzicht .event-item .image img {
  opacity: 1;
}
#home .content #overzicht .event-item .info {
  width: 410px;
  height: 80px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}
#home .content #overzicht .event-item .info .tags {
  display: none;
}
#home .content #overzicht .event-item .info .titles {
  padding: 0 45px 0 0;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home .content #overzicht .event-item .info .titles .date {
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#home .content #overzicht .event-item .info .titles .date i {
  font-style: italic;
}
#home .content #overzicht .event-item .info .titles p {
  display: none;
}
#home .content #overzicht .event-item .overlay {
  display: none;
}
#home .content #overzicht .event-item:hover .image img {
  opacity: 0.5;
}
#home .content #overzicht .event-item.main-festival .info {
  position: absolute;
  bottom: 0px;
  border: none;
  width: 100%;
  height: 100%;
}
#home .content #overzicht .event-item.main-festival .titles {
  padding-right: 170px;
  position: absolute;
  bottom: 25px;
  top: unset;
  transform: none;
}
#home .content #overzicht .event-item.main-festival .image:after {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
#home .content .confirmed {
  position: absolute;
  right: 45px;
  bottom: 84px;
}
#home .content .confirmed--list {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
}
#home .content .last-tickets {
  margin: 0 0 125px 45px;
}
#home .content .widget.early-birds {
  width: 360px;
  position: relative;
  margin: 0 0 120px 90px;
}
#home .content .news-items {
  margin: 120px 0 120px 45px;
}
#home .content .news-items:after {
  content: "";
  display: table;
  clear: both;
}
#home .content .news-items .news-item {
  width: 405px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 0;
}
#home .content .news-items .news-item .image {
  display: none;
}
#home .content .news-items h4 + .news-item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
#home .content .news-items .read-more {
  float: none;
  clear: both;
  width: 405px;
  padding-top: 10px;
}
#home .content .this-is {
  padding: 40px 0 45px 45px;
  background: #ffffff;
}
#home .content .quote {
  margin-bottom: 90px;
  padding-right: 45px;
}
#home .content .after-movie {
  margin-bottom: 75px;
}
#home .content .after-movie h4.bigger {
  line-height: 32px;
}
#home .content .after-movie p {
  margin: 0;
}
#home .content .foto-album {
  width: 360px;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
#home .content .foto-album h4.bigger {
  color: #d4ecda;
}
#home .content .foto-album a.album-item {
  flex-grow: 1;
}
#home .content .foto-album .image {
  width: 360px;
}
/* === hero carousel == */
:root {
  --slideWidth: 890px;
  --slideHeight: 450px;
}
.carousel-container,
.carousel-outer,
.carousel,
.carousel .carousel-item {
  height: var(--slideHeight);
}
.carousel-container,
.carousel-outer {
  width: calc(var(--slideWidth) * 2);
}
.carousel-container {
  position: relative;
}
.carousel-outer {
  overflow: hidden;
}
.carousel {
  width: calc(var(--slideWidth) * 2);
  padding-bottom: 22px;
  position: relative;
}
.carousel .carousel-item {
  width: var(--slideWidth);
}
.carousel .owl-dots {
  display: flex;
  position: absolute;
  bottom: 28px;
  left: calc(var(--slideWidth) / 2);
  transform: translateX(-50%);
}
.carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}
.carousel .owl-dots .owl-dot.active span {
  display: block;
  width: 8px;
  height: 8px;
}
.carousel-item .video-container,
.carousel-item .video-container .load-image {
  width: var(--slideWidth);
  height: var(--slideHeight);
}
.carousel-next {
  display: block;
  position: absolute;
  left: calc(var(--slideWidth) - 26px);
  bottom: 40px;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}
.carousel-next .svg-icon {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.carousel-next .svg-icon * {
  fill: #ffffff;
  transition: all 0.2s ease;
}
.carousel-next:hover {
  background: #ffffff;
}
/* === SEARCH results === */
body.search .header .inner {
  background: none;
}
body.search .header .inner .language a {
  color: rgba(255, 255, 255, 0.3);
}
body.search .header .inner a.menu,
body.search .header .inner a.search,
body.search .header .inner a.account,
body.search .header .inner a.programma,
body.search .header .inner .language li,
body.search .header .inner .language a.active {
  color: #fff;
}
body.search .header .inner a.menu .svg-icon svg path,
body.search .header .inner a.search .svg-icon svg path,
body.search .header .inner a.account .svg-icon svg path,
body.search .header .inner a.programma .svg-icon svg path,
body.search .header .inner .language li .svg-icon svg path,
body.search .header .inner .language a.active .svg-icon svg path {
  fill: #fff;
}
#detail.search-results .page .content {
  background: transparent;
  padding-left: 0;
}
#detail.search-results .page .content h1 {
  color: #fff;
  margin-bottom: 45px;
}
#detail.search-results .items {
  width: 100%;
  margin: 0 0 45px;
}
#detail.search-results .items:after {
  content: "";
  display: table;
  clear: both;
}
#detail.search-results .items .event,
#detail.search-results .items .news-item,
#detail.search-results .items .album-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#detail.search-results .items .event:after,
#detail.search-results .items .news-item:after,
#detail.search-results .items .album-item:after {
  content: "";
  display: table;
  clear: both;
}
#detail.search-results .items .event:last-child,
#detail.search-results .items .news-item:last-child,
#detail.search-results .items .album-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#detail.search-results .items .event .image,
#detail.search-results .items .news-item .image,
#detail.search-results .items .album-item .image {
  width: 110px;
  height: 110px;
  float: left;
}
#detail.search-results .items .event .tags,
#detail.search-results .items .news-item .tags,
#detail.search-results .items .album-item .tags {
  display: none;
}
#detail.search-results .items .event .overlay,
#detail.search-results .items .news-item .overlay,
#detail.search-results .items .album-item .overlay {
  display: none;
}
#detail.search-results .items .event .info,
#detail.search-results .items .news-item .info,
#detail.search-results .items .album-item .info {
  float: left;
  height: 110px;
  width: 650px;
}
#detail.search-results .items .event .titles,
#detail.search-results .items .news-item .titles,
#detail.search-results .items .album-item .titles {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
}
#detail.search-results .items .event .titles .date,
#detail.search-results .items .news-item .titles .date,
#detail.search-results .items .album-item .titles .date {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 16px;
}
#detail.search-results .items .event .titles .date i,
#detail.search-results .items .news-item .titles .date i,
#detail.search-results .items .album-item .titles .date i {
  font-style: italic;
}
#detail.search-results .items .event .titles h2,
#detail.search-results .items .news-item .titles h2,
#detail.search-results .items .album-item .titles h2 {
  color: #fff;
  max-height: 48px;
  overflow: hidden;
}
#detail.search-results .items .event .titles h2.big,
#detail.search-results .items .news-item .titles h2.big,
#detail.search-results .items .album-item .titles h2.big {
  max-height: 48px;
}
#detail.search-results .items .event .titles p,
#detail.search-results .items .news-item .titles p,
#detail.search-results .items .album-item .titles p {
  display: none;
}
#detail.search-results .items .event:hover .image img,
#detail.search-results .items .news-item:hover .image img,
#detail.search-results .items .album-item:hover .image img {
  opacity: 0.7;
  transition: opacity 0.2s;
}
#detail.search-results .items .news-item {
  background: transparent;
  margin: 0;
}
#detail.search-results .items .news-item .info {
  float: right;
  width: 700px;
  padding-right: 45px;
}
#detail.search-results .items .news-item .info .titles {
  margin-left: 0;
}
#detail.search-results .items .news-item .info .titles h2 {
  max-height: 62px;
}
#detail.search-results .items .news-item .info .titles p {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
#detail.search-results .items .event-item .info .more-info {
  display: none;
}
#detail.search-results .items .album-item {
  margin: 0;
}
#detail.search-results .items .album-item .image img {
  opacity: 1;
}
#detail.search-results .items .album-item .info {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 700px;
  float: left;
  padding-right: 45px;
}
#detail.search-results .items .album-item:hover .info {
  opacity: 1;
  visibility: visible;
}
/* FOTO CAROUSSEL */
#media_caroussel_bg {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha('0');
  filter: alpha(opacity='0');
  opacity: 0;
  display: none;
}
#media_caroussel_bg .loader {
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0px 0px -36px;
  background: url(assets/loader-0f3a5083.gif) no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha('100');
  filter: alpha(opacity='100');
  opacity: 1;
}
#media_caroussel_cont {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 1201;
  overflow: hidden;
  display: none;
}
#media_caroussel {
  position: absolute;
  top: 0px;
  z-index: 99;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha('0');
  filter: alpha(opacity='0');
  opacity: 0;
  display: none;
  width: 100%;
}
#media_caroussel .bx-wrapper {
  position: relative;
  height: 600px;
  width: 100%;
}
#media_caroussel .bx-wrapper .bx-controls {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 99;
}
#media_caroussel .bx-wrapper .bx-controls .fotograaf {
  width: 900px;
  margin: 0 auto -30px;
  height: 30px;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager {
  width: 900px;
  margin: 0 auto;
  height: 30px;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  float: right;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: none;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 20px;
  font-size: 20px;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active i {
  font-style: italic;
}
#media_caroussel .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active sub {
  font-size: 14px;
  line-height: 20px;
  bottom: 0px;
}
#media_caroussel .bx-wrapper .bx-controls .close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -710px;
  right: -100px;
  cursor: pointer;
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px / 2;
  -moz-border-radius: 60px / 2;
  border-radius: 60px / 2;
  background: transparent;
  transition: background 0.2s;
}
#media_caroussel .bx-wrapper .bx-controls .close .svg-icon {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
#media_caroussel .bx-wrapper .bx-controls .close:hover {
  background: #fff;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction {
  width: 900px;
  margin: 0 auto;
  height: 0px;
  position: relative;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -380px;
  cursor: pointer;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev .icon,
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next .icon {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px / 2;
  -moz-border-radius: 60px / 2;
  border-radius: 60px / 2;
  background: transparent;
  transition: background 0.2s;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev .icon .svg-icon,
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next .icon .svg-icon {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover .icon,
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover .icon {
  background: #fff;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -120px;
}
#media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -120px;
}
#media_caroussel ul {
  width: 9999999px !important;
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
}
#media_caroussel ul li {
  display: block;
  position: relative;
  width: 900px;
  height: 600px;
}
#media_caroussel ul li img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
}
#media_caroussel ul li.active img {
  cursor: default;
}
#media_caroussel ul li.portrait img {
  width: 400px;
  margin-left: 110px;
}
#media_caroussel ul li.square img {
  width: 600px;
  margin-left: 150px;
}
html.big-carousel #media_caroussel .bx-wrapper {
  height: 733px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .fotograaf {
  width: 1100px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-pager {
  width: 1100px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .close {
  top: -810px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction {
  width: 1100px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  top: -420px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -130px;
}
html.big-carousel #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -130px;
}
html.big-carousel #media_caroussel ul li {
  width: 1100px;
  height: 733px;
}
html.big-carousel #media_caroussel ul li img {
  width: 1100px;
  height: auto;
}
html.big-carousel #media_caroussel ul li.portrait img {
  width: 489px;
  margin-left: 305px;
}
html.big-carousel #media_caroussel ul li.square img {
  width: 733px;
  margin-left: 183px;
}
/* COOKIE */
.eagerly-tools-cookie-blocked.eagerly-tools-cookie-blocked {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
#cookiemelding {
  position: fixed;
  left: 0px;
  bottom: -100px;
  height: 70px;
  background: #000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 500;
  width: 350px;
  border: 2px solid #000000;
}
#cookiemelding i {
  font-style: italic;
}
#cookiemelding p {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  float: left;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 276px;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}
#cookiemelding p i {
  font-style: italic;
}
#cookiemelding a {
  color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}
#cookiemelding a i {
  font-style: italic;
}
#cookiemelding a:hover {
  text-decoration: none;
}
#cookiemelding a.cookie-btn {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  float: right;
}
#cookiemelding a.cookie-btn i {
  font-style: italic;
}
#cookiemelding a.cookie-btn:hover {
  background: #fff;
  color: #000;
  transition: color 0.2s, background 0.2s;
}
#tickets {
  position: relative;
}
#tickets h2 {
  display: block;
  margin: 20px 0;
}
#tickets .error_message {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha('0');
  filter: alpha(opacity='0');
  opacity: 0;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 12px;
}
#tickets .head {
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 20px;
}
#tickets .head ol {
  margin: 0px;
  padding: 0px;
}
#tickets .head ol li {
  counter-increment: step-counter;
  display: block;
  height: 40px;
  line-height: 42px;
  float: left;
  width: 209px;
  border-right: 1px solid #ffffff;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: background 0.2s, color 0.2s;
}
#tickets .head ol li i {
  font-style: italic;
}
#tickets .head ol li:first-child {
  width: 209px;
}
#tickets .head ol li::before {
  content: counter(step-counter);
  margin: 0 10px;
  font-size: 80%;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
  position: relative;
  top: -2px;
}
#tickets .head ol li.active {
  background: #808080;
  color: #ffffff;
}
#tickets .head ol li.disabled {
  opacity: 0.25;
}
#tickets .head ol li.target {
  cursor: pointer;
}
#tickets .head ol li.target:hover {
  color: #fff;
}
#tickets a#logout {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 14px;
  color: #000000;
}
#tickets .body {
  position: relative;
  overflow: hidden;
}
#tickets .body .loader {
  display: none;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  height: 100%;
  width: 100%;
}
#tickets .body .loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px auto 13px;
}
#tickets .body .loader .icon svg {
  -webkit-animation: rotating 2s ease infinite;
  -moz-animation: rotating 2s ease infinite;
  -ms-animation: rotating 2s ease infinite;
  -o-animation: rotating 2s ease infinite;
  animation: rotating 2s ease infinite;
}
#tickets .body iframe {
  display: block;
  width: 100%;
  height: 1200px;
  min-height: 600px;
  overflow: hidden !important;
}
#tickets .body .inner {
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
#tickets .body .inner p.small-text {
  font-size: 11px;
  line-height: 13px;
  margin: 10px 0 0 0;
}
#tickets .body .inner.login,
#tickets .body .inner.forgot {
  height: 350px;
}
#tickets .body .inner.register {
  height: 100%;
}
#tickets .body .inner.register > p {
  margin-bottom: 0;
}
#tickets .body .inner.register #remove_visitor {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
}
#tickets .body .inner.register #remove_visitor:hover {
  text-decoration: none;
}
#tickets .body .inner.hide {
  height: 0 !important;
}
#tickets .body .inner form {
  margin: 0px;
  padding: 0px;
}
#tickets .body .inner form .input {
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  float: left;
  margin-right: 10px;
}
#tickets .body .inner form .input.fifty {
  width: 400px;
}
#tickets .body .inner form .input.small {
  width: 220px;
}
#tickets .body .inner form .input.last {
  margin-right: 0px;
}
#tickets .body .inner form .input.input--visitor-perm {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  float: none;
}
#tickets .body .inner form .input.input--visitor-perm input {
  margin-top: 6px;
  margin-right: 6px;
  float: left;
}
#tickets .body .inner form .input.input--visitor-perm label {
  text-transform: none;
  color: #000;
  display: inline-block;
  max-width: 540px;
  margin: 0 0 20px;
}
#tickets .body .inner form .input.input--visitor-perm .hide_4,
#tickets .body .inner form .input.input--visitor-perm .hide_5 {
  display: none;
}
#tickets .body .inner form .input.input--visitor-perm p {
  clear: both;
  font-size: 15px;
  margin-bottom: 20px;
}
#tickets .body .inner form .input.input--visitor-perm p:last-child {
  margin: 0;
}
#tickets .body .inner form .input.input--visitor-perm.primary-color-border {
  padding: 20px;
  border-width: 3px;
  border-style: solid;
}
#tickets .body .inner form .input.input--visitor-perm.primary-color-border input[type='submit'] {
  margin-top: 20px;
}
#tickets .body .inner form label {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-weight: 250;
  color: #808080;
}
#tickets .body .inner form label i {
  font-style: italic;
}
#tickets .body .inner form p.privacy {
  max-width: 630px;
}
#tickets .body .inner form input.field {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
#tickets .body .inner form input.field::-webkit-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#tickets .body .inner form input.field:-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
#tickets .body .inner form input.field::-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
#tickets .body .inner form input.field:-ms-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#tickets .body .inner form input.field.ph {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
#tickets .body .inner form input.field.fifty {
  width: 400px;
}
#tickets .body .inner form input.field.small {
  width: 220px;
}
#tickets .body .inner form input.field.disabled {
  color: #808080;
}
#tickets .body .inner form input.field.last {
  margin-right: 0px;
}
#tickets .body .inner form input.field.error {
  background: #ffcccc;
}
#tickets .body .inner form input.radio {
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 5px;
  margin-left: 1px;
  width: 16px;
  height: 16px;
}
#tickets .body .inner form label.radio {
  margin-right: 20px;
  display: inline-block;
}
#tickets .body .inner form label.radio > input.radio {
  margin: 5px 10px 30px 0;
}
#tickets .body .inner form input[type='checkbox'].radio {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
}
#tickets .body .inner form input[type='radio'].radio {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  appearance: radio;
}
#tickets .body .inner form input[type='radio'].radio + label {
  position: relative;
  top: -2px;
}
#tickets .body .inner input.submit,
#tickets .body .inner .message,
#tickets .body .inner .register.toggle {
  display: block;
  margin-top: 0px;
  line-height: 50px;
  min-height: 50px;
  min-width: 160px;
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border: 3px solid #ccc;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
#tickets .body .inner input.submit i,
#tickets .body .inner .message i,
#tickets .body .inner .register.toggle i {
  font-style: italic;
}
#tickets .body .inner input.submit.submit_blijf_op_de_hoogte,
#tickets .body .inner .message.submit_blijf_op_de_hoogte,
#tickets .body .inner .register.toggle.submit_blijf_op_de_hoogte {
  margin-top: 10px;
}
#tickets .body .inner input.submit:hover,
#tickets .body .inner .message:hover,
#tickets .body .inner .register.toggle:hover {
  background: #fff !important;
}
#tickets .body .inner .register.toggle {
  margin-top: 10px;
  width: 160px;
  min-width: 0px;
}
#tickets .body .inner.login form {
  width: 50%;
  float: left;
}
#tickets .body .inner.login .right {
  width: 35%;
  height: 100%;
  padding: 0 0 0 5%;
  border-left: 1px solid #808080;
}
#tickets .body .inner .registreer_form.forgota {
  width: 50%;
}
#tickets .body .toggle.forgot,
#tickets .body .toggle.login {
  margin: 20px 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#tickets .body .toggle.forgot i,
#tickets .body .toggle.login i {
  font-style: italic;
}
#tickets .button.continue {
  display: block;
  width: 240px;
  margin-top: 0px;
  line-height: 50px;
  min-height: 50px;
  min-width: 160px;
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#tickets .button.continue i {
  font-style: italic;
}
#tickets .button.continue.submit_blijf_op_de_hoogte {
  margin-top: 10px;
}
#tickets .body iframe {
  height: 2000px;
}
.post-password-form input {
  height: 50px;
  width: 40%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
}
.post-password-form input[type='submit'] {
  width: 25%;
  margin-left: 0px;
  height: 56px;
  border: 3px solid #473960;
  background: #473960;
  color: #fff;
  font-family: PatternBlank-Bold, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.post-password-form input[type='submit']:hover {
  background: transparent;
  color: #473960;
}
#event.is-livestream-event .intro-text {
  padding-bottom: 10px;
}
#event.is-livestream-event .livestream {
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 0;
}
#event.is-livestream-event .livestream .livestream-content .embed {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#event.is-livestream-event .livestream .livestream-content .embed::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
#event.is-livestream-event .livestream .livestream-content .embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#event.is-livestream-event .livestream .livestream-content .chat {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
  max-height: 30em;
  overflow: hidden;
}
#event.is-livestream-event .livestream .livestream-content .chat::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}
#event.is-livestream-event .livestream .livestream-content .chat iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#event.is-livestream-event .livestream .buttons .btn {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
#event.is-livestream-event .livestream .the_content {
  padding: 20px;
}
#event.is-livestream-event .livestream.side .chat {
  max-width: 30em;
}
#event.is-livestream-event .livestream.side .chat::before {
  display: block;
  content: '';
  padding-top: 100%;
}
#event.is-livestream-event .hero {
  max-height: 175px;
}
#event.is-livestream-event .event-info,
#event.is-livestream-event .event-page {
  display: none !important;
}
.row-photo,
.row-video {
  margin-bottom: 60px;
  width: 912px;
}
.row-gallery {
  margin-bottom: 60px;
}
.row-gallery .image {
  height: 355px;
}
.row-gallery-carousel {
  position: relative;
}
.row-gallery-carousel .owl-stage {
  list-style: none;
  margin: 0;
}
.row-gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.row-gallery-carousel .owl-nav .owl-prev,
.row-gallery-carousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}
.row-gallery-carousel .owl-nav .owl-prev:hover,
.row-gallery-carousel .owl-nav .owl-next:hover {
  background: #ffffff;
}
.row-gallery-carousel .owl-nav .owl-prev .svg-icon,
.row-gallery-carousel .owl-nav .owl-next .svg-icon {
  display: block;
  width: 16px;
  height: 20px;
}
.row-gallery-carousel .owl-nav .owl-prev .svg-icon *,
.row-gallery-carousel .owl-nav .owl-next .svg-icon * {
  fill: #ffffff;
  transition: all 0.2s ease;
}
.row-gallery-carousel .owl-nav .owl-prev {
  margin-left: 18px;
}
.row-gallery-carousel .owl-nav .owl-prev .svg-icon {
  transform: rotate(180deg);
}
.row-gallery-carousel .owl-nav .owl-next {
  margin-right: 18px;
}
.row-gallery-carousel .owl-dots {
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.row-gallery-carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}
.row-gallery-carousel .owl-dots .owl-dot.active span {
  display: block;
  width: 8px;
  height: 8px;
}
.figure-frame {
  position: relative;
  left: -375px;
  padding: 64px;
  height: 100%;
  width: 100%;
}
.figure-frame__image-container,
.figure-frame .eagerly-tools-cookie-blocked {
  height: 399px;
  width: 100%;
}
.figure-frame__caption {
  margin-top: 24px;
  font-size: 31px;
  line-height: 42px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
.figure-frame__caption i {
  font-style: italic;
}
.row-video .video-container {
  height: 100%;
  position: relative;
  margin: 0 0 18px;
  background-color: rgba(255, 255, 255, 0.7);
}
.row-video .video-container .eagerly-tools-cookie-blocked {
  color: #ffffff;
  padding: 20px;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.row-video .video-container .btn-play {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.row-video .video-container .btn-play .svg-icon {
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}
.row-video .video-container .btn-play .svg-icon * {
  fill: #ffffff;
}
.row-video .video-container .close {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 10;
}
.row-video .video-container .close .svg-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row-video .video-container .close .svg-icon * {
  fill: #ffffff;
}
.row-video .video-container .video {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 99;
  background: #666;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.row-video .video-container .video .embed {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.row-video .video-container .video.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
.row-video .video-container .video iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.row-video .video-container.is-active .close {
  opacity: 1;
}
.row-video .caption {
  color: grey;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.row-video .caption i {
  font-style: italic;
}
.gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme label.gfield_label,
.gform_wrapper.gravity-theme legend.gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme .gfield_description {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-weight: 250;
  text-transform: uppercase;
  color: gray;
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme label.gfield_label i,
.gform_wrapper.gravity-theme legend.gfield_label i,
.gform_wrapper.gravity-theme label i,
.gform_wrapper.gravity-theme .validation_message i,
.gform_wrapper.gravity-theme .gfield_description i {
  font-style: italic;
}
.gform_wrapper.gravity-theme label.gfield_label,
.gform_wrapper.gravity-theme legend.gfield_label {
  color: #000000;
  font-weight: 700 !important;
  margin-bottom: 8px;
}
.gform_wrapper.gravity-theme p:empty {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_description {
  text-transform: initial;
}
.gform_wrapper.gravity-theme input {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.gform_wrapper.gravity-theme input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme input:-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.gform_wrapper.gravity-theme input::-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.gform_wrapper.gravity-theme input:-ms-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme input.ph {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme input.fifty {
  width: 400px;
}
.gform_wrapper.gravity-theme input.small {
  width: 220px;
}
.gform_wrapper.gravity-theme input.disabled {
  color: #808080;
}
.gform_wrapper.gravity-theme input.last {
  margin-right: 0px;
}
.gform_wrapper.gravity-theme input.error,
.gform_wrapper.gravity-theme input[aria-invalid='true'] {
  background: #ffcccc;
  border: initial !important;
}
.gform_wrapper.gravity-theme input[type='submit'] {
  display: block;
  margin-top: 0px;
  line-height: 50px;
  min-height: 50px;
  min-width: 160px;
  width: auto;
  height: auto;
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  border: 3px solid;
  background-color: #473960;
  color: #ffffff;
  padding: initial;
  border: initial;
  border: 3px solid #473960;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
.gform_wrapper.gravity-theme input[type='submit'] i {
  font-style: italic;
}
.gform_wrapper.gravity-theme input[type='submit']:hover {
  color: #473960;
  background-color: #ffffff;
  border: 3px solid #473960;
}
.gform_wrapper.gravity-theme input[type='radio'],
.gform_wrapper.gravity-theme input[type='checkbox'] {
  width: auto;
  min-width: initial;
  height: 35px;
  margin-bottom: initial;
  appearance: none;
  border-radius: 0%;
  cursor: pointer;
}
.gform_wrapper.gravity-theme input[type='radio']:checked,
.gform_wrapper.gravity-theme input[type='checkbox']:checked {
  background-color: #473960;
  position: relative;
  overflow: hidden;
}
.gform_wrapper.gravity-theme input[type='radio']:checked::after,
.gform_wrapper.gravity-theme input[type='checkbox']:checked::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '\d7';
  /* use the hex value here... */
  font-size: 30px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}
.gform_wrapper.gravity-theme input[type='radio']:hover,
.gform_wrapper.gravity-theme input[type='checkbox']:hover {
  background-color: #473960;
}
.gform_wrapper.gravity-theme input[type='radio'] ~ label,
.gform_wrapper.gravity-theme input[type='checkbox'] ~ label {
  text-transform: initial !important;
  margin-left: 10px;
}
.gform_wrapper.gravity-theme .gchoice {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 5px;
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .ginput_container_textarea {
  width: 100%;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 630px;
  padding: 10px 10px;
  background: #f2f2f2;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.gform_wrapper.gravity-theme .ginput_container_textarea::-webkit-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme .ginput_container_textarea:-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_textarea::-moz-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
  opacity: 1;
}
.gform_wrapper.gravity-theme .ginput_container_textarea:-ms-input-placeholder {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme .ginput_container_textarea.ph {
  color: #a1a1a1;
  font-family: 'Open Sans';
  font-weight: 400;
}
.gform_wrapper.gravity-theme .ginput_container_textarea textarea {
  background: #f2f2f2;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .validation_message {
  min-width: 200px;
  max-width: 630px;
  background-color: initial;
  color: red;
  border: initial;
  padding: initial;
  margin-top: 3px;
  padding-top: 0 !important;
}
.detail-video {
  padding: 0 0 0 2.5rem;
  background: white;
  margin-bottom: 5rem;
}
.detail-video + section {
  margin-top: -40px;
  padding-top: 50px;
}
.detail-video + .detail-video {
  padding-top: 0;
  margin-top: 40px;
  box-shadow: 120px -40px 0 0 #fff;
}
.detail-video + .detail-qoute,
.detail-video + .detail-featured {
  margin-top: 40px;
  box-shadow: 120px -40px 0 0 #fff;
}
.detail-video__iframe-container {
  position: relative;
  bottom: -2.5rem;
}
.detail-video--spotify {
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.detail-video--spotify + section {
  padding-top: 80px;
}
.detail-video--spotify .detail-video__iframe-container {
  bottom: 0rem;
  transform: translateY(-0.5rem);
}
.detail-video .figure__caption {
  text-align: right;
}
.content {
  margin-left: 120px;
  background: #fff;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--color-secondary);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.content h3:not(.special) {
  font-size: 24px;
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
}
.content h3:not(.special) i {
  font-style: italic;
}
.content p {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
.content p i {
  font-style: italic;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content__container {
  max-width: 80ch;
}
.detail-qoute {
  background: var(--color-secondary);
  padding: 3.5rem 7.5rem 2.1875rem 7.5rem;
}
.detail-qoute__title {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  max-width: 25ch;
}
.detail-qoute__title i {
  font-style: italic;
}
.detail-qoute + .detail-qoute {
  padding-top: 0;
  margin-top: 0;
  box-shadow: 120px -40px 0 0 #fff;
}
.detail-qoute + .detail-video,
.detail-qoute + .detail-featured {
  padding-top: 0;
  margin-top: 40px;
  box-shadow: 120px -40px 0 0 #fff;
}
.detail-featured {
  background: #fff;
  padding: 0 0 0 40px;
}
.detail-featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-featured + section {
  padding-top: 90px;
}
.detail-featured__caption {
  text-align: right;
}
.detail-featured__container {
  display: flex;
  gap: 1rem;
  position: relative;
  bottom: -40px;
}
.detail-featured__img-container {
  aspect-ratio: 16/9;
  z-index: 1;
}
.tickets-intro {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
  margin-left: 120px;
}
.tickets-intro__container {
  display: grid;
  grid-template-columns: 1fr 300px;
  margin-left: -120px;
}
.tickets-intro__content {
  background: #fff;
  padding: 40px;
}
.tickets-intro__content-wrapper {
  display: grid;
  gap: 1.75rem;
}
.tickets-intro__content-header-wrapper {
  display: grid;
}
.tickets-intro__title {
  margin: 0;
  padding: 0;
}
.tickets-intro__subtitle {
  margin: -0.75rem 0;
  font-size: 20px;
  padding: 0;
}
.tickets-intro__date {
  order: -1;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: 'PatternBlank';
  margin: 0;
  padding: 0;
}
.tickets-intro__date i {
  font-style: italic;
}
.tickets-intro__text {
  margin: 0;
}
.tickets-intro__tags {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.tickets-intro__tags span {
  padding: 8px 12px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}
.tickets-intro__tags span i {
  font-style: italic;
}
.tickets-intro__tickets {
  padding: 40px;
  background: var(--color-secondary);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tickets-intro__primary-btn {
  text-transform: uppercase;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 18px 12px;
  width: 100%;
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: 'PatternBlank-Bold';
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tickets-intro__primary-btn i {
  font-style: italic;
}
.tickets-intro__primary-btn:hover {
  background-color: #fff;
  color: #000;
}
.tickets-intro__list {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.tickets-intro__list-item {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: 'PatternBlank', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  font-size: 14px;
}
.tickets-intro__list-item strong {
  font-family: 'PatternBlank-Bold', arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.tickets-intro__secondary-btn {
  text-transform: uppercase;
  margin-top: auto;
  text-align: center;
  border: solid 3px #000;
  color: #000;
  padding: 18px 12px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: 'PatternBlank';
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tickets-intro__secondary-btn i {
  font-style: italic;
}
.tickets-intro__secondary-btn:hover {
  background-color: #fff;
  color: #000;
}
.sticky-cta {
  background: var(--color-secondary);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: grid;
  padding: 0.5rem 20px;
}
.sticky-cta__container {
  padding-left: 190px;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.sticky-cta__content {
  display: grid;
  align-items: center;
  position: relative;
  bottom: -0.25rem;
}
.sticky-cta__date {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  order: -1;
  margin-bottom: 0;
}
.sticky-cta__date i {
  font-style: italic;
}
.sticky-cta__btn {
  padding: 1.125rem 4rem;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sticky-cta__btn i {
  font-style: italic;
}
.sticky-cta__btn:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1540px) {
  #container {
    justify-content: center;
  }
  body:has(.search-results) .news .agenda__item {
    background: var(--color-primary);
    border-left: transparent;
    border-right: transparent;
  }
  .row-gallery-carousel .image {
    height: 467px;
  }
  #share {
    width: 220px;
  }
  #share > a {
    font-size: 14px;
  }
  /* == HEADER == */
  .header.header .inner {
    width: 1160px;
    padding: 32px 60px;
  }
  .header.header .logo {
    right: 870px;
    left: -308px;
  }
  .header.header .language {
    right: 200px;
    padding-right: 30px;
    width: 110px;
  }
  .header.header .account {
    right: 460px;
    margin: 0;
  }
  .header.header .shop {
    right: 395px;
    margin: 0;
  }
  .header.header .programma {
    right: 545px;
  }
  .menu-header {
    padding: 32px 60px;
  }
  .menu-header .language {
    right: 220px;
  }
  .menu-header .account {
    right: 465px;
    margin: 0;
  }
  .menu-header .shop {
    right: 400px;
    margin: 0;
  }
  .menu-header .programma {
    right: 550px;
  }
  .menu-footer .contact a {
    font-size: 16px;
    line-height: 32px;
  }
  /* == FOOTER == */
  .footer .center-right > div {
    width: 445px;
  }
  .footer .center-right > div:first-child {
    width: 390px;
  }
  .footer .center-right > div:nth-child(2) {
    width: 500px;
  }
  .footer .logo .svg-icon {
    width: 210px;
    height: 47px;
  }
  .footer .contact {
    padding-right: 60px;
  }
  .footer .footer-nav.footer-nav {
    width: 1280px;
  }
  /* === TIPS block === */
  #tips .tip {
    margin-right: 38px;
  }
  #tips .tip .tip-item {
    width: 290px;
  }
  #tips .tip .tip-item .image {
    width: 290px;
    height: 290px;
  }
  #tips .tip .tip-item .image .btn {
    margin: 115px auto 0;
  }
  #tips .tip .info {
    padding: 16px 24px 20px;
    height: 140px;
  }
  #tips .tip .info .date {
    font-size: 12px;
  }
  #tips .tip .info p {
    font-size: 13px;
    line-height: 20px;
    max-height: 40px;
  }
  #tips .tip .quote {
    width: 300px;
  }
  #tips .tip--small {
    width: 290px;
  }
  #tips .tip--big {
    width: 620px;
  }
  #tips.tips-over .cycle-pager {
    width: 1100px;
    margin-left: 0px;
  }
  #tips.tips-over .slide-pager,
  #tips.tips-over .slide-pager ul {
    width: 1110px;
  }
  #tips.tips-over .tip .quote {
    width: 290px;
  }
  #tips.tips-over .info {
    padding-top: 24px;
  }
  .news-item {
    width: 615px;
    margin: 0 0 30px;
    margin-right: 45px;
  }
  .news-item .image {
    width: 140px;
    height: 140px;
  }
  .news-item .info {
    padding: 24px 30px 30px;
    height: 140px;
    width: 470px;
  }
  .news-item .info h2 {
    max-height: 72px;
    line-height: 24px;
    margin-bottom: 4px;
    font-size: 22px;
  }
  .news-item .info p {
    font-size: 13px;
  }
  /* coming soon section*/
  .coming-soon__title {
    font-size: 1.9375rem;
  }
  .coming-soon__p {
    margin-block-start: 1.5625rem;
  }
  /* detail pagina */
  #detail .page {
    width: 1335px;
  }
  #detail .page .submenu {
    width: 270px;
    top: 140px;
  }
  #detail .page .content {
    width: 1160px;
    padding: 80px 120px 58px 210px;
  }
  #over .content.content {
    padding-left: 400px;
    padding-top: 40px;
    min-height: 400px;
  }
  /* home / event */
  #event .hero > .image,
  #home .hero > .image {
    width: calc(100% + 60px);
    height: auto;
  }
  #home {
    margin: 0 0 0px 40px;
  }
  #home .hero > .image {
    width: calc(100% + 180px + 40px);
    height: 464px;
    position: relative;
    left: -180px;
  }
  /* event pagina */
  #event .hero .image {
    left: -70px;
    width: calc(100% + 70px);
  }
  #event .event-intro {
    width: 1160px;
  }
  #event .event-intro .intro-text {
    width: 820px;
    padding: 36px 60px;
  }
  #event .event-intro .event-info {
    width: 340px;
    padding: 36px 60px 90px 60px;
  }
  #event .event-intro .event-info > ul li {
    margin: 0 0 26px;
  }
  #event .event-intro .event-info > ul li label {
    font-size: 14px;
    line-height: 20px;
  }
  #event .event-intro .event-info > ul li strong {
    font-size: 16px;
    line-height: 20px;
  }
  #event .event-intro .event-info .sub {
    font-size: 12px;
    line-height: 14px;
  }
  #event .event-page {
    width: 1160px;
  }
  #event .event-page .event-media {
    width: 840px;
    padding: 36px 60px;
  }
  #event .event-page .event-media .quote {
    width: 520px;
  }
  #event .event-page .images img {
    max-width: 600px;
  }
  #event .event-page .buttons #share {
    right: 240px;
  }
  #pagination hr {
    width: 1275px;
  }
  #pagination .next {
    padding-right: 60px;
  }
  #pagination .next .svg-icon {
    right: 60px;
  }
  /* event overzichtpagina */
  #overzicht {
    padding: 70px 0 60px;
    width: 1160px;
  }
  #overzicht .content {
    width: 1160px;
    padding: 70px 120px 45px 210px;
  }
  #overzicht .overzicht {
    width: 1392px;
  }
  #overzicht.this-week .event:nth-of-type(6) {
    display: none;
  }
  #overzicht .event:last-child .event-item {
    height: 140px;
  }
  #overzicht .event:last-child .event-item .image {
    border-bottom: 0;
    height: 140px;
  }
  #overzicht .event:last-child .event-item .info {
    height: 140px;
  }
  #overzicht .event-item {
    width: 840px;
    height: 142px;
  }
  #overzicht .event-item .image {
    width: 140px;
    height: 142px;
  }
  #overzicht .event-item .info {
    width: 700px;
    height: 142px;
    padding: 16px;
  }
  #overzicht .event-item .info .tags {
    top: 12px;
    right: 12px;
  }
  #overzicht .event-item .info h2 {
    max-height: 56px;
  }
  #overzicht .event-item .info h2 .support {
    font-size: 17px;
    line-height: 20px;
  }
  #overzicht .event-item .info p {
    font-size: 14px;
    line-height: 24px;
  }
  #overzicht .event-item .overlay {
    width: 200px;
  }
  #overzicht .event-item .overlay .btn {
    top: 48px;
    width: 120px;
  }
  #overzicht .event-item.main-festival .info .titles h2 {
    max-width: 650px;
  }
  #overzicht .widget {
    width: 380px;
    padding: 36px 60px;
    left: 900px;
  }
  #filter {
    width: 440px;
    padding: 20px 60px 36px;
  }
  #home .hero .widget {
    width: 375px;
  }
  #home .hero .info {
    padding-right: 440px;
  }
  #home .hero .info h1.big {
    line-height: 70px;
    max-height: 210px;
  }
  #home .hero .info {
    left: 70px;
  }
  #home .content {
    left: -50px;
    margin-right: -90px;
    padding-right: 40px;
    margin-left: -60px;
  }
  #home .content .top-content {
    width: 1250px;
  }
  #home .content .left-content {
    width: 640px;
  }
  #home .content .right-content {
    width: 660px;
    padding-right: 60px;
  }
  #home .content #overzicht {
    width: 710px;
  }
  #home .content #overzicht .event-item {
    width: 710px;
    height: 100px;
  }
  #home .content #overzicht .event-item .image {
    width: 100px;
    height: 100px;
  }
  #home .content #overzicht .event-item .info {
    height: 100px;
    width: 610px;
  }
  #home .content #overzicht .event-item.main-festival .more-info {
    display: block;
  }
  #home .content .confirmed {
    right: 60px;
  }
  #home .content .widget.early-birds {
    width: 400px;
  }
  #home .content .widget.early-birds h3.special {
    font-size: 86px;
    line-height: 84px;
  }
  #home .content .news-items .news-item,
  #home .content .news-items .news-item .info {
    width: 450px;
  }
  #home .content .news-items .read-more {
    width: 450px;
  }
  #albums {
    width: 1335px;
    margin-left: -355px;
  }
  #detail.search-results .items .news-item .info {
    width: 930px;
    padding-right: 180px;
  }
  #media_caroussel ul li.portrait img {
    width: 400px;
    margin-left: 250px;
  }
  #cookiemelding > .center-right {
    padding-right: 60px;
  }
  /* === hero carousel == */
  :root {
    --slideWidth: 1115px;
    --slideHeight: 563px;
  }
  .sticky-cta__container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1260px) {
  body:has(.search-results) {
    background: var(--color-primary);
  }
  body:has(.search-results) .news .agenda__item {
    background: var(--color-primary);
    border-left: transparent;
    border-right: transparent;
  }
  .highlight {
    padding: 40px 0px 1px 0px;
    left: 0px;
    margin-right: 0px;
  }
  #container::after {
    background-color: transparent;
  }
  /*coming soon section*/
  .coming-soon {
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  /* agenda elements*/
  .agenda__p {
    margin-block-start: 1.5625rem;
  }
  /*news section*/
  .news .agenda__items {
    margin-inline-start: 0;
    padding-inline-end: 0;
  }
  /* news section ends*/
  .main {
    padding-left: 0;
    margin-left: 0;
  }
  .main:has(#home) {
    padding-left: 0px;
  }
  .just-confirmed {
    margin-left: 0;
    padding-left: 0;
  }
  .just-confirmed-item {
    flex: 0 0 17.5rem;
  }
  .displacement-content {
    position: relative;
    margin-left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: 00px;
  }
  .displacement-section {
    position: relative;
    padding: 0px 0 0 0px;
    left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .news-grid__title {
    left: 0px;
  }
  .news-grid .news-grid__container {
    grid-template: repeat(3, 1fr) / 1fr;
    gap: 0;
    left: 0px;
    margin-right: 0;
  }
  .news-grid .news-grid__container:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
  .news-grid__item {
    border-collapse: collapse;
  }
  .news-grid__item:nth-child(1) {
    position: relative;
    grid-row: 1/1;
    border-top: 1px solid #B5B5B5;
  }
  .news-grid__item:nth-child(1)::before {
    content: "";
    background: none;
  }
  .news-grid__item:nth-child(1):after {
    background: transparent;
  }
  .news-grid__item:nth-child(1) .news-grid__item-title {
    color: var(--color-secondary);
  }
  .news-grid__item:nth-child(1) time {
    color: #000;
    border-top: 0px;
  }
  .news-grid__item-link {
    border-top: 0px;
  }
  .news-grid__item-image {
    display: none;
  }
  .row-photo,
  .row-video {
    width: 100%;
  }
  .row-gallery-carousel .image {
    height: 357px;
  }
  .figure-frame {
    position: static;
    padding: 66px;
  }
  .figure-frame__image-container {
    height: 283px;
  }
  .figure-frame__caption {
    margin-top: 24px;
    font-size: 20px;
    line-height: 22px;
  }
  /* QUOTES */
  .quote {
    font-size: 18px;
    line-height: 26px;
  }
  .quote p,
  .quote a {
    font-size: 12px;
    line-height: 16px;
  }
  .quote .avatar {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 44px / 2;
    -moz-border-radius: 44px / 2;
    border-radius: 44px / 2;
    margin: -2px 12px 0 0;
  }
  .quote .avatar .image {
    width: 44px;
    height: 44px;
  }
  .quote--big {
    font-size: 36px;
    line-height: 40px;
  }
  .quote--small .quotes.open {
    left: -12px;
  }
  /* TAGS */
  .tags span,
  .tags a {
    height: 22px;
    padding: 0px 8px;
    font-size: 11px;
    line-height: 22px;
  }
  .tags--small span {
    height: 22px;
    padding: 0px 8px;
    font-size: 11px;
    line-height: 22px;
    margin: 0 4px 0 0;
  }
  /* == HEADER == */
  .header.header .inner {
    width: 800px;
  }
  .header.header .search {
    margin-right: 0;
  }
  .header.header .language {
    right: 155px;
    width: 80px;
    padding-right: 10px;
  }
  .header.header .account {
    right: 330px;
  }
  .header.header .shop {
    right: 280px;
  }
  .header.header .programma {
    right: 380px;
  }
  .header .logo {
    left: -224px;
    z-index: 100;
  }
  .header .logo .svg-icon {
    width: 480px;
    height: 100px;
  }
  .menu-header .programma,
  .header .programma {
    right: 420px;
  }
  .menu-header .language,
  .header .language {
    right: 160px;
  }
  .menu-header .account,
  .header .account {
    right: 360px;
  }
  .menu-header .shop,
  .header .shop {
    right: 310px;
  }
  .menu-header {
    padding-right: 50px;
  }
  .menu-header .logo {
    right: 547px;
  }
  .menu-header .logo .svg-icon {
    width: 480px;
    height: 110px;
  }
  /* == FOOTER == */
  .footer .center-right > div {
    width: 300px;
  }
  .footer .center-right > div:nth-child(2) {
    width: 350px;
  }
  .footer .snel-naar ul li a {
    font-size: 13px;
  }
  .footer .contact p {
    font-size: 13px;
  }
  .footer .footer-nav.footer-nav {
    width: 935px;
  }
  /* === TIPS block === */
  #tips .tip {
    margin-right: 32px;
  }
  #tips .tip .tip-item {
    width: 202px;
  }
  #tips .tip .tip-item .image {
    width: 202px;
    height: 202px;
  }
  #tips .tip .tip-item .image .btn {
    margin: 72px auto 0;
    width: 160px;
  }
  #tips .tip--small {
    width: 202px;
  }
  #tips .tip--big {
    width: 468px;
  }
  #tips {
    background-color: var(--color-primary);
    width: 100vw;
    margin-left: calc((100vw - 980px) / 2 * -1);
    padding-left: calc((100vw - 980px) / 2);
  }
  #tips .center-right {
    float: none;
  }
  #tips.tips-over > .center-right {
    padding-left: 60px;
  }
  #tips.tips-over .cycle-pager {
    width: 830px;
    margin-left: -25px;
  }
  #tips.tips-over .slide-pager,
  #tips.tips-over .slide-pager ul {
    width: 846px;
  }
  #tips.tips-over .tip .quote {
    width: 100%;
  }
  #tips.tips-over .next {
    right: 60px;
  }
  /* detail pagina */
  #detail .page {
    width: 980px;
  }
  #detail .page .submenu {
    width: 245px;
    left: 0;
    top: 120px;
  }
  #detail .page .content {
    width: 800px;
    padding: 80px 45px 45px 120px;
  }
  #detail .page .content .caption {
    font-size: 13px;
    line-height: 17px;
  }
  #detail .page .content > h1.big {
    left: -28px;
  }
  #over .image {
    left: 100px;
    width: 350px;
    height: 350px;
  }
  #over .content.content {
    padding-left: 310px;
    padding-top: 30px;
    min-height: 300px;
  }
  #meer-over > .center-right {
    padding-top: 130px;
  }
  .meer-over-item {
    width: 240px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 45px;
  }
  /* event / home */
  #event .hero > .image,
  #home .hero > .image {
    width: 100%;
    height: auto;
    position: static;
  }
  #home {
    margin: 0;
  }
  #home .hero > .image {
    width: 980px;
    height: 410px;
    right: 0px;
    left: 0px;
  }
  /* event pagina */
  #event {
    margin: 0 0 0 0px;
  }
  #event .event-intro {
    width: 800px;
  }
  #event .event-intro .intro-text {
    width: 550px;
  }
  #event .event-intro .event-info {
    padding-bottom: 130px;
  }
  #event .event-intro .event-info > ul li label a {
    text-decoration: underline;
  }
  #event .event-page {
    width: 710px;
  }
  #event .event-page .content {
    width: 400px;
  }
  #event .event-page .content .widget {
    width: 300px;
    left: 70px;
    margin-top: 100px;
  }
  #event .event-page .content .the_content {
    width: 400px;
  }
  #event .event-page .event-media {
    width: 580px;
  }
  #event .event-page .event-media .quote {
    width: 410px;
  }
  #event .event-page .youtube {
    margin-bottom: 70px;
  }
  #event .event-page .images:after {
    content: "";
    display: table;
    clear: both;
  }
  #event .event-page .images img {
    max-width: 495px;
    float: right;
    margin: 0 0 20px;
  }
  #event .event-page .buttons .btn {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
  }
  #pagination hr {
    width: 935px;
  }
  /* event overzichtpagina */
  #overzicht {
    width: 800px;
  }
  #overzicht .content {
    width: 800px;
    padding: 70px 60px 45px 120px;
  }
  #overzicht h3 {
    left: -156px;
  }
  #overzicht .overzicht {
    width: 980px;
    left: -142px;
  }
  #overzicht .overzicht > .date {
    left: -54px;
  }
  #overzicht .event-item {
    width: 590px;
  }
  #overzicht .event-item .info {
    width: 470px;
  }
  #overzicht .event-item .info .titles {
    padding-top: 28px;
  }
  #overzicht .event-item .info h2 {
    max-height: 44px;
  }
  #overzicht .event-item .overlay {
    width: 160px;
  }
  #overzicht .event-item .overlay .btn {
    line-height: 36px;
    right: 32px;
  }
  #overzicht .event-item.main-festival {
    height: 246px !important;
  }
  #overzicht .event-item.main-festival .image {
    height: 246px !important;
  }
  #overzicht .event-item.main-festival .info .titles h2 {
    font-size: 40px;
    max-width: 650px;
    line-height: 45px;
  }
  #overzicht .widget {
    width: 280px;
    left: 620px;
  }
  #filter {
    width: 320px;
    padding: 20px 45px 36px;
  }
  #filter .reset {
    padding-top: 2px;
  }
  #filter .filter > a {
    margin-bottom: 4px;
    font-size: 13px;
  }
  #filter .filter2 > a {
    font-size: 11px;
  }
  #filter .filter3 > a {
    font-size: 12px;
  }
  .featured-image .featured-image__content h2 {
    font-size: 21px;
  }
  .featured-image .featured-image__badge p {
    font-size: 12px;
  }
  .featured-image {
    left: 0px;
    margin-bottom: 50px;
    width: 100% ;
    aspect-ratio: 9/4;
  }
  .featured-image__content {
    left: 20px;
    bottom: 14px;
  }
  .featured-image__content h2 {
    font-size: 21px;
  }
  .featured-image__content p {
    font-size: 12px;
  }
  .featured-image__content__badge {
    left: 24px;
    top: 20px;
  }
  .featured__item {
    display: block;
  }
  #albums {
    width: 900px;
    margin-left: -280px;
  }
  .album-item .info h3.big {
    max-height: 96px;
  }
  #detail.album .page .widget {
    width: 320px;
    left: -22px;
  }
  #intro {
    width: 280px;
  }
  #intro .image {
    width: 280px;
    height: 280px;
  }
  #intro p {
    padding: 32px;
  }
  #intro .btn {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    font-size: 12px;
  }
  #home .hero .widget {
    width: 320px;
  }
  #home .hero .info h1.big {
    line-height: 52px;
    max-height: 156px;
  }
  #home .hero .info {
    left: 30px;
  }
  #home .content {
    margin-right: -20px;
    left: -20px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  #home .content .featured__image {
    aspect-ratio: 16/9;
  }
  #home .content .featured__info {
    padding-bottom: 16px;
  }
  #home .content .top-content {
    width: 860px;
  }
  #home .content .left-content {
    width: 470px;
    margin-left: -180px;
  }
  #home .content .right-content {
    width: 470px;
  }
  #home .content #overzicht {
    width: 430px;
  }
  #home .content #overzicht .event-item {
    width: 430px;
  }
  #home .content #overzicht .event-item .info {
    width: 350px;
    height: 80px;
  }
  #home .content #overzicht .event-item .info .titles {
    padding: 0 30px 0 0;
  }
  #home .content .confirmed,
  #home .content .last-tickets {
    width: 275px;
  }
  #home .content .confirmed .image,
  #home .content .last-tickets .image {
    width: 275px;
    height: 275px;
  }
  #home .content .confirmed--list {
    width: 100%;
    margin-bottom: 80px;
  }
  #home .content .confirmed--list .event-item .image {
    width: 100px;
    height: 100px;
  }
  #home .content .confirmed--list .event-item .info .titles h2.big {
    font-size: 18px;
    line-height: 20px;
  }
  #home .content .confirmed--list .event-item .overlay,
  #home .content .confirmed--list .event-item .more-info {
    display: none;
  }
  #home .content .widget.early-birds {
    width: 320px;
  }
  #home .content .foto-album {
    width: 300px;
  }
  #home .content .foto-album .image {
    width: 300px;
  }
  /* === TOUCH === */
  html.touch #share > a:hover {
    background: #fff !important;
    color: #000;
  }
  html.touch #tips .tip .tip-item .image .overlay {
    display: none;
  }
  html.touch #overzicht .event-item .image:before {
    display: none;
  }
  html.touch #overzicht .event-item:hover .image:before {
    display: none;
  }
  html.touch #overzicht .event-item:hover .info {
    background: #fff;
    border-color: #e5e5e5;
    transition: none;
  }
  html.touch #overzicht .event-item:hover h2 {
    color: #fff;
    transition: color 0.2s;
  }
  html.touch #overzicht .event-item:hover .tags {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay:after {
    display: none;
    transition: none;
  }
  #media_caroussel .bx-wrapper {
    height: 420px;
  }
  #media_caroussel .bx-wrapper .bx-controls .fotograaf {
    width: 630px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-pager {
    width: 630px;
  }
  #media_caroussel .bx-wrapper .bx-controls .close {
    top: -500px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction {
    width: 630px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -290px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -120px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -120px;
  }
  #media_caroussel ul li {
    width: 630px;
    height: 420px;
  }
  #media_caroussel ul li.portrait img {
    width: 280px;
    margin-left: 175px;
  }
  #media_caroussel ul li.square img {
    width: 420px;
    margin-left: 105px;
  }
  .sticky-cta__container {
    padding-left: 50px;
    max-width: 1000px;
  }
  .detail-qoute {
    margin-left: 40px;
    padding: 3.5rem 7.5rem 2.1875rem 5.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html:has(.search-results) {
    background: var(--color-primary);
  }
  html:has(.search-results) .news .agenda__item {
    background: var(--color-primary);
    border-left: transparent;
    border-right: transparent;
  }
  .highlight {
    padding: 2.5rem 0rem 0.0625rem 0rem;
    left: 0;
    margin-right: 0;
  }
  #container {
    justify-content: center;
  }
  #container::after {
    background-color: transparent;
  }
  .main {
    padding-left: 0px;
    margin-left: 0px;
  }
  .main:has(#home) {
    padding-left: 0px;
  }
  .just-confirmed {
    margin-left: 0;
    padding-left: 0;
  }
  .just-confirmed-item {
    flex: 0 0 17.5rem;
  }
  .displacement-content {
    position: relative;
    margin-left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: 0px;
  }
  .displacement-content {
    position: relative;
    margin-left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: 0px;
  }
  .displacement-section {
    position: relative;
    padding: 0 0 0 0;
    left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .news-grid__title {
    left: 0;
  }
  .news-grid .news-grid__container {
    grid-template: repeat(3, 1fr) / 1fr;
    gap: 0;
    left: 0px;
    margin-right: 0;
  }
  .news-grid .news-grid__container:nth-child(1) {
    background: red;
    border-top: 1px solid #e5e5e5;
  }
  .news-grid__item {
    border-collapse: collapse;
  }
  .news-grid__item:nth-child(1) {
    position: relative;
    grid-row: 1/1;
    border-top: 1px solid #b5b5b5;
  }
  .news-grid__item:nth-child(1)::before {
    content: '';
    background: none;
  }
  .news-grid__item:nth-child(1) .news-grid__item-title {
    color: var(--color-secondary);
  }
  .news-grid__item:nth-child(1):after {
    background: transparent;
  }
  .news-grid__item:nth-child(1) time {
    color: #000;
    border-top: 0px;
  }
  .news-grid__item-link {
    border-top: 0px;
  }
  .news-grid__item-image {
    display: none;
  }
  .news-grid .btn {
    margin: 40px auto 0 auto;
    width: 100%;
  }
  /* coming soon section*/
  .coming-soon {
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  .coming-soon .agenda__items {
    grid-template-columns: 1fr;
  }
  .coming-soon .agenda__item-subtext {
    padding-bottom: 1.3125rem;
  }
  .coming-soon .agenda__p {
    margin-block-start: 0;
  }
  .coming-soon .agenda__badges {
    top: unset;
    bottom: 0;
    right: 0;
    margin: 0.5rem 0.5rem 0.5rem 0rem;
  }
  /* news section*/
  .news .agenda__items {
    margin-inline-start: 0;
    padding-inline-end: 0;
  }
  .row-gallery-carousel .image {
    height: 302px;
  }
  .row-photo,
  .row-video {
    width: 100%;
  }
  .figure-frame {
    position: static;
    padding: 66px;
  }
  .figure-frame__image-container {
    height: 227px;
  }
  .figure-frame__caption {
    margin-top: 24px;
    font-size: 20px;
    line-height: 22px;
  }
  /* QUOTES */
  .quote {
    font-size: 14px;
    line-height: 22px;
  }
  .quote .quotes.open {
    left: -10px;
  }
  .quote p,
  .quote a {
    font-size: 11px;
    line-height: 15px;
    margin: 20px 0 0;
  }
  .quote .avatar {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 44px / 2;
    -moz-border-radius: 44px / 2;
    border-radius: 44px / 2;
    margin: -2px 8px 0 0;
  }
  .quote .avatar .image {
    width: 44px;
    height: 44px;
  }
  .quote .avatar + p {
    float: left;
  }
  .quote--big {
    font-size: 36px;
    line-height: 40px;
  }
  .quote--big .quotes.open {
    left: -24px;
  }
  .read-more {
    font-size: 11px;
    line-height: 13px;
  }
  /* WIDGETS */
  .widget {
    padding: 32px 32px;
  }
  /* submenu */
  .submenu {
    display: none;
  }
  #newsletter {
    width: 220px;
    padding: 32px 32px;
    left: 0;
    top: 100px;
  }
  #newsletter input[type='submit'] {
    margin: 16px 0 20px;
  }
  #newsletter p {
    font-size: 11px;
    line-height: 17px;
  }
  #share {
    width: 155px;
    height: 50px;
  }
  #share > a {
    font-size: 11px;
    height: 44px;
    line-height: 46px;
  }
  #share ul {
    margin: 0 0 44px;
  }
  #share ul li {
    height: 50px;
  }
  /* == HEADER == */
  .header.header .inner {
    width: 600px;
    height: 90px;
    padding: 22px 32px;
  }
  .header.header .account,
  .header.header .programma,
  .header.header .shop,
  .header.header .language {
    top: 22px;
  }
  .header.header .language {
    right: 165px;
  }
  .header.header .account {
    right: 380px;
  }
  .header.header .shop {
    right: 320px;
  }
  .header.header .programma {
    right: 450px;
  }
  .header .logo {
    z-index: 100;
    left: -157px;
    top: 70px;
  }
  .header .logo .svg-icon {
    width: 293px;
    height: 65px;
  }
  #main-menu .scroll-outer .scroll .scroll-inner {
    height: auto;
    min-height: 0;
  }
  #main-menu .scroll-outer .scroll > .img {
    display: none;
  }
  .menu-header {
    padding: 22px 52px 32px 32px;
  }
  .menu-header .account {
    right: 370px;
    top: 22px;
  }
  .menu-header .shop {
    right: 310px;
    top: 22px;
  }
  .menu-header .language {
    right: 160px;
    top: 20px;
  }
  .menu-header .programma {
    right: 420px;
    top: 22px;
  }
  .menu-header .logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    right: auto;
  }
  .menu-header .logo .svg-icon {
    width: 180px;
    height: 42px;
  }
  .menu-content {
    margin: 0px 0px 40px -20px;
    min-height: 0;
  }
  .menu-content > .center {
    top: auto;
    transform: none;
  }
  .menu-content h4 {
    padding: 17px 0 19px;
    margin: 0;
  }
  .menu-content .col-4 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .menu-content .center {
    width: 100%;
    padding: 0 52px;
  }
  .menu-content .nav ul {
    margin-bottom: 20px;
  }
  .menu-content .nav ul li {
    position: relative;
    margin: 0 0 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-content .nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu-content .nav ul li a {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 72px;
  }
  .menu-content .nav ul li a i {
    font-style: italic;
  }
  .menu-content .nav ul li .icon {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
  }
  .menu-content .nav ul li .icon .svg-icon {
    width: 20px;
    height: 20px;
    margin: 15px 0px 0 15px;
  }
  .menu-content .nav ul li .subsub {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s, background 0.3s;
  }
  .menu-content .nav ul li .subsub ul {
    margin: 0;
  }
  .menu-content .nav ul li .subsub ul li {
    border: 0;
  }
  .menu-content .nav ul li .subsub ul li a {
    padding: 0px 72px 18px;
    font-size: 14px;
    line-height: 18px;
  }
  .menu-content .nav ul li .subsub ul li.current-page-item a {
    font-weight: 700;
  }
  .menu-content .nav ul li.current-page-item,
  .menu-content .nav ul li.current-page-parent {
    font-weight: 700;
  }
  .menu-content .nav ul li.active .svg-icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-search {
    display: none;
  }
  .menu-footer {
    position: static;
  }
  /* == FOOTER == */
  .footer .center-right > div {
    width: 230px;
  }
  .footer .center-right > div:nth-child(2) {
    width: 310px;
  }
  .footer .center-right > div.right {
    width: 190px;
  }
  .footer .contact {
    padding-right: 32px;
    text-align: right;
    margin: 0 0 45px;
  }
  .footer .footer-nav.footer-nav {
    width: 704px;
  }
  /* === TIPS block === */
  #tips .tip {
    margin-right: 22px;
  }
  #tips .tip .tip-item {
    width: 160px;
  }
  #tips .tip .tip-item .image {
    width: 160px;
    height: 160px;
  }
  #tips .tip .tip-item .image .btn {
    width: 130px;
    margin: 55px auto 0;
  }
  #tips .tip .info {
    padding: 16px 16px 20px;
    height: 140px;
  }
  #tips .tip .info .date {
    font-size: 10px;
    line-height: 14px;
  }
  #tips .tip .info h2 {
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 2px;
    font-size: 15px;
  }
  #tips .tip .info p {
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
  }
  #tips .tip .quote {
    width: 180px;
  }
  #tips .tip--small {
    width: 160px;
  }
  #tips .tip--big {
    width: 340px;
  }
  #tips .tip--big .tip-item:before {
    right: 0;
    top: 70px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 12px;
    margin-top: -12px;
  }
  #tips {
    background-color: var(--color-primary);
    width: 100vw;
    margin-left: calc((100vw - 736px) / 2 * -1);
    padding-left: calc((100vw - 736px) / 2);
  }
  #tips .center-right {
    float: none;
  }
  #tips.tips-over > .center-right {
    padding-left: 60px;
  }
  #tips.tips-over .cycle-pager {
    width: 620px;
    margin-left: -15px;
  }
  #tips.tips-over .slide-pager,
  #tips.tips-over .slide-pager ul {
    width: 600px;
  }
  #tips.tips-over .tip {
    margin: 0 20px;
    overflow: hidden !important;
  }
  #tips.tips-over .tip .quote {
    width: 90%;
    height: 112px;
    padding-bottom: 20px;
  }
  #tips.tips-over .next {
    right: 30px;
  }
  #news > .center-right {
    padding-top: 130px;
  }
  /* detail pagina */
  #detail {
    margin: 0 0 45px;
  }
  #detail .page {
    width: 768px;
  }
  #detail .page .submenu {
    display: none;
  }
  #detail .page .content {
    width: 600px;
    padding: 100px 32px 45px 32px;
    min-height: 0;
  }
  #detail .page .content > h1.big {
    left: -39px;
  }
  #detail.nieuws .page .content {
    padding-left: 150px;
  }
  #detail.archief {
    margin: 0 0 90px;
  }
  #over .image {
    left: 50px;
    top: 20px;
    width: 280px;
    height: 280px;
  }
  #over .content.content {
    padding-left: 260px;
    padding-top: 50px;
    min-height: 300px;
  }
  #meer-over > .center-right {
    padding-top: 130px;
  }
  .meer-over-item {
    width: 180px;
    padding: 0 20px;
    margin: 0 0 45px;
  }
  .meer-over-item .image {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px / 2;
    -moz-border-radius: 120px / 2;
    border-radius: 120px / 2;
  }
  .meer-over-item .image .overlay {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px / 2;
    -moz-border-radius: 120px / 2;
    border-radius: 120px / 2;
  }
  .meer-over-item h5.big {
    color: #ffffff;
  }
  .meer-over-item p {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .meer-over-item:hover h5.big {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s;
  }
  .meer-over-item:hover .image .overlay {
    opacity: 1;
  }
  /* home / event */
  #home .hero > .image {
    width: 100%;
    height: 290px;
    position: static;
  }
  #event .hero > .image {
    width: 100%;
    aspect-ratio: ;
    position: static;
  }
  #home {
    margin: 0;
  }
  #home .hero > .image {
    width: 100%;
    right: 0px;
    left: 0px;
  }
  /* event pagina */
  #event .event-intro {
    width: 580px;
    margin-top: -80px;
  }
  #event .event-intro .intro-text {
    width: 400px;
    padding: 28px 32px;
  }
  #event .event-intro .intro-text p {
    font-size: 16px;
    line-height: 26px;
  }
  #event .event-intro .event-info {
    width: 220px;
    padding: 32px 32px 80px 32px;
  }
  #event .event-intro .event-info ul li label {
    font-size: 11px;
    line-height: 16px;
  }
  #event .event-intro .event-info ul li strong {
    font-size: 12px;
    line-height: 16px;
  }
  #event .event-intro .event-info .sub {
    font-size: 9px;
    margin: 0 0 24px;
  }
  #event .event-page {
    width: 580px;
  }
  #event .event-page .content {
    width: 300px;
  }
  #event .event-page .content .widget {
    width: 210px;
    left: 70px;
    margin-top: 80px;
  }
  #event .event-page .content .the_content {
    padding: 32px 32px;
    background: #fff;
    width: 300px;
  }
  #event .event-page .event-media {
    width: 400px;
    padding: 32px 32px;
  }
  #event .event-page .event-media .quote {
    margin-bottom: 60px;
    width: 280px;
  }
  #event .event-page .youtube {
    margin-bottom: 60px;
  }
  #event .event-page .images img {
    max-width: 290px;
  }
  #event .event-page .buttons .btn {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
  }
  #event .event-page .buttons .btn:last-child {
    margin-left: 0;
  }
  #event .event-page .buttons #share {
    width: 155px;
    right: 175px;
  }
  #pagination hr {
    width: 704px;
    margin-left: -32px;
  }
  #pagination .btn {
    top: -4px;
    font-size: 12px;
    width: 170px;
  }
  #pagination .next .svg-icon {
    right: 32px;
  }
  /* event overzichtpagina */
  #overzicht {
    width: 600px;
  }
  #overzicht .content {
    width: 600px;
    padding: 70px 32px 45px 32px;
  }
  #overzicht h3.special-big {
    top: 32px;
    left: -105px;
  }
  #overzicht .overzicht {
    width: 736px;
    left: -120px;
  }
  #overzicht .overzicht > .date {
    left: -44px;
  }
  #overzicht .event-item {
    width: 490px;
  }
  #overzicht .event-item .info {
    width: 370px;
  }
  #overzicht .event-item .info .titles {
    padding-top: 24px;
  }
  #overzicht .event-item .info h2 {
    line-height: 21px;
    max-height: 42px;
  }
  #overzicht .event-item .info h2 .support {
    line-height: 21px;
  }
  #overzicht .event-item .info p {
    font-size: 13px;
    line-height: 17px;
    max-height: 34px;
  }
  #overzicht .event-item .overlay {
    width: 160px;
  }
  #overzicht .event-item .overlay .btn {
    right: 24px;
  }
  #overzicht .event-item.main-festival {
    height: 205px !important;
  }
  #overzicht .event-item.main-festival .image {
    height: 205px !important;
  }
  #overzicht .event-item.main-festival .info .titles h2 {
    font-size: 30px;
    max-width: 240px;
    line-height: 35px;
  }
  #overzicht .widget {
    width: 210px;
    padding: 32px 32px;
    left: 510px;
  }
  #filter {
    width: 210px;
    padding: 20px 32px;
  }
  #filter .reset {
    padding-top: 2px;
  }
  #filter .filter {
    margin-bottom: 20px;
  }
  #filter .filter > a {
    float: none;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
  }
  #filter .filter1 > a {
    width: 100%;
  }
  #filter .filter2 > a {
    width: 100%;
  }
  #filter .filter3 > a {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
  }
  .featured-image .featured-image__content h2 {
    font-size: 21px;
  }
  .featured-image .featured-image__badge p {
    font-size: 12px;
  }
  .featured-image {
    width: 100%;
    left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  #albums {
    width: 730px;
    margin-left: -310px;
  }
  .album-item .info {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .album-item .info .date {
    font-family: 'PatternBlank-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
  }
  .album-item .info .date i {
    font-style: italic;
  }
  .album-item .info h3.big {
    max-height: 96px;
  }
  #detail.album .page .content {
    padding-left: 150px;
    margin: 0 0 45px;
  }
  #detail.album .page .widget {
    width: 210px;
  }
  #intro {
    width: 210px;
  }
  #intro .image {
    width: 210px;
    height: 210px;
  }
  #intro p {
    padding: 32px;
  }
  #intro .btn {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    font-size: 11px;
  }
  #home .hero .widget {
    width: 280px;
  }
  #home .hero .info {
    left: 24px;
    padding-right: 330px;
  }
  #home .hero .info h1.big {
    max-height: 120px;
  }
  #home .hero image:before {
    height: 70%;
  }
  #home .hero .info {
    left: 30px;
  }
  #home .content {
    margin-right: -20px;
    left: -20px;
    padding: 0;
    margin-left: 0;
  }
  #home .content .featured__image {
    aspect-ratio: 16/9;
  }
  #home .content .featured__info {
    padding-bottom: 16px;
  }
  #home .content .featured__info-link {
    font-size: 18px;
  }
  #home .content .top-content {
    width: 610px;
    padding: 10px 32px 0px 32px;
    flex-direction: column;
  }
  #home .content .left-content {
    width: 350px;
    margin-left: -180px;
  }
  #home .content .right-content {
    width: 340px;
    padding-right: 32px;
    padding-top: 160px;
  }
  #home .content #overzicht {
    width: 548px;
    margin-bottom: 45px;
  }
  #home .content #overzicht .event-item {
    width: 548px;
  }
  #home .content #overzicht .event-item .info {
    width: 468px;
    height: 80px;
  }
  #home .content .confirmed,
  #home .content .last-tickets {
    width: 248px;
  }
  #home .content .confirmed .image,
  #home .content .last-tickets .image {
    width: 248px;
    height: 248px;
  }
  #home .content .confirmed {
    right: 32px;
    bottom: -100px;
    float: right;
  }
  #home .content .confirmed--list {
    width: 100%;
    margin-bottom: 80px;
  }
  #home .content .confirmed--list .event-item .image {
    width: 100px;
    height: 100px;
  }
  #home .content .confirmed--list .event-item .info {
    padding: 12px;
  }
  #home .content .confirmed--list .event-item .info .titles h2.big {
    font-size: 15px;
    line-height: 17px;
  }
  #home .content .confirmed--list .event-item .overlay,
  #home .content .confirmed--list .event-item .more-info {
    display: none;
  }
  #home .content .widget.early-birds {
    padding: 32px 28px;
    width: 230px;
  }
  #home .content .widget.early-birds h3.special {
    font-size: 52px;
    line-height: 52px;
  }
  #home .content .widget.early-birds .btn {
    width: 100%;
    font-size: 11px;
  }
  #home .content .foto-album {
    width: 300px;
    margin-left: auto;
  }
  #home .content .foto-album .image {
    width: 300px;
    height: 540px;
  }
  #detail.search-results .page .content {
    width: 736px;
  }
  #detail.search-results .page .content h1 {
    color: #fff;
    margin-bottom: 45px;
  }
  #cookiemelding > .center-right {
    padding-right: 32px;
  }
  /* === TOUCH === */
  html.touch #tips .tip .tip-item .image .overlay {
    display: none;
  }
  html.touch #overzicht .event-item .image:before {
    display: none;
  }
  html.touch #overzicht .event-item .overlay {
    background: transparent;
    display: none;
  }
  html.touch #overzicht .event-item:hover .image:before {
    display: none;
  }
  html.touch #overzicht .event-item:hover .info {
    background: #fff;
    border-color: #e5e5e5;
    transition: none;
  }
  html.touch #overzicht .event-item:hover h2 {
    color: #fff;
    transition: color 0.2s;
  }
  html.touch #overzicht .event-item:hover .tags {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay:after {
    display: none;
    transition: none;
  }
  #media_caroussel .bx-wrapper {
    height: 347px;
  }
  #media_caroussel .bx-wrapper .bx-controls .fotograaf {
    width: 520px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-pager {
    width: 520px;
  }
  #media_caroussel .bx-wrapper .bx-controls .close {
    top: -415px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction {
    width: 520px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -260px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -100px;
  }
  #media_caroussel .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -100px;
  }
  #media_caroussel ul li {
    width: 520px;
    height: 347px;
  }
  #media_caroussel ul li.portrait img {
    width: 236px;
    margin-left: 142px;
  }
  #media_caroussel ul li.square img {
    width: 350px;
    margin-left: 85px;
  }
  #tickets .body .inner form .input.fifty {
    width: 306px;
  }
  #tickets .body .inner form input.field.fifty {
    width: 306px;
  }
  #tickets .body .inner input.submit,
  #tickets .body .inner .message,
  #tickets .body .inner .register.toggle {
    line-height: 44px;
  }
  #tickets .body .inner form .input.input--visitor-perm {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #tickets .body .inner form .input.input--visitor-perm label {
    max-width: 420px;
  }
  /* === hero carousel == */
  :root {
    --slideWidth: 600px;
    --slideHeight: 300px;
  }
  .carousel-next {
    bottom: 30px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
  .carousel-next .svg-icon {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
  }
  .tickets-intro__container {
    grid-template-columns: 1fr;
  }
  .content {
    margin-left: 0;
  }
  .tickets-intro__tickets {
    margin-left: 40px;
  }
  .outside-faq-container {
    margin-left: 0;
  }
  .detail-qoute {
    margin-left: 40px;
    padding: 3.5rem 3rem 2rem 3rem;
  }
  .detail-qoute__title {
    font-size: 30px;
  }
  .tickets-intro__tags {
    margin-top: 3rem;
  }
  .sticky-cta__container {
    padding-left: 40px;
    max-width: 735px;
  }
}
@media screen and (max-width: 767px) {
  body:has(.search-results) {
    background: var(--color-primary);
  }
  body:has(.search-results) .news .agenda__item {
    background: var(--color-primary);
    border-left: transparent;
    border-right: transparent;
  }
  .hide_mobile {
    display: none;
  }
  .highlight {
    padding: 40px 0px 1px 0px;
    left: 0px;
    margin-right: 0px;
  }
  .highlight__container {
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
  }
  .highlight__item:not(.highlight__item:first-of-type) {
    display: none;
  }
  .highlight .btn {
    width: 100%;
  }
  /* coming soon section (binnenkort) */
  .coming-soon {
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  .agenda__items {
    grid-template-columns: 1fr;
  }
  .agenda__item {
    grid-template-columns: 1fr;
  }
  .agenda__item-subtext {
    padding-bottom: 1.3125rem;
  }
  .search-results .news .agenda__item:nth-child(2) {
    margin-block-start: 0;
  }
  .search-results .agenda__item-title.agenda__item-title {
    font-size: 15px;
    color: var(--color-secondary);
    font-family: 'PatternBlank-Bold';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-block-start: 0.25rem;
    margin-block-end: 0.5rem;
  }
  .agenda__badges {
    top: unset;
    bottom: 0;
    right: 0;
    margin: 0.5rem 0.5rem 0.5rem 0rem;
    width: 45%;
  }
  .agenda__p {
    margin-block-start: 0;
  }
  /*news section*/
  .news {
    margin-block-start: 0%;
  }
  .news .agenda__item:first-child {
    height: 136px;
    margin: 0px -20px 0px -20px;
  }
  .news .agenda__items {
    padding-inline-end: 0;
    margin: auto 0 40px 0;
    row-gap: 0px;
  }
  .news .agenda__item {
    grid-template-columns: 1fr;
    min-height: auto;
    border-bottom-color: transparent;
    /* cancel extra border between news tiles since they don't have space between them*/
  }
  .news .agenda__item .agenda__text {
    grid-column: 1/2;
    padding-inline-end: 50px;
  }
  .news .agenda__item:last-child {
    border-bottom-color: #b5b5b5;
    /* bring back border for the last child since it does not have an adjacent child*/
  }
  .news .agenda__item:nth-child(2) {
    margin-block-start: 24px;
  }
  .news .agenda__img-container {
    display: none;
  }
  /* news section ends*/
  #container {
    justify-content: center;
    display: block;
  }
  #container::after {
    background-color: transparent;
  }
  .main {
    padding: 0 20px;
    margin-left: 0px;
  }
  .main:has(#home) {
    padding: 0 20px;
  }
  .just-confirmed {
    margin-left: 0;
    padding-left: 0;
  }
  .just-confirmed-item {
    flex: 0 0 17.5rem;
  }
  .displacement-content {
    position: relative;
    margin-left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: 0px;
  }
  .displacement-section {
    position: relative;
    padding: 0px 0 0 0px;
    left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .news-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .news-grid__title {
    left: 0;
    margin-left: 20px;
  }
  .news-grid .news-grid__container {
    grid-template: repeat(3, 1fr) / 1fr;
    gap: 0;
    left: 0px;
    margin-right: 0;
  }
  .news-grid .news-grid__container:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
  .news-grid .news-grid__container:after {
    background: transparent;
  }
  .news-grid__item {
    border-collapse: collapse;
  }
  .news-grid__item:nth-child(1) {
    position: relative;
    grid-row: 1/1;
    border-top: 1px solid #b5b5b5;
  }
  .news-grid__item:nth-child(1)::before {
    content: '';
    background: none;
  }
  .news-grid__item:nth-child(1) .news-grid__item-title {
    color: var(--color-secondary);
  }
  .news-grid__item:nth-child(1) time {
    color: #000;
    border-top: 0px;
    font-weight: 400;
    order: -1;
  }
  .news-grid__item-link {
    height: 100%;
    border-top: 0px;
  }
  .news-grid__item-image {
    display: none;
  }
  .news-grid .btn {
    margin: 40px auto 0 auto;
    width: calc(100% - 40px);
  }
  .row-photo,
  .row-video {
    width: 100%;
  }
  .row-gallery-carousel .image {
    height: 169px;
  }
  .row-gallery-carousel .owl-nav .owl-prev,
  .row-gallery-carousel .owl-nav .owl-next {
    width: 24px;
    height: 24px;
  }
  .row-gallery-carousel .owl-nav .owl-prev .svg-icon,
  .row-gallery-carousel .owl-nav .owl-next .svg-icon {
    width: 10px;
    height: 20px;
  }
  .figure-frame {
    position: static;
    padding: 24px;
  }
  .figure-frame__image-container {
    height: 142px;
  }
  .figure-frame__caption {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .row-video .video-container .btn-play {
    width: 50px;
    height: 50px;
  }
  .row-video .video-container .btn-play .svg-icon {
    width: 20px;
    height: 20px;
  }
  #container {
    float: none;
  }
  /* QUOTES */
  .quote {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .quote .quotes.open {
    left: -11px;
  }
  .quote p,
  .quote a {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0 0;
  }
  .quote .avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px / 2;
    -moz-border-radius: 40px / 2;
    border-radius: 40px / 2;
    margin: -2px 8px 0 0;
  }
  .quote .avatar .image {
    width: 40px;
    height: 40px;
  }
  .quote--big {
    font-size: 32px;
    line-height: 38px;
  }
  .quote--big .quotes.open {
    left: -18px;
  }
  .quote--small {
    font-size: 16px;
    line-height: 24px;
  }
  .quote--small .quotes.open {
    left: -14px;
  }
  .quote--small p {
    margin-top: 16px;
  }
  /* WIDGETS */
  .widget {
    padding: 20px;
    position: relative;
  }
  .widget:before {
    display: none;
  }
  /* TAGS */
  .tags:after,
  .tags--small:after {
    content: "";
    display: table;
    clear: both;
  }
  .tags span,
  .tags--small span,
  .tags a,
  .tags--small a {
    height: 22px;
    padding: 0px 8px;
    font-size: 11px;
    line-height: 22px;
    margin: 0 3px 3px 0;
  }
  /* search-form */
  .search > form {
    height: 70px;
  }
  .search > form input[type='text'] {
    height: 70px;
    font-size: 16px;
    padding: 0 30px 0 10px;
  }
  .search > form input[type='submit'] {
    width: 30px;
    height: 30px;
  }
  .search > form .svg-icon {
    width: 20px;
    height: 20px;
  }
  /* submenu */
  .submenu {
    display: none;
  }
  #newsletter {
    width: 100%;
    padding: 20px 0;
    position: relative;
    left: auto;
    top: auto;
  }
  #newsletter form {
    width: 300px;
    margin: 0 auto;
  }
  #newsletter input[type='submit'] {
    margin: 18px 0 24px;
  }
  #newsletter h3 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #newsletter p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 300px;
    margin: 0 auto;
  }
  #newsletter p i {
    font-style: italic;
  }
  #share {
    display: block;
    width: 240px;
    height: 48px;
  }
  #share > a {
    font-size: 12px;
    line-height: 42px;
    height: 42px;
  }
  #share ul {
    margin: 0 0 42px;
  }
  #share ul li {
    height: 42px;
    font-size: 12px;
    line-height: 42px;
  }
  #share ul li .twitter-share-button {
    top: 10px;
  }
  /* == HEADER == */
  .header.header {
    height: 70px;
  }
  .header.header .inner {
    float: none;
    width: 100%;
    height: 70px;
    padding: 20px 10px;
  }
  .header.header .menu {
    font-size: 12px;
  }
  .header.header .menu .svg-icon {
    margin-top: 3px;
    margin-right: 8px;
  }
  .header.header .search {
    margin-right: 16px;
  }
  .header.header .search .svg-icon {
    width: 18px;
    height: 18px;
  }
  .header.header .language {
    right: 100px;
    border: 0;
    width: 60px;
    padding-right: 0;
    padding-top: 2px;
    top: 18px;
  }
  .header .logo {
    z-index: 100;
    left: 10px;
    top: 22px;
  }
  .header .logo .svg-icon {
    width: 120px;
    height: 27px;
  }
  .menu-header a,
  .header a {
    margin-left: 0;
  }
  .menu-header .programma,
  .header .programma,
  .menu-header .account,
  .header .account,
  .menu-header .shop,
  .header .shop {
    display: none;
  }
  .menu-header .close,
  .header .close {
    top: 0px;
    right: 10px;
  }
  .menu-header .close .svg-icon,
  .header .close .svg-icon {
    margin-right: 8px;
  }
  .menu-header {
    height: 70px;
    padding: 20px 10px;
  }
  .menu-header .language {
    right: 75px;
    top: 18px;
  }
  .menu-header .logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 22px;
  }
  .menu-header .logo .svg-icon {
    width: 120px;
    height: 27px;
  }
  .menu-content {
    margin: 0px 0px 20px -20px;
    min-height: 0;
  }
  .menu-content > .center {
    top: auto;
    transform: none;
  }
  .menu-content h4 {
    padding: 12px 0 10px;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }
  .menu-content .center {
    width: 100%;
    padding: 0 50px;
  }
  .menu-content .nav ul {
    margin-bottom: 30px;
  }
  .menu-content .nav ul li {
    position: relative;
    margin: 0 0 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-content .nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .menu-content .nav ul li a {
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .menu-content .nav ul li a i {
    font-style: italic;
  }
  .menu-content .nav ul li .icon {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
  }
  .menu-content .nav ul li .icon .svg-icon {
    width: 16px;
    height: 16px;
    margin: 10px 0px 0 12px;
  }
  .menu-content .nav ul li .subsub {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s, background 0.3s;
  }
  .menu-content .nav ul li .subsub ul {
    margin: 0;
  }
  .menu-content .nav ul li .subsub ul li {
    border: 0;
  }
  .menu-content .nav ul li .subsub ul li a {
    padding: 0px 20px 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .menu-content .nav ul li .subsub ul li.current-page-item a {
    font-weight: 700;
  }
  .menu-content .nav ul li.current-page-item,
  .menu-content .nav ul li.current-page-parent {
    font-weight: 700;
  }
  .menu-content .nav ul li.active .svg-icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-search {
    display: none;
  }
  .menu-footer {
    position: static;
    margin: 0 0 20px -20px;
    text-align: center;
  }
  .menu-footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-footer .account {
    color: #fff;
    margin: 0 0 20px;
    font-family: 'PatternBlank-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .menu-footer .account i {
    font-style: italic;
  }
  .menu-footer .account .svg-icon {
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 18px;
    margin-top: 3px;
  }
  .menu-footer .account .svg-icon svg path,
  .menu-footer .account .svg-icon svg polygon {
    fill: #fff;
  }
  .menu-footer .programma {
    color: #fff;
    font-family: 'PatternBlank-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .menu-footer .programma i {
    font-style: italic;
  }
  .menu-footer .programma .svg-icon {
    float: left;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  .menu-footer .programma .svg-icon svg path,
  .menu-footer .programma .svg-icon svg polygon {
    fill: #fff;
  }
  .menu-footer .socials {
    float: none;
  }
  .menu-footer .socials ul {
    margin: 0 auto;
    text-align: center;
  }
  .menu-footer .socials ul li {
    display: inline-block;
    float: none;
    margin: 0 4px;
  }
  .menu-footer .contact {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both;
  }
  .menu-footer .contact a {
    float: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .menu-footer .contact a:first-child {
    border: 0;
  }
  /* == main menu */
  #main-menu .scroll-outer .scroll > .img,
  #search .scroll-outer .scroll > .img {
    display: none;
  }
  #search .search-outer {
    height: 70px;
  }
  #search .close {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  #search .search {
    height: 70px;
  }
  #search .search .svg-icon {
    left: 0px;
    top: 26px;
  }
  #search .search input[type='text'] {
    padding-left: 30px;
  }
  #search .search input[type='submit'] {
    left: -5px;
    top: 26px;
  }
  /* == FOOTER == */
  .footer {
    padding: 32px 0 0 0;
  }
  .footer .center-right > div {
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
  }
  .footer .center-right > div:first-child {
    border: 0;
  }
  .footer .center-right > div.left,
  .footer .center-right > div.right {
    float: none;
    clear: both;
  }
  .footer h5 {
    margin: 0 0 10px;
  }
  .footer .logo {
    margin: 0 0 0px;
    display: block;
  }
  .footer .socials {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
  }
  .footer .socials ul {
    margin: 0 auto;
    text-align: center;
  }
  .footer .socials ul li {
    display: inline-block;
    float: none;
    margin: 0 4px;
  }
  .footer .snel-naar {
    margin: 0;
  }
  .footer .snel-naar:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer .snel-naar ul {
    list-style: none;
    margin: 0;
  }
  .footer .snel-naar ul li {
    margin-bottom: 6px;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .footer .snel-naar ul li:nth-child(even) {
    margin-right: 0;
    text-align: right;
  }
  .footer .snel-naar ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
  }
  .footer .contact {
    padding-right: 0px;
    text-align: left;
    margin: 0 0 0px;
    padding-bottom: 40px;
  }
  .footer .contact p {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }
  .footer .footer-nav.footer-nav {
    border: 0;
    clear: both;
    width: 100%;
    height: auto;
    padding: 46px 0 16px;
  }
  .footer .footer-nav.footer-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer .footer-nav.footer-nav ul li {
    margin-right: 24px;
  }
  .footer .footer-nav.footer-nav ul li a {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 20px;
  }
  /* === TIPS block === */
  #home + #tips > .center-right {
    padding-top: 60px;
  }
  #tips > .center-right {
    padding-top: 90px;
  }
  #tips .tip {
    margin-right: 0px;
    float: none;
    margin-bottom: 20px;
  }
  #tips .tip .tip-item {
    float: none;
    width: 300px;
  }
  #tips .tip .tip-item .image {
    width: 300px;
    height: 300px;
  }
  #tips .tip .tip-item .image .btn {
    margin: 130px auto 0;
  }
  #tips .tip .info {
    padding: 20px 20px 20px;
    height: auto;
  }
  #tips .tip .info .date {
    font-size: 12px;
    line-height: 18px;
  }
  #tips .tip .info h2 {
    max-height: none;
    font-size: 18px;
    overflow: visible;
    line-height: 24px;
    margin-bottom: 2px;
  }
  #tips .tip .info p {
    font-size: 13px;
    line-height: 18px;
    max-height: none;
    overflow: visible;
    margin: 0;
  }
  #tips .tip .quote {
    float: none;
    width: 300px;
    padding-left: 16px;
    padding-top: 20px;
  }
  #tips .tip--small {
    width: 300px;
  }
  #tips .tip--small .quote {
    display: none;
  }
  #tips .tip--big {
    width: 498px;
  }
  #tips .tip--big .tip-item:before {
    z-index: 500;
    top: auto;
    left: 30px;
    right: auto;
    bottom: 0px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
    margin-top: -12px;
  }
  #tips {
    background: var(--color-primary);
    width: 100vw;
    margin-left: -20px;
  }
  #tips h3 {
    top: 60px;
  }
  #tips .tip.d-none {
    display: none;
  }
  #tips.tips-over > .center-right {
    padding-top: 45px;
    padding-left: 0px;
  }
  #tips.tips-over .tip {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #tips.tips-over .tip .quote {
    padding: 0 0 20px;
    height: auto;
    width: 100%;
  }
  #tips.tips-over .prev,
  #tips.tips-over .next {
    display: none;
  }
  #news > .center-right {
    padding-top: 60px;
  }
  .news-item {
    float: none;
    width: 300px;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .news-item .image {
    width: 100px;
    height: 100px;
  }
  .news-item .info {
    padding: 12px 16px 16px;
    height: 100px;
    width: 200px;
  }
  .news-item .info h2 {
    max-height: 64px;
    overflow: hidden;
    line-height: 16px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #1a1a1a;
  }
  .news-item .info p {
    font-size: 11px;
    line-height: 15px;
    max-height: 15px;
  }
  /* detail pagina */
  #event .hero {
    width: 100vw;
    margin-left: -20px;
  }
  #event .hero > .image {
    margin-bottom: 0;
    aspect-ratio: 16/9;
  }
  #detail {
    margin: -1px 0px 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  #detail .page {
    width: 100%;
    float: none;
    background: #fff;
  }
  #detail .page .submenu {
    display: none;
  }
  #detail .page .content {
    width: 300px;
    margin: 0 auto;
    float: none;
    padding: 20px 0px;
    min-height: 0;
  }
  #detail .page .content > h1.big {
    position: relative;
    left: auto;
    top: auto;
    width: 280px;
    margin: 0 auto;
  }
  #detail .page .content .caption {
    margin: -12px 0 20px 0;
    font-size: 12px;
    line-height: 16px;
  }
  #detail .page .content .buttons {
    margin: 32px 0 0 0;
  }
  #detail .page .content .success-image {
    margin: 0 0 0 -100px;
    min-width: 500px;
  }
  #detail.archief {
    margin-bottom: 0;
  }
  #detail.archief .page .content {
    padding: 20px 0;
    min-height: 0;
    margin-bottom: 30px;
  }
  #over .image {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #over .content.content {
    padding: 20px 0;
    min-height: 0px;
    width: 300px;
    margin: 0 auto;
  }
  #over .content.content .btn {
    display: inline-block;
    width: auto;
    padding: 0 12px;
    font-size: 12px;
  }
  #tips + #meer-over {
    margin-top: 0;
  }
  #meer-over > .center-right {
    padding-top: 60px;
  }
  .meer-over-item {
    width: 150px;
    padding: 0 10px;
    margin: 0 0 45px;
  }
  .meer-over-item .image {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px / 2;
    -moz-border-radius: 120px / 2;
    border-radius: 120px / 2;
  }
  .meer-over-item .image .overlay {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 120px / 2;
    -moz-border-radius: 120px / 2;
    border-radius: 120px / 2;
  }
  .meer-over-item p {
    font-size: 10px;
    line-height: 18px;
  }
  /* home / event */
  #event,
  #home {
    margin: 0 0 0px;
  }
  #event .hero,
  #home .hero {
    overflow: hidden;
  }
  #event .hero > .image,
  #home .hero > .image {
    width: 100%;
    position: static;
  }
  #home .hero > .image {
    right: 0px;
    left: 0px;
  }
  #event + #tips {
    margin: 0;
  }
  #event .hero .hero-photographer {
    top: 160px;
    font-size: 11px;
  }
  /* event pagina */
  #event .event-intro {
    position: relative;
    width: 100%;
    float: none;
    margin: 0px auto;
    display: block;
    background: #fff;
  }
  #event .event-intro .intro-text {
    display: block;
    height: auto;
    width: 300px;
    padding: 20px 0px 45px 0px;
    margin: 0 auto;
  }
  #event .event-intro .intro-text p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
  }
  #event .event-intro .event-info {
    display: block;
    width: 100%;
    padding: 30px 0px 120px;
  }
  #event .event-intro .event-info .btn--tickets {
    margin-bottom: 20px;
    width: 300px;
    height: 50px;
    line-height: 46px;
  }
  #event .event-intro .event-info #share {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  #event .event-intro .event-info > ul {
    margin: 0 auto;
    max-width: 300px;
  }
  #event .event-intro .event-info > ul li label a {
    text-decoration: underline;
  }
  #event .event-intro .event-info p.sub {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #event .event-page {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  #event .event-page .content {
    position: static;
    width: 300px;
    left: auto;
    padding: 0 0px;
    margin: 0 auto;
  }
  #event .event-page .content .widget {
    width: 100%;
    padding: 20px;
    margin: 0 auto 45px;
    left: auto;
    position: relative;
  }
  #event .event-page .content .widget:before {
    display: block;
    content: '';
    left: 30px;
    top: 10px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  #event .event-page .content .the_content {
    padding: 45px 0px 25px;
    width: 100%;
  }
  #event .event-page .event-media {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0px;
    float: none;
  }
  #event .event-page .event-media .quote {
    margin-bottom: 45px;
    width: 100%;
    padding: 0 20px;
  }
  #event .event-page .youtube {
    margin-bottom: 45px;
  }
  #event .event-page .images {
    margin-bottom: 25px;
  }
  #event .event-page .images img {
    max-width: 100%;
    float: none;
  }
  #event .event-page .buttons {
    width: 240px;
    padding-top: 50px;
    margin: 0 auto;
  }
  #event .event-page .buttons .btn {
    display: block;
    float: none;
    margin: 0 auto 16px;
    width: 100%;
  }
  #event .event-page .buttons #share {
    bottom: 70px;
    left: auto;
    right: auto;
    height: 44px;
  }
  #event .event-page .buttons #share > a {
    height: 42px;
    line-height: 48px;
  }
  #event .event-page .buttons #share.active {
    height: auto;
  }
  #event.is-livestream-event .hero {
    max-height: 25px;
  }
  #tips + #pagination {
    margin-top: 30px;
  }
  #pagination {
    width: 300px;
    margin: 0 auto;
  }
  #pagination hr {
    width: 100%;
  }
  #pagination .btn {
    top: -22px;
    width: 200px;
    position: relative;
    margin: 0px auto 32px;
  }
  #pagination .prev,
  #pagination .next {
    margin-bottom: 20px;
  }
  #pagination .prev .date,
  #pagination .next .date {
    display: none;
  }
  #pagination .prev .title,
  #pagination .next .title {
    display: none;
  }
  #pagination .prev .svg-icon {
    left: 0;
  }
  #pagination .next {
    padding-right: 0px;
  }
  #pagination .next .svg-icon {
    right: 0px;
  }
  #pagination.pages-variant .prev,
  #pagination.pages-variant .next {
    top: 6px;
  }
  #pagination.pages-variant ul li {
    margin: 0px -2px;
  }
  #pagination.pages-variant ul li a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  /* event overzichtpagina */
  #overzicht {
    padding: 20px 10px 45px;
    width: 100%;
    float: none;
  }
  #overzicht .content {
    width: 100%;
    float: none;
    padding: 20px 10px;
    min-height: 0;
  }
  #overzicht h3 {
    width: 300px;
    top: 8px;
    left: -10px;
    margin: 0 auto;
  }
  #overzicht .overzicht {
    width: 300px;
    padding-top: 0px;
    left: auto;
    margin: 0 auto 0px;
  }
  #overzicht .overzicht > .date {
    display: none;
  }
  #overzicht .event:first-child .info {
    border-top: 0;
  }
  #overzicht .event:last-child .event-item,
  #overzicht .event:last-child .event-item .info {
    height: auto;
  }
  #overzicht .event:last-child .event-item .image {
    height: 175px;
  }
  #overzicht .event-item {
    width: 300px;
    height: auto;
    margin: 0 0 20px;
  }
  #overzicht .event-item .image {
    width: 300px;
    height: 175px;
    float: none;
    border: 0;
  }
  #overzicht .event-item .info {
    width: 300px;
    height: auto;
    padding: 12px;
    float: none;
    border: 0;
  }
  #overzicht .event-item .info .tags {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #overzicht .event-item .info .tags span {
    margin: 0 0 0 4px;
  }
  #overzicht .event-item .info .titles {
    padding-top: 0;
    padding-right: 0;
  }
  #overzicht .event-item .info .date {
    display: block;
    font-family: 'PatternBlank-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
  }
  #overzicht .event-item .info .date i {
    font-style: italic;
  }
  #overzicht .event-item .info h2 {
    max-height: none;
    overflow: visible;
  }
  #overzicht .event-item .info h2 .support {
    font-size: 14px;
    line-height: 20px;
  }
  #overzicht .event-item .info p {
    max-height: none;
    overflow: visible;
  }
  #overzicht .event-item .overlay {
    width: 100%;
    height: 300px;
    background: none;
  }
  #overzicht .event-item .overlay .btn {
    width: 160px;
    right: 70px;
    left: 70px;
    top: 70px;
    height: 44px;
    line-height: 40px;
    background: transparent;
  }
  #overzicht .event-item .overlay:after {
    display: none;
  }
  #overzicht .event-item:hover .image:before {
    opacity: 0;
    transition: opacity 0.2s;
  }
  #overzicht .event-item:hover .info {
    background: #1a1a1a;
    border-color: #1a1a1a;
    transition: background 0.2s, border-color 0.2s;
  }
  #overzicht .event-item:hover h2 {
    color: #fff;
    transition: color 0.2s;
  }
  #overzicht .event-item:hover .tags {
    opacity: 1;
    transition: opacity 0.2s;
  }
  #overzicht .event-item:hover .overlay {
    opacity: 1;
    transition: opacity 0.2s;
  }
  #overzicht .event-item:hover .overlay:after {
    opacity: 1;
    transition: opacity 0.2s;
  }
  #overzicht .event-item.main-festival {
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
  }
  #overzicht .event-item.main-festival .info {
    position: absolute;
    bottom: 0;
    height: 350px !important;
  }
  #overzicht .event-item.main-festival .info .titles {
    bottom: 80px;
  }
  #overzicht .event-item.main-festival .info .titles .date {
    color: #ffdde5;
  }
  #overzicht .event-item.main-festival .info .titles h2 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
  #overzicht .event-item.main-festival .info .more-info {
    left: 30px;
    bottom: 30px;
    right: unset;
  }
  #overzicht .event-item.main-festival:hover .info {
    background: unset;
    border: unset;
  }
  #overzicht .widget {
    width: 300px;
    padding: 20px 20px;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  #overzicht .widget:before {
    display: block;
    content: '';
    left: 30px;
    top: 10px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  .overlay-filter {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 510;
    background: #ccc;
  }
  #filter {
    z-index: 520;
    position: absolute;
    right: 10px;
    left: 10px;
    top: 0px;
    width: 300px;
    margin: 10px auto 20px;
    padding: 20px 10px;
  }
  #filter .close {
    display: block;
    position: absolute;
    top: 16px;
    right: 14px;
    cursor: pointer;
  }
  #filter .close .svg-icon {
    width: 18px;
    height: 18px;
  }
  #filter .close .svg-icon svg path {
    transition: all 0.2s;
  }
  #filter .reset {
    padding-right: 40px;
    padding-top: 2px;
  }
  #filter .filter {
    margin-bottom: 20px;
  }
  #filter .filter2 {
    margin-bottom: 14px;
  }
  #filter .filter3 {
    margin-bottom: 0;
  }
  #filter .filter > a {
    margin-bottom: 4px;
    font-size: 12px;
  }
  #filter .filter1 > a {
    height: 30px;
    line-height: 34px;
  }
  #filter .filter1 > a:nth-child(even) {
    margin-right: 0;
  }
  #filter .filter2 > a {
    font-size: 11px;
    height: 26px;
    line-height: 26px;
  }
  #filter .filter2 > a:nth-child(even) {
    margin-right: 0;
  }
  #filter .filter3 > a {
    width: 23.5%;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
  }
  #filter .filter3 > a:nth-child(4n) {
    margin-right: 0;
  }
  #filter .btn {
    margin-top: 60px;
  }
  #filter .btn:hover {
    color: #fff;
  }
  .uitgelicht .uitgelicht__content h2 {
    font-size: 21px;
  }
  .uitgelicht .uitgelicht__badge p {
    font-size: 12px;
  }
  .uitgelicht {
    left: 0px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 50px;
    width: calc(100% + 40px);
    aspect-ratio: 9/4;
  }
  .uitgelicht__content {
    left: 20px;
    bottom: 14px;
  }
  .uitgelicht__content h2 {
    font-size: 21px;
  }
  .uitgelicht__content p {
    font-size: 12px;
  }
  .uitgelicht__content__badge {
    left: 24px;
    top: 20px;
  }
  .featured-image {
    left: -20px;
    margin-bottom: 40px;
  }
  .featured-image .featured-image__content h2 {
    font-size: 21px;
  }
  .featured-image .featured-image__badge p {
    font-size: 12px;
  }
  #albums {
    width: 100%;
    margin-left: 0px;
    margin-top: 12px;
    top: 0px;
  }
  #albums .col-4 {
    padding: 0;
  }
  .album-item {
    width: 280px;
    margin: 0 auto 20px;
  }
  .album-item .info {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .album-item .info h3.big {
    max-height: 88px;
  }
  .album-item .overlay {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
  }
  .album-item .overlay .btn {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .album-item:hover img {
    opacity: 1;
  }
  .album-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
  }
  .album-item:hover .info {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
  }
  #detail + #tips {
    margin-top: 0;
  }
  #detail.album .page:after {
    content: "";
    display: table;
    clear: both;
  }
  #detail.album .page .content {
    padding: 20px 20px;
    margin-bottom: 45px;
  }
  #detail.album .page .content h1 {
    margin: 0;
  }
  #detail.album .page .content .date {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: 'PatternBlank-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  #detail.album .page .content .date i {
    font-style: italic;
  }
  #detail.album .page .aside {
    width: 300px;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #detail.album .page .widget {
    left: auto;
    margin: 0 auto 45px;
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
  }
  #detail.album .page .widget:before {
    display: block;
    content: '';
    left: 30px;
    top: 10px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  #album .col-4 {
    padding: 0;
  }
  #album .buttons .btn--album-nav {
    left: 0;
    bottom: 67px;
  }
  #intro {
    width: 100%;
    margin-bottom: 45px;
  }
  #intro .image {
    width: 100%;
    height: 200px;
  }
  #intro p {
    padding: 20px 0;
  }
  #intro .btn {
    margin: 0 auto 24px;
    width: 180px;
    font-size: 12px;
  }
  #home .hero {
    position: relative;
    height: 300px;
    overflow: visible;
    margin: 0 -20px;
  }
  #home .hero .image {
    height: 100%;
  }
  #home .hero .info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: 100%;
    padding: 0 0px;
  }
  #home .hero .info h1.big {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 10px;
    max-height: 144px;
    margin-right: 30px;
  }
  #home .hero .widget {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 20px 20px 30px;
  }
  #home .hero .widget:before {
    display: block;
    content: '';
    left: 30px;
    bottom: 0px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  #home .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    float: none;
    position: static;
    display: grid;
    padding: 0;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  #home .content .featured {
    grid-template-columns: 1fr;
    margin: 32px auto 0 auto;
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }
  #home .content .featured__item {
    display: block;
  }
  #home .content .featured__info {
    grid-row: 2;
    padding: 0;
    padding-top: 8px;
  }
  #home .content .featured__info-link {
    color: #000000;
    font-size: 16px;
  }
  #home .content .featured__info-text {
    font-size: 12px;
  }
  #home .content .top-content {
    margin-left: 0px;
    width: 100%;
    padding: 20px 0 0;
    margin-bottom: 45px;
    flex-direction: column;
  }
  #home .content .bottom-content {
    width: 100%;
  }
  #home .content .left-content {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 0px;
  }
  #home .content .left-content:after {
    display: table;
    clear: both;
    content: '';
  }
  #home .content .right-content {
    width: 100%;
    float: none;
    padding: 0 0px;
  }
  #home .content #overzicht {
    float: none;
    width: 300px;
    padding: 20px 0;
    margin: 0 auto 30px;
  }
  #home .content #overzicht .read-more {
    margin-top: 20px;
  }
  #home .content #overzicht .read-more-first {
    display: block;
    float: right;
    margin-top: 12px;
  }
  #home .content #overzicht .event-item {
    height: auto;
    margin-bottom: 0px;
    width: 300px;
  }
  #home .content #overzicht .event-item .image {
    display: none;
    width: 300px;
    height: 175px;
  }
  #home .content #overzicht .event-item .info {
    padding-top: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    width: 300px;
    height: auto;
    min-height: 88px;
  }
  #home .content #overzicht .event-item .info .tags {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #home .content #overzicht .event-item .info .titles {
    padding: 0 0px;
    top: auto;
    transform: none;
  }
  #home .content #overzicht .event-item.main-festival .titles {
    bottom: 75px;
  }
  #home .content #overzicht .event-item.main-festival .more-info {
    display: block;
  }
  #home .content #overzicht .event:nth-child(3) .event-item .info {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
  #home .content .confirmed,
  #home .content .last-tickets {
    position: relative;
    right: auto;
    bottom: auto;
    width: 300px;
    margin: 0 auto;
  }
  #home .content .confirmed .image,
  #home .content .last-tickets .image {
    width: 300px;
    height: 300px;
  }
  #home .content .confirmed--list {
    width: 300px;
    margin: 0 auto 45px;
  }
  #home .content .confirmed--list .event-item .image {
    display: none;
  }
  #home .content .confirmed--list .event-item .info {
    margin-left: 0;
    border-left-width: 2px;
  }
  #home .content .confirmed--list .event-item .info .titles h2.big {
    font-size: 14px;
    line-height: 16px;
  }
  #home .content .confirmed--list .event-item .overlay,
  #home .content .confirmed--list .event-item .more-info {
    display: none;
  }
  #home .content .widget.early-birds {
    width: 300px;
    position: relative;
    margin: 0 auto 45px;
    padding: 20px 18px;
  }
  #home .content .widget.early-birds h3.special {
    font-size: 68px;
    line-height: 66px;
  }
  #home .content .news-items {
    margin: 0 auto 45px;
    width: 300px;
  }
  #home .content .news-items .news-item,
  #home .content .news-items .news-item .info {
    width: 300px;
    height: auto;
  }
  #home .content .news-items .news-item .info {
    padding: 20px;
  }
  #home .content .news-items .news-item .info h2 {
    max-height: none;
  }
  #home .content .news-items .read-more {
    width: 300px;
  }
  #home .content .this-is {
    padding: 0px;
    width: 300px;
    margin: 0 auto 45px;
  }
  #home .content .quote {
    width: 300px;
    margin: 0 auto 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home .content .after-movie {
    width: 300px;
    margin: 0 auto 45px;
  }
  #home .content .after-movie h4.bigger {
    line-height: 28px;
  }
  #home .content .foto-album {
    width: 300px;
    margin: 0 auto 45px;
    float: none;
    margin-left: auto;
  }
  #home .content .foto-album .album-item,
  #home .content .foto-album .image {
    width: 300px;
    height: 540px;
  }
  #detail.search-results {
    border-color: rgba(255, 255, 255, 0.3);
  }
  #detail.search-results .page {
    background: none;
  }
  #detail.search-results .page .content {
    width: 300px;
    margin: 0 auto;
    padding: 30px 0px 0;
  }
  #detail.search-results .page .content h1 {
    margin-bottom: 30px;
  }
  #detail.search-results .items {
    margin: 0 0 45px;
  }
  #detail.search-results .items .event,
  #detail.search-results .items .news-item,
  #detail.search-results .items .album-item {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
    display: block;
  }
  #detail.search-results .items .event .image,
  #detail.search-results .items .news-item .image,
  #detail.search-results .items .album-item .image {
    display: none;
  }
  #detail.search-results .items .event .info,
  #detail.search-results .items .news-item .info,
  #detail.search-results .items .album-item .info {
    float: none;
    height: 100%;
    width: 100%;
    padding: 12px 0;
  }
  #detail.search-results .items .event .titles,
  #detail.search-results .items .news-item .titles,
  #detail.search-results .items .album-item .titles {
    top: auto;
    transform: none;
    margin-left: 0px;
    width: 100%;
  }
  #detail.search-results .items .event .titles .date,
  #detail.search-results .items .news-item .titles .date,
  #detail.search-results .items .album-item .titles .date {
    font-size: 12px;
  }
  #detail.search-results .items .event .titles h2,
  #detail.search-results .items .news-item .titles h2,
  #detail.search-results .items .album-item .titles h2 {
    max-height: none;
  }
  #detail.search-results .items .event .titles h2.big,
  #detail.search-results .items .news-item .titles h2.big,
  #detail.search-results .items .album-item .titles h2.big {
    max-height: none;
  }
  #detail.search-results .items .event .titles h3.big,
  #detail.search-results .items .news-item .titles h3.big,
  #detail.search-results .items .album-item .titles h3.big {
    margin: 0;
  }
  #detail.search-results .items .event .titles p,
  #detail.search-results .items .news-item .titles p,
  #detail.search-results .items .album-item .titles p {
    display: none;
  }
  #detail.search-results .items .event:hover .image img,
  #detail.search-results .items .news-item:hover .image img,
  #detail.search-results .items .album-item:hover .image img {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  #detail.search-results .items .news-item .info p {
    max-height: none;
  }
  #media_caroussel_cont {
    position: relative;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha('100');
    filter: alpha(opacity='100');
    opacity: 1;
    display: none;
  }
  #media_caroussel {
    position: relative;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha('100');
    filter: alpha(opacity='100');
    opacity: 1;
    display: block;
  }
  #media_caroussel .bg {
    display: none;
  }
  #media_caroussel ul {
    width: 100% !important;
  }
  #media_caroussel ul li {
    width: 100% !important;
    height: auto !important;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  #media_caroussel ul li img {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    margin: 0px !important;
  }
  #cookiemelding {
    width: 260px;
    height: 50px;
  }
  #cookiemelding a.cookie-btn {
    height: 46px;
    width: 50px;
    line-height: 46px;
    font-size: 16px;
  }
  #cookiemelding p {
    width: 206px;
    font-size: 11px;
    line-height: 14px;
    padding: 0 12px;
  }
  /* === TOUCH === */
  html.touch #share > a:hover {
    background: #fff !important;
    color: #000;
  }
  html.touch #tips .tip .tip-item .image .overlay {
    display: none;
  }
  html.touch #overzicht .event-item .image {
    width: 300px;
    height: 175px;
  }
  html.touch #overzicht .event-item .image:before {
    display: none;
  }
  html.touch #overzicht .event-item .image img {
    opacity: 1;
  }
  html.touch #overzicht .event-item .overlay {
    display: none;
  }
  html.touch #overzicht .event-item:hover .image:before {
    display: none;
  }
  html.touch #overzicht .event-item:hover .info {
    background: #fff;
    border-color: #e5e5e5;
    transition: none;
  }
  html.touch #overzicht .event-item:hover h2 {
    color: #fff;
    transition: color 0.2s;
  }
  html.touch #overzicht .event-item:hover .tags {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay {
    opacity: 1;
    transition: none;
  }
  html.touch #overzicht .event-item:hover .overlay:after {
    display: none;
    transition: none;
  }
  #tickets .head ol li {
    width: 100%;
    float: none;
    border-right: 0;
    border-top: 1px solid #fff;
  }
  #tickets .head ol li:first-child {
    border-top: 0;
    width: 100%;
  }
  #tickets .body .inner form .input.small {
    width: 100%;
  }
  #tickets .body .inner form input.field.small {
    width: 100%;
  }
  #tickets .body .inner form .input.input--visitor-perm {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #tickets .body .inner form .input.input--visitor-perm label {
    max-width: 280px;
  }
  #tickets .body .inner.register,
  #tickets .body .inner.login,
  #tickets .body .inner.forgot {
    height: auto;
  }
  #tickets .body .inner input.submit,
  #tickets .body .inner .message,
  #tickets .body .inner .register.toggle {
    line-height: 44px;
  }
  #tickets .body .inner.login form,
  #tickets .body .inner.login .right,
  #tickets .body .inner .registreer_form.forgota {
    width: 100%;
    float: none;
    border: 0;
    padding: 0;
  }
  #tickets .body .toggle.forgot,
  #tickets .body .toggle.login {
    margin-top: 10px;
  }
  .post-password-form input {
    width: 100%;
    margin-left: 0px;
  }
  .post-password-form input[type='submit'] {
    width: 100%;
  }
  /* === hero carousel == */
  :root {
    --slideWidth: 100%;
    --slideHeight: 240px;
  }
  .carousel,
  .carousel-container,
  .carousel-outer {
    width: var(--slideWidth);
  }
  .carousel-next {
    display: none;
  }
  .tickets-intro__container {
    grid-template-columns: 1fr;
  }
  .content {
    margin-left: 0;
    margin-bottom: 4rem;
    padding: 0;
  }
  .tickets-intro__tickets {
    width: 100vw;
    margin-left: -20px;
  }
  .outside-faq-container {
    margin-left: 0;
    padding: 60px 0px;
  }
  .detail-qoute {
    padding: 40px 20px 25px 20px;
  }
  .detail-qoute__title {
    font-size: 30px;
  }
  .tickets-intro__content {
    padding: 1.5rem 0 0 0;
    margin-bottom: 4rem;
  }
  .tickets-intro__tags {
    margin-top: 1.5rem;
  }
  .tickets-intro {
    padding-bottom: 40px;
  }
  .detail-video {
    padding: 0;
  }
  .detail-featured {
    padding: 0;
  }
  .detail-featured + section {
    padding-top: 4rem;
  }
  .detail-featured__container {
    bottom: 0;
  }
  .detail-featured__img-container {
    aspect-ratio: 1/1;
  }
  .detail-video__iframe-container {
    padding: 50px;
    aspect-ratio: 16/9;
    height: 100%;
  }
  .detail-video--spotify .detail-video__iframe-container {
    aspect-ratio: initial;
  }
  .detail-video + section {
    padding-top: 70px;
  }
  .sticky-cta__container {
    padding-left: 0;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .sticky-cta__btn {
    padding: 1.125rem 2rem;
  }
  .sticky-cta__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}


/*# sourceMappingURL=main-55692a02.css.map*/