body
{ padding: 0px;
margin: 0;
background-color: rgb(222, 236, 248);
font-family: Arial, Helvetica, sans-serif;
}
header {
background-color: rgb(222, 236, 248);
margin: 0%;
padding: 1%;
}
.mitte {
display: flex;
justify-content: center;
align-items: center;
}
#teaser {
width: 100%;
height: 500px;
}
#teaser img {
width: 100%;
height: 50%;
object-fit: cover;
}
@media screen and (min-width: 800px){
#teaser {
height: 1000px; }
 
}
nav{
position: sticky;
top: 0px;
backdrop-filter:blur(8px);
}
footer ul,nav ul {
list-style: none;
margin: 0;
padding-bottom: 0;
padding-top: 24px;
}
footer nav ul li a,ul li a {
font-weight: 600;
padding: 19px;}
 
section{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
}
#Bild2 { 
    width:10%;
max-width: 200;
max-height: 250;
}
#Bild { 
    width:10%;
max-width: 200;
max-height: 250;
}


  
