    #notification {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      padding: 16px 20px;
      max-width: 27.5rem;
      animation: slideIn 0.3s ease-out;
      z-index: 1000;
    }

    @keyframes slideIn {
      from {
        transform: translateX(100%);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .notification-title {
      font-size: 18px;
      font-weight: 600;
      color: #1f2937;
      margin: 0 0 6px 0;
    }

    .notification-message {
      font-size: 16px;
      color: #4b5563;
      margin: 0;
      line-height: 1.4;
    }

    .notif-color {
      color: #caa05f;
      font-weight: 700;

    }

    .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #9ca3af;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      transition: background-color 0.2s, color 0.2s;
    }

    .close-btn:hover {
      background-color: #f3f4f6;
      color: #4b5563;
    }


.custom-top-link1 {
  color: #caa05f;
  font-weight: 500;
}

.custom-hover-links {
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-hover-links:hover {
  color: #af8f5e;
}

.custom-heading {
  font-size: 2.25rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .custom-heading {
    font-size: 4rem;
  }
}

.text-überschrift {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 0.5rem; 
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .text-überschrift {
        font-size: 2.75rem; 
    }
}

.custom-text {
  font-size: 1.7rem;
  color: white;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.class-info-restaurant-button {
    display:flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 4rem;
}

.custom-button-info-restaurant {
  background-color: #caa05f;
  color: #f9fafb;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  font-weight: 500;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-self: center;
}

.custom-button-info-restaurant:hover {
  background-color: #af8f5e;
}

.custom-button {
  background-color: #caa05f;
  color: #f9fafb;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 999px; 
  font-weight: 500;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-button:hover {
  background-color: #af8f5e;
}

.menü-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}


.custom-class {
    color: #c29d66; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
}


.footer-section {
    background-color: #111827; 
    color: white; 
    padding-top: 4rem; 
    padding-bottom: 2rem; 
}

.social-media-icons {
    color: #A0AEC0; 
}

.social-media-icons:hover {
    color: #af8f5e;
}

.links-container {
    border-top: 1px solid; 
    border-color: #1F2937; 
    margin-top: 3rem;
    padding-top: 2rem; 
    text-align: left; 
    color: #6B7280; 
}

.links:hover {
    color: #af8f5e; 
}