      .subpage-hero-2_hp {
        background:
          url("pics/2_hp/intro_preise_hot.jpg")
          center / cover no-repeat;
      }

      .topic-section[hidden] {
        display: none !important;
      }

      .topic-section {
        scroll-margin-top: 86px;
        color: var(--color-taupe);
        background: var(--surface-page);
      }

      .topic-inner {
        width: min(1180px, calc(100% - 48px));
        margin: 0 auto;
        padding: 82px 0 96px;
      }

      .topic-text-2_h {
        text-align: center;
      }

      .topic-title-2_hp {
        color: var(--color-text-dark);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1rem, 7vw, 2rem);
        font-weight: 400;
        text-transform: uppercase;
				text-align: center;
      }
			
/* Hotel & Preise - Anfang */ 

      .hotel-preise-intro {
        text-align: center;
				padding: 2%;
        font-size: clamp(1rem, 4.4vw, 3rem);
        font-weight: 400;
        line-height: 1;
      }

      .hotel-preise-intro h3 {
				margin-bottom: 50px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.6rem;
      }
			
      .hotel-preise-intro p {
        font-size: 1.2rem;
        font-weight: 400;
				text-transform: uppercase;
      }
			
      .hotel_preise {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: clamp(34px, 6vw, 76px);
        align-items: center;
				padding: 2%;
      }
			
      .hotel_preise-image1 {
        width: 100%;
        min-height: 300px;
        background:
          url("pics/2_hp/preisliste/EZ/1_IMG_2311_web.jpg")
          center / cover no-repeat;
      }

      .hotel_preise-image2 {
        width: 100%;
        min-height: 300px;
        background:
          url("pics/2_hp/preisliste/DZ/1_IMG_2301_web.jpg")
          center / cover no-repeat;
      }
			
      .hotel_preise-image3 {
        width: 100%;
        min-height: 300px;
        background:
          url("pics/2_hp/preisliste/Suite/1_IMG_3847_web.jpg")
          center / cover no-repeat;
      }
	
      .hotel_preise-image4 {
        min-height: 300px;
        background:
          url("pics/2_hp/preisliste/EZ/1_IMG_2311_web.jpg")
          center / cover no-repeat;
      }
			
      .hotel_preise-copy h3 {
        margin: 0;
        color: var(--color-text-dark);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1rem, 4.4vw, 2rem);
        font-weight: 400;
        line-height: 1;
      }

      .hotel_preise-copy p {
        margin: 26px 0 0;
        color: var(--color-taupe-dark);
        font-size: 1.2rem;
        font-weight: 700;
      }

		   .hotel-preise-ende {
        text-align: center;
				padding: 2%;
        font-size: clamp(1rem, 4.4vw, 3rem);
        font-weight: 400;
        line-height: 1;
      }
			
      @media (max-width: 575.98px) {

        .topic-inner {
          width: min(100% - 32px, 1180px);
          padding: 58px 0 72px;
        }

        .topic-title {
          margin-bottom: 38px;
        }

        .hotel_preise-intro {
          grid-template-columns: 1fr;
        }

        .hotel_preise-image {
          min-height: 340px;
        }

      }

