neumarkt-asiastar.flysoft.restaurant Open in urlscan Pro
46.102.156.143  Public Scan

URL: https://neumarkt-asiastar.flysoft.restaurant/
Submission: On June 08 via api from US — Scanned from AT

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" :class="openDropDown ? 'rotate-180' : ''"><svg width="12" height="12" 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="var(--text-c-500)"></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"><svg width="12" height="12" 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="var(--text-c-500)"></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">
      <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" 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" :class="openDropDown ? 'rotate-180' : ''"><svg width="12" height="12" 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="var(--text-c-500)"></path>
              </svg>
            </div>
          </button>
          <div id="time-picker-dropdown-container">
            <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 max-h-64 overflow-auto w-full bg-background border border-c-300 rounded-lg shadow-lg" tabindex="-1" role="listbox" id="time-picker-dropdown" style="display: none;">
              <button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="10:00">10:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="10:30">10:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="11:00">11:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="11:30">11:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="12:00">12:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="12:30">12:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="13:00">13:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="13:30">13:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="14:00">14:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="14:30">14:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="15:00">15:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="15:30">15:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="16:00">16:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="16:30">16:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="17:00">17:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="17:30">17:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="18:00">18:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="18:30">18:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="19:00">19:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="19:30">19:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="20:00">20:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="20:30">20:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="21:00">21:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="21:30">21:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="22:00">22:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="22:30">22:30</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option"
                data-time="23:00">23:00</button><button type="button" @click="openDropDown = false"
                class="dropdown-list-btn text-sm-medium text-c-900 text-left relative border-b border-c-300 cursor-pointer w-full p-4 hover:bg-background-200 focus:bg-background-200 focus:outline-none" role="option" data-time="23:30">23:30</button>
            </div>
          </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-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-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-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-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-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-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

Bewertungen Speisekarte Über uns Öffnungszeiten Kontakt
 * 1
 * 2
 * 3

Bewertungen

Bestellung per Tablet ist super Idee, Essen kam super schnell und war lecker,
all you can eat für 9 oder 12€. Kommen wieder! (Translated by Google) Ordering
via tablet is a great idea, food came super quickly and was delicious, all you
can eat for 9 or 12€. Come again!

Olaf Hahne

vor 4 Jahren

Sehr lecker und ein witziges Buffetkonzept. Das Essen wird per Tablet bestellt
und frisch zubereitet serviert. Heiss, gut gewürzt und sehr lecker. Eine grosse
Auswahl, für jeden etwas dabei. Von Sushi bis gebackene Banane... Beim
Mittagstisch gibt es zwei verschiedene Menüs zur Auswahl. Ein kleines (9
Gerichte) für 8,90€ und ein all you can eat für 12,90) (Translated by Google)
Very tasty and a fun buffet concept. The food is ordered via tablet and served
freshly prepared. Hot, well seasoned and very tasty. A large selection,
something for everyone. From sushi to baked banana... There are two different
menus to choose from at lunch. A small one (9 dishes) for €8.90 and an all you
can eat for €12.90)

Britta Tiedemann-Pötter

vor 4 Jahren

Mit einem Tablet essen bestellen war mal was neues... Da wir das erste mal da
waren, gab es eine kleine Einweisung. Essen war super lecker und es gab eine
große Auswahl und alles war sehr ansprechend angerichtet. Die Mitarbeiter/innen
waren alle sehr nett. Größter Pluspunkt für mich, ich durfte meine beiden Hunde
mitnehmen. Ich kann dieses Restaurant nur weiter empfehlen und wir werden
bestimmt wieder dort essen gehen. (Translated by Google) Ordering food with a
tablet was something new... Since it was our first time there, there was a short
introduction. The food was delicious and there was a large selection and
everything was very attractively presented. The employees were all very nice.
The biggest plus point for me was that I was allowed to take my two dogs with
me. I can only recommend this restaurant and we will definitely eat there again.

Lany Denizet

vor 5 Jahren

Mit Freunden dort das erste Mal gewesen. Alles bestens. Kann die vorherigen
schlechten Bewertungen nicht nachvollziehen. Essen frisch zubereitet und sehr
lecker. Bedienung sehr freundlich. Freue mich schon auf das nächste Mal.
(Translated by Google) Went there for the first time with friends. Everything
fine. Can't understand the previous bad reviews. Food freshly prepared and very
tasty. Service very friendly. I'm already looking forward to the next time.

S. H.-Böhm

vor 18 Tagen

Wir bestellen schon seit einiger Zeit regelmäßig hier und wurden noch nie
enttäuscht! :) (Translated by Google) We have been ordering here regularly for
some time and have never been disappointed! :)

Dream Girl333

vor 2 Monaten

Ein tolles Konzept mit dem Tablet. Mittagszeit zu 19,90 pro Person. Wir waren
begeistert, reichliche Auswahl, alles frisch zubereitet und ansprechend
angerichtet. Die Bedienung sehr freundlich. Preis/Leistung stimmen zu 100
Prozent. wir kommen wieder. Note 1* (Translated by Google) A great concept with
the tablet. Lunchtime at 19.90 per person. We were thrilled, there was plenty of
choice, everything was freshly prepared and attractively presented. The service
was very friendly. Price/performance is 100 percent right. we will be back. Note
1*

M. S.

vor 2 Monaten

Das All you can eat, hat was und ist durch die Bestellung am Tablet ganz
interessant. Auf jeden Fall empfehlenswert! (Translated by Google) The
all-you-can-eat option has something to offer and is quite interesting thanks to
ordering on the tablet. Definitely recommended!

Andreas Schwandner

vor 6 Monaten

Amazing food, nice staff, ordering with the tablets is easy and you get your
food fast. Atmosphere is great, my only complaint is that I'm always full to
fast.

Kadachi

vor 7 Monaten

All you can eat ist sehr lecker, Sushi ist etwas üppig, so das man schneller
satt ist, deshalb Empfehlung von mir nicht zu viel Sushi bestellen. (Translated
by Google) All you can eat is very tasty, sushi is a bit rich so you get full
quicker, so I recommend not ordering too much sushi.

Isabella Franke

vor 9 Monaten

Wenn man die Öffnungszeiten beachtet, kann man ausgezeichnet und günstig dort
Essen. Das Bestellen mit dem Tablet geht einfach und selbsterklärend von der
Hand und ist mir allemal lieber, als wenn 50 Gäste wahllos Kreuz und Quer vor
dem Buffet rumlaufen. Von mir klar eine Empfehlung! (Translated by Google) If
you pay attention to the opening times, you can get excellent and cheap food
there. Ordering with the tablet is easy and self-explanatory and I prefer it to
50 guests randomly walking around in front of the buffet. Definitely a
recommendation from me!

Jambo 1981 (Jambo)

vor 9 Monaten

Das Konzept mit dem bestellen ist echt Super. Es gibt eine große Auswahl an
Speisen die im all you can eat inbegriffen sind. Zudem ist das Essen sehr lecker
und nicht wie bei anderen Restaurants mit All You Can Eat Konzept eintönig und
Fad. Man hat den Eindruck das es sehr frisch und hochwertig ist. Ganz besonders
ist das freundliche und zuvorkommende Personal zu loben. Immer ein lächeln im
Gesicht. Das Ambiente ist sehr entspannt aber leicht steril. (Translated by
Google) The concept of ordering is really great. There is a large selection of
dishes that are included in the all you can eat. In addition, the food is very
tasty and not monotonous and bland like other restaurants with an all you can
eat concept. You get the impression that it is very fresh and high quality. The
friendly and courteous staff are particularly praiseworthy. Always a smile on
your face. The atmosphere is very relaxed but slightly sterile.

Miki

vor 1 Jahren

Haben mit dem tablet all you can eat bestellt. Essen war sehr lecker. Und man
hatte das Gefühl, dass essen stand schon auf dem Tisch, sobald man die
Bestellung aufgegeben hatte. Bedienungen waren echt superschnell. Toller
Abend.auch für meine kleine Tochter 😊 (Translated by Google) Ordered all you
can eat with the tablet. Food was very tasty. And you had the feeling that food
was already on the table as soon as you placed your order. The service was
really super fast. Great evening. also for my little daughter 😊

Sandra Riegel

vor 1 Jahren

Wir waren schon sehr oft hier essen. Das Sushi und der Lachsalat mit dem
Sesamdressing sind der Hammer. Immer alles frisch zubereitet. Auch die warmen
Speisen sind echt lecker. Portionen sind völlig ok, so kann man wenigstens
mehreres versuchen. Das Konzept mit dem Tablet bestellen finden wir super.
Hygienischer als wenn alle an ein Buffet rennen. Das Personal ist sehr
freundlich. Reichlich Parkplätze direkt vor der Tür. Sehr sauber alles. In einem
Punkt schließen wir uns hier einigen Leuten an. Wenn man zu zweit essen geht,
muss man in der Zwischenzeit mit 70 Euro rechnen. Schön wäre wenn man 30 Euro
p.P. machen würde inkl. alkoholfreie Getränke. Grüsse und bis zum nächsten Mal.
(Translated by Google) We have eaten here very often. The sushi and the salmon
salad with the sesame dressing are awesome. Everything is always freshly
prepared. The warm dishes are also really tasty. Portions are completely ok, so
you can at least try more than one. We think the concept of ordering with the
tablet is great. More hygienic than if everyone runs to a buffet. The staff is
very friendly. Plenty of parking spaces right in front of the door. Very clean
everything. We agree with some people here on one point. If you go out to eat
for two, you have to expect to pay 70 euros in the meantime. It would be nice if
you paid 30 euros per person. would make including non-alcoholic drinks.
Greetings and see you next time.

Nadja Haas

vor 1 Jahren

Dieser Asia Star in Neumarkt ist ein richtig gutes Restaurant geworden. Die
Speisen sind frisch und sehr schön angerichtet. Das Ambiente ist zum Wohlfühlen.
Es gibt frische Sushi aber auch andere japanische Speisen. Und vor allem gibt es
das Buffet mit einem sehr innovativen Bestellkonzept. Ich komme gerne wieder.
(Translated by Google) This Asia Star in Neumarkt has become a really good
restaurant. The food is fresh and very nicely prepared. The atmosphere is
comfortable. There is fresh sushi but also other Japanese dishes. And above all,
there is the buffet with a very innovative ordering concept. I will gladly come
again.

Bill Holler

vor 2 Jahren

Das Restaurant liegt außerhalb von Neumarkt und bietet mehrere Parkplätze an. Es
wird hier all can you eat angeboten. Man bestellt über ein Tablett bis zu 5
Gerichte die auch sehr bald auf den Tisch gebracht werden. dies Kann man alle 10
min wiederholen bis zu 3 Std. Das Essen ist sehr lecker 😋 und frisch. Auch die
Auswahl ist perfekt! Getränke werden extra berechnet. Die Atmosphäre ist sehr
gut. Es werden die aktuellen corona Bestimmungen angewendet. Man kann hier auch
vor reservieren Ich kann das Lokal nur empfehlen (Translated by Google) The
restaurant is located outside Neumarkt and offers several parking spaces. All
can you eat is offered here. You order up to 5 dishes from a tray and they are
brought to the table very quickly. this You can repeat it every 10 minutes for
up to 3 hours. The food is very tasty 😋 and fresh. The selection is also
perfect! Drinks are charged extra. The atmosphere is very good. The current
corona regulations apply. You can also reserve here in advance I can only
recommend the restaurant

Angelika schmitt

vor 2 Jahren

Große Auswahl an Gerichten die über Tablet bestellt werden. Alles frisch
zubereitet und schmeckt sehr lecker! Personal freundlich und schnell, absolut
empfehlenswert! (Translated by Google) Large selection of dishes that can be
ordered via tablet. Everything is freshly prepared and tastes very tasty! Staff
friendly and quick, absolutely recommended!

Elmar Feierler

vor 2 Jahren

Waren heute mal da. Business Lunch. Wir können folgende Kommentare abgegeben.
Tolles Konzept, Tolles essen und super nette zuvorkommende Bedienung. Es wird
auf die Qualität des Essens geachtet. Besonders hat uns gefallen das beim Buffet
eigentlich alles frisch zubereitet wird und man darauf achtet kein Essen für den
Mülleimer zu produzieren Wir kommen bestimmt wieder. (Translated by Google) Were
there today. Business lunch. We can make the following comments. Great concept,
great food and super nice, courteous service. Attention is paid to the quality
of the food. We particularly liked the fact that everything at the buffet is
actually prepared fresh and they make sure not to produce any food for the trash
can We'll definitely come back.

Volker Weis

vor 4 Jahren

Ein tolles Erlebnis. Sehr leckeres asiatisches Essen, sehr nette Bedienung,
tolles Ambiente und ein innovatives Bestellkonzept via Tablet. Wirklich sehr zu
empfehlen. Man kann wirklich sehr viele Spezialitäten aus dem "all you can eat
Buffet" probieren. Ein tolles Erlebnis für gross und klein sowie den Gaumen.
Danke. (Translated by Google) A great experience. Very tasty Asian food, very
friendly service, great ambience and an innovative ordering concept via tablet.
Really highly recommended. You can really try a lot of specialties from the “all
you can eat buffet”. A great experience for young and old as well as the palate.
Thanks.

Michael

vor 4 Jahren

Sehr gutes Essen. Auch das Konzept, die Bestellung per Tablet, ist interessant.
Der Service war sehr freundlich und zuvorkommend. Wir kommen gerne wieder.
(Translated by Google) Very good food. The concept of ordering via tablet is
also interesting. The service was very friendly and accommodating. We'd love to
come back.

Anne Zeidler

vor 4 Jahren

Sehr leckeres, frisch zubereitetes Essen, welches über ein Tablett alle 15
Minuten 5 kleine Gerichte bestellt werden können. Ein schöner, gemütlicher
Abend. (Translated by Google) Very tasty, freshly prepared food, 5 small dishes
can be ordered from a tray every 15 minutes. A lovely, cozy evening.

Manuela K.

vor 4 Jahren

Bestellung per Tablet ist super Idee, Essen kam super schnell und war lecker,
all you can eat für 9 oder 12€. Kommen wieder! (Translated by Google) Ordering
via tablet is a great idea, food came super quickly and was delicious, all you
can eat for 9 or 12€. Come again!

Olaf Hahne

vor 4 Jahren

Sehr lecker und ein witziges Buffetkonzept. Das Essen wird per Tablet bestellt
und frisch zubereitet serviert. Heiss, gut gewürzt und sehr lecker. Eine grosse
Auswahl, für jeden etwas dabei. Von Sushi bis gebackene Banane... Beim
Mittagstisch gibt es zwei verschiedene Menüs zur Auswahl. Ein kleines (9
Gerichte) für 8,90€ und ein all you can eat für 12,90) (Translated by Google)
Very tasty and a fun buffet concept. The food is ordered via tablet and served
freshly prepared. Hot, well seasoned and very tasty. A large selection,
something for everyone. From sushi to baked banana... There are two different
menus to choose from at lunch. A small one (9 dishes) for €8.90 and an all you
can eat for €12.90)

Britta Tiedemann-Pötter

vor 4 Jahren

Mit einem Tablet essen bestellen war mal was neues... Da wir das erste mal da
waren, gab es eine kleine Einweisung. Essen war super lecker und es gab eine
große Auswahl und alles war sehr ansprechend angerichtet. Die Mitarbeiter/innen
waren alle sehr nett. Größter Pluspunkt für mich, ich durfte meine beiden Hunde
mitnehmen. Ich kann dieses Restaurant nur weiter empfehlen und wir werden
bestimmt wieder dort essen gehen. (Translated by Google) Ordering food with a
tablet was something new... Since it was our first time there, there was a short
introduction. The food was delicious and there was a large selection and
everything was very attractively presented. The employees were all very nice.
The biggest plus point for me was that I was allowed to take my two dogs with
me. I can only recommend this restaurant and we will definitely eat there again.

Lany Denizet

vor 5 Jahren

Mit Freunden dort das erste Mal gewesen. Alles bestens. Kann die vorherigen
schlechten Bewertungen nicht nachvollziehen. Essen frisch zubereitet und sehr
lecker. Bedienung sehr freundlich. Freue mich schon auf das nächste Mal.
(Translated by Google) Went there for the first time with friends. Everything
fine. Can't understand the previous bad reviews. Food freshly prepared and very
tasty. Service very friendly. I'm already looking forward to the next time.

S. H.-Böhm

vor 18 Tagen

Wir bestellen schon seit einiger Zeit regelmäßig hier und wurden noch nie
enttäuscht! :) (Translated by Google) We have been ordering here regularly for
some time and have never been disappointed! :)

Dream Girl333

vor 2 Monaten

Ein tolles Konzept mit dem Tablet. Mittagszeit zu 19,90 pro Person. Wir waren
begeistert, reichliche Auswahl, alles frisch zubereitet und ansprechend
angerichtet. Die Bedienung sehr freundlich. Preis/Leistung stimmen zu 100
Prozent. wir kommen wieder. Note 1* (Translated by Google) A great concept with
the tablet. Lunchtime at 19.90 per person. We were thrilled, there was plenty of
choice, everything was freshly prepared and attractively presented. The service
was very friendly. Price/performance is 100 percent right. we will be back. Note
1*

M. S.

vor 2 Monaten

Das All you can eat, hat was und ist durch die Bestellung am Tablet ganz
interessant. Auf jeden Fall empfehlenswert! (Translated by Google) The
all-you-can-eat option has something to offer and is quite interesting thanks to
ordering on the tablet. Definitely recommended!

Andreas Schwandner

vor 6 Monaten

Amazing food, nice staff, ordering with the tablets is easy and you get your
food fast. Atmosphere is great, my only complaint is that I'm always full to
fast.

Kadachi

vor 7 Monaten

All you can eat ist sehr lecker, Sushi ist etwas üppig, so das man schneller
satt ist, deshalb Empfehlung von mir nicht zu viel Sushi bestellen. (Translated
by Google) All you can eat is very tasty, sushi is a bit rich so you get full
quicker, so I recommend not ordering too much sushi.

Isabella Franke

vor 9 Monaten

Wenn man die Öffnungszeiten beachtet, kann man ausgezeichnet und günstig dort
Essen. Das Bestellen mit dem Tablet geht einfach und selbsterklärend von der
Hand und ist mir allemal lieber, als wenn 50 Gäste wahllos Kreuz und Quer vor
dem Buffet rumlaufen. Von mir klar eine Empfehlung! (Translated by Google) If
you pay attention to the opening times, you can get excellent and cheap food
there. Ordering with the tablet is easy and self-explanatory and I prefer it to
50 guests randomly walking around in front of the buffet. Definitely a
recommendation from me!

Jambo 1981 (Jambo)

vor 9 Monaten

Das Konzept mit dem bestellen ist echt Super. Es gibt eine große Auswahl an
Speisen die im all you can eat inbegriffen sind. Zudem ist das Essen sehr lecker
und nicht wie bei anderen Restaurants mit All You Can Eat Konzept eintönig und
Fad. Man hat den Eindruck das es sehr frisch und hochwertig ist. Ganz besonders
ist das freundliche und zuvorkommende Personal zu loben. Immer ein lächeln im
Gesicht. Das Ambiente ist sehr entspannt aber leicht steril. (Translated by
Google) The concept of ordering is really great. There is a large selection of
dishes that are included in the all you can eat. In addition, the food is very
tasty and not monotonous and bland like other restaurants with an all you can
eat concept. You get the impression that it is very fresh and high quality. The
friendly and courteous staff are particularly praiseworthy. Always a smile on
your face. The atmosphere is very relaxed but slightly sterile.

Miki

vor 1 Jahren

Haben mit dem tablet all you can eat bestellt. Essen war sehr lecker. Und man
hatte das Gefühl, dass essen stand schon auf dem Tisch, sobald man die
Bestellung aufgegeben hatte. Bedienungen waren echt superschnell. Toller
Abend.auch für meine kleine Tochter 😊 (Translated by Google) Ordered all you
can eat with the tablet. Food was very tasty. And you had the feeling that food
was already on the table as soon as you placed your order. The service was
really super fast. Great evening. also for my little daughter 😊

Sandra Riegel

vor 1 Jahren

Wir waren schon sehr oft hier essen. Das Sushi und der Lachsalat mit dem
Sesamdressing sind der Hammer. Immer alles frisch zubereitet. Auch die warmen
Speisen sind echt lecker. Portionen sind völlig ok, so kann man wenigstens
mehreres versuchen. Das Konzept mit dem Tablet bestellen finden wir super.
Hygienischer als wenn alle an ein Buffet rennen. Das Personal ist sehr
freundlich. Reichlich Parkplätze direkt vor der Tür. Sehr sauber alles. In einem
Punkt schließen wir uns hier einigen Leuten an. Wenn man zu zweit essen geht,
muss man in der Zwischenzeit mit 70 Euro rechnen. Schön wäre wenn man 30 Euro
p.P. machen würde inkl. alkoholfreie Getränke. Grüsse und bis zum nächsten Mal.
(Translated by Google) We have eaten here very often. The sushi and the salmon
salad with the sesame dressing are awesome. Everything is always freshly
prepared. The warm dishes are also really tasty. Portions are completely ok, so
you can at least try more than one. We think the concept of ordering with the
tablet is great. More hygienic than if everyone runs to a buffet. The staff is
very friendly. Plenty of parking spaces right in front of the door. Very clean
everything. We agree with some people here on one point. If you go out to eat
for two, you have to expect to pay 70 euros in the meantime. It would be nice if
you paid 30 euros per person. would make including non-alcoholic drinks.
Greetings and see you next time.

Nadja Haas

vor 1 Jahren

Dieser Asia Star in Neumarkt ist ein richtig gutes Restaurant geworden. Die
Speisen sind frisch und sehr schön angerichtet. Das Ambiente ist zum Wohlfühlen.
Es gibt frische Sushi aber auch andere japanische Speisen. Und vor allem gibt es
das Buffet mit einem sehr innovativen Bestellkonzept. Ich komme gerne wieder.
(Translated by Google) This Asia Star in Neumarkt has become a really good
restaurant. The food is fresh and very nicely prepared. The atmosphere is
comfortable. There is fresh sushi but also other Japanese dishes. And above all,
there is the buffet with a very innovative ordering concept. I will gladly come
again.

Bill Holler

vor 2 Jahren

Das Restaurant liegt außerhalb von Neumarkt und bietet mehrere Parkplätze an. Es
wird hier all can you eat angeboten. Man bestellt über ein Tablett bis zu 5
Gerichte die auch sehr bald auf den Tisch gebracht werden. dies Kann man alle 10
min wiederholen bis zu 3 Std. Das Essen ist sehr lecker 😋 und frisch. Auch die
Auswahl ist perfekt! Getränke werden extra berechnet. Die Atmosphäre ist sehr
gut. Es werden die aktuellen corona Bestimmungen angewendet. Man kann hier auch
vor reservieren Ich kann das Lokal nur empfehlen (Translated by Google) The
restaurant is located outside Neumarkt and offers several parking spaces. All
can you eat is offered here. You order up to 5 dishes from a tray and they are
brought to the table very quickly. this You can repeat it every 10 minutes for
up to 3 hours. The food is very tasty 😋 and fresh. The selection is also
perfect! Drinks are charged extra. The atmosphere is very good. The current
corona regulations apply. You can also reserve here in advance I can only
recommend the restaurant

Angelika schmitt

vor 2 Jahren

Große Auswahl an Gerichten die über Tablet bestellt werden. Alles frisch
zubereitet und schmeckt sehr lecker! Personal freundlich und schnell, absolut
empfehlenswert! (Translated by Google) Large selection of dishes that can be
ordered via tablet. Everything is freshly prepared and tastes very tasty! Staff
friendly and quick, absolutely recommended!

Elmar Feierler

vor 2 Jahren

Waren heute mal da. Business Lunch. Wir können folgende Kommentare abgegeben.
Tolles Konzept, Tolles essen und super nette zuvorkommende Bedienung. Es wird
auf die Qualität des Essens geachtet. Besonders hat uns gefallen das beim Buffet
eigentlich alles frisch zubereitet wird und man darauf achtet kein Essen für den
Mülleimer zu produzieren Wir kommen bestimmt wieder. (Translated by Google) Were
there today. Business lunch. We can make the following comments. Great concept,
great food and super nice, courteous service. Attention is paid to the quality
of the food. We particularly liked the fact that everything at the buffet is
actually prepared fresh and they make sure not to produce any food for the trash
can We'll definitely come back.

Volker Weis

vor 4 Jahren

Ein tolles Erlebnis. Sehr leckeres asiatisches Essen, sehr nette Bedienung,
tolles Ambiente und ein innovatives Bestellkonzept via Tablet. Wirklich sehr zu
empfehlen. Man kann wirklich sehr viele Spezialitäten aus dem "all you can eat
Buffet" probieren. Ein tolles Erlebnis für gross und klein sowie den Gaumen.
Danke. (Translated by Google) A great experience. Very tasty Asian food, very
friendly service, great ambience and an innovative ordering concept via tablet.
Really highly recommended. You can really try a lot of specialties from the “all
you can eat buffet”. A great experience for young and old as well as the palate.
Thanks.

Michael

vor 4 Jahren

Sehr gutes Essen. Auch das Konzept, die Bestellung per Tablet, ist interessant.
Der Service war sehr freundlich und zuvorkommend. Wir kommen gerne wieder.
(Translated by Google) Very good food. The concept of ordering via tablet is
also interesting. The service was very friendly and accommodating. We'd love to
come back.

Anne Zeidler

vor 4 Jahren

Sehr leckeres, frisch zubereitetes Essen, welches über ein Tablett alle 15
Minuten 5 kleine Gerichte bestellt werden können. Ein schöner, gemütlicher
Abend. (Translated by Google) Very tasty, freshly prepared food, 5 small dishes
can be ordered from a tray every 15 minutes. A lovely, cozy evening.

Manuela K.

vor 4 Jahren

Bestellung per Tablet ist super Idee, Essen kam super schnell und war lecker,
all you can eat für 9 oder 12€. Kommen wieder! (Translated by Google) Ordering
via tablet is a great idea, food came super quickly and was delicious, all you
can eat for 9 or 12€. Come again!

Olaf Hahne

vor 4 Jahren

Sehr lecker und ein witziges Buffetkonzept. Das Essen wird per Tablet bestellt
und frisch zubereitet serviert. Heiss, gut gewürzt und sehr lecker. Eine grosse
Auswahl, für jeden etwas dabei. Von Sushi bis gebackene Banane... Beim
Mittagstisch gibt es zwei verschiedene Menüs zur Auswahl. Ein kleines (9
Gerichte) für 8,90€ und ein all you can eat für 12,90) (Translated by Google)
Very tasty and a fun buffet concept. The food is ordered via tablet and served
freshly prepared. Hot, well seasoned and very tasty. A large selection,
something for everyone. From sushi to baked banana... There are two different
menus to choose from at lunch. A small one (9 dishes) for €8.90 and an all you
can eat for €12.90)

Britta Tiedemann-Pötter

vor 4 Jahren

Mit einem Tablet essen bestellen war mal was neues... Da wir das erste mal da
waren, gab es eine kleine Einweisung. Essen war super lecker und es gab eine
große Auswahl und alles war sehr ansprechend angerichtet. Die Mitarbeiter/innen
waren alle sehr nett. Größter Pluspunkt für mich, ich durfte meine beiden Hunde
mitnehmen. Ich kann dieses Restaurant nur weiter empfehlen und wir werden
bestimmt wieder dort essen gehen. (Translated by Google) Ordering food with a
tablet was something new... Since it was our first time there, there was a short
introduction. The food was delicious and there was a large selection and
everything was very attractively presented. The employees were all very nice.
The biggest plus point for me was that I was allowed to take my two dogs with
me. I can only recommend this restaurant and we will definitely eat there again.

Lany Denizet

vor 5 Jahren

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7

Speisekarte



Abendbüffet Mittagsbüffet Vorspeisen Mittagsmenü Klassiker aus Asien Sushi Sushi
Mix Dessert

700. Abendbüffet



28,90 €

701. Abendbüffet Kind 7-12J



15,90 €

702. Abendbüffet Kind 4-6J



8,90 €

Über uns

Willkommen in unserem Restaurant! Bei uns erwartet Sie ein einzigartiges
kulinarisches Erlebnis. Statt einem traditionellen Buffet bieten wir unseren
Gästen ein Buffet à la carte. Dabei zahlen Sie einen festen Betrag und bestellen
Ihre Wahl auf einem Formular, das Sie dann unserem aufmerksamen Kellner geben.
Nach kurzer Zubereitungszeit werden Ihnen die frisch zubereiteten Speisen direkt
an den Tisch gebracht. Unser Konzept bietet den Vorteil, dass alle Speisen
individuell und frisch für Sie zubereitet werden. So können Sie die gemütliche
Atmosphäre genießen, ohne selbst aufstehen zu müssen, um sich die Speisen zu
holen.

Öffnungszeiten

Montag

11:30 - 14:00
17:00 - 22:00

Dienstag

11:30 - 14:00
17:00 - 22:00

Mittwoch

Ruhetag

Donnerstag

11:30 - 14:00
17:00 - 22:00

Freitag

11:30 - 14:00
17:00 - 22:00

Samstag

11:30 - 14:00
17:00 - 22:00

Sonntag

11:30 - 14:00
17:00 - 22:00

Kontakt

09181 5129628
Freystädter Str. 11
92318 Neumarkt in der Oberpfalz

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.

➙June 2024➙
SuMoTuWeThFrSa
262728293031123456789101112131415161718192021222324252627282930123456
TodayClear

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

10:0010:3011:0011:3012:0012:3013:0013:3014:0014:3015:0015:3016:0016:3017:0017:3018:0018:3019:0019:3020:0020:3021:0021:3022:0022:3023:0023:30



Weiter

Geben Sie Ihre Daten ein



Gäste



Ihr Name





Ihre Telefonnummer





Ihre E-Mail





Andere Wünsche





Tisch reservieren