/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:12px sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 0; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { text-decoration:none; }
a:hover { color: #fff; }


/* Primary styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3e3e3e;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%; 
	height: 100%; 
}

.formular{
    overflow-x:hidden;
}

.formular #maincontent {
    width:934px;
}
.formular .headline-box{
    background-color: #FFFFFF;
    display: block;
    float: left;
    padding: 15px;
    width: 934px;
    margin-bottom: 2px;
}


/* Fontsize 2 */
body.fontsize2  {
  font-size:14px;
  line-height:16px;
}

body.fontsize2 #maincontent a  {
  font-size:14px!important;
}

body.fontsize2 #maincontent .filter a,
body.fontsize2 #maincontent .pagingtop a {
	font-size:12px!important;
} 


/* Fontsize 3 */
body.fontsize3  {
  font-size:16px;
  line-height:19px;
}

body.fontsize3 #maincontent a  {
  font-size:16px!important;
}

body.fontsize3 #maincontent .filter a,
body.fontsize3 #maincontent .pagingtop a {
	font-size:12px!important;
} 

body.fontsize3 p.telefon {
  margin:0 0 0 20px!important;
}

em { 
	font-style: italic;
}


/* Pagewrap */

#container {
	display:block;
	width:964px;
	margin: 0 auto;
	height:100%;
}

/* Header */

header {
	width:964px;
	height:150px;
	margin:0;
}


#logo {
	display:block;
	width:225px;
	float:left;
	margin:0 2px 0 0;
	height:130px;
}

/* Topnavi */

#topnavi {
	position:relative;
	display:block;
	width:737px;
	height:22px;
	float:right;
	margin-top:8px;
	border-bottom:1px solid;
	font-weight:bold;
	font-size:11px;
}

#topnavi li {
	float:left;
	display:inline;
	padding:0 19px 0 0;
	margin:0;
}

#topnavi li a, #topnavi li a:visited {
	text-decoration:none;
}

#topnavi a:hover {
	color:#fff!important;
}

#topnavi li.active a {
	color:#fff!important;
	padding-bottom:4px;
	border-bottom:4px solid;
}



/* Topnavi: Größenwahl */

#fontsize {
	position: absolute;
	display:block;
	width:50px;
	top:0px;
	right:-15px;
}

#fontsize a.size1 {
	font-size:10px;
}

#fontsize a.size2 {
	font-size:12px;
	padding-left:2px;
}

#fontsize a.size3 {
	font-size:14px;
}

#fontsize a.active {
	color:#fff!important;
}


/* Hauptnavi */

#hauptnavi {
	position:relative;
	display:block;
	float:right;
	width:737px;
	height:20px;
	margin:40px 0 30px 0;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

#hauptnavi li {
	float:left;
	padding:0 15px 0 0;
	display:inline;
	margin:0;
}

#hauptnavi a, #hauptnavi a:visited {
	text-decoration:none;
}

#hauptnavi a:hover {
	color:#fff;
}

#hauptnavi li.active a {
	color:#fff!important;
}

#hauptnavi li.pressemit {
	z-index:1;
	position:relative;
	padding:0 30px 0 0;

}

#hauptnavi li.pressemit:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:4px;
   right:6px;
   width:20px;
   height:15px;
   background:url(/res/image/Icons_MM2.png) no-repeat; 
   background-position:-5px -310px;
}


/* Subnavi */

#subnavi {
	display:block;
	width:525px;
	height:	15px;
	float:right;
	text-align:right;
	padding:7px 92px 7px 0;
	font-size:11px;
}

#subnavi li {
	display:inline;
	margin:0;
	padding-left:23px;
}

#subnavi a, #subnavi a:visited {
	color:#fff;
	text-decoration:none;
}

#subnavi a:hover {
	color:#fff;
}

#subnavi a.kundenlogin {
	color:#fff;
	background:url(/res/image/icons_MM.png) no-repeat;
	background-position:0px -144px;
	padding-left:25px;
}

#subnavi a.kundenlogin:hover {
	background-position:0px -124px;
}

#subnavi a.warenkorb {
	color:#fff;
	background:url(/res/image/icons_MM.png) no-repeat;
	background-position:0px -105px;
	padding-left:25px;
}

#subnavi a.warenkorb:hover {
	background-position:0px -85px;
}


/** Content */

#main {
	width:964px;
	display:block;
	float:left;
	display:inline;
}

/** Content: Navibox Links  */

#navibox {
	display:block;
	width:225px;
	float:left;
	margin-right:2px;
}

.hotline {
	color:#fff;
	padding:15px;
	width:195px;
	display:block;
	margin-bottom:2px;
}

/*.hotline h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
}*/
.hotline div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
}

.navibox_container {
	background-color: #fff;
	padding:15px;
	width:195px;
	margin-bottom:2px;
}

.navibox_container h3.subline {
	margin-bottom:7px!important;
}

.suchbox {
	padding-bottom:28px;
	border-bottom: solid 2px #3e3e3e;
	height:47px;
}

.suchboxpresse {
	height:35px;
}

a.backlink,
a.backlink:active,
a.backlink:hover,
a.backlink:visited,
a.nextlink,
a.nextlink:active,
a.nextlink:hover,
a.nextlink:visited {
  color:#3e3e3e;
  cursor:pointer;
}

.backlink:before {
  content:"< ";
}

.nextlink:before {
  content:"> ";
}

ul.seitennavi {
	list-style:none;
}

ul.seitennavi li {
	margin-bottom:5px;
	margin-right:21px;
}

ul.seitennavi li a, ul.seitennavi li a:active, ul.seitennavi li a:visited  {
	color:#3e3e3e;
	font-weight:normal;
}

ul.seitennavi li.active a, ul.seitennavi li.active a:hover, ul.seitennavi li.active a:visited,
ul.sprachen li.active { 
	font-weight:bold; 
}

ul.seitennavi.veranstjahr li {margin-left: 20px}
ul.seitennavi.veranstkal {margin-top:6px}
ul.seitennavi.veranstkal>li {font-size: 120%}

ul.sprachen {
	list-style:none;
	margin:15px 0 0 0;
}

ul.sprachen li {
	margin-bottom:5px;
	cursor:pointer;
}

ul.sprachen img {
	margin-right:5px;
}

/** Content: Navibox Links Presse */

ul.pressenavi {
	list-style:none;
}

ul.pressenavi li {
	margin-bottom:5px;
}

ul.pressenavi li a, ul.pressenavi li a:active, ul.pressenavi li a:visited  {
	color:#3e3e3e;
}

ul.pressenavi li a:hover  {
	color:#e1bd8d;
}

ul.pressenavi li.active a {
	color:#e1bd8d;
}

ul.pressenavi ul {
	list-style:none;
	margin:8px 0 15px 10px;
}

ul.pressenavi ul li.active a {
	color:#3e3e3e;
	font-weight:bold;
}

/** Content: Navibox Links Filterliste Künstleragentur */

ul.filterliste {
	list-style:none;
	margin:10px 0 0px 0;
}

ul.filterliste li {
	margin:0 0 5px 0;
}

ul.filterliste li a, ul.filterliste li a:active, ul.filterliste li a:visited  {
	color:#3e3e3e;
}

ul.filterliste li a:hover  {
	color:#3e7a9c;
}

ul.filterliste li.active a {
	color:#3e7a9c;
	font-weight:bold;
}

ul.filterliste ul {
	list-style:none;
	margin:8px 0 8px 10px;
}

ul.filterliste ul li.active a {
	color:#3e7a9c;
	font-weight:bold;
}




/** Content: Navibox Links Ende  */


/* Content Home: Box Mitte  */

#maincontent {
	float:left;
	display:block;
	width:615px;
	background-color:#fff;
	padding:15px;
}

h1.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal!important;
	line-height:1.2;
	margin:0;
}
h1.mainheader .subheader{
    font-size: 80%;
}

h2.header, h1.header, .tabheaders, div.header {
	display:block;
	width:100%;
	font-size:12px;
	position:relative;
	color:#3e3e3e!important;
	border-top:2px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	padding:6px 0 6px 0;
	clear:both;
}

div.header {
    font-weight:bold;
}

h2.mkd.header{
    color: #1c99a4!important;
    border-color: #1c99a4;
}


h2.headerlink {
	display:block;
	width:290px;
	font-size:12px;
	position:relative;
	color:#fff!important;
	background:#8ca6b4;
	padding:6px 0 6px 10px;
	margin:15px 0 15px 0;
	clear:both;
}

.noclear {
	clear:none!important;
}

.leftclear {
	clear:left!important;
}

h2 .filter {
	float:right;
}

h2 .filter a {
	font-weight:normal;
	color:#3e3e3e!important;
}

h2 .filter a.activ {
	font-weight:normal;
	color:#3e3e3e!important;
}


h2.notop {
	border-top:none;
}

h2.subline, div.subline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
}

h3.subline {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
	color:#3e3e3e;
}


h3.subline a:hover {
	color:#b1b1b1;
}

h2.subteam, h3.subteam {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
	margin:2px 0 7px 0;
	color:#3e3e3e;
}

h3.subpresse {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
	margin:2px 0 7px 0;
	color:#3e3e3e;
	min-height:35px;
}

h3.subagentur {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
	margin-bottom:5px;
}

h3.subagentur a:hover {
	color:#3e3e3e;
}

h2.subline.mkd a{
    color: #1c99a4;
}


#maincontent h2.header, h1.header, .tabheaders, div.header {
	margin:15px 0 15px 0;
}

#maincontent a:hover { color: #3e3e3e; }

a.sublink {
	font-size:11px;
	line-height:12px;
}

a.sublink:hover {
	color:#3e3e3e;
}

a.detail {
	color:#3e3e3e;
}

a.email, a.email:active, a.email:visited {
	color:#3e3e3e;
	text-decoration:underline;
	font-size:12px!important;
}

a.email:hover {
	text-decoration:none;
}

a.extern:hover {
	color:#3e3e3e;
}

.fontsize2 a.email, .fontsize2 a.email:active, .fontsize2 a.email:visited {
	font-size:14px!important;
}

.fontsize3 a.email, .fontsize3 a.email:active, .fontsize3 a.email:visited {
	font-size:16px!important;
}


p.copykursiv {
	margin-top:-5px;
	font-size:11px;
	color:#666666;
	font-style:italic;
	line-height:18px;
}

.fontsize2 p.copykursiv {
	font-size:14px;
	line-height:20px;
}

.fontsize3 p.copykursiv {
	font-size:16px;
	line-height:22px;
}

p.copygrau {
	margin-top:-5px;
	font-size:11px;
	color:#666666;
	line-height:15px;
}

p.copygrau2 {
	margin-top:0px;
	font-size:11px;
	color:#666666;
	line-height:15px;
}

p.boxfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal!important;
	font-size:14px;
}

p.bildsub {
	margin:5px 0 10px 0;
}



/* Content Home: Featured Slider */

#featured_slider {
	position:relative;
	height:410px;
}

#featured_slider ul li {
	width:615px;
	height:400px;
	display:none;
}


#cycler li {
	display:none;
    background-color:#fff;
}

#featured_slider ul li {
	position:relative;
	left:0;
	background:#000;
	float:left;
	list-style: none;
}

#featured_slider .thumbs {
	position:absolute;
	z-index:20;
	top:25px;
	right:18px;
}
	
#featured_slider .thumbs a {
	display:block;
	margin-right:5px;
	float:left;
	width:12px;
	height:20px;
	text-decoration:none;
	background:url(/res/image/icons_MM.png) no-repeat;
	background-position:0px -420px;
}

#featured_slider .thumbs .activeSlide {
	background-position:0px -400px;
}

#featured_slider .navprev, #featured_slider .navnext {
	position:absolute;
	bottom:30px;
	z-index:21;
	text-indent: -99999px;
	overflow: hidden;
	width: 20px; 
	height: 20px;
	cursor:pointer;
	display:none;
}

#featured_slider .navprev {
	background:url(/res/image/icons_MM.png) no-repeat; background-position:-28px 0px;
	left:20px;
}

#featured_slider .navnext {
	background:url(/res/image/icons_MM.png) no-repeat; background-position:-28px -40px;
	right:22px;
}

.slider_text {
	position:absolute;
	top:20px;
	left:20px;	
	z-index:3;
	color:#fff;
}

.slider_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal!important;
	line-height:1.1;
	font-size:30px;
	margin-bottom:4px;
	width:280px;
}

.slider_text a, .slider_text a:active, .slider_text a:hover, .slider_text a:visited {
	color:#fff!important;
}

.slider_text.grau a, .slider_text.grau a:active, .slider_text.grau a:hover, .slider_text.grau a:visited {
	color:#3e3e3e!important;
}

.slider_copy {
	width:220px;
	margin-top:30px;
}

/* Content Home: Teaserslider  */

.teaserbox {
	float:left;
	width:110px;
	height:80px;
	margin-bottom:20px;
}

.teaserfeld {
	display:block;
	width:110px;
	height:37px;
	margin-bottom:5px;
	text-align:center;
	padding-top:22px;
	color:#fff;
}

.slider  {
	position: relative;  
	float:right;
	width:477px;
	height:58px;
}
	              
.slider a.prev, .slider a.next {
	display: block;
	float: left;
	width: 20px;
	height: 25px;
	margin-top:18px;
	text-decoration: none;
}

.slider a.next {
	background:url(/res/image/icons_MM.png) no-repeat;
	background-position:0px -40px;
	margin-left:10px;
}
 
.slider a.prev {
	background:url(/res/image/icons_MM.png) no-repeat;
	background-position:0px 0px;
	margin-right:10px;
}
 
.slider a:hover, .slider a:active {
	border: none;
	outline: none;
}
                 
.slider .sliderbox {
	border: none;
	float: left;
	background: none;
	position: relative;
	visibility: hidden;
	height:90px;
	left: -5000px;
}

.slider ul {
        margin: 0;
}
		
.slider li img, 
.slider li p {
	background-color: #fff;
	width: 90px;
	height: 58px;
	margin: 0 7px 3px 7px;
	line-height:13px;
}

.ie7 .slider li img {
	margin-bottom:6px;
}

/* Content Home: Tabs  */

.tabcontainer {
	margin-bottom:15px;
	min-height:160px;
}

.tabheaders ul li {
	color:#3e3e3e;
	margin-right:20px;
	display:inline;
	list-style:none;
	cursor:pointer;
}

.tabheaders ul li.tabactive {
	font-weight:bold;
	color:#3e3e3e;
	padding-bottom:4px;
	border-bottom:3px solid #3e3e3e;
}
.tabheaders ul li.onlyonetab {
	font-weight:bold;
	color:#3e3e3e;
	padding-bottom:4px;
}


.tabbox {
	display: none;
}

.tabbox.visible {
	display: block;
}

.bildfeld {
	float:left;
	width:125px;
	margin:-3px 15px 0 0;
	color:#fff;
}

.bildapp {
	float:left;
	width:82px;
	margin:-3px 15px 0 0;
	color:#fff;
}

/* Content Home: Tabs Facebook Fan Box  */


.fb-like-box {
	margin-top:-14px;
	border-bottom:1px solid #b1b1b1;
}


/* Content: Template 1 */

.teaserfeld.feldgross {
	width:195px;
	height:71px;
	margin-bottom:5px;
	padding-top:55px;
	color:#fff;
}


/* Content: Paging */

.pagingtop {
  position:relative;
  text-align:center;
  display:block;
  height:22px;
  border-bottom: 1px solid #3e3e3e;
  margin:-8px 0 15px 0;
  font-size:12px;
}

.pagingbottom {
  position:relative;
  text-align:center;
  display:block;
  height:15px;
  border-top: 1px solid #3e3e3e;
  margin:8px 0 -8px 0;
  padding-top:5px;
}


.pageprev, .pagenext {
	position:absolute;
	top:-2px;
	text-indent: -99999px;
	overflow: hidden;
	width: 20px; 
	height: 17px;
	cursor:pointer;
}

.pagingbottom .pageprev, .pagingbottom .pagenext {
	top:5px;
}

.pageprev {
	background:url(/res/image/Icons_MM2.png) no-repeat; background-position:-5px -240px;
	left:0px;
}

.pagenext {
	background:url(/res/image/Icons_MM2.png) no-repeat; background-position:5px -260px;
	right:0px;
}


.pagingtop a, .pagingbottom a {
	color: #3e3e3e!important;
}

h2.paging {
	border-top:1px solid #3e3e3e;
	border-bottom:2px solid #3e3e3e;
}

/* Content Künstleragentur Linkliste */

ul.linkliste {
	list-style:none;
}

ul.linkliste li {
	position:relative;
	margin:0px 0 5px 0;
	padding:4px 0 9px 0;
	border-bottom:1px solid #b1b1b1;
}

.container_drittel ul.linkliste {
	margin-top:-2px;	
}

.container_drittel ul.linkliste li {
	padding:2px 0 6px 0;	
}

.container_drittel ul.linkliste li.last {
	border-bottom:none;
}

ul.linkliste li a, ul.linkliste li a:active, ul.linkliste li a:visited  {
	color:#3e7a9c;
}

ul.linkliste li a:hover  {
	color:#3e3e3e;
}

ul.linkliste ul {
	list-style:none;
	margin:8px 0 15px 10px;
}

ul.linkliste ul li.active a {
	color:#3e3e3e;
	font-weight:bold;
}

.mehrinfo {
	position:absolute;
	top:0px;
	right:0px;
	text-indent: -99999px;
	overflow: hidden;
	width: 30px; 
	height: 25px;
	cursor:pointer;
	background:url(/res/image/Icons_MM2.png) no-repeat; 
	background-position:2px -280px;
}

.mehrinfo2 {
	position:absolute;
	top:-8px;
	right:5px;
	text-indent: -99999px;
	z-index:20;
	overflow: hidden;
	width: 30px; 
	height: 25px;
	cursor:pointer;
	background:url(/res/image/Icons_MM2.png) no-repeat; 
	background-position:2px -280px;
}

.viertel_rechts .mehrinfo2 {
	right:-12px;
}

/* Content: Container  */

.borderbottom {
	padding-bottom:29px;
	margin-bottom:15px;
	border-bottom: 1px solid #3e3e3e;
}

.borderbottom2 {;
	border-bottom: 1px solid #b1b1b1;
}

.borderbottom2 img {
	margin-bottom:10px;
}

.borderbottomhoch {
	padding:8px 0 20px 0;
	margin-bottom:15px;
	border-bottom: 1px solid #3e3e3e;
}

.container_zweidrittel {
	display: block;
	width:407px;
	margin:0 0 10px 0;
	padding:0;
}

.schmal {
	width:390px!important;
}

.container_halb {
	display: block;
	width:300px;
	margin:0 0 10px 0;
}

.container_drittel {
	display: block;
	width:195px;
	margin:0 0 10px 0;
	padding:0;
}

.container_viertel {
	display: block;
	position:relative;
	width:158px;
	margin:0 0 10px 0;
	padding:0;
}

.container_map {
	margin-bottom:8px;
}

.drittel_links {
	float:left;
	margin-right:15px;
}

.drittel_mitte {
	float:left;
	/*margin:auto;
	height:126px;*/
}

.drittel_rechts {
	float:right;
}

.viertel_rechts {
	float:right;
	width:141px;
}

.rechts { 
	float:right; 
}

.links { 
	float:left;
}

.last:after {
	padding-top:5px;
}

.breiter {
	width:407px!important;
	
}

.container_viertel a, .container_viertel p {
	padding-right:5px;
}

.top {
  height:auto;
}

.fontsize2 .top {
	height:auto;
	min-height:80px;
}

.fontsize3 .top {
	height:auto;
	min-height:100px;
}

.bottom {
  height:auto;
  margin-bottom:10px;
}

.fontsize2 .bottom {
	height:auto;
}

.fontsize3 .bottom {
	height:auto;
	min-height:85px;
}

.drittel_rechts .top {
  text-align:right;
}

.ausverkauft { text-align:left; }

.topmargin h1 {
	margin-bottom:13px;
}

.bottommargin {
	margin-bottom:20px;
}

.nomargin {
	margin:0px 0 0 0!important ;
}

.bottompadding {
	margin-bottom:7px;
}

.toppadding {
	padding-top:8px;
}

.toppadding2 {
	padding-top:13px;
}

.trenner, .trenner2, .trenner3, .trenner4 {
	font-size:1px;
	height:13px;
}

.trenner {
	border-top:1px solid #b1b1b1;
	clear:both;
}

.trenner2 {
	border-top:2px solid #b1b1b1;
	clear:left;
	margin-top:25px;
}

.trenner3 {
	border-top:1px solid #b1b1b1;
	clear:left;
	margin-top:25px;
}

.trenner4 {
	border-top:1px solid #b1b1b1;
	clear:left;
	margin-top:17px;
}

.agentur .trenner {
	margin-bottom:-5px;
}

.container_zweidrittel .trenner {
	clear:left!important;
	margin-top:16px;
}

.gallerybox {
	border-top:1px solid #fff;
	padding-bottom:10px;
}

.gallerycell {
	padding:0 0 1px 0;
	background:#e6e6e6;
	width:32.9%;
	height:65px;
	float:left;
	text-align:center;
	border-bottom:1px solid #fff;
}

.gallerycell img {
	margin:5px 0 0 0;
}

.gallerycell.mitte {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

/* Content: Detailseite */

p.kurz_text, div.kurz_text {
  height:95px;
  overflow:hidden;
}

p.lang_text, div.lang_text {
  height:auto;
}
div.kurz_text, div.lang_text{
    margin-top: 1em;
    margin-bottom: 1em;
}
.fb-like {
	margin-top:10px;
}

.cdbox { height:65px; }

.cdbox a, .cdbox a:active, .cdbox a:visited {
	color:#3e3e3e;
}

img.hoerprobe, img.cd, img.konzertempfehlung { clear:left; float:left; padding: 0 8px 70px 0; }

img.hoerprobe { padding-bottom:20px; }

img.cd { padding-bottom:20px;height:45px; }

img.konzertempfehlung { padding-bottom:0; margin-bottom:5px; }

img.amazon { margin-top:8px; }

.contentitem.details p {
  margin:13px 0;
}

.contentitem.details p.saal,
.contentitem.details p.abo {
  margin:0;
}

p.mehr_lesen,
p.weniger_lesen,
p.saal,
p.gasteig,
p.abo {
  background:url(/res/image/Icons_MM2.png) no-repeat;
  padding:3px 0 1px 22px;
  width:180px;
  height:16px;
  margin:0;
}


.fontsize2 p.gasteig,
.fontsize2 p.abo {
  padding:2px 0 5px 20px;
}

.fontsize2 .top p {
  line-height:1.1!important;
}

.fontsize3 .top p {
  line-height:1.1!important;
}


.fontsize3 p.gasteig,
.fontsize3 p.abo {
  padding:2px 0 5px 20px;
}


p.mehr_lesen,
p.weniger_lesen {
  font-weight:bold;
  cursor:pointer;
  margin-left:-4px!important;
}

p.mehr_lesen {
  background-position:0 -38px;
}

p.mehr_lesen:after {
  content:'mehr lesen';
}

p.mehr_lesen.weniger_lesen {
  background-position:0 -58px;
}

p.mehr_lesen.weniger_lesen:after {
  content:'weniger lesen';
}

ul.weitere_optionen {
  list-style:none;
}

ul.weitere_optionen li {
  background:url(/res/image/Icons_MM2.png) no-repeat;
  padding: 4px 0 0 28px;
  cursor:pointer;
}

ul.weitere_optionen li.download {
  background-position:0 -123px;
  padding-top:0;
}

ul.weitere_optionen li.empfehlen {
  background-position:0 -138px;
}


ul.weitere_optionen li.gefaellt {
  background-position:0 -160px;
}

ul.weitere_optionen li.speichern {
  background-position:0 -180px;
}

ul.weitere_optionen li.merken {
  background-position:0 -200px;
}

ul.weitere_optionen li.list_trenner {
  padding: 5px 0 0 0;
  border-bottom:1px solid #878787;
}

ul.weitere_optionen li a,
ul.weitere_optionen li a:hover,
ul.weitere_optionen li a:visited {
  text-decoration:none;
  color:#3e3e3e;
}

li.socialsharing {
	display:none;
	background-image:none!important;
}

.sharingbox {
	display:block;
	width:125px;
	
}

.sharingcell {
	padding:5px 0 2px 0;
	width:32.9%;
	float:left;
}



p.details { margin:8px 0; }

p.details.kuenstler { margin:0 0 10px 0; padding:0; }

p.kuenstler { 
	font-size:14px;  
	margin:8px 0 10px 0!important; padding:0;
}

p.kuenstlersub {
	margin-top:-8px!important;
	font-size:12px; 
}

p.saal, p.gasteig {
  background-position:0 -80px;
  margin:-4px 0 0 -3px!important;
}

div.header .saal,div.navibox_container .saal {
	height:auto;
	background-position:0 -379px;
}


p.abo {
  background-position:0 -100px;
  margin:1px 0 25px -3px!important;
}

p.detaillink {
	padding-top:5px;
	margin:0 0 -12px 0!important;
	border-top:1px solid #b1b1b1;
}

.details p.detaillink {
	margin:0 0 0px 0!important;
}

p.telefon {
	font-weight:bold;
	background:url(/res/image/Icons_MM2.png) no-repeat;
	background-position:0 -220px;
	padding:4px 0 0 25px;
	margin:0 0 0 50px;
	line-height:1.0;
}

p.kosten {
	margin:8px 25px 0 54px;
	font-size:11px;
	line-height:1.2;
}

p.saal a,
p.saal a:hover,
p.saal a:visited,
p.gasteig a,
p.gasteig a:hover,
p.gasteig a:visited,
p.abo a,
p.abo a:hover,
p.abo a:visited,
p.mehr_infos a,
p.mehr_infos a:hover,
p.mehr_infos a:visited  {
  color:#3e3e3e;
  text-decoration:underline;
}

p.event_logo {
  height:31px;
}


ul.textliste {
	margin-left:13px;
}

ul.textliste li {
	margin-bottom:3px;
}

/* Content: Standardseite */

.contentitem.standard, .contentitem.agentur  {
  padding-bottom:2px;
}

.contentitem.standard p, .contentitem.agentur p {
  margin:7px 0 13px 0;
}

.agentur .container_zweidrittel p:first-child {
	margin-top:0!important;
}

.contentitem.standard p:first-child, .contentitem.agentur p:first-child {
  margin:15px 0 13px 0;
}

.contentitem.standard p:first-child img, .contentitem.agentur p:first-child img  {
  margin-top:0px!important;
}

.standard p.kurz_text {
  height:30px;
  overflow:hidden;
}

.standard p.lang_text {
  height:auto;
}


/* Content: Footer  */

footer {
	clear: both;
}

footer img {
	margin:10px 10px 0 0;
}

footer ul {
	list-style:none;
	display:block;
	text-align:right;
	width:100%;
	border-top:1px solid #b1b1b1;
	padding-top:5px;
	margin-top:15px;
}

footer ul li {
	display:inline;
	font-size:11px;
	padding:0 10px 0 5px;
	border-right:1px solid;
}

footer ul li.last {
	border:none;
	padding:0 0 0 5px;
}

footer ul li a:hover {
	color:#555;
}

/** Content: Box Rechts  */

#boxrechts {
	display:block;
	float:right;
	position: relative;
	width:92px;
	height:500px;
}

/* Content: Box Rechts: Social-Buttons */


/*
#social {
	position: absolute;
	bottom:10px;
	left:12px;
}

#social a {
	display:inline-block;
	width:21px;
	height:20px;
	background:url(/res/image/icons_MM.png) no-repeat;
}

#social a.facebook {
	background-position:0px -180px;
}

#social a.facebook:hover {
	background-position:0px -220px;
}


#social a.twitter {
	background-position:0px -260px;
}

#social a.twitter:hover {
	background-position:0px -300px;
}

#social a.youtube {
	background-position:0px -340px;
}

#social a.youtube:hover {
	background-position:0px -380px;
}
*/
#social {
	position: absolute;
	bottom:8px;
	left:7px;
}
#social div 
{
    font-size:1px;
    line-height:1px;
 	width:79px;
    height:2px;
    background:url(image/social_line.png) no-repeat;
}

#social a {
	display:block;
	width:79px;
	height:41px;
	margin-top:3px;
}

#social a.facebook {
	background:url(image/icn_facebook.png) no-repeat;
}

#social a.facebook:hover {
	background:url(image/icn_facebook_hi.png) no-repeat;
}
#social a.youtube {
	background:url(image/icn_youtube.png) no-repeat;
}

#social a.youtube:hover {
	background:url(image/icn_youtube_hi.png) no-repeat;
}

#social a.twitter {
	background:url(image/icn_twitter.png) no-repeat;
}

#social a.twitter:hover {
	background:url(image/icn_twitter_hi.png) no-repeat;
}

#social a.instagram {
	background:url(image/icn_instagram.png) no-repeat;
}

#social a.instagram:hover {
	background:url(image/icn_instagram_hi.png) no-repeat;
}

/** Form Elements  */

a.button,
a.button:hover,
a.button:active,
a.button:visited  {
	display:block;
	text-align:center;
	margin:8px 0 5px 0;
	padding:4px 0 4px 0;
	color:#fff!important;
	width:100%;
	background: #878787; /* non-css3 fallback */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#6f6f6f'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#6f6f6f)); /* Webkit  */
	background: -moz-linear-gradient(top,  #878787,  #6f6f6f); /* Firefox 3.6+ */ 
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

a.bestellen, a.bestellen:hover, a.bestellen:active, a.bestellen:visited  {
	width:190px;
	margin-left:138px;
}

form { display:inline }
form label { cursor:pointer }
fieldset { border:none }
input,select,textarea,button {font-size:100%;font-family:inherit}
textarea {line-height:1.25; resize:none;}
button {cursor:pointer;width:auto;overflow:visible}	
input[type=button],input[type=submit]{cursor:pointer}


input[type="text"],input[type="email"], textarea { 
	margin-top:5px;
	padding:5px 0 5px 5px;
	font-size:11px;
	background:#e4e4e4;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	line-height:normal;
	margin-left:0px;	
}

#vasuche {
	width:125px;
	float:left;
}

input[type="submit"] {
	margin-top:5px;
	display:block;
	text-align:center;
	float: right;
	padding:5px;
	font-size:11px;
	color:#fff;
	background: #878787; /* non-css3 fallback */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#6f6f6f'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#6f6f6f)); /* Webkit  */
	background: -moz-linear-gradient(top,  #878787,  #6f6f6f); /* Firefox 3.6+ */ 
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

#suchbutton {
	width: 53px;
	height:25px;
}

#bestellbutton {
  width:84px;
  height:25px;
}
.details #abobutton,
.details #bestellbutton, #facebookbutton {
  width:195px;
  height:25px;
}

select { 
	width:100%;
	margin:7px 0 7px 0:
}

input[type="checkbox"] {
	margin:0 5px 0px 0;
	padding:0px;
	color:#000;
	background: #fff;
}

.ie7 input[type="checkbox"], .ie8 input[type="checkbox"]  {
	padding-top:2px;
	vertical-align:middle;
}

input[type="radio"] {
	margin: 0px 10px 0px 1px;
	display:block;
	float:left;
}


label {
	font-weight:bold;
	display: inline-block;
	width:105px;
}

label.zweizeilig {
	line-height:12px;
	vertical-align:middle;
}

label.oben {
	vertical-align:top;
	padding-top:7px;
}

p.checkboxes label {
	display:block;
    margin:0 0 7px 24px;
	font-weight:normal;
	line-height:1.2;
	width:160px!important;
}

.ie7 p.checkboxes label, .ie8 p.checkboxes label  {
	padding-top:2px;
}

p.checkboxes {
  margin-top:15px;
  margin-bottom:15px;
}

.kontakt input {
	margin-bottom:5px;
}

.kontakt select {
	width:295px;
	margin-bottom:5px;
}

.kontakt label.ausgabe {
	float:left;
}

.kontakt input[type="text"], .kontakt input[type="email"], textarea {
	width:290px;
}

.kontakt textarea {
	height:70px;
}

.kontakt fieldset {
	display:block;
	width:100%;
}

.kontakt .checkboxes {
	display: inline-block;
	width:290px;
	height:auto;
	line-height:20px;
}

.kontakt input[type="checkbox"] {
	margin:2px 10px 0 2px;
	vertical-align: baseline; 
}

.kontakt .magazin {
	width:170px;
	font-size:12px;
}

.kontakt .gutschein {
	width:200px;
	font-size:12px;
}

p.required {
	margin:0 0 5px 107px;
}

#fehler {
	color: #c8206a;
	margin-top:15px;
	height:16px;
}

.fehlerlabel {
	color:#c8206a; 
}

/* Formular: Custom Selectbox */


.dropdown {
  position:relative;
  height:30px;
} 


/* normales <select> verstecken */
.has_sb {position:absolute;left:-999999em;text-indent:-999999em;}

.selectbox {display:inline-block;*display:inline;font-family:arial;font-size:11px;margin:0px;position:relative;vertical-align:middle;zoom:1;}

.selectbox .display {
  background:#e4e4e4;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  cursor:pointer;
  display:block;
  font-weight:normal;
  width:290px;
  height:23px;
  line-height:23px;
  overflow:hidden;
  outline:none;
  padding:0 0px 0 5px;
  position:relative;
  text-decoration:none;
  overflow:hidden;
}
.selectbox.disabled .display {color:#999;}
.selectbox.focused .display .text {color:#000;}
.selectbox .display .arrow_btn {
    background:#878787;
    border:none;
    display:block;
    height:23px;
    width:25px;
    line-height:23px;
    padding:0;
    position:absolute;
    right:0px;
    top:0px;
}

.selectbox .display .arrow_btn .arrow {
	background:url(/res/image/Icons_MM2.png) center center no-repeat;
	background-position:0 0px;
	border:none;
	width:20px;
	height:20px;
	top:2px;
	left:2px;
}
.selectbox .value{display:none;}

.selectbox.items{
  background:#fff;
  border:1px solid #ccc;
  display:block;
  font-family:arial;
  font-size:11px;
  list-style-type:none;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  padding:0 0 1px 0;
  z-index:99999;
  -moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
  -webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
}

.selectbox.items li{display:block;margin:0;padding:0; }
.selectbox.items li.first{margin-top:0;}
.selectbox.items li>.item{color:#000;cursor:default;display:block;padding:4px 6px;text-decoration:none;}
.selectbox.items li>.item>.text{display:inline-block;*display:inline;zoom:1;}
.selectbox.items li.selected>.item{background:#e4e4e4;}
.selectbox.items li.disabled>.item{color:#999;}
.selectbox.items li.hover>.item{background-color:#999;color:#fff;}
.selectbox.items .value{display:none;}


/* Filter
----------------------------------*/
.auswahl_tage,
.auswahl_monate {
  float:left;
  width:168px;
  height:25px;
  background:#e4e4e4;
  margin:15px 0 0 0;
  z-index:0;
  cursor:pointer;
}

.auswahl_monate {
  z-index:800;
}

.auswahl_tage {
  width:160px;
  line-height:25px;
  padding:0 0 0 8px;
  font-size:12px;
}

.pfeil_icon_tage,
.pfeil_icon_monate {
  float:left;
  width:25px;
  height:25px;
  background:#878787 url(/res/image/Icons_MM2.png) no-repeat 2px 3px;
  margin:15px 0 0 0;
}


ul.liste_monate {
  list-style:none;
  width:168px;
}

.liste_monate li {
  position:relative;
  width:156px;
  padding:4px 4px 4px 8px;
  display:none;
  height:100%;
  background:#e4e4e4;
  border-bottom:1px solid #fff;
  z-index:80;
  font-size:12px;
}

.liste_monate li.first {
  display:block;
  border-bottom:none;
}

.liste_monate li.active {
  background:#ccc;
}

.cal.filter {
  height:200px;
  margin-top:0;
  width:193px;
}

.cal.filter.no_display {
  display:none;
}

.cal.filter.display {
  display:block;
}

/*.cal.filter td:first-child {
  border: 1px solid #B1B1B1;
}
*/

.cal.filter tr td.alldays a {
  text-align:left;
}

.cal.filter tr td.alldays a:hover {
  color:#3e3e3e!important;
}

h2.header_filter.move_up,
h2.header_filter {
  background:url(/res/image/Icons_MM2.png) no-repeat;
  background-position:175px -38px;
}

h2.header_filter.move_up {
  background:url(/res/image/Icons_MM2.png) no-repeat;
  background-position:175px -55px;
}

p.options_filter, ul.options_filter  {
  display:none;
}


/* Kalender-Widget
----------------------------------*/


/* Icons
----------------------------------*/

.icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; width: 20px; height: 20px; }
.icon-next { background:url(/res/image/icons_MM.png) no-repeat; background-position:0px -40px; margin-left:10px; }
.icon-prev { background:url(/res/image/icons_MM.png) no-repeat; background-position:0px 0px; margin-right:10px; }
 
/* Calender-Container
----------------------------------*/
.cal { display: block; margin-top: 15px; height:234px; width: 190px; padding: 0; font-size: 12px; display: none; }

/* Calender-Table
----------------------------------*/

.cal-header { position:relative; padding:5px 0; color: #3e3e3e; font-weight: bold; }
.cal-header a { color: #453821; }

.cal .cal-prev, .cal .cal-next { position:absolute; top: 2px; width: 20px; height: 20px; }
.cal .cal-prev { left:0px; }
.cal .cal-next { right:0px; }
.cal .cal-prev span, .cal .cal-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.cal .cal-title { display: block; margin: 0; height: 25px;line-height: 18px; text-align: center; }
.cal table {width: 100%; font-size: 12px; text-align: center; vertical-align: middle; border-collapse: collapse; margin:0; border-top:1px solid #b1b1b1; }
.cal thead tr th { height: 25px; text-align: center; padding: 0; color: #b1b1b1;font-weight: normal; font-size: 12px; line-height: 25px;  }
.cal tr td { border: 1px solid #b1b1b1; height: 30px; width: 25px; text-align: center;  vertical-align: middle; }
.cal tr td:first-child { border-left: none; }
.cal tr td.last { border-right: none; }

.cal tr td a { display:block; padding: 1px 4px 1px 4px; text-align: center; line-height:24px; text-decoration: none; border:none; }

/* Interaction cals
----------------------------------*/

.cal-active { padding:0; background: #e4e4e4; font-weight: bold; text-decoration: none; }

a:active { outline: none; }
.cal-today, .cal-today a { color: #fff!important; }
.cal .cal-disabled { border-left: none; border-right: none; border-bottom: none; cursor: default!important;}

/* Tooltip styling */

/* Transparent offset for mouseover */

.tooltip-content-wrap {
	display:none;
	position: absolute;  
	padding:0px;
	width:215px;
	background:transparent;
	z-index:999;
}

.wrap-breit {
	width:250px;
}

.tooltip-content {
	display:block;
	position: relative;  
	float:right;
	padding:20px;
	width:160px;
	margin-left:0px;
	-webkit-box-shadow:0 0 15px #3e3e3e; 
	-moz-box-shadow: 0 0 15px #3e3e3e; 
	box-shadow:0 0 15px #3e3e3e; 
}

.content-breit {
	width:230px;
}


.arrow {
	display:block;
	position:absolute;
	width:0; 
	height:0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid;
	top:46%;
	left:-8px;
}

.tooltip-content p {
	font-size:12px;
	line-height:18px!important;
	margin:0!important;
	font-weight:normal;
	text-align:left!important;
	color:#fff;
}

.tooltip-content a {
	display:inline!important;
	color:#fff!important;
	line-height:17px!important;
	font-weight:bold;
	margin:0!important;
	padding:0!important;
	text-decoration:none;
	text-align:left!important;
	background:none!important;;
}

.tooltip-content .trenner {
	border-top:1px solid #fff;
	margin:8px 0 8px 0;
	font-size:1px;
	height:1px;
	line-height:1px;
}


/* Helpers */

.helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.helper-clearfix { display: inline-block; }
* html .helper-clearfix { height:1%; }
.helper-clearfix { display:block; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  #backstretch, #fontsize, #logo { display:none; }
  /*a, a:visited { color: #444 !important; text-decoration: underline; }*/
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  h2, h3{ page-break-after: avoid; }
}


/* ColorBox Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}




/* User Style: */
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(/res/image/colorbox/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(/res/image/colorbox/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(/res/image/colorbox/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(/res/image/colorbox/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(/res/image/colorbox/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(/res/image/colorbox/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(/res/image/colorbox/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(/res/image/colorbox/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:30px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:30px; left:100px; text-indent:-9999px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444; text-indent:-9999px; overflow: hidden; width: 20px; height: 20px; cursor:pointer; background:url(/res/image/icons_MM.png) no-repeat; background-position:-28px 0px;}
#cboxNext{position:absolute; bottom:0px; left:30px; color:#444; text-indent:-9999px;overflow: hidden; width: 20px; height: 20px; cursor:pointer; background:url(/res/image/icons_MM.png) no-repeat; background-position:-28px -40px;}
#cboxLoadingOverlay{background:#fff url(/res/image/colorbox/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/res/image/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/res/image/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/res/image/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/res/image/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/res/image/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/res/image/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/res/image/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/res/image/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*
  Ticketing
*/

#container_saal, #container_bestplatz
{
    width: 405px;
    /*padding:20px;*/
}

#container_sitze
{
    position: absolute;
    top:45px;
    left:25px;
    margin:0; 
    padding:0px;
    /*width: 405px;
    height:350px;*/
    width: 355px;
    height:300px;
    overflow:hidden;
}

#load_sitze 
{
    margin:133px 0 0 166px;
}

.ticketingcontainer
{
    position: relative;
    top: 0;
    left: 0;
    min-height:388px;
}

#saal_ov_nav
{
    margin-top: 2px;
    margin-bottom:30px;
}

#wkartcount
{
    font-weight:bold;
    font-size:12px;
    /*vertical-align:super;*/
    line-height:7px;
}

.sbgswert .selectbox .display 
{
	width:120px;
}
.sbgswert .selectbox {
	margin-right:108px;
}

logo > a 
{ display: block; }

#suche-empfehlen{
    background:url(/res/image/Icons_MM2.png) no-repeat;
    background-position:0 -138px;
    padding: 4px 0 0 28px;
}
#suche-empfehlen a{
    margin-top:2px;
}
#suche-empfehlen a:hover,#suche-empfehlen a:visited, #suche-empfehlen a:active { color: #3e3e3e; }

div.idagio {
    max-width: 100%; width: 405px; height: 264px; margin: 20px 0; border: 0px solid #000000;
}
div.idagio>iframe{
    display: block; width: 100%; height: 100%; border: 0 none;
}

/* saal-v2 */
.drittel_rechts ul.vstdtlgeb {
    margin-top:-10px
}
#navibox ul.vstdtlgeb li {margin-bottom: 4px}
#navibox .header{
    margin-top:18px;
}
#navibox p.vst-sidebar {
  margin:13px 0;
}


.saal-buttons{
    text-align: right;
    margin: -30px 4px 0 0;
}
.saal-buttons>.lupe::before{
    font-family: FontAwesome; 
    content:'\f002';
    font-size: 20px;
    color: #c8206a;
    margin-right:8px;
    margin-left:8px;
    vertical-align:text-bottom;
    text-shadow: 1px 1px 2px #888;
}

.saal-buttons>button {
	text-align:center;
	padding:4px 8px;
	font-size:12px;
    color:#fff;
    background: #878787; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#6f6f6f'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#6f6f6f)); 
	background: -moz-linear-gradient(top,  #aaaaaa,  #6f6f6f); 
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
        
}
#cookieAcc {
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid #dedede;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#cookieAcc div.accContent {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    padding: 0 20px;
}
#cookieAcc div.accContent a:hover{
    color: #000;
    text-decoration: underline;
}
#cookieAcc div.accButton {
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
    padding-left: 15px;
}
#cookieAcc div.accButton button {
    margin-top: -1px;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    font-size: 100%;
    padding: 10px;
}

a.no-smartfocus, a.no-google-analytics, a.no-facebook-pixel {
    cursor: pointer;
    text-decoration: underline;
}

img.mainbg {
    min-height: 100%;
    min-width: 1200px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index:-1;
}
.tabbox p{
    margin-top:6px;
}
.tabbox.nl-bestellen .nl-col{
    float:left;
    width:470px;
}
.tabbox.nl-bestellen .nl-col.colimg {
    width:140px;
}
.tabbox.nl-bestellen a.button {
    width:120px;
}
