.Mid_text_h {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: white;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  width: 90%;
  text-align: left;
  justify-content: center;
  min-height: 568px;
  opacity: 0;
  transition: 1s opacity ease-in-out;
}

.active_h {
  transition: 1s opacity ease-in-out;
  opacity: 1;
}

.p_h_image {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.Pic_Hundephysio {
  width: 100%;
  border-radius: 5%;
  justify-content: center;
}

.container_desktop {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.überschriften_h_desktop {
  font-size: 22px;
  font-family: "Pacifico", cursive;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #ba8475;
  line-height: 35px;
}

.p_h_desktop {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-family: "Roboto", sans-serif;
  hyphens: auto;
}

.verantwortlich_h_desktop {
  display: block;
  font-size: 16px;
  width: 100%;
  line-height: 20px;
  hyphens: auto;
}
