@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-Bold.ttf') format("truetype"), url('../fonts/Exo-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Exo-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo Custom;
  src: url('../fonts/Exo-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #c45af4;
  --black: #1e1e20;
  --white: white;
  --medium-orchid: #f28045;
  --blue: #58bcbc;
  --green: #3cc823;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.body {
  color: #000;
  background-color: #bd6b7a;
  flex-wrap: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 160%;
  display: flex;
}

.caption {
  color: var(--purple);
  text-align: center;
  letter-spacing: 1.04px;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Sofia pro semi;
  font-size: 13px;
  line-height: 130%;
}

.overlay {
  z-index: 8888;
  opacity: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.menu {
  z-index: 99999;
  float: left;
  cursor: pointer;
  width: 45px;
  margin-top: 55px;
  margin-left: 0;
  display: none;
  position: static;
  inset: 0% auto 0% 0%;
}

.menu-bg {
  z-index: 8888;
  background-color: #c0b991;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.menu-right {
  z-index: 2147483647;
  color: #fff;
  background-color: #a8a78d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 34px 54px 0 60px;
  display: none;
  position: fixed;
}

.menu-links {
  z-index: 999999;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  position: static;
  left: 65px;
}

.link {
  opacity: .35;
  color: #fff;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: 1;
}

.link.w--current {
  opacity: 1;
  color: #fff;
  font-size: 18px;
}

.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;
}

.body-2 {
  background-color: var(--black);
}

.columns {
  margin-top: auto;
  position: sticky;
}

.column {
  padding-left: 60px;
}

.column-2 {
  padding-right: 60px;
}

.list-item-left {
  color: #fff;
  white-space: nowrap;
  margin-right: 16px;
  padding-left: 0;
  font-size: 12px;
}

.list {
  display: flex;
}

.list-item-right {
  color: #000;
  padding-left: 16px;
  font-size: 14px;
  display: flex;
}

.list-2 {
  justify-content: flex-end;
  display: flex;
}

.footer {
  z-index: 10;
  background-color: #1e362b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 14px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-2 {
  background-color: #0000;
  margin-top: auto;
  position: sticky;
}

.link-1 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-1:hover {
  text-decoration: underline;
}

.div-block-footer {
  background-color: #292929;
  padding-top: 25px;
  padding-bottom: 15px;
}

.div-block-home {
  background-color: #c99999;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.section-trailer {
  background-color: #000;
  background-image: linear-gradient(#000 51%, #224166);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 140px 35px 90px;
  display: flex;
  position: static;
}

.div-block-trailer {
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.section-home {
  background-image: url('../images/Heimatwandel_Still_01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
}

.div-block-inhalt {
  z-index: 1;
  background-color: #224166;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.section-inhalt {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-partner {
  background-color: #224166;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.section-partner {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 56vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 140%;
}

.paragraph-besetzung-stab {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 900px;
  font-size: 15px;
}

.paragraph-besetzung-stab-2 {
  color: #fff;
  text-align: center;
  width: 430px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.image-titel {
  width: 510px;
  position: static;
}

.div-block-intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: absolute;
}

.h1 {
  float: none;
  color: var(--white);
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 30px;
  position: static;
}

.image-hoferfilmtage {
  float: right;
  clear: none;
  width: 160px;
  margin-top: -126px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-intro-sub {
  justify-content: flex-start;
  align-items: flex-end;
  height: 120px;
  display: flex;
}

.lightbox-link {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-zitat {
  width: 630px;
  margin-top: 65px;
  margin-bottom: 70px;
}

.paragraph-zitat {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-zitat-2 {
  color: #bd6b7a;
  text-align: center;
  text-shadow: 1px 1px 12px #ffffff4d;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.h2-left {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 140%;
}

.paragraph-inhalt {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-inhalt-2 {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 590px;
  margin-top: 90px;
  margin-bottom: 110px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-inhalt-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.image-sumpfmann {
  width: 410px;
  margin-top: -506px;
  position: relative;
}

.div-block-sand {
  background-color: #b5af86;
  width: 600px;
  height: 300px;
  margin-top: -128px;
  position: relative;
}

.section-besetzung {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.image {
  width: 840px;
  position: static;
}

.div-block-trailer-play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-play-button {
  z-index: 110;
  cursor: pointer;
  width: 48px;
  margin-bottom: 15px;
  margin-left: 30px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-logo {
  margin-left: 18px;
  margin-right: 18px;
}

.div-block-logos-parade-1 {
  flex-direction: row;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.div-block-logos-parade-2 {
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-arri {
  width: 110px;
  padding-top: 13px;
}

.image-camelot {
  width: 100px;
}

.image-barrieri {
  width: 115px;
  margin-top: 12px;
}

.image-schaefersphilippen {
  width: 170px;
  margin-top: 13px;
}

.image-mfg {
  width: 185px;
  margin-top: 5px;
}

.div-block-kontakt {
  text-align: center;
  margin-left: 65px;
  margin-right: 65px;
}

.h3 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}

.paragraph-kontakt {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.image-cineimpuls {
  width: 78px;
}

.div-block-zitat-2-2 {
  background-color: #48757e;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  overflow: hidden;
}

.image-2 {
  width: 145px;
}

.link-mail {
  color: #fff;
  text-decoration: none;
}

.link-mail:hover {
  text-decoration: underline;
}

.link-extern {
  color: #fff;
  text-decoration: none;
}

.link-extern:hover {
  text-decoration: underline;
}

.div-block-logos-parade-1-1 {
  flex-direction: row;
  margin-top: 70px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.paragraph-besetzung-stab-3 {
  color: #fff;
  text-align: center;
  width: 430px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.div-block-social-media-instagram {
  opacity: .35;
  width: 26px;
  margin-top: 4px;
  margin-left: 13px;
  margin-right: 11px;
  transition: opacity .2s;
}

.div-block-social-media-instagram:hover {
  opacity: 1;
}

.div-block-social-media-facebook {
  opacity: .35;
  width: 28px;
  margin-top: 4px;
  margin-left: 11px;
  margin-right: 11px;
  transition: opacity .2s;
}

.div-block-social-media-facebook:hover {
  opacity: 1;
}

.div-block-besetzung {
  z-index: 1;
  background-color: #000;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-besetzung-bilder {
  margin-bottom: 25px;
  display: flex;
}

.h4 {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-stab {
  z-index: 1;
  background-color: #b5af86;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-stab-text {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-besetzung-johannes, .image-besetzung-maja, .image-besetzung-hannes, .image-besetzung-konrad, .image-besetzung-max, .image-besetzung-michael {
  width: 290px;
}

.div-block-besetzung-b-t-johannes, .div-block-besetzung-b-t-maja, .div-block-besetzung-b-t-hannes, .div-block-besetzung-b-t-konrad, .div-block-besetzung-b-t-max, .div-block-besetzung-b-t-michael {
  width: 290px;
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-pressekit {
  z-index: 1;
  background-color: #000;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: static;
  overflow: hidden;
}

.section-presse {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-pressekit-1 {
  width: 290px;
  overflow: hidden;
}

.div-block-pressekit-headline {
  margin-bottom: 45px;
}

.paragraph-pressekit {
  color: #fff;
  margin-top: -20px;
  font-family: Exo Custom, sans-serif;
  font-size: 16px;
}

.image-filmplakat {
  width: 100%;
  max-width: none;
  height: auto;
  transition: transform .3s;
}

.image-filmplakat:hover {
  overflow: visible;
  transform: scale(1.2);
}

.div-block-pressekit-2 {
  width: 290px;
  overflow: hidden;
}

.column-5, .column-6 {
  padding-left: 25px;
  padding-right: 25px;
}

.columns-3 {
  margin-bottom: 30px;
}

.div-block-festivals-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-festival-1 {
  margin-left: 10px;
  margin-right: 35px;
  display: block;
}

.div-block-festival-2, .div-block-festival-3 {
  margin-left: 35px;
  margin-right: 35px;
  display: block;
}

.div-block-impressum {
  z-index: 1;
  background-color: #bd6b7a;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.section-impressum {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-impressum-text {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.h2-impressum {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-impressum {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  width: 920px;
  font-size: 16px;
}

.link-impressum {
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
}

.section-partner-impressum {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-impressum-2 {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 9px;
  display: flex;
  position: sticky;
  inset: auto auto 0% 0%;
}

.div-block-close-impressum {
  z-index: 9999;
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  position: fixed;
}

.div-block-close-impressum:hover {
  opacity: 1;
}

.link-close {
  opacity: .35;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-close:hover {
  opacity: 1;
}

.link-close.w--current {
  opacity: 1;
  color: #fff;
  font-size: 16px;
}

.link-impressum-datenschutz {
  opacity: .35;
  color: #fff;
  letter-spacing: 1px;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-impressum-datenschutz:hover {
  opacity: 1;
}

.link-impressum-datenschutz.w--current {
  opacity: 1;
  color: #fff;
  font-size: 16px;
}

.div-block-festivals-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-festival-5 {
  margin-left: 35px;
  margin-right: 10px;
  display: block;
}

.div-block-festivals-all {
  display: flex;
}

.div-block-festival-4 {
  margin-left: 35px;
  margin-right: 35px;
  display: block;
}

.div-block-interview {
  z-index: 1;
  background-color: #b5af86;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.section-interview {
  flex-flow: column;
  place-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-bild {
  z-index: 1;
  background-color: #c0b991;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.section-bild-hannes {
  background-image: url('../images/Heimatwandel_Still_02.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.section-bild-maja {
  background-image: url('../images/Heimatwandel_Still_05.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.div-block-kontakt-wrapper-2 {
  display: flex;
}

.image-alias {
  width: 190px;
  padding-top: 6px;
}

.div-block-logo-wrapper-1 {
  align-items: center;
  display: flex;
}

.div-block-logo-wrapper-2 {
  display: flex;
}

.div-block-logo-wrapper {
  margin-bottom: 5px;
  display: flex;
}

.div-block-impressum-3 {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 9px;
  display: flex;
  position: sticky;
  inset: auto auto 0% 0%;
}

.div-block-impressum-wrapper {
  flex: 1;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.text-block-sacha-studio {
  color: #fff;
  letter-spacing: 3px;
  padding-right: 12px;
  font-family: Montserrat Custom, sans-serif;
  font-weight: 700;
}

.link-sacha-studio {
  opacity: .35;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.link-sacha-studio:hover {
  opacity: 1;
}

.div-block-zitat-1 {
  width: 620px;
  margin-top: 245px;
  margin-bottom: 70px;
}

.paragraph-zitat-1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000000bf;
  margin-bottom: 8px;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.div-block-stab-text-tech {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph-text-tech {
  color: #fff;
  text-align: center;
  width: 960px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-zitat-quelle {
  color: #c0b991;
  text-align: center;
  text-shadow: 1px 1px 1px #0006;
  width: 310px;
  line-height: 24px;
}

.div-block-zitat-quelle {
  flex-direction: column;
  align-items: center;
  width: 610px;
  margin-top: 65px;
  margin-bottom: 70px;
  display: flex;
}

.div-block-logo-wrapper-1-2 {
  display: flex;
}

.div-block-logo-mfg {
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-interview-text-wrapper {
  z-index: 1;
  flex-flow: wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph-interview-1-1 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
}

.div-block-interview-text-1-1 {
  z-index: 1;
  flex-flow: column wrap;
  place-content: center flex-start;
  align-self: center;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph-interview-1-1-fussnote {
  color: #fff;
  text-align: left;
  align-self: auto;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-black-solid-left {
  z-index: 105;
  background-color: #000;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-black-solid-right {
  z-index: 105;
  background-color: #000;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.paragraph-zitat-2-2 {
  color: #c0b991;
  text-align: center;
  text-shadow: 1px 1px 12px #fff3;
}

.h2-statement {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 32px;
  font-size: 46px;
}

.div-block-kinotermine {
  z-index: 1;
  background-color: #bd6b7a;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: static;
  overflow: hidden;
}

.section-kinotermine {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.kinowecker {
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 11px 42px;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.kinowecker-text {
  font-size: 20px;
}

.div-block-im-kino {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-zitat-middel {
  text-align: center;
  width: 610px;
  margin-top: 65px;
  margin-bottom: 70px;
}

.div-block-zitat-2 {
  width: 270px;
}

.paragraph-zitat-2-2-2 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 14px;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-zitat-2-2-2-2 {
  color: #c0b991;
  text-align: center;
  text-shadow: 1px 1px 12px #ffffff4d;
  margin-bottom: 0;
  font-size: 14px;
}

.h2-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 65px;
  font-size: 46px;
}

.div-block-zitat-2-first {
  width: 270px;
}

.div-wrapper-zitate-2 {
  justify-content: space-between;
  width: 630px;
  margin-top: 70px;
  margin-bottom: 65px;
  display: flex;
}

.paragraph-zitat-2-2-2-os {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #0000001a;
  margin-bottom: 14px;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-zitat-2-2-2-2-os {
  color: #c0b991;
  text-align: center;
  text-shadow: 1px 1px 12px #ffffff0d;
  font-size: 14px;
}

.div-block-sterne {
  justify-content: center;
  margin-top: 3px;
  display: flex;
}

.sterne-image {
  width: 19px;
  margin-left: 6px;
  margin-right: 6px;
}

.section-zitat-2 {
  background-image: url('../images/Heimatwandel_Still_04.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.paragraph-link-extern {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.div-wrapper-zitate-1 {
  justify-content: space-between;
  width: 920px;
  margin-top: 115px;
  margin-bottom: 65px;
  display: flex;
}

.div-block-zitat-2-first-2 {
  width: 300px;
}

.div-block-zitat-2-first-copy {
  width: 290px;
}

.div-block-zitat-3 {
  width: 620px;
  margin-top: 0;
  margin-bottom: 65px;
}

.div-block {
  z-index: 10000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 74px;
  margin-right: -277px;
  display: flex;
  position: absolute;
  inset: 2% -1% 0% auto;
}

.text-block {
  color: #fff;
  text-align: center;
  width: 190px;
  font-size: 24px;
  line-height: 27px;
}

.div-block-vod {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.pantaflix {
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 11px 42px;
}

.paragraph-vod {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  width: 900px;
  font-size: 15px;
}

.div-block-2 {
  background-image: linear-gradient(#000000de 2%, #fff0 25%);
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.text-block-1 {
  color: #fff;
  text-align: left;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.h1-titel {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 120px;
  line-height: 90px;
}

.div-block-stab-middel {
  justify-content: center;
  width: 540px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.div-block-stab-left {
  width: 250px;
  margin-right: 10px;
}

.div-block-stab-right {
  text-align: left;
  width: 250px;
  margin-left: 10px;
}

.text-block-left {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.text-block-right {
  color: #fff;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.text-block-left-copy {
  color: #fff;
  text-align: right;
  font-weight: 700;
}

.div-block-stab-text-copy {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-im-kino-termine {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-block-2 {
  padding-top: 10px;
}

.sacha-logo {
  color: #fff;
  letter-spacing: 3px;
  padding-top: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-stab-middel-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  display: flex;
}

.div-block-stab-kino {
  width: 250px;
}

.div-block-stab-datum {
  text-align: left;
  width: 250px;
}

.text-block-kino {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-datum {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.bold-text-3 {
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  letter-spacing: 1px;
  font-weight: 600;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-top: 20px;
  margin-left: .75rem;
  padding: .425rem;
  position: absolute;
  top: -2.3rem;
  left: -28.1953px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  min-width: 7.5rem;
  padding: .425rem 1.25rem;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 180%;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  min-width: 7.5rem;
  margin-bottom: 15px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 180%;
}

.fs-cc-prefs_button {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 180%;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  font-family: Oswald, sans-serif;
  font-size: .75rem;
  line-height: 180%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #ffffffeb;
  border-radius: 20px;
  width: 220px;
  height: 310px;
  margin-top: 43px;
  padding: 1.5rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px solid #000;
  margin-top: 14px;
  margin-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Montserrat Custom, sans-serif;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: .75rem;
  line-height: 180%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_text {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_close-icon {
  color: #000;
  width: 1.3rem;
  height: 1.3rem;
  font-family: Montserrat Custom, sans-serif;
  font-size: 13px;
}

.wrapper-footer-cookie {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  font-size: 0;
  display: block;
  position: static;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_button {
  opacity: .35;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .25rem;
  transition: opacity .2s, color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  opacity: 1;
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 1.2rem;
  height: 1.2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.bold-text-6 {
  line-height: 180%;
}

.link-block-2 {
  display: block;
}

.text-trailer {
  color: #fff;
  margin-bottom: 24px;
  margin-left: 89px;
  font-size: 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-filmge {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-stab-filmtermine {
  z-index: 1;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: static;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .list-item-left, .link-1 {
    font-size: 14px;
  }

  .image-titel {
    width: 640px;
  }

  .div-block-intro {
    margin-left: 70px;
    margin-right: 70px;
  }

  .image-hoferfilmtage {
    width: 190px;
    margin-top: -149px;
  }

  .image-sumpfmann {
    width: 430px;
  }

  .div-block-sand {
    margin-top: -146px;
  }

  .image {
    width: 870px;
  }

  .image-besetzung-johannes, .image-besetzung-maja, .image-besetzung-hannes, .image-besetzung-konrad, .image-besetzung-max, .image-besetzung-michael, .div-block-besetzung-b-t-johannes, .div-block-besetzung-b-t-maja, .div-block-besetzung-b-t-hannes, .div-block-besetzung-b-t-konrad, .div-block-besetzung-b-t-max, .div-block-besetzung-b-t-michael {
    width: 340px;
  }

  .div-block-pressekit-1 {
    width: 300px;
  }

  .div-block-pressekit-headline {
    margin-bottom: 50px;
  }

  .image-filmplakat {
    width: 100%;
  }

  .div-block-pressekit-2 {
    width: 300px;
  }

  .div-block-impressum-text {
    align-items: flex-start;
  }

  .paragraph-impressum {
    text-align: left;
  }

  .div-block-zitat-1 {
    margin-bottom: 60px;
  }

  .div-wrapper-zitate-2 {
    width: 670px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-bg {
    display: none;
  }

  .menu-right {
    padding-left: 40px;
    padding-right: 34px;
    position: fixed;
    left: 0;
  }

  .menu-links {
    margin-top: 15px;
    margin-left: 15px;
  }

  .link, .link.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .column {
    padding-left: 40px;
    line-height: 180%;
  }

  .column-2 {
    padding-right: 40px;
    line-height: 180%;
  }

  .list-item-left {
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 120%;
  }

  .list {
    flex-direction: column;
    padding-left: 0;
    font-size: 11px;
    line-height: 180%;
  }

  .list-item-right {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    font-size: 12px;
    line-height: 120%;
  }

  .list-2 {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 63px;
    padding-left: 0;
    line-height: 180%;
  }

  .footer {
    padding-bottom: 10px;
    line-height: 140%;
  }

  .footer-2 {
    line-height: 180%;
  }

  .div-block-footer {
    padding-bottom: 12px;
  }

  .div-block-home {
    width: 100vw;
  }

  .section-trailer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-trailer {
    width: 100vw;
  }

  .section-home {
    background-position: 50%;
  }

  .div-block-inhalt, .div-block-partner {
    width: 100vw;
  }

  .section-partner {
    flex-direction: column;
    padding-bottom: 75px;
  }

  .h2 {
    font-size: 46px;
    line-height: 42px;
  }

  .paragraph-besetzung-stab {
    width: 680px;
    font-size: 14px;
    line-height: 180%;
  }

  .image-titel {
    width: 440px;
  }

  .div-block-intro {
    margin-bottom: 20px;
  }

  .h1 {
    font-size: 21px;
    line-height: 31px;
  }

  .image-hoferfilmtage {
    width: 130px;
    margin-top: -102px;
  }

  .div-block-intro-sub {
    height: 90px;
  }

  .paragraph-zitat {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 140%;
  }

  .paragraph-zitat-2 {
    font-size: 14px;
  }

  .paragraph-inhalt {
    font-size: 18px;
  }

  .div-block-inhalt-2 {
    width: 100vw;
    max-width: 530px;
  }

  .image-sumpfmann {
    width: 330px;
    margin-top: -403px;
  }

  .div-block-sand {
    margin-top: -132px;
  }

  .section-besetzung {
    overflow: hidden;
  }

  .image-play-button {
    width: 45px;
  }

  .image-arri {
    width: 95px;
  }

  .image-camelot {
    width: 85px;
  }

  .image-barrieri {
    width: 100px;
  }

  .image-schaefersphilippen {
    width: 155px;
  }

  .image-mfg {
    width: 165px;
  }

  .div-block-kontakt {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-zitat-2-2 {
    width: 100vw;
  }

  .image-2 {
    width: 130px;
  }

  .div-block-social-media-instagram {
    margin-left: 11px;
    margin-right: 9px;
  }

  .div-block-social-media-facebook {
    margin-left: 9px;
    margin-right: 10px;
  }

  .div-block-besetzung {
    width: 100vw;
    overflow: hidden;
  }

  .h4 {
    font-size: 14px;
  }

  .div-block-stab, .div-block-stab-text {
    width: 100vw;
  }

  .div-block-besetzung-b-t-johannes, .div-block-besetzung-b-t-maja, .div-block-besetzung-b-t-hannes, .div-block-besetzung-b-t-konrad, .div-block-besetzung-b-t-max, .div-block-besetzung-b-t-michael {
    width: 225px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-pressekit {
    width: 100vw;
  }

  .div-block-festival-1 {
    margin-right: 15px;
  }

  .div-block-festival-2, .div-block-festival-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-impressum {
    width: 100vw;
  }

  .section-impressum {
    margin-left: 90px;
    margin-right: 37px;
  }

  .div-block-impressum-text {
    width: 100vw;
  }

  .h2-impressum {
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph-impressum {
    width: 650px;
    font-size: 14px;
    line-height: 180%;
  }

  .link-close {
    font-size: 14px;
  }

  .link-impressum-datenschutz {
    font-size: 15px;
  }

  .div-block-festival-5 {
    margin-left: 15px;
  }

  .div-block-festival-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-interview, .div-block-bild {
    width: 100vw;
  }

  .section-bild-hannes {
    min-height: 60vh;
  }

  .div-block-kontakt-wrapper-2 {
    margin-bottom: 30px;
  }

  .image-alias {
    width: 175px;
    padding-top: 3px;
  }

  .div-block-impressum-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .link-sacha-studio {
    font-size: 15px;
  }

  .div-block-zitat-1 {
    width: 530px;
    margin-bottom: 65px;
  }

  .paragraph-zitat-1 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 140%;
  }

  .div-block-stab-text-tech {
    width: 100vw;
  }

  .paragraph-text-tech {
    width: 460px;
    font-size: 20px;
    line-height: 160%;
  }

  .paragraph-zitat-quelle {
    width: 320px;
    font-size: 14px;
  }

  .div-block-interview-text-wrapper {
    flex-direction: column;
    width: 100vw;
  }

  .paragraph-interview-1-1 {
    width: 610px;
    font-size: 16px;
    line-height: 180%;
  }

  .div-block-interview-text-1-1 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-interview-1-1-fussnote {
    width: 610px;
    font-size: 14px;
    line-height: 180%;
  }

  .div-block-black-solid-left, .div-block-black-solid-right {
    z-index: 101;
  }

  .paragraph-zitat-2-2 {
    font-size: 14px;
  }

  .h2-statement {
    font-size: 46px;
    line-height: 42px;
  }

  .div-block-kinotermine {
    width: 100vw;
  }

  .section-kinotermine {
    overflow: hidden;
  }

  .div-block-im-kino {
    width: 100vw;
  }

  .div-block-zitat-middel {
    width: 630px;
  }

  .div-block-zitat-2 {
    width: 470px;
    margin-bottom: 35px;
  }

  .paragraph-zitat-2-2-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-zitat-2-2-2-2 {
    font-size: 13px;
  }

  .h2-2 {
    font-size: 46px;
    line-height: 42px;
  }

  .div-block-zitat-2-first {
    width: 470px;
    margin-bottom: 35px;
  }

  .div-wrapper-zitate-2 {
    width: 600px;
    margin-bottom: 75px;
  }

  .paragraph-zitat-2-2-2-os {
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-zitat-2-2-2-2-os {
    font-size: 13px;
  }

  .sterne-image {
    width: 18px;
  }

  .section-zitat-2 {
    min-height: 60vh;
  }

  .paragraph-link-extern {
    font-size: 14px;
    line-height: 140%;
  }

  .div-wrapper-zitate-1 {
    flex-direction: column;
    align-items: center;
    width: 510px;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .div-block-zitat-3 {
    width: 530px;
  }

  .div-block-vod {
    width: 100vw;
  }

  .paragraph-vod {
    width: 680px;
    font-size: 14px;
    line-height: 180%;
  }

  .text-block-1 {
    margin-left: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .h1-titel {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-stab-text-copy, .div-block-im-kino-termine {
    width: 100vw;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-footer-cookie {
    margin-top: 3px;
  }

  .fs-cc-manager_icon {
    width: 1rem;
    height: 1rem;
  }

  .text-trailer {
    margin-bottom: 22px;
    margin-left: 87px;
  }

  .div-block-stab-filmtermine {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: none;
  }

  .menu {
    width: 38px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: block;
    inset: 0% 0% auto auto;
  }

  .menu-bg {
    background-color: #bd6b7a;
    display: block;
  }

  .menu-right {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0 25px;
    display: block;
  }

  .menu-links {
    flex-direction: column;
    margin-top: 9px;
    margin-left: 9px;
  }

  .link, .link.w--current {
    padding: 11px;
    font-size: 35px;
    line-height: 100%;
  }

  .column {
    padding-left: 35px;
  }

  .column-2 {
    padding-right: 35px;
  }

  .list-item-left, .list-item-right {
    font-size: 11px;
  }

  .footer {
    margin-bottom: 0;
    padding-bottom: 5px;
    line-height: 140%;
  }

  .footer-2 {
    line-height: 140%;
  }

  .section-trailer {
    padding-top: 120px;
  }

  .section-home {
    background-position: 50%;
    flex-direction: row;
  }

  .div-block-partner {
    display: flex;
  }

  .section-partner {
    justify-content: center;
    align-items: center;
    width: 420px;
    padding-bottom: 75px;
  }

  .h2 {
    font-size: 44px;
  }

  .paragraph-besetzung-stab {
    width: 510px;
    font-size: 12px;
  }

  .paragraph-besetzung-stab-2 {
    width: 340px;
    font-size: 14px;
    line-height: 160%;
  }

  .div-block-intro {
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 21px;
  }

  .image-hoferfilmtage {
    width: 85px;
    margin-top: -67px;
    display: block;
  }

  .div-block-intro-sub {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-zitat {
    width: 410px;
    margin-bottom: 55px;
  }

  .paragraph-zitat {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .paragraph-zitat-2 {
    font-size: 12px;
  }

  .h2-left {
    font-size: 44px;
  }

  .paragraph-inhalt {
    font-size: 16px;
  }

  .div-block-inhalt-2 {
    max-width: 390px;
    margin-top: 70px;
    margin-bottom: 90px;
  }

  .image-sumpfmann {
    width: 280px;
    margin-top: -498px;
  }

  .div-block-sand {
    width: 440px;
    margin-top: -86px;
  }

  .image-play-button {
    width: 35px;
    margin-left: 20px;
  }

  .div-block-logos-parade-2 {
    margin-top: 27px;
  }

  .image-arri {
    width: 96px;
  }

  .image-camelot {
    width: 82px;
  }

  .image-barrieri {
    width: 100px;
  }

  .image-schaefersphilippen {
    width: 151px;
  }

  .image-mfg {
    width: 165px;
  }

  .div-block-kontakt {
    margin-left: 0;
    margin-right: 0;
  }

  .h3 {
    font-size: 34px;
  }

  .paragraph-kontakt {
    font-size: 14px;
    line-height: 160%;
  }

  .image-cineimpuls {
    width: 61px;
  }

  .image-2 {
    width: 119px;
  }

  .paragraph-besetzung-stab-3 {
    width: 340px;
    font-size: 14px;
  }

  .div-block-social-media-instagram {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .div-block-social-media-facebook {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .div-block-besetzung-bilder {
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-besetzung-johannes {
    width: 290px;
  }

  .div-block-besetzung-b-t-johannes, .div-block-besetzung-b-t-maja, .div-block-besetzung-b-t-hannes, .div-block-besetzung-b-t-konrad, .div-block-besetzung-b-t-max, .div-block-besetzung-b-t-michael {
    width: 290px;
    margin-bottom: 5px;
  }

  .div-block-pressekit-1 {
    width: 190px;
    height: auto;
  }

  .paragraph-pressekit {
    font-size: 14px;
  }

  .div-block-pressekit-2 {
    width: 190px;
    height: auto;
  }

  .column-5 {
    padding-right: 20px;
  }

  .column-6 {
    padding-left: 20px;
  }

  .columns-3 {
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-festivals-1 {
    margin-bottom: 40px;
  }

  .div-block-festival-1, .div-block-festival-2, .div-block-festival-3 {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2-impressum {
    font-size: 30px;
  }

  .paragraph-impressum {
    width: 450px;
    font-size: 12px;
  }

  .link-impressum.link-extern {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .section-partner-impressum {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-impressum-2 {
    margin-bottom: 0;
    margin-left: 25px;
    font-size: 16px;
  }

  .link-close {
    font-size: 12px;
    line-height: 100%;
  }

  .link-close.w--current {
    font-size: 40px;
    line-height: 100%;
  }

  .link-impressum-datenschutz {
    font-size: 12px;
    line-height: 100%;
  }

  .link-impressum-datenschutz.w--current {
    font-size: 40px;
    line-height: 100%;
  }

  .div-block-festival-5 {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-festivals-all {
    flex-direction: column;
  }

  .div-block-festival-4 {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-bild-hannes {
    min-height: 50vh;
  }

  .div-block-kontakt-wrapper-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-alias {
    width: 148px;
  }

  .div-block-logo-wrapper-1 {
    align-items: center;
    margin-bottom: 42px;
  }

  .div-block-logo-wrapper-2 {
    justify-content: center;
  }

  .div-block-logo-wrapper {
    flex-direction: column;
  }

  .div-block-impressum-3 {
    margin-bottom: 22px;
    margin-left: 25px;
    font-size: 16px;
  }

  .div-block-impressum-wrapper {
    flex-flow: row;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .link-sacha-studio {
    font-size: 12px;
  }

  .div-block-zitat-1 {
    width: 360px;
    margin-top: 220px;
    margin-bottom: 20px;
  }

  .paragraph-zitat-1 {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-text-tech {
    width: 450px;
    font-size: 14px;
  }

  .paragraph-zitat-quelle {
    width: 270px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-zitat-quelle {
    width: 410px;
  }

  .div-block-logo-wrapper-1-2 {
    margin-bottom: 40px;
  }

  .div-block-logo-mfg {
    margin-bottom: 4px;
  }

  .paragraph-interview-1-1 {
    width: 400px;
    font-size: 12px;
  }

  .paragraph-interview-1-1-fussnote {
    width: 335px;
    font-size: 12px;
  }

  .paragraph-zitat-2-2 {
    font-size: 12px;
  }

  .h2-statement {
    text-align: center;
    width: 400px;
    font-size: 44px;
  }

  .kinowecker {
    padding: 9px 22px 8px 20px;
  }

  .kinowecker-text {
    font-size: 15px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .div-block-im-kino {
    margin-bottom: 55px;
  }

  .div-block-zitat-middel {
    width: 410px;
  }

  .div-block-zitat-2 {
    width: 410px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .paragraph-zitat-2-2-2 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .paragraph-zitat-2-2-2-2 {
    font-size: 12px;
  }

  .h2-2 {
    font-size: 44px;
  }

  .div-block-zitat-2-first {
    width: 410px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .div-wrapper-zitate-2 {
    flex-direction: column;
    align-items: center;
    width: 420px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .paragraph-zitat-2-2-2-os {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .paragraph-zitat-2-2-2-2-os {
    font-size: 12px;
  }

  .div-block-sterne {
    margin-top: 0;
  }

  .sterne-image {
    width: 15px;
  }

  .section-zitat-2 {
    min-height: 50vh;
  }

  .paragraph-link-extern {
    margin-top: 25px;
    font-size: 12px;
  }

  .div-wrapper-zitate-1 {
    flex-direction: column;
    align-items: center;
    width: 430px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .div-block-zitat-2-first-2 {
    width: 410px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-zitat-2-first-copy {
    width: 410px;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .div-block-zitat-3 {
    width: 360px;
  }

  .div-block-vod {
    margin-top: 65px;
    margin-bottom: 55px;
  }

  .pantaflix {
    padding: 9px 22px 8px 20px;
  }

  .paragraph-vod {
    width: 510px;
    font-size: 12px;
  }

  .text-block-1 {
    margin-top: 4px;
    margin-left: 3px;
    font-size: 23px;
  }

  .h1-titel {
    margin-bottom: 0;
    font-size: 62px;
    line-height: 62px;
  }

  .div-block-stab-middel {
    text-align: left;
    flex-flow: row;
    width: 440px;
    margin-bottom: 2px;
  }

  .div-block-stab-left {
    text-align: left;
    width: 240px;
  }

  .div-block-stab-right {
    text-align: left;
    width: 240px;
    margin-left: 0;
  }

  .text-block-left {
    text-align: right;
    font-size: 14px;
    line-height: 160%;
  }

  .text-block-right {
    text-align: left;
    font-size: 14px;
    line-height: 160%;
  }

  .text-block-left-copy {
    text-align: center;
  }

  .sacha-logo {
    padding-top: 0;
    font-size: 16px;
  }

  .div-block-stab-middel-2 {
    text-align: center;
    flex-flow: column;
    width: 440px;
  }

  .div-block-stab-kino {
    text-align: left;
    width: 240px;
  }

  .div-block-stab-datum {
    text-align: left;
    width: 240px;
    margin-left: 0;
  }

  .text-block-kino, .text-block-datum {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-3, .bold-text-5 {
    line-height: 160%;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-footer-cookie {
    margin-top: 6px;
  }

  .fs-cc-manager_icon {
    width: .9rem;
    height: .9rem;
  }

  .text-trailer {
    margin-bottom: 17px;
    margin-left: 66px;
    font-size: 20px;
  }

  .text-block-filmge {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #c0b991;
  }

  .caption {
    text-align: left;
    flex-wrap: nowrap;
    font-size: 14px;
    display: flex;
  }

  .overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    inset: 0% auto;
  }

  .menu {
    margin-top: 20px;
  }

  .menu-right {
    background-color: #0000;
    padding: 0 20px;
  }

  .menu-links {
    margin-left: 9px;
    margin-right: 0;
    left: auto;
  }

  .column {
    padding-left: 20px;
  }

  .column-2 {
    padding-right: 20px;
  }

  .footer {
    z-index: auto;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .section-trailer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-inhalt {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-partner {
    flex-flow: column;
  }

  .section-partner {
    align-items: center;
    width: 320px;
    padding-bottom: 85px;
  }

  .h2 {
    font-size: 30px;
  }

  .paragraph-besetzung-stab, .paragraph-besetzung-stab-2 {
    width: 340px;
    line-height: 180%;
  }

  .div-block-intro {
    margin-bottom: 105px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    width: 210px;
    margin-top: 20px;
    line-height: 20px;
  }

  .image-hoferfilmtage {
    margin-top: -72px;
  }

  .div-block-intro-sub {
    height: 95px;
  }

  .div-block-zitat {
    width: 290px;
    margin-bottom: 50px;
  }

  .h2-left {
    font-size: 30px;
  }

  .paragraph-inhalt {
    text-align: left;
    font-size: 14px;
  }

  .div-block-inhalt-2 {
    width: 320px;
    max-width: 320px;
    margin-bottom: 65px;
  }

  .div-block-inhalt-image {
    width: 320px;
    max-width: 320px;
  }

  .image-sumpfmann {
    width: 250px;
    margin-top: -730px;
  }

  .div-block-sand {
    width: 320px;
    margin-top: -70px;
  }

  .section-besetzung {
    flex-flow: column;
  }

  .image {
    width: 320px;
  }

  .image-play-button {
    width: 25px;
    margin-bottom: 10px;
    margin-left: 13px;
  }

  .div-block-logo {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-logos-parade-2 {
    margin-top: 20px;
  }

  .image-arri {
    width: 84px;
    padding-top: 3px;
  }

  .image-camelot {
    width: 72px;
    padding-top: 0;
  }

  .image-barrieri {
    width: 94px;
    margin-top: 0;
  }

  .image-schaefersphilippen {
    width: 145px;
    margin-top: 0;
  }

  .image-mfg {
    width: 150px;
  }

  .h3 {
    font-size: 30px;
  }

  .paragraph-kontakt {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 160%;
  }

  .image-cineimpuls {
    padding-top: 0;
  }

  .image-2 {
    width: 113px;
  }

  .div-block-logos-parade-1-1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .paragraph-besetzung-stab-3 {
    width: 340px;
  }

  .div-block-stab-text {
    align-content: center;
  }

  .div-block-pressekit {
    display: none;
  }

  .div-block-pressekit-1 {
    width: 230px;
  }

  .paragraph-pressekit {
    text-align: center;
    font-size: 12px;
  }

  .div-block-pressekit-2 {
    width: 230px;
  }

  .column-5 {
    margin-bottom: 25px;
    padding-left: 20px;
  }

  .column-6 {
    margin-bottom: 25px;
    padding-right: 20px;
  }

  .columns-3 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-festivals-1 {
    margin-bottom: 20px;
  }

  .div-block-festival-1 {
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-festival-2 {
    width: 90px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-festival-3 {
    width: 90px;
    margin-left: 10px;
    margin-right: 0;
  }

  .section-impressum {
    margin-left: 45px;
    margin-right: 15px;
  }

  .div-block-impressum-text {
    padding-left: 0;
  }

  .h2-impressum {
    text-align: left;
    font-size: 20px;
  }

  .paragraph-impressum {
    width: 290px;
    font-size: 10px;
  }

  .section-partner-impressum {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-impressum-2 {
    justify-content: center;
    margin-left: 0;
  }

  .div-block-close-impressum {
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .link-impressum-datenschutz {
    font-size: 12px;
  }

  .div-block-festival-5 {
    width: 90px;
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-festival-4 {
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
  }

  .section-bild-hannes {
    min-height: 40vh;
  }

  .image-alias {
    width: 129px;
    padding-top: 0;
  }

  .div-block-logo-wrapper-1 {
    margin-bottom: 32px;
  }

  .div-block-impressum-3 {
    justify-content: center;
    margin-left: 0;
  }

  .div-block-impressum-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .div-block-zitat-1 {
    width: 190px;
    margin-top: 155px;
    margin-bottom: 25px;
  }

  .paragraph-zitat-1 {
    margin-bottom: 1px;
    font-weight: 400;
  }

  .paragraph-text-tech {
    width: 340px;
    line-height: 180%;
  }

  .div-block-zitat-quelle {
    width: 290px;
  }

  .div-block-logo-wrapper-1-2 {
    margin-top: 2px;
    margin-bottom: 28px;
  }

  .div-block-logo-mfg {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-interview-1-1 {
    width: 290px;
    line-height: 180%;
  }

  .paragraph-interview-1-1-fussnote {
    width: 265px;
    line-height: 180%;
  }

  .paragraph-zitat-2-2 {
    font-weight: 400;
  }

  .h2-statement {
    text-align: center;
    width: 290px;
    font-size: 30px;
    line-height: 110%;
  }

  .div-block-zitat-middel {
    width: 290px;
  }

  .div-block-zitat-2 {
    width: 270px;
  }

  .h2-2 {
    font-size: 30px;
  }

  .div-block-zitat-2-first {
    width: 270px;
    margin-top: 28px;
  }

  .div-wrapper-zitate-2 {
    width: 310px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .section-zitat-2 {
    min-height: 40vh;
  }

  .div-wrapper-zitate-1 {
    width: 310px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .div-block-zitat-2-first-2, .div-block-zitat-2-first-copy {
    width: 270px;
  }

  .div-block-zitat-3 {
    width: 190px;
  }

  .paragraph-vod {
    width: 340px;
    line-height: 180%;
  }

  .text-block-1 {
    margin-top: 5px;
    margin-left: 2px;
    font-size: 20px;
  }

  .h1-titel {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-stab-middel {
    width: 320px;
  }

  .div-block-stab-left {
    width: 160px;
  }

  .div-block-stab-right {
    width: 150px;
  }

  .sacha-logo {
    font-size: 13px;
  }

  .div-block-stab-middel-2 {
    width: 320px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -2.4rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    width: auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_component {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-trailer {
    margin-bottom: 2px;
    margin-left: 45px;
    font-size: 17px;
    bottom: 3%;
  }

  .text-block-filmge {
    width: 240px;
  }

  .div-block-stab-filmtermine {
    align-content: center;
  }
}


@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Bold.ttf') format('truetype'), url('../fonts/Exo-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Exo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}