.tbeImage {
  max-width: 100%;
}

.textbox {
  max-width: 50%;
  margin: auto;
  margin-top: 4rem;
}

.textbox a {
  font-size: var(--font-size-xxs);
  text-decoration: none;
  color: var(--clementine);
  text-transform: lowercase;
}


.section-ueber-uns {
  background-repeat: no-repeat;
  background-position: -20%;
  background-size: 700px;
}

@media (max-width: 1200px) {
  .textbox {
    max-width: 80%;
    margin-top: 2.5rem;
  }
}

@media (max-width: 992px) {
  .textbox {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
