/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, samp, small, strike, strong, 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; }

/* #Basic Styles
================================================== */

html {
	background: #000 url('../gfx/bgr/starfield1.jpg') center center / cover repeat-y;
	background-color: #000;
}

body {
	font: 15px/23px 'Alegreya Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

.contentlayer {
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0; right: 0; bottom: 0; left: 0;
}

.container {
	top: 3%;
	z-index: 0;
}

#shopbutton {
		position: absolute;
		cursor: pointer;
		width: 130px;
		height: 120px;
		top: 110px;
		right: 10%;
		z-index: 999;
}

#shopbutton:hover { width: 140px; height: 130px; top: 105px; }

#ticketbutton {
	cursor: pointer;
	z-index: 999;
}

#titlemedia {
		height: 120px;
}

	.title1 {
		background: url(../gfx/titel1.jpg) no-repeat;
		background-position: 50% 50%;
		width: 800px;
		height: 305px;
		position: absolute;
		top: 96px;
		left: 50%;
		margin-left: -400px;
		z-index: -1;
	}

	/* #titlesub {
		display: none;
		background: url(../gfx/titel1.png) no-repeat;
		background-position: 50% 50%;
		background-size: 390px 212px;
		width: 390px;
		height: 212px;
		position: relative;
		top: 0;
		left: 50%;
		margin-left: -195px;
		z-index: 100;
	}

	#datesub {
		display: none;
		background: url(../gfx/date.png) no-repeat;
		background-position: 50% 50%;
		background-size: 460px 36px;
		width: 460px;
		height: 36px;
		position: relative;
		top: -160px;
		left: 50%;
		margin-left: -230px;
		z-index: 100;
	} */

	.contentbgr {
		background-color: rgba(0,0,0,0.6);
		border-top: 1px solid #fff;
		border-bottom: 1px solid #555;
		-webkit-border-top-left-radius: 80px;
		-webkit-border-bottom-right-radius: 80px;
		-moz-border-radius-topleft: 80px;
		-moz-border-radius-bottomright: 80px;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}

	.contentbgr2 {
		background-color: rgba(0,0,0,0.6);
		border-top: 1px solid #fff;
		border-bottom: 2px solid #555;
		-webkit-border-top-left-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		-moz-border-radius-topleft: 40px;
		-moz-border-radius-bottomright: 40px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}

	.contentbgr3 {
		background-color: rgba(0,0,0,0.6);
		border-top: 1px solid #fff;
		border-bottom: 2px solid #555;
		-webkit-border-top-right-radius: 40px;
		-webkit-border-bottom-left-radius: 40px;
		-moz-border-radius-topright: 40px;
		-moz-border-radius-bottomleft: 40px;
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}

	#counter {
		/* background-color: rgba(255, 255, 255, .4);
		border-top-left-radius: 28px;
		border-bottom-right-radius: 28px; */
		width: 286px;
		height: 30px;
		position: absolute;
		top: 415px;
		left: 50%;
		margin-left: -136px;
		z-index: 101;
	}

#thankyou {
	/* background-color: rgba(255, 255, 255, .4);
	border-top-left-radius: 28px;
	border-bottom-right-radius: 28px; */
	text-align: center;
	width: 100%;
	height: auto;
	position: absolute;
	top: 4%;
	z-index: 101;
}

	#counter .digit {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
		color: #f00;
		font-family: 'xirodregular', Helvetica, Arial, sans-serif;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 400;
		text-align: center;
		text-transform:uppercase;
		text-decoration: none;
		float: left;
		width: 55px;
		margin: 0;
	}

	#counter .name {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
		color: #fff;
		font-family: 'xirodregular', Helvetica, Arial, sans-serif;
		font-size: .5em;
		line-height: 1em;
		font-weight: 400;
		text-align: center;
		text-transform:uppercase;
		text-decoration: none;
		float: left;
		width: 55px;
		margin: 0;
	}

	/* .mandala {
		background: url('../gfx/silber.png') no-repeat;
		background-position: 50% 50%;
		width: 310px;
		height: 310px;
		position: absolute;
		top: 208px;
		left: 50%;
		margin-left: -155px;
		z-index: 99;
	} */

	/* #mandalasub {
		display: none;
		background: url('../gfx/silber.png') no-repeat;
		background-position: 50% 50%;
		background-size: 155px 155px;
		width: 155px;
		height: 155px;
		position: relative;
		top: -160px;
		left: 50%;
		margin-left: -77px;
		z-index: 99;
	} */

	#bigmandala {
		position: fixed;
		overflow: hidden;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}

	#bigmandalamove {
		position: absolute;
		top: -42%;
		left: -25%;
		background: url('../gfx/mandalabigfine2.png') center center no-repeat;
		background-size: 50%;
		width: 150%;
		height: 150%;
	}

	#bigmandalamove2 {
		position: absolute;
		top: -42%;
		left: -25%;
		background: url('../gfx/mandalabigfine2.png') center center no-repeat;
		background-size: 50%;
		width: 150%;
		height: 150%;
	}

	#teaser, #teaserplayer {
		border: 1px solid #000;
		width: 492px;
		height: 282px;
	}

	#teasercontainer, #maincontentcontainer, #impressumcontainer, #linkscontainer, #kontakt1container, #utopiacontainer {
		clear: both;
		display: none;
	}

	#teasercontainer, #utopiacontainer {
    margin-bottom: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(0,0,0,0.8);
	}

	#maincontentcontainer {
		margin-top: -20px;
	}

	.close {
		border: none;
		position: absolute;
		margin-top: 5px;
		right: 5px;
		width: 20px;
		height: 23px;
		cursor: pointer;
	}

	.close2 {
		border: none;
		position: absolute;
		margin-top: 5px;
		right: 5px;
		width: 20px;
		height: 23px;
		cursor: pointer;
	}

	.close3 {
		border: none;
		position: absolute;
		margin-top: -5px;
		left: 5px;
		width: 20px;
		height: 23px;
		cursor: pointer;
	}

	.twocolumns {
		float: left;
		width: 50%;
	}

	.threecolumns {
		float: left;
		width: 33%;
	}

/* Subpages */

	.contentboxen {
		min-width: 298px;
		max-width: 990px;
	}

	#lineupcontainer, #visualscontainer, #areascontainer, #platzcontainer, #mediacontainer, #ticketscontainer, #anreisecontainer, #kontaktcontainer {
		display: none;
	}

	#areascontainer p, #platzcontainer p, #anreisecontainer p, .biglinks li {
		margin: 0 6% 0 6%;
	}

	#areascontainer p, .smallinks li, .fotolinks li {
		margin: 0 10% 0 10%;
	}

	#bigvideoplayer {
		border: 1px solid #400;
		margin: 0 auto 0 auto;
		width: 640px;
		height: 360px;
	}

/* #Typography
================================================== */

	@font-face {
		 font-family: 'xirodregular';
		 src: url('../fonts/xirod-webfont.eot');
		 src: url('../fonts/xirod-webfont.eot?#iefix') format('embedded-opentype'),
				url('../fonts/xirod-webfont.woff2') format('woff2'),
				url('../fonts/xirod-webfont.woff') format('woff'),
				url('../fonts/xirod-webfont.ttf') format('truetype'),
				url('../fonts/xirod-webfont.svg#xirodregular') format('svg');
		 font-weight: normal;
		 font-style: normal;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff; /*#ffe200*/
		text-shadow: 0 2px 3px #c00;
		font-family: 'xirodregular', Helvetica, Arial, sans-serif;
		font-weight: 400;
		margin: 0 10px 0 10px;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 42px; line-height: 42px; }
	h2 { font-size: 32px; line-height: 32px; }
	h3 { font-size: 24px; line-height: 26px; }
	h4 { font-size: 19px; line-height: 24px; }
	h5 { font-size: 14px; line-height: 18px; }
	h6 { font-size: 12px; line-height: 18px; }
	.subheader { color: #fff; }

	p { margin: 0 60px 5px 60px; line-height: 15px;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 12px; color: #e00; line-height: 12px; font-weight: 700; }

	sub { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

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

/* #Links
================================================== */
	a, a:visited { font-weight: 700; color: #0ff; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #f00; cursor: pointer; }
	p a, p a:visited { line-height: inherit; }

	.watchteaser {
		display: block;
		background: url('../gfx/wt.png') no-repeat;
		background-position: 50% 50%;
		background-clip: 300px 40px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #555;
		background-color: rgba(40,40,40,0.3);
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 180px;
		-webkit-border-bottom-right-radius: 180px;
		-moz-border-radius-topleft: 180px;
		-moz-border-radius-bottomright: 180px;
		border-top-left-radius: 180px;
		border-bottom-right-radius: 180px;
		position: relative;
		width: 300px;
		left: 50%;
		margin-left: -150px;
    margin-bottom: 35px;
		height: 48px;
		/* top: 0px; */
		z-index: 110;
		cursor: pointer;
	}

	.watchteaser:hover {
		background: url('../gfx/wto.png') no-repeat;
		background-position: 50% 50%;
		background-clip: 300px 40px;
	}

	.openutopia {
		display: block;
		background: url('../gfx/utopiacamping.png') no-repeat;
		background-position: 50% 50%;
		background-size: 160px auto;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #555;
		background-color: rgba(40,40,40,0.3);
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-top-left-radius: 180px;
		-webkit-border-bottom-right-radius: 180px;
		-moz-border-radius-topleft: 180px;
		-moz-border-radius-bottomright: 180px;
		border-top-left-radius: 180px;
		border-bottom-right-radius: 180px;
		position: relative;
		width: 300px;
		left: 50%;
		margin-left: -150px;
    margin-bottom: 35px;
		height: 48px;
		/* top: 0px; */
		z-index: 110;
		cursor: pointer;
	}

	.openutopia:hover {
		/* background: url('../gfx/utopiacamping1.jpg') repeat-x; */
		background-position: 50% 25%;
		background-size: 260px auto;
	}

	#lmenu {
		height: 50px;
		/* margin-top: -10px; */
	}

	#lmenu .contentbgr {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #555;
		background-color: rgba(0,0,0,0.6);
		-webkit-border-top-right-radius: 18px;
		-webkit-border-bottom-left-radius: 18px;
		-moz-border-radius-topright: 18px;
		-moz-border-radius-bottomleft: 18px;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	#lmenu .two {
		height: 32px;
	}

	#lmenu a {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		line-height: 45px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
		cursor: pointer;
	}

	#lmenu span {
		padding-right: 8px;
	}

	#lmenu a:hover, #lmenu a:focus { font-size: 13px; line-height: 46px; color: #fff; text-decoration: none; outline: 0; }

	#submenu	{
		height: 20px;
	}

	#submenu p	{
		float: left;
		margin-left: 16px;
		margin-right: 8px;
		font: bold 11px 'Alegreya Sans', Helvetica, Arial, sans-serif;
		color: #fff;
	}

	/* #submenu	img {
		float: left;
		margin: 0;
	} */

	#sublinks {
		height: 20px;
		line-height: normal;
		float: right;
	}

	#sublinks a {
		font: bold 11px 'Alegreya Sans', Helvetica, Arial, sans-serif;
		line-height: normal;
		vertical-align: middle;
		margin: 0 12px 0 0;
	}

	#sublinks a:hover { font: bold 11px 'Alegreya Sans', Helvetica, Arial, sans-serif; line-height: normal; color: #ff0; }

/* Subpages */

	#menu {
		margin-top: 20px;
		height: 24px;
	}

	#menu .contentbgr {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #555;
		background-color: rgba(0,0,0,0.6);
		-webkit-border-top-left-radius: 180px;
		-webkit-border-bottom-right-radius: 180px;
		-moz-border-radius-topleft: 180px;
		-moz-border-radius-bottomright: 180px;
		border-top-left-radius: 180px;
		border-bottom-right-radius: 180px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	#menu .two {
		height: 24px;
	}

	#menu a {
		font-family: 'xirodregular', Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		text-transform: uppercase;
		color: #ee0;
		line-height: 26px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
		cursor: pointer;
	}

	#menu a:visited, #menu a:hover { font-size: 14px; line-height: 26px; color: #fff; text-shadow: 0 0 4px #000; text-decoration: none; outline: 0; }
	#menu a:active { color: #fff; text-shadow: 0 0 4px #00; text-decoration: none; outline: 0; }

	.biglinks ul {
		text-transform: uppercase;
		margin-bottom: 0px;
	}

	.biglinks a {
		font-size: 21px;
		line-height: 16px;
		letter-spacing: 1px;
	}

	.biglinks li {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.smallinks ul {
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.smallinks a {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1px;
	}

	.smallinks li {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.fotolinks ul {
		margin-bottom: 0;
	}

	.fotolinks a {
		font-size: 15px;
		line-height: 10px;
		letter-spacing: 0;
	}

	.fotolinks li {
		margin-bottom: 0;
	}

	.top {
		display: none;
		position: fixed;
		top: 0px;
		right: 50%;
		margin-right: -560px;
		width: 70px;
		height: 160px;
		background: url(../gfx/top.png) no-repeat top left;
	}

	.linksoff {display: none;}
	.linkson {display: block;}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; margin-right: 15px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto;
	}

	img.center {
		display: block;
		margin: 0 auto 0 auto;
   }

	img.border {
		border: 1px solid black;
		margin-left: -1px;
	}

	#slider {
		margin-right: 0;
	}

	#slider2 {
		margin-right: 0;
	}

	#slider.nivoSlider, #slider2.nivoSlider {
		-webkit-border-top-left-radius: 80px;
		-webkit-border-bottom-right-radius: 80px;
		-moz-border-radius-topleft: 80px;
		-moz-border-radius-bottomright: 80px;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
		margin-top: 25px;
		margin-left: -1px;
		-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 16px rgba(0,0,0,1);
		box-shadow: 0px 0px 16px rgba(0,0,0,1);
	}

	#slider.nivoSlider img, #slider2.nivoSlider img {
		-webkit-border-top-left-radius: 80px;
		-webkit-border-bottom-right-radius: 80px;
		-moz-border-radius-topleft: 80px;
		-moz-border-radius-bottomright: 80px;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}

	.deu {
		background: url(../gfx/flags/d.jpg) top left no-repeat;
	}
	.eng {
		background: url(../gfx/flags/e.jpg) top left no-repeat;
	}
	.spa {
		background: url(../gfx/flags/s.jpg) top left no-repeat;
	}
	.por {
		background: url(../gfx/flags/p.jpg) top left no-repeat;
	}
	.nie {
		background: url(../gfx/flags/n.jpg) top left no-repeat;
	}
	.ita {
		background: url(../gfx/flags/i.jpg) top left no-repeat;
	}
	.fra {
		background: url(../gfx/flags/f.jpg) top left no-repeat;
	}
	.rus {
		background: url(../gfx/flags/r.jpg) top left no-repeat;
	}

	.deu, .eng, .spa, .por, .nie, .ita, .fra, .rus {
		background-size: 113px 21px;
	}

	.deu_g {
		background: url(../gfx/flags/dg.jpg) top left no-repeat;
	}
	.eng_g {
		background: url(../gfx/flags/eg.jpg) top left no-repeat;
	}
	.spa_g {
		background: url(../gfx/flags/sg.jpg) top left no-repeat;
	}
	.por_g {
		background: url(../gfx/flags/pg.jpg) top left no-repeat;
	}
	.nie_g {
		background: url(../gfx/flags/ng.jpg) top left no-repeat;
	}
	.ita_g {
		background: url(../gfx/flags/ig.jpg) top left no-repeat;
	}
	.fra_g {
		background: url(../gfx/flags/fg.jpg) top left no-repeat;
	}
	.rus_g {
		background: url(../gfx/flags/rg.jpg) top left no-repeat;
	}

	.deu_g, .eng_g, .spa_g, .por_g, .nie_g, .ita_g, .fra_g, .rus_g {
		background-size: 113px 21px;
	}

/* Subpages */

	img.om {
		margin: 10px 0 10px;
	}

	img.border {
		border: 1px solid black;
		margin-left: -1px;
	}

	#imagestrip {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		width: 100%;
		height: 100px;
		position: relative;
		padding: 6px 0 6px;
		margin: 16px 0 8px;
		-webkit-box-shadow: 0px 0px 16px rgba(160,160,0,.8)inset;
		-moz-box-shadow: 0px 0px 16px rgba(160,160,0,.8)inset;
		box-shadow: 0px 0px 16px rgba(160,160,0,.8)inset;
	}

	#imagestrip img {
		float: left;
		height: 100%;
		width: 20%;
	}

	#flyerslidercontainer {
		border: 1px solid #400;
		width: 700px;
		margin-left: 132px;
		padding: 12px 12px 10px 12px;
		-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.8)inset;
		-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.8)inset;
		box-shadow: 0px 0px 16px rgba(0,0,0,.8)inset;
	}

	#flyerslider.nivoSlider {
		width: 38%;
	}

	.fotoslidercontainer {
		width: 50%;
		height: 200px;
		margin-left: 25%;
	}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: 700;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "Alegreya Sans", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "Alegreya Sans", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		text-align: center;
		background: #aaa; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: 700;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: 400;
		font-size: 13px;
		color: #444; }


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.remove-top { margin-top: 0 !important; }
	.half-top { margin-top: 10px !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-top { margin-top: 20px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.remove-padding { padding: 0px !important; }

	.nofloat {
		clear: both;
	}


/* #Different Screensizes
================================================== */

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

	.top {
		margin-right: -460px;
	}

.container {
	top: 4%;
}

	.container #lmenu .columns {
		margin: 0 1px 10px 1px;
	}

	#counter {
		top: 395px;
	}

	#titlemedia {
			height: 114px;
	}

.title1 {
	background-size: 760px;
	top: 86px;
}

	#shopbutton {
		top: 90px;
		right: 0%;
	}

	#shopbutton:hover { width: 140px; height: 130px; top: 84px; }

	#lmenu {
		margin-left: 0;
	}

	#lmenu span {
		padding-right: 6px;
	}

	#lmenu a:hover, #menu a:focus { font-size: 12px; line-height: 47px; }

	#sublinks {
		margin-right: 4px;
	}

	#submenu a:hover, #menu a:focus { font-size: 11px; line-height: 0px; }

	#submenu	img {
		margin: 0 0 0 -56px;
	}

	#submenu a {
		margin: 0 9px 0 9px;
	}

 	.deu, .eng, .spa, .por, .nie, .ita, .fra, .rus {
		background-size: 94px 21px;
	}

	.spa_g, .por_g, .nie_g, .ita_g, .fra_g, .rus_g {
		background-size: 94px 21px;
	}

	#slider.nivoSlider, #slider2.nivoSlider {
		margin-top: 48px;
		margin-right: 0;
	}

	#teaser {
		width: 382px;
		height: 215px;
	}

	#teaser iframe {
		width: 380px;
		height: 213px;
	}

/* Subpages */

   #menu a { font-size: 10px; }
  	#menu a:hover, #menu a:focus { font-size: 12px; }

	.container #menu .columns {
		margin: 0 1px 10px 1px;
	}

	h1, h2, h3, h4, h5, h6, p {
		margin: 0 40px 0px 40px;
	}

	p {
		font-size: 14px;
		line-height: 15px;
	}

	#random5 {
		display: none;
	}

	#imagestrip img {
		width: 25%;
	}

	#flyerslidercontainer {
		width: 600px;
		margin-left: 71px;
	}

	#flyerslider .nivo-caption {
		font-size: 11px;
		line-height: 11px;
		height: 15px;
		padding-right: 4px;
	}

	#bigvideoplayer {
		height: 315px;
	}

	#bigvideoplayer {
		width: 560px;


		height: 315px;
	}

}

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

	html {
		background-size: 1200px;
	}

	.container {
		top: 8%;
	}
	#thankyou {
		font-size: 70%;
	}

	#counter {
		top: 215px;
		width: 236px;
		margin-left: -114px;
	}

	#counter .digit {
		width: 40px;
		font-size: 1em;
	}

	#counter .name {
		width: 40px;
		font-size: .4em;
	}

	/* .watchteaser {
		top: 323px;
	} */

	#teasercontainer, #utopiacontainer {
		padding-top: 0;
		padding-bottom: 0;
	}

	#titlemedia {
		height: 60px;
	}

	.title1 {
		background-size: 410px;
		top: -22px;
	}

	#shopbutton {
		height: 90px;
		width: auto;
			top: 50px;
			right: 0;
			margin-right: -5px;
	}

	#shopbutton:hover { width: auto; height: 100px; top: 50px; }

	#laughdance {
			margin-top: -52px;
	}

	.top {
		margin-right: -280px;
	}

	.container #lmenu .columns {
		margin: 0 2px 10px 2px;
	}

	#lmenu span {
		padding-right: 0px;
	}

	#lmenu a:hover, #menu a:focus { font-size: 13px; line-height: 46px; }

	#sublinks {
		margin-right: 12px;
	}

	.deu, .eng, .spa, .por, .nie, .ita, .fra, .rus {
		background-size: 100px 21px;
	}

	.spa_g, .por_g, .nie_g, .ita_g, .fra_g, .rus_g {
		background-size: 100px 21px;
	}

	#submenu p {
		margin: 0 0 0 16px;
	}

	#submenu img {
		margin: 0 55px 0 8px;
	}

	#submenu a {
		margin: 0 0 0 16px;
	}

	#submenu a:hover, #menu a:focus { font-size: 11px; line-height: 0px; }

	#slider {
		display: none;
	}

	#slider.nivoSlider, #slider2.nivoSlider {
		margin-top: 0px;
	}

	/* .title1 {
		background-size: 480px;
		top: -10px;
	} */

	/* .mandala {
		background-size: 190px 190px;
		top: 70px;
	} */

	#teaser {
		width: 418px;
		height: 235px;
	}

	#teaser iframe {
		width: 416px;
		height: 233px;
	}

	.twocolumns {
		float: left;
		width: 100%;
	}

	.threecolumns {
		float: left;
		width: 100%;
	}

.close {
		position: absolute;
		margin-top: 2px;
		right: 2px;
	}
  /*
	.close2 {
		position: absolute;
		margin-top: 10px;
		right: 10px;
		width: 40px;
		height: 43px;
		cursor: pointer;
	}

	.close3 {
		position: absolute;
		margin-top: -10px;
		left: 10px;
		width: 40px;
		height: 43px;
		cursor: pointer;
	} */

/* Subpages */

	.container #menu .columns {
		margin: 0 2px 10px 2px;
	}

	h1, h2, h3, h4, h5, h6, p {
		margin: 0 20px 0px 20px;
	}

	h1, h3, h4, h5 {
		font-size: 98%;
	}

	h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.contentbgr {
		-webkit-border-top-left-radius: 45px;
		-webkit-border-bottom-right-radius: 45px;
		-moz-border-radius-topleft: 45px;
		-moz-border-radius-bottomright: 45px;
		border-top-left-radius: 45px;
		border-bottom-right-radius: 45px;
	}

	#random1, #random3, #random5 {
		display: none;
	}

	#imagestrip {
		height: 120px;
	}

	#imagestrip img {
		width: 50%;
	}

	#ticketshopframe {
		display: none;
	}

	.spalte {
		float: left;
		width: 100%;
	}

	#flyerslidercontainer {
		width: 400px;
		margin-left: 0;
		padding: 0 8px 0 8px;
	}

	#flyerslider .nivo-caption {
		font-size: 9px;
		line-height: 9px;
		width: 30%;
		height: 13px;
	}

	#bigvideoplayer {
		height: 225px;
	}

	#bigvideoplayer {
		width: 400px;
		height: 225px;
	}

}

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

	html {
		background-size: 800px;
	}

	#bigmandala {
		display: none;
	}

	.top {
		margin-right: -190px;
		width: 35px;
		height: 80px;
		background: url('../gfx/top.png') no-repeat top left;
		background-size: 35px 80px;
	}

	.container #lmenu .columns {
		margin: 0 2px 10px 2px;
	}

	/* #titlesub {
		background-size: 290px 158px;
		width: 290px;
		height: 158px;
		top: 30px;
		margin-left: -145px;
	}

	#mandalasub {
		background-size: 115px 115px;
		width: 115px;
		height: 115px;
		top: -90px;
		margin-left: -57px;
	}

	#datesub {
		background-size: 400px 31px;
		width: 400px;
		height: 31px;
		top: -75px;
		margin-left: -200px;
	} */


	#titlemedia {
		height: 42px;
	}

	.title1 {
		background-size: 290px;
		top: -60px;
	}

	#teasercontainer, #utopiacontainer {
		padding-top: 0;
		padding-bottom: 0;
	}

	#shopbutton {
		height: 80px;
		width: auto;
			top: 0;
			right: 0;
			margin-right: 0px;
	}

	#shopbutton:hover { width: auto; height: 90; top: 0; }

	#laughdance {
			margin-top: -48px;
	}

	#lmenu {
		margin-left: 0px;
	}

	#lmenu span {
		padding-right: 4px;
	}

	#lmenu a {
		font-size: 12px;
	}

	#lmenu a:hover, #menu a:focus { font-size: 14px; line-height: 46px; }

	.deu, .eng, .spa, .por, .nie, .ita, .fra, .rus {
		background-size: 146px 21px;
	}

	.spa_g, .por_g, .nie_g, .ita_g, .fra_g, .rus_g {
		background-size: 146px 21px;
	}

	#submenu {
		height: 172px;
	}

	#submenu p {
		margin: 0 0 0 30px;
	}

	#submenu img {
		clear: both;
		margin: 0 0 8px 18px;
	}

	#submenu a {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		vertical-align: center;
		margin: 8px 0 0 0;
		line-height: 24px;
	}

	#submenu a:hover, #menu a:focus { font-size: 16px; line-height: 24px; }

	#counter {
		top: 167px;
		width: 175px;
		left: 150px;
	}

	#counter .digit {
		font-size: .8em;
		width: 32px;
	}

	#counter .name {
		width: 32px;
		margin-top: -5px;
	}

/* .mandala {
	background-size: 125px;
	top: -4px;
} */

	#teaser {
		width: 298px;
		height: 168px;
	}

	#teaser iframe {
		width: 296px;
		height: 166px;
	}

/* Subpages */

   #menu a { font-size: 12px; }
  	#menu a:hover, #menu a:focus { font-size: 14px; }

	.container #menu .columns {
		margin: 0 2px 10px 2px;
	}

	#menu {
		margin-left: 0px;
	}

	#menu .contentbgr {
		-webkit-border-top-left-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-bottomright: 12px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}

	h1, h2, h3, h4, h5, h6, p {
		margin: 0 10px 0px 10px;
	}

	h1, h3, h4, h5 {
		font-size: 95%;
	}

	h2 {
		font-size: 24px;
		line-height: 24px;
	}

	#imagestrip {
		height: 90px;
	}

	#flyerslidercontainer {
		width: 288px;
		margin-left: 0;
		padding: 0 4px 0 4px;
	}

	#flyerslider .nivo-caption {
		font-size: 7px;
		line-height: 7px;
		height: 11px;
		padding: 1px 1px;
	}

	#bigvideoplayer {
		height: 158px;
	}

	#bigvideoplayer {
		width: 280px;
		height: 158px;
	}

	.fotoslidercontainer {
		width: 80%;
		margin-left: 10%;
	}

}


/* ===============================================
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
================================================== */

/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
	float: right;
	width:100%;
	height:auto;
	overflow: hidden;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	top:0px;
	background-color: #004;
	font-family: "xirodregular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-style: 400;
	color:#ffd200;
	text-align: right;
	width: 23%;
	height: 18px;
	z-index: 8;
	padding: 2px 6px;
	margin: 0;
	overflow: hidden;
	display: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=6);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.nivo-caption p {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:left;
	padding: 0px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* Thumbnail nav styles */
.nivo-controlNav img {
	width: 9%;
	margin: 0 1px 0 0;
}

/* -------- Preloadstuff -------- */

#pl01 {
	display: none;
	background-image: url('../gfx/bgr/2.jpg');
	background-size: 0;
}
#pl02 {
	display: none;
	background-image: url('../fotos/fotoshow/01.jpg');
	background-size: 0;
}
#pl03 {
	display: none;
	background-image: url('../fotos/fotoshow/02.jpg');
	background-size: 0;
}
#pl04 {
	display: none;
	background-image: url('../fotos/fotoshow/03.jpg');
	background-size: 0;
}
#pl05 {
	display: none;
	background-image: url('../fotos/fotoshow/04.jpg');
	background-size: 0;
}
#pl06 {
	display: none;
	background-image: url('../fotos/fotoshow/05.jpg');
	background-size: 0;
}
#pl07 {
	display: none;
	background-image: url('../fotos/fotoshow/06.jpg');
	background-size: 0;
}
#pl08 {
	display: none;
	background-image: url('../fotos/fotoshow/07.jpg');
	background-size: 0;
}
#pl09 {
	display: none;
	background-image: url('../fotos/fotoshow/08.jpg');
	background-size: 0;
}
#pl10 {
	display: none;
	background-image: url('../fotos/fotoshow/09.jpg');
	background-size: 0;
}
#pl11 {
	display: none;
	background-image: url('../fotos/fotoshow/10.jpg');
	background-size: 0;
}
#pl12 {
	display: none;
	background-image: url('../fotos/fotoshow/11.jpg');
	background-size: 0;
}
#pl13 {
	display: none;
	background-image: url('../fotos/fotoshow/12.jpg');
	background-size: 0;
}
#pl14 {
	display: none;
	background-image: url('../fotos/fotoshow/13.jpg');
	background-size: 0;
}
#pl15 {
	display: none;
	background-image: url('../fotos/fotoshow/14.jpg');
	background-size: 0;
}
#pl16 {
	display: none;
	background-image: url('../flyer/small/1993_vs_small.jpg');
	background-size: 0;
}
#pl17 {
	display: none;
	background-image: url('../flyer/small/1996_vs_small_a.jpg');
	background-size: 0;
}
#pl18 {
	display: none;
	background-image: url('../flyer/small/1996_vs_small_b.jpg');
	background-size: 0;
}
#pl19 {
	display: none;
	background-image: url('../flyer/small/1997_vs_small.jpg');
	background-size: 0;
}
#pl20 {
	display: none;
	background-image: url('../flyer/small/1998_vs_small.jpg');
	background-size: 0;
}
#pl21 {
	display: none;
	background-image: url('../flyer/small/1999_vs_small.jpg');
	background-size: 0;
}
#pl22 {
	display: none;
	background-image: url('../flyer/small/2000_vs_small.jpg');
	background-size: 0;
}
#pl23 {
	display: none;
	background-image: url('../flyer/small/2001_vs_small.jpg');
	background-size: 0;
}
#pl24 {
	display: none;
	background-image: url('../flyer/small/2002_vs_small.jpg');
	background-size: 0;
}
#pl25 {
	display: none;
	background-image: url('../flyer/small/2003_vs_small.jpg');
	background-size: 0;
}
#pl26 {
	display: none;
	background-image: url('../flyer/small/2004_vs_small.jpg');
	background-size: 0;
}
#pl27 {
	display: none;
	background-image: url('../flyer/small/2005_vs_small.jpg');
	background-size: 0;
}
#pl28 {
	display: none;
	background-image: url('../flyer/small/2006_vs_small.jpg');
	background-size: 0;
}
#pl29 {
	display: none;
	background-image: url('../flyer/small/2007_vs_small.jpg');
	background-size: 0;
}
#pl30 {
	display: none;
	background-image: url('../flyer/small/2008_vs_small.jpg');
	background-size: 0;
}
#pl31 {
	display: none;
	background-image: url('../flyer/small/2009_vs_small.jpg');
	background-size: 0;
}
#pl32 {
	display: none;
	background-image: url('../flyer/small/2010_vs_small.jpg');
	background-size: 0;
}
#pl33 {
	display: none;
	background-image: url('../flyer/small/2011_vs_small.jpg');
	background-size: 0;
}
#pl34 {
	display: none;
	background-image: url('../flyer/small/2012_vs_small.jpg');
	background-size: 0;
}
#pl35 {
	display: none;
	background-image: url('../flyer/small/2013_vs_small.jpg');
	background-size: 0;
}
#pl36 {
	display: none;
	background-image: url('../flyer/small/2014_vs_small.jpg');
	background-size: 0;
}
#pl37 {
	display: none;
	background-image: url('../flyer/small/2015_vs_small.jpg');
	background-size: 0;
}
#pl38 {
	display: none;
	background-image: url('../flyer/small/2016_vs_small.jpg');
	background-size: 0;
}
#pl39 {
	display: none;
	background-image: url('../flyer/small/2017_vs_small.jpg');
	background-size: 0;
}
#pl40 {
	display: none;
	background-image: url('../flyer/small/2018_vs_small.jpg');
	background-size: 0;
}
