
#bg, #bg2 {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
}
#bg img, #bg2 img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    height: auto !important;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#bg2{
	display: none;
}
#loader{
	margin: 25% 50% 25% 50%;
	display: none;
}
#animal{
	cursor: pointer;
	position: absolute;
	right: 120px;
	bottom: -140px;
	float: right;
    display: block;
    height: 10%;
    width: 10%;
}
#animal img{
	height: 150px;
    width: auto;
}
#speach{
	display:none;
}
#animal #speach img{
	position: absolute;
	top: -30px;
	left: -80px;
	height: 80px;
    width: auto;
}
#wrapper {
   /* background: rgba(0, 0, 0, 0) url("../img/back.jpg") no-repeat scroll center 0;*/
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
#name{
	cursor: pointer;
	opacity: 0.9;
	float: right;
	background-color: #000;
	width: 220px;
	height: 50px;
	position: relative;
	top: 20px;
	padding: 0 20px 0 10px;
	z-index: 3;
}
#eye{
	float: right;
}
#eye img{
	width: 50px;
	height: auto;
}
#content{
	width: 97%;
	height: 250px;
	position: absolute;
	bottom: -350px;
	padding: 10px 1% 10px 2%;
	z-index: 1000;
}
#content-bn{
	opacity: 0.8;
	float: left;
	background-color: #000;
	width: 97%;
	position: absolute;
	padding: 10px 1% 10px 2%;
	z-index: 1000;
}
#bottom{
	opacity: 0.8;
	background-color: #000;
	width: 97%;
	bottom: 0;
	padding: 10px 1% 10px 2%;
	z-index: 1010;
	bottom: 0%;
	position: fixed;
}
  * {
	font-family: 'Orbitron', cursive, Verdana;
	font-size : 16px;
	color : #ffffff;
  }
  H1{
  	float: left;
  	font-size : 20px;
  }
  H2{
  	font-size : 26px;
  }
  H3{
  	font-size : 20px;
  }
  a {
  color: #fffffff;
font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  }
  a:hover {
  color: #cccccc;
  text-decoration: none;
  }
  a:link {
  color: #fffffff;
  text-decoration: none;
  }
  a:visited {
  color: #fffffff;
  text-decoration: none;
  }
  img{
	border:0;
  }
  
  .songName{
	display: none;
  }
  .nextGig{
  	float:left;
  	margin: 10px 0 0 0px;
	color:#B20000;
  	font-size:22px;
  }
  #menue{
  	float: right;
  	margin: 12px 0 35px 50px;
  }
  #player{
  	float: left;
  }
  .menue{
  	float:left;
  	font-size:22px;
  	margin-right: 20px;
  }
  .song{
  	float:left;
  	font-size:22px;
  }
  #bandinfo-content{
  	background: rgba(0, 0, 0, .7);
  	min-height: 2000px;
  	text-align: left;
  	width: 91%;
	padding: 30px 50px 50px 50px;
	margin-bottom: 1000px;
	margin-top: 10px;
  }
  #imprint-content, #privacy-content{
  	background: rgba(0, 0, 0, .7);
  	min-height: 2000px;
  	text-align: left;
  	width: 91%;
	padding: 30px 50px 50px 50px;
	margin-bottom: 1000px;
	margin-top: 10px;
  }
	.content-left{
		width: 100%; 
		float: left;
	}
	.content-right{
		width: 100%; 
		float: left;
	}
  .play {
  	display: none;
  }

/*1,78*/
.youtube{
	width: 280px;
	height: 157px;
}
  
  
@media screen and (min-width:500px) {
	.youtube{
		width: 480px;
		height: 270px;
	}
	#name{
		opacity: 0.9;
		float: right;
		background-color: #000;
		width: 280px;
		height: 50px;
		position: absolute;
		top:50px;
		padding: 10px 20px 10px 20px;
	}
	H1{
		font-size : 26px;
	}
	H2{
		font-size : 24px;
	}
  #imprint-content, #bandinfo-content, #privacy-content{
	padding: 10px 50px 50px 50px;
  }
  .nextGig{
  	float:left;
  	margin: 22px 0 0 10px;
	color:#B20000;
  	font-size:22px;
  }
  a {
  color: #fffffff;
  font-size: 14px;
  }
}




@media screen and (min-width:768px) {
.youtube{
	width: 560px;
	height: 315px;
}
.jump{
	height: 120px;
}
	#eye img {
    	height: auto;
    	width: 70px;
	}
  #imprint-content, #bandinfo-content, #privacy-content{
	padding: 70px 50px 50px 50px;
  }
.play {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid #fff;
  margin: 20px 0 10px 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 4px;
}
.play:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -46px;
  bottom: -30px;
  right: -14px;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.play:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
.play:hover:before, .play:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.play.active {
  border-color: transparent;
}
.play.active:after {
  content: '';
  opacity: 1;
  width: 20px;
  height: 32px;
  background: #fff;
  position: absolute;
  right: 2px;
  top: -16px;
  border-left: 8px solid #fff;
  box-shadow: inset 12px 0 0 0 #f9f9f9;
}
  
	.songName{
		display: block;
	 	float:left;
	 	margin: 32px 0 0 30px;
	 	font-size:22px;
	 }
  .song{
  	float:left;
  	margin: 27px 0 0 30px;
  	font-size:22px;
  }
  .nextGig{
  	float:left;
  	margin: 32px 0 0 50px;
	color:#B20000;
  	font-size:22px;
  }
	#name{
    background-color: #000;
    float: right;
    height: 80px;
    opacity: 0.9;
    padding: 10px 15px 0px 15px;
    position: fixed;
    right: 100px;
    top: 50px;
    width: 340px;
    z-index: 1010;
	}
#animal img{
	height: 200px;
    width: auto;
}
	  #menue{
  	float: right;
  	margin: 32px 0 10px 50px;
  }
  * {
	font-family: 'Orbitron', cursive, Verdana;
	font-size : 12px;
	color : #ffffff;
  }
  H1{
  	font-size : 32px;
  }
  H2{
  	font-size : 32px;
  }
  a {
  color: #fffffff;
font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  }
  a:hover {
  color: #cccccc;
  text-decoration: none;
  }
  a:link {
  color: #fffffff;
  text-decoration: none;
  }
  a:visited {
  color: #fffffff;
  text-decoration: none;
  }

}

@media screen and (min-width:1000px) {
	.content-left{
		width: 40%; 
		float: left;
	}
	.content-right{
		width: 50%; 
		float: left;
	}
#name{
	width: 340px;
}
#eye img{
	width: 70px;
	height: auto;
}
#animal{
	position: fixed;
	top: 75%;
	left: 80%;
	float: right;
    display: block;
    height: 10%;
    width: 10%;
}
#animal img{
	height: 300px;
    width: auto;
}
}