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

h4 {
  color: #2b2b2b;
}

.Name-Adresse {
  font-weight: 800;
}

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

.Kontakte-Links-Rechts {
  background-color: white !important;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.Con-Kontakt-Rechts {
  display: flex;
  margin-right: 180px;
  width: 50%;
}

.Con-Kontakt-Links {
  width: 50%;
  color: #2b2b2b;
}

body h4 {
  margin: 0 !important;
  font-weight: 500;
}

.Con-Kontakt-Links span {
  color: #b81137;
}

a {
  color: #b81137;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  font-weight: 700;
}

@media (max-width: 500px) {
  .Kontakte-Links-Rechts {
    flex-direction: column !important;
    justify-content: center !important;
    display: flex;
  }

  .Con-Kontakt-Links {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .Container-Footer {
    position: relative; /* überschreibt absolute */
    bottom: auto;
    margin-top: 20px; /* etwas Abstand zum Inhalt */
  }

  .Footer-Gesamt {
    flex-wrap: wrap;
    font-size: 3vw;
    position: relative;
  }

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

  .Con-Kontakt-Rechts {
    display: none;
    margin-right: 0;
    width: 100%;
  }

  .Con-Kontakt-Links {
    width: 100%;
    color: #2b2b2b;
  }
}
