.buchung-page {
  position: relative;
  width: 100%;
  min-height: 3914px;
  background: #fff;
  overflow: hidden;
}

.buchung-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.buchung-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(var(--image-darken));
}

.buchung-top-brown {
  position: absolute;
  left: 50%;
  top: 430px;
  width: 100vw;
  height: 470px;
  transform: translateX(-50%);
  background: #861408;
  z-index: 0;
}

.buchung-booking-bg {
  position: absolute;
  left: 0;
  top: 900px;
  width: 100%;
  height: 916px;
  background: var(--color-white);
  z-index: 0;
}

.buchung-headline-block h1 {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 96px));
  top: 555px;
  z-index: 1;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 120px;
  color: #fe210a;
}

.buchung-headline-block .overview {
  left: max(64px, calc(50% - var(--content-half) + 186px));
  top: 658px;
  z-index: 1;
}

.buchung-headline-block p {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 790px));
  top: 578px;
  width: min(515px, calc(100vw - 925px));
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  z-index: 1;
}

.buchung-overview-table {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 367px));
  top: 964px;
  width: min(707px, calc(100vw - 733px));
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.overview-row {
  height: 191px;
}

.buchung-booking-title {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 720px));
  top: 1060px;
  z-index: 1;
}

.buchung-booking-title h3 {
  font-family: "Clash Display", Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 105%;
  color: #fe210a;
}

.buchung-booking-content {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 720px));
  top: 1171px;
  width: min(552px, calc(100vw - 888px));
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}

.buchung-booking-content .buchung-button {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 8px;
  align-self: flex-start;
}

.buchung-booking-content .booking-label {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  color: #2d2d2d;
}

.buchung-booking-content p {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.buchung-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fe210a;
  padding: 10px;
  color: #fe210a;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.buchung-side-image {
  position: absolute;
  left: 0;
  top: 1020px;
  width: 607px;
  height: 676px;
  overflow: hidden;
  z-index: 1;
}

.buchung-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.15);
  transform-origin: center center;
  filter: brightness(var(--image-darken));
}

.buchung-features-bg {
  position: absolute;
  left: 50%;
  top: 1816px;
  width: 100vw;
  height: 802px;
  transform: translateX(-50%);
  background: #861408;
}

.buchung-features {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 404px));
  top: 1956px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.feature-row {
  display: flex;
  align-items: center;
  gap: 70px;
}

.feature-row img {
  width: 106px;
  height: 106px;
  object-fit: contain;
}

.feature-row div {
  width: 456px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-row h5 {
  font-family: "Clash Display", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
  color: #fff;
}

.feature-row p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
}

.buchung-gallery {
  position: absolute;
  left: 0;
  top: 2618px;
  width: 100%;
  height: 676px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.buchung-gallery div {
  overflow: hidden;
}

.buchung-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(var(--image-darken));
}

.buchung-page .footer {
  top: 3294px;
}
