@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: abel;
}
body, html, main{
	height: 100%;	
	}
body {
	background-color: #000000;
	font-family: abel;
	font-size: 1em;
}
/*@media only screen and (orientation:portrait){
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
}*/
ul, li, h3, h2, h1, p, img{
	padding:0;
	margin:0;
	list-style:none;
}
img {
	border: 0;
}
a img {
	outline: 0;
}
h2 {
	padding-left: 1em;
	font-size: 2.75em;
	line-height: 1.75;
}
h3 {
	font-size: 3em;
	padding-left: 1em;
	color: #B2BFB7;
}
/*stickyheader start*/
header {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header.smaller .logo {
	margin-left: -500px;
}
header nav {
	display: inline-block;
	float: right;
	margin-right:200%;
	background-color: rgba(102,114,255,1.00);
	background-repeat: no-repeat;
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-15deg,0deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header nav p {
	-ms-transform: skew(15deg,0deg); /* IE 9 */
	-webkit-transform: skew(15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(15deg,0deg);
	text-shadow: 1px 1px 3px #000000;
}
/*header nav p:hover {
	-ms-transform: skew(-15deg,0deg); /* IE 9 
	-webkit-transform: skew(-15deg,0deg); /* Chrome, Safari, Opera 
	transform: skew(-15deg,0deg);
	text-shadow: 1px 1px 3px #000000;
}*/
header.smaller nav {
	background-color: rgba(237,48,166,1.00);
	margin-right:0;
}
header nav a {
	color: #FFFFFF;
	display:block;
	font-size: 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	float: left;
	/*-ms-transform: skew(15deg,0deg); /* IE 9 
	-webkit-transform: skew(15deg,0deg); /* Chrome, Safari, Opera 
	transform: skew(15deg,0deg);*/
	text-decoration: none;
	text-shadow: 2px 0px 10px rgba(3,30,78,1.00);
}
header nav a:hover {
	background-color: rgba(255,170,11,1.00);
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(0deg,0deg);
}
/*header.smaller nav a {
	padding-top: 1em;
}*/
header .backtotop   {
	padding: 10px;
	float: right;
	top: 0px;
	margin-top:-60px;
	opacity:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header.smaller .backtotop {
	margin-top:0px;
	opacity:.5;
}
header.smaller .backtotop:hover{
	opacity:1;
	}

@media all and (max-width: 660px) {
    header nav {
	display: block;
	float: right;
	text-align: center;
    }
    header nav a {
	margin: 0 10px;
	padding-top: 1em;
    }
	.logo{
	visibility:hidden;
	}
}
/*stickyheader end*/
.logo {
	/*opacity: .7;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 24px;
	position: fixed;
	margin-left: 80px;
}
.logoMA {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 10px;
	position: fixed;
	float: left;
	/*opacity: 0.7;*/
}
header.smaller .logoMA{
	margin-left:20px;
	width:40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
#frontpage {
	padding: 0;
	margin: 0;
	background-color: #000000;
	list-style: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
	background-image: url(../_img/_bgschubert2025.jpg);
	background-position: center;
}
#frontpage1819 {
	padding: 0;
	margin: 0;
	background-color: #000000;
	list-style: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
	background-image: url(../_img/_bgschubert1819a.jpg);
	background-position: center;
}
#title {
	top: 15%;
	position: absolute;
	webkit-animation-name: titleenter;
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	animation-name: titleenter;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: 2px 0px 10px #000000;
	float: right;
	font-size: 4em;
	left: 22%;
}
#title img {
width:72%
}
#title2 {
	top: 45%;
	position: absolute;
	color: rgba(255,255,255,1.00);
	webkit-animation-name: title2enter;
	webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	animation-name: title2enter;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
	text-shadow: 2px 0px 10px #000000;
	float: right;
	font-size: 1.5em;
	left: 27%;
}
#title2 img {
width:75%
}
@-webkit-keyframes fptextenter{
0% {left:-200%}
50% {left:-200%}
100% {left:33%}
}
@keyframes fptextenter{
0% {left:-200%}
100% {left:33%}	
}
@-webkit-keyframes undernaventer{
0% {margin-left:-100%}
50% {margin-left:-100%}
100% {margin-left:18%}	
}
@keyframes undernaventer{
0% {margin-left:-100%}
50% {margin-left:-100%}
100% {margin-left:18%}	
}

@-webkit-keyframes title2enter{
0% {margin-left:-100%}
50% {margin-left:-100%}
100% {margin-left:00%}	
}
@keyframes title2enter{
0% {margin-left:-100%}
50% {margin-left:-100%}
100% {margin-left:00%}	
}

.active{
  visibility:hidden;
  width:0;
  height:1em;
  float:left;
  overflow:hidden;
  margin-left:-100%;
}
#undernav{
	margin-left:18%;
	top:80%;
	position:absolute;
	float:left;
	webkit-animation-name: undernaventer;
	webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: undernaventer;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
}
#undernav.smaller{
	opacity:0;
}
#undernav a{
	text-decoration: none;
	text-align: center;
	font-size: 1.25em;
}

#undernav .click {
	background-color: rgba(237,48,166,1.00);
	padding: 1em;
	display: block;
	float: left;
	color: rgba(255,255,255,1.00);	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: 2px 0px 10px #000000;
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-15deg,0deg);
}
#undernav .click p {
	-ms-transform: skew(15deg,0deg); /* IE 9 */
	-webkit-transform: skew(15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(15deg,0deg);
	text-shadow: 1px 1px 3px #000000;
}
#undernav .click:hover {
	background-color: rgba(251,150,5,1.00);
	color: rgba(255,255,255,1.00);
	text-shadow: 2px 0 10px rgba(0,0,0,1.00);
}

.graytext {
	color: rgba(188,188,188,1.00);
}
.darkblue   {
	color: rgba(31,99,124,1.00);
}
.brightgreen   {
	color: #82F529;
}
.white {
	color: #FFFFFF;
}
.red {
	color: rgba(244,12,15,1.00);
}
.gold {
	color: #F9D53E;
}
.pink{
	color:rgba(237,48,166,1.00);
}

#details2019 {
	/*box-shadow: 0px 2px 44px #000;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*height: 100%;*/
	width:100%;
	float:left;
	background-image: url(../_img/_bgschubert1819c.jpg);
	background-position: center;
	margin: 0%;
	/*padding-top: 1em;*/
	padding-bottom: 2em;
	top: 0px;
	text-shadow: 2px 2px 4px #000000;
}
#details #details-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
}
#details-left {
	width:50%;
	float:left
}
#details-right {
	width:50%;
	float:left
}
#details-center {
	width:100%;
	float:left
}
#details h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	line-height: 1.5;
	padding: 0;
	font-size: 1.25em;
}
#details h3 {
	color:aliceblue;
	text-align: center;
	line-height: 1.5;
	padding: 0;
}
#details a {
	border-radius: 10px;
	text-decoration: none;
	background-color: rgba(42,42,42,1.00);
	padding-left: 0.5em;
	padding-right: 0.5em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-shadow: 2px 0px 10px #000000;
}
#details a:hover {
	background-color: rgba(237,48,166,1.00);
	color: rgba(251,211,236,1.00);
	text-shadow: 2px 0 10px rgba(107,11,82,1.00);
}
.words p {
	color: #FFF;
	padding: 2em;
	text-align: center;
}
.words a {
	color: #FF00AE;
	text-decoration: none;
	text-shadow: 0 0 4px #FF01B6;
}
.words a:hover {
	text-shadow: 0px 0px 10px;
}
.greentext {
	color: #036A08;
}
.text {
	background-color: rgba(0,0,0,0.5);
	padding: 1em;
	box-shadow: 0px 8px 30px #000;
	width: 90%;
	color: #FFFFFF;
	line-height: 1.5;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-bottom: 80px;
	margin-top: 100px;
	-webkit-box-shadow: 0px 8px 30px #000;
}
#video  {
	width: 100%;
	height:100vh;
	display: block;
	text-align:center;
	padding-top:10%;
	/*float: left;*/
	background-image: url(../_img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#video h2{
	color: rgba(99,184,215,1.00);
	text-align: center;
	line-height: 1.5;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-size: 1.25em;
}
.videocontainer {
	margin-top: 5%;
	display: inline-block;
	width: 45%;
	border-right-color: #15B2FF;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #15B2FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#prod-image {
	background-image: url(../_img/lebensverlust-bg1100x420.jpg);
	height: 420px;
	width: 60%;
	margin-left: 20%;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	background-position: center 0%;
	-webkit-box-shadow: 0px 0px 30px 2px #000;
	box-shadow: 0px 0px 30px 2px #000;
}
#prod-image:hover {
	width: 90%;
	margin-left: 5%;
}
/*#about {
	/*height: 800px;
	color: #FFFFFF;
	width: 100%;
	float: left;
	height:100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../_img/bgjuno.png);
}*/
#about-container  {
	margin-top: 3em;
	background-color: rgba(0,0,0,0.33);
	margin-left: 5%;
	margin-right: 5%;
}
#about-container p  {
	color: rgba(255,255,255,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	padding: .5em;
	font-size: 1em;
}
#about-container p::first-letter{
	color:#82F529;
}

#performers {
	height: 133vh;
	color: #FFFFFF;
	width: 100%;
	float: left;
	background-image: url("../_img/_bgschubert1819g.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#performers #performers_container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vh;
	padding-top: 0em;
		}
.tabs {
	position: relative;
    }
    .tab {
	width: auto;
    }
    .tab label {
	padding: 1em;
	position: relative;
	float:left;
	background-color:rgba(0,0,0,0.49);
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-15deg,0deg);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: auto;
    }
.tab label p {
	-ms-transform: skew(15deg,0deg); /* IE 9 */
	-webkit-transform: skew(15deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(15deg,0deg);
}
.tab label:hover {
	background-color: #06F0FF;
	text-shadow: 0px 0px 10px #000000;
}

    .tab [type=radio] {
      display: none;
    }
    .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 7em;
    }
.tab .content p {		
	/*background-color: rgba(0,0,0,0.49);*/
	padding: 1em;
	line-height:1.5em;
}
.tab .content p a {
	text-decoration: none;
	color: rgba(245,192,78,1.00);
}
.tab .content p a:hover {
	color: rgba(241,224,134,1.00);
	text-shadow: 0px 0px 10px rgba(243,242,171,1.00);
}
    .content {
      opacity: 0;      
      -webkit-transform: translate3d(0, 0, 0);
	  -webkit-transform: translateX(-100%);
      -moz-transform:    translateX(-100%);
      -ms-transform:     translateX(-100%);
      transform:      translateX(-100%);

      -webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
    }

    [type=radio]:checked ~ label {
	background-color:#FFAB00;
	/* [disabled]border-bottom: 1px solid white; */
	z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
    [type=radio]:checked ~ label ~ .content {
      opacity: 1;

      -webkit-transform: translateX(0);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      transform:      translateX(0);
    }
