/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------- body ----------------------------- */
@font-face {
    font-family: 'BaslerChornacht002-Regular';
    src: url('BaslerChornacht002-Regular');
    src: url('BaslerChornacht002-Regular.woff2') format('woff2'),
         url('BaslerChornacht002-Regular.woff') format('woff'),
         url('BaslerChornacht002-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body{
	font-family: 'BaslerChornacht002-Regular';
/*	background-color: rgba(0, 0, 0, 1);
	max-width: 1600px; */
	margin: auto;
	line-height: 1.2em;	
    background: linear-gradient(180deg, #110054, #500000, #280033, #002f29);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName { 
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}

.media {
	opacity: 1 !important;
}


#logo {
  padding: 120px 0 120px 10px;
  /*height: calc(100vh - 150px) !important;*/
  /*overflow-y: hidden;*/
  /*position: fixed;*/
  /*opacity: 0.8;*/
  left: 0;
  z-index: -1;
  width: 460px;
  /*transform: scale(0.4);
  transform-origin: top left;*/
}

/* Menu */
.menu-container {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 120px;
  padding: 10px;
  z-index: 2000;
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
.info-container {
  position: fixed;
  top: 10px;
  right: 30px;
  width: 80px;
  padding: 10px;
  z-index: 2000;

}
  /*    NAV     */
.circle {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 6px solid white;
  background: linear-gradient(180deg, #5938aa, #ff6384, #ffaaaa);
  background-size: 100% 1400%;
  animation: gradient 20s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.7em;
  padding-top: 15px;
  color: white;
  cursor: pointer;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
/*hover bereich vergrössern*/
.circle::before {
  content: '';
  position: absolute;
  inset: -15px;
}

/* STACK POSITION */
.circle:nth-child(1) { transform: translateX(0); z-index: 10; }
.circle:nth-child(2) { transform: translateX(15px); z-index: 3; }
.circle:nth-child(3) { transform: translateX(30px); z-index: 2; }
.circle:nth-child(4) { transform: translateX(45px); z-index: 1; }

/* OPEN STATE (DESKTOP + MOBILE SHARED) */
#menu-toggle:checked ~ .menu .circle:nth-child(2) {
  transform: translateX(90px);
}
#menu-toggle:checked ~ .menu .circle:nth-child(3) {
  transform: translateX(180px);
}
#menu-toggle:checked ~ .menu .circle:nth-child(4) {
  transform: translateX(270px);
}

/* DESKTOP HOVER ergänzt OPEN */
@media (hover: hover) {
  .menu-container:hover .circle:nth-child(2) { transform: translateX(90px); }
  .menu-container:hover .circle:nth-child(3) { transform: translateX(180px); }
  .menu-container:hover .circle:nth-child(4) { transform: translateX(270px); }
}

/* LINK RESET */
.menu a.circle {
  text-decoration: none;
  color: white;
}

.hov:hover {
  background: white;
}
/*    NAV  fertig   */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.mund {
	position: fixed;
	top: 14vw;
	left: 22.7vw;
	width: 24.3%;
	height: auto;

}

.block {
	width: 100% !important;
	height: auto !important;
	border-top:  6px solid rgba(212, 212, 212, 0.65);
	padding-top: 30px;
	
	}

.txtcol {
	width: calc(40% - 30px);
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	color: #e3e3e3;
	opacity: 0.6;
	/*position: relative;*/
	padding: 0 0 80px 1.8vw;
	}

.txtcolall {
	width: calc(100% - 30px);
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	color: #e3e3e3;
	opacity: 0.6;
	/*position: relative;*/
	padding: 0 0 80px 1.8vw;
	}
	
.txtcolall p {
    padding: 0 15px 0 0;
}

a, a:visited, a:hover {
	text-decoration: none;
	}

h2 {
	font-size: 4.5em;
	line-height: 1.0em;
	letter-spacing: 0.02em;
	}

h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	}

.text {
	font-size: 1em;
	line-height: 1.2em;
	}
	
p {
    padding: 0 0 0.5em 0;
}

.footer {
	width: calc(80% - 30px);
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	color: #e3e3e3;
	opacity: 0.6;
	/*position: relative;*/
	padding: 0 0 80px 1.8vw;
	}
	
.sponsor {
	width: 150px !important;
	height: auto !important;
	vertical-align: middle;
	padding: 0 35px 35px 0;
	}
	
p a, a:visited {
	transition: all 0.8s ease;
	text-decoration: underline;
	color: #b0b0b0;
	}


p a:hover {
	transition: all 0.8s ease;
	text-decoration: underline;
	color: #ffffff !important;
	}

h4 a, a:visited {
	transition: all 0.4s ease;
	text-decoration: none;
	color: #fff;
	}
	
h4 a:hover {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(130, 130, 130, 0.5) !important;
	}


/* ---- Program--- */

.section {
  display: flex;
  /*gap: 20px;*/
  position: relative;
  left: 120px;
  max-width: calc(100% - 120px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-padding: 0;
  /*padding: 1rem;
  margin: 3rem auto 0;
  /*border-radius: 5px;*/
  /*border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;*/
  outline: 6px solid white;
  outline-offset: -6px;
}
/*
.section::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.section::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.00); 
}
.section::-webkit-scrollbar-thumb {
  background: #bdbdbd; 
}
.section::-webkit-scrollbar-thumb:hover {
  background: #ffffff; 
}
*/

.hideme {
	height: 200px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 70px;
	display: inline;
    opacity:1;
}



/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}



.hideme_inner {
	max-height: 200px;
	max-width: 480px;
	margin: auto;
	vertical-align: middle;
	font-size: 2em;
	background-image: url(/media/arrowleft.svg);
/* assign bounce */
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}




/* /right bounce */



.mobile {
	  display: none;
	}

.section_item {
  display: flex;
  justify-content: left;
  align-items: left;
  flex: 0 0 320px;
  width: 30px;
  height: auto;
  scroll-snap-align: start;
  /*background-color: #ccc;
  font-size: 1.5rem;*/
}

/*scroll animation*/
.bounce_left, .bounce_left_s {
  animation: floatText  5s infinite ease;
}
.bounce_left_s {
  animation-delay:0.4s;
}

@keyframes floatText {
  8% {transform: translateX(-150px);}
  16% {transform: translateX(0px);}
}

.section_table td,
.section_table th {
  width: 320px;
  border-right:6px solid white;
  border-bottom: 6px solid white;
  padding: 10px;
  color: #e3e3e3;
}

.section_table th {	
  
}

.section_table_inv td,
.section_table_inv th {
  min-width: calc(100vw - 490px) !important;
  border:none;
  padding: 10px;
  left:0;
  position: relative;
  /*background-color: aqua;*/
  scroll-snap-align: start;
}

.inter_section {
  padding: 20px 0 20px 120px;

}

.time {
  width: 150px;
  position: absolute;
  left: 0;
  color: #e3e3e3;
  padding: 10px 0 0 1.8vw;
  z-index: 2000;
}

.controls {
  position: inherit;
  top: 0;
  left: 0;
  width: calc (100% - 10px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 200 !important;
}

.left {
  height: 300px;
  width: 120px;
  background-color: aqua;

}


.btn {
  position: relative;
  margin: 100px 0 20px 0;
  left: 120px;
  max-width: calc(100% - 275px);
  border: 6px solid white;
  border-radius: 80px;
  /*outline: 2px solid white;
  outline-offset: -2px;*/
  background-color: #e3e3e3;
  color: #110054;
  vertical-align: middle;
  text-align: center !important;
  padding: 15px 7px 5px 0;
  transition: ease .5s;
  cursor: hand;
  font-size: 4.5em;
  line-height: 1.0em;
	/*letter-spacing: 0.02em;*/
}

.ticket a, a:visited, a:hover {
  text-decoration: blink !important;
}


.btn:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  background-color: #ffffff; 
  text-decoration: none;
}

.btn a {
  color: #110054;
}

.ticket {
  vertical-align: middle;
  text-align: center !important;
}

.desktop {
	display: block;
}



/* ----------------------------- Slider ----------------------------- */


* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: calc(100% - 30px);
  position: relative;
  margin: auto;
}

/* Caption text */
.slidetext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* ----------------------------- MEDIA QUERY ----------------------------- */

@media only screen and (max-width: 1100px) {
	
/*.bild {
 -moz-column-count: 1;
 -moz-column-gap: 0px;
 -webkit-column-count: 1;
 -webkit-column-gap: 0px;
 column-count: 1;
 column-gap: 0px;
 width: 100%;
}*/

#head {
 	}

#logo {

}


#container {
	width:94%;	
}	

.txtcol {
  width: calc(50% - 30px);
}

.bild img{
	max-width: 100%;
	width:100%;
	/*height:auto;*/
	/*margin-bottom: -6px;*/
	}

body {
	font-size:1em;
	}
	
}


@media only screen and (max-width: 800px) {
	
/*.bild {
 -moz-column-count: 1;
 -moz-column-gap: 0px;
 -webkit-column-count: 1;
 -webkit-column-gap: 0px;
 column-count: 1;
 column-gap: 0px;
 width: 100%;
}*/

#head {
 	}

#container {

	width:94%;	
	
}	

#logo {
max-width: calc(100vw - 10px);
padding: 120px 0 120px 5px;
 }

.menu-container {
     scale: 0.8;
     top: 5px;
     left: -3px;
   }

.info-container {
      scale: 0.8;
      top: -3px;
      right: 10px;
    }

.txtcol {
  width: calc(100% - 30px);
}
.bild img{
	max-width: 100%;
	width:100%;
	/*height:auto;*/
	/*margin-bottom: -6px;*/
	}

h2 {
	font-size: 16vw;
	line-height: 1.0em;
	letter-spacing: 0.02em;
	}

h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	}

.text {
	font-size: 1.2em;
	line-height: 1.2em;
	}
.footer {
	width: calc(100% - 30px);
	}
	
.sponsor {
	width: 200px !important;
	height: auto !important;
	vertical-align: middle;
	padding: 0 35px 35px 0;
	}

.desktop {
	  display: none;
	}

.mobile {
	  display: inline;
	}
	
.inter_section {
  padding: 60px 0 20px 0;
	}
	
.section {
  position: relative;
  left: 0;
  top:40px;
  max-width: calc(100% - 5px);
	}	

.txtcolall {
	width: calc(100% - 8px);
	/*font-size: 1.1em;
	line-height: 1.1em;*/
	}

.btn {
  margin: 140px 0 20px 0;
  left: 20px;
  max-width: calc(100% - 60px);
  padding: 15px 7px 8px 0;
  font-size: 2.5em;
  line-height: 1.0em;
	}


}	


