/*-----------------------------------------------------*/

h3 {
  color: #b81137;
}

.Vertretungen-Gesamt {
  justify-content: center;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

.Vertretungen-Gesamt a {
  text-decoration: none;
  color: #1e1e1e !important;
  font-weight: 400 !important;
}

.Vertretungen-Einzeln {
  margin: 20px;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  width: calc((100% - 180px) / 3);
  transition: 0.3s;
}

.Vertretungen-Einzeln:hover {
  scale: 105%;
}

.Vertretungen-Einzeln-Weg {
  display: flex;
  margin: 20px;
  align-items: center;
  padding: 10px;
  /*background-color: #ffffff;*/
  width: calc((100% - 180px) / 3);
}

.Vertretungen-Text a {
  color: #b81137;
  font-weight: 500;
}

.Container-Bild {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.Vertretungen-Bild img {
  width: 100%;
  height: auto;
}

.Vertretungen-Gesamt-Links {
  justify-content: flex-start;
  display: flex;
  margin: 50px;
}

.Vertretungen-Bild-Weg {
  opacity: 0;
}

.Vertretungen-Text-Weg {
  opacity: 0;
}

.Unternehmen-Gesamt {
  background-color: white;
  margin-left: 50px;
  margin-top: 50px;
  margin-right: 50px;
  padding: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  text-align: center;
}

.Unternehmen-Text {
  display: grid;
  place-items: center;
  text-align: center;
  color: #b81137;
}
