@font-face {
  font-family: Univers Condensed;
  src: url('../fonts/Univers-ThinUltraCondensed.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers Condensed;
  src: url('../fonts/Univers-LightUltraCondensed.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univer Condensed;
  src: url('../fonts/UniveLigUltCon.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers Ultra Condensed;
  src: url('../fonts/UniversLTPro-ThinUltCond.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/gothamrnd_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/gothamrnd_medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/gothamrnd_light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/gothamrnd_book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #368de4;
  --font-color: #fff055;
  --_fundamentals---heading-font: "Gotham Rounded", Arial, sans-serif;
  --_fundamentals---font-size-600: calc(1.6em + 2.5vw);
  --_fundamentals---line-height-100: 1.4em;
  --_fundamentals---font-size-500: calc(1.3em + 1.5vw);
  --_fundamentals---font-size-400: calc(1.25em + 1.3vw);
  --_fundamentals---font-size-300: calc(1.15em + .8vw);
  --_fundamentals---font-size-200: calc(1.05em + .6vw);
  --_fundamentals---font-size-100: 1.1em;
  --_fundamentals---body-font: "Gotham Rounded", Arial, sans-serif;
  --_fundamentals---line-height-200: 1.6em;
  --weiss: white;
  --heading-font\<deleted\|variable-47de129b-65e8-4718-524f-e2714bfe30dc\>: "Varela Round", sans-serif;
  --sunlight\<deleted\|variable-a9aeacd5\>: #b63077;
  --button-color: #043d7e;
  --_fundamentals---line-height-080: 1em;
  --button-color-hover: #e9e5ac;
  --_fundamentals---font-size-080: .9em;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--background-color);
  color: var(--font-color);
  font-family: Varela Round, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 0;
  margin-bottom: .25em;
}

h3 {
  margin-bottom: 10px;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--font-color);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.richtext {
  width: 100%;
  max-width: 80ch;
  margin-bottom: 1.9em;
  font-size: 1em;
  font-style: normal;
}

.richtext h1 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-600);
  line-height: var(--_fundamentals---line-height-100);
  text-transform: uppercase;
  font-weight: 700;
}

.richtext h2 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-500);
  line-height: var(--_fundamentals---line-height-100);
  text-transform: uppercase;
}

.richtext h3 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-400);
  line-height: var(--_fundamentals---line-height-100);
  margin-top: 0;
  margin-bottom: .25em;
  font-weight: 400;
}

.richtext h4 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-300);
  line-height: var(--_fundamentals---line-height-100);
  font-weight: 400;
}

.richtext h5 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-200);
  line-height: var(--_fundamentals---line-height-100);
  margin-top: 0;
  font-weight: 400;
}

.richtext h6 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-100);
  line-height: var(--_fundamentals---line-height-100);
  font-weight: 400;
}

.richtext p {
  font-family: var(--_fundamentals---body-font);
  font-size: var(--_fundamentals---font-size-100);
  line-height: var(--_fundamentals---line-height-200);
  margin-bottom: .15em;
}

.richtext.dataprivacy {
  max-width: 70ch;
  font-size: 1em;
}

.richtext a {
  box-shadow: inset 0 -1px 0 0 var(--background-color);
  color: var(--font-color);
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
}

.richtext a:hover {
  box-shadow: inset 0 -40px 0 0 var(--background-color);
  color: var(--weiss);
  text-decoration: none;
}

.richtext ul {
  padding-left: 0;
  font-size: 1em;
}

.richtext li {
  margin-bottom: .55em;
  padding: .65em 0;
  font-size: 1em;
  line-height: 1.4;
  list-style-type: none;
}

.richtext em {
  color: var(--font-color);
  font-style: normal;
}

.richtext.two-column {
  width: 50%;
  padding-right: 2.4em;
}

.font-400 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-400);
  line-height: var(--_fundamentals---line-height-100);
  margin-bottom: .25em;
  font-weight: 400;
}

.font-500 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-500);
  line-height: var(--_fundamentals---line-height-100);
  text-transform: uppercase;
  font-weight: 700;
}

.font-500.highlight {
  font-family: var(--heading-font\<deleted\|variable-47de129b-65e8-4718-524f-e2714bfe30dc\>);
  color: var(--font-color);
}

.font-500.no-typespaces {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.font-200 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-200);
  line-height: var(--_fundamentals---line-height-100);
  margin-top: 0;
  font-weight: 400;
}

.font-200.formfield {
  border: 1px none var(--sunlight\<deleted\|variable-a9aeacd5\>);
  color: var(--button-color);
  border: 1px solid var(--button-color);
  background-color: var(--weiss);
  margin-top: .4em;
  margin-bottom: .75em;
  padding: 1em .5em;
  font-weight: 400;
}

.text-50 {
  width: 50%;
  padding-right: 2%;
}

.link {
  box-shadow: inset 0 -2px 0 0 var(--font-color);
  color: var(--font-color);
  text-decoration: none;
  transition: box-shadow .4s, color .4s;
}

.link:hover {
  box-shadow: inset 0 -50px 0 0 var(--font-color);
  color: var(--button-color);
  text-decoration: none;
}

.font-300 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-300);
  line-height: var(--_fundamentals---line-height-100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 400;
}

.font-300.no-typespaces {
  margin-bottom: 0;
  line-height: 1;
}

.font-300.no-typespaces.top-margin {
  margin-top: .8em;
}

.font-300.cleantxt {
  margin-bottom: 0;
}

.font-600 {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-600);
  line-height: var(--_fundamentals---line-height-100);
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.font-600.filmtitel {
  letter-spacing: -.07em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: .15em;
  line-height: .77;
  display: flex;
}

.font-600.filmtitel.hide {
  display: none;
}

.styleguide-wrapper {
  flex-direction: row;
  padding: 10%;
  display: flex;
}

.quote {
  font-family: var(--_fundamentals---body-font);
  font-size: var(--_fundamentals---font-size-200);
  line-height: var(--_fundamentals---line-height-100);
}

.regular {
  font-weight: 400;
}

.special-text-comboclassname {
  background-color: #e2e2e2;
  padding: 4vw;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
  bottom: auto;
}

.content-area {
  width: 100%;
  padding-top: 2vw;
  position: relative;
}

.content-area.two-columns {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.nav-container {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--font-color);
  background-color: #1563ab1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 5vw;
  display: flex;
}

.nav-menu {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  letter-spacing: .4px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .9em;
  display: flex;
  position: static;
}

.sponsoren-item {
  border: 3px dotted var(--sunlight\<deleted\|variable-a9aeacd5\>);
  background-color: var(--weiss);
  color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  background-image: url('../images/pattern-textil-2k-small.png');
  background-position: 50%;
  background-size: 60vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2vw;
  text-decoration: none;
  display: flex;
}

.showcase-link {
  color: #614ee9;
  text-decoration: none;
}

.showcase-link:hover {
  color: #fcc3ce;
}

.showcase-link.favorit {
  color: var(--weiss);
  margin-bottom: 5.5em;
}

.showcase-link.favorit:hover {
  color: #fcc3ce;
}

.foodstand-link {
  background-color: var(--weiss);
  color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  background-image: url('../images/pattern-textil-2k-small.png');
  background-position: 50%;
  background-size: 60vw;
  border: 3px dotted #fcc3ce;
  width: 100%;
  padding: 2vw;
  text-decoration: none;
}

.foodstand-link:hover {
  background-color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  color: var(--weiss);
  background-image: linear-gradient(#3f329e99, #3f329e99), url('../images/pattern-textil-2k-small.png');
  background-position: 0 0, 50%;
  background-size: auto, 60vw;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 7vw 5vw;
  display: flex;
}

.content-section.zitate {
  align-items: center;
  padding-top: 12vw;
  padding-bottom: 12vw;
  overflow: hidden;
}

.content-section.centered {
  align-items: center;
}

.logo-line {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 4vw;
  display: grid;
}

.logoline-logo {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12vw;
  transition: transform .35s;
  display: flex;
  transform: translate3d(0, 0, 5px);
}

.logoline-logo:hover {
  transform: perspective(1000px)scale(.9);
}

.abspann-titel {
  font-size: .6em;
}

.namensbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: .8em;
  display: flex;
}

.abspann-container {
  perspective: 1000px;
  width: 100%;
}

.abspann-container.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-normal {
  width: 100%;
}

.logo-normal.size47 {
  width: 47%;
}

.logo-normal.size85 {
  width: 85%;
}

.logo-normal.size50 {
  width: 50%;
}

.logo-normal.size65 {
  width: 65%;
}

.trailer-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partnerlogos {
  margin-top: 2vw;
}

.partnerlogos.centered {
  flex-direction: column;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 8vw;
  display: flex;
}

.zitat-slider-container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
}

.slider-icon {
  color: var(--font-color);
  font-size: .5em;
}

.slider-nav {
  display: block;
  inset: auto 0% -46%;
}

.zitat-slider-item {
  width: 100%;
}

.zitat-slider-item-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.cookie-wrapper {
  z-index: 2000;
  background-color: var(--weiss);
  color: var(--background-color);
  border-radius: 3em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  padding-left: 2.2em;
  padding-right: 2.2em;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 4vw #190e0e66;
}

.cookie-embed {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.close-icon {
  filter: invert();
  width: 1.4em;
}

.close-icon:hover {
  filter: invert(0%);
}

.button {
  background-color: var(--button-color);
  font-family: var(--_fundamentals---heading-font);
  color: var(--font-color);
  font-size: var(--_fundamentals---font-size-100);
  line-height: var(--_fundamentals---line-height-080);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2em;
  padding: .5em .6em;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .5s, transform 1s, color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--button-color-hover);
  box-shadow: 0 20px 30px 0 var(--button-color);
  color: var(--background-color);
  transform: rotate(0)translate(0, -3px)scale(1.08);
}

.button.icon {
  border-radius: 8em;
  padding: .9em;
}

.button.icon:hover {
  color: var(--background-color);
}

.impressum-page {
  background-color: var(--button-color);
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 3vw;
  display: flex;
}

.subside-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4vw;
  display: flex;
}

.subside-header.w--current {
  justify-content: center;
  align-items: center;
}

.header-logo {
  color: var(--font-color);
  width: 100%;
  text-decoration: none;
}

.header-logo.w--current {
  width: 90%;
}

.impressum-footer {
  background-color: var(--background-color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 8vw 12vw;
  display: flex;
}

.call-to-action-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.2em;
  padding-left: 1.2em;
  display: flex;
  position: relative;
}

.call-to-action-box.center {
  justify-content: center;
  align-items: center;
}

.iframe-infobox {
  margin-bottom: 4em;
  padding-left: .7em;
  padding-right: .7em;
  position: relative;
}

.button-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.impressum-area {
  color: var(--font-color);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2vw;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filmtitel-special {
  padding-left: 5vw;
}

.filmstills-gallerie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.filmstill-item {
  width: 100%;
  height: 100%;
  padding: 1.2em;
}

.filmstill-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.filmstill-thumbnail:hover {
  filter: grayscale(0%);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form {
  flex-wrap: wrap;
  display: flex;
}

.newsletter-50 {
  width: 50%;
}

.newsletter-50.right {
  padding-left: 2%;
  padding-right: 0%;
}

.text-link-bright {
  box-shadow: inset 0 -1px 0 0 var(--button-color);
  font-family: var(--_fundamentals---heading-font);
  color: var(--font-color);
  text-decoration: none;
  transition: color .675s, box-shadow .675s;
}

.text-link-bright:hover {
  box-shadow: inset 0 -40px 0 0 var(--button-color);
  color: #fff;
}

.newsletter-100 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-normal.size90 {
  width: 90%;
}

.zitate-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.start-section {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 87vh;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw;
  display: flex;
}

.start-section.centered {
  background-image: radial-gradient(circle, #fff, #829fc3 33%, #306fae 84%, #16589f 103%);
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 11vw;
  padding-bottom: 11vw;
  position: relative;
  overflow: hidden;
}

.filmposter.sticky {
  width: 40%;
  position: sticky;
  top: 5em;
}

.fimtitel-box {
  padding: 0;
  position: static;
}

.fimtitel-box.w--current {
  color: var(--font-color);
  font-size: .7em;
}

.menu-button {
  background-color: var(--background-color);
}

.icon-menu-new {
  color: var(--font-color);
}

.icon-lines {
  background-color: var(--font-color);
}

.navigation-2 {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.font-100 {
  font-family: var(--_fundamentals---body-font);
  font-size: var(--_fundamentals---font-size-100);
  line-height: var(--_fundamentals---line-height-200);
  margin-bottom: 1.15em;
  font-weight: 400;
}

.font-100.cleantxt {
  margin-bottom: 0;
  line-height: 1;
}

.font-100.cleantxt.capital {
  text-transform: uppercase;
}

.font-100.title {
  font-family: var(--_fundamentals---heading-font);
  font-size: var(--_fundamentals---font-size-100);
  line-height: var(--_fundamentals---line-height-200);
}

.font-100.nav-link {
  color: var(--button-color);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .25em;
}

.font-100.nav-link:hover, .font-100.nav-link.w--current {
  color: var(--font-color);
}

.font-100.abspann {
  font-family: Univers Condensed, sans-serif;
  font-size: 1.6em;
  line-height: var(--_fundamentals---line-height-100);
  text-align: center;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  font-weight: 100;
}

.font-100.capital {
  text-transform: uppercase;
}

.font-100-xs-2 {
  font-weight: 400;
}

.font-100-xs-2.no-margin {
  line-height: 1.1;
}

.font-100-xs-2.no-margin.no-lineheight {
  font-weight: 400;
  line-height: 1;
}

.content-area-halfsize {
  width: 50%;
  padding-top: 2vw;
  position: relative;
}

.content-area-halfsize.center {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.social-media-logoblock {
  width: 30vw;
}

.logo-line-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 4vw;
  display: grid;
}

.logo-line-2.centered {
  display: flex;
}

.logoline-logo-2 {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 6em;
  transition: transform .35s;
  display: flex;
  transform: translate3d(0, 0, 5px);
}

.logoline-logo-2:hover {
  filter: blur(4px);
  transform: scale(1.3)translate3d(0, 0, 5px);
}

.link-on-white-2 {
  transition: color .4s;
}

.link-on-white-2:hover {
  color: var(--background-color);
  text-decoration: none;
}

.close-tap-2 {
  z-index: 5000;
  color: var(--background-color);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 2vw 0 2vw 3vw;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
}

.close-tap-2:hover {
  filter: contrast(1000%) grayscale();
}

.white-overlay-2 {
  z-index: 1000;
  color: #205a7a;
  background-color: #fff;
  border-radius: 2em;
  width: 90%;
  min-height: 90vh;
  margin: 2vw 5vw 5vw;
  padding: 0 2em 2em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
  box-shadow: 4px 4px 4vw #205a7a;
}

.white-overlay-2.streaming {
  z-index: 2000;
  background-color: var(--font-color);
  color: var(--button-color);
  border-radius: .1em;
  height: 90vh;
  min-height: auto;
  display: none;
}

.iframe-container-2 {
  width: 100%;
  height: 60vh;
  position: relative;
}

.cookie-details-2 {
  color: #205a7a;
  background-color: #fff;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 3vw;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.cookie-details-2:hover {
  color: #fff;
  background-color: #205a7a;
}

.questionmark-2 {
  background-color: var(--font-color);
  color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.questionmark-2:hover {
  background-color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  color: var(--font-color);
}

.cookie-accept-2 {
  color: #313131;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em 1.2em;
  transition: background-color .6s;
}

.cookie-accept-2:hover {
  background-color: var(--font-color);
  color: #313131;
}

.cookie-text-2 {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1em 1em .8em;
  font-weight: 400;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.cookie-deny-2 {
  color: #313131;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  transition: background-color .6s;
}

.cookie-deny-2:hover {
  background-color: var(--font-color);
  color: #313131;
}

.focus-button {
  z-index: 1000;
  background-image: linear-gradient(0deg, var(--background-color) 3%, #0000);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.3em;
  padding-bottom: 3.7em;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.impressums-section {
  background-color: var(--background-color);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 4vw 15vw;
  display: flex;
}

.trailerbild {
  background-image: url('../images/99MOONS_STILL_299MOONS_STILL_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: .5em;
  font-size: 90vw;
  display: flex;
  position: relative;
}

.lightbox-link {
  width: 100%;
}

.trailer-button-circle {
  z-index: 200;
  background-color: #60a2ac4d;
  border-radius: 5em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  padding: 1.4em 1.4em 1.4em 1.7em;
  font-size: 16px;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-color .4s;
  display: flex;
  position: relative;
}

.trailer-button-circle:hover {
  background-color: #60a2ac;
  transform: scale(1.2);
}

.background-video {
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.title-area {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 5vw;
  font-size: 16px;
  display: block;
  position: relative;
}

.title-area.imprint, .heading-area {
  width: 100%;
}

.zitate-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour-link-item {
  background-color: var(--background-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  padding: 1.1em;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tour-link-item:hover {
  background-color: var(--button-color);
  color: var(--font-color);
  transform: scale(1.05);
  box-shadow: 0 0 50px #60a2ac33;
}

.date-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.iframe-container {
  background-color: var(--font-color);
  width: 100%;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.subline-box {
  z-index: 2000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6em .6em .8em;
  display: flex;
  position: relative;
}

.presskit-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.presskit-box.hide {
  display: none;
}

.social-icon {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--weiss);
  color: var(--button-color);
}

.error-message {
  color: var(--button-color);
  background-color: #ff7979;
}

.hero-titel {
  font-size: 5.8em;
}

.logoline-logo-regular {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12vw;
  transition: transform .35s;
  display: flex;
  transform: translate3d(0, 0, 5px);
}

.logoline-logo-regular:hover {
  transform: perspective(1000px)scale(.9);
}

.hero-coverimage {
  z-index: 10;
  max-height: 155svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -10svw;
}

.hero-coverimage.back {
  z-index: 0;
}

.seo-area {
  z-index: 20;
  color: var(--weiss);
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.tour-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.headline-parttwo {
  letter-spacing: .15em;
  padding-left: .4em;
  font-size: .4em;
  font-weight: 300;
}

.hide {
  display: none;
}

.hidden-formfield {
  width: 100%;
  height: 16px;
}

.hero-coverimage-bg {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.block-quote {
  font-family: var(--_fundamentals---body-font);
  font-size: var(--_fundamentals---font-size-200);
  line-height: var(--_fundamentals---line-height-100);
}

.name-box {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.name-box:hover {
  color: var(--button-color);
}

.name-box.not-linked {
  cursor: auto;
}

.name-box.not-linked:hover {
  color: var(--font-color);
}

.cast-name {
  font-size: .9em;
}

.name-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1em;
  display: grid;
}

.text-block {
  font-size: var(--_fundamentals---font-size-080);
  line-height: var(--_fundamentals---line-height-080);
}

.formblock {
  margin-top: 1.6em;
}

.sold-out-stripe {
  background-color: var(--font-color);
  pointer-events: none;
  color: var(--button-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .8em;
  display: flex;
  position: absolute;
  inset: auto -25% 25% auto;
  transform: rotate(-45deg);
}

.h-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  margin-top: .3em;
  margin-bottom: .3em;
  display: flex;
}

.trailer-video {
  margin-bottom: 1.6em;
}

@media screen and (min-width: 1280px) {
  .fimtitel-box.w--current {
    font-size: .4em;
  }

  .trailerbild {
    width: 60vw;
    font-size: 60vw;
  }

  .subline-box {
    padding-bottom: 0;
  }

  .sold-out-stripe {
    width: 100%;
  }

  .trailer-video {
    margin-bottom: 1.9em;
  }
}

@media screen and (max-width: 991px) {
  .font-500.no-typespaces {
    font-size: calc(1.3em + 1.5vw);
  }

  .content-area, .content-area.two-columns {
    width: 100%;
  }

  .nav-container {
    z-index: 1000;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav-menu {
    z-index: 900;
    background-color: var(--background-color);
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 5.3em;
    padding: 1.8em;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .content-section.zitate {
    padding: 0;
  }

  .content-section.halfheight {
    min-height: 50vh;
  }

  .logo-line {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .logoline-logo {
    max-width: 16vw;
  }

  .zitat-slider-item {
    padding: 3.9em;
  }

  .call-to-action-box {
    flex-direction: row;
    align-items: center;
    padding-bottom: 7vw;
  }

  .filmtitel-special {
    padding-left: 0;
    padding-right: 0;
  }

  .start-section.centered {
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    padding-bottom: 4vw;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .filmposter.sticky {
    flex: 0 auto;
  }

  .fimtitel-box {
    flex: 1;
  }

  .menu-button {
    background-color: #0000;
    border-radius: 0;
    margin-top: 0;
    padding: .25em;
    transition: all .4s;
  }

  .menu-button:hover {
    transition-property: none;
  }

  .menu-button.w--open {
    z-index: 1000;
    float: right;
    text-align: left;
    background-color: #0000;
    height: auto;
    top: 0;
    left: 0;
  }

  .icon-menu-new {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 40px;
    height: 40px;
    padding: 11px 10px 12px;
    display: flex;
    position: relative;
  }

  .icon-menu-new:hover {
    background-color: var(--background-color);
    text-shadow: 0 0 3vw var(--font-color);
  }

  .icon-lines {
    flex: none;
    width: 20px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-lines.middle:hover {
    color: var(--sunlight\<deleted\|variable-a9aeacd5\>);
  }

  .navigation-2 {
    width: 100%;
  }

  .content-area-halfsize {
    width: 90%;
  }

  .social-media-logoblock {
    width: 90vw;
  }

  .logo-line-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .logo-line-2.centered {
    perspective: 1000px;
  }

  .white-overlay-2.streaming {
    margin-top: 5vh;
  }

  .iframe-container-2 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .focus-button {
    z-index: 900;
    padding-bottom: 3.5em;
  }

  .trailerbild {
    width: 90vw;
    font-size: 90vw;
  }

  .hero-titel {
    font-size: 3.9em;
  }

  .logoline-logo-regular {
    max-width: 16vw;
  }

  .tour-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .richtext.two-column {
    width: 100%;
    padding-right: 0;
  }

  .font-500.no-typespaces {
    font-size: calc(1.1em + 1vw);
  }

  .content-area {
    width: 100%;
  }

  .content-area.two-columns {
    flex-direction: column;
  }

  .nav-container {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .nav-menu {
    margin-top: 4.5em;
  }

  .logo-line {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .logoline-logo {
    max-width: 19vw;
  }

  .namensbox {
    margin-bottom: 5vw;
  }

  .slider-icon {
    margin-left: .5em;
    margin-right: .5em;
  }

  .slider-icon.right {
    inset: 0% 0% 0% auto;
  }

  .slider-nav {
    bottom: 0%;
  }

  .zitat-slider-item {
    padding: 3.1em 2.1em;
  }

  .cookie-wrapper {
    width: 80%;
    margin-top: 4vw;
  }

  .cookie-embed {
    font-size: .9em;
  }

  .button {
    padding: 1em;
  }

  .filmstill-item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .start-section {
    min-height: 60vh;
  }

  .filmposter.sticky {
    width: 60%;
    position: static;
  }

  .fimtitel-box.w--current {
    font-size: 1.4em;
  }

  .navigation-2, .content-area-halfsize {
    width: 100%;
  }

  .content-area-halfsize.center {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .logo-line-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .close-tap-2 {
    padding-right: 0;
  }

  .white-overlay-2.streaming {
    padding-top: 1.1em;
    padding-bottom: 6em;
    display: none;
  }

  .iframe-container-2 {
    border-bottom: 1px solid #205a7a;
  }

  .cookie-accept-2, .cookie-text-2, .cookie-deny-2 {
    padding-left: .9em;
    padding-right: .9em;
  }

  .focus-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(0deg, var(--background-color) 22%, #0000);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center;
    padding-bottom: 3.8em;
    padding-left: 11vw;
    padding-right: 11vw;
    font-size: .9em;
    display: flex;
  }

  .title-area {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-titel {
    font-size: 3.2em;
  }

  .logoline-logo-regular {
    max-width: 19vw;
  }

  .hero-coverimage {
    object-position: 26% 50%;
    bottom: 0;
  }

  .seo-area {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .tour-list {
    grid-template-columns: 1fr;
  }

  .hero-coverimage-bg {
    object-position: 26% 50%;
  }

  .name-list {
    grid-template-columns: 1fr 1fr;
  }

  .button-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .richtext.two-column {
    width: 100%;
  }

  .font-500.no-typespaces {
    font-size: calc(.9em + .8vw);
  }

  .content-area.two-columns {
    flex-direction: column;
  }

  .nav-menu {
    margin-top: 4.5em;
  }

  .logo-line {
    grid-column-gap: 9vw;
    grid-row-gap: 8vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .logoline-logo {
    max-width: 27vw;
  }

  .zitat-slider-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zitat-slider-item-box {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .cookie-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 91%;
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .impressum-page {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .impressum-footer {
    padding-bottom: 58vw;
  }

  .impressum-area {
    padding-top: 8vw;
  }

  .filmstills-gallerie {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .start-section.centered {
    background-image: radial-gradient(circle at 50% 80%, #fff, #829fc3 20%, #306fae 56%, #16589f 83%);
    min-height: 86vh;
  }

  .filmposter.sticky {
    width: 100%;
  }

  .icon-menu-new, .icon-menu-new:hover {
    background-color: #0000;
  }

  .navigation-2 {
    width: 100%;
  }

  .logo-line-2 {
    grid-column-gap: 9vw;
    grid-row-gap: 8vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .close-tap-2 {
    justify-content: center;
  }

  .white-overlay-2.streaming {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .8em;
    padding-right: .8em;
  }

  .cookie-details-2 {
    flex: 0 auto;
    width: auto;
  }

  .questionmark-2 {
    width: 1.6em;
    height: 1.6em;
  }

  .cookie-accept-2 {
    text-align: left;
    padding-left: .3em;
    padding-right: .3em;
    font-size: .9em;
  }

  .cookie-text-2 {
    text-align: left;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .9em;
  }

  .cookie-deny-2 {
    text-align: left;
    padding-left: .4em;
    padding-right: .4em;
    font-size: .9em;
  }

  .focus-button {
    font-size: .7em;
  }

  .impressums-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .title-area {
    padding-top: 8vw;
    font-size: .9em;
  }

  .subline-box {
    text-align: center;
    padding-bottom: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .hero-titel {
    font-size: 2em;
  }

  .logoline-logo-regular {
    max-width: 27vw;
  }

  .hero-coverimage {
    width: 130vw;
    max-width: 125vw;
    margin-left: -12.5%;
    bottom: 0;
  }

  .seo-area {
    padding: 12vw 8vw 3vw;
  }

  .name-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .name-list {
    grid-template-columns: 1fr;
  }

  .h-center {
    justify-content: flex-start;
    align-items: center;
  }

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

#w-node-a38b08c1-9be5-9dcb-5069-2d32e9436172-5f82ece5, #w-node-f7c77641-f45d-505e-605a-7ab03c365f34-5f82ece5, #w-node-_22772c0e-db17-15d4-a34d-043766f52e39-5f82ece5, #w-node-_62c5ab23-042b-40ba-725c-4407a03af8ab-5f82ece5, #w-node-_034d1f7f-ba37-f8b1-b8df-b169cf426cba-5f82ece5, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54cfb-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54cfd-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54cff-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54d01-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54d03-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54d05-5f82ece9, #w-node-_62a9a5dc-298d-2288-d3cc-369f58c54d07-5f82ece9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/Univers-ThinUltraCondensed.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/Univers-LightUltraCondensed.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univer Condensed';
  src: url('../fonts/UniveLigUltCon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Ultra Condensed';
  src: url('../fonts/UniversLTPro-ThinUltCond.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gothamrnd_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gothamrnd_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gothamrnd_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/gothamrnd_book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}