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

/**********************/
/* Common Definitions */
/**********************/

html{
	overflow-y:scroll;
	font-family:Arial;
	color:#FFFFFF;
	font-size: 9pt;
}

a{
	outline:none;
	color:#EE7C0E;
}

img{
	border:none;
}

table{
	font-size: 9pt;
}

h1{
	display:block;
	font-family: Arial;
	font-size: 12pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
	padding:10px 0 5px 5px;
	margin:0;
	background-color:#EE7C0E;
}

h2{
	display:block;
	font-family: Arial;
	font-size: 12pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px 0 3px 5px;
	margin:30px 0 0 0;
	line-height:1.2;
	background-color:#EE7C0E;
}

h3{
	display:block;
	font-family: Arial;
	font-size: 9pt;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform: uppercase;
	line-height:1.2;
	color: #FFFFFF;
	margin:0 0 10px 0;
	padding:0 0 11px 15px;
	height:11px;
	background-image:url('/images/misc/bg_h2.png');
	background-repeat:repeat-x;
}

h4{
	display:block;
	font-family: Arial;
	font-size: 9pt;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform: uppercase;
	line-height:1.2;
	color: #FFFFFF;
	margin:0 0 10px 0;
	padding:1px 0 1px 15px;
	background-color:#666;
}

ul{
	margin:0 0 0 20px;
	padding:0;
}

/***********/
/* Styles */
/***********/

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

.top20{
	margin-top:20px !important;
}

.bottom15{
	margin-bottom:15px !important;
}

.grey{
	color:#999999;
}

.small{
	font-size:8pt;
}

.special{
	color:#EE7C0E;
}

/***********/
/* Content */
/***********/

/* Links */
div.link{color:#EE7C0E;}
div.link a{
	text-decoration:none;
	color:#EE7C0E;
	line-height:20px;
}
div.link a:hover{
	text-decoration:underline;
}

/* Areas */

div#leftArea{
	position:relative;
	float:left;
	width:330px;
}

div#rightArea{
	position:relative;
	float:left;
}

div#slideshow{
	position:relative;
	width:310px;
	background-color:#1f1d20;
	margin: 0 0 40px 2px;
}
div#slideshow img.gallery{width:310px;}

div.fehler{
	color:#FF0000;
	font-weight:bold;
}

/* Subseite zweigeteilt*/

div.headline_630{
	position:relative;
	width:630px;
}

div.headline_630 img{
	position:absolute;
	right:15px;
	top:-20px;
}
#ie6 div.headline_630 img{top:0;}

div.headline_630_shadow{
	background-image:url('/images/misc/schatten_630.png');
	background-repeat:no-repeat;
	width:630px;
	height:7px;
	margin:0 0 10px 0;
}

div.column{
	position:relative;
	float:left;
	width:310px;
	margin:0 0 25px 0;
}
div.column.text{
	width: 295px;
	padding:0 0 0 20px;
	line-height:1.5;
	text-align:justify;
}

div.broad{
	position:relative;
	margin: 0 0 25px 0;
	width:610px;
}
div.broad.text{
	padding:0 0 0 20px;
	line-height:1.5;
}

div.text a{
	color:#FFFFFF;
}
div.text a:hover{
	color:#EE7C0E;
}


/* Teaser */

div.teaser_item{
	position:relative;
	display:inline-block;
	width:320px;
	height:412px;
	background-image:url('/images/misc/schatten_teaser.png');
	background-repeat:no-repeat;
	float:left;
	margin-left:2px;
}
#ie6 div.teaser_item{margin:0;}

div.teaser_item div.teaser_image{
	position:absolute;
	z-index:1;
}
div.teaser_item div.teaser_textarea{
	position:absolute;
	bottom:8px;
	height:148px;
	width:310px;
	background-image:url('/images/misc/teaser_textarea.png');
	background-repeat:no-repeat;
	z-index:2;
}

div.teaser_item div.teaser_textarea div.teaser_headline{
	font-size:13pt;
	font-weight:bold;
	padding: 9px 0 8px 15px;
	letter-spacing:-0.5pt;
}

div.teaser_item div.teaser_link{
	position:absolute;
	z-index:3;
	left:180px;
	top:245px;
	width:120px;
	text-align:right;
}
div.teaser_item div.teaser_link a{color:#FFFFFF;position:relative;}
div.teaser_item div.teaser_link a img{margin-bottom:-7px;}

div.teaser_item a{
	text-decoration:none;
	color:#EE7C0E;
	font-size:8pt;
	font-weight:bold;
}
div.teaser_item a:hover{
	text-decoration:underline;
}

div.teaser_item div.teaser_textarea div.teaser_content{
	font-size:8pt;
	padding: 15px 15px 0 15px;
}


/* News */

div#news{
	position:relative;
	border-top:1px solid #FFFFFF;
}
div#news.mainpage{
	margin: 10px 0 30px 0;
}
div#news div#newsHeadline{
	position:absolute;
	font-size:14pt;
	top:3px;
	z-index:3;
}
div#news div#newsHeadline a{
	font-size:8pt;
	text-decoration:none;
	color:#EE7C0E;
}
div#news div#newsHeadline a:hover{
	text-decoration:underline;
}

div#news div.newsitem{
	position:relative;
	border-bottom:1px solid #FFFFFF;
	min-height:60px;
}

div#news div.date{
	position:relative;
	float:left;
	text-align:right;
	padding: 5px 10px 0 0;
	text-transform:uppercase;
	font-size:9pt;
	width:180px;
}
div#news div.date.subpagedate{width:80px;}

div#news div.image{
	position:relative;
	float:left;
	width:120px;
}

div#news div.newscontent{
	position:relative;
	float:left;
	padding:5px 10px 0 10px;
}
div#news div.newscontent.subpagecontent{width:400px;}

div#news div.title{
	text-transform:uppercase;
	font-size:9pt;
}

div#news div.newstext{
	width:740px;
	font-size:8pt;
	margin-top:5px;
	text-align:justify;
}
div#news div.newstext.subpagetext{width:400px;}

div#news div.newstext a{
	text-decoration:none;
	color:#EE7C0E;
}
div#news div.newstext a:hover{
	text-decoration:underline;
}

/* Produktionen & Archiv*/

div#produktionen{
	border-top:1px solid #FFFFFF;
}

div#produktionen div.item{
	position:relative;
	border-bottom:1px solid #FFFFFF;
}

div#produktionen div.image{
	position:relative;
	float:left;
	width:120px;
	min-height:1px;
}

div#produktionen div.content{
	position:relative;
	float:left;
	padding:10px 0 10px 10px;
	width:480px
}

div#produktionen div.title{
	text-transform:uppercase;
	font-size:9pt;
}

div#produktionen div.text{
	width:480px;
	font-size:8pt;
	margin-top:10px;
	text-align:justify;
}

table#archiv{
	margin: 0;
	table-layout:fixed;
	border-spacing:0;
	border-collapse: collapse;
	width:600px;
}

table#archiv td.year{
	vertical-align:top;
	font-weight:bold;
	width:30px;
}

table#archiv td.title{
	font-weight:bold;
}

table#archiv td.text{
	padding:0 0 0 0;/*45px;*/
}

/* Termine */

.termineTable{
	margin: 0 0 10px 20px;
	table-layout:fixed;
	border-spacing:0;
	border-collapse: collapse;
	width:570px;
	border-top:1px solid #FFF;
}

table.termineTable tr{
	border-bottom:1px solid #FFF;
}

table.termineTable td{
	vertical-align:top;
}

table.termineTable input{
	font-size:8pt;
}

table.termineTable select{
	margin-top:1px;
	font-size:8pt;
}

div.anmerkung{
	margin: 0 0 15px 20px;
}

table.termineTable td.controll{
	position:relative;
	display:block;
	left:-150px;
}

table.termineTable select.dropdown{
	width:95px;
}

table.termineTable a.link{
	text-decoration:none;
}
table.termineTable a.link:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

/* Formulare */

div.formrow{
	width:290px;
	margin:0 0 5px 0;
}

div.formrow.right{
	text-align:right;
	margin:15px 0 0 0;
}

div.formrow label{
	width:80px;
	display:inline-block;
}
div.formrow label.broad{width:200px;display:block;}
div.formrow label.radio{width:180px;}

div.formrow input.text{
	width:200px;
	border:none;
}

input.radio{
	margin:-2px 2px 0 0;
	vertical-align:middle;
}

div.formrow textarea{
	width:255px;
	border:none;
	height:60px;
}

div.formrow select.dropdown{
	width:80px;
}

div.formrow input.plz{
	width:50px;
	border:none;
}

div.formrow input.ort{
	width:145px;
	border:none;
}
#ie7 div.formrow input.ort{width:;}

div.ticket_button{
	text-align:right;
	margin: 0 40px 0 0;
	font-size:8pt;
}

table.ticket_summary{
	table-layout:fixed;
	border-spacing:0;
	border-collapse: collapse;
}
table.ticket_summary td{
	padding:0 20px 0 0;
}
table.ticket_summary tr.trennlinie{
	border-top:1px solid #FFFFFF;
}


/* Thumbnails */

div#thumbs{
	padding:5px 0px 5px 7px;
	background-color:#222222;
	margin:0 0 40px 2px;
	width:303px;
}

div#tumbs_title{
	height:24px;
	padding:10px;
	margin: 0 0 0 2px;
	font-size:16pt;
	text-transform:uppercase;
	border-bottom:1px solid #FFFFFF;
	background-color:#EE7C0E;
	width:290px;
}

div#thumbs a{
	display:inline-block;
	margin: 2px 2px 2px 0;
	width:70px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
}

.mc-field-group {
  margin-top: 20px;

}

input#mc-embedded-subscribe {
margin-top: 20px;
background-color: #EE7C0E;
width: 150px;
border: 0;
padding: 3px 0 3px 0;
color: #fff;
border-radius: 3px;
	cursor:pointer;
}

input#mc-embedded-subscribe:hover {
color:#EE7C0E;
background-color: #fff;

}

	.indicates-required {
margin-top: 5px;
margin-left: 206px;
}

input#mce-EMAIL {
border: 1px solid #EE7C0E;
width: 200px;
height: 20px;
}

input#mce-EMAIL:focus {
border: 1px solid #EE7C0E;
width: 200px;
height: 20px;
	background-color:#ccc;
}

.mc-field-group label {
  font-weight:bold;
	margin-right:20px;
}

.tickets-button{
	margin: 15px auto 15px auto;
    background-color: #EE7C0E;
    width: 190px;
    padding: 8px 0 8px 0;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	font-weight:bold;

}

.tickets-button:hover,
.tickets-button:focus{
	color:#fff !important;
}

.video-trailer, .video-trailer:hover, .video-trailer:focus{
	display: inline-block;
    text-decoration: none;
    background: #EE7C0E;
    padding: 7px 15px;
    border-radius: 4px;
    line-height: 1;
	color: #fff !important;
}

/* Cookie Consent */
.cc_banner-wrapper .cc_container {
  background: #000;
  color: #fff;
}
.cc_banner-wrapper .cc_container .cc_btn {
  border-radius: 0;
  color: #fff;
  background-color: #ee7c0e;
	font-size: 14px;
}
.cc_banner-wrapper .cc_container .cc_message a {
  color: #fff;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_container .cc_message{
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 14px;
}
.cc_banner-wrapper .cc_container .cc_message a:hover,
.cc_banner-wrapper .cc_container .cc_message a:focus,
.cc_banner-wrapper .cc_container .cc_message a:visited {
  color: #fff;
}
.cc_banner-wrapper .cc_container .cc_logo {
  display: none;
}
/* Cookie Consent || */