/*-------------------------------------------*/
/* Erstellt:  15.04.2013, Frank Hofmann      */
/* Aenderung: 18.04.2013, Frank Hofmann      */
/*-------------------------------------------*/

@import url("//fast.fonts.com/t/1.css?apiType=css&projectid=f5d0a6b4-3d25-405b-8c42-5e397224f9a7");

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

@font-face{
font-family:"Bodoni W01 Poster";
src:url("/fonts/ab0e3d15-2f64-49c1-8898-817a2235e719.eot?#iefix");
src:url("/fonts/ab0e3d15-2f64-49c1-8898-817a2235e719.eot?#iefix") format("eot"),url("/fonts/4d1b9848-7ebd-472c-9d31-4af0aa7faaea.woff") format("woff"),url("/fonts/197b5ef7-65e6-4af6-9fd9-bc9fc63038c7.ttf") format("truetype"),url("/fonts/a9bda117-c293-40b5-a2d8-9f923f32623c.svg#a9bda117-c293-40b5-a2d8-9f923f32623c") format("svg");
}

/* HTML */

html {
	/*overflow-y: scroll;*/
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff ;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
 	border: 0;
}

:focus {
 	outline: 0;
}

/* Headings */
h1, h2 {
 	font-weight: normal;
 	color: #000;
 	font-family: 'Bodoni W01 Poster', serif;
 	text-transform: uppercase;
}

h1 {
    font-size: 400%;
    margin: 15px 0px;
}

h2 {
    font-size: 350%;
	line-height: 1.3;
}

h3 {
    font-size: 180%;
    font-weight: bold;
    margin: 10px 0px;
}

h4, h5, h6 {
 	font-size: 140%;
 	font-weight: bold;
}

.refheadline {
 	color: #000;
}


/* Normal HTML Elements*/
p {
 	margin: 0px 0px 10px;
}

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

.error {
	color: #C00418;
}


/* Links ---*/
a {
 	color: #828384;
 	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000;
}

a[name][id] {
	color: #000000;
 	text-decoration: none;
}

a.link-g-b {
    color: #000000;
    text-decoration: none;
}
a.link-g-b:hover, a.link-g-b:active, a.link-g-b:focus {
    color: #828384;
    text-decoration: none;
}


/* Forms ---*/
input, select, textarea, .inputbox {
 	padding: 5px;
 	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.inputbox, 
.claInput2 {
	border: 2px solid #000;
 	background: #fff;
}

.inputbox:hover, .inputbox:focus,
.claInput2:hover, .claInput2:focus {
	border: 2px solid #000;
 	background: #FFDF00;
}
.button {
	background: none;
	border: none;
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
	text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding: 0px 15px 0px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 13px;
}

.button:hover, button:focus {
	color: #c00418;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
	border: none;
	cursor: pointer;
	
}
/* Others ---*/
hr {
 	color: #000;
 	background-color: #000;
 	height: 2px;
 	border: none;
}

/* Layout */
/*---------------------------------*/
.wrap {
    width: 100%;
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.clear {
    clear: both;
}

.main {
	width: 1000px;
/* 	max-width: 1000px; */
    margin: 0 auto;
    position: relative;
}

.main-shadow-top {
    position: absolute;
    margin: -10px 0px 0px;
    background: url(/bilder/layout/bg-shadow-top.png) repeat-x;
    width: 100%;
    height: 10px;
    z-index: 300;
}  

.main-shadow-bottom {
    position: absolute;
    margin: 0px;
    background: url(/bilder/layout/bg-shadow-bottom.png) repeat-x;
    width: 100%;
    height: 10px;
    z-index: 300;
} 

.main-inner {
}

.wrapper {	// nicht aendern
}

#header {
    z-index: 200;
}

#header .fullscreen-header {
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.dnt-mainbody {
    float: left;
    width: 100%;
    padding: 90px 0px 30px;
}

.dnt-mainbody.no-header {
    padding: 25px 0px 30px;
}

.dnt-main {
    margin-left: 200px;
    background: #fff;
	min-height: auto !important;
}

.dnt-left {
    float: left;
    width: 200px;
}

.dnt-left .colswap {
    margin-right: 20px;
}

.dnt-left1 {
    float: left;
    width: 100%
}


/* CONTENT */
.dnt-contentwrap {
}

.dnt-contentwrap .colswap {
}

.content-header {
    height: 182px;
	/*margin: 0px 0px 15px;*/
	margin: 0px 0px 30px;
	position: relative;
}

.content-header .title,
.content-header .date  {
    width: 100%;
    text-align: center;
	z-index: 2;
    position: relative;
}

.content-header .date .language {
	position: absolute;
	right: 0;
	top: 0;
}
.content-header .date .language a {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.content-header .title h2 {
    width: 100%;
	/*height: 140px;*/
    display: block;
    font-size: 410%;
	/*margin: 10px 0px 0px;*/
	margin: 38px 0px 0px;
    line-height: 1;
}

.content-header .subTitle {
	text-align: center;
	margin-top: 31px;
}

.content-header .subTitle .txt {
	background-color: #c00418;
	color: #ffffff;
	font-size: 26px;
	padding: 5px 8px;
}

.content-header .date {
    margin: 0;
    font-size: 200%;
    font-family: 'Bodoni W01 Poster', serif;
    color: #f9d900;
	overflow: hidden;
    height: 27px;
}

.content-header .readmore {
    position: absolute;
    right: 0px;
    bottom: -10px;
	z-index: 2;
}

.content-header .readmore {
    background: url(/bilder/layout/bg-readmore.jpg) no-repeat 0px center;
    display: block;
}
.content-header .readmore a {
    background: url(/bilder/layout/arrow-right-black.png) no-repeat right center;
    padding: 45px 15px 45px 35px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
	text-decoration: none;
}

/*.content-header .readmore a:after {
    content: " " url(/bilder/layout/arrow-right-black.png) no-repeat 0px center;
}*/

.content-main {
	padding: 28px 0px 0px;
	line-height: 1.6;
}

.content-main .content-middle {
	width: 600px;
	margin-top: -28px;
	float: left;
}

.content-main .content-right {
	width: 180px;
	margin-top: -28px;
	margin-left: 20px;
	float: right;
}

ul.bullet-points {
	margin: 0px 0px 10px;
}
ul.bullet-points li {
	padding: 0px 0px 0px 15px;
	background: url(/bilder/layout/li.png) no-repeat 0px center;
}

.border-top {
    background: url(/bilder/layout/border-top.jpg) repeat-x;
    min-height: 8px;
    padding: 28px 0px 0px;
}

.border-top-short {
    background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    min-height: 2px;
    padding: 15px 0px 0px;
}

.margin-top {
    margin-top: 20px;
}

.content-image {
    float: left;
    margin: 0px 25px 5px 0px;
}


/* Content-Page*/
.teaser {
	margin: -20px 0px 5px;
}

.teaser.no-top-margin {
    margin-top: 0px;
}

.teaser img {
    max-width: 100%;
    height: auto;
}

.story h1{
    font-size: 180%;
    margin: 0px 0px 10px;
}

.story h2 {
	font-size: 100%;
    font-family: Arial, sans-serif;
    font-size: 120%;
    color: #a6a8a9;
	margin: 0px 0px 5px;
}


/* Events */
.event {
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
}

.event.big-number .event-create-date,
.event.big-number .event-create-date-big {
    float: left;
    width: 25%;
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 10px 0px 0px;
}

.event.big-number .event-create-date-big {
	width: auto;
	float: none;
	margin: 0 0 7px 0;
}

.event.big-number.first .event-create-date,
.event.big-number.first .event-create-date-big,
.event.big-number.first .event-main,
.event.big-number .event-main-big.first {
    background: none;
    padding: 0px;
	line-height: 1.2;
}

.event.big-number.first .event-create-date-big {
	margin-bottom: 27px;
}

.event.big-number .event-create-date .day,
.event.big-number .event-create-date-big .day {
    color: #828384;
    font-size: 115%;
}

.event.big-number .event-create-date .number,
.event.big-number .event-create-date-big .number {
    display: block;
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    line-height: 1;
    margin: 10px 0px 0px;
	overflow: hidden;
    height: 24px;
}

.event-main,
.event-main-big {
    width: 75%;
    float: right;
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 15px 0px 0px;
}

.event-main-big {
	width: auto;
	float: none;
}

.event-location {
    color: #828384;
    font-size: 105%;   
    line-height: 1.2;
}

.event-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.event-main-big .event-title {
	font-size: 250%;
}

.event-title a {
	text-decoration: none;
	color: #000;
}
.event-title a:hover {
	color: #828384;
}

.event-subtitle {
    color: #a6a8a9;
    font-size: 140%;
    text-transform: uppercase;
    margin: 5px 0px 0px;
    line-height: 1;
}

.event-main-big .event-subtitle {
}

.event-zitat {	/* block lassen, eventuell stylen */
/*
	margin: 30px 0 0 0;
	color: #a6a8a9;
	font-size: 150%;
*/
}

.event-details {
    margin: 20px 0px 0px;

}

.event-details .actor {
	line-height: 1.6;
}

.event-details .actor a {	/* so lassen */
	color: #000000;
	text-decoration: none;
}

.event-details .role {
    color: #828384;
}

.event-details .role a {	/* so lassen */
	text-decoration: none;
}

.event-links {
    margin: 20px 0px 0px;
}

.event-links a {
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
	text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding-right: 15px;
}

.event-details h2{
    font-size: 120%;
    color: #828384;
    font-family: Arial, sans-serif;
    margin: 0px 0px 30px;
}

/* Rechte Spalte */
.event-date {
	margin-top: 14px;
	border-top: 2px solid black;
}

.event-date dl {
	overflow: hidden;
	padding: 0;
	line-height: 1.8;
}

.event-date dt {
	float: left;
	clear: left;
	width: 85px;
	font-weight: bold;
}

.event-date dd {
	margin-left: 85px;
}

.event-list-box h3 {
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%;
	border-bottom: 2px solid black;
	border-top: 4px solid black;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}

.event-list-box .mLink {
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%;
	border-bottom: 2px solid black;
	border-top: 4px solid black;
	padding: 10px 0;
	margin: 0 0 8px 0;
	font-weight: normal;
}

.event-list-box .mLink a {
	color: #000000;
	text-decoration: none;
}
.event-list-box .mLink a:hover {
	color: #828384;
}

.event-list  {
	line-height: 1.8;
	margin-top: 8px;
}

.event-list a {
	text-transform: uppercase;
	color: #c00418;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 10px 0;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right 3px;
}

.event-list a:hover {
	color: #c00418;
}

.event-list > .trenner {
	border-bottom: 2px solid black;
	width: 75px;
	height: 0;
	padding-top: 6px;
}

.event-list .event-category {
	margin-bottom: 5px;
}

.event-list .event-zusatz,
.event-list .event-gastspielort {
	line-height: 1.4;
}

.content-right .title h3 {
	font-family: 'Bodoni W01 Poster',serif;
	text-align: center;
	font-size: 250%;
	font-weight: normal;
	margin: 16px 0 9px 0;
	text-transform: uppercase;
}


/* Act Details */
.act.has-right {
    margin-right: 200px;
}

.act-right {
    float: right;
    width: 200px;
}

.act-right .colswap {
    margin-left: 20px;
}

.act-details {
    margin: 15px 0px 0px;
}


/* Ensemble */
#ensemble {
}

.ensemble-main .ensemble-sections {
	padding-top: 20px;
}

.ensemble-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
}

.ensemble-subtitle {
    color: #a6a7a9;
    font-size: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.ensemble-subtitle.acts {
    margin: 30px 0px 10px;
}

.ensemble-subtitle-big {
	color: #000000;
	font-family: 'Bodoni W01 Poster',serif;
    margin: 30px 0px 10px;
    font-size: 180%;
	line-height: 1.0;
}

.ensemble .teaser {
    margin: 10px 0px 10px;
}

.ensemble.has-right {
    margin-right: 200px;
}

.ensemble li a {	/* so lassen */
	color: #000000;
	text-decoration: none;
}

.ensemble-right {
    float: right;
    width: 200px;
}

.ensemble-right .colswap {
    margin-left: 20px;
}

.ensemble-right .menu-right {
    margin-top: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px 0px;
}

.ensemble-right .menu-item {
    padding: 5px 10px;
    text-align: right;
}

.ensemble-right .menu-item a {
    display: block;
    color: #000;
    text-decoration: none;
}

.ensemble-right .menu-item a:hover {
    color: #c4c4c4;
}

.ensemble-right .menu-item.active a {
    font-weight: bold;
}

#ensemble .ensemble-sections .content-column {
    width: 33%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#ensemble .content-column-wrap.border-top {
    padding: 10px 0px 0px;
}

#ensemble .content-column-wrap {
    margin-right: 20px;
}

.ensemble-section {
    font-size: 100%;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.actor-title {
    font-family: Arial, sans-serif;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.actor-title a:hover {
	color: #C00418;
}

.actor-subtitle {
    color: #a6a8a9;
    font-size: 100%;
    margin: 4px 0px 0px;
    line-height: 1;
}


/* Footer */
.footer {
    margin: 70px 0px 0px
}

.footer.has-right {
    margin-right: 200px;
}

.footer.border-top {
    padding: 8px 0px 0px;
}

.footer .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
    vertical-align: top;
}

.footer .menu .menu-item a {
    background: none;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer .menu .menu-item.print a {
    background: url(/bilder/layout/icon-print.png) no-repeat;
    padding: 0px 0px 0px 25px;
}

.footer .menu .menu-item.topLink {	/* so lassen */
	float: right;
}


/* Premieres */
#premieres {
}

#premieres .premiere-sections .content-column {
    width: 25%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#premieres .content-column-wrap.border-top{
    padding: 10px 0px 0px;
}

#premieres .content-column-wrap {
    margin-right: 20px;
}

.premiere {
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 3px 0px 0px;
    margin: 10px 0px 25px;
}

.premiere.withCard {
	margin-bottom: 20px;
}

.premiere:first-child {
    background: none;
    padding: 0px;
}

.premiere-section {
    font-size: 120%;
    font-family: 'Bodoni W01 Poster', serif;
    margin: 0px;
    padding: 10px 0px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.premiere-title {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1.2;
}
.premiere-title a {
	text-decoration: none;
	color: #000;
}
.premiere-title a:hover {
	text-decoration: none;
	color: #828384;
}

.premiere-subtitle {
    color: #a6a8a9;
    font-size: 100%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.premiere-create-date {
    color: #a6a8a9;
    margin: 10px 0px 0px;
}

.premiere-location {
    color: #a6a8a9;
}

.premiere-links, .termine-links {
    margin: 5px 0px 0px;
}

.premiere-links a, .termine-links a {
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding-right: 15px;
}

/* News */
.news {
    margin: 20px 0px;
}

.content-right .news {
	margin-top: -3px;
	margin-bottom: 13px;
}

.news-main {
	padding: 0px 0px 30px;
    margin: 0px 0px 13px;
    background: url(/bilder/layout/bg-event-item.jpg) no-repeat left bottom;
}

.content-right .news-main {
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.news-create-date {
    color: #828384;
    font-size: 100%;
}

.news-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 5px 0px 0px;
    line-height: 1;
}

.news-title-grey {
	color: #a6a8a9;
	font-size: 110%;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	line-height: 1.2;
}

.news-details,
.news-details-right {
    margin: 20px 0px 0px;
	display: inline-block;
}

.news-details h2,
.sponsors ul li h2,
.event-plan ul li h2,
#mediathek .content-main h2 {
	color: #a6a8a9;
	font-family: Arial,sans-serif;
	font-size: 120%;
	margin: 0 0 5px;
}

.news-details-right {
	margin-top: 5px;
}

.news-details-right p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.news-image {
    max-width: 180px;
    height: auto;
    float: left;
    margin: 0px 25px 5px 0px;
}


/* Preview */
/*---------------------------------*/
.previewBlock {
	width: 800px;
	padding: 15px;
}

.previewTxtTop {
	margin-top:15px;
}

.previewBlock h1 {
	font-size: 180%;
	line-height: 1;
	margin: 10px 0;
}

.previewBlock h2 {
	font-family: Arial,sans-serif;
	color: #a6a8a9;
	font-size: 140%;
	font-weight: normal;
	line-height: 1;
	margin: 5px 0;
}


/* Logo */
/*---------------------------------*/
.logo-sidebar {
	max-width: 180px;
    width: 100%;
    max-height: 182px;
}

.logo-sidebar img {
    max-width: 100%;
    height: auto;
}


/* Social Buttons */
/*---------------------------------*/
.social-buttons {
     position: absolute;
     right: -40px;
     top: 120px;
}

.social-buttons a img {
    border: none;
}

.social-buttons ul {
    list-style: none;
}

.social-buttons ul li.social-button-facebook {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.social-buttons ul li.social-button-xing {
    width: 40px;
    height: 40px;
}


/* Menus */
/*---------------------------------*/

/* Social Nav */
#socialnav {
    position: fixed;
    right: 0px;
    top: 70px;
    z-index: 400;
    width: 35px;
}

#socialnav .socialmenu {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#socialnav .socialmenu .social-icon > a {
    display: block;
    width: 35px;
    height: 35px;
}

#socialnav .socialmenu .social-icon {
    background: url(/bilder/layout/social-menu-icons.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px;
    position: relative;
}

#socialnav .socialmenu .social-icon.menu {
    display: none;
}

#socialnav .socialmenu .social-icon.facebook {
    background-position: 0px 0px;
}

#socialnav .socialmenu .social-icon.twitter {
    background-position: 0px -76px;
}

#socialnav .socialmenu .social-icon.youtube {
    background-position: 0px -115px;
}

#socialnav .socialmenu .social-icon.instagram {
    background-position: 0px -264px;
}

#socialnav .socialmenu .social-icon.newsletter {
    background-position: 0px -302px;
}

#socialnav .socialmenu .social-icon.share {
    background-position: 0px -153px;
    overflow: hidden
}

#socialnav .socialmenu .social-icon.share:hover {
    background-position: 0px -153px;
    overflow: visible;
}

#socialnav .socialmenu .social-icon.share .addthis_button_compact {
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px;
    display: block;
}

#socialnav .socialmenu .social-icon.share .addthis_button_compact span {
    background: none !important;
}


/* AddThis Overrides */
#at15s {
    position: fixed !important;
    top: 184px !important;
    right: 35px;
    left: auto !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    border-radius:0px !important;
}

#at15s a,
.atm-s a, 
#at_hover.atm-s a,
#at_hover.atm-s .at_bold {
    color: #fff !important
}

#at20mc.ipad #at_hover .at_item:hover {
    background:#f00!important;
}

.atm-i {
    background: #000 !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-box-shadow: 0px 0px 0px transparent !important;
    -webkit-box-shadow: 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px transparent !important;
    border-radius:0px !important;
    border-color: #000 !important;
}









/* Top Nav */
#topnav {
    background: #000;
    position: absolute;
    z-index: 10;
}

#topnav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.topmenu {
    text-align: center;
}

.topmenu li {
    display: inline-block;
    vertical-align: top;
}

.topmenu li a {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
	text-decoration: none;
}

.topmenu li a:hover,
.topmenu li a:focus {
    color: #ffdf00;
    text-decoration: none;
}

.topmenu li a.language {
    color: #ffdf00;
    position: absolute;
    right: 0px;
}


/* Main Menu */
ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li.first {
}

ul.menu li.menu-item {
    margin: 0;
    text-align: center;
}

ul.menu li.menu-item a {
    display: block;
    padding: 3px 0px 7px;
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    color: #000;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.4;
}

ul.menu li.menu-item a:hover {
    color: #c4c4c4;
    text-decoration: none;
}

ul.menu li.active a {
    color: #000;
    background: #ffdf00;
    padding: 5px 0px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.last {
}

.mainmenu {
    background: url(/bilder/layout/border-top.jpg) repeat-x bottom;
    min-height: 8px;
    padding-bottom: 10px;
}

ul.menu li.menu-item a.menu-title {
	font-weight: normal;
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 10px;
}

ul.menu li.menu-item a {
    display: block;
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 8px 0px;
    color: #000;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.4;
}

ul.menu li.menu-item:last-of-type a {
	background: none;
}

ul.menu li.menu-item a:hover {
	color: #c4c4c4;
    text-decoration: none;
}

ul.menu li.active a {
    background: #ffdf00;
    padding: 8px 0px;
	position: relative;
	top: -2px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.active a.menu-title {
    background: #ffdf00 url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 4px 0px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.active li a {
	background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 8px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.active li a.menu-title {
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 8px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.menu-item li.active a {
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 10px 0px;
    font-weight: bold;
    border: none;
}

ul.menu li.menu-item li.active li a {
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 10px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.menu-item li.active a.menu-title,{
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 10px 0px;
    font-weight: bold;
    border: none;
}

ul.menu li.active a:hover {
    color: black;
}

ul.menu li.active li a:hover {
	color: #828384;
}
ul.menu li.active li.active a,
ul.menu li.active li.active li.active a,
ul.menu li.menu-item ul.level1 li a.ensembleActive {
	font-weight: bold;
}

ul.menu ul.level1 {
    background: #f5f5f5;
	border-top: none;
    border-bottom: 2px solid black;
	position: relative;
	top: -2px;
}

ul.menu ul.level1 ul.level2 {
    background: white;
	margin: 0 10px;
	border-top: 2px solid black;
    border-bottom: 2px solid black;
	position: relative;
    top: -4px;
}

/*
ul.menu li:last-of-type a,
ul.menu ul.level1 li:last-of-type a,
ul.menu ul.level1 ul.level2 li:last-of-type a {
    background: none;
}

ul.menu li.active:last-of-type a {
	background: #ffdf00;
}
*/





/* Submenu */
/*ul.submenu level0 {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 30px;
    left: 332px;
}*/

/*.claActive ul.submenu level0 {
    display: block;
    position: absolute;
    top: 30px;
    left: 332px;
    padding: 0;
    margin: 0;
}*/

ul.submenu {
 	display: none;
 	margin: 0px;
 	padding: 0px;
 	position: absolute;
 	top: 30px;
 	left: 332px;
}

ul.submenu li.first {
}

ul.submenu li.submenu-item {
 	background: none;
 	display: block;
 	float: left;
 	margin: 0px 5px;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 12px;
 	font-weight: bold;
 	letter-spacing: 1px;
}

ul.submenu li.submenu-item a {
 	display: block;
 	padding: 3px 0px;
 	width: 129px;
 	color: #000;
 	border-bottom: 2px solid #000;
 	text-decoration: none;
 	background: none;
}

ul.submenu li.submenu-item a:hover {
 	color: #f49e00;
 	text-decoration: none;
 	background: none;
}

ul.submenu li.active a {
 	color: #f49e00;
 	background: none;
 	display: block;
}

ul.submenu li.last {
}


/* Content Menu */
.contentmenu {
    margin-top: -20px;
}

.contentmenu .menu .menu-item {
    display: inline-block;
	margin: 0px;
    padding: 10px 0px;
    width: 24.5%;
    vertical-align: top;
}

.contentmenu .menu .menu-item a {
    background: none;
    padding: 0px;
}

.contentmenu .menu .menu-item.active a {
    font-family: 'Arial Black', Arial, sans-serif;
    border: none;
    padding: 0px;
}


/* Pagination */
.pagination {
	margin-top: -20px;
    border-bottom: 4px solid #000;
    position: relative;
}

.pagination .menu {
    height: 36px;
	position: relative;
    z-index: 2;
}

.pagination.border-top {
    padding-top: 8px;
}

.pagination .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
    vertical-align: top;
}

.pagination .menu .menu-item.prev,
.pagination .menu .menu-item.next {
    position: absolute;
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%
}

.pagination .menu .menu-item.prev {
    padding: 5px 0px
}

.pagination .menu .menu-item.next {
    right: 0px;
    padding: 5px 0px;
}

.pagination .menu .menu-item.next .link-text {
    padding: 0px 6px 0px 0px;
}

.pagination .menu .menu-item.prev .link-text,
.pagination .menu .menu-item.prev .month-text {
    padding: 0px 0px 0px 6px;
}

.pagination .menu .menu-item.prev img,
.pagination .menu .menu-item.next img {
    margin: 0px 0px 2px 0px;
}

.pagination .menu .pages-wrapper {
    width: 100%;
}

.pagination .menu .menu-item a {
    background: none;
    padding: 0px;
}

.pagination .pages {
    margin: 0px 0px 0px;
}

.pagination .pages .page { 
    display: inline-block;
}

.pagination .pages .page.active a {
	background: none;
    border-bottom: 2px solid #c00418;
    border-top: none;
    padding: 0px;
    color: #c00418;
    line-height: 1;
	position: relative;
    top: 0px;
}

.jPaginate{
    height: 34px;
    position: relative;
	width: 100%;
}

.jPaginate a {
    cursor: pointer;
    float: left;
	text-decoration: none;
}

.jPag-control-back {
	line-height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.jPag-control-front {
	line-height: 34px;
	position: absolute;
	top: 0px;
	right: 0;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0 4px;
    margin: 10px 0 0 0;
}

ul.jPag-pages li a {
	border-bottom: 2px solid #ffffff;
    float: left;
	line-height: 1;
	padding: 0;
}

a.jPag-current {
	color: #c00418;
    font-weight: bold;
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    font-weight: bold;
    width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	font-family: 'Bodoni W01 Poster',serif;
	font-size: 140%;
	text-transform: uppercase;
    width: 115px;
    text-align: left;
	margin: 0;
	
}

span.jPag-snext,
span.jPag-snext-img {
	font-family: 'Bodoni W01 Poster',serif;
	font-size: 140%;
	text-transform: uppercase;
    width: 115px;
    text-align: right;
	margin: 0;
}

span.jPag-sprevious:hover,
span.jPag-snext:hover {
	color: #c4c4c4;
}

jPag-sprevious img {
	margin: 0 0 2px 0;
}


/* Date Picker */
.date-picker {
    border-bottom: 2px solid #000;
}

.date-picker .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 13px 0px;
	/*width: 21.9px;*/
	width: 2.74%;
    vertical-align: top;
	line-height: 1.2;
}

.date-picker .menu .menu-item .number {
    display: block;
	font-size: 15px;
    color: #a5a7a8;
}

.date-picker .menu .menu-item .day {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
	color: #a5a7a8;
}

.date-picker .menu .menu-item a {
    color: #000;
    padding: 0px 0px;
    line-height: 1.2;
    background: none;
}

.date-picker .menu .menu-item a .number{
    color: #000;
}

.date-picker .menu .menu-item a:hover .day {
    color: #000;
}


/* Event Plan */
.event-plan {
    padding: 0px 0px 10px;
}

.event-plan .event-main,
.event-plan .event-main-big {
    width: 46.5%;
    display: inline-block;
    margin: 0px 17.5px 20px 0px;
    background: none;
	/*padding: 0px 0px 30px;*/
	padding: 0;
    vertical-align: top;
    float: none;
}

.event-plan .events-wrapper {
    margin-left: 25%;
}

.event-plan .event-day .events-wrapper,
.event-plan .event-day .event-create-date,
.event-plan .event-day .event-create-date-big {
    border-top: 2px solid #000;
    padding: 10px 0px 0px;
}

.event-plan .event-create-date,
.event-plan .event-create-date-big {
    position: absolute;
    width: 18%;
    padding: 10px 0px 0px;
}

.event-plan .event-day.first .events-wrapper,
.event-plan .event-day.first .event-create-date,
.event-plan .event-day.first .event-create-date-big {
    border-top: none;
    padding: 10px 0 0;
}

.event-day.big-number .event-create-date .day,
.event-day.big-number .event-create-date-big .day {
    color: #828384;
    font-size: 115%;
}

.event-day.big-number .event-create-date .number,
.event-day.big-number .event-create-date-big .number {
    display: block;
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 500%;
    line-height: 1;
    margin: 0px 0px 0px;
}

.event-day.big-number .event-create-date .number.today,
.event-day.big-number .event-create-date-big .number.today {
    color: #ffe000;
}

.event-plan .event-subtitle {
    font-size: 140%;
    color: #a5a7a8;
}

.event-plan .event-category {
    margin: 20px 0px 4px;
}

.event-main .event-category span,
.event-main-big .event-category span,
.event-plan .event-category span,
.event-list .event-category span{
    padding: 5px 8px;
    background: #ffe000;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}


/* DIVIDER */
.fullscreen-divider {
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    position: absolute;
    background-attachment: fixed !important;
}

.fullscreen-divider .main {
    height: 100%;
    width: 100%;
}

.divider-text {
    position: absolute;
    margin: 0px auto;
    padding: 30px 40px;
    text-align: center;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.divider-text.top {
    top: 0;
}

.divider-text.middle {
    top: 30%;
}

.divider-text.bottom {
    bottom: 0;
}

.divider-text.light {
    color: #fff;
}

.divider-text.dark {
    color: #000;
}

.divider-text .divider-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

.divider-text .divider-autor {
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

.divider-text .divider-autor.left{
    text-align: left;
}

.divider-text .divider-autor.right{
    text-align: right;
}


/* HEUTE */
#heute {
    background: #fff;
}

#aktuell {
    background: #fff;
}


/* Teaser / Slideshow */
/*---------------------------------*/
#teaser {
}

#teaser .main {
}

#teaser .main-inner {
 	text-align:center;
}

.slideshow {
	position: relative;
	margin: 0 0 1em;
}

.slideshow a {
	text-decoration: none;
	color: #ffdf00;
	font-size: 18px;
	font-weight: bold;
}

.carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slide {
	z-index: 100;
}

.slide img {
	display: block;
}

.slide .picInfo {
	margin: 5px 10px 0 10px;
	color: #828384;
}

.slides-pagination {
	position: absolute;
	bottom: 1em;
	left: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 110;
}

.slides-pagination li {
	display: inline;
}

.slides-pagination a {
	display: block;
	float: left;
	width: 2em;
	margin-right: 5px;
}

.slides-next,
.slides-prev {
	position: absolute;
	bottom: 5px;
	padding: 0 10px;
	z-index: 120;
	font-size: 30px !important;
}

.slides-next {
	right: 0;
}

.slides-prev {
	left: 0;
}

.slides-next.disabled,
.slides-prev.disabled {
	opacity: .5;
	cursor: auto;
}


/* Spotlight */
/*---------------------------------*/
#spotlight {
}

#spotlight .main {
 	margin-top: 20px;
}

#spotlight .main-inner {
 	padding: 0px 56px;
}

#spotlight .spotlight-wrap {
 	border-bottom: 2px solid #000;
 	padding: 0px 0px 20px 0px;
 	text-align:center;
}

.spotlight-wrap p {
 	font-size: 16px;
}

#spotlight #esy_layer {
    position: relative;
    top: 20px;
}


/* Content */
/*---------------------------------*/
#main-body {
	padding: 0px 56px 0px 59px;
 	line-height: 1.5;
}

/* 3 Column Content */
.three-col-wrap {
 	margin: 30px 0px 0px;
}

.three-col-wrap .three-col-column {
 	float: left;
}

.three-col-wrap .three-col-content p{
 margin: 0px;
}

.three-col-wrap .left {
 	padding: 0px 0px 0px 0px;
 	margin-right: 10px;
 	width: 260px;
}

.three-col-wrap .center {
 	border-left: 2px solid #000;
 	padding: 0px 0px 0px 10px;
 	width: 260px;
 	margin-right: 10px;
}
	
.three-col-wrap .right {
 	border-left: 2px solid #000;
 	padding: 0px 0px 0px 10px;
 	width: 250px;
}

/* 2 Column Content */
.two-col-wrap {
 	margin: 30px 0px 0px;
}

.two-col-wrap .two-col-column {
 	float: left;
}

.two-col-wrap .left {
 	padding: 0px 0px 0px 0px;
 	width: 273px;
}

.two-col-wrap .center {
 	padding: 0px 0px 0px 0px;
 	width: 420px;
 	float: left;
 	margin-right: 10px;
}

.two-col-wrap .center h1{
 	line-height: 1.2;
 	margin: -4px 0px 10px 0px;
}

.tabstand {
 	margin-top: 10px !important;
}

.galerie_button { 
 	position: absolute;
 	right: 0px; 
 	color: #000; 
 	font-size: 14px;
}

.galerie_button a { 
 	width: 75px;
 	color: #000; 
 	font-size: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
 	text-align: center;
 	display:inline-block; 
 	background: #fff; 
 	padding: 1px 0px 1px 0px;
}

.galerie_button a:hover,
.galerie_button a:focus {
 	color: #fff;
 	background: #000;
 	text-decoration: none;
}


/* Formular */
/*---------------------------------*/
.formular-trenner {
	border-top: 2px solid #000000;
	padding: 10px 0 0 0;
}

.formular-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

p.formular-block {
    font-family: Arial, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
div.formular-block {
    font-family: Arial, sans-serif;
    font-size: 100%;
	line-height: 22px;
	display: inline;
}

.formular-border {
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.formular-field {
	margin-right: 10px;
}

.formular-box {
	float: left;
	margin-bottom: 10px;
}

.formular-left {
	width: 385px;
    float: left;
    margin: 0 15px 0 0;
}

.formular-right {
	width: 385px;
	float: left;
    margin: 0 0 0 15px;
}

.formular-button {
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 40px;
	cursor: pointer;
}

.claCheckBoxBorderInaktiv {
	background: transparent url(/bilder/layout/checkbox_inaktiv.gif) no-repeat 0 0px;
	float: left;
}

.claCheckBoxBorderAktiv {
	background: transparent url(/bilder/layout/checkbox_aktiv.gif) no-repeat 0 0px;
	float: left;
}

.inputCheckbox {
	width: 22px;
	height: 24px;
	border: none;
	padding: 0;
	margin-right: 10px;
	opacity: 0;
	cursor: pointer;
}

.floatMargin {
	float: left;
	margin-right: 20px;
}


/* Suche */
/*---------------------------------*/
.searchBox {
	margin-top: 10px;
	text-align: center;
}

.searchBox .inputbox {
	width: 166px;
	margin-bottom: 5px;
}


/* Map */
/*---------------------------------*/
.infoBlase a {
text-decoration: none;
}



/* Footer */
/*---------------------------------*/
#footer {
}

#footer .column {
    width:20%;
    float: left;
}

#footer .colswap {
    margin-right: 20px;
}

#footer .module {
    border-top: 2px solid #000;
}

#footer .footernav {
}

#footer .footernav .menu {
}

#footer .footernav .menu-item {
    text-align: left;
}

#footer .footernav .menu-item a {
    background: none;
    font-size: 100%;
    padding: 0px;
}

#footer .footernav .menu-item.navElement2 a {
	padding: 1px 0px;
}

#footer .footernav .menu-item.first,
#footer .footernav .menu-item.navElement1 {
    font-size: 110%;
    border-bottom: 2px solid #000;
    padding: 5px 0px 5px;
	margin: 0 0 4px 0;
}

#footer .module .title {
    font-size: 110%;
    border-bottom: 2px solid #000;
    padding: 7px 0px 8px;
}

#footer .module .social .content {
    padding: 10px 0px;
    border-bottom: 2px solid #000;
}


/* MODULES */
.module {
	/*margin: 0px 0px 15px;*/
	margin: 0px 0px 30px;
}
.module.border-top {
    background: url(/bilder/layout/border-top.jpg) repeat-x;
    min-height: 8px;
	/*padding: 18px 0px 0px;*/
	padding: 8px 0px 0px;
}


.clabgpEmedia {
	display: none;
    visibility: hidden;
}

.claEdit {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    margin: 0 0 30px 0;
}

.claEditHead{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 5px; 
}

.claSubCat {
	padding-left: 20px;
}

.claEditbar {
	background-color: #dff4b6;
    text-align: right;
    border-top: 1px solid #a9a9a9;
}

/* Thomas Rechte Spalte */
.event-date {
	margin-top: 14px;
	border-top: 2px solid black;
}
.event-date dl {
	overflow: hidden;
	padding: 0;
	line-height: 1.8;
}
.event-date dt {
	float: left;
	clear: left;
	width: 85px;
	font-weight: bold;
}
.event-date dd {
	margin-left: 85px;
}




/* Press */
/*---------------------------------*/

.dnt-login-element {
margin: 0px 10px 10px 0px;
float: left;
}
.dnt-login-element.submit {
margin: 23px 10px 10px 0px;
float: left;
}
.dnt-form-element {
margin: 10px 0px;
}
.dnt-form-element label {
float: left;
width: 160px;
}
#press-photos {

}
/* Mediathek */
/*---------------------------------*/
#mediathek h1 {
	font-size: 180%;
	margin: 0px 0px 10px;
}
.mediathek-main .content-column {
	width: 24.6%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.mediathek-main .content-column-wrap {
	margin: 0 20px 20px 0;
}
.mediathek-title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px;
}
.mediathek-image {
	padding: 2px;
	border: 2px solid #000;
}
.mediathek-image img {
	width: 100%;
	height: auto;
	display: block;
}
.mediathek-image a {
	display: block;
}
/* Tabelle */
/*---------------------------------*/
.tabPrice p,
.tabAbo p {
	margin: 0;
}

.tabPrice th,
.tabAbo th {
    border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	padding: 5px 0;
}

.tabPrice .col1 {
    width: 200px;
    text-align: left;
    line-height: 2.0;
}

.tabPrice .col2,
.tabPrice .col3,
.tabPrice .col4,
.tabPrice .col5,
.tabPrice .col6,
.tabPrice .col7 {
    width: 100px;
    text-align: center;
    line-height: 2.0;
}

.tabAbo th {
    text-align: left;
}

.tabAbo .col1 {
    width: 195px;
    text-align: left;
    line-height: 2.0;
}

.tabAbo .col2,
.tabAbo .col3,
.tabAbo .col4,
.tabAbo .col5,
.tabAbo .col6 {
    width: 117px;
    line-height: 2.0;
}

th .tabHighlight,
td .tabHighlight {
    color: #A6A8A9;
    text-transform: uppercase;
}


.container {
    cursor: pointer;
    height: 440px;
    overflow: hidden;
    position: relative;
    width: 800px;
}
.slides {
    left: 0;
    position: absolute;
    top: 0;
}
.slides div {
    display: none;
    position: absolute;
    top: 0;
    width: 800px;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#loopedSlider {
    clear: both;
    margin: 18px auto;
    position: relative;
    width: 800px;
}
ul.pagination {
    list-style-type: none;
    margin: 9px auto;
    padding: 0;
    width: 90px;
}
ul.pagination li {
    float: left;
    margin: 0 5px;
}
ul.pagination a {
    background-image: url("https://www.jboss.org/dms/testimages/images/pagination.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
ul.pagination li.active a {
    background-position: 0 -12px;
}
a.previous {
    left: 10px;
    position: absolute;
    top: 403px;
}
a.next {
    position: absolute;
    right: 10px;
    top: 403px;
}

.konzertebox {
    min-height: 225px;
}

.konzertebox .konzertslider {
    width: 315px;
    float:left;
}
    
.konzertebox .konzertcontent {
    width: 55%;
    margin-left: 340px;
}

.yellowBG {
	background-color: #ffdf00;
}

select.paginationSpielplan {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("/bilder/layout/arrow-bottom-black.png");
	background-position: right;
	padding-right: 15px;
	border: none;
	font-family: 'Bodoni W01 Poster', serif;
	font-size: 140%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*-------------------------------------------*/
/* Erstellt:  15.04.2013, Frank Hofmann      */
/* Aenderung: 18.04.2013, Frank Hofmann      */
/*-------------------------------------------*/

@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=f5d0a6b4-3d25-405b-8c42-5e397224f9a7");

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

@font-face{
font-family:"Bodoni W01 Poster";
src:url("/fonts/ab0e3d15-2f64-49c1-8898-817a2235e719.eot?#iefix");
src:url("/fonts/ab0e3d15-2f64-49c1-8898-817a2235e719.eot?#iefix") format("eot"),url("/fonts/4d1b9848-7ebd-472c-9d31-4af0aa7faaea.woff") format("woff"),url("/fonts/197b5ef7-65e6-4af6-9fd9-bc9fc63038c7.ttf") format("truetype"),url("/fonts/a9bda117-c293-40b5-a2d8-9f923f32623c.svg#a9bda117-c293-40b5-a2d8-9f923f32623c") format("svg");
}

/* HTML */

html {
	/*overflow-y: scroll;*/
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff ;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
 	border: 0;
}

:focus {
 	outline: 0;
}

/* Headings */
h1, h2 {
 	font-weight: normal;
 	color: #000;
 	font-family: 'Bodoni W01 Poster', serif;
 	text-transform: uppercase;
}

h1 {
    font-size: 400%;
    margin: 15px 0px;
}

h2 {
    font-size: 350%;
	line-height: 1.3;
}

h3 {
    font-size: 180%;
    font-weight: bold;
    margin: 10px 0px;
}

h4, h5, h6 {
 	font-size: 140%;
 	font-weight: bold;
}

.refheadline {
 	color: #000;
}


/* Normal HTML Elements*/
p {
 	margin: 0px 0px 10px;
}

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

.error {
	color: #C00418;
}


/* Links ---*/
a {
 	color: #828384;
 	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000;
}

a[name][id] {
	color: #000000;
 	text-decoration: none;
}

a.link-g-b {
    color: #000000;
    text-decoration: none;
}
a.link-g-b:hover, a.link-g-b:active, a.link-g-b:focus {
    color: #828384;
    text-decoration: none;
}


/* Forms ---*/
input, select, textarea, .inputbox {
 	padding: 5px;
 	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.inputbox, 
.claInput2 {
	border: 2px solid #000;
 	background: #fff;
}

.inputbox:hover, .inputbox:focus,
.claInput2:hover, .claInput2:focus {
	border: 2px solid #000;
 	background: #FFDF00;
}
.button {
	background: none;
	border: none;
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
	text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding: 0px 15px 0px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 13px;
}

.button:hover, button:focus {
	color: #c00418;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
	border: none;
	cursor: pointer;
	
}
/* Others ---*/
hr {
 	color: #000;
 	background-color: #000;
 	height: 2px;
 	border: none;
}

/* Layout */
/*---------------------------------*/
.wrap {
    width: 100%;
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.clear {
    clear: both;
}

.main {
	width: 1000px;
/* 	max-width: 1000px; */
    margin: 0 auto;
    position: relative;
}

.main-shadow-top {
    position: absolute;
    margin: -10px 0px 0px;
    background: url(/bilder/layout/bg-shadow-top.png) repeat-x;
    width: 100%;
    height: 10px;
    z-index: 300;
}  

.main-shadow-bottom {
    position: absolute;
    margin: 0px;
    background: url(/bilder/layout/bg-shadow-bottom.png) repeat-x;
    width: 100%;
    height: 10px;
    z-index: 300;
} 

.main-inner {
}

.wrapper {	// nicht aendern
}

#header {
    z-index: 200;
}

#header .fullscreen-header {
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.dnt-mainbody {
    float: left;
    width: 100%;
    padding: 90px 0px 30px;
}

.dnt-mainbody.no-header {
    padding: 25px 0px 30px;
}

.dnt-main {
    margin-left: 200px;
    background: #fff;
	min-height: auto !important;
}

.dnt-left {
    float: left;
    width: 200px;
}

.dnt-left .colswap {
    margin-right: 20px;
}

.dnt-left1 {
    float: left;
    width: 100%
}


/* CONTENT */
.dnt-contentwrap {
}

.dnt-contentwrap .colswap {
}

.content-header {
    height: 182px;
	/*margin: 0px 0px 15px;*/
	margin: 0px 0px 30px;
	position: relative;
}

.content-header .title,
.content-header .date  {
    width: 100%;
    text-align: center;
	z-index: 2;
    position: relative;
}

.content-header .date .language {
	position: absolute;
	right: 0;
	top: 0;
}
.content-header .date .language a {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.content-header .title h2 {
    width: 100%;
	/*height: 140px;*/
    display: block;
    font-size: 410%;
	/*margin: 10px 0px 0px;*/
	margin: 38px 0px 0px;
    line-height: 1;
}

.content-header .subTitle {
	text-align: center;
	margin-top: 31px;
}

.content-header .subTitle .txt {
	background-color: #c00418;
	color: #ffffff;
	font-size: 26px;
	padding: 5px 8px;
}

.content-header .date {
    margin: 0;
    font-size: 200%;
    font-family: 'Bodoni W01 Poster', serif;
    color: #f9d900;
	overflow: hidden;
    height: 27px;
}

.content-header .readmore {
    position: absolute;
    right: 0px;
    bottom: -10px;
	z-index: 2;
}

.content-header .readmore {
    background: url(/bilder/layout/bg-readmore.jpg) no-repeat 0px center;
    display: block;
}
.content-header .readmore a {
    background: url(/bilder/layout/arrow-right-black.png) no-repeat right center;
    padding: 45px 15px 45px 35px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
	text-decoration: none;
}

/*.content-header .readmore a:after {
    content: " " url(/bilder/layout/arrow-right-black.png) no-repeat 0px center;
}*/

.content-main {
	padding: 28px 0px 0px;
	line-height: 1.6;
}

.content-main .content-middle {
	width: 600px;
	margin-top: -28px;
	float: left;
}

.content-main .content-right {
	width: 180px;
	margin-top: -28px;
	margin-left: 20px;
	float: right;
}

ul.bullet-points {
	margin: 0px 0px 10px;
}
ul.bullet-points li {
	padding: 0px 0px 0px 15px;
	background: url(/bilder/layout/li.png) no-repeat 0px center;
}

.border-top {
    background: url(/bilder/layout/border-top.jpg) repeat-x;
    min-height: 8px;
    padding: 28px 0px 0px;
}

.border-top-short {
    background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    min-height: 2px;
    padding: 15px 0px 0px;
}

.margin-top {
    margin-top: 20px;
}

.content-image {
    float: left;
    margin: 0px 25px 5px 0px;
}


/* Content-Page*/
.teaser {
	margin: -20px 0px 5px;
}

.teaser.no-top-margin {
    margin-top: 0px;
}

.teaser img {
    max-width: 100%;
    height: auto;
}

.story h1{
    font-size: 180%;
    margin: 0px 0px 10px;
}

.story h2 {
	font-size: 100%;
    font-family: Arial, sans-serif;
    font-size: 120%;
    color: #a6a8a9;
	margin: 0px 0px 5px;
}


/* Events */
.event {
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
}

.event.big-number .event-create-date,
.event.big-number .event-create-date-big {
    float: left;
    width: 25%;
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 10px 0px 0px;
}

.event.big-number .event-create-date-big {
	width: auto;
	float: none;
	margin: 0 0 7px 0;
}

.event.big-number.first .event-create-date,
.event.big-number.first .event-create-date-big,
.event.big-number.first .event-main,
.event.big-number .event-main-big.first {
    background: none;
    padding: 0px;
	line-height: 1.2;
}

.event.big-number.first .event-create-date-big {
	margin-bottom: 27px;
}

.event.big-number .event-create-date .day,
.event.big-number .event-create-date-big .day {
    color: #828384;
    font-size: 115%;
}

.event.big-number .event-create-date .number,
.event.big-number .event-create-date-big .number {
    display: block;
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    line-height: 1;
    margin: 10px 0px 0px;
	overflow: hidden;
    height: 24px;
}

.event-main,
.event-main-big {
    width: 75%;
    float: right;
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 15px 0px 0px;
}

.event-main-big {
	width: auto;
	float: none;
}

.event-location {
    color: #828384;
    font-size: 105%;   
    line-height: 1.2;
}

.event-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.event-main-big .event-title {
	font-size: 250%;
}

.event-title a {
	text-decoration: none;
	color: #000;
}
.event-title a:hover {
	color: #828384;
}

.event-subtitle {
    color: #a6a8a9;
    font-size: 140%;
    text-transform: uppercase;
    margin: 5px 0px 0px;
    line-height: 1;
}

.event-main-big .event-subtitle {
}

.event-zitat {	/* block lassen, eventuell stylen */
/*
	margin: 30px 0 0 0;
	color: #a6a8a9;
	font-size: 150%;
*/
}

.event-details {
    margin: 20px 0px 0px;

}

.event-details .actor {
	line-height: 1.6;
}

.event-details .actor a {	/* so lassen */
	color: #000000;
	text-decoration: none;
}

.event-details .role {
    color: #828384;
}

.event-details .role a {	/* so lassen */
	text-decoration: none;
}

.event-links {
    margin: 20px 0px 0px;
}

.event-links a {
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
	text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding-right: 15px;
}

.event-details h2{
    font-size: 120%;
    color: #828384;
    font-family: Arial, sans-serif;
    margin: 0px 0px 30px;
}

/* Rechte Spalte */
.event-date {
	margin-top: 14px;
	border-top: 2px solid black;
}

.event-date dl {
	overflow: hidden;
	padding: 0;
	line-height: 1.8;
}

.event-date dt {
	float: left;
	clear: left;
	width: 85px;
	font-weight: bold;
}

.event-date dd {
	margin-left: 85px;
}

.event-list-box h3 {
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%;
	border-bottom: 2px solid black;
	border-top: 4px solid black;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}

.event-list-box .mLink {
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%;
	border-bottom: 2px solid black;
	border-top: 4px solid black;
	padding: 10px 0;
	margin: 0 0 8px 0;
	font-weight: normal;
}

.event-list-box .mLink a {
	color: #000000;
	text-decoration: none;
}
.event-list-box .mLink a:hover {
	color: #828384;
}

.event-list  {
	line-height: 1.8;
	margin-top: 8px;
}

.event-list a {
	text-transform: uppercase;
	color: #c00418;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 10px 0;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right 3px;
}

.event-list a:hover {
	color: #c00418;
}

.event-list > .trenner {
	border-bottom: 2px solid black;
	width: 75px;
	height: 0;
	padding-top: 6px;
}

.content-right .title h3 {
	font-family: 'Bodoni W01 Poster',serif;
	text-align: center;
	font-size: 250%;
	font-weight: normal;
	margin: 16px 0 9px 0;
	text-transform: uppercase;
}


/* Act Details */
.act.has-right {
    margin-right: 200px;
}

.act-right {
    float: right;
    width: 200px;
}

.act-right .colswap {
    margin-left: 20px;
}

.act-details {
    margin: 15px 0px 0px;
}


/* Ensemble */
#ensemble {
}

.ensemble-main .ensemble-sections {
	padding-top: 20px;
}

.ensemble-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
}

.ensemble-subtitle {
    color: #a6a7a9;
    font-size: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.ensemble-subtitle.acts {
    margin: 30px 0px 10px;
}

.ensemble-subtitle-big {
	color: #000000;
	font-family: 'Bodoni W01 Poster',serif;
    margin: 30px 0px 10px;
    font-size: 180%;
	line-height: 1.0;
}

.ensemble .teaser {
    margin: 10px 0px 10px;
}

.ensemble.has-right {
    margin-right: 200px;
}

.ensemble li a {	/* so lassen */
	color: #000000;
	text-decoration: none;
}

.ensemble-right {
    float: right;
    width: 200px;
}

.ensemble-right .colswap {
    margin-left: 20px;
}

.ensemble-right .menu-right {
    margin-top: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px 0px;
}

.ensemble-right .menu-item {
    padding: 5px 10px;
    text-align: right;
}

.ensemble-right .menu-item a {
    display: block;
    color: #000;
    text-decoration: none;
}

.ensemble-right .menu-item a:hover {
    color: #c4c4c4;
}

.ensemble-right .menu-item.active a {
    font-weight: bold;
}

#ensemble .ensemble-sections .content-column {
    width: 33%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#ensemble .content-column-wrap.border-top {
    padding: 10px 0px 0px;
}

#ensemble .content-column-wrap {
    margin-right: 20px;
}

.ensemble-section {
    font-size: 100%;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.actor-title {
    font-family: Arial, sans-serif;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.actor-title a:hover {
	color: #C00418;
}

.actor-subtitle {
    color: #a6a8a9;
    font-size: 100%;
    margin: 4px 0px 0px;
    line-height: 1;
}


/* Footer */
.footer {
    margin: 70px 0px 0px
}

.footer.has-right {
    margin-right: 200px;
}

.footer.border-top {
    padding: 8px 0px 0px;
}

.footer .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
    vertical-align: top;
}

.footer .menu .menu-item a {
    background: none;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer .menu .menu-item.print a {
    background: url(/bilder/layout/icon-print.png) no-repeat;
    padding: 0px 0px 0px 25px;
}

.footer .menu .menu-item.topLink {	/* so lassen */
	float: right;
}


/* Premieres */
#premieres {
}

#premieres .premiere-sections .content-column {
    width: 25%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#premieres .content-column-wrap.border-top{
    padding: 10px 0px 0px;
}

#premieres .content-column-wrap {
    margin-right: 20px;
}

.premiere {
	background: url(/bilder/layout/bg-event-item.jpg) no-repeat;
    padding: 3px 0px 0px;
    margin: 10px 0px 25px;
}

.premiere.withCard {
	margin-bottom: 20px;
}

.premiere:first-child {
    background: none;
    padding: 0px;
}

.premiere-section {
    font-size: 120%;
    font-family: 'Bodoni W01 Poster', serif;
    margin: 0px;
    padding: 10px 0px 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.premiere-title {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1.2;
}
.premiere-title a {
	text-decoration: none;
	color: #000;
}
.premiere-title a:hover {
	text-decoration: none;
	color: #828384;
}

.premiere-subtitle {
    color: #a6a8a9;
    font-size: 100%;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    line-height: 1;
}

.premiere-create-date {
    color: #a6a8a9;
    margin: 10px 0px 0px;
}

.premiere-location {
    color: #a6a8a9;
}

.premiere-links {
    margin: 5px 0px 0px;
}

.premiere-links a {
    color: #c00418;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
	background: url(/bilder/layout/arrow-right-red.png) no-repeat right center;
    padding-right: 15px;
}


/* News */
.news {
    margin: 20px 0px;
}

.content-right .news {
	margin-top: -3px;
	margin-bottom: 13px;
}

.news-main {
	padding: 0px 0px 30px;
    margin: 0px 0px 13px;
    background: url(/bilder/layout/bg-event-item.jpg) no-repeat left bottom;
}

.content-right .news-main {
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.news-create-date {
    color: #828384;
    font-size: 100%;
}

.news-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 5px 0px 0px;
    line-height: 1;
}

.news-title-grey {
	color: #a6a8a9;
	font-size: 110%;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	line-height: 1.2;
}

.news-details,
.news-details-right {
    margin: 20px 0px 0px;
	display: inline-block;
}

.news-details h2,
.sponsors ul li h2,
.event-plan ul li h2,
#mediathek .content-main h2 {
	color: #a6a8a9;
	font-family: Arial,sans-serif;
	font-size: 120%;
	margin: 0 0 5px;
}

.news-details-right {
	margin-top: 5px;
}

.news-details-right p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.news-image {
    max-width: 180px;
    height: auto;
    float: left;
    margin: 0px 25px 5px 0px;
}


/* Preview */
/*---------------------------------*/
.previewBlock {
	width: 800px;
	padding: 15px;
}

.previewTxtTop {
	margin-top:15px;
}

.previewBlock h1 {
	font-size: 180%;
	line-height: 1;
	margin: 10px 0;
}

.previewBlock h2 {
	font-family: Arial,sans-serif;
	color: #a6a8a9;
	font-size: 140%;
	font-weight: normal;
	line-height: 1;
	margin: 5px 0;
}


/* Logo */
/*---------------------------------*/
.logo-sidebar {
	max-width: 180px;
    width: 100%;
    max-height: 182px;
}

.logo-sidebar img {
    max-width: 100%;
    height: auto;
}


/* Social Buttons */
/*---------------------------------*/
.social-buttons {
     position: absolute;
     right: -40px;
     top: 120px;
}

.social-buttons a img {
    border: none;
}

.social-buttons ul {
    list-style: none;
}

.social-buttons ul li.social-button-facebook {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.social-buttons ul li.social-button-xing {
    width: 40px;
    height: 40px;
}


/* Menus */
/*---------------------------------*/

/* Social Nav */
#socialnav {
    position: fixed;
    right: 0px;
    top: 70px;
    z-index: 400;
    width: 35px;
}

#socialnav .socialmenu {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#socialnav .socialmenu .social-icon > a {
    display: block;
    width: 35px;
    height: 35px;
}

#socialnav .socialmenu .social-icon {
    background: url(/bilder/layout/social-menu-icons.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px;
    position: relative;
}

#socialnav .socialmenu .social-icon.menu {
    display: none;
}


#socialnav .socialmenu .social-icon.share {
    background-position: 0px -153px;
    overflow: hidden
}

#socialnav .socialmenu .social-icon.share:hover {
    background-position: 0px -153px;
    overflow: visible;
}

#socialnav .socialmenu .social-icon.share .addthis_button_compact {
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px;
    display: block;
}

#socialnav .socialmenu .social-icon.share .addthis_button_compact span {
    background: none !important;
}


/* AddThis Overrides */
#at15s {
    position: fixed !important;
    top: 184px !important;
    right: 35px;
    left: auto !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    border-radius:0px !important;
}

#at15s a,
.atm-s a, 
#at_hover.atm-s a,
#at_hover.atm-s .at_bold {
    color: #fff !important
}

#at20mc.ipad #at_hover .at_item:hover {
    background:#f00!important;
}

.atm-i {
    background: #000 !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-box-shadow: 0px 0px 0px transparent !important;
    -webkit-box-shadow: 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px transparent !important;
    border-radius:0px !important;
    border-color: #000 !important;
}









/* Top Nav */
#topnav {
    background: #000;
    position: absolute;
    z-index: 10;
}

#topnav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.topmenu {
    text-align: center;
}

.topmenu li {
    display: inline-block;
    vertical-align: top;
}

.topmenu li a {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
	text-decoration: none;
}

.topmenu li a:hover,
.topmenu li a:focus {
    color: #ffdf00;
    text-decoration: none;
}

.topmenu li a.language {
    color: #ffdf00;
    position: absolute;
    right: 0px;
}


/* Main Menu */
ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li.first {
}

ul.menu li.menu-item {
    margin: 0;
    text-align: center;
}

ul.menu li.menu-item a {
    display: block;
    padding: 3px 0px 7px;
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    color: #000;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.4;
}

ul.menu li.menu-item a:hover {
    color: #c4c4c4;
    text-decoration: none;
}

ul.menu li.active a {
    color: #000;
    background: #ffdf00;
    padding: 5px 0px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.last {
}

.mainmenu {
    background: url(/bilder/layout/border-top.jpg) repeat-x bottom;
    min-height: 8px;
    padding-bottom: 10px;
}

ul.menu li.menu-item a.menu-title {
	font-weight: normal;
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 10px;
}

ul.menu li.menu-item a {
    display: block;
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 8px 0px;
    color: #000;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.4;
}

ul.menu li.menu-item:last-of-type a {
	background: none;
}

ul.menu li.menu-item a:hover {
	color: #c4c4c4;
    text-decoration: none;
}

ul.menu li.active a {
    background: #ffdf00;
    padding: 8px 0px;
	position: relative;
	top: -2px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.active a.menu-title {
    background: #ffdf00 url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 4px 0px;
    font-weight: bold;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu li.active li a {
	background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 8px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.active li a.menu-title {
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 8px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.menu-item li.active a {
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 10px 0px;
    font-weight: bold;
    border: none;
}

ul.menu li.menu-item li.active li a {
    background: url(/bilder/layout/menu-item-line.gif) no-repeat bottom center;
    padding: 10px 0px;
    font-weight: normal;
    border: none;
}

ul.menu li.menu-item li.active a.menu-title,{
    background: url(/bilder/layout/arrow-bottom-black.png) no-repeat 160px center;
    padding: 10px 0px;
    font-weight: bold;
    border: none;
}

ul.menu li.active a:hover {
    color: black;
}

ul.menu li.active li a:hover {
	color: #828384;
}
ul.menu li.active li.active a,
ul.menu li.active li.active li.active a,
ul.menu li.menu-item ul.level1 li a.ensembleActive {
	font-weight: bold;
}

ul.menu ul.level1 {
    background: #f5f5f5;
	border-top: none;
    border-bottom: 2px solid black;
	position: relative;
	top: -2px;
}

ul.menu ul.level1 ul.level2 {
    background: white;
	margin: 0 10px;
	border-top: 2px solid black;
    border-bottom: 2px solid black;
	position: relative;
    top: -4px;
}

/*
ul.menu li:last-of-type a,
ul.menu ul.level1 li:last-of-type a,
ul.menu ul.level1 ul.level2 li:last-of-type a {
    background: none;
}

ul.menu li.active:last-of-type a {
	background: #ffdf00;
}
*/





/* Submenu */
/*ul.submenu level0 {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 30px;
    left: 332px;
}*/

/*.claActive ul.submenu level0 {
    display: block;
    position: absolute;
    top: 30px;
    left: 332px;
    padding: 0;
    margin: 0;
}*/

ul.submenu {
 	display: none;
 	margin: 0px;
 	padding: 0px;
 	position: absolute;
 	top: 30px;
 	left: 332px;
}

ul.submenu li.first {
}

ul.submenu li.submenu-item {
 	background: none;
 	display: block;
 	float: left;
 	margin: 0px 5px;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 12px;
 	font-weight: bold;
 	letter-spacing: 1px;
}

ul.submenu li.submenu-item a {
 	display: block;
 	padding: 3px 0px;
 	width: 129px;
 	color: #000;
 	border-bottom: 2px solid #000;
 	text-decoration: none;
 	background: none;
}

ul.submenu li.submenu-item a:hover {
 	color: #f49e00;
 	text-decoration: none;
 	background: none;
}

ul.submenu li.active a {
 	color: #f49e00;
 	background: none;
 	display: block;
}

ul.submenu li.last {
}


/* Content Menu */
.contentmenu {
    margin-top: -20px;
}

.contentmenu .menu .menu-item {
    display: inline-block;
	margin: 0px;
    padding: 10px 0px;
    width: 24.5%;
    vertical-align: top;
}

.contentmenu .menu .menu-item a {
    background: none;
    padding: 0px;
}

.contentmenu .menu .menu-item.active a {
    font-family: 'Arial Black', Arial, sans-serif;
    border: none;
    padding: 0px;
}


/* Pagination */
.pagination {
	margin-top: -20px;
    border-bottom: 4px solid #000;
    position: relative;
}

.pagination .menu {
    height: 36px;
	position: relative;
    z-index: 2;
}

.pagination.border-top {
    padding-top: 8px;
}

.pagination .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
    vertical-align: top;
}

.pagination .menu .menu-item.prev,
.pagination .menu .menu-item.next {
    position: absolute;
    font-family: 'Bodoni W01 Poster', serif;
    text-transform: uppercase;
    font-size: 140%
}

.pagination .menu .menu-item.prev {
    padding: 5px 0px
}

.pagination .menu .menu-item.next {
    right: 0px;
    padding: 5px 0px;
}

.pagination .menu .menu-item.next .link-text {
    padding: 0px 6px 0px 0px;
}

.pagination .menu .menu-item.prev .link-text,
.pagination .menu .menu-item.prev .month-text {
    padding: 0px 0px 0px 6px;
}

.pagination .menu .menu-item.prev img,
.pagination .menu .menu-item.next img {
    margin: 0px 0px 2px 0px;
}

.pagination .menu .pages-wrapper {
    width: 100%;
}

.pagination .menu .menu-item a {
    background: none;
    padding: 0px;
}

.pagination .pages {
    margin: 0px 0px 0px;
}

.pagination .pages .page { 
    display: inline-block;
}

.pagination .pages .page.active a {
	background: none;
    border-bottom: 2px solid #c00418;
    border-top: none;
    padding: 0px;
    color: #c00418;
    line-height: 1;
	position: relative;
    top: 0px;
}

.jPaginate{
    height: 34px;
    position: relative;
	width: 100%;
}

.jPaginate a {
    cursor: pointer;
    float: left;
	text-decoration: none;
}

.jPag-control-back {
	line-height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.jPag-control-front {
	line-height: 34px;
	position: absolute;
	top: 0px;
	right: 0;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0 4px;
    margin: 10px 0 0 0;
}

ul.jPag-pages li a {
	border-bottom: 2px solid #ffffff;
    float: left;
	line-height: 1;
	padding: 0;
}

a.jPag-current {
	color: #c00418;
    font-weight: bold;
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    font-weight: bold;
    width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	font-family: 'Bodoni W01 Poster',serif;
	font-size: 140%;
	text-transform: uppercase;
    width: 115px;
    text-align: left;
	margin: 0;
	
}

span.jPag-snext,
span.jPag-snext-img {
	font-family: 'Bodoni W01 Poster',serif;
	font-size: 140%;
	text-transform: uppercase;
    width: 115px;
    text-align: right;
	margin: 0;
}

span.jPag-sprevious:hover,
span.jPag-snext:hover {
	color: #c4c4c4;
}

jPag-sprevious img {
	margin: 0 0 2px 0;
}


/* Date Picker */
.date-picker {
    border-bottom: 2px solid #000;
}

.date-picker .menu .menu-item {
    display: inline-block;
    margin: 0px;
    padding: 13px 0px;
	/*width: 21.9px;*/
	width: 2.74%;
    vertical-align: top;
	line-height: 1.2;
}

.date-picker .menu .menu-item .number {
    display: block;
	font-size: 15px;
    color: #a5a7a8;
}

.date-picker .menu .menu-item .day {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
	color: #a5a7a8;
}

.date-picker .menu .menu-item a {
    color: #000;
    padding: 0px 0px;
    line-height: 1.2;
    background: none;
}

.date-picker .menu .menu-item a .number{
    color: #000;
}

.date-picker .menu .menu-item a:hover .day {
    color: #000;
}


/* Event Plan */
.event-plan {
    padding: 0px 0px 10px;
}

.event-plan .event-main,
.event-plan .event-main-big {
    width: 46.5%;
    display: inline-block;
    margin: 0px 17.5px 20px 0px;
    background: none;
	/*padding: 0px 0px 30px;*/
	padding: 0;
    vertical-align: top;
    float: none;
}

.event-plan .events-wrapper {
    margin-left: 25%;
}

.event-plan .event-day .events-wrapper,
.event-plan .event-day .event-create-date,
.event-plan .event-day .event-create-date-big {
    border-top: 2px solid #000;
    padding: 10px 0px 0px;
}

.event-plan .event-create-date,
.event-plan .event-create-date-big {
    position: absolute;
    width: 18%;
    padding: 10px 0px 0px;
}

.event-plan .event-day.first .events-wrapper,
.event-plan .event-day.first .event-create-date,
.event-plan .event-day.first .event-create-date-big {
    border-top: none;
    padding: 10px 0 0;
}

.event-day.big-number .event-create-date .day,
.event-day.big-number .event-create-date-big .day {
    color: #828384;
    font-size: 115%;
}

.event-day.big-number .event-create-date .number,
.event-day.big-number .event-create-date-big .number {
    display: block;
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 500%;
    line-height: 1;
    margin: 0px 0px 0px;
}

.event-day.big-number .event-create-date .number.today,
.event-day.big-number .event-create-date-big .number.today {
    color: #ffe000;
}

.event-plan .event-subtitle {
    font-size: 140%;
    color: #a5a7a8;
}

.event-plan .event-category {
    margin: 20px 0px 4px;
}

.event-main .event-category span,
.event-main-big .event-category span,
.event-plan .event-category span {
    padding: 5px 8px;
    background: #ffe000;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}


/* DIVIDER */
.fullscreen-divider {
    padding: 0;
    margin: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    position: absolute;
    background-attachment: fixed !important;
}

.fullscreen-divider .main {
    height: 100%;
    width: 100%;
}

.divider-text {
    position: absolute;
    margin: 0px auto;
    padding: 30px 40px;
    text-align: center;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.divider-text.top {
    top: 0;
}

.divider-text.middle {
    top: 30%;
}

.divider-text.bottom {
    bottom: 0;
}

.divider-text.light {
    color: #fff;
}

.divider-text.dark {
    color: #000;
}

.divider-text .divider-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

.divider-text .divider-autor {
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

.divider-text .divider-autor.left{
    text-align: left;
}

.divider-text .divider-autor.right{
    text-align: right;
}


/* HEUTE */
#heute {
    background: #fff;
}

#aktuell {
    background: #fff;
}


/* Teaser / Slideshow */
/*---------------------------------*/
#teaser {
}

#teaser .main {
}

#teaser .main-inner {
 	text-align:center;
}

.slideshow {
	position: relative;
	margin: 0 0 1em;
}

.slideshow a {
	text-decoration: none;
	color: #ffdf00;
	font-size: 18px;
	font-weight: bold;
}

.carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slide {
	z-index: 100;
}

.slide img {
	display: block;
}

.slide .picInfo {
	margin: 5px 10px 0 10px;
	color: #828384;
}

.slides-pagination {
	position: absolute;
	bottom: 1em;
	left: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 110;
}

.slides-pagination li {
	display: inline;
}

.slides-pagination a {
	display: block;
	float: left;
	width: 2em;
	margin-right: 5px;
}

.slides-next,
.slides-prev {
	position: absolute;
	bottom: 5px;
	padding: 0 10px;
	z-index: 120;
	font-size: 30px !important;
}

.slides-next {
	right: 0;
}

.slides-prev {
	left: 0;
}

.slides-next.disabled,
.slides-prev.disabled {
	opacity: .5;
	cursor: auto;
}


/* Spotlight */
/*---------------------------------*/
#spotlight {
}

#spotlight .main {
 	margin-top: 20px;
}

#spotlight .main-inner {
 	padding: 0px 56px;
}

#spotlight .spotlight-wrap {
 	border-bottom: 2px solid #000;
 	padding: 0px 0px 20px 0px;
 	text-align:center;
}

.spotlight-wrap p {
 	font-size: 16px;
}

#spotlight #esy_layer {
    position: relative;
    top: 20px;
}


/* Content */
/*---------------------------------*/
#main-body {
	padding: 0px 56px 0px 59px;
 	line-height: 1.5;
}

/* 3 Column Content */
.three-col-wrap {
 	margin: 30px 0px 0px;
}

.three-col-wrap .three-col-column {
 	float: left;
}

.three-col-wrap .three-col-content p{
 margin: 0px;
}

.three-col-wrap .left {
 	padding: 0px 0px 0px 0px;
 	margin-right: 10px;
 	width: 260px;
}

.three-col-wrap .center {
 	border-left: 2px solid #000;
 	padding: 0px 0px 0px 10px;
 	width: 260px;
 	margin-right: 10px;
}
	
.three-col-wrap .right {
 	border-left: 2px solid #000;
 	padding: 0px 0px 0px 10px;
 	width: 250px;
}

/* 2 Column Content */
.two-col-wrap {
 	margin: 30px 0px 0px;
}

.two-col-wrap .two-col-column {
 	float: left;
}

.two-col-wrap .left {
 	padding: 0px 0px 0px 0px;
 	width: 273px;
}

.two-col-wrap .center {
 	padding: 0px 0px 0px 0px;
 	width: 420px;
 	float: left;
 	margin-right: 10px;
}

.two-col-wrap .center h1{
 	line-height: 1.2;
 	margin: -4px 0px 10px 0px;
}

.tabstand {
 	margin-top: 10px !important;
}

.galerie_button { 
 	position: absolute;
 	right: 0px; 
 	color: #000; 
 	font-size: 14px;
}

.galerie_button a { 
 	width: 75px;
 	color: #000; 
 	font-size: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
 	text-align: center;
 	display:inline-block; 
 	background: #fff; 
 	padding: 1px 0px 1px 0px;
}

.galerie_button a:hover,
.galerie_button a:focus {
 	color: #fff;
 	background: #000;
 	text-decoration: none;
}


/* Formular */
/*---------------------------------*/
.formular-trenner {
	border-top: 2px solid #000000;
	padding: 10px 0 0 0;
}

.formular-title {
    font-family: 'Bodoni W01 Poster', serif;
    font-size: 180%;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

p.formular-block {
    font-family: Arial, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
div.formular-block {
    font-family: Arial, sans-serif;
    font-size: 100%;
	line-height: 22px;
	display: inline;
}

.formular-border {
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}

.formular-field {
	margin-right: 10px;
}

.formular-box {
	float: left;
	margin-bottom: 10px;
}

.formular-left {
	width: 385px;
    float: left;
    margin: 0 15px 0 0;
}

.formular-right {
	width: 385px;
	float: left;
    margin: 0 0 0 15px;
}

.formular-button {
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 40px;
	cursor: pointer;
}

.claCheckBoxBorderInaktiv {
	background: transparent url(/bilder/layout/checkbox_inaktiv.gif) no-repeat 0 0px;
	float: left;
}

.claCheckBoxBorderAktiv {
	background: transparent url(/bilder/layout/checkbox_aktiv.gif) no-repeat 0 0px;
	float: left;
}

.inputCheckbox {
	width: 22px;
	height: 24px;
	border: none;
	padding: 0;
	margin-right: 10px;
	opacity: 0;
	cursor: pointer;
}

.floatMargin {
	float: left;
	margin-right: 20px;
}


/* Suche */
/*---------------------------------*/
.searchBox {
	margin-top: 10px;
	text-align: center;
}

.searchBox .inputbox {
	width: 166px;
	margin-bottom: 5px;
}


/* Map */
/*---------------------------------*/
.infoBlase a {
text-decoration: none;
}



/* Footer */
/*---------------------------------*/
#footer {
}

#footer .column {
    width:20%;
    float: left;
}

#footer .colswap {
    margin-right: 20px;
}

#footer .module {
    border-top: 2px solid #000;
}

#footer .footernav {
}

#footer .footernav .menu {
}

#footer .footernav .menu-item {
    text-align: left;
}

#footer .footernav .menu-item a {
    background: none;
    font-size: 100%;
    padding: 0px;
}

#footer .footernav .menu-item.navElement2 a {
	padding: 1px 0px;
}

#footer .footernav .menu-item.first,
#footer .footernav .menu-item.navElement1 {
    font-size: 110%;
    border-bottom: 2px solid #000;
    padding: 5px 0px 5px;
	margin: 0 0 4px 0;
}

#footer .module .title {
    font-size: 110%;
    border-bottom: 2px solid #000;
    padding: 7px 0px 8px;
}

#footer .module .social .content {
    padding: 10px 0px;
    border-bottom: 2px solid #000;
}


/* MODULES */
.module {
	/*margin: 0px 0px 15px;*/
	margin: 0px 0px 30px;
}
.module.border-top {
    background: url(/bilder/layout/border-top.jpg) repeat-x;
    min-height: 8px;
	/*padding: 18px 0px 0px;*/
	padding: 8px 0px 0px;
}


.clabgpEmedia {
	display: none;
    visibility: hidden;
}

.claEdit {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    margin: 0 0 30px 0;
}

.claEditHead{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 5px; 
}

.claSubCat {
	padding-left: 20px;
}

.claEditbar {
	background-color: #dff4b6;
    text-align: right;
    border-top: 1px solid #a9a9a9;
}

/* Thomas Rechte Spalte */
.event-date {
	margin-top: 14px;
	border-top: 2px solid black;
}
.event-date dl {
	overflow: hidden;
	padding: 0;
	line-height: 1.8;
}
.event-date dt {
	float: left;
	clear: left;
	width: 85px;
	font-weight: bold;
}
.event-date dd {
	margin-left: 85px;
}




/* Press */
/*---------------------------------*/

.dnt-login-element {
margin: 0px 10px 10px 0px;
float: left;
}
.dnt-login-element.submit {
margin: 23px 10px 10px 0px;
float: left;
}
.dnt-form-element {
margin: 10px 0px;
}
.dnt-form-element label {
float: left;
width: 160px;
}
#press-photos {

}
/* Mediathek */
/*---------------------------------*/
#mediathek h1 {
	font-size: 180%;
	margin: 0px 0px 10px;
}
.mediathek-main .content-column {
	width: 24.6%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.mediathek-main .content-column-wrap {
	margin: 0 20px 20px 0;
}
.mediathek-title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px;
}
.mediathek-image {
	padding: 2px;
	border: 2px solid #000;
}
.mediathek-image img {
	width: 100%;
	height: auto;
	display: block;
}
.mediathek-image a {
	display: block;
}
/* Tabelle */
/*---------------------------------*/
.tabPrice p,
.tabAbo p {
	margin: 0;
}

.tabPrice th,
.tabAbo th {
    border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	padding: 5px 0;
}

.tabPrice .col1 {
    width: 200px;
    text-align: left;
    line-height: 2.0;
}

.tabPrice .col2,
.tabPrice .col3,
.tabPrice .col4,
.tabPrice .col5,
.tabPrice .col6,
.tabPrice .col7 {
    width: 100px;
    text-align: center;
    line-height: 2.0;
}

.tabAbo th {
    text-align: left;
}

.tabAbo .col1 {
    width: 195px;
    text-align: left;
    line-height: 2.0;
}

.tabAbo .col2,
.tabAbo .col3,
.tabAbo .col4,
.tabAbo .col5,
.tabAbo .col6 {
    width: 117px;
    line-height: 2.0;
}

th .tabHighlight,
td .tabHighlight {
    color: #A6A8A9;
    text-transform: uppercase;
}


.container {
    cursor: pointer;
    height: 440px;
    overflow: hidden;
    position: relative;
    width: 800px;
}
.slides {
    left: 0;
    position: absolute;
    top: 0;
}
.slides div {
    display: none;
    position: absolute;
    top: 0;
    width: 800px;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#loopedSlider {
    clear: both;
    margin: 18px auto;
    position: relative;
    width: 800px;
}
ul.pagination {
    list-style-type: none;
    margin: 9px auto;
    padding: 0;
    width: 90px;
}
ul.pagination li {
    float: left;
    margin: 0 5px;
}
ul.pagination a {
    background-image: url("https://www.jboss.org/dms/testimages/images/pagination.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
ul.pagination li.active a {
    background-position: 0 -12px;
}
a.previous {
    left: 10px;
    position: absolute;
    top: 403px;
}
a.next {
    position: absolute;
    right: 10px;
    top: 403px;
}

.konzertebox {
    min-height: 225px;
}

.konzertebox .konzertslider {
    width: 315px;
    float:left;
}
    
.konzertebox .konzertcontent {
    width: 55%;
    margin-left: 340px;
}

.yellowBG {
	background-color: #ffdf00;
}

select.paginationSpielplan {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("/bilder/layout/arrow-bottom-black.png");
	background-position: right;
	padding-right: 15px;
	border: none;
	font-family: 'Bodoni W01 Poster', serif;
	font-size: 140%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
}
.pagination.archiv {
    margin-bottom: 20px;
}
.gastSpielOrt {
    display: none;
}
.story h2 > a {
    color: inherit !important;
}