CINXE.COM

Impressum

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="de" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'http://www.nigrum-montis.at/', AccountUUID: 'ec67f6f7a96244188e27982dd3aee63d', SystemID: '1AND1_EU_PROD', SiteAlias: '3c6e5048fea34804940d03d566500627', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Mon Nov 18 11:00:06 UTC 2024', ExternalUid: '2c43c3d7-b55b-4a81-88b2-ebfd81297bce', IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'impressum', InitialPageUuid: 'b0747ba15f984101bb792e5f3bab972f', InitialPageId: '655880591', InitialEncodedPageAlias: 'aW1wcmVzc3Vt', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49360', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'nigrum-montis', HasCustomDomain: true, SimpleSite: false, showCookieNotification: true, cookiesNotificationMarkup: ' <div>Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu k&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;ren Sie sich mit der Verwendung von Cookies einverstanden. <a href=\"\/privacy\" target=\"_blank\">Mehr Infos<\/a> \n<\/div> \n', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'LEFT', currentLanguage: 'de', currentLocale: 'de', NavItems: '{}', errors: { general: 'Fehler beim Herstellen der Verbindung zur Webseite.<br/> Stellen Sie sicher, dass Sie online sind.', password: 'Benutzername oder Passwort falsch', tryAgain: 'Erneut versuchen' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'http://www.nigrum-montis.at/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '2002', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'de', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.nigrum-montis.at/impressum"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Impressum </title> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/site_favicon_16_1550838211921.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://le-cdn.website-editor.net/"/> <!-- render the required CSS and JS in the head section --> <script> window.SystemID = '1AND1_EU_PROD'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/fonts/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static-cdn.website-editor.net/mnlt/production/4936/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/WIDGET_CSS/0dd9e6c50dc2e6c5b86e6d777c1bbe43.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="impressum"] #dm [data-show-on-page-only="impressum"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/files/3c6e5048fea34804940d03d566500627_1.min.css?v=438&Expires=1734529438&Signature=LApVowUhLZUoAwlSnwbMWdNMPcYmtJi8flR1Q~KiAIFlZ7WLzL6fIG0go7MhxFIiFnMgbMO1lwVaFTGC9Th1KEu~lTH3rDnzruOLZNZDpa5oIfKl3Yxl~vpRxJhJDrG05Aepa7cBLclFGh8O2glLWo6PiWE0GDBVLQWZooYvgf3aPhmZlJ5fvjCz-2Gh11pQHNhZdqW7~g5l5CvVFXhjJzigmOMs1uMZO4X64gkxFxT6OsfrDS2XTfOM0Se--qXVFjK3H~YU1BZ-0X0dsiUMKxNtKntFzmD2n1XLo0itel0gBOhz26RXcc8h5frJd9uUjzfwraPcXM9dIj7ePeuvQQ__&Key-Pair-Id=K2NXBXLF010TJW" id="siteGlobalCss" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/oneUndOne/1and1-runtime.css?version=2024-11-18T09_48_17" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody h1.u_1645481310 { } *#dm *.dmBody div.u_1912239993 { background-repeat:no-repeat !important; background-image:url('https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/zig-zag-12x110-2880w.png?Expires=1734529438&Signature=HrJcWBy89eQeQKr49qbNOGJqXVxRiaxNZClVGPh8eZCEzvSH8Bw7jYFNsFFrAN9PX8WUhOq9WJHBCbepo3ElU3q8FnDIpaLY8W4wZx19aoLEfOkeCcl~2xQkgHRXu06OhNK3mh393yhDPHHvhlACf2VRnaKwY22t~fVezbQjrwyI8Fi1eYdlPXIzvKFP7rMm55AbT8dAk1PtdkkXZ8scWPEl9FSaN2sqEoSEifa~lzqEeQ83Pio6xmI2TXltV7C6Jy8sqzIL5CrehqkXKO6FKsCjZ-mqD1HDTMfIKxcdcGdQa-mz9EkVMkCrUMVWtk6jj-MMqoSRtNQ5LeJFnlX1rA__&Key-Pair-Id=K2NXBXLF010TJW') !important; background-size:cover !important; } *#dm *.dmBody div.u_1673809188 { background-color:rgba(5, 37, 60, 1) !important; } *#dm *.dmBody div.u_1056044652 { background-color:rgba(5, 37, 60, 1) !important; } *#dm *.dmBody div.u_1646021522 { background-color:rgba(5, 37, 60, 1) !important; } *#dm *.dmBody div.u_1327675651 { background-color:rgba(5, 37, 60, 1) !important; } *#dm *.dmBody div.u_1409964086 { background-color:rgba(5, 37, 60, 1) !important; } *#dm *.dmBody div.u_1066681167 { line-height:normal !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody h1.u_1645481310 { display:block !important; float:none !important; top:0px !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0px !important; min-width:0 !important; text-align:center !important; } *#dm *.dmBody div.u_1304832177 { height:40px !important; } *#dm *.dmBody div.u_1928711547 { height:80px !important; } *#dm *.dmBody div.u_1646021522 { margin-top:0px !important; } *#dm *.dmBody div.u_1912239993 { background-repeat:repeat !important; background-size:auto !important; background-position:50% 100% !important; } *#dm *.dmBody div.u_1346953581 { height:60px !important; } *#dm *.dmBody div.u_1673809188 { padding-top:60px !important; margin-top:0px !important; } *#dm *.dmBody div.u_1056044652 { float:none !important; top:0px !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:20px !important; padding-left:0px !important; padding-bottom:0px !important; max-width:none !important; padding-right:0px !important; min-width:0 !important; text-align:center !important; margin-top:0px !important; } *#dm *.dmBody div.u_1409964086 { padding-top:15px !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "EB Garamond Fallback"; src: local('Arial'); ascent-override: 117.9035%; descent-override: 34.891%; size-adjust: 85.4088%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary"/> <!-- SYS- MUFORDFfRVVfUFJPRA== --> </head> <body id="dmRoot" data-page-alias="impressum" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1205579903"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations dmPageBody d-page-1564187643 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1564187643" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div style="text-align: center;" class="dmRespRow u_1582555716" id="1582555716"> <div class="dmRespColsWrapper" id="1231553479"> <div class="dmRespCol small-12 medium-12 large-12" id="1965628065"> <span id="1425331187"></span> <div class="u_1537060048 imageWidget align-center" data-widget-type="image" id="1537060048" data-element-type="image"> <a href="/" id="1120969391"><img data-inject="home-At10logo" src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/Falcos_Logo_Positiv-1920w.jpg?Expires=1734529438&Signature=SGbhU4Hos3QyQCQ2DXpL2tRv~EAtnrUPPyQs927xXvS8emM4nVHs7RLaqzgZwiUfBL3cu62Qyd4euuSwiZEAKd9YLqWTJnmP3Lf4ug8~7oDpqvmEErh-Kk6DgU-LmG4MLZ5BOzQWZpLPsxYGrRPpS5vrh0-VXqWGz-wMEfZGAbN386FRxpWlaggw06wUx1s6ydH1da~-k~M2ZyXAGSGdqiftDvJuBTL~o2QIda3062fL3SAynwXDspQ99PW5fYMBoYi11OowtXNHX8Nn8nyRjjhsFfWw3yrsY5A7Ctmax91rLar6a9lXYM0LqOJqeuh8nuRPbBPr~B04-mSewiicCg__&Key-Pair-Id=K2NXBXLF010TJW" id="1266195280" class="" data-dm-image-path="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/Falcos_Logo_Positiv.jpg" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1780181932 dmRespCol small-12 medium-12 large-12" id="1780181932"> <span id="1520082955"></span> <nav class="u_1284501632 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1284501632" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" navigation_id="" data-nav-structure="HORIZONTAL" wr="false" icon="true" surround="false" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item " target="" data-target-page-alias="home"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/galerie" class="unifiednav__item " target="" data-target-page-alias="galerie"> <span class="nav-item-text " data-link-text=" Restaurant " data-auto="page-text-style">Restaurant<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/speisekarte" class="unifiednav__item " target="" data-target-page-alias="speisekarte"> <span class="nav-item-text " data-link-text=" Speisekarte " data-auto="page-text-style">Speisekarte<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/kontakt" class="unifiednav__item " target="" data-target-page-alias="kontakt"> <span class="nav-item-text " data-link-text=" Reservieren " data-auto="page-text-style">Reservieren<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/impressum" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="impressum" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Impressum " data-auto="page-text-style">Impressum<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Impressum</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_impressum"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="1" class="dmDefaultRespTmpl" id="1564187643"> <div class="innerPageTmplBox dmDefaultPage dmRespRowsWrapper" id="1351308141"> <div style="text-align: center;" class="u_1673809188 dmRespRow" id="1673809188"> <div class="dmRespColsWrapper" id="1219547223"> <div class="dmRespCol small-12 medium-12 large-12" id="1923357019"> <h1 class="u_1645481310 dmNewParagraph" id="1645481310" data-element-type="paragraph"><font data-inject="impressum-pageTitle" style="">Impressum</font></h1></div> </div> </div> <div style="text-align: center;" class="u_1056044652 dmRespRow fullBleedChanged fullBleedMode" id="1056044652"> <div class="dmRespColsWrapper" id="1134714810"> <div class="dmRespCol small-12 medium-12 large-12 u_1912239993" id="1912239993"> <div class="dmSpacer u_1346953581" id="1346953581" data-element-type="spacer"></div> </div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1646021522" id="1646021522"> <div class="dmRespColsWrapper" id="1677300041"> <div class="dmRespCol small-12 medium-12 large-12" id="1556990056"> <div class="dmSpacer u_1304832177" id="1304832177" data-element-type="spacer"></div> </div> </div> </div> <div class="dmRespRow u_1409964086" style="text-align: center;" id="1409964086"> <div class="dmRespColsWrapper" id="1886133085"> <div class="dmRespCol small-12 medium-12 large-12" id="1116895507"> <div class="dmNewParagraph u_1066681167" data-element-type="paragraph" id="1066681167" style="transition: opacity 1s ease-in-out 0s;"><div style="text-align: center;"><span style="" class="lh-1 font-size-14">Nigrum Montis GmbH</span></div><div style="text-align: center;"><span style="" class="lh-1 font-size-14"><span class="lh-1">&nbsp;Schwarzenbergplatz 3</span><br/></span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style="">1010 Wien</span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style="">ATU 73599439</span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style=""><br/></span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style="">Kontakt:</span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style="">+43 1 7107066</span></div><div style="text-align: center;"><span class="lh-1 font-size-14" style="">info@falcos.wien</span></div><div style="text-align: center;"><br/></div></div></div> </div> </div> <div style="text-align: center;" class="dmRespRow u_1327675651" id="1327675651"> <div class="dmRespColsWrapper" id="1005461720"> <div class="dmRespCol small-12 medium-12 large-12" id="1571201710"> <div class="dmSpacer u_1928711547" id="1928711547" data-element-type="spacer"></div> <div class="imageWidget align-center u_1074992961" data-element-type="image" data-widget-type="image" id="1074992961"><img src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/0001-960w.jpg?Expires=1734529438&Signature=hnD9GUlTyIsybQliIadRyNphCV-Y10Lajwewrvxp9Ufh3-uzytuOsbaXbz7ZuuyvfKIiz65BL7MqfCOPeMePzRTsu1Jkji60JevoWmTbfzU0b3z8PZUV-6J2tqF2azRQMduDGqd01G8TFuosyOgGkUY0vi~5D33x1bfP9RnyLCG0jheFzc8xzAyn8U-v-gZXPsz4e3BKBVKM1d-qLqrIGGBvdUWOl04YY32tlmCucn6uVEwaboVj8PHYlnpwRJKrNB8z2Lxf7yBU-EkRPktvAwtD~xJPDF9X86wD1wad~m3Nb1RX~HETV5ruc-1fyQyhtXUCdePag2UO8yZ3A50dIQ__&Key-Pair-Id=K2NXBXLF010TJW" id="1268706400" class="" data-dm-image-path="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/0001.jpg" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="u_1251437857 dmRespCol dmFooterCol small-12 medium-6 large-6" id="1251437857"> <div class="u_1501789542 dmSpacer" id="1501789542" data-element-type="spacer"></div> <div class="u_1278706196 imageWidget align-center" data-widget-type="image" id="1278706196" data-element-type="image"><img data-inject="home-At10footerLogo" src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/Falcos_Logo_Negativ-1920w.jpg?Expires=1734529438&Signature=PxKJhD~uEUxuKdFFt2Mh7ORC0o-HlzjjzNpbW5cmLrgCwbjbVf1knwKZcTomFYrQnIMjOMVQqP9T4e12pBqpQoGiIARQw71UN~v9hOIFQhF-tqwHovCMlDixQi3KOTJdxEd1AZriEOoVQHeUR1nD5Xr7T30D5zj31P82RdTnqTOlRiEcRN-3Oebuuh-bOyFIwZFqdlIGo2V-zr~IPZ5e0wrqqHfNpLq9AHsVtu65a9zJyLD8GooE5xUqrXN7vk3r~MrfciIvyj7Pnty5h6JhSy200vosIU3a2LydLxOMX1d9chwcaYXUGFNcVpuI51eYdn5QJvzX0V0YLc6uldgnvQ__&Key-Pair-Id=K2NXBXLF010TJW" id="1198228095" class="" data-dm-image-path="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/Falcos_Logo_Negativ.jpg" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1126056457 dmRespCol small-12 medium-6 large-6" id="1126056457"> <span id="1299621032"></span> <h5 style="transition: opacity 1s ease-in-out 0s;" class="dmNewParagraph u_1674600746" id="1674600746" data-element-type="paragraph"><font data-inject="home-At10footerTitle1" style="color: rgb(255, 255, 255);">Adresse:</font></h5> <div style="transition: opacity 1s ease-in-out 0s;" class="u_1104167580 dmNewParagraph" id="1104167580"><font color="#ffffff" style="" class="font-size-22 lh-1"><span class="lh-1">&nbsp;</span>info@falcos.wien</font></div> <div style="transition: opacity 1s ease-in-out 0s;" class="u_1337269828 dmNewParagraph" id="1337269828"><font style="color: rgb(255, 255, 255);" class="font-size-22 lh-1"><span data-inject="semantic-FullAddress">Schwarzenbergplatz 3</span></font><div><font style="color: rgb(255, 255, 255);" class="font-size-22 lh-1"><span data-inject="semantic-FullAddress">1010 Wien</span></font></div><div><font style="color: rgb(255, 255, 255);" class="font-size-22 lh-1"><span data-inject="semantic-FullAddress">Austria</span>&nbsp;</font><div><font style="color: rgb(255, 255, 255);" class="font-size-22 lh-1">&nbsp;// &nbsp;<span data-inject="semantic-PhoneNumber">+43 1 7107066</span></font></div></div></div></div> </div> </div> <div class="u_1751914391 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1751914391"> <div class="dmRespColsWrapper" id="1023839620"> <div class="dmRespCol small-12 medium-12 large-12" id="1785272624"> <h3 class="u_1257484326 dmNewParagraph" data-element-type="paragraph" id="1257484326" style="transition: opacity 1s ease-in-out;"><div><span style="font-weight: 600;"><font style="color: rgb(179, 179, 179);">Besuchen sie auch unsere Schwester-Lokale:<br/></font></span></div></h3> <div class="u_1046053122 dmDividerWrapper clearfix" data-element-type="dDividerId" id="1046053122" layout="divider-style-1" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1253255690"/></div> <div class="u_1047089149 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1047089149" data-placeholder="false" data-rows-to-show="100" data-image-animation="pulse" data-image-hover-effect="shine" data-link-gallery="true" data-desktop-caption-alignment="center_center"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1176726750"> <li class="photoGalleryThumbs" id="1647478498"> <div class="image-container" id="1064743407"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/Centimeter_Logo.jpg" id="1567468945" class="has-link u_1567468945" target="_blank" href="https://centimeter.at/" file="false" data-link-url="https://centimeter.at/"><img irh="" irw="" data-src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/Centimeter_Logo-1920w.jpg?Expires=1734529438&Signature=YENbZFCnJ2ZMjdh1A037GeYbfdVOBfCgE6S3wxlCVw-~JKInVBrDlgmb-g052KiVX-MWK6VKYD-P-svRZdgFAwllmzvgctz-7t~9r5xC1AKysLjUZIh9gjSn1enDrCeFjQ-wLybIgnMTTi6awA3Ow-xEWg7dPnVp17RE1dm~UpfOFohjJ~styt5MVmS6hdRaDiuF0KYTsP6KtieTYzrCI68FDkZtjUnsy82r1DWWXqKKFDO1o~6oH0QWGdJbiLRwUcSH5WqUOqXwXOjvhScvD-QcdA2vURimCfO4ExgRaTjSG9cVqGOa3EvjiO7-JsGuyYwm~u6iQ7~Q82C8pwDHZQ__&Key-Pair-Id=K2NXBXLF010TJW" id="1380002119" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1448534051"> <span class="caption-inner" id="1256382103"> <a class="caption-button dmWidget clearfix" id="1921626140" href="https://centimeter.at/" file="false"> <span class="iconBg" id="1445179344"> <span class="icon hasFontIcon icon-star" id="1632681310"></span> </span> <span class="text" id="1992321206">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1974047102"> <div class="image-container" id="1716178743"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/Laa+Logo.png" id="1547332764" class="has-link" href="http://www.laarestaurantbar.com/?lang=de" file="false" data-link-url="http://www.laarestaurantbar.com/?lang=de"><img irh="" irw="" data-src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/Laa+Logo-1920w.png?Expires=1734529438&Signature=qw~RLrsnMd6NGuzSita56y4WWD07GSfylr0dekSmTgH3A1Dj~e7YtnrYFolPRlnRle-GV9pbAp39SWT226LXkW-6x6Qamum-uW1dII96yPan0K6AZsz4DB42A-ESVljlIyjcs2O6uITO5in1YZWRMqTYirlvFgX9~HDVpBAswxh6vkaXAEUk0HIulX5JpocH90PoT~7zeGXHVfTvpaCVIYwCMpX3Td5DVGus6mcnf2fYrWi5XiN6sBoPlXiVT97ffNKTd6-mOgOrZc3oyaXSbVVon5pQDHZ4c4W6QTj-vllPGyMZnxyCFI9IrJ68RfqisBVSpK2gF4t6J-pGU4anyw__&Key-Pair-Id=K2NXBXLF010TJW" id="1894289837" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1467535619"> <span class="caption-inner" id="1019869867"> <a class="caption-button dmWidget clearfix" id="1449765694" href="http://www.laarestaurantbar.com/?lang=de" file="false"> <span class="iconBg" id="1700383560"> <span class="icon hasFontIcon icon-star" id="1820058497"></span> </span> <span class="text" id="1819828371">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1853370657"> <div class="image-container" id="1900246477"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/Logo_Vino_Wien.gif" id="1525481620" class="has-link" target="_blank" href="https://www.vino-wien.com/" file="false" data-link-url="https://www.vino-wien.com/"><img irh="" irw="" data-src="https://cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/Logo_Vino_Wien.gif?Expires=1734529438&Signature=YcFpCOuycUfgw4ylTsO5ZZASOcFC1EG8TY9fOkRpAl7cADay8zCDO6R1rl8xhQ29amCcZ7iodQWllseumvQTYzupNDVMOh1K2aEwmX-R4y94jdj-ino2Nl0gbTwS3eQn~u1eeieqSSL-W9SHtXLyPjZa-pxd-YbIcVw2Xx2i8ha9Dgz6KHlBi3PGN51qS~K0fn~zTZBojxIEgxU~MPGi7LlV8i3hsztqJ2Z64ajJCxmxU2V~-dIHuQM77hI7MH~JZlW39PnqGrs61WYt5y7QrilasUDRORw8YWk6R99qhw8biWjo~R~Ols7C6Nxi9V7dh2ihfmBIBhrbotmkcmF4WA__&Key-Pair-Id=K2NXBXLF010TJW" id="1310419210" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1771495803"> <span class="caption-inner" id="1383133307"> <a class="caption-button dmWidget clearfix" id="1442838264" href="https://www.vino-wien.com/" file="false"> <span class="iconBg" id="1916527886"> <span class="icon hasFontIcon icon-star" id="1945894657"></span> </span> <span class="text" id="1422474990">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1747867135"> <div class="image-container" id="1271565509"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/3c6e5048fea34804940d03d566500627/dms3rep/multi/logo-c32ac7ff.jpg" id="1330111365" class="has-link u_1330111365" target="_blank" href="http://www.stiegl-ambulanz.com/" file="false" data-link-url="http://www.stiegl-ambulanz.com/"><img irh="" irw="" data-src="https://le-cdn.website-editor.net/s/3c6e5048fea34804940d03d566500627/dms3rep/multi/opt/logo-c32ac7ff-1920w.jpg?Expires=1734529438&Signature=neTAO9HZ7j2IA8pdk84XUpcpZ5jd8ydrjtI3PJSNE-QV7UN4ZUS5pSw8ZYP9RQNvzR7b62fnL0ieuUZlVsXZ7bDeZoF-4w8oitmczjmDOuHm7UUvMNlKeugWM6rPbOfFjeh0aVwwKFKYN8i83ZAp5Y5QLESJq~3lwIcK-5Qum0st36-C16Oc3M8oMSQ7~DE47BdpCuitMluYzT2VS~OUVe51tIKvL2ght2m59gHqFmYraIRPlX1FCgVnwSFX73bZhXZpRVIiesTA9iK-d~xb~3DkE2xOJRut0n6U1YgzX-VMhTJQfvnWZhoB~G2XtAg5x1sf~igWSTC~XiBNFl6xCQ__&Key-Pair-Id=K2NXBXLF010TJW" id="1392541442" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1605971697"> <span class="caption-inner" id="1788112910"> <a class="caption-button dmWidget clearfix" id="1564698195" href="http://www.stiegl-ambulanz.com/" file="false"> <span class="iconBg" id="1378163551"> <span class="icon hasFontIcon icon-star" id="1060103994"></span> </span> <span class="text" id="1654168957">Button</span> </a> </span> </div> </li> </ul> <div class="photoGalleryViewAll link" isall="true" data-viewall="Mehr anzeigen" data-viewless="Weniger anzeigen" style="display:none;" id="1934143803">Mehr anzeigen</div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "GERMAN" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4936"; var build = "2024-11-18T09_48_17"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-18T09_48_17"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static-cdn.website-editor.net/libs/jquery/2.2.4/jquery.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = ' <div>Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu k&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;ren Sie sich mit der Verwendung von Cookies einverstanden. <a href=\"\/privacy\" target=\"_blank\">Mehr Infos<\/a> \n<\/div> \n'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.website-editor.net'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4936'; rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net'; rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/4936'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://le-cdn.website-editor.net/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static-cdn.website-editor.net/mnlt/production/4936/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1dxoqu0t5mb7j.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd1dxoqu0t5mb7j.cloudfront.net', { // Initialise a tracker appId: '3c6e5048fea34804940d03d566500627' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Schlie脽en (ESC)"></button> <button class="pswp__button pswp__button--share" title="Teilen"></button> <button class="pswp__button pswp__button--fs" title="Vollbild ein-/ausschalten"></button> <button class="pswp__button pswp__button--zoom" title="Vergr枚脽ern/verkleinern"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Zur眉ck (Pfeil nach links)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Weiter (Pfeil nach rechts)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="de_DE"></div> <!-- Alias: 3c6e5048fea34804940d03d566500627 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = '......'; Parameters.NavigationAreaParams.LessButtonText = '......'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> <!-- Begin Product Custom HTML Markup --> <script> function call1and1Tracking() { var externalId = dmAPI.getSiteExternalId(); var siteName = dmAPI.getSiteName(); var src = 'https://integration.mywebsite-editor.com/dakota-snippet-service/snippet/integration/snippet.js?sitename='+siteName+'&external_uid='+externalId+'&mode=visit' var tracking = document.createElement('script'); tracking.setAttribute('src',src); document.head.appendChild(tracking); } call1and1Tracking(); </script><!-- End Product Custom HTML Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10