@charset "utf-8";
/* CSS Document */

/* @group General */

html { overflow-y: scroll; height: 100%; }

body {
	width: 100%;
	height: 100%;		
	color: #FFF;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	background: #000; /*url('/website/static/img/bg_body.gif') #252525;*/
}
#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
div#background {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}
#page {
	margin: 0 auto;
	width: 970px;			
}
.clickable {
	cursor: pointer; 
}
.block-group .block {
	margin-right: 30px;
}
.block-group .block:last-child {
	margin-right: 0;
}
.block.two-one-one {
	width: 450px;
}
.block.one {
	width: 225px;
}
.mright {
	margin-right: 30px;
}
.image-box {
	display: table-cell;
	width: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}
input[type=submit] {
	border: none;
	cursor: pointer;	
}
.transparency {
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
/* @end */

/* @group Text */
h1 {
	color: #FFF;	
	font: normal 3.2em/1em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	color: #FFF;
	font: normal 2em/1.3em "HelveticaMedium", Arial, Helvetica, sans-serif;
}
h3 {
	color: #FFF;
	font: normal 1.5em/1.3em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	margin-bottom: 10px;
}
h4 {
	color: #FFF;
	font: normal 1.4em/1.2em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	color: #FFF;	
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
p:last-child {
	padding: 0;
}
a {
	color: #FFF;
}
a:focus {
	outline: none;
}
a.forward-link {
	text-decoration: none;
}
a.forward-link:hover {
	text-decoration: underline;
}
/* @end */

/* @group Header */
header {
	margin-top: 35px;
	width: inherit;
	height: 59px;	
	text-align: center;
	background: #000;
}
a#logo {
	position: relative;
	float: right;
	text-decoration: none;
	padding: 10px 10px 5px;
}
a#logo span#cherry {
	position: absolute;
	top: -7px;
	left: -11px;
	width: 63px;
	height: 37px;
	background: url('/website/static/img/mp_cherry.png') no-repeat;
}
nav {
	position: relative;
	float: left;
}
nav ul li.nav {
	float: left;
}
nav ul li.nav a {
	display: block;
	padding: 20px;
	color: #898989;	
	font: normal 1.3em/1.3em "HelveticaMediumExtended", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: url('/website/static/img/bg_nav-item.png') no-repeat center right;
}
nav ul li.nav a:hover,
nav ul li.nav:hover a,
nav ul li.nav.active a,
nav ul li.hover a {
	color: #FFF;
}

/* @end */

/* @group Article */

article {
	position: relative;
	margin-top: 60px;
	display: table;
	width: inherit;
}
article .content {
	position: relative;
	z-index: 2;
}
article .transparency {
	z-index: 1;	
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 300px;
}
article.inner {
	width: 910px;
	padding: 30px;
}
article.content {
	background: #000;
}
article section {
	float: left;	
}
hgroup {
	display: block;
	margin-bottom: 30px;
}
article#footer-boxes {
	margin-top: 30px;
	display: table;
	width: inherit;
	background: none;
}
/* @end */

/* @group Calendar */
#calendar {
	position: absolute;
	display: none;
}
#calendar-wrapper {
	margin-top: 1px;
	position: relative;
	z-index: 2;	
	padding: 10px 19px;
	width: 932px;
	height: 31px;
}
#calendar-wrapper > div {
	height: inherit;
}
#calendar .transparency {
	position: absolute;
	top: 1px;
	z-index: 1;		
	width: 970px;
	height: 51px;
}
#calendar .section {
	float: left;
	width: 870px;	
}
#calendar .controller,
#calendar .month,
#calendar .month .month-name,
#calendar .month ul,
#calendar .month ul li {
	float: left;
}
#calendar .month .month-name {
	color: #898989;	
	font: normal 3em/0.8em "HelveticaMediumExtended", Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}
#calendar .month .month-name {
	width: 90px;
	text-align: center;	
}
#calendar .month ul li {
	padding: 0 3px;
	width: 23px;	
	border-right: 1px solid #333;
}
#calendar .month ul li:last-child {
	border-right: 1px solid #000;	
}
#calendar .month ul li .day,
#calendar .month ul li .weekday {
	width: 23px;
	text-align: center;
}
#calendar .month ul li .day,
#calendar .month ul li .weekday {
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;	
}
#calendar .month ul li.event {
	background: #FFF;
	color: #000;
	cursor: pointer;
}
#calendar .month ul li.event:hover {
	background: #e51a56;	
}
#calendar .controller {
	width: 31px;
}
#calendar .controller a {
	width: 16px;
	height: inherit;
	padding: 0;
	background: url('/website/static/img/cal_controllers.png') no-repeat;
}
#calendar .controller.left a {
	background-position: 0 0;
}
#calendar .controller.right,
#calendar .controller.right a {
	float: right;
}
#calendar .controller.right a {
	background-position: -16px 0;
}

#eventbox {
	width: 180px;
	display: table;
	position: relative;		
}
#eventbox .event-peak {
	margin: 0 auto;
	position: relative;
	bottom: -3px;
	display: block;
	background: url('/website/static/img/event-peak.png') no-repeat;
	width: 35px;
	height: 17px;
}
#eventbox .event {
	width: 180px;
	padding: 20px;
	background: #000;
	border: 3px solid #e51a56;
	-moz-box-shadow: 0px 0px 6px #252525;
	-webkit-box-shadow: 0px 0px 6px #252525;
	box-shadow: 0px 0px 6px #252525;		
}
#eventbox .event .date {
	color: #FFF;	
	font: normal 2.8em/1.1em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	padding-bottom: 7px;
	border-bottom: 1px dashed #898989;
	margin-bottom: 10px;
}
#eventbox .event h4 {
	color: #FFF;	
	font: normal 1.8em/1.1em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #898989;
	margin-bottom: 10px;
}
#eventbox .event a.open-flyer,
#eventbox .event a.open-video {
	margin-top: 10px;
	display: block;
	color: #e51a56;	
	font: normal 1em/1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	border-top: 1px dashed #898989;
}
#eventbox .event a.open-flyer:hover,
#eventbox .event a.open-video:hover {
	text-decoration: underline;
}
#eventbox .event a.open-flyer span.arrow,
#eventbox .event a.open-video span.arrow {
	float: left;
	position: relative;
	top: 2px;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background: url('/website/static/img/ico_arrows.png') no-repeat;
	background-position: -16px 0;
}
/* @end */

/* @group Programm */
article#programm section.slider-group {
	position: relative;	
	width: inherit;	
	height: 400px;
}
article#programm section.slider-group ul {
	margin: 0 auto;
	width: 870px;
	height: inherit;
	overflow: hidden;	
}
article#programm section.slider-group ul li {
	float:left;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: inherit;
	text-align: center;
}
article#programm section.slider-group ul li a {
	display: table-cell;
	width: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}
article#programm section.slider-group ul li a img {
	-moz-box-shadow: 0px 0px 5px #252525;
	-webkit-box-shadow: 0px 0px 5px #252525;
	box-shadow: 0px 0px 5px #252525;	
}
/* @end */

/* @group DJs */
article#djs section.slider-group {
	height: 270px;
}
article#djs section.slider-group ul {
	display: table;
	margin-bottom: 30px;
	overflow: hidden;
}
article#djs section.slider-group ul li.slider {
	float: left;
	width: 150px;
	margin-right: 40px;
}
article#djs section.slider-group ul li.slider .image {
	display: block;
	margin-bottom: 5px;
	width: 148px;
	height: 148px;
	border: 1px solid #333;
}
article#djs section.slider-group ul li.slider:last-child {
	margin-right: 0;
}
article#djs section.slider-group #slider-nav {
	float: right;
}
article#djs section.slider-group #slider-nav span {
	margin-left: 1px;
}
article#djs section.slider-group #slider-nav span a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/website/static/img/buttons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
article#djs section.slider-group #slider-nav span#prevBtn a {
	background-position: -25px -50px;
}
article#djs section.slider-group #slider-nav span#prevBtn a:hover {
	background-position: 0 -50px;
}
article#djs section.slider-group #slider-nav span#nextBtn a {
	background-position: -75px -50px;
}
article#djs section.slider-group #slider-nav span#nextBtn a:hover {
	background-position: -50px -50px;
}
/* @end */

/* @group EventShots */
article#events section.gallery-group ul.gallery,
article#events section.gallery-group ul.gallery-list {
	display: table;
	width: 910px;
}
article#events section.gallery-group ul.gallery-list li {
	float: left;
	padding: 10px;
	width: 140px;
	min-height: 190px;
	margin: 0 18px 18px 0;
	background: none;
	border: 1px solid #000;
	cursor: pointer;
}
article#events section.gallery-group ul.gallery-list li:hover {
	background-color: #000;
}
article#events section.gallery-group ul.gallery-list li .image {
	width: inherit;
	margin-bottom: 5px;	
}
article#events section.gallery-group ul.gallery-list li h3 {
	font: 1.2em/1.3em "HelveticaMedium", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
article#events section.gallery-group ul.gallery-list li h3 a {
	text-decoration: none;
}
article#events section.gallery-group ul.gallery-list li .date {
	width: inherit;
}

article#events hgroup a.back {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/website/static/img/buttons.png');
	background-repeat: no-repeat;
	background-position: -25px -50px;
	margin-right: 10px;	
}
article#events hgroup a.back:hover {
	background-position: 0 -50px;
}
article#events section.gallery-group ul.gallery li {
	float: left;
	width: 165px;
	height: 130px;
	margin: 0 18px 18px 0;
	background: none;
	border: 1px solid #000;
	cursor: pointer;
}
article#events section.gallery-group ul.gallery li:hover {
	background-color: #000;
}
article#events section.gallery-group ul.gallery li:nth-child(5n) {
	margin-right: 0;
}
article#events section.gallery-group ul.gallery-nav {
	display: table;
	margin-bottom: 18px;
}
article#events section.gallery-group ul.gallery-nav li {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 1px;
	background: none;
	border: 1px solid #000;
	text-align: center;
}
article#events section.gallery-group ul.gallery-nav li a,
article#events section.gallery-group ul.gallery-nav li span {
	display: block;
	color: #FFF;
	font: normal 1em/2.2em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
article#events section.gallery-group ul.gallery-nav li a:hover,
article#events section.gallery-group ul.gallery-nav li.active a {
	color: #000;
	background: #737373;
}
/* @end */

/* @group Location */
article#location section.block-group {
    padding-bottom: 30px;	
    border-bottom: 1px dotted #3B3B3B;
    margin-bottom: 30px;
}
article#location section.block-group:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
article#location section.block-group .block.one {
	float: left;
	width: 205px;
}
article#location section.block-group .block.one:nth-child(4n) {
	margin-right: 0;
}
article#location section.block-group .block.location {
	height: 170px;	
}
article#location section.block-group .block.location .map,
article#location section.block-group .block.location p {
	float: left;
	margin-right: 30px;
}
/* @end */

/* @group Partner */
article#partner section.block-group .block {
	float: left;
	width: 205px;
	height: 180px;
}
article#partner section.block-group .block:nth-child(4n) {
	margin-right: 0;
}
/* @end */

/* @group Contact */
article#contact section.block-group .block.one {
	float: left;
	width: 205px;
}
article#contact section.block-group .block.two {
	float: left;
	width: 440px;
}
article#contact #directionmap {
	width: 440px;
	height: 240px;
}
article#imprint section.block-group .block:last-child {
	margin-right: 0;
}
/* @end */

/* @group Imprint */
article#imprint section.block-group {
	border-bottom: 1px dotted #3b3b3b;
	margin-bottom: 30px;	
}
article#imprint section.block-group .block {
	float: left;
	width: 205px;
	min-height: 110px;
	margin-bottom: 30px;
}
article#imprint section.block-group .block:nth-child(4n) {
	margin-right: 0;
}
article#imprint section.block-group .block h3 {
	color: #a1a1a1;
}
article#imprint .textblock ol li,
article#imprint .textblock ul li {
	margin-left: 15px;
}
article#imprint .textblock ol li {
	list-style: decimal;
}
article#imprint .textblock ul li {
	list-style: disc;
	margin: 5px 0 5px 15px;
}
/* @end */

/* @group Map */
#directionsMap {
	height: 400px;
}
#directionsMap .map-infowindow h4,
#directionsMap .map-infowindow a {
	color: #4F1B15;
	margin-bottom: 3px;
}
#directionsMap .map-infowindow {
	color: #333;
	font: normal 0.9em/1.5em Georgia, "Times New Roman", Times, serif;	
}
#festival .direction ul {
	margin: 0 0 15px 15px;
}
#festival .direction ul li {
	list-style: disc outside;
	color: #4D3E20;
	font: normal 0.9em/1.5em Georgia, "Times New Roman", Times, serif;	
}
/* @end */

/* @group Footer Boxes */
article#footer-boxes .block {
	float: left;
	width: 217px;
	padding: 12px;	
	min-height: 191px;
	margin-right: 2px;
}
article#footer-boxes .block.two {
	width: 460px;
}
article#footer-boxes .block.two .fb-like-box {
	background:#949494;
}
article#footer-boxes .block:last-child {
	margin-right: 0;
}
article#footer-boxes .block .textblock {
	width: 193px;
	min-height: 167px;	
	padding: 12px;	
}
article#footer-boxes .block.newsletter {
	background: url('/website/static/img/bg_footer-boxes_limo-service.gif') #000;
}
article#footer-boxes .block.newsletter .textblock {
	background: #1b1b1b;
}
article#footer-boxes .block.newsletter a.btn.newsletter {
	color: #FFF;
	font: normal 1em/2.2em Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 34px;
	width: 109px;
	height: 25px;
	display: block;
    background-color: transparent;
    background-image: url("/website/static/img/buttons.png");
    overflow: hidden;
	background-position: 0 -25px;	
}
article#footer-boxes .block.newsletter a.btn.newsletter:hover {
	color: #FFF;
	background-position: -144px -25px;	
}
article#footer-boxes .block.socials {
	background: url('/website/static/img/bg_footer-boxes_limo-service.gif') #000;
}
article#footer-boxes .block.socials .textblock {
	background: #1b1b1b;
}
article#footer-boxes .block.socials .textblock ul li {
	margin: 10px 0;
}
article#footer-boxes .block.socials .textblock ul li a {
	color: #FFF;
	text-decoration: none;
}
article#footer-boxes .block.socials .textblock ul li a:hover {
	text-decoration: underline;
}
article#footer-boxes .block.socials .textblock ul li a img {
	float: left;
	margin-right: 5px;
}
article#footer-boxes .block.get-in {
	background: url('/website/static/img/bg_footer-boxes_limo-service.gif') #000;
}
article#footer-boxes .block.get-in .textblock {
	background: #1b1b1b;
}
article#footer-boxes .block.get-in a {
	font-weight: bold;
}
article#footer-boxes .block.limo-service {
	background: url('/website/static/img/bg_footer-boxes_limo-service.gif') #000;
}
article#footer-boxes .block.limo-service .textblock {
	background: #1b1b1b;
}
article#footer-boxes .block.limo-service a.forward-link span.arrow {
	float: left;
	position: relative;
	top: 4px;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background: url('/website/static/img/ico_arrows.png') no-repeat;
	background-position: 0 0;		
}
/* @end */

/* @group Footer */
footer {
	margin-top: 12px;
	height: 50px;
}
footer #copyright {
	float: left;
	margin-left: 12px;
	color: #FFF;		
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
}
ul#footer-nav {
	float: right;
	margin-right: 12px;
}
ul#footer-nav li {
	float: left;
}
ul#footer-nav li a {
	display: block;
	padding: 0 8px;
	border-right: 1px solid #FFF;
	color: #FFF;
	font: normal 1em/1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	text-decoration: underline;
}
ul#footer-nav li:last-child a {
	border-right: none;
}
/* @end */

/* @group facebook */
.fb-like {
	color: #FDD27D;
}
/* @end */


/* @group dialog boxes */
.modalBox {
	width: 400px;
	display: inline-block;	
	padding: 42px 40px 40px;
	background: #000;
	-moz-box-shadow: 0px 0px 6px #252525;
	-webkit-box-shadow: 0px 0px 6px #252525;
	box-shadow: 0px 0px 6px #252525;	
}
.newsletter .modalBox {
	background: #e31f25;	
}
.location .modalBox {
	width: 600px;	
}
.newsletter .modalBox form ul.errors {
	color: #FFF;	
}
.modalBox h2 {
	color: #FFF;	
	font: normal 2.1em/1em "HelveticaMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed #3b3b3b;
	margin-bottom: 25px;
}
.newsletter .modalBox h2 a.back {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('/website/static/img/buttons.png');
	background-repeat: no-repeat;
	background-position: -25px -50px;
	margin-right: 10px;	
}
.modalBox .one-two {
	float: left;
	width: 47%;
}
.modalBox .split {
	margin-right: 6%;
}
.modalClose {
	position: absolute;
	top: 40px;
	right: 40px;
}
a.btn.modal-close {
	width: 25px;
	height: 25px;
	display: block;
    background-color: transparent;
    background-image: url("/website/static/img/buttons.png");
    overflow: hidden;
	background-position: 0 0;	
}
a.btn.modal-close:hover {
	background-position: -25px 0;	
}

.modalBox form .form-row {
	float: left;
	padding: 5px 0;
	width: inherit;
}
.modalBox form .indented {
	margin-left: 85px;
}
.modalBox form .mtop {
	margin-top: 20px;
}
.modalBox form ul.errors {
	margin: 0.5em 0;
	color: #E31F25;	
	font: bold 0.9em/1.3em Arial, Helvetica, sans-serif;
}
.modalBox form label.required:after {
	content: " *";
}

/* @group newsletter-subscribe */
#modal.newsletter .modalBox h2 {
	border-bottom: 1px dashed #FFF;
}
.modalBox form input[type=text] {
	width: 230px;
	padding: 4px;
}
.modalBox form select {
	width: 240px;
	padding: 4px;
}
.modalBox form textarea {
	width: 230px;
}
.modalBox form input[type=checkbox] {
	position: absolute;
	margin-top: 3px;
}
.modalBox form dt,
.modalBox form dd {
	display: inline-block;
	vertical-align: top;
}
.modalBox form dt {
	width: 85px;	
}
.modalBox form dt label {
	display: block;
	padding-top: 5px;
}
.modalBox form dd {
	width: 310px;	
}
.modalBox form .info {
	display: inline-block;
	margin-left: 25px;
	font: normal 0.9em/1.6em Arial, Helvetica, sans-serif;	
}
.modalBox form .info a {
	color: #FFF;
	font: bold 1em/1em Arial, Helvetica, sans-serif;	
}
.modalBox form input[type=submit] {	
	color: #000;
	font: normal 1.3em/1em "HelveticaMedium", Arial, Helvetica, sans-serif;	
    text-transform: uppercase;
	width: 181px;	
    height: 37px;
	background: #ebebeb; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#ebebeb, #c2c2c2);
	background: -o-linear-gradient(#ebebeb, #c2c2c2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#c2c2c2)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#ebebeb, #c2c2c2);		
}
.modalBox form input[type=submit]:hover {
	background: #c2c2c2; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#c2c2c2, #ebebeb);
	background: -o-linear-gradient(#c2c2c2, #ebebeb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2c2c2), to(#ebebeb)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#c2c2c2, #ebebeb);
}
.modalBox #privacy-info {
	width: 310px;
}
.modalBox #privacy-info .block p {
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;	
}

/* @group limo-servie */
.modalBox .block .image-box {
	padding-bottom: 15px;
}
#modal.popup .modalBox .block ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#modal.popup .modalBox .block ul li {
	list-style: disc outside;
}
.modalBox .block a.forward-link {
	display: block;
	padding-top: 10px;
	border-top: 1px dashed #3b3b3b;
	margin-top: 5px;
}
.modalBox .block a.forward-link span.arrow {
	float: left;
	position: relative;
	top: 4px;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background: url('/website/static/img/ico_arrows.png') no-repeat;
	background-position: 0 0;		
}
/* @end */