:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #fff;
  background-image: url('../images/Header-image-hd2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #28486f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #fff;
  padding-bottom: 10vh;
}

.section.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #324e76;
  text-align: center;
  background-color: #c7ff15;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #99c901;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #28486e;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.impr {
  color: #fff;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  align-self: center;
  width: 1000px;
  max-width: 90vw;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #28486f;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
  bottom: 136px;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 60vw;
  max-width: 60vw;
  margin-top: 10vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  object-fit: fill;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.black {
  color: #28486f;
  font-family: Lato, sans-serif;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #334f77;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #c7ff15;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  display: none;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.heading-4 {
  color: #2a486e;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.heading-5 {
  color: #28486e;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  color: #28486f;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-block-3 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.programmeintrag {
  text-align: center;
  border-bottom: 2px solid #28486e;
  width: 100%;
  max-width: none;
  padding-top: 52px;
  padding-bottom: 10px;
}

.untertitel {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.heading-6 {
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #28486f;
  font-style: italic;
}

.section-film-gray {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-film-gray.center {
  background-color: #cf0063;
  background-image: url('../images/Header-image-hd2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-film-gray.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-film-gray.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-gray.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-gray.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-film-gray.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-film-gray.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-film-gray.wide.img {
  background-color: #fff;
  padding-bottom: 0;
}

.section-film-gray.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-film-gray.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.filmtitel {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28 {
  padding-left: 0;
}

.feature-wrap-video {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50vw;
  max-width: 50vw;
  margin-top: 0;
  margin-bottom: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap-video.reverse {
  flex-direction: row-reverse;
}

.feature-wrap-video.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap-video.icons {
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.feature-videotrailer {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cell {
  text-align: left;
}

.section-film-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-film-white.center {
  background-color: #fff;
  background-image: url('../images/Header-image-hd2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-film-white.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-film-white.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-white.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-white.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-film-white.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-film-white.wide {
  background-color: #6ea8c6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-film-white.wide.img {
  background-color: #fff;
  padding-bottom: 10vh;
}

.section-film-white.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-film-white.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.heading-7 {
  color: #28486f;
  margin-bottom: 97px;
  font-family: Lato, sans-serif;
}

.link-3 {
  color: #28486f;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.section-film-gray-copy {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-film-gray-copy.center {
  background-color: #cf0063;
  background-image: url('../images/Header-image-hd2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-film-gray-copy.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-film-gray-copy.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-gray-copy.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-film-gray-copy.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-film-gray-copy.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-film-gray-copy.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-film-gray-copy.wide.img {
  background-color: #fff;
  padding-bottom: 0;
}

.section-film-gray-copy.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-film-gray-copy.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.filmtitel-copy {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.link-block {
  font-style: normal;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.black-copy {
  color: #28486f;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.title-copy {
  color: #28486f;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.title-copy.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.paragraph-5 {
  color: #28486f;
}

.title-infos {
  color: #28486f;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.title-infos.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-5 {
  background-color: #334f77;
  padding: 10px 8px 10px 11px;
}

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/Header-image-hd2.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
    padding-top: 20px;
    padding-left: 22px;
  }

  .feature-content {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .wrap {
    width: 700px;
  }

  .nav-menu-wrap {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    height: 100vh;
    padding-bottom: 3px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    align-items: flex-start;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    margin-top: 122px;
    font-size: 8vw;
    line-height: 7vh;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .programmeintrag {
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-film-gray.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .filmtitel {
    font-size: 18px;
  }

  .feature-wrap-video {
    align-items: flex-start;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-video.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .section-film-white.center {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/Header-image-hd2.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section-film-gray-copy.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .filmtitel-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-image: url('../images/Header-image-hd2.jpg');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .section.wide {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .nav-inner {
    padding-left: 12px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .title {
    white-space: normal;
    line-height: 30px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    margin-top: 99px;
    padding-bottom: 12px;
    line-height: 5vh;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-block-3 {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .filmtitel {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-wrap-video {
    flex-direction: row;
  }

  .feature-wrap-video.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap-video.icons.numbers {
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-film-white.wide {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .title-copy, .title-infos {
    white-space: normal;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-repeat: repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    padding-bottom: 10vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    flex-flow: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title {
    text-align: center;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 90%;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .heading-3 {
    margin-top: 144px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    align-self: center;
    padding-left: 38px;
    padding-right: 38px;
  }

  .paragraph-2 {
    padding-bottom: 20px;
  }

  .text-block-3 {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .programmeintrag {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 10px;
  }

  .section-film-gray.center {
    padding-bottom: 10vh;
  }

  .filmtitel {
    padding-top: 8px;
    padding-bottom: 80px;
    font-size: 28px;
    line-height: 34px;
  }

  .feature-wrap-video, .feature-wrap-video.reverse {
    flex-direction: column;
  }

  .feature-videotrailer {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .quick-stack {
    max-width: none;
  }

  .section-film-white.center, .section-film-gray-copy.center {
    padding-bottom: 10vh;
  }

  .title-copy {
    text-align: center;
  }

  .title-infos {
    text-align: center;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .image-5 {
    background-color: #334f77;
    padding: 10px 6px 10px 10px;
  }
}

#w-node-e74aed0e-82bd-b954-0eeb-fe38a52b69bc-9ca484f8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#Film-17\.08-Die-Eiche.w-node-ffd2a23d-5b3b-c9d6-4ee3-688103053244-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff8fc347-1cb5-7a87-d00b-da31698efaa5-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-18\.08-Die-Wiese.w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee160-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee17d-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-19\.08-Es-geht-doch.w-node-_2bed2193-e997-02b4-8edb-dee60eda3e83-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2bed2193-e997-02b4-8edb-dee60eda3ea0-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-20\.08-Mensche-Tiere.w-node-c74b18b6-441f-783f-a60e-97e2d8c346e9-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c74b18b6-441f-783f-a60e-97e2d8c34700-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-21\.08-Von-Menschen.w-node-c59c0f3e-b542-ac2c-4ca7-4f2d5c28050a-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c59c0f3e-b542-ac2c-4ca7-4f2d5c28051e-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-22\.08-Unser-Boden.w-node-ad2807f5-a814-79d2-9930-c5726f65163a-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad2807f5-a814-79d2-9930-c5726f651649-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-23\.08-Ernte.w-node-b48db45f-d9f5-d902-f714-e5c473dadfdf-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b48db45f-d9f5-d902-f714-e5c473dadfef-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-24\.08-Horror.w-node-_09c819d3-bd04-3830-2bb5-7c2ec72f3676-9ca484f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#Film-25\.08-WildeWald.w-node-_0ec255df-bb0e-6d08-6a1b-9cf707aa66e7-9ca484f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0ec255df-bb0e-6d08-6a1b-9cf707aa66f7-9ca484f8 {
  grid-column: span 2 / span 2;
}

#Film-24\.08-Horror.w-node-_68bac83c-dd02-0019-b5fb-3ebb5aeb4e84-9ca484f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e74aed0e-82bd-b954-0eeb-fe38a52b69bc-9ca484f8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #Film-17\.08-Die-Eiche.w-node-ffd2a23d-5b3b-c9d6-4ee3-688103053244-9ca484f8, #Film-18\.08-Die-Wiese.w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee160-9ca484f8, #Film-19\.08-Es-geht-doch.w-node-_2bed2193-e997-02b4-8edb-dee60eda3e83-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e74aed0e-82bd-b954-0eeb-fe38a52b69bc-9ca484f8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #Film-17\.08-Die-Eiche.w-node-ffd2a23d-5b3b-c9d6-4ee3-688103053244-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ffd2a23d-5b3b-c9d6-4ee3-688103053245-9ca484f8, #w-node-ffd2a23d-5b3b-c9d6-4ee3-688103053246-9ca484f8 {
    grid-column: span 2 / span 2;
  }

  #Film-18\.08-Die-Wiese.w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee160-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee161-9ca484f8, #w-node-_9cd7e70c-fbe5-30df-f0e7-bff65b0ee163-9ca484f8, #w-node-_2bed2193-e997-02b4-8edb-dee60eda3e84-9ca484f8, #w-node-_2bed2193-e997-02b4-8edb-dee60eda3e86-9ca484f8, #w-node-c74b18b6-441f-783f-a60e-97e2d8c346ea-9ca484f8, #w-node-c74b18b6-441f-783f-a60e-97e2d8c346ec-9ca484f8 {
    grid-column: span 2 / span 2;
  }

  #Film-21\.08-Von-Menschen.w-node-c59c0f3e-b542-ac2c-4ca7-4f2d5c28050a-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c59c0f3e-b542-ac2c-4ca7-4f2d5c28050b-9ca484f8, #w-node-c59c0f3e-b542-ac2c-4ca7-4f2d5c28050d-9ca484f8 {
    grid-column: span 2 / span 2;
  }

  #Film-22\.08-Unser-Boden.w-node-ad2807f5-a814-79d2-9930-c5726f65163a-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad2807f5-a814-79d2-9930-c5726f65163b-9ca484f8, #w-node-ad2807f5-a814-79d2-9930-c5726f65163d-9ca484f8 {
    grid-column: span 2 / span 2;
  }

  #Film-23\.08-Ernte.w-node-b48db45f-d9f5-d902-f714-e5c473dadfdf-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b48db45f-d9f5-d902-f714-e5c473dadfef-9ca484f8 {
    grid-column: span 1 / span 1;
  }

  #Film-24\.08-Horror.w-node-_09c819d3-bd04-3830-2bb5-7c2ec72f3676-9ca484f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #Film-25\.08-WildeWald.w-node-_0ec255df-bb0e-6d08-6a1b-9cf707aa66e7-9ca484f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ec255df-bb0e-6d08-6a1b-9cf707aa66f7-9ca484f8 {
    grid-column: span 1 / span 1;
  }

  #Film-24\.08-Horror.w-node-_68bac83c-dd02-0019-b5fb-3ebb5aeb4e84-9ca484f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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