.umformen-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.umformen-content {
  width: 80%;
  margin-top: 7rem;
  margin-bottom: 3rem;
}

.umformen-title-text {
  color: white;
}

.umformen-title-text > h1 {
  font-size: clamp(1.9rem, 4vw, 5rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.umformen-title-text > p {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.umformen-first-list {
  color: white;
}

.umformen-first-list > h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
}

.umformen-second-list {
  color: white;
}

.umformen-second-list > h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
}

.umformen-third-list {
  color: white;
}

.umformen-third-list > h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
}

.list-item {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(0.75rem, 2vw, 1rem);
  padding-left: 2rem;
  padding-top: 0.1rem;
}

/* Responsive layout */
@media (max-width: 768px) {
  .umformen-content {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }

  .umformen-title-text > h1 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .list-item {
    padding-left: 2rem;
  }
}

@media (max-width: 400px) {
  .list-item {
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
}
