h2 {
  color: #b81137;
  margin-top: 30px;
  font-weight: 500;
}

h3 {
  color: #b81137;
}

a {
  color: #b81137;
}

.Container-Gesamt {
  margin-left: 100px;
  margin-right: 100px;
}

.Container-Oben {
  background-color: white;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.Container-Unten {
  background-color: white;
  padding: 30px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.Unten-Links {
  width: 70%;
}

.Unten-Rechts {
  width: auto;
  height: auto;
}

.Unten-Rechts img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.Links-Oben {
  font-weight: 600 !important;
}

@media (max-width: 970px) {
  .Container-Unten {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    display: flex;
  }

  .Container-Footer {
    position: relative; /* überschreibt absolute */
    bottom: auto;
    margin-top: 20px; /* etwas Abstand zum Inhalt */
  }

  .Container-Gesamt {
    margin-left: 5%;
    margin-right: 5%;
  }

  .Unten-Rechts {
    margin-bottom: 20px;
  }

  .Unten-Links {
    width: 100%;
  }
}
