body {
	display:block;
	padding: 0;
	margin: 0;
	background: #f6f6f7;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
	  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .header {
	height: 226px;  
	background-color:#091c4f; 
	
  }
  
.nav ul li {
	color: #ffff;
	list-style: none;	
}
  nav ul li a {
	  color: #ffff;
	  padding: 5px;
	  margin: 5px;
  }
  
  nav { 
	background-color: #369727;
	position: sticky;
	top: 0;
	font-weight: 600;

		/* Das ist dafür, dass die Navigation jederzeit anklickbar ist */
	z-index: 99;
  }
  
 @media screen and (min-width: 800px) {
	.header {
	  height: 600px;
	}
  }
  
  header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  footer{
	position: sticky;
	top: 0;
	font-weight: 600;
	background-color: #78c2d8;
  }

  footer,
  nav {
	backdrop-filter: blur(10px);
  }
  
  footer ul, nav ul {
	margin: 0px;
    padding: 15px;
	list-style: none;
  }
  
  
  footer ul li a,
  nav ul li a {
	text-decoration: none;
	margin: 8px;
	padding: 15px;
}
  
  .mitte {
	display: flex;
	justify-content: center;
	align-items: center
   }
  
  section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	box-sizing: border-box;
	text-align: justify;
	line-height:;
  
	/* Das ist dafür, dass die Überschrift nicht hinter dem verschwomennen Bereich ist */
	padding-top: 48px;
	transform: translateY(-48px);
  }

 section a:link, a:visited {
	text-decoration: none;
   }

  h1 {
	  color:   #339933;
  }

  h2,h3{
	  color:   #336699;
	  font-size: 18;
  } 

  .haupt {
	  padding-top: 50px;
  }
  
  .oben {
	  color:   #131319;
	  font-size: 16;
  }
