@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow: initial;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
  font-size: 17px;
  line-height: 25.5px;
  color: #252525;
  background: #ffffff;
  opacity: 1;
  transition: opacity 0.15s ease;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0 0 1rem;
}

ul, ol {
  padding-left: 1.5rem;
}

.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa.fa-instagram::before {
  content: "\f16d";
}
.fa.fa-tripadvisor::before {
  content: "\f262";
}
.fa.fa-facebook::before {
  content: "\f09a";
}
.fa.fa-globe::before {
  content: "\f0ac";
  font-weight: 900;
}
.fa.fa-angle-up::before {
  content: "\f106";
  font-weight: 900;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 70px 0;
  position: relative;
}
.section#galerie {
  padding: 60px 0 0;
}
.section#reservierung {
  padding-bottom: 0;
}
.section.section-dark {
  background: #1a1a1a;
  color: #ffffff;
}
.section.section-dark a {
  color: #ffffff;
}
.section.section-light {
  background: #ffffff;
  color: #252525;
}
.section.section-map {
  padding: 0;
  line-height: 0;
}
.section.section-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-title .small-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0.25rem;
  color: inherit;
}

.section-image {
  margin: 2.5rem 0 0;
  text-align: center;
}
.section-image img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.section-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.section-content .section-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  line-height: 31.2px;
  margin-bottom: 1.5rem;
}
.section-content p {
  font-size: 17px;
  line-height: 25.5px;
  margin-bottom: 1rem;
}
.section-content a {
  text-decoration: none;
}
.section-content a:hover, .section-content a:focus {
  text-decoration: underline;
}

.imprint-publisher-title {
  font-size: 1.17em;
}

.imprint-contact-title {
  font-size: 1em;
}

#karte .section-content p,
#oeffnungszeiten .section-content p,
#kontakt .section-content p,
#partner .section-content p {
  font-size: 20px;
  line-height: 30px;
}

.menu-card-link {
  margin-top: 1.5rem;
}
.menu-card-link a {
  display: inline-block;
  color: #cccccc;
}
.menu-card-link a:hover, .menu-card-link a:focus {
  color: #ffffff;
}
.menu-card-link a img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.menu-card-link a .link-text {
  display: block;
  margin-top: 1rem;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-dark .section-content a {
  color: #cccccc;
}
.section-dark .section-content a:hover, .section-dark .section-content a:focus {
  color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #141414;
  color: #ffffff;
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
}
.logo img {
  height: 54px;
  width: auto;
}

.main-nav {
  display: none;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.main-nav a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.main-nav a:hover, .main-nav a:focus {
  border-bottom-color: #c0a062;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(80vw, 320px);
  height: 100vh;
  background: #141414;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform var(--nav-slide-speed) ease;
  z-index: 200;
  padding: 60px 30px;
}
.mobile-menu.is-open {
  transform: translateX(0);
}
.mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu nav li {
  margin-bottom: 1rem;
}
.mobile-menu nav a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.mobile-menu nav a:hover, .mobile-menu nav a:focus {
  color: #c0a062;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.mobile-menu-close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
}
.mobile-menu-close span:first-child {
  transform: rotate(45deg);
}
.mobile-menu-close span:last-child {
  transform: rotate(-45deg);
}

.btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: #141414;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn:hover, .btn:focus {
  background: #c0a062;
}

.social-links,
.partner-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: inline-flex;
  gap: 0.75rem;
  justify-content: center;
}
.social-links li,
.partner-links li {
  margin: 0;
}
.social-links a,
.partner-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #141414;
  color: #ffffff;
  border-radius: 100px;
  font-size: 29px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.social-links a:hover, .social-links a:focus,
.partner-links a:hover,
.partner-links a:focus {
  background: #c0a062;
  text-decoration: none;
}

.section-dark .social-links a {
  background: #ffffff;
  color: #141414;
}
.section-dark .social-links a:hover, .section-dark .social-links a:focus {
  background: #c0a062;
  color: #ffffff;
}

.opening-hours {
  max-width: 500px;
  margin: 0 auto;
}
.opening-hours .oeffnungszeiten {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opening-hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.opening-hours li:last-child {
  border-bottom: 0;
}
.opening-hours strong {
  font-weight: 400;
}
.opening-hours .time {
  font-variant-numeric: tabular-nums;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.gallery-grid .gallery-item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #141414;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-grid .gallery-item:hover, .gallery-grid .gallery-item:focus {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-grid .gallery-item .lazy-image {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-grid .gallery-item .lazy-image.is-loaded {
  opacity: 1;
}

.reservation-widget {
  max-width: 900px;
  margin: 0 auto;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.partner-card {
  text-align: center;
}
.partner-card .partner-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.partner-card p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem;
}

.partner-logo {
  margin-top: 2.5rem;
  text-align: center;
}
.partner-logo a {
  display: inline-block;
}
.partner-logo a img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.site-footer {
  background: #141414;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
  font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer a:hover, .site-footer a:focus {
  color: #c0a062;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background 0.2s ease;
  z-index: 90;
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.scroll-top:hover, .scroll-top:focus {
  background: #c0a062;
}

.menu-page {
  padding-top: 100px;
  min-height: 100vh;
}
.menu-page .pdf-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.menu-page .pdf-wrapper iframe {
  border: 0;
  height: 80vh;
  min-height: 600px;
}

.form-control:focus {
  box-shadow: 0 0 4px #c0a062 !important;
  border-color: #c0a062 !important;
}

@media (min-width: 768px) {
  .main-nav {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */