body {
  padding: 0px;
  margin: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#schulebild {
  width: 100%;
  height: 150px;
}

#schulebild img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

#Wirtschaftssystem {
  width: 100%;
  height: auto;
}

#Wirtschaftssystem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


@media screen and (max-width: 800px) {
  #schulebild {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #Wirtschaftssystem {
    width: 100%;
  }
}

nav {
  position: sticky;
  top: 0px;
  backdrop-filter: blur(8px);
}

footer ul, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

footer ul li a, nav ul li a {
  font-weight: 600;
  padding: 16px;
}

section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

