@import "variables.css";
@import "menu.css"; 

h2 {
	padding-top: 80px
	}
h3 {
	padding-top: 30px
	}
h1,h2,h3,h4{
	text-align:center;
	padding-bottom:15px;
}


td {
	background: rgba(255, 255, 255, .15);
	text-align:center;
	padding:10px;
}
table {
 width:80%;
 margin:10px auto;
}

p{ 
	padding-bottom:10px
}

.info  {
	text-align:left;
}



.content ,.info ,.contact ,.termine ,.impressum, .songs,.media{
	padding-bottom:40px;


}

.impressum,.contact, .termine,.songs{
	text-align:center;

}


#bandfoto {
	float:left;
	width:30px;
	padding:10px;
		
}



#logo{
	

	
	padding-top:100px;
	z-index:100;
	
	
}

* {
  margin: 0px;
  font-family: Verdana;
  color: var(--forecolor);

}
body {
	background-color:var(--backcolor);
	background-image:url(images/FotoBack.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 80%;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
}

#links { float: left;width: 50px; }
#rechts { float: right }

@media screen and (max-width: 600px){
	body{
		background-image:url();
		text-align:center;
		padding-left:0%;
		padding-right:0%;
	}

}