body {
	font-family:'Helvetica', Arial, sans-serif;
	font-size: 10px;
	background-color: #f0f0f0;
	background: url('../media/img/back/pattern1.png');
}

a {
	text-decoration: none;
}

.festival {
	margin: 40px auto 0 auto;
	width: 1200px;
}

.festival .default_wrapper {
	background: #f0f0f0;
	text-align: center;
	padding: 0 10%;
}

.festival .thankyou {
	background: #222;
	text-align: center;
	font-weight: bold;
	padding: 10px 10%;
	color: #0dff5d;
	font-size: 8em;
	line-height: 1.2em;
}

.festival .default_wrapper .breaker {
	font-size: 4em;
	border-bottom: 2px solid;
	display: block;
	padding: 40px 0 0 0;
}

.festival .default_wrapper a {
	text-decoration: none;
	color: #A83151;
}

.festival .default_wrapper h4 {
	font-size: 2.8em;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.festival .default_wrapper p {
	font-size: 2em;
}

.festival .navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background:#222;
	z-index: 4;
	transition: background ease 0.5s;
}

.festival .navigation.stick {
	position: fixed;
	background: rgba(34,34,34,0.9);
}

.festival .navigation nav {
	width: 1200px;
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
}

.festival .navigation nav a {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 12px 0 10px 0;
	color: #eee;
	cursor: pointer;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	transition: color 0.5s ease; 
}

.festival .navigation nav a:hover {
	color: #FFF;
}

.festival .navigation nav a.current {
	color:#FFAB3D;
}

.festival .navigation nav a:last-child {
	margin: -3px 10px 0 0;
} 

.festival .navigation nav #soundControl {
	float: right;
	margin: 10px 10px 0 0;
}

.festival .navigation nav #soundControl img {
	height: 20px;
}

.festival .navigation nav .mobi_icon {
	display: none;
}

.festival .map {
	position: relative;
	background: #f0f0f0;
	height: 0;
	padding-bottom: 40%;
}

.festival .map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.festival .simpleheader {
	position: relative;
	background: #f0f0f0;
	height: auto;
	margin-bottom: -5px;
	text-transform: uppercase;
}

.festival .simpleheader img {
	width: 100%;
}

.festival .simpleheader .title {
	background: #000;
	background: rgba(0,0,0,0.8);
	padding: 10px 0;
	bottom: 20px;
	margin: 0 25%;
	width: 50%;
	position: absolute;
	text-align: center;
	color: #FFF;
	font-size: 4em;
}

.festival .cover {
	position: relative;
	height: 620px;
	background-size: 100%;
	background-image: url('../media/img/cover/cover1.jpg');
}

.festival .cover .cover_txt {
	position: fixed;
	box-sizing: border-box;
	right: 0;
	top:0;
	z-index: 100;
	background: rgba(255,255,255,0.98);
	padding: 25px;
	color: #222;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 130px;
	/*border-radius: 360px;*/
	
}

.festival .cover .cover_txt h3 {
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.festival .cover .cover_txt h3 span {
	display: block;
	font-size: 0.8em;
}

.festival .cover .cover_txt h1 {
	font-size: 4.6em;
	font-weight: bold;
	color: #FFD511;
}

.festival .cover .cover_txt h2 {
	font-size: 1.6em;
	font-weight: bold;
}

.festival .cover .cover_txt p {
	font-size: 1.6em;
	color: #222;
}

.festival .cover .cover_txt p.date {
	font-size: 2.6em;
	color: #222;
	font-weight: bold;
	margin:-2px 0 5px 0;
}

.festival .ahoi .alternativ_header {
	display: none;
}

.festival .ahoi {
	position: relative;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #81cbf3;
}

.festival .ahoi.noimg {
	padding-top: 20px;
}

.festival .ahoi .matrose {
	height: 200px;
	padding: 10px 0 10px 0;
}

.festival .ahoi h2 {
	margin: 0 0 20px 0;
	padding: 10px 0;
	background: rgba(66, 167, 221, 1);
	font-size: 2.8em;
	color: #fff;
}

.festival .ahoi p {
	text-align: center;
	color: #222;
	margin: 0 5% 5px 5%;	
	width: 90%;
	font-size: 2em;
}

.festival .ahoi .control {
	width: 60%;
	margin: 0 20% 20px 20%;
	top: 90px;
}

#soundControl {
	cursor: pointer;
}

#soundControl.hidden {
	display: none;
}

.festival .ahoi .control li {
	display: inline-block;
	margin: 0 60px 0 0;
}

.festival .ahoi .control li:first-child {
	margin-left: 60px;
}

.festival .ahoi .control li.audio img, .festival .ahoi .control li.facebook img, .festival .ahoi .control li.twitter img {
	height: 30px;
}

.festival .audiofile {
	display: none;
}

.festival .program {
	background-color: #222;
}

.festival .program h5 {
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	padding: 40px 0 5px 0;
	color: #FFAB3D;
	border-bottom: 2px solid #FFAB3D;
	margin: 0 5%;
	text-transform: uppercase;
}

.festival .program ul {
	padding: 20px 5%;
	text-align: center;
}

.festival .program ul li {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}


.festival .program ul li:hover {
	-webkit-transform: scale(1.05 , 1.05);
	-moz-transform: scale(1.05 , 1.05);
	transform: scale(1.05 , 1.05);
}

.festival .program ul li.no:hover {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	cursor: default;
}

.festival .program ul li a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;	
}

.festival .program ul li span {
	font-size: 2em;
	line-height: 1.2em;
	color: #eee;
}

.festival .program ul li span.info {
	font-size: 1.4em;
	display: block;
}

.festival .program ul li h4 {
	color: #0090d7;
	line-height: 1em;
	color: #FFF;
	font-weight: bold;
}

.festival .program ul li.no h4 {
	color: #eee;
}

.festival .program ul li h4.font_xl {
	font-size: 4em;
}

.festival .program ul li h4.font_l {
	font-size: 3.6em;
}

.festival .program ul li h4.font_m {
	font-size: 3em;
}

.festival .program ul li h4.font_s {
	font-size: 2.4em;
}

.festival .program ul li h4.font_xs {
	font-size: 2em;
}

/* Organisation */
.festival .organisation {
	background: #222;
	padding: 20px 0;
}

.festival .organisation .slot {
	padding: 8px 0;
	margin: 0 20% 10px 20%;
	width: 60%;
	text-align: center;
}

.festival .organisation .slot h3 {
	color: #eee;
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

.festival .organisation .slot h2 {
	color: #fff;
	font-size: 2em;
}

/* Sponsoren */
.festival .sponsoren {
	background: #459BB7;
}

.festival .sponsoren .spon_breaker {
	background: #222;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 2em;
	padding: 0 0 0 200px;
}

.festival .sponsoren .brand {
	padding: 20px 200px;
	border-bottom:4px solid #fff;
}

.festival .sponsoren .brand.end {
	border:none;
}

.festival .sponsoren .brand .brand_logo {
	float: left;
	min-width: 100px;
	margin: 0 20px 0px 0;
}

.festival .sponsoren .brand .brand_logo img {
	max-width: 100px;
}

.festival .sponsoren .brand .brand_bio {
	color: #fff;
	margin: 0 0 0 120px;
}

.festival .sponsoren .brand .brand_bio h3 {
	font-size: 2em;
	font-weight: bold;
}

.festival .sponsoren .brand .brand_bio p {
	font-size: 1.6em;
	line-height: 1.2em;
}

.festival .sponsoren .brand .brand_bio p a {
	display: block;
	color: #222;
}

.festival .allSponsors {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #98d6f8;
}
.festival .allSponsors h5 {
	font-size: 3em;
	text-align: center;
	padding: 40px 0 5px 0;
	color: #222;
	/*border-bottom: 2px solid #d98e32;*/
	margin: 0 5%;
}

.festival .allSponsors ul {
	padding: 20px 5%;
	text-align: center;
}

.festival .allSponsors ul li {
	display: inline-block;
	height: 130px;
	width: 200px;
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	vertical-align: middle;
	line-height: 130px;
}

.festival .allSponsors ul li img {
	max-width: 160px;
	max-height: 120px;
}

.festival .allSponsors .bubble {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.festival .allSponsors .bubble img {
	max-width: 180px;
}

.festival .prints {
	background: #F0F0F0;
	padding: 20px 0 0 0;
}

.festival .prints .printsButton {
	padding: 10px;
	width: 20%;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background: #A83151;
	cursor: pointer;
}

.festival .prints .printsButton:hover {
	color: #A83151;
	background: #222;
}

.festival .prints .printsButton.hide {
	display: none;
}

.festival.info .prints .printsButton {
	margin: 0 auto 5px auto;
}


.festival .prints .posters {
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.8s ease;
	-moz-transition: height 0.8s ease;
	transition: height 0.8s ease;
}

.festival .prints .posters.show {
	height: 180px;
}

.festival .prints .posters a {
	text-decoration: none;
	font-size: 1.6em;
	color:#A83151; 
}

.festival .prints .posters ul {
	text-align: center;
}

.festival .prints .posters li {
	display: inline-block;
	margin: 0 10px 0 0;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}


.festival .prints .posters li:hover {
	-webkit-transform: scale(1.05 , 1.05);
	-moz-transform: scale(1.05 , 1.05);
	transform: scale(1.05 , 1.05);
}

.festival .prints .posters li a {
}


.festival .footer {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	padding: 20px 5% 20px 5%;	
	width: 90%;
	font-size: 1.4em;
	background-color: #f0f0f0;
}

.festival .footer img {
	margin: 20px 0 0 0;
}

.festival.info .footer img {
	height: 140px;
}

.festival .footer #pattern0 {
	position: absolute;
	left:0;
	bottom: 0;
	width: 2px;
	height: 2px;
	cursor: cell;
}

.festival .archiv {
	padding: 20px 5%;
	text-align: center;
	color: #666;
	background-color: #f0f0f0;
}

.festival .archiv h6 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.festival .archiv a {
	font-size: 3em;
	font-weight: bold;
	color:#2f789f;
	text-decoration: none;
	margin: 0 20px 0 0;
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	transition: color 0.8s ease;
}

.festival .archiv a:hover {
	color: #222;
}

/* Gallery */
/*______________*/
.festival .gallery {
	max-height: 670px;
	background: #222;
	text-align: center;
	padding: 20px 5%;
}

.festival .gallery .cards {
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 0 5px; 
	border: 1px solid #fff;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.festival .gallery .cards:hover {
	-webkit-transform: scale(1.05 , 1.05);
	-moz-transform: scale(1.05 , 1.05);
	transform: scale(1.05 , 1.05);
}


.festival .gallery .cards img {
	width: 100%;
}

.festival .gallery .cards .txt {
	position: absolute;
	bottom: 0;
	font-size: 1.6em;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.9;
}

.festival .dia {
	max-height: 700px;
	background: #222;
	text-align: center;
	padding: 20px 5% 40px 5%;
}

.festival .dia h6 {
	font-size: 2em;
	color: #f0f0f0;
	padding: 0 0 10px 0;
}


/* Bands */
/*______________*/
.festival .festivalheader {
	background: #000;
	height: 60px;
	padding: 10px 0 24px 0;
	text-align: center;
}

.festival .festivalheader h2 {
	font-size: 5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFD510;
}

.festival .festivalheader h2 a {
	color: #FFD510;
	text-decoration: none;
}

.festival .festivalheader p {
	font-size: 2.2em;
	color: #fff;
	text-transform: uppercase;
}


.festival .bandcover {
	position: relative;
	height: 800px;
	width: 100%;
}

.festival .bandcover .cover_txt {
	position: absolute;
	right: 0;
	bottom:10%;
	background: rgba(0,0,0,0.85);
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	
}

.festival .bandcover .cover_txt h3 {
	font-size: 2.4em;
	font-weight: bold;
}

.festival .bandcover .cover_txt h1 {
	font-size: 8.4em;
	font-weight: bold;
	text-transform: uppercase;
}

.festival .bandcover .cover_txt h2 {
	font-size: 2.4em;
	font-weight: bold;
}

.festival .bandcontent {
	position: relative;
	background: #F0F0F0;
	padding: 0 0 80px 0;
}

.festival .bandcontent .logo {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.festival .bandcontent .logo img {
	height: 200px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.festival .bandcontent .logo img:hover {
-moz-transform: rotate(300deg);
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
}

.festival .bandcontent .text {
	width: 60%;
	margin: 0 0 0 20%;
	color: #222;
}

.festival .bandcontent .text h2 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 80px 0 0 0;
}

.festival .bandcontent .text h6 {
	font-size: 1.8em;
	font-style: italic;
	margin: 5px 0 0 0;
	line-height: 1.2em;
}

.festival .bandcontent .text p {
	margin: 20px 0 0 0;
	font-size: 1.8em;
	line-height: 1.2em;
}

.festival .bandcontent .text p a {
	color: #0aaaec;
	-moz-transition: color ease 0.5s;
	-webkit-transition: color ease 0.5s;
	transition: color ease 0.5s;
}

.festival .bandcontent .text p a:hover {
	color: #000;
}

.festival .bandcontent .text .video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom:56.25%;
	margin: 20px 0 0 0;
}

.festival .bandcontent .text .video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.festival .bandcontent .text .secondAct {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 10px 0;
	margin: 20px 0 0 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.festival .bandcontent .text .secondAct:hover {
	transform: scale(1.05, 1.05);
}

.festival .bandcontent .text .secondAct img {
	width:20%;
}

.festival .bandcontent .text .secondAct p {
	margin: 0 0 5px 0;
	color: #f0f0f0;
}

.festival .bandcontent .text .secondAct h5 {
	color: #FFF;
	font-size: 3.4em;
	text-transform: uppercase;
}

.festival .bandcontent .text .secondAct .arrow {
    display: block;
    font-size: 2.8em;
    margin: 0;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 38px;
    color: #FFF;
    -webkit-transform: scaleY(2.8);
	-moz-transform: scaleY(2.8);
	transform: scaleY(2.8);
}

.festival .bandcontent .text .secondAct a {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.festival .bandcontent .sponsor {
	border-bottom: 1px solid;
}

.festival .bandcontent .sponsor p {
	font-size: 2em;
	text-align: center;
	border-bottom: 1px solid;
}

.festival .bandcontent .sponsor .sponsorLogo {
	display: block;
	max-width: 40%;
	margin: 0 auto;
	padding: 10px 0;
}

.festival .bandcontent .backLink {
	display: inline-block;
	background: #A83151;
	color: #FFF;
	font-size: 2em;
	margin: 20px 0 0 0;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	transition: color 0.8s ease;
}

.festival .bandcontent .backLink:hover {
	color: #A83151;
	background: #222;
}

.festival .bandcontent .control {
	width: 20%;
	float: left;
	margin: 80px 0 0 0;
	text-align: center;
}

.festival .bandcontent .control li {
	display:block;
	margin: 0 0 30px 0;
}

.festival .bandcontent .control li.audio img, .festival .bandcontent .control li.facebook img, .festival .bandcontent .control li.twitter img {
	height: 40px;
}

.festival .bandcontent .control li.facebook img {
	margin-right:24px; 
}

.bandcontent .control li.twitter img {
	margin-right: 13px;
}

.festival .bandcontent .control li img:hover {
	opacity: 0.8;
}

.festival .bandcontent .control .audiofile {
	display: none;
}

.festival .nextshow {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -190px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.festival .nextshow a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.festival .nextshow .nextshow_txt {
	position: absolute;
	right: 34%;
	bottom: 20%;
	min-height: 50px;
	background: rgba(0,0,0,0.8);
	padding: 10px 40px 10px 20px;
	color: #222;
	text-align: center;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.festival .nextshow:hover .nextshow_txt {
	transform: scale(1.05, 1.05);
}

.festival .nextshow .nextshow_txt .arrow {
	position: absolute;
	right: 10px;
	top: 33px;
	display: block;
	margin:0;
	text-align: center;
	font-size:2.4em;
	-webkit-transform: scaleY(2.8);
	-moz-transform: scaleY(2.8);
	transform: scaleY(2.8);
}

.festival .nextshow .nextshow_txt h6 {
	font-size: 3.2em;
	margin:8px 0 0 0;
    width: 100%;
    text-transform: uppercase;
}

.festival .nextshow .nextshow_txt p {
	font-size: 1.6em;
    width: 100%;
    margin: 0px 0 0 0;
}

/* Color Comobs */
/*______________*/
.color_combo_1 {background: #C63362 !important;}
.color_combo_2 {background: #FFAB3D !important;}
.color_combo_3 {background: #EC404E !important;}
.color_combo_4 {background: #6FB269 !important;}
.color_combo_5 {background: #81cbf3 !important;}
.color_combo_6 {background: #FCB662 !important;}
.color_combo_7 {background: #374256 !important;}
.color_combo_8 {background: #BBBBBB !important;}
.color_combo_9 {background: #459bb7 !important;}
.color_combo_10 {background: #222222 !important;}

.bandcolor_1{color: #C63362 !important;}
.bandcolor_2{color: #FFAB3D !important;}
.bandcolor_3{color: #EC404E !important;}
.bandcolor_4{color: #6FB269 !important;}
.bandcolor_5{color: #81cbf3 !important;}
.bandcolor_6{color: #FCB662 !important;}
.bandcolor_7{color: #374256 !important;}
.bandcolor_8{color: #BBBBBB !important;}
.bandcolor_9{color: #459BB7 !important;}
.bandcolor_10{color: #222222 !important;}


/* tablet */
/* ========================================================================================================= */
@media screen and (max-width: 1000px) {
	body {
		background:none;
	}

	.festival {
		width: 100%;
	}
	
	.festival .default_wrapper {
		padding: 0 8%;
	}
	
	.festival .cover {
		height: auto;
		width: 100%;
		background-size: 100%;
		background-attachment: scroll;
		background-repeat: no-repeat;
		padding-bottom: 53.25%;
	}

	.festival .cover .cover_txt  {
		/*top:25%;
		width: 400px;*/
		height: 130px;
		padding: 30px 10px 10px 10px;
	}

	.festival .cover .cover_txt h1 {
		font-size: 3.8em;
	}
	
	.festival .cover .cover_txt h3 {
		font-size: 1.5em;
	}
	
	.festival .cover .cover_txt h3 span {
		display: inline;
		font-size: inherit;
	}
	
	.festival .cover .cover_txt p {
		font-size: 1.6em;
	}
	
	.festival .cover .cover_txt p.date {
		font-size: 1.7em;
	}
	
	.festival .thankyou {
		font-size: 2.4em;
	}

	.festival .navigation nav { 
		width: 98%;
		font-size: 2.2em;
	}
	
	/* Navigation */	
	.festival .navigation nav {
		height: auto;
		width: 100%;
	}
	
	.festival .navigation nav .mobi_icon {
		display: block;
		position: absolute;
		cursor: pointer;
		left: 10px;
		top: 10px;
	} 
	
	.festival .navigation nav .mobi_icon img {
		height: 20px;
	} 
	
	.festival .navigation nav a {
		display: none;
		margin: 0;
	}
	
	.festival .navigation nav a.current {
		display: block;
		color: #EEA6BF;
		border:none;
	}
	
	.festival .navigation nav.showNav a {
		display: block;
		border-top: 1px solid #FFF;
		color: #fff;
		background: rgba(34,34,34,0.9);
	}
	
	.festival .navigation nav.showNav a.current {
		color: #EEA6BF;
		border: none;
	}
	
	.festival .navigation nav #soundControl {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0;
	}
	
	.festival .ahoi {
		padding: 20px 0;
	}
	
	.festival .ahoi .matrose {
		display: none;
	}
	
	.festival .ahoi p {
		font-size:1.8em;
	}
	
	.festival .program h5 {
		font-size: 3.4em;
	}
	
	.festival .program ul {
    	padding: 20px 2%;
	}
	
	.festival .archiv a {
		font-size: 2em;
		margin: 0 14px 0 0;
	}
	
	.festival .prints .printsButton {
		width: 40%;
	}
	
	.festival .prints .posters.show {
		height: 120px;
	}
	
	.festival.info .prints .posters.show {
		height: 180px;
	}
	
	.festival .prints .posters li img {
		width: 150px;
	}
	
	.festival .organisation .slot {
		margin: 0 10% 10px 10%;
		width: 80%;
	}
	
	.festival .sponsoren .brand {
		padding: 20px;
	}
	
	.festival .sponsoren .spon_breaker {
		padding: 0 0 0 140px;
	}
	
	/*Gallery*/
	.festival .gallery .cards {
		width: 48%;
		margin: 0 5px 10px 5px; 
	}
	
	.festival .dia {
		max-height: auto;
		background: #222;
		text-align: center;
		padding: 20px 0% 40px 0%;
	}
	
	/*Bandseite*/
	.festival .festivalheader {
		height: 60px;
		padding: 10px 0;
	}
	
	.festival .festivalheader h2 {
		font-size: 4em;
	}
	
	.festival .festivalheader p {
		font-size: 1.8em;
	}

	.festival .bandcover, .festival .bandcover img {
		height: auto;
		width: 100%;
	}
	
	.festival .bandcover {
		margin: 0 0 -3px 0;
	}
	
	.festival .bandcover .cover_txt {
		width: 80%;
		margin: 0 8%;
		padding: 10px 2%;
		bottom: 5%;
		background: rgba(0,0,0,0.8);
	}
	
	.festival .bandcover .cover_txt h1 {
		font-size: 5.4em;
	}
	
	.festival .bandcontent .control {
		width: 15%;
		margin: 60px 0 0 0;
	}
	
	.festival .bandcontent .control li.audio img, .festival .bandcontent .control li.facebook img, .festival .bandcontent .control li.twitter img {
		height: 30px;
	}
	
	.festival .bandcontent .text {
		width: 75%;
		margin: 0 0 0 15%;
		/*font-size: 1.6em;*/
	}
	
	.festival .bandcontent .text h2 {
		padding: 60px 0 0 0;
	}
	
	.festival .bandcontent .logo {
		display: none;
	}
	
	.festival .nextshow {
		width: 100%;
		height: 240px;
		background-position: center center;
	}
	
	.festival .nextshow .nextshow_txt {
		bottom: 10%;
		right: 30%;
	}
	
	.festival .nextshow .nextshow_txt .arrow {
		top: 24px;
	}
	
}

/* phone */
/* ==================================================================================================================== */
@media screen and (max-width: 600px) {
	body {
		font-size: 8px;
	}
	
	.festival .navigation {
		top: 0 !important;
	}
	
	.festival .cover {
		display: none;
	}
	
	.festival .thankyou {
		display: none;
		font-size: 2em;
	}
	
	.festival .default_wrapper {
    		padding: 0 4%;
	}
	
		
	.festival .map {
		padding-bottom: 60%;
	}
	
	.festival .ahoi .control {
    	margin: 0 0 20px 0;
    	top: 90px;
    	width: 100%;
	}
	
	.festival .ahoi h2 {
    	font-size: 2em;
	}
	
	.festival .ahoi p {
		font-size: 1.4em;
	}
	
	.festival .ahoi img.matrose {
    		display: block;
			height: 180px;
			margin: 0 auto;
	}
	
	.festival .ahoi .alternativ_header {
		display: block;
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}
	
	.festival .ahoi .alternativ_header.off {
		display: none;
	}
	
	.festival .ahoi .alternativ_header h1 {
		font-size: 4.6em;
		font-weight: bold;
		color: #fffa64;
		margin: 5px 0 0 0;
	}
	
	.festival .ahoi .alternativ_header h3 {
		font-size: 1.6em;
		color: #666;
	}
	
	.festival .ahoi .alternativ_header p.date {
		font-size: 2.2em;
		font-weight: bold;
	}	
	
	.festival .ahoi .control li.audio img {
    	height: 30px;
	}
	
	.festival .ahoi .control li.facebook img, .festival .ahoi .control li.twitter img {
		height: 30px;
	}
	
	.festival .ahoi .control li {
    	display: inline-block;
    	margin: 0 40px 0 0;
	}
	
	.festival .program h5 {
		font-size: 3.2em;
		line-height: 1.2em;
	}
	
	.festival .program ul {
    	padding: 20px 5%;
	}
	
	.festival .program ul li {
    	display:block;
    	margin:0 0 20px 0;
    	padding: 10px;
	}
	
	.festival .simpleheader .title {
		display: none;
	}
	
	.festival .organisation .slot {
		margin: 0 3% 10px 3%;
		padding: 10px 1%;
		width: 92%;
	}
	
	.festival .organisation .slot h3 {
		font-size: 1.8em;
	}
	
	.festival .organisation .slot h2 {
		font-size: 2.2em;
	}
	
	.festival .sponsoren .spon_breaker {
		padding: 0 0 0 20px;
		font-size: 2.6em;
	}
	
	.festival .sponsoren .brand .brand_logo {
    	float: none;
    	margin: 0 0 10px 0;
    	min-width: 150px;
	}
	
	.festival .sponsoren .brand .brand_logo img {
		max-width: 150px;
	}
	
	.festival .sponsoren .brand .brand_bio {
    	margin:0;
	}
	
	.festival .sponsoren .brand .brand_bio p {
		font-size: 2em;
	}
	
	.festival .sponsoren .brand .brand_bio h3 {
		font-size: 2.6em;
		margin: 0 0 5px 0;
	}
	
	.festival .prints .printsButton {
		width: 80%;
	}
	
	.festival .prints .posters.show {
		height: 210px;
	}
	
	.festival .prints .posters li {
		margin: 0 10px 10px 0;
	}
	
	.festival .prints .posters li img {
		width: 140px;
	}
	
	.festival .footer {
		padding: 20px 3% 60px 3%;	
		width: 94%;
		font-size: 1.6em;
	}

	.festival .footer img {
		/*width: 100px;*/
		margin: 20px 0 0 0;
	}
	
	.festival.info .footer {
		padding: 10px 3% 20px 3%;	
		width: 94%;
		font-size: 1.6em;
	}
	
	.festival .archiv {
		display: none;
	}
	
	/*Gallery*/
	.festival .gallery .cards {
		width: 96%;
	}
	
	.festival .gallery .cards .txt {
		font-size: 2em;
	}
	
	.festival .dia {
		padding: 20px 0%;
	}
	
	/*Bandseite*/
	.festival .festivalheader {
		height: 40px;
		padding:10px 0 5px 0;
	}
	
	.festival .festivalheader h2 {
		font-size: 3em;
	}
	
	.festival .festivalheader p {
		font-size: 1.4em;
	}
	
	.festival .bandcover .cover_txt {
    	bottom: 0;
    	margin: 0;
    	padding: 10px 2% !important;
    	width: 96%;
    	background: rgba(0,0,0,0.6);
	}
	
	.festival .bandcover .cover_txt h1 {
		font-size: 3.8em;
	}
	
	.festival .bandcover .cover_txt h3 {
		font-size: 1.4em;
	}
	
	.festival .bandcontent {
		padding: 0 0 40px 0;
	}
	
	.festival .bandcontent .control {
    	margin: 20px 0 0;
    	width: 100%;
	}
	
	
	.festival .bandcontent .control li {
		display: inline-block;
		margin: 0 50px 20px 0;
	}
	
	.festival .bandcontent .control li:last-child {
		margin-right: 0;
	}
	
	.festival .bandcontent .control li.facebook img, .festival .bandcontent .control li.twitter img, .festival .bandcontent .control li.audio img {
		margin: 0;	
	}
	
	.festival .bandcontent .text {
		margin: 0 4%;
		width: 92%;	
	}
	
	.festival .bandcontent .text h2 {
		font-size: 2.2em;
	}
	
	.festival .bandcontent .text h6 {
		font-size: 2em;
	}
	
	.festival .bandcontent .text .secondAct {
		height: 75px;
	}
	
	.festival .bandcontent .text .secondAct h5 {
		font-size: 4em;
	}
	
	.festival .bandcontent .text .secondAct .arrow {
		right: 8px;
		top:36px;
	}
	
	.festival .bandcontent .sponsor .sponsorLogo {
		max-width: 80%;
	}
	
	
	.festival .bandcontent .backLink {
		display: block;
		text-align: center;
	}
	
	.festival .nextshow {
		height: 180px;
		background-position: center center !important;
	}
	
	.festival .nextshow .nextshow_txt {
    	bottom: 5%;
    	right: 5%;
    	width: 70%;
    	padding:10px 40px 10px 20px;
	}
	
	.festival .nextshow .nextshow_txt p {
		font-size: 1.2em;
	}
	
	.festival .nextshow .nextshow_txt h6 {
		font-size: 2.8em;
	}
	
	.festival .nextshow .nextshow_txt .arrow {
		top: 20px;
	}
	
}