Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 1m0s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
1545 lines
54 KiB
HTML
1545 lines
54 KiB
HTML
<!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.nemo-gmbh.de/',
|
|
|
|
SystemID: '1AND1_EU_PROD',
|
|
SiteAlias: '5b520240985440b48d8bfa8107f20a0d',
|
|
SiteType: atob('RFVEQU9ORQ=='),
|
|
PublicationDate: 'May 31, 2022',
|
|
ExternalUid: '3a1c9a9d-d67f-4aa0-acaa-aaf906c11fe7',
|
|
IsSiteMultilingual: false,
|
|
InitialPostAlias: '',
|
|
InitialPostPageUuid: '',
|
|
InitialDynamicItem: '',
|
|
DynamicPageInfo: {
|
|
isDynamicPage: false,
|
|
base64JsonRowData: 'null',
|
|
},
|
|
InitialPageAlias: 'kontakt',
|
|
InitialPageUuid: '055be8a295074887bb9bd6a0adbb71bf',
|
|
InitialPageId: '670239683',
|
|
InitialEncodedPageAlias: 'a29udGFrdA==',
|
|
InitialHeaderUuid: '1a4186534dac4bd4b89888c4aa9df9d2',
|
|
CurrentPageUrl: '',
|
|
IsCurrentHomePage: false,
|
|
AllowAjax: false,
|
|
AfterAjaxCommand: null,
|
|
HomeLinkText: 'Back To Home',
|
|
UseGalleryModule: false,
|
|
CurrentThemeName: 'Layout Theme',
|
|
ThemeVersion: '6110',
|
|
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,
|
|
HasCustomDomain: true,
|
|
SimpleSite: false,
|
|
showCookieNotification: false,
|
|
cookiesNotificationMarkup: 'null',
|
|
translatedPageUrl: '',
|
|
isFastMigrationSite: false,
|
|
sidebarPosition: 'NA',
|
|
currentLanguage: 'de',
|
|
currentLocale: 'de',
|
|
NavItems: '{}',
|
|
errors: {
|
|
general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
|
|
password: 'Incorrect name/password combination',
|
|
tryAgain: 'Try again'
|
|
},
|
|
NavigationAreaParams: {
|
|
ShowBackToHomeOnInnerPages: true,
|
|
NavbarSize: 4,
|
|
NavbarLiveHomePage: 'http://www.nemo-gmbh.de/',
|
|
BlockContainerSelector: '.dmBody',
|
|
NavbarSelector: '#dmNav:has(a)',
|
|
SubNavbarSelector: '#subnav_main'
|
|
},
|
|
hasCustomCode: false,
|
|
planID: '2799',
|
|
customTemplateId: 'null',
|
|
siteTemplateId: 'null',
|
|
productId: 'DM_DIRECT',
|
|
disableTracking: false,
|
|
pageType: 'FROM_SCRATCH',
|
|
isRuntimeServer: true,
|
|
isInEditor: false,
|
|
hasNativeStore: false,
|
|
defaultLang: 'de',
|
|
hamburgerMigration: null,
|
|
isFlexSite: false
|
|
};
|
|
|
|
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="kontakt.html">
|
|
|
|
<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">
|
|
|
|
<!--Add favorites icons-->
|
|
|
|
<link rel="apple-touch-icon"
|
|
href="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/NEMO%2BLogo%2BFinal-640w.png"/>
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/site_favicon_16_1586930453286.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 id='d-js-dmapi'>
|
|
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=Cabin:ital,wght@0,400..700;1,400..700&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&subset=latin-ext&display=swap" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- RT CSS Include d-css-runtime-desktop-one-package-new-->
|
|
<link rel="stylesheet" type="text/css" href="https://static-cdn.website-editor.net/mnlt/production/6443/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-new.min.css" />
|
|
|
|
<!-- End of RT CSS Include -->
|
|
|
|
<link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/WIDGET_CSS/25132576c0b1637caf8969049d8c3079.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="kontakt"] #dm [data-show-on-page-only="kontakt"] {
|
|
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/5b520240985440b48d8bfa8107f20a0d/files/5b520240985440b48d8bfa8107f20a0d_1.min.css?v=72" id="siteGlobalCss" />
|
|
|
|
|
|
|
|
<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 div.u_1333047245
|
|
{
|
|
background-color:rgba(255,255,255,1) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1818174637:before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(255,255,255) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1818174637.before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(255,255,255) !important;
|
|
}
|
|
*#dm *.dmBody div.u_1818174637:before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.46 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1818174637.before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.46 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1818174637
|
|
{
|
|
background-repeat:no-repeat !important;
|
|
background-image:none !important;
|
|
background-color:rgba(0,0,0,0) !important;
|
|
}
|
|
*#dm *.dmBody div.u_1869744900:before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.35 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1869744900.before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.35 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1716615528
|
|
{
|
|
background-color:rgba(244,244,244,1) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1212839876:before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(255,255,255) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1212839876.before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(255,255,255) !important;
|
|
}
|
|
*#dm *.dmBody div.u_1212839876:before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.15 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1212839876.before
|
|
{
|
|
background-color:rgba(0,0,0,1) !important;
|
|
opacity:0.15 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1212839876
|
|
{
|
|
background-repeat:no-repeat !important;
|
|
background-image:url(https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-28-2880w.jpg) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1869744900:before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(0,0,0) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1869744900.before
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(0,0,0) !important;
|
|
}
|
|
*#dm *.dmBody *.u_1869744900>.bgExtraLayerOverlay
|
|
{
|
|
opacity:0.5 !important;
|
|
background-color:rgb(0,0,0) !important;
|
|
}
|
|
*#dm *.dmBody div.u_1869744900
|
|
{
|
|
background-color:rgba(255,255,255,1) !important;
|
|
background-repeat:no-repeat !important;
|
|
background-image:url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Nemo_erneuerbare+energien_solar_photovoltaik_tiefbau_netzanbindung_guben_elektromobilit%C3%A4t-17-285f28e6-2880w.jpg') !important;
|
|
}
|
|
|
|
</style>
|
|
|
|
<style id="pagestyleDevice" type="text/css">
|
|
*#dm *.dmBody h1.u_1632917616
|
|
{
|
|
display:block !important;
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
max-width:100% !important;
|
|
padding-right:0 !important;
|
|
min-width:0 !important;
|
|
text-align:center !important;
|
|
}
|
|
*#dm *.dmBody div.u_1097339922
|
|
{
|
|
padding-top:0 !important;
|
|
padding-bottom:0 !important;
|
|
padding-right:0 !important;
|
|
padding-left:0 !important;
|
|
}
|
|
*#dm *.dmBody div.u_1333047245
|
|
{
|
|
padding-top:0 !important;
|
|
padding-bottom:0 !important;
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-left:0 !important;
|
|
max-width:none !important;
|
|
padding-right:0 !important;
|
|
min-width:0 !important;
|
|
text-align:left !important;
|
|
margin-right:auto !important;
|
|
margin-left:auto !important;
|
|
margin-top:0 !important;
|
|
margin-bottom:0 !important;
|
|
}
|
|
*#dm *.dmBody h1.u_1706761410
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
max-width:100% !important;
|
|
padding-right:0 !important;
|
|
min-width:0 !important;
|
|
text-align:center !important;
|
|
display:block !important;
|
|
}
|
|
*#dm *.dmBody h2.u_1706761410
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:left !important;
|
|
display:block !important;
|
|
}
|
|
*#dm *.dmBody div.u_1818174637
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:80px !important;
|
|
padding-left:40px !important;
|
|
padding-bottom:80px !important;
|
|
max-width:none !important;
|
|
padding-right:40px !important;
|
|
min-width:0 !important;
|
|
text-align:center !important;
|
|
background-attachment:fixed !important;
|
|
background-size:cover !important;
|
|
}
|
|
*#dm *.dmBody div.u_1034024368
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
margin-right:0 !important;
|
|
margin-left:0 !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
margin-top:15px !important;
|
|
margin-bottom:0 !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:left !important;
|
|
}
|
|
*#dm *.dmBody div.u_1817529994
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:244px !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:0 !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:0 !important;
|
|
margin-right:0 !important;
|
|
margin-left:0 !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
margin-top:19px !important;
|
|
margin-bottom:0 !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:center !important;
|
|
}
|
|
*#dm *.dmBody h3.u_1706761410
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:left !important;
|
|
margin-right:0 !important;
|
|
margin-left:0 !important;
|
|
margin-top:0 !important;
|
|
margin-bottom:8px !important;
|
|
}
|
|
*#dm *.dmBody div.u_1950092833
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:306px !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:left !important;
|
|
margin-right:0 !important;
|
|
margin-left:0 !important;
|
|
margin-top:15px !important;
|
|
margin-bottom:8px !important;
|
|
}
|
|
*#dm *.dmBody div.u_1716615528
|
|
{
|
|
padding-right:20px !important;
|
|
margin-left:0 !important;
|
|
padding-left:20px !important;
|
|
padding-top:20px !important;
|
|
padding-bottom:20px !important;
|
|
margin-bottom:20px !important;
|
|
margin-top:20px !important;
|
|
}
|
|
*#dm *.dmBody h2.u_1632917616
|
|
{
|
|
display:block !important;
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:0 !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:0 !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:center !important;
|
|
margin-left:auto !important;
|
|
margin-top:0 !important;
|
|
margin-bottom:0 !important;
|
|
margin-right:auto !important;
|
|
}
|
|
*#dm *.dmBody div.u_1440648730
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:432px !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:2px !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:2px !important;
|
|
margin-right:auto !important;
|
|
margin-left:auto !important;
|
|
max-width:calc(100% - 264px) !important;
|
|
margin-top:8px !important;
|
|
margin-bottom:8px !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:center !important;
|
|
display:block !important;
|
|
}
|
|
*#dm *.dmBody div.u_1212839876
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:177px !important;
|
|
padding-left:40px !important;
|
|
padding-bottom:177px !important;
|
|
max-width:none !important;
|
|
padding-right:40px !important;
|
|
min-width:0 !important;
|
|
text-align:center !important;
|
|
background-attachment:fixed !important;
|
|
background-size:cover !important;
|
|
}
|
|
*#dm *.dmBody div.u_1310097722
|
|
{
|
|
margin-top:0 !important;
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:100% !important;
|
|
position:relative !important;
|
|
height:638px !important;
|
|
padding-top:0 !important;
|
|
padding-left:0 !important;
|
|
padding-bottom:0 !important;
|
|
margin-right:auto !important;
|
|
max-width:calc(100% - 0px) !important;
|
|
margin-bottom:0 !important;
|
|
padding-right:0 !important;
|
|
min-width:25px !important;
|
|
text-align:left !important;
|
|
}
|
|
*#dm *.dmBody div.u_1681106153
|
|
{
|
|
padding-top:0px !important;
|
|
}
|
|
*#dm *.dmBody div.u_1869744900
|
|
{
|
|
float:none !important;
|
|
top:0 !important;
|
|
left:0 !important;
|
|
width:auto !important;
|
|
position:relative !important;
|
|
height:auto !important;
|
|
padding-top:300px !important;
|
|
padding-left:40px !important;
|
|
padding-bottom:300px !important;
|
|
margin-right:0px !important;
|
|
margin-left:0px !important;
|
|
max-width:none !important;
|
|
margin-top:0px !important;
|
|
margin-bottom:0px !important;
|
|
padding-right:40px !important;
|
|
min-width:0 !important;
|
|
text-align:center !important;
|
|
background-attachment:fixed !important;
|
|
background-size:cover !important;
|
|
}
|
|
|
|
</style>
|
|
|
|
<!-- Flex Sections CSS -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style id="globalFontSizeStyle" type="text/css">
|
|
.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !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;
|
|
}
|
|
|
|
#dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
|
|
visibility: hidden;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style id="fontFallbacks">
|
|
@font-face {
|
|
font-family: "Cabin Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 101.7818%;
|
|
descent-override: 26.3684%;
|
|
size-adjust: 94.8106%;
|
|
line-gap-override: 0%;
|
|
}@font-face {
|
|
font-family: "Helvetica Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 77.002%;
|
|
descent-override: 22.998%;
|
|
line-gap-override: 0%;
|
|
}
|
|
</style>
|
|
|
|
|
|
<!-- End render the required css and JS in the head section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://www.nemo-gmbh.de/kontakt">
|
|
|
|
<title>
|
|
Kontakt
|
|
</title>
|
|
|
|
<meta name="keywords" content="Nemo, Solar, Photovoltaik, Tiefbau, E-TIB, Guben,"/>
|
|
<meta name="description" content="NEMO steht für Nachhaltige Energien und Mobilität.
|
|
Als Spezialist für Planung und Umsetzung Solarparks, Internetausbau und Elektromobilität wollen wir gezielt Regionen in Brandenburg stärken."/>
|
|
|
|
<meta name="twitter:card" content="summary"/>
|
|
<meta name="twitter:title" content="Kontakt"/>
|
|
<meta name="twitter:description" content="NEMO steht für Nachhaltige Energien und Mobilität.
|
|
Als Spezialist für Planung und Umsetzung Solarparks, Internetausbau und Elektromobilität wollen wir gezielt Regionen in Brandenburg stärken."/>
|
|
<meta property="og:description" content="NEMO steht für Nachhaltige Energien und Mobilität.
|
|
Als Spezialist für Planung und Umsetzung Solarparks, Internetausbau und Elektromobilität wollen wir gezielt Regionen in Brandenburg stärken."/>
|
|
<meta property="og:title" content="Kontakt"/>
|
|
|
|
|
|
|
|
|
|
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body id="dmRoot" data-page-alias="kontakt" 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="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-buttonstyle="ROUND_SIDES" 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 class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1188728890 dmRespCol small-12 large-3 medium-3" id="1188728890"> <span id="1847680890"></span>
|
|
<div class="u_1537060048 imageWidget align-center" data-widget-type="image" id="1537060048" data-element-type="image"> <a href="index.html" id="1120969391"><img data-inject="home-At18logo" src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/NEMO+Logo+Final-1920w.png" id="1266195280" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/NEMO+Logo+Final.png" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
</div>
|
|
<div class="u_1780181932 dmRespCol small-12 large-9 medium-9" 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="" wr="false" icon="true" surround="false" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="index.html" class="unifiednav__item unav-item unav-top-item dmUDNavigationItem_00 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
|
|
Startseite
|
|
" data-auto="page-text-style">Startseite<span class="icon icon-angle-down"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="newpage.html" class="unifiednav__item unav-item unav-top-item dmUDNavigationItem_010101316181 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
|
|
Über uns
|
|
" data-auto="page-text-style">Über uns<span class="icon icon-angle-down"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="kompetenzen.html" class="unifiednav__item unav-item unav-top-item dmUDNavigationItem_01010166579 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
|
|
Kompetenzen
|
|
" data-auto="page-text-style">Kompetenzen<span class="icon icon-angle-down"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="kontakt.html" class="unifiednav__item unav-item unav-top-item dmNavItemSelected dmUDNavigationItem_01010149495 " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
|
|
Kontakt
|
|
" data-auto="page-text-style">Kontakt<span class="icon icon-angle-down"></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="impressum.html" class="unifiednav__item unav-item unav-top-item dmUDNavigationItem_010101918448 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
|
|
Impressum
|
|
" data-auto="page-text-style">Impressum<span class="icon icon-angle-down"></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">Kontakt</div>
|
|
</div>
|
|
<div class="titleLine display_None"><hr/></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_kontakt dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1869744900 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1869744900"> <div class="dmRespColsWrapper" id="1926411335"> <div class="u_1681106153 dmRespCol small-12 medium-12 large-12" id="1681106153" data-anim-desktop="fadeInUp"> <h2 class="u_1632917616 dmNewParagraph" id="1632917616" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity;" data-element-type="paragraph"><div style="text-align: center;"><font class="lh-1 m-font-size-36 font-size-48" style="color: rgb(255, 255, 255);"><span style="font-weight: 600;">Kontakt</span></font></div></h2> <div class="u_1440648730 dmNewParagraph" id="1440648730" style="transition-duration: initial; transition-timing-function: initial; transition-delay: initial; transition-property: none; display: block;"><div style="text-align: center;"><font style="color: rgb(61, 181, 216);"><span style="font-size: 18px;"><i><font style="color: rgb(255, 255, 255);" class="font-size-24 lh-1">Rufen Sie uns an oder schreiben Sie uns eine Mail</font>.<br/></i></span></font></div></div></div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1818174637 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1818174637"> <div class="dmRespColsWrapper" id="1957413914"> <div class="u_1716615528 dmRespCol small-12 medium-12 large-12" id="1716615528" data-anim-desktop="fadeInLeft"> <h3 class="u_1706761410 dmNewParagraph" id="1706761410" style="transition: none; display: block;" data-element-type="paragraph"><div><span style="font-weight: 600;">KONTAKT</span></div></h3> <div class="u_1950092833 dmNewParagraph" id="1950092833" style="transition: opacity 1s ease-in-out; display: block;"><div><span style=""></span><span style="font-weight: inherit;"><b>Telefon: 03561 6851694</b></span></div><span style="font-weight: 700;"><div><span style="font-weight: inherit;"><b>Fax: 03561 6857735<br/></b></span></div><div><span style="font-weight: inherit;"><b>info@nemo-gmbh.de</b></span></div></span></div> <div class="u_1034024368 dmNewParagraph" id="1034024368" style="transition: none; display: block;"><div>NEMO Projektentwicklung GmbH<br/>Gewerbestraße 22<br/>03172 Guben<br/><br/><br/></div></div> <div class="u_1817529994 default dmHoursOfOperation" id="1817529994" dmle_extension="open_hours" data-element-type="open_hours" time_format="24" wr="true" lang="de" displaytitle="false" forcedisplay="false" icon="true" surround="true" adwords=""> <dl class="open-hours-data"> <div class="open-hours-item"> <dt day="0">Mo - Fr</dt>
|
|
<dd> <time>8:00</time>
|
|
- <time>16:00</time>
|
|
</dd>
|
|
</div>
|
|
<div class="open-hours-item"> <dt day="5">Sa - So</dt>
|
|
<dd>Geschlossen</dd>
|
|
</div>
|
|
</dl>
|
|
</div>
|
|
<div class="dmNewParagraph" data-element-type="paragraph" id="1436816020" style="transition: opacity 1s ease-in-out 0s;">Termine können jederzeit vereinbart werden.</div></div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1333047245 dmRespRow dmFooterContent fullBleedChanged fullBleedMode" id="1333047245"> <div class="dmRespColsWrapper" id="1897665728"> <div class="u_1097339922 dmRespCol small-12 medium-12 large-12" id="1097339922"> <div class="u_1310097722 default dmDefaultGradient align-center hasFullWidthMobile hasFullWidth inlineMap" data-type="inlineMap" data-lat="51.95249" data-lng="14.65996" data-address="Gewerbestraße 22, Guben, 03172, Deutschland" data-height="" data-msid="" data-mapurl="" data-lang="de" data-color-scheme="" data-zoom="11" data-layout="layout1" data-popup-display="" data-popup-show="true" data-popup-title="Nemo GmbH" data-popup-title-visible="true" data-popup-description="Gewerbestraße 22
|
|
03172 Guben" data-popup-description-visible="true" id="1310097722" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="map" addresstodisplay="Gewerbestraße 22, Guben, 03172, Deutschland" geocompleteaddress="Gewerbestraße 22, Guben, 03172, Deutschland" data-popup-display-desktop="" zoom="11" data-popup-display-mobile="" data-display-type="block" layout="layout1" modetablet="map" wr="true" icon="true" surround="true" description="Nemo GmbH" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" provider="mapbox" lon="14.65996" lat="51.95249"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1212839876 dmRespRow hasBackgroundOverlay dmSectionParallaxNew" style="text-align: center;" id="1212839876"> <div class="dmRespColsWrapper" id="1051118489"> <div class="dmRespCol small-12 medium-12 large-12" id="1140861415"> <div class="dmSpacer" id="1313651520" data-element-type="spacer"></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="dmRespCol dmFooterCol small-12 medium-12 large-12" id="1251437857"> <h2 class="u_1665821853 dmNewParagraph" id="1665821853" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><font data-inject="home-At18footerContactTitle" style="color: rgb(255, 255, 255);">Kontakt</font></h2> <div class="u_1430628913 dmNewParagraph" id="1430628913" data-styletopreserve="{" background-image="" :=""><font style="color: rgb(255, 255, 255);"> <span data-inject="semantic-PhoneLabel">Rufen Sie uns gerne an:</span>
|
|
<span data-inject="semantic-PhoneNumber">03561 6851694<br/>oder schreiben Sie eine Mail: info@nemo-gmbh.de</span>
|
|
</font></div> <div class="u_1396494604 dmNewParagraph" id="1396494604" style="display: block;"><div> <font style="color: rgb(255, 255, 255);"> <span data-inject="semantic-AddressLabel">Hier finden Sie uns:</span>
|
|
<span data-inject="semantic-FullAddress"><br/></span></font></div><div><font style="color: rgb(255, 255, 255);"><span data-inject="semantic-FullAddress">NEMO Projektentwicklung GmbH</span></font></div><div><font style="color: rgb(255, 255, 255);"><span data-inject="semantic-FullAddress"></span></font></div><font style="color: rgb(255, 255, 255);"><span data-inject="semantic-FullAddress">Gewerbestraße 22<br/>03172 Guben</span>
|
|
</font>
|
|
</div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1427428490" file="false" href="impressum.html" data-element-type="dButtonLinkId" id="1427428490"> <span class="iconBg" id="1492549072"> <span class="icon hasFontIcon icon-star" id="1088283426"></span>
|
|
</span>
|
|
<span class="text" id="1510023214">Datenschutz</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow u_1576127663" style="text-align: center;" id="1576127663"> <div class="dmRespColsWrapper" id="1029794467"> <div class="dmRespCol small-12 medium-12 large-12" id="1854509675"> <div class="u_1092061888 dmNewParagraph" id="1092061888" style="transition: opacity 1s ease-in-out;"><font style="color: rgb(139, 139, 139);"> <span data-inject="semantic-Copyright">Copyright © Nemo GmbH 2020. </span>
|
|
</font></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_6443";
|
|
var build = "2026-05-11T17_54_50";
|
|
window['v' + 'ersion'] = d_version;
|
|
|
|
function buildEditorParent() {
|
|
window.isMultiScreen = true;
|
|
window.editorParent = {};
|
|
window.previewParent = {};
|
|
window.assetsCacheQueryParam = "?version=2026-05-11T17_54_50";
|
|
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/jquery-3.7.0.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 = 'null';
|
|
</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["common.resources.dist.cdn"] =true;
|
|
rtCommonProps["common.build.dist.folder"] = 'production/6443';
|
|
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
|
|
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6443';
|
|
rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
|
|
rtCommonProps["feature.flag.runtime.newAnimation.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["booking.cal.api.domain"] = 'api.cal.com';
|
|
|
|
|
|
rtCommonProps['common.mapsProvider'] = 'mapbox';
|
|
|
|
rtCommonProps['common.mapsProvider.version'] = '0.52.0';
|
|
rtCommonProps['common.geocodeProvider'] = 'mapbox';
|
|
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["feature.flag.runtime.inp.threshold"] =150;
|
|
rtCommonProps["feature.flag.performance.logs"] =false;
|
|
rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
|
|
rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
|
|
rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
|
|
rtCommonProps["termly.mapbox.consent.category"] = 'performance';
|
|
// feature flags that's used out of runtime module (in legacy files)
|
|
rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
|
|
|
|
window.rtFlags = {};
|
|
rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false;
|
|
rtFlags["scripts.widgetCount.enabled"] =true;
|
|
rtFlags["fnb.animations.tracking.enabled"] =true;
|
|
rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
|
|
rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
|
|
rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
|
|
rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
|
|
rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
|
|
rtFlags["feature.flag.photo.gallery.exact.size"] =true;
|
|
rtFlags["geocode.search.localize"] =false;
|
|
rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
|
|
rtFlags["twitter.heightLimit.enabled"] = true;
|
|
rtFlags["runtime.lottieOverflow"] =false;
|
|
rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
|
|
rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
|
|
rtFlags["flex.animation.design.panel.layout"] =true;
|
|
rtFlags["runtime.cwv.report.cls.enabled"] =false;
|
|
rtFlags["runtime.cwv.report.lcp.enabled"] =false;
|
|
rtFlags["contact.form.useActiveForm"] =true;
|
|
rtFlags["contact.form.custom.errors.enabled"] =false;
|
|
rtFlags["runtime.ssr.productStore.internal.observer"] =true;
|
|
rtFlags["runtime.ssr.productCustomizations"] =true;
|
|
rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
|
|
rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
|
|
</script>
|
|
<script src="https://static-cdn.website-editor.net/mnlt/production/6443/_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 src="https://static-cdn.website-editor.net/mnlt/production/6443/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
|
|
<script>
|
|
|
|
$(window).bind("orientationchange", function (e) {
|
|
$.layoutManager.initLayout();
|
|
|
|
});
|
|
$(document).resize(function () {
|
|
|
|
});
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" id="d_track_campaign">
|
|
(function() {
|
|
if (!window.location.search) {
|
|
return;
|
|
}
|
|
const cleanParams = window.location.search.substring(1); // Strip ?
|
|
const queryParams = cleanParams.split('&');
|
|
|
|
const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
|
|
const domain = 'domain=' + window.location.hostname;
|
|
const path = "path=/";
|
|
|
|
queryParams.forEach((param) => {
|
|
const [key, value = ''] = param.split('=');
|
|
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: '5b520240985440b48d8bfa8107f20a0d'
|
|
});
|
|
|
|
// 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: 5b520240985440b48d8bfa8107f20a0d -->
|
|
<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 -->
|
|
</body>
|
|
</html>
|