    body {
      font-family: "Raleway", sans-serif;
      font-size: 100%;
    }

    .top-nav {
      top: 8px;
      left: 8px;
      right: 8px;
      width: auto;
      background-color: rgba(0, 0, 128, 0.92);
      color: #ffffff;
      border-radius: 18px;
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(0, 0, 80, 0.22);
    }

    .top-nav .w3-bar {
      padding: 6px 8px;
    }

    .top-nav .w3-bar-item,
    .bottom-nav .w3-bar-item {
      transition: background-color 0.2s ease;
    }

    .top-nav .w3-bar-item:hover,
    .bottom-nav .w3-bar-item:hover {
      background-color: rgba(255, 255, 255, 0.22) !important;
      color: #ffffff !important;
    }

    .top-nav .w3-bar-item {
      border-radius: 999px;
    }

    .nav-brand {
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .nav-call {
      font-weight: 700;
    }

    .bottom-nav {
      left: 10px;
      right: 10px;
      bottom: 10px;
      width: auto;
      background-color: rgba(0, 0, 128, 0.96);
      color: #ffffff;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(0, 0, 80, 0.28);
    }

    .bottom-nav .w3-bar {
      display: flex;
      padding: 4px;
    }

    .bottom-nav .w3-bar-item {
      display: flex;
      flex: 1 1 33.33%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      border-radius: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .hero {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 65vh;
      padding: 92px 16px 28px;
      background:
        linear-gradient(rgba(0, 0, 70, 0.48), rgba(0, 0, 70, 0.72)),
        url("img/hero-min.jpg") center center/cover no-repeat;
    }

    #speisekarte {
      max-width: 1100px;
      margin: 0 auto 32px;
      line-height: 1.25 !important;
      scroll-margin-top: 5.75rem;
    }

    .notice-card {
      margin-top: 24px;
    }

    #speisekarte > .w3-row {
      margin-bottom: 20px;
      padding: 8px 12px 16px;
      background: #ffffff;
      border-radius: 8px;
    }

    #speisekarte > .w3-row > .w3-col.s12 h2 {
      margin-top: 8px;
      margin-bottom: 18px;
    }

    #speisekarte h4 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1rem;
      line-height: 1.45;
    }

    #speisekarte h5 {
      margin-top: -6px;
      margin-bottom: 14px;
      color: #666666;
    }

    .w3-modal-content {
      overflow: hidden;
    }

    .modal-panel {
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 18px 40px rgba(0, 0, 70, 0.24);
    }

    .modal-header {
      position: relative;
      padding: 22px 56px 18px 24px;
      background: linear-gradient(135deg, rgba(0, 0, 128, 0.96), rgba(24, 63, 163, 0.95));
      color: #ffffff;
    }

    .modal-title {
      margin: 0;
      font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.875rem);
      line-height: 1.15;
    }

    .modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
    }

    .modal-close:hover {
      background: rgba(255, 255, 255, 0.22) !important;
    }

    .modal-body {
      padding: 24px;
    }

    .contact-modal-body {
      padding-top: 0 !important;
    }

    .contact-modal-body .map-frame {
      margin-top: 0;
    }

    .contact-modal-body .contact-hours {
      margin-top: 12px;
    }

    .modal-body p {
      margin-top: 0;
      line-height: 1.65;
    }

    .modal-footer {
      padding: 16px 24px 22px;
    }

    .modal-primary-btn {
      background-color: #000080;
      color: #ffffff;
      font-weight: 700;
      border-radius: 12px;
    }

    .modal-secondary-btn {
      border-radius: 12px;
      font-weight: 700;
    }

    .hero-menu-btn {
      color: #000080 !important;
      font-weight: 700;
    }

    .hero-menu-btn:hover {
      background-color: #eef2ff !important;
      color: #000080 !important;
    }

    .modal-map {
      border: 0;
      border-radius: 14px;
      margin-top: 12px;
    }

    .modal-map-embed {
      margin: 12px 0 0;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid #d2d8ea;
    }

    .contact-map {
      display: block;
      width: 100%;
      height: 320px;
    }

    .map-frame {
      margin-top: 14px;
      position: relative;
    }

    .map-overlay-card {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 500;
      max-width: calc(100% - 20px);
      padding: 10px 12px;
      border-radius: 10px;
      background: rgba(0, 0, 70, 0.88);
      color: #ffffff;
      box-shadow: 0 8px 20px rgba(0, 0, 70, 0.22);
      pointer-events: none;
    }

    .map-overlay-title {
      margin: 0 0 2px;
      font-size: 1.0625rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .map-overlay-address {
      margin: 0;
      font-size: 0.75rem;
      line-height: 1.3;
      opacity: 0.95;
    }

    .map-actions {
      margin-top: 14px;
    }

    .review-card {
      margin-bottom: 12px;
      padding: 14px 16px;
      border: 1px solid #d9deee;
      border-radius: 14px;
      background: #f8f9ff;
    }

    .review-card h4 {
      margin-top: 0;
      margin-bottom: 8px;
    }

    .site-footer {
      margin: 22px 12px 18px;
      border-radius: 18px;
      background: linear-gradient(140deg, rgba(0, 0, 128, 0.96), rgba(26, 70, 180, 0.94));
      color: #ffffff;
      box-shadow: 0 10px 26px rgba(0, 0, 80, 0.2);
    }

    .site-footer .footer-content {
      padding: 20px 24px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
    }

    .site-footer p {
      margin: 0;
      line-height: 1.55;
      font-size: 0.9375rem;
    }

    .site-footer a {
      color: #ffffff;
      text-decoration: none;
      font-weight: 700;
    }

    .footer-meta {
      margin-top: 10px;
      opacity: 0.92;
    }

    .footer-imprint {
      align-self: center;
      white-space: nowrap;
      border-radius: 999px;
      padding: 10px 16px !important;
      background: rgba(255, 255, 255, 0.16);
      font-weight: 700;
    }

    .footer-imprint:hover {
      background: rgba(255, 255, 255, 0.28) !important;
      color: #ffffff !important;
    }

    .mobile-imprint-wrap {
      position: fixed;
      left: 10px;
      right: 10px;
      bottom: 88px;
      z-index: 950;
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none;
      transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .mobile-imprint-wrap.mobile-footer-visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    body.modal-open .mobile-imprint-wrap {
      opacity: 0 !important;
      transform: translateY(10px) !important;
      pointer-events: none !important;
    }

    .mobile-site-footer {
      padding: 10px 12px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      background: rgba(0, 0, 128, 0.92);
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 18px rgba(0, 0, 80, 0.2);
    }

    .mobile-site-footer .mobile-footer-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 130px;
      border-radius: 999px;
      padding: 8px 14px !important;
      background: rgba(255, 255, 255, 0.2);
      color: #ffffff !important;
      text-decoration: none;
      font-weight: 800;
      white-space: nowrap;
    }

    .mobile-site-footer .mobile-footer-link:hover {
      background: rgba(255, 255, 255, 0.3) !important;
      color: #ffffff !important;
    }

    .mobile-site-footer .mobile-footer-link i {
      font-size: 0.95em;
      line-height: 1;
    }

    .mobile-site-footer .mobile-footer-credit {
      margin: 0;
      font-size: 0.75rem;
      line-height: 1.25;
      opacity: 0.96;
      text-align: right;
    }

    .mobile-site-footer .mobile-footer-credit a {
      color: #ffffff;
      text-decoration: none;
      font-weight: 700;
    }

    .impressum-main {
      max-width: 960px;
      margin: 98px auto 24px;
      padding: 0 12px 96px;
    }

    .impressum-card {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 26px rgba(0, 0, 70, 0.12);
    }

    .impressum-head {
      margin: 0;
      padding: 18px 22px;
      background: linear-gradient(135deg, rgba(0, 0, 128, 0.96), rgba(24, 63, 163, 0.95));
      color: #ffffff;
      font-size: clamp(1.5rem, 1.25rem + 0.9vw, 1.9rem);
      line-height: 1.15;
    }

    .impressum-content {
      padding: 22px;
      line-height: 1.65;
      color: #2f3344;
      background: #ffffff;
      font-size: 1rem;
    }

    .impressum-content h3 {
      margin: 22px 0 10px;
      color: #000080;
      font-size: 1.25rem;
    }

    .impressum-content h3:first-child {
      margin-top: 0;
    }

    .impressum-content p {
      margin: 0 0 12px;
    }

    .impressum-content a {
      color: #173ba3;
      word-break: break-word;
    }

    .is-hidden {
      display: none !important;
    }

    @media (max-width: 600px) {
      body {
        padding-bottom: 168px;
      }

      .w3-top .w3-bar {
        font-size: 1.125rem !important;
        font-weight: 700;
      }

      .w3-top .w3-bar-item {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-weight: 700 !important;
      }

      .mobile-brand {
        max-width: 54%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.125rem !important;
        font-weight: 800 !important;
      }

      .mobile-call {
        float: right !important;
        font-size: 1.125rem !important;
        font-weight: 800 !important;
      }

      .mobile-dock-label {
        display: block;
        margin-top: 3px;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 800;
      }

      .hero {
        min-height: 58vh;
        padding: 72px 10px 18px;
        background-position: 62% center;
      }

      .hero .w3-display-middle {
        position: static !important;
        transform: none !important;
        width: 100% !important;
      }

      .hero .w3-padding-large {
        padding: 18px 14px !important;
      }

      .hero h1 {
        font-size: clamp(2rem, 1.35rem + 3.2vw, 2.375rem) !important;
        line-height: 1.1;
        margin-bottom: 10px !important;
      }

      .hero p {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
      }

      .hero .w3-xlarge {
        font-size: 1.25rem !important;
      }

      .hero .w3-large {
        font-size: 1rem !important;
      }

      .hero .w3-button {
        width: 100%;
        margin-right: 0 !important;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 1rem !important;
      }

      #speisekarte {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 12px;
      }

      .notice-card {
        margin-top: 16px;
        margin-bottom: 18px;
      }

      #speisekarte > .w3-row {
        margin-bottom: 14px;
        padding: 10px 10px 12px;
      }

      #speisekarte h4,
      #speisekarte h5 {
        margin-left: 0 !important;
      }

      #speisekarte h4 {
        font-size: 0.9375rem;
        line-height: 1.35;
      }

      #speisekarte h5 {
        font-size: 0.8125rem;
        line-height: 1.35;
      }

      #speisekarte .w3-col.s3 h4 {
        text-align: right;
        font-weight: bold;
      }

      .w3-modal-content {
        width: calc(100% - 20px) !important;
        margin-top: 24px;
      }

      .modal-header {
        padding: 18px 50px 16px 18px;
      }

      .modal-title {
        font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.5rem);
      }

      .modal-body {
        padding: 18px;
      }

      .contact-modal-body {
        padding-top: 0 !important;
      }


      .modal-footer {
        padding: 14px 18px 18px;
      }

      .modal-footer .w3-button,
      .modal-body .w3-button {
        width: 100%;
      }

      .contact-map {
        height: 280px;
      }

      .map-overlay-card {
        top: 8px;
        left: 8px;
        padding: 8px 10px;
      }

      .map-overlay-title {
        font-size: 0.9375rem;
      }

      .map-overlay-address {
        font-size: 0.6875rem;
      }

      .site-footer {
        margin: 14px 8px 8px;
        border-radius: 14px;
      }

      .site-footer .footer-content {
        padding: 14px 14px;
        flex-direction: column;
        align-items: flex-start;
      }

      .site-footer p {
        font-size: 0.875rem;
      }

      .footer-imprint {
        width: 100%;
        text-align: center;
      }

      .mobile-imprint-wrap {
        padding: 0;
        bottom: 86px;
      }

      .mobile-site-footer {
        padding: 9px 10px;
      }

      .mobile-site-footer .mobile-footer-link {
        min-width: 116px;
      }

      .mobile-site-footer .mobile-footer-credit {
        font-size: 0.6875rem;
      }

      .impressum-main {
        margin-top: 84px;
        padding: 0 8px 86px;
      }

      .impressum-content {
        padding: 16px;
        font-size: 0.9375rem;
      }

      .impressum-content h3 {
        font-size: 1.0625rem;
      }
    }
