Files
e-tib.com/reference/www.nemo-gmbh.de/index.html
Marc Mintel 3808339711
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
chore: add www.nemo-gmbh.de site reference mirror
2026-05-15 10:08:49 +02:00

1284 lines
79 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: 'home',
InitialPageUuid: 'f26c65f331bb47f19d633c20a323d6ff',
InitialPageId: '666589150',
InitialEncodedPageAlias: 'aG9tZQ==',
InitialHeaderUuid: '1a4186534dac4bd4b89888c4aa9df9d2',
CurrentPageUrl: '',
IsCurrentHomePage: true,
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="index.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>
<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="criticalCss">
@charset "UTF-8";.display_None,.dmPopupMask{display:none}.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}@media (hover:none) and (pointer:coarse){#dmRoot #dm .dmOuter :not(.dmInner){background-attachment:scroll!important}}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body:not(.noFontIcons) #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.supportsFontIcons .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{padding:10px;text-align:left;margin:0 10px;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.lh-1{line-height:normal}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}.pswp{display:none;z-index:9999999999!important}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}body{-webkit-overflow-scrolling:touch}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-9{position:relative;width:75%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}.dmLargeBody #dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0 0 0 40px;height:auto;border:0;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}#dm [data-buttonstyle=ROUND_SIDES]:not([data-buttonstyle*=_ICON]) .dmWidget:not([data-buttonstyle]):not([data-buttonstyle*=_ICON]) .iconBg,body:not(.responsiveTablet) #dm .dmInner .dmBody .hide-for-large,body:not(.responsiveTablet) .hide-for-large{display:none!important}#dm [data-buttonstyle=ROUND_SIDES] .dmWidget:not([data-buttonstyle]){border-radius:50px;padding:0}#dm [data-buttonstyle=ROUND_SIDES]:not([data-buttonstyle*=_ICON]) .dmWidget:not([data-buttonstyle]):not([data-buttonstyle*=_ICON]) .text{padding-left:0;padding-right:0}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#111}.flexslider .slides img{width:100%;display:block;margin:auto}.flexslider .slides>li a img{opacity:0}.flexslider .slides>li .slide-inner *{line-height:normal}.flexslider.ed-version .slides img{display:none}.imageWidget a{font-style:italic;text-align:center}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#fff;color:#111;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#111}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(17,17,17,.2)}.dmLinksMenu{float:none!important;display:block}.dmStandardDesktop{display:block;margin:0 auto}.dmInner a{outline:0;vertical-align:inherit}#dm .dmInner .dmWidget{color:#f7f7f7;background-color:#333}.dmSpacer{border:0;height:15px}body{background-color:#eee}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}#dm .fHeader .dmHeaderContent.freeHeaderRow1{padding:30px 0}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#fff;max-width:100%}#dm [data-buttonstyle] .dmWidget span.iconBg,#dm [data-buttonstyle] .dmWidget span.text{color:#f7f7f7}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{flex-wrap:wrap}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.effect-text-color .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:#9a9a9a}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm div.dmContent h1{color:#111;font-family:Helvetica;font-size:50px}#dm div.dmRespCol>*{line-height:150%}#dm [data-buttonstyle] div.dmInner .dmWidget{border-width:1px;border-style:solid}#dm [data-buttonstyle] div.dmInner #site_content .dmWidget span.text{font-weight:400;color:rgba(255,255,255,1);font-size:16px}#dm [data-buttonstyle] div.dmInner #site_content .dmWidget{background-color:rgba(69,171,216,1);border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border-color:rgba(158,198,93,1);border-width:0;border-style:solid}#dm [data-buttonstyle] div.dmInner #site_content .dmWidget .iconBg{display:none}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Helvetica;font-weight:400;color:rgba(20,50,86,1)}#dm div.dmContent h1,#dm div.dmContent h1 *{color:rgba(20,50,86,1)}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1);background-image:none;background-size:auto;background-repeat:repeat;background-attachment:fixed}#dm .p_hfcontainer div.u_1571063569{background-color:rgba(255,255,255,1)!important;border-color:rgba(247,237,227,1)!important;border-width:0!important;border-style:solid!important;float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;margin:0 auto!important;padding:30px!important}#dm .p_hfcontainer div.u_1537060048,#dm .p_hfcontainer nav.u_1284501632{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;padding:0!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(17,17,17,1)!important;font-size:18px!important}#dm .p_hfcontainer .u_1284501632.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1284501632.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:18px!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:rgba(69,171,216,1)!important}#dm .p_hfcontainer nav.u_1284501632{width:100%!important;height:auto!important;justify-content:flex-end!important;align-items:stretch!important;text-align:right!important;margin:24px 0 0!important}#dm .p_hfcontainer div.u_1537060048{width:168px!important;text-align:center!important;display:block!important;margin:0 auto 0 0!important}#dm .dmBody a.u_1480151743,#dm .dmBody div.u_1949368597,#dm .dmBody h1.u_1780009176{display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;margin:0 auto!important}#dm .dmBody div.u_1643685674,#dm .dmBody div.u_1949368597,#dm .dmBody h1.u_1780009176{background-color:rgba(0,0,0,0)!important}#dm .dmBody .u_1625406165:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1625406165:before{background-color:rgba(0,0,0,1)!important;opacity:.3!important}#dm .dmBody div.u_1625406165{background-repeat:no-repeat!important;background-image:url(https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/etib+ingenieure+tiefbau+solar+pv+planung+vermessung+gis-246-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-color:rgba(20,50,86,.7)!important}#dm .dmBody div.u_1643685674{padding-top:31px!important}#dm .dmBody h1.u_1780009176{width:100%!important;height:auto!important;padding:2px 0!important}#dm .dmBody div.u_1949368597{width:100%!important;height:auto!important;padding:2px 0 23px!important}#dm .d-page-1716942098 DIV.dmInner{background-image:none!important;background-repeat:repeat!important;background-size:auto!important;background-attachment:fixed!important;background-position:50% 0!important;data-inject:home-At18siteBackground!important;data-cms-image-id:116837!important;data-cms-image-version:1!important}#dm .dmBody a.u_1480151743{width:200px!important;height:50px!important;padding:0!important}#dm .dmBody div.u_1625406165{background-attachment:fixed!important;background-size:cover!important;width:auto!important;margin:0!important;padding:300px 40px!important}.size-60{font-size:60px!important}
.dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
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/">
<title>
Nemo GmbH
</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="Nemo GmbH"/>
<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="Nemo GmbH"/>
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
</head>
<body id="dmRoot" data-page-alias="home" 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-home 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-201w.png" id="1266195280" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/NEMO+Logo+Final.png" onerror="handleImageLoadError(this)" height="63.765625" width="168.0"/></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 dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <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">&Uuml;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 dmUDNavigationItem_01010149495 " target="" data-target-page-alias=""> <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>
<div class="titleLine display_None"><hr/></div>
</div>
</div>
</div>
</div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home 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="dmRespRow u_1625406165 fullBleedChanged fullBleedMode dmSectionParallaxNew" style="text-align: center;" id="1625406165"> <div class="dmRespColsWrapper" id="1153948165"> <div class="u_1643685674 dmRespCol small-12 medium-12 large-12" id="1643685674"> <span id="1689445318"></span>
<h1 style="transition: opacity 1s ease-in-out 0s;" class="u_1780009176 dmNewParagraph" id="1780009176" data-element-type="paragraph"><font data-inject="home-At18row1Title" style="color: rgb(255, 255, 255);" class="m-size-36 lh-1 size-60">EIN PLATZ F&Uuml;R DIE SONNE<br/></font></h1> <div style="transition: opacity 1s ease-in-out 0s;" class="u_1949368597 dmNewParagraph" id="1949368597"><font data-inject="home-At18row1Paragraph" style="color: rgb(255, 255, 255);">AUS DER REGION F&Uuml;R DIE REGION<br/></font></div> <a data-inject="home-At18row2Button1Anchor" data-display-type="block" class="u_1480151743 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="newpage.html" id="1480151743" data-element-type="dButtonLinkId"> <span class="iconBg" id="1826455700"> <span class="icon hasFontIcon icon-star" id="1673880650"></span>
</span>
<span data-inject="home-At18row2Button1" class="text" id="1864105083">&Uuml;ber uns</span>
</a>
</div>
</div>
</div>
<div class="u_1935295891 dmRespRow" style="text-align: center;" id="1935295891"> <div class="dmRespColsWrapper" id="1822405673"> <div class="dmRespCol small-12 medium-12 large-12" id="1402432588"> <div class="dmNewParagraph" data-element-type="paragraph" id="1955760535" style="transition: opacity 1s ease-in-out 0s; text-align: center;"><font class="m-font-size-36 lh-1 font-size-50"><b>MIT <font style="color: rgb(61, 181, 216);">NEMO</font>
EIN TEIL DER ENERGIEWIRTSCHAFT WERDEN<br/></b></font></div> <h4 class="u_1157803479 dmNewParagraph" id="1157803479" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style="text-align: center;"><span style="font-size: 18px; font-weight: normal;"><font style="color: rgb(97, 94, 94);">Machen Sie mit! F&uuml;r Klima und Gemeinschaft.<br/></font></span></div></h4></div>
</div>
</div>
<div class="u_1323872781 dmRespRow dmDividerRow" id="1323872781"> <div class="dmRespColsWrapper" id="1188323425"> <div class="small-12 dmRespCol u_1927297927 medium-6 large-6" id="1927297927"> <span id="1212989972"></span>
<div class="u_1534741831 graphicWidget" data-widget-type="graphic" id="1534741831" data-layout="graphic-style-2" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1990720928" class="svg u_1990720928" data-icon-name="wp-user_profile_thin"> <g id="1468385957"> <path d="M60,60H10v-1c0-2.6,0.5-10.1,3-12.7c1.9-2,9.5-7.3,22.1-7.3c12.5,0,20.2,5.3,22.1,7.3c2.4,2.6,3,10,3,12.7V60z M12,58H58
c-0.1-3.6-0.9-8.7-2.4-10.3C55.5,47.6,49,41,35,41c-14,0-20.5,6.6-20.6,6.7C12.9,49.3,12.1,54.4,12,58z" id="1177998511"></path>
<path d="M35,36c-7.2,0-13-5.8-13-13s5.8-13,13-13s13,5.8,13,13S42.2,36,35,36z M35,12c-6.1,0-11,4.9-11,11s4.9,11,11,11
c6.1,0,11-4.9,11-11S41.1,12,35,12z" id="1380660334"></path>
</g>
</svg>
</div>
<h2 data-inject="home-At18row3col1Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1312314680 dmNewParagraph" id="1312314680" data-element-type="paragraph">Als Landeigent&uuml;mer<br/></h2> <div data-inject="home-At18row3col1Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1014245046 dmNewParagraph" id="1014245046">Als Landeigent&uuml;mer k&ouml;nnen Sie mit der Verpachtung Ihrer Fl&auml;chen einen wichtigen Teil zur Erreichung der Klimaziele leisten. Gleichzeitig sichern Sie durch langfristige Pachteinnahmen Ihren Betrieb.<br/></div></div>
<div class="u_1319687581 small-12 dmRespCol medium-6 large-6" id="1319687581"> <span id="1203045034"></span>
<div class="u_1022945976 graphicWidget" data-widget-type="graphic" id="1022945976" data-layout="graphic-style-2" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1478290872" class="svg u_1478290872" data-icon-name="wp-location_flag_thin"> <g id="1550263327"> <path d="M36.6,47.2c-0.5-0.1-1,0.4-1.1,0.9c0,0.5,0.4,1,0.9,1.1c7.6,0.7,11.1,2.7,11.1,3.8c0,1.4-5.5,4-16,4s-16-2.6-16-4
c0-1.1,3.5-3.1,11.1-3.8c0.6,0,1-0.5,0.9-1.1c0-0.5-0.5-1-1.1-0.9c-6.2,0.6-12.9,2.4-12.9,5.8c0,3.9,9.1,6,18,6s18-2.1,18-6
C49.5,49.6,42.8,47.8,36.6,47.2z" id="1363996187"></path>
<path d="M56.3,24.4c-0.2-0.3-0.5-0.4-0.8-0.4c-0.1,0-7.3,0.1-11-2.6v-4.5c0-0.2-0.1-0.4-0.2-0.6C40.5,11,32.8,11,32.5,11h-1
c-0.6,0-1,0.4-1,1v40c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V32.6c1.4-0.8,6.1-3.3,10-3.7v0.7c0,0.9,0,1.6,0.4,2.2c0.6,0.9,1.7,1,2.6,1
c7.7,0,10.8-7.2,10.9-7.5C56.6,25.1,56.5,24.7,56.3,24.4z M32.5,30.4V13h0c0.1,0,6.7,0,10,4.2v4.7c0,0,0,0,0,0v5
C38.9,27.3,34.6,29.2,32.5,30.4z M45.5,30.9c-0.7,0-0.9-0.1-0.9-0.1h0c-0.1-0.1-0.1-0.7-0.1-1.2v-5.8c3,1.6,7.1,2.1,9.3,2.2
C52.7,27.8,50,30.9,45.5,30.9z" id="1708200600"></path>
</g>
</svg>
</div>
<h2 data-inject="home-At18row3col2Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1421762295 dmNewParagraph" id="1421762295" data-element-type="paragraph">Als Gemeinde</h2> <div data-inject="home-At18row3col2Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1911119192 dmNewParagraph" id="1911119192">Besonders in l&auml;ndlichen Regionen bieten die Gewerbesteuereinnahmen von Erneuerbaren Energien f&uuml;r Gemeinden eine sichere Einnahmequelle. Parallel steigt die Kaufkraft und lokale Arbeit wird gef&ouml;rdert.<br/></div></div>
</div>
</div>
<div style="text-align: center;" class="dmRespRow u_1787431447 fullBleedChanged fullBleedMode" id="1787431447"> <div class="dmRespColsWrapper" id="1737790783"> <div class="dmRespCol small-12 medium-12 large-12 u_1873613215" id="1873613215"> <span id="1809598119"></span>
<div class="u_1004280265 flex-container dmImageSlider dmNoMargin dmNoMark hasFullWidth" data-widget-type="imageSlider" dmle_volatile_widget="true" id="1004280265" data-element-type="dSliderId" data-anim-desktop="fadeIn"> <div class="flexslider ed-version nav-layout-2" sliderscriptparams="{'stretch':true,'animation':true,'randomize':false,'directionNav':true,'isAutoPlay':true,'isFade':true,'controlNav':false,'slideshowSpeed':7000,'animationDuration':600,'pausePlay':true}" id="1074238189" layout="center"> <ul class="slides" id="1468047671"> <li layout="center" position="center" animation="pulse" show-content="true" color-overlay="true" text-background="true" id="1138157849" class="u_1138157849"> <a data-inject="home-At18row4slide1Anchor" id="1521169929" file="false" class="u_1521169929" href="kompetenzen.html"><img data-inject="home-At18row4slide1Img" dm="true" src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Nemo_erneuerbare+energien_solar_photovoltaik_tiefbau_netzanbindung_guben_elektromobilit%C3%A4t-8-2304w.jpg" id="1647052196" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/3f9ab32fc5c170726b023dadca08dff2336540ea3a624ba54317bed694e66740.jpeg" data-cms-image-id="108235" data-cms-image-version="1" alt="" onerror="handleImageLoadError(this)" height="513.0" width="1920.0"/></a>
<div class="color-overlay" id="1081839388"></div>
<div class="slide-inner" id="1759042196"> <div class="text-wrapper" id="1457095292"> <h3 data-inject="home-At18row4slide1Title" class="slide-title" id="1148297988">Solarenergie</h3>
<div data-inject="home-At18row4slide1Paragraph" class="slide-text" id="1476261386" style=""><p class="rteBlock">Solarenergie oder auch Photovoltaik genannt ist mittlerweile einer der wichtigsten Energietr&auml;ger Deutschlands.</p></div></div>
<div class="slide-button dmWidget clearfix" id="1543188689"> <span class="iconBg" id="1527245098"> <span class="icon hasFontIcon icon-star" id="1311417777"></span>
</span>
<span data-inject="home-At18row4slide1Button" class="text" id="1336427987">Kompetenzen</span>
</div>
</div>
</li>
<li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1042662195"> <a href="kompetenzen.html" id="1790726133" file="false"><img dm="true" src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%286+von+99%29-2304w.jpg" id="1420430105" alt="" onerror="handleImageLoadError(this)" height="513.0" width="1920.0"/></a>
<div class="color-overlay" id="1573325855"></div>
<div class="slide-inner" id="1692318345"> <div class="text-wrapper" id="1998398286"> <h3 class="slide-title" id="1589699417">Tiefbau</h3>
<div class="slide-text richText" id="1647032958"><p class="rteBlock">Ein leben ohne Strom oder Internet ist unvorstellbar - daf&uuml;r verlegen wir Kabel.</p></div>
</div>
<div class="slide-button dmWidget clearfix" id="1511731931"> <span class="iconBg" id="1801451025"> <span class="icon hasFontIcon icon-star" id="1064267643"></span>
</span>
<span class="text" id="1972011217">Kompetenzen</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div style="text-align: center;" class="dmRespRow u_1833290855" id="1833290855"> <div class="dmRespColsWrapper" id="1901862470"> <div class="dmRespCol small-12 u_1735273586 medium-12 large-12" id="1735273586"> <h1 data-inject="home-At18row5Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1588132772 dmNewParagraph" id="1588132772" data-element-type="paragraph">Acker zu verpachten?<br/></h1> <div data-inject="home-At18row5Paragraph" class="u_1415307936 dmNewParagraph" id="1415307936">&nbsp;Landwirtschaftliche Einnahmen werden immer unsicherer. Grund daf&uuml;r sind Spekulationen und Ernteausf&auml;lle in Folge der Klimakrise.<br/><div>Wie w&auml;re es damit, einen Teil Ihrer Fl&auml;chen f&uuml;r Solaranlagen zu attraktiven Konditionen zu verpachten?</div><div>Wir pachten Ihren Acker und errichten dort eine Solaranlage. Bestm&ouml;glich liegt Ihr Acker an der Auto- oder Eisenbahn, es sind jedoch auch viele weitere Fl&auml;chen geeignet.</div><div><br/></div><div><font class="font-size-20 lh-1"><b>Wir interessieren uns f&uuml;r folgende Fl&auml;chengr&ouml;&szlig;en:</b></font></div> <ul style="text-align: left;"><li>Freifl&auml;chen an <b>Bahn</b>
oder <b>Autobahn</b>: <b>ab 3 ha</b></li><li>sonstige <b>landwirtschaftliche Fl&auml;chen</b>: <b>ab 10 ha</b></li></ul>
<b><span style="font-weight: 400;">&nbsp;Melden Sie sich bei uns. Wir pr&uuml;fen, ob Ihre Fl&auml;chen f&uuml;r Solarenergie geeignet sind.</span><br/></b><br/><br/></div></div>
</div>
</div>
<div class="u_1267978277 dmRespRow dmDividerRow" id="1267978277"> <div class="dmRespColsWrapper" id="1083347645"> <div class="small-12 dmRespCol medium-4 large-4 u_1868757198" id="1868757198"> <span id="1164994736"></span>
<div class="u_1276512739 dmSpacer hide-for-medium hide-for-large" id="1276512739" data-element-type="spacer"></div>
<div class="u_1094723339 graphicWidget" data-widget-type="graphic" id="1094723339" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1990213458" class="svg u_1990213458" data-icon-name="li-corn"> <path d="M66,30.2c-0.6-0.2-1.2,0.1-1.5,0.6l-4,8C59.8,24.7,56.2,11.4,50,11.4s-9.8,13.4-10.5,27.4l-4-8c-0.3-0.5-0.9-0.8-1.5-0.6
c-0.6,0.2-0.9,0.8-0.9,1.4L39.4,72c0,5.4,4.1,9.9,9.4,10.5v4.9c0,0.7,0.6,1.2,1.3,1.2s1.2-0.6,1.2-1.2v-4.9
c5.3-0.6,9.4-5.1,9.4-10.3l6.2-40.6C67,30.9,66.6,30.4,66,30.2z M50,13.9c3.4,0,8.1,11.3,8.1,29.7l-2.9,5.8L50,59.8l-8.1-16.2
C41.9,25.1,46.6,13.9,50,13.9z M50,80.1c-4.5,0-8.1-3.6-8.1-8.3l-5-32.8l2.7,5.3l0,0L49,63.1c0,0,0.1,0,0.1,0.1c0,0,0,0.1,0.1,0.2
l7,14C54.6,79.1,52.4,80.1,50,80.1z M58.1,72c0,1-0.2,2-0.5,2.9l-6.2-12.3l9.1-18.2l2.7-5.4L58.1,72z" id="1807000918"></path>
</svg>
</div>
<h2 data-inject="home-At18row6Group1Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1784750909 dmNewParagraph" id="1784750909" data-element-type="paragraph">Unabh&auml;ngigkeit von Ernte<br/></h2> <div data-inject="home-At18row6Group1Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1063625297 dmNewParagraph" id="1063625297">B&ouml;rsenspekulation und die Klimakrise machen sich bei den Ernteertr&auml;gen bemerkbar.<br/></div> <div class="u_1072446120 dmSpacer hide-for-medium hide-for-large" id="1072446120" data-element-type="spacer"></div>
</div>
<div class="small-12 dmRespCol medium-4 large-4 u_1171453682" id="1171453682"> <span id="1548795070"></span>
<div class="u_1434234517 graphicWidget" data-widget-type="graphic" id="1434234517" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1091980621" class="svg u_1091980621" data-icon-name="li_diamond"> <path d="M68,31.3H32L22.3,41L50,68.7L77.7,41L68,31.3z M43.3,40.1l6.7-6.7l6.7,6.7H43.3z M57.6,41.9L50,64.6l-7.6-22.8H57.6z
M52.1,33.1h13.4l-6.7,6.7L52.1,33.1z M41.2,39.8l-6.7-6.7h13.4L41.2,39.8z M39.1,40.1H25.7l6.7-6.7L39.1,40.1z M40.6,41.9L48,64.2
L25.7,41.9H40.6z M59.4,41.9h14.8L52,64.2L59.4,41.9z M60.9,40.1l6.7-6.7l6.7,6.7H60.9z" id="1995402284"></path>
</svg>
</div>
<h2 data-inject="home-At18row6Group2Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1607316975 dmNewParagraph" id="1607316975" data-element-type="paragraph">Feste Einnahmequelle<br/></h2> <div data-inject="home-At18row6Group2Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1045994525 dmNewParagraph" id="1045994525">Sie k&ouml;nnen Einnahmen f&uuml;r mindestens 20 Jahre festlegen. So k&ouml;nnen Sie mit Ihrem Betrieb besser planen.<br/></div> <div class="u_1011549610 dmSpacer hide-for-medium" id="1011549610" data-element-type="spacer"></div>
</div>
<div class="small-12 dmRespCol medium-4 large-4 u_1797039785" id="1797039785"> <span id="1775797879"></span>
<div class="u_1887013997 graphicWidget" data-widget-type="graphic" id="1887013997" data-element-type="graphic"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1761178919" class="svg u_1761178919" data-icon-name="business_safe"> <path d="M69.54,82.43H30.46A10.58,10.58,0,0,1,19.89,71.86V28.14A10.58,10.58,0,0,1,30.46,17.57H69.54A10.58,10.58,0,0,1,80.11,28.14V71.86A10.58,10.58,0,0,1,69.54,82.43ZM30.46,19.59a8.55,8.55,0,0,0-8.54,8.54V71.86a8.55,8.55,0,0,0,8.54,8.54H69.54a8.55,8.55,0,0,0,8.54-8.54V28.14a8.55,8.55,0,0,0-8.54-8.54Z" id="1034733275"></path>
<path d="M64.82,74.84H35.18a8.27,8.27,0,0,1-8.26-8.26V33.42a8.27,8.27,0,0,1,8.26-8.26H64.82a8.27,8.27,0,0,1,8.26,8.26v3.42a1,1,0,1,1-2,0V33.42a6.24,6.24,0,0,0-6.23-6.23H35.18a6.24,6.24,0,0,0-6.23,6.23V66.58a6.24,6.24,0,0,0,6.23,6.23H64.82a6.24,6.24,0,0,0,6.23-6.23V63.16a1,1,0,1,1,2,0v3.42A8.27,8.27,0,0,1,64.82,74.84Z" id="1605323057"></path>
<path d="M72.07,55.4a1,1,0,0,1-1-1V45.61a1,1,0,1,1,2,0v8.77A1,1,0,0,1,72.07,55.4Z" id="1003875277"></path>
<path d="M74.43,46.63H69.7a1,1,0,0,1-1-1V36.84a1,1,0,0,1,1-1h4.73a1,1,0,0,1,1,1v8.77A1,1,0,0,1,74.43,46.63Zm-3.72-2h2.7V37.85h-2.7Z" id="1176869047"></path>
<path d="M74.43,64.18H69.7a1,1,0,0,1-1-1V54.39a1,1,0,0,1,1-1h4.73a1,1,0,0,1,1,1v8.77A1,1,0,0,1,74.43,64.18Zm-3.72-2h2.7V55.4h-2.7Z" id="1318579298"></path>
<path d="M50,63.1A13.1,13.1,0,1,1,63.1,50,13.11,13.11,0,0,1,50,63.1Zm0-24.17A11.07,11.07,0,1,0,61.07,50,11.09,11.09,0,0,0,50,38.93Z" id="1112655940"></path>
<path d="M50,56a6,6,0,1,1,6-6A6,6,0,0,1,50,56Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,50,46Z" id="1372861645"></path>
<path d="M50,42.56a1,1,0,0,1-1-1V37.91a1,1,0,0,1,2,0v3.63A1,1,0,0,1,50,42.56Z" id="1785028835"></path>
<path d="M54.92,44.14a1,1,0,0,1-.82-1.61l2.14-2.94a1,1,0,1,1,1.64,1.19l-2.14,2.94A1,1,0,0,1,54.92,44.14Z" id="1705891867"></path>
<path d="M58,48.3a1,1,0,0,1-.31-2l3.46-1.12a1,1,0,1,1,.63,1.93l-3.46,1.12A1,1,0,0,1,58,48.3Z" id="1772798913"></path>
<path d="M61.53,54.65a1,1,0,0,1-.31,0l-3.46-1.12a1,1,0,0,1,.63-1.93l3.46,1.12a1,1,0,0,1-.31,2Z" id="1116386771"></path>
<path d="M57.16,60.75a1,1,0,0,1-.82-.42L54.2,57.4a1,1,0,1,1,1.64-1.19L58,59.15a1,1,0,0,1-.82,1.61Z" id="1079118101"></path>
<path d="M45.08,44.14a1,1,0,0,1-.82-.42l-2.14-2.94a1,1,0,0,1,1.64-1.19l2.14,2.94a1,1,0,0,1-.82,1.61Z" id="1150340816"></path>
<path d="M42,48.3a1,1,0,0,1-.31,0l-3.46-1.12a1,1,0,1,1,.63-1.93l3.46,1.12a1,1,0,0,1-.31,2Z" id="1119433495"></path>
<path d="M38.47,54.65a1,1,0,0,1-.31-2l3.46-1.12a1,1,0,0,1,.63,1.93L38.78,54.6A1,1,0,0,1,38.47,54.65Z" id="1427730665"></path>
<path d="M42.84,60.75A1,1,0,0,1,42,59.14l2.14-2.94A1,1,0,1,1,45.8,57.4l-2.14,2.94A1,1,0,0,1,42.84,60.75Z" id="1582859851"></path>
<path d="M50,63.1a1,1,0,0,1-1-1V58.45a1,1,0,0,1,2,0v3.64A1,1,0,0,1,50,63.1Z" id="1079388309"></path>
</svg>
</div>
<h2 data-inject="home-At18row6Group3Title" style="transition: opacity 1s ease-in-out 0s;" class="u_1139255050 dmNewParagraph" id="1139255050" data-element-type="paragraph">Verpachten lohnt sich<br/></h2> <div data-inject="home-At18row6Group3Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1815406810 dmNewParagraph" id="1815406810">Wir zahlen entweder eine feste Pacht f&uuml;r mindestens 20 Jahre oder eine kapitalisierte Einmalpacht<br/></div></div>
</div>
</div>
<div class="dmRespRow u_1851042971" style="text-align: center;" id="1851042971"> <div class="dmRespColsWrapper" id="1600894657"> <div class="u_1010074800 dmRespCol small-12 medium-12 large-12" id="1010074800"> <span id="1276613174"></span>
<div class="u_1142883951 dmSpacer" id="1142883951" data-element-type="spacer"></div>
</div>
</div>
</div>
<div class="u_1765798461 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1765798461"> <div class="dmRespColsWrapper" id="1360259121"> <div class="dmRespCol small-12 medium-12 large-12 u_1616756711" id="1616756711"> <div class="u_1847821282 imageWidget align-center" data-widget-type="image" id="1847821282" data-element-type="image"><img data-inject="home-At18row8Img" src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Nemo_erneuerbare-energien_solar_photovoltaik_tiefbau_netzanbindung_guben_elektromobilit-C3-A4t-14-29da9644-1104w.jpg" id="1764719769" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/Nemo_erneuerbare-energien_solar_photovoltaik_tiefbau_netzanbindung_guben_elektromobilit-C3-A4t-14-29da9644.jpg" data-cms-image-id="13099" data-cms-image-version="11" onerror="handleImageLoadError(this)" height="677.65625" width="920.0"/></div>
<h1 data-inject="home-At18row8Title" style="" class="u_1016066154 dmNewParagraph" id="1016066154" data-element-type="paragraph" data-styletopreserve="{"background-image":""}">MELDEN SIE SICH BEI UNS<br/></h1> <div data-inject="home-At18row8Paragraph" style="transition: opacity 1s ease-in-out 0s;" class="u_1780283117 dmNewParagraph" id="1780283117"><div>Wir w&uuml;rden uns freuen gemeinsam mit Ihnen die M&ouml;glichkeit einer Solaranlage auf Ihren Grundst&uuml;cken vor Ort zu besprechen. Rufen Sie uns gerne jederzeit unter folgender Nummer an: 03561 6851694<br/></div><div>oder schreiben Sie einfach ein Mail an: info@nemo-gmbh.de.</div></div> <a data-inject="home-At18row8ButtonAnchor" data-display-type="block" class="u_1079739537 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="kompetenzen.html" id="1079739537" data-element-type="dButtonLinkId"> <span class="iconBg" id="1197377556"> <span class="icon hasFontIcon icon-star" id="1040363368"></span>
</span>
<span data-inject="home-At18row8Button" class="text" id="1429155604">Mehr erfahren</span>
</a>
<div class="u_1865597291 dmSpacer hide-for-medium hide-for-large" id="1865597291" data-element-type="spacer"></div>
</div>
</div>
</div>
<div class="u_1037314420 dmRespRow" style="text-align: center;" id="1037314420"> <div class="dmRespColsWrapper" id="1122984369"> <div class="dmRespCol small-12 medium-12 large-12" id="1226721938"> <h1 class="u_1351602441 dmNewParagraph" data-element-type="paragraph" id="1351602441" style="transition: none 0s ease 0s; display: block;"> <span class="m-font-size-36 lh-1 font-size-60">Arbeit, Wertsch&ouml;pfung und Umweltschutz vor Ort</span>
</h1> <div class="u_1128211187 dmRespRow fullBleedChanged fullBleedMode" id="1128211187"> <div class="dmRespColsWrapper" id="1264483998"> <div class="u_1646106825 dmRespCol small-12 large-7 medium-7" id="1646106825"> <div class="u_1712209735 dmNewParagraph" data-element-type="paragraph" id="1712209735" style="transition: none 0s ease 0s; display: block;"> <div> <font class="font-size-15 lh-1" style="color:rgb(102, 102, 102);"> <font style="color: rgb(20, 50, 86);" class="m-specific lh-1 m-font-size-16"><span style="font-size:15px;">Wir wollen unsere Region nachhaltig st&auml;rken. Wir kommen aus Brandenburg, wir arbeiten in Brandenburg, wir leben in Brandenburg. Wir sind nur ein kleiner Teil, aber je mehr Projekte wir in unserer Region umsetzen, desto mehr Geld wird erwirtschaftet und desto mehr Arbeit wird in der Region geschaffen - die Wertsch&ouml;pfung vor Ort steigt.<br/></span></font></font></div><div><font class="font-size-15 lh-1" style="color:rgb(102, 102, 102);"><span style="font-size:15px;"><font style="color: rgb(20, 50, 86);" class="m-specific lh-1 m-font-size-16">Wir realisieren nicht jedes Projekt um jeden Preis. So wollen wir keine Konkurrenz zu herk&ouml;mmlicher Landwirtschaft sein. Ganz im Gegenteil - wir wollen durch unsere Projekte landwirtschaftliche Betriebe sichern und st&auml;rken. Dazu geh&ouml;rt auch, dass wir nicht jede Fl&auml;che nutzen und schonende Kabelverlegevarianten verwenden, sodass unsere Umwelt nicht unter den Projekten leidet.</font><br/></span></font></div></div> <a data-display-type="block" class="u_1533424100 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="newpage.html" data-element-type="dButtonLinkId" id="1533424100"> <span class="iconBg" id="1689011661"> <span class="icon hasFontIcon icon-star" id="1157123071"></span>
</span>
<span class="text" id="1261761482">Mehr &uuml;ber uns</span>
</a>
</div>
<div class="u_1723326435 dmRespCol small-12 large-5 medium-5 empty-column" id="1723326435"></div>
</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="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&szlig;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 &copy; Nemo GmbH 2020.&nbsp;</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 -->
<!-- Google Fonts Include -->
<!-- loadCSS function fonts.jsp-->
<link rel="preload" 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&amp;subset=latin-ext&amp;display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" />
<!-- RT CSS Include d-css-runtime-desktop-one-package-new-->
<link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static-cdn.website-editor.net/mnlt/production/6434/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-new.min.css" />
<!-- End of RT CSS Include -->
<link rel="preload" href="https://cdn.website-editor.net/WIDGET_CSS/203d728a9d9935249f7e25d6d1f72f94.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" />
<!-- Support `img` size attributes -->
<style>img[width][height] {
height: auto;
}</style>
<!-- Support showing sticky element on page only -->
<style>
body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
display: block !important;
}
</style>
<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>
<!-- Site CSS -->
<link rel="preload" href="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/files/5b520240985440b48d8bfa8107f20a0d_1.min.css?v=72" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" />
<style id="customWidgetStyle" type="text/css">
</style>
<style id="innerPagesStyle" type="text/css">
</style>
<style
id="additionalGlobalCss" type="text/css"
>
</style>
<!-- Page CSS -->
<link rel="preload" href="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/files/5b520240985440b48d8bfa8107f20a0d_home_1.min.css?v=72" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" />
<style id="pagestyle" type="text/css">
</style>
<style id="pagestyleDevice" type="text/css">
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<!-- ========= 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_6434";
var build = "2026-05-07T12_48_59";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2026-05-07T12_48_59";
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/6434';
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6434';
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/6434/_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/6434/_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>