#wrapper{
    width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: bahnschrift, sans-serif;
}

body{
    background-image: url("bilder/background2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

header{
    padding-top: 40px;
	padding-bottom: 50px;
	height: 50px;
	text-align: center;
	margin-right: -10px;
}
nav{
	text-align: center;
	border: 1px solid #DEDCD9;
	background-color: #F2F2F2;
	border-radius: 5px;
	box-sizing: border-box;
	transition: .2s;
	padding-bottom: 20px;
}

nav ul{
	list-style-type: none;
	margin-right: 140px;
    margin-left: -5px;
}

nav li{
	display: inline;
	margin-left: 25px;
	margin-left: 10px;
}

nav ul li a{
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
}

nav ul li a:hover{
    color: #777;
    background: rgb(235, 145, 118);
    padding: 8px;
    font-size: 20px;
    padding-right: 20;
	padding-left: 20;
	text-shadow: 0 0 1px black;
	animation: textwelle 1s;
}

nav ul li a.active{
	padding-right: 25px;
	padding-left: 25px;
	background: rgb(6, 157, 148); 
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	color: black;
}

nav ul img{
	
	float: left;
	margin-left: 5px;
	margin-top: -30px;
	justify-content: center; 
	display: flex;
	align-items: center;
}

a{
	color: #777;
	text-decoration: none;
}

section {
	width: 603px;
	float: left;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #F2F2F2;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.sec2{
	padding-bottom: 200.75px;
}

.sec3{
	padding-bottom: 168px;
}

.article {
	height: 120px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.article img {
	float: left;
	padding: 10px;
	margin-right: 50px;
	border: 1px solid #DEDCD9
}

.article a {
	font-size: 18px;
}

aside {
	width: 258px;
	float: right;
    padding: 25px;
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	margin-bottom: 15px;
}

.sidebar img {
	margin-top: 15px;
	border: 1px solid #DEDCD9;
}

.side2{
	margin-left: -10px;
}

.sidebar a {
	font-size: 18px;
	padding: 5px;	
}

.sidebar p {
	padding: 0,5px;
}

.side1{
	margin-bottom: 15px;
}

footer {
	background-color: #F2F2F2;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	clear:both;
	margin-top: 15px;
}

footer ul{
	float: left;
	list-style: none;
	font-size: 18px;
}

footer li{
    margin-right: 15px;
	display: inline;
}

footer p{
	text-align: right;
	margin-right: 20px;
	color: #777;
}

#Über{
	margin: 30px;
}

#Über h1{
	color: black;
	padding-bottom: 10px;
}

#Kontakt{
	margin: 30px;
}

#Kontakt h1{
	color: #777;
	padding-bottom: 10px;
}

table{
	color: rgb(255, 145, 2);
	font-size: 21px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 22px;
	width: 950px;
	margin-left: 5px;
	text-align: center;
	background-image: url("bilder/background-tabelle.png");
	font-family: sans-serif;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}

