.elementor-26473 .elementor-element.elementor-element-6c4ec14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f46e0ce */.hfm-zp,
  .hfm-zp * {
    box-sizing: border-box;
  }

  .hfm-zp {
    --zp-red: #7b0008;
    --zp-red-dark: #560006;
    --zp-cream: #f7f3ed;
    --zp-white: #ffffff;
    --zp-text: #37322f;
    --zp-muted: #756d67;
    --zp-border: #dfd5ca;

    width: 100%;
    padding: 70px 22px 90px;
    overflow: hidden;
    background: var(--zp-white);
    color: var(--zp-text);
    font-family: Arial, Helvetica, sans-serif;
  }

  .hfm-zp *,
  .hfm-zp *::before,
  .hfm-zp *::after {
    box-sizing: border-box;
  }

  .hfm-zp img {
    display: block;
    max-width: 100%;
  }

  .hfm-zp a {
    text-decoration: none;
  }

  .hfm-zp-container {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  /* Allgemeine Elemente */

  .hfm-zp-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--zp-red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .hfm-zp-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 14px 23px;
    background: var(--zp-red);
    border: 1px solid var(--zp-red);
    color: var(--zp-white) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .hfm-zp-button:hover,
  .hfm-zp-button:focus {
    background: var(--zp-red-dark);
    border-color: var(--zp-red-dark);
    color: var(--zp-white) !important;
    transform: translateY(-2px);
  }

  .hfm-zp-button-outline {
    background: transparent;
    color: var(--zp-red) !important;
  }

  .hfm-zp-button-outline:hover,
  .hfm-zp-button-outline:focus {
    background: var(--zp-red);
    color: var(--zp-white) !important;
  }

  /* Seitenüberschrift */

  .hfm-zp-heading {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .hfm-zp-heading h1 {
    margin: 0;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.08;
  }

  .hfm-zp-heading p {
    max-width: 740px;
    margin: 19px auto 0;
    color: var(--zp-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  /* Navigation */

  .hfm-zp-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 45px;
  }

  .hfm-zp-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: var(--zp-cream);
    border: 1px solid var(--zp-border);
    color: var(--zp-text);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease;
  }

  .hfm-zp-nav a:hover,
  .hfm-zp-nav a:focus {
    background: var(--zp-red);
    border-color: var(--zp-red);
    color: var(--zp-white);
  }

  /* Einstieg */

  .hfm-zp-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    margin-bottom: 65px;
    overflow: hidden;
    background: var(--zp-cream);
  }

  .hfm-zp-intro-image {
    min-height: 500px;
  }

  .hfm-zp-intro-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
  }

  .hfm-zp-intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 58px);
  }

  .hfm-zp-intro-content h2 {
    margin: 0 0 17px;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 4vw, 45px);
    font-weight: 400;
    line-height: 1.14;
  }

  .hfm-zp-intro-content > p {
    margin: 0 0 24px;
    color: var(--zp-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  .hfm-zp-intro-list {
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
  }

  .hfm-zp-intro-list li {
    position: relative;
    padding: 11px 0 11px 27px;
    border-top: 1px solid var(--zp-border);
    color: var(--zp-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .hfm-zp-intro-list li:last-child {
    border-bottom: 1px solid var(--zp-border);
  }

  .hfm-zp-intro-list li::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "✓";
    color: var(--zp-red);
    font-weight: 700;
  }

  .hfm-zp-intro-list strong {
    color: var(--zp-text);
  }

  .hfm-zp-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Kurzinformationen */

  .hfm-zp-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 80px;
    overflow: hidden;
    background: var(--zp-border);
    border: 1px solid var(--zp-border);
  }

  .hfm-zp-fact {
    padding: 25px 24px;
    background: var(--zp-white);
    text-align: center;
  }

  .hfm-zp-fact span {
    display: block;
    margin-bottom: 7px;
    color: var(--zp-red);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .hfm-zp-fact strong {
    display: block;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35;
  }

  /* Bereichsüberschriften */

  .hfm-zp-section-heading {
    max-width: 820px;
    margin: 0 auto 35px;
    text-align: center;
  }

  .hfm-zp-section-heading h2 {
    margin: 0;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(33px, 4vw, 49px);
    font-weight: 400;
    line-height: 1.14;
  }

  .hfm-zp-section-heading p {
    max-width: 720px;
    margin: 15px auto 0;
    color: var(--zp-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  /* Zimmerpreise */

  .hfm-zp-prices {
    margin-bottom: 85px;
    scroll-margin-top: 30px;
  }

  .hfm-zp-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .hfm-zp-price-card {
    overflow: hidden;
    background: var(--zp-white);
    border: 1px solid var(--zp-border);
  }

  .hfm-zp-price-card-head {
    padding: 24px 26px;
    background: var(--zp-cream);
    border-bottom: 1px solid var(--zp-border);
  }

  .hfm-zp-price-card-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--zp-red);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hfm-zp-price-card-head h3 {
    margin: 0;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
  }

  .hfm-zp-price-list {
    margin: 0;
    padding: 0 26px;
    list-style: none;
  }

  .hfm-zp-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--zp-border);
  }

  .hfm-zp-price-row:last-child {
    border-bottom: 0;
  }

  .hfm-zp-price-description {
    color: var(--zp-muted);
    font-size: 12px;
    line-height: 1.55;
  }

  .hfm-zp-price-description strong {
    display: block;
    margin-bottom: 3px;
    color: var(--zp-text);
    font-size: 14px;
  }

  .hfm-zp-price-amount {
    color: var(--zp-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
  }

  /* Zusatzleistungen */

  .hfm-zp-extras {
    margin-bottom: 85px;
    scroll-margin-top: 30px;
  }

  .hfm-zp-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .hfm-zp-extra-card {
    overflow: hidden;
    background: var(--zp-white);
    border: 1px solid var(--zp-border);
  }

  .hfm-zp-extra-head {
    padding: 24px 26px;
    background: var(--zp-cream);
    border-bottom: 1px solid var(--zp-border);
  }

  .hfm-zp-extra-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--zp-red);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hfm-zp-extra-head h3 {
    margin: 0;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.25;
  }

  .hfm-zp-extra-list {
    margin: 0;
    padding: 0 26px;
    list-style: none;
  }

  .hfm-zp-extra-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--zp-border);
  }

  .hfm-zp-extra-row:last-child {
    border-bottom: 0;
  }

  .hfm-zp-extra-description {
    color: var(--zp-muted);
    font-size: 12px;
    line-height: 1.6;
  }

  .hfm-zp-extra-description strong {
    display: block;
    margin-bottom: 3px;
    color: var(--zp-text);
    font-size: 13px;
  }

  .hfm-zp-extra-amount {
    color: var(--zp-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
  }

  /* Hinweise */

  .hfm-zp-note {
    margin-top: 25px;
    padding: 23px 27px;
    background: var(--zp-cream);
    border-left: 4px solid var(--zp-red);
    color: var(--zp-muted);
    font-size: 13px;
    line-height: 1.75;
  }

  .hfm-zp-note strong {
    color: var(--zp-text);
  }

  /* Arrangements */

  .hfm-zp-arrangements {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    margin-bottom: 70px;
    padding: 37px 40px;
    background: var(--zp-cream);
    border-left: 4px solid var(--zp-red);
  }

  .hfm-zp-arrangements h2 {
    margin: 0 0 11px;
    color: var(--zp-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 41px);
    font-weight: 400;
    line-height: 1.2;
  }

  .hfm-zp-arrangements p {
    max-width: 760px;
    margin: 0;
    color: var(--zp-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  /* Abschluss */

  .hfm-zp-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    padding: 38px 42px;
    background: var(--zp-red);
    color: var(--zp-white);
  }

  .hfm-zp-cta h2 {
    margin: 0 0 9px;
    color: var(--zp-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 400;
    line-height: 1.2;
  }

  .hfm-zp-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.7;
  }

  .hfm-zp-cta .hfm-zp-button {
    background: var(--zp-white);
    border-color: var(--zp-white);
    color: var(--zp-red) !important;
    white-space: nowrap;
  }

  .hfm-zp-cta .hfm-zp-button:hover,
  .hfm-zp-cta .hfm-zp-button:focus {
    background: var(--zp-cream);
    border-color: var(--zp-cream);
    color: var(--zp-red-dark) !important;
  }

  /* Tablet */

  @media (max-width: 1000px) {
    .hfm-zp-intro {
      grid-template-columns: 1fr;
    }

    .hfm-zp-intro-image,
    .hfm-zp-intro-image img {
      min-height: 430px;
    }
  }

  /* Smartphone */

  @media (max-width: 700px) {
    .hfm-zp {
      padding: 50px 15px 65px;
    }

    .hfm-zp-nav {
      display: grid;
      grid-template-columns: 1fr;
    }

    .hfm-zp-nav a {
      width: 100%;
    }

    .hfm-zp-intro-image,
    .hfm-zp-intro-image img {
      min-height: 300px;
    }

    .hfm-zp-intro-content {
      padding: 29px 22px;
    }

    .hfm-zp-intro-actions {
      display: grid;
      grid-template-columns: 1fr;
    }

    .hfm-zp-button {
      width: 100%;
    }

    .hfm-zp-facts,
    .hfm-zp-price-grid,
    .hfm-zp-extra-grid {
      grid-template-columns: 1fr;
    }

    .hfm-zp-price-card-head,
    .hfm-zp-extra-head {
      padding: 22px 20px;
    }

    .hfm-zp-price-list,
    .hfm-zp-extra-list {
      padding: 0 20px;
    }

    .hfm-zp-price-row,
    .hfm-zp-extra-row {
      grid-template-columns: 1fr;
      gap: 7px;
    }

    .hfm-zp-price-amount,
    .hfm-zp-extra-amount {
      text-align: left;
    }

    .hfm-zp-arrangements,
    .hfm-zp-cta {
      grid-template-columns: 1fr;
      padding: 30px 23px;
    }

    .hfm-zp-cta .hfm-zp-button {
      white-space: normal;
    }
  }

  /* Druckansicht */

  @media print {
    .hfm-zp {
      padding: 0;
    }

    .hfm-zp-nav,
    .hfm-zp-intro,
    .hfm-zp-arrangements,
    .hfm-zp-cta {
      display: none !important;
    }

    .hfm-zp-prices,
    .hfm-zp-extras {
      margin-bottom: 35px;
    }

    .hfm-zp-price-card,
    .hfm-zp-extra-card {
      break-inside: avoid;
    }
  }
      img.attachment-full.size-full.wp-post-image, h3.qodef-e-title.entry-title {display:none;}
   h3.qodef-e-title.entry-title {display:none}/* End custom CSS */