/* ******************************************************************************* */
/* ************************************ RESET ************************************ */
/* ******************************************************************************* */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* ******************************************************************************* */
/* ************************************ FONTS ************************************ */
/* ******************************************************************************* */

@font-face {
    font-family: 'SLK';
    src: url('../font/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ******************************************************************************* */
/* *********************************** LAYOUT ************************************ */
/* ******************************************************************************* */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffcb8b;
	background-image: url(../images/lay-out/chick-background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -250px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  line-height: 25px;
	color: #15193a;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:1100px) {
	body {
		background-size: 2000px 1600px;
		background-position: center -150px;
	}
}
@media screen and (max-width:1023px) {
	body {
		background-size: 1500px 1200px;
		background-position: center -70px;
	}
}
@media screen and (max-width:767px) {
	body:before {
		background: url(../images/lay-out/chick-background.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center -5px;
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -10;
		content: "";
  }
}
iframe body {
	background: none;
}
iframe body:before {
	background: none;
	display: none;
	content: none;
}
#container{
	display: block;
	float: left;
	width: 100%;
  padding-top: 360px;
	position: relative;
	overflow-x: hidden;
}
@media screen and (max-width:767px) {
	#container{
		padding-top: 250px;
	}
}
#wrapper{
	display: block;
	width: calc(100% - 30px);
	max-width: 920px;
	padding: 0px 15px 0px 15px;
  margin: 0px auto;
	position: relative;
}
#target_lineup, #target_timetable, #target_tickets, #target_location, #target_info, #target_faq{
	display: block;
	float: left;
	width: 100%;
}
.none{
	display: none !important;
}

/* ******************** Header ******************** */

header {
	background-color: #ffcb8b;
	border-bottom: solid 2px #fff;
	display: block;
	float: left;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
header h1{
	display: none;
}
header nav {
	display: block;
	width: 100%;
	max-width: 1024px;
	height: 70px;
  margin: 0px auto;
	position: relative;
}
header .wrap{
	display: block;
	float: left;
	height: 70px;
	position: absolute;
	top: 9px;
	right: 15px;
	left: 15px;
}
header .wrap #f2d {
	display: block;
	float: left;
	width: 130px;
	height: 50px;
}
header .wrap .menu {
	display: none;
}
@media screen and (max-width:1023px) {
	header .wrap .menu {
		background-image: url(../images/lay-out/icon_menu.svg);
		background-repeat: no-repeat;
		background-size: 50px 50px;
		background-position: left top;
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		margin-top: 0px;
	}
}

/* Submenu */

header .menu-wrap{
	display: block;
	float: left;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 15px;
	left: 185px;
}
header .menu-wrap ul{
	display: block;
	float: left;
	width: 100%;
}
header .menu-wrap ul li{
	display: block;
	float: left;
}
header .menu-wrap ul li.social{
	float: right;
}
header .menu-wrap ul li.close{
	display: none;
}
header .menu-wrap ul li a,
.link-privacy {
	font-family: SLK;
	font-size: 40px;
	line-height: 40px;
	color: #15193a;
  text-transform: lowercase;
	text-decoration: none;
	display: block;
	float: left;
	margin: 18px 20px 0px 0px;
}
.link-privacy {
	margin: 10px 0 0 20px;
}
header .menu-wrap ul li a:hover,
.link-privacy:hover{
	color: #ff5b47;
}
header .menu-wrap ul li.social a{
	background-repeat: no-repeat;
	background-size: 40px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 15px 0px 0px 5px;
}
header .menu-wrap ul li.facebook a{
	background-image: url(../images/lay-out/facebook.svg);
}
header .menu-wrap ul li.facebook a:hover{
	background-image: url(../images/lay-out/facebook-hover.svg);
}
header .menu-wrap ul li.instagram a{
	background-image: url(../images/lay-out/instagram.svg);
}
header .menu-wrap ul li.instagram a:hover{
	background-image: url(../images/lay-out/instagram-hover.svg);
}
header .menu-wrap ul li.partyflock a{
	background-image: url(../images/lay-out/partyflock.svg);
}
header .menu-wrap ul li.partyflock a:hover{
	background-image: url(../images/lay-out/partyflock-hover.svg);
}
@media screen and (max-width:1023px) {
	header .menu-wrap {
		background-color: #ffcb8b;
		display: none;
		height: auto;
		padding: 70px 0px 25px 0px;
		right: 0px;
		left: 0px;
		z-index: 1000;
	}
	header .menu-wrap ul li{
		width: 100%;
	}
	header .menu-wrap ul li.social{
		width: auto;
	}
	header .menu-wrap ul li.close{
		display: block;
	}
	header .menu-wrap ul li.close a{
		background-image: url(../images/lay-out/icon_close.svg);
		background-repeat: no-repeat;
		background-size: 50px 50px;
		border: none;
		display: block;
		float: left;
		width: 50px;
		height: 50px;
		margin: 0px;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	header .menu-wrap ul li a{
		clear: left;
		width: calc(100% - 30px);
		padding: 20px 0px 12px 0px;
		margin: 0px 15px 0px 15px;
		border-bottom: solid 1px #15193a;
	}
	header .menu-wrap ul li a:hover{
		color: #15193a;
	}
	header .menu-wrap ul li.social a{
		border-bottom: none;
		clear: inherit;
		width: 40px;
		height: 40px;
		padding: 0px;
		margin: 20px 15px 0px -5px;
	}
	header .menu-wrap ul li.facebook a:hover{
		background-image: url(../images/lay-out/facebook.svg);
	}
	header .menu-wrap ul li.instagram a:hover{
		background-image: url(../images/lay-out/instagram.svg);
	}
	header .menu-wrap ul li.partyflock a:hover{
		background-image: url(../images/lay-out/partyflock.svg);
	}
}

/* ******************** Section ******************** */

section{
	background: rgb(255,245,148);
	background: linear-gradient(135deg, rgba(255,245,148,1) 0%, rgba(255,139,125,1) 100%);
	display: block;
	float: left;
	width: calc(100% - 150px);
	padding: 50px 75px 75px 75px;
	margin-top: 50px;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
	box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
}
@media screen and (max-width:767px) {
	section{
		width: calc(100% - 80px);
		padding: 40px 40px 40px 40px;
		margin-top: 20px;
	}
}
@media screen and (max-width:349px) {
	section{
		width: calc(100% - 40px);
		padding: 20px 20px 30px 20px;
		margin-top: 20px;
	}
}
section#logo,
section#home{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* ******************** Content ******************** */

h1, h2{
	font-family: SLK;	
	font-size: 90px;
	line-height: 95px;
	color: #fff;
  text-transform: lowercase;
	text-align: center;
	display: block;
  float: left;
	clear: left;
  width: 100%;
	margin-bottom: 5px;
	position: relative;
}
h1.after{
	line-height: 85px;
	width: 80%; 
	padding: 50px 10% 25px 10%;
}
@media screen and (max-width:767px) {
	h1 {
		font-size: 55px;
		line-height: 55px;
		margin-bottom: 5px;
	}
	h1.after {
		font-size: 50px;
		line-height: 45px;
		padding: 35px 10% 20px 10%;
	}
}
h2{
	font-size: 35px;
	line-height: 35px;
	color: #15193a;
	text-align: left;
	margin-bottom: 0px;
}
@media screen and (max-width:767px) {
	h2 {
		font-size: 30px;
		line-height: 30px;
	  margin-bottom: 5px;
	}
}
h2 span{
	color: #ff5b47;
}
p{
  display: block;
	padding: 0px 0px 20px 0px;
}
@media screen and (max-width:767px) {
	p{
		padding: 0px 0px 20px 0px;
	}
}
.center {
	text-align: center;
  float: inherit;
  clear: both;
	width: 80%;
  margin: 0px 10% 0px 10%;
}
@media screen and (max-width:767px) {
	.center{
	  width: 100%;
    margin: 0px;
	}
}
a{
	color: #15193a;
	cursor: pointer;
}
.wave {
	position: relative;
  clear: both;
  width: 250px;
  margin: 0 auto 30px auto;
  left: calc(50% - 125px);
}
@media screen and (max-width:767px) {
	.wave {
		width: 33vw;
		left: calc(50% - 16.5vw);
    margin: 0 auto 10px auto;
	}
}

/* ******************** Home ******************** */

#slk_logo img{
  display: block;
	float: left;
	width: 100%;
	height: auto;
}
#tickets-button{
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -90px;
	right: 35px;
	z-index: 600;
}
@media screen and (max-width:1070px) {
	#tickets-button{
		top: -100px;
	  right: calc(50% - 85px);
	}
}
@media screen and (max-width:767px) {
	#tickets-button{
		width: 120px;
		height: 120px;
		top: -95px;
	  right: calc(50% - 60px);
	}
}
#tickets-button img{
	width: 100%;
	height: auto;
}
#home .image-wrap{
	display: block;
	float: left;
	width: calc(100% - 20px);
	border: solid 10px #fff;
}
@media screen and (max-width:767px) {
	#home .image-wrap{
		width: calc(100% - 10px);
		border: solid 5px #fff;
	}
}
#home .image-wrap img{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

/* ******************** Lineup ******************** */

.area{
	font-family: SLK, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	text-transform: lowercase;
	display: block;
	float: left;
	width: 50%;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
	.area {
		font-size: 25px;
		line-height: 35px;
		width: 100%;
		clear: left;
	  padding-bottom: 30px;
	}
}
.area.new{
	clear: left;
}



/* ******************** Timetable ******************** */

@media screen and (max-width:767px) {
	#timetable{
		width: calc(100% - 30px);
		padding: 40px 15px 40px 15px;
	}
}
@media screen and (max-width:349px) {
	#timetable{
		width: calc(100% - 40px);
		padding: 20px 20px 30px 20px;
	}
}

/* ******************** Tickets ******************** */

#tickets_info h2 {
	margin-bottom: 30px;
}
#ticket_sale{
	display: block;
	float: left;
	width: 100%;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
	#tickets iframe#ticket_sale{
		display: none;
	}
}
@media screen and (min-width:768px) {
	#tickets iframe#ticket_sale{
		display: block;
	}
}
#tickets .buttons{
	display: block;
  width: 100%;
  margin: 20px auto 30px auto;
}
@media screen and (max-width:767px) {
  #tickets .buttons{
    width: 100%;
    margin: 10px 0px 30px 0px;
  }
}
#tickets .button{
	background-color: #2ebef0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: SLK;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
  text-transform: lowercase;
	text-decoration: none;
	display: block;
	float: left;
	width: 165px;
	height: 44px;
	padding: 16px 0px 0px 20px;
  margin: 10px 10px 0px 0px;
  position: relative;
}
#tickets .button:last-child{
  margin-right: 0px;
}
@media screen and (max-width:767px) {
	#tickets .button{
		clear: left;
		width: calc(100% - 20px);
		margin: 10px 0px 0px 0px;
	}
}
#tickets .button span{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	display: block;
  position: absolute;
  top: 8px;
  right: 15px;
}
@media screen and (min-width:768px) {
	#tickets .button.mobile{
		display: block;
	}
	#tickets .button.desktop{
		display: block;
	}
}
@media screen and (max-width:767px) {
	*#tickets .button.mobile{
		display: block;
	}
	#tickets .button.desktop{
		display: none;
	}
}
@media screen and (min-width:768px) {
	#tickets .button.ticket span{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: 5px;
	}
}

/* ******************** Location ******************** */

#location img:first-child{
	display: block;
	float: left;
	width: calc(100% + 130px);
	border: solid 10px #fff;
	margin: -50px -65px 40px -75px;
	position: relative;
}
@media screen and (max-width:767px) {
	#location img:first-child{
		width: calc(100% + 70px);
		margin: -40px -40px 30px -40px;
		border: solid 5px #fff;
	}
}
@media screen and (max-width:349px) {
	#location img:first-child{
		width: calc(100% + 30px);
		margin: -20px -20px 20px -20px;
		border: solid 5px #fff;
	}
}

/* ******************** FAQ ******************** */

#faq .faq{
	display: block;
	float: left;
	width: 100%;
	position: relative;
  overflow: hidden;
}
#faq .faq li.q {
	border-bottom: solid 1px #fff;
	font-family: SLK;
	font-size: 30px;
	line-height: 30px;
	text-transform: lowercase;
	display: block;
	width: calc(100% - 35px);
	padding: 10px 35px 12px 0px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width:767px) {
	#faq .faq li.q {
		font-size: 25px;
		line-height: 25px;
	}
}
#faq .faq li.q span{
	background-image: url(../images/lay-out/faq_plus.svg);
	background-repeat: no-repeat;
	background-position: right 3px;
	display: block;
	float: left;
	width: 30px;
	position: absolute;
	top: 8px;
	right: 0px;
	bottom: 0px;
}
#faq .faq li.q.active span{
	background-image: url(../images/lay-out/faq_min.svg);
}
#faq .faq li.a {
	border-bottom: solid 1px #fff;
	display: none;
	padding: 20px 0px 35px 0px;
	margin-bottom: 10px;
}
#faq .faq li.a ul{
	list-style: disc;
	list-style-position: outside;
	padding: 0px 0px 20px 20px;
}
#faq .faq li.a ul ul{
	list-style: disc;
	list-style-position: outside;
	padding: 20px 0px 0px 15px;
}
#faq .faq li.a ul li{
	padding-bottom: 10px;
}

/* ******************** Contact ******************** */

iframe.subscribe {
	height: 100px;
	margin-top: 10px;
}
@media screen and (max-width:570px) {
	iframe.subscribe{
		height: 225px;
		margin-bottom: 30px;
	}
}
.mailinglist, .mailinglist form{
	display: block;
	float: left;
	width: 100%;
	margin-top: 1px;
}
.mailinglist input{
	background-color: #fff;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Open Sans;
	font-size: 16px;
	line-height: 16px;
	color: #15193a;
	float: left;
  width: calc(50% - 130px);
	height: 51px;
	padding: 4px 10px 5px 20px;
	margin: 0px 10px 10px 0px;
}
@media screen and (max-width:500px) {
	.mailinglist input{
		width: calc(100% - 30px);
	}
}
.mailinglist a {
	background-color: #2ebef0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: SLK;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
  text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 150px;
	height: 43px;
	padding: 17px 15px 0px 15px;
}
@media screen and (max-width:500px) {
	.mailinglist a{
		float: right;
		margin-top: 20px;
	}
}

/* ******************** Friends ******************** */

#friends{
	background-color: #fff;
}
#friends a{
  display: block;
  float: left;
  width: calc(25% - 40px);
  height: auto;
  padding: 20px;
}
@media screen and (max-width:1023px) {
	#friends a{
    width: calc(33.33% - 40px);
	}
}
@media screen and (max-width:767px) {
	#friends a{
    width: calc(50% - 40px);
	}
}
#friends a img{
  display: block;
  float: left;
  width: 100%;
  height: auto;
  max-height: 300px;
}

/* ******************** Footer ******************** */

footer{
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding: 40px 0px 50px 0px;
	position: relative;
}
footer .wrap{
	display: block;
	width: calc(100% - 30px);
	max-width: 920px;
	padding: 0px 15px 0px 15px;
  margin: 0px auto;
	position: relative;
}
.gradient{
	display: block;
	float: left;
	width: 100%;
	height: 350px;
	position: absolute;
	bottom: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	z-index: 0;
}
footer a{
	padding: 20px;
	z-index: 10;
	position: relative;
}
@media screen and (max-width:767px) {
	footer a{
		display: block;
		clear: left;
		padding: 0px;
	}
}