{"id":2056,"date":"2020-05-10T06:55:40","date_gmt":"2020-05-10T06:55:40","guid":{"rendered":"http:\/\/hotelas.com\/?page_id=2056"},"modified":"2020-05-10T06:57:43","modified_gmt":"2020-05-10T06:57:43","slug":"location","status":"publish","type":"page","link":"https:\/\/hotel38.de\/en\/location\/","title":{"rendered":"Location"},"content":{"rendered":"\n<div class=\"wp-block-getwid-section contentElement\"><div class=\"wp-block-getwid-section__wrapper\"><div class=\"wp-block-getwid-section__inner-wrapper\"><div class=\"wp-block-getwid-section__background-holder\"><div class=\"wp-block-getwid-section__background\"><\/div><div class=\"wp-block-getwid-section__foreground\"><\/div><\/div><div class=\"wp-block-getwid-section__content\"><div class=\"wp-block-getwid-section__inner-content\">\n<h2 class=\"wp-block-heading\">location<\/h2>\n\n\n<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_1839' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_1839' style='visibility:hidden;'>\n<div id='slider_1839_slide01' class='sa_hover_container' style='padding:0% 5%; margin:0px 0%; '><h3>arriving by car<\/h3>\r\n<p>When you are coming from the express highway\/motorway please take the state road 1 or 96 and drive to Oranienburger Tor. Turn left Friedrichstr., after 80 m turn left again into the Oranienburger Str.<\/p>\r\n<h3>arriving by train<\/h3>\r\n<p>Take the train\/S-Bahn directly to train station Friedrichstra\u00dfe. Then take the S1 towards Frohnau to the next station of Oranienburger Str. Get out and you will reach the Hotel 38 after 200 meters.<\/p><\/div>\n<div id='slider_1839_slide02' class='sa_hover_container' style='padding:0% 5%; margin:0px 0%; '><p><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-2052 aligncenter\" src=\"http:\/\/hotelas.com\/wp-content\/uploads\/2020\/05\/1074-300x175.gif\" alt=\"\" width=\"300\" height=\"175\" \/><\/p><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_1839').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:1 },\n\t\t\t\t768:{ items:1 },\n\t\t\t\t980:{ items:2 },\n\t\t\t\t1200:{ items:2 },\n\t\t\t\t1500:{ items:2 }\n\t\t\t},\n\t\t\tautoplay : false,\n\t\t\tautoplayHoverPause : false,\n\t\t\tsmartSpeed : 300,\n\t\t\tfluidSpeed : 300,\n\t\t\tautoplaySpeed : 300,\n\t\t\tnavSpeed : 300,\n\t\t\tdotsSpeed : 300,\n\t\t\tloop : false,\n\t\t\tnav : false,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 'page',\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_1839').css('visibility', 'visible');\n\t\tsa_resize_slider_1839();\n\t\twindow.addEventListener('resize', sa_resize_slider_1839);\n\t\tfunction sa_resize_slider_1839() {\n\t\t\tvar min_height = '20';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_1839').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_1839 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_1839');\n\t\tjQuery('.slider_1839_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_1839_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tvar resize_2051 = jQuery('.owl-carousel');\n\t\tresize_2051.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n\n<\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"translation":{"provider":"WPGlobus","version":"2.12.2","language":"en","enabled_languages":["de","en"],"languages":{"de":{"title":true,"content":true,"excerpt":false},"en":{"title":true,"content":true,"excerpt":false}}},"_links":{"self":[{"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/pages\/2056"}],"collection":[{"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/comments?post=2056"}],"version-history":[{"count":4,"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/pages\/2056\/revisions"}],"predecessor-version":[{"id":2060,"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/pages\/2056\/revisions\/2060"}],"wp:attachment":[{"href":"https:\/\/hotel38.de\/en\/wp-json\/wp\/v2\/media?parent=2056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}