/*
 * Moderne Preisübersicht und korrigierter Seitenabschluss für Haus I.
 * Die Datei wird nach den von Adobe Muse erzeugten Styles geladen.
 */

.haus-i-page {
  overflow-x: hidden;
  overflow-y: auto;
}

.haus-i-page #u1202-18 {
  box-sizing: border-box;
  width: 880px;
  min-height: 0;
  margin-top: 610px;
  left: 40px;
  color: #482f00;
}

.haus-i-page .price-card {
  overflow: hidden;
  border: 1px solid rgba(113, 70, 32, 0.2);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 14px 34px rgba(72, 47, 0, 0.13);
}

.haus-i-page .price-card__heading {
  padding: 23px 28px 20px;
  border-bottom: 1px solid rgba(113, 70, 32, 0.14);
  background:
    radial-gradient(circle at 95% 0%, rgba(224, 178, 130, 0.3), transparent 32%),
    linear-gradient(135deg, #fffaf3 0%, #f7e6d2 100%);
}

.haus-i-page .price-card__kicker {
  margin-bottom: 6px;
  color: #a5522d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 16px;
  text-transform: uppercase;
}

.haus-i-page .price-card__heading h2 {
  margin: 0 0 6px;
  color: #4a260e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.15;
}

.haus-i-page .price-card__heading > p:last-child {
  color: #76543c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.haus-i-page .price-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: #fffdfa;
}

.haus-i-page .price-table-scroll:focus-visible {
  outline: 3px solid rgba(173, 91, 43, 0.42);
  outline-offset: -3px;
}

.haus-i-page .house-price-table {
  width: 100%;
  min-width: 820px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #4a3423;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.haus-i-page .house-price-table th,
.haus-i-page .house-price-table td {
  box-sizing: border-box;
  padding: 11px 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  vertical-align: middle;
}

.haus-i-page .house-price-table thead tr:first-child th {
  background: linear-gradient(180deg, #654022 0%, #4d2b16 100%);
  color: #fff9f1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.haus-i-page .house-price-table thead tr:first-child th:first-child {
  width: 104px;
  border-top-left-radius: 0;
}

.haus-i-page .house-price-table thead tr:first-child th:last-child {
  border-right: 0;
}

.haus-i-page .house-price-table thead span {
  display: block;
  margin-top: 2px;
  color: #e9cfb5;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

.haus-i-page .house-price-table .price-table-subhead th {
  padding-top: 7px;
  padding-bottom: 7px;
  border-right-color: rgba(92, 50, 24, 0.12);
  background: #ecd6bf;
  color: #60391f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 13px;
  text-transform: uppercase;
}

.haus-i-page .house-price-table tbody th,
.haus-i-page .house-price-table tbody td {
  padding-top: 13px;
  padding-bottom: 13px;
  border-right-color: rgba(102, 62, 29, 0.1);
  border-bottom: 1px solid rgba(102, 62, 29, 0.11);
}

.haus-i-page .house-price-table tbody th {
  padding-left: 16px;
  background: #f5e8da;
  color: #5a321b;
  font-weight: 700;
  text-align: left;
}

.haus-i-page .house-price-table tbody tr:nth-child(even) td {
  background: #fbf6ef;
}

.haus-i-page .house-price-table tbody tr:hover th,
.haus-i-page .house-price-table tbody tr:hover td {
  background: #f3dfca;
}

.haus-i-page .house-price-table tbody tr:last-child th,
.haus-i-page .house-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.haus-i-page .price-card__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 26px;
  border-top: 1px solid rgba(113, 70, 32, 0.14);
  background: #f8ebdc;
}

.haus-i-page .price-card__note p {
  color: #6c4b34;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.haus-i-page .price-card__contact {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid #7b4224;
  border-radius: 999px;
  background: #6a351b;
  color: #fff8ef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.haus-i-page .price-card__contact:visited {
  color: #fff8ef;
}

.haus-i-page .price-card__contact:hover,
.haus-i-page .price-card__contact:focus-visible {
  background: #8b4a26;
  color: #fff;
  text-decoration: none;
}

.haus-i-page .css_verticalspacer .verticalspacer,
.haus-i-page .verticalspacer {
  height: 88px !important;
}

@media (prefers-reduced-motion: reduce) {
  .haus-i-page .house-price-table tbody tr:hover th,
  .haus-i-page .house-price-table tbody tr:hover td,
  .haus-i-page .price-card__contact {
    transition: none;
  }
}
