body {
	//height:800px;
	font-family: verdana, sans-serif;

}

div.container {
	height:1000px;
	width: 100%;
	
	
}
div.top {
	width:90%;
	//border-style: solid;
	//border-width: 1px;
	float: left;
}

div.menu {
	width:90%;
	//height: 30px;
	//border-style: solid;
	//border-width: 1px;
	float: left;
	//background-color: #FAA;
	padding-top: 40px;
	margin-bottom: 40px;
	margin-left:2%;
}

div.centerer {
	display: flex;
	justify-content: center;
}

div.button {
	width:18%;
	min-width: 200px;
	height:100%;
	border-left-style: solid;
	border-left-color: white;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2em;
}
div.button:hover  {
	//background-color: #F66;
	//border-left-style: solid;
	//border-left-color: black;
	text-decoration: underline;
	//background-color: linear-gradient(
		180deg,
		#aaa,
		#000,
		
	);
}

a:link {
	color:black;
	text-decoration: none;
}
a:visited {
	color:black;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: none;
}
a:active {
	color:black;
	text-decoration: none;
}


div.main {
	float: left;
	//background-color: blue;
	height: 80%;
	width: 90%;
}

div.headpic {
	float: left;
	height: 100%;
	width:100%;
	//background-color: gray;
	display: flex;
	align-items: center;
	justify-content: right;
	overflow: hidden;
	margin-top: 40px;
	
}

div.headpic img {
	z-index:-1;
	position: relative;
	bottom: 140px;
	//float: right;
}

div.headtext {
	float:left;
	height: 100%;
	width:100%;
	display: flex;
	justify-content: center;
	
	//background-color: gray;
	//padding-left: 2%;
}

div.textcontainer {
	margin-top: 60px;
	width: 70%;

}

div.imagebox {
	width: 98%-5px;
	height: 600px;
	overflow: hidden;
	padding-left: 5px;
	margin-left: 2%;
	margin-top: 140px;
	}

div.imagebox img {
	position: relative;
	bottom: 110px;
	height: 1000px;
	width: auto;
	


	
	
}


.headtext h3 {
	clear: left;
	padding-left: 5px;
	padding-top: 10px;
	margin-left: 2%;
	font-weight: normal;
	font-size: 3.5em;
}

.headtext h4 {
	margin-bottom: 0px;
	margin-left: 2%;
	padding-left: 5px;
	font-weight: normal;
	font-size: 2em;
}

.headtext p {
	padding-left: 10px;
	margin-left: 2%;
	margin-top: 10px;
}

.pictext {
	width:100%;
	position: absolute;
	margin-bottom: 450px;
}

.headpic h1 {
	margin-right: 8%;
	color: white;
	text-shadow: 
	-1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
	text-align:right;
}

.headpic h2 {
	margin-right: 8%;
	color: white;
	text-shadow: 
	-1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
	text-align:right;
}



p {
	//float:left;
	
}

div.bottom {
	clear: left;
}

img.bandbild {
	height: 1080px;
	width: auto;
	position: relative;
	bottom: 180px;
}

#ab {
	bottom: 300px;
}

.bandbildbox {
	//float:left;
	margin-left: 2%;
	margin-top: 50px;
	margin-bottom: 120px;
	width: 100%;
	height: 600px; 
	overflow:hidden;
}

iframe {
	margin-left: 2%;
	margin-top: 40px;
	width: 100%;
}
