.logo-picture {
  height: 120px;
  margin-right: 4px;

}
.img-fluid {
  height: 400px;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.video {
  -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: 220;
}
.tm-activity-img {
  object-fit: cover;
  height: 200px;
  width: 200px;
  padding: 10px;
}

.old-couple-img {
  width: auto;
  height: 400px;
  position: absolute;
  top: 2000px;
  left: 0px;
}
.old-couple-img {
  width: auto;
  height: 400px;
  position: fixed;
  top: 550px;
  left: 0px;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1700px) {
  .old-couple-img {
    opacity: 0;
  }
}
.hinter-ohr-img {
  height: 150px;
  margin-right: 20px;
  align-items: center;
  object-fit: cover;
  margin-top: 20px;
}
.im-ohr-img {
  height: 150px;
  align-items: center;
  object-fit: cover;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.daniel-img {
  height: 500px;
  border-radius: 20px;
  margin-right: 20px;
}
.room-img {
  height: 300px;
  border-radius: 20px;
  margin-left: 10px;
}
.tisch-img {
  height: 500px;
  border-radius: 20px;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .room-img,
  .tisch-img, 
  .daniel-img {
     height: 320px;
     margin-right: 0;
     margin: 0;
  }
}
