body
{
	margin: 0;
	padding: 20px;
	font-family: sans-serif;
}
header
{
	padding:10px 20px;
	box-sizing: border-box;

}
section
{
	width: 100%;
	height:30vh;
}
section.startseite
{
	background: url(pictures/hintergrund3.png);
	background-size: cover;
}
section.Wir
{
	background: url(pictures/hintergrund4.png);
	background-size: cover;
}
section.Kontakt
{
	background: url(pictures/hintergrund5.png);
	background-size: cover;
}
section.News
{
	background: url(pictures/hintergrund6.png);
	background-size: cover;
}
section.Wünsche
{
	background: url(pictures/hintergrund7.png);
	background-size: cover;
}
section.sec2
{
	padding: 5px 5px 5px 5px;
	height: auto;
	color: black;
}
section.sec2 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
}
section.sec2 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
nav
{
	background: rgba(255,255,255, 1);
	padding: 5px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	overflow: visible;

}
ul {
	padding-inline-start:50px;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 50;
}
nav ul
{

	display:  -webkit-inline-box;
	margin: 0;
}
nav ul li
{
	list-style: none;
}
nav ul li a
{
	color: #000;
	padding: 10PX 10PX;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}
nav ul li a:hover,
nav ul li a.active
{
	background: #66ffff;
	transition: 0.1s;
	border-radius: 10px
}

@media{
	#section.sec2{
		width:100%;
	}
	#section.sec2{
		width:100%;
	}
	#nav ul{
		margin: 0;
	}
footer {
	text-align: webkit-center;
	list-style-type: none;
	display:  -webkit-inline-box;
	list-style: none;
	list-style-position: line;
	bottom: 0;
	width: 50%;
	height: 50px;
	background: rgba(255,255,255, .8);
	padding: 10px 30px;
	position: webkit-sticky;
	position: sticky;
}
a{
	text-decoration: none;
	color: black;
	font-weight: bold;

}
footer li {
	text-align: right;
	padding: 10px;
}