Files
e-tib.com/reference/www.etib-ing.com/über-uns.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

2899 lines
125 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: 'über-uns',
InitialPageUuid: 'c0ce5d7602744d55b922374ae81a6b33',
InitialPageId: '709970228',
InitialEncodedPageAlias: 'w7xiZXItdW5z',
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="über-uns.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/6455/_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/ef4ce5fbd2b658868a8460cf0ec48170.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="über-uns"] #dm [data-show-on-page-only="über-uns"] {
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 nav.u_1582592409
{
color:white !important;
}
*#dm *.dmBody *.u_1922589568 *.slides *.slide-button
{
justify-content:center !important;
text-align:CENTER !important;
}
*#dm *.dmBody div.u_1278020333 *.caption-container *.caption-title
{
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button:hover
{
background-color:rgba(255,255,255,1) !important;
border-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button.hover
{
background-color:rgba(255,255,255,1) !important;
border-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button span.text
{
color:rgba(255,255,255,1) !important;
font-weight:normal !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-title
{
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button:hover span.text
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button.hover span.text
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-text
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button
{
background-color:rgba(0,0,0,0) !important;
border-style:solid !important;
border-width:2px !important;
border-radius:0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
border-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1570905860
{
background-repeat:no-repeat !important;
background-image:none !important;
background-size:cover !important;
background-color:rgba(29,29,29,1) !important;
}
*#dm *.dmBody *.u_1922589568 *.slides *.slide-button span.text
{
width:auto !important;
}
*#dm *.dmBody *.u_1278020333 *.caption-inner
{
border-bottom-left-radius:0 !important;
-webkit-border-top-right-radius:0 !important;
-moz-border-top-right-radius:0 !important;
-webkit-border-bottom-right-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-top-right-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
border-radius:0 !important;
-moz-border-bottom-right-radius:0 !important;
-moz-border-top-left-radius:0 !important;
border-top-left-radius:0 !important;
-moz-border-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
border-bottom-right-radius:0 !important;
-webkit-border-radius:0 !important;
}
*#dm *.dmBody div.u_1278020333 *.caption-inner
{
background-color:rgba(0,0,0,0.17) !important;
}
*#dm *.dmBody *.u_1512045937
{
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28277+von+80%29-2880w.jpg) !important;
}
*#dm *.dmBody *.u_1820113018
{
display:none !important;
}
*#dm *.dmBody *.u_1500162607
{
display:none !important;
}
*#dm *.dmBody *.u_1569162564
{
display:none !important;
}
*#dm *.dmBody *.u_1458716590
{
display:none !important;
}
*#dm *.dmBody div.u_1564215861
{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-12-2880w.jpg) !important;
background-size:cover !important;
}
*#dm *.dmBody *.u_1243257598
{
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2858+von+91%29-2880w.jpg) !important;
}
*#dm *.dmBody div.u_1440044453
{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-21-2880w.jpg) !important;
background-size:cover !important;
}
*#dm *.dmBody div.u_1792223295
{
line-height:150% !important;
}
*#dm *.dmBody div.u_1304300799
{
background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1388886987 hr
{
color:rgb(56,56,56) !important;
background:none !important;
height:0 !important;
background-color:transparent !important;
background-size:initial !important;
min-height:0 !important;
border-color:currentColor !important;
border-width:1px !important;
border-top-style:solid !important;
border-top-width:3px !important;
}
*#dm *.dmBody *.u_1231167608:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1231167608.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1231167608:before
{
background-color:rgba(69,101,245,1) !important;
opacity:0.23 !important;
}
*#dm *.dmBody div.u_1231167608.before
{
background-color:rgba(69,101,245,1) !important;
opacity:0.23 !important;
}
*#dm *.dmBody div.u_1231167608
{
background-repeat:no-repeat !important;
background-image:none !important;
background-size:cover !important;
background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1767831436
{
background-color:rgba(255,255,255,0.91) !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
border-color:rgba(212,212,212,1) !important;
border-width:0 !important;
border-style:solid !important;
}
*#dm *.dmBody div.u_1900898613
{
background-color:rgba(255,255,255,0.91) !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
border-color:rgba(212,212,212,1) !important;
border-width:0 !important;
border-style:solid !important;
}
*#dm *.dmBody div.u_1687492074
{
background-color:rgba(255,255,255,0.91) !important;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
border-color:rgba(212,212,212,1) !important;
border-width:0 !important;
border-style:solid !important;
}
*#dm *.dmBody div.u_1922589568 *.color-overlay
{
background-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1400442568
{
background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1784698611 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
background-size:cover !important;
}
*#dm *.dmBody div.u_1784698611 *.caption-inner
{
background-color:rgba(0,0,0,0.49) !important;
}
*#dm *.dmBody div.u_1784698611 *.caption-container *.caption-text
{
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1784698611 *.caption-container *.caption-title
{
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1698785016 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
background-size:cover !important;
}
*#dm *.dmBody div.u_1698785016 *.caption-inner
{
background-color:rgba(0,0,0,0.49) !important;
}
*#dm *.dmBody div.u_1698785016 *.caption-container *.caption-text
{
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1698785016 *.caption-container *.caption-title
{
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1698785016 *.caption-container *.caption-title
{
text-align:CENTER !important;
}
*#dm *.dmBody *.u_1698785016 *.caption-container *.caption-text
{
text-align:CENTER !important;
}
*#dm *.dmBody *.u_1459579463 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
background-size:cover !important;
}
*#dm *.dmBody div.u_1459579463 *.caption-inner
{
background-color:rgba(0,0,0,0.49) !important;
}
*#dm *.dmBody div.u_1459579463 *.caption-container *.caption-text
{
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1459579463 *.caption-container *.caption-title
{
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1459579463 *.caption-container *.caption-title
{
text-align:CENTER !important;
}*#dm *.dmBody *.u_1459579463 *.caption-container *.caption-text { text-align:CENTER !important; }
*#dm *.dmBody *.u_1106788269
{
display:none !important;
}
*#dm *.dmBody *.u_1352462575
{
display:none !important;
}
*#dm *.dmBody div.u_1443657104:before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1443657104.before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1443657104>.bgExtraLayerOverlay
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody *.u_1443657104:before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1443657104.before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1443657104>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody div.u_1443657104
{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-44-2880w.jpg) !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 div.u_1594802528:before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1594802528.before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1594802528>.bgExtraLayerOverlay
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody *.u_1594802528:before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1594802528.before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1594802528>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody div.u_1594802528
{
background-repeat:no-repeat !important;
background-image:url(https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/DJI_0050-2880w.JPG) !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 div.u_1378563420
{
line-height:normal !important;
}
*#dm *.dmBody div.u_1965858438:before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1965858438.before
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1965858438>.bgExtraLayerOverlay
{
background-color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1965858438
{
background-repeat:no-repeat !important;
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-2880w.jpg) !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_1965858438:before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1965858438.before
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody *.u_1965858438>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(0,0,0) !important;
}
*#dm *.dmBody div.u_1352117317
{
background-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1181698687
{
border-left-style:solid !important;
border-left-color:rgba(210,210,210,1) !important;
border-left-width:0 !important;
}
*#dm *.dmBody a.u_1082376304
{
border-color:rgba(15,122,92,1) !important;
background-color:rgba(15,122,92,1) !important;
}
*#dm *.dmBody a.u_1082376304 span.text
{
color:rgba(255,255,255,1) !important;
}*#dm *.dmBody div.u_1383420941 { background-color:rgba(255,255,255,1) !important; }
*#dm *.dmBody *.u_1916525378 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a { background-size:cover !important; }
*#dm *.dmBody div.u_1916525378 *.caption-inner { background-color:rgba(0,0,0,0.49) !important; }
*#dm *.dmBody div.u_1916525378 *.caption-container *.caption-text {
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1916525378 *.caption-container *.caption-title {
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1402562890 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a { background-size:cover !important; }
*#dm *.dmBody div.u_1402562890 *.caption-inner { background-color:rgba(0,0,0,0.49) !important; }
*#dm *.dmBody div.u_1402562890 *.caption-container *.caption-text {
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1402562890 *.caption-container *.caption-title {
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1402562890 *.caption-container *.caption-title { text-align:CENTER !important; }
*#dm *.dmBody *.u_1402562890 *.caption-container *.caption-text { text-align:CENTER !important; }
*#dm *.dmBody *.u_1314826673 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a { background-size:cover !important; }
*#dm *.dmBody div.u_1314826673 *.caption-inner { background-color:rgba(0,0,0,0.49) !important; }
*#dm *.dmBody div.u_1314826673 *.caption-container *.caption-text {
font-weight:normal !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1314826673 *.caption-container *.caption-title {
font-weight:bold !important;
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1314826673 *.caption-container *.caption-title { text-align:CENTER !important; }
*#dm *.dmBody *.u_1314826673 *.caption-container *.caption-text { text-align:CENTER !important; }
*#dm *.dmBody *.u_1653033518 { display:none !important; }
</style>
<style id="pagestyleDevice" type="text/css">
*#dm *.dmBody *.u_1278020333 *.caption-inner
{
padding-left:6px !important;
padding-right:6px !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-text
{
font-size:24px !important;
}
*#dm *.dmBody div.u_1278020333 *.caption-container *.caption-title
{
font-size:30px !important;
}
*#dm *.dmBody div.u_1570905860
{
padding-top:0 !important;
padding-bottom:0 !important;
padding-right:0 !important;
padding-left:0 !important;
}
*#dm *.dmBody div.u_1564215861
{
background-position:50% 50% !important;
padding-left:0 !important;
background-repeat:no-repeat !important;
background-size:cover !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-title
{
font-size:60px !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button
{
width:140px !important;
height:53px !important;
}
*#dm *.dmBody *.u_1278020333 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:449px !important;
}
*#dm *.dmBody div.u_1322331282
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
max-width:none !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1922589568
{
width:100% !important;
donedragging:true !important;
height:897px !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1922589568 *.slides *.slide-button span.text
{
font-size:16px !important;
}
*#dm *.dmBody div.u_1278020333
{
margin-top:0 !important;
margin-bottom:0 !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
lockratio:true !important;
donedragging:true !important;
margin-left:auto !important;
}
*#dm *.dmBody *.u_1278020333 *.photoGalleryThumbs
{
padding:0 !important;
}
*#dm *.dmBody *.u_1278020333 *.layout-container
{
padding:0 !important;
}
*#dm *.dmBody *.u_1278020333 *.photoGalleryThumbs *.image-container a
{
padding-top:449px !important;
}
*#dm *.dmBody div.u_1440044453
{
padding-right:0 !important;
padding-left:0 !important;
padding-top:0 !important;
padding-bottom:0 !important;
background-repeat:no-repeat !important;
background-size:cover !important;
background-position:50% 50% !important;
}
*#dm *.dmBody h1.u_1994519937
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:8px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody h2.u_1994519937
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:8px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1388886987
{
width:99px !important;
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 430px) !important;
margin-top:7px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1792223295
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1304300799
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:40px !important;
padding-bottom:0 !important;
max-width:none !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody h3.u_1924280896
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h3.u_1278145264
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:-8px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h3.u_1549024859
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h3.u_1593552003
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:-8px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h3.u_1441921475
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:-8px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h3.u_1667623407
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:calc(100% - 0px) !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:9px !important;
margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1687492074
{
padding-top:0 !important;
padding-bottom:0 !important;
padding-right:15px !important;
padding-left:10px !important;
}
*#dm *.dmBody div.u_1073402145
{
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:16px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1025934033
{
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_1900898613
{
padding-top:0 !important;
padding-bottom:0 !important;
padding-right:10px !important;
padding-left:10px !important;
}
*#dm *.dmBody div.u_1767831436
{
padding-top:0 !important;
padding-bottom:0 !important;
padding-right:10px !important;
padding-left:15px !important;
margin-right:0 !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1889321919
{
float:none !important;
top:0 !important;
left:0 !important;
width:299.516px !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:17px !important;
margin-bottom:8px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1231167608
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:30px !important;
padding-bottom:0 !important;
max-width:none !important;
padding-right:30px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1573055171
{
top:0 !important;
left:0 !important;
width:calc(100% - 0px) !important;
position:relative !important;
height:425px !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody h4.u_1804381849
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1784698611 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1784698611 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody h4.u_1289087574
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1698785016 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1698785016 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody h4.u_1916687953
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1459579463 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1459579463 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody div.u_1290475827
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1459579463
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:19.9844px !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody div.u_1903636604
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1898104753
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1698785016
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:19.9844px !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody div.u_1784698611
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody *.u_1459579463 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody *.u_1459579463 .photoGalleryThumbs
{
padding:0 !important;
}
*#dm *.dmBody *.u_1698785016 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody *.u_1784698611 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody div.u_1935277918
{
margin-right:0 !important;
padding-left:0 !important;
padding-right:30px !important;
}
*#dm *.dmBody div.u_1443657104
{
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
padding-top:147px !important;
padding-left:20px !important;
padding-bottom:146.5px !important;
max-width:none !important;
padding-right:20px !important;
min-width:0 !important;
text-align:center !important;
background-attachment:fixed !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
*#dm *.dmBody div.u_Karriere
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
max-width:none !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
margin-right:auto !important;
margin-left:auto !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1963731329
{
margin-right:0 !important;
padding-left:0 !important;
padding-right:30px !important;
}
*#dm *.dmBody div.u_1594802528
{
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
padding-top:147px !important;
padding-left:20px !important;
padding-bottom:146.5px !important;
max-width:none !important;
padding-right:20px !important;
min-width:0 !important;
text-align:center !important;
background-attachment:fixed !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
*#dm *.dmBody div.u_1640137348
{
margin-right:0 !important;
padding-left:0 !important;
padding-right:30px !important;
}
*#dm *.dmBody div.u_1378563420
{
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:39px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
display:block !important;
}
*#dm *.dmBody div.u_1965858438
{
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
padding-top:200px !important;
padding-left:20px !important;
padding-bottom:200px !important;
max-width:none !important;
padding-right:20px !important;
min-width:0 !important;
text-align:center !important;
background-attachment:fixed !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
*#dm *.dmBody div.u_1352117317
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:100px !important;
padding-left:40px !important;
padding-bottom:100px !important;
max-width:none !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1181698687
{
padding-right:0 !important;
padding-left:30px !important;
}
*#dm *.dmBody div.u_1912962770
{
padding-left:0 !important;
padding-right:30px !important;
margin-left:0 !important;
padding-top:0 !important;
padding-bottom:0 !important;
margin-top:0 !important;
margin-bottom:0 !important;
margin-right:0 !important;
}
*#dm *.dmBody h4.u_1298272204
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:0 !important;
margin-left:0 !important;
max-width:100% !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1272219646
{
float:none !important;
top:0 !important;
left:0 !important;
width:calc(100% - 0px) !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:100% !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
display:block !important;
}
*#dm *.dmBody div.u_1944720058
{
float:none !important;
top:0 !important;
left:0 !important;
width:440px !important;
position:relative !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody h1.u_1861754246
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:100% !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody h2.u_1861754246
{
display:block !important;
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
max-width:100% !important;
padding-right:0 !important;
min-width:0 !important;
text-align:center !important;
}
*#dm *.dmBody h4.u_1752436212
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1916525378 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1916525378 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody h4.u_1297991086
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1402562890 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1402562890 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody div.u_1383420941
{
padding-right:20px !important;
padding-left:20px !important;
padding-top:30px !important;
padding-bottom:60px !important;
}
*#dm *.dmBody h4.u_1105180045
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0 !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:15px !important;
margin-bottom:0 !important;
padding-right:0 !important;
min-width:25px !important;
text-align:left !important;
}
*#dm *.dmBody div.u_1314826673 *.caption-container *.caption-text
{
font-size:18px !important;
}
*#dm *.dmBody div.u_1314826673 *.caption-container *.caption-title
{
font-size:15px !important;
}
*#dm *.dmBody div.u_1492090521
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1314826673
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:19.9844px !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody div.u_1941235386
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1717487694
{
padding-right:0 !important;
padding-left:0 !important;
margin-right:10px !important;
}
*#dm *.dmBody div.u_1402562890
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:19.9844px !important;
margin-left:0 !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody div.u_1916525378
{
float:none !important;
top:0 !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:0 !important;
margin-bottom:10px !important;
padding-right:0 !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody *.u_1314826673 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody *.u_1314826673 .photoGalleryThumbs
{
padding:0 !important;
}
*#dm *.dmBody *.u_1402562890 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody *.u_1916525378 *.dmPhotoGalleryHolder *.galleryContainer *.photoGalleryThumbs a
{
height:300px !important;
}
*#dm *.dmBody div.u_1400442568
{
padding-right:20px !important;
padding-left:20px !important;
padding-top:36px !important;
padding-bottom:66px !important;
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
min-height:auto !important;
margin-right:0px !important;
margin-left:0px !important;
max-width:100% !important;
margin-top:0px !important;
margin-bottom:0px !important;
min-width:0 !important;
text-align:center !important;
}
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<style id="hideAnimFix">
.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
visibility: hidden;
}
.dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
visibility: hidden !important;
}
#dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
visibility: hidden;
}
</style>
<style id="fontFallbacks">
@font-face {
font-family: "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/über-uns"/>
<title>
about
</title>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="about"/>
<meta property="og:title" content="about"/>
<!-- SYS- MUFORDFfRVVfUFJPRA== -->
</head>
<body id="dmRoot" data-page-alias="über-uns" 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 dmNavItemSelected " target="" data-target-page-alias="über-uns-neu" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
Über uns
" data-auto="page-text-style">&Uuml;ber uns<span class="icon icon-angle-down" 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">&Uuml;ber uns</div>
</div>
<div class="titleLine display_None"><hr/></div>
</div>
</div>
</div>
</div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_über-uns 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_1965858438 dmRespRow dmSectionParallaxNew hasExtraLayerOverlay relativePos" style="text-align: center;" id="1965858438" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL3ZpZGVvcy8yTjl1S1d5QVF1cWlsOHNHWEJQRl9LYWJlbGxhZ2VyLXYubXA0IiwiaWQiOiJodHRwczovL3ZpZC1jZG4ud2Vic2l0ZS1lZGl0b3IubmV0LzVlMmY0YmU4YzBmYjQ1ZjJhNzE5MzdmMjU4ZDY2Y2NhL3ZpZGVvcy8yTjl1S1d5QVF1cWlsOHNHWEJQRl9LYWJlbGxhZ2VyLXYubXA0IiwicHJvdmlkZXIiOiJjZG4iLCJlbWJlZCI6Imh0dHBzOi8vdmlkLWNkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvdmlkZW9zLzJOOXVLV3lBUXVxaWw4c0dYQlBGX0thYmVsbGFnZXItdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2Nkbi53ZWJzaXRlLWVkaXRvci5uZXQvNWUyZjRiZThjMGZiNDVmMmE3MTkzN2YyNThkNjZjY2EvZG1zM3JlcC9tdWx0aS8yTjl1S1d5QVF1cWlsOHNHWEJQRl9LYWJlbGxhZ2VyLnYyLjAwMDAwMDAuanBnIiwic3VwcG9ydEJnT25Nb2JpbGUiOnRydWUsInN1cHBvcnRCZ0xvb3AiOnRydWUsInBvc3RlciI6Imh0dHBzOi8vY2RuLndlYnNpdGUtZWRpdG9yLm5ldC81ZTJmNGJlOGMwZmI0NWYyYTcxOTM3ZjI1OGQ2NmNjYS9kbXMzcmVwL211bHRpLzJOOXVLV3lBUXVxaWw4c0dYQlBGX0thYmVsbGFnZXIudjIuMDAwMDAwMC5qcGcifQ==" 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/2N9uKWyAQuqil8sGXBPF_Kabellager.v2.0000000-1920w.jpg" src="https://vid-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/videos/2N9uKWyAQuqil8sGXBPF_Kabellager-v.mp4" style="object-position: 50% 50%" id="videobgframe-1965858438"></video>
</div>
<div class="bgExtraLayerOverlay"></div>
<div class="dmRespColsWrapper" id="1118987972"> <div class="u_1640137348 dmRespCol small-12 medium-12 large-12" id="1640137348"> <div class="u_1378563420 dmNewParagraph" id="1378563420" 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-48 size-60"><span style="color: rgb(255, 255, 255); display: initial;" class="m-font-size-48 font-size-60">&Uuml;BER UNS</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;" class="m-font-size-48 font-size-60"><br/></span></p></div></div>
</div>
</div>
<div class="u_1352117317 dmRespRow" style="text-align: center;" id="1352117317"> <div class="dmRespColsWrapper" id="1349454104"> <div class="dmRespCol small-12 medium-6 large-6 u_1912962770" id="1912962770"> <span id="1343496385"></span>
<div class="u_1944720058 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1944720058"><img src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung--2895-von-99-29-1920w.jpg" id="1908655652" class="" data-dm-image-path="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung--2895-von-99-29.jpg" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></div>
</div>
<div class="dmRespCol small-12 medium-6 large-6 u_1181698687" id="1181698687"> <h3 class="dmNewParagraph u_1298272204" id="1298272204" data-element-type="paragraph" data-styletopreserve="{" background-image":""}"="" style="text-align: center;"><div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;">&nbsp;</span></span>&Uuml;BER UNS<span class="lh-1 m-specific " style="font-weight: 300;"><br/></span></div></h3> <div class="u_1272219646 dmNewParagraph" id="1272219646" style="transition: none 0s ease 0s; display: block; text-align: center;" data-version="5"><p style="direction: ltr;" class="m-size-16 text-align-left"><span style="font-style: normal; display: initial; font-weight: 300;" class="m-font-size-16">Wir sind durch und durch beratende Ingenieure. Frei von Liefer- und Leistungsinteressen gilt unser Streben allein einer guten und nachhaltigen L&ouml;sung f&uuml;r unsere Kunden. Wir raten Ihnen nur dann zur Umsetzung Ihres Vorhabens, wenn wir von der L&ouml;sung &uuml;berzeugt sind. Die Erfahrung und das Fachwissen unserer Mitarbeiter sind unsere wichtigste Ressource. Daneben setzen wir auf eine moderne technische Ausr&uuml;stung und ein agiles Projektmanagement. Die offene und wertsch&auml;tzende Kommunikation mit Kunden, Mitarbeitern, Partnern und anderen Beteiligten ist der Kern unserer Unternehmensphilosophie.</span></p><p style="direction: ltr;" class="m-size-16 text-align-left"><span style="display: initial;" class="m-font-size-16">Zur Sicherung unseres Qualit&auml;tsanspruchs sind unsere MitarbeiterInnen in der Ingenieurkammer und bilden sich regelm&auml;&szlig;ig fort.</span><span class="m-font-size-16" style="display: initial; font-weight: 300;"><span style="display: initial; font-weight: 300;" class="m-font-size-16">&nbsp;</span>
</span></p><p style="direction: ltr;" class="text-align-left"><br/></p><p style="direction: ltr;" class="text-align-left m-size-16"><span style="display: initial; font-weight: 300;" class="m-font-size-16">Wir haben uns 2019 als Partner der Kabelleitungstiefbaufirma E-TIB GmbH gegr&uuml;ndet. Diese Partnerschaft erm&ouml;glicht es uns unsere Kunden ein umfassendes Leistungssprektrum anzubieten.<br/></span></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1082376304" file="false" href="leistungen.html" data-element-type="dButtonLinkId" id="1082376304"> <span class="iconBg" id="1051051309"> <span class="icon hasFontIcon icon-star" id="1731763301"></span>
</span>
<span class="text" id="1427015796">Leistungen</span>
</a>
</div>
</div>
</div>
<div class="u_1443657104 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1443657104" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1160637985"> <div class="u_1935277918 dmRespCol small-12 medium-12 large-12" id="1935277918"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1999362736" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center"><span style="color:rgb(255, 255, 255);display:initial;font-family:Helvetica, 'Helvetica Fallback';">UNSER TEAM</span></h1>
</div>
</div>
</div>
</div>
<div class="u_1400442568 dmRespRow" style="text-align: center;" id="1400442568"> <div class="dmRespColsWrapper" id="1573590089"> <div class="dmRespCol small-12 u_1290475827 medium-4 large-4" id="1290475827"> <div class="u_1459579463 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1459579463" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1240499446" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1589879149"> <div class="image-container" id="1104618805"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/S-Bohnhagen.jpg" id="1134399001"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/S-Bohnhagen-1920w.jpg" id="1323828233" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1499445394">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1547614513"></span>
</div>
</div>
<h4 class="u_1916687953 dmNewParagraph" id="1916687953" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: normal;"></span></font></div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400; font-size: 30px;"><div style="text-align: left;"><font color="#000000">Sven Bonhagen</font></div></span></span><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: normal;"></span></font></div></h4> <div class="dmNewParagraph" id="1159423838" style="transition: opacity 1s ease-in-out;"><div><font color="#5d5858"><span style="font-size: 15px;"><b>Fachplaner f&uuml;r Elektro- und Informationstechnik</b></span></font></div><div><font color="#5d5858"><span style="font-size: 15px;">Elektrotechnikermeister, Betriebswirt</span></font></div><div><font color="#5d5858"><span style="font-size: 15px;">&ouml;.b.u.v. Sachverst&auml;ndiger</span></font></div></div></div>
<div class="dmRespCol small-12 u_1903636604 medium-4 large-4" id="1903636604"> <div class="u_1698785016 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1698785016" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1523337713" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1950687341"> <div class="image-container" id="1797479508"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Julian_Helmich1-f5719809.jpg" id="1832308947" class="has-link" href="mailto:j.helmich@etib-ing.com" file="false" data-link-url="mailto:j.helmich@etib-ing.com"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Julian_Helmich1-f5719809-1920w.jpg" id="1635721892" class="" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="caption-container" id="1019540663"> <span class="caption-inner" id="1059340806"> <div class="caption-text u_1251589120" id="1251589120"><p class="rteBlock">j.helmich@etib-ing.com</p></div></span>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1128350678">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1380365090"></span>
</div>
</div>
<h4 class="u_1289087574 dmNewParagraph" id="1289087574" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Julian</span></font></div><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Helmich</span></font></div></span></span></h4> <div class="dmNewParagraph" id="1983419452" style="transition: opacity 1s ease-in-out;"><div><b><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Dipl. Wirtschaftsingenieur</font></span></b></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Beratender Ingenieur und<br/>Technischer Gesch&auml;ftsf&uuml;hrer</font></span></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);"><br/></font></span></div></div></div>
<div class="dmRespCol small-12 u_1898104753 medium-4 large-4" id="1898104753"> <div class="u_1784698611 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1784698611" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1126168774" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1909506992"> <div class="image-container" id="1890959999"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/F-Helmich--282-29.jpg" id="1500644455" class="has-link" href="mailto:f.helmich@etib-ing.com" file="false" data-link-url="mailto:f.helmich@etib-ing.com"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/F-Helmich--282-29-1920w.jpg" id="1457698051" class="" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="caption-container" id="1828727813"> <span class="caption-inner" id="1965400212"> <div class="caption-text u_1781196670" id="1781196670"><p class="rteBlock">f.helmich@etib-ing.com</p></div></span>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1599667911">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1854166217"></span>
</div>
</div>
<h4 class="u_1804381849 dmNewParagraph" id="1804381849" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Frieder</span></font></div><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Helmich</span></font></div></span></span></h4> <div class="dmNewParagraph" id="1253384323" style="transition: opacity 1s ease-in-out;"><div><b><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">M. Sc. Wirtschaftingenieur</font></span></b></div><div><span style="font-size: 15px;">Ausf&uuml;hrungsplanung, Ausschreibung und Bau&uuml;berwachung von Infrastrukturtrassen</span><span style="font-size: 15px;"><br/></span></div></div></div>
</div>
</div>
<div class="dmRespRow u_1383420941" style="text-align: center;" id="1383420941"> <div class="dmRespColsWrapper" id="1106915317"> <div class="dmRespCol small-12 u_1492090521 medium-4 large-4" id="1492090521"> <div class="u_1314826673 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1314826673" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1374590688" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1524576593"> <div class="image-container" id="1759271762"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung--2866-von-99-29.jpg" id="1642393309" class="has-link" href="mailto:info@etib-ing.com" file="false" data-link-url="mailto:info@etib-ing.com"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung--2866-von-99-29-1920w.jpg" id="1237364257" class="" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="caption-container" id="1767184424"> <span class="caption-inner" id="1688535369"></span>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1076517153">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1197242597"></span>
</div>
</div>
<h4 class="u_1105180045 dmNewParagraph" id="1105180045" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: normal;"></span></font></div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Danny Joseph</span></font></div></span></span><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: normal;"></span></font></div></h4> <div class="dmNewParagraph" id="1739813939" style="transition: opacity 1s ease-in-out;"><div><b><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Technischer Fachwirt<br/></font></span></b></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Kaufm&auml;nnischer Gesch&auml;ftsf&uuml;hrer <br/></font></span></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Gesellschafter<br/></font></span></div></div></div>
<div class="dmRespCol small-12 u_1941235386 medium-4 large-4" id="1941235386"> <div class="u_1402562890 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1402562890" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1909569247" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1688751469"> <div class="image-container" id="1093657464"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/CF-Klinck.jpg" id="1223601226"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/CF-Klinck-1920w.jpg" id="1218728790" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1980889248">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1874875697"></span>
</div>
</div>
<h4 class="u_1297991086 dmNewParagraph" id="1297991086" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Carl-Friedrich KIinck</span></font></div></span></span></h4> <div class="dmNewParagraph" id="1849411741" style="transition: opacity 1s ease-in-out;"><div><span style="color: rgb(93, 88, 88); font-size: 15px;"><b>Promovierter Ingenieur (Dr.-Ing.)</b></span></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);">Ganzheitliche Planung von Energiesystemen und Infrastrukturtrassen</font></span></div><div><span style="font-size: 15px;"><font style="color: rgb(93, 88, 88);"><br/></font></span></div></div></div>
<div class="dmRespCol small-12 u_1717487694 medium-4 large-4" id="1717487694"> <div class="u_1916525378 dmPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{'thumbnailsPerRow':3,'rowsToShow':'100','imageScaleMethod':true}" data-desktop-text-layout="over" id="1916525378" data-link-gallery="true" data-element-type="dPhotoGalleryId" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1839693876" data-d1-gallery-type="square" data-d1-gallery-cols="1"> <li class="photoGalleryThumbs" id="1646082585"> <div class="image-container" id="1341108711"> <a data-dm-multisize-attr="href" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/DSC05947.jpg" id="1494217668"><img irh="" irw="" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/DSC05947-1920w.jpg" id="1271640056" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
</li>
</ul>
<div class="photoGalleryViewAll" isall="true" data-viewall="Alle anzeigen" data-viewless="weniger anzeigen" style="display:none;" id="1399209168">Alle anzeigen <span class="dm-icon-button-arrow oneIcon" id="1751919679"></span>
</div>
</div>
<h4 class="u_1752436212 dmNewParagraph" id="1752436212" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div style="text-align: left;"><font color="#000000"><span style="font-size: 30px; font-weight: inherit;">Jonas Klei</span></font></div></span></span></h4> <div class="dmNewParagraph" id="1552070384" style="transition: opacity 1s ease-in-out;"><div><span style="font-size: 15px;"><b>M. Sc. Maschinenbauingenieur</b></span></div><div><span style="font-size: 15px;">Ausf&uuml;hrungsplanung, Ausschreibung und Bau&uuml;berwachung von Infrastrukturtrassen</span></div></div></div>
</div>
</div>
<div class="u_Karriere dmRespRow fullBleedChanged fullBleedMode fullHeightRowdesktop" style="text-align: center;" id="Karriere" data-anchor="Karriere"> <div class="dmRespColsWrapper" id="1916811131"> <div class="u_1570905860 dmRespCol small-12 large-5 medium-5" id="1570905860"> <div class="u_1922589568 flex-container dmImageSlider dmNoMargin dmNoMark hasFullWidth" data-widget-type="imageSlider" dmle_volatile_widget="true" id="1922589568" data-element-type="dSliderId"> <div class="flexslider ed-version nav-layout-2" sliderscriptparams="{ stretch: true, animation: true, randomize: false, directionNav: true, isAutoPlay: true, isFade: true, controlNav: false, slideshowSpeed: 7000, animationDuration: 600, pausePlay: true}" id="1954145103" position="center"> <ul class="slides" id="1766816510"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1512045937" class="u_1512045937" show-caption="true"><img dm="true" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%28277+von+80%29-1920w.jpg" id="1917837226" class="" alt="" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1653969608"></div>
<div class="slide-inner" id="1185484012"> <div class="text-wrapper" id="1889077356"> <h3 class="slide-title u_1636354491" id="1636354491">Karriere</h3>
<p class="slide-text u_1123503600" id="1123503600"></p>
</div>
<div class="slide-button dmWidget clearfix slide-button-invisible" id="1239544038"> <span class="iconBg" id="1538931665"> <span class="icon hasFontIcon icon-star" id="1244842171"></span>
</span>
<span class="text" id="1691942273">JETZT KAUFEN</span>
</div>
</div>
</li>
<li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1243257598" class="u_1243257598" show-caption="true"><img dm="true" src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie_Vermessung+%2858+von+91%29-1920w.jpg" id="1209082888" class="" alt="" onerror="handleImageLoadError(this)"/> <div class="color-overlay" id="1954738512"></div>
<div class="slide-inner" id="1039178256"> <div class="text-wrapper" id="1303775186"> <h3 class="slide-title u_1838589127" id="1838589127">Karriere</h3>
<p class="slide-text u_1610583377" id="1610583377"></p>
</div>
<div class="slide-button dmWidget clearfix slide-button-invisible" id="1377784109"> <span class="iconBg" id="1553574224"> <span class="icon hasFontIcon icon-star" id="1627340491"></span>
</span>
<span class="text" id="1995038702">JETZT KAUFEN</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="u_1440044453 dmRespCol small-12 large-3 medium-3" id="1440044453"> <div class="u_1278020333 dmPhotoGallery dmPhotoGalleryResp hasFullWidth newPhotoGallery photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" data-desktop-text-layout="over" id="1278020333" data-placeholder="false" data-desktop-layout="square" data-desktop-columns="1" data-rows-to-show="100" data-tablet-layout="square" data-mobile-layout="square" data-element-type="dPhotoGalleryId" data-tablet-text-layout="fixed" data-tablet-caption-alignment="bottom_center"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div>
<div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-labelledby="1500162607" data-dm-force-device="mobile" class="u_1891193939" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18-640w.jpg');"><img id="1945183655" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18-1920w.jpg" alt="" aria-labelledby="1500162607" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1820113018" class="caption-container u_1820113018" style=""> <span class="caption-inner"> <h3 id="1500162607" class="caption-title u_1500162607">Stil</h3>
<a id="1458716590" class="caption-button dmWidget clearfix u_1458716590" href="https://dp-cdn.multiscreensite.com/d_gallery/firstImages/a_Birthday_candles_sparklers_1600_1067_d.jpg" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="photogallery-row " data-index=""> <div class="photogallery-column column-1" 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_1623035260" data-image-url="https://cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18-a424389f.jpg" style="background-image: url('https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18-a424389f-640w.jpg');"><img id="1474333522" data-src="https://le-cdn.website-editor.net/5e2f4be8c0fb45f2a71937f258d66cca/dms3rep/multi/opt/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-18-a424389f-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1089911569" class="caption-container u_1089911569" style="display:none"> <span class="caption-inner"> <a id="1809466637" class="caption-button dmWidget clearfix u_1809466637" href="über-uns.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 class="u_1564215861 dmRespCol small-12 large-4 medium-4" id="1564215861"> <div class="u_1564529752 dmSpacer" id="1564529752" data-element-type="spacer"></div>
</div>
</div>
</div>
<div class="dmRespRow" id="1904327265"> <div class="dmRespColsWrapper" id="1514394803"> <div class="dmRespCol large-12 medium-12 small-12" id="1547289386"> <div class="u_1304300799 dmRespRow" style="text-align: center;" id="1304300799"> <div class="dmRespColsWrapper" id="1383478908"> <div class="dmRespCol small-12 medium-12 large-12" id="1665760538"> <h2 class="dmNewParagraph u_1994519937" id="1994519937" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><span class=" lh-1" style=""><font style="color: rgb(56, 56, 56);"><span style="font-weight: 500;"></span></font></span></div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class=" lh-1" style="font-weight: inherit;"><font style="color: rgb(56, 56, 56);"><span style="font-weight: inherit;">Mach mit!</span></font></span></div><div><span class=" lh-1" style="font-weight: inherit;"><font style="color: rgb(56, 56, 56);"><span style="font-weight: inherit;">Wir suchen Enthusiast*in f&uuml;r erneuerbare Energien und Netzausbau (w/d/m)</span></font></span><span class=" lh-1" style=""><font style="color: rgb(56, 56, 56);"> <span style="font-weight: 500;">als Student oder Festanstellung<br/></span></font></span></div></span></span></h2> <div class="u_1388886987 dmDividerWrapper clearfix" id="1388886987" layout="divider-style-1" data-element-type="dDividerId"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1477372443"/></div>
<div class="u_1792223295 dmNewParagraph" id="1792223295" style="transition: opacity 1s ease-in-out; display: block;"> <div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><font class="font-size-16 lh-1"><b><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;">&nbsp;</span></span>Die Kernthemen unserer Zeit sind die Vernetzung und die nachhaltige Energieversorgung. Daf&uuml;r suchen wir ein neues Teammitglied, das sich f&uuml;r die Themenfelder erneuerbare Energien, Kabelnetze und Vermessung begeistern kann.</b>
</font>
<br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Wir sind ein zweiteiliger Familienbetrieb, der sich aus einem Ingenieurb&uuml;ro f&uuml;r Energie und Telekommunikation und einem Tiefbauunternehmen mit 50 Mitarbeitern und einem gro&szlig;en Fuhrpark zusammensetzt. Diese Kombination erm&ouml;glicht uns sowohl ein gro&szlig;es Spektrum an Projekten anzubieten, aber gleichzeitig noch einen famili&auml;ren Umgang zu jeder einzelnen Kollegin und jedem einzelnen Kollegen zu haben.<br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Dein Profil:<br/>Du hast ein abgeschlossenes natur- oder ingenieurwissenschaftliches Studium. Alles wichtige f&uuml;r Deine t&auml;gliche Arbeit kannst Du von uns lernen. Wenn Du jedoch bereits Erfahrungen mit QGIS / AutoCAD oder im Bereich erneuerbare Energien hast, freuen wir uns dar&uuml;ber. <br/>Da Du hin und wieder unterwegs bist, ben&ouml;tigst Du einen F&uuml;hrerschein, zudem ist Deutsch in Sprache und Schrift f&uuml;r den Umgang mit Beh&ouml;rden und Landeigent&uuml;mern erforderlich. Am wichtigsten ist uns jedoch, dass Du in unser Team passt und selbstst&auml;ndig Aufgaben bearbeiten kannst.<br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><br/></font></span></div>
<div> <div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Deine Aufgaben:</font></span><br/><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Solarparks: Solarenergie ist eine sehr wirtschaftliche, konfliktarme und klimaneutrale Energiequelle. Wir glauben fest daran, dass diese Energiequelle einen entscheidenden Beitrag in der Klimakrise leistet und leisten wird. Du entwickelst eigenst&auml;ndig Solarprojekte von der ersten Potenzialanalyse &uuml;ber die Vertragsverhandlungen mit den Eigent&uuml;mern bis hin zur Inbetriebnahme.</font>
</span>
<br/><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Kabeltrassenplanung: Sowohl f&uuml;r den Breitbandausbau als auch f&uuml;r den Netzanschluss von Solar- oder Windprojekten wird eine hochwertige Trassenplanung ben&ouml;tigt. Dazu muss u.a. die Trasse besichtigt werden, m&ouml;gliche Konflikte m&uuml;ssen analysiert und die erforderlichen Antr&auml;ge f&uuml;r die Verlegung gestellt werden.</font></span><br/><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">GIS und Vermessung: Wir arbeiten schon relativ lange mit hochpr&auml;zisem GPS-Equipment zur Dokumentation der Projekte unserer Kunden und Tiefbauerkollegen. Daf&uuml;r entwickeln wir eigenst&auml;ndig App-Integrationen zur Automatisierung der Vermessung. Wenn Du schon mal mit einer Programmiersprache gearbeitet hast, wirst Du Dich schnell zurechtfinden, ansonsten helfen wir Dir dabei gerne.</font></span><br/><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Wir bieten Dir:</font></span><br/> <ul class="innerList defaultList"><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Spannende und abwechslungsreiche T&auml;tigkeiten in langfristig relevanten Bereichen</font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Ein Team, das Dir unter die Arme greift und sich auf gemeinsame Projekte und Firmenfeste mit Dir freut</font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Faires Gehalt</font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Verm&ouml;genswirksame Leistungen</font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Ein eigenes Auto nach Wahl (E-Auto, Hybrid)</font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">Laptop, Handy<br/></font></span></li><li><span style="font-weight: 300; line-height: normal;"><font style="color: rgb(56, 56, 56);">30 Urlaubstage</font></span></li><li><span style="font-weight: 300; line-height: normal;"><span style="color: rgb(56, 56, 56);">Home-Office</span></span>
<span style="font-weight: 300;"> <font style="color: rgb(56, 56, 56);"> <br/></font></span></li><li><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Arbeitsplatz direkt am Bremer Hauptbahnhof</font></span></li></ul>
</div>
<div style="text-align: left;"><span style="font-weight: 300;"></span><br/><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Interesse geweckt?</font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><br/></font></span></div>
<div style="text-align: left;"><span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);">Dann schicke uns einfach Deine Bewerbungsunterlagen oder ruf uns an.<br/>Wir freuen uns auf Dich<br/>Julian, Danny, Frieder, Sven, Carl und Steffi<br/></font></span><br/><span style="font-weight: 300;"></span></div>
<span style="font-weight: 300;"><font style="color: rgb(56, 56, 56);"><br/></font></span></div>
<br/><span style="font-weight: 300;"><div></div></span><div><font style="color: rgb(56, 56, 56);"></font></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="dmRespRow" id="1711832957"> <div class="dmRespColsWrapper" id="1209617884"> <div class="dmRespCol large-12 medium-12 small-12" id="1272075602"> <h2 class="dmNewParagraph u_1861754246" id="1861754246" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div><span class=" lh-1" style=""><font style="color: rgb(56, 56, 56);"><span style="font-weight: 500;"></span></font></span></div><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><div><span class=" lh-1" style="font-weight: inherit;"><font style="color: rgb(56, 56, 56);"><span style="font-weight: inherit;">Wir suchen zudem jederzeit Bau-, Elektroingenieure und Vermesseungstechniker<span style="font-weight: bold;"></span></span></font></span><span class=" lh-1" style=""><font style="color: rgb(56, 56, 56);"><span style="font-weight: 500;"><br/></span></font></span></div></span></span></h2></div>
</div>
</div>
<div class="u_1231167608 dmRespRow" style="text-align: center;" id="1231167608"> <div class="dmRespColsWrapper" id="1343276752"> <div class="dmRespCol small-12 u_1687492074 medium-4 large-4" id="1687492074"> <h3 class="u_1667623407 dmNewParagraph" id="1667623407" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style=""><span style=""><font style="color: rgb(7, 7, 7);"><b><span style="font-weight: 700;">Bauingenieurin*</span></b></font></span></div><div style=""><span style=""><font style="color: rgb(7, 7, 7);"><b><span style="font-weight: 700;"><br/></span></b></font></span></div></h3> <h4 class="u_1441921475 dmNewParagraph" id="1441921475" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style=""><font style="color: rgb(0, 0, 0);"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 200;">&nbsp;</span></span><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;">mit Flexibilit&auml;t</span></span></font></div></h4> <div class="u_1073402145 dmNewParagraph" id="1073402145"><div style="text-align: left;"><font color="#6b6868">Du bist Bauingenieurin, idealerweise mit Erfahrung im Tiefbau und Bauvorlageberechtigung. Die Erstellung und Bearbeitung von CAD-Zeichnungen ist f&uuml;r Dich selbstverst&auml;ndlich.</font></div><div style="text-align: left;"><br/></div><div style="text-align: left;">Du hast Lust Dich in andere Bereiche wie Genehmigungsplanung, GIS und Programmierung einzuarbeiten?<br/></div><div style="text-align: left;"></div></div></div>
<div class="u_1900898613 dmRespCol small-12 large-4 medium-4" id="1900898613"> <h3 class="u_1549024859 dmNewParagraph" id="1549024859" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style=""><span style=""><font style="color: rgb(7, 7, 7);"><b><span style="font-weight: 700;">Elektro-/Energie-technikerin*&nbsp;</span></b></font></span></div></h3> <h4 class="u_1593552003 dmNewParagraph" id="1593552003" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style=""><span style="font-weight: 400;"><font style="color: rgb(0, 0, 0);"><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: 200;">&nbsp;</span>mit Durchblick</span></span></font></span></div></h4> <div class="dmNewParagraph u_1889321919" id="1889321919" style="display: block;"><div style="text-align: left;"><font color="#6b6868">Netzantr&auml;ge, Direktvermarktung, gewillk&uuml;rte Vorrangregelung, VDE-AR-N4110, MS-Schaltanlagen, Transformatoren, &Uuml;berspannungsschutz, Einheiten- und Anlagenzertifikate.</font></div><div style="text-align: left;"><font color="#6b6868"><br/></font></div><div style="text-align: left;"><font color="#6b6868">Die Planung und Inbetriebnahme von Eigenerzeugungsanlagen ist rechtlich und technisch komplex. H</font><font color="#6b6868">ilfst Du unseren Kunden durch den Dschungel?</font></div><div style="text-align: left;"></div></div></div>
<div class="u_1767831436 dmRespCol small-12 large-4 medium-4" id="1767831436"> <h3 class="u_1924280896 dmNewParagraph" id="1924280896" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div style=""><span class=" lh-1" style=""><font style="color: rgb(7, 7, 7);"><b><span style="font-weight: 700;">Vermessungs-technikerin*</span></b></font></span><span class=" lh-1" style=""><font style="color: rgb(7, 7, 7);"><b><span style="font-weight: 700;"><br/></span></b></font></span></div></h3> <h4 class="u_1278145264 dmNewParagraph" id="1278145264" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><span style="font-family:'Source Sans Pro';"><span style="font-weight: 200;"></span></span><span style="font-family:Helvetica, 'Helvetica Fallback';"><span style="font-weight: 400;"><span style="font-weight: inherit;"><span style="font-weight: inherit;">&nbsp;</span></span>mit Lust auf Neues</span></span></h4> <div class="u_1025934033 dmNewParagraph" id="1025934033"><div style="text-align: left;"><font color="#6b6868">D</font><span style="font-weight: 400;"><span style="font-weight: inherit;"><font face="'Helvetica'" color="#6b6868">u hast eine Ausbildung / ein Studium im Vermessungswesen. Du m&ouml;chtest &uuml;ber den Tellerrand blicken und sehen was aus deinen Daten gemacht wird. Mit CAD- und GIS-Systemen hast Du schon erste Erfahrungen.</font></span></span></div><span style="font-weight: 400;"><span style="font-weight: inherit;"><div style="text-align: left;"><font color="#6b6868"><font face="'Helvetica'"></font><br/></font></div><div style="text-align: left;"><font face="'Helvetica'" color="#6b6868">Hier bekommst Du einen guten Mix aus frischer Luft, gutem Kaffee und netten Kollegen im B&uuml;ro. Du kannst etwa 2/3 Au&szlig;endienst und 1/3 B&uuml;ro erwarten. Ein Auto und modernste Technik gibt es dazu. Hast Du Lust, Dich einzubringen?</font></div></span><div style="text-align: left;"><font color="#6b6868"></font></div></span><div style="text-align: left;"><font color="#6b6868"></font></div></div></div>
</div>
</div>
<div class="dmRespRow" id="1327329335"> <div class="dmRespColsWrapper" id="1514742917"> <div class="dmRespCol large-12 medium-12 small-12" id="1656007474"> <div class="dmRespRow" id="1063689907"> <div class="dmRespColsWrapper" id="1441625837"> <div class="dmRespCol large-12 medium-12 small-12" id="1562953662"> <div class="dmNewParagraph" id="1834842034" style="transition:opacity 1s ease-in-out;" data-element-type="paragraph"><font style="color: rgb(0, 0, 0);">* alle anderen Genderidentit&auml;ten sind mitgemeint</font></div> <a data-display-type="block" class="u_1532563448 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:info@etib-ing.com" id="1532563448" data-element-type="dButtonLinkId"> <span class="iconBg" id="1099276247"> <span class="icon hasFontIcon icon-star" id="1803738481"></span>
</span>
<span class="text" id="1464667755">Jetzt bewerben!</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="u_1594802528 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1594802528" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1"> <div class="dmRespColsWrapper" id="1673802702"> <div class="u_1963731329 dmRespCol small-12 medium-12 large-12" id="1963731329"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1142077077" style="transition: opacity 1s ease-in-out 0s;"> <h1 class="text-align-center"><span style="color:rgb(255, 255, 255);display:initial;font-family:Helvetica, 'Helvetica Fallback';">HIER FINDEST DU UNS!</span></h1>
</div>
</div>
</div>
</div>
<div class="dmRespRow" id="1289710474"> <div class="dmRespColsWrapper" id="1787043210"> <div class="dmRespCol large-12 medium-12 small-12" id="1838019882"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1294276097" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-24 size-30"><span class="m-font-size-24 font-size-30" style="display: initial;">WIR SIND MITTEN ZWISCHEN BREMEN UND HAMBURG</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">Wir haben ein B&uuml;ro im Gr&uuml;nen. Dort treffen wir uns etwa 2-3 Mal die Woche zum Projektaustausch, gemeinsamen Essen und nettem Miteinander.</span></p></div>
</div>
</div>
</div>
<div class="dmRespRow" id="1258639023"> <div class="dmRespColsWrapper" id="1230363183"> <div class="dmRespCol large-12 medium-12 small-12" id="1102880531"> <div class="dmRespRow" id="1507050898"> <div class="dmRespColsWrapper" id="1837421776"> <div class="dmRespCol large-12 medium-12 small-12" id="1241312257"> <div class="u_1573055171 default dmDefaultGradient align-center inlineMap" data-type="inlineMap" data-lat="53.205755" data-lng="9.126285" data-address="Kampstraße 3, 27412 Bülstedt, Germany" data-height="" data-msid="" data-mapurl="" data-lang="de" data-color-scheme="" data-zoom="13" data-layout="layout1" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1573055171" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="button" addresstodisplay="Kampstraße 3, 27412 Bülstedt, Germany" geocompleteaddress="Kampstraße 3, 27412 Bülstedt, Germany" data-popup-display-desktop="" data-popup-display-mobile="" data-display-type="block" layout="layout1" modetablet="map" wr="true" icon="true" surround="true" description="" adwords="" icon-name="icon-map-marker" provider="mapbox" lon="9.126285" lat="53.205755" zoom="13"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1465871800 dmRespRow dmFooterContent" id="1465871800"> <div class="dmRespColsWrapper" id="1995794985"> <div class="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_6455";
var build = "2026-05-14T12_48_35";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2026-05-14T12_48_35";
try {
var _p = window.parent;
if (_p && _p.document && _p.$ && _p.$.dmfw) {
window.editorParent = _p;
} else if (_p.isSitePreview) {
window.previewParent = _p;
}
} catch (e) {
}
}
buildEditorParent();
</script>
<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
src="https://static-cdn.website-editor.net/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->
<script>
var _jquery = window.$;
var jqueryAliases = ['$', 'jquery', 'jQuery'];
jqueryAliases.forEach((alias) => {
Object.defineProperty(window, alias, {
get() {
return _jquery;
},
set() {
console.warn("Trying to over-write the global jquery object!");
}
});
});
window.jQuery.migrateMute = true;
</script>
<script>
window.cookiesNotificationMarkupPreview = ' <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/6455';
rtCommonProps["common.resources.cdn.host"] = 'https://static-cdn.website-editor.net';
rtCommonProps["common.resources.folder"] = 'https://static-cdn.website-editor.net/mnlt/production/6455';
rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
rtCommonProps["isAutomation.test"] =false;
rtCommonProps["booking.cal.api.domain"] = 'api.cal.com';
rtCommonProps['common.mapsProvider'] = 'mapbox';
rtCommonProps['common.mapsProvider.version'] = '0.52.0';
rtCommonProps['common.geocodeProvider'] = 'mapbox';
rtCommonProps['server.for.resources'] = '';
rtCommonProps['feature.flag.lazy.widgets'] = true;
rtCommonProps['feature.flag.single.wow'] = false;
rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
rtCommonProps['feature.flag.mark.anchors'] = true;
rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
rtCommonProps["images.sizes.small"] =160;
rtCommonProps["images.sizes.mobile"] =640;
rtCommonProps["images.sizes.tablet"] =1280;
rtCommonProps["images.sizes.desktop"] =1920;
rtCommonProps["modules.resources.cdn"] =true;
rtCommonProps["import.images.storage.imageCDN"] = 'https://le-cdn.website-editor.net/';
rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
rtCommonProps["feature.flag.performance.logs"] =false;
rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
rtCommonProps["termly.mapbox.consent.category"] = 'performance';
// feature flags that's used out of runtime module (in legacy files)
rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
window.rtFlags = {};
rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false;
rtFlags["scripts.widgetCount.enabled"] =true;
rtFlags["fnb.animations.tracking.enabled"] =true;
rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
rtFlags["feature.flag.photo.gallery.exact.size"] =true;
rtFlags["geocode.search.localize"] =false;
rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
rtFlags["twitter.heightLimit.enabled"] = true;
rtFlags["runtime.lottieOverflow"] =false;
rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
rtFlags["flex.animation.design.panel.layout"] =true;
rtFlags["runtime.cwv.report.cls.enabled"] =false;
rtFlags["runtime.cwv.report.lcp.enabled"] =false;
rtFlags["contact.form.useActiveForm"] =true;
rtFlags["contact.form.custom.errors.enabled"] =false;
rtFlags["runtime.ssr.productStore.internal.observer"] =true;
rtFlags["runtime.ssr.productCustomizations"] =true;
rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
</script>
<script src="https://static-cdn.website-editor.net/mnlt/production/6455/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static-cdn.website-editor.net/mnlt/production/6455/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
$(window).bind("orientationchange", function (e) {
$.layoutManager.initLayout();
});
$(document).resize(function () {
});
</script>
<script type="text/javascript" id="d_track_campaign">
(function() {
if (!window.location.search) {
return;
}
const cleanParams = window.location.search.substring(1); // Strip ?
const queryParams = cleanParams.split('&');
const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
const domain = 'domain=' + window.location.hostname;
const path = "path=/";
queryParams.forEach((param) => {
const [key, value = ''] = param.split('=');
if (key.startsWith('utm_')) {
const cookieName = "_dm_rt_" + key.substring(4);
const cookie = cookieName + "=" + value;
const joined = [cookie, expires, domain, path].join(";");
document.cookie = joined;
}
});
}());
</script>
<script type="text/javascript" >
var _dm_gaq = {};
var _gaq = _gaq || [];
var _dm_insite = [];
</script>
<script type="text/javascript" id="d_track_sp">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1dxoqu0t5mb7j.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
window.dmsnowplow = window.snowplow;
dmsnowplow('newTracker', 'cf', 'd1dxoqu0t5mb7j.cloudfront.net', { // Initialise a tracker
appId: '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>