
/* global */

* {
 padding: 0;
 margin: 0;
 outline: none;
 border: none;
}

html {
	overflow-y: scroll;
}

html, body { 
 min-width: 100%;
 min-height: 100%;
}

body { 
 background-image: url('../img/hg_web.jpg');
 background-position: center top;
 background-repeat: repeat-x;
 background-color: #0f0f0f;
}

.clear {
 clear: both;
 line-height: 0;
 height: 0;
}

/* global */


/* font */

p, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	text-align: left;
	vertical-align: top;
}

p.red {
	color: #f00 !important;
}

a {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #262626;
}

.text2html, .text2html * {
	font-family: arial, sans-serif;
 	font-size: 12px;
 	line-height: 18px;
 	color: #262626;
 	text-decoration: none;
}

input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #262626;
}

.blue {
	color: #3c3b89;
}

.uppercase {
	text-transform: uppercase;
}

/* font */



/* form */

select {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0;
	background-color: #fff;
}

input.checkbox {
	border: none;
	padding: 0;
	margin: 0;
	width: auto !important;
}

input.radio {
	border: none;
	padding: 0;
	margin: 0;
	width: auto !important;
}

input.submit {
	background-color: #ccc;
	margin: 0;
	width: auto !important;
}

input.error {
	background-color: #f00;
	border-color: #f00;
	color: #fff;
}

input.inputText {
 border: 1px solid #c1c1c1;
 background-color: #ffffff;
 padding: 0 0 0 5px;
 height: 20px;
 font-family: arial, sans-serif;
 color: #90888a;
 font-size: 11px;
 line-height: 13px;
}

div#login_container input.inputText {
 width: 153px;
}

div#login_container input.inputPassword {
 width: 89px !important;
}

/* form */


/* btn */

.inputSubmit {
	cursor: pointer;
}

.darkBTN {
 border-top: 1px solid #959595;
 border-left: 1px solid #6b6b6b;
 border-right: 1px solid #2a2a2a;
 border-bottom: 1px solid #222222;
 background-color: #434343;
 font-family: arial, sans-serif;
 color: #ffffff;
 font-size: 10px;
 line-height: 12px; 
 padding: 3px 6px;
 text-transform: uppercase;
 text-decoration: none;
}

.redBTN {
 border-top: 1px solid #d46aa8;
 border-left: 1px solid #cc368a;
 border-right: 1px solid #7c0045;
 border-bottom: 1px solid #4f022f;
 background-color: #bf056d; 
 font-family: arial, sans-serif;
 color: #ffffff;
 font-size: 10px;
 line-height: 12px; 
 padding: 3px 6px;
 margin: 0;
 text-transform: uppercase;
 text-decoration: none;
 text-align: center;
}

.btn {
	cursor: pointer;
}

a.btn {
	display: block;
	padding: 4px 8px 5px;
}

/* btn */


/* symbol */

.symbol {
 background-image: url('../img/symbol.png');
 background-repeat: no-repeat; 
}

.symLupe { background-position: left 0; }
.symSchloss { background-position: left -35px; }
.symWarenkorb { background-position: left -70px; }
.symPfeil { background-position: left -105px; }
.symTicket { background-position: left -140px; }
.symLupe2 { background-position: left -177px; }
.symCalendar { background-position: left -209px; }
.symPfeilDown { background-position: left -244px; }

/* symbol */



/* wrapper */

div#globalWrapper {
 width: 100%;
 min-height: 100%;
 /*
 background-image: url('../img/global_wrapper_bg.png');
 background-position: center top;
 background-repeat: no-repeat;
 */
}

/* IE6 PNG HACK */
* html div#globalWrapper {
 height: 100%;
 background-image: none !important;
}

div#siteWrapper {
 width: 1090px;
 margin: 0 auto;
 padding: 0 0 10px 0;
}

div#headerWrapper {
 position: relative;
 height: 484px;
}

div#contentWrapper {
 width: 986px;
 margin: 0 auto;
}

div#footerWrapper {
 width: 986px;
 margin: 0 auto;
 padding: 25px;
}

/* wrapper */


/* infoline */

div#overlayBG {
	display: none;
	position: absolute;
	z-index: 2001;
	top: 0;
	left: 0;
	background-color: #fff;
	/*
	background-image: url('../img/overlay_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	*/
}

div#systemInfoline {
	display: none;
	position: fixed;
	z-index: 2002;
	top: 125px;
	left: 50%;
	background-color: #BF056D;
	border: 2px solid #7d114d;
	width: 500px;
	padding: 0;
	margin: 0 0 0 -250px;
	-webkit-box-shadow:  0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

div#systemInfolineContent {
	padding: 15px 40px 5px;
}

div#systemInfoline p {
	padding: 0 0 10px 0;
	line-height: 18px;
	text-align: center;
}

div#systemInfoline p.error {
	color: #000;
}

div#systemInfoline p.okay {
	color: #fff;
}

div#systemInfolineBTN {
	background-color: #7D114D;
	margin: 10px 0 0;
	padding: 10px;
}

div#systemInfolineBTN a.btn {
	display: block;
	float: right;
	padding: 4px 10px;
	margin: 0 0 0 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #262626;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

/* infoline */


/* header */

div#headerWrapper div#mainMenu_container {
 position: absolute;
 z-index: 10;
 top: 40px;
 left: 0;
 width: 230px;
 height: 392px;
 background-color: #434343;
}

div#headerWrapper div#searchTop_container {
 position: absolute;
 z-index: 10;
 top: 40px;
 left: 241px;
 padding: 9px 0 0 9px;
 width: 352px; /* 361 */
 height: 43px; /* 53 */
 background-color: #3c3b89;
}

div#headerWrapper a#logo {
 display: block;
 z-index: 10;
 position: absolute;
 top: 34px;
 left: 620px;
 width: 418px;
 height: 118px;
 text-decoration: none;
}

div#headerWrapper div#hotline_container {
 position: absolute;
 z-index: 10;
 top: 115px;
 left: 256px;
 width: 339px;
 height: 21px;
}

div#hotline_container p {
 font-family: arial, sans-serif;
 font-size: 23px;
 font-weight: bold;
 line-height: 25px;
 color: #ffffff;
 text-transform: uppercase; 
}

div#headerWrapper div#header_container {
 position: absolute;
 z-index: 5;
 top: 164px;
 left: 52px;
 width: 986px;
 height: 279px;
 background-color: #ffffff;
 border-right: 12px solid #3c3b89;
}

div#headerWrapper div#login_container {
 position: absolute;
 z-index: 10;
 top: 443px;
 left: 52px;
 padding: 10px 0 0 32px;
 width: 954px; /* 986 */
 height: 31px; /* 41 */
 background-image: url('../img/login_bg.png');
}

/* header */


/* content */

div#contentWrapper div#content_container {
 padding: 18px 29px 30px 29px;
 background-color: #ffffff;
 min-height: 650px;
}

/* content */



/* footer */

div#footerWrapper p {
 line-height: 13px;
}

div#footerWrapper p,
div#footerWrapper p a {
 font-family: arial, sans-serif;
 color: #878787;
 font-size: 11px;
 text-decoration: none;
}

/* footer */



/* menu */

div#mainMenu_container a.seo {
 /* text-indent: -9999px; */
 display: block;
 width: 210px; 
 padding: 8px 0 6px 20px;
 font-family: arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 text-decoration: none;
 text-transform: uppercase;
 white-space: nowrap;
 overflow: hidden;
}

div#mainMenu_container a.seo span {
 display: block;
}

div#mainMenu_container ul,
div#mainMenu_container ul li {
 list-style: none;
}

div#mainMenu_container ul li a {
 color: #b4b4b4;
}

div#mainMenu_container ul li a:hover,
div#mainMenu_container ul li a.aktiv {
 background-color: #3c3b89;
 color: #ffffff;
}

div#mainMenu_container a#menuLink_01 {
 height: 32px; /* 52 */
 padding: 20px 0 0 20px;
 margin: 0 0 5px 0;
 color: #ffffff !important;
 background-color: #be006a;
}

/* menu */



/* search top */

div#searchTop_container p.symbol {
	float: left;
	font-family: arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 2px; 
	margin: 0 5px 0 0 ;
	width: 84px;
	height: 20px; /* 24 */
	text-transform: uppercase;
	background-position: right -4px;
}

div#searchTop_container div#searchForm {
 /*
 float: left;
 width: 240px;
 */
}

div#searchForm button.ui-datepicker-trigger {
	padding: 0;
	margin: 0;
	border: 0;
	width: 39px;
	height: 34px;
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #fff;
}

div#searchForm button.ui-datepicker-trigger:hover {
	background-color: #ccc;
}

div.ui-datepicker {
	margin-top: 37px;
	font-size: 11px;
	width: 213px
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span.ui-state-default {
	font-size: 11px !important;
	text-align: center !important;
	width: 22px;
	line-height: 22px;
}

div#searchForm button.ui-datepicker-trigger img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-right: 2px solid #3c3b89;
}

div#searchForm button.ui-datepicker-trigger span.number {
	position: absolute;
	display: block;
	background-color: #fff;
	color: #3c3b89;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	width: 16px;
	z-index: 3;
	top: 14px;
	left: 10px;	
}

@media screen and (min-width:0\0) {  
	div#searchForm button.ui-datepicker-trigger span.number {
		line-height: 14px;
	}
} 

div#searchForm input.inputText {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 1px 0 0 35px;
	width: 235px; /* 181 */
	height: 34px;
	font-family: arial, sans-serif;
	color: #262626;
	font-size: 11px;
	line-height: 34px;
    box-sizing: border-box;
}

div#searchForm td.headerSearchSubmit {
	vertical-align: middle;
}

div#searchForm input.inputSubmit {
	/*
	border-top: 1px solid #d46aa8;
	border-left: 1px solid #cc368a;
	border-right: 1px solid #7c0045;
	border-bottom: 1px solid #4f022f;
	*/
	border: none;
	background-color: #bf056d;
	font-family: arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 34px; 
	text-transform: uppercase;
	height: 34px;
	width: 63px;
	padding: 0;
	margin: 0;
}

div#searchAutocompleteContainer {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 600px;
	border: 1px solid #AAAAAA;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

div#searchMeaning {
	overflow: hidden;	
}

div#searchResult {
	position: relative;
}

div#searchResult .ui-autocomplete {
	position: relative;
	max-height: 355px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 595px;
	border: none !important;
}

* html div#searchResult .ui-autocomplete {
	height: 355px;
}

.ui-autocomplete-loading {
	background: white url('../img/16_ami.gif') 213px center no-repeat;
}

td#searchInputContainer {
	background-color: #fff;
}

li.searchList {
	margin: 0 0 5px 0 !important;	
}

li.searchList a {
	font-weight: bold !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

li.searchList span.searchDate {
	font-weight: normal;
}

li.searchList span.searchDesc {
	display: block;
	font-weight: normal;
}

p.searchMeaning {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

p.searchMeaning span,
p.searchMeaning a {
	display: block;
	float: left;
	font-size: 11px;
	margin-right: 10px;
}

p.searchMeaning a {
	font-weight: normal;
	text-decoration: none;
}

p.searchMeaning a:hover {
	text-decoration: underline;
}

a#btnCalendar {
	display: block;
	width: 37px;
	height: 34px;
	background-color: #ccc;
	text-decoration: none;
	border: none;
}

/* search top */


/* header container */

div#header_container div#headerContainer_headline {
 position: absolute;
 top: 0;
 left: 190px;
 height: 49px;
 width: 774px;
}

div#headerContainer_headline p,
div#headerContainer_headline div#silderMarker_container {
 float: left;
}

div#headerContainer_headline p#header_headlineLinks {
 line-height: 16px; 
 padding: 18px 0 0 15px;
 width: 340px;
}

div#headerContainer_headline p#header_headlineLinks,
div#headerContainer_headline p#header_headlineLinks a {
 font-family: arial, sans-serif;
 color: #3c3b89;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
}

div#headerContainer_headline div#silderMarker_container {
 width: 155px;
 padding: 19px 0 0 0;
}

div#silderMarker_container p#teaserSlider_marker {
 float: right !important;
}

div#headerContainer_headline p#teaserSlider_marker a.sliderDot {
 display: block;
 float: left;
 width: 13px;
 height: 13px;
 margin: 0 5px 0 0;
 text-decoration: none;
 background-image: url('../img/slider_dots.jpg');
 background-position: left -13px;
 background-repeat: no-repeat;
}

div#headerContainer_headline p#teaserSlider_marker a.sliderDot_aktiv {
 background-position: left 0;
}

div#headerContainer_headline p#header_headlineTipp {
 padding: 16px 0 0 0;
 width: 50px;
 text-align: right;
 font-family: arial, sans-serif;
 color: #be006a;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
}

div#headerContainer_headline p#header_headlineFB {
 float: right;
}

div#headerContainer_headline p#header_headlineFB a {
 float: right;
 display: block;
 width: 42px;
 height: 42px;
 margin: 0 0 0 12px;
}

div#header_container div#headerContainer_slider {
 position: absolute;
 top: 49px;
 left: 190px;
 width: 561px;
 height: 219px;
 overflow: hidden;
}

div#header_container div#headerContainer_top10 {
 position: absolute;
 top: 49px;
 left: 773px;
 padding: 15px 0 0 0;
 width: 200px;
 height: 204px; /* 219 */
 overflow: hidden;
}

div#headerContainer_top10 h2 {
 padding: 0 0 6px 0;
 font-family: arial, sans-serif;
 color: #434343;
 font-size: 16px;
 line-height: 18px;
 font-weight: bold;
 text-transform: uppercase;
}

div#headerContainer_top10 ul,
div#headerContainer_top10 ul li {
 list-style: none;
}

div#headerContainer_top10 ul li {
 line-height: 12px;
}

div#headerContainer_top10 ul li a {
 font-family: arial, sans-serif;
 color: #434343;
 font-size: 11px;
 text-decoration: none;
 line-height: 17px; 
 white-space: nowrap;
 overflow: hidden;
}

div#headerContainer_top10 ul li a:hover {
 color: #000000;
}

/* header container */


/* login */

div#logedContainer {
	float: left;
	width: 640px;
}

div#logedContainer p {
	background-color: #e2e2ed;
	margin: -3px 0 0 0;
	padding: 5px 8px;
	color: #848489;
	white-space: nowrap;
	max-width: 604px;
	overflow: hidden;
}

div#logedContainer p a {
	color: #848489;
	text-decoration: underline;
}



div#login_container p {
 float: left;
}

div#login_container p.symbol {
 padding: 4px 0 2px 28px;
 width: 60px;
 height: 20px;
 font-family: arial, sans-serif;
 color: #434343;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 background-position: -7px -40px;
}

div#login_container div#loginForm {
 float: left;
 width: 355px;
}

div#login_container p#linksRegister {
 width: 285px;
 padding: 6px 0 0 0;
 line-height: 12px; 
}

div#login_container p#linksRegister,
div#login_container p#linksRegister a {
 font-family: arial, sans-serif;
 color: #434343;
 font-size: 11px;
 text-decoration: none;
}

div#login_container p#linksBasket {
    /*padding: 6px 0 0 0;*/
    padding: 6px 15px 0 0;
    line-height: 12px;
    /*width: 212px;*/
    width: 500px;
    float: right;
}

div#login_container p#linksBasket,
div#login_container p#linksBasket a {
 font-family: arial, sans-serif;
 color: #3c3b89;
 font-size: 11px;
 text-decoration: none;
 text-align: right;
}

/* login */



/* content */

div#content_container h1,
div#content_container h2 {
 padding: 0 0 10px 0;
}

div#content_container h1,
div#content_container h1 * {
 font-family: arial, sans-serif;
 color: #434343;
 font-size: 22px;
 line-height: 28px; 
 text-transform: uppercase;
}

div#content_container h2,
div#content_container h2 * {
 font-family: arial, sans-serif;
 color: #8e8e8e;
 font-size: 18px;
 line-height: 20px; 
 text-transform: uppercase;
}

div#content_container h1 .red,
div#content_container h2 .red {
 color: #be006a;
}

div#contentHeader {
 /* padding: 0 0 20px 0; */
}

div#contentHeader h2 {
 float: left;
 width: 636px; /* 649 */
 padding-top: 3px;
 padding-left: 3px;
 margin-right: 10px;
 color: #434343;
 font-size: 23px;
 line-height: 26px; 
 overflow: hidden;
 white-space: nowrap;
}

div#contentHeader div#basketInfo_container {
 float: left;
 background-color: #f0efeb;
 width: 279px;
 height: 33px;
}

div#basketInfo_container p,
div#basketInfo_container a {
 float: left;
}

div#basketInfo_container a {
 display: block;
}

div#basketInfo_container p {
 padding: 10px 0 0 15px;
 width: 116px; /* 131 */
 font-family: arial, sans-serif;
 color: #8b8a88;
 font-size: 11px;
 line-height: 13px; 
}

div#basketInfo_container a.symWarenkorb {
 width: 32px;
 height: 31px;
 border-top: 1px solid #d46aa8;
 border-left: 1px solid #cc368a;
 border-right: 1px solid #7c0045;
 border-bottom: 1px solid #4f022f;
 background-color: #bf056d; 
 background-position: -1px -72px;
}

div#basketInfo_container a.btnBaskset {
 padding: 3px 0 0 0;
 margin: 5px 0 0 3px;
 width: 105px;
 height: 17px; /* 20 */
 text-align: center;
 border-top: 1px solid #9291bd;
 border-left: 1px solid #6565a2;
 border-right: 1px solid #262556;
 border-bottom: 1px solid #21213f;
 background-color: #3c3b89;  
 font-family: arial, sans-serif;
 color: #ffffff;
 font-size: 10px;
 line-height: 13px; 
 text-decoration: none;
}

div#contentHeader p#breadcrum {
 padding: 0 0 0 3px;
 line-height: 13px; 
}

div#contentHeader p#breadcrum,
div#contentHeader p#breadcrum a {
 font-family: arial, sans-serif;
 color: #929292;
 font-size: 11px;
 text-decoration: none;
}

div#content_container div.fullContent {
 background-color: #efefef;
 padding: 16px 0 16px 16px;
 margin: 0 0 3px 0;
}

div.fylerList {
	height: 215px;
}

div.fylerListLuke {
	position: relative;
	height: 215px;
	width: 897px;
	overflow: hidden;
}

div.fylerListContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 215px;
	width: 910px;
	overflow: hidden;
}

div#content_container div.topCorner {
 background-image: url('../img/topCorner_bg.jpg');
 background-position: center top;
 background-repeat: no-repeat;
 padding-top: 33px !important;
}

/* content */



/* event */

/* list */

div.fullContent a.eventPoster {
 display: block;
 float: left;
 width: 169px;
 height: 215px;
 margin: 0 13px 0 0;
 overflow: hidden;
 background-color: #ccc;
}

div.listContainer,
div.priceContainer,
div.basketList {
 background-color: #ececec;
 margin: 0 0 1px 0;
}

div.parentElement {
 background-color: #ececec;
 margin: 0 0 1px 0;
}

div.listContainer:hover {
 background-color: #d9d9d9;
}

div.basketList:hover {
 background-color: #d9d9d9;
}

div.priceContainer:hover {
 background-color: #d9d9d9;
}

div.listContainer p,
div.priceContainer p,
div.basketList p {
 float: left;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 line-height: 16px;
 height: 16px;
}

div.listContainer p,
div.listContainer p a,
div.priceContainer p,
div.priceContainer p a,
div.basketList p,
div.basketList p a {
 font-family: arial, sans-serif;
 font-size: 12px; 
 color: #4c4c4c;
 text-decoration: none; 
}

div.listContainer p.date,
div.priceContainer p.date,
div.basketList p.date {
 background-color: #3c3b89;
 color: #ffffff;
 padding: 6px 0 4px 5px;
 width: 92px;
 text-align: left;
}

p.date span.eventDate { display: inline-block; }
div.parentElement p.date span.eventDate { display: none; }

p.date span.tourDate { display: none; }
div.parentElement p.date span.tourDate { display: inline-block; }

p.time span.eventTime { display: inline-block; }
div.parentElement p.time span.eventTime { display: none; }

p.time span.tourTime { display: none; }
div.parentElement p.time span.tourTime { display: inline-block; }

p.btn span.eventInfo { display: inline-block; }
div.parentElement p.btn span.eventInfo { display: none; }

p.btn span.tourInfo { display: none; }
div.parentElement p.btn span.tourInfo { display: inline-block; }


p.date span.day {
	font-size: 10px;
	display: inline-block;
	width: 23px;
}

div.listContainer p.time,
div.priceContainer p.time,
div.basketList p.time {
 background-color: #acacac;
 color: #ffffff;
 padding: 6px 0 4px 0;
 width: 73px;
 text-align: center;
}

div.listContainer p.event,
div.priceContainer p.event,
div.basketList p.event {
 padding: 6px 0 4px 10px;
 width: 380px; /* 405 */
}

div.basketList p.event {
 width: 240px; /* 405 */
}

div.listContainer p.venu,
div.basketList p.venu {
 padding: 6px 0 4px 10px;
 width: 281px;
}

div.basketList p.venu {
 width: 170px;
 padding-right: 10px;
}

div.priceContainer p.ticketArt {
 padding: 5px 5px 4px 10px;
 width: 688px;
 text-align: right;
}

div.priceContainer p.spacer {
 width: 170px;
 padding: 6px 0 4px 0;
 background-color: #fff;
}

div.priceContainer p.ticketArt .blue {
 font-size: 13px;
}

div.priceContainer p.ticketCount {
 padding: 4px 5px 0 0;
 width: 50px;
 text-align: right;
 height: auto !important;
}

div.basketList p.orderinfo {
 padding: 6px 5px 0 0;
 width: 240px;
 height: auto !important;
}

div.basketList p.orderinfo select{
 margin-top: -2px;
}

div.basketList p.ordersumme {
 padding: 6px 5px 0 0;
 width: 68px;
 text-align: right;
}

div.priceContainer p.ticketCount select,
div.basketList p.orderinfo select {
 width: 45px;
 color: #929292;
 border: 1px solid #c7c7c7;
}

div.listContainer p span.extra,
div.priceContainer p span.extra {
 color: red !important;
 font-size: 11px !important;
 line-height: 11px !important;
}

div.listContainer p span.action,
div.priceContainer p span.action {
 font-weight: bold;
 text-transform: uppercase;
 font-size: 11px !important;
 line-height: 11px !important;
}

div.listContainer p.btn,
div.priceContainer p.btn {
 padding: 2px 0 2px;
 width: 77px;
 height: auto !important;
}

div.priceContainer p.btn {
 width: 132px;
}

div.listContainer p.btn a.symPfeil,
div.priceContainer p.btn a.symPfeil,
div.listContainer p.btn a.symPfeilDown,
div.priceContainer p.btn a.symPfeilDown {
 display: block;
 float: left;
 width: 22px;
 height: 22px;
 margin: 0 4px 0 0; 
 text-decoration: none;
 background-position: -6px -112px;
}

div.listContainer p.btn a.symPfeilDown,
div.priceContainer p.btn a.symPfeilDown {
 background-position: -6px -252px;
}

div.listContainer p.btn a.btn {
 display: block;
 float: left;
 margin: 0 5px 0 0;
}

div.priceContainer p.btn input.btn {
 display: block;
 margin: 0 5px 0 0;
 outline: none;
}

div.listContainer p.btn .btnInfo,
div.priceContainer p.btn .btnInfo {
 border-top: 1px solid #959595;
 border-left: 1px solid #6b6b6b;
 border-right: 1px solid #2a2a2a;
 border-bottom: 1px solid #222222;
 background-color: #434343;
 font-family: arial, sans-serif;
 color: #ffffff;
 font-size: 10px;
 line-height: 12px; 
 padding: 4px 0 0 0;
 width: 44px;
 height: 16px; /* 20 */
 text-transform: uppercase;
 text-decoration: none;
 text-align: center;
}

div.parentElement p.venu {
	width: 209px;
	padding-right: 6px;
}

div.parentElement p.btn { width: 143px; }
div.parentElement p.btn .btnInfo { width: 110px; }


div.listContainer p.btn a.btnBasket,
div.priceContainer p.btn .btnBasket,
div.submitContainer .btnBasket {
 border-top: 1px solid #d46aa8;
 border-left: 1px solid #cc368a;
 border-right: 1px solid #7c0045;
 border-bottom: 1px solid #4f022f;
 background-color: #bf056d; 
 font-family: arial, sans-serif;
 color: #ffffff;
 font-size: 10px;
 line-height: 12px; 
 padding: 4px 0 0 0;
 margin: 0;
 width: 131px;
 height: 16px; /* 20 */
 text-transform: uppercase;
 text-decoration: none;
 text-align: center;
}

div.priceContainer p.btn .btnBasket,
div.submitContainer .btnBasket {
 padding: 0;
 height: 23px; /* 20 */
}

div.submitContainer {
 padding: 5px 5px 0 0;
 text-align: right;
}

div.priceContainer p.ticketSaleStopp {
 width: 182px;
 padding: 6px 0 0 5px;
}

p.listDirection {
 padding: 5px;
}

p.eventDirection {
    float: right;
}

p.listYear {
	padding: 10px;
	background: #f1f1f1;
	margin: 0 0 10px 0;
	overflow: hidden;
	white-space: nowrap;
}

p.listMonth {
 padding: 0 0 10px 0 !important;
}

p.listDirection,
p.listDirection a {
 font-family: arial, sans-serif;
 font-size: 11px; 
 color: #949494;
 text-decoration: none; 
}

p.listDirection a.month.aktiv,
p.listDirection a.month:hover {
 color: #3d3c8a;
 text-decoration: underline;
}

p.listDirection a.direction {
 display: block;	
 background-image: url('../img/direction_btn.png');
 background-repeat: no-repeat;
}

p.listDirection a.direction:hover {
 color: #262626;
}

p.listDirection a.preview {
 float: left;
 padding: 0 0 0 10px;
 background-position: left -17px;
}

p.listDirection a.next {
 float: right;
 padding: 0 10px 0 0;
 background-position: right -1px;
}

p.listYear,
p.listYear a {
	font-size: 13px;
}

p.listDirection .marker {
 color: #3d3c8a;
}

div.listPageCounter {
	padding: 10px 0 0 0;
	display: inline-block;
}

div.listPageCounter a,
div.listPageCounter p.spacer {
	display: block;
	float: left;
	padding: 4px 8px;
	margin: 0 3px 0 0;
	border: 1px solid #ccc;
	color: #262626;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
}

div.listPageCounter p.spacer {
	color: #ccc;
	border-color: #f1f1f1;
}

div.listPageCounter a.aktiv {
	border: 1px solid #262626;
}

/* list */

/* detail */

div#ticketContainer {
	background-color: #efefef;
	margin: 0 0 6px 0;
}

div#ticketInfo {
	float: left;
	width: 275px;
	padding: 15px;
}

div#ticketInfo div.socialLike {
	float: left;
	width: 75px;
	height: 65px;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
} 

div#ticketInfo div.fbLike {
	width: 75px;
	height: 65px;
} 

div#ticketInfo div.googleLike {
	width: 55px;
} 

div#ticketInfo p {
	line-height: 20px;
}

div#ticketInfo p#locationInfo {
	line-height: 16px;
	padding: 0 0 10px 0;
}

div#ticketPicture {
	width: 275px;
	overflow: hidden;
	padding: 0 0 15px 0;
}

div#ticketText {
	float: left;
	width: 573px;
	padding: 20px 25px 15px 25px;
}

div#ticketText h1 {
	color: #3c3b89;
	font-weight: normal;
	text-transform: none;
}

div#ticketText h1 strong {
	color: #3c3b89;
	text-transform: uppercase;
}

div#ticketText p.extraInfo {
	color: #f00;
	padding: 0 0 10px 0;
}

div#ticketText .text2html {
	padding: 0 0 10px 0;
}

div#ticketText .text2html,
div#ticketText .text2html * {
	color: #4c4c4c;
}

div#ticketText p.link {
	padding: 5px 0 0 0;
}

div#ticketText p.link a {
	color: #4c4c4c;
	text-decoration: none;
}

div#ticketText p.link a:hover span {
	text-decoration: underline;
}

p.noPrice {
	padding: 10px;
	text-align: center;
}

/* detail */

/* event */


/* delivery end */

#deliveryEnd {
	padding: 20px 20px 10px 20px;
	background-color: #f1f1f1;
}

p#deliveryEndText {
	text-align: center;
	border-bottom: 1px solid  #ccc;
	padding: 0 0 10px 0;
}

div.previewFiliale {
	float: left;
	width: 404px;
	padding: 10px 20px 0 0;
}

div.previewFiliale p {
	padding: 0 0 10px 0;
}

/* delivery end */


/* search */
p#searchMeaning {
	padding: 0 0 10px 0;
}

/* search */


/* account */

input#pwlost {
	width: 260px;
}

p#noShopUse {
	padding: 5px;
	background-color: #f1f1f1;
}

table.accountForm {
	table-layout: fixed;
	empty-cells: show;
}

table.accountForm tr td {
	padding: 0 0 10px 0;
}

table.accountForm tr.newPWContainer td {
	background-color: #ccc;
	padding: 10px;
}

table.accountForm tr td input,
table.accountForm tr td textarea {
	width: 230px;
}

table.accountForm tr td input.selectBilling {
	width: auto !important;
}

table.accountForm tr td input.inputSubmit {
	width: auto !important;
}

table.accountForm tr td select {
	width: 55px;
}

table.accountForm tr td input#inputFirstName,
table.accountForm tr td input#inputLastName {
	width: 169px;
}

div.accountAddress {
	padding: 10px;
}

div.accountAddress p {
	padding: 3px 0;
	margin: 0 0 5px 0;
	background: #f1f1f1;
}

div.accountAddress p.addressList:hover,
div.accountAddress p.aktiv {
 background-color: #d9d9d9;
}

div.accountAddress p span.selectList {
	display: block;
	float: left;
	width: 90px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	white-space: nowrap;
}

div.accountAddress p span.addressList {
	display: block;
	float: left;
	width: 655px;
	padding: 5px 10px 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.accountAddress p span.btnList {
	display: block;
	float: left;
	width: 123px;
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
}

div.addressEditContainer p.loading {
	padding: 10px !important;
	margin: 0 !important;
	text-align: center;
	background-color: #fff !important;
}

table.accountForm tr td select.adressTitle {
	width: 55px;
}

table.accountForm tr td select.adressCountry {
	width: 230px;
}

table.accountForm tr td input.addressHousenr {
	width: 45px;
}

table.accountForm tr td input.addressPostalcode {
	width: 45px;
}

div.accountPayment {
	padding: 10px;
}

div.accountPayment p {
	padding: 8px 5px 8px 10px;
	margin: 0 0 5px 0;
	background: #f1f1f1;
}

div.accountPayment p.paymentList:hover,
div.accountPayment p.aktiv {
 background-color: #d9d9d9;
}

div.paymentEditContainer p.loading {
	padding: 10px !important;
	margin: 0 !important;
	text-align: center;
	background-color: #fff !important;
}





table.accountForm tr td input#inputPassword {
	float: left;
}




#pwChecker {
	float: left;
	width: 162px;
	padding: 0 0 0 10px;
}

#progressbar {
	width: 160px;
	height: 22px;
	display: block;
	border: 1px solid #f1f1f1;
	overflow:hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#progress {
	display:block;
	height: 22px;
}

.progressbarValid {
	background-color:green;
	background-image: -o-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: linear-gradient(-90deg, #8AD702 0%, #389100 100%);
}

.progressbarInvalid {
	background-color:red;
	background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%);
}


/* account */



/* basket */

div#basketContainer {

}

div#basketContainer p.addressList {
	background-color: #d9d9d9;
	background-image: url('../img/addresslist_bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	padding: 3px 0;
	cursor: pointer;
}

div#basketContainer p.addressList span.selectList {
	width: 125px;
}

div#basketContainer p.addressList span.selectList label {
	line-height: 22px;
}

div#basketContainer p.addressList span.addressList {
	width: 655px;
	line-height: 22px;
}

div#basketContainer p.addressList span.btnList {
	line-height: 22px;
}

p.basketSelectContainer span.info label {
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
	margin: 0 0 5px 0;
}

p.basketSelectContainer span.info div.iradio_square-blue {
	float: left;
	margin: 0 5px 0 0;	
	cursor: pointer;
}

div#basketContainer p.addressList div.iradio_square-blue {
	float: left;
	margin: 0 15px 0 0;
}

div#basketContainer p.paymentList {
	line-height: 22px;
	background-color: #d9d9d9;
	background-image: url('../img/addresslist_bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	cursor: pointer;
}

div#basketContainer p.paymentList div.iradio_square-blue {
	float: left;
	margin: 0 15px 0 0;
}

div#basketContainer p.addressList label,
div#basketContainer p.paymentList label {
	cursor: pointer;
}


div#basketContainer p.newAddress {
	border-top: 1px solid #F1F1F1 !important;
}

div#content_container div#basketStepsContainer {
	background-color: #efefef;
	padding: 22px 0 5px 0 !important;
	margin: 0 0 2px 0;
}

div#basketStepsContainer a.basketStep {
	display: block;
	float: left;
	padding: 7px 14px 0 34px;
	margin: 0 0 0 5px;
	height: 20px;
	color: #4c4c4c;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #d6d6e7;
}

div#basketStepsContainer a.basketStep.symPfeil {
	background-position: left -109px;
}

div#basketStepsContainer a.basketStep.accept {
	background-color: #d0d0e5;
	border-color: #d0d0e5;
}

div#basketStepsContainer a.basketStep.aktiv {
	background-color: #c1c1d9;
	border-color: #c1c1d9;
}

p#basketShowSumme {
	text-align: right;
	padding: 5px 0;
}

p.basketShowBTN,
p.accountShowBTN {
	text-align: right;
	padding: 15px 0 0 0;
}

p.accountShowBTN {
	padding: 0 0 0 0;
}

p.basketShowBTN .redBTN,
p.accountShowBTN .redBTN {
	float: right;
	display: block;
	margin: 0 0 0 10px;
}

p.basketShowBTN .darkBTN,
p.accountShowBTN .darkBTN {
	float: right;
	display: block;
	margin: 0 0 0 10px;
}

p.basketSelectContainer {
	line-height: 22px;
	padding: 0 0 10px 0;
}

p.basketSelectContainer span.symbol {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 15px 20px 0;
	background: transparent;
	background-color: #f1f1f1;
	overflow: hidden;
}

p.basketSelectContainer span.info {
	float: left;
	width: 813px;
	margin: 0 0 20px 0;
}

p.basketSelectContainer span.symbol img {
	max-width: 100px;
}

p.basketSelectContainer span.description {
	display: block;
	margin: 5px 0 10px 20px;
	padding: 10px;
	line-height: 18px;
	background-color: #f1f1f1;
}

p.basketSelectContainer span.info span.description {
	margin: 5px 0 10px;
}

div.basketUserContainer {
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #f1f1f1;
	font-family: arial, sans-serif;
	font-size: 12px;
}

div.basketUserTop {
	background-color: #e2e2e2;
}

div.leftUserBasketSelect {
/*
	float: left;
	margin-right: 20px;
	width: 520px;
*/
	margin-bottom: 20px;
}

div.rightUserBasketSelect {
/*
	float: right;
	width: 348px;
*/
}

div.basketUserContainer p.addressList span.addressList {
	width: 697px;
}

div.basketUserContainer p.addressList span.btnList {
	width: 70px;
}

div.basketUserContainer span.pwForgot,
div.basketUserContainer span.pwForgot a {
	font-size: 11px;
}

div.basketUserContainer input.inputSubmit {
	margin: 0 10px 0 0;
}

div.basketUserContainer p.headline {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid  #ccc;
}

a#accountGuestBTN {
	float: left;
}

div.basketUserContainer div.addressEditContainer,
div.basketUserContainer div.paymentEditContainer {
	padding-left: 60px;
}

/* basket */



/* share */


#shareBTNs {
	padding: 0 0 20px 0;
}

.sharrre {
	float: left;
	padding: 0 10px 0 0;
}

.sharrre .box a,
.sharrre .box a:hover {
	text-decoration:none;
}

.sharrre .count {
	display: block;
	color: #525b67;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 60px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #b2c6cc;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.sharrre .count:before, .sharrre .count:after {
	content:'';
	display:block;
	position:absolute;
	left:49%;
	width:0;
	height:0;
}

.sharrre .count:before {
	border:solid 7px transparent;
	border-top-color:#b2c6cc;
	margin-left:-7px;
	bottom: -14px;
}

.sharrre .count:after {
	border:solid 6px transparent;
	margin-left:-6px;
	bottom:-12px;
	border-top-color:#fbfbfb;
}

.sharrre .share {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-top:8px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:60px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#shareTwitter .share {
	text-shadow: 1px 0px 0px #0077be;
	filter: dropshadow(color=#0077be, offx=1, offy=0);
	border:1px solid #0075c5;
	background: #26c3eb;
	background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
	background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}

#shareFacebook .share {
	text-shadow: 1px 0px 0px #26427e;
	filter: dropshadow(color=#26427e, offx=1, offy=0);
	border:1px solid #24417c;
	background: #5582c9; /* Old browsers */
	background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
	background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}

#shareGoogleplus .share {
	text-shadow: 1px 0px 0px #222222;
	filter: dropshadow(color=#222222, offx=1, offy=0);
	border:1px solid #262626;
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* IE10+ */
	background: linear-gradient(top, #6d6d6d 0%,#434343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
}


/* share */


table.accountForm tr td:first-child {
    width: 20%;
}

table.accountForm tr td:last-child {
    width: 80%;
}


table.accountForm tr td input#inputFirstName {
    margin-right: 5px;
}

span.inputInfo {
    color: #686868;
    font-size: 10px;
}

div#headerWrapper button#mobileOpener {
    display: none;
}

p.orderCompleteInfo {
    text-align: center;
    padding: 40px 0;
}

p.agbInfo {
    text-align: right;
}

.allEventsMobileBTN {
    display: none;
}

@media (max-width: 768px) { /* 768px */

    body {
        background-image: none;
    }

    input[type="text"],
    input[type="submit"],
    input[type="password"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    div#siteWrapper {
        box-sizing: border-box;
        width: 100%;
        /*padding: 0 10px 10px 10px;*/
        padding: 0;
    }

    div#contentWrapper,
    div#footerWrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    div#footerWrapper p {
        padding: 10px;
        line-height: 18px;
        text-align: center;
    }

    div#headerWrapper {
        height: auto;
        padding: 130px 0 0 0;
    }

    div#headerWrapper button#mobileOpener {
        display: block;
        position: absolute;
        z-index: 1002;
        top: 20px;
        left: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #3c3b89;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

    div#basketInfo_container a.symWarenkorb {
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        top: 20px;
        left: 55px;
        border: none;
    }

    div#headerWrapper div#mainMenu_container {
        display: none;
        position: absolute;
        z-index: 1001;
        top: 65px;
        left: 5px;
        right: 5px;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0;
    }

    div#headerWrapper div#mainMenu_container.show {
        display: block;
    }

    div#headerWrapper div#mainMenu_container a.seo {
        width: auto;
        height: auto;
        padding: 8px 10px;
        margin: 0;
    }

    div#headerWrapper div#searchTop_container {
        position: absolute;
        height: auto;
        width: 100%;
        left: auto;
        top: 80px;
        padding: 0;
        margin: 0;
    }

    div#searchForm {
        display: inline-block;
    }

    div#searchForm input.inputText {
        width: 99%;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    div#searchForm input.inputSubmit {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    div#searchForm form table {
        table-layout: fixed;
        width: 100%;
    }

    div#searchForm form table tr td {
        padding: 2px 0;
    }

    div#searchForm form table tr td:nth-child(1) {
        width: 39px;
        padding-left: 1px;
    }
    div#searchForm form table tr td:nth-child(2) {

    }
    div#searchForm form table tr td:nth-child(3) {
        width: 64px;
    }

    div#searchAutocompleteContainer {
        width: 100%;
        left: 0 !important;
        box-sizing: border-box;
    }

    div#searchResult .ui-autocomplete {
        width: 100% !important;
        padding: 0;
    }

    li.searchList a {
        white-space: normal;
    }

    div#content_container div.fullContent.topCorner {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        height: 232px;
        margin: -10px 0 10px 0;
    }

    div#content_container div.fullContent.topCorner > div {
        width: 910px;
    }

    div#content_container div.fullContent.fylerList,
    div#content_container p.listDirection.flyerDirection {
        display: none;
    }

    div#headerWrapper a#logo {
        position: absolute;
        width: 220px;
        height: auto;
        overflow: hidden;
        left: auto;
        right: 10px;
        top: 10px;
        padding: 0;
        margin: 0;
    }

    div#headerWrapper a#logo img {
        width: 100%;
    }

    div#headerWrapper div#hotline_container {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: 0 0 10px 0;
        margin: 0;
    }

    div#headerWrapper div#hotline_container p {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    div#headerWrapper div#hotline_container p a {
        font-size: 28px;
        color: #fff;
        text-decoration: none;
    }

    div#headerWrapper div#header_container {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
        border: none;
    }

    div#headerWrapper div#login_container {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        background: #fff;
        padding: 0;
        margin: 0 0 10px 0;
    }

    div#headerWrapper div#login_container p {
        width: 98%;
        float: none;
        padding: 5px 0;
        margin: 0 auto;
        border-top: 1px solid rgba(0,0,0,0.1);
        text-align: center;
        line-height: 18px;
    }

    div#login_container div#loginForm {
        width: auto;
    }

    div#logedContainer {
        width: auto;
        float: none;
    }

    div#login_container p {
        float: none;
        padding: 0;
        margin: 0;
        white-space: normal;
    }

    div#login_container p#linksRegister {
        width: auto;
        padding: 0;
    }

    div#login_container p#linksBasket {
        width: auto;
        padding: 0;
    }

    div#header_container div#headerContainer_headline {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
    }

    div#headerContainer_headline p#header_headlineLinks {
        padding: 8px 0 0 0;
        color: #fff;
        text-align: center;
        display: block;
        float: none;
        width: auto;
    }

    div#headerContainer_headline p#header_headlineLinks a {
        display: inline-block;
        padding: 4px 8px;
        margin: 0 0 8px 0;
        background-color: #3c3b89;
        color: #fff;
    }

    div#headerContainer_headline br.clear,
    div#login_container br.clear {
        display: none;
    }

    div#headerContainer_headline div#silderMarker_container,
    div#headerContainer_headline p#header_headlineTipp {
        display: none;
    }

    div#headerContainer_headline p#header_headlineFB {
        display: none;
        float: none;
    }

    div#header_container div#headerContainer_slider {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
    }

    div#header_container div#headerContainer_top10 {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
    }

    div#contentHeader p#breadcrum {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }

    div#contentWrapper div#content_container {
        padding: 0;
        min-height: 250px;
    }

    div#contentHeader {
        padding: 6px 10px 10px;
    }

    div#content_container br {
        display: none;
    }

    div#content_container div#ticketContainer br,
    div#content_container div.previewFiliale br,
    div#content_container div#contentImprint br,
    div#content_container div#basketEndUserComplete br,
    div#content_container div#orderCompleteContainer br,
    div#content_container div#pwForgotContainer br {
        display: block;
    }

    div#content_container div#contentHeader h2 {
        width: auto;
        float: none;
        padding: 0;
        margin: 0;
        font-size: 18px;
        line-height: 21px;
        white-space: normal;
    }

    div#contentHeader div#basketInfo_container {
        width: auto;
        height: 0px;
        float: none;
    }

    div#contentHeader div#basketInfo_container p,
    div#contentHeader div#basketInfo_container a.btnBaskset {
        display: none;
    }

    div#content_container h1 {
        font-size: 21px;
        line-height: 24px;
        padding: 0 10px 8px;
    }

    div.listContainer p,
    div.priceContainer p,
    div.basketList p {
        white-space: normal;
    }

    div.listContainer p.event,
    div.priceContainer p.event,
    div.basketList p.event {
        width: auto;
        padding: 0;
    }

    div.listContainer p.venu,
    div.basketList p.venu {
        width: auto;
        padding: 0;
    }

    div.priceContainer p.ticketArt {
        width: auto;
        padding: 0;
    }

    div#ticketInfo {
        width: auto;
        padding: 0;
        float: none;
    }

    div#ticketText {
        width: auto;
        padding: 0;
        float: none;
    }

    div#deliveryEnd {
        padding: 0;
    }

    div.previewFiliale {
        width: auto;
    }

    div#systemInfoline {
        width: auto;
        margin: 0 5px;
        box-sizing: border-box;
        left: 0;
    }

    div#systemInfolineBTN a.btn {
        float: none;
        margin: 0 0 5px 0;
        text-align: center;
    }

    p.basketSelectContainer span.symbol {
        display: none;
    }

    p.basketSelectContainer span.info {
        float: none;
        width: 100%;
    }

    table.loginForm input[type="text"],
    table.loginForm input[type="password"] {
        height: 30px;
        line-height: 30px;
    }

    table.accountForm {
        margin-bottom: 30px;
    }

    table.accountForm tr td {
        display: block;
    }

    table.accountForm tr td.nlTitel {
        display: block !important;
    }

    table.accountForm tr td:first-child {
        width: 100%;
        padding-bottom: 0;
        display: none;
    }

    table.accountForm tr td:last-child {
        width: 100%;
    }

    table.accountForm tr td input#inputPassword {
        float: none;
    }

    #pwChecker {
        display: none;
    }
    /*
    div#pwInfoContainer {
        position: relative;
        height: 75px;
    }

    #pwInfoText {
        position: absolute;
        display: block;
        top: 30px;
        left: 0;
        height: 20px;
    }

    #pwChecker {
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        padding: 0;
        width: 100%;
        height: 25px;
    }
    */
    table.accountForm tr td input, table.accountForm tr td textarea {
        width: 100%;
        box-sizing: border-box;
        max-width: 400px;
    }

    table.accountForm tr td input#inputFirstName, table.accountForm tr td input#inputLastName {
        display: block;
        width: 100%;
        margin: 5px 0 0 0;
    }

    table.accountForm tr td select.addressTitle {
        margin-bottom: 6px;
    }

    table.accountForm tr td input.addressFName,
    table.accountForm tr td input.addressLName {
        width: 35%;
        margin-right: 4px;
    }

    table.accountForm tr td input.addressStreet {
        width: 78%;
        margin-right: 4px;
    }

    table.accountForm tr td input.addressHousenr {
        width: 18%;
    }

    table.accountForm tr td input.addressPostalcode {
        width: 18%;
        margin-right: 4px;
    }

    table.accountForm tr td input.addressCity {
        width: 78%;
    }

    div.accountAddress {
        padding: 0;
        margin-bottom: 30px;
    }

    div.accountAddress p span.selectList {
        float: none;
        width: 100%;
        padding: 0;
    }

    div.accountAddress p span.addressList {
        float: none;
        width: 100%;
        padding: 0;
        white-space: normal;
    }

    div.accountAddress p span.btnList {
        float: none;
        width: 100%;
        padding: 0;
    }

    div.basketUserContainer {
        padding: 0;
    }

    div#basketContainer p.addressList {
        background-color: transparent;
    }

    div#basketContainer p.addressList span.selectList {
        width: 100%;
    }

    div#basketContainer p.addressList span.addressList {
        width: 100%;
        white-space: normal;
    }

    div.basketUserContainer div.addressEditContainer,
    div.basketUserContainer div.paymentEditContainer {
        padding: 0;
    }

    div.accountPayment {
        padding: 0;
    }

    div.accountPayment p {
        padding: 0;
    }

    div.listContainer,
    div.basketList {
        position: relative;
        padding: 0 0 30px 0;
        margin: 0 0 8px 0;
        border-top: 1px solid rgba(0,0,0,0.15);
    }

    div.listContainer p,
    div.basketList p {
        float: none;
        width: 100%;
    }

    div.listContainer br.clear,
    div.basketList br.clear {
        display: none;
    }

    div.listContainer p.date,
    div.listContainer p.time,
    div.listContainer p.btn,
    div.basketList p.date,
    div.basketList p.time,
    div.basketList p.ordersumme {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        height: 26px !important;
        line-height: 26px !important;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        background: rgba(0,0,0,0.08);
        border-top: 1px solid rgba(0,0,0,0.04);
    }

    div.listContainer p.date,
    div.listContainer p.time,
    div.basketList  p.date,
    div.basketList p.time {
        color: rgba(0,0,0,.95);
    }

    div.listContainer p.date,
    div.basketList p.date {
        left: 0;
        padding-left: 5px;
        width: 100px;
        background: #3c3b89;
        border-top: 1px solid #35346E;
        color: #fff;
    }

    div.listContainer p.time,
    div.basketList p.time {
        left: 100px;
        width: 80px;
    }

    div.listContainer p.btn,
    div.basketList p.ordersumme {
        left: 180px;
        right: 0;
        padding: 2px 5px 0 0;
        width: auto;
        text-align: right;
    }

    div.basketList p.ordersumme {
        font-weight: bold;
        padding-right: 12px;
        padding-top: 0;
    }

    div.listContainer p.btn a.symbol {
        display: none;
        float: none;
    }

    div.listContainer p.btn a.btn,
    div.basketList p.btn a.btn {
        display: inline-block;
        border: none;
        float: none;
        margin: 0;
    }

    div.listContainer p.event,
    div.basketList p.event {
        padding: 5px;
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }

    div.listContainer p.event a,
    div.basketList p.event a {
        font-size: 16px;
    }

    div.listContainer p.event a span,
    div.basketList p.event a span {
        font-size: 10px;
        text-transform: uppercase;
    }

    div.listContainer p.venu,
    div.basketList p.venu {
        padding: 0 5px;
        font-size: 12px;
    }

    div.listContainer p.venu a,
    div.basketList p.venu a {
        font-size: 12px;
    }

    div.basketList p.orderinfo {
        box-sizing: border-box;
        padding: 1px 5px;
        width: 100%;
        text-align: right;
    }

    div.listPageCounter {
        padding: 0 0 10px 10px;
    }

    p.listDirection,
    p.eventDirection {
        padding: 0 10px 0 0;
        float: none;
    }

    p.listDirection.eventDirection {
        padding: 0 10px 10px 0;
        float: none;
    }

    div#content_container p.listDirection br.clear {
        display: block;
    }

    p.listDirection.listYear {
        padding: 10px;
        /*margin-top: 10px;*/
        overflow: hidden;
        overflow-x: scroll;
    }

    p.emptyVAs {
        padding: 30px 0;
        text-align: center;
    }

    div#content_container h2 {
        padding: 0 10px 6px;
    }

    p.listDirection.listMonth {
        padding: 0 10px 6px !important;
    }

    div.eventList {
        padding: 0 0 10px 0;
    }

    div#ticketPicture {
        padding: 0 0 10px 0;
        width: 100%;
        text-align: center;
    }

    div#shareBTNs {
        display: none;
    }

    div#ticketInfo p#locationInfo,
    div#ticketInfo div#vaInfo {
        float: left;
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }

    div#ticketInfo p#locationInfo,
    div#ticketInfo div#vaInfo p {
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div#ticketText h1 {
        font-size: 16px;
        line-height: 19px;
        padding: 0 0 8px 0;
        margin: 10px 0;
    }

    div#ticketText h1 strong {
        font-size: 18px;
        line-height: 21px;
    }

    div#ticketText {
        padding: 0 10px 10px;
        margin: 0 0 10px 0;
    }

    div.priceContainer {
        background: rgba(0,0,0,0.1);
        position: relative;
        min-height: 26px;
    }

    div.priceContainer p {
        float: none;
    }

    div.priceContainer_0 {
        padding-top: 34px;
    }

    div.priceContainer p.date,
    div.priceContainer p.time {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
    }

    div.priceContainer p.date {
        width: 100%;
        left: 0;
        z-index: 2;
    }

    div.priceContainer p.time {
        width: 90px;
        left: auto;
        right: 0;
        z-index: 3;
    }

    div.priceContainer p.spacer {
        display: none;
    }

    div.priceContainer p.ticketArt {
        box-sizing: border-box;
        padding: 5px 65px 0 0;
        width: 100%;
        height: 26px;
        font-size: 11px;
    }

    div.priceContainer p.ticketCount {
        position: absolute;
        box-sizing: border-box;
        bottom: 4px;
        right: 0px;
        width: 60px;
        text-align: left;
    }

    /*
    div.priceContainer br.clear {
        display: block !important;
    }
    */

    div.submitContainer {
        text-align: center;
        padding: 10px 0 25px;
    }

    div.submitContainer input.btn {
        border: none;
        padding: 0;
        line-height: 23px;
    }

    div#deliveryEnd {
        margin: 10px 10px 20px 10px;
        padding: 10px;
    }

    div#containerFAQ {
        padding: 0 10px;
    }

    div#contentImprint {
        padding: 10px 10px 0;
    }

    div#contentImprint p {
        padding: 0 0 10px;
    }

    div#pwForgotContainer {
        padding: 10px 10px 0;
    }

    div.previewFiliale {
        float: none;
        padding: 10px 0 0 0;
    }

    .mobileNotShow {
        display: none !important;
    }

    .allEventsMobileBTN {
        display: inline-block !important;;
    }

    div#systemInfoline {
        box-sizing: border-box;
        top: 80px;
        left: 50%;
        width: 98%;
        margin: 0 0 0 -49%;
    }

    div#content_container p.basketShowBTN {
        box-sizing: border-box;
        padding: 10px 10px 10px 0;
        text-align: center;
    }

    div#content_container p.basketShowBTN input.inputSubmit,
    div#content_container p.basketShowBTN a.btn {
        box-sizing: border-box;
        border: none;
        font-size: 12px;
        padding: 10px;
        float: none;
        margin: 0 auto 10px;
        width: 85%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    div#content_container p.basketShowBTN img {
        display: none;
    }

    div#content_container div#basketStepsContainer {
        margin-bottom: 10px;
    }

    div#content_container div#basketStepsContainer br.clear,
    div#content_container p.basketShowBTN br.clear,
    div#basketContainer br.clear,
    div#content_container div#pwInfoContainer br,
    div#content_container #userContainer br,
    div#content_container #addressContainer br,
    div#content_container #paymentContainer br,
    div#content_container #orderhistoryContainer br {
        display: block;
    }

    div#basketStepsContainer a.basketStep {
        display: none;
    }

    div#basketStepsContainer a.basketStep.aktiv {
        display: block;
    }

    div#basketStepsContainer a.basketStep:first-child {
        display: block;
        border-color: #35346e;
        background-color: #35346e;
        background-position: left -75px;
        box-sizing: border-box;
        height: 29px;
        width: 37px;
        padding: 0;
        text-indent: -999em;
    }

    p.basketSelectContainer span.info label {
        margin-left: 10px;
    }

    div#content_container p.basketSelectContainer br.clear,
    div#content_container p#basketShowSumme br {
        display: block;
    }

    p#basketShowSumme {
        box-sizing: border-box;
        padding-right: 10px;
    }

    div.basketUserContainer {
        padding: 6px 10px;
    }

    div#basketContainer p.addressList span.addressList {
        padding: 0 0 0 40px;
        line-height: 18px;
    }

    div#basketContainer p.addressList span.btnList {
        padding: 0 0 0 40px;
    }

    div#accountContainer {
        padding: 0 10px;
    }

    div.accountAddress p.addressList {
        padding: 2px 8px;
    }

    div.accountAddress p.addressList br.clear {
        display: block;
    }

    form#userContainer,
    form#addressContainer,
    form#paymentContainer {
        display: block;
        margin: 0 0 25px 0;
    }

    #orderhistoryContainer {
        padding: 0 0 20px 0;
    }

    div#basketCompleteInfosContainer h2 {
        padding-top: 15px;
        font-size: 14px;
    }

    div#basketCompleteInfosContainer p {
        padding: 0 10px;
    }

    div#basketCompleteInfosContainer p.agbChecked {
        padding-top: 7px;
        margin-top: 12px;
        text-align: left !important;
        border-top: 1px solid rgba(0,0,0,0.15);
    }

    div#content_container p.orderCompleteInfo br {
        display: block;
    }

    p.orderCompleteInfo {
        padding: 40px 10px;
    }

    div.priceContainer p.ticketArt {
        padding-top: 6px;
        height: 31px;
    }

    div.priceContainer p.ticketCount select{
        font-size: 16px;
        width: 50px;
    }

    div.submitContainer .btn.btnBasket {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
    }

    div.rightUserBasketSelect,
    div.leftUserBasketSelect {
        border-top: 2px solid #bf056d;
    }

    div.rightUserBasketSelect a.btn {
        box-sizing: border-box;
        width: 85%;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 11px;
        float: none !important;
        border: none;
        text-align: center;
    }

    div.basketUserContainer input.inputSubmit {
        margin-top: 10px;
        border: none;
    }

    div#basketEndUserComplete > p {
        padding: 5px 15px;
    }

    p.agbInfo {
        text-align: left;
        padding-top: 15px !important;
    }

    div#orderCompleteContainer {
        padding: 0 10px;
    }

}



@media (max-width: 360px) {

    div#headerWrapper a#logo {
        width: 180px;
    }

}

























