#content {
	font-size:16px;
}
#content h1, #content_more h2 {
	font-size:32px;
	font-weight:300; 
	/*font-style:italic;*/
	margin-bottom:40px;
	/*text-transform: uppercase;*/
}
#content h2, #content_more h3 {
	font-size:25px;
	font-weight:300; 
	/*font-style:italic;*/
	/*text-transform: uppercase;*/
	margin-bottom:25px;
	padding-top:25px;
}
#content h3, #content_more h4 {
	font-size:20px;
	font-weight:400; 
}
#content p, #content ul, #content ol, #content_more p, #content_more ul, #content_more ol {
	line-height:28px;
	margin-bottom:30px;
}
#content p.big {
	margin-bottom:0;
	/*text-transform: uppercase;*/
}
#content ul li, #content_more ul li{
	list-style: disc;
	padding-left:5px;
	margin:0 0 6px 30px;
}
#content .content_stuecke ul li{
	list-style: none;
	margin:0;
	padding:0;
	line-height:18px;
}
#content_more ul li{
	list-style: disc;
	padding-left:5px;
	margin:0 0 1px 30px;
	line-height:22px;
}
#content ul.errors {
	position:absolute;
	top:0;
	right:10%;
	line-height: 13px;
	font-size: 12px;
	white-space: nowrap;
}
#content ul.errors li {
	color:red;
	margin:0;
	list-style:none;
	width:auto;
	float:none;
}
#content em, #content i, #content_more em, #content_more i {
	/*font-style:italic;*/
}
#content strong, #content b, #content_more strong, #content_more b {
	font-weight:400;
}
#content a, #content_more a {
	color:#c00a26;
}
#content a:hover, #content a:focus, #content_more a:hover, #content_more a:focus{
	
}
#content a.button{
	background: #C00A26;
	color:#fff;
	padding:10px 17px;
}
#content a.button.fix{
	position: absolute;
	top:0;
	right:0;
}
#content a.button:hover{
	background: #900C20;
}
#content .plus, #content_more .plus{
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:22px;
	text-align:center;
	background:#c00a26;
	transition:all 0.3s;
}
#content a.plus:hover, #content a.plus:focus, #content_more a.plus:hover, #content_more a.plus:focus{
	text-decoration:none;
	background:#ac0c25;
}
#content .gallery {
	background:#000;
	clear:both;
}
#content .gallery_white {
	color:#1b1b1b;
	background:#fff;
	clear:both;
}
#content .gallery h2{
	margin:0;
	padding:20px 20px 0 20px;
}
#content .gallery p{
	margin:0;
	padding:0 20px 10px 20px;
}
#content .gallery .img {
	display:block;
	float:left;
	width:33.333%;
	opacity:0.8;
	transition:all 0.3s;
}
#content .gallery .img:hover, #content .gallery .img:focus {
	opacity:1;
}
#content .gallery .img img {
	display:block;
	width:100%;
	height:auto; 
}
#content .team_wrapper, #content .team_wrapper_right {
	width:100%;
	position:relative;
	margin:0 auto 100px auto;
}
#content .team_wrapper .team, #content .team_wrapper_right .team {
	position:relative;
	float:left;
	width:19%;
	height:230px;
	margin:0 1% 10px 0;
	padding:0;
	/*opacity:0.8;
	transition:all 0.3s;*/
	overflow:hidden;
}
#content .team_wrapper_right .team{
	width:33.3%;
	height:260px;
	margin:0 0 20px 0;
}
.team_bigimg{
	position:relative;
	float:left;
	width:59%;
	height:470px;
	margin:0 1% 10px 0;
	overflow:hidden;
	transition:all 0.3s;
}
.team_bigimg img{
	width:100%;
	height:auto;
}
#content .box_black_big{
	position:relative;
	float:left;
	width:37%;
	padding:20px 2% 0 0;
	margin:0 1% 10px 0;
	height:210px;
	color:#fff;
	text-align:right;
	font-weight:400;
	/*text-transform: uppercase;*/
	background:#131313;
}
#content .box_black_big a{
	color:#fff;
	/*border-bottom:1px solid #C00A26;*/
	text-transform: uppercase;
	opacity: 0.4;
}
#content .box_black_big a.active, #content .box_black_big a:hover{
	opacity: 1;
}
.box_black_big_links a.active{
	color:#fff !important;
	/*border-bottom:1px solid #fff;*/
}
.box_black_big_links a:hover{
	opacity: 0.5;
}
#content .box_white_big{
	clear:both;
	background-color:#fff;
	color:#000;
	width:51%;
	padding:30px 4% 15px 4%;
}
.team_white_box{
	float:right;
	background-color:#fff;
	color:#000;
	width:33%;
	/*min-height:674px;*/
	padding:25px 3% 10px 3%;
	margin:0 1% 10px 0;
}
#content .box_black_big h4{
	font-size:45px;
	line-height:50px;
	font-weight:700;
	font-family: 'futura-pt', sans-serif;
}
#content .box_black_big h4 span{
	display:block;
	font-size:38px;
	color:#c00a26;
	/*font-style: italic;*/
}
#content .team_wrapper .team:hover, #content .team_wrapper .team:focus {
	opacity:1;
}
#content .team_wrapper .team img, #content .team_wrapper_right .team img {
	display:block;
	width:100%;
	height:auto; 
}
#content .team_wrapper .team .name, #content .team_wrapper_right .team .name {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	padding:9px 7px;
	color:#fff;
	font-size:14px;
	/*text-transform: uppercase;*/
	/*font-style: italic;*/
	background:#000;
}
#content .team_wrapper .team .name strong{
	display:block;
}
#content .team_wrapper .team .name i{
	display:block;
	font-size:12px;
	padding:3px 0;
	color:#a5a5a5;
}
/*#content .team_wrapper .box_black_big{
	clear:none;
	float:left;
	padding:10px;
	width:555px;
	height:165px;
	padding:10px;
	margin:5px;
	overflow:hidden;
}
#content .team_wrapper .box_red{
	float:left;
	padding:10px;
	width:360px;
	height:165px;
	margin:5px;
	overflow:hidden;
}
#content .team_wrapper .team_text{
	float:left;
	padding:10px;
	width:360px;
	height:360px;
	margin:5px;
	color:#1b1b1b;
	background:#fff;
}*/
#content .cal_wrapper {
	width:100%;
	position:relative;
	margin:0 auto;
}
#content .cal_wrapper .months {
	text-align:left;
	margin:0 100px 30px 0;
	float:left;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
}
#content .cal_wrapper .months.months_bottom{
	padding-top:30px;
}
#content .cal_wrapper .months a, #content .cal_wrapper .months span{
	margin:0 10px 0 0;
	color:#fff;
	font-size: 18px;
	/*font-weight:bold;*/
	/*text-transform: uppercase;*/
	/*font-style:italic;*/
	letter-spacing:-1px;
}
#content .cal_wrapper .months span{
	font-size: 11px;
	opacity:0.5;
}
#content .cal_wrapper .months a:hover, #content .cal_wrapper .months a:focus, #content .cal_wrapper .months a.active {
	color:#c00a26;
}

#content a.print_icon{
	float:right;
	background:url(/website/static/img/print.png) left center no-repeat;
	padding:5px 0 5px 26px;
	color:#fff;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
}
#content .stuecke_options{
	float:left;
	position: relative;
	z-index: 200;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
}
#content .stuecke_options ul, #content .stuecke_options li{
	list-style: none;
	position: relative;
	line-height: 20px;
	padding:0;
	margin:0;
}
#content .stuecke_options ul ul{
	display:none;
	position: absolute;
	top:20px;
	left:0;
	background: #1A1A1A;
	padding:0;
	box-shadow: 1px 1px 40px rgba(0,0,0,0.8);
}
#content .stuecke_options a{
	color:#fff;
	white-space: nowrap;
	display:block;
}
#content .stuecke_options a#choose_stueck{
	background: url(/website/static/img/arrow-down.png) no-repeat right center;
	padding-right:30px;
}
#content .stuecke_options a.active{
	color:#C00A26;
}
#content .stuecke_options li:hover > ul{
	display:block;
}
#content .stuecke_options li li a{
	padding:9px 10px;
}
#content .stuecke_options li li a:hover{
	background: #3F3F3F;
}

/*#content .cal_item_monthinfo {
	position:relative;
	float:right;
	margin:0 1% 15px 0;
	width:37%;
	height:130px;
	padding:110px 2% 0 0;
	background:#1a1a1a;
	overflow:hidden;
	text-align:right;
}*/
#content .cal_item_monthinfo {
	position:relative;
	float:right;
	margin:0 0 15px 0;
	width:38%;
	height:130px;
	padding:110px 2% 0 0;
	background:#1a1a1a;
	overflow:hidden;
	text-align:right;
}
#content .cal_item_monthinfo.stueckname{
	height:auto;
	padding:40px 2% 40px 0;
}
#content a.highlightbox{
	position:relative;
	float:left;
	background-color:#1b1b1b;
	width:39%;
	margin:0 1% 15px 0;
	height:495px;
	overflow:hidden;
	color:#fff;
}
.highlightbox_img{
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:495px;
}
.highlightbox_text{
	position: absolute;
	bottom:0;
	left:0;
	background-color:#1b1b1b;
	padding:30px;
	max-width:70%;
	overflow:hidden;
}
#content .highlightbox_text h2, #content .highlightbox_text h3{
	font-family: 'futura-pt';
	padding:0;
}
#content .highlightbox_text h2{
	font-weight: 400;
	font-style: normal;
	font-size:45px;
	margin:0 0 4px 0;
}
#content .highlightbox_text h3{
	color:#c00a26;
	margin:0;
	font-size:55px;
	font-weight: 700;
}
#content .cal_item_monthinfo h3{
	font-family: 'futura-pt';
	font-weight: 400;
	font-size: 70px;
}
#content .cal_item_monthinfo.stueckname h3{
	font-size: 40px;
}
#content .cal_item_monthinfo h4{
	font-family: 'futura-pt';
	font-weight: 400;
	color:#c00a26;
	font-size: 30px;
}
#content .cal_wrapper .cal_item{
	display:block;
	border-bottom:1px solid #E5E5E5;
	padding:20px 0 12px 0;
}

#content .cal_wrapper .cal_item h4{
	color:#000;
	float:left;
	font-weight: 700;
	font-size: 18px;
	width:22%;
}
#content .cal_wrapper .cal_item h4 strong{
	float:left;
	display:block;
	width:40px;
	font-weight: 700;
}
#content .cal_wrapper .cal_item h4 span{
	float:left;
	display:block;
	width:60px;
}
.times{
	float:left;
	display:block;
	width:78%;
}
#content .cal_wrapper .cal_item .cal_item_event{
	color:#000;
	display:block;
	margin-bottom:5px;
}
#content .cal_wrapper .cal_item .cal_item_event a{
	color:#000;
}
#content .cal_wrapper .cal_item .cal_item_event a:hover{
	color:#C00A29;
}
#content .cal_wrapper .cal_item .cal_item_event h6{
	font-weight: 700;
	margin-bottom:0;
	font-size: 18px;
}
#content .cal_wrapper .cal_item .cal_item_event h6 span{
	font-weight: 400;
	font-size: 13px;
	padding:0 0 0 3px;
}
#content .cal_wrapper .cal_item .cal_item_event p{
	margin:0;
	font-size:13px;
	line-height: 18px;
}
#content .cal_wrapper .cal_item .cal_item_event p strong{
	/*padding:0 10px;*/
	font-weight: 700;
}
#content .cal_wrapper .cal_item .cal_item_event p strong{
	/*padding:0 10px;*/
	font-weight: 700;
}
#content .cal_wrapper .cal_item .cal_item_event a.buy_tickets, #content .cal_wrapper .cal_item .cal_item_event div.buy_tickets{
	float:right;
	display:block;
	padding:9px 10px 9px;
	font-size:12px;
	display:block;
	color:#fff;
	background: #C00A26;
	border-radius: 9px;
	margin-left:10px;
	/*background:url(/website/static/img/icon-tickets.png) #C00A26 10px 50% no-repeat;*/
}
#content .cal_wrapper .cal_item .cal_item_event .buy_tickets_info, #content .cal_wrapper .cal_item .cal_item_event a.buy_tickets_{
	background: #999 !important;
}
#content .cal_wrapper .cal_item .cal_item_event .buy_tickets_rot{
	background: #C00A26 !important;
}
#content .cal_wrapper .cal_item .cal_item_event a.buy_tickets:hover{
	background-color:#901024;
}
#content .cal_wrapper .cal_item .cal_item_event.oldEvent .buy_tickets{
	display:none;
}
#content .cal_wrapper .cal_item .cal_item_event.oldEvent{
	opacity: 0.4;
}
.cal_item_event_title{
	display:block;
	width:100%;
}
/*#content .cal_wrapper .cal_item a p i{
	padding:0 10px;
}
#content .cal_wrapper .cal_item a p em{
	padding:0 10px;
}*/
/*#content .cal_wrapper .cal_item {
	position:relative;
	float:left;
	margin:0 1% 15px 0;
	width:19%;
	height:240px;
	padding:0;
	background:#c00a26;
	overflow:hidden;
}
#content .cal_wrapper .cal_item h4{
	font-size:26px;
	color:#767676;
	text-align:center;
	font-weight:700;
	font-family: 'futura-pt', sans-serif;
	height:130px;
	line-height:130px;
	margin-bottom:4px;
	background:#1a1a1a;
}
#content .cal_wrapper .cal_item h4 span{
	color:#fff;
}
.times{
	padding:10px;
}
#content .cal_wrapper .cal_item a{
	position:relative;
	display:block;
	line-height:16px;
	color:#fff;
	font-size:15px;
	padding:0 0 0 50px;
	margin-bottom:8px;
}
#content .cal_wrapper .cal_item a:hover{
	opacity: 0.5;
	transition:all 0.2s;
}
#content .cal_wrapper .cal_item a span{
	position:absolute;
	top:0;
	left:0;
}
#content .cal_wrapper .cal_item a strong{
	color:#1A1A1A;
	font-size:12px;
	font-weight:700;
}
#content .cal_wrapper .cal_item a i{
	color:#1A1A1A;
	font-size:13px;
	line-height: 10px;
	font-weight:400;
	display:block;
	padding:2px 0;
}*/
#content .event_wrapper .box_black_big{
	clear:none;
	float:left;
	padding:20px 3%;
	width:43%;
	/*height:535px;*/
	height:295px;
	margin:0 1% 15px 0;
}
#content .event_wrapper .box_red{
	clear:none;
	float:left;
	padding:20px 3% 10px 3%;
	width:43.5%;
	height:155px;
	margin:0 0 1% 1%;
}
#content .event_wrapper .event_text{
	float:left;
	padding:20px 3% 10px 3%;
	width:43.5%;
	height:390px;
	margin:0 1% 1% 0;
	color:#1b1b1b;
	background:#fff;
}
#content .event_item {
	position:relative;
	float:left;
	width:49%;
	height:650px;
	margin:0 1% 15px 0;
	overflow:hidden;
	display:block;
}
/*#content #event_item_0 {
	height:575px;
}*/
.box_teaser_red{
	position:relative;
	float:left;
	width:49%;
	height:300px;
	margin:0 1% 15px 0;
	overflow:hidden;
	display:block;
}
.box_teaser_red #teaser_red{
	width:100%;
}
/*#content #event_item_0, #content #event_item_7 {
	padding-bottom:1%;
	height:752px;
}
#content #event_item_0 img, #content #event_item_7 img {
	margin-bottom:-2%;
}
#content #event_item_1, #content #event_item_2 {
	height:300px;
}
#content #event_item_8, #content #event_item_9 {
	height:277px;
}
#content #event_item_1, #content #event_item_2, #content #event_item_4, #content #event_item_6, #content #event_item_8, #content #event_item_9, #content #event_item_12, #content #event_item_14, #content #event_item_16, #content #event_item_18, #content #event_item_20 {
	margin-left:1%;
}*/
#content .event_item img {
	position:relative;
	width:100%;
	height:auto;
}
#content .datebox {
	position:absolute;
	left:0;
	bottom:0;
	padding:3% 12% 3% 3%;
	background:#131313;
	right:0;
}
#content .datebox h4{
	color:#fff;
	font-size:20px;
	font-weight:700;
	/*text-transform: uppercase;*/
	font-family: 'futura-pt', sans-serif;
}
#content .datebox h4 span{
	display:block;
	color:#c00a26;
	font-size:30px;
	/*font-style:italic;*/
	padding:5px 0 0 0;
}
#content .datebox p{
	color:#fff;
	font-size:14px;
	margin:0;
}
#content .datebox p b{
	//font-size:18px;
	/*font-style:italic;*/
}
#content table{
	width:100%;
	margin-bottom:30px;
}
#content table tr{
}
#content table td {
	padding:15px 0;
	font-size:12px;
	line-height:15px;
	text-align:center;
	border-bottom:1px dashed #cdcdcd;
}
#content table td.align_left {
	font-size:13px;
	text-align:left;
}
#content .content_black table td {
	padding:10px 15px;
	font-size:14px;
	line-height:19px;
	text-align:left;
	border-bottom:1px dashed #3D3D3D;
}
#content .content_black table p{
	margin:9px 0;
	font-size:14px;
	line-height:19px;
}
/*FORMS*/
#content form {
	position:relative;
}
#content form fieldset{
	clear:both;
	width:100%;
}
#content form legend {
	font-weight:700;
	padding-top:14px;
	margin-bottom:10px;
}
#content form p, #content form li{
	position:relative;
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#content form li{
	width:50%;
	float:left;
}
#content form li.headline, #content form li.kommentar, #content form li.submit-group, #content form li.check_box{
	width:100%;
	float:none;
	clear:both;
}
#content form li.check_box{
	margin-top:20px;
}
#content form li.headline label{
	font-weight:700;
	padding:15px 0 0 0;
}
#content form label {
	display:block;
	width:100%;
}
#content form .check label {
	display:inline;
	width:auto;
}
#content form .check label.optional{
	display:block;
	width:100%;
}
#content form li.check_box label{
	padding:0 0 0 30px;
}
#content form li.check_box input{
	position:absolute;
	top:5px;
	left:0;
}
#content form input , #content form select, #content form textarea {
	font-size:14px;
	/*font-family: 'Muli', Helvetica, Arial, sans-serif;*/
	width:86%;
	padding:8px 2%;
	border:0;
	background:#e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition:all 0.3s;
}
#content form input[type=checkbox]{
	padding:0;
	width:auto;
	background:none;
}
#content form select {
	height:30px;
	line-height:30px;
	width:90%;
}
#content form input , #content form select {
    height: 35px;
    line-height: 35px;
}
#content form input {
    padding-top: 0;
    padding-bottom: 0;
}
#content form textarea {
	width:90%;
	height:100px; 
	overflow:visible;
} 
#content form fieldset#fieldset-field_checkbox p {
	position:relative;
	padding-left:30px;
}
#content form fieldset#fieldset-field_checkbox input {
	position:absolute;
	left:0;
	top:4px;
	width:auto;
	height:auto;
	padding:0;
}
#content form p.submit input, #content form input[type=submit] {
	cursor:pointer;
	width:94%;
	padding:14px 0;
	color:#fff;
	font-size:14px;
	/*text-transform: uppercase;*/
	background:#c00a26;
	opacity: 1;
}
#content form p.submit input.active, #content form p.submit input:hover, #content form p.submit input:focus {
	opacity: 0.8;
}
/*#content #form_abo fieldset{
	display:none;
}*/

#content #loginform ul li{
	list-style: none;
	margin-left:0;
}


/* CAPTCHA */
#content form li#capt{
	margin-bottom:70px;
	padding-top:14px;
	clear:both;
}
#content form li#capt label{
	white-space: nowrap;
	position:absolute;
	top:-7px;
	left:0;
}
#content form li#capt{
	margin-top:20px;
}
#capt pre{
	display:block;
	height:56px;
 	font: 9px/8px 'Andale Mono', 'Lucida Console', monospace;
 	letter-spacing: -2px;
}
#content form li#capt .errors{
	right:auto;
	left:0;
	top:-14px;
}




/* korrekturen */

#content #list_wrapper a.print_icon {
    text-shadow: none;
    color: #000;
    position: absolute;
    top: 20px;
    right: 5%;
    background-image: url(/website/static/img/print-inv.png);
}