@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#flipbook {
  max-width: 900px;
  margin: 20px auto;
}

:root {
  --maritimeBlue: #0064A6;
  --sandGelb: #FCC249;
  --white: #fff;
  --dark: #333;
  --font-primary: 'Poppins', Arial, sans-serif;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-size:100%;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
}

body {
  background-color: var(--white);
  overflow-x: hidden;
}
/* Header + Navigation */
header {
  background-color: var(--maritimeBlue);
  color: var(--white);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}
.header-top {
  text-align: center;
  font-size: 0.85rem;
  padding: 0.5rem 1rem 0;
  opacity: 0.9;
}
.header-nav {
  display: flex;
  align-items: center;
  margin-left:1rem;
  
 /* Abstand zwischen Logo und erstem Link */
}
.header-nav-row {
  margin: 0 auto;
  padding: 17px;
  margin-left: 3rem;
  display: flex;
  
  align-items: center;
  flex-wrap: wrap; 
}
.menu-contact {
  display:flex;
  justify-content: space-between;
}
.header-nav a {
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 0.3rem 0;
  font-weight: 100;
    white-space: nowrap;

  font-size: larger;
  flex-grow: 1; 
  text-align: center;
}
header.scrolling {
  background-color: rgba(0, 100, 166, 0.6);
  backdrop-filter: blur(8px);
}

nav a {
  position: relative;
  display: inline-block;
  color: var(--white);
  margin: 0 2rem;
  text-decoration: none;
  font-weight: bold;
  padding: 0.2rem 0;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--sandGelb);
  transition: width 0.3s ease;
}

.header-nav a:hover::after {
  width: 100%;
}
.header-contact {
             font-weight: 100;
           /* margin-right:4rem; */
           display:flex;
           align-items: center;

}

.cta {
  background-color: var(--sandGelb);
  color: var(--dark);
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
margin-right:0.92rem;
 font-weight: 400;


}
  .hero-text h2 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 1.0rem;
     font-weight: 100;
  }

  
  .korfu-logo {
   transform:translateY(-10px);
height:68px;
  display: block;
  float:left;
}

  



/* Hero mit Overlay */
/* .hero {
  background: url('Gallerie/IMG-20250625-WA0001.jpg') center 35%/cover no-repeat; 
  
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(1.03) contrast(1.2); 
} */

@media (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}

.hero {
  background: url('Gallerie/image00010.jpeg') center 36% /cover no-repeat; 
  background-attachment: fixed; 
  
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}


.hero-overlay {
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
}

.hero-inner {
  z-index: 2; 
  text-align: center;
  color: white; 
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center; 
  justify-content: center; 
  height: 100%; 
}

.hero-text h2 {
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6); 
}

.hero p {
  font-size: 1.5rem; 
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.hero .button {
  background-color: var(--maritimeBlue);
  color: var(--white);
  padding: 1.15rem 1.98rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
/* Allgemeine Abschnitte */
.section,
.section-oeffnungszeiten,
.section-anfahrt {
  padding-top:2rem;
  /* text-align: center; */
}



.oeffnungszeiten-content {
  flex: 1;
  min-width: 280px;
}

.oeffnungszeiten-content h2 {
  color: var(--sandGelb);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.oeffnungszeiten-image {
  flex: 1;
  min-width: 280px;
  position:relative;

}
.oeffnungszeiten-image img {
  width: 73%;
  position:absolute;
top:3rem;


  height: auto;
      /* margin-top:230px; */

  border-radius: 12px;
  object-fit: cover;
}

.highlight-hours {
  font-weight: bold;
  color:var(--maritimeBlue); 
}
.oeffnungszeiten-content p {
  font-size: 1.2rem;
  line-height: 1.6;
   font-weight: 200;

}
.oeffnungszeiten-content-text {
  margin-bottom:50px;
  font-size:1.2rem;
}
.oeffnungszeiten-wrapper {
  display: flex;
  overflow:visible;
  flex-wrap: wrap;
  gap: 2rem;
  /* align-items:center; */
}

.oeffnungszeiten-content .button {
  background-color: var(--sandGelb);
  color: var(--dark);
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}


.section-oeffnungszeiten {
  background-color: var(--maritimeBlue);
  color: white;
  padding: 2rem 2rem;
  /* text-align: center; */
}
.section-oeffnungszeiten h3 {
 font-size: 1.45rem;
}

.section h2,
.section-oeffnungszeiten h2,
.section-anfahrt h2 {
  color: var(--sandGelb);
  margin-bottom: 1.5rem;
}
.highlight-hours {
    color: var(--sandGelb); 
    font-weight: bold;
}

.info-box {
  background-color: var(--maritimeBlue);
  color: var(--white);
  padding: 2rem;
  border-radius: 10px;
  max-width: 620px;
  margin: 0 auto;
}

/* Anfahrt */
.address-box {
  background-color: var(--maritimeBlue);
  color: var(--white);
  padding: 2rem;
  border-radius: 10px;
  max-width: 620px;
  margin: 0 auto 0 auto;
  text-align: left;
   font-weight: 200;

}

.map-box {
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.map-box iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}

/* Logo + Socials */




.social-icons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  min-width: 70px;
}

.social-icons img {
  width: 40px;
  height: 40px;
  filter: none;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Textblöcke Werte */
.section-werte {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* gap: 80px; */
    margin-top:4em;

  margin-bottom: 120px;
}

.werte-block {
  margin-top: 130px;
  display: flex;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
  position: relative;
}

/* Text block style */
.werte-block p {
  color: var(--maritimeBlue);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 12px;
  font-size: 1.2rem;
  max-width: 450px;
  /* box-shadow: 0 4px 20px var(--maritimeBlue);  */
  z-index: 2;
  margin-left: 20px;
  margin-top: -30px;
}

.werte-block.reverse  {
  flex-direction: row-reverse;

}
.werte-block.reverse .img-wrapper {
  position: relative;
 
}

.werte-block.reverse .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center 30%; 
  filter: contrast(1.2) brightness(1) saturate(1.3); 
}

.img-wrapper {
  position: relative;
  max-width: 460px; 
  width: 100%; 
  aspect-ratio: 1 / 1;
  overflow: visible;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); 
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.title-strip {
  position: absolute;
  top: -120px;
  left: -40px;
  background: var(--sandGelb, #f5d9a0);
  padding: 20px 40px;
  z-index: 3;
  transform: rotate(-5deg);
}

.title-strip h2 {
  margin: 0;
  font-size: 1.8rem;
  color: var(--maritimeBlue, #003b6f);
  font-weight: bold;
}


.werte-block .title-strip.strip-left {
  transform: rotate(2deg);
}

.werte-block .title-strip.strip-right {
  transform: rotate(-2deg);
}

.werte-text {
  margin-left: 20px;
  margin-right: 5px;
  max-width: 500px;
  font-size: 1.15rem;
  line-height: 1.6;
  padding: 20px;
  /* background: rgba(255, 255, 255, 0.9); */
  border-radius: 15px;
  z-index: 1;
  transform: translateY(-2px); 
}

.strip-left {
  left: -90px;
  right: auto;
  top:38px;
  width: 100%;
      /* opacity: 95%; */

  
}

.strip-right {
  right: -70px;
  width: 350px;
  left: auto;
    top:38px;
    opacity: 95%;

}


.section-oeffnungszeiten {
  padding:3.6rem 3.6rem;
}

.section-google-reviews {
  padding: 40px 20px;
  text-align: center;
  margin-bottom:130px;
}
.section-google-reviews h2 {
  color:var(--maritimeBlue);
   transform: rotate(-2.6deg);
   margin-bottom:20px;
    background: var(--sandGelb, #f5d9a0);
  padding: 20px 40px;
  width:30%;
  margin: 0 auto 48px;


}

.review-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.review-card {
  background-color: #ffffff;
  padding: 20px;
  width: 280px;
  border-radius: 12px;
  border: 2px solid var(--sandGelb, #f5d9a0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  
}

.review-card:hover {
  transform:rotate(-2.2deg) translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  border-color: #eab308; 
}

.review-text {
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}

.review-meta {
  font-size: 0.9rem;
  color: #777;
}
/* Textblöcke Geschichte */

.tradition {
  /* padding: 3rem 0; */
}

.tradition {
  display: flex;
  justify-content: center;
  /* padding: 1.5rem 1.5rem; */
  background-color: #f9f9f9;
}

.tradition-container {
  margin-top: 20px;
  margin-bottom: 90px;
  display: flex;
  align-items: center; 
  max-width: 1250px;
  width: 100%;
  gap: 2rem;
  position: relative;
}

.tradition-image-wrapper {
  flex: 1 1 62%;
  /* aspect-ratio: 4 / 5; */
 
  border-radius: 8px;
  position: relative;
}

.tradition-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.tradition-textbox {
flex:1 1 70%;  background-color: white;
  /* border: 2px solid #FCC249; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  left:-110px;

  position: relative;
  z-index: 22;
  color: #003366;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 4px;
}

.tradition-textbox h4 {
  color: var(--sandGelb);
  margin-bottom: 1rem;
}

.tradition-textbox p {
  color: var(--maritimeBlue);
  z-index: 3;
}

.tradition-overlay-title {
  top: -4px; 
  /* left:-60px;  */
  background-color: var(--sandGelb, #FCC249);
  padding: 1rem 2rem;
  font-size: 2.2rem;
;  font-weight: 800;

  color: var(--maritimeBlue, #003366);
  transform: rotate(2deg);
  z-index: 5555;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 4px;
  width:100%;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 400px;
  width: 71%;
  margin: 0 auto;
  margin-bottom:130px;
  gap: 10px;
  grid-auto-flow: dense;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.img1 {
  
  object-position: 67% 1%;  
}

.img2 {
  
  object-position: 57% 68%;  
}
.img16 {
  
  object-position: 55% 10%;  
}

.img14 {
  
  object-position: 67% 37%;  
}
.img7 {
  
  object-position: 67% 32%;  
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); 
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
  display: block;
  width: auto;
  height: auto;
}


#caption {
  text-align: center;
  color: #ccc;
  font-size: 20px;
  padding: 10px;
}


.close {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index:50000;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.img1 { grid-column: 1 / span 2; grid-row: 1; }
.img2 { grid-column: 3; grid-row: 1; }
.img3 { grid-column: 1; grid-row: 2; }
.img4 { grid-column: 2 / span 2; grid-row: 2; }
.img5 { grid-column: 1 / span 2; grid-row: 3; }
.img6 { grid-column: 3; grid-row: 3; }
.img7 { grid-column: 1 ; grid-row: 4; }
.img8 { grid-column: 2 / span 2; grid-row: 4;  }
.img9 { grid-column: 1 / span 2; grid-row: 5; }
.img10 { grid-column: 3; grid-row: 5;  }
.img11 { grid-column: 1; grid-row: 6;  }
.img12 { grid-column: 2 / span 2; grid-row: 6;  }
.img13 { grid-column: 3; grid-row:7;  }
.img14 { grid-column: 1 / span 2; grid-row: 7;  }
.img15 { grid-column: 1; grid-row: 8;  }
.img16 { grid-column: 2 / span 2; grid-row: 8;  }


/* Speisekarte */
.menu-intro-parallax {
  background-image: url('Gallerie/IMG-20250625-WA0011.jpg'); 
  /* background-attachment: fixed; */
  color:var(--maritimeBlue);
  background-size: cover;
  background-position: center 35%;
  position: relative;
  color: white;
  padding: 13em 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.menu-intro-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.menu-intro-content h2 {
  font-size: 2.5rem;
  color: var(--sandGelb); 
  margin-bottom: 1rem;
  
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
}

.menu-intro-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #f0f0f0;
  font-weight: 200;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5); 
}

.menu-title {
  text-align: center;
  font-size: 2.2rem;
  color: var(--sandGelb);
  margin-bottom: 2.66rem;
}

.menu-toggle {
  background-color: transparent;
  color: var(--sandGelb);
  border: 2px solid var(--sandGelb);
  padding: 0.8rem 1.6rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.menu-toggle-wrapper {
  text-align: center;
  margin: 3rem 0 1rem;
}

.menu-toggle:hover {
  background-color: var(--sandGelb);
  border-color: var(--sandGelb);
  color: var(--dark);
}

.menu-toggle .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu-toggle.open .icon {
  transform: rotate(180deg);
}



#menuWrapper {
  display: none;
}

#menuWrapper.expanded {
  display: block;
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.getraenke-parallax {
  background-image: url('Gallerie/gallerie_8.JPG');
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center 56%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;

  /* ✨ Wichtig für volle Breite */
  width: 100vw;
  
  /* Layout */
  padding: 12rem 2rem;
  color: white;
  text-align: center;

  filter: brightness(1.05) contrast(1.23) saturate(1.1);
}

.getraenke-parallax .menu-intro-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.getraenke-parallax .menu-intro-content h2 {
  font-size: 2.5rem;
  color: var(--sandGelb); 
  margin-bottom: 1rem;
 
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); 
}

.getraenke-parallax .menu-intro-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #f0f0f0;
  font-weight: 200;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 
}

#menuWrapperGetraenke {
  display: none;
}

#menuWrapperGetraenke.expanded {
  display: block;
}


.menu h2 {
  color: var(--sandGelb);
  display: flex;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  justify-content: center;
  margin: 41px;
}


.menu-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  align-items: flex-end;

}

.menu-tabs-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  flex-wrap: wrap;
}

.menu-tabs a {
  text-decoration: none;
  color: var(--maritimeBlue);
  font-weight: bold;
  font-size: 1rem;
  margin: 0 1.2rem;
  position: relative;
  padding-bottom: 0.2rem;
  transition: all 0.2s ease;
}

.menu-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: var(--sandGelb);
  transition: width 0.3s ease;
}

.menu-tabs a:hover::after,
.menu-tabs a.active::after {
  width: 100%;
}

.menu-tabs button.active,
.menu-tabs button:hover {
  background-color: var(--sandGelb);
  color: var(--dark);
  border-color: var(--sandGelb);
}

.menu-content {
  /* max-width: 1539px; */
  margin: 0 auto;
  text-align: left;

}


.menu-content-wrapper.expanded {
  display: block;
}

.menu-category {
  display: none;
}

.menu-category.active {
  display: block;
}

.menu-item {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color:rgb(96 177 246);
}

.menu-item h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--maritimeBlue);
  margin-bottom: 0.11rem;
  /* margin-right:50px; */
  /* display: flex; */
  /* justify-content: space-between; */
}

.menu-item p {
  font-size: 1rem;
  margin: 0.1rem 0;
  color: var(--maritimeBlue);
  font-weight:100;
}

.allergens {
    font-size: 0.75rem;
    font-weight: normal;
    color: var(--maritimeBlue);
    margin-left: 0.3rem;
}

.allergen-list {
    width: 85%;
    margin: 75px auto;
    padding: 0 1rem; 
}
.allergen-list-placeholder {
      color: var(--maritimeBlue);

  width: 85%;
    margin: 75px auto;

}
.allergen-list-placeholder h3,h4 {
      color: var(--sandGelb);
      margin-bottom:0.5rem;

 

}

.allergen-row {
    display: flex;
    flex-wrap: wrap;
    list-style: none;  
    padding: 0;
    width: 100%; 
    margin-bottom: 12px;
    gap:0.5rem; 
}

.allergen-row li {
    /* min-width: 150px; */
    color: var(--maritimeBlue);
    text-align: left;
    white-space: nowrap;
        font-size:0.8rem;

    margin-bottom: 0.5rem; 
}

.allergen-list h3,
.allergen-list h4 {
    margin-bottom: 0.5rem; /* Mehr Abstand nach oben und unten für die Überschriften */
    color: var(--sandGelb);
        font-size:1.10rem;

}



.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 11rem;
width:85%;
  margin: 70px auto;
  /* padding: 0 2rem; */
}

.menu-column {
  flex: 1;
  display: contents; /* verhindert unnötiges Einrücken */
  flex-direction: column;
  gap:5rem;
  margin-bottom: 50px;
}

.menu-column .menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 2.2rem;
  /* min-height: 110px; */
  /* Gleichmäßige Höhe erzwingen */
}
.menu-item .price {
  margin-left: 1.7rem;
  font-weight: bold;
  color: var(--sandGelb);
  float: right;
  white-space: nowrap;
}

.price .currency,
.price .amount {
  white-space: nowrap; 
}
.menu-tab-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

.menu-tab-row,
.menu-tab-row-drinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}

.switch-tab-group {
  text-align: center;
  margin-top: 2rem;
}
.intro-block {
  text-align: center;
  max-width: 85%;
  margin: 4rem auto 2rem auto;
  padding: 0 1rem;
  color: var(--maritimeBlue);
}
.switch-tab-group h3 {
  font-size: 1.3rem;
  color: var(--sandGelb);
  margin-bottom: 0.5rem;
}

.switch-tab-group button {
  background-color: transparent;
  color: var(--maritimeBlue);
  border: 2px solid var(--maritimeBlue);
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.switch-tab-group button:hover {
  background-color: var(--sandGelb);
  color: var(--dark);
  border-color: var(--sandGelb);
}

.menu-tab-row-drinks {
  display: block;
  /* wird durch JS sichtbar gemacht */
}

.menu-drinks {
  text-align: left;
}

.submenu-category {
  display: none;
}

.submenu-category.active {
  display: block;
}

.menu-drinks h3 {
  color: var(--sandGelb);
  font-size: 2rem;
  text-align: center;
}


.site-footer {
  background-color: var(--maritimeBlue);
  color: var(--white);
  /* padding: 2rem 1.5rem; */
  margin-bottom: 0rem;
}
.footer-section {
  align-items: start;
}
.footer-inner {
  display: flex;
  padding: 20px 0;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 1200px;
  /* margin: 0 auto; */
  /* margin-left:40px; */
   /* justify-content: center; */
       align-items: center;
}

/* Footer */
.footer-section h4 {
  color: var(--sandGelb);
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.footer-section p,
.footer-section a {
  color: var(--white);
  font-size: 0.95rem;
  text-decoration: none;
       font-weight: 200;
      

}
.footer-section {}

.footer-section a:hover {
  text-decoration: underline;
  text-decoration-color: var(--sandGelb);
  text-underline-offset: 2px;
}

/*   TABLET  */
/*   TABLET  */
/*   TABLET  */
/*   TABLET  */

@media (min-width: 601px) and (max-width: 1024px) {
  #hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
}
  /* NAVI TABLET */
     .header-nav-row {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 1rem;  margin-left:0;

    text-align: center;
    gap: 1rem;
  }

  .korfu-logo {
    height:47px;
    width: auto;
    margin-bottom: 0.5rem;
    align-self: center;
    margin-top:1.2rem;
  }

  .header-nav {
    display: flex;
    /* flex-wrap: wrap; */
  gap:0px;
    margin-left:0px;
    width: 100%;
    justify-content: center;
    font-size:0.8rem;
  }

  .header-nav a {
    flex: 1 1 calc(25% - 1rem); /* max 4 pro Reihe */
    margin: 0 1.1rem;
    /* min-width: 100px; */
    /* font-size: 1.3rem; */
  }

  .header-contact {
    display: flex;
    /* margin-top:30px; */
    flex-direction: row;
    gap: 0.5rem;
    margin-left:0;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
 
  }

  .cta {
    margin: 0;
  }
header   {
  position:relative;
}
  .nav-address {
    text-align:left;
    /* font-size: 0.9rem; */
    opacity: 0.9;
  }

.oeffnungszeiten-image {
width:100%;
  min-width: 280px;

}

.oeffnungszeiten-wrapper {
  display: flex;
}
.oeffnungszeiten-image img {
  width: 100%;

position:relative;
  height: auto;
      /* margin-top:230px; */

  border-radius: 12px;
  object-fit: cover;
}

  .menu-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 2rem;
  }
 

  



  .werte-block {
    gap:5px;
  }
  .strip-left {
      left:0px;


  width:100%;

  
} .strip-right {

  left:0px;
  width:100%;

  
}

/* Geschichte TABLET */
   .tradition-container {
padding:0px;
    flex-direction: column; 
  }
  .tradition {
    padding:0px;
  }

  .tradition-image-wrapper {
    flex: 1 1 100%; 

  }

  .tradition-textbox {
    flex: 1 1 100%; 
    top: -177px; 
    padding: 1.5rem;
    left:0px;
    font-size: 0.85rem;
  }

  .tradition-overlay-title {
    font-size: 2rem;
    top: -60px; 
    left: 150px; 
  }
  .menu-item .price {
    display: block;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom:130px;
  gap: 10px;
  grid-auto-flow: dense;
}

}
  .menu-columns {
    grid-template-columns: 1fr 1fr;
    width:85%;
    gap:2.0rem 6rem;
  }

.menu-column {
  padding:20px;
}
.menu-tabs a {
  padding:0px;
}
.menu-tabs {
    justify-content: left;
    flex-wrap: nowrap;


}
  .menu-tabs a {
    font-size: 1rem;
    /* padding: 0.5rem 1rem; */
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    text-align: center;
  }

  .menu-tabs a.active {
    border-color: var(--sandGelb);
  }
  .menu-tabs {
    justify-content: center;
  }

  
  .intro-block {
  text-align: left;
  max-width: 65%;
  margin: 4rem auto 2rem auto;
  padding: 0 1rem;
  color: var(--maritimeBlue);
}
.section-inner {
  padding:0px;
}

.intro-block p {
  line-height: 1.5;
  margin-bottom: 1.4em;
  word-break: break-word;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
}
.intro-block h3,h2 {
  /* margin:0 auto; */
    line-height: 1.5em;

  /* text-align: center; */

}

@media (max-width: 1196px) {
  .footer-inner {
  
       align-items: normal;
}
.header-nav {
  display: flex;
  align-items: center;
  margin-left:0.3rem;
  font-size:0.8rem;
  
 /* Abstand zwischen Logo und erstem Link */
}
.header-contact {
    font-size:0.8rem;


}
}
@media (max-width: 820px) {
  
.header-contact {
  flex-wrap:wrap;
  margin-left:10px;
justify-content: left;}
}
/* mobile menu */
@media (max-width: 710px) {
   #hamburger {
    position: relative;
  left: calc(100vw - 160px); 
    display: block;
float:right;    z-index: 1001;
  }
.korfu-logo {
    height: 60px;
    width: auto;
        margin-left:1.auto;

    margin-bottom: 0.5rem;
    align-self: center;
      z-index: 4;

    margin-top:1.2rem;
    
  }
  
 #mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: var(--maritimeBlue);
  position: fixed;
  top: 70px; 
  left: 0;
  width: 100vw;
  padding: 1rem 0;
  z-index: 2;
}
  #mobile-menu.open {
    display: flex;
  }

  #mobile-menu a {
    padding: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
  }
 .header-nav-row {
    margin:0 auto;
padding:17px;
margin-left:3rem;
display:flex;
align-items:center;
flex-direction: row;
flex-wrap:nowrap;    /* align-items: flex-start; */
    padding: 1rem;  margin-left:0;

    gap: 1rem;
  }
  .header-contact {
    display: none;
  }
.header-nav {
    margin-left:0rem;

}
  /* .header-nav-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  } */

}

/*   MOBILE  */

/*   MOBILE  */

/*   MOBILE  */
@media (max-width: 600px) {
   
  

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0 1rem;
  }
  
    .menu-tabs {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0;
  }

  .menu-tabs a {
    margin: 0;
    font-size: 1.05rem;
  }

  .menu-tabs a {
    flex: 0 0 auto;
    padding: 0.7rem 0.5rem;
    font-size: 1.3rem;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }

  .section-inner {
    margin:0px;
  }
  .menu-tabs a.active {
    border-color: var(--sandGelb);
  }



  .werte-block {
  margin-top: 110px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
}

/* Text block style */
.werte-block p {
  color: var(--maritimeBlue);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 12px;
  font-size: 1.2rem;
  max-width: 450px;
  box-shadow: 0 4px 20px var(--maritimeBlue); 
  z-index: 2;
  margin-left: 20px;
  margin-top: -30px;
 
  flex: 1 1 auto;
}


.werte-block.reverse {
  flex-direction: row-reverse;
  
  justify-content: space-between;
}

.img-wrapper {
  position: relative;
  max-width: 460px; 
  width: 100%; 
  aspect-ratio: 1 / 1;
  overflow: visible;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); 
  flex-shrink: 1; 
}


.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
.strip-left {
  left:0px;
  width:100%
}
.strip-right {
  width:100%;
right:0px;

}
.section-google-reviews h2 {
  color:var(--maritimeBlue);
   transform: rotate(-2.6deg);
   margin-bottom:20px;
    background: var(--sandGelb, #f5d9a0);
  padding: 20px 40px;
  width:100%;
  margin: 0 auto 48px;


}
  /* optional: scrollbar ausblenden */
  .menu-tabs::-webkit-scrollbar {
    display: none;
  }
  .menu-tabs {
    scrollbar-width: none;
  }

  .menu-columns {
    display:grid;
    grid-template-columns: 1fr;;
gap:2em;
  /* padding:30px;  */
  }
  .menu-column {
width:50%;
}

.oeffnungszeiten-image img {
  position:relative;
}
.tradition-container {
padding:0px;
    flex-direction: column; 
  }
  .tradition {
    padding:0px;
  }

  .tradition-image-wrapper {
    flex: 1 1 100%; 

  }

  .tradition-textbox {
    flex: 1 1 100%; 
    top: -177px;
    padding: 1.5rem;
    left:0px;
    font-size: 1.35rem;
  }

  .tradition-overlay-title {
    font-size: 2rem;
    top: -60px; 
    left: 150px; 
  }
  .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;;
  width: 100%;
  margin: 0 auto;
  margin-bottom:130px;
  gap: 5px;
  grid-auto-flow: dense;
}
}
.intro-block {
  text-align: start;
  max-width: 85%;
  margin: 4rem auto 2rem auto;
  padding: 0 1rem;
  color: var(--maritimeBlue);
}
.intro-block p {
  width:95%;
}



  .tradition-textbox {
      
      font-size: 1.2rem; 
    }

  
  
.footer-inner {
  max-width:85%;
  margin:0 auto;
  /* padding:30px; */

}

  /* menü css für mobile */
  