/*
* CSS
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

* {
  box-sizing: border-box;
  padding:0;
  margin:0;
}

html, body {
    max-width:100%;
    max-height:100%;
    padding:0px;
    margin:0px;
    color:#fff;
    font-family: 'Open Sans', sans-serif;

}

p {
font-size:16px;
}

/* html {
  background: url("../img/bg_2019.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */

html:after{
	content:"";
	position:fixed; /* stretch a fixed position to the whole screen */
	top:0;
	height:100vh; /* fix for mobile browser address bar appearing disappearing */
	left:0;
	right:0;
	z-index:-1; /* needed to keep in the background */
	background:  url("../img/park_bg.jpg") center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #fff;
	text-decoration: none;
}

.background {
	background:#000;
	padding:10px;
}

img {
border:0;
}
a {
outline : none;
}
a img {
outline : none;
}

ul {
	list-style-type: none;
}

.clear {
  clear: both;
}

/*
* GENERAL
*/

.padded-multiline {
  line-height: 2em;
  padding: 2px 0;
  margin: 20px auto;
}
.padded-multiline span {
	background-color: #fff;
  	color: #000;
  	display: inline;
  	padding: 0.45rem;

  	/* Needs prefixing */
  	box-decoration-break: clone;
}

.padded-multiline.green span {
	background-color: green;
}

.scrollToTop {
  display: block;
  font-size: 50px !important;
  position: fixed;
  right: 50px;
  color: #fff;
  bottom: 40px;
  cursor: pointer;
  display: none;
}

/*
* SECTION
*/

h1 {
	font-size:3em;
	border-bottom: 3px solid #fff;
	padding-bottom: 1%;
	font-weight: 400;
	margin-bottom:3%;
}

section {
  	width: 100%;
  	background-color: transparent;
  	padding:5%;
  	position: relative;
}

section .inner_section {
	width:100%;
	margin-left:auto;
  	margin-right: auto;
	max-width:980px;
  	height: 100%;
}

section .inner_section.first {
	text-align:center;
}

section .inner_section.first .logo {
	width: 100%;
	max-width:500px;
	margin-top:25%;
	display:none;
}

section .inner_section.first .logo:hover {
transform: rotateY( 360deg );
  -webkit-transform: rotateY( 360deg );
  -moz-transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: transform 1s;
  transition: -webkit-transform 1s;
  -moz-transition: transform 1s;
}

section .inner_section p {
	text-align: justify;
}

/*
* CONTACT
*/

.contact p {
	display:block;
	margin-bottom: 10px;
}

/*
* NAVIGATION
*/

section .inner_section.first #navigationbar {
	text-align: center;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10%;
	font-size: 1.8em;
}

section .inner_section.first #navigationbar li {
	float:left;
	width:20%;
}

section .inner_section.first #navigationbar li a:hover {
	border-bottom: 3px solid #FFF;
}

/*
* SOCIAL BAR
*/

section .inner_section.first #social_bar {
	text-align: center;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10%;
}

section .inner_section.first #social_bar li {
	float:left;
	width:19%;
	margin-right: 1%;
}

section .inner_section.first #social_bar li img {
	width:100%;
	max-width:50px;
}


/*
* VIDEOS
*/

.highlighted_single_video {
	margin-bottom:40px;
	border:2px solid #000;
	box-sizing: border-box;
	vertical-align: bottom;
}

.highlighted_single_video img {
	width:100%;
	vertical-align: bottom;
}

.videos .one_column {
	background-color: #000;
	margin-bottom:20px;
}

.videos .one_column p {
	padding:3px;
}

.videos .one_column img {
	width:100%;
	display:block;
}

.videos .two_columns p {
	padding:3px;
}

.videos .two_columns img {
	width:100%;
	display: block;
}

.videos .two_columns .left {
	float:left;
	width:48%;
	background-color: #000;
	border-bottom: 3px solid #fff;
}

.two_columns .left {
	float:left;
	width:48%;
}

.two_columns .left img, .two_columns .right img {
    width:100%;
}

.videos .two_columns .right {
	float:right;
	width:48%;
	background-color: #000;
	border-bottom: 3px solid #fff;
}

.two_columns .right {
	float:right;
	width:48%;
}

.videos .three_columns {
	margin-top: 4%;
	margin-bottom:4%;
	width:100%;
}

.videos .three_columns img {
	width:100%;
}

.videos .three_columns li p {
	padding:3px;
	font-size:0.7em;
}

.videos .three_columns li {
	float:left;
	width:32%;
	margin-right: 2%;
	background-color: #000;
	border-bottom: 2px solid #fff;
}

.videos .three_columns li {
	display: block;
}

.videos .three_columns li:nth-child(3) {
	float:right;
	margin-right:0;
}



.shop_items .three_columns {
	margin-top: 4%;
	margin-bottom:4%;
	width:100%;
}

.shop_items .three_columns img {
	width:100%;
}

.shop_items .three_columns li p {
	padding:3px;
	font-size:0.7em;
}

.shop_items .three_columns li {
	float:left;
	width:32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.shop_items .three_columns li {
	display: block;
}

.shop_items .three_columns li:nth-child(3) {
	float:right;
	margin-right:0;
}

/*
* DATES
*/

.dates .date_list li {
	margin-bottom:10px;
	font-weight: 400;
	font-size:1em;

}

.dates .date_list li h3 {
	font-size:24px;
}

.dates .date_list li span {
	display: inline;
	padding:4px;
	color: #000;
	font-weight:bold;
	font-size:1em;
	color: #000;
}

.dates .date_list li.old_date {
	font-size:14px;
}

.dates .date_list li p {
	margin-top:10px;
}

.albumcover {
	padding-top:20px;
	width:50%;
	margin:auto;
}

/*
* MOBILE 768px
*/

@media all and (max-width : 990px){
	.albumcover {
		width:100%;
	}

	section .inner_section.first #navigationbar {
		width: 80%;
	}


	section .inner_section.first #social_bar {
		width:60%;
		margin-top:15%;
	}

}

/*
* MOBILE 640px
*/

@media all and (max-width : 640px){

	#reservix-link {
		font-size:1.5rem !important;
	}
	html {
		  background-color: #000;
  	}
	section .inner_section.first .logo {
		width: 100%;
		max-width:350px;
	}
	section .inner_section.first #social_bar {
		width:80%;
	}

	section .inner_section.first #navigationbar {
		text-align: center;
	}

	section .inner_section.first #navigationbar li {
		float:none;
		width: auto;
	}

	.videos .two_columns .left,.videos .two_columns .right,.videos .three_columns li,.videos .three_columns li:nth-child(3) {
		float:none;
		margin-bottom:4%;
		width:100%;
	}

	.shop_items .three_columns li,.shop_items .three_columns li:nth-child(3) {
		float:none;
		margin-bottom:4%;
		width:100%;
	}

    .two_columns .left, .two_columns .right {
		float:none;
		margin-bottom:4%;
		width:100%;
	}



}

.ticket-link {
	color: #EEAEEE;
}

.background-white {
	background: #fff;
	padding:20px;
	color:#000;
	filter: alpha(opacity = 85); /* IE 6, 7, 8 */
	-ms-filter: "alpha(opacity = 75)";
	-moz-opacity:0.85;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.85;
	/* ab IE 8 zusätzlich möglich */
	 opacity: .85; /* alle anderen Browser einschließlich IE 9 */
}

.background-white a {
	color:#000;
}
