*{
  padding: 0;
  margin: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
@font-face {
  font-family: "NeueAd";
  src: url("../fonts/ad.ttf") format("truetype");
}
@font-face {
  font-family: "Victor";
  src: url("../fonts/vic.woff") format("woff");
}
@font-face {
  font-family: "Siegen";
  src: url("../fonts/kv.woff") format("woff");
}
html, body{
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
body{
  position: fixed;
}
h1, h2, h3{
    white-space: nowrap; 
}
a, a:visited{
  color: black;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}
hr {
  border: none;
  margin-bottom: 1.1vw;
  height: 1px;
  color: black;
  background-color: black;
}
figcaption{
  padding: 1vw 0 0 0;
  text-align: center;
}
figcaption p{
  font-size: 0.9vw !important;
  line-height: 1vw !important;
  letter-spacing: 0 !important;
  padding: 0 !important;;
}

/* Hide scrollbar for IE, Edge and Firefox */
.middle, .left .body, .right .body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.middle .body p{
  font-size: 5vw;
  line-height: 5vw;
  font-family: "NeueAd";
  /* font-variation-settings: "wght" 200, "wdth" 85; */
  font-variation-settings: "wght" 180, "wdth" 40;
  transition: all 1s ease, opacity 1.5s ease;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  /* white-space: nowrap; */
  /* display: inline-block; */
}
/* section:hover h1{
  font-variation-settings: "wght" 190, "wdth" 20;
}
.transform-middle section:hover h1{
  font-variation-settings: "wght" 105, "wdth" 20;
} */
.p-none{
  pointer-events: none;
}
p, .left .body li, .left  .body ol, .left .body  ul{
  font-family: "Victor";
  font-size: 1.75vw;
  line-height: 2.05vw;
  letter-spacing: -0.05vw;
}
img{
  width: 100%;
  text-align: center;
  top: 0;
  vertical-align: center;
  transform-origin: top middle;
  position: relative;
}

/*-------- LEFT, MIDDLE, RIGHT --------*/

.left, .middle, .right{
  width: 50vw;
  position: relative;
  float: left;
  transform-origin: top left;
  transition: all 1s ease;
}
.left{
  height: 100vh;
  z-index: 999;
  position: relative;
  background: white;
  /* background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); */
}
.middle{
  background-color: white;
  height: 100vh;
  z-index: 900;
  overflow: scroll;
  background-color: black;
}
.right{
  position: absolute;
  right: 0;
  height: 100vh;  
}

/*-------- HEADER, BODY --------*/
header{
  position: relative;
  float: left;
  background-color: white;
  border-bottom: 0;
  padding: 1vw 1vw 0vw 1vw;
}
.header, .body{
  position: relative;
  float: left;
  background-color: white;
  border-top: 0;
  width: 100%;
}
.header{
  padding: 0.5vw 0.5vw 0 0.5vw;
}
.body{
  /* border-radius: 0 0 2vw 2vw; */
  /* padding: 0vw 1vw 3vw 1vw; */
  padding: 0vw 0.5vw 1vw 0.5vw;
}
.header p:first-of-type{
  float: left;
  display: inline;
}
.header p:last-of-type{
  float: right;
  display: inline;
}

/*-------- LEFT --------*/

.left header{
  border-bottom: 1px solid black;
  padding: 0vw 0.5vw 1vw 0.5vw;
  transition: all 1s ease;
  /* border-radius: 0vw 0vw 2vw 0vw; */
}
.left h1{
  font-family: "Siegen";
  font-size: 5.85vw;
  transition: all 1s ease;
  cursor: pointer;
}
.left .body{
  padding: 0.5vw;
  /* border-radius: 0 2vw 0vw 0vw; */
  /* border-bottom: 1px solid black; */
  height: calc(100vh - 11vw);
  overflow: scroll;
}
.transform-left{
  width: 25vw;
}
.transform-left .body{
  padding: 0.25vw 0.25vw 0.25vw 0.25vw;
}
.transform-left .body{
  height: calc(100vh - 5vw);
}
.transform-left h1{
  font-size: 2.9vw;
  transition: all 1s ease;
}
.left p, .left td, .left th{
  transition: all 1s ease;
  hyphens: auto;
}
.transform-left td, .transform-left th{
  height: 1.15vw;
}
.transform-left thead th {
  padding-bottom: 0.55vw;
}
.transform-left hr{
  margin-bottom: 0.55vw;
}
table + hr {
  margin-top: 1.5vw;
} 
.transform-left table + hr {
  margin-top: 0.55vw;
}
.transform-left td {
  height: 0.55vw;
}
thead th{
  padding-bottom: 1.5vw;
}
td{
  height: 1.5vw;
}
.left p{
  padding-bottom: 1.5vw;
}
.left th, .left td{
    font-size: 2vw;
    line-height: 2.1vw;
    letter-spacing: -0.01vw;
    text-align: left;
    width: 75%;
}
.left tr > td:last-of-type{
  width: 25%;
}
.transform-left p, .transform-left .body li, .transform-left .body ol, .transform-left .body ul{
  font-size: 0.9vw;
  line-height: 1.1vw;
  word-break: normal;
  letter-spacing: -0.01vw;
  transition: all 1s ease;
  padding-bottom: 0.45vw;
}
.transform-left th, .transform-left td{
  font-size: 1.1vw;
  line-height: 1.2vw;
  letter-spacing: -0.01vw;
  text-align: left;
}
nav{
  width: 100%;
  overflow: hidden;
  background: white;
  border-bottom: 1px solid black; 
}
nav ul{
  position: relative;
  width: 120%;
  white-space: nowrap;
  background-color: white;
}
.left nav ul li {
  width: auto;
  border-right: 1px solid;
  transition: all 1s ease-out !important;
  position: relative;
  float: left;
  background-color: white;
  padding: 0 0.5vw 0 0.5vw;
  /* border-bottom: 1px solid black; */
}
nav ul li:last-child{
  /* border-radius: 0 2vw 2vw 0; */
  /* padding-right: 1.5vw; */
  border-right: 0;
}
.left .title h2{
  font-size: 3.75vw;
  text-align: center;
  transition: all 1s ease-out;
  font-family: "NeueAd";
  font-variation-settings: "wght" 29, "wdth" 10;
  text-transform: uppercase;
}
.transform-left .title{
  padding: 0vw 0.25vw 0vw 0.25vw;
}
.left .title:hover{
  cursor: pointer;
}
.left li.title.active h2{
  font-variation-settings: "wght" 200, "wdth" 200;
  transition: font-variation-settings 1.08s ease-out, font-size 1s ease;
  text-transform: uppercase;
}
/* .left ul li.title {
  max-width: 25%;
}
.left ul li.title.active {
  max-width: 50%;
} */
/* .left li.title:nth-of-type(2) h2{
  font-variation-settings: "wght" 10, "wdth" 60;
} 
.left li.title:nth-of-type(3) h2{
  font-variation-settings: "wght" 10, "wdth" 45;
} 
.left li.title:nth-of-type(1) h2{
  font-variation-settings: "wght" 10, "wdth" 28;
}
.left li.title:nth-of-type(3) h2{
  font-variation-settings: "wght" 10, "wdth" 28;
} */
/* .left li.title:nth-of-type(2).active h2{
  font-variation-settings: "wght" 200, "wdth" 52;
}
.left li.title:nth-of-type(3).active h2{
  font-variation-settings: "wght" 200, "wdth" 72;
} */
.left li.title.active h2{
  font-variation-settings: "wght" 200, "wdth" 110;
}
.left li.title:hover h2{
  /* font-variation-settings: "wght" 200, "wdth" 200; */
} 
.transform-left li.title h2{
  font-variation-settings: "wght" 17, "wdth" 10;
  font-size: 2vw;
  transition: all 1s ease;
}
/* .transform-left li.title.active h2{
  font-variation-settings: "wght" 200, "wdth" 110;
}
.transform-left li.title:nth-of-type(2).active h2{
  font-variation-settings: "wght" 200, "wdth" 66;
}
.transform-left li.title:nth-of-type(3).active h2{
  font-variation-settings: "wght" 200, "wdth" 90;
} */

.left > div > div > p:first-of-type{
  padding-top: 0.9vw;
}
.transform-left > div > div > p:first-of-type{
  padding-top: 0.45vw;
}
.transform-left header{
  padding: 0vw 0.25vw 0.5vw 0.25vw;
}
/* .transform-left li.title:hover h2{
  font-variation-settings: "wght" 20, "wdth" 50;
} */

.transform-left li.about.active h2{
  font-variation-settings: "wght" 200, "wdth" 70;
}
.transform-left li.jahresgaben.active h2{
  font-variation-settings: "wght" 200, "wdth" 70;
}
.transform-left li.info.active h2{
  font-variation-settings: "wght" 200, "wdth" 26;
}
.transform-left li.impressum.active h2{
  font-variation-settings: "wght" 200, "wdth" 70;
}

.left li.about.active h2{
  font-variation-settings: "wght" 200, "wdth" 110;
}
.left li.jahresgaben.active h2{
  font-variation-settings: "wght" 197, "wdth" 10;
}
.left li.info.active h2{
  font-variation-settings: "wght" 200, "wdth" 26;
}
.left li.impressum.active h2{
  font-variation-settings: "wght" 200, "wdth" 52;
}

#info, #impressum, #jahresgaben{
  display: none;
}

/*-------- MIDDLE/RIGHT --------*/
main {
  position: relative;
  z-index: 100;
}

/*-------- MIDDLE --------*/

.middle a section{
  cursor: pointer;
}
.middle a section .body{
  /* border-radius: 0 0 2vw 2vw; */
}
.middle a section .header{
  /* border-radius: 2vw 2vw 0 0; */
}
.middle a:first-of-type section .header{
  /* border-radius: 0 0 0 0; */
}
.middle a:last-of-type section .body{
  /* border-radius: 0 0 2vw 2vw; */
  border-bottom: 0;
}
/* .middle  section:last-of-type .body:last-of-type{
  border-radius: 0 0 2vw 2vw;
} */
.middle .header, .middle .body{
  background-color: black;
  color: white;
}
.middle .header{
  pointer-events: none;
}
.middle .header p{
  transition: all 1s ease;
}
.middle .body{
  border-bottom: 1px solid white;
  z-index: -1;
}
/* .middle .body p:first-of-type{
  font-variation-settings: "wght" 150, "wdth" 200;
} */
.transform-middle{
  /* width: 35vw; */
  width: 25vw;
}
/* #jahresgaben input[type="submit"]{
  border: none;
  background: transparent;
  font-family: "Victor";
  font-size: 1.75vw;
  line-height: 2.05vw;
  letter-spacing: -0.05vw;
  text-decoration: underline;
  margin-bottom: 1.5vw;
} */
/* .transform-middle section:hover .body p{
  font-variation-settings: "wght" 10, "wdth" 47.5;
} */
/* .transform-middle .body p{
  font-variation-settings: "wght" 95, "wdth" 10
} */
/* .transform-middle .body p:first-of-type{
  font-variation-settings: "wght" 10, "wdth" 10;
} */
.transform-middle .body p{
  font-variation-settings: "wght" 35, "wdth" 33;
}
.transform-middle section:hover p{
  /* font-variation-settings: "wght" 60, "wdth" 10; */
}
.transform-middle .header p{
  font-size: 0.9vw;
  line-height: 1.1vw;
}
/* .transform-middle section:hover {
  width: 26vw;
}  */
.transform-middle-2{
  width: 75vw;
  /* pointer-events: none; */
}
.transform-middle-2 .body p{
  font-variation-settings: "wght" 200, "wdth" 140;
}
.transform-middle{
  z-index: 999;
}
.transform-middle section{
  z-index: 999;
}
/* .transform-middle section:hover .body p{
  font-variation-settings: "wght" 60, "wdth" 20;
} */
/* .active-2 .fitty p{
  font-variation-settings: "wght" 60, "wdth" 10 !important;
} */

/*-------- RIGHT --------*/

.right .header{
  /* border-radius: 2vw 2vw 0 0; */
}
.right .body{
  padding: 1vw;
  height: 100vh;
  /* border-radius: 2vw 0 0 0; */
  overflow: scroll;
}
.right .body{
  padding: 0;
}
.right{
  width: 50vw;
  /* background-color: black; */
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);

}
.transform-right{
  width: 0;
  padding: 0;
}
.right p{
  padding-top: 1vw;
  padding: 1vw;
  font-family: "Victor";
  font-size: 1.6vw;
  line-height: 1.9vw;
  letter-spacing: -0.05vw;
  hyphens: auto;
}
.sponsor{
  width: calc(33% - 0.5vw);
  padding: 1vw;
}
.text{
  background-color: white;
}
.start.fitty p{
  transition: font-size 0s linear !important;
}

/*-------- SLIDER --------*/

.arrow{
  position: absolute;
  top: 14.5vw;
  width: 2vw;
  z-index: 1;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, .5));

}
.arrow-left{
  left: 0.5vw;
}
.arrow-right{
  right: 0.5vw;
}
.slick-current{
  /* width: 100vw; */
}

.slider{
  opacity: 0;
  /* height: 50vh; */
  /* width: 50vw; */
}
.slider figure {
  height: auto;
}
.slider figure img{
  width: auto !important;
  height: 33vw;
  background-color: black;
}
.slider figure .video iframe {
  height: 33vw;
  background-color: black;
}
.slick-list{
}
.slider.slick-initialized {
  opacity: 1;
}
audio{
  margin: 0 1vw 0 1vw;
  width: calc(100% - 2vw);
}
/* .img{
  width: 50vw !important;
  height: 33vw !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 1.25vw !important;
} */


/* body[ndx--target-view^="projects/"] .middle{
  background: red;
} */

.slider .videoposter img{
  /* width: 560px !important;
  height: 33vw !important;
  object-fit: cover !important; */
  position: absolute !important;
}
.videoposter .play{
  height: 10vw;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  font-size: 5vw;
  font-weight: lighter;
  z-index: 1;
  position: absolute;
  text-shadow: 0px 0px 2vw #FFFFFF;
  width: 50vw;
  top: 15vw;
}
#jahresgaben figure {
  margin-bottom: 3vw;
}

@media only screen and (max-device-width : 996px){
  *:not(.slider *){
    transition: 0s !important;
  }
  html, body{
    /* height: (100vh - 80px) !important; */
    width: 100vw;

    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
  body{
    /* position: fixed; */
    position: relative;
    position: fixed;
    overflow-y: scroll;
  }
  .left .body{
    display: none;
  }
  .header {
    padding: 1vw 1vw 0 1vw;
  }
  .left h1{
    font-size: 11.6vw;
    padding: 0 1vw 1.5vw 1vw;
  }
  p, .left .body li, .left .body ol, .left .body ul {
    font-size: 4vw;
    line-height: 4vw;
  }
  nav, header{
    position: fixed;
    z-index: 999999999999;
  }
  .left header{
    border-top: 1px solid;
    bottom: unset;
    top: calc(100% - 24vw);
    position: fixed;
  }
  nav{
    border-top: 1px solid black;
    border-bottom: 0;
  }
  .main{
    top: 20vw;
    position: absolute;
    width: 100vw;
  }
  .middle, .left{
    width: 100vw;
  }
  .left {
    height: 0;
    position: absolute;
    bottom: 0;
  }
  .transform-middle{
    width: 30vw;
    width: 100vw;
    margin-left: -100vw;
  }
  .transform-middle .body p{
    font-variation-settings: "wght" 0, "wdth" 0;
  }
  .transform-middle-2 .body p{
    font-variation-settings: "wght" 35, "wdth" 33;
  }
  .right p {
    padding-top: 1.5vw;
    padding: 1.5vw;
    font-family: "Victor";
    font-size: 4vw;
    line-height: 4.2vw;
    letter-spacing: -0.05vw;
    hyphens: auto;
  }
  figcaption p {
    font-size: 2vw !important;
    line-height: 2.1vw !important;
    letter-spacing: 0 !important;
    padding: 0 !important;
  }
  .slider figure img{
    height: 43vw;
    height: 60vw;
  }
  .arrow {
    top: 26.5vw;
    width: 4vw;
  }
  .arrow-left {
    left: 1.5vw;
  }
  .arrow-right {
    right: 1.5vw;
  }
  .left .title h2, .transform-left li.title h2 {
    font-size: 7.65vw;
  }
  nav{
    bottom: unset;
    top: calc(100% - 10vw);
  }
  nav ul{
    width: 110%;
  }
  .transform-left li.title h2{
    font-variation-settings: "wght" 76, "wdth" 10;
  }
  .left li.title h2{
    font-variation-settings: "wght" 25, "wdth" 10;
  }
  .left li.title.jahregaben.active h2 {
    font-variation-settings: "wght" 194, "wdth" 10;
  }
  /* .right{
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    display: none;
  } */
  .left nav ul li{
    transition: all 0.2s ease-out !important;
    transition: all 0s ease-out !important;
    padding: 1vw;
    text-align: center;

  }
  .left li.title.active h2 {
    transition: font-variation-settings 0.23s linear, font-size 0.2s linear;
    transition: font-variation-settings 0s linear, font-size 0s linear;
  }
  .left .title h2 {
    transition: all 0.2s linear;
    transition: all 0s linear;
  }
  .left{
    transition: unset;
  }
  .mobileChange{
    height: 100% !important;
    transition: none !important;
    height: calc(calc(var(--vh, 1vh) * 100) - 23vw) !important;
    /* background-color: red; */
  }
  .left .body > div{
    padding: 1vw !important;
  }
  .middle{
    top: 0 !important;
    /* height: calc(100% - 23vw) !important; */
    height: calc(calc(var(--vh, 1vh) * 100) - 23vw) !important;
  } 
  main{
    /* height: calc(100vh - 23.5vw) !important; */
    /* background-color: red; */
  }
  .right{
    display: none;
    width: 100vw;
    position: relative;
    overflow: scroll;
    /* height: calc(100% - 43.5vw) !important; */
    height: calc(calc(var(--vh, 1vh) * 100) - 23vw) !important;

  }
  .header {
    padding: 1.5vw 2vw 0 1.5vw;
  }
  .body{
    padding: 0vw 1.5vw 2vw 1.5vw;
  }
  .sponsor {
    width: calc(33% - 1vw);
    padding: 1vw;
  }
  .left p {
    padding-bottom: 3.5vw;
  }
  .left th, .left td {
    font-size: 4.6vw;
    line-height: 4.0vw;
  }
  table + hr {
    margin-top: 4.1vw;
  }
  hr {
    border: none;
    margin-bottom: 4.1vw;
  }
  .middle .body p{
    font-variation-settings: "wght" 180, "wdth" 35;
  }
  /* .middle, main{
    position: relative;
    overflow-y: scroll;
    position: fixed;
  } */
  .normal{
    font-variation-settings: "wght" 74, "wdth" 10 !important;
  }
  .middle{
    background-color: black;
    /* height: 100% !important; */
    /* background-color: white; */
  }
  .left, .right{
    background-color: white;
  }
  .right .body{
    /* height: auto; */
  }
  .left, .right{
    /* margin-bottom: 13.5vw; */
  }
  .middle{
    overflow-y: scroll;
  }
  .slider figure .video iframe {
    height: 60vw;
    background-color: black;
    max-width: 90vw;
  }
  .slider .videoposter img {
    /* width: 560px !important;
    height: 60vw !important;
    object-fit: cover !important;
    position: absolute !important; */
}
  .videoposter .play{
    width: 90vw;
    font-size: 10vw;
    top: 26vw;
  }
}