/* author
--------------------------------------------- 

project: La Candela
date: February 2012
author: Maik Derek
contact: moinmoin@maikderek.de

*/

/* css reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, strong, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}


/* -TWEAKS
----------------------------------------------------------------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: 100%; /* ios */
	-ms-text-size-adjust: 100%; /* ms */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* tap color */
	
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: sub;
	vertical-align: bottom;
}

.clearfix:after, .latest-concert:after,  .box:after, #latest-concerts-wrapper:after, #adresse-wrapper:after, header:after, #slideshow:after, #wrapper-content:after, #news-wrapper:after, .news-item:after, #tour-wrapper:after, .tour:after, .presented-by:after, .tour-notice:after, #artists-wrapper:after, .bookingformular:after, #artists-list-wrapper:after, #lacandela-wrapper:after, .artist-media div:after, .lacandela-text:after, #kontaktformular-wrapper:after,  #team-wrapper:after, .team-member:after, .artist-image:after, #impressum-link:after, #impressum:after, .footer-container:after, .artist-list-deatail:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

b, strong { font-weight: bold; }

p {
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 100;
}

*:focus { outline: none; }

.red { color: #C5111A; }

blockquote p {
	display: inline-block;
	background-color: #EEEDEC;
	padding: 10px;
	font-style: italic;
}

blockquote strong, blockquote em {
	font-style: normal;
}

/* red for markituo */

em { 
	font-weight: bold;
	color: #C5111A; 
}

/* twitter, facebook */

.twitter-like, .fb-like {
	margin-right: 10px;
}


/* list elements */

.text ul {
	list-style: none;
	line-height: 1.5em;
	text-indent: -15px;
	padding-left: 18px;
	margin: 20px 0;
}

.text ul li:before {
	content: "-";
	margin-right: 10px;
}

.text ol { 
	line-height: 1.5em;
	padding-left: 20px;
	list-style-type: decimal; 
	margin-bottom: 10px;
}

/* hide mobile elements */

#nav-mobile, .facebook-mobile, .artist-image-mobile { display: none; }

/* fit vids video elements */

video {
	width: 100%;
	height: auto;
}

/* texture */

body, #wrapper {
	background-image: url("img/texture.png");
}	

/* border radius on all elements (since firefox has a problem with border radius on video elements, you can't just simply use "*" */

#header-wrapper, #artist-sidebar, .blueberry .slides li img, .blueberry p.slide-title, .blueberry p.on-tour, #news-wrapper, .box-heading, p.news-heading, img, #newsletter-box, #newsletter-box p.newsletter-heading, input, .facebook-link, .twitter-link, .box, #latest-concerts, p.artist-image-name, p.on-tour, .artist-info-text, blockquote p, .artist-sidebar-box-heading, .book-button, .book-button-back, .bookingformular-wrapper, .tour-heading, #tour-wrapper, .tour-heading a, p.event-entry-date, .event-entry, #lacandela-wrapper, #kontaktformular-wrapper, #team-wrapper, #adresse-wrapper, #impressum, .footer-container, #kontaktformular textarea, .bookingformular textarea  {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* background gradient */

.blueberry  p.on-tour, p.box-heading, p.news-heading, #newsletter-box p.newsletter-heading, #newsletter-box input[type="submit"], p.on-tour, .artist-sidebar-box-heading, .tour-heading a, .event-entry-date, #kontaktformular input[type="submit"] {
	background: #C5111A;
  	background: -webkit-gradient(linear, left top, left bottom, from(#c4171d), to(#d6404c));
    background: -webkit-linear-gradient(top, #c4171d, #d6404c);
    background: -moz-linear-gradient(top, #c4171d, #d6404c);
    background: -ms-linear-gradient(top, #c4171d, #d6404c);
    background: -o-linear-gradient(top, #c4171d, #d6404c);
    
    /* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); */
}

/* slightly grey border */

#news-wrapper, #artist-sidebar, #newsletter-box, .facebook-link, .twitter-link, .artist-info-text, .tour-heading, #tour-wrapper, .event-entry, #lacandela-wrapper, #kontaktformular-wrapper, #team-wrapper, #adresse-wrapper, #impressum, .footer-container, #header-wrapper {
	border: 1px solid #E4E4E4;
}

/* generic button */

a.button {
	display: inline-block;
    background-color: #C5111A;
    border-radius: 3px;
    color: #fff !important;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 100;
    cursor: pointer;
}

/* -MAIN
----------------------------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #EEEDEC;
	color: #000;
	font-family: Arial, sans-serif;
	overflow-y: scroll;
	height: 100%;
	font-size: .875em;
}

#wrapper, header {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 980px;                                                                                               
	background-color: #EEEDEC;
}

#wrapper {
	padding-bottom: 30px;
}

a, a:link, a:visited, a:focus, a:active {
	color: #C5111A;
	text-decoration: none;
	cursor: pointer;
	outline: none;	
}

a:hover,
a:focus {
	color: #000;
}

a.active { color: #000; }

a.active-lang { font-weight: bold; color: #000; }


/* -HEADER
----------------------------------------------------------------------------------------------------------------------------------- */

/* no-js-aler */

#no-js-alert {
	background-color: orange;
	color: #fff;
	font-weight: normal;
	padding: 6px;
	text-align: center;
}

/* logo, titel */

h1 {
	position: absolute;
	color: #fff;
	z-index: -1000;
}

#header-wrapper { /* white background color stretch */
	background-color: #fff;
}

header {
	position: relative;
	background-color: #fff;
	padding: 15px 0;
	min-height: 50px;
}

header .logo {
	max-width: 200px;
	float: left;
	vertical-align: baseline; /* here baseline cause all other images have sub */
	border-radius: 0;
	margin-top: 5px;
}

header h2 {
	float: left;
	margin-top: 36px;
	font-weight: bold;
	margin-left: 15px;
}

.language { font-size: .875em }

/* nav */

nav { float: right; }

nav ul { margin-top: 36px; }

nav ul li {
	display: inline;
	padding-left: 20px;
}

/* language */

.language ul {
	position: absolute;
	top: 15px;
	right: 0;
}

.language ul li {
	float: left;
	margin-left: 3px;
}

.language ul li a { /* REMOVE ITS JUST FOR PROTOTYPING */
	color: #000;
} 

/* -STARTSEITE
----------------------------------------------------------------------------------------------------------------------------------- */

/* slideshow
--------------------------------------------- */

#slideshow { 
	position: relative;
	margin-top: 30px; 
	background-color: #fff;
}

.blueberry {  
	margin: 0 auto;
    overflow: hidden;
}

.blueberry p.slide-title {
	position: absolute;
	top: 0;
	margin: 30px;
	padding: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #C5111A;
	background-color: #fff;
}

.blueberry  p.on-tour {
	position: absolute;
	background: #C5111A;
	top: 90px;
	left: 30px;
	padding: 0 10px;
	margin-top: 10px;
	height: 30px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
	line-height: 30px;
	color: #fff;
}

.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}

.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}

.blueberry .slides li.active { 
	display: block; 
	position: relative; 
}

.blueberry .crop li img { 
	width: auto; 
}

/* no-js */

img.slide-no-js, .slide-title-no-js {
	display: none;
}

.no-js img.slide-no-js {
	display: inline;
	width: 100%;
}

.no-js .slide-title-no-js {
	display: inline;
	position: absolute;
	top: 0;
	margin: 30px;
	padding: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #C5111A;
	background-color: #fff;
	z-index: 1000;
}
	
/* wrapper-content
--------------------------------------------- */

#wrapper-content {
	position: relative; /* to position facebook & twitter */
}

/* news
--------------------------------------------- */

#news-wrapper {
	float: left;
	width: 55%;
	margin-top: 30px;
	padding-bottom: 15px;
	background-color: #fff;
}

p.news-heading {
	display: block;
	margin: 30px 30px 0 30px;
	background-color: #C5111A;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.news-item {
	margin: 30px 30px 0px 30px;
	border-bottom: 1px solid #ccc;
}

.news-image {
	float: left;
	width: 120px;
	margin-bottom: 20px;
}

.news-title {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3em;
}

.news-date {
	display: block;
	font-size: .9em;
	color: #C5111A;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-text {
	padding-left: 145px;
	margin-bottom: 20px;
}

.news-text p {
	margin-bottom: 10px;
}

.news-item:last-child {  /* CHECK BROWSWER SUPPORT, BETTER JQUERY */
	border-bottom: none;
}

/* newsletter
--------------------------------------------- */

.sidebar-wrapper {
	position: absolute;
	height: auto;
	right: 0;
	left: 55%;
	margin-left: 30px;
	margin-bottom: 30px;
}

#newsletter-box {
	background-color: #fff;
	position: relative;
}

#newsletter-box p.newsletter-heading {
	background-color: #C5111A;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 30px;
}

.newsletter-box-stretch {
	padding: 30px 30px 30px 30px;
}

#newsletter-box input[type="email"],
#newsletter-box input[type="text"] {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #999;
	background-color: #F3F3F3;
	margin-bottom: 15px;
	font-size:.875em;
}

#newsletter-box .input-group {
	margin-top: 24px;
}

#newsletter-box .input-group__headline {
	font-weight: bold;
	margin-bottom: 5px;
}

#newsletter-box .input-group label {
	margin-left: 5px;
}

.oldie #newsletter-box input[type="text"] {
	line-height: 25px;
}

#newsletter-box input[type="radio"] {
	margin-right: 5px;
}

#newsletter-box label {
	display: inline-block;
	margin-bottom: 5px;
}

#newsletter-box input[type="submit"] {
	display: block;
	margin-top: 20px;
	background-color: #C5111A;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	font-family: inherit;
	font-size: .9em;
	font-weight: 100; 
	cursor: pointer;
}

#newsletter-box input[type="submit"]:hover {
	display: block;
	margin-top: 20px;
	background-color: green;
	border: 0;
	color: #fff;
	padding: 5px 10px;
	font-family: inherit;
	font-size: .9em;
	font-weight: 100; 
	cursor: pointer;
}

p.newsletter-success {
	margin-bottom: 0;
}

/* social boxes
--------------------------------------------- */

.facebook-link, .twitter-link, .instagram-link {
	font-weight: bold;	
	background-color: #fff;
	overflow: hidden;
	position: relative;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
}

.facebook-link a {
	color: #000;
	margin-left: 70px;
}

.facebook-link a:hover {
	color: #C5111A;
}

.facebook-link a:before {
	content: '';
	background-image: url("img/icon--facebook.svg");
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;	
	left: 30px;
}

.twitter-link a {
	color: #000;
	margin-left: 70px;
}

.twitter-link a:hover {
	color: #C5111A;
}

.twitter-link a:before {
	content: '';
	background-image: url("img/icon--twitter.svg");
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;	
	left: 30px;
}

.instagram-link a {
	color: #000;
	margin-left: 70px;
}

.instagram-link a:hover {
	color: #C5111A;
}

.instagram-link a:before {
	content: '';
	background-image: url("img/icon--instagram.svg");
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;	
	left: 30px;
}

/* sidebar box
--------------------------------------------- */

.box {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

.box-heading {
	display: block;
	margin: 30px 30px 0 30px;
	background-color: #C5111A;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.box-wrapper {
	padding: 30px;
}

/* latest-concerts
--------------------------------------------- */

#latest-concerts {
	position: relative;
	background-color: #fff;
	overflow: auto;
	margin-bottom: 30px;
}

#latest-concerts-wrapper {
	padding: 30px;
}

#latest-concerts .date {
	font-weight: bold;
	font-size: .9em;
}

.latest-concert p {
	margin-bottom: 0;
}

.latest-concert {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.latest-concert:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.latest-concert img {
	max-width: 150px;
	margin-left: 15px;
	float: right;
	vertical-align: sub;
}

/* -ARTIST
----------------------------------------------------------------------------------------------------------------------------------- */

/* artist mobile nav
--------------------------------------------- */

#nav-mobile-artist, .nav-mobile-artist-heading {
	display: none;
}

/* artist-list
--------------------------------------------- */

#artists-list-wrapper {
	margin: 30px -20px -30px 0; /* negative margins for stretching and remove blinds at bottom */
	text-align: justify;
	-ms-text-justify: distribute-all-lines; /* IE8+ */
    text-justify: distribute-all-lines; /* IE5+ */
    -webkit-text-align-last: left; 
}

.artist-small {
	width: 160px;
	height: 130px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.artist-small-blind {
	width: 160px;
	height: 1px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.stretch { /* to get justify to work */
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.artist-small img {
	height: 80px;
	width: 160px;
	margin-bottom: 5px;
}

.artist-small:hover a {
	color: #C5111A;
}

.artist-small:hover {
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: -2px;
	margin-right: 18px;
}

.artist-small a {
	color: #000;
	line-height: 1.2em;
}

/* artist-image
--------------------------------------------- */

.artist-image { 
	position: relative; /* to position name & on tour indicator */
	background-color: #fff;
}

.artist-image img {
 	width: 100%;
}

p.artist-image-name {
	position: absolute;
	top: 40px;
	left: 30px;
	background-color: #fff;
	padding: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #C5111A;
}

/* on tour indicator */

p.on-tour {
	position: absolute;
	top: 100px;
	left: 30px;
	height: 30px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #C5111A;
}

/* artist-info-wrapper
--------------------------------------------- */

/* artist-info */

#artist-info-wrapper {
	position: relative; /* to position artist-sidebar */
	margin-top: 30px;
}

.artist-info-text {
	background-color: #fff;
	width: 55%;
}

.artist-info-text h3 {
	font-weight: bold;
	color: #C5111A;
	margin-bottom: 20px;
}

.artist-info-text-stretch {
	padding: 30px 30px 0 30px;
}

/* artist media */

.artist-media * { /* add a margin bottom to each added element */
	margin-bottom: 30px;
}

.artist-media p {
	margin-bottom: 0;
}

.no-js .artist-media {
	display: none;
}
	
/* artist-sidebar */

#artist-sidebar {
	position: absolute;
	top: 0;
	right: 0;
	left: 55%;
	margin-left: 30px;
	padding: 15px 15px 30px 15px;
	background-color: #fff;
}

.artist-sidebar-box-heading {
	display: block;
	background-color: #C5111A;
	color: #fff;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

span.book-button, span.book-button-back {
	display: inline-block;
	height: 30px;
	line-height: 33px;
	text-align: center;
	color: #C5111A;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

span.book-button {
	background-color: green;
	text-transform: uppercase;
	color: #fff;
}

span.book-button-back {
	background-color: #C5111A;;
	text-transform: uppercase;
	color: #fff;
}
	
/* sidebar box specifications */

.artist-sidebar-box-booking .box {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5em;
}

.artist-sidebar-box-booking .box .left {
	float: left;
}

.artist-sidebar-box-booking .box .right {
	margin-left: 80px;
}

.artist-sidebar-box-tour {
	padding-bottom: 20px;
}

.artist-sidebar-box p {
	margin-bottom: 10px;
}

.artist-sidebar-box-music {
	padding-bottom: 10px;
}

.artist-sidebar-box-music p {
	margin-bottom: 10px;
	font-weight: bold;
}

/* mp3 player */

.artist-sidebar-box-music object {
	padding-bottom: 10px;
}


/* bookingformular
--------------------------------------------- */

.bookingformular-wrapper {
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden; /* IE fix prevents box collapse */
}

.bookingformular {
	width: auto;
	margin: 0 auto;
}

.bookingformular input[type="text"], .bookingformular input[type="email"] {
	width: 100%;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding-left: 5px;
	font-size: inherit;
	font-family: inherit;
}

.ie7 .bookingformular input[type="text"], .ie7 .bookingformular input[type="email"] {
	width: 97%;
}

.oldie .bookingformular input[type="text"], .oldie .bookingformular input[type="email"] {
	line-height: 25px;
}

.bookingformular form label { /* Überschriften */
	display: block;
	margin-bottom: 10px;
}

.bookingformular textarea { /* Nachricht */
	width: 100%;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding: 5px;
	resize: none;
	margin-bottom: 30px;
	font-size: inherit;
	font-family: inherit;
}

.ie7 .bookingformular textarea { /* Nachricht */
	width: 96%;
}

.bookingformular input[type="submit"] { /* Absenden */
	width: 100px;
	float: right;
	background-color: #C5111A;
	border: 0;
	color: #fff;
	padding: 10px;
	font-family: inherit;
	font-weight: normal; 
	font-size: .9em;
	cursor: pointer;
}

.bookingformular input[type="submit"]:hover {
	color: #fff;
	background: green;
}

p.booking-success {
	margin-bottom: 0;
}
	

.no-js .bookingformular-wrapper, .no-js span.book-button, .no-js span.book-button-back {
	display: none;
}


/* -TOUR
----------------------------------------------------------------------------------------------------------------------------------- */

/* heading */

.no-dates { /* if there are no current dates */
	font-weight: bold;
	background-color: #fff;
	padding: 30px 60px;
	color: #C5111A;
	margin: 30px auto 30px;	
}

.tour-heading {
	font-weight: bold;
	background-color: #fff;
	padding: 30px 60px;
	color: #C5111A;
	margin: 30px auto 30px;	
}

.tour-heading a {
	float: right;
	background-color: #C5111A;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin-top: -18px;
	color: #fff;
	font-weight: normal;
}

.tour-heading a:hover {
	background: green;
}

.tour-heading a:after {
	content: " \00BB";
}

#tour-wrapper {
	width: auto;
	margin: 30px auto 0;
	padding: 60px 60px 0 60px;
	background-color: #fff;
}

/* tour */

.tour-dates-wrapper {
	padding-left: 200px;
}

.tour {
	margin-bottom: 40px;
}
	
.tour img {
	float: left;
	width: 170px;
	margin-bottom: 20px;
}

.tour-artistname {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}	

.presented-by {
	display: inline-block;
	margin: 20px 0;
	line-height: 1.5em;
	font-weight: bold;
}

.presented-by:first-child { /* Präsentiert von */
	margin-top: 0;
}

.tour-notice {
	display: block;
	padding-top: 20px;
	font-size: .75em;
}


/* table */

table {
	width: 100%;
	border-collapse: collapse;
}

table.archiv td {
	width: auto;
}

tr:nth-of-type(odd) {
	background: #EEEDEC;
}

td {
	width: auto;
	padding: 6px 10px;
	line-height: 1.3em;
	text-align: left;
	border-radius: 0;
}


/* rows specifications */

td.date {
	padding-left: 10px;
	width: 100px;
}

td.city {
	font-weight: bold;
	width: 150px;
}

td.ticket {
	text-align: right;
	padding-right: 10px;
	min-width: 80px;
}

td.ticket:after {
	content: " \00BB";
}

/* tourdaten artistpage */

.artist-sidebar-box .tour {
	margin-bottom: 0;
}

.artist-sidebar-box td.date {
	padding-left: 5px;
	padding-right: 10px;
	width: 20%;
}

.artist-sidebar-box td.venue {
	width: 30%;
}

.artist-sidebar-box .tour-dates-wrapper {
	padding-left: 0;
}

.artist-sidebar-box span.presented-by {
	margin-top: 0;
}

.artist-sidebar-box tr:nth-of-type(odd) {
	background: none;
}


/* event
----------------------------------------------------------------------------------------------------------------------------------- */

#event-wrapper {
	margin-top: 30px;
	background-color: none;
}
	
.event-entry {
	width: auto;
	max-width: 400px;
	margin: 30px auto 0;
	padding: 30px 30px 10px 30px;
	background-color: #fff;
}

/* special box 
.event-entry:first-child img {
	padding-bottom: 0;
} */

.event-entry b {
	color: #C5111A; 
}

.event-entry img {
	padding-bottom: 30px;
}

p.event-entry-date {
	font-style: italic;
	display: inline-block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* if no event exists */

.no-events {
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	color: #C5111A;
	font-weight: bold;
	text-align: center;
}
	
	

/* -LA CANDELA
----------------------------------------------------------------------------------------------------------------------------------- */

#lacandela-wrapper {
	margin: 30px 0 0 0;
	padding: 60px 60px 10px 60px;
	background-color: #fff;
}

.no-js #lacandela-wrapper {
	width: 50%;
	margin: 30px auto 0;
}

#lacandela-nav {
	float: left;
	width: 30%;
}

.no-js #lacandela-nav {
	display: none;
}

#lacandela-nav span {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	color: #C5111A;
	cursor: default;
}

#lacandela-text-wrapper {
	padding-left: 30%;
}

.no-js #lacandela-text-wrapper {
	padding-left: 0;
}

.lacandela-text-headline {
	color: #C5111A;
	font-weight: bold;
}	

.lacandela-text {
	width: 85%;
	margin-bottom: 30px;
	background-color: #fff; /* ugly animation fix for IE */
}

.no-js .lacandela-text {
	width: 100%;
}


/* -KONTAKT
----------------------------------------------------------------------------------------------------------------------------------- */

/* kontaktformular
--------------------------------------------- */

.kontaktformular-ueberschrift {
	font-weight: bold;
	text-align: center;
}

#kontaktformular-wrapper {
	width: auto;
	margin: 30px 0;
	padding: 40px 60px 60px 60px;
	background-color: #fff;
	overflow: hidden; /* IE fix prevents box collapse */
	line-height: 1.5em;
}

#kontaktformular {
	width: 400px;
	margin: 30px auto 0;
	text-align: left;
}

#kontaktformular input[type="text"], #kontaktformular input[type="email"] {
	width: 100%;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding-left: 5px;
	font-size: inherit;
	font-family: inherit;
}

.ie7 #kontaktformular input[type="text"], .ie7 #kontaktformular input[type="email"] {
	width: 97%;
}

.oldie #kontaktformular input[type="text"], .oldie #kontaktformular input[type="email"] {
	line-height: 25px;
}

#kontaktformular form label { /* Überschriften */
	display: block;
	margin-bottom: 10px;
}

#kontaktformular select { /* dropdown */
	width: 100%;
	height: 25px;
	margin-bottom: 30px;
	font-size: .9em;
}

#kontaktformular .kontaktformular-option { /* Kontakt or Booking area*/
	margin-bottom: 30px;
	font-weight: bold;
}

#kontaktformular .kontaktformular-option label { /* Kontakt or Booking Titel */
	display: inline;
	margin: 0 6% 0 15px;
}

#kontaktformular #fieldset-booking { /* booking area */
	margin-bottom: 30px;
}

#kontaktformular textarea { /* Nachricht */
	width: 100%;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding: 5px;
	resize: none;
	margin-bottom: 30px;
	font-family: inherit;
	font-size: inherit;
}

.ie7 #kontaktformular textarea { /* Nachricht */
	width: 96%;
}

#kontaktformular input[type="submit"] { /* Absenden */
	width: 100px;
	float: right;
	background-color: #C5111A;
	border: 0;
	color: #fff;
	padding: 10px;
	font-family: inherit;
	font-weight: normal; 
	font-size: .9em;
	cursor: pointer;
}

#kontaktformular input[type="submit"]:hover {
	color: #fff;
	background: green;
}

.message-success {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-heigt: 1.5em;
	margin-top: 30px;
}

/* team
--------------------------------------------- */

#team-wrapper {
	width: auto;
	margin: 30px 0;
	padding: 0 30px 30px 30px;
	background-color: #fff;	
}

.team-member img {
	float: left;
	width: 200px;
}

.team-member { /* team-memeber box */
	padding-top: 30px;
}	

.team-member-text {
	padding-left: 200px;
	margin-left: 30px;
	width: 60%;
}		

.team-member-text p:first-child {
	margin-bottom: 10px;
}	

/* if used on artist oage */

#artist-sidebar .team-member { /* team-memeber box */
	padding-top: 0;
	margin-bottom: 30px;
}	

#artist-sidebar .team-member img {
	float: left;
	width: 80px;
}

#artist-sidebar .team-member-text {
	padding-left: 80px;
	margin-left: 20px;
}


/* adresse
--------------------------------------------- */

#adresse-wrapper {
	width: auto;
	margin: 30px 0;
	padding: 30px 30px 15px 30px;
	background-color: #fff;
}

/* impressum
--------------------------------------------- */

#impressum-link {
	width: 100%;
	text-align: right;
}

#impressum-link a {	
	font-weight: bold;
}

.footer-container,
#impressum {
	position: relative;
	width: auto;
	margin: 30px 0 0 0;
	padding: 30px 30px 15px 30px;
	background-color: #fff;
}

.footer-container *, 
#impressum * {
	width: 80%;
}

.no-js .footer-container,
.no-js #impressum-link {
	display: none;
}

.footer-container h2,
.footer-container h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}	

.footer-container ul {
	list-style: disc;
	margin-bottom: 40px;
	margin-left: 16px;
}

.footer-container li {
	margin-bottom: 5px;
}


/* -NEWSLETTER AUSTRAGEN
----------------------------------------------------------------------------------------------------------------------------------- */

.austragenformular-ueberschrift {
	font-weight: bold;
	text-align: center;
}

#austragenformular-wrapper {
	width: auto;
	margin: 30px 0;
	padding: 40px 60px 60px 60px;
	background-color: #fff;
	overflow: hidden; /* IE fix prevents box collapse */
	line-height: 1.5em;
}

#austragenformular {
	width: 400px;
	margin: 30px auto 0;
}

#austragenformular label {
	display: inline-block;
	margin-bottom: 10px;
}

#austragenformular input[type="text"] {
	width: 100%;
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding-left: 5px;
	font-size: inherit;
	font-family: inherit;
}

.ie7 #austragenformular input[type="text"] {
	width: 97%;
}

.oldie #austragenformular input[type="text"] {
	line-height: 25px;
}

#austragenformular input[type="submit"] { /* Absenden */
	width: 100px;
	float: right;
	background-color: #C5111A;
	border: 0;
	color: #fff;
	padding: 10px;
	font-family: inherit;
	font-weight: normal; 
	font-size: .9em;
	cursor: pointer;
}

#austragenformular input[type="submit"]:hover {
	color: #fff;
	background: green;
}

.message-success {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-heigt: 1.5em;
	margin-top: 30px;
}

/* -FOOTER
----------------------------------------------------------------------------------------------------------------------------------- */

.half {
	float: left;
	width: 50%;
	overflow: hidden;
}
	
/* RESPONSIVE
----------------------------------------------------------------------------------------------------------------------------------- */
/* 
----------------------------------------------------------------------------------------------------------------------------------- */

/* SCREENS
--------------------------------------------- */

/* ------ 21" and up ------ */

@media screen and (min-width: 1300px) and (min-height: 1000px) {

#wrapper, header {
	max-width: 1300px;
}

.artist-small {
	width: 200px;
	height: 160px;
 }

.artist-small-blind {
	width: 200px;
}

.artist-small img {
	height: 100px;
	width: 200px;
}

/* IE had problems width the slides over their original size, but now fixed. If still problems, use this again: 

.oldie #wrapper, .oldie header {
	max-width: 980px;
}

.oldie .artist-small {
	width: 160px;
	height: 130px;
}

.oldie .artist-small-blind {
	width: 160px;
}

.oldie .artist-small img {
	height: 80px;
	width: 160px;
} */

}

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

#wrapper {
	margin-bottom: 0;
}

/* border radius on all elements (since firefox has a problem with border radius on video elements, you can't just simply use "*" */

#header-wrapper, .blueberry .slides li img, .blueberry p.slide-title, .blueberry p.on-tour, #news-wrapper, .box-heading, p.news-heading, img, #newsletter-box, #newsletter-box p.newsletter-heading, input, .facebook-link, .twitter-link, p.artist-image-name, p.on-tour, .artist-info-text, blockquote p, .artist-sidebar-box-heading, .book-button, .book-button-back, .bookingformular-wrapper, .tour-heading, #tour-wrapper, .tour-heading a, p.event-entry-date, .event-entry, #lacandela-wrapper, #kontaktformular-wrapper, #team-wrapper, #adresse-wrapper, #impressum, .footer-container, #kontaktformular textarea, .bookingformular textarea  {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

/* facebook-like */

.fb-hide, .twitter-like {
display: none;
}

}


/* HEADER & NAV
--------------------------------------------- */

/* ------ tablet ------ */

@media screen and (max-width: 1050px) {

header h2 {
	display: none;
}

}

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

#nav-desktop {
	display: none;
}

#nav-mobile {
	position: relative;
	width: 90%;
	height: 40px;
	margin: 0 auto 5px;
	display: block;
	margin-top: 15px;
}

#nav-mobile select {
	width: 100%;
	font-size: 1.1em;
}

}

/* NEWS
--------------------------------------------- */

/* ------- tablet ------ */

@media screen and (max-width: 1000px) {

/* news */

#news-wrapper {
	width: 100%;
}

#newsletter-box {
	position: relative;
	width: 100%;
	left: 0;
	margin-left: 0;
	background-color: #fff;
	margin-bottom: 0;
}

#newsletter-box input[type="text"] {
	width: 45%;
}

.newsletter-box-stretch {
	padding: 30px 30px 0 30px;
}

/* latest concerts */

.sidebar-wrapper {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin-left: 0;
	background-color: #fff;
	margin-bottom: 0;
	text-align: left;
}


/* borders */

 #newsletter-box, .facebook-link, .twitter-link {
	border: none;
}

}

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

#slideshow {
	display: none;
}

#news-wrapper {
	margin-top: 0px;
	padding-bottom: 0;
}


/* social links */

.facebook-mobile {
	content: url("img/facebook.jpg");
	max-width: 28px;
	position: absolute;
	right: 0;
	margin-top: 22px;
	display: block;
}

.twitter-mobile {
	content: url("img/twitter.jpg");
	max-width: 28px;
	position: absolute;
	right: 38px;
	margin-top: 22px;
	display: block;
}

/* latest concerts */

.box-wrapper {
	padding: 15px;
}

#latest-concerts-wrapper {
	padding: 15px;
}

.latest-concert img {
	float: none;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}

/* news */

#newsletter-box input[type="text"] {
	width: 100%;
}

#newsletter-box input[type="submit"] {
	font-weight: bold;
	height: 30px;
}

#newsletter-box input[type="submit"]:hover {
	font-weight: bold;
}

#newsletter-box span { /* to display: block options */
	display: block;
	margin-bottom: 15px;
}

.news-image {
	display: none;
}

.news-text {
	padding-left: 0px;
}

p.newsletter-heading {
	font-weight: bold;
}

.box-heading {
	margin: 15px 15px 20px 15px;	
	font-weight: bold;
}

p.news-heading {
	margin: 15px 15px 20px 15px;
	font-weight: bold;
}

.newsletter-box-stretch {
	padding: 15px;
}

.news-item {
	margin: 20px 15px 0 15px;
}

}


/* ARTISTS
--------------------------------------------- */

/* ------ small screens & tablet ------ */

@media screen and (max-width: 1020px) {
	
.artist-small, .artist-small-blind {
	width: 30%;
	height: 150%;
	margin-bottom: 30px;
}

.artist-small img {
	width: 100%;
	height: auto;
}

#artist-info-wrapper {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}

.artist-info-text {
	width: auto;
	border: none;
	padding-bottom: 0;
}

#artist-sidebar {
	position: relative;
	right: 0;
	width: auto;
	margin: 0px;
	left: 0;
	margin-left: 0;
	padding: 30px 30px 20px 30px;
	border: 0;
}

/* artist-tour */

.artist-sidebar-box-tour {
	background-color: #fff;
	padding: 0;
	margin-bottom: 20px;
}

p.artist-sidebar-box-heading-tour {
	color: #fff;
	font-weight: bold;
}

.artist-image-text p.artist-image-name, .slide-text p.slide-title  {
	font-size: 1em;
}

.artist-image-text p.artist-image-name, .artist-image-text p, .slide-text p {
	font-weight: 100;
	font-style: normal;
	margin-bottom: 20px;
}

.artist-image-text p.artist-image-name {
	font-weight: bold;
}

.artist-image-text {
	padding-top: 20px;
}

.artist-sidebar-box td.date {
	width: auto;
}

.artist-sidebar-box td.venue {
	width: auto;
}

.oldie .artist-sidebar-box td.date {
	width: 100%;
}

/* bookingformular */

.bookingformular-wrapper {
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}

/* artist tour */

.artist-sidebar-box td.date {
	padding-left: 10px;
}

}

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

/* hide artist-small */

#artists-list-wrapper, .artist-image {
	display: none;
}

#artist-info-wrapper {
	margin-top: 0px;
	padding-bottom: 10px;
}

#artist-sidebar {
	padding: 30px 15px 20px 15px;
}

.artist-image-mobile {
	display: inline;
}

.artist-info-text-stretch {
	padding: 20px 15px 0px 15px;
}


/* bookingformular */

.bookingformular textarea {
	margin-bottom: 20px;
}

/* nav artists */

.nav-mobile-artist-heading {
	width: 90%;
	margin: 0 auto;
}

.nav-mobile-artist-heading { /* heading for mobile-nav-artist */
	display: block;
}

.nav-mobile-artist-heading span {
	display: block;	
	font-weight: bold;
	color: #C9111A;
	margin-bottom: 10px;
}

#nav-mobile-artist {
	position: relative;
	width: 90%;
	height: 40px;
	margin: 0 auto 5px;
	display: block;
	margin-top: 0px;
}

#nav-mobile-artist select {	
	width: 100%;
	font-size: .9em;
}

}

/* TOUR
--------------------------------------------- */

/* ------ iPad ------ */

@media screen and (max-width: 1050px) {

#tour-wrapper {
	padding: 30px 30px 0 30px;
}

}

/* ------ tablet ------ */

@media screen and (max-width: 1000px) {
	
.tour-heading, #tour-wrapper {
	padding: 30px;
}

#tour-wrapper .tour img {
	float: none;
}
	
.tour-dates-wrapper {
	padding-left: 0px;
}

a.tour-artistname {
	margin-left: 0px;
	display: block;
	margin-bottom: 20px;
}


/* Force table to not be like tables anymore */ /* <----------------- CHECK IE FALLBACK --------------------------------> */
table, thead, tbody, th, td, tr {
	display: block;
}

.oldie table, .oldie thead, .oldie tbody, .oldie th, .oldie td, .oldie tr {
	display: block;
    float: left;
    clear: both;
    width: 98%;
}

.oldie td.ticket {
	float: right;
	padding-right: 0;
}

.oldie td.date, .oldie td.city {
	width: 98%;
}



tr:nth-of-type(odd) {
	background: #fff;
}
	
td,th {
	width: auto;
}
	
td.date {
	background-color: #EEEDEC;
	color: #000;
	font-weight: bold;
	width: auto;
}

td.city {
	width: auto;
}

td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
}

td.ticket {
	text-align: right;
}

}
	
/* ------ mobile ------ */

@media screen and (max-width: 750px) {
	
.tour-heading {
	display: none;
}

#tour-wrapper {
	width: auto;
	margin-top: 0;
	padding: 15px;
	border: none;
}

a.tour-artistname {
	padding: 7px 10px;
	line-height: 1.3em;
	color: #fff;
	display: block;
	font-weight: bold;
  	background: -webkit-gradient(linear, left top, left bottom, from(#c4171d), to(#d6404c));
    background: -webkit-linear-gradient(top, #c4171d, #d6404c);
    background: -moz-linear-gradient(top, #c4171d, #d6404c);
    background: -ms-linear-gradient(top, #c4171d, #d6404c);
    background: -o-linear-gradient(top, #c4171d, #d6404c);
    background-color: #C5111A;
}

.tour {
	margin-bottom: 0;
	background-color: #fff;
	padding: 0;
}

.tour img {
	display: none;
}

}


/* EVENTS
--------------------------------------------- */

/* ------ mobile------ */

@media screen and (max-width: 750px) {
	
/* event */

#event-wrapper {
	margin-top: 0px;
	margin-bottom: -20px;
}

.event-entry {
	margin: 0 auto 20px;
	padding: 15px 15px -5px 15px;
}

.event-entry-date {
	font-weight: bold;
}
	
}


/* LA CANDELA
--------------------------------------------- */

/* ------ tablet ------ */

@media screen and (max-width: 1000px) {

#lacandela-wrapper {
	width: auto;
	padding: 30px 30px 0 30px;
	background-color: #fff;
}

.lacandela-text {
	width: 100%;
	margin-bottom: 10px;
}

.social-media-links {
	display: none;
}

}

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

#lacandela-nav {
	display: none;
}

#lacandela-wrapper {
	width: auto;
	margin: 0;
	padding: 20px 15px 0 15px;
	background-color: #fff;
}

#lacandela-text-wrapper {
	padding-left: 0;
}

.lacandela-text {
	margin-bottom: 0;
}

}


/* KONTAKT
--------------------------------------------- */

/* ------ mobile ------ */

@media screen and (max-width: 750px) {

/* kontaktformular */

.kontaktformular-ueberschrift {
	text-align: left;
}

#kontaktformular-wrapper {
	margin: 0 0 30px 0;
	padding: 0 15px 20px;
}

#kontaktformular {
	width: 100%;
	margin: 30px 0 30px 0;
}

#kontaktformular .kontaktformular-option { /* Kontakt or Booking area*/
	margin-bottom: 30px;
}

#kontaktformular select {
	width: 100%;
	margin-bottom: 30px;
}

#kontaktformular textarea {
	margin-bottom: 10px;
}

#kontaktformular input[type="submit"] {
	font-weight: bold;
}

#kontaktformular input[type="submit"]:hover {
	width: 100px;
	float: right;
	background-color: #C5111A;
	border: 0;
	color: #fff;
	padding: 10px;
	font-family: inherit;
	font-weight: bold; 
	font-size: .9em;
	cursor: pointer;
}

/* team */

#team-wrapper {
	padding: 0 15px 0px 15px;
}

.team-member {
	padding-top: 20px;

	display: flex;
}

.team-member img {
	align-self: flex-start;
	margin-right: 10px;
	width: 50px;
}

.team-member-text {
	padding-left: 0;
	margin-left: 0;
	width: auto;
}	

#artist-sidebar .team-member-text {
	padding-left: 0;
}


/* adresse */

#adresse-wrapper {
	padding: 20px 15px 1px 15px;
}

#adresse-wrapper {
	margin-bottom: 15px;
}

/* impressum */

.footer-container,
#impressum {
	margin: 15px 0 0 0;
	padding: 20px 15px 0 15px;
}


}

/* FOOTER
--------------------------------------------- */

/* ------ mobile ------ */

@media screen and (max-width: 480px) {
	.half {
		width: 100%;
	}
}
