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

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

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

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

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

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

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * 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-size: 1em;
  /* 2 */
  font-family: monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

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

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

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

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

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* 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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.page-macher::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translate(-54.5%, -1780px);
          transform: translate(-54.5%, -1780px);
  opacity: 0.5;
  pointer-events: none;
}

p {
  margin-top: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #e6d615;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

figure {
  margin: 0;
  padding: 0;
}

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

/* roboto-regular - latin */
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: local(""), url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-weight: 500;
  font-family: "Roboto";
  font-style: normal;
  src: local(""), url("../fonts/roboto-v27-latin-500.woff2") format("woff2"), url("../fonts/roboto-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-weight: 700;
  font-family: "Roboto";
  font-style: normal;
  src: local(""), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font: normal 100%/1.4 "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

.page-macher h2 {
  display: inline-block;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 4.375rem;
  font-family: "Helvetica Neue", Helvetica, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
.page-macher h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: currentColor;
}

.text--large {
  font-size: 3.685rem;
}

.text--highlighted {
  color: #e6d615;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-hero {
  padding-top: 0;
}

.page-hero__image {
  position: relative;
  width: calc(100vw - 2rem);
  max-width: 100%;
  margin: 0 auto 10rem;
}
.page-hero__image figure {
  margin: 0 6rem;
}

.page-hero__headline {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  color: #e6d615;
  font-size: 34vw;
  font-family: vendetta, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 0.335em;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
}
@media (min-width: 1440px) {
  .page-hero__headline {
    font-size: 520px;
  }
}
.page-hero__headline span {
  display: block;
}
.page-hero__headline span.last {
  margin-left: 1.03em;
  font-style: italic;
}

.page-hero__text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.section-marker {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 10;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: right;
  text-transform: uppercase;
}
.full-width .section-marker {
  padding-inline: 2rem;
}
.section-marker button {
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.section-marker__multiple {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: -2rem;
}

.full-width {
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}

.text-3col {
  position: relative;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.text-3col::before, .text-3col::after {
  position: absolute;
  top: -2rem;
  bottom: -2rem;
  content: "";
  width: 1px;
  background-color: currentColor;
}
.text-3col::before {
  left: 32.5%;
}
.text-3col::after {
  left: 67.5%;
}
.text-3col p:first-child {
  margin-top: 0;
}

.section-project {
  max-width: unset;
  font-weight: 500;
  font-size: 1.35rem;
  background-color: #d6c988;
}
.section-project .inner {
  max-width: 1600px;
  margin: 0 auto;
}
.section-project .project-intro {
  margin-bottom: 8rem;
}

.section-portals__intro {
  max-width: 1600px;
  margin: 0 auto;
}

.page-footer {
  padding: 4rem 2rem;
  color: #fff;
  background-color: #000;
}
.page-footer .inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-footer .inside {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 52.5rem) {
  .page-footer .inside {
    grid-template-columns: 300px 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: 300px 1fr max-content max-content;
  }
}
.page-footer a {
  color: #fff;
}
.page-footer .supporters {
  grid-column: 1/-1;
  grid-row: 1;
}
@media (min-width: 600px) {
  .page-footer .supporters {
    grid-column: 1;
    grid-row: 1/3;
  }
}

.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-footer__frontpage {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 600px) {
  .nav-footer__frontpage {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 52.5rem) {
  .nav-footer__frontpage {
    grid-column: 3;
    grid-row: 1;
  }
}

.nav-footer__misc {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 52.5rem) {
  .nav-footer__misc {
    grid-column: 3;
    grid-row: 2;
    align-self: end;
  }
}

.footer__contact {
  grid-column: 1;
  grid-row: 3;
}
@media (min-width: 600px) {
  .footer__contact {
    grid-column: 1;
    align-self: end;
  }
}
@media (min-width: 52.5rem) {
  .footer__contact {
    grid-column: 4;
    grid-row: 2;
  }
}

.footer__announcement {
  grid-column: 1;
  grid-row: 4;
}
@media (min-width: 52.5rem) {
  .footer__announcement {
    grid-column: 1/3;
    grid-row: 3;
  }
}

.footer__copyright {
  grid-column: 2;
  grid-row: 4;
}
@media (min-width: 52.5rem) {
  .footer__copyright {
    grid-column: 3;
    grid-row: 3;
  }
}

.nav-main__overlay {
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  font-family: "Helvetica Neue", Helvetica, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
}
.nav-main__overlay > div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nav-main__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 1.5rem;
}
.nav-main__header .close-nav {
  padding: 0;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.nav-main__body a {
  color: #222222;
}
.nav-main__body a:hover {
  color: #e6d615;
}

.nav-main__info,
.nav-main__misc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-main__info {
  margin: 1em 0;
  font-size: 2rem;
}

.nav-main__misc {
  font-size: 1.125rem;
}

.regisseure {
  background-color: #ededed;
}
.regisseure .inner {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2rem;
}
.regisseure h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 10;
}

.directors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.5rem 3rem;
}

.director {
  position: relative;
}

.director__image img {
  max-width: 75%;
}

.director__content {
  position: absolute;
}

.director__name {
  font-size: 5rem;
  font-family: vendetta, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 0.75;
}
@media (min-width: 769px) {
  .director__name {
    font-size: 7.5vw;
  }
}
@media (min-width: 2262px) {
  .director__name {
    font-size: 10.5rem;
  }
}

.director__lastname {
  margin-left: 1.25ch;
  font-style: italic;
}

.director__profession {
  font-size: 1.5rem;
  font-family: Roboto, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}
@media (min-width: 1440px) {
  .director__profession {
    font-size: 1.8vw;
  }
}
@media (min-width: 2262px) {
  .director__profession {
    font-size: 2.5rem;
  }
}

.michael-bideller .director__content {
  top: 18%;
  left: 47%;
}

.sabine-falkenberg {
  padding-top: 49%;
  -webkit-transform: translateX(18%);
          transform: translateX(18%);
}
.sabine-falkenberg .director__content {
  top: 85%;
  left: -38%;
}

.torsten-hammann {
  -webkit-transform: translate(-19%, -7%);
          transform: translate(-19%, -7%);
}
.torsten-hammann .director__content {
  top: 63%;
  left: 28%;
}

.mignon-reme {
  padding-top: 34%;
  -webkit-transform: translateX(19%);
          transform: translateX(19%);
}
.mignon-reme .director__content {
  top: 90%;
  left: -17%;
}

.erik-schaeffler {
  padding-top: 8%;
  -webkit-transform: translateX(21%);
          transform: translateX(21%);
}
.erik-schaeffler .director__content {
  top: 49%;
  left: -26%;
}

.franziska-steiof {
  padding-top: 56%;
  -webkit-transform: translateX(18%);
          transform: translateX(18%);
}
.franziska-steiof .director__content {
  top: 94%;
  left: -18%;
}

.andrea-weitzel {
  padding-top: 10%;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media (min-width: 1600px) {
  .andrea-weitzel {
    -webkit-transform: translateX(calc((100vw - 1600px) / 2 * -1));
            transform: translateX(calc((100vw - 1600px) / 2 * -1));
  }
}
@media (min-width: 1886px) {
  .andrea-weitzel {
    -webkit-transform: translateX(-19%);
            transform: translateX(-19%);
  }
}
.andrea-weitzel .director__content {
  top: 58%;
  left: 46%;
}

.komponisten h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 10;
}

.composers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}

.composer__image {
  margin-bottom: 2rem;
}

.composer__name {
  margin-bottom: 3rem;
  font-size: 6rem;
  font-family: vendetta, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 0.9;
}
@media (min-width: 1600px) {
  .composer__name {
    font-size: 7.5vw;
  }
}
@media (min-width: 2262px) {
  .composer__name {
    font-size: 10.5rem;
  }
}

.composer__lastname {
  font-style: italic;
}

.composer__profession,
.composer__text {
  font-size: 2.5rem;
  font-family: Roboto, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.composer__profession {
  margin-bottom: 3em;
}

.supporters ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.supporters__headline {
  grid-column: 1/-1;
}

.play {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6.25rem;
  font-size: 1.5rem;
}

.play__counter {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin-right: 5.1rem;
  font-weight: 400;
  font-size: 19rem;
  font-family: "Helvetica Neue", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 0.675;
}

.play__content {
  padding-bottom: 4.75rem;
  border-bottom: 1px solid #ededed;
}

.play__title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Helvetica Neue", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.play__synopsis {
  margin-bottom: 4.5rem;
  font-weight: 400;
  font-family: "Roboto", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.35;
}

.play__subline {
  margin-bottom: 4rem;
  color: #e6d615;
  font-size: 3.2375em;
  font-family: vendetta, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 0.825;
  letter-spacing: 0.015em;
  -webkit-transform: translateX(-170px);
          transform: translateX(-170px);
}

.play__subline--second {
  margin-left: 0.7rem;
  font-style: italic;
}

.ce_slick-content-start {
  padding: 8rem 0;
  background: #828873;
  background: linear-gradient(90deg, #e6d615 50%, #828873 50%, #828873 100%);
}

.ce_slick-slide-separator.slick-slide {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.ce_slick-slide-separator.slick-slide .ce_text {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.ce_slick-slide-separator.slick-slide .ce_image {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 4rem;
}

.slick-slide__header {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.875rem;
  font-family: "Helvetica Neue", Helvetica, "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #444444;
  font-size: 5rem;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow:hover {
  color: #222222;
  cursor: pointer;
}

.slick-prev {
  left: 2rem;
}

.slick-next {
  right: 2rem;
}

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