moenchengladbach-neueshanghai.de Open in urlscan Pro
46.102.156.143  Public Scan

URL: https://moenchengladbach-neueshanghai.de/
Submission: On November 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: table-reservation-form

<form id="table-reservation-form" name="table-reservation-form">
  <div class="sm:flex sm:gap-8">
    <div x-data="{openDropDown: false, showMoreData: false}" @mousedown.outside="openDropDown = false" class="mb-6">
      <div id="number-of-people-container" class="input-container">
        <label for="number-of-people">
          <p class="text-sm-medium text-c-900">Anzahl der Gäste</p>
        </label>
        <div class="relative mt-2 w-full">
          <input type="text" readonly="" id="number-of-people" name="number-of-people" placeholder="Anzahl auswählen" data-field-name="numOfPeople"
            class="dropdown-input text-base-normal text-c-900 py-3.5 pl-4 pr-10 cursor-pointer block w-full rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 number-of-people" autocomplete="off"
            @click="openDropDown = !openDropDown">
          <button type="button" class="btn-arrow absolute inset-y-0 right-0 pr-4" tabindex="-1" @click="openDropDown = !openDropDown">
            <div class="h-3 w-3 text-c-500" :class="openDropDown ? 'rotate-180' : ''"><svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M5.99979 9C5.58571 9 5.18341 8.83125 4.89662 8.538L0.711799 4.26228C0.415577 3.95928 0.432078 3.48454 0.748729 3.20179C1.06538 2.92054 1.56353 2.93554 1.85897 3.23779L5.99979 7.46776L10.1406 3.23779C10.436 2.93479 10.935 2.91979 11.2509 3.20179C11.5675 3.48454 11.5848 3.95928 11.2886 4.26228L7.10375 8.538C6.81617 8.83125 6.41387 9 5.99979 9Z"
                  fill="currentColor"></path>
              </svg>
            </div>
          </button>
          <div x-show="openDropDown" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
            class="dropdown-list-items absolute z-10 mt-2 rounded-lg max-h-64 overflow-auto w-full bg-background border border-c-300 shadow-lg" tabindex="-1" role="listbox" id="nop-dropdown-items" style="display: none;">
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="1">1</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="2">2</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="3">3</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="4">4</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="5">5</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="6">6</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="7">7</button>
            <button type="button" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="8">8</button>
            <div x-show="!showMoreData" class="p-4">
              <button type="button" @click="showMoreData = true" class="text-sm-medium text-primary-700 bg-background px-5 py-2.5 border border-primary-700 rounded-lg relative cursor-pointer w-full focus:outline-none" role="option">Mehr
                anzeigen</button>
            </div>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="9"
              style="display: none;">9</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="10"
              style="display: none;">10</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="11"
              style="display: none;">11</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="12"
              style="display: none;">12</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="13"
              style="display: none;">13</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="14"
              style="display: none;">14</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="15"
              style="display: none;">15</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="16"
              style="display: none;">16</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="17"
              style="display: none;">17</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="18"
              style="display: none;">18</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="19"
              style="display: none;">19</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="20"
              style="display: none;">20</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="21"
              style="display: none;">21</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="22"
              style="display: none;">22</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="23"
              style="display: none;">23</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="24"
              style="display: none;">24</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="25"
              style="display: none;">25</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="26"
              style="display: none;">26</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="27"
              style="display: none;">27</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="28"
              style="display: none;">28</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="29"
              style="display: none;">29</button>
            <button type="button" x-show="showMoreData" @click="openDropDown = false"
              class="dropdown-list-btn relative cursor-pointer w-full p-4 text-sm-medium border-b border-c-300 text-left block text-c-900 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-id="30"
              style="display: none;">30</button>
          </div>
        </div>
        <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
      </div>
    </div>
    <div class="mb-6">
      <div id="reservation-date-container" class="input-container">
        <label for="reservation-date">
          <p class="text-sm-medium text-c-900">Reservierungsdatum</p>
        </label>
        <div class="relative mt-2 w-full">
          <input type="text" readonly="" id="reservation-date" name="reservation-date" placeholder="Datum auswählen" data-field-name="reservationDate"
            class="date-input text-base-normal text-c-900 py-3.5 pl-4 pr-8 sm:pr-10 block w-full cursor-pointer rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 reservation-date datepicker-input" autocomplete="off">
          <button type="button" class="btn-arrow absolute inset-y-0 right-0 px-4 pointer-events-none" tabindex="-1">
            <div class="h-3 w-3 text-c-500"><svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M5.99979 9C5.58571 9 5.18341 8.83125 4.89662 8.538L0.711799 4.26228C0.415577 3.95928 0.432078 3.48454 0.748729 3.20179C1.06538 2.92054 1.56353 2.93554 1.85897 3.23779L5.99979 7.46776L10.1406 3.23779C10.436 2.93479 10.935 2.91979 11.2509 3.20179C11.5675 3.48454 11.5848 3.95928 11.2886 4.26228L7.10375 8.538C6.81617 8.83125 6.41387 9 5.99979 9Z"
                  fill="currentColor"></path>
              </svg>
            </div>
          </button>
        </div>
        <button class="hidden btn-clear-date-input" type="button"></button>
        <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
      </div>
    </div>
    <div x-data="{openDropDown: false}" @mousedown.outside="openDropDown = false" class="mb-6" x-init="$watch('openDropDown', value => $nextTick(() => { $('#time-picker-dropdown-container')[0].scrollIntoView(); }))">
      <div id="reservation-time-container" class="input-container">
        <label for="reservation-time">
          <p class="text-sm-medium text-c-900">Reservierungszeit</p>
        </label>
        <div class="relative mt-2 w-full">
          <input type="text" readonly="" id="reservation-time" name="reservation-time" placeholder="Zeit auswählen" data-field-name="reservationTime"
            class="dropdown-input text-base-normal text-c-900 py-3.5 pl-4 pr-10 cursor-pointer block w-full rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 reservation-time opacity-60" autocomplete="off"
            @click="openDropDown = !openDropDown" disabled="">
          <button type="button" class="btn-arrow absolute inset-y-0 right-0 pr-4 opacity-60" tabindex="-1" @click="openDropDown = !openDropDown" disabled="">
            <div class="h-3 w-3 text-c-500" :class="openDropDown ? 'rotate-180' : ''"><svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M5.99979 9C5.58571 9 5.18341 8.83125 4.89662 8.538L0.711799 4.26228C0.415577 3.95928 0.432078 3.48454 0.748729 3.20179C1.06538 2.92054 1.56353 2.93554 1.85897 3.23779L5.99979 7.46776L10.1406 3.23779C10.436 2.93479 10.935 2.91979 11.2509 3.20179C11.5675 3.48454 11.5848 3.95928 11.2886 4.26228L7.10375 8.538C6.81617 8.83125 6.41387 9 5.99979 9Z"
                  fill="currentColor"></path>
              </svg>
            </div>
          </button>
          <div id="time-picker-dropdown-container"></div>
        </div>
        <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
      </div>
    </div>
  </div>
  <div class="flex">
    <button type="button" id="continue-reservation" class="px-5 ml-auto py-2.5 bg-primary-700 text-c-0 text-sm-medium rounded-lg w-full sm:w-auto">Weiter</button>
  </div>
</form>

Name: table-reservation-detailed-form

<form class="text-left" id="table-reservation-detailed-form" name="table-reservation-detailed-form">
  <div class="flex flex-col sm:flex-row sm:gap-8">
    <div class="w-full mb-6">
      <div id="user-name-container" class="input-container">
        <label for="user-name">
          <p class="text-sm-medium text-c-900">Ihr Name</p>
        </label>
        <div class="relative mt-2 w-full">
          <input type="text" id="user-name" name="user-name" placeholder="Bonnie McLovin" data-field-name="userName"
            class="normal-input text-base-normal text-c-900 py-3.5 pl-4 pr-10 block w-full rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 mandatory user-name" autocomplete="off">
          <button type="button" class="absolute inset-y-0 right-0 pr-4 hidden btn-clear-input" tabindex="-1">
            <div class="h-3 w-3 text-c-700"><svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M11.8148 10.5L18.6082 3.70664C18.7308 3.58824 18.8285 3.44662 18.8958 3.29003C18.9631 3.13345 18.9985 2.96503 19 2.79461C19.0014 2.6242 18.969 2.45519 18.9044 2.29746C18.8399 2.13973 18.7446 1.99642 18.6241 1.87592C18.5036 1.75541 18.3603 1.66011 18.2025 1.59557C18.0448 1.53104 17.8758 1.49857 17.7054 1.50005C17.535 1.50153 17.3666 1.53694 17.21 1.6042C17.0534 1.67147 16.9118 1.76924 16.7934 1.89183L10 8.68519L3.20664 1.89183C2.96458 1.65803 2.64037 1.52867 2.30385 1.53159C1.96733 1.53452 1.64542 1.6695 1.40746 1.90746C1.1695 2.14542 1.03452 2.46733 1.03159 2.80385C1.02867 3.14037 1.15803 3.46458 1.39183 3.70664L8.18519 10.5L1.39183 17.2934C1.26924 17.4118 1.17147 17.5534 1.1042 17.71C1.03694 17.8666 1.00153 18.035 1.00005 18.2054C0.998568 18.3758 1.03104 18.5448 1.09557 18.7025C1.16011 18.8603 1.25541 19.0036 1.37592 19.1241C1.49642 19.2446 1.63973 19.3399 1.79746 19.4044C1.95519 19.469 2.1242 19.5014 2.29461 19.5C2.46503 19.4985 2.63345 19.4631 2.79003 19.3958C2.94662 19.3285 3.08824 19.2308 3.20664 19.1082L10 12.3148L16.7934 19.1082C17.0354 19.342 17.3596 19.4713 17.6961 19.4684C18.0327 19.4655 18.3546 19.3305 18.5925 19.0925C18.8305 18.8546 18.9655 18.5327 18.9684 18.1961C18.9713 17.8596 18.842 17.5354 18.6082 17.2934L11.8148 10.5Z"
                  fill="currentColor"></path>
              </svg>
            </div>
          </button>
        </div>
        <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
      </div>
    </div>
    <div class="w-full mb-6">
      <div id="user-phone-container" class="input-container">
        <label for="user-phone">
          <p class="text-sm-medium text-c-900">Ihre Telefonnummer</p>
        </label>
        <div class="relative mt-2 w-full">
          <input type="text" inputmode="tel" id="user-phone" name="user-phone" placeholder="+49 911 204052" data-field-name="userPhoneNum"
            class="numeric-input text-base-normal text-c-900 py-3.5 pl-4 pr-10 block w-full rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 user-phone" autocomplete="off">
          <button type="button" class="absolute inset-y-0 right-0 pr-4 hidden btn-clear-input" tabindex="-1">
            <div class="h-3 w-3 text-c-700"><svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M11.8148 10.5L18.6082 3.70664C18.7308 3.58824 18.8285 3.44662 18.8958 3.29003C18.9631 3.13345 18.9985 2.96503 19 2.79461C19.0014 2.6242 18.969 2.45519 18.9044 2.29746C18.8399 2.13973 18.7446 1.99642 18.6241 1.87592C18.5036 1.75541 18.3603 1.66011 18.2025 1.59557C18.0448 1.53104 17.8758 1.49857 17.7054 1.50005C17.535 1.50153 17.3666 1.53694 17.21 1.6042C17.0534 1.67147 16.9118 1.76924 16.7934 1.89183L10 8.68519L3.20664 1.89183C2.96458 1.65803 2.64037 1.52867 2.30385 1.53159C1.96733 1.53452 1.64542 1.6695 1.40746 1.90746C1.1695 2.14542 1.03452 2.46733 1.03159 2.80385C1.02867 3.14037 1.15803 3.46458 1.39183 3.70664L8.18519 10.5L1.39183 17.2934C1.26924 17.4118 1.17147 17.5534 1.1042 17.71C1.03694 17.8666 1.00153 18.035 1.00005 18.2054C0.998568 18.3758 1.03104 18.5448 1.09557 18.7025C1.16011 18.8603 1.25541 19.0036 1.37592 19.1241C1.49642 19.2446 1.63973 19.3399 1.79746 19.4044C1.95519 19.469 2.1242 19.5014 2.29461 19.5C2.46503 19.4985 2.63345 19.4631 2.79003 19.3958C2.94662 19.3285 3.08824 19.2308 3.20664 19.1082L10 12.3148L16.7934 19.1082C17.0354 19.342 17.3596 19.4713 17.6961 19.4684C18.0327 19.4655 18.3546 19.3305 18.5925 19.0925C18.8305 18.8546 18.9655 18.5327 18.9684 18.1961C18.9713 17.8596 18.842 17.5354 18.6082 17.2934L11.8148 10.5Z"
                  fill="currentColor"></path>
              </svg>
            </div>
          </button>
        </div>
        <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
      </div>
    </div>
  </div>
  <div class="w-full mb-6">
    <div id="user-email-container" class="input-container">
      <label for="user-email">
        <p class="text-sm-medium text-c-900">Ihre E-Mail</p>
      </label>
      <div class="relative mt-2 w-full">
        <input type="text" id="user-email" name="user-email" placeholder="bonnie.mclovin@gmail.com" data-field-name="userEmail"
          class="normal-input text-base-normal text-c-900 py-3.5 pl-4 pr-10 block w-full rounded-lg bg-background-50 border border-c-300 focus-border-primary-700 mandatory user-email" autocomplete="off">
        <button type="button" class="absolute inset-y-0 right-0 pr-4 hidden btn-clear-input" tabindex="-1">
          <div class="h-3 w-3 text-c-700"><svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M11.8148 10.5L18.6082 3.70664C18.7308 3.58824 18.8285 3.44662 18.8958 3.29003C18.9631 3.13345 18.9985 2.96503 19 2.79461C19.0014 2.6242 18.969 2.45519 18.9044 2.29746C18.8399 2.13973 18.7446 1.99642 18.6241 1.87592C18.5036 1.75541 18.3603 1.66011 18.2025 1.59557C18.0448 1.53104 17.8758 1.49857 17.7054 1.50005C17.535 1.50153 17.3666 1.53694 17.21 1.6042C17.0534 1.67147 16.9118 1.76924 16.7934 1.89183L10 8.68519L3.20664 1.89183C2.96458 1.65803 2.64037 1.52867 2.30385 1.53159C1.96733 1.53452 1.64542 1.6695 1.40746 1.90746C1.1695 2.14542 1.03452 2.46733 1.03159 2.80385C1.02867 3.14037 1.15803 3.46458 1.39183 3.70664L8.18519 10.5L1.39183 17.2934C1.26924 17.4118 1.17147 17.5534 1.1042 17.71C1.03694 17.8666 1.00153 18.035 1.00005 18.2054C0.998568 18.3758 1.03104 18.5448 1.09557 18.7025C1.16011 18.8603 1.25541 19.0036 1.37592 19.1241C1.49642 19.2446 1.63973 19.3399 1.79746 19.4044C1.95519 19.469 2.1242 19.5014 2.29461 19.5C2.46503 19.4985 2.63345 19.4631 2.79003 19.3958C2.94662 19.3285 3.08824 19.2308 3.20664 19.1082L10 12.3148L16.7934 19.1082C17.0354 19.342 17.3596 19.4713 17.6961 19.4684C18.0327 19.4655 18.3546 19.3305 18.5925 19.0925C18.8305 18.8546 18.9655 18.5327 18.9684 18.1961C18.9713 17.8596 18.842 17.5354 18.6082 17.2934L11.8148 10.5Z"
                fill="currentColor"></path>
            </svg>
          </div>
        </button>
      </div>
      <p class="text-error-300 text-sm-normal leading-tight hidden pt-2 validation-message"></p>
    </div>
  </div>
  <div class="input-container">
    <label for="special-requests">
      <p class="text-sm-medium text-c-900">Andere Wünsche</p>
    </label>
    <div class="relative mt-2 w-full rounded-md shadow-sm">
      <textarea id="special-requests" data-field-name="specialRequests" placeholder="(Optional)" rows="1"
        class="pr-8 pl-4 py-3.5 block w-full rounded-lg sm:h-40 text-base-normal text-c-900 bg-background-50 border border-c-300 focus-border-primary-700" autocomplete="off"></textarea>
      <button type="button" class="hidden absolute inset-y-0 right-0 pr-4 btn-clear-input" tabindex="-1">
        <div class="h-3 w-3 text-c-500"><svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path
              d="M11.8148 10.5L18.6082 3.70664C18.7308 3.58824 18.8285 3.44662 18.8958 3.29003C18.9631 3.13345 18.9985 2.96503 19 2.79461C19.0014 2.6242 18.969 2.45519 18.9044 2.29746C18.8399 2.13973 18.7446 1.99642 18.6241 1.87592C18.5036 1.75541 18.3603 1.66011 18.2025 1.59557C18.0448 1.53104 17.8758 1.49857 17.7054 1.50005C17.535 1.50153 17.3666 1.53694 17.21 1.6042C17.0534 1.67147 16.9118 1.76924 16.7934 1.89183L10 8.68519L3.20664 1.89183C2.96458 1.65803 2.64037 1.52867 2.30385 1.53159C1.96733 1.53452 1.64542 1.6695 1.40746 1.90746C1.1695 2.14542 1.03452 2.46733 1.03159 2.80385C1.02867 3.14037 1.15803 3.46458 1.39183 3.70664L8.18519 10.5L1.39183 17.2934C1.26924 17.4118 1.17147 17.5534 1.1042 17.71C1.03694 17.8666 1.00153 18.035 1.00005 18.2054C0.998568 18.3758 1.03104 18.5448 1.09557 18.7025C1.16011 18.8603 1.25541 19.0036 1.37592 19.1241C1.49642 19.2446 1.63973 19.3399 1.79746 19.4044C1.95519 19.469 2.1242 19.5014 2.29461 19.5C2.46503 19.4985 2.63345 19.4631 2.79003 19.3958C2.94662 19.3285 3.08824 19.2308 3.20664 19.1082L10 12.3148L16.7934 19.1082C17.0354 19.342 17.3596 19.4713 17.6961 19.4684C18.0327 19.4655 18.3546 19.3305 18.5925 19.0925C18.8305 18.8546 18.9655 18.5327 18.9684 18.1961C18.9713 17.8596 18.842 17.5354 18.6082 17.2934L11.8148 10.5Z"
              fill="currentColor"></path>
          </svg>
        </div>
      </button>
    </div>
    <p class="text-error-300 text-sm-semibold hidden validation-message"></p>
  </div>
  <div class="pt-6 flex justify-end">
    <button type="button" id="save-reservation" class="px-5 py-2.5 rounded-lg text-sm-medium bg-primary-700 text-c-0 w-full sm:w-auto">Tisch reservieren</button>
  </div>
</form>

Text Content

Bewertungen Speisekarte Über uns Öffnungszeiten Kontakt

Deutsch


English 简体中文


Bewertungen Speisekarte Über uns Öffnungszeiten Kontakt

Deutsch


English 简体中文
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7

Lieferservice

Besuchen Sie unseren Liefer-Shop!

Jetzt bestellen

Bewertungen

Great food.. buffet is relatively cheap and you get wide variety of food !

Deepu Mohan

vor 6 Jahren

Bon apetit

constantin marin

vor 6 Jahren

Always worth a visit.

Simon Broenner

vor 6 Jahren

(Translated by Google) Very nice, friendly staff and very good food, whether
ordered ala menu or from the buffet. (Original) Sehr nette freundliches Personal
und sehr gutes Essen, ob als Bestellung ala Karte und vom Buffet.

Harry

vor 14 Tagen

(Translated by Google) It was a very nice experience. everything is very
beautiful. There is a lot of variety in the dishes. Small children were also
taken into consideration. There are various desserts and ice cream flavors for
children. The staff is very motivated. The cleanliness is at a high level.
Everything looks very clean and hygienic. The staff are very friendly and
helpful. The atmosphere in the restaurant is very pleasant and peaceful. We look
forward to coming here again. (Original) Es war eine sehr schöne Erfahrung.
alles ist sehr schön. Es gibt viel Abwechslung bei den Gerichten. Auch an
Kleinkinder wurde gedacht. Für Kinder gibt es verschiedene Desserts und
Eissorten. Das Personal ist sehr motiviert. Die Sauberkeit ist auf hohem Niveau.
Alles sieht sehr sauber und hygienisch aus. Die Mitarbeiter sind sehr freundlich
und hilfsbereit. Die Atmosphäre im Restaurant ist sehr angenehm und friedlich.
Wir freuen uns darauf, wieder hierher zu kommen.

Ural

vor 21 Tagen

(Translated by Google) The staff is very nice and friendly, the restaurant is
very clean, I have never seen such a clean restaurant in Germany. The open
buffet is satisfactory. (Original) Das Personal ist sehr nett und freundlich,
das Lokal ist sehr sauber, ich habe noch nie ein so sauberes Restaurant in
Deutschland gesehen. Das offene Buffet ist zufriedenstellend.

Sevgi Doğan

vor 21 Tagen

(Translated by Google) We drove there spontaneously. You can eat from the buffet
for 20.90 euros. That's a good price for the wide range on offer. The service
was nice and quick. We'd love to come back sometime. (Original) Wir waren
spontan da hin gefahren. Für 20.90euro kann man vom Buffet essen. Das ist ein
guter Preis für das reichhaltige Angebot. Der Service war nett und schnell. Wir
kommen irgendwann gerne wieder.

Maik Herzog

vor 1 Monaten

(Translated by Google) Delicious food, lovely service! We've been coming there
for years. (Original) Leckeres Essen, liebe Bedienung! Wir kommen schon seit
Jahren dort hin.

Bärbel Neikes

vor 1 Monaten

(Translated by Google) Very familiar and super friendly service. The usual
Chinese buffet, but in ultra. Good parking options. Very clean. Recommended!
(Original) Sehr familiär und super freundliche Bedienung. Das Übliche
chinesische Buffet, aber in ultra. Gute Parkmöglichkeiten. Sehr sauber. Zu
empfehlen!

HelenMephist

vor 1 Monaten

(Translated by Google) Nice service, very friendly, delicious food and also very
dog-friendly. It was asked whether the Wauzi would like water. (Original) Nette
Bedienungen, sehr freundlich, leckeres Essen und auch sehr hundefreundlich. Es
wurde gefragt ob der Wauzi Wasser möchte.

Tanja Boßhammer

vor 1 Monaten

Ordered over Lieferendo. Quick delivery and wonderful, flavourful food. The
dishes were still piping hot and my chopsuey was cooked perfectly and was fresh
and tasty with the vegetables having a nice bite to them. Would definitely order
again.

Prachi N

vor 3 Monaten

(Translated by Google) I really enjoyed it and the food was delicious (Original)
Mir hat es sehr gut gefallen und das Essen war super lecker

Julia Alteweyer

vor 3 Monaten

(Translated by Google) Very friendly staff. Food was super tasty. It was the
first time in years (with new owners) (Original) Sehr freundliches Personal.
Essen war super lecker.war das erste mal seit Jahren wieder da( mit neue
Besitzer )

Alex Hitzschke

vor 4 Monaten

Nice ambience, good food, just a little bit too hot for us. If they would have
turned the cold air on, it would have been perfect.

Maria Föller

vor 6 Monaten

(Translated by Google) Had dinner there this evening and was pleasantly
surprised. Pleasant atmosphere. Nice service. It was very delicious. And for
just under €21 for the buffet, there is something for everyone. I can only
recommend it! (Original) War heute Abend dort Essen, war angenehm überrascht.
Angenehmes Ambiente. Nette Bedienung. Es hat mir sehr gut geschmeckt. Und für
knapp 21€ für das Büfett, ist für jedem was dabei. Ich kann’s nur empfehlen!

Herbert Hensen

vor 9 Monaten

Good service and the lunch buffet was a good price.

Stephen Tang

vor 11 Monaten

(Translated by Google) Food is hard to please and the service is damn good.
Ordered the fried chicken with noodles twice and ended up with so much meat that
two people were fed up with just one portion (this isn't the first time this has
happened). You also get a free drink when the delivery is still very hot.
Price-performance and staff are top. The buffet is also solid for the price.
(Original) Essen ist schwer in Ordnung und der Service ist verdammt gut. Zwei
Mal das frittierte Hähnchen mit Nudeln dazu bestellt und am Ende so viel Fleisch
bekommen, dass zwei Personen von nur einer der Portionen satt wurden (kommt hier
nicht das erste Mal vor). Dazu dann auch noch ein Getränk gratis bei der noch
sehr heissen Lieferung erhalten. Preis-Leistung und Personal ist top. Das Buffet
ist für den Preis ebenfalls solide.

Philippe Féré

vor 1 Jahren

(Translated by Google) The lunch buffet was very extensive and everything tasted
very good. There were no menus on the tables, so I assume that lunch is
exclusively buffet style. (Original) Das Mittagsbuffet war sehr umfangreich und
es schmeckte alles sehr gut. Auf den Tischen standen keine Speisekarten, deshalb
nehme ich an, dass es mittags ausschließlich das Buffet gibt.

Wilfried B

vor 1 Jahren

Very good!

Quoc Thang Truong

vor 1 Jahren

(Translated by Google) Great buffet selection and even better, fresh selection
for live cooking. Very attentive and friendly service. (Original) Prima
Buffet-Auswahl und noch bessere, frische Auswahl für Live-Cooking. Dazu sehr
aufmerksame und freundliche Bedienung.

Catsche S.

vor 1 Jahren

Excellent choice at the Buffet.Delicious.Very friendly staff.Definitely to be
recommended . 😋.

Stephan Tubby

vor 1 Jahren

Good variety of buffet, very friendly staff and service

Allan Westhoff

vor 1 Jahren

(Translated by Google) We were here after Christmas and were thoroughly
impressed. The atmosphere was very pleasant, it was easy to have a conversation
and the service was always friendly. The food was delicious and, almost without
exception, pleasantly warm. The "most important" and best-known dishes were
offered, but compared to other restaurants the selection was smaller. But the
price was also lower, so the value for money is really great (Original) Wir
waren nach Weihnachten hier und durchaus überzeugt. Das Ambiente war sehr
angenehm, man konnte sich gut unterhalten und wurde durchgehend freundlich
bedient. Das Essen war lecker und auch fast ausnahmslos angenehm warm. Die
"wichtigsten" und bekanntesten Gerichte wurden angeboten, im Vergleich zu
anderen Restaurants war die Auswahl aber kleiner. Der Preis war dafür aber auch
geringer, so dass Preis-Leistung wirklich top sind

Simon D

vor 1 Jahren

(Translated by Google) The food was delicious. The service was very attentive
and the ambience was great. The price is right. This restaurant is a must.
(Original) Das Essen war Köstlich .Die Bedienung sehr aufmerksam, und das
Ambiente ist Top. Vom Preis her passt. Dieses Restaurant ist ein muss.

Katharina pArt

vor 2 Jahren

(Translated by Google) Very tasty food. Buffet is plentiful, service is very
accommodating. I'd love to come back here (Original) Sehr leckeres Essen. Buffet
reichlich vorhanden, Bedienung ist sehr zuvorkommend. Ich komme gerne wieder
hier hin

Juri Rohde

vor 2 Jahren

Good

Minh Tuyet

vor 3 Jahren

Very reasonable prices specially buffet prices are very good with a wide variety
of foods.

saifrana rana

vor 4 Jahren

The best!

Jurek Jeżyna

vor 5 Jahren

Top

martin tuttlies

vor 5 Jahren

I'm so tired being here.

HeyMika

vor 6 Jahren

Great food.. buffet is relatively cheap and you get wide variety of food !

Deepu Mohan

vor 6 Jahren

Bon apetit

constantin marin

vor 6 Jahren

Always worth a visit.

Simon Broenner

vor 6 Jahren

(Translated by Google) Very nice, friendly staff and very good food, whether
ordered ala menu or from the buffet. (Original) Sehr nette freundliches Personal
und sehr gutes Essen, ob als Bestellung ala Karte und vom Buffet.

Harry

vor 14 Tagen

(Translated by Google) It was a very nice experience. everything is very
beautiful. There is a lot of variety in the dishes. Small children were also
taken into consideration. There are various desserts and ice cream flavors for
children. The staff is very motivated. The cleanliness is at a high level.
Everything looks very clean and hygienic. The staff are very friendly and
helpful. The atmosphere in the restaurant is very pleasant and peaceful. We look
forward to coming here again. (Original) Es war eine sehr schöne Erfahrung.
alles ist sehr schön. Es gibt viel Abwechslung bei den Gerichten. Auch an
Kleinkinder wurde gedacht. Für Kinder gibt es verschiedene Desserts und
Eissorten. Das Personal ist sehr motiviert. Die Sauberkeit ist auf hohem Niveau.
Alles sieht sehr sauber und hygienisch aus. Die Mitarbeiter sind sehr freundlich
und hilfsbereit. Die Atmosphäre im Restaurant ist sehr angenehm und friedlich.
Wir freuen uns darauf, wieder hierher zu kommen.

Ural

vor 21 Tagen

(Translated by Google) The staff is very nice and friendly, the restaurant is
very clean, I have never seen such a clean restaurant in Germany. The open
buffet is satisfactory. (Original) Das Personal ist sehr nett und freundlich,
das Lokal ist sehr sauber, ich habe noch nie ein so sauberes Restaurant in
Deutschland gesehen. Das offene Buffet ist zufriedenstellend.

Sevgi Doğan

vor 21 Tagen

(Translated by Google) We drove there spontaneously. You can eat from the buffet
for 20.90 euros. That's a good price for the wide range on offer. The service
was nice and quick. We'd love to come back sometime. (Original) Wir waren
spontan da hin gefahren. Für 20.90euro kann man vom Buffet essen. Das ist ein
guter Preis für das reichhaltige Angebot. Der Service war nett und schnell. Wir
kommen irgendwann gerne wieder.

Maik Herzog

vor 1 Monaten

(Translated by Google) Delicious food, lovely service! We've been coming there
for years. (Original) Leckeres Essen, liebe Bedienung! Wir kommen schon seit
Jahren dort hin.

Bärbel Neikes

vor 1 Monaten

(Translated by Google) Very familiar and super friendly service. The usual
Chinese buffet, but in ultra. Good parking options. Very clean. Recommended!
(Original) Sehr familiär und super freundliche Bedienung. Das Übliche
chinesische Buffet, aber in ultra. Gute Parkmöglichkeiten. Sehr sauber. Zu
empfehlen!

HelenMephist

vor 1 Monaten

(Translated by Google) Nice service, very friendly, delicious food and also very
dog-friendly. It was asked whether the Wauzi would like water. (Original) Nette
Bedienungen, sehr freundlich, leckeres Essen und auch sehr hundefreundlich. Es
wurde gefragt ob der Wauzi Wasser möchte.

Tanja Boßhammer

vor 1 Monaten

Ordered over Lieferendo. Quick delivery and wonderful, flavourful food. The
dishes were still piping hot and my chopsuey was cooked perfectly and was fresh
and tasty with the vegetables having a nice bite to them. Would definitely order
again.

Prachi N

vor 3 Monaten

(Translated by Google) I really enjoyed it and the food was delicious (Original)
Mir hat es sehr gut gefallen und das Essen war super lecker

Julia Alteweyer

vor 3 Monaten

(Translated by Google) Very friendly staff. Food was super tasty. It was the
first time in years (with new owners) (Original) Sehr freundliches Personal.
Essen war super lecker.war das erste mal seit Jahren wieder da( mit neue
Besitzer )

Alex Hitzschke

vor 4 Monaten

Nice ambience, good food, just a little bit too hot for us. If they would have
turned the cold air on, it would have been perfect.

Maria Föller

vor 6 Monaten

(Translated by Google) Had dinner there this evening and was pleasantly
surprised. Pleasant atmosphere. Nice service. It was very delicious. And for
just under €21 for the buffet, there is something for everyone. I can only
recommend it! (Original) War heute Abend dort Essen, war angenehm überrascht.
Angenehmes Ambiente. Nette Bedienung. Es hat mir sehr gut geschmeckt. Und für
knapp 21€ für das Büfett, ist für jedem was dabei. Ich kann’s nur empfehlen!

Herbert Hensen

vor 9 Monaten

Good service and the lunch buffet was a good price.

Stephen Tang

vor 11 Monaten

(Translated by Google) Food is hard to please and the service is damn good.
Ordered the fried chicken with noodles twice and ended up with so much meat that
two people were fed up with just one portion (this isn't the first time this has
happened). You also get a free drink when the delivery is still very hot.
Price-performance and staff are top. The buffet is also solid for the price.
(Original) Essen ist schwer in Ordnung und der Service ist verdammt gut. Zwei
Mal das frittierte Hähnchen mit Nudeln dazu bestellt und am Ende so viel Fleisch
bekommen, dass zwei Personen von nur einer der Portionen satt wurden (kommt hier
nicht das erste Mal vor). Dazu dann auch noch ein Getränk gratis bei der noch
sehr heissen Lieferung erhalten. Preis-Leistung und Personal ist top. Das Buffet
ist für den Preis ebenfalls solide.

Philippe Féré

vor 1 Jahren

(Translated by Google) The lunch buffet was very extensive and everything tasted
very good. There were no menus on the tables, so I assume that lunch is
exclusively buffet style. (Original) Das Mittagsbuffet war sehr umfangreich und
es schmeckte alles sehr gut. Auf den Tischen standen keine Speisekarten, deshalb
nehme ich an, dass es mittags ausschließlich das Buffet gibt.

Wilfried B

vor 1 Jahren

Very good!

Quoc Thang Truong

vor 1 Jahren

(Translated by Google) Great buffet selection and even better, fresh selection
for live cooking. Very attentive and friendly service. (Original) Prima
Buffet-Auswahl und noch bessere, frische Auswahl für Live-Cooking. Dazu sehr
aufmerksame und freundliche Bedienung.

Catsche S.

vor 1 Jahren

Excellent choice at the Buffet.Delicious.Very friendly staff.Definitely to be
recommended . 😋.

Stephan Tubby

vor 1 Jahren

Good variety of buffet, very friendly staff and service

Allan Westhoff

vor 1 Jahren

(Translated by Google) We were here after Christmas and were thoroughly
impressed. The atmosphere was very pleasant, it was easy to have a conversation
and the service was always friendly. The food was delicious and, almost without
exception, pleasantly warm. The "most important" and best-known dishes were
offered, but compared to other restaurants the selection was smaller. But the
price was also lower, so the value for money is really great (Original) Wir
waren nach Weihnachten hier und durchaus überzeugt. Das Ambiente war sehr
angenehm, man konnte sich gut unterhalten und wurde durchgehend freundlich
bedient. Das Essen war lecker und auch fast ausnahmslos angenehm warm. Die
"wichtigsten" und bekanntesten Gerichte wurden angeboten, im Vergleich zu
anderen Restaurants war die Auswahl aber kleiner. Der Preis war dafür aber auch
geringer, so dass Preis-Leistung wirklich top sind

Simon D

vor 1 Jahren

(Translated by Google) The food was delicious. The service was very attentive
and the ambience was great. The price is right. This restaurant is a must.
(Original) Das Essen war Köstlich .Die Bedienung sehr aufmerksam, und das
Ambiente ist Top. Vom Preis her passt. Dieses Restaurant ist ein muss.

Katharina pArt

vor 2 Jahren

(Translated by Google) Very tasty food. Buffet is plentiful, service is very
accommodating. I'd love to come back here (Original) Sehr leckeres Essen. Buffet
reichlich vorhanden, Bedienung ist sehr zuvorkommend. Ich komme gerne wieder
hier hin

Juri Rohde

vor 2 Jahren

Good

Minh Tuyet

vor 3 Jahren

Very reasonable prices specially buffet prices are very good with a wide variety
of foods.

saifrana rana

vor 4 Jahren

The best!

Jurek Jeżyna

vor 5 Jahren

Top

martin tuttlies

vor 5 Jahren

I'm so tired being here.

HeyMika

vor 6 Jahren

Great food.. buffet is relatively cheap and you get wide variety of food !

Deepu Mohan

vor 6 Jahren

Bon apetit

constantin marin

vor 6 Jahren

Always worth a visit.

Simon Broenner

vor 6 Jahren

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10

Speisekarte

Wir bieten sowohl Abholung als auch Lieferung an.

Speisekarte anzeigen

Über uns

Wir bieten in unserem Restaurant authentische chinesische Küche in einer ruhigen
Atmosphäre an. Besonders beliebt ist unser umfangreiches Buffet. Unser
freundliches Personal und der effiziente Service sorgen für ein angenehmes
Esserlebnis. Genießen Sie die Vielfalt unserer Speisen! Wenn ein Feiertag auf
den Mittwoch fällt, wird der Ruhetag auf den Donnerstag verschoben.

Öffnungszeiten

Montag

11:30 - 15:00
17:30 - 22:00

Dienstag

11:30 - 15:00
17:30 - 22:00

Mittwoch

Ruhetag

Donnerstag

11:30 - 15:00
17:30 - 22:00

Freitag

11:30 - 15:00
17:30 - 22:00

Samstag

11:30 - 15:00
17:30 - 22:00

Sonntag

12:30 - 22:00

Kontakt

02161 593744
Bahnstraße 128, 41069 Mönchengladbach

UNTERNEHMEN

Bewertungen Speisekarte Über uns Öffnungszeiten Kontakt

RECHTLICHES

Impressum Datenschutz
Betrieben von
Flysoft Systems GmbH



Reservierungsanfrage gesendet



Vielen Dank, dass Sie sich für uns entschieden haben! Wir haben Ihre
Reservierungsanfrage erhalten. Unser Team wird Ihre Angaben prüfen und sich in
Kürze bei Ihnen melden.

Schließen

Reservierung



Tische werden 15 Minuten nach der Reservierungszeit freigehalten. Danach können
sie anderen Gästen angeboten werden. Wir schätzen Ihre pünktliche Ankunft.

⮕November 2024⮕
MoDiMiDoFrSaSo
2829303112345678910111213141516171819202122232425262728293012345678
HeuteLöschen

Anzahl der Gäste

1 2 3 4 5 6 7 8
Mehr anzeigen
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30



Reservierungsdatum





Reservierungszeit





Weiter

Geben Sie Ihre Daten ein



Gäste



Ihr Name





Ihre Telefonnummer





Ihre E-Mail





Andere Wünsche





Tisch reservieren