html {
  scroll-behavior: smooth;

}

.kacheln {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

*,
body {
  padding: 0;
  margin: 0;
}


.hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background-image: url("bild_kunst/Website Hintergrund (4).png");
  background-size: cover;
  background-position: center;
}


.hero-text {
  font-size: 60px;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 150px;
}


.slider {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
}

.slide-track {
  display: flex;
  overflow: visible;
  width: calc(150px * 28);
  animation: scroll 45s linear infinite;
}

.slide-track img {
  width: 200px;
  object-fit: cover;
  margin: 0 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.abstand {
  padding: 50px;
}

.box {
  background-color: #3399ff;
  color: white;
  /* Text weiß, damit man ihn gut sieht */
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
  font-weight: bold;
}

.uber-uns {
  padding: 0 500px 0 0px;
}

.button {
  background-color: #44c0d1;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  margin: 23px 0 0 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;

}

.button:hover {
  background-color: #58979f;
}

.slider a img {
  transition: transform 0.3s ease;
  /* weiche Animation */
}

/* Hover-Effekt */
.slider a img:hover {
  transform: scale(1.2);
  /* vergrößert das Bild um 20% */
  cursor: pointer;
  /* optional: zeigt an, dass das Bild klickbar ist */
}

#armut {
  height: 100%;
  display: flex;
}

.links {
  width: 50%;
}

.rechts {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-bild{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rechts-inhalt{
    width: 50%;
}

.inhalt-button {
  background-color: #e40b0b;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin: 23px 0 0 0;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
}

.inhalt-button:hover {
  background-color: #c81414;
}

.inhalt-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #292929;
}

.inhalt-button-ziele {
  background-color: #1f9489;
  border: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin: 23px 0 0 0;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
}

.inhalt-button-ziele:hover {
  background-color: #1c6660;
}

.forscher-frage {
  font-weight: bold;
}