Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
1302 lines
89 KiB
HTML
1302 lines
89 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.etib-ing.com/',
|
|
|
|
SystemID: '1AND1_EU_PROD',
|
|
SiteAlias: '5e2f4be8c0fb45f2a71937f258d66cca',
|
|
SiteType: atob('RFVEQU9ORQ=='),
|
|
PublicationDate: 'Mar 11, 2026',
|
|
ExternalUid: 'b7a639c4-9327-4d5b-a3fe-abb73878190c',
|
|
IsSiteMultilingual: false,
|
|
InitialPostAlias: '',
|
|
InitialPostPageUuid: '',
|
|
InitialDynamicItem: '',
|
|
DynamicPageInfo: {
|
|
isDynamicPage: false,
|
|
base64JsonRowData: 'null',
|
|
},
|
|
InitialPageAlias: 'home',
|
|
InitialPageUuid: 'be9bbbe9e7cb4ec0aebf1f4bbe7b9a94',
|
|
InitialPageId: '709970227',
|
|
InitialEncodedPageAlias: 'aG9tZQ==',
|
|
InitialHeaderUuid: '079a4cdee936422088d0ad9dd115a845',
|
|
CurrentPageUrl: '',
|
|
IsCurrentHomePage: true,
|
|
AllowAjax: false,
|
|
AfterAjaxCommand: null,
|
|
HomeLinkText: 'Back To Home',
|
|
UseGalleryModule: false,
|
|
CurrentThemeName: 'Layout Theme',
|
|
ThemeVersion: '500000',
|
|
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: true,
|
|
cookiesNotificationMarkup: ' <div> <p class=\"rteBlock\">Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu können. Durch die Nutzung dieser Webseite erklären Sie sich mit der Verwendung von Cookies einverstanden. <a target=\"_blank\" data-runtime-url=\"undefined\">Mehr Infos<\/a> \n<\/p> \n<\/div> \n',
|
|
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.etib-ing.com/',
|
|
BlockContainerSelector: '.dmBody',
|
|
NavbarSelector: '#dmNav:has(a)',
|
|
SubNavbarSelector: '#subnav_main'
|
|
},
|
|
hasCustomCode: false,
|
|
planID: '2800',
|
|
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">
|
|
<title>Start
|
|
</title>
|
|
|
|
<!--Add favorites icons-->
|
|
|
|
<link rel="apple-touch-icon"
|
|
href="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_bullet.png"/>
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/site_favicon_16_1568299593680.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";.videobgframe,.videobgwrapper{position:absolute;height:100%}.display_None,.dmPopupMask{display:none}.videobgwrapper{overflow:hidden;z-index:0;width:100%;top:0;left:0;border-radius:inherit}.videobgframe{width:101%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.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.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .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{text-align:left;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}img,video{display:inline-block}#dm .dmBody .dmRespRow.relativePos{position:relative!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}.video-ssr .videobgframe{object-fit:cover}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:16px}}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}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: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-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[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 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"}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):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;height:auto;border-style:solid;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%}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}[data-video-bg]{min-height:100px}[data-hover-effect][data-hover-effect=grayscale]{filter:grayscale(0)}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,.dmHeader,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner,.dmPhotoGalleryHolder{text-align:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] [class*=size-]{width:auto!important;height:auto!important}.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{margin:0;line-height:normal;font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)){justify-content:center;align-items:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container{height:100%;width:100%;position:absolute;top:0;left:0;padding:inherit}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:0!important;padding:10px;transform:scale(1.05);opacity:0;filter:alpha(opacity=0)}*{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}h3,ul{margin-left:0;margin-right:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#111}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#fff;color:#111;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}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#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,.dmLargeBody .fHeader .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)}.dmStandardDesktop{display:block}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm .dmDivider{display:block;margin:10px 0}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}body{background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmDividerWrapper{display:block}.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 .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::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::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{content:''}#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 .dmContent .dmRespRow,.dmRespRow{padding-top:25px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#fff;max-width:100%}#dm .p_hfcontainer div.u_1310751424,#dm .p_hfcontainer div.u_1504154039,#dm .p_hfcontainer div.u_1571063569{position:relative!important;max-width:100%!important;min-width:0!important}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm .dmDividerWrapper{margin:10px 0}#dm .dmDividerWrapper .dmDivider{margin:0}.dmRespRow{padding-bottom:25px}#dm div.dmRespCol>*{line-height:150%}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:400;color:rgba(82,82,82,1);font-family:Karla,"Karla Fallback";font-size:14px}#dm div.dmContent h3{color:rgba(36,36,36,1);font-weight:400;text-decoration:none;font-size:30px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-family:Helvetica,"Helvetica Fallback"}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm .dmContent .dmRespRow .dmRespCol{padding-top:0}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:2px;--btn-border-radius:15px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgba(0, 0, 0, 0);--btn-border-color:rgb(15, 122, 92);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(15, 122, 92);--btn-text-decoration:none;--btn-text-font-weight:700;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(15, 122, 92);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--btn-border-color);--btn-hover-text-color:rgb(255, 255, 255);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:16px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:6px;overflow:initial;background-clip:border-box}#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 7px}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .p_hfcontainer div.u_1571063569,#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav{background-color:rgba(0,0,0,0)!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#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{color:rgba(160,160,160,1)!important;font-weight:400!important;font-family:'Arial Black'!important;font-size:24px!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:rgba(15,122,92,1)!important}#dm .p_hfcontainer .u_1284501632.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1284501632.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{color:rgba(217,214,214,1)!important;font-size:24px!important}#dm .p_hfcontainer div.u_1414359863 hr{color:rgba(15,122,92,1)!important;border-top-style:solid!important;border-top-width:10px!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;border-style:solid!important;border-width:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1284501632.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:1px!important;padding-bottom:1px!important;margin-top:0!important;margin-bottom:0!important}#dm .p_hfcontainer div.u_1713311601{padding-top:0!important}#dm .p_hfcontainer div.u_1414359863{width:100%!important;margin-bottom:0!important;margin-right:0!important;margin-top:0!important;padding:0!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1504154039{top:0!important;left:0!important;width:auto!important;height:auto!important;text-align:center!important;padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1310751424{width:243px!important;display:block!important;float:none!important;top:0!important;left:0!important;text-align:center!important;padding:14px 0 0!important;margin:11px 60px 0 auto!important}#dm .p_hfcontainer div.u_1571063569{float:none!important;top:0!important;left:0!important;width:auto!important;height:auto!important;text-align:center!important;margin:0!important;padding:0!important}#dm .dmBody div.u_1100811375,#dm .p_hfcontainer nav.u_1284501632{min-width:25px!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer nav.u_1284501632{width:calc(100% - 97px)!important;height:auto!important;max-width:1047px!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0!important;margin:90px -60px 15px 97.37px!important}.stickyHeaderSpacer{height:80.17px!important}#dm .dmBody div.u_1662811305:before,#dm .dmBody div.u_1662811305>.bgExtraLayerOverlay{background-color:rgba(0,0,0,1)!important}#dm .dmBody div.u_1662811305{background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28274+von+80%29-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;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody .u_1662811305:before,#dm .dmBody .u_1662811305>.bgExtraLayerOverlay{opacity:.5!important;background-color:#000!important}#dm .dmBody div.u_1745840030{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_1928197736{border-left-style:solid!important;border-left-color:rgba(210,210,210,1)!important;border-left-width:0!important}#dm .dmBody a.u_1770537806{border-color:rgba(15,122,92,1)!important;background-color:rgba(15,122,92,1)!important}#dm .dmBody a.u_1770537806 span.text{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1856929711{margin-right:0!important;padding-left:0!important;padding-right:30px!important}#dm .dmBody div.u_1100811375{line-height:normal!important;width:100%!important;height:auto!important;max-width:calc(100% - 0px)!important;display:block!important;padding:2px 0!important;margin:39px 0 0!important}#dm .dmBody div.u_1745840030{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;padding:100px 40px!important}#dm .dmBody div.u_1330695782,#dm .dmBody div.u_1917913124{max-width:calc(100% - 0px)!important;min-width:25px!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody div.u_1928197736{padding-right:0!important;padding-left:30px!important}#dm .dmBody div.u_1009857751{padding:0 30px 0 0!important;margin:0!important}#dm .dmBody div.u_1917913124{width:100%!important;height:auto!important;display:block!important;padding:2px 0!important;margin:15px 0 0!important}#dm .dmBody div.u_1330695782{width:440px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1662811305{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;background-attachment:fixed!important;background-size:cover!important;background-repeat:no-repeat!important;padding:200px 20px!important;margin:0!important}.font-size-60,.size-60{font-size:60px!important} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}}
|
|
.dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
|
|
visibility: hidden;
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style id="fontFallbacks">
|
|
@font-face {
|
|
font-family: "Helvetica Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 77.002%;
|
|
descent-override: 22.998%;
|
|
line-gap-override: 0%;
|
|
}@font-face {
|
|
font-family: "Roboto Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 92.6709%;
|
|
descent-override: 24.3871%;
|
|
size-adjust: 100.1106%;
|
|
line-gap-override: 0%;
|
|
}@font-face {
|
|
font-family: "Montserrat Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 84.9466%;
|
|
descent-override: 22.0264%;
|
|
size-adjust: 113.954%;
|
|
line-gap-override: 0%;
|
|
}@font-face {
|
|
font-family: "Karla Fallback";
|
|
src: local('Arial');
|
|
ascent-override: 88.668%;
|
|
descent-override: 24.3668%;
|
|
size-adjust: 103.4195%;
|
|
line-gap-override: 0%;
|
|
}
|
|
</style>
|
|
|
|
|
|
<!-- End render the required css and JS in the head section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link type="application/rss+xml" rel="alternate" href="feed/rss2"/>
|
|
<link type="application/atom+xml" rel="alternate" href="feed/atom"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:url" content="https://www.etib-ing.com/"/>
|
|
|
|
<meta name="twitter:card" content="summary"/>
|
|
|
|
|
|
|
|
|
|
<!-- 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 hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" 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" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1504154039 dmRespRow fullBleedChanged fullBleedMode" id="1504154039"> <div class="dmRespColsWrapper" id="1267547839"> <div class="u_1606100808 dmRespCol small-12 large-7 medium-7" id="1606100808"> <nav class="u_1284501632 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1284501632" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" navigation_id="" data-logo-src="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/desktop/logo_empty-871ebb7f.png" data-nav-structure="HORIZONTAL" 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 " target="" data-target-page-alias="start-neu" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
|
|
Start
|
|
" data-auto="page-text-style">Start<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="über-uns.html" class="unifiednav__item unav-item unav-top-item " target="" data-target-page-alias="über-uns-neu"> <span class="nav-item-text " data-link-text="
|
|
Über uns
|
|
" data-auto="page-text-style">Über uns<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="leistungen.html" class="unifiednav__item unav-item unav-top-item " target="" data-target-page-alias="leistungen-neu"> <span class="nav-item-text " data-link-text="
|
|
Leistungen
|
|
" data-auto="page-text-style">Leistungen<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
|
|
</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
<div class="u_1806013904 dmRespCol small-12 large-5 medium-5" id="1806013904"> <div class="u_1310751424 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1310751424"> <a href="start-alt.html" id="1148964062"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/ETIB_Ing_logo-1920w.png" id="1302945113" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_Ing_logo.png" alt="E-TIB Ing Logo" title="E-TIB Ing" data-hover-effect="grayscale" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1 fullBleedChanged fullBleedMode" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1713311601 dmRespCol small-12 medium-12 large-12" id="1713311601"> <div class="dmDividerWrapper clearfix hasFullWidth u_1414359863" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1414359863"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1527034084"/></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></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="u_1662811305 dmRespRow dmSectionParallaxNew hasExtraLayerOverlay relativePos" style="text-align: center;" id="1662811305" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL3ZpZGVvcy95SG82Wm9Pa1NBaUZ4WjFJMURBSF9WZXJtZXNzdW5nXzItdi5tcDQiLCJpZCI6Imh0dHBzOi8vdmlkLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvdmlkZW9zL3lIbzZab09rU0FpRnhaMUkxREFIX1Zlcm1lc3N1bmdfMi12Lm1wNCIsInByb3ZpZGVyIjoiY2RuIiwiZW1iZWQiOiJodHRwczovL3ZpZC1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL3ZpZGVvcy95SG82Wm9Pa1NBaUZ4WjFJMURBSF9WZXJtZXNzdW5nXzItdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2Nkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS95SG82Wm9Pa1NBaUZ4WjFJMURBSF9WZXJtZXNzdW5nXzIudjIuMDAwMDAwMC5qcGciLCJzdXBwb3J0QmdPbk1vYmlsZSI6dHJ1ZSwic3VwcG9ydEJnTG9vcCI6dHJ1ZSwicG9zdGVyIjoiaHR0cHM6Ly9jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL2RtczNyZXAvbXVsdGkveUhvNlpvT2tTQWlGeFoxSTFEQUhfVmVybWVzc3VuZ18yLnYyLjAwMDAwMDAuanBnIn0=" data-video-bg-mobile="true" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.5625"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/yHo6ZoOkSAiFxZ1I1DAH_Vermessung_2.v2.0000000-1920w.jpg" src="https://vid-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/videos/yHo6ZoOkSAiFxZ1I1DAH_Vermessung_2-v.mp4" style="object-position: 50% 50%" id="videobgframe-1662811305"></video>
|
|
</div>
|
|
<div class="bgExtraLayerOverlay"></div>
|
|
<div class="dmRespColsWrapper" id="1174015445"> <div class="u_1856929711 dmRespCol small-12 medium-12 large-12" id="1856929711"> <div class="u_1100811375 dmNewParagraph" id="1100811375" style="display: block; transition: none 0s ease 0s; line-height: initial; text-align: center;" data-element-type="paragraph" data-version="5"><p><span style="display: initial;"><br/></span></p><p class="m-size-26 size-60"><span style="display: initial; color: rgb(255, 255, 255); font-weight: inherit;" class="font-size-60 m-font-size-26">WIR PLANEN TIEFBAU UND ENERGIEPROJEKTE</span></p><p><span style="display: initial;"><br/></span></p></div></div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1745840030 dmRespRow" style="text-align: center;" id="1745840030"> <div class="dmRespColsWrapper" id="1671629159"> <div class="dmRespCol small-12 medium-6 large-6 u_1009857751" id="1009857751"> <span id="1149053182"></span>
|
|
<div class="u_1330695782 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1330695782"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2872+von+99%29-1920w.jpg" id="1430426675" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2872+von+99%29.jpg" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></div>
|
|
</div>
|
|
<div class="dmRespCol small-12 medium-6 large-6 u_1928197736" id="1928197736"> <h3 class="dmNewParagraph u_1902406166" id="1902406166" style="transition: opacity 1s ease-in-out 0s; display: block; text-align: center;" data-element-type="paragraph"><div><span class="lh-1 m-specific " style="font-weight: 400;">EIN STARKES TEAM - TIEFBAU UND PLANUNG<br/></span></div></h3> <div class="u_1917913124 dmNewParagraph" id="1917913124" style="transition: none 0s ease 0s; display: block; text-align: center;" data-version="5"><p class="m-size-16 text-align-left"><span style="display: initial; font-weight: 300;" class="m-font-size-16">Wir bieten unseren Kunden alles aus einer Hand – von der Grobplanung Ihrer Projektidee über den Kabelleitungstiefbau bis zum Bau Ihres erneuerbaren Energieprojektes sorgen wir dafür, dass Ihre Projekte wirtschaftlich und problemlos umgesetzt werden. <br/></span></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1770537806" file="false" href="über-uns.html" data-element-type="dButtonLinkId" id="1770537806"> <span class="iconBg" id="1157737150"> <span class="icon hasFontIcon icon-star" id="1333945651"></span>
|
|
</span>
|
|
<span class="text" id="1992589625">Über uns</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow fullBleedChanged fullBleedMode u_1866609421" style="text-align: center;" id="1866609421"> <div class="dmRespColsWrapper" id="1217512362"> <div class="dmRespCol small-12 medium-12 large-12 u_1336604002" id="1336604002"> <span id="1788465144"></span>
|
|
<div class="u_1046869109 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hasFullWidthMobile photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1046869109" data-placeholder="false" data-image-hover-effect="zoomout" data-image-animation="fadeInUp"> <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-4" 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" data-dm-force-device="mobile" class="u_1804218158" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2876+von+91%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2876+von+91%29-640w.jpg');"><img id="1510625889" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2876+von+91%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1192462584" class="caption-container u_1192462584" style="display:none"> <span class="caption-inner"> <a id="1785475320" class="caption-button dmWidget clearfix u_1785475320" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1466071393" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Nemo_erneuerbare+energien_solar_photovoltaik_windenergie_windkraft_tiefbau_netzanbindung_guben+122.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Nemo_erneuerbare+energien_solar_photovoltaik_windenergie_windkraft_tiefbau_netzanbindung_guben+122-640w.jpg');"><img id="1012297033" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Nemo_erneuerbare+energien_solar_photovoltaik_windenergie_windkraft_tiefbau_netzanbindung_guben+122-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1703402390" class="caption-container u_1703402390" style="display:none"> <span class="caption-inner"> <a id="1271709655" class="caption-button dmWidget clearfix u_1271709655" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1171449858" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/etib+ingenieure+tiefbau+solar+pv+planung+vermessung+gis-03.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/etib+ingenieure+tiefbau+solar+pv+planung+vermessung+gis-03-640w.jpg');"><img id="1832256247" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/etib+ingenieure+tiefbau+solar+pv+planung+vermessung+gis-03-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1855970593" class="caption-container u_1855970593" style="display:none"> <span class="caption-inner"> <a id="1237455050" class="caption-button dmWidget clearfix u_1237455050" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1899187936" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28278+von+80%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28278+von+80%29-640w.jpg');"><img id="1269491354" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28278+von+80%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1527986160" class="caption-container u_1527986160" style="display:none"> <span class="caption-inner"> <a id="1039714582" class="caption-button dmWidget clearfix u_1039714582" href="index.html" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
|
|
</span>
|
|
<span class="text">Button</span>
|
|
</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow" id="1728364325"> <div class="dmRespColsWrapper" id="1234003030"> <div class="dmRespCol large-12 medium-12 small-12" id="1165922172"> <div class="dmNewParagraph u_1885363370" data-element-type="paragraph" data-version="5" id="1885363370" style="transition: opacity 1s ease-in-out 0s;"> <h1 style="line-height: 1;" class="text-align-center"><span style="color:rgb(0, 0, 0);display:unset;font-family:Helvetica, 'Helvetica Fallback';">KOMM IN UNSER TEAM</span></h1>
|
|
<h1 style="line-height: 1;" class="m-size-24 text-align-center size-30"><span style="color:rgb(0, 0, 0);font-weight:normal;display:unset;font-family:Helvetica, 'Helvetica Fallback';" class="m-font-size-24 font-size-30">WIR SUCHEN ENTHUSIAST*IN FÜR ERNEUERBARE ENERGIEN UND NETZAUSBAU</span></h1>
|
|
</div>
|
|
<a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1304807536" file="false" href="über-uns.html#Karriere" data-element-type="dButtonLinkId" id="1304807536"> <span class="iconBg" id="1402713440"> <span class="icon hasFontIcon icon-star" id="1472710170"></span>
|
|
</span>
|
|
<span class="text" id="1415539894">Karriere</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1281860222 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1281860222" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1355565982"> <div class="u_1360100362 dmRespCol small-12 medium-12 large-12" id="1360100362"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1772179651" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center"><span style="color:rgb(255, 255, 255);display:unset;font-family:Helvetica, 'Helvetica Fallback';">DAS E-TIB GEBÄUDE IN GUBEN</span></h1>
|
|
</div>
|
|
<a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1928366312" file="false" href="https://e-tib.com/" data-element-type="dButtonLinkId" id="1928366312" target="_blank"> <span class="iconBg" id="1647799131"> <span class="icon hasFontIcon icon-star" id="1526875052"></span>
|
|
</span>
|
|
<span class="text" id="1160885790">Hier geht's zu unserem Tiefbaupartner, der E-TIB GmbH</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1941417359 dmRespRow" style="text-align: center;" id="1941417359"> <div class="dmRespColsWrapper" id="1215094190"> <div class="u_1683190946 dmRespCol small-12 medium-12 large-12" id="1683190946" data-anim-desktop="none"> <span id="1464799156"></span>
|
|
<h2 class="u_1249432773 dmNewParagraph" id="1249432773" style="transition: none; display: block;" data-element-type="paragraph"><div style="text-align: center; "><span style="font-weight: 400;"><span style="font-family:Helvetica, 'Helvetica Fallback';">Wissen, Vernetzung, Energie und Digitalisierung</span>
|
|
<br/></span></div><font></font></h2> <div class="u_1373681765 dmNewParagraph" id="1373681765" style="transition: opacity 1s ease-in-out 0s; display: block; text-align: center;" data-version="5"><p style="direction: ltr;" class="text-align-left"><span style="display: initial;">Globale Megatrends führen zu einer umfassenden Transformation unserer Gesellschaft.<br/> <br/> Allein der Umgang mit und die Organisation von Wissen stellt Unternehmen, Institutionen und Individuen vor größte Herausforderungen. Die Wechselwirkungen zwischen den Trends führen zu einer kaum überschaubaren Komplexität.<br/> <br/> Mit unseren Planungsleistungen strukturieren und reduzieren wir die Komplexität für unsere Auftraggeber und die ausführenden Unternehmen. Wir übernehmen Verantwortung für eine gute technische Lösung für heute und sorgen mit unserem Blick auf das „große Ganze“ für zukunftssichere Infrastrukturen.<br/> <br/> Wir planen für Sie die Energie- und Telekommunikationsnetze der Zukunft, versetzen Sie in die Lage, regenerative Energie für sich und die Gesellschaft bereit zu stellen und untersuchen Ihre Prozesse und Abläufe mit dem Ziel, den Ressourceneinsatz zu minimieren.<br/> <br/> Unsere Mitarbeiter brennen dafür, mit Ihnen gemeinsam eine lebenswerte Zukunft zu schaffen. Dazu geben wir Ihnen die größtmögliche individuelle Freiheit, hochwertige technische Ausrüstung und einen barrierefreien Zugang zu den Prozessen des Unternehmens und dem Wissen des gesamten Teams.</span></p><p><br/></p></div></div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow fullBleedChanged fullBleedMode u_1763406305" style="text-align: center;" id="1763406305"> <div class="dmRespColsWrapper" id="1018640745"> <div class="dmRespCol small-12 medium-12 large-12 u_1911916508" id="1911916508"> <span id="1112849688"></span>
|
|
<div class="u_1792562430 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hasFullWidthMobile photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1792562430" data-placeholder="false" data-image-hover-effect="zoomout" data-image-animation="fadeInUp"> <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-4" 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" data-dm-force-device="mobile" class="u_1981229455" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28215+von+80%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28215+von+80%29-640w.jpg');"><img id="1794552846" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28215+von+80%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1667475758" class="caption-container u_1667475758" style="display:none"> <span class="caption-inner"> <a id="1995186712" class="caption-button dmWidget clearfix u_1995186712" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1550416476" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28229+von+80%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28229+von+80%29-640w.jpg');"><img id="1603580034" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28229+von+80%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1616491373" class="caption-container u_1616491373" style="display:none"> <span class="caption-inner"> <a id="1110712111" class="caption-button dmWidget clearfix u_1110712111" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1533967415" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28253+von+80%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28253+von+80%29-640w.jpg');"><img id="1660464303" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28253+von+80%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1441444013" class="caption-container u_1441444013" style="display:none"> <span class="caption-inner"> <a id="1192701042" class="caption-button dmWidget clearfix u_1192701042" href="index.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-4" 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" data-dm-force-device="mobile" class="u_1273295619" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28263+von+80%29.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28263+von+80%29-640w.jpg');"><img id="1758997717" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28263+von+80%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
|
|
</div>
|
|
<div id="1609407094" class="caption-container u_1609407094" style="display:none"> <span class="caption-inner"> <a id="1113368716" class="caption-button dmWidget clearfix u_1113368716" href="index.html" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
|
|
</span>
|
|
<span class="text">Button</span>
|
|
</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow" id="1747285737"> <div class="dmRespColsWrapper" id="1553759721"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1681434083"></div>
|
|
</div>
|
|
</div>
|
|
<div class="u_1750089321 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1750089321" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1475470835"> <div class="u_1151403334 dmRespCol small-12 medium-12 large-12" id="1151403334"> <div class="dmNewParagraph u_1338937180" data-element-type="paragraph" data-version="5" id="1338937180" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center" style="line-height: 1;"><span class="" style="color:rgb(255, 255, 255);display:unset;" helvetica";"=""><span style="color:rgb(255, 255, 255);display:unset;font-family:Helvetica, 'Helvetica Fallback';">HIER GEHTS ZU UNSEREN LEISTUNGEN</span>
|
|
</span></h1>
|
|
</div>
|
|
<a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1632284610" file="false" href="leistungen.html" data-element-type="dButtonLinkId" id="1632284610"> <span class="iconBg" id="1815305547"> <span class="icon hasFontIcon icon-star" id="1046672018"></span>
|
|
</span>
|
|
<span class="text" id="1195020269">Leistungen</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmRespRow" id="1547859740"> <div class="dmRespColsWrapper" id="1226798051"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1564840092"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="u_1251437857 dmRespCol dmFooterCol small-12 medium-6 large-6" id="1251437857"> <div class="u_1980642274 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1980642274"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/ETIB_Ing_logo_w-1920w.png" id="1306915427" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/ETIB_Ing_logo_w.png" onerror="handleImageLoadError(this)"/></div>
|
|
<div data-element-type="spacer" class="dmSpacer u_1343223140" id="1343223140"></div>
|
|
<div class="u_1430628913 dmNewParagraph" id="1430628913"> <div><font color="#ffffff"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 400;"></span></span>Telefon: +49 4283 69799-20</font><font color="#ffffff"><br/></font></div>
|
|
<div><font color="#ffffff">E-Mail: info@etib-ing.com</font><br/></div>
|
|
<div><font color="#ffffff"><br/></font></div>
|
|
<div><font color="#ffffff">© E-TIB Ingenieurgesellschaft 2023</font></div>
|
|
</div></div>
|
|
<div class="dmRespCol small-12 medium-6 large-6" id="1482103126"> <a data-display-type="block" class="u_1489320351 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="datenschutz.html" data-element-type="dButtonLinkId" id="1489320351"> <span class="iconBg" id="1102437510"> <span class="icon hasFontIcon icon-star" id="1253345124"></span>
|
|
</span>
|
|
<span class="text" id="1094986108">Impressum & Datenschutz</span>
|
|
</a>
|
|
</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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Karla:ital,wght@0,200..800;1,200..800&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
|
|
<link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static-cdn.website-editor.net/mnlt/production/6446/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />
|
|
|
|
<!-- End of RT CSS Include -->
|
|
|
|
<link rel="preload" href="https://cdn.website-editor.net/WIDGET_CSS/ff5c69453c2b8e51db7d179c74c511c3.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/5e2f4be8c0fb45f2a71937f258d66cca/files/5e2f4be8c0fb45f2a71937f258d66cca_withFlex_1.min.css?v=137" 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/5e2f4be8c0fb45f2a71937f258d66cca/files/5e2f4be8c0fb45f2a71937f258d66cca_home_withFlex_1.min.css?v=137" 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-30, .size-30, .size-30 > font { font-size: 30px !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_6446";
|
|
var build = "2026-05-12T10_48_26";
|
|
window['v' + 'ersion'] = d_version;
|
|
|
|
function buildEditorParent() {
|
|
window.isMultiScreen = true;
|
|
window.editorParent = {};
|
|
window.previewParent = {};
|
|
window.assetsCacheQueryParam = "?version=2026-05-12T10_48_26";
|
|
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 = ' <div> <p class=\"rteBlock\">Diese Webseite verwendet Cookies, um Ihnen ein optimales Online-Erlebnis bieten zu können. Durch die Nutzung dieser Webseite erklären Sie sich mit der Verwendung von Cookies einverstanden. <a target=\"_blank\" data-runtime-url=\"undefined\">Mehr Infos<\/a> \n<\/p> \n<\/div> \n';
|
|
</script>
|
|
|
|
<!-- HEAD RT JS Include -->
|
|
<script id='d-js-params'>
|
|
window.INSITE = window.INSITE || {};
|
|
window.INSITE.device = "desktop";
|
|
|
|
window.rtCommonProps = {};
|
|
rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
|
|
rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
|
|
rtCommonProps["runtimecollector.url"] = 'https://rtc.website-editor.net';
|
|
rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
|
|
rtCommonProps["inlineEditGrid.snap"] =true;
|
|
rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
|
|
rtCommonProps["rt.pushnotifs.force.button"] =true;
|
|
rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
|
|
rtCommonProps["common.mapbox.js.override"] =false;
|
|
rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
|
|
rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
|
|
rtCommonProps["isCoverage.test"] =false;
|
|
rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
|
|
rtCommonProps["common.resources.dist.cdn"] =true;
|
|
rtCommonProps["common.build.dist.folder"] = 'production/6446';
|
|
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
|
|
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6446';
|
|
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/6446/_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/6446/_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: '5e2f4be8c0fb45f2a71937f258d66cca'
|
|
});
|
|
|
|
// 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: 5e2f4be8c0fb45f2a71937f258d66cca -->
|
|
<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 = 'More';
|
|
|
|
Parameters.NavigationAreaParams.LessButtonText = '......';
|
|
Parameters.HomeLinkText = 'Home';
|
|
</script>
|
|
<!-- End Script tags -->
|
|
<!-- Site Wide Html Markup -->
|
|
<!-- Site Wide Html Markup -->
|
|
</body>
|
|
</html>
|