@font-face {
  font-family: "FreeSerif-JK";
  src: url("../fonts/JK-MESH-Serif.woff2") format("woff2"), url("../fonts/JK-MESH-Serifwoff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "FreeSans-JK";
  src: url("../fonts/JK-MESH-Sans.woff2") format("woff2"), url("../fonts/JK-MESH-Sans.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color1: 215, 255, 0, 1;
  --color2: 140, 110, 255, 1;
  --color3: 215,215,215,1;
  --color4: 0,0,0,0;
}

body {
  font-family: "FreeSans-JK", sans-serif;
  margin: 0;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

::-moz-selection {
  background: rgba(var(--color1));
}

::selection {
  background: rgba(var(--color1));
}

a {
  text-decoration: none;
  color: rgba(var(--color2));
  transition: color 1s linear;
}

h1, h2, h3, h4 {
  max-width: 100%;
  overflow: hidden;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  font-weight: normal !important;
}

p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  -webkit-hyphens: auto;
          hyphens: auto;
}

::-webkit-scrollbar {
  display: none;
}

.column {
  margin-left: 50vw;
  width: 50vw;
  position: absolute;
  z-index: 11;
  margin-top: calc(100vh - 4.8vw);
  padding-top: 0.8vw;
}
@media (orientation: portrait) {
  .column {
    width: 100%;
    margin-left: 0;
    background: linear-gradient(0deg, rgba(var(--color1)) 0%, rgba(var(--color3)) 30%);
    background-attachment: fixed;
    padding-top: 3.2vw;
  }
}

.columnBackground {
  background: linear-gradient(0deg, rgba(var(--color1)) 0%, rgba(var(--color3)) 30%);
  background-attachment: fixed;
  width: 50vw;
  height: 100vh;
  display: inline-block;
  position: fixed;
  right: 0;
  transition: all 1s;
  z-index: 9;
  opacity: 0;
}
@media (orientation: portrait) {
  .columnBackground {
    display: none;
  }
}

.columnBackgroundMove {
  opacity: 1;
}

.columnVideo {
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../img/mesh-festival-background.jpg);
  background-size: contain;
}
@media (orientation: portrait) {
  .columnVideo {
    background-size: cover;
    background-position: center;
  }
}

ul.navigation {
  display: none;
  position: fixed;
  z-index: 10;
  text-align: center;
  left: 50vw;
  bottom: 0.8vw;
  width: 50vw;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
@media (orientation: portrait) {
  ul.navigation {
    left: 0;
    width: 100%;
  }
}
ul.navigation li:hover {
  background-color: rgba(var(--color2));
  color: rgba(var(--color1));
}

li, h2, #newsletterbutton .button {
  display: inline-block;
  background-color: rgba(var(--color2));
  color: rgba(var(--color1));
  transition: color 1s linear;
  transition: background-color 1s linear;
  padding: 0.8vw 1.6vw 0.8vw 1.6vw;
  border-radius: 1.5vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin-left: 0.8vw;
  margin-bottom: 0.8vw;
  cursor: pointer;
}
@media (orientation: portrait) {
  li, h2, #newsletterbutton .button {
    font-size: 5.625vw;
    line-height: 5.625vw;
    padding: 2vw 4vw 2vw 4vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
    border-radius: 7.5vw;
  }
}

h2:hover, li:hover {
  background-color: rgba(var(--color1));
  color: rgba(var(--color2));
}

.submit, input, #newsletterbutton input {
  background-color: transparent;
  border: 0.2vw solid rgba(var(--color2));
  color: rgba(var(--color2));
  transition: color 1s linear;
  margin-left: 50%;
  margin-right: 50%;
  transform: translateX(-50%);
  margin-top: 0.8vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  padding: 1.2vw 2.4vw 1.2vw 2.4vw;
  border-radius: 4.5vw;
  font-family: "FreeSans-JK", sans-serif;
}
@media (orientation: portrait) {
  .submit, input, #newsletterbutton input {
    font-size: 7.5vw;
    line-height: 3.75vw;
    padding: 3vw 6vw;
    border-radius: 11.25vw;
    border: 1vw solid rgba(var(--color2));
  }
}

.newsletterfield {
  margin-bottom: 2vw;
}
@media (orientation: portrait) {
  .newsletterfield {
    width: 80%;
  }
}

.submit:hover {
  background-color: transparent;
  border: 0.2vw solid rgba(var(--color1));
  color: rgba(var(--color1));
}

h1, .videoSubtitleLine {
  font-family: "FreeSerif-JK";
  font-size: 7vw;
  line-height: 6vw;
  text-align: center;
  color: rgba(var(--color2));
  transition: color 1s linear;
  padding-bottom: 1.6vw;
  padding-top: 1.6vw;
}
@media (orientation: portrait) {
  h1, .videoSubtitleLine {
    font-size: 17.5vw;
    line-height: 15vw;
  }
}

.videoSubtitleLine {
  font-size: 12.6vw;
}
@media (orientation: portrait) {
  .videoSubtitleLine {
    font-size: 26.25vw;
  }
}

h1.color {
  color: rgba(var(--color2));
}

#status, .member {
  display: inline-block;
  background-color: rgba(var(--color1));
  color: rgba(var(--color2));
  transition: color 1s linear;
  padding: 0.4vw 0.8vw 0.4vw 0.8vw;
  font-size: 1.1vw;
  line-height: 1.4vw;
  margin-left: 1.6vw;
  margin-bottom: 0.8vw;
}
@media (orientation: portrait) {
  #status, .member {
    font-size: 2.75vw;
    line-height: 3.5vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 3.75vw;
  }
}

.cursor {
  color: rgba(var(--color1));
  transition: color 1s linear;
  font-size: 1.1vw;
  margin-left: 0.8vw;
}
@media (orientation: portrait) {
  .cursor {
    font-size: 5vw;
  }
}

h2 {
  position: fixed;
  bottom: 0.9vw;
}

@media (orientation: portrait) {
  .H2desktop {
    display: none;
  }
}
.H2desktop a {
  color: rgba(var(--color1));
}

.mobileH2 {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-left: 50% !important;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .mobileH2 {
    display: table;
  }
}
.mobileH2 a {
  color: rgba(var(--color1));
}

.stickyNavItem {
  position: sticky;
  top: 0.8vw;
}

#status, .member {
  color: rgba(var(--color1));
  background: rgba(var(--color2));
}

.cursor {
  position: fixed;
  z-index: 1000;
  left: -10vw;
  top: -10vw;
}

h3 {
  color: rgba(var(--color1));
  transition: color 1s linear;
  font-size: 2vw;
  line-height: 2.2vw;
  padding: 1.6vw;
  padding-top: 0;
}
@media (orientation: portrait) {
  h3 {
    font-size: 5vw;
    line-height: 5.5vw;
  }
}
h3 a {
  color: rgba(var(--color1));
  transition: color 1s linear;
}

h4 {
  font-weight: bold;
  font-family: "FreeSerif-JK";
  font-size: 4vw;
  line-height: 4.4vw;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  color: rgba(var(--color1));
  transition: color 1s linear;
  padding-bottom: 0.8vw;
}

hr {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 0px;
}

.date {
  display: inline-block;
}

#status {
  position: fixed;
  z-index: 100;
  bottom: 4vw;
  left: 0.8vw;
  padding: 0;
}
@media (orientation: portrait) {
  #status {
    display: none;
  }
}

.status {
  padding: 0.4vw 0.8vw 0.4vw 0.8vw;
}

#members {
  display: none;
  position: fixed;
  top: 0.8vw;
  left: 0.8vw;
  text-align: right;
  z-index: 100;
}
@media (orientation: portrait) {
  #members {
    display: none;
  }
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.bubbles {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: lighten;
}
@media (orientation: portrait) {
  .bubbles {
    position: absolute;
    overflow: hidden;
    width: 100vw;
  }
}
.bubbles img {
  position: absolute;
  height: 100%;
}
@media (orientation: portrait) {
  .bubbles img {
    height: 80%;
    width: auto;
    margin-left: -10vw;
  }
}
.bubbles .verticalSpace {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (orientation: portrait) {
  .bubbles .verticalSpace {
    vertical-align: top;
  }
}
.bubbles video {
  height: auto;
  width: 50vw;
  display: inline-block;
  vertical-align: middle;
}
@media (orientation: portrait) {
  .bubbles video {
    width: 100vw;
    vertical-align: top;
  }
}

.bubblesRight, .gridRight {
  left: auto;
  width: 100vw;
  right: 0vw;
  transition: all 1s;
  text-align: right;
}
.bubblesRight img, .gridRight img {
  right: -50vw;
  z-index: 2;
}
@media (orientation: portrait) {
  .bubblesRight img, .gridRight img {
    width: 100vh;
    width: auto;
  }
}
.bubblesRight img.gridRight, .gridRight img.gridRight {
  transform: rotate(180deg);
}

.gridRight, .gridLeft {
  mix-blend-mode: screen;
  z-index: 2;
}

.bubblesMove {
  right: 50vw;
}
@media (orientation: portrait) {
  .bubblesMove {
    right: 0;
  }
}

label {
  font-weight: bold;
  font-family: "FreeSans-JK";
  color: rgba(var(--color2));
  transition: color 1s linear;
  font-size: 2vw;
  line-height: 2.2vw;
}
@media (orientation: portrait) {
  label {
    font-size: 5vw;
    line-height: 5.5vw;
  }
}

#mc_embed_signup .mc-field-group {
  min-height: auto;
}

#mc_embed_signup .foot {
  width: 100%;
  grid-template-columns: auto;
}

#mc_embed_signup .button {
  font-family: "FreeSans-JK";
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(0);
}

#mc_embed_signup .asterisk {
  color: rgba(var(--color2));
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error, #mc_embed_signup .helper_text {
  background: none;
  color: rgba(var(--color2));
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 0.4vw solid #e85c41;
}
@media (orientation: portrait) {
  #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1vw solid #e85c41;
  }
}

#mc_embed_signup .mc-field-group label {
  text-align: center;
}

#mc_embed_signup form {
  z-index: 0;
}

#mc_embed_signup #mce-success-response {
  font-size: 7vw;
  line-height: 6vw;
  font-family: "FreeSerif-JK";
  width: 100%;
  text-align: center;
  color: rgba(var(--color2));
  padding-top: 0;
}

.section {
  top: 0;
  max-width: 100%;
  overflow: hidden;
}

.headline {
  padding-bottom: 10vw;
}
.headline h1 {
  padding-top: 10vw;
  width: 98%;
  margin-left: 1%;
}

.statement, .newsletter {
  color: rgba(var(--color2));
  transition: color 1s linear;
  padding-top: 0vw;
  padding-bottom: 5vw;
  height: auto;
}
.statement h1, .newsletter h1 {
  color: rgba(var(--color1));
  transition: color 1s linear;
  width: 90%;
  margin-left: 5%;
}
.statement h3, .newsletter h3 {
  color: rgba(var(--color1));
  transition: color 1s linear;
}
.statement img, .newsletter img {
  margin-top: 10vw;
  width: 80%;
}

.contact {
  padding-bottom: 10vw;
}
@media (orientation: portrait) {
  .contact {
    padding-bottom: 20vw;
  }
}
.contact h3 {
  text-align: center;
}
.contact h1 {
  padding-top: 5vw;
}
@media (orientation: portrait) {
  .contact h1 {
    padding-top: 10vw;
  }
}

.journal {
  min-height: 70vw;
}

.newsletter {
  text-align: center;
}

.logos {
  margin-top: 10vw;
  text-align: center;
}
.logos img {
  height: 2.5vw;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 3.2vw;
  padding-bottom: 5vw;
  padding-top: 1.6vw;
  margin-top: 0.8vw;
  vertical-align: middle;
}
@media (orientation: portrait) {
  .logos img {
    height: 6vw;
    padding-bottom: 12vw;
  }
}
.logos .logofooterlang {
  width: 13vw;
  height: auto;
}
.logos .logofootersquare {
  height: 4vw;
}
.logos .logoNoPadding {
  padding-bottom: 0;
  padding-left: 3.2vw;
  padding-right: 3.2vw;
}
@media (orientation: portrait) {
  .logos .logoNoPadding {
    padding-bottom: 2vw;
  }
}
.logos a, .logos span {
  color: white;
  font-size: 1.1vw;
  line-height: 1.4vw;
}
@media (orientation: portrait) {
  .logos a, .logos span {
    font-size: 2.75vw;
    line-height: 3.5vw;
  }
}
.logos h3 {
  margin-bottom: 6.4vw;
  color: rgba(var(--color2));
  transition: color 1s linear;
}
@media (orientation: portrait) {
  .logos h3 {
    margin-bottom: 20vw;
  }
}

.emoji {
  position: fixed;
  top: 90vh;
  left: 20vw;
  z-index: 1000;
  font-size: 7vw;
  transition: all 1.5s;
  transition-timing-function: ease-in;
}

.emoji.fly {
  top: -20vh;
}

#tool {
  position: fixed;
  bottom: 0.8vw;
  left: 25vw;
  transform: translateX(-50%);
}

#statementContent {
  padding-bottom: 10vw;
}

.program h1 {
  font-family: "FreeSans-JK";
  font-size: 7vw;
  line-height: 7.2vw;
  width: 100%;
  padding-bottom: 10vw;
  margin-left: 0;
}
@media (orientation: portrait) {
  .program h1 {
    font-size: 14vw;
    line-height: 14.4vw;
    padding-bottom: 20vw;
  }
}
.program .submit {
  margin: 0;
}

.videoSubtitleWrap {
  position: fixed;
  left: 0;
  bottom: 8vw;
  width: 100vw;
  transition: 1s all;
  z-index: 10;
}

.videoSubtitleWrapReduced {
  width: 50vw;
  bottom: 4vw;
}
@media (orientation: portrait) {
  .videoSubtitleWrapReduced {
    width: 100vw;
    bottom: 8vw;
  }
}

.videoSubtitleLine {
  text-align: center;
  padding: 0;
  display: none;
  color: rgb(215, 255, 0);
  text-shadow: -2px -2px 0 #f00, 2px -2px 0 #f00, -2px 2px 0 #f00, 2px 2px 0 #f00;
}

#lang, #insta, #opencall, #unmute {
  position: fixed;
  right: 0.8vw;
  top: 0.8vw;
  padding: 0.8vw 1.6vw 0.8vw 1.6vw;
  border-radius: 1.5vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  background-color: rgba(var(--color1));
  color: rgba(var(--color2));
  transition: all 1s linear;
  border-radius: 1.5vw;
  z-index: 10;
}
@media (orientation: portrait) {
  #lang, #insta, #opencall, #unmute {
    font-size: 5vw;
    line-height: 5.5vw;
    padding: 2vw;
    width: auto;
    border-radius: 7.5vw;
  }
}

#lang:hover, #insta:hover {
  background: rgba(var(--color2));
  color: rgba(var(--color1));
}
#lang:hover a, #insta:hover a {
  color: rgba(var(--color1));
}

#insta, #opencall {
  right: auto;
  left: 0.8vw;
}

#unmute {
  right: auto;
  left: 0.8vw;
  top: auto;
  bottom: 0.8vw;
  padding: 0.4vw 0.8vw 0.4vw 0.8vw;
}
@media (orientation: portrait) {
  #unmute {
    bottom: 10vw;
    padding: 2vw 4vw;
  }
}
#unmute img {
  width: 2vw;
}
@media (orientation: portrait) {
  #unmute img {
    width: 5vw;
  }
}

#opencall {
  top: 4.8vw;
}
@media (orientation: portrait) {
  #opencall {
    top: 12vw;
  }
}

.meetingPoint {
  position: fixed;
  width: 10vw;
  z-index: 4;
}
@media (orientation: portrait) {
  .meetingPoint {
    width: 25vw;
  }
}
.meetingPoint img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(var(--color2));
}

.credits, .imprint {
  color: white;
  left: 0;
  font-family: "FreeSans-JK";
  font-size: 1.1vw;
  line-height: 1.4vw;
  z-index: 10;
  padding: 0.4vw;
  max-width: 45%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media (orientation: portrait) {
  .credits, .imprint {
    max-width: none;
    width: 95%;
    font-size: 2.75vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
.credits a, .imprint a {
  color: white;
}
.credits a:visited, .imprint a:visited {
  color: white;
}
.credits a:hover, .imprint a:hover {
  text-decoration: underline;
}
.credits u, .imprint u {
  text-decoration: none;
  border: 1px solid white;
  border-radius: 50%;
}

@media (orientation: portrait) {
  .credits {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }
}

.footer {
  margin-top: 3.2vw;
  width: 100%;
  text-align: center;
}
.footer img {
  padding: 0.8vw;
  height: 5vw;
}
@media (orientation: portrait) {
  .footer img {
    padding: 4vw;
    height: 15vw;
  }
}

#cookieNotice {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 50px;
  width: 300px;
  background: white;
  padding: 10px;
  border: 0.4vw solid rgba(var(--color2));
  font-size: 1.5vw;
  line-height: 1.8vw;
}
@media (orientation: portrait) {
  #cookieNotice {
    font-size: 3.75vw;
    line-height: 4.5vw;
  }
}
#cookieNotice h4 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "FreeSans-JK";
  color: rgba(var(--color2));
  font-size: 1.5vw;
  line-height: 1.5vw;
}
@media (orientation: portrait) {
  #cookieNotice h4 {
    font-size: 3.75vw;
    line-height: 4.5vw;
  }
}
#cookieNotice button {
  background-color: rgba(var(--color2));
  color: rgba(var(--color1));
  transition: color 1s linear;
  transition: background-color 1s linear;
  padding: 0.8vw 1.6vw 0.8vw 1.6vw;
  border-radius: 1.5vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin-left: 0.8vw;
  margin-bottom: 0.8vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-family: "FreeSans-JK";
  text-align: center;
  width: 100%;
  margin: 0;
  border: none;
}
@media (orientation: portrait) {
  #cookieNotice button {
    font-size: 3.75vw;
    line-height: 6.75vw;
    border-radius: 3.75vw;
  }
}/*# sourceMappingURL=main.css.map */