@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "../../vendor/splide-4.0.1/css/splide-core.min.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "dz_sansregular";
  src: url("../fonts/DZSans-Regular.woff2") format("woff2"), url("../fonts/DZSans-Regular.woff") format("woff"), url("../fonts/DZSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "dz_sansregular", sans-serif;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  line-height: 1.4;
}

body {
  padding-top: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: black;
  text-decoration: none;
}

.logo-small {
  position: fixed;
  left: 0;
  top: 48vh;
  z-index: 15;
}

.tag {
  border: 1px solid black;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 1rem;
  font-size: 0.63rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mt-30 {
  margin-top: 30px;
}

.mr-3 {
  margin-right: 2rem;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-0 {
  padding-top: 0 !important;
}

.border-top {
  border-top: 1px solid black;
}

.border-bottom {
  border-bottom: 1px solid black;
}

.w-100 {
  width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

input {
  outline: none;
  /*&[type="checkbox"] + label {
    position: absolute;
  }*/
}
input[type=text], input[type=email] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  width: 100%;
}
input[type=text]:hover, input[type=email]:hover {
  border-bottom: 1px solid rgb(0, 0, 0);
}
input[type=submit] {
  border: 1px solid black;
  padding: 6px 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: white;
  color: black;
  border-radius: 0;
}
input[type=submit]:hover {
  background: black;
  color: white;
}
input form:not(#mc-embedded-subscribe-form)[type=checkbox] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
input form:not(#mc-embedded-subscribe-form)[type=checkbox] + label::before {
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid black;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
  top: 2px;
}
input form:not(#mc-embedded-subscribe-form)[type=checkbox]:checked + label::before {
  background-color: #000000;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: black;
  color: white;
  padding: 10px;
  z-index: 30;
}

.jump-to-top:focus {
  left: 0;
  height: 30px;
  width: auto;
}

.text-xxxl {
  font-size: 7rem;
  letter-spacing: -0.08rem;
}

.text-xxl {
  letter-spacing: -0.1rem;
  line-height: 1.1;
}

.text-xl {
  font-size: 3.18rem;
}

.text-l, .element.festival-archive .festival-archive-years .slick-slide.slick-current {
  font-size: 2rem;
  letter-spacing: -0.01rem;
}

.text-m {
  font-size: 1.45rem;
}

.text-muted {
  opacity: 0.3;
}
.text-muted a:hover {
  opacity: 1;
}

h1, h2, h3, h4 {
  margin: 0 0 0.5rem 0;
  font-weight: normal;
}

h3, h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.subhead {
  padding-top: 30px;
  padding-bottom: 30px;
}
.subhead a {
  transition: all 0.2s ease-in-out;
}
.subhead a:hover {
  opacity: 0.6;
}
.subhead.border-bottom {
  border-bottom: 1px solid #000000;
}
.subhead.border-top {
  border-top: 1px solid #000000;
}

.header_datei {
  padding-left: 80px;
  padding-right: 80px;
}

.container-15 {
  padding-left: 15px;
  padding-right: 15px;
}

div[class^=container-] {
  margin: 0 auto;
}
div[class^=container-] .row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
div[class^=container-] .row.justify-content-center {
  justify-content: center;
}

div[class^=col-] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.container-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.666%;
  max-width: 16.666%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.666%;
  max-width: 41.666%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.666%;
  max-width: 66.666%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.666%;
  max-width: 91.666%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.offset-xs-0 {
  margin-left: 0;
}

.offset-xs-1 {
  margin-left: 8.333%;
}

.offset-xs-2 {
  margin-left: 16.666%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333%;
}

.offset-xs-5 {
  margin-left: 41.666%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.d-none-xs {
  display: none !important;
}

.d-flex-xs {
  display: flex !important;
}

.d-block-xs {
  display: block !important;
}

.d-inline-block-xs {
  display: block !important;
}

.mb-20-xs {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .container-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333%;
  }
  .offset-sm-2 {
    margin-left: 16.666%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333%;
  }
  .offset-sm-5 {
    margin-left: 41.666%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .d-none-sm {
    display: none !important;
  }
  .d-flex-sm {
    display: flex !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .d-inline-block-sm {
    display: block !important;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .container-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333%;
  }
  .offset-md-2 {
    margin-left: 16.666%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333%;
  }
  .offset-md-5 {
    margin-left: 41.666%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .d-none-md {
    display: none !important;
  }
  .d-flex-md {
    display: flex !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-inline-block-md {
    display: block !important;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .container-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333%;
  }
  .offset-lg-2 {
    margin-left: 16.666%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333%;
  }
  .offset-lg-5 {
    margin-left: 41.666%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .d-none-lg {
    display: none !important;
  }
  .d-flex-lg {
    display: flex !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-inline-block-lg {
    display: block !important;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .container-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333%;
  }
  .offset-xl-2 {
    margin-left: 16.666%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333%;
  }
  .offset-xl-5 {
    margin-left: 41.666%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .d-none-xl {
    display: none !important;
  }
  .d-flex-xl {
    display: flex !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-inline-block-xl {
    display: block !important;
  }
  .mb-20-xl {
    margin-bottom: 20px;
  }
}
body.home:not(.filter) {
  padding-top: 50px;
}
body.home:not(.filter) header {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 19;
}

body.search-results header, body.error404 header {
  margin-bottom: 120px;
}

body.position-header-oben header {
  margin-bottom: 20px;
}

header .header-column {
  display: flex;
  justify-content: space-between;
}
header .header-column #logo {
  font-size: 2rem;
  letter-spacing: -0.01rem;
  line-height: 1;
  font-feature-settings: "ss01";
  position: relative;
  z-index: 20;
  flex: 1;
}
header .header-column a.menu-button {
  color: black;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 1.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 90;
  transition: all ease-in-out 0.25s;
}
header .header-column a.menu-button:hover {
  color: white;
  background-color: #000000;
}

body nav {
  display: none;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 120px;
  line-height: 1.5;
}
body nav a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
body nav a:hover {
  opacity: 0.6;
}
body nav .navigation-heading {
  opacity: 0.6;
}
body nav .top-row {
  margin-bottom: 130px;
}
body nav .top-row .top-row-col {
  display: flex;
  justify-content: flex-end;
}
body nav .top-row .top-row-col img {
  cursor: pointer;
}
body nav .top-row .top-row-col .close-nav-button {
  position: relative;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  top: -5px;
  left: 1px;
  transition: all 0.2s ease-in-out;
}
body nav .top-row .top-row-col .close-nav-button:before, body nav .top-row .top-row-col .close-nav-button:after {
  position: absolute;
  left: 28px;
  content: " ";
  height: 38px;
  width: 4px;
  top: 10px;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
body nav .top-row .top-row-col .close-nav-button:before {
  transform: rotate(45deg);
}
body nav .top-row .top-row-col .close-nav-button:after {
  transform: rotate(-45deg);
}
body nav .top-row .top-row-col .close-nav-button:hover {
  background-color: #FFFFFF;
  opacity: 1;
}
body nav .top-row .top-row-col .close-nav-button:hover:before, body nav .top-row .top-row-col .close-nav-button:hover:after {
  background-color: #000000;
}
body nav .middle-row {
  margin-bottom: 50px;
}
body nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body nav .search-form {
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: end;
}
body nav .search-form .search-field {
  background: none;
  border: none;
  position: relative;
  bottom: 8px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
body nav .search-form .search-field::-webkit-search-decoration, body nav .search-form .search-field::-webkit-search-cancel-button, body nav .search-form .search-field::-webkit-search-results-button, body nav .search-form .search-field::-webkit-search-results-decoration {
  display: none;
}
body nav .search-form input {
  position: absolute;
  right: 0;
  bottom: 20px;
}
body nav .search-form img {
  margin-top: 10px;
  width: 30px;
}
body nav .search-form-mobile .search-field {
  background: black;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  border-radius: 0;
}
body nav .search-form-mobile input[type=search] {
  -webkit-appearance: none;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open nav {
  display: block;
}

.language-switcher {
  display: flex;
  text-transform: uppercase;
  list-style-type: none;
  line-height: 1.4;
  top: 20px;
  right: 155px;
  position: fixed;
  z-index: 90;
  margin: 0;
}
.language-switcher li {
  list-style-type: none;
}
.language-switcher li:first-of-type {
  margin-right: 15px;
}
.language-switcher li a {
  color: black;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 1.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 1;
  transition: all ease-in-out 0.25s;
}
.language-switcher li a:hover {
  color: white;
  background-color: #000000;
}
.language-switcher li.current-lang a {
  color: white;
  background-color: #000000;
}

nav .language-switcher {
  margin: 0 15px 0 0;
  position: relative;
  right: 0;
  top: -5px;
}
nav .language-switcher li a {
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  padding: 8px 25px;
}
nav .language-switcher li a:hover {
  opacity: 1;
  color: #000000;
  background-color: #FFFFFF;
}
nav .language-switcher li.current-lang a {
  color: #000000;
  background-color: #FFFFFF;
}
nav .language-switcher li.current-lang a:hover {
  opacity: 1;
}

.carousel {
  overflow: hidden;
  margin-bottom: 120px;
}
.carousel a {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel img {
  pointer-events: none;
}
.carousel .carousel-item {
  min-width: 80%;
  max-width: 80%;
}
.carousel .carousel-item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
}
.carousel .carousel-inner {
  display: flex;
}
.carousel.carousel-transition .carousel-inner {
  transition: all ease-in-out 0.25s;
}

.carousel-item .carousel-content {
  position: relative;
  transition: all ease-in-out 0.25s;
  padding-left: 15px;
}
.carousel-item .carousel-content .carousel-img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  object-position: center;
  transition: all ease-in-out 0.25s;
}
.carousel-item .carousel-content .carousel-item-meta {
  margin-left: 50px;
  margin-top: 30px;
}
.carousel-item .carousel-content .carousel-item-meta .tag {
  margin-bottom: 1rem;
}
.carousel-item .carousel-content .carousel-item-meta .event-date span {
  margin-right: 5rem;
}

.carousel:not(.carousel-transition) .carousel-item:hover .carousel-content {
  padding-top: 24px;
}
.carousel:not(.carousel-transition) .carousel-item:hover .carousel-content .carousel-img {
  height: 78vh;
}

.marquee {
  overflow: hidden;
}
.marquee .track {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 60s linear infinite;
}
.marquee .track a {
  padding: 0.5rem 0;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.marquee .track a:hover {
  opacity: 0.6;
}
.marquee.marquee-bottom {
  margin-top: 12rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#event-list-wrapper .container-15:last-child {
  border-bottom: none;
}
#event-list-wrapper .event-list-month {
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 10;
}
#event-list-wrapper .event-list-month span {
  padding: 2rem 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.02rem;
}
#event-list-wrapper .event-entry {
  border-bottom: 1px solid #000000;
  position: relative;
}
#event-list-wrapper .event-entry .row .event-image, #event-list-wrapper .event-entry .row .event-information {
  transition: all 0.4s cubic-bezier(0.22, 0.9, 0.5, 1);
}
#event-list-wrapper .event-entry .row .event-image div {
  background-position: center;
  background-size: cover;
  height: 100%;
}
#event-list-wrapper .event-entry .row .event-information {
  margin-top: 2rem;
}
#event-list-wrapper .event-entry .row .event-meta {
  margin-top: 1rem;
  height: auto;
}
#event-list-wrapper .event-entry.abgesagt a {
  color: rgba(0, 0, 0, 0.3);
}
#event-list-wrapper .event-entry.abgesagt a .desktop-image, #event-list-wrapper .event-entry.abgesagt a img {
  opacity: 0.3;
}
#event-list-wrapper .event-entry.abgesagt a .tag {
  border-color: rgba(0, 0, 0, 0.3);
}
#event-list-wrapper .kontextprogramm-entry {
  border-bottom: 1px solid #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}
#event-list-wrapper .kontextprogramm-entry.has-thumbnail {
  padding-top: 0;
  padding-bottom: 0;
}
#event-list-wrapper .kontextprogramm-entry.has-thumbnail .event-information {
  padding-top: 25px;
  padding-bottom: 25px;
}
#event-list-wrapper .kontextprogramm-entry .event-image div {
  background-position: center;
  background-size: cover;
  height: 100%;
}
#event-list-wrapper .festival-entry {
  border-bottom: 1px solid #000000;
}
#event-list-wrapper .festival-entry a {
  width: 100%;
}
#event-list-wrapper .festival-entry .festival-header .festival-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center center;
}
#event-list-wrapper .festival-entry .festival-header .festival-title {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#event-list-wrapper .festival-entry .festival-header .festival-title button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #000000;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
}
#event-list-wrapper .festival-entry .festival-header .festival-title button:before, #event-list-wrapper .festival-entry .festival-header .festival-title button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: transform 350ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 2px;
  height: 30px;
  margin: auto;
}
#event-list-wrapper .festival-entry .festival-header .festival-title button:after {
  transform: rotate(90deg);
}
#event-list-wrapper .festival-entry .festival-event {
  padding: 15px 0;
}
#event-list-wrapper .festival-entry .festival-event p {
  margin: 0;
}
#event-list-wrapper .festival-entry.open .festival-title button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#event-list-wrapper .festival-entry.open .festival-title button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#event-list-wrapper .festival-entry.icon-white .festival-title button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
}
#event-list-wrapper .festival-entry.icon-white .festival-title button:before, #event-list-wrapper .festival-entry.icon-white .festival-title button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: transform 350ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 2px;
  height: 30px;
  margin: auto;
}
#event-list-wrapper .festival-entry.icon-white .festival-title button:after {
  transform: rotate(90deg);
}
#event-list-wrapper .festival-entry.icon-white.open .festival-title button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#event-list-wrapper .festival-entry.icon-white.open .festival-title button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.event-icon {
  width: 48px;
}

.banner-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  left: -5px;
}

.banner {
  width: 300px;
  padding: 15px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  transform: rotate(-45deg) translate(-28%, -35%);
  text-transform: uppercase;
}
.banner.cancelled {
  background-color: #ffc0cb;
  color: #000000;
}

.overlay {
  padding-top: 30px;
  background: white;
  width: 0;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.5s cubic-bezier(0.22, 0.9, 0.5, 1);
  z-index: 100;
}
.overlay header {
  display: none;
}
.overlay .overlay-close {
  border-radius: 50%;
  position: fixed;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  width: 55px;
  height: 55px;
  top: 20px;
  right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  z-index: 90;
}
.overlay .overlay-close:before, .overlay .overlay-close:after {
  position: absolute;
  left: 25px;
  content: " ";
  height: 30px;
  width: 4px;
  top: 12px;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}
.overlay .overlay-close:before {
  transform: rotate(45deg);
}
.overlay .overlay-close:after {
  transform: rotate(-45deg);
}
.overlay .overlay-close:hover {
  background-color: #000000;
}
.overlay .overlay-close:hover:before, .overlay .overlay-close:hover:after {
  background-color: #FFFFFF;
}
.overlay.open {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.overlay.close > * {
  visibility: hidden;
}

.overlay-shown {
  overflow: hidden;
}
.overlay-shown .overlay-close {
  display: inline-block !important;
}

.blog-slider {
  border-bottom: 1px solid black;
  line-height: 1.1;
}
.blog-slider .splide__track {
  padding: 8rem 0;
}
.blog-slider .splide__track .splide__list .splide__slide {
  margin: 0 7px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

body.single-event header, .overlay header {
  margin-bottom: 40px;
}
body.single-event .overlay-close, .overlay .overlay-close {
  display: none;
}

body.tax-festival .element .container-15.container-sm-80 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body.tax-festival:not(.festival-has-image) .element:first-of-type {
  margin-top: 0;
}

/*
@media (min-width: 768px) {

  body.tax-festival {
    .event-entry:hover, .kontextprogramm-entry:hover {
      background-color: black;

      .event-information {
        color: white;
      }

      .tag {
        border-color: white;
      }
    }
  }
}
*/
@media (min-width: 1280px) {
  body.tax-festival .element.text.akkordeon .element-header h2 button {
    margin-right: 65px;
  }
}
.element {
  padding: 2rem 0 4rem;
}
.element a {
  text-decoration: none;
  border-bottom: 1px solid black;
  transition: all 0.2s ease-in-out;
}
.element a:hover {
  opacity: 0.6;
}
.element p:not(.lead) {
  letter-spacing: 0.02rem;
}
.element ul {
  list-style-type: none;
  padding: 0;
}
.element ul li {
  padding-left: 100px;
  margin-bottom: 10px;
  letter-spacing: 0.02rem;
  position: relative;
}
.element ul li:before {
  content: "—";
  position: absolute;
  left: 0;
}
.element ul li.list-item-link:before {
  content: "→";
  left: 1px;
  top: -4px;
  font-size: 1.4rem;
}
.element table {
  border-bottom: 1px solid #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.element table tr {
  border-top: 1px solid #000000;
}
.element table tr td {
  padding: 13px 0;
}
.element.text .element-body {
  width: 100%;
}
.element.text .element-body h1, .element.text .element-body h2, .element.text .element-body h3, .element.text .element-body h4, .element.text .element-body h5, .element.text .element-body h6 {
  padding-top: 2rem;
}
.element.text .element-body h3, .element.text .element-body h4, .element.text .element-body h5, .element.text .element-body h6 {
  padding-bottom: 1rem;
}
.element.text.akkordeon {
  border-top: 1px solid black;
}
.element.text.akkordeon .element-header {
  cursor: pointer;
}
.element.text.akkordeon .element-header h2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.element.text.akkordeon .element-header h2 button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #000000;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
}
.element.text.akkordeon .element-header h2 button:before, .element.text.akkordeon .element-header h2 button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: transform 350ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 2px;
  height: 30px;
  margin: auto;
}
.element.text.akkordeon .element-header h2 button:after {
  transform: rotate(90deg);
}
.element.text.akkordeon .element-header h2:hover {
  opacity: 0.6;
}
.element.text.akkordeon.open .element-header h2 button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.element.text.akkordeon.open .element-header h2 button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.element.kombi-element.akkordeon {
  border-top: 1px solid black;
}
.element.kombi-element.akkordeon.open .element-header button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.element.kombi-element.akkordeon.open .element-header button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.element.kombi-element.akkordeon .element-header {
  cursor: pointer;
}
.element.kombi-element.akkordeon .element-header h2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.element.kombi-element.akkordeon .element-header h2 button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #000000;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
}
.element.kombi-element.akkordeon .element-header h2 button:before, .element.kombi-element.akkordeon .element-header h2 button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: transform 350ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 2px;
  height: 30px;
  margin: auto;
}
.element.kombi-element.akkordeon .element-header h2 button:after {
  transform: rotate(90deg);
}
.element.kombi-element.akkordeon .element-header h2:hover {
  opacity: 0.6;
}
.element.kombi-element .element-body {
  width: 100%;
}
.element.kombi-element .element-body .kombi-element-element {
  padding-top: 2rem;
}
.element.tickets .icons {
  display: flex;
}
.element.tickets .icons .icon {
  position: relative;
  margin-right: 10px;
}
.element.tickets .icons .icon a {
  border: none;
}
.element.tickets .icons .icon:before {
  content: attr(data-text);
  position: absolute;
  top: -88%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  display: none;
  font-size: 0.8rem;
}
.element.tickets .icons .icon:hover:before {
  display: block;
}
.element.tickets .icons .icon:after {
  content: "";
  position: absolute;
  margin-left: 13px;
  top: 0;
  transform: translateY(-66%);
  border: 10px solid #000;
  border-color: black transparent transparent transparent;
  display: none;
}
.element.tickets .icons .icon:hover:before, .element.tickets .icons .icon:hover:after {
  display: block;
}
.element.credits {
  border-top: 1px solid black;
}
.element.credits.open .element-header h2 button:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.element.credits.open .element-header h2 button:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.element.credits .element-header {
  cursor: pointer;
}
.element.credits .element-header h2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.element.credits .element-header h2 button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #000000;
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
}
.element.credits .element-header h2 button:before, .element.credits .element-header h2 button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: transform 350ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 2px;
  height: 30px;
  margin: auto;
}
.element.credits .element-header h2 button:after {
  transform: rotate(90deg);
}
.element.credits .element-header h2:hover {
  opacity: 0.6;
}
.element.credits .element-body {
  display: none;
  font-size: 0.8rem;
  width: 100%;
}
.element.zwischentitel {
  border-bottom: 0;
  padding: 2rem 0;
}
.element.video-embed .embed-container, .element.kombi-element .embed-container, .element.artist .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.element.video-embed .embed-container iframe,
.element.video-embed .embed-container object,
.element.video-embed .embed-container embed, .element.kombi-element .embed-container iframe,
.element.kombi-element .embed-container object,
.element.kombi-element .embed-container embed, .element.artist .embed-container iframe,
.element.artist .embed-container object,
.element.artist .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element.slider {
  width: 100%;
}
.element.slider .swiper-button-prev:after, .element.slider .swiper-rtl .swiper-button-next:after,
.element.slider .swiper-button-next:after, .element.slider .swiper-rtl .swiper-button-prev:after {
  color: black;
}
.element.slider .swiper-col {
  position: relative;
}
.element.slider .swiper-col img {
  width: 100%;
}
.element.slider .swiper-col .swiper-button-prev {
  left: -30px;
}
.element.slider .swiper-col .swiper-button-next {
  right: -30px;
}
.element.link {
  border-top: 1px solid black;
}
.element.link .row {
  align-items: center;
  position: relative;
}
.element.link .row a {
  text-decoration: none;
  border: none;
  transition: all 0.2s ease-in-out;
  display: block;
}
.element.link .row a:hover, .element.link .row a:focus {
  padding-left: 20px;
}
.element.link.interner-link a {
  display: flex;
  justify-content: space-between;
}
.element.link.interner-link a:after {
  content: "→";
  background-repeat: no-repeat;
}
.element.link.externer-link a:before {
  content: "→";
  position: absolute;
  margin-left: -50px;
  transition: all 0.2s ease-in-out;
}
.element.link.externer-link a:hover, .element.link.externer-link a:focus {
  padding-left: 0;
}
.element.link.externer-link a:hover:before, .element.link.externer-link a:focus:before {
  margin-left: -30px;
}
.element .link-list {
  border-top: 1px solid black;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.element .link-list a {
  display: block;
  border: none;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.element .link-list a:before {
  content: "→";
  position: absolute;
  margin-left: -50px;
  transition: all 0.2s ease-in-out;
}
.element .link-list a:hover, .element .link-list a:focus {
  padding-left: 0;
}
.element .link-list a:hover:before, .element .link-list a:focus:before {
  margin-left: -30px;
}
.element.datum {
  padding: 1rem 0;
  margin-top: 8rem;
  border-top: 1px solid black;
}
.element.datum .festival-weekday {
  margin-right: 2rem;
}
.element.artist {
  padding: 0;
  border-top: 1px solid black;
}
.element.artist .element-header {
  padding: 1rem 0;
  cursor: pointer;
}
.element.artist .element-header:hover {
  background-color: black;
  color: white;
}
.element.artist .element-body {
  display: none;
  padding: 2rem 0;
}
.element.artist .element-body .artist-element {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.element.artist.open .element-header:hover {
  background-color: white;
  color: black;
}
.element.festival-archive .festival-archive-years {
  margin-bottom: 2rem;
  text-align: center;
}
.element.festival-archive .festival-archive-years .slick-slide {
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
}
.element.festival-archive .festival-archive-years .slick-slide.prevSlide, .element.festival-archive .festival-archive-years .slick-slide.nextSlide {
  opacity: 0.6;
}
.element.festival-archive .festival-archive-years .slick-slide.slick-current {
  opacity: 1;
}
.element.festival-archive .festival-archive-entries .festival-archive-entries-artist {
  display: block;
  margin-bottom: 10px;
}

body.blog .blog-card {
  padding-bottom: 133%;
}
body.blog .blog-card:hover {
  border-radius: 13rem;
}

.blog-card {
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex !important;
  transition: 0.2s ease-in-out all;
}
.blog-card a {
  position: absolute;
}
.blog-card.full-height-background a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.blog-card.full-height-background.white-on-black a {
  color: #FFFFFF;
}
.blog-card.image-caption {
  flex-direction: column;
  background-color: #FFFFFF;
}
.blog-card.image-caption a {
  height: 100%;
}
.blog-card.image-caption a img {
  height: 50%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-card.image-caption a div {
  padding: 15px;
  height: 50%;
  text-align: center;
}
.blog-card.image-caption.white-on-black a div {
  background-color: #000000;
  color: #FFFFFF;
}
.blog-card.archive a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 3.27rem;
  background-color: #000000;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 15px;
}
.blog-card:hover {
  border-radius: 9rem;
}

body.blog {
  background-color: #ababab;
}

body.page:not(.filter) header, body.single-post header {
  padding-bottom: 130px;
}

.scroll-header-container {
  z-index: 90;
}
.scroll-header-container.scroll-enabled {
  position: static;
}
.scroll-header-container .scroll-header-background {
  position: absolute;
  top: 0;
  margin-top: 30px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
}
.scroll-header-container .scroll-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.scroll-header-container .scroll-header .scroll-header-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.scroll-header-container .scroll-header.sticky {
  position: absolute;
}
.scroll-header-container .scroll-header,
.scroll-header-container .scroll-header-placeholder {
  height: 100vh;
}
.scroll-header-container .scroll-fade-on-start {
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.scroll-header-container .scroll-fade-on-start.faded {
  opacity: 0;
}

.scroll-header-saint-ghetto img {
  width: 100%;
}
.scroll-header-saint-ghetto .scroll-header-content {
  max-width: 800px;
  width: 100%;
}
.scroll-header-saint-ghetto .scroll-fade-on-start {
  position: absolute;
  left: 0;
  top: 35%;
}

.scroll-header-full-of-lava img {
  width: 100%;
}
.scroll-header-full-of-lava .scroll-header-content {
  max-width: 488px;
  width: 100%;
}
.scroll-header-full-of-lava .scroll-fade-on-start {
  position: absolute;
  left: 0;
  top: 35%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: white;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 160px;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .row.top-row {
  margin-bottom: 160px;
}
footer .row.top-row .col-md-4 {
  line-height: 1;
}
footer .row.top-row .logo {
  font-feature-settings: "ss01";
}
footer .row.top-row a {
  transition: all 0.2s ease-in-out;
}
footer .row.top-row a:hover {
  opacity: 0.6;
}
footer .row.bottom-row {
  line-height: 1.5;
}
footer .row.bottom-row a {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
footer .row.bottom-row a:hover {
  opacity: 1;
}
footer .row.bottom-row p {
  margin: 0;
}
footer .row.bottom-row .widget-heading {
  opacity: 0.6;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
  html body {
    letter-spacing: 0.02rem;
  }
  html body.home:not(.filter) #event-list-wrapper .event-list-month {
    border-top: 1px solid #000000;
  }
  html body .text-xxxl {
    font-size: 3rem;
    letter-spacing: -0.02rem;
  }
  html body .text-xxl {
    font-size: 2rem;
    letter-spacing: 0rem;
  }
  html body .text-xl {
    font-size: 1.75rem;
  }
  html body .text-l, html body .element.festival-archive .festival-archive-years .slick-slide.slick-current, .element.festival-archive .festival-archive-years html body .slick-slide.slick-current {
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
  }
  html body .text-m {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
  html body header .header-column #logo {
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
  }
  html body header .header-column .language-switcher {
    display: none;
  }
  html body header .header-column .menu-button-mobile {
    height: 38px;
    width: 38px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 15px;
  }
  html body header .header-column .menu-button-mobile span {
    width: 30px;
    height: 1px;
    background: black;
    display: block;
    margin-bottom: 7px;
  }
  html body header .header-column .menu-button-mobile span:last-child {
    margin-bottom: 0;
  }
  html body header .header-column .menu-button-mobile:hover {
    background: white;
  }
  html body nav {
    line-height: 1.4;
  }
  html body nav .top-row {
    margin-bottom: 0;
  }
  html body nav .top-row .top-row-col .search-form {
    display: none;
  }
  html body nav .top-row .top-row-col .language-switcher li a {
    padding: 0 15px;
    border: 1px solid white;
  }
  html body nav .top-row .top-row-col .close-nav-button {
    width: 38px;
    height: 38px;
    border: 1px solid white;
  }
  html body nav .top-row .top-row-col .close-nav-button:after, html body nav .top-row .top-row-col .close-nav-button:before {
    left: 18px;
    top: 5px;
    height: 26px;
    width: 1px;
  }
  html body nav .middle-row {
    margin-bottom: 0;
  }
  html body nav div[class^=col-] {
    margin-bottom: 20px;
  }
  html body .element.text.akkordeon .element-header h2 button, html body .element.kombi-element .element-header h2 button, html body .element.credits .element-header h2 button {
    width: 38px;
    height: 38px;
    border-width: 1px;
  }
  html body .element.text.akkordeon .element-header h2 button:after, html body .element.text.akkordeon .element-header h2 button:before, html body .element.kombi-element .element-header h2 button:after, html body .element.kombi-element .element-header h2 button:before, html body .element.credits .element-header h2 button:after, html body .element.credits .element-header h2 button:before {
    width: 1px;
    height: 20px;
  }
  html body .element.externer-link .row a {
    padding-left: 25px;
  }
  html body .element.externer-link .row a:before {
    margin-left: -25px;
  }
  html body .carousel .carousel-item {
    min-width: 90%;
    max-width: 90%;
  }
  html body .carousel .carousel-item .carousel-content .carousel-img {
    height: 60vh;
  }
  html body .carousel .carousel-item .carousel-content .carousel-item-meta {
    margin-left: 0;
  }
  html body .carousel .carousel-item .carousel-content .carousel-item-meta h2 {
    line-height: 1.2;
  }
  html body .marquee.top {
    border-bottom: none;
  }
  html body #event-list-wrapper .event-list-month span {
    letter-spacing: 0.08rem;
  }
  html body #event-list-wrapper .event-entry, html body #event-list-wrapper .kontextprogramm-entry {
    border: none;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  html body #event-list-wrapper .event-entry .banner-container, html body #event-list-wrapper .kontextprogramm-entry .banner-container {
    top: auto;
    left: auto;
  }
  html body #event-list-wrapper .event-entry .row, html body #event-list-wrapper .kontextprogramm-entry .row {
    height: auto;
  }
  html body #event-list-wrapper .event-entry .row:hover .event-image, html body #event-list-wrapper .kontextprogramm-entry .row:hover .event-image {
    flex-basis: auto;
    max-width: 100%;
  }
  html body #event-list-wrapper .event-entry .row .event-image, html body #event-list-wrapper .event-entry .row .event-information, html body #event-list-wrapper .kontextprogramm-entry .row .event-image, html body #event-list-wrapper .kontextprogramm-entry .row .event-information {
    transition: none;
  }
  html body #event-list-wrapper .event-entry .row .event-information, html body #event-list-wrapper .kontextprogramm-entry .row .event-information {
    margin-top: 1rem;
  }
  html body #event-list-wrapper .event-entry .row .event-information .tag, html body #event-list-wrapper .kontextprogramm-entry .row .event-information .tag {
    margin-bottom: 0.25rem;
  }
  html body #event-list-wrapper .event-entry .row .event-information .text-l, html body #event-list-wrapper .event-entry .row .event-information .element.festival-archive .festival-archive-years .slick-slide.slick-current, .element.festival-archive .festival-archive-years html body #event-list-wrapper .event-entry .row .event-information .slick-slide.slick-current, html body #event-list-wrapper .kontextprogramm-entry .row .event-information .text-l, html body #event-list-wrapper .kontextprogramm-entry .row .event-information .element.festival-archive .festival-archive-years .slick-slide.slick-current, .element.festival-archive .festival-archive-years html body #event-list-wrapper .kontextprogramm-entry .row .event-information .slick-slide.slick-current {
    margin-bottom: -5px;
  }
  html body #event-list-wrapper .event-entry .row .event-information .event-meta, html body #event-list-wrapper .kontextprogramm-entry .row .event-information .event-meta {
    margin-top: 0.3rem;
  }
  html body #event-list-wrapper .festival-entry {
    border: none;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  html body #event-list-wrapper .festival-entry .festival-header .festival-title button {
    width: 38px;
    height: 38px;
    padding: 0;
    border-width: 1px;
  }
  html body #event-list-wrapper .festival-entry .festival-header .festival-title button:after, html body #event-list-wrapper .festival-entry .festival-header .festival-title button:before {
    width: 1px;
    height: 20px;
  }
  html body #event-list-wrapper .kontextprogramm-entry {
    border: none;
  }
  html body #event-list-wrapper .blog-slider {
    border-top: 1px solid black;
  }
  html body #event-list-wrapper .blog-slider .splide-track {
    padding: 2rem 0;
  }
  html body footer .row.top-row {
    margin-bottom: 0;
  }
  html body footer .row div[class^=col-] {
    margin-bottom: 30px;
  }
  html body .overlay .overlay-close {
    right: 15px;
    height: 38px;
    width: 38px;
  }
  html body .overlay .overlay-close:before, html body .overlay .overlay-close:after {
    left: 19px;
    top: 7px;
    width: 1px;
    height: 25px;
  }
  html body.nav-open nav {
    bottom: 0;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  html body .text-xxxl {
    font-size: 5rem;
  }
  html body .text-xxl {
    font-size: 3rem;
  }
  html body .text-l, html body .element.festival-archive .festival-archive-years .slick-slide.slick-current, .element.festival-archive .festival-archive-years html body .slick-slide.slick-current {
    line-height: 1.1;
  }
  html body .text-m {
    line-height: 1.2;
  }
  html body nav .top-row {
    margin-bottom: 50px;
  }
  html body nav .top-row .top-row-col .close-nav-button {
    width: 55px;
    height: 55px;
  }
  html body nav .top-row .top-row-col .close-nav-button:after, html body nav .top-row .top-row-col .close-nav-button:before {
    left: 24px;
    height: 30px;
    top: 10px;
  }
  html body nav .middle-row {
    margin-bottom: 0;
  }
  html body nav .middle-row div[class^=col-] {
    margin-bottom: 30px;
  }
  html body #event-list-wrapper .event-list-month .weekday {
    padding-left: 65px;
  }
  html body #event-list-wrapper .event-entry .row {
    height: 400px;
  }
  html body #event-list-wrapper .event-entry .row:hover .event-image {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  html body #event-list-wrapper .event-entry .row:hover .event-information {
    margin-left: 0;
  }
  html body #event-list-wrapper .festival-entry .festival-header {
    height: 400px;
  }
  html body footer .row.top-row {
    margin-bottom: 0;
  }
  html body footer .row div[class^=col-] {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  html body .text-xxxl {
    font-size: 7rem;
  }
  html body .text-xxl {
    font-size: 4rem;
  }
  html body .text-l, html body .element.festival-archive .festival-archive-years .slick-slide.slick-current, .element.festival-archive .festival-archive-years html body .slick-slide.slick-current {
    line-height: 1.1;
  }
  html body .text-m {
    line-height: 1.4;
  }
  html body .language-switcher {
    right: 220px;
  }
  html body header .header-column a.menu-button {
    right: 80px;
  }
  html body nav .language-switcher {
    right: 0;
  }
  html body .overlay .overlay-close {
    right: 80px;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 22px;
  }
  html body header .header-column .language-switcher {
    margin: 0 15px 0 0;
  }
  html body nav .top-row .top-row-col .close-nav-button {
    width: 63px;
    height: 63px;
  }
  html body nav .top-row .top-row-col .close-nav-button:after, html body nav .top-row .top-row-col .close-nav-button:before {
    left: 28px;
    height: 38px;
    top: 10px;
  }
  html body .overlay .overlay-close {
    width: 63px;
    height: 63px;
  }
  html body .overlay .overlay-close:after, html body .overlay .overlay-close:before {
    left: 30px;
    height: 38px;
    top: 12px;
  }
  html body #event-list-wrapper .event-entry .row {
    height: 540px;
  }
  html body #event-list-wrapper .festival-entry .festival-header {
    height: 540px;
  }
}

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