/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-200italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v31-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* allura-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/allura-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/allura-v23-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ==========================================================================
    Font-Declarations
   ========================================================================== */

:root {
    --pc: #AE8F1A;
    --pc_light: #DBC39F;
    --pc_dark: rgb(30, 30, 30);
    --pc_dark-trans: #12280dbd;
    --sc: #000000;
    --sc_light: #ffffff;
    --sc_dark: #1d1b1c;
    --dark: rgb(8, 55, 82);
}

html {
  	color: var(--sc_light);
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-offset, 20px);
}

body {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 1.125;
  line-height: 1.6em;
  font-size: 1rem;
  font-size: clamp(0.8rem, 5vw, 1rem);
  color: var(--sc_light);
  margin: 0;
  background-color: var(--sc);
}

.main-header a {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    font-size: clamp(1rem, 5vw, 1.3rem);
    color: var(--sc_light);
}

h1 {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 3rem;
    font-size: clamp(2.2rem, 5vw, 3.75rem);
    color: white;
}

h2 {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 2.5rem;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    color: white;
}

h3 {
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.9rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: white;
}
.subheadline {
    display: block;
    width: 100%;
    font-family: 'Allura', 'Brush Script MT', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 1.9rem;
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: var(--pc);
}
.location-image-title {
    width:100%;
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 3vw, 100%);
}
.uk-text-lead {
    font-size: 1.5rem;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    line-height: 1.5;
    color: var(--sc_light);
}


a {
    text-decoration: none;
    color: var(--pc_light);
    transition: color 0.25s ease-in-out;
}
a:hover {
    color:#fff5e7;
    text-decoration: none;
}

li::marker {
    color: var(--pc_light);
    font-size: 1.4em;
}
.button {
    display: inline-block;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 1rem;
    font-size: clamp(0.6rem, 5vw, 1rem);
    line-height: 1;
    padding: 0.6em 1.6em;
    white-space: nowrap;
    max-width: 90%;
    color: var(--pc_dark);
    background-color: var(--pc_light);
    border-radius: 999px;

     transition: 
        transform .15s ease,
        background-color .2s ease,
        color .2s ease;
}
@media (hover: hover) {
    .button:hover {
        text-decoration: none;
        color: var(--sc_light);
        background-color: var(--pc);

        transform: scale(1.1);
    }
}
.button:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* ==========================================================================
    Main Header
   ========================================================================== */

.main-header {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
   
    transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease;
    
}
.uk-sticky-below .main-header {
    background-color: var(--pc_dark);
    
}
.main-header .logo {
    width:190px;
    
}
.nav-wrap {
     display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1000px;
    width: 100%;
}

.main-header nav {
    text-decoration: none;
    display: flex;
    align-items: stretch;
}
.main-header nav ul {
    display: flex;
    gap: 10px;
    gap: clamp(10px, 5vw, 40px);
    
}
.main-header nav a{
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    
}
.main-header nav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height:2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--pc_light);
    transition: .5s;


}
.main-header nav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height:2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--pc_light);
    transition: .5s;
}
.main-header nav li {   
    list-style: none;
    display: flex;
    align-items: center;  

}
.main-header nav li:hover a:before, .main-header nav .uk-active a:before {
    transform: translateX(99%);
    width: 50%;
}
.main-header nav li:hover a:after, .main-header nav .uk-active a:after {
    transform: translateX(-99%);
    width: 50%;
}

header, footer {
    padding: 1rem;
}

/* sticky */
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}

/* animation slide in */
.site-header.is-animated {
  animation: headerSlideDown 0.35s ease;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* ==========================================================================
    Mobile Nav/Toggle
   ========================================================================== */

.mobile-nav-toggle {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-toggle span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--sc_light);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
}



.mobile-nav-toggle span:nth-child(1) {
    top: 13px;
}

.mobile-nav-toggle span:nth-child(2) {
    top: 20px;
}

.mobile-nav-toggle span:nth-child(3) {
    top: 27px;
}

.mobile-nav-toggle.is-active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}

.mobile-nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-toggle.is-active span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(255,255,255,0.76);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.mobile-nav-top {
    height: 200px;
}



.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}
.mobile-nav-list ul {
    margin: 0;
    margin-top: -20px;
}
.mobile-nav-list li {
    margin: 0;
    margin-top: 20px;
    opacity: 0;
    list-style: none;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.mobile-nav-overlay.is-open .mobile-nav-list li {
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav-overlay.is-open .mobile-nav-list li:nth-child(1) { transition-delay: 0.08s; }
.mobile-nav-overlay.is-open .mobile-nav-list li:nth-child(2) { transition-delay: 0.12s; }
.mobile-nav-overlay.is-open .mobile-nav-list li:nth-child(3) { transition-delay: 0.16s; }
.mobile-nav-overlay.is-open .mobile-nav-list li:nth-child(4) { transition-delay: 0.20s; }
.mobile-nav-overlay.is-open .mobile-nav-list li:nth-child(5) { transition-delay: 0.24s; }

.mobile-nav-list a {
    font-size: 2rem;
    line-height: 1.1;
    text-decoration: none;
    color: #111;
    display: inline-block;
}

.mobile-nav-list a span {
    color: inherit;
}



/* ==========================================================================
    TopBar
   ========================================================================== */
.topbar {
    background-color: #f5f5f5; /* helles Pastellgrau */
    color: #333;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}

.topbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 0 15px;
    flex-wrap: wrap; /* für responsive Zeilen */
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar-icon {
    font-size: 16px;
}

/* Links */
.topbar a {
    color: #333;
    text-decoration: none;
}

.topbar a:hover {
    color: #0073aa;
}

/* Responsive: kleine Bildschirme */
@media (max-width: 768px) {
    .topbar-container {
        justify-content: center;
    }
    
    .topbar-item {
        margin: 5px 0;
    }
}

/* ==========================================================================
    Main Section
   ========================================================================== */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}


/* ==========================================================================
    Main Slider
   ========================================================================== */

.slider {
  width: 90%;
  height: 400px;
  border-radius: 12px;
  margin-top: calc(var(--header-offset, 170px) * -1);
}

.slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

}

/* ==========================================================================
    Intro Section
   ========================================================================== */

.intro-section-image {
    height: 380px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    max-width: 500px;
}
.intro-section-image img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.intro-section-cite {
    margin-left:80vw;
    position: relative;
    margin-top: 18px;
}
.intro-section-cite::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='133.677' height='129.658' viewBox='0 0 133.677 129.658'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Pfad_3700' data-name='Pfad 3700' d='M0,0H101.877V90.9H0Z' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_158' data-name='Gruppe 158' transform='translate(0 50.938) rotate(-30)'%3E%3Cg id='Gruppe_157' data-name='Gruppe 157' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cg id='Gruppe_156' data-name='Gruppe 156' transform='translate(0 0)'%3E%3Cpath id='Pfad_3699' data-name='Pfad 3699' d='M10.376,11.5c-.024-.043,2.484.945,2.53.962,4.638,1.679,9.877,4.185,17.607,5.39,2.144.335,3.224-3.87,2.114-4.944C32,12.3,26.4,11.234,24.892,10.719a113.651,113.651,0,0,1-11.854-5.4C8.469,3.071,6-.413,4.478.04,3.639.29,3.386,3.587,3.466,4.5c.418,4.769.635,8.265-.117,12.541v.005c-.9,5.989-2.438,9.666-3.32,14.571a1.661,1.661,0,0,0,2.728,1.526l.022-.017C3.771,32.36,6.3,21.748,6.5,19.78c.083-.811.885-5.445,1.045-6.37a.058.058,0,0,1,.108-.016c11.38,20.791,25.705,39.25,44.289,54.079,10.165,8.111,23.711,17.1,36.111,21.082,2.3.739,12.114,3.858,13.521,1.435,1.667-2.872-4-2.7-5.728-3.157C59.733,77.34,28.2,42.989,10.376,11.5' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 80px;
    left: -80px;
    top: 0;
}

.intro-section-cite figure {
    width: 30vw;
    display: flex;
    flex-direction: column;

}
.intro-section-cite figcaption {
    align-self: flex-end;
}
.intro-section-cite blockquote {
    color: var(--pc);

}


/* Responsive */
@media (max-width: 959px) {
    .intro-section-cite {
        margin-left:0;
    }
    .intro-section-cite::before {
        display: none;
    }
    .intro-section-cite figure {
        width: 50vw;
    }
}

/* ==========================================================================
    Location Section
   ========================================================================== */
.location-image-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-image-title {
  margin: 0;
}

.location-image {
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ==========================================================================
    Custom Slider
   ========================================================================== */

.custom-slider {

  height: 300px;
}

.custom-slider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

.custom-slider-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.custom-slider-nav .uk-icon-button {
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  color: white;
  transition: all .25s ease;
}

.custom-slider-nav .uk-icon-button:hover {

  transform: translateY(-2px);
}

/* disabled state */
.custom-slider-nav .swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}

.custom-slider-prev svg,
.custom-slider-next svg {
   transform: scale(0.8);
  transform-origin: center;
}

.slider-section-text {
    text-align: center;
}

/* ==========================================================================
    Speisen Section
   ========================================================================== */


/* ==========================================================================
    Speisen Galerie
   ========================================================================== */   
.speisen-galerie-grid {
  display: grid;
  grid-template-columns: 1.4fr 2.4fr 1.2fr; /* 40% 40% 20% */
  grid-template-rows: repeat(6, 100px);
  grid-template-areas:
    "text1 img1 img2"
    "text1 img1 img2"
    "text1 img1 img2"
    "img3  img4 img2"
    "img3  img4 text2"
    "img3  img4 text2";
  gap: 24px;
  align-items: stretch;
}

.galerie-text-1 { grid-area: text1; }
.galerie-img-1  { grid-area: img1; }
.galerie-img-2  { grid-area: img2; }
.galerie-img-3  { grid-area: img3; }
.galerie-img-4  { grid-area: img4; }
.galerie-text-2 { grid-area: text2; }

.speisen-galerie-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.speisen-galerie-grid svg {
    width:27px;
    margin-right: 5px;
    max-height: 23px;
}

.speisen-galerie-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.galerie-text-1,
.galerie-text-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  text-align: center;
}

.galerie-text-2 {
  max-width: 220px;
}
/* Responsive */
@media (max-width: 959px) {
  .speisen-galerie-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 220px);
    grid-template-areas:
      "text1 text1"
      "img1  img1"
      "img2  img3"
      "img4  text2";
    gap: 16px;
  }
  .galerie-text-2 {
      max-width:none;
  }
}
/* ==========================================================================
    Event Slider
   ========================================================================== */  
.events-slider-section {
  width: 100%;
  max-height: 60vh;
}

.events-slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.event-card {
  border: solid 1px var(--pc_light);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.event-card-image-wrap {
    height:120px;
}
.event-card-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-card-content {
  padding: 24px;
}

.event-card-date {
  margin-bottom: 12px;
  font-weight: 600;
}

/* ==========================================================================
    Akkordeon Section
   ========================================================================== */
.akkordeon-wrap .uk-accordion-title {
    background-color: var(--pc_dark);
    border-radius: 16px;
    padding: 0.5em 2em;
    color: #E3DBD3;

}
.akkordeon-wrap .uk-accordion-title:hover, .akkordeon-wrap .uk-open .uk-accordion-title {
    background-color: #141414;
    color: white;

}
.akkordeon-wrap p {
    padding: 0 2em;
}

.akkordeon-wrap .uk-accordion-title .uk-accordion-icon {
    color:var(--pc_light);
}

/* ==========================================================================
    Footer 
   ========================================================================== */
footer {
    background-color: var(--pc_dark);
}
.footer-logo .logo {
    width: 300px;
}

footer svg  {
  width: 32px;
  height: auto;
  margin-bottom: 10px;
}
footer .ort {
    width: 22px;
}
.footer-menu ul {
    padding: 0;
}
.footer-menu li{
    list-style: none;

}


.kontakt-section-text {
    margin-top: 1em;
}
/* ==========================================================================
    Form 
   ========================================================================== */
.wpcf7-form input {
    border-radius: 16px;
}

.wpcf7-form textarea {
    border-radius: 16px;
    resize: vertical;
}
/* ==========================================================================
    Resmio 
   ========================================================================== */
#resmio-twenty9 iframe {
    border-radius: 16px;
}
