body {
  margin: 0;
  padding: 0;
  position: relative;
}

.nav-container {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.nav-img {
  max-width: 70px;
  height: auto;
  margin-right: 10px;
  margin-left: 20px;
}

.titelbild {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.titelbild img {
  width: 90%;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}

.titelbild1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.titelbild1 img {
  height: 300px;
  width: auto;
  margin-top: 20px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.item {
  color: darkblue;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin: 15px 15px;
}

p {
  color: darkblue;
  margin-top: 20px;
}



.blau {
  color: darkblue;
}

h1,
h2 {
  text-align: center;
  color: red;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

h3 {
  color: darkblue;
  margin-top: 20px;
}

h4 {
  text-align: center;
  color: darkblue;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.logotipi {
  display: flex;
  justify-content: center;
}


.logoaktion {
  width: 130px;
  height: auto;
  margin-top: 90px;
}

.logokastan {
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}


.logo {
  width: 19%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.teambildTP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teambildTP img {
  width: 40%;
  height: auto;
  margin-top: 80px;
}

.teambild {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teambild img {
  width: 40%;
  height: auto;
  margin-top: 30px;
}

.teambildvideo {
  width: 40%;
  height: auto;
  margin-top: 30px;
}

.team-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Poppins", sans-serif;
  background-color: white;
}

.team-text img {
  width: 70%;
  height: auto;
  margin: 20px auto;
}

.projekte-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 90px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  background-color: white;
}

footer {
  display: flex;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 10 25px;
  align-items: center;
}

.footer-left {
  margin-right: auto;
}

.footer-right {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-right a,
.footer-left a {
  text-decoration: none;
  color: darkblue;
}


.Motto {
  text-align: center;
  color: darkblue;
  font-family: "Poppins", sans-serif;
}


.contactbilder {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 10px;
  padding: 20px;
  margin-top: 70px;
}

.contactbilder img {
  height: 360px;
  object-fit: cover;
}

.contactbilder .wide {
  flex: 0 0 60%;
}

.contactbilder .narrow {
  flex: 0 0 25%;
}

.button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
button {
  background-color: lightblue;
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 20px;
  border-radius: 50px;
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.button a {
  text-decoration: none;
  color: black;
}
.map {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.Kulturbilder {
  display: flex;
  justify-content: center;
}

.Kulturbilder img {
  width: 50%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media all and (max-width: 1024px) and (orientation: portrait) {
  .contactbilder img {
    height: 270px;
  }
  h4 {
    font-size: 25px;
  }
}

@media all and (max-width: 820px) and (orientation: portrait) {
  .contactbilder img {
    height: 200px;
  }

  .titelbild img {
    height: auto;
    width: 80%;
  }

  .titelbild1 img {
    height: 220px;
  }

  .nav-img {
    width: 60px;
  }

  .item {
    font-size: 12px;
  }
  .logo {
    width: 25%;
    height: auto;
  }
  .logokastan {
    width: 180px;
    margin-bottom: 12px;
  }
  h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 480px) and (orientation: portrait) {
 
  .contactbilder img {
    height: 100px;
  }
  
  .nav-img {
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .item {
    margin: 5px 5px;
    font-size: 8px;
  }

  .titelbild img {
    margin-top: 70px;
  }

  .titelbild1 img {
    height: 100px;
  }
  footer {
    font-size: 10px;
  }
  h2 {
    font-size: 17px;
  }
  .logo {
    width: 30%;
    margin-bottom: 15px;
  }
  .logokastan {
    width: 140px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 17px;
  }
}


