/* --------- 1. Variablen & Klassen & Funcs --------- */
/* 1.1. Farben */
/* 1.2. Schriften */
/* 1.3 Klassen */
.ul_unset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
}
.box_padding {
  padding: 10px;
}
.box_widthpadding {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  padding: 20px !important;
}
.box_margin {
  margin: 0 0 20px 0;
}
.fa-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.wpf_button {
  background: #ae0c1d;
  display: block;
  color: #ffffff;
  cursor: pointer;
}
.wpf_button i {
  background: #747474;
  display: inline-block;
  float: left;
  padding: 4px 5px 3px 5px;
  font-size: 16pt;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.wpf_button span {
  color: #ffffff;
  float: left;
  font-size: 10pt;
  padding: 5px 0 0 0;
  display: inline-block;
}
.wpf_button:hover {
  color: #ffffff;
}
.wpf_button:hover i {
  color: #ae0c1d;
}
.wpf_button_white {
  background: #ffffff;
  margin: 0 0 1px 0;
}
.wpf_button_white span {
  color: #2b2a2a;
  font-weight: bold;
}
.wpf_button_black {
  background: #2b2a2a;
  margin: 0 0 1px 0;
}
.wpf_button_black span {
  color: #ffffff;
}
.wpf_button_inline {
  display: inline-block;
}
.wpf_button_inline span {
  padding-right: 10px;
}
.alert {
  color: #ae0c1d;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.facebook {
  color: #3b5998;
}
.twitter {
  color: #4099ff;
}
.youtube {
  color: #cd201f;
}
.eventim {
  color: #fabb00;
}
.spotify {
  color: #81b71a;
}
/*.responsive_iframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch;   ;
} 
.responsive_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 800px;
}*/
/* 1.4 Funktionen */
/* --------- 2. Headlines --------- */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: 'Istok Web', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
/*h1 { font-size:20t; }*/
h1 {
  display: inline-block;
  font-size: 22pt;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  background: #ae0c1d;
  margin: 0;
  padding: 11px 8px 8px 8px;
}
@media only screen and (max-width: 959px) {
  h1 {
    font-size: 14pt;
  }
}
h2 {
  display: block;
  font-size: 14pt;
  font-weight: 400;
  color: #ffffff;
  background: #ae0c1d;
  margin: 1px 0 0 0;
  padding: 11px 8px 8px 8px;
}
h2 strong {
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 11pt;
  }
}
h2.no_bg {
  background: none;
  color: #2b2a2a;
}
h2.inline {
  display: inline-block;
}
h3 {
  font-size: 12t;
}
h4 {
  font-size: 9t;
}
h5 {
  font-size: 9t;
}
/* --------- 3. Basics --------- */
*,
a,
div,
span {
  outline: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Istok Web', Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 10pt;
  color: #2b2a2a;
  background: #e2e7ea;
}
a {
  color: #ae0c1d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #2b2a2a;
}
a:visited {
  color: #ae0c1d;
  text-decoration: none;
}
a:visited:hover {
  text-decoration: none;
  color: #2b2a2a;
}
a:active {
  color: #ae0c1d;
  text-decoration: none;
}
a:active:hover {
  text-decoration: none;
  color: #2b2a2a;
}
a:focus {
  outline: none;
  color: #ae0c1d;
  text-decoration: none;
}
a:focus:hover {
  text-decoration: none;
  color: #2b2a2a;
}
@media only screen and (max-width: 380px) {
  .col-xxs {
    width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .col-xxs.manual_clear:nth-child(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 381px) {
  .col-xs-4.manual_clear:nth-child(3n+4) {
    clear: left;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------- 4. Struktur --------- */
#content {
  padding: 110px 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 959px) {
  #content {
    padding: 60px 0 20px 0;
  }
}
#footer {
  background: #c0cbd0;
  padding: 0 0 30px 0;
  font-size: 8pt;
  color: #8c9091;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer li {
  padding: 6px 0;
}
#footer a {
  color: #8c9091;
  font-weight: bold;
  text-transform: uppercase;
}
#footer a:hover {
  color: #2b2a2a;
}
#footer #logo_footer {
  padding: 0 0 7px 0;
}
#footer #footer_social {
  text-align: center;
  font-size: 20pt;
  padding: 10px 0 0 0;
  overflow: auto;
}
#footer #footer_social li {
  padding: 0;
  border-right: 1px solid #8c9091;
}
#footer #footer_social li:last-child {
  border: 0;
}
#footer #scrollup {
  text-align: center;
  padding: 0 0 25px 0;
}
#footer #scrollup i {
  background: #cbd5d9;
  color: #ffffff;
  padding: 7px;
  font-size: 12pt;
  position: absolute;
  margin-top: -10px;
  cursor: pointer;
}
#footer #scrollup i:hover {
  background: #2b2a2a;
}
#footer #scrollup_shaddow {
  width: 0;
  display: inline-block;
  position: absolute;
  margin: -9px 0 0 -9px;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 9px solid #afb6ba;
}
#footer #hotline_hint {
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
}
#footer #social_share {
  padding: 5px 0 0 0;
}
#charts_a {
  margin-top: -60px;
}
/* --------- 5. Menüs --------- */
#logo {
  padding-top: 12px;
}
#logo img {
  width: 80%;
}
#mainmenu {
  position: absolute;
  width: 100%;
  z-index: 1999;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
}
@media only screen and (max-width: 959px) {
  #mainmenu {
    position: fixed;
  }
  #mainmenu.mobileopen {
    position: absolute;
  }
}
#mainmenu_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*li:first-child {
		a, span { padding-left:0 }
	}
	
	li:last-child {
		a, span { padding-right:0 }
	}*/

}
#mainmenu_list li {
  float: left;
  display: inline-block;
}
#mainmenu_list li a,
#mainmenu_list li span {
  font-size: 10.5pt;
  color: #2b2a2a;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  padding: 32px 9px;
  cursor: pointer;
}
#mainmenu_list li:hover {
  background: #ae0c1d;
  color: #ffffff;
}
#mainmenu_list li:hover a,
#mainmenu_list li:hover span {
  color: #ffffff;
}
#mainmenu_list li:hover ul {
  display: block;
}
#mainmenu_list li:hover ul.mobileonly {
  display: none;
}
#mainmenu_list li:hover li a {
  color: #2b2a2a;
}
#mainmenu_list li:hover li li a {
  color: #2b2a2a;
}
#mainmenu_list ul {
  display: none;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
#mainmenu_list ul li {
  display: block;
  float: none;
}
#mainmenu_list ul li a {
  display: block;
  color: #2b2a2a;
  padding: 10px 10px;
}
#mainmenu_list ul li:hover {
  background: #ae0c1d;
  color: #ffffff;
}
#mainmenu_list ul li:hover a,
#mainmenu_list ul li:hover span {
  color: #ffffff;
}
#mainmenu_list ul li li {
  display: block;
  float: none;
}
#mainmenu_list ul li li a {
  display: block;
  color: #2b2a2a;
  padding: 10px 10px;
}
#mainmenu_list ul li li:hover {
  background: #ae0c1d;
  color: #ffffff;
}
#mainmenu_list ul li li:hover a,
#mainmenu_list ul li li:hover span {
  color: #ffffff;
}
#mainmenu_list ul.mobileonly {
  display: none;
}
@media only screen and (max-width: 959px) {
  #mainmenu_list {
    padding: 10px 0;
  }
  #mainmenu_list li {
    float: none;
    display: block;
    /*&:hover { background:none !important; a { color:@darkgray !important; } }*/
  
  }
  #mainmenu_list li a,
  #mainmenu_list li span {
    padding: 14px 10px;
  }
  #mainmenu_list li li {
    /*&:hover { background:none !important; a { color:@darkgray !important; } }*/
  
  }
  #mainmenu_list li li a {
    padding: 10px 10px;
    font-size: 10pt;
    color: #666;
  }
  #mainmenu_list li li li {
    /*&:hover { background:none !important; a { color:@darkgray !important; } }*/
  
  }
  #mainmenu_list li li li a {
    padding: 10px 10px;
    font-size: 10pt;
    color: #999;
  }
  #mainmenu_list ul {
    display: block;
    position: static;
    margin: 0;
    padding: 0 0 0 20px;
  }
  #mainmenu_list ul.mobileonly {
    display: block !important;
  }
}
#mainmenu.fixed {
  position: fixed;
  top: 0;
}
#mainmenu.fixed #logo {
  padding-top: 7px;
}
#mainmenu.fixed #logo img {
  height: 25px;
  width: auto;
}
#mainmenu.fixed #mainmenu_list li a,
#mainmenu.fixed #mainmenu_list li span {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  #mainmenu.fixed #mainmenu_list {
    padding: 10px 0;
  }
  #mainmenu.fixed #mainmenu_list li {
    float: none;
    display: block;
  }
  #mainmenu.fixed #mainmenu_list li a,
  #mainmenu.fixed #mainmenu_list li span {
    padding: 14px 10px;
  }
}
#mainmenu_toggle {
  cursor: pointer;
  font-size: 14pt;
  padding-top: 10px;
  padding-bottom: 5px;
  /*padding:11px 0 7px 0;*/

  text-transform: uppercase;
  color: #747474;
}
#mainmenu_toggle .iconwrapper {
  border: 1px solid #efefef;
  padding: 5px 5px 0 5px;
}
#mainmenu_toggle i {
  color: darkgray;
}
#mobile_title {
  font-size: 14pt;
  text-align: right;
  color: #747474;
  opacity: 0.5;
  padding-top: 10px;
  padding-bottom: 5px;
  /*padding:11px 0 7px 0;*/

}
#mobile_logo_icons {
  text-align: right;
  padding-top: 7px;
}
#mobile_logo_icons img {
  height: 25px;
  width: auto;
}
#mobile_logo_icons i.icon-s_search {
  right: 65px;
  top: 7px;
  color: #747474;
  font-size: 18pt;
  position: absolute;
}
#mobile_logo_icons i.icon-map-marker {
  right: 110px;
  top: 6px;
  color: #747474;
  font-size: 20pt;
  position: absolute;
}
#mobile_logo_icons #map-marker-city {
  right: 130px;
  font-size: 12pt;
  top: 9px;
  position: absolute;
}
#important_news {
  position: absolute;
  background: #ffffff;
  right: 0;
  /*border:1px solid @bordergray;*/
  width: 240px;
}
@media only screen and (max-width: 859px) {
  #important_news {
    display: none;
  }
}
#imporant_news_header {
  cursor: pointer;
  /*border-bottom:1px solid @bordergray;*/

  border: 0;
  background: #ae0c1d;
  color: #ffffff;
  padding: 8px 10px;
}
#imporant_news_header i {
  font-size: 18pt;
}
#imporant_news_header i.icon-s_alert {
  color: #747474;
  color: #ffffff;
  float: left;
}
#imporant_news_header i.icon-s_arrow-down {
  color: #747474;
  color: #ffffff;
  float: right;
}
#imporant_news_header div {
  margin: 0 40px;
  color: #ae0c1d;
  color: #ffffff;
  font-size: 10pt;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
#imporant_news_header:hover i.icon-s_arrow-down {
  color: #ae0c1d;
}
#imporant_news_content {
  display: none;
  background: url(../images/main_design/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 14px 5px 14px;
  color: #ae0c1d;
}
#imporant_news_content .important_news_info {
  color: #2b2a2a;
}
#imporant_news_content .flex-control-nav {
  top: inherit;
  bottom: 40px;
  margin-left: -14px;
}
.important_news_pic {
  padding: 0 0 15px 0;
}
#imporant_news_showall {
  text-align: center;
  font-weight: 700;
  color: #ae0c1d;
  margin: 5px 0 0 0;
  padding: 5px 0;
  border-top: 1px solid #d7d7d7;
}
.important_news_content_wrapper {
  visibility: hidden;
  padding: 0 0 30px 0;
}
/* --------- 6. SUCHE --------- */
#search {
  background: #2b2a2a;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
#advancedsearch .hint {
  opacity: 0.6;
  font-size: 70%;
}
#advancedsearchearch_icon {
  display: inline-block;
  position: absolute;
  padding: 7px 8px 7px 10px;
  background: #ffffff;
  color: #2b2a2a;
  font-size: 14pt;
}
#advancedsearch_title {
  cursor: pointer;
  display: inline-block;
  padding: 8px 0 0 45px;
  font-size: 11pt;
  text-transform: uppercase;
}
#advancedsearch_toggle {
  cursor: pointer;
}
#advancedsearch_toggle:hover #advancedsearch_title,
#advancedsearch_toggle:hover #advancedsearchearch_icon {
  color: #ae0c1d;
}
#tickethotline {
  padding: 8px 15px 0 0;
  color: #ae0c1d;
  font-size: 11pt;
  font-weight: 700;
  text-align: center;
}
#textsearch {
  float: right;
  width: 100%;
  display: inline-block;
  background: #ffffff;
  position: relative;
}
#textsearch input {
  border: 0;
  color: #747474;
  font-weight: 400;
  font-family: 'Istok Web', Verdana, Geneva, sans-serif;
  font-size: 10pt;
  padding: 8px 10px;
  width: 100%;
}
#textsearch input:focus {
  color: #2b2a2a;
}
#textsearch #textsearch_input_wrapper {
  margin: 0 30px 0 0;
}
#textsearch #textsearch_icon {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px 0 0;
  font-size: 14pt;
  color: #2b2a2a;
  position: absolute;
  right: 0;
  top: 6px;
}
#textsearch #textsearch_icon:hover {
  color: #ae0c1d;
}
#livesearch_results_wrapper {
  position: relative;
}
#livesearch_results {
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #d7d7d7;
  max-width: 300px;
  width: 100%;
  display: none;
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=5, direction=180, color='#666');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#666')";
}
#livesearch_results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#livesearch_results ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
#livesearch_results ul li a {
  color: #2b2a2a;
}
#livesearch_results ul li a:hover {
  color: #ae0c1d;
}
#livesearch_results ul li .livesearch_tourtitle {
  font-size: 8.5pt;
}
#mobile_textsearch {
  display: none;
  background: #ffffff;
  position: relative;
  padding: 15px 0 15px 0;
}
#mobile_textsearch #mobile_textsearch_input {
  margin: 0 70px 0 0;
  position: relative;
}
#mobile_textsearch #mobile_textsearch_submit {
  float: right;
  font-size: 14pt;
  padding: 10px 10px 0 0;
  color: #ae0c1d;
  text-transform: uppercase;
}
#mobile_textsearch input {
  border: 1px solid #d7d7d7;
  color: #747474;
  font-weight: 400;
  font-family: 'Istok Web', Verdana, Geneva, sans-serif;
  font-size: 12pt;
  padding: 12px 15px;
  width: 100%;
}
#mobile_textsearch input:focus {
  color: #2b2a2a;
}
#advancedsearch {
  display: none;
  padding: 30px 0;
}
#advancedsearch .advancedsearch_header {
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: 700;
}
#advancedsearch .advancedsearch_header a {
  font-size: 9pt;
  margin: 0 0 0 4px;
  border-left: 1px solid #2b2a2a;
  padding: 0 0 0 4px;
  font-weight: 400;
}
#advancedsearch .advancedsearch_list {
  padding-top: 20px;
}
#advancedsearch .advancedsearch_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#advancedsearch .advancedsearch_list li {
  display: block;
}
#advancedsearch .advancedsearch_list li a {
  display: block;
  padding: 4px 0;
  color: #2b2a2a;
}
#advancedsearch .advancedsearch_list li a:hover {
  color: #ae0c1d;
}
#advancedsearch .advancedsearch_list .cscrollbar {
  height: 240px;
}
/* --------- 6. HIGHLIGHTS CAROUSEL --------- */
#highlights_wrapper {
  position: relative;
  max-height: 387px;
  background-image: url(../images/main_design/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#highlights_wrapper .controls {
  display: none;
}
#highlights_wrapper .controls a {
  position: absolute;
  padding: 0 10px;
  display: inline-block;
  background: #2b2a2a;
  color: #ffffff;
  font-size: 22pt;
  height: 100%;
  opacity: 0.5;
  top: 0;
  z-index: 900;
  line-height: 170px;
  cursor: pointer;
}
#highlights_wrapper .controls a:hover {
  color: #ae0c1d;
  opacity: 1;
}
#highlights_wrapper .controls a.prev-slide {
  left: 0;
}
#highlights_wrapper .controls a.next-slide {
  right: 0;
}
@media only screen and (min-width: 480px) {
  #highlights_wrapper .controls a {
    line-height: 240px;
  }
}
@media only screen and (min-width: 960px) {
  #highlights_wrapper .controls a {
    line-height: 340px;
  }
}
#highlights {
  visibility: hidden;
  margin: -25px 50px 20px 50px;
  overflow: hidden;
  /*.item{ background:@black; 
		img { height:347px; width:auto; 		
			@media only screen and (max-width: 480px) { height:140px; }
		}
		
		&:hover {
			.hightlights_buttons { background:url(../images/main_design/trans_w_50.png); }
			img { opacity:0.6; }
			.highlights_title { display:block; }
		}
		
		.highlights_seal { position:absolute; z-index:11; text-align:left; width:100%; padding:0 0 0 10px; cursor:pointer;
			i { font-size:18pt; color:@white; float:left; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);  }
			.highlights_seal_hint { display:none; padding:4px 0; font-weight:700; margin:0 0 0 35px; }		
			
			&:hover {
				background:@white; opacity:0.8;
				i { color:@red; }
				.highlights_seal_hint { display:block; color:@darkgray; }
			}
		}
		.highlights_seal.active { 
			i { color:@red; }
		}
	}
	.highlights_title { display:none;
		position:absolute; width:100%; z-index:10; text-align:center; top:50%; margin-top:-50px; line-height:1.1; 
		h5 { font-size:33pt; font-weight:700; display:inline-block; padding:6px 10px; background:@white; }
		div.highlights_subtitle { font-size:22pt; font-weight:700; display:inline-block; padding:6px 20px; background:@white; }
	}
	.hightlights_buttons {		
		position:absolute; z-index:10; width:100%; text-align:center; bottom:0; text-align:center; line-height:12px; 
		a { font-size:16pt; color:@white; background:@darkgray; width:37px; padding:8px 0; display:inline-block; margin:0 0px; &:hover { color:@red; } }
	}*/

}
#highlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#highlights li {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #000000;
  /*.highlights_seal { position:absolute; z-index:11; text-align:left; width:100%; padding:0 0 0 10px; cursor:pointer;
			i { font-size:18pt; color:@white; float:left; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);  }
			.highlights_seal_hint { display:none; padding:4px 0; font-weight:700; margin:0 0 0 35px; }		
			.highlights_seal_hint_add {}
			.highlights_seal_hint_remove { display:none; }
			&:hover {
				background:@white; opacity:0.8;
				i { color:@red; }
				.highlights_seal_hint { display:block; color:@darkgray; }
			}
		}
		.highlights_seal.active { 
			i { color:@red; }		
			.highlights_seal_hint_add { display:none;}
			.highlights_seal_hint_remove { display:block; }

		}*/

}
#highlights li img {
  height: 177px;
  width: auto;
}
@media only screen and (min-width: 480px) {
  #highlights li img {
    height: 247px;
  }
}
@media only screen and (min-width: 960px) {
  #highlights li img {
    height: 347px;
  }
}
@media only screen and (min-width: 480px) {
  #highlights li:hover .hightlights_buttons {
    background: url(../images/main_design/trans_w_50.png);
  }
  #highlights li:hover img {
    opacity: 0.6;
  }
  #highlights li:hover .highlights_title {
    display: block;
  }
}
#highlights li .highlights_seal {
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 100%;
  padding: 0 0 0 10px;
  cursor: pointer;
}
#highlights li .highlights_seal i {
  font-size: 18pt;
  color: #ffffff;
  float: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#highlights li .highlights_seal .highlights_seal_hint {
  display: none;
  color: #2b2a2a;
  padding: 4px 0;
  margin: 10px 0 0 0;
  font-weight: 700;
  margin: 0 0 0 35px;
}
#highlights li .highlights_seal:hover {
  background: #ffffff;
  opacity: 0.8;
}
#highlights li .highlights_seal:hover i {
  color: #ae0c1d;
}
#highlights li .highlights_seal:hover .highlights_seal_hint_add {
  display: block;
}
#highlights li .highlights_seal.active i {
  color: #ae0c1d;
}
#highlights li .highlights_seal.active:hover .highlights_seal_hint_remove {
  display: block;
}
#highlights li .highlights_seal.active:hover .highlights_seal_hint_add {
  display: none !important;
}
#highlights li .hightlights_play {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#highlights li .hightlights_play i {
  font-size: 30pt;
  color: #ae0c1d;
}
#highlights .highlights_title {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  line-height: 1.1;
}
#highlights .highlights_title h5 {
  font-size: 22pt;
  font-weight: 700;
  display: inline-block;
  padding: 6px 10px;
  background: #ffffff;
}
#highlights .highlights_title div.highlights_subtitle {
  font-size: 12pt;
  font-weight: 700;
  display: inline-block;
  padding: 6px 20px;
  background: #ffffff;
}
#highlights .highlights_title div.highlights_subtitle span {
  display: block;
}
#highlights .hightlights_buttons {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  text-align: center;
  line-height: 12px;
}
#highlights .hightlights_buttons a {
  font-size: 16pt;
  color: #ffffff;
  background: #2b2a2a;
  width: 37px;
  padding: 8px 0;
  display: inline-block;
  margin: 0 0px;
}
#highlights .hightlights_buttons a:hover {
  color: #ae0c1d;
}
.touch #highlights {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
/*.owl-dots { margin:10px 0 0 0; text-align:center;
	.owl-dot { display:inline-block; margin:0 4px; 
		span { display:inline-block; width:3px; height:3px; background:@darkgray; } 
	}
}
.owl-nav {
	div { position:absolute; padding:0 15px; display:inline-block; background:@darkgray; color:@white; font-size:22pt; height:100%; opacity:0.5; top:0; z-index:900; line-height:340px; cursor:pointer; &:hover { color:@red; opacity:1; } }
	.owl-prev { left:0; }
	.owl-next { right:0; }
	@media only screen and (max-width: 480px) { div { line-height:173px; } }
}
.touch { 
	.owl-nav { display:none !important; } 
	#highlights {
		.item { 
			&:hover {
				.hightlights_buttons { background:none; }
				img { opacity:1; }
				.highlights_title { display:none; }
			}
		}
	}
}*/
/* --------- 8. Künstlerseite --------- */
/*#artist_headline {
	h1 { display:inline-block; font-size:22pt; text-transform:uppercase; font-weight:400; color:@white; background:@red; margin:0; padding:11px 8px 8px 8px; }
}*/
#artist_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
#artist_menu ul li {
  display: inline-block;
  float: left;
  margin: 1px 1px 0 0;
}
#artist_menu ul li a,
#artist_menu ul li span {
  color: #2b2a2a;
  display: inline-block;
  cursor: pointer;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding: 11px 8px 8px 8px;
}
#artist_menu ul li a:hover,
#artist_menu ul li span:hover {
  color: #ffffff;
  background: #ae0c1d;
}
#artist_menu ul li a.wpf_submenu_active {
  color: #ffffff;
  background: #ae0c1d;
}
@media only screen and (max-width: 859px) {
  #artist_menu ul li {
    display: block;
    float: none;
    margin: 1px 0 0 0;
  }
}
#artist_overview {
  padding: 20px 0;
}
#artist_hashtags {
  border-top: 1px solid #8c9091;
  margin: 30px 0;
  padding: 30px 0;
  font-size: 9.5pt;
}
#artist_hashtags a {
  color: #2b2a2a;
}
#artist_hashtags span {
  display: inline-block;
  padding: 3px;
  border: 1px solid #c0cbd0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 4px 4px 0;
  opacity: 0.8;
}
#artist_hashtags span:hover {
  opacity: 1;
}
.artist_external_box {
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  background: #ffffff;
  position: relative;
  margin: 0 0 15px 0;
}
.artist_external_box .artist_external_box_pic {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.artist_external_box .artist_external_box_pic img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.artist_external_box .artist_external_box_pic img.overlay {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.artist_external_box .artist_external_box_pic .icon_wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 25px;
}
.artist_external_box .artist_external_box_pic .icon_wrapper i {
  text-align: center;
  font-size: 50pt;
  text-shadow: 0 2px 15px #fff;
}
.artist_external_box .artist_external_box_pic .icon_wrapper i.active {
  color: #ae0c1d;
}
.artist_external_box .artist_external_box_info {
  padding: 10px;
}
.artist_external_box .artist_external_box_icon {
  float: right;
  font-size: 22pt;
  margin: 5px 0 0 0;
}
.artist_external_box .artist_external_box_icon i.active {
  color: #ae0c1d;
}
.artist_external_box .artist_external_box_title {
  font-size: 13pt;
  font-weight: 700;
}
.artist_external_box .artist_external_box_subtitle {
  height: 40px;
  overflow: hidden;
}
.artist_external_box:hover {
  color: #ae0c1d;
  cursor: pointer;
}
.artist_external_frame {
  background: #ffffff;
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center;
}
.artist_external_frame i {
  margin: 70px 0;
  font-size: 35pt;
  opacity: 0.5;
}
.artist_external_frame.loaded {
  text-align: left;
}
.artist_external_box_overflower {
  position: absolute;
  width: 100%;
  height: 20px;
  background: #ffffff;
  display: none;
}
.artist_external_frame {
  display: none;
}
.artist_external_youtubevideo {
  margin: 0 0 10px 0;
}
.artist_external_youtubevideo .artist_external_youtubevideo_infos {
  font-size: 9pt;
  line-height: 1.1;
  padding: 5px 0 0 0;
}
.artist_tweet {
  font-size: 9pt;
  padding: 6px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 0 10px 0;
}
.artist_tweet a {
  color: #4099ff;
}
.artist_tweet .artist_tweet_header {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.artist_tweet .artist_tweet_header h5 {
  font-size: 11.5pt;
  color: #0084b4;
}
.artist_tweet .artist_tweet_header small {
  color: #747474;
}
.artist_tweet .artist_tweet_avatar {
  float: left;
}
.artist_tweet .artist_tweet_avatar img {
  width: 50px;
  height: 50px;
}
.artist_tweet .artist_tweet_user {
  margin: 0 0 0 60px;
}
.artist_fbpost {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 10px 0;
}
.artist_fbpost .artist_fbpost_title a {
  font-size: 10pt;
  font-weight: 700;
  padding: 0px 0px 6px 0;
}
.artist_fbpost .artist_fbpost_title a:hover {
  color: #2b2a2a;
}
.artist_fbpost .artist_fbpost_pic {
  /*float:left; max-width:450px; padding:0 20px 20px 0px;*/
}
.artist_fbpost .artist_fbpost_pic img {
  padding: 0 0 10px 0;
}
.artist_fbpost .artist_fbpost_header {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.artist_fbpost .artist_fbpost_header h5 {
  font-size: 11.5pt;
  color: #3b5998;
}
.artist_fbpost .artist_fbpost_header small {
  color: #747474;
}
.artist_fbpost .artist_fbpost_avatar {
  float: left;
}
.artist_fbpost .artist_fbpost_avatar img {
  width: 50px;
  height: 50px;
}
.artist_fbpost .artist_fbpost_user {
  margin: 0 0 0 60px;
}
.artist_albums_listing {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
}
.artist_albums_listing .artist_albums_name {
  padding: 10px 10px 0 10px;
  font-weight: 700;
}
.artist_albums_listing .artist_albums_info {
  padding: 0 10px 10px 10px;
}
#tournee_artistlink a {
  padding: 11px 8px 8px;
  text-transform: uppercase;
  background: #747474;
  font-size: 11pt;
  font-weight: 400;
  display: block;
  color: #ffffff;
}
#tournee_artistlink a:hover {
  background: #ae0c1d;
}
#artist_external_favorite_opener .artist_external_box_title .active {
  display: none;
}
#artist_external_favorite_opener .artist_external_box_title .inactive {
  display: inline;
}
#artist_external_favorite_opener .artist_external_box_subtitle .active {
  display: none;
}
#artist_external_favorite_opener .artist_external_box_subtitle .inactive {
  display: inline;
}
#artist_external_favorite_opener.active .artist_external_box_title .active {
  display: inline;
}
#artist_external_favorite_opener.active .artist_external_box_title .inactive {
  display: none;
}
#artist_external_favorite_opener.active .artist_external_box_subtitle .active {
  display: inline;
}
#artist_external_favorite_opener.active .artist_external_box_subtitle .inactive {
  display: none;
}
/* --------- 9. Favoriten --------- */
#favorites_frame {
  background: url(../images/main_design/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 150px;
  background-color: #ffffff;
  padding: 30px 0;
  margin: 30px 0;
}
#favorites_frame.loaded {
  background-image: none;
}
#favorties_headline {
  font-size: 12pt;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  font-weight: 700;
}
#favorties_headline i {
  font-size: 14pt;
}
#favorites_menu {
  padding: 0 0 15px 0;
}
#favorites_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#favorites_menu ul li {
  display: block;
  padding: 12px;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #2b2a2a;
  color: #ffffff;
}
#favorites_menu ul li:hover {
  background: #ae0c1d;
}
#favorites_menu ul li.active {
  background: #ae0c1d;
}
.favorites_listing {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  border: 1px solid #f9f9f9;
  margin: 0 0 16px 0;
}
.favorites_listing .favorites_listing_pic {
  position: relative;
}
.favorites_listing .favorites_listing_infos {
  padding: 10px;
}
.favorites_listing .favorites_listing_title {
  font-size: 13pt;
  font-weight: 700;
}
.favorites_listing .favorites_listing_seal {
  position: absolute;
  z-index: 11;
  text-align: left;
  width: 100%;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.favorites_listing .favorites_listing_seal i {
  font-size: 18pt;
  color: #ffffff;
  float: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.favorites_listing .favorites_listing_seal .favorites_listing_seal_hint {
  display: none;
  padding: 4px 0;
  font-weight: 700;
  margin: 0 0 0 35px;
}
.favorites_listing .favorites_listing_seal .favorites_listing_seal_hint_remove {
  display: none;
}
.favorites_listing .favorites_listing_seal:hover {
  background: #ffffff;
  opacity: 0.8;
}
.favorites_listing .favorites_listing_seal:hover i {
  color: #ae0c1d;
}
.favorites_listing .favorites_listing_seal:hover .favorites_listing_seal_hint {
  display: block;
  color: #2b2a2a;
}
.favorites_listing .favorites_listing_seal.active i {
  color: #ae0c1d;
}
.favorites_listing .favorites_listing_seal.active .favorites_listing_seal_hint_add {
  display: none;
}
.favorites_listing .favorites_listing_seal.active .favorites_listing_seal_hint_remove {
  display: block;
}
.favorites_listing_wrapper {
  display: none;
}
.favorites_listing_wrapper .tournee_listing_infos {
  height: 75px;
  overflow: hidden;
}
.favorites_listing_wrapper.active {
  display: block;
}
.favorites_genre_title {
  font-size: 12pt;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  background: #ae0c1d;
  color: #ffffff;
}
/* --------- 10. Seitenleiste --------- */
.aside_box {
  margin: 0 0 10px 0;
}
.aside_headline {
  padding: 11px 8px 8px;
  text-transform: uppercase;
  background: #747474;
  color: #ffffff;
  font-size: 11pt;
  font-weight: 400;
}
.aside_content {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  padding: 10px;
}
.aside_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside_list li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
}
.aside_list li:first-child {
  padding-top: 0;
  margin-top: 0;
}
.aside_list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.aside_list li.aside_list_button {
  cursor: pointer;
}
.aside_list li.aside_list_button:hover {
  color: #ae0c1d;
}
.aside_list a {
  color: #2b2a2a;
}
.aside_list a:hover {
  color: #ae0c1d;
}
/* --------- 11. Startseite --------- */
#flexslider_billboard {
  /*max-width:1800px; margin:0px auto;*/
  position: relative;
}
#flexslider_billboard ul.slides li {
  position: relative;
}
.billboard_infos {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 16pt;
  z-index: 101;
  bottom: 6px;
  width: 100%;
  /*div { display:inline-block; background:@darkgray; color:@white; padding:3px; }*/

}
.billboard_infos a {
  color: #ffffff;
  background: #2b2a2a;
  width: 37px;
  padding: 7px 0 2px 0;
  display: inline-block;
  margin: 0 0px;
}
.billboard_infos a:hover {
  color: #ae0c1d;
}
.billboard_seal {
  position: absolute;
  z-index: 9900;
  text-align: left;
  width: 100%;
  padding: 0 0 0 100px;
  cursor: pointer;
  display: none;
}
.billboard_seal i {
  font-size: 22pt;
  color: #ffffff;
  float: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.billboard_seal .billboard_seal_hint {
  display: none;
  padding: 4px 0;
  font-size: 12pt;
  font-weight: 700;
  margin: 0 0 0 45px;
}
.billboard_seal:hover {
  background: #ffffff;
  opacity: 0.8;
}
.billboard_seal:hover i {
  color: #ae0c1d;
}
.billboard_seal:hover .billboard_seal_hint {
  display: block;
  color: #2b2a2a;
}
.billboard_seal.active i {
  color: #ae0c1d;
}
.rubric_box {
  padding: 20px 10px 70px 10px;
  margin: 0 0 1px 0;
  background: #2b2a2a;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.rubric_box:hover {
  background: #ae0c1d;
}
.rubric_box h3 {
  font-size: 17pt;
  font-weight: 400;
}
@media only screen and (max-width: 859px) {
  .rubric_box {
    padding: 10px;
    margin-bottom: 16px;
  }
}
.rubric_box:hover .rubric_box_subtitle {
  visibility: visible;
}
.rubric_box_subtitle {
  border-top: 1px solid #ffffff;
  padding: 10px 0 0 0;
  visibility: hidden;
}
/*.rubric_box_tabmenu {  cursor:pointer; }
.rubric_box_tabmenu.active { background:@red; }*/
.rubric_box_tabcontent {
  display: none;
}
.rubric_box_tabcontent.active {
  display: block;
}
#rubric_menu {
  padding: 0 0 15px 0;
}
#rubric_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#rubric_menu ul li {
  display: block;
  padding: 17px;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #2b2a2a;
  color: #ffffff;
}
#rubric_menu ul li:hover {
  background: #ae0c1d;
}
#rubric_menu ul li.active {
  background: #ae0c1d;
}
/* --------- 12. Tournee --------- */
.tournee_listing {
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  background: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.tournee_listing h5 {
  font-size: 13pt;
}
.tournee_listing a {
  color: #2b2a2a;
}
.tournee_listing .tournee_listing_pic {
  text-align: center;
  position: relative;
  background: #000000;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 100%;
  padding: 0 0 0 10px;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal i {
  font-size: 18pt;
  color: #ffffff;
  float: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal .tournee_listing_seal_hint {
  display: none;
  color: #2b2a2a;
  padding: 4px 0;
  font-weight: 700;
  margin: 0 0 0 35px;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal:hover {
  background: #ffffff;
  opacity: 0.8;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal:hover i {
  color: #ae0c1d;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal:hover .tournee_listing_seal_hint_add {
  display: block;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal.active i {
  color: #ae0c1d;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal.active:hover .tournee_listing_seal_hint_remove {
  display: block;
}
.tournee_listing .tournee_listing_pic .tournee_listing_seal.active:hover .tournee_listing_seal_hint_add {
  display: none !important;
}
.tournee_listing .tournee_listing_chartnumber {
  float: left;
  font-size: 20pt;
  font-weight: 700;
  background: #ae0c1d;
  color: #ffffff;
  padding: 2px 0 0 0;
  width: 25px;
  text-align: center;
  margin: 5px 5px 0 10px;
}
.tournee_listing .tournee_listing_teaser {
  font-weight: 700;
  padding: 10px 0 0 0;
  color: #ae0c1d;
}
.tournee_listing .tournee_listing_buttons {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  text-align: center;
  line-height: 12px;
}
.tournee_listing .tournee_listing_buttons a {
  font-size: 16pt;
  color: #ffffff;
  background: #2b2a2a;
  width: 37px;
  padding: 8px 0;
  display: inline-block;
  margin: 0 0px;
}
.tournee_listing .tournee_listing_buttons a:hover {
  color: #ae0c1d;
}
.tournee_listing .tournee_listing_buttons .tournee_listing_textbutton {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13pt;
  margin-bottom: 40%;
  font-weight: 700;
  display: inline-block;
  padding: 6px 20px;
  background: #ffffff;
}
.tournee_listing .tournee_listing_buttons .tournee_listing_textbutton a {
  background: none;
  width: auto;
  padding: 0;
  font-size: inherit;
  display: block;
  color: #2b2a2a;
}
.tournee_listing .tournee_listing_infos {
  padding: 5px 10px;
  overflow: hidden;
}
.tournee_listing:hover {
  color: #2b2a2a;
}
.tournee_listing:hover h5 {
  color: #ae0c1d;
}
.tournee_listing:hover .tournee_listing_buttons {
  display: block;
}
.tournee_listing:hover img {
  opacity: 0.5;
}
@media only screen and (max-width: 380px) {
  .tournee_listing {
    font-size: 8.5pt;
  }
  .tournee_listing h5 {
    font-size: 10pt;
  }
}
.tournee_listing_noopacity:hover img {
  opacity: 1;
}
.tournee_listing_aside .tournee_listing_title {
  font-weight: 700;
}
.tournee_menu {
  overflow: auto;
  margin: 0 -8px;
}
.tournee_listing.ajaxload .tournee_listing_pic {
  min-height: 80px;
  background-image: url(../images/main_design/ajax-loader-black.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.tournee_listing.ajaxload:hover h5 {
  color: #2b2a2a;
}
.tournee_listing.ajaxload:hover h5:hover {
  color: #ae0c1d;
}
.tournee_listing.ajaxload:hover a:hover {
  color: #ae0c1d;
}
.tournee_listing.ajaxload.loaded .tournee_listing_pic {
  background-image: none;
}
/* --------- 13. Events --------- */
.events_listing {
  padding: 4px 0;
  border-bottom: 1px solid #ffffff;
}
.events_listing .events_listing_city {
  font-weight: 700;
  color: #ae0c1d;
}
.events_listing .events_listing_links {
  text-align: right;
}
.events_listing .events_listing_links div {
  display: inline-block;
}
.events_listing .events_listing_links div a {
  display: inline-block;
  position: relative;
  font-size: 15pt;
  width: 30px;
  height: 30px;
  margin: 6px 1px 0 0;
  background: #2b2a2a;
  color: #ffffff;
}
.events_listing .events_listing_links div a i {
  position: absolute;
  left: 6px;
  top: 5px;
}
.events_listing .events_listing_links div a:hover {
  color: #ae0c1d;
}
@media only screen and (max-width: 859px) {
  .events_listing .events_listing_links {
    text-align: left;
  }
}
.events_listing_aside_more {
  margin: 10px -15px -15px -15px;
  padding: 5px;
}
.events_listing_aside_more a {
  background: #ae0c1d;
  color: #ffffff;
  display: block;
  line-height: 13pt;
}
.events_listing_aside_more a .event_listing_aside_more_icon {
  background: #747474;
  display: inline-block;
  float: left;
  padding: 4px 5px 3px 5px;
  font-size: 14pt;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.events_listing_aside_more a .event_listing_aside_more_title {
  font-size: 10pt;
  padding: 7px 0 0 0;
  display: inline-block;
}
.events_listing_aside_more a:hover {
  background: #2b2a2a;
}
.events_listing_aside {
  position: relative;
}
.events_listing_aside .events_listing_aside_hover {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/main_design/trans_w_50.png);
}
.events_listing_aside .events_listing_aside_hover div {
  display: inline-block;
}
.events_listing_aside .events_listing_aside_hover div a {
  display: inline-block;
  position: relative;
  font-size: 15pt;
  width: 30px;
  height: 30px;
  margin: 6px 1px 0 0;
  background: #2b2a2a;
  color: #ffffff;
}
.events_listing_aside .events_listing_aside_hover div a i {
  position: absolute;
  left: 6px;
  top: 5px;
}
.events_listing_aside .events_listing_aside_hover div a:hover {
  color: #ae0c1d;
}
.events_listing_aside:hover .events_listing_aside_hover {
  display: block;
}
#event_detail_table {
  border: 0;
  margin: 10px 0;
  padding: 0;
}
#event_detail_table td {
  padding: 5px;
  border-bottom: 1px solid #ffffff;
}
#event_detail_table td.bold {
  font-weight: 700;
}
.event_support {
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
  padding: 5px;
  margin: 0 0 10px 0;
}
/* --------- 14. ABC --------- */
#abc_marker {
  height: 30px;
}
#abc_register {
  margin: -29px 0 0 0;
  position: absolute;
  width: 100%;
}
#abc_register ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
#abc_register ul li {
  float: left;
  display: inline-block;
  text-align: center;
  width: 3.7037037037037037%;
  padding: 3px 0;
  cursor: pointer;
}
#abc_register ul li:hover {
  background: #ae0c1d;
  color: #ffffff;
}
#abc_register ul li.active {
  background: #ae0c1d;
  color: #ffffff;
}
#abc_register.fixed {
  position: fixed;
  top: 40px;
  z-index: 100;
  left: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.34);
}
#abc_register.fixed .abc_container {
  max-width: 940px;
  margin: 0px auto;
}
/* ---------- 15. Fanreports ------- */
.fanreport {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 10px;
}
.fanreport .fanreport_rating {
  color: #FFD700;
  float: right;
}
.fanreport .fanreport_rating i {
  font-size: 11pt;
  margin: 0 2px 0 0;
}
.fanreport .fanrport_username {
  font-weight: 700;
  color: #ae0c1d;
}
.fanreport .fanreport_date {
  color: #e2e7ea;
  font-size: 8pt;
}
.fanreport .fanreport_content {
  padding: 5px 0 0 0;
  font-size: 9pt;
}
/* ---------- 16. Sitepart------- */
.wpf_padding_box {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpf_sitemanager_paragraph {
  padding: 0 0 30px 0;
}
.wpf_sitepart_headline {
  padding: 0 0 10px 0;
}
.wpf_sitepart_headline h1,
.wpf_sitepart_headline h2,
.wpf_sitepart_headline h3,
.wpf_sitepart_headline h4,
.wpf_sitepart_headline h5,
.wpf_sitepart_headline h6 {
  display: inline-block;
}
.wpf_sitepart_text p {
  padding: 0 0 15px 0;
  margin: 0;
}
/*.wpf_sitepart_modulcontent	{ }
.wpf_content_pic_paragraph	{ }
.wpf_sitemanager_pic 		{ }
.wpf_sites_pic_piconly		{ display:inline-block; width:100% !important; height:auto !important; }
.wpf_sitepart_pic			{ padding:0px; margin:0; }
.wpf_sitepart_pic_top		{ padding:0px; margin-bottom:10px; }
.wpf_sitepart_pic_bottom	{ padding:0px; margin-top:10px; }
.wpf_sitepart_pic_left		{ float:left; display:inline-block; width: 45%; height:auto; padding:0px; margin:0 20px 0 0; }
.wpf_sitepart_pic_right		{ float:right; display:inline-block; width: 45%; height:auto; padding:0px; margin:0 0 0 20px; }
.wpf_sitepart_link			{ }
.wpf_showall_link			{ float:right; 
	a { color:@lighter-more; text-transform:uppercase; font-size:0.9em; &:hover { color:@dark; } } 
	i { margin:0 0 0 10px; }
}
.wpf_sitepart_table {
	border:0; margin:0; padding:0; 
	tr { border:0; margin:0; padding:0; }
	td { border:0; border-bottom:1px dotted @border-color; margin:10px 0; padding:10px 3px; }

}*/
/* ---------- 17. Submenu ------- */
ul.submenu {
  font-weight: 700;
}
ul.submenu ul {
  margin: 10px 0 0 15px;
  padding: 0px;
}
ul.submenu ul li a {
  font-size: 9.5pt;
  font-weight: normal;
}
ul.submenu a.wpf_submenu_active {
  color: #ae0c1d;
}
/* ---------- 18. Fomrulare ------- */
input[type=text],
input[type=password],
textarea {
  border: 0;
  background: #ffffff;
  padding: 8px 10px;
  border: 1px solid #c0cbd0;
  width: 100%;
  margin: 0;
  display: block;
}
input[type=submit] {
  display: block;
  padding: 5px 10px;
  text-align: center;
  background: #2b2a2a;
  color: #ffffff;
  width: 100%;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
}
input[type=submit]:hover {
  background: #ae0c1d;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 8px 10px 8px 0px;
}
textarea {
  min-height: 150px;
}
select {
  font-size: 9pt;
}
.wpf_message_contactform {
  font-size: 13pt;
  padding: 10px;
  text-align: center;
  margin: 20px 0;
  border: 1px dotted #c0cbd0;
}
.wpf_message {
  font-size: 13pt;
  padding: 10px;
  border: 1px dotted #c0cbd0;
  margin: 10px 0;
}
.wpf_message_error {
  color: #ae0c1d;
}
.form_field {
  padding: 0 0 15px 0;
}
.form_field label {
  display: block;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.form_field.short label {
  display: inline;
}
.form_field.short .form_input {
  display: inline;
}
.form_field.short .form_input input[type=text],
.form_field.short .form_input textarea {
  width: 60px;
  display: inline;
}
#akkreditierung .form_field label {
  font-weight: 400;
}
#akkreditierung .short {
  margin-left: 30px;
  margin-top: -10px;
}
.form_section_title {
  font-weight: 700;
  font-size: 12pt;
}
.form_section_subtitle {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* --------- 19. Downloads --------- */
.downloads_listing {
  padding: 4px 0;
  border-bottom: 1px solid #ffffff;
}
.downloads_listing .downloads_listing_name {
  font-weight: 700;
  color: #ae0c1d;
}
.downloads_listing .downloads_listing_pic {
  float: left;
  padding: 0 10px 0 0;
}
.downloads_listing .downloads_listing_links {
  text-align: right;
}
.downloads_listing .downloads_listing_links div {
  display: inline-block;
}
.downloads_listing .downloads_listing_links div a,
.downloads_listing .downloads_listing_links div span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15pt;
  width: 30px;
  height: 30px;
  margin: 6px 1px 0 0;
  background: #2b2a2a;
  color: #ffffff;
}
.downloads_listing .downloads_listing_links div a i,
.downloads_listing .downloads_listing_links div span i {
  position: absolute;
  left: 6px;
  top: 5px;
}
.downloads_listing .downloads_listing_links div a:hover,
.downloads_listing .downloads_listing_links div span:hover {
  color: #ae0c1d;
}
@media only screen and (max-width: 859px) {
  .downloads_listing .downloads_listing_links {
    text-align: left;
  }
}
/* --------- 20. Videos --------- */
#mediathek_stage {
  background: #c0cbd0;
  padding: 30px 0 20px 0;
  margin: -25px 0 20px 0;
}
#mediathek_infos h1 {
  font-size: 14pt;
  line-height: 1.1;
  margin: 0 0 10px 0;
}
#mediathek_embeddig {
  padding: 20px 0;
  display: none;
}
#mediathek_embeddig textarea {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  background: #e2e7ea;
  color: #8c9091;
  width: 100%;
  border: 0;
}
#mediathek_embeddign_sizes {
  margin: 0 0 10px 0;
  text-align: right;
}
#mediathek_embeddign_sizes span {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 0 0 3px;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
}
#mediathek_embeddign_sizes span.active {
  color: #ae0c1d;
}
.wpf_videos_listing {
  margin: 0 0 16px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px #d0cfcf;
  -moz-box-shadow: 0 2px #d0cfcf;
  box-shadow: 0 2px #d0cfcf;
}
.wpf_videos_listing .wpf_videos_listing_pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.wpf_videos_listing .wpf_videos_listing_pic img {
  width: 100%;
  max-width: none;
}
.wpf_videos_listing .wpf_videos_listing_pic:hover .wpf_videos_listing_buttons,
.wpf_videos_listing .wpf_videos_listing_pic:hover .wpf_videos_listing_pic_darker {
  display: block;
}
.wpf_videos_listing .wpf_videos_listing_infos {
  padding: 10px;
}
.wpf_videos_listing .wpf_videos_listing_infos .wpf_videos_listing_name {
  font-weight: 700;
  height: 35px;
  overflow: hidden;
}
.wpf_videos_listing .wpf_videos_listing_infos .wpf_videos_listing_name a {
  color: #2b2a2a;
}
.wpf_videos_listing .wpf_videos_listing_infos .wpf_videos_listing_name a:hover {
  color: #ae0c1d;
}
.wpf_videos_listing .wpf_videos_listing_infos .wpf_videos_listing_count {
  font-size: 8pt;
}
.wpf_videos_listing .wpf_videos_listing_buttons {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  text-align: center;
  line-height: 12px;
}
.wpf_videos_listing .wpf_videos_listing_buttons a {
  font-size: 16pt;
  color: #ffffff;
  background: #2b2a2a;
  width: 37px;
  padding: 8px 0;
  display: inline-block;
  margin: 0 0px;
}
.wpf_videos_listing .wpf_videos_listing_buttons a:hover {
  color: #ae0c1d;
}
.wpf_videos_listing .wpf_videos_listing_pic_darker {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  display: none;
}
#mediathek_search {
  background: white;
  display: none;
  margin: 10px 0 10px 0;
  border: 1px solid #d7d7d7;
}
#mediathek_search input {
  border: 0;
}
#mediathek_search #mediathek_search_field {
  margin: 0 60px 0 0;
}
#mediathek_search #mediathek_search_button {
  float: right;
  cursor: pointer;
  font-size: 12pt;
  padding: 7px 10px 0 0;
}
#mediathek_search #mediathek_search_button:hover {
  color: #ae0c1d;
}
#livesearch_mediathek_results {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #d7d7d7;
  display: none;
  max-width: 300px;
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=5, direction=180, color='#666');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#666')";
}
#livesearch_mediathek_results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#livesearch_mediathek_results ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  float: none;
  font-size: 9.5pt;
}
#livesearch_mediathek_results ul li a {
  color: #2b2a2a;
  font-size: 9.5pt;
}
#livesearch_mediathek_results ul li a:hover {
  background: none;
  color: #ae0c1d;
}
#livesearch_mediathek_results ul li a,
#livesearch_mediathek_results ul li span {
  display: block;
}
#livesearch_mediathek_results ul li:last-child {
  border: 0;
}
/* ---------- 21. Listen ------- */
.content_list_spacer {
  height: 40px;
}
.content_list .content_list_index {
  background: #ae0c1d;
  color: #ffffff;
  margin: 20px 0 10px 0;
}
.content_list .content_list_title {
  padding: 5px 0;
}
.content_list .icon-s_arrow-down {
  float: left;
  font-size: 19pt;
  padding: 2px;
  background: #2b2a2a;
  margin: 0 15px 0 0;
}
.content_list .content_list_index_presse {
  background: #747474;
  color: #ffffff;
  margin: 1px 0;
  font-size: 16pt;
  font-weight: bold;
  padding: 0 10px;
}
/* ---------- 22. Presse ------- */
.presse_artist_content {
  display: none;
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/main_design/ajax-loader.gif);
}
.presse_artist_content .content_list .content_list_index {
  background: #ffffff;
  color: #2b2a2a;
}
.presse_artist_content .content_list .icon-s_arrow-down {
  background: #747474;
  color: #ffffff;
}
.presse_artist_content.loaded {
  background: none;
}
.presse_artist_content.loaded h3 {
  margin: 20px 0 10px 0;
  padding: 0;
}
.embeddig {
  padding: 20px 0 0 0;
}
.embeddig textarea {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-family: "Courier New", Courier, monospace;
  background: #ffffff;
  color: #8c9091;
  width: 100%;
  border: 0;
}
.embeddign_sizes {
  margin: 0 0 10px 0;
  text-align: right;
}
.embeddign_sizes span {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 0 0 3px;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
}
.embeddign_sizes span.active {
  color: #ae0c1d;
}
/* ---------- 23. Reste------- */
.news_headline {
  margin: 0 0 10px 0;
}
#calendar a {
  color: #2b2a2a;
}
#calendar a:hover {
  color: #ae0c1d;
}
#flexslider_partner {
  padding-bottom: 30px;
}
#flexslider_partner .flex-control-nav {
  top: inherit;
  bottom: 0px;
}
