body {
	font-family:'Poppins', 'Helvetica', Arial, sans-serif;
	font-size: 10px;
	background-color:#222;
}

a {
	text-decoration: none;
}

strong {
	font-size: 700;
}

.audio {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-image: url('/2016/img/icons/audiocontrol/audio-control.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px 5px;
	transition: background ease-in 0.4s;
}

.audio:hover {
	background-color: rgba(255, 213, 17, 0.92);
    cursor: pointer;
}

.audio.off {
	background-position: 6px -20px;
}

.audiofile {
	display: none;
}

.txt-left {text-align: left;}
.txt-right {text-align:right;}
.txt-center {text-align: center;}


/* Navigation */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background:#222;
	z-index: 60;
	transition: background ease 0.5s;
}

header.stick {
	position: fixed;
	background: rgba(34,34,34,0.9);
	z-index: 400;
}

header nav {
	width: 70%;
	margin: 0 15%;
	font-size: 2em;
	text-align: center;
}

header.fullscreen nav {
	width: 98%;
	margin: 0 1%;
}

header.fullscreen nav .home {
	display: none;
}

header 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;
}

header nav a:hover {
	color: #FFF;
}

header nav a.current {
	color:#FFAB3D;
}

header nav a:last-child {
	margin: -3px 10px 0 0;
}

header nav .mobi_icon, header nav .currentpage{
	display: none;
}
/* END: Navigation */

/* Main */
/* **** */
.festival {
	margin: 40px auto 0 auto;
	width: 100%;
}

.festival.nonav {
	margin-top: 0px;
}

.festival section {
	width: 70%;
	padding: 0 15%;
}

.festival section.default {
	background: #f0f0f0;
	text-align: center;
	padding: 0 15%;
}

.festival section.cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-size: cover;
	background-image: url('/2016/img/cover/cover.jpg');
}

.festival section.cover .cover_txt {
	position: absolute;
	box-sizing: border-box;
	left: 100px;
	top:260px;
	z-index: 40;
	/*background: rgba(255,255,255,0.92);*/
	padding: 15px;
	color: #222;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	margin: 0;
}

.festival section.cover .cover_txt h3 {
	font-size: 2.6em;
	margin: 0 0 5px 0;
	color: #FFF;
	text-shadow: #222 3px 3px 8px;
}

.festival section.cover .cover_txt h1 {
	font-size: 7.8em;
	font-weight: bold;
	color: #FFD511;
	text-shadow: #222 3px 3px 8px;
}

.festival section.cover .cover_txt p {
	font-size: 2.6em;
	color: #FFF;
	text-shadow: #222 3px 3px 8px;
}

.festival section.cover .cover_txt p.date {
	font-size: 3.4em;
	font-weight: bold;
	margin:-2px 0 5px 0;
	color: #FFF;
	text-shadow: #222 3px 3px 8px;
}

.festival section.cover .badge {
	position: absolute;
	right: 100px;
	bottom: 100px;
	box-sizing: border-box;
	padding: 60px 0 0 0;
	border-radius: 160px;
	width: 160px;
	height: 160px;
	background-color: #EC404E;
	background-color: rgba(236, 64, 78, 0.92);
	text-align: center;
	line-height: 1.3em;
	font-size: 2.2em;
	color: #FFF;
	font-weight: bold;
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	transform: rotate(10deg);
	box-shadow: #222 3px 3px 8px;
	transition: transform ease 0.5s;
}

.festival section.cover .badge:hover {
	transform: rotate(0deg);
}

/* Contentheader */
.festival section.contentheader {
	position: relative;
	height: 300px;
	top: 0;
	left: 0;
	background-size: cover;
	background-image: url('/2016/img/cover/cover1.jpg');
}

.festival section.contentheader.shows {
	background-image: url('/2016/img/cover/shows.jpg');
}

.festival section.contentheader.info {
	background-image: url('/2016/img/cover/info.jpg');
}

.festival section.contentheader.sponsoren {
	background-image: url('/2016/img/cover/sponsor.jpg');
}

.festival section.contentheader.organisationen {
	background-image: url('/2016/img/cover/organisationen.jpg');
}

.festival section.contentheader h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
	color: #FFAB3D;
	border-bottom: 2px solid #FFAB3D;
	margin: 0;
	text-transform: uppercase;
	text-shadow: #222 3px 3px 8px;
}

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

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

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

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

.festival section.map {
	position: relative;
	width: 50%;
	padding: 20px 25% 25% 25%;
	background: #f0f0f0;
	height: 0;
}

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

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

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

.festival section.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 section.ahoi .alternativ_header {
	display: none;
}

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

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

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

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

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

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

#soundControl {
	cursor: pointer;
}

#soundControl.hidden {
	display: none;
}

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

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

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

.audiofile {
	display: none;
}

.festival section.program {
	position: relative;
	z-index: 2;
	padding-top:40px;
}

.festival section.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 section.program ul {
	padding: 20px 5%;
	text-align: center;
}

.festival section.program ul li {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 20px 40px;
	border-radius: 5px;
	background-color: none !important;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.festival section.program ul li.no {
	margin: 20px 20px 0;
}


.festival section.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 section.program ul li.no:hover {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	cursor: default;
}

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

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

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

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

.festival section.program ul li h4 {
	color: #eee;
	margin: 0;
}

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

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

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

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

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

/* Organisation */
.festival section.organisation {
	background: #222;
	padding-top: 15px;
}

.festival section.organisation .slot {
	padding: 20px 0;
	margin: 0 15% 15px 15%;
	width: 70%;
	text-align: center;
	border-radius: 5px;
}

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

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

/* Sponsoren */
.festival section.sponsoren {
	background: #f0f0f0;
}

.festival section.sponsoren .spon_breaker {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 4em;
	border-bottom: 2px solid #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 40px 0 0 0;
}

.festival section.sponsoren .brand {
	padding: 40px 100px;
	border-bottom:1px solid #aaa;
}

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

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

.festival section.sponsoren .brand .brand_logo img {
	max-width: 130px;
	box-shadow: 0px 3px 6px 0px #222;
}

.festival section.sponsoren .brand .brand_bio {
	color: #222;
	margin: 0 0 0 160px;
}

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

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

.festival section.sponsoren .brand .brand_bio p a {
	display: block;
}

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

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

.festival section.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 section.allSponsors ul li img {
	max-width: 160px;
	max-height: 120px;
}

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

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

.festival section.prints {
	background: #F0F0F0;
	padding-top: 40px;
}

.festival section.prints .printsButton {
	padding: 10px;
	width: 20%;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	border:1px solid #A83151;
	border-radius: 10px;
	cursor: pointer;
	transition: background ease 0.5s;
}

.festival section.prints .printsButton:hover {
	background: #A83151;
}
.festival section.prints .printsButton a {
	color: #A83151;
	transition: color ease 0.7s;
}

.festival section.prints .printsButton a:hover {
	color: #FFF;
}

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

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


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

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

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

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

.festival section.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 section.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 section.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.black {
	background-color: #222;
}

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

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

footer .archiv {
	position: absolute;
	bottom: -350px;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 350px;
	padding: 20px 5%;
	text-align: center;
	color: #666;
	background-color: #f0f0f0;
}

footer .archiv img {
	height: 200px;
	margin: 0 0 20px 0;
}

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

footer .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;
}

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

/* Gallery */
/*______________*/
.festival section.pics {

}

.festival section.pics .preview {
	position: relative;
	display: inline-block;
	margin: 20px;
	width: 250px;
	height: 250px;
	border-radius: 5%;
	overflow: hidden;
	border: 2px solid;
}


.festival section.pics .preview img  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.festival section.pics .preview .title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	font-size: 1.6em;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
}

/* 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;
}

/* Bandsite */
.festival .bandcover {
	position: relative;
	height: 800px;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 2px;
}

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

.festival .bandcover .cover_txt {
	position: absolute;
	width: 60%;
	bottom:2%;
	margin: 0 20%;
	/*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: 400;
	text-shadow: #222 3px 3px 8px;
}

.festival .bandcover .cover_txt h1 {
	font-size: 8.4em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: #222 3px 3px 8px;
}

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

.festival .bandcontent {
	position: relative;
	width: 60%;
    padding: 80px 20% 120px 20%;
	background: #F0F0F0;
}

.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 h2 {
	font-size: 2.6em;
	font-weight: bold;
	padding: 0;
}

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

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

.festival .bandcontent p.linkList {
	margin: 50px 0 0 0;
}

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

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

.festival .bandcontent p .specialLink {
	display: block;
	float: left;
}

.festival .bandcontent p .specialLink.right {
	float: right;
}

.festival .bandcontent .share-icon {
	width: 80px;
	margin: 0 20px;
}

.festival .bandcontent .video {
	position: relative;
	overflow: hidden;
	width: 135%;
	left: -18%;
	height: 0;
	padding-bottom:76%;
	margin: 20px 0 0 0;
	box-shadow: 2px 2px 6px 0px #444;
}

.festival .bandcontent .video.local {
	width: 100%;
	left: 0;
	padding-bottom: 56.5%;
}

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

.festival .bandcontent .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 .secondAct:hover {
	transform: scale(1.05, 1.05);
}

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

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

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

.festival .bandcontent .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 .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: 100%;
	position: relative;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -190px;
	cursor: pointer;
	border-top: 2px solid;
	-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 .nxdate {
	position: relative;
	top: -50px;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	box-shadow:0px 4px 6px 0px #222;
}

.festival .nextshow .nxdate .date {
	font-size: 4em;
	display: block;
}

.festival .nextshow .nxdate .month {
	font-size: 2.6em;
	display: block;
}

.festival .nextshow .nextshow_txt {
	position: relative;
	bottom: -70px;
	padding: 10px 40px 10px 20px;
	color: #222;
	text-shadow: #222 2px 2px 4px;
	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: 4em;
	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) {
	.homepage {
		background-color: #f0f0f0;
	}

	.festival {
		width: 100%;
	}

	.festival section, .festival section.default {
		width: 94%;
    	padding: 0 3%;
	}

	.festival section.contentheader {
		background-size: auto 300px;
		background-position: 50% 0;
	}

	.festival section.cover {
		position: relative;
		height: auto;
    	width: 100%;
    	background-size: 100%;
    	background-repeat: no-repeat;
    	padding-bottom: 75%;
	}

	.festival section.cover .cover_txt  {
		left: 50px;
		top: 60px;
	}

	.festival section.cover .cover_txt h1 {
		font-size: 3.8em;
	}

	.festival section.cover .cover_txt h3 {
		font-size: 1.5em;
	}

	.festival section.cover .cover_txt h3 span {
		display: inline;
		font-size: inherit;
	}

	.festival section.cover .cover_txt p {
		font-size: 1.6em;
	}

	.festival section.cover .cover_txt p.date {
		font-size: 1.7em;
	}

	.festival section.cover .badge {
		right: 100px;
		bottom: 100px;
	}

	/* Navigation */
	header nav  {
		height: auto;
		width: 100%;
		margin: 0;
		font-size: 2.2em;
	}

	header.fullscreen nav {
		margin: 0;
		width: 100%;
	}

	header nav .mobi_icon {
		display: block;
		position: absolute;
		cursor: pointer;
		left: 10px;
		top: 10px;
	}

	header nav .mobi_icon img {
		height: 20px;
	}

	header nav .currentpage {
		display: inline-block;
		padding: 12px 0 10px 0;
		color: #F0F0F0;
	}

	header nav .nav_entries {
		margin-top: -4px;
	}

	header nav a {
		display: none;
		margin: 0;
	}

	header nav a:last-child {
		margin:0;
	}

	header nav.showNav a {
		display: block;
		border-top: 1px solid #FFF;
		color: #fff;
		background: rgba(34,34,34,0.9);
	}

	header nav.showNav a.current {
		display: none;
	}

	.festival section.ahoi {
		padding: 20px 0;
	}

	.festival section.ahoi .matrose {
		display: none;
	}

	.festival section.ahoi p {
		font-size:1.8em;
	}

	.festival section.program h5 {
		font-size: 3.4em;
	}

	.festival section.program ul {
    	padding: 20px 2%;
	}

	.festival section.archiv a {
		font-size: 2em;
		margin: 0 14px 0 0;
	}

	.festival section.prints .printsButton {
		width: 40%;
	}

	.festival section.prints .posters.show {
		height: 120px;
	}

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

	.festival section.prints .posters li img {
		width: 150px;
	}

	.festival section.organisation .slot {
		margin: 0 10% 10px 10%;
		width: 80%;
	}

	.festival section.sponsoren .brand {
		padding: 20px;
	}

	.festival section.sponsoren .spon_breaker {
		padding: 0 0 0 140px;
	}

	/*Gallery*/
	.festival section.gallery .cards {
		width: 48%;
		margin: 0 5px 10px 5px;
	}

	.festival section.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 .cover_txt {
		width: 80%;
		margin: 0 10%;
		padding: 0;
		bottom: 5%;
	}

	.festival .bandcover .cover_txt h1 {
		font-size: 5.4em;
	}

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

	.festival .bandcontent  h2 {
		padding: 60px 0 0 0;
	}

	.festival .bandcontent .video {
	    width: 110%;
	    left: -5%;
	    padding-bottom: 62%;
	}

	.festival .bandcontent .logo {
		display: none;
	}

	.festival .nextshow {
		width: 100%;
		height: 240px;
		background-position: center -40px;
	}

	footer .archiv {
		position: relative;
		top:0;
		box-sizing: border-box;
		width: 100%;
		height: auto;;
	}

}

/* phone */
/* ==================================================================================================================== */
@media screen and (max-width: 600px) {
	body {
		font-size: 8px;
	}

	header {
		top: 0 !important;
	}

	.festival section.cover {
		position: absolute;
		height: 100%;
		width: 100%;
		padding: 0;
		display: block;
		background-image: url('/2016/img/cover/cover-mobi.jpg');
		background-size: 100% 100%;
	}

	.festival section.cover .cover_txt {
		left: 50px;
		top: 18%;
	}

	.festival section.cover .badge {
    right: 40px;
    top: 36%;
    padding: 40px 0 0 0;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    line-height: 1.3em;
    font-size: 2em;
	}

	.festival section.thankyou {
		display: none;
		font-size: 2em;
	}

	.festival section.map {
		padding-bottom: 60%;
	}

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

	.festival section.ahoi h2 {
    	font-size: 2em;
	}

	.festival section.ahoi p {
		font-size: 1.4em;
	}

	.festival section.ahoi img.matrose {
    		display: block;
			height: 180px;
			margin: 0 auto;
	}

	.festival section.ahoi .alternativ_header {
		display: block;
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}

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

	.festival section.ahoi .alternativ_header h1 {
		font-size: 4.6em;
		font-weight: bold;
		color: #fffa64;
		margin: 5px 0 0 0;
	}

	.festival section.ahoi .alternativ_header h3 {
		font-size: 1.6em;
		color: #666;
	}

	.festival section.ahoi .alternativ_header p.date {
		font-size: 2.2em;
		font-weight: bold;
	}

	.festival section.ahoi .control li.audio img {
    	height: 30px;
	}

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

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

	.festival section.program h5 {
		font-size: 3.2em;
		line-height: 1.2em;
	}

	.festival section.program ul {
    	padding: 20px 5%;
	}

	.festival section.program ul li {
    	display:block;
    	margin:0 0 20px 0;
    	padding: 10px;
	}

	.festival section.simpleheader .title {
		display: none;
	}

	.festival section.organisation .slot {
		margin: 0 3% 10px 3%;
		padding: 10px 1%;
		width: 92%;
	}

	.festival section.organisation .slot h3 {
		font-size: 1.8em;
	}

	.festival section.organisation .slot h2 {
		font-size: 2.2em;
	}

	.festival section.sponsoren .spon_breaker {
		padding: 0 0 0 20px;
		font-size: 2.6em;
	}

	.festival section.sponsoren .brand .brand_logo {
    	float: none;
    	margin: 0 0 10px 0;
    	min-width: 150px;
	}

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

	.festival section.sponsoren .brand .brand_bio {
    	margin:0;
	}

	.festival section.sponsoren .brand .brand_bio p {
		font-size: 2em;
	}

	.festival section.sponsoren .brand .brand_bio h3 {
		font-size: 2.6em;
		margin: 0 0 5px 0;
	}

	.festival section.prints .printsButton {
		width: 80%;
	}

	.festival section.prints .posters.show {
		height: 210px;
	}

	.festival section.prints .posters li {
		margin: 0 10px 10px 0;
	}

	.festival section.prints .posters li img {
		width: 140px;
	}

	.festival section.map {
		position: relative;
		width: 90%;
		padding: 20px 5% 60% 5%;
		background: #f0f0f0;
		height: 0;
	}

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

	.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;
	}

	footer{
		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%;
	}

	.festival .bandcover .cover_txt h1 {
		font-size: 3.8em;
	}

	.festival .bandcontent {
		width: 92%;
		padding: 20px 4% 60px 4%;
	}

	.festival .bandcontent .video {
		width: 98%;
		left: 0%;
		padding-bottom: 55%;
	}

	.festival .bandcontent h2 {
		font-size: 2.2em;
		padding: 0;
	}

	.festival .bandcontent p.linkList {
		margin: 20px 0 0 0;
	}

	.festival .bandcontent .secondAct {
		height: 75px;
	}

	.festival .bandcontent .secondAct h5 {
		font-size: 4em;
	}

	.festival .bandcontent .secondAct .arrow {
		right: 8px;
		top:36px;
	}

	.festival .bandcontent .sponsor .sponsorLogo {
		max-width: 80%;
	}


	.festival .bandcontent .backLink {
		display: block;
		text-align: center;
	}

	.festival .nextshow {
		height: 140px;
		background-position: center -15px !important;
	}

	.festival .nextshow .nxdate {
	    top: -30px;
	    padding: 10px 0;
	    width: 60px;
	    height: 60px;
	    border-radius: 50px;
	}

	.festival .nextshow .nxdate .date {
    	font-size: 3.2em;
	}

	.festival .nextshow .nxdate .month {
    	font-size: 2.2em;
	}

	.festival .nextshow .nextshow_txt {
    	bottom: -25%;
    	right: 0%;
    	width: 100%;
    	padding:0;
		text-align: center;
	}

	.festival .nextshow .nextshow_txt p {
		font-size: 1.2em;
	}

	.festival .nextshow .nextshow_txt h6 {
		font-size: 2.8em;
	}

}
