Files
e-tib.com/reference/www.nemo-gmbh.de/newpage.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

2492 lines
93 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: 'newpage',
InitialPageUuid: '53df01b56f0b486a9843f3954d790d1b',
InitialPageId: '666589148',
InitialEncodedPageAlias: 'bmV3cGFnZQ==',
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="newpage.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&amp;subset=latin-ext&amp;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/6455/_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/17bcfab13a52c77b78cf9fe0fbc45f98.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="newpage"] #dm [data-show-on-page-only="newpage"] {
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 *.u_1228092378
{
display:block !important;
}
*#dm *.dmBody *.u_1941483520
{
display:block !important;
}
*#dm *.dmBody *.u_1044752604 *.photoGalleryThumbs *.image-container a
{
background-size:cover !important;
}
*#dm *.dmBody *.u_1005789853:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1005789853.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1005789853:before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.72 !important;
}
*#dm *.dmBody div.u_1005789853.before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.72 !important;
}
*#dm *.dmBody div.u_1794469221
{
border-radius:0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
}
*#dm *.dmBody div.u_1651988581
{
border-radius:0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
}
*#dm *.dmBody div.u_1914634456
{
border-radius:0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
}
*#dm *.dmBody div.u_1144088973
{
line-height:150% !important;
}
*#dm *.dmBody div.u_1794469221 *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1794469221:hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1794469221.hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1651988581 *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1651988581:hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1651988581.hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1914634456:hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1914634456.hover *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1914634456 *.svg
{
color:rgba(49,49,49,1) !important;
fill:rgba(49,49,49,1) !important;
}
*#dm *.dmBody div.u_1663479450
{
background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1132820961
{
border-right-style:solid !important;
border-right-color:rgba(192,192,192,1) !important;
border-right-width:0 !important;
}
*#dm *.dmBody div.u_1874833753
{
background-color:rgba(0,0,0,0) !important;
border-style:solid !important;
border-width:0 !important;
}
*#dm *.dmBody div.u_1005789853
{
background-color:rgba(0,0,0,0) !important;
border-top-style:solid !important;
border-top-width:0 !important;
background-repeat:no-repeat !important;
background-image:none !important;
}
*#dm *.dmBody div.u_1529302394
{
background-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1446072231
{
background-color:rgba(244,244,244,1) !important;
}
*#dm *.dmBody div.u_1900443754:before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.35 !important;
}
*#dm *.dmBody div.u_1900443754.before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.35 !important;
}
*#dm *.dmBody *.u_1900443754:before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1900443754.before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1900443754>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1395387965:before
{
opacity:0.5 !important;
background-color:rgb(49,49,49) !important;
}
*#dm *.dmBody *.u_1395387965.before
{
opacity:0.5 !important;
background-color:rgb(49,49,49) !important;
}
*#dm *.dmBody *.u_1395387965>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(49,49,49) !important;
}
*#dm *.dmBody div.u_1395387965:before
{
background-color:rgba(49,49,49,1) !important;
opacity:0.34 !important;
}
*#dm *.dmBody div.u_1395387965.before
{
background-color:rgba(49,49,49,1) !important;
opacity:0.34 !important;
}
*#dm *.dmBody div.u_1395387965>.bgExtraLayerOverlay
{
opacity:0.34 !important;
}
*#dm *.dmBody *.u_1577209753:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1577209753.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1577209753>*.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody a.u_1227830282:hover
{
background-color:rgba(255,255,255,0.8) !important;
background-image:none !important;
}
*#dm *.dmBody a.u_1227830282.hover
{
background-color:rgba(255,255,255,0.8) !important;
background-image:none !important;
}
*#dm *.dmBody div.u_1577209753>*.bgExtraLayerOverlay
{
background-color:rgba(0,0,0,1) !important;
opacity:0.35 !important;
}
*#dm *.dmBody a.u_1227830282
{
background-color:rgba(61,181,216,1) !important;
}
*#dm *.dmBody a.u_1227830282 span.text
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1577209753:before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.2 !important;
}
*#dm *.dmBody div.u_1577209753.before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.2 !important;
}
*#dm *.dmBody div.u_1577209753>.bgExtraLayerOverlay
{
opacity:0.2 !important;
}
*#dm *.dmBody *.u_1890910770:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1890910770.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1890910770:before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.15 !important;
}
*#dm *.dmBody div.u_1890910770.before
{
background-color:rgba(0,0,0,1) !important;
opacity:0.15 !important;
}
*#dm *.dmBody div.u_1044752604 *.caption-inner
{
background-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1044752604 .caption-container .caption-title
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1044752604 .caption-container .caption-text
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1044752604 .caption-container .caption-text .rteBlock
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1023303236 img[dm_changed]
{
border-style:solid !important;
border-width:0 !important;
}
*#dm *.dmBody div.u_1023303236 img
{
border-style:solid !important;
border-width:0 !important;
}
*#dm *.dmBody div.u_1152867543 img[dm_changed]
{
border-style:solid !important;
border-width:0 !important;
}
*#dm *.dmBody div.u_1152867543 img
{
border-style:solid !important;
border-width:0 !important;
}
*#dm *.dmBody div.u_1395387965
{
background-color:rgba(240,240,240,1) !important;
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/DJI_0028-2880w.JPG) !important;
background-size:cover !important;
}
*#dm *.dmBody div.u_1577209753
{
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_Vermessung+%28245+von+80%29-2880w.jpg) !important;
}
*#dm *.dmBody div.u_1680719352
{
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-203-2880w.jpg) !important;
background-size:cover !important;
}
*#dm *.dmBody *.u_1556263922
{
display:block !important;
}
*#dm *.dmBody *.u_1491986530
{
display:none !important;
}
*#dm *.dmBody *.u_1045127429
{
display:none !important;
}
*#dm *.dmBody *.u_1372950185
{
display:block !important;
}
*#dm *.dmBody *.u_1801425537
{
display:none !important;
}
*#dm *.dmBody *.u_1236714207
{
display:none !important;
}
*#dm *.dmBody div.u_1900443754
{
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-8-1740e3dd-2880w.jpg) !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
}
*#dm *.dmBody div.u_1890910770
{
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_Vermessung--2848-von-99-29-cf2d6549-2880w.jpg') !important;
}
</style>
<style id="pagestyleDevice" type="text/css">
*#dm *.dmBody h3.u_1484190886
{
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:auto !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important;
display:block !important;
}
*#dm *.dmBody h3.u_1192914935
{
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:auto !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important;
display:block !important;
}
*#dm *.dmBody div.u_1755714343
{
padding-right:10px !important;
padding-left:10px !important;
}
*#dm *.dmBody div.u_1919121254
{
padding-right:10px !important;
padding-left:10px !important;
}
*#dm *.dmBody div.u_1314150573
{
padding-right:10px !important;
padding-left:10px !important;
}
*#dm *.dmBody h3.u_1052210082
{
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;
margin-right:auto !important;
margin-left:auto !important;
margin-top:-10px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody h2.u_1909273679
{
margin-bottom:0 !important;
margin-top:0 !important;
}
*#dm *.dmBody *.u_1044752604 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:323px !important;
}
*#dm *.dmBody div.u_1044752604 *.caption-container *.caption-title
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1044752604 *.caption-container *.caption-text
{
font-size:16px !important;
}
*#dm *.dmBody *.u_1044752604 *.photoGalleryThumbs
{
padding:6px !important;
}
*#dm *.dmBody *.u_1044752604 *.layout-container
{
padding:6px !important;
}
*#dm *.dmBody div.u_1914634456
{
width:50px !important;
height:50px !important;
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
max-width:100% !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:0 !important;
margin-bottom:10px !important;
}
*#dm *.dmBody div.u_1874833753
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:100px !important;
padding-left:40px !important;
padding-bottom:100px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody h3.u_1538106465
{
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_1529302394
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:91px !important;
padding-left:40px !important;
padding-bottom:91px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1144088973
{
float:none !important;
top:0 !important;
left:0 !important;
width:808px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 76px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
display:block !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:8px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody h3.u_1794567936
{
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;
margin-right:auto !important;
margin-left:auto !important;
margin-top:8px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1663479450
{
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:none !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1794469221
{
width:50px !important;
height:50px !important;
margin-bottom:0 !important;
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:125px !important;
margin-left:124.984px !important;
max-width:calc(100% - 124px) !important;
margin-top:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1651988581
{
width:50px !important;
height:50px !important;
margin-bottom:0 !important;
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:125px !important;
margin-left:124.984px !important;
max-width:calc(100% - 124px) !important;
margin-top:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1003334752
{
margin-top:7px !important;
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1896368458
{
margin-top:8px !important;
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h4.u_1484190886
{
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h4.u_1052210082
{
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1395387965
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:181px !important;
padding-left:40px !important;
padding-bottom:181px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:0 !important;
margin-bottom:0 !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_1005789853
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:141.5px !important;
padding-left:20px !important;
padding-bottom:141.5px !important;
max-width:none !important;
padding-right:20px !important;
min-width:0 !important;
text-align:center !important;
background-attachment:fixed !important;
background-size:cover !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
*#dm *.dmBody *.u_1044752604 *.photoGalleryThumbs *.image-container a
{
padding-top:246px !important;
}
*#dm *.dmBody div.u_1781475049
{
float:none !important;
top:0 !important;
left:0 !important;
width:378px !important;
position:relative !important;
height:712px !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:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h4.u_1192914935
{
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h3.u_1237089918
{
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;
margin-right:0 !important;
margin-left:0 !important;
margin-top:15px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1446072231
{
padding-top:150px !important;
padding-left:100px !important;
padding-bottom:150px !important;
padding-right:100px !important;
}
*#dm *.dmBody h4.u_1237089918
{
float:none !important;
top:0 !important;
left:0 !important;
width:445px !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:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important;
display:block !important;
}
*#dm *.dmBody div.u_1900307989
{
float:none !important;
top:0 !important;
left:0 !important;
width:445px !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;
margin-right:260px !important;
margin-left:0 !important;
margin-top:15px !important;
margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1515297766
{
float:none !important;
top:0 !important;
left:0 !important;
width:445px !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;
margin-right:260px !important;
margin-left:0 !important;
margin-top:15px !important;
margin-bottom:0 !important;
}
*#dm *.dmBody h4.u_1319240640
{
float:none !important;
top:0 !important;
left:0 !important;
width:445px !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;
margin-right:260px !important;
margin-left:0 !important;
margin-top:38px !important;
margin-bottom:0 !important;
}
*#dm *.dmBody h3.u_1319240640
{
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;
margin-right:auto !important;
margin-left:auto !important;
margin-top:23px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody a.u_1705479708
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:280px !important;
position:relative !important;
height:55px !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:36px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h4.u_1982526334
{
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:8px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1680719352
{
background-position:50% 50% !important;
background-attachment:initial !important;
}
*#dm *.dmBody a.u_1538513953
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:222px !important;
position:relative !important;
height:59px !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-right:204.812px !important;
margin-left:0 !important;
margin-top:10px !important;
margin-bottom:10px !important;
}
*#dm *.dmBody a.u_1227830282
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:222px !important;
position:relative !important;
height:59px !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:0 !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:10px !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1270666226
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:15px !important;
padding-left:40px !important;
padding-bottom:15px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:13px !important;
margin-bottom:0 !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1892696555
{
padding-top:0 !important;
}
*#dm *.dmBody div.u_1895414606
{
padding-top:0 !important;
}
*#dm *.dmBody div.u_1577209753
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:200px !important;
padding-left:40px !important;
padding-bottom:200px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:0 !important;
margin-bottom:0 !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_1890910770
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:300px !important;
padding-left:40px !important;
padding-bottom:128px !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 h3.u_1982526334
{
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;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1633246408
{
padding-top:15px !important;
margin-top:20px !important;
margin-bottom:20px !important;
}
*#dm *.dmBody div.u_1023303236
{
width:200px !important;
height:auto !important;
display:block !important;
top:0 !important;
left:0 !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:25px !important;
padding-right:0 !important;
min-width:0 !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1152867543
{
width:200px !important;
height:auto !important;
padding-top:0 !important;
padding-bottom:0 !important;
padding-left:0 !important;
padding-right:0 !important;
margin-bottom:0 !important;
margin-right:auto !important;
display:block !important;
top:0 !important;
left:0 !important;
position:relative !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
min-width:0 !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1044752604
{
float:none !important;
top:0 !important;
left:0 !important;
width:calc(100% - 11px) !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
max-width:938px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:20px !important;
margin-bottom:0 !important;
display:block !important;
}
*#dm *.dmBody div.u_1900443754
{
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;
background-repeat:no-repeat !important;
}
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-26, .size-26, .size-26 > font { font-size: 26px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !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/newpage">
<title>
Über uns
</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="Über uns"/>
<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="Über uns"/>
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
</head>
<body id="dmRoot" data-page-alias="newpage" 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 dmNavItemSelected dmUDNavigationItem_010101316181 " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <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 class="innerPageTitle">&Uuml;ber uns</div>
</div>
<div class="titleLine display_None"><hr/></div>
</div>
</div>
</div>
</div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_newpage 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_1900443754 dmRespRow fullBleedChanged fullBleedMode dmSectionParallaxNew" style="text-align: center;" id="1900443754" data-anim-desktop="fadeIn"> <div class="dmRespColsWrapper" id="1905569697"> <div class="dmRespCol small-12 medium-12 large-12" id="1941386677"> <h2 class="u_1538106465 dmNewParagraph" id="1538106465" style="transition: none; display: block;" data-element-type="paragraph"><span></span><div style="text-align: center;"><font style="color: rgb(249, 249, 249);" class="m-font-size-36 lh-1 font-size-60"><span style="font-weight: 700;">&Uuml;BER UNS<br/></span></font></div></h2></div>
</div>
</div>
<div class="u_1529302394 dmRespRow" style="text-align: center;" id="1529302394"> <div class="dmRespColsWrapper" id="1872690848"> <div class="u_1658832788 dmRespCol small-12 medium-12 large-12" id="1658832788" data-anim-desktop="fadeInUp"> <h3 class="u_1794567936 dmNewParagraph" id="1794567936" style="transition: none; display: block;" data-element-type="paragraph"><span></span><div style="text-align: center;"><font class="lh-1 font-size-36 m-specific m-font-size-30">NEMO steht f&uuml;r Nachhaltige Energien und Mobilit&auml;t</font><br/></div></h3> <div class="u_1144088973 dmNewParagraph" id="1144088973" style="transition: none;"><div style="text-align: center;">Als Spezialist f&uuml;r Planung und Umsetzung Solarparks, Internetausbau und Elektromobilit&auml;t wollen wir gezielt Regionen in Brandenburg st&auml;rken.<br/></div></div></div>
</div>
</div>
<div class="u_1663479450 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1663479450"> <div class="dmRespColsWrapper" id="1227683135"> <div class="dmRespCol small-12 dmSectionNoParallax u_1680719352 medium-6 large-6" id="1680719352" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9sZS1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0L21kL2RtaXAvZG1zM3JlcC9tdWx0aS9vcHQvaG9tZS1kZWNvci1kaXktMTkyMHcuanBnIl19"> <div data-element-type="spacer" class="u_1781475049 dmSpacer" id="1781475049"></div>
</div>
<div class="u_1446072231 dmRespCol small-12 medium-6 large-6" id="1446072231" data-anim-desktop="none"> <h4 class="u_1237089918 dmNewParagraph" id="1237089918" data-element-type="paragraph" data-anim-desktop="fadeInRight"><div style="text-align: left;"><span class=" lh-1">Das sind wir<br/></span></div></h4> <div class="u_1900307989 dmNewParagraph" id="1900307989" data-anim-desktop="fadeInRight" style="visibility: visible; animation-delay: unset !important; animation-duration: unset !important; transition-delay: unset !important; transition-duration: unset !important; transition-property: none !important; opacity: 1; transform: translate3d(0%, 0%, 0px);"><div style="text-align: left; ">Wir sind ein zweiteiliger Familienbetrieb, der sich aus einem Planungsb&uuml;ro f&uuml;r Energie und Kommunikation, der E-TIB Ingenieurgesellschaft und einem Tiefbauunternehmen aus Guben mit 50 Mitarbeitern, der E-TIB zusammensetzt. Wir haben viele Jahre Erfahrung mit der Planung und Umsetzung von Wind- und Solarenergie und dem Internetausbau. Die Kombination aus Planung und Tiefbau erm&ouml;glicht es uns besonders wirtschaftliche Projekte zu realisieren.</div></div> <h4 class="u_1319240640 dmNewParagraph" id="1319240640" data-element-type="paragraph" data-anim-desktop="fadeInRight" data-styletopreserve="{"background-image":""}"><div style="text-align: left;">Aus der Region f&uuml;r die Region<br/></div></h4> <div class="u_1515297766 dmNewParagraph" id="1515297766" data-anim-desktop="fadeInRight"><div style="text-align: left; ">Dieses Motto liegt uns als Brandenburger Unternehmen mit Sitz in Guben am Herzen. Besonders l&auml;ndliche Regionen haben Schwierigkeiten Arbeitspl&auml;tze zu halten und Einnahmen f&uuml;r das Zusammenleben zu erwirtschaften. Wir m&ouml;chten mit unseren Projekten durch gezielte Anreize die Kaufkraft der Region steigern und Einnahmen f&uuml;r Gemeinden schaffen. Zudem bietet sich bei der Netzanbindung von beispielsweise Solarprojekten die M&ouml;glichkeit in Abstimmung mit der Gemeinde schnelles Internet direkt mitzuverlegen.<br/></div></div> <a data-display-type="block" class="u_1705479708 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="kompetenzen.html" data-element-type="dButtonLinkId" id="1705479708"> <span class="iconBg" id="1543070795"> <span class="icon hasFontIcon icon-star" id="1906745503"></span>
</span>
<span class="text" id="1219750908">UNSERE KOMPETENZEN</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow u_1633246408" id="1633246408"> <div class="dmRespColsWrapper" id="1745575900"> <div class="dmRespCol large-12 medium-12 small-12" id="1202288712"> <h3 class="u_1982526334 dmNewParagraph" id="1982526334" style="transition:opacity 1s ease-in-out; border-image: none; display: block; float: none;" data-element-type="paragraph"><div><span style="font-weight: 600;"><font style="color: rgb(179, 179, 179);"><font class="lh-1 font-size-26" style="color: rgb(20, 50, 86);">STARKE PARTNER F&Uuml;R PLANUNG, BAU UND BETRIEB VON ANLAGEN</font><br/></font></span></div><div><span style="font-weight: 600;"><font style="color: rgb(179, 179, 179);"><font class="m-specific lh-1 m-font-size-18">Seit vielen Jahren planen und bauen wir mit unseren Partnern Energieanlagen und sorgen f&uuml;r die Verlegung von schnellem Internet.</font><br/></font></span></div><div><span style="font-weight: 600;"><font style="color: rgb(179, 179, 179);"><br/></font></span></div></h3></div>
</div>
</div>
<div class="dmRespRow" id="1740080203"> <div class="dmRespColsWrapper" id="1930752703"> <div class="dmRespCol small-12 medium-6 large-6" id="1496725919"> <div class="u_1023303236 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1023303236"> <a id="1128399025" class="" target="_blank" href="http://www.e-tib.com" file="false"><img src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/ETIB_Ing_logo-23912d58-1920w.png" alt="" id="1239402541" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/ETIB_Ing_logo-23912d58.png" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="dmNewParagraph" id="1682660170" data-element-type="paragraph" data-styletopreserve="{" background-image":""}"=""><div align="center"><font class="font-size-14 lh-1">Die Experten f&uuml;r Tiefbau</font></div><div align="center"><font class="font-size-14 lh-1"><font class="lh-1">&nbsp;mit 50 Mitarbeitern</font></font></div><div align="center"><font class="font-size-14 lh-1"><font class="lh-1">aus Guben.</font></font></div></div></div>
<div class="dmRespCol small-12 medium-6 large-6" id="1484328088"> <div class="u_1152867543 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1152867543"> <a id="1220794457" class="" target="_blank" href="http://www.etib-ing.com" file="false"><img src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/ETIB_Ing_logo-1920w.png" alt="" id="1024177686" class="" data-dm-image-path="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/ETIB_Ing_logo.png" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="dmNewParagraph" id="1744282698" data-element-type="paragraph"><div align="center"><font class="font-size-14 lh-1">Das Planungsb&uuml;ro</font></div><div align="center"><font class="font-size-14 lh-1">f&uuml;r Energie und Kommunikation.</font></div></div></div>
</div>
</div>
<div class="u_1890910770 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1890910770"> <div class="dmRespColsWrapper" id="1344637418"> <div class="dmRespCol small-12 medium-12 large-12" id="1792655639"> <div class="dmSpacer" id="1785128537" data-element-type="spacer"></div>
</div>
</div>
</div>
<div class="u_1005789853 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1005789853" data-anim-desktop="none"> <div class="dmRespColsWrapper" id="1484568144"> <div class="u_1314150573 dmRespCol small-12 medium-4 large-4" id="1314150573" data-anim-desktop="fadeInUp"> <div class="u_1914634456 graphicWidget" data-widget-type="graphic" id="1914634456" data-element-type="graphic" data-layout="graphic-style-1"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1385267362" class="svg u_1385267362" data-icon-name="wp-sliders_thin"> <g id="1375452837"> <path d="M19,32h-2V10h-2v22h-2c-1.7,0-3,1.3-3,3v2c0,1.7,1.3,3,3,3h6c1.7,0,3-1.3,3-3v-2C22,33.3,20.7,32,19,32z M20,37
c0,0.6-0.4,1-1,1h-6c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1V37z" id="1890608269"></path>
<rect x="15" y="42" width="2" height="18" id="1331290002"></rect>
<path d="M57,38h-2V10h-2v28h-2c-1.7,0-3,1.3-3,3v2c0,1.7,1.3,3,3,3h6c1.7,0,3-1.3,3-3v-2C60,39.3,58.7,38,57,38z M58,43
c0,0.6-0.4,1-1,1h-6c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1V43z" id="1341106985"></path>
<rect x="53" y="48" width="2" height="12" id="1349761079"></rect>
<path d="M38,22h-2V10h-2v12h-2c-1.7,0-3,1.3-3,3v2c0,1.7,1.3,3,3,3h6c1.7,0,3-1.3,3-3v-2C41,23.3,39.7,22,38,22z M39,27
c0,0.6-0.4,1-1,1h-6c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1V27z" id="1192152724"></path>
<rect x="34" y="32" width="2" height="28" id="1732691934"></rect>
</g>
</svg>
</div>
<h4 class="u_1052210082 dmNewParagraph" id="1052210082" style="transition: none; display: block;" data-element-type="paragraph"><div>Wir sind flexibel<br/></div></h4> <div class="dmNewParagraph" id="1446174605" data-element-type="paragraph"><div align="center"><font style="color: rgb(153, 153, 153);"></font><font style="color: rgb(153, 153, 153);">Wir sind ein flexibles und dynamisches Team, das alle Projektaufgaben schnell realisiert.</font></div></div></div>
<div class="u_1919121254 dmRespCol small-12 medium-4 large-4" id="1919121254" data-anim-desktop="fadeInUp"> <div class="u_1794469221 graphicWidget" data-widget-type="graphic" id="1794469221" data-element-type="graphic" data-layout="graphic-style-1"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1042516860" class="svg u_1042516860" data-icon-name="li_graduation_cap"> <g id="1387946274"> <path d="M85.1,44L46,17.9L7,44l13.3,8.8v9.6c0,10.8,11.6,19.6,25.8,19.6c14.2,0,25.8-8.8,25.8-19.6v-9.6L85.1,44z M46,20.9L80.6,44
L46,67.1L11.4,44L46,20.9z M69.3,62.4c0,9.5-10.5,17.2-23.3,17.2c-12.9,0-23.3-7.7-23.3-17.2v-7.9L46,70l23.3-15.6V62.4z" id="1400746215"></path>
<rect x="81.6" y="56.3" width="2.5" height="12.3" id="1566065535"></rect>
</g>
</svg>
</div>
<h4 class="u_1484190886 dmNewParagraph" id="1484190886" style="transition: none; display: block;" data-element-type="paragraph"><div>Wir sind kompetent<br/></div></h4> <div class="u_1003334752 dmNewParagraph" id="1003334752" style="transition: opacity 1s ease-in-out; display: block; direction: ltr; text-align: left;"><div style=""><font color="#999999">Unser Team besteht neben den Tiefbauspezialisten aus Ingenieuren, Geografen und kaufm&auml;nnischen Experten. &nbsp;</font></div></div></div>
<div class="u_1755714343 dmRespCol small-12 medium-4 large-4" id="1755714343" data-anim-desktop="fadeInUp"> <div class="u_1651988581 graphicWidget" data-widget-type="graphic" id="1651988581" data-element-type="graphic" data-layout="graphic-style-1"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1082681963" class="svg u_1082681963" data-icon-name="business_handshake"> <path d="M63.42,55.25c-6.49,0-10.87-6.35-10.93-6.44-.53-.73-1.36-1.61-2.2-1.55s-1.66,1.21-1.86,1.6a6.29,6.29,0,0,1-3.3,3.78,4.43,4.43,0,0,1-3.58-.29,2.61,2.61,0,0,1-1.33-3.09l1.11-3.8a6.76,6.76,0,0,1,3.78-4.31l4.18-1.84a8.16,8.16,0,0,1,5.27-.19l11.37,2.69,4.64,10.84-.63.42A11.57,11.57,0,0,1,63.42,55.25Zm-13-9.81c1.25,0,2.46.78,3.59,2.32.28.4,6.23,9,14.3,4.21L64.61,43.4,54.16,40.92c-1.79-.36-2.93-.46-4.14.08l-4.18,1.84A4.94,4.94,0,0,0,43.08,46L42,49.78a.8.8,0,0,0,.38.94,2.64,2.64,0,0,0,2.14.22,4.71,4.71,0,0,0,2.29-2.84c.16-.31,1.32-2.49,3.36-2.66Z" id="1257743847"></path>
<path d="M64.2,61.07l-6.74-9.4,2.95,1.22c.19.08,4.8,1.9,8.43-1.24l.94-.82L73,58.28Zm-2-5.86,2.67,3.73,5.59-1.78L69,53.77A9.85,9.85,0,0,1,62.23,55.2Z" id="1553277878"></path>
<path d="M16.6,64.24,8.81,61.16V26.61l19.89,8.06Zm-6-4.32,5,2L26.33,35.67,10.63,29.31Z" id="1867672110"></path>
<path d="M28,58.88l-8.78-3.42a.91.91,0,0,1,.66-1.7L27,56.55l6.51-15.21-7.29-3.07a.91.91,0,0,1,.71-1.68l9,3.78Z" id="1624775471"></path>
<path d="M83.4,66,71.29,36.44l19.89-8.06V62.92ZM73.67,37.44,84.41,63.65l5-2V31.07Z" id="1509752797"></path>
<path d="M72,60.65,64.07,42.13l9-3.78A.91.91,0,1,1,73.76,40L66.47,43.1,73,58.31l7.14-2.78a.91.91,0,1,1,.66,1.7Z" id="1110803576"></path>
<path d="M63.68,66.15a3.4,3.4,0,0,1-2.48-1.08l-8.5-9A.91.91,0,1,1,54,54.81l8.5,9a1.61,1.61,0,0,0,2.68-.57A1.29,1.29,0,0,0,65,62l-6.19-7.76a.91.91,0,0,1,1.42-1.14l6.19,7.76a3.1,3.1,0,0,1,.5,3,3.4,3.4,0,0,1-2.52,2.21A3.46,3.46,0,0,1,63.68,66.15Z" id="1143928698"></path>
<path d="M59.44,69.21a4.6,4.6,0,0,1-3.34-1.44L49,60.3A.91.91,0,1,1,50.27,59l7.15,7.48a2.81,2.81,0,0,0,2.68.8,2.71,2.71,0,0,0,2-1.82l0-.11a.91.91,0,0,1,1.74.53l0,.13a4.52,4.52,0,0,1-3.32,3A4.76,4.76,0,0,1,59.44,69.21Z" id="1727013777"></path>
<path d="M54.84,72h-.25a4.62,4.62,0,0,1-3.17-1.58L45.51,63.8a.91.91,0,0,1,1.35-1.22l5.91,6.57a2.86,2.86,0,0,0,1.92,1,3.21,3.21,0,0,0,2.89-1.88.91.91,0,0,1,1.55.95A5,5,0,0,1,54.84,72Z" id="1631160421"></path>
<path d="M46.55,42.44l-.2,0a44.87,44.87,0,0,0-11.54-.66.91.91,0,0,1-.15-1.82,46.08,46.08,0,0,1,12.1.7.91.91,0,0,1-.2,1.8Z" id="1890003580"></path>
<path d="M50.32,73.39A3.35,3.35,0,0,1,48,72.45l-2.77-2.66a147.27,147.27,0,0,0-17-14.28.91.91,0,1,1,1-1.5A149.11,149.11,0,0,1,46.49,68.49l2.76,2.65a1.53,1.53,0,0,0,1.57.35,1.4,1.4,0,0,0,1-1.12l.91.07.9.15-.91-.07.9.14a3.2,3.2,0,0,1-2.19,2.56A3.41,3.41,0,0,1,50.32,73.39Z" id="1880578411"></path>
<path d="M34.28,63.18a3,3,0,0,1-1.9-.68,2.79,2.79,0,0,1-.31-4l.73-.81a.91.91,0,1,1,1.36,1.21l-.73.81a1,1,0,0,0,.11,1.39A1.17,1.17,0,0,0,35.15,61l.71-.8a.91.91,0,1,1,1.36,1.21l-.71.8A3,3,0,0,1,34.28,63.18Z" id="1044564189"></path>
<path d="M37,67.4A3.24,3.24,0,0,1,34.55,62L36,60.32a.91.91,0,1,1,1.38,1.19l-1.49,1.72A1.42,1.42,0,0,0,38,65.11l1.6-1.74A.91.91,0,1,1,41,64.6l-1.6,1.74A3.23,3.23,0,0,1,37,67.4Z" id="1089127597"></path>
<path d="M41,69.9a3.22,3.22,0,0,1-2.37-5.4l1-1.13A.91.91,0,1,1,41,64.6l-1,1.13A1.4,1.4,0,0,0,42,67.64l1.08-1.15a.91.91,0,1,1,1.33,1.25l-1.08,1.15A3.22,3.22,0,0,1,41,69.9Z" id="1783454831"></path>
<path d="M44.78,72.3a3.09,3.09,0,0,1-2.25-5.21l.41-.43a.91.91,0,0,1,1.33,1.25l-.41.43a1.27,1.27,0,0,0,1.84,1.76l.57-.58a.91.91,0,1,1,1.3,1.27l-.57.58A3.09,3.09,0,0,1,44.78,72.3Z" id="1816071033"></path>
</svg>
</div>
<h4 class="u_1192914935 dmNewParagraph" id="1192914935" style="display: block; transition: none;" data-element-type="paragraph"><div>Wir bieten Qualit&auml;t</div></h4> <div class="u_1896368458 dmNewParagraph" id="1896368458" style="transition: opacity 1s ease-in-out; display: block;"><div style="text-align: center; "><font color="#999999">Unser Ziel ist es, bei der Planung und Ausf&uuml;hrung f&uuml;r Projektbeteiligte die bestm&ouml;glichen Ergebnisse zu erzielen.<br/></font></div></div></div>
</div>
</div>
<div class="u_1395387965 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1395387965" mode="4"> <div class="dmRespColsWrapper" id="1805624749"> <div class="u_1132820961 dmRespCol small-12 medium-12 large-12 empty-column" id="1132820961" data-anim-desktop="fadeInUp"></div>
</div>
</div>
<div class="u_1874833753 dmRespRow" style="text-align: center;" id="1874833753"> <div class="dmRespColsWrapper" id="1519899651"> <div class="dmRespCol small-12 medium-12 large-12" id="1236697605"> <h3 class="dmNewParagraph u_1909273679" id="1909273679" 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;">Lernen Sie einen Teil unseres Teams kennen</div></h3> <div class="u_1044752604 dmPhotoGallery dmPhotoGalleryResp newPhotoGallery photo-gallery-done text-layout-over captionAlignment-bottom_center photoGallery" data-desktop-text-layout="over" id="1044752604" data-placeholder="false" data-image-hover-effect="zoomout" data-image-animation="fadeInUp" data-element-type="dPhotoGalleryId" data-desktop-layout="square" data-desktop-columns="3" data-rows-to-show="100" data-tablet-layout="square" data-mobile-layout="square" data-desktop-caption-alignment="bottom_center" data-tablet-columns="4" data-mobile-columns="2" data-mobile-text-layout="fixed" data-mobile-caption-alignment="bottom_center"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div>
<div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1185491336" data-dm-force-device="mobile" class="u_1045257733" data-image-url="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/danny+sw+hq.png" style="background-image: url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/danny+sw+hq-640w.png');"><img id="1704518294" data-src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/danny+sw+hq-1920w.png" alt="" aria-labelledby="1185491336" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1254330377" class="caption-container u_1254330377" style=""> <span class="caption-inner"> <h3 id="1185491336" class="caption-title u_1185491336">D. Joseph</h3>
<div id="1282627931" class="caption-text u_1282627931"><p class="rteBlock">Gesch&auml;ftsf&uuml;hrung</p></div>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1379702221" data-dm-force-device="mobile" class="u_1623114117" data-image-url="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/Steffi_sw.jpg" style="background-image: url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Steffi_sw-640w.jpg');"><img id="1278395854" data-src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Steffi_sw-1920w.jpg" alt="" aria-labelledby="1379702221" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1941483520" class="caption-container u_1941483520" style=""> <span class="caption-inner"> <h3 id="1379702221" class="caption-title u_1379702221">S. Leder</h3>
<div id="1516643472" class="caption-text u_1516643472"><p class="rteBlock">Projektingenieurin</p></div>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1863853875" data-dm-force-device="mobile" class="u_1417119698" data-image-url="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-79-1661447b-b7e4db7e.jpg" style="background-image: url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-79-1661447b-b7e4db7e-640w.jpg');"><img id="1559184903" data-src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-79-1661447b-b7e4db7e-1920w.jpg" alt="" aria-labelledby="1863853875" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1556263922" class="caption-container u_1556263922" style="display:none"> <span class="caption-inner"> <h3 id="1863853875" class="caption-title u_1863853875">I. Griebel</h3>
<a id="1045127429" class="caption-button dmWidget clearfix u_1045127429" href="newpage.html" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1161462443" data-dm-force-device="mobile" class="u_1966543886" data-image-url="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-97-9d710abe.jpg" style="background-image: url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-97-9d710abe-640w.jpg');"><img id="1628329997" data-src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-97-9d710abe-1920w.jpg" alt="" aria-labelledby="1161462443" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1372950185" class="caption-container u_1372950185" style="display:none"> <span class="caption-inner"> <h3 id="1161462443" class="caption-title u_1161462443">D. Schmidt</h3>
<a id="1236714207" class="caption-button dmWidget clearfix u_1236714207" href="newpage.html" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1921232575" data-dm-force-device="mobile" class="u_1073762165" data-image-url="https://cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/frieder_sw.png" style="background-image: url('https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/frieder_sw-640w.png');"><img id="1222789647" data-src="https://le-cdn.website-editor.net/5b520240985440b48d8bfa8107f20a0d/dms3rep/multi/opt/frieder_sw-1920w.png" alt="" aria-labelledby="1921232575" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1228092378" class="caption-container u_1228092378" style=""> <span class="caption-inner"> <h3 id="1921232575" class="caption-title u_1921232575">F. Helmich</h3>
<div id="1900110161" class="caption-text u_1900110161"><p class="rteBlock">Projektingenieur</p></div>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="u_1577209753 dmRespRow hasBackgroundOverlay fullBleedChanged fullBleedMode dmSectionParallaxNew" style="text-align: center;" id="1577209753"> <div class="dmRespColsWrapper" id="1151674838"> <div class="dmRespCol small-12 medium-12 large-12 u_1405689171" id="1405689171"> <div class="u_1270666226 dmRespRow" id="1270666226"> <div class="dmRespColsWrapper" id="1468322865"> <div class="dmRespCol large-6 medium-6 small-12 u_1895414606" id="1895414606"> <a data-display-type="block" class="u_1227830282 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="kompetenzen.html" data-element-type="dButtonLinkId" id="1227830282"> <span class="iconBg" id="1019567425"> <span class="icon hasFontIcon icon-star" id="1393627102"></span>
</span>
<span class="text" id="1507495003">Kompetenzen</span>
</a>
</div>
<div class="dmRespCol large-6 medium-6 small-12 u_1892696555" id="1892696555"> <a data-display-type="block" class="u_1538513953 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="index.html" data-element-type="dButtonLinkId" id="1538513953"> <span class="iconBg" id="1578955942"> <span class="icon hasFontIcon icon-star" id="1260655188"></span>
</span>
<span class="text" id="1760565627">Startseite</span>
</a>
</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 -->
<!-- ========= 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_6455";
var build = "2026-05-14T12_48_35";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2026-05-14T12_48_35";
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/6455';
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6455';
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/6455/_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/6455/_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>