/* dm-serif-display-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-serif-display-v17-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  background-color: #FDF8F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
a {
  color: #008C45;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #006633;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.header {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 100, 50, 0.65) 0%, rgba(0, 70, 35, 0.6) 50%, rgba(0, 50, 25, 0.7) 100%), url('../img/Antipasti_Zuppe_Insalata-klein.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #008C45 0%, #008C45 33.33%, #ffffff 33.33%, #ffffff 66.66%, #CD212A 66.66%, #CD212A 100%);
  z-index: 10;
}
.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}
.header-content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 900px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }
}
.header-logo {
  flex-shrink: 0;
}
.header-logo img {
  width: 280px;
  max-width: 100%;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}
.header-logo img:hover {
  transform: scale(1.05) rotate(-2deg);
}
@media (max-width: 900px) {
  .header-logo img {
    width: 220px;
  }
}
.header-text {
  flex: 1;
  max-width: 650px;
}
@media (max-width: 900px) {
  .header-text {
    max-width: 100%;
  }
}
.header-welcome {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  opacity: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.header-phone {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  opacity: 0.95;
  line-height: 1.6;
}
.header-phone a {
  color: #ffffff;
  background: #CD212A;
  padding: 0.5rem 1.5rem;
  border-radius: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-block;
  box-shadow: 0 4px 16px rgba(205, 33, 42, 0.4);
  margin-top: 0.5rem;
}
.header-phone a:hover {
  background: #A31920;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(205, 33, 42, 0.5);
}
.header-info {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.8;
  margin: 0;
}
.content {
  padding: 5rem 0;
  background: #FDF8F3;
}
.menu .section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 5rem;
  position: relative;
}
.menu .section-title::after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #008C45, #F4F5F0, #CD212A);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1100px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.menu-section {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.menu-section.menu-section--antipasti {
  background-image: url('../img/Antipasti_Zuppe_Insalata-klein.jpg');
}
.menu-section.menu-section--pasta {
  background-image: url('../img/Pasta-klein.jpg');
}
.menu-section.menu-section--pizza {
  background-image: url('../img/Pizza-klein.jpg');
}
.menu-section.menu-section--carni {
  background-image: url('../img/Carni-klein.jpg');
}
.menu-section.menu-section--pesce {
  background-image: url('../img/Pesce-klein.jpg');
}
.menu-section.menu-section--mittagstisch {
  background-image: url('../img/Mittagstisch-klein.jpg');
}
.menu-section.menu-section--dessert {
  background-image: url('../img/Dessert-klein.jpg');
}
.menu-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.75) 100%);
  transition: background 0.3s ease;
  z-index: 1;
}
.menu-section:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px) scale(1.02);
}
.menu-section:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.85) 100%);
}
.menu-section:hover .menu-section-title .hidden {
  opacity: 1;
  transform: translateY(0);
  max-height: 60px;
}
.menu-section.expanded {
  aspect-ratio: auto;
  grid-column: 1 / -1;
  border-radius: 24px;
  transform: none;
}
.menu-section.expanded::before {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.96) 0%, rgba(20, 20, 20, 0.98) 100%);
}
.menu-section.expanded:hover {
  transform: none;
}
.menu-section.expanded .menu-section-title {
  flex: none;
  padding: 3rem;
  justify-content: flex-start;
}
.menu-section.expanded .menu-section-title .hidden {
  opacity: 1;
  transform: translateY(0);
  max-height: 60px;
}
.menu-section.expanded .menu-section-title::after {
  transform: rotate(180deg);
}
.menu-section.expanded .menu-list {
  max-height: 10000px;
  opacity: 1;
  padding: 0 3rem 3rem;
  pointer-events: auto;
}
.menu-section-title {
  position: relative;
  z-index: 2;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  color: #ffffff;
  padding: 2rem;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.menu-section-title::after {
  content: '↓';
  display: block;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.25rem;
  margin-top: 1rem;
  opacity: 0.7;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  font-weight: 300;
}
.menu-section-title:hover::after {
  opacity: 1;
}
.menu-section-title .visible {
  display: block;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}
.menu-section-title .hidden {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  letter-spacing: 0.03em;
}
.menu-list {
  position: relative;
  z-index: 2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.expanded .menu-list {
  column-count: 3;
  column-gap: 3rem;
}
@media (max-width: 1100px) {
  .expanded .menu-list {
    column-count: 2;
    column-gap: 2rem;
  }
}
@media (max-width: 700px) {
  .expanded .menu-list {
    column-count: 1;
  }
}
.menu-category {
  break-inside: avoid;
  margin-bottom: 2rem;
}
.menu-category:last-child {
  margin-bottom: 0;
}
.menu-list-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #4CAF50;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(76, 175, 80, 0.3);
  letter-spacing: 0.02em;
}
.menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item:hover {
  background: rgba(255, 255, 255, 0.03);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  border-radius: 8px;
}
.menu-item .name {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  grid-column: 1;
  grid-row: 1;
}
.menu-item .description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  grid-column: 1;
  grid-row: 2;
  line-height: 1.5;
}
.menu-item .description sup {
  font-size: 0.7rem;
  color: #E53935;
  opacity: 0.8;
}
.menu-item .price {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #4CAF50;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  white-space: nowrap;
}
footer {
  background: #2d2d2d;
  color: #ffffff;
  padding: 5rem 1.5rem 3rem;
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #008C45 0%, #008C45 33.33%, #ffffff 33.33%, #ffffff 66.66%, #CD212A 66.66%, #CD212A 100%);
}
footer .container {
  max-width: 1400px;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 900px) {
  footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
footer .footer-col {
  min-width: 0;
}
footer .footer-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #008C45;
}
footer .footer-title:not(:first-child) {
  margin-top: 2rem;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}
footer ul li a:hover {
  color: #4CAF50;
  padding-left: 0.5rem;
}
footer img {
  max-width: 100px;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: opacity 0.2s ease;
  margin-top: 0.5rem;
}
footer img:hover {
  opacity: 1;
}
footer p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin: 0.5rem 0;
}
footer p b {
  color: #ffffff;
}
footer iframe {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  border: 0;
  margin-bottom: 1rem;
}
footer .rights {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-section {
  animation: fadeInUp 0.6s ease-out backwards;
}
.menu-section:nth-child(1) {
  animation-delay: 0.1s;
}
.menu-section:nth-child(2) {
  animation-delay: 0.15s;
}
.menu-section:nth-child(3) {
  animation-delay: 0.2s;
}
.menu-section:nth-child(4) {
  animation-delay: 0.25s;
}
.menu-section:nth-child(5) {
  animation-delay: 0.3s;
}
.menu-section:nth-child(6) {
  animation-delay: 0.35s;
}
.header--small {
  min-height: 280px;
}
.header--small .header-content {
  padding: 2rem 0;
}
.header--small .header-logo img {
  max-width: 180px;
}
.header--small .header-text {
  text-align: center;
}
.header--small .header-title {
  font-size: 2.5rem;
  margin: 0;
}
@media (max-width: 700px) {
  .header--small {
    min-height: 220px;
  }
  .header--small .header-logo img {
    max-width: 140px;
  }
  .header--small .header-title {
    font-size: 2rem;
  }
}
.legal-page {
  padding: 3rem 0;
  background: #FDF8F3;
  min-height: 60vh;
}
.legal-page .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.legal-section {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.legal-section h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.75rem;
  color: #008C45;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #4CAF50;
}
.legal-section h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.25rem;
  color: #2d2d2d;
  margin: 2rem 0 1rem 0;
}
.legal-section h3:first-of-type {
  margin-top: 0;
}
.legal-section p {
  color: #666666;
  line-height: 1.8;
  margin: 1rem 0;
}
.legal-section p:last-child {
  margin-bottom: 0;
}
.legal-section a {
  color: #008C45;
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-section a:hover {
  color: #CD212A;
  text-decoration: underline;
}
.legal-section ul {
  margin: 1rem 0;
  padding-left: 2rem;
}
.legal-section ul li {
  color: #666666;
  line-height: 1.8;
  padding: 0.25rem 0;
}
.legal-section strong {
  color: #2d2d2d;
  font-weight: 600;
}
@media (max-width: 700px) {
  .legal-section {
    padding: 1.5rem;
  }
  .legal-section h2 {
    font-size: 1.5rem;
  }
  .legal-section h3 {
    font-size: 1.125rem;
  }
}
.legal-note {
  background: linear-gradient(135deg, #008C45 0%, #00592c 100%);
}
.legal-note p {
  color: #ffffff;
  text-align: center;
}
.legal-note p strong {
  color: #ffffff;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.legal-note p a {
  color: #4CAF50;
}
.legal-note p a:hover {
  color: #ffffff;
}
.no-map {
  background: linear-gradient(135deg, #FDF8F3 0%, #f9ebdd 100%);
  border: 2px dashed #4CAF50;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.no-map p {
  font-size: 0.85rem;
  color: #666666;
  margin-top: 1rem;
  line-height: 1.6;
}
.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #008C45 0%, #006331 100%);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 140, 69, 0.3);
}
.map-button::before {
  content: "📍";
  font-size: 1.2rem;
}
.map-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 140, 69, 0.4);
  background: linear-gradient(135deg, #00a652 0%, #008C45 100%);
}
.map-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 140, 69, 0.3);
}
.legend-section {
  background: #FAF7F2;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.legend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 700px) {
  .legend-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.legend-col {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.legend-col h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.1rem;
  color: #008C45;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #4CAF50;
}
.legend-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legend-col ul li {
  font-size: 0.875rem;
  color: #666666;
  padding: 0.25rem 0;
  line-height: 1.5;
}
.legend-col ul li sup {
  color: #CD212A;
  font-weight: 600;
  margin-right: 2px;
}
.legend-note {
  text-align: center;
  font-style: italic;
  color: #666666;
  margin-top: 2rem;
  font-size: 0.9rem;
}
