@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Karla|Montserrat|Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/fax3dzc.css");
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Define consistent border, margin, and padding.
 * 2. Address width being affected by wide descendants in Chrome and Firefox.
 */
fieldset {
  border: 1px solid #c0c0c0; /* 1 */
  margin: 0 2px; /* 1 */
  min-width: 0; /* 2 */
  padding: 0.35em 0.625em 0.75em; /* 1 */
}

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

/**
 * 1. Correct color not being inherited in all browsers.
 *    Known issue: `select` will not inherit color in Chrome and Safari on OS X.
 * 2. Correct font properties not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Re-apply the `font-weight` to avoid modifying the default UX, and because
 * the default cannot be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

td,
th {
  padding: 0;
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to 'false':
 */
/**
 * Is this build mobile first? Setting to 'true' means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass' silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to 'true'.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin'!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can't take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns' gutters.
 */
/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
/**
 * Halves
 */
/**
 * Thirds
 */
/**
 * Quarters
 */
/**
 * Fifths
 */
/**
 * Sixths
 */
/**
 * Eighths
 */
/**
 * Tenths
 */
/**
 * Twelfths
 */
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*=push--] {
  position: relative;
}

/**
 * Whole
 */
/**
 * Halves
 */
/**
 * Thirds
 */
/**
 * Quarters
 */
/**
 * Fifths
 */
/**
 * Sixths
 */
/**
 * Eighths
 */
/**
 * Tenths
 */
/**
 * Twelfths
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*=pull--] {
  position: relative;
}

/**
 * Whole
 */
/**
 * Halves
 */
/**
 * Thirds
 */
/**
 * Quarters
 */
/**
 * Fifths
 */
/**
 * Sixths
 */
/**
 * Eighths
 */
/**
 * Tenths
 */
/**
 * Twelfths
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
}
body {
  position: absolute;
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  color: white;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

body, html {
  height: 100%;
}

a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.content .ce-bodytext a, #fullscreen-content a {
  color: inherit;
  border-bottom: 2px solid #83d9e2;
}

#fullscreen-content .social a, .box a {
  border: none !important;
}

.box a, .footer a, .content h1 .tickets a {
  color: inherit;
}

.box a {
  color: white;
}

.footer a {
  text-decoration: underline;
}

p {
  margin: 0px;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

ul {
  font-size: 1.3em;
  line-height: 1.5em;
}

p.lineup, section.description {
  margin-bottom: 20px;
}

p.lineup {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2em;
}

h1, h2, h3 {
  margin: 0em;
}

.frame header {
  margin-bottom: 2em;
}

h1 {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 900;
  font-size: 4em;
  font-size: max(min(3vw, 3em), 2.29em);
  word-wrap: break-word;
}

h2 {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 700;
  font-size: max(min(1.7vw, 1.7em), 1.3em);
}

h3 {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 700;
  font-size: 2em;
}

h4 {
  font-family: ff-real-text-pro, sans-serif;
  font-weight: 700;
}

.fs-content h1 {
  color: #F3AB00;
  font-size: 2.5em;
  text-align: left;
}
.fs-content h2 {
  margin-bottom: 10px;
  font-size: 2em;
}
.fs-content h3 {
  font-size: 1.17em;
}
.fs-content h2.programm_detail {
  display: inline-block;
  padding: 3px;
}

.event .icon {
  display: inline-flex;
  margin-right: 10px;
}

section.programm_subtitle {
  margin-bottom: 40px;
}

.prevent-select {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#front_loader {
  position: absolute;
  width: 240px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -40px;
}
#front_loader h3 {
  color: #FFFFFF;
}

/*********content********************/
.spacer {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}

.center-box {
  max-width: 1700px;
  margin: auto;
}

.page-header {
  position: absolute;
  top: -200px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 50px 5vw;
}
.page-header h1 {
  font-size: 2em;
  margin: 0px;
}

.middle {
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
}
.middle .frame {
  width: 50%;
  min-width: 500px;
  flex-grow: 1;
  padding: 50px 5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .middle .frame {
    width: 100%;
    min-width: 0px;
  }
}
.middle .frame.frame-layout-1 {
  width: 100%;
}
.middle .frame:nth-of-type(3n) h1 {
  color: white;
}
.middle .frame:nth-of-type(3n) {
  color: white;
  background-color: #F3AB00;
}
.middle .frame:nth-of-type(3n) .plus-icon .outer {
  fill: white;
}
.middle .frame:nth-of-type(3n) .plus-icon .inner {
  fill: #F3AB00;
}
.middle .frame:nth-of-type(3n-1) h1 {
  color: #232024;
}
.middle .frame:nth-of-type(3n-1) {
  color: #232024;
  background-color: #FFFFFA;
}
.middle .frame:nth-of-type(3n-1) .plus-icon .outer {
  fill: black;
}
.middle .frame:nth-of-type(3n-1) .plus-icon .inner {
  fill: #FFFFFA;
}
.middle .frame:nth-of-type(3n-2) h1 {
  color: #FFFFFA;
}
.middle .frame:nth-of-type(3n-2) {
  color: #FFFFFA;
  background-color: #3E3D4C;
}
.middle .frame:nth-of-type(3n-2) .plus-icon .outer {
  fill: #FFFFFA;
}
.middle .frame:nth-of-type(3n-2) .plus-icon .inner {
  fill: #3E3D4C;
}

/*** images ***/
.ce-textpic figure {
  margin-inline: 0px;
}

.ce-above img, .ce-below img {
  width: 100%;
  height: auto;
}

.ce-left.ce-intext img {
  float: inline-start;
  margin-inline-end: 10px;
}

.ce-right.ce-intext img {
  float: inline-end;
  margin-inline-start: 10px;
}

img {
  max-width: 600px !important;
}

/********* media *********************/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px !important;
  height: 0;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive small {
  display: none;
}

.tx-mediaoembed-rich > div {
  max-width: 100%;
}

/********* sponsors *********************/
div.sponsoren {
  background-color: black;
  padding: 60px 5vw;
  box-sizing: border-box;
}

section.sponsoren {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.sponsor {
  width: 156px;
  height: 74px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px;
  cursor: pointer;
  background-color: white;
  filter: invert(1);
}

.sponsor:nth-child(1) {
  background-image: url(../img/sponsoren/kulturraum.png);
}

.sponsor:nth-child(2) {
  background-image: url(../img/sponsoren/windler-stiftung.png);
}

.sponsor:nth-child(3) {
  background-image: url(../img/sponsoren/radio_SRF.png);
}

.sponsor:nth-child(4) {
  background-image: url(../img/sponsoren/srks.png);
}

.sponsor:nth-child(5) {
  background-image: url(../img/sponsoren/fondation_suisa.png);
}

.sponsor:nth-child(6) {
  background-image: url(../img/sponsoren/pro_helvetia.png);
}

.sponsor:nth-child(7) {
  background-image: url(../img/sponsoren/migros_kulturprozent.png);
}

.sponsor:nth-child(8) {
  background-image: url(../img/sponsoren/schaff_n.png);
}

.sponsor:nth-child(9) {
  background-image: url(../img/sponsoren/swiss-perform.jpeg);
}

.webseitenpartner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: white;
  font-size: 14px;
}

.partner {
  width: 78px;
  height: 37px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/sponsoren/sasag.png);
  background-color: white;
  filter: invert(1);
}

/********* footer *********************/
.footer {
  position: relative;
  width: 100%;
  color: black;
  background-color: #83d9e2;
}
.footer h1, .footer h2, .footer h3 {
  color: inherit;
}
.footer h1 {
  text-transform: uppercase;
}
.footer .footer-content {
  display: flex;
  max-width: 1700px;
  margin: auto;
  box-sizing: border-box;
  padding: 30px 5vw 50px 5vw;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer .footer-content .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
  align-items: center;
}
.footer .footer-content .footer-buttons h4 {
  margin: 0px;
  cursor: pointer;
}
.footer .footer-content .footer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
  align-items: center;
}
.footer #footer-clip {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: background-color;
}
.footer #footer-clip .footer-panel {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: none;
  box-sizing: border-box;
  overflow: scroll;
  background-color: #83d9e2;
  transition-property: transform;
  transition-duration: inherit;
  transform: translate3d(0, 100%, 0);
  transition-timing-function: inherit;
  max-height: 100%;
}
.footer #footer-clip .footer-panel .footer-panel-content {
  padding: 50px 5vw 70px 5vw;
  max-width: 1700px;
  margin: auto;
  box-sizing: border-box;
}

/*********detail********************/
#fullscreen-circle {
  display: none;
  position: fixed;
  top: calc(50% - 582px);
  left: calc(50% - 582px);
  width: 1156px;
  height: 1156px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: #3E3D4C;
  z-index: 1;
}

.trans {
  transition: all 0.5s;
}

#fullscreen-content {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #3E3D4C;
  -webkit-mask-image: radial-gradient(circle, black 578px, rgba(0, 0, 0, 0) 578px);
  mask-image: radial-gradient(circle, black 578px, rgba(0, 0, 0, 0) 578px);
  z-index: 1;
}

.fs-area {
  width: 600px;
  height: 100%;
  max-height: 1156px;
  box-sizing: border-box;
  border: 0px solid red;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: all-scroll;
}

.fs-area::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.fs-area {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.fs-content {
  word-break: normal;
  word-wrap: break-word;
  color: #FFFFFA;
  padding-top: 40px;
  padding-bottom: 70px;
}
.fs-content h2 {
  text-align: left;
}
.fs-content h3 {
  text-align: left;
  margin-block-end: 10px;
}
@media only screen and (max-width: 480px) {
  .fs-content {
    width: auto;
    padding-right: 0px;
    padding-top: 40px;
  }
}
.fs-content .left, .fs-content .right {
  position: relative;
  display: inline-block;
  padding: 10px;
  height: 450px;
}
.fs-content .left {
  height: auto;
}
.fs-content .left .small {
  display: none;
}
@media only screen and (max-width: 480px) {
  .fs-content .left .small {
    display: block;
  }
  .fs-content .left .big {
    display: none;
  }
}
.fs-content .right {
  height: auto;
  text-align: justify;
}
@media only screen and (max-width: 480px) {
  .fs-content .right {
    line-height: 20px;
  }
}
.fs-content .right div.facebook, .fs-content .right div.twitter, .fs-content .right div.youtube {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  margin-top: 15px;
}

#fullscreen-blend {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.show {
  opacity: 1 !important;
  display: block !important;
}

.color-0 h2 {
  color: #000000;
}

.color-1 h2 {
  color: #000000;
}

.color-2 h2 {
  color: #000000;
}

.color-3 h2 {
  color: #000000;
}

.color-4 h2 {
  color: #000000;
}

/********* fullscreen page **********/
#fullscreen-page {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  background-color: black;
  padding: 50px;
  box-sizing: border-box;
  z-index: 1;
  overflow: scroll;
}

/*********new page **********/
.newsite {
  background-color: white;
  padding: 40px;
}
.newsite h1 {
  font-size: 48px;
}
.newsite h1, .newsite h2, .newsite h3, .newsite h4, .newsite h5, .newsite h6, .newsite p {
  text-align: center;
}

/********mail chimp**********/
/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup {
  margin-top: 40px;
}

#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0px !important;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 14px;
}

#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #FFFFFF !important;
  border: 0 none;
  border-radius: 4px;
  color: #000000 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 0 5px 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button:hover {
  text-decoration: underline;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .clear {
  clear: none;
  display: inline;
}

#mc_embed_signup label {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: bold;
}

#mc_embed_signup input.email {
  display: block;
  padding: 4px 0;
  margin: 0 4% 10px 0;
  text-indent: 5px;
  width: 58%;
  min-width: 130px;
  max-width: 250px;
  color: black;
}

#mc_embed_signup input.button {
  display: block;
  width: 35%;
  margin: 0 0 10px 0;
  min-width: 90px;
  max-width: 150px;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

/********gallery**********/
.gallery {
  text-align: center;
  background-color: white;
  height: 100%;
  width: 100%;
}
.gallery .nav-buttons {
  position: absolute;
  top: 13px;
  width: 545px;
  left: 50%;
  margin-left: -272px;
}
.gallery .nav-buttons .prev {
  display: inline-block;
  float: left;
}
.gallery .nav-buttons .next {
  display: inline-block;
  float: right;
}
.gallery .button-left, .gallery .button-right {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 55px;
  cursor: pointer;
  z-index: 5;
  /*border: 1px solid red;*/
}
.gallery table {
  position: relative;
  margin-left: -272px;
  left: 50%;
  font-size: 16px;
  line-height: 12px;
}
.gallery table tr.border {
  background-color: #000000;
}
.gallery table tr.border-text {
  color: white;
}
.gallery table tr.border-text a {
  color: inherit;
}
.gallery table div.basket {
  overflow: auto;
  background-color: #000000;
  margin-top: 1px;
  margin-bottom: 1px;
}
.gallery .thumbs {
  position: relative;
  padding: 5px;
  width: 600px;
  left: 50%;
  margin-left: -285px;
  font-size: 16px;
  line-height: 12px;
}
.gallery .thumbs .thumb {
  display: inline-block;
  float: left;
  /*padding-left: 1px;*/
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: white;
  background-size: 100%;
}

/*******not iPhone ready ********/
@media only screen and (max-width: 480px) {
  #c963 {
    display: none;
  }
}

/******* Live Stream ********/
.livestream {
  border-radius: 5px;
  padding: 10px;
  padding-top: 20px;
  background-color: #000000;
  /*width: 50%;*/
  margin-bottom: 80px;
}
.livestream p {
  /*font-family: 'Fjalla One';*/
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: white;
  line-height: 24px;
  text-align: left;
  padding-left: 20px;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.livestream a {
  color: inherit;
}
.livestream .support {
  width: auto;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: 700;
  /*text-align: right;*/
}
.livestream .support .heart {
  position: relative;
  top: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/heart.svg);
  background-size: 100%;
}

/******* Support Page ********/
main header.menu-big {
  display: block;
  position: relative;
}

main .menu-big div.menu-logo {
  display: block;
}

main {
  position: relative;
  min-height: calc(100% - 100px);
  background-color: white;
}
main .content {
  display: block;
}
main .row {
  padding-left: 35px;
  margin-top: 20px;
}
main .row h1, main .row h2, main .row h3, main .row p {
  padding-left: 0px;
  margin-top: 0px;
}
main .row .frame {
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}
main .row form {
  text-align: right;
}

main .ce-left .ce-gallery {
  position: relative;
  z-index: 99;
  margin: inherit;
  padding: 0px;
  padding-left: 40px;
  float: left;
}
main .ce-left .ce-gallery figure.image {
  margin: 0px;
  margin-right: 10px;
}

/************** menu new ******************/
/* The component will reset button browser styles */
.r-button {
  --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
  --uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));
  --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
  --uirButtonBorderStyle: var(--rButtonBorderStyle, solid);
  --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
  --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
  --uirButtonFontSize: var(--rButtonFontSize, inherit);
  --uirButtonColor: var(--rButtonColor);
  background-color: var(--uirButtonBackgroundColor);
  padding: var(--uirButtonPadding);
  border-width: var(--uirButtonBorderWidth);
  border-style: var(--uirButtonBorderStyle);
  border-color: var(--uirButtonBorderColor);
  cursor: pointer;
  font-family: var(--uirButtonFontFamily);
  font-size: var(--uirButtonFontSize);
}

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

/* The component will reset browser's styles of link */
.r-link {
  --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
  --uirLinkTextColor: var(--rLinkTextColor);
  --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
  display: var(--uirLinkDisplay) !important;
  color: var(--uirLinkTextColor) !important;
  -webkit-text-decoration: var(--uirLinkTextDecoration) !important;
          text-decoration: var(--uirLinkTextDecoration) !important;
}

/* The component will reset browser's styles of list */
.r-list {
  --uirListPaddingLeft: var(--rListPaddingLeft, 0);
  --uirListMarginTop: var(--rListMarginTop, 0);
  --uirListMarginBottom: var(--rListMarginBottom, 0);
  --uirListListStyle: var(--rListListStyle, none);
  padding-left: var(--uirListPaddingLeft) !important;
  margin-top: var(--uirListMarginTop) !important;
  margin-bottom: var(--uirListMarginBottom) !important;
  list-style: var(--uirListListStyle) !important;
}

/* Basic styles of the hamburger component */
.m-hamburger {
  --uiHamburgerThickness: var(--hamburgerThickness, 4px);
  display: var(--hamburgerDisplay, inline-flex);
  width: var(--hamburgerWidth, 28px);
  height: var(--hamburgerHeight, 20px);
  position: relative;
}

.m-hamburger::before,
.m-hamburger::after,
.m-hamburger__label {
  width: 100%;
  height: var(--uiHamburgerThickness);
  border-radius: var(--hamburgerBorderRadius, 5px);
  background-color: var(--hamburgerBackgroundColor, currentColor);
  position: absolute;
  left: 0;
}

.m-hamburger::before,
.m-hamburger::after {
  content: "";
}

.m-hamburger::before {
  top: 0;
}

.m-hamburger::after {
  bottom: 0;
}

.m-hamburger__label {
  /* The calculation of middle hamburger button line position */
  top: calc(50% - var(--uiHamburgerThickness) / 2);
}

/*
=====
MENU STYLES
=====
*/
.menu {
  --uiMenuCircleSize: var(--menuCircleSize, 6.25rem);
  --uiMenuCircleOffset: var(--menuCircleOffset, 1rem);
  --uiMenuCircleHeight: calc(var(--uiMenuCircleSize) / 2);
  --uiMenuCircleBackgroundColor: var(--menuCircleBackgroundColor, currentColor);
  --uiMenuHamburgerWidth: var(--menuHamburgerWidth, 1.75rem);
  --uiMenuHamburgerHeight: var(--menuHamburgerHeight, 1.25rem);
  --rButtonPaddingTop: calc(var(--uiMenuCircleHeight) - var(--uiMenuHamburgerHeight) - var(--uiMenuCircleOffset));
  --hamburgerWidth: var(--uiMenuHamburgerWidth);
  --hamburgerHeight: var(--uiMenuHamburgerHeight);
  --hamburgerBackgroundColor: var(--menuHamburgerBackgroundColor, #fff);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--menuZindex, 9998);
}

.menu__nav {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  font-family: ff-real-headline-pro, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.menu__list {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__toggle {
  box-sizing: border-box;
  width: var(--uiMenuCircleSize);
  height: var(--uiMenuCircleHeight);
  flex: none;
  position: relative;
}

.menu__toggle::before {
  /*
  1. The font-size property is used to simplify calculations of the element's sizes and position
  2. The negative value for the bottom property need for hiding half of circle. 
  */
  content: "";
  width: 1em;
  height: 1em;
  font-size: var(--uiMenuCircleSize); /* 1 */
  background-color: var(--uiMenuCircleBackgroundColor);
  border-radius: 50%;
  position: absolute;
  bottom: -0.5em; /* 2 */
  left: calc(50% - 0.5em);
  z-index: -1;
  will-change: width, height;
  transition: transform 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98), width 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98), height 0.25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
}

/* styles of hamburger's animation */
.m-hamburger::before,
.m-hamburger::after,
.m-hamburger__label {
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.m-hamburger::before,
.m-hamburger::after {
  transition-property: transform;
}

.m-hamburger__label {
  transition-property: transform, opacity;
}

/*
=====
MENU STATES
=====
*/
/*.menu__toggle:focus{
outline: var(--menuHaburgerOutlineOWidth, 2px) solid var(--menuHaburgerOutlineColor);
outline-offset: var(--menuHaburgerOutlineOffset, 5px);
}*/
.menu_activated {
  height: 100%;
}

.menu_activated .menu__nav {
  flex-grow: 1;
  opacity: 1;
  will-change: opacity;
  transition-duration: 0.2s;
  transition-delay: 0.3s;
}

.menu_activated .menu__toggle::before {
  width: 100vmax;
  height: 100vmax;
  transform: translate3d(-50vh, -50vh, 0) scale(5);
  transition-duration: 1s;
}

.menu:not(.menu_activated) .menu__list {
  display: none;
}

.menu_activated .m-hamburger::before, .detail_close .m-hamburger::before, .footer_close .m-hamburger::before {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.menu_activated .m-hamburger::after, .detail_close .m-hamburger::after, .footer_close .m-hamburger::after {
  transform: translate3d(0, -50%, 0) rotate(135deg);
  top: 50%;
}

.menu_activated .m-hamburger__label, .detail_close .m-hamburger__label, .footer_close .m-hamburger__label {
  transform: rotate(-45deg) translate3d(-0.285em, -0.3em, 0);
  opacity: 0;
}

.menu__group .active a {
  text-decoration: underline !important;
}

.lang_menu span {
  font-family: ff-real-text-pro;
  font-weight: 700;
  font-size: 20px;
  margin-right: 5px;
}

span.privacy_policy a {
  font-family: ff-real-text-pro;
  font-weight: 700;
  font-size: 18px;
  font-weight: 500;
}

/*
=====
SETTINGS
=====
*/
:root {
  --colorWhite: #000;
  --colorMain: #83d9e2;
  --menuCircleBackgroundColor: var(--colorMain);
  --menuHamburgerBackgroundColor: var(--colorWhite);
  --menuHaburgerOutlineColor: var(--colorMain);
  --programmIconColor: var(--colorMain);
  --programmIconBackgroundColor: var(--colorWhite);
  --newsIconColor: var(--colorMain);
  --newsIconBackgroundColor: var(--colorWhite);
  --ticketIconColor: var(--colorMain);
  --ticketIconBackgroundColor: var(--colorWhite);
  --pressIconColor: var(--colorMain);
  --pressIconBackgroundColor: var(--colorWhite);
  --uberunsIconColor: var(--colorMain);
  --uberunsIconBackgroundColor: var(--colorWhite);
  --praktischesIconColor: var(--colorMain);
  --praktischesIconBackgroundColor: var(--colorWhite);
  --footerIconColor: var(--colorWhite);
  --footerIconBackgroundColor: var(--colorMain);
  --detailIconColor: var(--colorWhite);
  --detailIconBackgroundColor: white;
  --downIconColor: white;
}

.menu_activated {
  --menuHaburgerOutlineColor: var(--colorWhite);
}

.menu__group {
  --rLinkTextColor: var(--colorWhite);
  padding: 0.5rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.menu {
  display: none;
}

.programm-icon .outer {
  fill: var(--programmIconColor);
  stroke: var(--programmIconBackgroundColor);
}
.programm-icon .inner {
  fill: var(--programmIconBackgroundColor);
}

.news-icon .outer {
  fill: var(--newsIconColor);
  stroke: var(--newsIconBackgroundColor);
}
.news-icon .inner {
  fill: var(--newsIconBackgroundColor);
}

.ticket-icon .outer {
  fill: var(--ticketIconColor);
  stroke: var(--ticketIconBackgroundColor);
}
.ticket-icon .inner {
  fill: var(--ticketIconBackgroundColor);
}

.press-icon .outer {
  fill: var(--pressIconColor);
  stroke: var(--pressIconBackgroundColor);
}
.press-icon .inner {
  fill: var(--pressIconBackgroundColor);
}

.uberuns-icon .outer {
  fill: var(--uberunsIconColor);
  stroke: var(--uberunsIconBackgroundColor);
}
.uberuns-icon .inner {
  fill: var(--uberunsIconBackgroundColor);
}

.praktisches-icon .outer {
  fill: var(--praktischesIconColor);
  stroke: var(--praktischesIconBackgroundColor);
}
.praktisches-icon .inner {
  fill: var(--praktischesIconBackgroundColor);
}

.footer-icons .outer {
  fill: var(--footerIconColor);
  stroke: var(--footerIconBackgroundColor);
}
.footer-icons .inner {
  fill: var(--footerIconBackgroundColor);
}

.menu-icons .outer {
  fill: var(--footerIconColor);
  stroke: var(--footerIconBackgroundColor);
}
.menu-icons .inner {
  fill: var(--footerIconBackgroundColor);
}

.detail-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.detail-icons .outer {
  fill: var(--detailIconColor);
  stroke: var(--detailIconBackgroundColor);
}
.detail-icons .inner {
  fill: var(--detailIconBackgroundColor);
}

.down-icon .outer {
  fill: var(--downIconColor);
}

a.archiv {
  margin-top: 40px;
}

.menu__group div {
  display: inline-block;
}/*# sourceMappingURL=format.css.map */