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

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('roboto-condensed-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
	margin: 0;
	padding: 0;
}

html {
	margin:0px;
	padding: 0px;
}

body {
background-color: #1c2936;
padding:0px;
margin:0px;
font-family: 'Roboto Condensed', sans-serif;
}

.box2 {
	min-width: 50px;
	height: 50px;
	margin: 25px auto 25px auto;
}
div#facebook_img {
	position:absolute;
	margin-left:-10000px;
}

div#menu {
	position:fixed;
	width: 100%;
	background-color: #e74c3c;
	z-index:200;
	height:50px;
	top:-50px;
	
	
}


div#menu ul, div#menu li, div#sub_menu ul, div#sub_menu li  {
	list-style: none; 
    margin: 0; 
    padding: 0;
    border: 0;
}

div#menu ul {

  }

div#menu li {
	display: inline-block;
  }
  
div#menu a {
	color: #fff; 
	text-decoration: none;
	
}

div#menu a.active {
	
	color: #fff3ce;
}

div#menu_list a {
	display:block;
	margin-right:20px;
	
}
	
  div#menu_list a:focus,
  div#menu_list a:hover,
  div#menu_list a:active { 
  	  color: #fff3ce;

  }

div#menu_list {
	margin:0 auto;
	padding-top: 15px;
	width: 640px;
	
}


.title_img {
	background:url(img/101_Header_Logo.png);
	position: absolute;
	width: 180px;
	height:110px;
	block:display;
	z-index:210;
	top:45vh;
	left:45%;
}

div.section {
	padding: 80px 0px 80px 0px;
	margin:: 0px 0px 0px 0px;
}

div#header.section {
	height: 90vh;
  overflow:hidden;

}

div#header.section div.bg {
	background:url(img/101_section1_bg.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	position: relative;
	height: 110vh;
	top:-60vh;
}

div#ticket.section div.bg {
	background:url(img/101_section1_bg.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	position: relative;
	height: 100vh;;
	top:-1000px;
}

div#va-info.section {
	background-color:#9fdcbf;
}

div#ticket.section  {
	background-color: #bad1da;
}

div#footer.section {
	background-color: #ecf0f1;
	padding-bottom:80px;
	height:auto;
}

div#footer a {
	color:#000;
}

div#footer a:hover {
	color:#111;
}

div.section div.headline {
	margin:0px;
}

div#logo {
	background-image: url(img/101_Logo_klein.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 85px;
	height: 40px;
	float:left;
	border-right: 1px solid rgb(255,243,207);
}


div#wrap {
padding:0px 0px 0px 0px;
margin:0 auto;
width: 644px;
	}
	
div.content_bar {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:rgb(236,240,241);
	width:640px;
}

div#va-info.section div.content_bar {
	background-color:transparent;
	border: 2px solid #fff;
	margin-bottom:20px;
}

div#footer.section div.content_bar {
	background-color:transparent;
	border: 2px solid #fff;
	margin-bottom:20px;
}

div.number {
	transform: rotate(90deg);
	transform-origin: left top 0;
	position:absolute;
	margin-left: 830px;
	margin-top: -80px;
	font-size:18px;
	font-weight:bold;
	color: rgb(231,76,60);
	
}

div.headline {
	padding: 6px 0px 2px 0px;
}

div.headline span {
	font-family:font-family: 'Roboto Condensed', sans-serif;
	color: rgb(29,41,54);
	font-size:16px;
	background-color: #ffffff;
	text-align:center;
	font-weight:bold;
	margin-left: 10px;
	padding:3px 8px 2px 7px;
	
}

div.subline {
	background-color: rgb(29,41,54); 	
}

div.subline span {
	font-family:font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color: rgb(231,76,60);
	font-size:18px;
	padding: 0px;
	display: block;
	padding: 8px 0px 5px 10px;
}

div#va-info.section div.subline {
	background-color:transparent; 	
}



div#va-info.section div.subline span {
	font-family:font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color: #1c2835;
	font-size:18px;
	padding: 0px;
	display: block;
	padding: 8px 0px 5px 10px;
}

div#va-info.section p {
	color:#1c2835;
	font-size:16px;
	padding: 20px;	
}


div#footer.section p {
	color:#1c2835;
	font-size:14px;
	padding: 20px;	
}


div#va-info.section a, div#va-info.section span.marked {
	text-decoration:none;
	color: #1c2835;	
	font-weight:bold;
}

div#va-info.section a:hover {
	color:#e74b3c;
	transition: all 0.1s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.1s ease-in 0.1s; /* chrome & safari */
    -moz-transition: all 0.1s ease-in 0.1s; /* firefox */
    -o-transition: all 0.1s ease-in 0.1s; /* opera */	
}

div.cut_line {
	border-bottom: 2px dashed #ffffff;
}

div#va-info.section div.cut_line {
	border-bottom: 2px dashed #fff;	
}

span.subline2 {
	color:#fff;
	font-size:14px;
}


div.text_bar {
	padding:0px 0px 0px 0px;
}

span.place_date_time {
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	display:block;
}

div.form div.form_field {
	margin-bottom: 5px;
}



div.form div.label_field {
	float:left;	
	text-align:right;
	margin-right:10px;
	padding-top:4px;
	
	

}

div.form label {
	font-size: 14px;
	width: 150px;
	display:block;
	color: rgb(29,41,54);
}


div.form input, div.form select {
  height:20px;
  border:none;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  padding-left:5px;
  padding-top:3px;
		
}

div.form input {
	width:300px;
	
}

div.form input.number {
	width:50px;
	
}



div.form input#time {
	width:20%;
		
}

div.form input#mail {
	width:300px;
		
}

div.form input.zip {
	width:80px;
	margin-right:5px;
		
}

div.form input.city {
	width:211px;
	
		
}

div.form input.street {
	width:211px;
	margin-right:5px;	
}

div.form input.street {
	width:211px;
		
}

div.form input#street-number {
	width:80px;
		
}

div.form input.street-number {
	width:80px;
		
}

div.form fieldset {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border:none;
}

div.form fieldset input {
	width:20px;
	height:20px;
	border:none;
	float:left;
}

div.form fieldset label {
	float:left;
	width:40px;
	height:20px;
	padding:4px;
}


div.form select {
	width: 40;
  
} 

div.form textarea {	
	resize: none;
	 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  padding-left:5px;
  padding-top:3px;
}

div.indicates-required {
	font-size:10px;
	text-align:left;
	margin-top: 10px;
	margin-left: 422px;
}
span.asterisk {
color: rgb(231,76,60)
}
	

#formular_hide {
	width:640px;
	overflow:hidden;
}

.formular {
	width:2560px;
	height:410px;
	-webkit-transition: margin 1s ease;
  	-moz-transition: margin 1s ease;
  	-o-transition: margin 1s ease;
  	transition: margin 1s ease;
	
}

.formular-slide-1 {
    margin: 0px 0px 0px -640px;
}

.formular-slide-2 {
    margin: 0px 0px 0px -1280px;
}

.formular-slide-3 {
    margin: 0px 0px 0px -1920px;
}


div.formular div.register {
	float:left;
}


div.box {
	width:640px;
	overflow:auto;
/*	overflow-y:scroll;
	overflow-x: auto;
*/
}

div#order_box, div#question_box {
	height: 330px;
	margin-top:0px;
	z-index:0;
}

div#confirm_box {
	padding-top:10px;
	background-color:rgb(187,210,219);
	padding:30px;
}

div#total_box {
	height: 70px;
	background-color: rgb(255,243,207);
}

div#total_box div.value {
	width: 150px;
	background-color: rgb(231,76,60);
	float: right;
	height:100%;

}

div#total_box div.value span {
	margin: 22px 40px 0px 0px;
	color: rgb(255,243,207);
	display:block;
	font-size:18px;
	text-align:right;
}

div#total_box div.label {
	
}

div#total_box div.label span {
	padding: 22px 0px 0px 30px;
	color: rgb(29,41,54);
	display:block;
	font-size:18px;
	font-weight: bold;
}

div#nav_box {
	height: 40px;
	background-color: rgb(159,220,191);
}

div#nav_box div#back input, div#nav_box div#further input {
	text-align:center;
	border: none;
	text-decoration:none;
	background-color:#6ad8a1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	height:40px;
	width:150px;
}
 

div#nav_box div#back input {
	float: left;
	cursor: pointer;
}


div#nav_box div#further input {
	float:right;
	cursor: pointer;	
}

div#nav_box div#back input:hover, div#nav_box div#further input:hover {
	background-color: rgb(72,181,129);
	color: #ffffff;
	transition: all 0.1s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.1s ease-in 0.1s; /* chrome & safari */
    -moz-transition: all 0.1s ease-in 0.1s; /* firefox */
    -o-transition: all 0.1s ease-in 0.1s; /* opera */
}

div#footer {
	line-height: 15px;
	background-color:rgb(29,41,54);	
}
div#footer img{
	padding-top: 3px;
}

div#shadow_top {
	margin-top:0px;
	position:fixed;
	z-index:200;
	height:15px;
	background:url(img/101_shadow.png) repeat-x;
	width:640px;
	
	}
	
div#shadow_bottom {
	position:absolute;
	z-index:1;
	height:15px;
	background:url(img/101_shadow2.png) repeat-x;
	width:640px;
	margin-top:-176px;
	}

div.ticket_field {
	height: 60px;
	background-color:rgb(187,210,219);
	margin-bottom:5px;
}

div.ticket_field div {
	height:60px;
	float:right;
}

div#ticket_info {
	color: rgb(29,41,54);
	width:300px;	
}

div#ticket_order {
	width:160px;
}
div.ticket_out {
	width:240px;
}
div.ticket_out div{
	padding-top: 12px;
	text-align: center;
	font-size: 14px;
	color:#e44b3b;
	float: none;
}


div#off.ticket_field {
	background-color:rgb(236,240,241);
	font-family: 'Roboto Condensed', sans-serif;
/*
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='60px' width='700px'><text x='15' y='15' fill='red' font-size='15'>Vorverkauf ausverkauft</text><text x='15' y='35' fill='red' font-size='15'>advance sale sold out</text></svg>");
	background-position: 270px 71px;
	background-size: 100% 100%;
*/
}
div#off.ticket_field div#ticket_order{
	display: none;
}

div#off.ticket_field div#ticket_info {
	color:rgb(187,210,219);
	width: 220px;
}

div#off.ticket_field button, div#off.ticket_field input, div#off.ticket_field div#ticket_value {
	background-color:rgb(231,115,104);	
}


div#ticket_value {
	width:150px;
	background-color: rgb(231,76,60);
}

div#ticket_value span {
	margin: 20px 40px 0px 0px;
	color: rgb(255,243,207);
	font-size:18px;
	text-align:right;
	display:block;
	height:25px;
	padding-top:2px;
}

span.ticket_title {
	padding: 10px 0px 0px 20px;
	font-size:15px;
	font-weight:550;
	display:block;	
}

span.ticket_sub {
	padding: 0px 0px 0px 20px;
	font-size:14px;
	font-weight:550;
	display:block;	
}

div.text_field {
	padding: 45px 30px 30px 45px;
	background-color:rgb(187,210,219);
	margin-bottom:5px;	
	
}

div.text_field a {
	font-weight:bold;
	color:rgb(29,41,54);
	text-decoration:none;
}

div.text_field a:hover {
	transition: all 0.1s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.1s ease-in 0.1s; /* chrome & safari */
    -moz-transition: all 0.1s ease-in 0.1s; /* firefox */
    -o-transition: all 0.1s ease-in 0.1s; /* opera */
	color:rgb(231,76,69);
}

p.mini-text {
	font-size: 14px;	
	margin:0px;
}

div.paybox{
	margin:20px 0px 20px 0px;
}

span.payinput {
	padding: 5px 0px 5px 0px;
	float: left;
	display: block;
	width: 205px;
	text-align: right;
}

span.payinput input {
	margin-right: 13px;
	margin-left:5px;
}

span.paylabel {
	display: block;
	float: left;
	width: 310px;
	height: 35px;
}
span.paylabel label {
	font-size: 12px;
	background-color: white;
	display: inline-block;
	padding: 3px;
	width: 300px;
	line-height: 20px;
	font-weight: normal;
}

span.payinput input:checked + label {
	font-weight: bold;
}

div#payment_logos {
	margin-top:15px;
	margin-bottom: 24px;
}

div#payment_logos div {
	text-align:left;
	height: 20px;
}


div#payment_logos div.mini-text {
	float:left;
	margin-left:20px;
}

div#payment_logos div.mini-text span {
	font-size:12px;
}

div#payment_logos div#text_box {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: -7px;
	height: 30px;
	margin-right: 15px;
}

div#payment_logos div#text_box span {
	font-size:11px;
}

div#payment_logos img {
	height:100%;
	width:auto;
	float:left;
	margin-left:18px;
	cursor: pointer;
}


div#payment_logos div.pay9 {
	text-align: left;
	height: 13px;
}
div#payment_logos.payl9 {
	margin-bottom: 26px;
}
div#payment_logos.payl9 img {
	margin-left: 10px;
}


div#payment_logos div.pay8 {
	text-align: left;
	height: 14px;
}
div#payment_logos.payl8 {
	margin-bottom: 24px;
}
div#payment_logos.payl8 img {
	margin-left: 11px;
}


div#payment_logos div.pay7 {
	text-align: left;
	height: 16px;
}
div#payment_logos.payl7 {
	margin-bottom: 20px;
}
div#payment_logos.payl7 img {
	margin-left: 12px;
}


div#payment_logos div.pay6 {
	text-align: left;
	height: 18px;
}
div#payment_logos.payl6 {
	margin-bottom: 18px;
}
div#payment_logos.payl6 img {
	margin-left: 15px;
}


div#payment_logos div.pay5 {
	text-align: left;
	height: 20px;
}
div#payment_logos.payl5 {
	margin-bottom: 16px;
}
div#payment_logos.payl5 img {
	margin-left: 25px;
}


div#payment_logos div.pay4 {
	text-align: left;
	height: 22px;
}
div#payment_logos.payl4 {
	margin-bottom: 14px;
}
div#payment_logos.payl4 img {
	margin-left: 27px;
}


div#payment_logos div.pay3 {
	text-align: left;
	height: 24px;
}
div#payment_logos.payl3 {
	margin-bottom: 12px;
}
div#payment_logos.payl3 img {
	margin-left: 29px;
}


div#payment_logos div.pay2 {
	text-align: left;
	height: 26px;
}
div#payment_logos.payl2 {
	margin-bottom: 10px;
}
div#payment_logos.payl2 img {
	margin-left: 30px;
}



div#payment_logos div.pay1 {
	text-align: left;
	height: 28px;
}
div#payment_logos.payl1 {
	margin-bottom: 8px;
}
div#payment_logos.payl1 img {
	margin-left: 32px;
}


span#payment_transfer {
	display:block;
	width:100px;
	color: rgb(255,243,207);
	background-color: rgb(231,76,60);
	font-size:12px;
	text-align:center;
	padding: 5px 2px 5px 2px;
	margin-right:20px;
	float:right;
}

div#confirm_box hr {
	border: 1px #fff solid;
	margin: 15px 0px 15px 0px;
}

div.content_bar hr {
	border: 1px #fff solid;
	margin: 15px 0px 15px 0px;
}

img#captcha-image {
	width: 160px;
	height: 75px;
	background-color: pink;
}

input#code {
	margin-top:10px;
	width: 152px;
}

div#agb {
margin-bottom:15px;
}

div#agb label {
	font-size:14px;
}
	
span.form_subline {
	font-size:14px;
	display:block;
	color:rgb(29,41,54);
	padding:18px 0px 3px 10px;
	font-weight:bold;
}

div.value-change {
	width:160px;
	margin-top:20px;
}

div.value-change button {
	color: rgb(255,243,207);
	background-color: rgb(231,76,60);
	font-weight:bold;
	border:none;
	height:25px;
	width:25px;
	text-align:center;
	font-size:16px;
}
div.value-change button:hover {
	cursor: pointer;
}

div.value-change input, div.value-change span {
	color: rgb(255,243,207);
	background-color: rgb(231,76,60);
	border:none;
	height:25px;
	width:25px;
	text-align:center;
	font-size:16px;
}

span.anztixx {
	padding:4px 10px 4px 10px;
}

.overlay {
   width:630px;
   background-color:#E1E1E1;
   opacity:0.4;
   float:right;
   overflow:visible;
   position: relative;
   
}

#overlay1 {
	display: none;
}

#overlay2 {
display: none;
}

#overlay3 {
	display: none;
}

#overlay4 {
	display: none;
}

#last_step {
	display: none;
}

#last_step2 {
	display: none;
}

#tixs2 div#order_box {
	height:auto;
	padding-top:0px;
	width:100%;
	overflow:visible;
}

#zahlen {
	display: none;
}

#datenb {
	display:none;
}

input#capt {
	margin-top: 10px;
}

img#your-captcha-image {
	margin-right: 10px;	
}

.blacklink a {
color: black;
}	

#footer .ticketfooter a {
color: white;
}

#footer .ticketfooter a:hover{
color: #eee;
}

.tixbest{
	display: none;
}
#footer .ticketfooter {
	position: relative;
color: white;
float:right; 
font-size:12px; 
color:#fff; 
top: 10px;
right: 20px;
}

<!--

	transition: all 0.1s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.1s ease-in 0.1s; /* chrome & safari */
    -moz-transition: all 0.1s ease-in 0.1s; /* firefox */
    -o-transition: all 0.1s ease-in 0.1s; /* opera */
-->




div.box {
    overflow-y: auto;
    border: 1px solid black;
    height: 3em;
    width: 10em;
    line-height: 1em;
}

div.box::-webkit-scrollbar {
    -webkit-appearance: none;
}

div.box::-webkit-scrollbar:vertical {
    width: 11px;
}

div.box::-webkit-scrollbar:horizontal {
    height: 11px;
}

div.box::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.emaildialog{
	display: none;
}

	