.preise-alias #content {
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
  padding-top: 48px;
}

.preise-alias .item-page {
  color: #242424;
  margin: 0 auto;
  max-width: 1080px;
}

.preise-alias .item-page > div[itemprop="articleBody"] {
  position: relative;
}

.preise-alias .item-page > div[itemprop="articleBody"]::before {
  background:
    linear-gradient(#b98232, #b98232) left 50% / 56px 1px no-repeat,
    linear-gradient(#b98232, #b98232) right 50% / 56px 1px no-repeat,
    conic-gradient(from 45deg, #b98232 0 25%, transparent 0 50%, #b98232 0 75%, transparent 0) center / 16px 16px no-repeat;
  content: "";
  display: block;
  height: 22px;
  margin: 0 auto 18px;
  opacity: 0.62;
  width: 150px;
}

.info-container {
  background: #fffdf8;
  border: 1px solid #ded8c9;
  margin: 38px auto 76px;
  max-width: 1040px;
  padding: 30px;
}

.booking-kicker {
  color: #8c6d39;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.info-title {
  color: #171717 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.15 !important;
  margin: 0 0 12px !important;
}

.booking-intro {
  color: #4f4f4f;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 720px;
}

.booking-info-grid {
  display: grid;
  gap: 22px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-item {
  border-top: 1px solid #ded8c9;
  padding-top: 18px;
}

.info-item h3 {
  color: #657247;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

.info-item dl,
.info-item ul {
  margin: 0;
}

.info-item dl > div {
  border-bottom: 1px solid #e6e1d7;
  display: grid;
  gap: 14px;
  grid-template-columns: 105px minmax(0, 1fr);
  padding: 9px 0;
}

.info-item dt {
  color: #6d6457;
  font-weight: 700;
}

.info-item dd {
  color: #333;
  line-height: 1.55;
  margin: 0;
}

.info-item ul {
  list-style: none;
  padding: 0;
}

.info-item li {
  border-bottom: 1px solid #e6e1d7;
  color: #333;
  line-height: 1.55;
  padding: 9px 0;
}

.info-item strong {
  color: #1f1f1f;
  font-weight: 700;
}

.info-item a {
  color: #7b521b !important;
  font-weight: 700;
  text-decoration: none !important;
}

.info-item a:hover,
.info-item a:focus-visible {
  color: #5f3d10 !important;
}

@media (max-width: 760px) {
  .preise-alias #content {
    padding-top: 28px;
  }

  .info-container {
    margin-bottom: 56px;
    margin-top: 28px;
    padding: 22px 18px;
  }

  .booking-info-grid {
    grid-template-columns: 1fr;
  }

  .booking-intro,
  .info-item dd,
  .info-item li {
    font-size: 0.95rem !important;
  }

  .info-item dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
