:root {
  --color-black: #000;
  --color-white: #FFF;
  --font-size-small: 1.4rem;
  --font-size-normal: 1.65rem;
  --font-size-lead: 2rem;
  --font-size-title: 3.4rem;
  --font-size-titleh2: 2.5rem;
  --font-size-subnav:1.5rem;
  --line-standard: 1px;
  --plyr-color-main: var(--color-main);
}
* {
   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;
       font-feature-settings: "ss01" 1, "ss02" 1;
}
html {
   width: 100%;
   -webkit-tap-highlight-color: transparent;
    scroll-behavior:smooth;
}
body {
  font-family: 'ABC Marist Book';
  font-size:var(--font-size-normal);
  height: 100%;
  color: var(--color-black);
  font-weight: normal;
  letter-spacing: 0.01em;
  background-color: transparent;
}
a{
  color:inherit;
  text-decoration:none;
}
h1,h2,h3,h4{
 font-size:inherit;
 font-weight:inherit;
 font-family:inherit;
}
button {
    background-color: transparent;
    border: none;
    cursor:pointer;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
}
header {
    height: 100dvh;
    overflow: hidden;
}
.swiper-slide img {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    height: 100%;
    width: 30%;
    mix-blend-mode: color-dodge;
    margin-top: 0;
    top: 0;
}
.swiper-button-next{
    right:0;
}
.swiper-button-prev{
    left:0;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
article.imageslider {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.swiper-slide figcaption p.small {
    font-size: var(--font-size-lead);
    margin-top: .5rem;
}
.text.logos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logoBox {
    display: flex;
    /* margin-bottom: -.75rem; */
    gap: 1rem;
    justify-content: space-between;
}
.partnerLogo:has(img[src*="kantonzh.svg"]) {
    width: 15rem;
}
.partnerLogo:has(img[src*="kantonzh.svg"]) img {
object-fit:cover;
    object-position:left;
}
.image img {
    width: 100%;
    display: block;
}
.ticketbox h2.hidden {
    font-size: 0;
    position: absolute;
}
.ticketbox .anchorblock {
    top: 0;
}
h1 svg {
    width: 100%;
    height: auto;
}
.tBlock {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    border-top: 1.5px solid;
    padding: 2.25rem 4rem;
    grid-gap: 2rem;
    grid-column: 10 span;
}
.ticketbox.textbox .innerBox {
    padding-bottom: 0;
}
.subnav li .btn.active {
    background-color: var(--color-second);
}
footer .text:nth-of-type(1) {
    grid-column: 3 span;
}

footer .text.logos:nth-of-type(2) {
    grid-column: 2 span;
}

footer .text.logos:nth-of-type(3) {
    grid-column: 5 span;
}
article.textbox.ticketbox {padding: 0;border-bottom: 1.5px solid;}
.musiktheater h1 {
    font-size: 13rem;
    left: 50%;
    position: absolute;
    z-index: 1;
    width: 50rem;
    line-height: .77;
    text-align: center;
    font-size: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    mix-blend-mode: color-dodge;
}
.swiper-slide figcaption {
    position: absolute;
    bottom: 4rem;
    color: #18D7FF;
    left: 4rem;
    line-height: 1.02;
    font-size: var(--font-size-title);
    max-width: 22em;
    mix-blend-mode: color-dodge;
}
.ics img {
    width: 100%;
}

a.ics {
    width: 2.5rem;
    height: auto;
    position: relative;
    grid-column: 10;
    margin-left: auto;
    margin-top: -.3rem;
}
#novoflot svg {
    width: 5em;
    height: auto;
    display: block;
}
.ics span {
 font-family: 'Faune Text';
 position: absolute;
 text-align: center;
 z-index: 3;
 left: 0;
 font-size: .8em;
 width: 2.5rem;
 top: 0.3em;
}
.index {
    display: none;
}
footer .text p a, main .innerBox > .text p a {
     font-family: 'Faune Text';
     text-transform: uppercase;
     margin-left: 1.25em;
     line-height: 1;
}
.subnav li a:before, footer .text p a:before, main .innerBox > .text p a:before {
    content: '\2192';
    font-family: 'ABC Marist Book';
    margin-top: .6em;
    line-height: 0;
    margin-right:.25rem;
}
.subnav li a:before{
     margin-top: .5em;
}
 footer .text p a:before, main .innerBox > .text p a:before{
       position: absolute;
       margin-left: -1.25em;
 }
article.textbox > .innerBox > .text, article.textbox > .innerBox > .image, article.textbox > .innerBox > .video {
    padding: 0 0 7.5rem;
}
article.textbox > .innerBox > .text{
    display:contents;
}
article.textbox > .innerBox > .text p,article.textbox > .innerBox > .text ul, article.textbox > .innerBox > .image, article.textbox > .innerBox > .video {
    grid-column: 3/9;
}
article.textbox > .innerBox > .image, article.textbox > .innerBox > .video{
    /* margin-bottom: -5.5rem; */
    padding-bottom: 0;
    /* order: -1; */
    margin-top: 7.5rem;
}
.textbox h2, .tBlock h3 {
    font-size: var(--font-size-titleh2);
    padding-bottom: 6rem;
    font-family: 'Faune Text';
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}
.ticketbox .text {
    grid-column: 5 span;
    margin-top: -.75rem;
    font-size: var(--font-size-small);
}
 .tBlock h3{
     grid-column:2 span;
     padding-bottom: 0;
     margin-top: -1rem;
 }
article.textbox {
    padding: 2.25rem 4rem;

}
.textbox .innerBox .text > h3 {
    position:relative;
    margin-bottom: 2.25rem;
    grid-column: 1/6;
}
.colTitle + .textbox{
        border-top: 1.5px solid black;
}
.cBlock {
    border-top: 1.5px solid black;
    padding: .66rem 4rem;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-column: 10 span;
    grid-gap: 2rem;
}

article.textbox.colTitle {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

header figure.image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.dropdownBox h2:after {
    content: '';
    height:2rem;
    width:5.5rem;
    background-image:url(../img/arrow_mt.svg);
    display: block;
    position: absolute;
    transform: rotate(180deg);
    right: 0;4rem:;
    top: 1.1rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.colTitle.textbox .innerBox {
    padding-bottom: 7.5rem;
}
.swiper-button-next svg {
    right: 2.3rem;
    
}
.swiper-button-prev svg {
    left: 2.3rem;
   
}

.swiper-button-next svg, .swiper-button-prev svg {
    position: absolute;
    width: auto;
    height: 12rem;
    opacity: 0;
    transition: .25s opacity ease-out;
}
.textbox h2 {
    position: relative;
    margin-top: -1rem;
}
.dropdownBox.in h2:after {
    transform: rotate(0deg);
}

.text.dateLocation {
    z-index: 1;
    line-height: 1;
    position: absolute;
    font-size: var(--font-size-title);
    right: 4rem;
    top: 1.6rem;
    text-align: right;
    color: var(--color-main);
    mix-blend-mode: color-dodge;
}
.text.dateLocation p {
    margin-bottom: 0 !important;
}
header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.textbox .innerBox {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 0;
    padding-bottom: 7.5rem;
}
article.textbox:first-of-type {
    padding-top: 8.5rem;
}
.ticketOuter{
       grid-column: 2 span;
}
a.ticketBtn {
    border: 1.5px solid black;
    padding: 0 2rem .3rem;
    font-family: 'Faune Text';
    text-transform: uppercase;
    line-height: 1;
    font-size: var(--font-size-titleh2);
    border-radius: 2.5rem;
    background-color: white;
    transition: .3s background-color ease-out;
}
.credits{
      position: absolute;
      right: 0;
      bottom: 0;
      writing-mode: vertical-rl;   /* Text lÃƒÂ¤uft vertikal */
      transform: rotate(180deg);   /* dreht ihn, damit er von unten nach oben liest */
      padding: 1.5rem 1rem;
      font-size: .75rem;
      opacity: 0.8;
      color:var(--color-main);
      mix-blend-mode:color-dodge;
}
article.textbox.dropdownBox {
    border-top: 1.5px solid black;
    transition: .3s background-color ease-out;
}
#novoflot {
    /* margin-top: calc(-1em); */
    display: inline-flex;
}
.cBlock:last-of-type {
    /* border-bottom: 1px solid black; */
}
.partnerLogo {
    width: 6rem;
    display: block;
    height: 3rem;
    /* background-color: yellow; */
    margin-top: -3.5rem;
}

.partnerLogo img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom;
    height: 100%;
}
.cBlock h3 {
    grid-column: 2 span;
}
.textbox.colTitle h2 {
    margin-left: 4rem;
    width: calc(100% - 8rem);
}
article.textbox.dropdownBox:not(.in) .innerBox {
    display: none;
}
footer {
    font-size:var(--font-size-small);
    padding: 2.25rem 4rem;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    border-top: 1.5px solid black;
    grid-gap: 2rem;
}
.text.cooperation, .text.production {
    position: absolute;
    z-index: 2;
    bottom: 2.5rem;
    font-size: var(--font-size-title);
    color: var(--color-main);
    left: 4rem;
    line-height: 1;
    mix-blend-mode: color-dodge;
}
.text.cooperation{
    opacity:0.8;
}
.text.production{
     top: 1.6rem;
     bottom: unset;
}


.anchorblock {
    top: -2.25rem;
    position: relative;
}
.textbox p + h3 {
    margin-top: 3rem;
}
article.textbox.lead .text {
    font-size: var(--font-size-lead);
    line-height: 1.175;
}
.cBlock .text {
    grid-column: 7 span;
}
.text p:not(:last-child) {
    margin-bottom: 1em;
}

main:before, main:after {
    content: '';
    width: 11.65rem;
    position: fixed;
    top: 0;
    height: 100%;
    background: linear-gradient(-90deg, rgb(112 247 59 / 0%) 0%, rgba(24, 215, 255, .8) 100%);
    z-index: -1;
}
main:after{
    right:0;

    background: linear-gradient(90deg, rgb(112 247 59 / 0%) 0%, rgba(24, 215, 255, .8) 100%);
}
.text.cooperation p.small, .text.dateLocation p.small {
    margin-bottom: .15em;
    font-size: var(--font-size-lead);
}
.text.cooperation p.small{
    margin-left:.1em;
}
.text.dateLocation p.small{
    margin-top:.25em;
}
main {
    position: relative;
}
.subnav {
    position: fixed;
    right: 4rem;
    z-index: 4;
    display: flex;
    bottom: 2.8rem;
    gap: .8rem;
    list-style: none;
    transition: .1s opacity ease-out;
}
.subnav.hidden {
    opacity: 0;
    pointer-events: none;
}
.subnav li a {
    background-color: white;
    border-radius: 2rem;
    padding: .4rem 1rem .6rem;
    line-height: .9;
    font-family: 'Faune Text';
    display: inline-flex;
    text-transform: uppercase;
    border: 1.5px solid;
    transition: .3s background-color ease-out;
}
@media (min-width:1200px) and (max-width:1920px)  {
html {
  font-size: 1vw;
}
}


@media (min-width:993px) and (max-width:1199px)  {
html {
  font-size: 10.5px;
}
}
@media (min-width:993px) and (max-width:1500px)  {

}
@media (min-width:600px) and (max-width:992px)  {
html {
  font-size: 12px;
}

}
@media (min-width:1920px)  {
html {
  font-size: 19.25px;
}
}


@media (min-width:992px) {
article.textbox.colTitle.in{
     padding-bottom: 0; 
}
    figcaption.up {
    top: 4rem;
    bottom: unset;
}
        figcaption.upright {
    top: 4rem;
    bottom: unset;
    right: 4rem;
    left: unset;
    text-align: right;
}
    figcaption.right {
    left: unset;
    right: 4rem;
    text-align: right;
}
}



@media (max-width: 992px) {
:root {
  --color-black: #000;
  --color-white: #FFF;
  --font-size-small: .85rem;
  --font-size-normal: .85rem;
  --font-size-lead: 1.15rem;
  --font-size-title: 1.5rem;
  --font-size-titleh2: 2rem;
  --font-size-subnav: 1rem;
  --line-standard: 1px;
  --plyr-color-main: var(--color-main);
}

html{
    font-size: 19px;
}
article.textbox {
    padding: 1rem 1rem 3.4rem;
}
article.textbox:first-of-type {
    padding: 1rem;
}
.textbox .innerBox {
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
    padding-bottom: 0;
}
    .subnav li a {font-size: var(--font-size-subnav);padding: .15rem .7rem .2rem 1.5rem;line-height: 1;}
.subnav li a:before, footer .text p a:before, main .text p a:before {
    margin-top: .55rem;
    margin-left: -1.1rem;
}
.subnav li:has(a[href$="#credits"]) {
  display: none;
}
footer .text p a, main .text p a {
    margin-left: 1.1rem;
}
.subnav {
    justify-content: center;
    align-items: center;
    bottom: 1rem;
    gap: .5rem;
    flex-wrap: wrap;
    right: unset;
    width: 100%;
    row-gap: .35rem;
}

.tBlock {
    padding: 1rem 1rem 1rem;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1.4rem;
}
.textbox .innerBox .text > h3 {
    margin-bottom: 1em;
    grid-column: 2 span;
}
.anchorblock {
    top: -1rem;
}
.textbox .innerBox .text > h3 {margin-top: unset;text-align: center;line-height: 1.1;font-size: var(--font-size-lead);}

.textbox.colTitle h2 {margin-left: 1rem;}

.cBlock {
    padding: 0 1rem;
    display: flex;
    border-top: unset;
    flex-direction: column;
    grid-column: 2 span;
    gap: 0;
    margin-bottom: 0;
}

.cBlock .text {
    margin-left: 1rem;
}
a.ticketBtn {
    padding: .15rem .7rem .2rem;
    font-size: var(--font-size-subnav);
    display: inline-flex;
}

.textbox h2 {
    padding-bottom: 3rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
}
article.textbox > .innerBox > .text p, article.textbox > .innerBox > .text ul, article.textbox > .innerBox > .image, article.textbox > .innerBox > .video {
    grid-column: 2 span;
}
    article.textbox > .innerBox > .text, article.textbox > .innerBox > .image, article.textbox > .innerBox > .video{
        padding-bottom: 1rem;
    }
    article.textbox > .innerBox > .image, article.textbox > .innerBox > .video{
        margin-top:1rem;
    }
.musiktheater h1 {
    width: 90%;
    top: calc(100dvh - 23rem);
}
    .textbox .innerBox .text > h3:not(:first-of-type) {
    margin-top: 1em;
}
    .text.dateLocation p.small {
    /* margin-top: calc(-.80 * var(--font-size-title)); */
}
    .swiper-slide figcaption p.small {
    margin-top: .4rem;
    font-size: var(--font-size-normal);
}
footer {
    padding: 1rem 1rem 2rem;
    display: flex;
    line-height: 1.17;
    flex-direction: column;
}
.swiper-slide img {
    height: auto;
    width: 120%;
    margin-left: -10%;
}
.partnerLogo {
    width: 6rem;
    height: auto;
    margin-top: unset;
}
    .partnerLogo:has(img[src*="kantonzh.svg"]){
        width: 9rem;
        object-position: left;
    }
    .partnerLogo:has(img[src*="kantonzh.svg"]) img {
  object-position: left;
  object-fit:cover;
}

    footer .text.logos:nth-of-type(3) {
    margin-top: 0;
}
.swiper-slide figcaption {
    left: 0;
    mix-blend-mode: normal;
    top: 0;
    position: relative;
    color: black;
    width: calc(100% - 2rem);
    line-height: 1.05;
    max-width: unset;
    padding: .85rem 1rem 3.4rem;
}
    .tBlock h3 {
    margin-top: -.5rem;
    margin-bottom: .5rem;
}
    article.imageslider {
    border-bottom: 1.5px solid;
}
    .swiper-wrapper {
    display: flex;
    flex-direction: column;
}
    .logos.text p:not(:last-child) {
    margin-bottom: 1rem;
}
    .ticketbox .text {
    grid-column: 2 span;
}

.ticketOuter {
    grid-column: 1;
}
    .credits{
         padding: .75rem .5rem;
         top: 0;
         bottom: unset;
    }
    .colTitle.textbox .innerBox {padding-bottom: 3.4rem;3.4rem:;}
header .credits {
    top: .5rem;
    bottom: unset;
}
a.ics {
    grid-column: 2;
    margin-top: unset;
    width: 1.25rem;
}
header .image img {
    object-position: 0% 0dvh;
    height: 105%;
}
.ics span {width: 1.25rem;/* top: 0.1rem; */}
.dropdownBox h2:after {
    display: none;
}
    
.text.cooperation, .text.production {bottom: unset;bottom: 11rem;left: 1rem;}

     .text.production{
         bottom: unset;
         top: 1rem;
     }
    .musiktheater h1 svg {
    width: 100%;
}
.logoBox {
    margin-bottom: unset;
    justify-content: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
    row-gap: 2rem;
}
.textbox .text {
    line-height: 1.17;
}
    .partnerLogo img {object-position: center;}
.text.dateLocation {
    right: 1rem;
    bottom: 4rem;
    top: unset;
}

    main:before, main:after {
        width:6rem;
        display:block;
    }
}
@media (hover: none) {

}

@media (hover: hover) {
.subnav li a:hover, .ticketBtn:hover {
    background-color: var(--color-second);
}
article.textbox.dropdownBox:not(.in):hover {
    background-color: var(--color-second);
}
    footer .text p a:hover, main .text p a:hover{
        border-bottom: 1px solid;
    }
    .swiper-button-next:hover svg, .swiper-button-prev:hover svg {
    opacity: 1;
}
.subnav li a:active , .ticketBtn:active  {
    background-color: var(--color-main);
}
article.textbox.dropdownBox:not(.in):active  {
    background-color: var(--color-main);
}


}
@font-face {
    font-family: 'Faune Text';
    src: url('fonts/Faune-Text_Italic.woff2') format('woff2'),
        url('fonts/Faune-Text_Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
   font-family: 'ABC Marist Book';
    src: url('fonts/ABCMarist-Book.woff2') format('woff2'),
        url('fonts/ABCMarist-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
::selection {
  background-color: var(--color-black);
  color: var(--color-white);
}
::-moz-selection {
  background-color: var(--color-black);
   color: var(--color-white);
}