*{		
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

html{
	background-color: white;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	max-width: 1200px;
	background-image:url(Bilder/Sonnensystemblau.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: auto;
}

header {

}

header h1 {
	font-family: 'Dancing Script', cursive;
	color: #0000AB;
	font-size: 80px;
	text-align: center;
}

header h2 {
	font-family: 'Dancing Script', cursive;
	color: #0000AB;
	font-size: 30px;
	text-align: center;
	}
	
hr {
	height: 1px;
	background-color: #0000AB;
	border: none;
	width: 70%;
	margin: 10px auto 10px auto;
}

@media screen and (max-width:600px){
	header h1{
		font-size: 60px;
	}
	
	hr{
		width: 90%;
	}
}


nav {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	height: 35px;
}

nav ul {

}

nav ul li {
	display: inline;
	padding: 15px;
	background-color: transparent;
}

nav ul li:hover{
	background-color: white;
	border-radius: 5px;
}

nav ul li a:link {
	color: #0000AB;
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none;
	background-color: white;
	border-radius: 3px;
}

nav ul li a:visited{
	color: #0000AB;
	text-decoration: none;
}

nav .active{
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width:600px){
	nav ul li{
		padding: 10px;
	}
}

main {
	margin-top: 40px;
	margin-bottom: 0px;
	color: #0000AB;
	display: flex;
	justify-content: center;
}

main h2 {
	font-size: 18px;
}


#text {
	margin: 0px 20px 0px 20px;
	width: 55%;
	line-height: 1.5em;
}

#text p{
	margin-bottom: 20px;
}

#rechts{
	width: 10%;
}

@media screen and (max-width:600px){
	#text{
		margin: 0px 10px 0px 10px;
		width: 90%;
		line-height: 1.2em;
	}
	
	#text p{
		text-align: justify;
	}
	
	#rechts{
		display: none;
	}
}


@media screen and (min-width:601px) and (max-width:900px){

	main{
		min-height: 460px;
	}
	
	#text{
		width: 70%;
	}
}



footer {
	background-color: #0000AB;
	opacity: 0.7;
	color: white;
	display: flex;
	justify-content: center;
	padding: 20px 0px 20px 0px;
}

footer h2 {
	font-size: 18px;
}

footer a:link{
	color: white;
	text-decoration: none;
}

#kontakt{
	width: 30%;
	margin: 0px 20px 0px 20px;
}

#kontakt img{	
	width: 20%;
	height: auto;
	margin-right: 20px;
	float: left;
	opacity: 1.0;
	border-radius: 5px;
	border: solid white 2px;
}

#lage{
	width: 30%;
	margin: 0px 20px 0px 20px;
}

@media screen and (max-width:600px){
	footer{
		flex-direction: column;
	}
	footer h2{
		line-height: 1.5em;
	}
	
	#kontakt{
		width: 80%;
		margin: auto;	
	}
	
	#kontakt img{
		float: right;
	}
	
	#lage{
		width: 80%;
		margin: auto;
	}
}

@media screen and (min-width:601px) and (max-width:900px){
	
	#kontakt{
		width: 35%;
	}
	
	#kontakt img{
		float: right;
	}
	
	#lage{
		width: 35%;
	}
		

}


