#wws-titel {
  margin: 15px;
}

.wws-titel {
  height: 70vh;
  position: relative;
}

.wws-titel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.titeltext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  text-align: right;
  z-index: 5;
}

.text {
  font-size: 0.6rem;
  margin-top: 0;
  line-height: 0.9rem;
}

.anfahrt-font {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #wws-titel .grid-2x1 {
    grid-template-rows: calc(100vw - 30px) auto;
  }
}

@media (max-width: 375px) {
  #buchen .margin-two-left .margin-three-all {
    margin: 50px 0;
  }
}
