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

@font-face {
  font-family: Avenirltstd roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --rot: #fe0300;
  --white: white;
  --yellow: #ffff18;
  --white-60: #fff9;
  --rot-shadow: #770f0f;
  --rot-90: #fe0300cc;
  --tab-current: #fe030033;
}

body {
  color: #333;
  text-transform: uppercase;
  font-family: Dresden elektronik, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

a {
  color: var(--rot);
  text-decoration: none;
}

a:hover {
  color: var(--rot);
  text-shadow: 0 0 6px #770f0f80;
}

strong {
  font-weight: bold;
}

.scroll-snap-wrapper {
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.scroll-snap-code {
  display: none;
}

.section-1 {
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section-2 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

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

.title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.title.h3 {
  color: var(--white);
  margin-bottom: 50px;
  font-size: 30px;
}

.title.h3.red {
  color: var(--rot);
}

.title.h3.red.newsblog {
  text-align: center;
  align-items: center;
  width: 70%;
  margin-left: 15%;
}

.title.slider {
  color: var(--rot);
  align-items: center;
}

.h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.h2.rot {
  color: var(--rot);
}

.h2.wei {
  color: var(--white);
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.wrapper.interview-page {
  justify-content: space-around;
  padding-bottom: 100px;
}

.section-3 {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.quote {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}

.quote-author {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 50px;
}

._2-colums {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.col-1 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-link {
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
  font-size: 40px;
  line-height: 60px;
}

.nav-link:hover {
  position: relative;
  left: 30px;
}

.rot {
  color: var(--rot);
}

.image {
  object-fit: contain;
  height: 100%;
}

.body {
  background-image: url('../images/Landing-Page---Hintergrund.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-4 {
  background-color: var(--rot);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.gelb {
  color: var(--rot);
}

.interview-link {
  color: var(--white);
  text-align: left;
  font-size: 40px;
  line-height: 60px;
}

.interview-link:hover {
  color: var(--yellow);
  text-shadow: 0 0 6px #ffffff80;
  margin-left: 30px;
  position: relative;
}

.interview-link.w--current {
  margin-top: 30px;
  margin-bottom: 30px;
}

.interview-link.l-10 {
  position: relative;
  left: 10%;
}

.interview-link.r-10 {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  right: 10%;
}

.interview-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: grid;
}

.interviews-spalte {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-bottom {
  object-fit: contain;
}

.home {
  z-index: 100;
  border: 3px solid var(--rot);
  background-color: var(--white);
  color: var(--rot);
  border-radius: 30px;
  padding: 10px 30px;
  position: fixed;
  inset: auto 50px 50px auto;
}

.home:hover {
  background-color: var(--rot);
  color: var(--white);
  text-shadow: 0 0 6px #ffff1880;
}

.home.w--current:hover {
  background-color: var(--rot);
  color: var(--white);
}

.title-landing-page {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Dresden elektronik, sans-serif;
  display: flex;
}

.wei {
  color: var(--white);
}

.section-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/declination-of-art---Hintergrund.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-6 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.text-span {
  color: var(--rot);
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--white-60), var(--white-60));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-7 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Newsblog---Hintergrund.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.interviewpage-bild {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.film-series-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.film-series-image {
  object-fit: cover;
  width: 100%;
}

.text-block {
  margin-bottom: 30px;
}

.text-block.h3 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 50px;
}

.text-block.h3.rot {
  color: var(--rot);
}

.text-block.margin-right {
  margin-right: 86px;
}

.section-interviewpage {
  justify-content: center;
  display: flex;
}

.interview-page-text-block {
  text-transform: none;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.tabs {
  flex-direction: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.newsblog---tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-right: 50px;
  display: flex;
  overflow: scroll;
}

.tab-pane-tab-1 {
  width: 100%;
}

.newsblog---tabs-content {
  background-color: var(--white-60);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  padding: 30px;
}

.newsblog---tab-link {
  background-color: var(--white-60);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 30px;
  display: flex;
}

.newsblog---tab-link:hover {
  left: 30px;
}

.newsblog---tab-link.w--current {
  color: var(--white);
  background-color: #ff8785cc;
  left: 30px;
}

.film-series-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.home-datenschutz {
  z-index: 100;
  background-color: var(--white);
  box-shadow: 0 0 20px 20px var(--white-60);
  color: #fe0300;
  border: 3px solid #fe0300;
  border-radius: 30px;
  padding: 10px 30px;
  position: fixed;
  inset: auto 50px 50px auto;
}

.home-datenschutz:hover {
  color: #fff;
  text-shadow: 0 0 6px #ffff1880;
  background-color: #fe0300;
}

.home-datenschutz.w--current {
  background-color: #fff9;
  box-shadow: 0 0 20px #fff9;
}

.home-datenschutz.w--current:hover {
  color: #fff;
  background-color: #fe0300;
}

.content-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  border-left: 3px solid #fff;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  overflow: hidden;
}

.section-8 {
  background-image: linear-gradient(#000, #000), linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.mask {
  height: auto;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.left-arrow {
  align-items: flex-start;
}

.icon, .icon-2 {
  color: var(--rot);
  inset: 0% 0% auto;
}

.section-10 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.doku-text-block {
  color: var(--white);
  text-transform: none;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.video {
  margin-bottom: 30px;
}

.section-1-5 {
  background-color: var(--white-60);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  padding-bottom: 50px;
  display: flex;
}

._3-colums {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.image-2 {
  object-fit: cover;
  min-height: 780px;
}

@media screen and (max-width: 991px) {
  .section-2 {
    min-height: 60vh;
  }

  .h1.rot {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
  }

  .title {
    margin-bottom: 50px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .quote, .quote-author {
    font-size: 16px;
    line-height: 20px;
  }

  ._2-colums {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
    padding-bottom: 50px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 40px;
  }

  .nav-link:hover {
    left: 15px;
  }

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

  .interview-link {
    font-size: 30px;
    line-height: 30px;
  }

  .interview-link.l-10 {
    font-size: 22px;
    left: 5%;
  }

  .interview-link.r-10 {
    font-size: 22px;
    right: 5%;
  }

  .interview-link-wrapper {
    margin-bottom: 0;
  }

  .home {
    padding: 6px 25px;
    font-size: 16px;
    bottom: 40px;
    right: 40px;
  }

  .section-5, .section-6, .section-9, .section-7 {
    min-height: 60vh;
  }

  .film-series-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .film-series-image.responsive-hide {
    display: none;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.h3 {
    margin-bottom: 90px;
  }

  .text-block.h3.rot {
    font-size: 24px;
  }

  .section-8, .section-10, .section-1-5 {
    min-height: 60vh;
  }

  ._3-colums {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
  }
}

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

  .title {
    margin-bottom: 30px;
  }

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

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-colums {
    grid-row-gap: 30px;
    grid-template-columns: 2.5fr;
  }

  .nav-link, .interview-link.l-10, .interview-link.r-10 {
    font-size: 18px;
  }

  .interviews-spalte {
    margin-left: 15px;
  }

  .home {
    padding: 4px 20px;
    bottom: 30px;
    right: 30px;
  }

  .text-block.h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .text-block.h3.rot {
    font-size: 18px;
  }

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

  ._3-colums {
    grid-row-gap: 30px;
    grid-template-columns: 2.5fr;
  }
}

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

  .title.h3.red {
    font-size: 24px;
  }

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

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .interview-link-wrapper {
    grid-template-columns: 1fr;
  }

  .home {
    font-size: 14px;
    bottom: 10px;
    right: 10px;
  }

  .film-series-grid {
    grid-template-columns: 1fr;
  }

  .film-series-image.responsive-hide {
    display: block;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block.text-align-right {
    text-align: right;
  }

  .text-block.h3 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block.h3.rot {
    font-size: 12px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }
}

#w-node-aa3ecf4c-bb23-0594-b006-4a7ff1609786-251be43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aa3ecf4c-bb23-0594-b006-4a7ff160978d-251be43d, #w-node-_66286d3a-34c3-5f77-7d06-5b917b8f6d15-251be43d, #w-node-_717d1c19-c444-46f4-4234-2a7d0527165e-251be43d, #w-node-ccf3cf7b-3e8a-7589-e633-67c34f2a547c-251be43d, #w-node-e4fda822-6664-e14e-ec91-4fefb311e537-251be43d, #w-node-_27071586-d7e2-b8d1-2a5e-5485349e25f0-251be43d, #w-node-_8cb252cc-bd91-dcc4-0111-a9b941daa7bb-251be43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c2dbfb8-2652-0e5b-d161-f8a4556037cd-251be43d, #w-node-c86c363a-6afd-833d-5568-055eccb609ed-251be43d, #w-node-_36cff2e1-d7fb-4a3a-2f99-0e4afab809ea-251be43d, #w-node-_5cb9266b-7aea-13c8-9fa5-0c2593673b8e-251be43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'Dresden elektronik';
  src: url('../fonts/Dresden-Elektronik.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}