/* 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, 
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, 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;
}

/* ----------------------------- browser ----------------------------- */

/* width */
::-webkit-scrollbar {
  width: 0;
  height: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(136, 136, 136, 0.1); 
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(255, 154, 105, 0.3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:  #fff; 
  /*border-radius: 20px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff9a69; 
}



/* ----------------------------- 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';
  line-height: 1.2em;	
  background: linear-gradient(180deg, #5938aa, #a038a9, #ff9a69);
  background-size: 400% 400%;
  animation: gradient 20s ease infinite;
  height: 100%;
  opacity: 0.95;
}

@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  20% {
    background-position: 50% 100%;
  }
  86% {
    background-position: 100% 50%;
  }
  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;*/
}

#number {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.8vw 1.5vw;
	/*opacity: 0.7;*/
	width: 97vw;
	text-align: right;
	font-size: 5em;
	line-height: 1em;
	color: white;
	z-index: 1;
	
}

/* 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;

}
.circle {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 6px solid white;
  background: linear-gradient(180deg, #5938aa, #a038a9, #ff9a69);
  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;
}
.circle::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  z-index: -1;
}

.hover:hover {
  background: white;
}

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

}
*/

.start {
/*	width: 100% !important;
	height: auto !important;
	border-top:  2px solid rgba(212, 212, 212, 0.65);
	padding-top: 30px;
	position: relative;
	top: 8vw;*/
	}
	
.block {
	width: 100% !important;
	height: auto !important;
	border-top:  6px solid rgba(255, 255, 255, 1);
	padding-top: 30px;	
	}

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

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

.indent-first tr td {
  padding-left: 1.6em;
  margin-left: 1em;
  text-indent: -0.8em;
}

.indent tr td {
  padding-left: 1.2em;
  margin-left: 1em;
  text-indent: -0.8em;
}

.normal-text {
  font-size: 1rem;
  line-height: 0.5em;
  font-weight: normal;
}

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

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

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	}

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


h5, h5 a, h5 a:visited {
      color: #8b28ff;
  
  }

.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: #ffffff;
	/*opacity: 0.6;*/
	/*position: relative;*/
	padding: 0 0 80px 1.8vw;
	}
	
.sponsor {
	width: 200px !important;
	height: auto !important;
	vertical-align: middle;
	padding: 0 35px 35px 0;
	}

.sponsor-small {
  width: 110px !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: #ff9a69;
	}


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

h4 a, h4 a:visited {
	transition: all 0.4s ease;
	text-decoration: none;
	color: #fff;
	}
	
h4 a:hover {
	transition: all 0.4s ease;
	text-decoration: none;
	color: #ff9a69 !important;
	}

th a, th a:visited {
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff;
    vertical-align: sub;
    }
    
  th a:hover {
    transition: all 0.4s ease;
    text-decoration: none;
    color: #ff9a69 !important;
    }

.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%;
}

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

.section {
  display: flex;
  /*gap: 20px;*/
  position: relative;
  /*left: 120px;*/
  max-width: 100%;
  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: 50%;
	width: 100%;
	position: absolute;
	left: auto;
	top: 40%;
	display: inline;
  opacity:1;
  z-index: 2000 !important;
  overflow: hidden !important;
}



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



.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;
  overflow: hidden !important;

}




/* /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, .bounce_left_0 {
  animation: floatText  8s infinite ease;
}
.bounce_left_s {
  animation-delay:0.5s;
}
.bounce_left_0 {
  animation-delay:1s;
}

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

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

.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;
}


.price_table td,
.price_table th {
  width: auto;
/*  min-width: calc(33vw - 27px) !important;*/
  border-top:6px solid white;
  padding: 10px 0 10px 0;
  color: #ffffff;
}

.cspan {
  width: 640px;
}

.inter_section {
  padding: 20px 0 80px 0;
}

.inter_section_first {
  padding: 20px 0 20px 0;
}	

.time {
  width: 150px;
  padding: 5px 0 13px 0;
  color: #ffffff;
  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;

}


/* BUTTON TICKET */

.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: #ffffff;
  color: #8b28ff;
  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: rgba(255, 255, 255, 0); 
  text-decoration: none;
  color: #fff;
}

.btn a {
  color: #8b28ff;
}

/* Button regulär */

.button {
  /*position: relative;*/
  /*max-width: calc(100%);*/
  width: 300px !important;
  display: inline-block;
  border: 2px solid white;
  border-radius: 80px;
  /*outline: 2px solid white;
  outline-offset: -2px;*/
  background-color: #ffffff;
  color: #8b28ff;
  /*text-transform: uppercase;*/
  letter-spacing: 0.01em;
  vertical-align: middle;
  text-align: center !important;
  margin: 0;
  padding: 15px 20px 11px 20px;
  /*padding-top: 15px;
  padding-bottom: 10px;
  padding-left: auto;
  padding-right: auto;*/
  transition: ease .5s;
  cursor: hand;
  line-height: 1.0em;
  text-decoration: none;
  /*letter-spacing: 0.02em;*/
}

.button:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0); 
  text-decoration: none;
}


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

.desktop {
	display: block;
}


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

.slider {
  width: calc(100% - 0px);
  position: relative;
  margin: auto;
}

.slider img {
  vertical-align: middle;
  width: 100%;
}

/* ----------------------------- 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 {
 	}

/*
.start {
	position: relative;
	top: 32vw;
	}

#number {
	font-size: 17.3vw;	
}
*/

#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 {
 	}

#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;
    }

#container {
	width:94%;	
}	

.media {
	padding-right: 1%;
}

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


h2 {
	font-size: 2.8em;
	line-height: 1.0em;
	}

h4 {
	font-size: 1.6em;
	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;
	}
	
.txtcolall {
	width: calc(100% - 8px);
	/*font-size: 1.1em;
	line-height: 1.1em;*/
	}

.cspan {
    width: calc(97.4vw - 8px);
  }

.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;
	}

.slick-dots
  {
      visibility: hidden;
  }

}	


