
body{
	background-color: black;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: white;
	font-family: 'Assistant', sans-serif;
	font-weight: 100;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	clear:both;
}

a{
	text-decoration: none;
}

#skyByNight{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#060323+0,464ea0+99 */
	background: #060323; /* Old browsers */
	background: -moz-linear-gradient(top,  #060323 0%, #464ea0 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #060323 0%,#464ea0 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #060323 0%,#464ea0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060323', endColorstr='#464ea0',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#stars{
	background-image: url('graphics/stars.SVG');
	width: 100%;
	height: 100%;
	background-size: 100%;
	opacity: 0.5;
	position: fixed;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.hill{
 width: 100%;
 position: absolute;
 bottom: 0;
 background-position: center bottom -0;
 background-repeat: repeat-x;
 background-size: auto 100%;
}

#haus{
 width: 100%;
 position: absolute;
 bottom: 0;
 background-position: center bottom -5;
 background-repeat: repeat-x;
 background-size: auto 100%;
 height: 30%;
 background-image: url('graphics/hills0.SVG');
 background-repeat: no-repeat;
 z-index: 4;
}

#h1{
 height: 40%;
 background-image: url('graphics/hills1.SVG');
 z-index: 3;
}

#h2{
 height: 55%;
 background-image: url('graphics/hills2.SVG');
 z-index: 2;
}

.content{
	position: absolute;
	top: 100%;
	width: 100%;
	height: auto;
	z-index: 100;
	background-color: black;
}

.lamp{
	background-image: url('graphics/light.SVG');
	position: absolute;
	height: 800px;
	width: 300px;
	background-size: 100% 100%;
	transform-origin: 50% 100%;
	pointer-events: none;
	display:inline-block;
}

#l1{
	left: -200px;
	bottom: -20px;
	-webkit-filter: hue-rotate(180deg);
	transform: rotate(60deg);
	z-index: 101;
}

#l2{
	right: -300px;
	bottom: -20px;
	-webkit-filter: hue-rotate(0deg);
	transform: rotate(-50deg);
	z-index: 101;
}

#l3{
	left: -110%;
	top: -500px;
	-webkit-filter: hue-rotate(-60deg);
	transform: rotate(120deg);
	z-index: 101;
}

@media only screen and (min-width: 0px){
.lamp{
	width: 100px;
	height: 400px;
}
#l2{
	right: -200px;
}
#l3{
	top: -400px;
	left: -200px;
}
}

@media only screen and (min-width: 400px){
.lamp{
	width: 150px;
	height: 500px;
}
#l3{
	top: -500px;
}
}

@media only screen and (min-width: 600px){
.lamp{
	width: 200px;
	height: 600px;
}
#l3{
	top: -600px;
}
}

@media only screen and (min-width: 900px){
.lamp{
	width: 250px;
	height: 700px;
}

#l3{
	top: -800px;
}
}

@media screen and (min-width: 1200px)  {
.lamp{
	width: 300px;
	height: 800px;
}
}

.logo{
	background-image: url('graphics/logo.SVG');
	position: absolute;
	width: 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40%;
	margin: 0;
	left: 20%;
	top: 5%;
	background-position: center center;
	z-index: 102;
	-webkit-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-moz-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-o-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-ms-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}

.edition{
	background-color: white;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	position: fixed;
	top: 10%;
	right: 10%;
	transform: rotate(10deg);
	font-size: 20px;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-moz-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-o-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-ms-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}

.edition span{
	font-family: Leckerli One;
	font-size: 50px;
	line-height: 20px;
}

.desc{
	position: relative;
	height: 55vw;
	width: 100vw;
	background-color: black;
	top: 100%;
	z-index: 100;
	max-height: 600px;
	display: none;
}

.ps{
	width: 10%;
	height: auto;
	position: absolute;
	top: 20px;
	background-image: url('graphics/ps.SVG');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 40%;
	height: 60%;
	left: 1%;
	transform: rotate(-20deg);
	top: 13vw;
	max-height: 300px;
	max-width: 500px;
}


.desc .text{
  position: absolute;
  padding: 10px;
  right: 10%;
  border: none;
  font-size: 100px;
  width: 20vw;
  font-family: 'Assistant';
  line-height: 120%;
  color: rgba(255,255,255,1);
  text-decoration: normal;
  text-align: left;
  text-transform: uppercase;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
}

@media screen and (max-width: 900px)  {
	.ps{
		top: 10vw;
	}
	.desc .text{
		right: 20%;
		font-size: 30px;
	}
}

.date{
	position: relative;
	height: 50vw;
	width: 100vw;
	top: 100%;
	z-index: 100;
	max-height: 600px;
	background: #222153; /* Old browsers */
	/*
	background: -moz-linear-gradient(top,  black 0%, #222153 99%);
	background: -webkit-linear-gradient(top,  black 0%,#222153 99%);
	background: linear-gradient(to bottom,  black 0%,#222153 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#222153',GradientType=0 );
	*/
}

.calendar{
	background: url('graphics/calendar.SVG');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 35%;
	top: 8vw;
	max-height: 500px;
	max-width: 300px;
	width: 40%;
	height: 60%;
	color: black;
	font-family: 'Anton';
	font-size: 4vw;
	text-align: center;
	margin-left: -20%;
}

.calendar .day{
	font-size: 3vw;
	color: white;
	position: absolute;
	width: 100%;
	height: 10%;
	left: 0;
}

.calendar .daydate{
	font-size: 15vw;
	position: absolute;
	width: 100%;
	height: 10%;
	left: 0;
	top: 15%;
}

.calendar .month{
	font-size: 3vw;
	position: absolute;
	width: 100%;
	height: 10%;
	left: 0;
	bottom: 10%;
}

.clock{
	background: url('graphics/clock.SVG');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 35%;
	top: 8vw;
	max-height: 250px;
	max-width: 250px;
	width: 20vw;
	height: 20vw;
	color: black;
	font-family: 'Anton';
	font-size: 4vw;
	text-align: center;
	margin-right: -10vw;
}

.digital{
	background: url('graphics/digital.SVG');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 35%;
	top: 25vw;
	max-height: 200px;
	max-width: 250px;
	width: 20vw;
	height: 20vw;
	color: black;
	font-family: 'Anton';
	font-size: 4vw;
	text-align: center;
	margin-right: -10vw;
}

.button{
	text-decoration: none;
	color: black;
	outline: 0;
	background-color: white;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-moz-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-o-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-ms-transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	transition: all 0.3s ease-in-out, width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	-webkit-appearance: none;
	font-size: 30px;
	font-family: 'Assistant';
	font-weight: 100;
	border: 0;
	padding: 10px;
	cursor: pointer;
	border-radius: 0;
}

.button:hover{
	background-color: black;
	color: white;
}

.savedate{
	position: absolute;
	bottom: 30px;
	width: 100px;
	height: 100px;
	font-size: 20px;
	border-radius: 50%;
	top: 5%;
	transform: rotate(10deg);
	right: 80px;
}

#mapid{
	width: 100%;
	height: 500px;
}

.mapboxgl-popup-content{
	color: black;
	font-family: Assistant;
	text-align: center;
	font-size: 15px;
}

.mapboxgl-popup-content h1{
	font-size: 20px;
	line-height: .3%;
}

.marker {
  background-image: url('graphics/logo.SVG');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

.login{
	position: relative;
	width: 100vw;
	top: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	background: #13122F; /* Old browsers */
	text-align: center;
}

.login span, .come span, .music span{
	font-weight: 300;
	font-size: 40px;
}

.text{
	background-color: white;
	font-family: 'Assistant';
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	font-size: 30px;
	font-weight: 100;
	padding: 10px;
	margin: 8px;
	width: 500px;
	border-radius: 0;
}

form input[type='submit']{
	margin: 10px;
}

form{
margin:0;
}

#falsetext, #mfalsetext{
	font-size: 20px;
}

.come{
	position: relative;
	width: 100vw;
	top: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	background: #313078; /* Old browsers */
	text-align: center;
}

.whatsapp{
	position: relative;
	width: 100vw;
	top: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	background: #1E1D4A; /* Old browsers */
	text-align: center;
}

.chat{
	width: 220px;
	margin: auto;
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
}


.music{
	position: relative;
	width: 100vw;
	top: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 100;
	background: #18173B; /* Old browsers */
	text-align: center;
}

#dateien{
	width: 80%;
	height: 200px;
	color: black;
	max-width: 500px;
	margin: auto;
	font-size: 20px;
}

#dateien span{
	font-size: 30px;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.copyright{
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: 100;
	background-color: #0E0D21;
}

.copyright span{
	font-size: 40px;
	line-height: 30px;
}

@media screen and (min-width: 1200px)  {
	.calendar .month, .calendar .day{
		font-size: 40px;
	}
	.calendar .daydate{
		font-size: 180px;
	}
	.ps{
		top: 150px;
	}
	.digital{
		top: 300px;
		margin: 0;
		margin-right: -100px;
	}
	.calendar, .clock{
		top: 80px;
		margin-left: -100px;
	}
	.clock{
		margin-right: -100px;
	}
}

@media screen and (max-width: 800px)  {
.logo{
	width: 80%;
	height: 50%;
	margin: 0;
	left: 10%;
	top: 5%;
}

#mapid{
	width: 100%;
	height: 300px;
}

.edition{
	transform: rotate(10deg) scale(.5);
	right: -20px;
	top: 5%;
}

.savedate{
	transform: rotate(10deg) scale(.6);
	right: -20px;
	top: -5%;
}

form input, .text, .chat{
	width: 80%;
}
}
