{"id":147,"date":"2020-06-24T03:59:12","date_gmt":"2020-06-24T03:59:12","guid":{"rendered":"http:\/\/wp.ruegengrill.de\/?page_id=147"},"modified":"2025-06-10T13:25:37","modified_gmt":"2025-06-10T13:25:37","slug":"menue-ruegengrill","status":"publish","type":"page","link":"http:\/\/wp.ruegengrill.de\/?page_id=147","title":{"rendered":"Meal for pickup"},"content":{"rendered":"<table style=\"height: 89px; width: 100%; border-collapse: collapse; border-style: none;\">\r\n<tbody>\r\n<tr style=\"height: 89px;\">\r\n<td style=\"width: 33.333333333333336%; height: 89px;\">\r\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/wp.ruegengrill.de\/?page_id=119\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"50\" class=\"wp-image-143\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/flagge-0181.gif\" alt=\"\" \/><\/a><\/figure>\r\n<\/td>\r\n<td style=\"width: 23.94366197183099%; height: 89px;\">\r\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/wp.ruegengrill.de\/?page_id=147\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"50\" class=\"wp-image-145\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/flagge-0827.gif\" alt=\"\" \/><\/a><\/figure>\r\n<\/td>\r\n<td style=\"width: 17.25352112676056%; height: 89px;\"><a href=\"http:\/\/wp.ruegengrill.de\/?page_id=149\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-142\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/flagge-0464.gif\" alt=\"\" width=\"68\" height=\"50\" \/><\/a><\/td>\r\n<td style=\"width: 25.46948356807512%;\"><a href=\"http:\/\/wp.ruegengrill.de\/?page_id=489\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-426\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2022\/05\/dutch-flag-8.gif\" alt=\"\" width=\"57\" height=\"58\" \/><\/a><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p>&nbsp;<\/p>\r\n\r\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\u00a0<\/div>\r\n<\/div>\r\n<pre class=\"wp-block-preformatted\">Dear guests,  \r\nyou can eat our dishes on site in our restaurant or simply order your favorite dish to take away.\r\nFor orders of four or more dishes for pick-up, we ask for two hours. \r\nBecause the kitchen is serving guests at the same time.\r\nYou can bring your own cleaned eat box or you buy one of our thermal food box for 90 Cent each one.\r\n \r\n  \r\nOnline order not possible ! Please call !\r\n<\/pre>\r\n\r\n\r\n\r\n\r\n<!-- START JS for Form ID: 219 -->\r\n<script type=\"text\/javascript\">\r\njQuery(document).ready(function($) {\r\n\r\n    jQuery(\"#preloader-emqzob\").fadeOut(500, function() {\r\n        jQuery(\"#ecf-form-emqzob\").fadeIn(300);\r\n    });\r\n\r\n    Ladda.bind('.ladda-button');\r\n\r\n    $(function() {\r\n\r\n        \r\n        \/* Validation *\/\r\n        $(\"#form-emqzob\").validate({\r\n            \/* Rules for form validation *\/\r\n            rules: {\r\n                name0:{required: true},text1:{required: true},text2:{required: true},text3:{required: true},email4:{required: true,email: true},text5:{required: true},text6:{required: true},message7:{required: true,minlength: 10},\r\n\r\n                            },\r\n            \/* Messages for form validation *\/\r\n            messages: {\r\n                name0:{required: \"This field is required\"},text1:{required: \"This field is required\"},text2:{required: \"This field is required\"},text3:{required: \"This field is required\"},email4:{required: \"This field is required\"},text5:{required: \"This field is required\"},text6:{required: \"This field is required\"},message7:{required: \"This field is required\"}            },\r\n            \/* Do not change code below *\/\r\n            errorPlacement: function(error, element) {\r\n                error.insertAfter(element.parent());\r\n            },\r\n\r\n            submitHandler: function(form) {\r\n                                ecf_onsubmit(jQuery('.form-emqzob'));\r\n\r\n                \r\n            },\r\n\r\n            invalidHandler: function(form) {\r\n                Ladda.stopAll();\r\n            },\r\n\r\n            onkeyup: false,\r\n            onfocusout: false,\r\n            onclick: false\r\n\r\n        });\r\n    });\r\n\r\n\r\n    \/* Form Submit ( Ajax ) *\/\r\n    function ecf_onsubmit(form) {\r\n\r\n        if (form.attr('action') == '#') {\r\n\r\n            data = {};\r\n            eldat = [];\r\n            data['action'] = 'ecf_deliver_mail';\r\n            data['formid'] = '219';\r\n            data['security'] = '3d53b759bf';\r\n\r\n\r\n            \r\n            jQuery('input, textarea', form).each(function(key) {\r\n\r\n                items = {};\r\n\r\n                if (typeof $(this).data('type') === 'undefined') {\r\n                    return true;\r\n                }\r\n\r\n\r\n                \r\n                items['type'] = $(this).data('type');\r\n                items['label'] = $(this).data('label');\r\n                items['value'] = this.value;\r\n                items['name'] = this.name;\r\n\r\n                eldat.push(items);\r\n\r\n            });\r\n\r\n\r\n                        data['allelmnt'] = JSON.stringify(eldat);\r\n\r\n            submitForm();\r\n\r\n            return false;\r\n\r\n        }\r\n\r\n    }\r\n\r\n    \/* Start submitForm\t *\/\r\n    function submitForm() {\r\n\r\n        jQuery.ajax({\r\n            url: 'http:\/\/wp.ruegengrill.de\/wp-admin\/admin-ajax.php',\r\n            type: 'POST',\r\n            dataType: 'json',\r\n            data: data,\r\n            success: function(data) {\r\n\r\n                if (data.Ok == true) {\r\n\r\n                    $(\"#form-emqzob\").get(0).reset();\r\n\r\n                    if (data.msg == 'redirect') {\r\n                        window.location = \"http:\/\/\";\r\n                    } else {\r\n                        notifyme('Your Order is placed', 'n', 'success',\r\n                            'left middle');\r\n                    }\r\n\r\n                } else {\r\n                    $(\"#form-emqzob\").get(0).reset();\r\n                    notifyme(data.msg, 'n', 'error', 'left middle');\r\n                }\r\n\r\n                Ladda.stopAll();\r\n\r\n            }\r\n        });\r\n\r\n        \r\n    }\r\n\r\n\r\n    \/* Notify *\/\r\n    function notifyme(msg, b, typ, pos) {\r\n        if (b == 'n') {\r\n            b = 'cf-submittedemqzob';\r\n        } else {\r\n            b = 'atcemqzob';\r\n        }\r\n\r\n        $(\"#\" + b).gnotify(msg, {\r\n            style: \"nbootstrap\",\r\n            elementPosition: pos,\r\n            className: typ\r\n        });\r\n\r\n        msg = null;\r\n        typ = null;\r\n\r\n    }\r\n\r\n});\r\n<\/script>\r\n<!-- END JS for Form ID: 219 -->\r\n\r\n<!-- START Form Markup for Form ID: 219 -->\r\n<div id=\"preloader-emqzob\" class=\"ecfpreloader\"><\/div>\r\n<div id=\"ecf-form-emqzob\" class=\"ecf-body\">\r\n    <form method=\"post\" enctype=\"multipart\/form-data\" action=\"#\" id=\"form-emqzob\" class=\"ecf-form form-emqzob\">\r\n        <header>Mealorder for pickup<\/header>        <fieldset>\r\n            <section><label class=\"label\">Surname and Name <\/label><label class=\"input\"><input data-type=\"name\" data-label=\"Surname and Name \" id=\"name0\" type=\"text\" name=\"name0\" \/><\/label><\/section><section><label class=\"label\">Street and Number<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Street and Number\" id=\"text1\" type=\"text\" name=\"text1\" \/><\/label><\/section><section><label class=\"label\">PLZ und City<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"PLZ und City\" id=\"text2\" type=\"text\" name=\"text2\" \/><\/label><\/section><section><label class=\"label\">Mobilnumber<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Mobilnumber\" id=\"text3\" type=\"text\" name=\"text3\" \/><\/label><\/section><section><label class=\"label\">Email<\/label><label class=\"input\"><input data-type=\"email\" data-label=\"Email\" id=\"email4\" type=\"text\" name=\"email4\" \/><\/label><\/section><section><label class=\"label\">Pickupdate<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Pickupdate\" id=\"text5\" type=\"text\" name=\"text5\" \/><\/label><\/section><section><label class=\"label\">Pickuptime<\/label><label class=\"input\"><input data-type=\"text\" data-label=\"Pickuptime\" id=\"text6\" type=\"text\" name=\"text6\" \/><\/label><\/section><section><label class=\"label\">Your order: court number and number as well as the desired side dish. Please insert special requests at the end<\/label><label class=\"textarea\"><textarea data-type=\"message\" data-label=\"Your order: court number and number as well as the desired side dish. Please insert special requests at the end\" id=\"message7\" name=\"message7\" rows=\"7\"><\/textarea><\/label><\/section>        <\/fieldset>\r\n        <footer>\r\n            <button data-style=\"slide-down\" id=\"cf-submittedemqzob\" class=\"ecfbutton ladda-button\" type=\"submit\" name=\"cf-submittedemqzob\"><span class=\"ladda-label\">SEND<\/span><\/button>\r\n        <\/footer>\r\n    <\/form>\r\n\r\n    \r\n<\/div>\r\n<!-- END Form Markup for Form ID: 219 -->\r\n\r\n\r\n\t\t\t\t\r\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-649\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2024\/04\/Speisekarte-englisch-2024.png\" alt=\"\" width=\"850\" height=\"1100\" srcset=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2024\/04\/Speisekarte-englisch-2024.png 850w, http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2024\/04\/Speisekarte-englisch-2024-232x300.png 232w, http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2024\/04\/Speisekarte-englisch-2024-791x1024.png 791w, http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2024\/04\/Speisekarte-englisch-2024-768x994.png 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\r\n<script type=\"text\/javascript\">\r\ndocument.addEventListener(\"DOMContentLoaded\", function(event) { \r\n\tjQuery( '#slider-pro-3-271' ).sliderPro({\r\n\t\t\/\/width\r\n\t\t\t\twidth: 1000,\r\n\t\t\t\t\r\n\t\t\/\/height\r\n\t\t\t\theight: 500,\r\n\t\t\t\t\r\n\t\t\/\/auto play\r\n\t\t\t\tautoplay:  true,\r\n\t\tautoplayOnHover: 'none',\r\n\t\t\t\t\t\t\t\tautoplayDelay: 5000,\r\n\t\t\r\n\t\t\r\n\t\tarrows: true,\r\n\t\tbuttons: true,\r\n\t\tsmallSize: 500,\r\n\t\tmediumSize: 1000,\r\n\t\tlargeSize: 3000,\r\n\t\tfade: true,\r\n\t\t\r\n\t\t\/\/thumbnail\r\n\t\tthumbnailArrows: true,\r\n\t\tthumbnailWidth: 120,\r\n\t\tthumbnailHeight: 120,\r\n\t\t\t\t\t\tthumbnailsPosition: 'bottom',\r\n\t\t\t\t\t\tcenterImage: true,\r\n\t\timageScaleMode: 'cover',\r\n\t\tallowScaleUp: true,\r\n\t\t\t\tstartSlide: 0,\r\n\t\tloop: true,\r\n\t\tslideDistance: 5,\r\n\t\tautoplayDirection: 'normal',\r\n\t\ttouchSwipe: true,\r\n\t\tfullScreen: true,\r\n\t});\r\n});\r\n<\/script>\r\n<style>\r\n\/* Layout 3 *\/\r\n\/* border *\/\r\n#slider-pro-3-271 .sp-selected-thumbnail {\r\n\tborder: 4px solid #000000;\r\n}\r\n\r\n\/* font + color *\/\r\n.title-in  {\r\n\tfont-family: Arial !important;\r\n\tcolor: #FFFFFF !important;\r\n\tbackground-color: #000000 !important;\r\n\topacity: 0.7 !important;\r\n}\r\n.desc-in  {\r\n\tfont-family: Arial !important;\r\n\tcolor: #FFFFFF !important;\r\n\tbackground-color: #00000 !important;\r\n\topacity: 0.7 !important;\r\n}\r\n\r\n\/* bullets color *\/\r\n.sp-button  {\r\n\tborder: 2px solid #000000 !important;\r\n}\r\n.sp-selected-button  {\r\n\tbackground-color: #000000 !important;\r\n}\r\n\r\n\/* pointer color - bottom *\/\r\n.sp-selected-thumbnail::before {\r\n\tborder-bottom: 5px solid #000000 !important;\r\n}\r\n.sp-selected-thumbnail::after {\r\n\tborder-bottom: 13px solid #000000 !important;\r\n}\r\n\r\n\/* pointer color - top *\/\r\n\r\n\/* full screen icon *\/\r\n.sp-full-screen-button::before {\r\n    color: #FFFFFF !important;\r\n}\r\n\r\n\/* hover navigation icon color *\/\r\n.sp-next-arrow::after, .sp-next-arrow::before {\r\n\tbackground-color: #FFFFFF !important;\r\n}\r\n.sp-previous-arrow::after, .sp-previous-arrow::before {\r\n\tbackground-color: #FFFFFF !important;\r\n}\r\n\r\n#slider-pro-3-271 .title-in {\r\n\tcolor: #FFFFFF !important;\r\n\tfont-weight: bolder;\r\n\ttext-align: center;\r\n}\r\n\r\n#slider-pro-3-271 .title-in-bg {\r\n\tbackground: rgba(255, 255, 255, 0.7); !important;\r\n\twhite-space: unset !important;\r\n\tmax-width: 90%;\r\n\tmin-width: 40%;\r\n\ttransform: initial !important;\r\n\t-webkit-transform: initial !important;\r\n\tfont-size: 14px !important;\r\n}\r\n\r\n#slider-pro-3-271 .desc-in {\r\n\tcolor: #FFFFFF !important;\r\n\ttext-align: center;\r\n}\r\n#slider-pro-3-271 .desc-in-bg {\r\n\tbackground: rgba(#00000, 0.7) !important;\r\n\twhite-space: unset !important;\r\n\twidth: 80% !important;\r\n\tmin-width: 30%;\r\n\ttransform: initial !important;\r\n\t-webkit-transform: initial !important;\r\n\tfont-size: 13px !important;\r\n}\r\n\r\n@media (max-width: 640px) {\r\n\t#slider-pro-3-271 .hide-small-screen {\r\n\t\tdisplay: none;\r\n\t}\r\n}\r\n\r\n@media (max-width: 860px) {\r\n\t#slider-pro-3-271 .sp-layer {\r\n\t\tfont-size: 18px;\r\n\t}\r\n\t\r\n\t#slider-pro-3-271 .hide-medium-screen {\r\n\t\tdisplay: none;\r\n\t}\r\n}\r\n.slides-not-found {\r\n\tbackground-color: #a92929;\r\n\tborder-radius: 5px;\r\n\tcolor: #fff;\r\n\tfont-family: initial;\r\n\ttext-align: center;\r\n\tpadding:12px;\r\n}\r\n\/* Custom CSS *\/\r\n<\/style>\r\n<h3 class=\"uris-slider-post-title\">Unsere Gerichte<\/h3>\r\n\t\t<div id=\"slider-pro-3-271\" class=\"slider-pro\">\r\n\t\t\t<!---- slides div start ---->\r\n\t\t\t<div class=\"sp-slides\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1491\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1491.png\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1479\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/IMG_1479-1-scaled.jpeg\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1491\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1491.png\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1614\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1614-1-scaled.jpeg\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1486\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1486-scaled.jpeg\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1490\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/IMG_1490.jpeg\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sp-slide\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-image\" alt=\"IMG_1615\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/css\/images\/blank.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1615-scaled.jpeg\" \/>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n\t\t\t<!---- slides div end ---->\r\n\t\t\t\t\t\t<!-- slides thumbnails div start -->\r\n\t\t\t<div class=\"sp-thumbnails\">\r\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1491-300x225.png\" alt=\"IMG_1491\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/IMG_1479-1-225x300.jpeg\" alt=\"IMG_1479\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1491-300x225.png\" alt=\"IMG_1491\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1614-1-300x225.jpeg\" alt=\"IMG_1614\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1486-300x225.jpeg\" alt=\"IMG_1486\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/06\/IMG_1490-300x225.jpeg\" alt=\"IMG_1490\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"sp-thumbnail\" src=\"http:\/\/wp.ruegengrill.de\/wp-content\/plugins\/ultimate-responsive-image-slider\/assets\/img\/loading.gif\" data-src=\"http:\/\/wp.ruegengrill.de\/wp-content\/uploads\/2020\/07\/IMG_1615-300x225.jpeg\" alt=\"IMG_1615\"\/>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<!-- slides thumbnails div end -->\r\n\t\t<\/div>\r\n\r\n<pre id=\"tw-target-text\" class=\"tw-data-text tw-text-large XcVN5d tw-ta\" dir=\"ltr\" data-placeholder=\"\u00dcbersetzung\"><span lang=\"en\">The dishes may look different from the photos shown on this page.<\/span><\/pre>\r\n<p>\r\n\r\n<\/p>\r\n<p>&nbsp;<\/p>\r\n\r\n<pre class=\"wp-block-preformatted\">\u00a0<\/pre>\r\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>&nbsp; \u00a0 Dear guests, you can eat our dishes on site in our restaurant or simply order your favorite dish to take away. For orders of four or more dishes for pick-up, we ask for two hours. Because the kitchen is serving guests at the same time. You can bring your own cleaned eat box [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/pages\/147"}],"collection":[{"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=147"}],"version-history":[{"count":31,"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/pages\/147\/revisions"}],"predecessor-version":[{"id":739,"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=\/wp\/v2\/pages\/147\/revisions\/739"}],"wp:attachment":[{"href":"http:\/\/wp.ruegengrill.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}