:root {
  --color-bg: #fdfcfa;
  --color-bg-soft: #f5f1eb;
  --color-text: #2d2d2d;
  --color-accent: #4a5d4c;
  --color-button: #c4a484;
  --color-button-hover: #b39574;
  --color-white: #ffffff;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

h1 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: -0.75px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 32px;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
    line-height: 26px;
    font-weight: 300;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
}

.lang-switch {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.95rem;
}

.lang-switch .active {
  color: var(--color-white);
  font-weight: 600;
}

.lang-switch a,
.lang-switch span {
  color: rgba(255, 255, 255, 0.75);
}

p.section-kicker, p.section-kicker + h2, .section-text {
    text-align: center;
}

.hero-content {
  z-index: 1;
  text-align: center;
  max-width: 850px;
}

.subtitle {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
  margin: 0 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.lead {
  font-size: clamp(1.05rem, 2.5vw, 1.5rem);
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.btn-primary,
.btn-whatsapp {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.85rem 1.4rem;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--color-button);
  color: var(--color-white);
}

.btn-primary:hover {
  background: var(--color-button-hover);
}

.section {
  padding: 5rem 0;
}

.section-soft {
  background: var(--color-bg-soft);
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.section h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 0 0 1rem;
  line-height: 1.15;
  font-weight: 400;
}

.section-text {
  color: rgba(45, 45, 45, 0.8);
  
}

.features-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  background: var(--color-white);
  border: 1px solid #efe9df;
  padding: 1.25rem;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0;
  color: rgba(45, 45, 45, 0.72);
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.booking-note {
  background: #e8efe9;
  border: 1px solid #b8c9ba;
  padding: 1.25rem;
  margin: 1.5rem 0;
}

.booking-note ul {
  margin: 0.75rem 0;
  padding-left: 1.2rem;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-whatsapp:hover {
  background: #20bd5a;
}

.booking-frame-wrap {
  border: 1px solid #e7ddd0;
  background: #faf8f4;
  padding: 0.5rem;
}

.booking-frame {
  width: 100%;
  min-height: 680px;
  border: 0;
}

.map-wrap {
  border: 1px solid #e7ddd0;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 480px;
  border: 0;
}

.site-footer {
  background: #2d2d2d;
  color: rgba(255, 255, 255, 0.86);
  padding-top: 2.25rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.5rem;
}

.footer-title {
  margin: 0;
  font-size: 1.2rem;
}

.footer-subtitle {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover {
  color: var(--color-white);
}

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0 1.25rem;
}

.content-wrap {
  padding: 3rem 0;
}

.prose {
  max-width: 780px;
}

.technical-page {
  background: var(--color-bg);
}

.technical-content-wrap {
  padding-top: 2rem;
}

.technical-prose {
  max-width: 860px;
}

.technical-back-link-wrap {
  margin: 0 0 1.5rem;
}

.technical-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-accent);
  font-weight: 500;
}

.technical-back-link:hover {
  text-decoration: underline;
}

p.technical-back-link-wrap a {
    display: flex;
    gap: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}
ul#menu-fusszeilenmenue li {
    list-style: none;
}

ul#menu-fusszeilenmenue {
    display: flex;
    gap: 15px;
}

@media (max-width: 1024px) {
  .features-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section {
    padding: 3.5rem 0;
  }

  .features-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-frame {
    min-height: 760px;
  }
}
