Files
e-tib.com/reference/www.etib-ing.com/start-alt.html
Marc Mintel dd04755690
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
chore: add www.etib-ing.com site reference mirror
2026-05-15 10:08:00 +02:00

1484 lines
60 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: 'start-alt',
InitialPageUuid: '9a516b2ba91945c9865ea7de4e62e140',
InitialPageId: '709970230',
InitialEncodedPageAlias: 'c3RhcnQtYWx0',
InitialHeaderUuid: '079a4cdee936422088d0ad9dd115a845',
CurrentPageUrl: '',
IsCurrentHomePage: false,
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&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;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="start-alt.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/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>
<!-- Google Fonts Include -->
<!-- loadCSS function fonts.jsp-->
<link type="text/css" rel="stylesheet" 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&amp;subset=latin-ext&amp;display=swap" />
<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="stylesheet" type="text/css" href="https://static-cdn.website-editor.net/mnlt/production/6452/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />
<!-- End of RT CSS Include -->
<link type="text/css" rel="stylesheet" href="https://cdn.website-editor.net/WIDGET_CSS/6bf898facc29c4ffc9c26be6c29b97b8.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="start-alt"] #dm [data-show-on-page-only="start-alt"] {
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/5e2f4be8c0fb45f2a71937f258d66cca/files/5e2f4be8c0fb45f2a71937f258d66cca_1.min.css?v=137" id="siteGlobalCss" />
<style id="customWidgetStyle" type="text/css">
</style>
<style id="innerPagesStyle" type="text/css">
</style>
<style
id="additionalGlobalCss" type="text/css"
>
</style>
<style id="pagestyle" type="text/css">
*#dm *.dmBody div.u_Top{
background-color:rgba(72,72,72,1) !important;
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/bg-cdfa0c93-2880w.png) !important}
*#dm *.dmBody *.u_Top:before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody *.u_Top.before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody h3.u_Services{
}
*#dm *.dmBody div.u_pa_7969589{
background-color:rgba(72,72,72,1) !important;
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/bg-cdfa0c93-2880w.png) !important}
*#dm *.dmBody *.u_pa_7969589:before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody *.u_pa_7969589.before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody div.u_Video{
background-color:rgba(72,72,72,1) !important;
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/bg-cdfa0c93-2880w.png) !important}
*#dm *.dmBody *.u_Video:before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody *.u_Video.before{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important}
*#dm *.dmBody h3.u_Statistics{
}
*#dm *.dmBody h3.u_Testimonials{
}
*#dm *.dmBody h3.u_ContactUs{
}
*#dm *.dmBody div.u_Curabitur *.slides *.slide-button{
border-style:solid !important;
border-width:2px !important}
*#dm *.dmBody div.u_Curabitur{
border-style:solid !important;
border-width:0 !important}
*#dm *.dmBody div.u_Curabitur *.color-overlay{
background-color:rgba(0,0,0,0) !important}
*#dm *.dmBody div.u_Curabitur *.slides *.slide-title{
color:rgba(255,255,255,1) !important;
font-weight:bold !important}
*#dm *.dmBody div.u_Curabitur *.slides *.slide-text{
color:rgba(138,138,138,1) !important}
*#dm *.dmBody *.u_Curabitur *.flex-direction-nav a{
width:32px !important;
overflow:visible !important;
height:32px !important}
*#dm *.dmBody *.u_Curabitur *.flex-direction-nav a:before{
font-size:32px !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:15px !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:15px !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap>*.unifiednav__item{
padding-top:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:15px !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:15px !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody nav.u_1284501632.main-navigation.unifiednav *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap>*.unifiednav__item{
font-family:'Arial Black' !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav:not([image]) *.unifiednav__container[data-depth="0"]{
top:calc(100% - 0px - 0px) !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="HORIZONTAL"] *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:not(:last-of-type)>*.unifiednav__item-wrap *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody *.u_1284501632.main-navigation.unifiednav[data-nav-structure="SPLIT"] *.unifiednav__container:not([data-depth]) *:last-of-type>*.unifiednav__item-wrap:not(:last-child) *.unifiednav__container[data-depth="0"]{
left:0 !important}
*#dm *.dmBody div.u_1899396492{
background-color:rgba(255,255,255,1) !important}
*#dm *.dmBody div.u_1356080228{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Windpark%2B-282-29-2880w.jpg) !important;
background-size:cover !important;
border-style:solid !important;
border-width:12px !important;
border-color:rgba(255,255,255,1) !important}
</style>
<style id="pagestyleDevice" type="text/css">
*#dm *.dmBody div.u_Top{
padding-top:271px !important;
padding-bottom:271px !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-left:40px !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-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:initial !important;
background-position:0 50% !important}
*#dm *.dmBody h3.u_Services{
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;
display:block !important}
*#dm *.dmBody div.u_pa_7969589{
padding-top:271px !important;
padding-bottom:271px !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-left:40px !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-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:initial !important;
background-position:0 50% !important}
*#dm *.dmBody div.u_Video{
padding-top:271px !important;
padding-bottom:271px !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-left:40px !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-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:initial !important;
background-position:0 50% !important}
*#dm *.dmBody h3.u_Statistics{
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;
display:block !important}
*#dm *.dmBody h3.u_Testimonials{
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;
display:block !important}
*#dm *.dmBody h3.u_ContactUs{
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;
display:block !important}
*#dm *.dmBody div.u_Curabitur *.slides *.slide-button{
height:44px !important}
*#dm *.dmBody div.u_Curabitur{
height:800px !important;
width:100% !important}
*#dm *.dmBody div.u_Curabitur *.slides *.slide-title{
font-size:60px !important}
*#dm *.dmBody 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:0 !important;
padding-bottom:0 !important;
margin-top:0 !important;
margin-bottom:0 !important}
*#dm *.dmBody nav.u_1284501632.main-navigation.unifiednav:not([data-nav-structure='VERTICAL']) *.unifiednav__container:not([data-depth])>*.unifiednav__item-wrap:not(:last-child)::after{
padding-top:0 !important;
padding-bottom:0 !important;
margin-top:0 !important;
margin-bottom:0 !important}
*#dm *.dmBody div.u_1066675132{
padding-right:0 !important;
padding-left:30px !important;
padding-top:70px !important;
padding-bottom:70px !important}
*#dm *.dmBody div.u_1024538253{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important}
*#dm *.dmBody div.u_1899396492{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:10px !important;
padding-left:0 !important;
padding-bottom:10px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:none !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_1356080228{
background-position:50% 50% !important;
padding-right:0 !important;
margin-right:0 !important;
padding-top:0 !important}
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
</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: "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/start-alt"/>
<title>
E-TIB Ingenieurgesellschaft mbH
</title>
<meta name="keywords" content="Ingeneurdienstleitungen, Breitband, Infrstruktur, Energie, Erneuerbare Energie, Windkarft, Windenergie, Photovoltaik, Fotovoltaik, Elektomobilität, Speicher, Netzentgelte, Strompreis"/>
<meta name="description" content="E-TIB Ingenieurgesellschaft mbH, Startseite"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="E-TIB Ingenieurgesellschaft mbH"/>
<meta name="twitter:description" content="E-TIB Ingenieurgesellschaft mbH, Startseite"/>
<meta property="og:description" content="E-TIB Ingenieurgesellschaft mbH, Startseite"/>
<meta property="og:title" content="E-TIB Ingenieurgesellschaft mbH"/>
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
</head>
<body id="dmRoot" data-page-alias="start-alt" 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 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 " target="" data-target-page-alias="start-neu"> <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">&Uuml;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 class="innerPageTitle">Start alt</div>
</div>
<div class="titleLine display_None"><hr/></div>
</div>
</div>
</div>
</div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_start-alt 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_1899396492 dmRespRow" style="text-align: center;" id="1899396492"> <div class="dmRespColsWrapper" id="1070740490"> <div class="dmRespCol small-12 dmSectionNoParallax u_1356080228 medium-6 large-6" id="1356080228" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9sZS1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL2RtczNyZXAvbXVsdGkvb3B0L1dpbmRwYXJrJTJCLTI4Mi0yOS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvcHYrJTI4MiUyOS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvQmFnZ2VyX3BmZmVuZStCYXV3ZWlzZS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvSU1HLTIwMTcxMTEzLVdBMDAxNS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvSU1HLTIwMTYwODI0LVdBMDAyMS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvSU1HLTIwMTcwNjA4LVdBMDAxOS0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvQm9kZW5rbGFzc2UrNl9LYWJlbGdyYWJlbi0xOTIwdy5qcGciLCJodHRwczovL2xlLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS9vcHQvTWl0dGVsc3Bhbm51bmdfRnIlQzMlQTRzdmVyZmFocmVuLTE5MjB3LmpwZyJdfQ=="> <div data-element-type="spacer" class="u_1437353141 dmSpacer" id="1437353141"></div>
</div>
<div class="dmRespCol small-12 u_1066675132 medium-6 large-6" id="1066675132"> <h3 class="dmNewParagraph" id="1957863808" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><span class="lh-1 " style="font-weight: 400;"><font style="color: rgb(0, 0, 0);"><span style="font-family:'Arial Black';">Wissen, Vernetzung, Energie und Digitalisierung</span>
<br/></font></span></div></h3> <div class="u_1024538253 dmNewParagraph" id="1024538253" style="transition: opacity 1s ease-in-out;"><font style="color: rgb(19, 19, 19);">Globale Megatrends f&uuml;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&ouml;&szlig;te Herausforderungen. Die Wechselwirkungen zwischen den Trends f&uuml;hren zu einer kaum &uuml;berschaubaren Komplexit&auml;t.<br/><br/>Mit unseren Planungsleistungen strukturieren und reduzieren wir die Komplexit&auml;t f&uuml;r unsere Auftraggeber und die ausf&uuml;hrenden Unternehmen. Wir &uuml;bernehmen Verantwortung f&uuml;r eine gute technische L&ouml;sung f&uuml;r heute und sorgen mit unserem Blick auf das &bdquo;gro&szlig;e Ganze&ldquo; f&uuml;r zukunftssichere Infrastrukturen.<br/><br/>Wir planen f&uuml;r Sie die Energie- und Telekommunikationsnetze der Zukunft, versetzen Sie in die Lage, regenerative Energie f&uuml;r sich und die Gesellschaft bereit zu stellen und untersuchen Ihre Prozesse und Abl&auml;ufe mit dem Ziel, den Ressourceneinsatz zu minimieren.<br/><br/>Unsere Mitarbeiter brennen daf&uuml;r, mit Ihnen gemeinsam eine lebenswerte Zukunft zu schaffen. Dazu geben wir Ihnen die gr&ouml;&szlig;tm&ouml;gliche individuelle Freiheit, hochwertige technische Ausr&uuml;stung und einen barrierefreien Zugang zu den Prozessen des Unternehmens und dem Wissen des gesamten Teams.<br/></font></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="u_1251437857 dmRespCol dmFooterCol small-12 medium-6 large-6" id="1251437857"> <div class="u_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">&copy; 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 &amp; 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 -->
<!-- ========= 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_6452";
var build = "2026-05-13T12_48_29";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2026-05-13T12_48_29";
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&ouml;nnen. Durch die Nutzung dieser Webseite erkl&auml;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/6452';
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6452';
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/6452/_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/6452/_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>