body, html{
	text-transform: uppercase;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px;
	list-style-type: none;
}


body, button{
	font-family: 'Nixie One', Helvetica, Arial, sans-serif;
}

body{
	font-size: 16px;
	color: #f4f4f4;
//	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	//font-family: Monospace;
	background: black;
}

body a{
	transition: .5s;
	text-decoration: none;
	color: white;
}

body a:hover{
	color: #00C0B5;
}

body.inverted a{
	color: #333;
}

body.inverted{
	color: #333;
	background: white;
}

.footer a{
	color: #ccc;
}

.inverted .footer{
	color: #333;
}

.footer{
	overflow: hidden;
	color: #ccc;
	margin-top: 5em;
	width: 100%;
	padding: 2em 0em;
}

.outerfooter{
	background: #000;
	opacity: .8;
}

.inverted .outerfooter{
	background: #fff;
}

.inverted .footer{

}

.hr{
	margin: 5em auto 5em auto;
	opacity: .8;
	width: 400px;
}

.page{
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 3em;
}

.purple{
	color: #00C0B5 !important;
}

.inverted .mute{
	-webkit-filter: invert(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
}

.mute{
	position: fixed;
	top: 10px;
	right: 10px;
	opacity: .7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
	z-index: 100;
}

.mute.hidden{
	top: -40px;
}

.mute:hover{
	opacity: 1;
}

video{
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	opacity: 1;
}

.logo{
	display: none;
}

	body.inverted video{
		-webkit-filter: invert(1) hue-rotate(200deg);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	}
	body.inverted .logo{
		-webkit-filter: invert(1) hue-rotate(200deg);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	}

.inverted .navbar{
	background: #fff;
	background: rgba(255,255,255,.7);
}

.navbar{
	display: none;
	font-family: '', Helvetica, Arial, sans-serif;
	position: fixed;
	width: 100%;
	height: 1.3em;
	z-index: 100;
	white-space: nowrap;
	padding: 1em 1em;
	top: -2em;
	margin: 0px;
	right: 0px;
	overflow: hidden;
	opacity: 0;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.5);
}

.navbar h3{
	text-transform: uppercase;
	padding-right: 2em;
	margin: 0px;
	display: inline-block;
	float: left;
}

.navbar ul{
	float: right;
	margin-right: 3em;
	list-style-type: none;
}

.navbar li a{
	margin-right: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}
.navbar li{
	display: inline-block;
}

.navbar.sticky{
	opacity: .9;
	top: 0em;
}


#weiter{
	position: absolute;
	top: 80%;
	width: 100%;
	text-align: center;
	font-size: 2.6em;
	cursor: pointer;
	font-size: 3.6em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.switch{
	position: absolute;
	top: 52%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	padding: 1em 0em;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
}

.switch h3{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.5em;
}


button:hover{
	opacity: .8;
}
button:active, button:focus{
	outline: 0;
}

.headline{
	position: absolute;
	font-size: 5em;
	top: 50%;
	margin-top: -200px;
	text-align: center;
	display: block;
	width: 100%;
	color: #00C0B5;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(200,0,200,.3);
}

.headline img{
	height: 240px;
}

.mail {
	margin: -2em auto 0em auto;
	display: block;
	left: 0;
	right: 0;
	top: 30%;
}
.mail .input {
	text-align: left;
	position: relative;
	margin: .2em auto 0em auto;
	display: block;
	left: 0;
	right: 0;
	top: 160%;
	font-size: 1.5em;
	width: 430px;
	background: black;
	color: #777;
	padding: 15px;
	border: 4px solid black;
	transition: .5s border;
}

.mail .thank-you{
	position: absolute;
	top: 0px;
	left:0px;
	right: 0px;
	transition: 1s;
	-webkit-filter: blur(25px);
	z-index: -1;
	opacity: 0;
}
.mail.thanks > .input, .mail.thanks > h2{
	opacity: 0;
	z-index: -1;
}

.mail.thanks .thank-you{
	z-index: 100;
	opacity: 1;
	-webkit-filter: blur(0px);
}

.input > label {
	width: 110px;
	display: inline-block;
	padding-right: 10px;
//	border-right: 1px solid #ccc;
}

.mail input{
	text-transform: uppercase;
	width: 300px;
	text-align: right;
	background: transparent;
	border: 0px;
	color: #fff;
	font-size: 1em;
	font-family: 'Nixie One', Helvetica, Arial, sans-serif;
}

.mail .input.focussed{
	border: 4px solid #00C0B5;
}
.mail .input.error{ 
	border: 4px solid red !Important;
}

.mail input:focus{
	outline: 0px;
}

h2{
	text-align: center;
	margin-top: 0em;
	text-transform: uppercase;
	font-size: 3em;
	margin-bottom: 1em;
}


button.input{
	color: #00C0B5 !Important;
	border-radius: 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	text-align: center !Important;
	cursor: pointer;
	font-family: 'Nixie One', Helvetica, Arial, sans-serif;
}

.page table{
	width: 680px;
	margin: 0em auto;
}

table.gigs td {
	width: 140px;
}

h2.live{
	margin-top: 3em;
}

table.contact{
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	margin: 0px auto;
	//float: left;
	width: 370px;
}

.onoffswitch {
		text-align: center;
		top: 8px;
		left: 8px;
		display: inline-block;
    position: relative; width: 90px;
//    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.input .onoffswitch{
	left: 353px;
	position: absolute;
	top: 12px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block !important; overflow: hidden; cursor: pointer;
    border: 2px solid #A3A3A3; border-radius: 0px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON  ";
    padding-left: 0px;
//    color: #fff;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
//    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px; margin: 6px;
    border: 2px solid #A3A3A3; border-radius: 0px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.input .onoffswitch.active .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.input .onoffswitch.active .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.conc1{
	color:#fff;
	}

.conc2{
	color:#ccc;
	}	



