:root {
  --font-size-normal: 1rem;
  --font-size-medium: 1.8rem;
  --font-size-big: 2.2rem;
  --font-size-nav: 2.8rem;
  --font-size-xtrabig: 6.5rem;
  --color-blue: #00C2DE;
  --color-white: white;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    background-color: var(--color-white);
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
   min-height: 100svh;
   color: white;
   font-size: var(--font-size-normal);
   font-family: 'Helvetica Neue LT Std';
   letter-spacing: 0;
   line-height: 1;
   transition: 0s all ease-out;
   text-transform: uppercase;
   background-color: #00C2DE;
}
a{
   color:inherit;
   text-decoration:none;
}
main {
    padding: 4.35rem 6.15rem 1rem 2.85rem;
    max-width: 50%;
    margin-left: 50%;
    min-height: 100dvh;
    position: relative;
    z-index: 2;
    transition: 0s opacity ease-out;
    background-color: black;
}
header {
    position: fixed;
    height: 100%;
    z-index: 3;
}
h1,h2,h3{
      font-weight: normal;
}
article.info {padding-right: 0;}
.navIn main > * {
    opacity: 0;
    pointer-events: none;
}
body.blue {
    background-color: #00C2DE;
}
 body.navIn, body.bandpage.navIn main{
     background-color:black;
 }
h2 {
    font-size: var(--font-size-big);
    font-family: 'NaN Tragedy Display TRIAL';
    line-height: 1.02;
}
.info h2{
    cursor:pointer;
}
.homepage:not(.navIn) .location {
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}


.innerBlock {
    display: none;
}
.imgBox video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#blaetternav svg path {
    fill: var(--color-blue);
}

#flowerSmall svg {
    height: 100%;
    width: 100%;
    fill: var(--color-white);
}
#playingAct svg + svg{
display:none;
}
header .orange {
    display: block;
    /* width: 50%; */
}

.navIn header .orange {
    display: none;
}
.homepage header .zeichnungsfeld, .homepage header .canvas, .homepage header .orange {
    width: 100%;
}
.homepage main {
    height: 0;
    width: 0;
    min-height: unset;
    padding: 0;
    position: absolute;
}
header .zeichnungsfeld {
    /* width: 50%; */
}
header .canvas {
    /* width: 50%; */
}
.zeichnungsfeld {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  cursor: crosshair;
  z-index: 2;
}

.canvas {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
  position: fixed;
}

#flowerSmall {
    position: fixed;
    bottom: 1rem;
    width: 12.5rem;
    z-index: 2;
    text-align: center;
    height: 12.5rem;
    left: 1rem;
    bottom: 1rem;
}
.muteIcon {
    display: none;
}
#blaetternav {
    position: absolute;
    display: flex;
    bottom: 6rem;
    gap: 4rem;
    /* display: none; */
    list-style: none;
    right: 4rem;
}
#unMute {
    background-color: transparent;
    border: none;
    margin-top: 2.6rem;
    width: auto;
    font-size: .75rem;
    text-transform: uppercase;
    font-family: inherit;
    line-height: 1.5;
    cursor: pointer;
    background-color: black;
    color: white;
    padding: .65rem .45rem .3rem;
    border-radius: 100% / 100%;
}
li.next a {
    text-align: right;
}

li.next {
    text-align: right;
}

#blaetternav li {
    display: flex;
    align-items: flex-end;
}
#unMute img {
    width: 100%;
}
#flowerSmall img {
    width: 100%;
}
.text p a, .text ul:not(.actList) a, #blaetternav a {
    text-decoration: underline;
}
#flowerSmall span.time {
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    color: var(--color-blue);
    white-space: nowrap;
}
#flowerBig {
    position: fixed;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translateY(-50%);
    transition: 0s opacity ease-out;
    pointer-events: none;
}
#scribbles {
    position: fixed;
    width: 50%;
    background-size: auto 100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    z-index:20;
    animation: scribbles 1s linear infinite;
}
body.navIn #scribbles{
    display:none;
}

.homepage #scribbles{
    width:100%;
}

#flowerBig svg {
    width: 100%;
    height: 100%;
}
.homepage:not(.navIn) .date {
    left: 2.3rem;
    position: fixed;
    bottom: 1rem;
    font-size: 7.3rem;
    pointer-events: none;
    bottom: 3.5rem;
}
.videoBox .imgBox {
    filter: grayscale(1);
    height: 100%;
    position: absolute;
}

.navIn #flowerBig {
    opacity: 1;
}
#blaetternav li svg {
    height: 2rem;
}
#blaetternav li svg .cls-1{
       fill: none;

        stroke-miterlimit: 10;
        stroke-width: 5px;
}
#blaetternav{
    position:fixed;
    bottom: 2rem;
    right: 1.5rem;
    width: calc(50% - 3rem);
    justify-content: space-between;
}
#blaetternav li svg .cls-1 {
    stroke: var(--color-blue);
}
.muteIcon .cls-1 {
  fill: var(--color-blue);
    
}
.muteIcon .cls-2 {
   fill: none;
        stroke: var(--color-blue);
        stroke-miterlimit: 10;
        stroke-width: 5px;
    
}

.unmuteIcon .cls-1 {
  fill: var(--color-blue);
    
}
.unmuteIcon .cls-2 {
  fill: none;
  stroke: var(--color-blue);
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
strong{
    font-weight:inherit;
}


@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 40s linear infinite;
}
#logoBlock{
    text-transform: uppercase;
    position: fixed;
    font-family: 'NaN Tragedy Display TRIAL';
    left: 4.15rem;
    top: 4.35rem;
    line-height: 0.77;
    font-size: 5.4rem;
}
.homepage:not(.navIn) #logo{
    line-height:0.84;
    font-size: 22dvw;
    text-align: center;
    width: 100%;
    top: 5rem;
    pointer-events: none;
    position: fixed;
    left: 0;
}
.band {
    font-size: var(--font-size-medium);
}

.band a, .dj{
    display: flex;
    flex-direction: column;
}
.socialmedia,.location {
    font-size: var(--font-size-nav);
    text-transform: uppercase;
    bottom: 4rem;
    position: absolute;
    line-height: .95;
    left: 4.15rem;
}
.innerBlock .text {
    margin: .5rem 0 1.5rem;
}
.location{
      bottom: 3rem;
      right: 4rem;
      position:fixed;
      pointer-events: none;
      left: unset;
      line-height: .95;
      opacity: 0;
}
#menu {position: fixed;right: 3.6rem;top: 1.7rem;height: 2.5rem;width: 3rem;padding: .5rem;z-index: 1000;}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 3px;
    outline: none;
    background-color: white;
    width: 2rem;
}
.bandpage #scribbles {
    display: none;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: var(--color-white);
}
.homepage .socialmedia {
    opacity: 0;
    pointer-events: none;
}
body.navIn .socialmedia {
    opacity: 1;
    pointer-events: auto;
}

.blue .hamburger-inner, .blue .hamburger-inner:after, .blue .hamburger-inner:before {
    background-color: var(--color-white);
}
.hamburger-inner:before{
    top: -.5rem;
}
.hamburger-inner:after {
    bottom: -.5rem;
}
#playingIcon {
    position: absolute;
    width: 2.5rem;
    filter: invert(1);
    height: 2.5rem;
    top: 0.2rem;
    margin-left: -3rem;
}
.hamburger-box {
    width: 2rem;
    height: 1.4rem;
}
.videoBox figure.image:after {
    height: 100%;
    width: 100%;
    content:'';
    position: absolute;
    background-color: black;

    z-index: 2;
mask-image: url("data:image/svg+xml,%3Csvg width='846' height='1018' viewBox='0 0 846 1018' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M0 0 H846 V1018 H0 Z M228.372 1018C435.688 1018 690.824 790.091 798.199 509C905.574 227.875 824.601 0 617.285 0C409.969 0 154.833 227.875 47.4577 509C-59.9174 790.125 21.0559 1018 228.372 1018Z' fill='black'/%3E%3C/svg%3E");
mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
    top: 0;
}
.cursor {
    position: fixed;
    width: 2rem;
    overflow: hidden;
    height: 2rem;

    display: none;
    z-index: 100;
    pointer-events: none;
    transform: translate(-50%,-50%);
}
.cursor svg path {
    fill: var(--color-blue);
}

.cursor.small svg {
    width: 2rem;
    height: 2rem;
}
.cursor.clicked svg {
    width: .66rem;
    height: .66rem;
}
.navIn .cursor svg path, .blue .cursor svg path {
    fill: var(--color-blue);
}
.cursor svg {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    border-radius: 2rem;
    transition: height .25s ease-out, width .25s ease-out;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

nav {
   font-size: 6.55rem;
   line-height: .97;
   font-size: 10dvh;
   text-transform: uppercase;
   margin-top: 1rem;
   position: fixed;
   left: 50%;
   z-index: 4;
   top: 16.75rem;
}
nav {
    display: none;
}

.navIn nav {
    display: block;
}
nav ul {
    list-style: none;
}

.bandpage h1 {
 font-size:5.4rem;
 line-height:.77;
 font-family: 'NaN Tragedy Display TRIAL';
 margin-bottom: .5rem;
 max-width: 8em;
}
#intro {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: -1;
}
#flowerBig {
    height: 30rem;
    width: 30rem;
}
#homeAnim {
    position: absolute;
    bottom: 1.5rem;
    height: auto;
}
.videoBox .image picture, .videoBox .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    filter: grayscale(1);
}
body.bandpage main {
    margin-left: 0;
    max-width: 100%;
    padding: 0;
    color: black;
    background-color: #00C2DE;
}

section.textBox {
    padding: 4.35rem 2.5rem 5rem 1.5rem;
    margin-left: 50%;
    width: 50%;
}
.videoBox {position: fixed;width: 50%;height: 100%;overflow: hidden;/* background-color: black; */}

.bandpage:not(.navIn) #logo, .bandpage:not(.navIn) .socialmedia {
    opacity: 0;
    pointer-events: none;
}
.bandpage #logo, .bandpage .socialmedia {transition: none;}
.text ul.actList {
    list-style-type: none;
    font-size: var(--font-size-big);
    font-family: 'NaN Tragedy Display TRIAL';
    line-height: 1.02;
}
.text {font-size: var(--font-size-normal);line-height: 1.15;}
.text p:not(:last-child) {
    margin-bottom: 1em;
}
.stageTime {
    font-size: 2.2rem;
    line-height: 1.03;
    margin-bottom: 2rem;
    font-family: 'NaN Tragedy Display TRIAL';
}

.bandpage:not(.navIn) #logoBlock {
    display: none;
}
.band a , .dj{
    display: grid;
    padding: .6rem 0 .25rem;
    border-top: 1px solid;
    grid-template-columns: 5em calc(100% - 5em);
    position: relative;
    line-height: 1.1;
}
.socialmedia {
    font-style: italic;
    font-size: 2rem;
}
.programmcontainer h2 {
    margin-bottom: 1rem;
    font-family: 'NaN Tragedy Display TRIAL';
}

.programmcontainer {
    margin-bottom: 3.35rem;
    border-bottom: 1px solid;
}
@media (min-width: 800px) {
  html {
    font-size: 1.03vw;
  }
    .videoBox .image picture {
    /* filter: invert(1); */
}
        #homeAnim {
    filter: invert(1);
    min-width: 100%;
    min-height: 50rem;
}
body:not(.homepage) #homeAnim {
    filter: invert(1);
min-width:auto;
   height: 50rem;
}
    

}
@media (min-width: 1748px) {
  html {
    font-size: 16px;
  }

}
@media (min-width: 200px) and (max-width: 800px){
:root {
  --font-size-normal: 1rem;
  --font-size-medium: 1.15rem;
  --font-size-big: 2.5rem;
  --font-size-nav: 2rem;
  --font-size-xtrabig: 2.5rem;
  --color-white: #FFF;
}
    html{
  font-size: 4.75vw;
  background-color: var(--color-blue);
  filter: none;
}
.videoBox {
    width: 100%;
    height: 137.5dvw;
    overflow: visible;
    position: relative;
}
#flowerSmall {
    position: absolute;
    bottom: -2rem;
    right:0;
    width:8.5rem;
    color: var(--color-white);
    padding: .2rem;
    left:unset;
    height: auto;
    overflow: hidden;
}
 h2 {
    font-size: 1.75rem;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 3px;
}
header {
    left: 0;
    top: unset;
    padding: 1rem;
    position: relative;
    height: unset;
    top: 0;
    margin-top: unset;
    mix-blend-mode: normal;
}
    .socialmedia {
    display: none;
}

nav {
    display: none;
    margin-top: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    font-size: 3.9rem;
    left: 0;
    top: 12rem;
    color: white;
}
.bandpage h1 {
    left: 1rem;
    top: 1rem;
    font-size: 2.9rem;
}
    .location {
    left: .75rem;
}
    .bandpage #logo, .navIn #logo {
    /* display: none; */
}

    #blaetternav {
    position: static;
    width: 100%;
    display: grid;
    margin-top: 4rem;
    grid-template-columns: repeat(2,1fr);
}
main {
    max-width: 100%;
    margin-left: 0;
    background-color: #00C2DE;
    padding: 1rem;
    min-height: auto;
}
body.navIn main{
    background-color:black;
}
    .navIn #logoBlock {
    color: white;
    position: fixed;
    margin-left: 1rem;
}

body.navIn #logoBlock a {
    color: white;
}

#flowerSmall svg {
    fill: var(--color-white);
}
.muteIcon .cls-1 {
  fill: var(--color-white);
    
}
.muteIcon .cls-2 {
   fill: none;
        stroke: var(--color-white);

}

.unmuteIcon .cls-2 {
    stroke: var(--color-white);
}

.unmuteIcon .cls-1 {
    fill: var(--color-white);
}
.homepage:not(.navIn) #logo {
    font-size: 30dvw;
    text-align: left;
    position: static;
}

.homepage:not(.navIn) .date {
    font-size: 5.4rem;
    bottom: 1rem;
    left: .7rem;
    color: white;
}

.homepage:not(.navIn) .location {
    bottom: 10rem;
    color: white;
}

.homepage #scribbles {
    position: fixed;
    width: 100%;
    height: 100dvw;
    top: 50%;
    transform: translateY(-50%);
}

#flowerSmall span.time {
    /* color: var(--color-white); */
}
#blaetternav img {
    height: 2rem;
}

#unMute svg {
    width: 100%;
}
.bandpage header {
    padding: 0;
    margin-top: unset;
}
#intro {
    position: relative;
    overflow: hidden;
}
.homepage main {
    padding: 1rem 0;
}
    #blaetternav li svg {
    height: 1.8rem;
}
#homeAnim {
    height: 60vh;
    position: static;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    bottom: unset;
}
    #logo {
    padding: 0;
}
    .cursor {
    display: none !important;
}
    #unMute {
    /* position: absolute; */
    /* top: -3.5rem; */
    /* width: 4rem; */
    /* margin-top: unset; */
    margin-top: 1rem;
}
    #flowerBig {
    height: 22rem;
    width: 22rem;
    left: 35%;
}
    .navIn nav {
    display: block;
}
    .navIn .socialmedia {
    display: block;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    font-size: 1.25rem;
    color: white;
    line-height: .95;
}
#menu {
    right: .5rem;
    top: .5rem;
}
    .bandpage .hamburger-inner, .bandpage .hamburger-inner:after, .bandpage .hamburger-inner:before {
    background-color: var(--color-white);
}
    .stageTime {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
section.textBox {
    width: 100%;
    margin-left: 0;
    padding: 1.6rem .85rem;
    position: relative;
}
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: black;
}
    .band * span:nth-of-type(2) {
    text-align: right;
}
    #scribbles {
    position: relative;
    width: 100%;
    height: 100dvw;
}

#logoBlock {
    position: relative;
    left: unset;
    top: unset;
    font-size: 2.9rem;
    line-height: .84;
    padding-top: 3rem;
    left: 0;
}
.homepage #logoBlock{
    color: white;
    left: 0;
}
body:not(.navIn) .hamburger-inner, body:not(.navIn) .hamburger-inner:after, body:not(.navIn) .hamburger-inner:before {
    background-color: white;
}
    .orange {
    display: none !important;
}
body {
    color: black;
}
#playingIcon {
    filter: invert(0);
    margin-left: unset;
    top: 0;
    height: 1.5rem;
    left: 3em;
    width: 1.5rem;
    margin-top: .5rem;
}
.text ul.actList {
    font-size: 1.75rem;
}
.videoBox .imgBox {
    height: 100%;
    position: absolute;
    /* filter: none; */
}
}
@media (hover: hover) {
.cursor.in{
    display:block;
}
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-CnO.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-CnO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NaN Tragedy Display TRIAL';
    src: url('fonts/NaNTragedyDisplay-Regular.woff2') format('woff2'),
        url('fonts/NaNTragedyDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
::selection {
    background:black;
    color: #00C2DE;
}
::-moz-selection {
 background:black;
    color: #00C2DE;
}