@charset "UTF-8";
/*
Theme Name: Festival der Regionen 2021
Theme URI: http://underscores.me/
Author: Benedikt Reiter
Author URI: http://benereiter.com
Description: Das Festival der Regionen-Theme 2021
Version: 1.0.0
License: © 2021 Benedikt Reiter
License URI: http://benereiter.com  
Text Domain: fdr         
Tags:                  
*/
/* Theme Base */
/* CSS Variables */
:root {
  --spacing-body-side: 2rem;
  --spacing-narrow: 1.5rem;
  --spacing-large: 3rem;
  --color-primary: #000;
  --color-contrast: #fff;
  --color-contrast-light: #f6f6f6;
  --color-contrast-medium: #808080;
  --header-mobile-height: 4rem;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-primary: #fff;
    --color-contrast: #2B2E34;
    --color-contrast-light: #171717;
    --color-contrast-medium: #a3a3a3;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* 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;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/* Text meant only for screen readers. */
.screen-reader-text, .main-navigation .social-menu span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .main-navigation .social-menu span:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.row {
  box-sizing: border-box;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.natural-height {
  align-items: flex-start;
}
.row.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.row.start-xs {
  justify-content: flex-start;
}
.row.center-xs {
  justify-content: center;
}
.row.end-xs {
  justify-content: flex-end;
}
.row.top-xs {
  align-items: flex-start;
}
.row.middle-xs {
  align-items: center;
}
.row.bottom-xs {
  align-items: flex-end;
}
.row.around-xs {
  justify-content: space-around;
}
.row.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
/*.show {
  display: block !important;
}*/
.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
/*
 PP Neue Machina
*/
@font-face {
  font-family: 'neue_machina';
  src: url('assets/fonts/neue_machina/PPNeueMachina-PlainBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'neue_machina';
  src: url('assets/fonts/neue_machina/PPNeueMachina-PlainRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neue_machina';
  src: url('assets/fonts/neue_machina/PPNeueMachina-PlainRegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}
/* Iconfont 2021 */
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon/fonts/icomoon.eot?k6ug80');
  src: url('assets/fonts/icomoon/fonts/icomoon.eot?k6ug80#iefix') format('embedded-opentype'), url('assets/fonts/icomoon/fonts/icomoon.ttf?k6ug80') format('truetype'), url('assets/fonts/icomoon/fonts/icomoon.woff?k6ug80') format('woff'), url('assets/fonts/icomoon/fonts/icomoon.svg?k6ug80#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cheveron-up:before {
  content: "";
}
.icon-cheveron-right:before {
  content: "";
}
.icon-cheveron-left:before, .btn-back::after, body.home.paged .archive-content-wrapper .nav-links > *:last-child a::after, body.archive .archive-content-wrapper .nav-links > *:last-child a::after {
  content: "";
}
.icon-cheveron-down:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-flickr:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-facebook {
  display: inline-block;
  transform: scale(1.2);
}
.icon-youtube, .icon-flickr {
  display: inline-block;
  transform: scale(1.3);
}
.icon-flickr {
  transform: scale(1.3) translateX(-0.15em);
}
.icon-twitter {
  display: inline-block;
  transform: translateX(-0.075rem);
}
html, body {
  font-family: 'neue_machina';
  font-weight: 400;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'neue_machina';
  font-weight: 500;
}
a {
  color: var(--color-primary);
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.text-small {
  font-size: 0.75rem;
}
.text-light {
  opacity: 0.8;
}
.lg-mg-top {
  margin-top: var(--spacing-large);
}
.btn, .content-area-home .site-main .posts-nav a, body.home.paged .archive-content-wrapper .nav-links a, body.archive .archive-content-wrapper .nav-links a, .wp-block-button__link {
  display: inline-block;
  border: 2px solid;
  color: var(--color-primary) !important;
  text-decoration: none;
  padding: calc(var(--spacing-narrow) /  5 * 2) calc(var(--spacing-narrow) /  5 * 3);
  padding-right: calc(var(--spacing-narrow) /  5 * 3 + 2em);
  font-weight: 700;
  position: relative;
  background-color: inherit;
  font-size: inherit;
  border-radius: 0;
}
.btn.btn-nooutline, .content-area-home .site-main .posts-nav a.btn-nooutline, body.home.paged .archive-content-wrapper .nav-links a.btn-nooutline, body.archive .archive-content-wrapper .nav-links a.btn-nooutline, .wp-block-button__link.btn-nooutline {
  border: none;
  padding-left: 0;
}
.btn::after, .content-area-home .site-main .posts-nav a::after, body.home.paged .archive-content-wrapper .nav-links a::after, body.archive .archive-content-wrapper .nav-links a::after, .wp-block-button__link::after {
  content: '';
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: calc(var(--spacing-narrow) /  5 * 1.8);
  content: "";
  font-size: 1.3em;
  transform: translateY(-47%) translateX(0);
  transition: transform 0.2s ease, color 0.2s ease;
}
.btn:hover, .content-area-home .site-main .posts-nav a:hover, body.home.paged .archive-content-wrapper .nav-links a:hover, body.archive .archive-content-wrapper .nav-links a:hover, .btn:focus, .content-area-home .site-main .posts-nav a:focus, body.home.paged .archive-content-wrapper .nav-links a:focus, body.archive .archive-content-wrapper .nav-links a:focus, .btn:active, .content-area-home .site-main .posts-nav a:active, body.home.paged .archive-content-wrapper .nav-links a:active, body.archive .archive-content-wrapper .nav-links a:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  color: inherit;
}
.btn:hover::after, .content-area-home .site-main .posts-nav a:hover::after, body.home.paged .archive-content-wrapper .nav-links a:hover::after, body.archive .archive-content-wrapper .nav-links a:hover::after, .btn:focus::after, .content-area-home .site-main .posts-nav a:focus::after, body.home.paged .archive-content-wrapper .nav-links a:focus::after, body.archive .archive-content-wrapper .nav-links a:focus::after, .btn:active::after, .content-area-home .site-main .posts-nav a:active::after, body.home.paged .archive-content-wrapper .nav-links a:active::after, body.archive .archive-content-wrapper .nav-links a:active::after, .wp-block-button__link:hover::after, .wp-block-button__link:focus::after, .wp-block-button__link:active::after {
  transform: translateY(-47%) translateX(0.2em);
}
.btn-back, body.home.paged .archive-content-wrapper .nav-links > *:last-child a, body.archive .archive-content-wrapper .nav-links > *:last-child a {
  padding-right: calc(var(--spacing-narrow) /  5 * 3);
  padding-left: calc(var(--spacing-narrow) /  5 * 3 + 2em);
}
.btn-back::after, body.home.paged .archive-content-wrapper .nav-links > *:last-child a::after, body.archive .archive-content-wrapper .nav-links > *:last-child a::after {
  right: auto;
  left: calc(var(--spacing-narrow) /  5 * 1.8);
}
.btn-back:hover::after, body.home.paged .archive-content-wrapper .nav-links > *:last-child a:hover::after, body.archive .archive-content-wrapper .nav-links > *:last-child a:hover::after {
  transform: translateY(-47%) translateX(-0.2em);
}
input {
  font-size: 1rem;
  border-radius: 0;
  appearance: none;
  color: var(--color-primary);
}
input[type=text] {
  border: none;
  color: --color-primary;
  border-bottom: 1px solid var(--color-primary);
  width: 250px;
  outline: none !important;
  padding: 0.25em 0;
  background: transparent;
}
input[type=text]::placeholder {
  color: var(--color-primary);
}
input[type=submit] {
  font-weight: 700;
  padding: 0.25em;
}
.form--input-with-submit {
  position: relative;
  display: inline-block;
}
.form--input-with-submit input[type=submit] {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  padding-right: 0;
  cursor: pointer;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Layout */
body {
  background-color: var(--color-contrast);
  color: var(--color-primary);
}
.site {
  max-width: 1920px;
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  margin: 0 var(--spacing-body-side);
  border-bottom: 1px solid var(--color-primary);
  padding: var(--spacing-narrow) 0;
  margin-bottom: var(--spacing-large);
  background-color: var(--color-contrast);
  display: flex;
  align-items: flex-end;
  font-size: 1.06875rem;
  z-index: 1000;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header .fdr-menu-toggle {
  display: none;
}
.site-header .site-title {
  margin: 0;
  width: calc(15rem + var(--spacing-narrow) * 3);
}
.site-header .site-title a {
  display: inline-block;
  width: 15rem;
  height: 3.5rem;
  margin-right: 0;
  margin-bottom: -0.2rem;
}
.site-header .site-title a svg {
  width: 100%;
  margin-bottom: -1.5rem;
  height: auto !important;
}
.site-header .site-title a svg * {
  fill: var(--color-primary) !important;
}
@media (max-width: 1599px) {
  .site-header {
    margin-bottom: var(--spacing-narrow);
    height: var(--header-mobile-height);
    padding: 0.5rem 0;
  }
  .site-header .site-title a {
    height: 2.2rem;
    width: 9rem;
    margin: 0;
    transform: translateY(-0.3rem);
  }
  .site-header .site-title a svg {
    margin-bottom: 0;
    transform: translateY(0.25rem);
  }
  .site-header .fdr-menu-toggle {
    display: block;
    margin-left: auto;
    cursor: pointer;
    padding-bottom: 1rem;
    z-index: 1001;
  }
  .site-header .fdr-menu-toggle a {
    display: block;
    overflow: hidden;
  }
  .site-header .fdr-menu-toggle .toggle {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .site-header .fdr-menu-toggle .toggle, .site-header .fdr-menu-toggle .toggle::before, .site-header .fdr-menu-toggle .toggle::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--color-primary);
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .site-header .fdr-menu-toggle .toggle::before, .site-header .fdr-menu-toggle .toggle::after {
    position: absolute;
    content: "";
  }
  .site-header .fdr-menu-toggle .toggle::before {
    top: -8px;
  }
  .site-header .fdr-menu-toggle .toggle::after {
    top: 8px;
  }
  .site-header.show .toggle {
    background-color: var(--color-contrast);
  }
  .site-header.show .toggle {
    background-color: transparent;
  }
  .site-header.show .toggle::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .site-header.show .toggle::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .site-header.show .toggle::after, .site-header.show .toggle::before {
    background-color: var(--color-contrast);
  }
}
@media (max-width: 766px) {
  .site-header {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.main-navigation {
  display: flex;
  flex: 1;
  z-index: 1000;
}
.main-navigation a {
  text-decoration: none;
}
.main-navigation a:hover {
  text-decoration: underline;
}
.main-navigation ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: var(--spacing-narrow);
}
.main-navigation ul li {
  margin-right: var(--spacing-narrow);
}
.main-navigation ul.menu ul.sub-menu {
  padding-top: 0.25rem;
}
.main-navigation .social-menu {
  margin-left: auto;
  text-align: right;
}
.main-navigation .social-menu ul {
  padding-top: calc(var(--spacing-narrow) / 3);
  margin-right: 0;
  font-size: 0.8em;
}
.main-navigation .social-menu ul li {
  margin-right: calc(var(--spacing-narrow) / 2);
}
.main-navigation .social-menu ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1599px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    flex-direction: column;
    padding: var(--spacing-narrow);
    padding-top: var(--header-mobile-height);
    transform: translateX(100%);
    transition: transform 0.2s ease;
    overflow: auto;
  }
  .show .main-navigation {
    transform: translateX(0);
  }
  body.admin-bar .main-navigation {
    margin-top: 32px;
  }
  .main-navigation * {
    color: var(--color-contrast);
  }
  .main-navigation ul {
    flex-direction: column;
    margin-bottom: var(--spacing-narrow);
    margin-right: 0;
  }
  .main-navigation ul li {
    margin-right: 0;
  }
  .main-navigation ul ul li {
    position: relative;
    display: block;
    min-width: 15rem;
  }
  .main-navigation ul ul li::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 0.5em;
    right: 0;
    opacity: 0.4;
  }
  .main-navigation ul a {
    display: block;
    padding: 0.5em 0;
  }
  .main-navigation .langswitch {
    text-align: right;
  }
  .main-navigation .social-menu {
    text-align: left;
    margin-left: 0;
    margin-top: auto;
  }
  .main-navigation .social-menu ul {
    flex-direction: row;
    font-size: 1.2em;
    margin: var(--spacing-narrow) 0 0;
    justify-content: space-between;
    padding: 0;
  }
  .main-navigation .social-menu ul li {
    margin: 0;
  }
  .main-navigation .social-menu ul a {
    padding: 0;
  }
}
.site-footer {
  margin: calc(var(--spacing-large) * 1.5) var(--spacing-body-side) 0;
  border-top: 1px solid var(--color-primary);
  padding: var(--spacing-large) 0;
  display: flex;
}
@media (max-width: 1299px) {
  .site-footer {
    margin-top: var(--spacing-narrow);
  }
}
@media (max-width: 766px) {
  .site-footer {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.site-footer .menu-foooter-container, .site-footer .menu-foooter-englisch-container {
  margin-left: auto;
}
.site-footer .menu-foooter-container ul, .site-footer .menu-foooter-englisch-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-footer .menu-foooter-container ul a, .site-footer .menu-foooter-englisch-container ul a {
  margin-left: var(--spacing-narrow);
}
@media (max-width: 839px) {
  .site-footer {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .site-footer .menu-foooter-container, .site-footer .menu-foooter-englisch-container {
    margin-left: 0;
  }
  .site-footer .menu-foooter-container ul, .site-footer .menu-foooter-englisch-container ul {
    justify-content: center;
  }
  .site-footer .menu-foooter-container ul a, .site-footer .menu-foooter-englisch-container ul a {
    display: inline-block;
    margin: calc(var(--spacing-narrow) / 2) var(--spacing-narrow) 0;
  }
}
@media (max-width: 499px) {
  .site-footer {
    font-size: 0.8rem;
    padding: var(--spacing-narrow) 0;
  }
  .site-footer .menu-foooter-container ul, .site-footer .menu-foooter-englisch-container ul {
    flex-direction: column;
  }
}
.site-content {
  margin: 0 var(--spacing-body-side);
}
@media (max-width: 766px) {
  .site-content {
    margin: 0 1rem;
  }
}
.archive.category-kulturnautinnen article.post .article-image::after, .home.category-kulturnautinnen article.post .article-image::after, .single-fdr_festival.category-kulturnautinnen article.post .article-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2.5rem;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  transform: translate(-50%, -50%);
}
.archive article.post, .home article.post, .single-fdr_festival article.post {
  margin-bottom: var(--spacing-narrow);
}
.archive article.post .article-image, .home article.post .article-image, .single-fdr_festival article.post .article-image {
  position: relative;
  padding-top: 62.5%;
}
.archive article.post .article-image img, .home article.post .article-image img, .single-fdr_festival article.post .article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive article.post header a, .home article.post header a, .single-fdr_festival article.post header a {
  text-decoration: none;
}
.archive article.post header a:hover, .home article.post header a:hover, .single-fdr_festival article.post header a:hover {
  text-decoration: underline;
}
.archive article.post header h2, .home article.post header h2, .single-fdr_festival article.post header h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.archive article.post header h2 .sub, .home article.post header h2 .sub, .single-fdr_festival article.post header h2 .sub {
  font-weight: 400;
}
.archive article.post header .entry-meta, .home article.post header .entry-meta, .single-fdr_festival article.post header .entry-meta {
  opacity: 0.5;
}
.archive article.post p, .home article.post p, .single-fdr_festival article.post p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media (max-width: 766px) {
  .archive article.post p, .home article.post p, .single-fdr_festival article.post p {
    font-size: 0.75rem;
  }
}
.archive article.post p .read-more, .home article.post p .read-more, .single-fdr_festival article.post p .read-more {
  display: block;
  font-weight: 600;
  margin-top: 0.5em;
}
body.single:not(.single-fdr_festival) .entry-header, body.archive .page-header, body.home.paged .page-header, body.page .entry-header {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-large);
  margin-right: 15rem;
  flex-wrap: wrap;
}
@media (max-width: 839px) {
  body.single:not(.single-fdr_festival) .entry-header, body.archive .page-header, body.home.paged .page-header, body.page .entry-header {
    margin-bottom: var(--spacing-narrow);
  }
}
@media (max-width: 766px) {
  body.single:not(.single-fdr_festival) .entry-header, body.archive .page-header, body.home.paged .page-header, body.page .entry-header {
    margin-right: 0;
  }
}
body.single:not(.single-fdr_festival) .entry-header h1, body.archive .page-header h1, body.home.paged .page-header h1, body.page .entry-header h1 {
  margin: 0;
  font-size: 6rem;
  width: calc(100% -  15rem);
  max-width: 850px;
  flex-grow: 1;
  line-height: 1;
}
@media (max-width: 839px) {
  body.single:not(.single-fdr_festival) .entry-header h1, body.archive .page-header h1, body.home.paged .page-header h1, body.page .entry-header h1 {
    font-size: 4rem;
  }
}
@media (max-width: 499px) {
  body.single:not(.single-fdr_festival) .entry-header h1, body.archive .page-header h1, body.home.paged .page-header h1, body.page .entry-header h1 {
    font-size: 2.5rem;
  }
}
body.single:not(.single-fdr_festival) .entry-header .archive-back-link, body.archive .page-header .archive-back-link, body.home.paged .page-header .archive-back-link, body.page .entry-header .archive-back-link {
  width: 15rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
body.single:not(.single-fdr_festival) .entry-header .archive-back-link.small, body.archive .page-header .archive-back-link.small, body.home.paged .page-header .archive-back-link.small, body.page .entry-header .archive-back-link.small {
  font-size: 0.8rem;
}
body.single:not(.single-fdr_festival) .entry-header .archive-back-link::before, body.archive .page-header .archive-back-link::before, body.home.paged .page-header .archive-back-link::before, body.page .entry-header .archive-back-link::before {
  content: '';
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2em;
  transform: translateX(-0.25em);
  margin-right: -0.25em;
  transition: transform 0.2s ease;
  margin-bottom: 0.2rem;
}
body.single:not(.single-fdr_festival) .entry-header .archive-back-link:hover::before, body.archive .page-header .archive-back-link:hover::before, body.home.paged .page-header .archive-back-link:hover::before, body.page .entry-header .archive-back-link:hover::before {
  transform: translateX(-0.5em);
}
@media (max-width: 1039px) {
  body.single:not(.single-fdr_festival) .entry-header .archive-back-link, body.archive .page-header .archive-back-link, body.home.paged .page-header .archive-back-link, body.page .entry-header .archive-back-link {
    width: 9rem;
  }
}
@media (max-width: 766px) {
  body.single:not(.single-fdr_festival) .entry-header .archive-back-link, body.archive .page-header .archive-back-link, body.home.paged .page-header .archive-back-link, body.page .entry-header .archive-back-link {
    display: none;
  }
}
body.single:not(.single-fdr_festival) .entry-header .entry-meta, body.single:not(.single-fdr_festival) .entry-header .entry-excerpt, body.archive .page-header .entry-meta, body.archive .page-header .entry-excerpt, body.home.paged .page-header .entry-meta, body.home.paged .page-header .entry-excerpt, body.page .entry-header .entry-meta, body.page .entry-header .entry-excerpt {
  margin-left: 15rem;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 766px) {
  body.single:not(.single-fdr_festival) .entry-header .entry-meta, body.single:not(.single-fdr_festival) .entry-header .entry-excerpt, body.archive .page-header .entry-meta, body.archive .page-header .entry-excerpt, body.home.paged .page-header .entry-meta, body.home.paged .page-header .entry-excerpt, body.page .entry-header .entry-meta, body.page .entry-header .entry-excerpt {
    margin-left: 0;
  }
}
body.single:not(.single-fdr_festival) .entry-header .entry-excerpt, body.archive .page-header .entry-excerpt, body.home.paged .page-header .entry-excerpt, body.page .entry-header .entry-excerpt {
  margin-top: var(--spacing-narrow);
  max-width: 850px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 499px) {
  body.single:not(.single-fdr_festival) .entry-header .entry-excerpt, body.archive .page-header .entry-excerpt, body.home.paged .page-header .entry-excerpt, body.page .entry-header .entry-excerpt {
    font-size: 1rem;
  }
}
body.single:not(.single-fdr_festival) .entry-header .entry-excerpt .header-credit, body.archive .page-header .entry-excerpt .header-credit, body.home.paged .page-header .entry-excerpt .header-credit, body.page .entry-header .entry-excerpt .header-credit {
  display: none;
}
body.single:not(.single-fdr_festival) .entry-header .entry-meta, body.archive .page-header .entry-meta, body.home.paged .page-header .entry-meta, body.page .entry-header .entry-meta {
  margin-top: calc(var(--spacing-narrow) - 1rem);
}
body.single:not(.single-fdr_festival) .entry-header .entry-meta a, body.archive .page-header .entry-meta a, body.home.paged .page-header .entry-meta a, body.page .entry-header .entry-meta a {
  text-decoration: none;
  opacity: 0.5;
}
body.single:not(.single-fdr_festival) .entry-header .entry-meta a:hover, body.archive .page-header .entry-meta a:hover, body.home.paged .page-header .entry-meta a:hover, body.page .entry-header .entry-meta a:hover {
  text-decoration: underline;
}
body.home .archive-back-link {
  opacity: 0;
}
body.single .entry-header {
  align-items: flex-start;
  margin-bottom: calc(var(--spacing-narrow) + .5rem) !important;
}
body.single .entry-header h1 {
  max-width: 850px;
  font-size: 4rem;
}
@media (max-width: 839px) {
  body.single .entry-header h1 {
    font-size: 2.5rem;
  }
}
body.single .entry-header .archive-back-link {
  margin-top: 0.4em;
}
@media (max-width: 839px) {
  body.single .entry-header .archive-back-link {
    margin-top: 0;
  }
}
.content-area-home {
  align-items: flex-start;
}
.content-area-home aside {
  display: flex;
  flex-direction: column;
}
@supports (position: sticky) {
  .content-area-home aside {
    bottom: 1.5rem;
    position: sticky;
    align-self: flex-end;
    min-height: calc(100vh - 12rem);
  }
  .admin-bar .content-area-home aside {
    min-height: calc(100vh - 12rem - 32px);
  }
  @media (max-width: 1299px) {
    .content-area-home aside {
      min-height: calc(100vh - var(--header-mobile-height) - var(--spacing-narrow));
      bottom: 0;
    }
    .admin-bar .content-area-home aside {
      bottom: 0;
      min-height: calc(100vh - var(--header-mobile-height) - var(--spacing-narrow) - 32px);
    }
  }
  @media (max-width: 1039px) {
    .content-area-home aside {
      position: relative;
      top: 0 !important;
      min-height: 0 !important;
    }
  }
}
.content-area-home aside .site-intro h2 {
  font-size: 8.5vw;
  text-transform: uppercase;
  margin: 0 0 var(--spacing-narrow);
  line-height: 0.9;
}
@media (min-width: 1920px) {
  .content-area-home aside .site-intro h2 {
    font-size: 10.18rem;
  }
}
@media (max-width: 1039px) {
  .content-area-home aside .site-intro h2 {
    font-size: 12vw;
  }
}
.content-area-home aside .mail-abo {
  margin-top: auto;
  align-items: flex-end;
}
.content-area-home aside .mail-abo h2 {
  margin-top: 0;
  font-size: 1rem;
}
.content-area-home aside .mail-abo input[type="text"], .content-area-home aside .mail-abo input[type="email"] {
  width: 350px;
  max-width: 100%;
}
@media (max-width: 1039px) {
  .content-area-home aside .mail-abo {
    display: none;
  }
}
.content-area-home .site-main .posts-nav {
  text-align: right;
}
body.error404 section.error-404 {
  text-align: center;
  margin: calc(var(--spacing-large) * 3) 0;
}
body.error404 section.error-404 strong {
  display: block;
  font-size: 6rem;
  margin-bottom: var(--spacing-narrow);
}
body.error404 section.error-404 p {
  margin-bottom: 0;
}
.post-section .press-pictures {
  display: flex;
  margin-right: -0.25rem;
  margin-bottom: -0.25rem;
  flex-wrap: wrap;
}
.post-section .press-pictures img {
  width: 100%;
}
.post-section .press-pictures a {
  display: block;
  width: calc(20% - .25rem);
  margin-right: 0.25rem;
  font-size: 0.75rem;
  word-break: hyphenate;
  margin-bottom: 0.25rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.post-section .press-pictures a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-contrast);
  padding: 0.5rem;
  opacity: 0.75;
  transform: translateY(100%);
  transition: transform 0.2s ease;
}
.post-section .press-pictures a:hover span {
  transform: translateY(0);
}
ul.press-texts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.press-texts li {
  margin-bottom: 0.25rem;
}
ul.press-texts a {
  text-decoration: none;
  display: block;
  padding: 1rem;
  position: relative;
}
ul.press-texts a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--color-primary);
  opacity: 0.05;
  border-radius: 0.25rem;
  transition: opacity 0.2s ease;
}
ul.press-texts a:hover::before {
  opacity: 0.1;
}
.post-section .press-voices a {
  display: block;
  position: relative;
  text-decoration: none;
  display: flex;
  margin-bottom: 0.25rem;
  align-items: center;
}
.post-section .press-voices a.hidden {
  display: none;
}
.post-section .press-voices a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--color-primary);
  opacity: 0.05;
  border-radius: 0.25rem;
  transition: opacity 0.2s ease;
}
.post-section .press-voices a:hover::before {
  opacity: 0.1;
}
.post-section .press-voices a img {
  width: 15%;
  flex-basis: 15%;
  height: 100%;
  margin-right: 0.25rem;
}
.post-section .press-voices a span {
  padding: 0.5rem;
  font-size: 0.85rem;
}
.covid-signup {
  margin-bottom: 1.5rem;
}
.covid-signup h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.covid-signup .covid-info-inner {
  background-color: var(--color-contrast-light);
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.covid-signup .covid-info-inner p {
  flex: 1;
  min-width: 300px;
  margin: 0;
  padding: 0;
}
.opening-hours-box, .location-box {
  margin: 0 0 1.5rem 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.opening-hours-box h2, .location-box h2 {
  margin: 0 0 0.5rem;
}
.opening-hours-box h3, .location-box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0 0.5em 0;
}
.opening-hours-box strong, .location-box strong {
  font-weight: bold;
  display: inline-block;
  width: 6em;
}
.opening-hours-box strong b, .location-box strong b {
  display: inline-block;
  width: 2em;
}
.opening-hours-box ul, .location-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.opening-hours-box li, .location-box li {
  padding: 0.5em;
  display: flex;
}
.opening-hours-box li strong, .location-box li strong {
  margin-right: auto;
}
.opening-hours-box li:nth-child(2n), .location-box li:nth-child(2n) {
  background-color: var(--color-contrast-light);
}
.location-box {
  padding: 0;
  position: relative;
  background-color: var(--color-contrast-light);
  margin: 1.5em 0 0;
}
.location-box:first-of-type {
  margin-top: 0;
}
.location-box .inner-wrap {
  padding: 0.5em;
}
.location-box > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
}
.location-box:hover > img {
  opacity: 0;
}
.location-box a.map-link {
  display: block;
}
.location-box .map {
  height: 170px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.location-box a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.location-box a:hover {
  text-decoration: underline;
}
.location-box a.details_link {
  display: block;
  text-align: right;
  margin-top: 0.5em;
}
.location-box span {
  line-height: 1.3em;
}
.event-list {
  clear: both;
}
.event-list h2 {
  padding-bottom: 0em;
  margin: 0 0 0.5rem 0;
}
.event-list p.single-event-notice {
  display: block;
  margin-top: -1em;
  margin-bottom: 1em;
  opacity: 0.7;
  font-style: italic;
}
.event-list ul {
  margin: 0;
  padding: 0;
}
.event-list ul li.date {
  font-weight: bold;
  font-size: 1.3em;
  padding-top: 0.8em;
  display: block;
}
.event-list ul li.date time {
  font-weight: normal;
  font-size: 0.8em;
  color: var(--color-contrast-medium);
  display: inline-block;
  border-left: 1px solid var(--color-contrast-medium);
  line-height: 0.8;
  vertical-align: top;
  padding: 0.3em 0 0 0.3em;
}
.event-list ul li.event {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  position: relative;
  min-height: 5em;
  margin: 0.5em 0;
  background-color: var(--color-contrast-light);
  overflow: hidden;
}
.event-list ul li.event:nth-child(4n) {
  margin-right: 0;
}
.event-list ul li.event:hover > a > img {
  opacity: 0;
}
.event-list ul li.event .mapwrapper {
  position: relative;
  width: 8em;
  height: 8em;
}
.event-list ul li.event .mapwrapper:after {
  content: '';
  display: block;
  padding-top: 50%;
}
.event-list ul li.event .mapwrapper > div, .event-list ul li.event .mapwrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.event-list ul li.event a {
  color: inherit;
}
.event-list ul li.event .project {
  text-decoration: none;
  display: block;
  border-radius: 2px;
}
.event-list ul li.event .project span {
  display: inline-block;
  position: relative;
  top: -0.2em;
  font-weight: light;
  font-size: 1.2em;
  margin: 0 0 0.3em;
}
.event-list ul li.event .project:hover {
  text-decoration: underline;
}
.event-list ul li.event .date {
  color: var(--color-contrast-medium);
  font-size: 1em;
  font-weight: 300;
}
.event-list ul li.event .date b {
  font-weight: 500;
}
.event-list ul li.event h3 {
  font-weight: 600;
  font-size: 1.2em;
  margin: 0.3em 0;
}
.event-list ul li.event .location {
  color: var(--color-contrast-medium);
  font-weight: 300;
}
.event-list ul li.event .location a {
  text-decoration: none;
}
.event-list ul li.event .location a:hover {
  text-decoration: underline;
}
.event-list ul li.event .location strong {
  font-weight: 500;
}
.event-list ul li.event .padwrapper {
  padding: 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-list ul li.event .padwrapper .title {
  flex: 1;
}
section.opening-hours {
  position: relative;
  margin: 3em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
section.opening-hours h2 {
  padding-bottom: 0em;
  margin: 0 0 1em 0;
}
section.opening-hours ul.times {
  position: absolute;
  top: 2.5em;
  left: 30%;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
section.opening-hours ul.times li {
  display: inline-block;
  width: 7.6923076923%;
  border-left: 1px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  float: left;
  text-align: center;
  height: 100%;
  padding-top: 0.5em;
  color: var(--color-contrast-medium);
  font-weight: 300;
}
section.opening-hours ul.times li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.24);
}
section.opening-hours .events {
  padding-top: 2em;
}
section.opening-hours .events > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  margin: 0;
  padding: 0;
}
section.opening-hours .events > ul > li {
  display: block;
  clear: both;
  padding: 0.5em 0;
}
section.opening-hours .events > ul > li:nth-child(2n) {
  background-color: var(--color-contrast-light);
}
section.opening-hours .events > ul > li a ul.openinghours-details {
  color: var(--color-primary);
  text-decoration: none;
  padding-left: 0;
  height: 2.5em;
}
section.opening-hours .events > ul > li a ul.openinghours-details li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 2.5em;
}
section.opening-hours .events > ul > li a ul.openinghours-details li.title {
  width: 30%;
  float: left;
  padding-left: 1em;
  box-sizing: border-box;
}
section.opening-hours .events > ul > li a ul.openinghours-details li.time {
  width: 70%;
  font-weight: 300;
}
section.opening-hours .events > ul > li a ul.openinghours-details li.time p {
  display: flex;
  position: absolute;
  background-color: var(--color-primary);
  color: var(--color-contrast);
  height: 2.5em;
}
section.opening-hours .events > ul > li a ul.openinghours-details li.time p span {
  line-height: 2.7em;
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 4px var(--color-primary);
}
@media (prefers-color-scheme: dark) {
  section.opening-hours .events > ul > li a ul.openinghours-details li.time p span {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
section.opening-hours .events > ul > li a ul.openinghours-details li.time p span.end {
  margin-left: auto;
}
.program-page .events.init {
  display: none;
}
.program-page .events.active {
  display: block;
}
body.page-template-page-program #ajax-content {
  margin: 0;
  max-width: none;
}
body.page-template-page-program #ajax-content header.page-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.page-template-page-program #ajax-content header.page-header h1 {
  flex: 1;
  min-width: 8em;
}
body.page-template-page-program #ajax-content header.page-header a {
  color: var(--color-contrast);
  font-weight: 700;
}
section.dayfilter {
  margin-bottom: 2em;
}
section.dayfilter ul {
  margin: 0;
  padding: 0;
}
section.dayfilter ul li {
  position: relative;
  cursor: pointer;
  border: 1px solid var(--color-primary);
  display: inline-block;
  width: 7.8%;
  margin-right: 0.5%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5em;
  text-align: center;
}
section.dayfilter ul li b {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
section.dayfilter ul li.active {
  background-color: var(--color-primary);
  color: var(--color-contrast);
}
section.dayfilter ul li.active:after {
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  content: '';
  display: block;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 0.5em 1em 0 1em;
  border-color: var(--color-primary) transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.dayfilter ul:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1550px) {
  section.opening-hours ul.times {
    left: 40%;
  }
  section.opening-hours ul.times .minutes {
    display: none;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.title {
    width: 40%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  section.opening-hours ul.times {
    left: 45%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.title {
    width: 45%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time {
    width: 55%;
  }
}
@media only screen and (max-width: 1060px) {
  section.opening-hours ul.times {
    left: 35%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.title {
    width: 35%;
    font-size: 0.9em;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    padding-right: 1em;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time {
    width: 65%;
    font-size: 0.9em;
  }
  section.dayfilter ul {
    display: flex;
    flex-wrap: wrap;
  }
  section.dayfilter ul li {
    flex: 1 0 19%;
    margin-bottom: 0.2em;
  }
  section.dayfilter ul li.active::after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  section.opening-hours ul.times {
    left: 55%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.title {
    width: 55%;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time {
    width: 45%;
  }
}
@media only screen and (max-width: 820px) {
  .program-page h1 {
    font-size: 1.4em;
  }
  .event-list {
    font-size: 0.85em;
  }
  .event-list h2 {
    margin: 1.5em 0 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  section.opening-hours ul.times {
    display: none;
  }
  section.opening-hours .events ul > li a {
    text-decoration: none;
  }
  section.opening-hours .events ul > li a ul.openinghours-details {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.title {
    width: auto;
    flex: 1;
    font-size: 0.8em;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time {
    width: auto;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time p {
    position: static;
    width: auto !important;
    padding: 0 0.5em;
    font-size: 0.8em;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time p .start {
    padding-right: 0;
  }
  section.opening-hours .events ul > li a ul.openinghours-details li.time p .end::before {
    content: ' – ';
  }
}
@media only screen and (max-width: 420px) {
  .event-list ul {
    width: calc(100% + 3em);
    position: relative;
    left: -1.5em;
    font-size: 0.8em;
  }
  section.dayfilter ul li {
    flex: 1 0 32%;
  }
}
@media only screen and (max-width: 490px) {
  section.sideinformation {
    float: none;
  }
  section.sideinformation .opening-hours-box, section.sideinformation .location-box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  section.sideinformation .opening-hours-box h2, section.sideinformation .location-box h2 {
    text-align: left;
  }
}
body.page-template-page-map .site-footer {
  display: none;
}
body.page-template-page-map .site-header {
  border-bottom: none;
}
body.page-template-page-map .site {
  max-width: none;
}
body.page-template-page-map #page::after {
  display: none;
}
body.page-template-page-map .locationsMapContainer {
  position: fixed;
  top: 9.4em;
  bottom: 0;
  left: 0;
  right: 26em;
}
@media (max-width: 800px) {
  body.page-template-page-map .locationsMapContainer {
    right: 0;
  }
}
body.page-template-page-map .locationsMapContainer .locationsMapContainer--inner {
  width: 100%;
  height: 100%;
}
body.page-template-page-map .locationsMap-daySelect {
  position: fixed;
  top: 9.4em;
  width: 26em;
  right: 0;
  height: 2.5em;
  padding: 0 1.5em;
  box-sizing: border-box;
  background-color: var(--color-contrast-light);
  color: var(--color-primary);
}
@media (max-width: 800px) {
  body.page-template-page-map .locationsMap-daySelect {
    width: 100%;
    top: 6.9em;
    z-index: 100;
    border-bottom: 1px solid var(--color-contrast);
    padding: 0 1rem;
  }
}
@media (max-width: 650px) {
  body.page-template-page-map .locationsMap-daySelect {
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid var(--color-contrast);
    padding: 0 1rem;
  }
}
body.page-template-page-map .locationsMap-daySelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0.7em 0;
  font-family: inherit;
  outline: none !important;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADXSURBVGhD7c9NCsIwGIThgCt3LvROeiZBD+AZXOl96nHc6aR0QCSVtvn7IvPCEAJZ5HFKKaWUUqpo6+G02qT/bbEOO/c3e+2wB3bqbyNtMI94DbOGIYL/O2LBVtgd40NLmG/EEztgo1nEzEYwS5jFCGYBE41gNTHJEKwGJoTYY9GVxGRDsBKY7AiWE1MMwXJgiiNYSkw1BEuBqY5gMRgzCLYEYw7B5mDMItgUjHkE+4VpBsFCmAvWFIKFMM0hmMfcsKYR7BPTLIJ5zBVrGqGUUkoppf4i5962ta4MW9O7rQAAAABJRU5ErkJggg==');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 5%;
  color: var(--color-primary);
}
@media (max-width: 800px) {
  body.page-template-page-map .locationInfoContainer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
  }
  body.page-template-page-map .locationInfoContainer-wrapper .locationInfoContainer-closer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  body.page-template-page-map .locationInfoContainer-wrapper .locationInfoContainer {
    transform: translateY(105%);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }
  body.page-template-page-map .locationInfoContainer-wrapper.open {
    pointer-events: all;
  }
  body.page-template-page-map .locationInfoContainer-wrapper.open .locationInfoContainer-closer {
    opacity: 1;
  }
  body.page-template-page-map .locationInfoContainer-wrapper.open .locationInfoContainer {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
body.page-template-page-map .locationInfoContainer {
  position: fixed;
  top: 12.9em;
  width: 26em;
  right: 0;
  bottom: 0;
  padding: 0 1.5em;
  overflow: auto;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  body.page-template-page-map .locationInfoContainer {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-contrast);
    width: 100%;
    padding-top: 1.5em;
  }
}
body.page-template-page-map .locationInfoContainer header.lochead {
  display: flex;
  margin-bottom: 2em;
}
body.page-template-page-map .locationInfoContainer header.lochead h2 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 0.1em;
  margin: 0;
}
body.page-template-page-map .locationInfoContainer header.lochead p {
  font-size: 0.8em;
  line-height: 1.1em;
}
body.page-template-page-map .locationInfoContainer header.lochead .title {
  flex: 1;
}
body.page-template-page-map .locationInfoContainer header.lochead a {
  font-size: 0.8em;
  color: black;
  font-weight: 600;
  margin-left: 1rem;
}
body.page-template-page-map .locationInfoContainer h3 {
  margin-top: 2em;
  font-size: 1em;
  font-weight: 600;
}
body.page-template-page-map .locationInfoContainer h3 a {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
  font-size: 0.8em;
}
body.page-template-page-map .locationInfoContainer h3 a span {
  display: inline-block;
  font-weight: 600;
  font-size: 1.3em;
  padding-top: 0.2em;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box {
  width: calc(100% + 1em);
  font-size: 0.8em;
  margin: 0;
  position: relative;
  left: -0.5em;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0;
  list-style-type: none;
  padding: 0;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box ul li {
  width: 50%;
  min-width: 50%;
  flex: 1;
  box-sizing: border-box;
  background-color: var(--color-contrast-light) !important;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box ul li:nth-child(4n), body.page-template-page-map .locationInfoContainer .opening-hours-box ul li:nth-child(4n - 1) {
  background-color: transparent !important;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box ul li strong {
  width: auto;
}
body.page-template-page-map .locationInfoContainer .opening-hours-box ul li strong b {
  width: auto;
}
body.page-template-page-map .locationInfoContainer .location-events ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.page-template-page-map .locationInfoContainer .location-events a {
  text-decoration: none;
  color: inherit;
  background-color: var(--color-contrast-light);
  padding: 0.5em;
  display: block;
  margin: 0.5em 0;
  width: calc(~"100% + 1em");
  position: relative;
  box-sizing: border-box;
}
body.page-template-page-map .locationInfoContainer .location-events a .time {
  color: #686868;
  font-size: 0.8em;
  padding-bottom: 0.25em;
  display: block;
}
body.page-template-page-map .locationInfoContainer .location-events a .time strong {
  font-weight: 600;
}
body.page-template-page-map .locationInfoContainer .location-events a .title {
  display: block;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.2em;
}
body.page-template-page-map .locationInfoContainer .location-events a .title span {
  font-weight: normal;
}
body.home.paged .archive-content-wrapper, body.archive .archive-content-wrapper {
  margin: -1rem 15rem 0;
}
body.home.paged .archive-content-wrapper .nav-links, body.archive .archive-content-wrapper .nav-links {
  display: flex;
  flex-direction: row-reverse;
}
body.home.paged .archive-content-wrapper .nav-links > *:first-child, body.archive .archive-content-wrapper .nav-links > *:first-child {
  margin-left: 0.5rem;
}
body.home.paged .archive-content-wrapper .nav-links > *:last-child, body.archive .archive-content-wrapper .nav-links > *:last-child {
  margin-right: auto;
}
@media (max-width: 1549px) {
  body.home.paged .archive-content-wrapper, body.archive .archive-content-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1039px) {
  body.home.paged .archive-content-wrapper, body.archive .archive-content-wrapper {
    margin-top: 0;
  }
  body.home.paged .archive-content-wrapper .col-md-6, body.archive .archive-content-wrapper .col-md-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home.paged .archive-content-wrapper .col-lg-8, body.archive .archive-content-wrapper .col-lg-8 {
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  body.home.paged .archive-content-wrapper, body.archive .archive-content-wrapper {
    margin-left: 0;
    font-size: 0.8rem;
  }
}
body.post-type-archive-fdr_festival #ajax-content {
  max-width: none;
  margin: 0;
}
body.post-type-archive-fdr_festival #content {
  margin-top: -1.5rem;
}
body.post-type-archive-fdr_festival .archive-festival-header {
  height: 27em;
  background-color: #f1f1f1;
  position: relative;
}
body.post-type-archive-fdr_festival .archive-festival-header .map, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner {
  max-width: 800px;
  margin: 7.5em auto 0;
  text-align: center;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner h1, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner h1 {
  text-shadow: 0 0 10px white;
  line-height: 1.2em;
  margin-bottom: 1em;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner form.search-form, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner form.search-form {
  display: none;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner form.search-form .search-field, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner form.search-form .search-field {
  -webkit-appearance: none;
  font-size: 1.3em;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 3px;
  outline: none !important;
  line-height: 2.5em;
  padding: 0 0.6em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner form.search-form input[type="submit"], body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner form.search-form input[type="submit"] {
  display: none;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner ul.facts, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts {
  display: block;
  margin: 1em 1em 0;
  padding: 0;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner ul.facts li, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts li {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: calc(20% - .95em);
  color: var(--color-contrast);
  background-color: var(--color-primary);
  border-radius: 3px;
  padding: 0.6em 0;
  margin: 0 0.2em;
  font-size: 0.8em;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner ul.facts li b, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts li b {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner ul.facts li:first-child, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts li:first-child {
  padding-left: 0;
}
body.post-type-archive-fdr_festival .archive-festival-header .map .map_overlay_inner ul.facts li:last-child, body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts li:last-child {
  padding-right: 0;
}
body.post-type-archive-fdr_festival .archive-festival-header .map {
  pointer-events: none;
  opacity: 0.5;
}
body.post-type-archive-fdr_festival .content-area #main {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
}
body.post-type-archive-fdr_festival .content-area #main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.post-type-archive-fdr_festival .content-area #main > ul {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
body.post-type-archive-fdr_festival .content-area #main > ul:after {
  content: '';
  width: 0;
  border-right: 1px solid var(--color-primary);
  left: 50%;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
body.post-type-archive-fdr_festival .content-area #main > ul:before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  background-color: var(--color-primary);
  border: 3px solid var(--color-contrast);
  left: 49%;
  left: calc(50% - .75em);
  top: -0.75em;
  display: block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li {
  display: block;
  position: relative;
  padding: 0;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li a {
  color: black;
  text-decoration: none;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li a:hover ul {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul {
  display: block;
  width: 45%;
  width: calc(50% - 2em);
  float: left;
  margin: 0 0 8em;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  background-color: #f0f0f0;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul .image {
  height: 13em;
  overflow: hidden;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul .small-info, body.post-type-archive-fdr_festival .content-area #main > ul > li ul .title {
  padding: 0 1em;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul .small-info {
  padding-top: 0.5rem;
  opacity: 0.8;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul .title h2 {
  padding-top: 0.3em;
  font-size: 1.7em;
  margin-bottom: 1.5rem;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul .morelink {
  display: none;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 0.75em;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  top: 2em;
  right: -0.75em;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li ul:before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background-color: var(--color-primary);
  right: -2.375em;
  top: 2.5em;
  display: block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li:nth-child(1) ul {
  margin-top: 2em;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li:nth-child(2n) ul {
  float: right;
  margin-bottom: 0;
  margin-top: 10em;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li:nth-child(2n) ul:after {
  border-width: 1em 0.75em 1em 0;
  border-color: transparent var(--color-primary) transparent transparent;
  left: -0.75em;
  right: auto;
}
body.post-type-archive-fdr_festival .content-area #main > ul > li:nth-child(2n) ul:before {
  right: auto;
  left: -2.375em;
  top: 2.5em;
}
body.post-type-archive-fdr_festival .content-area #main > ul li.clear {
  clear: both;
  padding-bottom: 2em;
}
@media only screen and (max-width: 980px) {
  body.post-type-archive-fdr_festival .archive-festival-header {
    height: auto;
    background-color: transparent;
  }
  body.post-type-archive-fdr_festival .archive-festival-header .map {
    display: none;
  }
  body.post-type-archive-fdr_festival .archive-festival-header .map_overlay {
    position: relative;
  }
  body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner {
    text-align: center;
    margin: 0;
  }
  body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts {
    margin: 1rem 0;
    text-align: center;
  }
  body.post-type-archive-fdr_festival #content {
    margin-top: 0;
  }
  body.post-type-archive-fdr_festival #main .title h2 {
    padding-top: 0 !important;
    margin: 1rem 0 !important;
  }
}
@media only screen and (max-width: 775px) {
  body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner {
    text-align: left;
  }
  body.post-type-archive-fdr_festival .archive-festival-header .map_overlay .map_overlay_inner ul.facts {
    display: none;
  }
  body.post-type-archive-fdr_festival .content-area #main ul {
    padding-top: 0 !important;
  }
  body.post-type-archive-fdr_festival .content-area #main ul::before, body.post-type-archive-fdr_festival .content-area #main ul::after {
    display: none !important;
  }
  body.post-type-archive-fdr_festival .content-area #main ul > li ul {
    width: 100%;
    margin: 0 0 var(--spacing-narrow) 0 !important;
  }
}
.catfilter {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.catfilter li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 1em;
  border: 1px solid var(--color-primary);
  line-height: 2em;
  cursor: pointer;
  border-radius: 1.2em;
}
.catfilter li.active {
  background-color: var(--color-primary);
  color: var(--color-contrast);
}
body.single-fdr_festival #content {
  margin-top: calc(var(--spacing-large) * -1);
}
body.single-fdr_festival .content-area .wrapper {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}
body.single-fdr_festival .content-area header.festival-header {
  height: 20em;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body.single-fdr_festival .content-area header.festival-header:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7em;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
  opacity: 0.8;
}
body.single-fdr_festival .content-area header.festival-header .header-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.1em;
}
body.single-fdr_festival .content-area header.festival-header .header-content .map {
  float: right;
  height: 12em;
  width: 12em;
  background-color: #ebebeb;
  border: 2px solid white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  margin-right: 1em;
}
@media (max-width: 950px) {
  body.single-fdr_festival .content-area header.festival-header .header-content .map {
    display: none;
  }
}
body.single-fdr_festival .content-area header.festival-header .header-content .text {
  padding-left: 1em;
}
body.single-fdr_festival .content-area header.festival-header .header-content h1 {
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 2em;
  color: white;
  margin: 1.8em 0 0.75em;
  font-weight: bold;
}
body.single-fdr_festival .content-area header.festival-header .header-content span {
  display: block;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media (max-width: 839px) {
  body.single-fdr_festival .content-area header.festival-header .header-content {
    bottom: 1rem;
  }
  body.single-fdr_festival .content-area header.festival-header .header-content h1 {
    font-size: 1.5rem;
    color: white;
  }
  body.single-fdr_festival .content-area header.festival-header .header-content span {
    font-size: 1rem;
    color: white;
  }
}
body.single-fdr_festival .content-area .details-wrapper {
  clear: both;
  padding: 5em 1em 2em;
  margin-bottom: 3em;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 839px) {
  body.single-fdr_festival .content-area .details-wrapper {
    padding-top: 1rem;
  }
}
body.single-fdr_festival .content-area .details-wrapper .readmore-btn {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
body.single-fdr_festival .content-area .entry-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single:not(.single-fdr_festival) .entry-content, .page .entry-content {
  margin-left: 15rem;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media (max-width: 1039px) {
  .single:not(.single-fdr_festival) .entry-content, .page .entry-content {
    margin-left: 9rem;
  }
}
@media (max-width: 766px) {
  .single:not(.single-fdr_festival) .entry-content, .page .entry-content {
    margin-left: 0;
  }
}
@media (max-width: 499px) {
  .single:not(.single-fdr_festival) .entry-content, .page .entry-content {
    font-size: 1rem;
  }
}
.single:not(.single-fdr_festival) .entry-content > *, .page .entry-content > * {
  max-width: 850px;
}
.single:not(.single-fdr_festival) .entry-content .alignwide, .page .entry-content .alignwide {
  max-width: none;
  margin-right: 15rem;
}
@media (max-width: 1039px) {
  .single:not(.single-fdr_festival) .entry-content .alignwide, .page .entry-content .alignwide {
    margin-right: 9rem;
  }
}
@media (max-width: 766px) {
  .single:not(.single-fdr_festival) .entry-content .alignwide, .page .entry-content .alignwide {
    margin-right: 0;
  }
}
.single:not(.single-fdr_festival) .entry-content .alignfull, .page .entry-content .alignfull {
  max-width: none;
  margin-left: -15rem;
  width: calc(100% + 15rem);
}
@media (max-width: 1039px) {
  .single:not(.single-fdr_festival) .entry-content .alignfull, .page .entry-content .alignfull {
    margin-left: -9em;
    width: calc(100% + 9em);
  }
}
@media (max-width: 766px) {
  .single:not(.single-fdr_festival) .entry-content .alignfull, .page .entry-content .alignfull {
    margin-left: 0;
    width: 100%;
  }
}
.single:not(.single-fdr_festival) .entry-content .wp-block-group, .page .entry-content .wp-block-group {
  margin-bottom: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content .wp-block-group.has-background, .page .entry-content .wp-block-group.has-background {
  padding: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content .wp-block-group .wp-block-group__inner-container > *:last-child, .page .entry-content .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.single:not(.single-fdr_festival) .entry-content .post-image img, .page .entry-content .post-image img {
  width: 100%;
  height: auto;
  margin-bottom: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content figure, .page .entry-content figure {
  margin: 0;
}
.single:not(.single-fdr_festival) .entry-content .wp-block-columns, .page .entry-content .wp-block-columns {
  margin-bottom: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content .wp-block-columns.has-background, .page .entry-content .wp-block-columns.has-background {
  padding: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content .wp-block-columns .wp-block-column > *:last-child, .page .entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.single:not(.single-fdr_festival) .entry-content h2, .single:not(.single-fdr_festival) .entry-content h3, .single:not(.single-fdr_festival) .entry-content h4, .single:not(.single-fdr_festival) .entry-content h5, .single:not(.single-fdr_festival) .entry-content h6, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6 {
  margin-top: var(--spacing-large);
}
.single:not(.single-fdr_festival) .entry-content a, .page .entry-content a {
  word-break: break-all;
}
.single:not(.single-fdr_festival) .entry-content img, .page .entry-content img {
  max-width: 100%;
  height: auto;
}
.single:not(.single-fdr_festival) .entry-content .wp-block-column > *:first-child, .page .entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}
.single:not(.single-fdr_festival) .entry-content .wp-block-embed .issuuembed, .page .entry-content .wp-block-embed .issuuembed {
  width: 100% !important;
}
.single:not(.single-fdr_festival) .entry-content .header-credit, .page .entry-content .header-credit {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-top: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content figure, .page .entry-content figure {
  margin-top: var(--spacing-narrow);
  margin-bottom: var(--spacing-narrow);
}
.single:not(.single-fdr_festival) .entry-content figure figcaption, .page .entry-content figure figcaption {
  font-size: 0.8em;
}
.single:not(.single-fdr_festival) .entry-content figure figcaption cite, .page .entry-content figure figcaption cite {
  display: block;
  font-size: 0.75rem;
}
.single:not(.single-fdr_festival) .entry-content figure figcaption cite.spaced, .page .entry-content figure figcaption cite.spaced {
  margin-top: 0.5em;
  opacity: 0.75;
  font-style: normal;
}
