2408 lines
388 KiB
HTML
Vendored
2408 lines
388 KiB
HTML
Vendored
|
||
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="de-DE">
|
||
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="profile" href="https://gmpg.org/xfn/11">
|
||
|
||
<!--|| JM Twitter Cards by jmau111 v12 ||-->
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:creator" content="@der_baumeister">
|
||
<meta name="twitter:site" content="@der_baumeister">
|
||
<meta name="twitter:title" content="Sportzentrum Kerenzerberg in Filzbach erweitert">
|
||
<meta name="twitter:image" content="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg">
|
||
<!--|| /JM Twitter Cards by jmau111 v12 ||-->
|
||
<link rel="preload" href="https://www.baumeister.de/wp-content/astra-local-fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2" as="font" type="font/woff2" crossorigin><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
|
||
|
||
<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v19.10) - https://yoast.com/wordpress/plugins/seo/ -->
|
||
<title>Sportzentrum Kerenzerberg in Filzbach erweitert</title><link rel="preload" as="font" href="https://www.baumeister.de/wp-content/astra-local-fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2" crossorigin><link rel="preload" as="font" href="https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.woff" crossorigin><style id="wpr-usedcss">body,fieldset,h1,h2,h4,hr,html,iframe,legend,li,p,textarea,ul{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}main,nav{display:block}progress{display:inline-block;vertical-align:baseline}a{background-color:transparent}a:active{outline:0}a,a:focus,a:hover,a:visited{text-decoration:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}code{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}.search .search-submit{padding:10px 15px;border-radius:2px;line-height:1.85714285714286;border:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid var(--ast-border-color);margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}fieldset legend{margin-bottom:1.5em;padding:0 .5em}optgroup{font-weight:700}.ast-container{max-width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}h1{color:#808285;font-size:2em;line-height:1.2}h2{color:#808285;font-size:1.7em;line-height:1.3}h4{color:#808285;line-height:1.5;font-size:1.3em}*,:after,:before{box-sizing:inherit}body{margin:0;color:#808285;background:#fff;font-style:normal}ul{margin:0 0 1.5em 3em;list-style:disc;box-sizing:border-box}li>ul{margin-bottom:0;margin-left:1.5em}strong{font-weight:700}i{font-style:italic}code,tt{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}hr{box-sizing:content-box;height:0;background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}big{font-size:125%}table,td,th{border:1px solid var(--ast-border-color)}table{border-collapse:collapse;border-spacing:0;border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}th{font-weight:700}td,th{padding:0;padding:8px;border-width:0 1px 1px 0}.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:var(--ast-border-color);border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:var(--ast-border-color)}.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:var(--ast-border-color);outline:0}input[type=email],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid var(--ast-border-color);border-radius:2px;-webkit-appearance:none}input[type=email]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}textarea{overflow:auto;padding-left:3px;width:100%;width:100%}a{color:#4169e1;color:var(--ast-global-color-0)}a:focus,a:hover{color:#191970;color:var(--ast-global-color-1)}a:focus{outline:dotted thin}a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}iframe,object{max-width:100%}::selection{color:#fff;background:#0274be}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}#page,body:not(.logged-in){position:relative}a,a:focus{text-decoration:none}.site-footer a *,.site-header a *,a{transition:all .2s linear}img{height:auto;max-width:100%;vertical-align:middle}p{margin-bottom:1.75em;margin-bottom:3em;letter-spacing:.05rem}.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.button:active,.button:focus,.button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}.search-form .search-field{outline:0}.ast-search-menu-icon{position:relative;z-index:3}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000;outline:dotted thin}input,select{line-height:1}body,button,input[type=button],input[type=submit],textarea{line-height:1.85714285714286}#page{display:block}#primary{width:100%;margin:4em 0}.ast-search-icon .astra-search-icon{font-size:1.3em}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}.main-header-menu .menu-item{position:relative}.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu{right:auto;left:0}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto}}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg{position:absolute;right:.6em;top:50%;transform:translate(0,-50%) rotate(270deg)}.main-header-menu .sub-menu .sub-menu{top:0}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.submenu-with-border .sub-menu .sub-menu{top:-2px}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-width:0}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}.ast-header-break-point .submenu-with-border .sub-menu{border:0}.ast-button-wrap{display:inline-block}.ast-button-wrap button{box-shadow:none;border:none}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:2px;vertical-align:middle;line-height:1.85714285714286}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}.ast-button-wrap .menu-toggle:focus{outline:dotted thin}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}.site-navigation{height:100%}.site-header .menu-link *{transition:none}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px}.ast-icon.icon-search svg{height:1em;width:.9em;margin-top:3px;margin-right:2px}.ast-header-break-point .main-header-bar-navigation{flex:auto}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}.ast-icon svg{fill:currentColor}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}.ast-builder-footer-grid-columns{grid-column-gap:50px}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}.ast-builder-layout-element{align-items:center}.site-header-section{height:100%;min-height:0;align-items:center}.site-header-section .ast-main-header-bar-alignment{height:100%}.site-header-section>*{padding:0 10px}.site-header-section>div:first-child{padding-left:0}.site-header-section>div:last-child{padding-right:0}.site-header-section .ast-builder-menu{align-items:center}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}.ast-grid-right-section{justify-content:flex-end}.ast-grid-right-section .ast-site-identity>:first-child{text-align:right}.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}.ast-grid-section-center{justify-content:center}.ast-grid-section-center .ast-site-identity>:first-child{text-align:center}.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}.ahfb-svg-iconset svg>*{transition:none}.ast-builder-grid-row-container{display:grid;align-content:center}.main-header-bar .main-header-bar-navigation{height:100%}.ast-nav-menu .sub-menu{line-height:1.45}.ast-builder-menu .main-navigation{padding:0}.ast-builder-menu .main-navigation>ul{align-self:center}.ast-footer-social-wrap,.site-footer-focus-item{width:100%}.ast-header-break-point #ast-mobile-header{display:block}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3}.site-footer-section{justify-content:center}.site-footer-section>*{margin-bottom:10px}.site-footer-section>:last-child{margin-bottom:0}.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0}.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none}.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block}.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}.site-header{z-index:99;position:relative}.main-header-bar-wrap{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid;margin-left:auto;margin-right:auto;z-index:4;position:relative}.ast-header-break-point .main-header-bar{border:0;border-bottom-color:var(--ast-border-color);border-bottom-style:solid;display:block;line-height:3}.site-branding{line-height:1;align-self:center}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}.ast-menu-toggle:focus{outline:dotted thin}.ast-main-header-nav-open .main-header-bar{padding-bottom:0}.main-header-bar .main-header-bar-navigation:empty{padding:0}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}.ast-site-identity{padding:1em 0}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center}.ast-header-break-point .ast-site-identity{width:100%}.ast-header-break-point .main-header-bar .main-header-bar-navigation,.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-navigation{padding-left:0;display:block;width:100%}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation .stack-on-mobile li{width:100%}.ast-header-break-point .main-header-bar-navigation{line-height:3;width:calc(100% + 40px);margin:0 -20px}.ast-header-break-point .main-header-menu ul ul{top:0}.ast-header-break-point .ast-builder-menu{width:100%}.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}input[type=email],input[type=number],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}input[type=email]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:var(--ast-border-color);box-shadow:none}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}input[type=search]:focus{outline:dotted thin}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}input[type=color]::-webkit-color-swatch{border:none}.search .site-content .content-area .search-form{margin-bottom:3em}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center}.ast-flex-grow-1{flex-grow:1}:root{--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-global-color-0:#000000;--ast-global-color-1:#000000;--ast-global-color-2:#000000;--ast-global-color-3:#000000;--ast-global-color-4:#ffffff;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;--ast-border-color:#dddddd;--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--fluid-min-width:320;--fluid-max-width:2450;--fluid-screen:100vw;--fluid-bp:calc(
|
||
(var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
|
||
(var(--fluid-max-width) - var(--fluid-min-width))
|
||
);--bm-font-family:inherit;--f--2-min:20.83;--f--2-max:32.00;--step--2:calc(
|
||
((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
|
||
var(--fluid-bp)
|
||
);--f--1-min:25.00;--f--1-max:40.00;--step--1:calc(
|
||
((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
|
||
var(--fluid-bp)
|
||
);--f-0-min:30.00;--f-0-max:50.00;--step-0:calc(
|
||
((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
|
||
var(--fluid-bp)
|
||
);--f-1-min:36.00;--f-1-max:62.50;--step-1:calc(
|
||
((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
|
||
var(--fluid-bp)
|
||
);--f-2-min:43.20;--f-2-max:78.13;--step-2:calc(
|
||
((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
|
||
var(--fluid-bp)
|
||
);--f-3-min:51.84;--f-3-max:97.66;--step-3:calc(
|
||
((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
|
||
var(--fluid-bp)
|
||
);--f-4-min:62.21;--f-4-max:122.07;--step-4:calc(
|
||
((var(--f-4-min) / 16) * 1rem) + (var(--f-4-max) - var(--f-4-min)) *
|
||
var(--fluid-bp)
|
||
);--f-5-min:74.65;--f-5-max:152.59;--step-5:calc(
|
||
((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) *
|
||
var(--fluid-bp)
|
||
)}html{box-sizing:border-box;font-size:106.25%}body,button,input,select,textarea{font-family:Poppins,sans-serif;font-weight:400;font-size:17px;font-size:1rem;line-height:1.65}h1,h2,h4{clear:both;font-family:Poppins,sans-serif;font-weight:400}header .custom-logo-link img{max-width:200px}.astra-logo-svg{width:200px}.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg){height:80px}h1{font-size:60px;font-size:3.5294117647059rem;font-family:Poppins,sans-serif;text-transform:uppercase}h2{font-size:50px;font-size:2.9411764705882rem;font-family:Poppins,sans-serif;text-transform:uppercase}h4{font-size:20px;font-size:1.1764705882353rem;font-weight:400;font-family:Poppins,sans-serif;text-transform:uppercase}::selection{background-color:var(--ast-global-color-8);color:#fff}body,h1,h2,h4{color:var(--ast-global-color-3)}input:focus,input[type=email]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{border-color:var(--ast-global-color-0)}input[type=checkbox]:checked,input[type=checkbox]:focus:checked,input[type=checkbox]:hover:checked,input[type=radio]:checked,input[type=reset]{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none}.site-logo-img img{transition:all .2s linear}.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}.ast-page-builder-template .site-content #primary{padding:0;margin:0}.ast-page-builder-template.single-post .site-content>.ast-container{max-width:100%}@media (min-width:921px){#ast-mobile-header{display:none}}.button,.menu-toggle,button,input#submit,input[type=button],input[type=reset],input[type=submit]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:var(--ast-global-color-8);background-color:var(--ast-global-color-8);border-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;line-height:1}.menu-toggle:hover,button:focus,button:hover,input#submit:focus,input#submit:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1)}@media (min-width:544px){.ast-container{max-width:100%}}body{overflow-x:hidden;background-color:var(--ast-global-color-4);background-image:none;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--ast-global-color-0:var(--ast-global-color-0);--wp--preset--color--ast-global-color-1:var(--ast-global-color-1);--wp--preset--color--ast-global-color-2:var(--ast-global-color-2);--wp--preset--color--ast-global-color-3:var(--ast-global-color-3);--wp--preset--color--ast-global-color-4:var(--ast-global-color-4);--wp--preset--color--ast-global-color-5:var(--ast-global-color-5);--wp--preset--color--ast-global-color-6:var(--ast-global-color-6);--wp--preset--color--ast-global-color-7:var(--ast-global-color-7);--wp--preset--color--ast-global-color-8:var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;margin:0;--wp--style--global--content-size:var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size:var(--wp--custom--ast-wide-width-size);--wp--style--block-gap:24px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow-x:hidden;overflow-y:scroll}@media (max-width:921px){#ast-desktop-header{display:none}#primary{padding:1.5em 0;margin:0}h1{font-size:30px}h2{font-size:25px}}@media (max-width:544px){.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px}h1{font-size:30px}h2{font-size:25px}.ast-header-break-point .custom-logo-link img,.ast-header-break-point .site-branding img,header .custom-logo-link img{max-width:150px}.astra-logo-svg{width:150px}.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg){height:60px}html{font-size:96.9%}}@media (min-width:922px){.ast-container{max-width:1960px}.site-content .ast-container{display:flex}}.footer-widget-area[data-section^=section-fb-html-] .ast-builder-html-element{text-align:center}h1,h2,h4{color:var(--ast-global-color-2)}.ast-builder-layout-element .ast-site-identity{margin-top:-16px;margin-bottom:16px}.ast-builder-layout-element[data-section=title_tagline]{display:flex}.ast-header-html-1 .ast-builder-html-element{color:var(--ast-global-color-0);font-size:17px;font-size:1rem}.ast-header-html-1{margin-left:80px;font-size:17px;font-size:1rem;display:flex}.ast-header-html-1 a,.ast-header-html-1 a:hover{color:var(--ast-global-color-0)}@media (max-width:921px){html{font-size:96.9%}.site-content .ast-container{flex-direction:column}.ast-builder-layout-element .ast-site-identity{margin-top:1px}.ast-header-break-point .ast-builder-layout-element[data-section=title_tagline]{display:flex}.ast-header-html-1{margin-left:30px}.ast-header-break-point .ast-header-html-1{display:flex}}@media (max-width:544px){.ast-builder-layout-element .ast-site-identity{margin-top:1px}.ast-header-break-point .ast-builder-layout-element[data-section=title_tagline]{display:flex}.ast-header-html-1{margin-left:0}.ast-header-break-point .ast-header-html-1{display:flex}}.ast-header-html-4 .ast-builder-html-element{color:var(--ast-global-color-0);font-size:14px;font-size:.82352941176471rem}.ast-header-html-4{margin-left:80px;font-size:14px;font-size:.82352941176471rem;display:flex}.ast-header-html-4 a,.ast-header-html-4 a:hover{color:var(--ast-global-color-0)}@media (max-width:921px){.ast-header-html-4{margin-left:30px}.ast-header-break-point .ast-header-html-4{display:flex}}@media (max-width:544px){.ast-header-html-4{margin-left:0}.ast-header-break-point .ast-header-html-4{display:flex}}.main-header-bar .main-header-bar-navigation .ast-search-icon{display:block;z-index:4;position:relative}.ast-search-icon .ast-icon{z-index:4}.ast-search-icon{z-index:4;position:relative;line-height:normal}.main-header-bar .ast-search-menu-icon .search-form{background-color:#fff}.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form{visibility:visible;opacity:1}.ast-search-menu-icon .search-form{border:1px solid #e7e7e7;line-height:normal;padding:0 3em 0 0;border-radius:2px;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;color:inherit;background-color:#fff}.ast-search-menu-icon .astra-search-icon{-js-display:flex;display:flex;line-height:normal}.ast-search-menu-icon .astra-search-icon:focus{outline:0}.ast-search-menu-icon .search-field{border:none;background-color:transparent;transition:width .2s;border-radius:inherit;color:inherit;font-size:inherit;width:0;color:#757575}.ast-search-menu-icon .search-submit{display:none;background:0 0;border:none;font-size:1.3em;color:#757575}.ast-search-menu-icon.ast-dropdown-active{visibility:visible;opacity:1;position:relative}.ast-search-menu-icon.ast-dropdown-active .search-field{width:235px}.site-header-section-left .ast-search-menu-icon.slide-search .search-form{padding-left:3em;padding-right:unset;left:-1em;right:unset}.site-header-section-left .ast-search-menu-icon.slide-search .search-form .search-field{margin-right:unset;margin-left:10px}.ast-search-menu-icon.slide-search .search-form{-webkit-backface-visibility:visible;backface-visibility:visible;visibility:hidden;opacity:0;transition:all .2s;position:absolute;z-index:3;right:-1em;top:50%;transform:translateY(-50%)}.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder{opacity:.5}.ast-header-search .ast-search-menu-icon.slide-search .search-form{-js-display:flex;display:flex;align-items:center}.ast-builder-layout-element.ast-header-search{height:auto}.ast-header-search .astra-search-icon{font-size:20px}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:10px}.ast-header-search{display:flex}.ast-header-social-1-wrap .ast-builder-social-element svg{width:18px;height:18px}.ast-header-social-1-wrap{margin-left:80px}.ast-builder-layout-element[data-section=section-hb-social-icons-1]{display:flex}@media (max-width:921px){.ast-header-search .astra-search-icon{font-size:18px}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:8px}.ast-header-break-point .ast-header-search{display:flex}.ast-header-social-1-wrap{margin-left:30px}.ast-header-break-point .ast-builder-layout-element[data-section=section-hb-social-icons-1]{display:flex}}@media (max-width:544px){.ast-header-search .astra-search-icon{font-size:18px}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:8px}.ast-header-break-point .ast-header-search{display:flex}.ast-header-social-1-wrap{margin-left:0}.ast-header-break-point .ast-builder-layout-element[data-section=section-hb-social-icons-1]{display:flex}}.ast-header-social-2-wrap .ast-builder-social-element svg{width:18px;height:18px}.ast-header-social-2-wrap{margin-left:80px}.ast-builder-layout-element[data-section=section-hb-social-icons-2]{display:flex}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.site-below-footer-wrap[data-section=section-below-footer-builder]{background-color:var(--ast-global-color-0);background-image:none;min-height:80px;border-style:solid;border-width:0;border-top-width:1px;border-top-color:var(--ast-global-color-4);padding-top:3em;padding-left:2em;padding-right:2em;display:grid}.site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row{max-width:1920px;margin-left:auto;margin-right:auto}.site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row,.site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section{align-items:flex-start}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr}@media (max-width:921px){.ast-header-social-2-wrap{margin-left:30px}.ast-header-break-point .ast-builder-layout-element[data-section=section-hb-social-icons-2]{display:flex}.site-below-footer-wrap[data-section=section-below-footer-builder].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr}.site-below-footer-wrap[data-section=section-below-footer-builder]{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0}}@media (max-width:544px){.ast-header-social-2-wrap{margin-left:0}.ast-header-break-point .ast-builder-layout-element[data-section=section-hb-social-icons-2]{display:flex}.site-below-footer-wrap[data-section=section-below-footer-builder].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr}.site-below-footer-wrap[data-section=section-below-footer-builder]{padding-top:0;padding-bottom:0;padding-left:16px;padding-right:32px}.ast-header-break-point .site-below-footer-wrap[data-section=section-below-footer-builder]{display:grid}}.ast-builder-html-element img.alignnone{display:inline-block}.ast-builder-html-element p:first-child{margin-top:0}.ast-builder-html-element p:last-child{margin-bottom:0}.ast-header-break-point .main-header-bar .ast-builder-html-element{line-height:1.85714285714286}.footer-widget-area[data-section=section-fb-html-1] .ast-builder-html-element{color:var(--ast-global-color-4);text-align:left}.footer-widget-area[data-section=section-fb-html-1]{margin-left:5px;display:block}.footer-widget-area[data-section=section-fb-html-1] a,.footer-widget-area[data-section=section-fb-html-1] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-2] .ast-builder-html-element{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-2]{margin-bottom:50px;display:block}.footer-widget-area[data-section=section-fb-html-2] a,.footer-widget-area[data-section=section-fb-html-2] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-3] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-3] a,.footer-widget-area[data-section=section-fb-html-3] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-3]{display:block}.footer-widget-area[data-section=section-fb-html-4] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-4] a,.footer-widget-area[data-section=section-fb-html-4] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-4]{display:block}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section=section-below-footer-builder]{display:grid}.footer-widget-area[data-section=section-fb-html-1]{margin-top:32px}.ast-header-break-point .footer-widget-area[data-section=section-fb-html-1],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-2]{display:block}.footer-widget-area[data-section=section-fb-html-3]{margin-top:16px;margin-bottom:32px}.ast-header-break-point .footer-widget-area[data-section=section-fb-html-3],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-4],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-5]{display:block}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section=section-fb-html-1],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-2]{display:block}.footer-widget-area[data-section=section-fb-html-3]{margin-top:16px;margin-bottom:32px}.ast-header-break-point .footer-widget-area[data-section=section-fb-html-3],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-4],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-5]{display:block}}.footer-widget-area[data-section=section-fb-html-5] .ast-builder-html-element{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-5]{margin-top:50px;display:block}.footer-widget-area[data-section=section-fb-html-5] a,.footer-widget-area[data-section=section-fb-html-5] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-6] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-6] a,.footer-widget-area[data-section=section-fb-html-6] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-6]{display:block}.footer-widget-area[data-section=section-fb-html-7] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-7] a,.footer-widget-area[data-section=section-fb-html-7] a:hover{color:var(--ast-global-color-4)}.footer-widget-area[data-section=section-fb-html-7]{display:block}.footer-widget-area[data-section=section-fb-html-9]{margin-left:5px;font-size:40px;font-size:2.3529411764706rem;display:block}.footer-widget-area[data-section=section-fb-html-9] a,.footer-widget-area[data-section=section-fb-html-9] a:hover{color:var(--ast-global-color-0)}@media (max-width:921px){.ast-header-break-point .footer-widget-area[data-section=section-fb-html-6],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-7],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-9]{display:block}.footer-widget-area[data-section=section-fb-html-1] .ast-builder-html-element{text-align:center}}@media (max-width:544px){.ast-header-break-point .footer-widget-area[data-section=section-fb-html-6],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-7],.ast-header-break-point .footer-widget-area[data-section=section-fb-html-9]{display:block}.footer-widget-area[data-section=section-fb-html-1] .ast-builder-html-element{text-align:center}}.footer-widget-area[data-section=section-fb-html-2] .ast-builder-html-element{text-align:left}.footer-widget-area[data-section=section-fb-html-3] .ast-builder-html-element{text-align:center}@media (max-width:921px){.footer-widget-area[data-section=section-fb-html-2] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-3] .ast-builder-html-element{text-align:center}}@media (max-width:544px){.footer-widget-area[data-section=section-fb-html-2] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-3] .ast-builder-html-element{text-align:center}}.footer-widget-area[data-section=section-fb-html-4] .ast-builder-html-element{text-align:left}@media (max-width:921px){.footer-widget-area[data-section=section-fb-html-4] .ast-builder-html-element{text-align:center}}@media (max-width:544px){.footer-widget-area[data-section=section-fb-html-4] .ast-builder-html-element{text-align:center}}.footer-widget-area[data-section=section-fb-html-5] .ast-builder-html-element{text-align:left}@media (max-width:921px){.footer-widget-area[data-section=section-fb-html-5] .ast-builder-html-element{text-align:center}}@media (max-width:544px){.footer-widget-area[data-section=section-fb-html-5] .ast-builder-html-element{text-align:center}}.footer-widget-area[data-section=section-fb-html-6] .ast-builder-html-element{text-align:left}@media (max-width:921px){.footer-widget-area[data-section=section-fb-html-6] .ast-builder-html-element{text-align:center}}@media (max-width:544px){.footer-widget-area[data-section=section-fb-html-6] .ast-builder-html-element{text-align:center}}.footer-widget-area[data-section=section-fb-html-7] .ast-builder-html-element{text-align:right}.footer-widget-area[data-section=section-fb-html-9] .ast-builder-html-element{color:var(--ast-global-color-0);font-size:40px;font-size:2.3529411764706rem;text-align:center}.ast-builder-social-element:hover{color:#0274be}[data-section^=section-fb-social-icons-] .footer-social-inner-wrap{text-align:center}.ast-footer-social-wrap{width:100%}.ast-footer-social-wrap .ast-builder-social-element:first-child{margin-left:0}.ast-footer-social-wrap .ast-builder-social-element:last-child{margin-right:0}.ast-header-social-wrap .ast-builder-social-element:first-child{margin-left:0}.ast-header-social-wrap .ast-builder-social-element:last-child{margin-right:0}.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center}.ast-footer-social-1-wrap .ast-builder-social-element{margin-left:12px;margin-right:12px}.ast-footer-social-1-wrap .ast-builder-social-element svg{width:24px;height:24px}.ast-footer-social-1-wrap .ast-social-color-type-custom svg{fill:var(--ast-global-color-4)}.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover{color:var(--ast-global-color-4)}.ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg{fill:var(--ast-global-color-4)}[data-section=section-fb-social-icons-1] .footer-social-inner-wrap{text-align:left}.ast-builder-layout-element[data-section=section-fb-social-icons-1]{display:flex}.site-above-footer-wrap{padding-top:20px;padding-bottom:20px}.site-above-footer-wrap[data-section=section-above-footer-builder]{background-color:var(--ast-global-color-0);background-image:none;min-height:200px;padding-top:75px;display:grid}.site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row{max-width:1920px;margin-left:auto;margin-right:auto}.site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row,.site-above-footer-wrap[data-section=section-above-footer-builder] .site-footer-section{align-items:flex-start}.ast-builder-grid-row-5-equal .ast-builder-grid-row{grid-template-columns:repeat(5,1fr)}@media (max-width:921px){.footer-widget-area[data-section=section-fb-html-7] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-9] .ast-builder-html-element,[data-section=section-fb-social-icons-1] .footer-social-inner-wrap{text-align:center}.ast-header-break-point .ast-builder-layout-element[data-section=section-fb-social-icons-1]{display:flex}.site-above-footer-wrap[data-section=section-above-footer-builder].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row{grid-template-columns:repeat(5,1fr)}.site-above-footer-wrap[data-section=section-above-footer-builder]{padding-top:25px;padding-bottom:25px;padding-left:0;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}}@media (max-width:544px){.footer-widget-area[data-section=section-fb-html-7] .ast-builder-html-element,.footer-widget-area[data-section=section-fb-html-9] .ast-builder-html-element,[data-section=section-fb-social-icons-1] .footer-social-inner-wrap{text-align:center}.ast-header-break-point .ast-builder-layout-element[data-section=section-fb-social-icons-1]{display:flex}.site-above-footer-wrap[data-section=section-above-footer-builder].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr}.site-above-footer-wrap[data-section=section-above-footer-builder]{padding-top:25px;padding-bottom:25px;padding-left:0;padding-right:0}.ast-header-break-point .site-above-footer-wrap[data-section=section-above-footer-builder]{display:grid}}.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px}.site-primary-footer-wrap[data-section=section-primary-footer-builder]{background-color:var(--ast-global-color-0);background-image:none;padding-left:2em;padding-right:2em;display:grid}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row{max-width:1920px;margin-left:auto;margin-right:auto}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row,.site-primary-footer-wrap[data-section=section-primary-footer-builder] .site-footer-section{align-items:flex-start}.ast-builder-grid-row-2-equal .ast-builder-grid-row{grid-template-columns:repeat(2,1fr)}.ast-desktop .ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:35%}@media (max-width:921px){.ast-header-break-point .site-above-footer-wrap[data-section=section-above-footer-builder]{display:grid}.site-primary-footer-wrap[data-section=section-primary-footer-builder].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row{grid-template-columns:repeat(2,1fr)}.site-primary-footer-wrap[data-section=section-primary-footer-builder]{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0}.ast-header-break-point .site-primary-footer-wrap[data-section=section-primary-footer-builder]{display:grid}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:90%}#masthead .ast-mobile-header-wrap .ast-primary-header-bar{padding-left:20px;padding-right:20px}}@media (max-width:544px){.site-primary-footer-wrap[data-section=section-primary-footer-builder].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr}.site-primary-footer-wrap[data-section=section-primary-footer-builder]{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0}.ast-header-break-point .site-primary-footer-wrap[data-section=section-primary-footer-builder]{display:grid}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{max-width:90%}}.ast-desktop-header-content .menu-link>.menu-text+.icon-arrow,.ast-desktop-popup-content .menu-link>.menu-text+.icon-arrow{display:none}.ast-desktop-header-content .sub-menu .menu-link>.icon-arrow:first-of-type,.ast-desktop-popup-content .sub-menu .menu-link>.icon-arrow:first-of-type{display:inline-block;margin-right:5px}.ast-desktop-header-content .sub-menu .menu-link>.icon-arrow:first-of-type svg,.ast-desktop-popup-content .sub-menu .menu-link>.icon-arrow:first-of-type svg{top:.2em;margin-top:0;margin-left:0;width:.65em;transform:translate(0,-2px) rotateZ(270deg)}.ast-desktop-header-content .main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type,.ast-desktop-popup-content .main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline-block}.ast-desktop-header-content .ast-submenu-expanded>.ast-menu-toggle,.ast-desktop-popup-content .ast-submenu-expanded>.ast-menu-toggle{transform:rotateX(180deg)}#ast-desktop-header .ast-desktop-header-content .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow svg{position:relative;right:0;top:0;transform:translate(0,0) rotate(270deg)}.ast-desktop-header-content .ast-builder-menu-mobile .ast-builder-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-builder-menu{width:100%}.ast-desktop-header-content .ast-builder-menu-mobile .ast-main-header-bar-alignment,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation{width:100%;margin:0;line-height:3;flex:auto}.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation,.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation{display:block;width:100%}.ast-desktop-header-content .ast-builder-menu-mobile .ast-flex.main-header-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-flex.main-header-menu{flex-wrap:wrap}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-menu{border-top-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation li.menu-item,.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation li.menu-item{width:100%}.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link{border-bottom-width:1px;border-color:var(--ast-border-color);border-style:solid}.ast-builder-menu-mobile .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .toggled .menu-item-has-children .sub-menu{display:block}.ast-desktop-header-content .ast-builder-menu-mobile .ast-nav-menu .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-nav-menu .sub-menu{line-height:3}.ast-desktop-header-content .ast-builder-menu-mobile .submenu-with-border .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .submenu-with-border .sub-menu{border:0}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-menu .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-menu .sub-menu{position:static;opacity:1;visibility:visible;border:0;width:auto;left:auto;right:auto}.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children>.menu-link:after,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children>.menu-link:after{display:none}.ast-desktop-header-content .ast-builder-menu-mobile .ast-submenu-expanded.menu-item .sub-menu,.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .toggled .astra-full-megamenu-wrapper,.ast-desktop-header-content .ast-builder-menu-mobile .main-header-bar-navigation .toggled .menu-item-has-children .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-submenu-expanded .astra-full-megamenu-wrapper,.ast-desktop-popup-content .ast-builder-menu-mobile .ast-submenu-expanded.menu-item .sub-menu,.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .toggled .menu-item-has-children .sub-menu{box-shadow:unset;opacity:1;visibility:visible;transition:none}.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .menu-link,.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-desktop-header-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .sub-menu .menu-link,.ast-desktop-popup-content .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item .sub-menu .menu-link{padding-left:40px}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before,.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}.menu-toggle .ast-close-svg,.menu-toggle.toggled .ast-mobile-svg{display:none}.menu-toggle.toggled .ast-close-svg{display:block}.ast-desktop .ast-mobile-popup-drawer .ast-mobile-popup-inner{max-width:20%}.ast-desktop .ast-mobile-popup-drawer .ast-mobile-popup-overlay{visibility:hidden;opacity:0}.ast-off-canvas-active body.ast-main-header-nav-open.ast-desktop{overflow:auto}.ast-desktop-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.ast-header-break-point .main-navigation .menu-link{border:0}.ast-header-break-point .main-header-bar{border-bottom-width:1px}@media (min-width:922px){.main-header-bar{border-bottom-width:1px}}.main-header-menu .menu-item{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-header-menu>.menu-item>.menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0;margin-left:0;width:.65em;transform:translate(0,-2px) rotateZ(270deg)}.ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle{transform:rotateX(180deg)}.ast-off-canvas-active body.ast-main-header-nav-open{overflow:hidden}.ast-mobile-popup-drawer .ast-mobile-popup-overlay{background-color:rgba(0,0,0,.4);position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out}.ast-mobile-popup-drawer .ast-mobile-popup-header{-js-display:flex;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.6em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-mobile-popup-drawer.active{left:0;opacity:1;right:0;z-index:100000;transition:opacity .25s ease-out}.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay{opacity:1;cursor:pointer;visibility:visible}.ast-desktop-popup-content>*,.ast-mobile-popup-content>*{padding:10px 0;height:auto}.ast-desktop-popup-content>:first-child,.ast-mobile-popup-content>:first-child{padding-top:10px}.ast-desktop-popup-content>.ast-builder-menu,.ast-mobile-popup-content>.ast-builder-menu{padding-top:0}.ast-desktop-popup-content>:last-child,.ast-mobile-popup-content>:last-child{padding-bottom:0}.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-icon,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-icon,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu,.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu .sub-menu{background-color:transparent}.ast-mobile-popup-content .ast-icon svg{height:.85em;width:.95em;margin-top:15px}.ast-mobile-popup-content .ast-icon.icon-search svg{margin-top:0}.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade>.menu-item>.sub-menu,.ast-mobile-popup-drawer.show{opacity:1;visibility:visible}.ast-mobile-popup-drawer{position:fixed;top:0;bottom:0;left:-99999rem;right:99999rem;transition:opacity .25s ease-in,left 0s .25s,right 0s .25s;opacity:0}.ast-mobile-popup-drawer .ast-mobile-popup-inner{width:100%;transform:translateX(100%);max-width:90%;right:0;top:0;background:#fafafa;color:#3a3a3a;bottom:0;opacity:0;position:fixed;box-shadow:0 0 2rem 0 rgba(0,0,0,.1);-js-display:flex;display:flex;flex-direction:column;transition:transform .2s ease-in,opacity .2s ease-in;overflow-y:auto;overflow-x:hidden}.ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner{transform:translateX(-100%);right:auto;left:0}.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{right:calc(20px - .907em)}.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search{width:100%;position:relative;display:block;right:auto;transform:none}.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-form,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search .search-form{right:0;visibility:visible;opacity:1;position:relative;top:auto;transform:none;padding:0;display:block;overflow:hidden}.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-field,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-field{width:100%;padding-right:5.5em}.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-submit,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-submit{display:block;position:absolute;height:100%;top:0;right:0;padding:0 1em;border-radius:0}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{opacity:1;visibility:visible;transform:translateX(0);background-color:#fff}.ast-desktop-header-content,.ast-mobile-header-wrap .ast-mobile-header-content{background-color:#fff}.ast-desktop-header-content>*,.ast-desktop-popup-content>*,.ast-mobile-header-content>*,.ast-mobile-popup-content>*{padding-top:0;padding-bottom:0}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start}.content-align-flex-start .main-header-menu{text-align:left}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px}.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item{line-height:70px}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid}.ast-container{max-width:100%}}.ast-primary-header-bar{background-color:#fff;background-image:none;display:block}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid}}[data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:var(--ast-global-color-8);border:none;background:0 0}[data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:30px;height:30px;fill:var(--ast-global-color-8)}.ast-builder-menu-mobile .main-navigation .menu-item>.menu-link{font-family:inherit;font-weight:inherit;line-height:1.5;text-transform:uppercase}.ast-builder-menu-mobile .main-navigation{font-size:40px;font-size:2.3529411764706rem;display:block}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{padding-left:100px}.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after{content:unset}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle{top:0}.ast-above-header .main-header-bar-navigation{height:100%}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-above-header-bar .site-above-header-wrap,.ast-mobile-header-wrap .ast-above-header-bar{min-height:50px}.ast-desktop .ast-above-header-bar .main-header-menu>.menu-item{line-height:50px}.ast-above-header-bar{border-bottom-width:0;border-bottom-color:#eaeaea;border-bottom-style:solid;display:block}.ast-above-header.ast-above-header-bar{background-color:#fff;background-image:none;padding-top:10px;padding-left:75px;padding-right:75px}.ast-header-break-point .ast-above-header-bar{background-color:#fff}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation{font-size:40px;font-size:2.3529411764706rem}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{padding-left:50px}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle{top:0}.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after{content:unset}.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block}#masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px}.ast-header-break-point .ast-above-header-bar{display:grid}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{top:0;right:calc(20px - .907em)}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation{font-size:30px;font-size:1.7647058823529rem}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{padding-left:20px}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle{top:0}.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block}.ast-header-break-point .ast-above-header-bar{display:grid}}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://www.baumeister.de/wp-content/astra-local-fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}a:where(:not(.wp-element-button)){text-decoration:none}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from,to{opacity:0}50%{opacity:1}}.wpcf7 input[type=file]{cursor:pointer;color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url]{direction:ltr}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}@media all and (max-width:768px){#content:before{content:""}}.ast-load-more.active{display:inline-block;padding:0 1.5em;line-height:3em}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.site-footer-section{position:relative}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;width:100%}.ast-nav-up{transform:translateY(-100%)}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px 0 rgba(36,50,66,.075)}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-primary-header-wrap{transition:all .2s linear}#ast-scroll-top{display:none;position:fixed;text-align:center;cursor:pointer;z-index:99;width:2.1em;height:2.1em;line-height:2.1;color:#fff;border-radius:2px;content:"";background-color:var(--ast-global-color-0);font-size:15px;font-size:.88235294117647rem}@media (min-width:769px){#ast-scroll-top{content:"769"}}#ast-scroll-top .ast-icon.icon-arrow svg{margin-left:0;vertical-align:middle;transform:translate(0,-20%) rotate(180deg);width:1.6em}.ast-scroll-to-top-right{right:30px;bottom:30px}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.site-header .menu-text{transition:none}.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-hidden{display:none!important}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .2s;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:0 0;padding:0;color:#9e9e9e;transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.94);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit{display:inline-block}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.94);top:0;left:0;z-index:999}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.iphone.full-screen,.ipod.full-screen{position:fixed!important}#content:before{content:"921";position:absolute;overflow:hidden;opacity:0;visibility:hidden}.ast-header-search .ast-search-menu-icon .search-field,.ast-header-search .ast-search-menu-icon .search-submit{border-radius:2px}.ast-header-search .ast-search-menu-icon .search-form{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-color:#ddd;border-radius:2px}@media (min-width:993px){.ast-container{max-width:100%}}@media (min-width:1201px){.ast-container{max-width:100%}}@media (min-width:922px){.ast-container{padding-left:25px;padding-right:25px}}.ast-header-break-point .ast-sticky-shrunk.main-navigation .sub-menu .menu-item .menu-link,.ast-sticky-shrunk .main-header-menu>.menu-item>.menu-link,.site-header .ast-sticky-shrunk .ast-site-identity{padding-top:0;padding-bottom:0}.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link{padding-top:.9em;padding-bottom:.9em}.site-header .ast-sticky-shrunk .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap,.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-primary-header-bar.ast-header-sticked,.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-stick-primary-below-wrapper.ast-header-sticked .ast-below-header,.ast-sticky-header-shrink .ast-primary-header-bar.ast-header-sticked,.ast-sticky-header-shrink .ast-primary-header-bar.ast-header-sticked .site-primary-header-wrap,.ast-sticky-header-shrink .ast-stick-primary-below-wrapper.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap{min-height:60px}.ast-desktop.ast-sticky-header-shrink .ast-primary-header-bar.ast-header-sticked .main-header-menu>.menu-item{line-height:60px}.ast-header-sticked .ast-above-header-bar,.ast-header-sticked .ast-above-header-bar .site-above-header-wrap,.ast-sticky-header-shrink .ast-above-header-bar.ast-header-sticked .site-above-header-wrap,.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-above-header-bar.ast-header-sticked{min-height:40px}.ast-desktop.ast-sticky-header-shrink .ast-above-header-bar.ast-header-sticked .main-header-menu>.menu-item{line-height:40px}.ast-above-header,.ast-below-header,.main-header-bar{-webkit-transition:.2s linear;transition:all .2s linear;max-width:100%}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{fill:var(--ast-global-color-8)}[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal{background:0 0}.site-footer-section .ast-footer-html-9 .ast-builder-html-element{text-transform:uppercase}.ast-desktop .menu-link>.icon-arrow:first-child,.ast-header-break-point .main-header-menu>.menu-item>.menu-link .icon-arrow,.ast-header-break-point .menu-text+.icon-arrow{display:none}#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img{max-width:200px}@media (max-width:543px){#masthead .site-logo-img .astra-logo-svg,.ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img{max-width:150px}}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie ::after,.BorlabsCookie ::before{box-sizing:inherit}.BorlabsCookie * a,.BorlabsCookie * div,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h4,.BorlabsCookie * i,.BorlabsCookie * img,.BorlabsCookie * label,.BorlabsCookie * legend,.BorlabsCookie * li,.BorlabsCookie * p,.BorlabsCookie * small,.BorlabsCookie * span,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * u,.BorlabsCookie * ul{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}.borlabs-hide{display:none}.borlabs-position-fix{position:initial!important;transform:unset!important}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-center{text-align:center!important}.BorlabsCookie .text-right{text-align:right!important}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.BorlabsCookie .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.BorlabsCookie .container{max-width:540px}}@media(min-width:768px){.BorlabsCookie .container{max-width:720px}}@media(min-width:992px){.BorlabsCookie .container{max-width:960px}}@media(min-width:1200px){.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-12,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-7{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width:576px){.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}}.BorlabsCookie .d-block{display:block!important}.BorlabsCookie .d-flex{display:flex!important}.BorlabsCookie .flex-row{flex-direction:row!important}.BorlabsCookie .flex-fill{flex:1 1 auto!important}.BorlabsCookie .justify-content-between{justify-content:space-between!important}.BorlabsCookie .align-items-center{align-items:center!important}.BorlabsCookie .w-25{width:25%!important}.BorlabsCookie .w-75{width:75%!important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}@media(print),(prefers-reduced-motion:reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0!important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after,.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0!important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3;background-color:#28a745}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s;background-color:#bdc1c8}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a:focus{outline:Highlight!important;outline-color:-webkit-focus-ring-color!important;outline-style:solid!important;outline-width:2px!important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0!important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-box .container{overflow:auto!important;width:auto!important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::after,#BorlabsCookieBox .container .row::before{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox p:last-child,#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0;color:#28a745}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information,#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data,#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke,#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-legal,#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit;background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox ._brlbs-box{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto;background:#fff;border-radius:4px;color:#555;font-size:14px}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between;justify-content:space-around}#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}#BorlabsCookieBoxWidget{position:fixed;transition:all .5s ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, .2));color:#0063e3}@media(max-width:767px){#BorlabsCookieBox ._brlbs-box{max-height:85vh}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}._brlbs-animated{--animate-duration:1s;--animate-delay:1s}@keyframes _brlbs-fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}#BorlabsCookieBox ._brlbs-fadeInDown{animation-name:_brlbs-fadeInDown}@keyframes _brlbs-flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}#BorlabsCookieBox ._brlbs-flipOutX{animation-duration:.75s;animation-name:_brlbs-flipOutX;backface-visibility:visible!important}#BorlabsCookieBox *{font-family:inherit}#BorlabsCookieBox a{color:#28a745}#BorlabsCookieBox a:hover{color:#30c553}#BorlabsCookieBox ._brlbs-btn{background:#f7f7f7;border-radius:4px;color:#555}#BorlabsCookieBox ._brlbs-btn:hover{background:#e6e6e6;border-radius:4px;color:#555}#BorlabsCookieBox ._brlbs-manage-btn a{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all{background:#28a745;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all:hover{background:#30c553;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-legal{color:#aaa}#BorlabsCookieBox ._brlbs-legal a{color:inherit}#BorlabsCookieBox ._brlbs-legal a:hover{color:#aaa}#BorlabsCookieBox ._brlbs-branding{color:#000}#BorlabsCookieBox ._brlbs-branding a,#BorlabsCookieBox ._brlbs-branding a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse,#BorlabsCookieBox ._brlbs-refuse a:hover{color:#888}#BorlabsCookieBox .cookie-box ._brlbs-btn{width:100%}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before,.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{background-color:#fff}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{background-color:#fff;border-color:#a72828;border-radius:4px}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator{background-color:#28a745;border-color:#28a745}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{border-color:#fff}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator{background-color:#e6e6e6;border-color:#e6e6e6}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{border-color:#999}#BorlabsCookieBox .bcac-item{background-color:#f7f7f7;border-radius:0;color:#555}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0;width:100%;background-color:#fff;border-radius:0;color:#555}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{background-color:#fff;border-color:#eee}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{border-radius:34px}.module-article-side-sroll .article-side-sroll-wrapper .scroll-container{margin-top:5em;margin-inline:1em;display:grid;grid-auto-flow:column;grid-auto-columns:30%;gap:1em;overflow-x:auto;position:sticky;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-snap-align:start}.module-article-side-sroll .article-side-sroll-wrapper .scroll-container article{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-snap-align:start;align-content:flex-start}.module-article-side-sroll .article-side-sroll-wrapper .side-sroll-item{display:flex;flex-flow:wrap;width:100%}.module-article-side-sroll h2{font-size:1em}.module-article-side-sroll .single-article--thumnail img{aspect-ratio:13/9;object-fit:cover;object-position:center;aspect-ratio:16/9;object-fit:cover;object-position:center}.article-side-sroll-wrapper>article{width:30%;height:auto}.slider-wrapper{display:flex}.slider-outer{width:100%}.module-article-side-sroll{margin-top:50px}.side-scroll-categorys ul li .active a{color:#000;-webkit-text-fill-color:black;font-weight:600}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media screen and (min-width:2450px){:root{--fluid-screen:calc(var(--fluid-max-width) * 1px)}}.ast-builder-menu-mobile .main-navigation .menu-item>.menu-link,a,h1,h2,h4,p{font-family:var( --bm-font-family );font-weight:600}h1{font-size:var(--step-0);word-break:break-word}h2{font-size:var(--step--1);word-break:break-word}p:empty{display:none}.ast-mobile-popup-drawer .ast-mobile-popup-header{justify-content:flex-start}.menu-toggle-close .ahfb-svg-iconset svg{width:30px;height:30px;margin-left:90px;margin-bottom:50px;margin-top:25px}.site-logo-img img.custom-logo.astra-logo-svg{transform:scale(1.1);margin-top:15px}.ast-above-header-wrap>div{transition:ease all 5s}.ast-sticky-shrunk .site-logo-img img.custom-logo.astra-logo-svg{transform:scale(1)}.header-social-inner-wrap a{opacity:1;transition:opacity ease .4s}.header-social-inner-wrap a:hover{opacity:.4}.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close{height:100px;padding-right:100px;z-index:5}.site-content p a{text-decoration:underline}.side-sroll-item .article-content{width:100%}.article-header{text-align:center;margin:1em;display:flex;flex-flow:wrap;margin-bottom:100px}.single-article-read-more .article-content,.single-article-read-more .article-content h2{color:#fff}.single-article-read-more .single-article--thumnail{margin-bottom:.5em}.single-article-read-more .side-sroll-item{margin-bottom:1em}.image-wrapper{text-align:center}.slick-next::before,.slick-prev::before{color:var(--ast-global-color-8)!important}.single-post--header .single-post--header_post_img{width:66%}@media (max-width:787px){.article-header{margin-bottom:50px}.single-post--header .single-post--header_post_img{width:100%}}.article-header .atricle-header-meta{width:33%;text-align:left}.atricle-header-meta hr{margin:5px 0}.single-post--header_author,.single-post--header_title,.text-heading{padding-right:50px}.article-header .single-post--header_post_img--img{margin-top:38px}.img-caption,.single-post--header_author,.single-post--header_category,.single-post--header_date,.single-post--header_post_img--caption{font-size:20px;font-family:var( --bm-font-family );font-weight:600;text-transform:uppercase;letter-spacing:1px}.single-post--header_author,.single-post--header_category{font-size:14px}.img-caption,.single-post--header_post_img--caption{text-align:left}.single .single-post--header_category{margin-bottom:50px}.single .single-post--header_author{margin-top:20px}.kolumnen-big-wrap.slick-initialized .kolumnen-big{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-content:center}.kolumnen-small.slick-initialized .slick-track{display:flex;flex-flow:wrap;justify-items:center;align-content:center;justify-content:center}@media (max-width:1024px){.kolumnen-big-wrap.slick-initialized .kolumnen-big{display:flex;flex-flow:wrap-reverse;justify-content:center;align-content:center;margin-bottom:2em}.kolumnen-big-wrap.slick-initialized .kolumnen-big>div{width:100%}}.text-content{display:flex;flex-flow:wrap}.text-content-item{width:33%;position:sticky;top:100px;height:fit-content}.text-content-item.text-heading>*,.text-content-item.text-right>*{position:sticky;top:50px}@media (max-width:787px){.article-header .atricle-header-meta{width:100%;text-align:left}.single-post--header_author,.single-post--header_title,.text-heading{padding-right:0}.text-content-item{width:100%;position:relative;top:0}.text-content-item.text-heading>*,.text-content-item.text-right>*{position:relative;top:0;text-align:center}}.text-content-text{width:calc(33% - 0px);margin:0}.text-right{text-align:right}.module{margin-bottom:100px}@media (max-width:787px){.text-content-text{width:100%;margin-top:20px}.text-right{text-align:center;display:inline-block}.module{margin-bottom:50px}}.content-hr{margin-bottom:5px}@media (max-width:787px){.module .two-image-wrapper,.slider-wrapper{display:block;max-width:85%;margin:0 auto}.slider-outer{width:100%;margin:0 auto;padding-bottom:20px}.two-image-item .img-caption{margin-bottom:25px}}.single-post--header_author{margin-top:10px}@media (min-width:1100px){.module.module-article-side-sroll,.single-post--header.article-header{margin-left:120px!important}}@media (max-width:787px){.module.module-article-side-sroll,.single-post--header.article-header{margin-left:20px!important}}.single-article--thumnail:before{opacity:0;content:'';background-image:url(https://www.baumeister.de/wp-content/uploads/2022/03/arrow-baumeister-black.svg);background-size:contain;background-position:center;background-repeat:no-repeat;width:3em;height:3em;margin-top:-1em;position:absolute;background-color:#fff;z-index:99;bottom:0}.main-navigation{margin-top:100px}.side-scroll-title{text-decoration:underline;text-decoration:none;font-family:var( --bm-font-family );font-weight:600;font-size:1.17647058824rem;text-transform:uppercase}@media (min-width:768px){.module:not(.module-black-fancy-article-slider){margin-inline:2em!important}.alm-listing.alm-ajax:not(.single-format-standard .alm-listing.alm-ajax){margin-right:2em!important}}.single-format-standard .alm-listing.alm-ajax{margin-right:0!important}.article-side-sroll-wrapper{overflow:hidden}.content-banner.billbord{margin-block:1em}@media (max-width:350px){.module{margin-inline:0!important}}div[id^=div-gpt-ad]{margin-block:3em}@media (max-width:768px){.menu-toggle-close .ahfb-svg-iconset svg{width:30px;height:30px;margin-left:0;margin-bottom:50px;margin-top:25px}.text-content-item{padding-left:40px;padding-right:20px}}.module-slider .slick-slide{padding-inline:10px}.image-wrapper .img-caption{padding-left:.5em;font-size:16px}@media (min-width:787px){.article-header .atricle-header-meta{width:33%;text-align:left;position:fixed;position:sticky;top:100px;height:fit-content}}#masthead .ast-header-sticked .site-logo-img .astra-logo-svg{width:200px}@media (max-width:921px){#ast-scroll-top .ast-icon.icon-arrow svg{width:1em}.ast-primary-sticky-header-active.ast-main-header-nav-open nav{overflow-y:auto;max-height:calc(100vh - 100px)}#masthead .ast-header-sticked .site-logo-img .astra-logo-svg{width:px}}@media (max-width:544px){#masthead .ast-header-sticked .site-logo-img .astra-logo-svg{width:150px}}.two-image-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:1em;align-items:start}.two-image-wrapper .img-caption{padding-top:1em}.single-article-footer{background:#000;padding-block:50px}.side-scroll-title h4,.single-article-nav h2,.single-article-nav h4,.single-article-next a,.single-article-prev a{color:#fff!important}.single-article-read-more .module.module-article-side-sroll{margin-left:0}.single-article-nav{margin-inline:120px;display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:768px){.module-article-side-sroll .article-side-sroll-wrapper .scroll-container{grid-auto-columns:90%;position:sticky;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-snap-align:start}.module-article-side-sroll .article-side-sroll-wrapper .scroll-container article{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-snap-align:start}.single-article-nav{margin-inline:10px;grid-template-columns:1fr 1fr 1fr}}.single-article-next::before{content:'';background:url('https://www.baumeister.de/wp-content/uploads/2022/03/arrow-baumeister-black.svg');background-position-x:0%;background-position-y:0%;background-repeat:repeat;background-size:auto;background-size:contain;background-position:center;background-repeat:no-repeat;width:3em;height:3em;margin-top:-1em;position:realtive}.slick-list,.slick-track{overflow:hidden}.module-fancy-article-slider .nav-fancy-slider-nav-outer .slick-slide{width:calc(var(--fancy-slider-width)/ 6);max-height:600px}.module-fancy-article-slider .nav-fancy-slider-nav-outer .slick-slide.slick-current,.module-fancy-article-slider .nav-fancy-slider-nav-outer .slick-slide.slick-current-clicked{width:calc((var(--fancy-slider-width)/ 6) * 3);max-height:600px;transition:ease width .75s .5s,ease width .75s .5s}.module-fancy-article-slider .nav-fancy-slider-nav-outer .slick-slide.slick-current .single-article--thumnail,.module-fancy-article-slider .nav-fancy-slider-nav-outer .slick-slide.slick-current-clicked .single-article--thumnail{transition:ease width .75s .5s,ease width .75s .5s}.slick-initialized .slick-slide{display:inline-block}.module-fancy-article-slider .slick-slide .single-article--thumnail img{clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%);object-fit:cover;object-position:50% center;width:100%;min-height:var(--fancy-slider-height);transition:ease clip-path .5s,ease width .5s}.module-fancy-article-slider .slick-slide.slick-current .single-article--thumnail img,.module-fancy-article-slider .slick-slide.slick-current-clicked .single-article--thumnail img{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);object-fit:cover;object-position:50% center;width:100%;max-height:var(--fancy-slider-height);transition:ease clip-path .5s,ease width .5s}.module-fancy-article-slider .slick-prev::before,.slick-next::before{color:var(--ast-global-color-8)!important}.alm-btn-wrap{display:block;text-align:center;padding:10px 0;margin:0 0 15px;position:relative}.alm-btn-wrap:after{display:table;clear:both;height:0;content:''}.alm-btn-wrap .alm-load-more-btn{font-size:15px;font-weight:500;width:auto;height:43px;line-height:1;background:#ed7070;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);color:#fff;border:none;border-radius:4px;margin:0;padding:0 20px;display:inline-block;position:relative;-webkit-transition:.3s;transition:all .3s ease;text-align:center;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.alm-btn-wrap .alm-load-more-btn.loading,.alm-btn-wrap .alm-load-more-btn:hover{background-color:#e06161;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.09);box-shadow:0 1px 3px rgba(0,0,0,.09);color:#fff;text-decoration:none}.alm-btn-wrap .alm-load-more-btn:active{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.alm-btn-wrap .alm-load-more-btn.loading{cursor:wait;outline:0;padding-left:44px}.alm-btn-wrap .alm-load-more-btn.done{cursor:default;opacity:.15;background-color:#ed7070;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.alm-btn-wrap .alm-load-more-btn.done:before,.alm-btn-wrap .alm-load-more-btn:before{background:0 0;width:0}.alm-btn-wrap .alm-load-more-btn.loading:before{background:url(https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif) center center no-repeat #fff;width:30px;height:31px;margin:6px;border-radius:3px;display:inline-block;z-index:0;content:'';position:absolute;left:0;top:0;overflow:hidden;-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out}.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn{width:100%;background-color:transparent!important;background-position:center center;background-repeat:no-repeat;background-image:url(https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/img/spinner.gif);border:none!important;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s ease;-webkit-box-shadow:none!important;box-shadow:none!important;overflow:hidden;text-indent:-9999px;cursor:default!important;outline:0!important}.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn:before{display:none!important}.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn:active,.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn:focus{outline:0}.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn.done{opacity:0}.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn.loading{opacity:1}.ajax-load-more-wrap.infinite.fading-blocks>.alm-btn-wrap .alm-load-more-btn{background-image:url(https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/img/loader-fading-blocks.gif)}.alm-btn-wrap--prev{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;clear:both;padding:0;margin:0}.alm-btn-wrap--prev:after{display:table;clear:both;height:0;content:''}.alm-btn-wrap--prev a.alm-load-more-btn--prev{line-height:1;font-size:14px;font-weight:500;padding:5px;display:inline-block;position:relative;margin:0 0 15px;text-decoration:none}.alm-btn-wrap--prev a.alm-load-more-btn--prev:focus,.alm-btn-wrap--prev a.alm-load-more-btn--prev:hover{text-decoration:underline}.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading,.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:focus{cursor:wait;text-decoration:none}.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:before,.alm-btn-wrap--prev a.alm-load-more-btn--prev.loading:focus:before{content:'';display:block;position:absolute;left:-18px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;background:url(https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/img/ajax-loader-lg.gif) left center no-repeat;background-size:16px 16px}.alm-btn-wrap--prev a.alm-load-more-btn--prev.fading-blocks.loading:before{background-image:url(https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/img/spinner-fading-blocks.gif)}.alm-btn-wrap--prev a.alm-load-more-btn--prev button:not([disabled]),.alm-btn-wrap--prev a.alm-load-more-btn--prev:not(.disabled){cursor:pointer}.alm-btn-wrap--prev a.alm-load-more-btn--prev.done{display:none!important}.alm-listing .alm-reveal{outline:0}.alm-listing .alm-reveal:after{display:table;clear:both;height:0;content:''}.alm-listing{margin:0;padding:0}.alm-listing .alm-paging-content>li,.alm-listing .alm-reveal>li,.alm-listing>li{position:relative}.alm-placeholder{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s ease;display:none}.alm-toc{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;padding:10px 0}.alm-toc button{background:#f7f7f7;border-radius:4px;-webkit-transition:.15s;transition:all .15s ease;outline:0;border:1px solid #efefef;-webkit-box-shadow:none;box-shadow:none;color:#454545;cursor:pointer;font-size:14px;font-weight:500;padding:7px 10px;line-height:1;margin:0 5px 0 0;height:auto}.alm-toc button:focus,.alm-toc button:hover{border-color:#ccc;color:#222}.alm-toc button:hover{text-decoration:underline}.alm-toc button:focus{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.05);box-shadow:0 0 0 3px rgba(0,0,0,.05)}.alm-layouts .alm-listing{margin:0;padding:0}.alm-layouts .alm-listing.flex,.alm-layouts .alm-listing.flex .alm-reveal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.alm-layouts .alm-listing.flex,.alm-layouts .alm-listing.flex .alm-reveal{display:block}}.footer-floorad{padding-top:8px;margin-inline:0!important;width:100%;background:red;bottom:0;z-index:99999;position:fixed;background:#ffffff5c;transition:all ease 1s!important;height:unset}.floor-close{display:inline-block;justify-content:end;margin-left:90%;cursor:pointer;color:#fff;border-radius:50%;background:#000;width:30px;height:30px;text-align:center}.floor-close:hover{color:#fff}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/ajax-loader.gif') center center no-repeat #fff}@font-face{font-display:swap;font-family:slick;font-weight:400;font-style:normal;src:url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.eot');src:url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.woff') format('woff'),url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.ttf') format('truetype'),url('https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/fonts/slick.svg#slick') format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}</style>
|
||
<meta name="description" content="Das Sportzentrum Kerenzerberg in der Ostschweiz ist um einen neuen Unterkunftsbau und eine neue Sporthalle erweitert worden." />
|
||
<link rel="canonical" href="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/" />
|
||
<meta property="og:locale" content="de_DE" />
|
||
<meta property="og:type" content="article" />
|
||
<meta property="og:title" content="Sportzentrum Kerenzerberg in Filzbach erweitert" />
|
||
<meta property="og:description" content="Das Sportzentrum Kerenzerberg in der Ostschweiz ist um einen neuen Unterkunftsbau und eine neue Sporthalle erweitert worden." />
|
||
<meta property="og:url" content="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/" />
|
||
<meta property="og:site_name" content="Baumeister" />
|
||
<meta property="article:modified_time" content="2022-12-20T16:55:21+00:00" />
|
||
<meta property="og:image" content="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg" />
|
||
<meta property="og:image:width" content="2560" />
|
||
<meta property="og:image:height" content="1920" />
|
||
<meta property="og:image:type" content="image/jpeg" />
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#article","isPartOf":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/"},"author":{"name":"arianschlichenmayer","@id":"https://www.baumeister.de/#/schema/person/0ccffeb923b804d310a95cb4ab415a35"},"headline":"Sportzentrum Kerenzerberg in Filzbach erweitert","datePublished":"2022-12-21T05:49:28+00:00","dateModified":"2022-12-20T16:55:21+00:00","mainEntityOfPage":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/"},"wordCount":5,"commentCount":0,"publisher":{"@id":"https://www.baumeister.de/#organization"},"image":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#primaryimage"},"thumbnailUrl":"https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg","inLanguage":"de-DE","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#respond"]}]},{"@type":"WebPage","@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/","url":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/","name":"Sportzentrum Kerenzerberg in Filzbach erweitert","isPartOf":{"@id":"https://www.baumeister.de/#website"},"primaryImageOfPage":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#primaryimage"},"image":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#primaryimage"},"thumbnailUrl":"https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg","datePublished":"2022-12-21T05:49:28+00:00","dateModified":"2022-12-20T16:55:21+00:00","description":"Das Sportzentrum Kerenzerberg in der Ostschweiz ist um einen neuen Unterkunftsbau und eine neue Sporthalle erweitert worden.","breadcrumb":{"@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#primaryimage","url":"https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg","contentUrl":"https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg","width":2560,"height":1920,"caption":"Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer"},{"@type":"BreadcrumbList","@id":"https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https://www.baumeister.de/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https://www.baumeister.de/?post_type=article"},{"@type":"ListItem","position":3,"name":"Sportzentrum Kerenzerberg in Filzbach erweitert"}]},{"@type":"WebSite","@id":"https://www.baumeister.de/#website","url":"https://www.baumeister.de/","name":"Baumeister","description":"Das Architektur-Magazin","publisher":{"@id":"https://www.baumeister.de/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.baumeister.de/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https://www.baumeister.de/#organization","name":"Georg GmbH & Co. KG","url":"https://www.baumeister.de/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https://www.baumeister.de/#/schema/logo/image/","url":"https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg","contentUrl":"https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg","caption":"Georg GmbH & Co. KG"},"image":{"@id":"https://www.baumeister.de/#/schema/logo/image/"}},{"@type":"Person","@id":"https://www.baumeister.de/#/schema/person/0ccffeb923b804d310a95cb4ab415a35","name":"arianschlichenmayer","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https://www.baumeister.de/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/23c414a1533073310d3037b3859ea30e?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/23c414a1533073310d3037b3859ea30e?s=96&d=mm&r=g","caption":"arianschlichenmayer"}}]}</script>
|
||
<!-- / Yoast SEO Premium plugin. -->
|
||
|
||
|
||
<link rel='dns-prefetch' href='//use.fontawesome.com' />
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="Baumeister » Feed" href="https://www.baumeister.de/feed/" />
|
||
<link rel="alternate" type="application/rss+xml" title="Baumeister » Kommentar-Feed" href="https://www.baumeister.de/comments/feed/" />
|
||
<link rel="alternate" type="application/rss+xml" title="Baumeister » Sportzentrum Kerenzerberg in Filzbach erweitert Kommentar-Feed" href="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/feed/" />
|
||
<style></style>
|
||
|
||
|
||
|
||
|
||
|
||
<style id='global-styles-inline-css'></style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<style id='rocket-lazyload-inline-css'>
|
||
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.baumeister.de/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
|
||
</style>
|
||
<!--[if IE]>
|
||
<script src='https://www.baumeister.de/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=3.9.4' id='astra-flexibility-js'></script>
|
||
<script id='astra-flexibility-js-after'>
|
||
flexibility(document.documentElement);</script>
|
||
<![endif]-->
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/imagesloaded.min.js?ver=6.1.1' id='imagesloaded-js' defer></script>
|
||
<script id='borlabs-cookie-prioritize-js-extra'>
|
||
var borlabsCookiePrioritized = {"domain":"www.baumeister.de","path":"\/","version":"2","bots":"1","optInJS":{"statistics":{"google-analytics":"PCEtLSBHbG9iYWwgc2l0ZSB0YWcgKGd0YWcuanMpIC0gR29vZ2xlIEFuYWx5dGljcyAtLT4NCjxzY3JpcHQgYXN5bmMgc3JjPSJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS9ndGFnL2pzP2lkPVVBLTI0NjUyMzI3LTIiPjwvc2NyaXB0Pg0KPHNjcmlwdD4NCndpbmRvdy5kYXRhTGF5ZXIgPSB3aW5kb3cuZGF0YUxheWVyIHx8IFtdOw0KZnVuY3Rpb24gZ3RhZygpe2RhdGFMYXllci5wdXNoKGFyZ3VtZW50cyk7fQ0KZ3RhZygianMiLCBuZXcgRGF0ZSgpKTsNCg0KZ3RhZygiY29uZmlnIiwgIlVBLTI0NjUyMzI3LTIiLCB7ICJhbm9ueW1pemVfaXAiOiB0cnVlIH0pOw0KPC9zY3JpcHQ+"}}};
|
||
</script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie-prioritize.min.js?ver=2.2.59' id='borlabs-cookie-prioritize-js' defer></script>
|
||
<link rel="https://api.w.org/" href="https://www.baumeister.de/wp-json/" /><link rel="alternate" type="application/json" href="https://www.baumeister.de/wp-json/wp/v2/article/24760" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.baumeister.de/xmlrpc.php?rsd" />
|
||
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.baumeister.de/wp-includes/wlwmanifest.xml" />
|
||
<meta name="generator" content="WordPress 6.1.1" />
|
||
<link rel='shortlink' href='https://www.baumeister.de/?p=24760' />
|
||
<link rel="alternate" type="application/json+oembed" href="https://www.baumeister.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.baumeister.de%2Fsportzentrum-kerenzerberg-filzbach%2F" />
|
||
<link rel="alternate" type="text/xml+oembed" href="https://www.baumeister.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.baumeister.de%2Fsportzentrum-kerenzerberg-filzbach%2F&format=xml" />
|
||
<link rel="pingback" href="https://www.baumeister.de/xmlrpc.php">
|
||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-24652327-2"></script>
|
||
<script type="rocketlazyloadscript">
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag("js", new Date());
|
||
|
||
gtag("config", "UA-24652327-2", { "anonymize_ip": true });
|
||
</script><link rel="icon" href="https://www.baumeister.de/wp-content/uploads/2022/03/BM_favicon.png" sizes="32x32" />
|
||
<link rel="icon" href="https://www.baumeister.de/wp-content/uploads/2022/03/BM_favicon.png" sizes="192x192" />
|
||
<link rel="apple-touch-icon" href="https://www.baumeister.de/wp-content/uploads/2022/03/BM_favicon.png" />
|
||
<meta name="msapplication-TileImage" content="https://www.baumeister.de/wp-content/uploads/2022/03/BM_favicon.png" />
|
||
<style id="wp-custom-css"></style>
|
||
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
|
||
|
||
<body itemtype='https://schema.org/Blog' itemscope='itemscope' class="article-template-default single single-article postid-24760 single-format-standard wp-custom-logo ast-blog-single-style-1 ast-custom-post-type ast-single-post ast-mobile-inherit-site-logo ast-inherit-site-logo-transparent ast-hfb-header ast-desktop ast-page-builder-template ast-no-sidebar astra-3.9.4 ast-fluid-width-layout ast-sticky-main-shrink ast-sticky-above-shrink ast-sticky-header-shrink ast-inherit-site-logo-sticky ast-primary-sticky-enabled ast-normal-title-enabled astra-addon-3.9.3">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>
|
||
<a
|
||
class="skip-link screen-reader-text"
|
||
href="#content"
|
||
role="link"
|
||
title="Zum Inhalt springen">
|
||
Zum Inhalt springen</a>
|
||
|
||
<div
|
||
class="hfeed site" id="page">
|
||
<header
|
||
class="site-header header-main-layout-1 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-builder-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead" >
|
||
<div id="ast-desktop-header" data-toggle-type="off-canvas">
|
||
<div class="ast-above-header-wrap ">
|
||
<div class="ast-above-header-bar ast-above-header site-header-focus-item" data-section="section-above-header-builder">
|
||
<div class="site-above-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-above-header-builder">
|
||
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-grid-center-col-layout">
|
||
<div class="site-header-above-section-left site-header-section ast-flex site-header-section-left">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
|
||
<div class="ast-button-wrap">
|
||
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-minimal" aria-expanded="false">
|
||
<span class="screen-reader-text">Main Menu</span>
|
||
<span class="mobile-menu-toggle-icon">
|
||
<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-left-center site-header-section ast-flex ast-grid-left-center-section">
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-center site-header-section ast-flex ast-grid-section-center">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
|
||
<div
|
||
class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" >
|
||
<span class="site-logo-img"><a href="https://www.baumeister.de/" class="custom-logo-link" rel="home"><img width="414" height="165" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20414%20165'%3E%3C/svg%3E" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" /><noscript><img width="414" height="165" src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" /></noscript></a></span> </div>
|
||
<!-- .site-branding -->
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-right site-header-section ast-flex ast-grid-right-section">
|
||
<div class="site-header-above-section-right-center site-header-section ast-flex ast-grid-right-center-section">
|
||
</div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-search" data-section="section-header-search">
|
||
<div class="ast-search-menu-icon slide-search" >
|
||
<form role="search" method="get" class="search-form" action="https://www.baumeister.de/">
|
||
<label>
|
||
<span class="screen-reader-text">Suchen nach:</span>
|
||
<input type="search" class="search-field" placeholder="Suche" value="" name="s" tabindex="-1">
|
||
<button class="search-submit ast-search-submit" aria-label="Suche übermitteln">
|
||
<span hidden>Suche</span>
|
||
<i><span class="ast-icon icon-search"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="-888 480 142 142" enable-background="new -888 480 142 142" xml:space="preserve">
|
||
<path d="M-787.4,568.7h-6.3l-2.4-2.4c7.9-8.7,12.6-20.5,12.6-33.1c0-28.4-22.9-51.3-51.3-51.3 c-28.4,0-51.3,22.9-51.3,51.3c0,28.4,22.9,51.3,51.3,51.3c12.6,0,24.4-4.7,33.1-12.6l2.4,2.4v6.3l39.4,39.4l11.8-11.8L-787.4,568.7 L-787.4,568.7z M-834.7,568.7c-19.7,0-35.5-15.8-35.5-35.5c0-19.7,15.8-35.5,35.5-35.5c19.7,0,35.5,15.8,35.5,35.5 C-799.3,553-815,568.7-834.7,568.7L-834.7,568.7z"/>
|
||
</svg></span></i>
|
||
</button>
|
||
</label>
|
||
</form>
|
||
<div class="ast-search-icon">
|
||
<a class="slide-search astra-search-icon" aria-label="Link des Such-Icons" href="#">
|
||
<span class="screen-reader-text">Suche</span>
|
||
<span class="ast-icon icon-search"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="-888 480 142 142" enable-background="new -888 480 142 142" xml:space="preserve">
|
||
<path d="M-787.4,568.7h-6.3l-2.4-2.4c7.9-8.7,12.6-20.5,12.6-33.1c0-28.4-22.9-51.3-51.3-51.3 c-28.4,0-51.3,22.9-51.3,51.3c0,28.4,22.9,51.3,51.3,51.3c12.6,0,24.4-4.7,33.1-12.6l2.4,2.4v6.3l39.4,39.4l11.8-11.8L-787.4,568.7 L-787.4,568.7z M-834.7,568.7c-19.7,0-35.5-15.8-35.5-35.5c0-19.7,15.8-35.5,35.5-35.5c19.7,0,35.5,15.8,35.5,35.5 C-799.3,553-815,568.7-834.7,568.7L-834.7,568.7z"/>
|
||
</svg></span> </a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="ast-builder-layout-element site-header-focus-item" data-section="section-hb-social-icons-2">
|
||
<div class="ast-header-social-2-wrap ast-header-social-wrap"><div class="header-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://www.facebook.com/baumeister.architekturzeitschrift" aria-label=Facebook target="_blank" rel="noopener noreferrer" style="--color: #557dbc; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-facebook header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'></path></svg></span></a><a href="https://www.instagram.com/baumeister_architekturmagazin/" aria-label=Instagram target="_blank" rel="noopener noreferrer" style="--color: #8a3ab9; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-instagram header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'></path></svg></span></a><a href="https://www.linkedin.com/groups/6927751/" aria-label=LinkedIn target="_blank" rel="noopener noreferrer" style="--color: #7acdee; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'></path></svg></span></a><a href="/newsletter/" aria-label=Newsletter target="_blank" rel="noopener noreferrer" style="--color: #ea4335; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-email_2 header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'> <title id='email'> Email </title> <path d='M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z'/></svg></span></a></div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> <!-- Main Header Bar Wrap -->
|
||
<div id="ast-mobile-header" class="ast-mobile-header-wrap " data-type="off-canvas">
|
||
<div class="ast-main-header-wrap main-header-bar-wrap" >
|
||
<div class="ast-primary-header-bar ast-primary-header main-header-bar site-primary-header-wrap site-header-focus-item ast-builder-grid-row-layout-default ast-builder-grid-row-tablet-layout-default ast-builder-grid-row-mobile-layout-default" data-section="section-primary-header-builder">
|
||
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-grid-center-col-layout">
|
||
<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
|
||
<div class="ast-button-wrap">
|
||
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-minimal" aria-expanded="false">
|
||
<span class="screen-reader-text">Main Menu</span>
|
||
<span class="mobile-menu-toggle-icon">
|
||
<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="site-header-primary-section-center site-header-section ast-flex ast-grid-section-center">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
|
||
<div
|
||
class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" >
|
||
<span class="site-logo-img"><a href="https://www.baumeister.de/" class="custom-logo-link" rel="home"><img width="414" height="165" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20414%20165'%3E%3C/svg%3E" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" /><noscript><img width="414" height="165" src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" /></noscript></a></span> </div>
|
||
<!-- .site-branding -->
|
||
</div>
|
||
</div>
|
||
<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<header id="ast-fixed-header" class="site-header header-main-layout-1 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-builder-menu-toggle-icon ast-mobile-header-inline" style="visibility: hidden;" data-type="fixed-header">
|
||
|
||
|
||
<div id="ast-desktop-header" data-toggle-type="off-canvas">
|
||
<div class="ast-above-header-wrap ">
|
||
<div class="ast-above-header-bar ast-above-header site-header-focus-item" data-section="section-above-header-builder">
|
||
<div class="site-above-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-above-header-builder">
|
||
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-grid-center-col-layout">
|
||
<div class="site-header-above-section-left site-header-section ast-flex site-header-section-left">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
|
||
<div class="ast-button-wrap">
|
||
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-minimal" aria-expanded="false">
|
||
<span class="screen-reader-text">Main Menu</span>
|
||
<span class="mobile-menu-toggle-icon">
|
||
<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-left-center site-header-section ast-flex ast-grid-left-center-section">
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-center site-header-section ast-flex ast-grid-section-center">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
|
||
<div
|
||
class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" >
|
||
<span class="site-logo-img"><a href="https://www.baumeister.de/" class="custom-logo-link" rel="home"><img width="414" height="165" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20414%20165'%3E%3C/svg%3E" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" /><noscript><img width="414" height="165" src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" /></noscript></a></span> </div>
|
||
<!-- .site-branding -->
|
||
</div>
|
||
</div>
|
||
<div class="site-header-above-section-right site-header-section ast-flex ast-grid-right-section">
|
||
<div class="site-header-above-section-right-center site-header-section ast-flex ast-grid-right-center-section">
|
||
</div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-search" data-section="section-header-search">
|
||
<div class="ast-search-menu-icon slide-search" >
|
||
<form role="search" method="get" class="search-form" action="https://www.baumeister.de/">
|
||
<label>
|
||
<span class="screen-reader-text">Suchen nach:</span>
|
||
<input type="search" class="search-field" placeholder="Suche" value="" name="s" tabindex="-1">
|
||
<button class="search-submit ast-search-submit" aria-label="Suche übermitteln">
|
||
<span hidden>Suche</span>
|
||
<i><span class="ast-icon icon-search"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="-888 480 142 142" enable-background="new -888 480 142 142" xml:space="preserve">
|
||
<path d="M-787.4,568.7h-6.3l-2.4-2.4c7.9-8.7,12.6-20.5,12.6-33.1c0-28.4-22.9-51.3-51.3-51.3 c-28.4,0-51.3,22.9-51.3,51.3c0,28.4,22.9,51.3,51.3,51.3c12.6,0,24.4-4.7,33.1-12.6l2.4,2.4v6.3l39.4,39.4l11.8-11.8L-787.4,568.7 L-787.4,568.7z M-834.7,568.7c-19.7,0-35.5-15.8-35.5-35.5c0-19.7,15.8-35.5,35.5-35.5c19.7,0,35.5,15.8,35.5,35.5 C-799.3,553-815,568.7-834.7,568.7L-834.7,568.7z"/>
|
||
</svg></span></i>
|
||
</button>
|
||
</label>
|
||
</form>
|
||
<div class="ast-search-icon">
|
||
<a class="slide-search astra-search-icon" aria-label="Link des Such-Icons" href="#">
|
||
<span class="screen-reader-text">Suche</span>
|
||
<span class="ast-icon icon-search"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="-888 480 142 142" enable-background="new -888 480 142 142" xml:space="preserve">
|
||
<path d="M-787.4,568.7h-6.3l-2.4-2.4c7.9-8.7,12.6-20.5,12.6-33.1c0-28.4-22.9-51.3-51.3-51.3 c-28.4,0-51.3,22.9-51.3,51.3c0,28.4,22.9,51.3,51.3,51.3c12.6,0,24.4-4.7,33.1-12.6l2.4,2.4v6.3l39.4,39.4l11.8-11.8L-787.4,568.7 L-787.4,568.7z M-834.7,568.7c-19.7,0-35.5-15.8-35.5-35.5c0-19.7,15.8-35.5,35.5-35.5c19.7,0,35.5,15.8,35.5,35.5 C-799.3,553-815,568.7-834.7,568.7L-834.7,568.7z"/>
|
||
</svg></span> </a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="ast-builder-layout-element site-header-focus-item" data-section="section-hb-social-icons-2">
|
||
<div class="ast-header-social-2-wrap ast-header-social-wrap"><div class="header-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://www.facebook.com/baumeister.architekturzeitschrift" aria-label=Facebook target="_blank" rel="noopener noreferrer" style="--color: #557dbc; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-facebook header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'></path></svg></span></a><a href="https://www.instagram.com/baumeister_architekturmagazin/" aria-label=Instagram target="_blank" rel="noopener noreferrer" style="--color: #8a3ab9; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-instagram header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'></path></svg></span></a><a href="https://www.linkedin.com/groups/6927751/" aria-label=LinkedIn target="_blank" rel="noopener noreferrer" style="--color: #7acdee; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'></path></svg></span></a><a href="/newsletter/" aria-label=Newsletter target="_blank" rel="noopener noreferrer" style="--color: #ea4335; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-email_2 header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'> <title id='email'> Email </title> <path d='M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z'/></svg></span></a></div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> <!-- Main Header Bar Wrap -->
|
||
<div id="ast-mobile-header" class="ast-mobile-header-wrap " data-type="off-canvas">
|
||
<div class="ast-main-header-wrap main-header-bar-wrap" >
|
||
<div class="ast-primary-header-bar ast-primary-header main-header-bar site-primary-header-wrap site-header-focus-item ast-builder-grid-row-layout-default ast-builder-grid-row-tablet-layout-default ast-builder-grid-row-mobile-layout-default" data-section="section-primary-header-builder">
|
||
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-grid-center-col-layout">
|
||
<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
|
||
<div class="ast-button-wrap">
|
||
<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-minimal" aria-expanded="false">
|
||
<span class="screen-reader-text">Main Menu</span>
|
||
<span class="mobile-menu-toggle-icon">
|
||
<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="site-header-primary-section-center site-header-section ast-flex ast-grid-section-center">
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
|
||
<div
|
||
class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" >
|
||
<span class="site-logo-img"><a href="https://www.baumeister.de/" class="custom-logo-link" rel="home"><img width="414" height="165" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20414%20165'%3E%3C/svg%3E" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" /><noscript><img width="414" height="165" src="https://www.baumeister.de/wp-content/uploads/2022/03/BM_logo.svg" class="custom-logo astra-logo-svg" alt="Baumeister" decoding="async" /></noscript></a></span> </div>
|
||
<!-- .site-branding -->
|
||
</div>
|
||
</div>
|
||
<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</header><!-- #astra-fixed-header -->
|
||
|
||
</header><!-- #masthead -->
|
||
<div id="content" class="site-content">
|
||
<div class="ast-container">
|
||
|
||
<!-- Slick initiated -->
|
||
<script defer>
|
||
/*Check if googletag is defined and destroy Slots*/
|
||
if (typeof googletag != 'undefined' && document.querySelector('#ajax-load-more div .alm-reveal') != null) {
|
||
googletag.destroySlots();
|
||
console.log("googletag.destroySlots()");
|
||
googletag.pubads().refresh();
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
|
||
<div id="primary" class="content-area primary">
|
||
<div id="primary-inner" class="">
|
||
<!-- /* Main Content*/ -->
|
||
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="ad-headbenner-top">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-bt-1649697825425-5850' style='display:inline-block; text-align: center;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- Gads initiated --><script type="rocketlazyloadscript">console.log('Gads initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_BILLBOARD_TOP', [[728, 90], [300, 600], [320, 100], [320, 50], [970, 250], [300, 250], [1180, 160], [320, 75], [1180, 200], [1180, 250], [1080, 250], [600, 200]], 'div-gpt-ad-bt-1649697825425-5850').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[1180, 250], [600, 200], [1080, 250], [970, 250], [728, 90]]) // Desktop
|
||
.addSize([768, 0], [[728, 90]]) // Tablet
|
||
.addSize([360, 0], [[320, 100 ], [320, 75], [320, 50], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-bt-1649697825425-5850');
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
<!--
|
||
|
||
<script>
|
||
function referesh_google_ads() {
|
||
//googletag.pubads().refresh();
|
||
console.log("googletag.pubads().refresh()");
|
||
}
|
||
window.setInterval(referesh_google_ads, 30000);
|
||
</script>
|
||
|
||
-->
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<!-- // FUNKTIONEN HIER EINFÜGEN -->
|
||
|
||
<div class="single-post--header article-header">
|
||
<div class="atricle-header-meta">
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="single-post--header_date">21.12.2022</div>
|
||
|
||
|
||
<hr class="title-hr">
|
||
<!-- // FUNKTIONEN HIER EINFÜGEN -->
|
||
|
||
<div class="single-post--header_category"><a href="https://www.baumeister.de/oeffentlich/"> Öffentlich </a></div>
|
||
|
||
<div class="single-post--header_office"><a href="https://www.baumeister.de/office/burkhard-meyer/"> Burkhard Meyer </a></div>
|
||
|
||
<div class="single-post--header_company"><a href="https://www.baumeister.de/theme/beton/"> Beton </a></div>
|
||
<div class="single-post--header_title">
|
||
<h1> Sportzentrum Kerenzerberg in Filzbach erweitert</h1>
|
||
</div>
|
||
|
||
<div class="single-post--header_author"><span>von</span> <a href="https://www.baumeister.de/creator/arian-schlichenmayer/"> Arian Schlichenmayer </a></div>
|
||
|
||
|
||
|
||
</div>
|
||
<div class="single-post--header_post_img">
|
||
<div class="single-post--header_post_img--img">
|
||
<img width="2560" height="1920" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201920'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg" /><noscript><img width="2560" height="1920" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg" class="attachment-full size-full wp-post-image" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> </div>
|
||
<div class="single-post--header_post_img--caption">
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer <!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="module module-text" id="l7pithvstq">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-2510' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-2510').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-2510');
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p><strong>Das Sportzentrum Kerenzerberg in der Ostschweiz ist um einen neuen Unterkunftsbau und eine neue Sporthalle erweitert worden. Die Architektur lieferte das Büro Burkhard Meyer.</strong></p>
|
||
<p>Am Südufer des Walensees im Schweizer Kanton Glarus erhebt sich ein markanter Betonbau über die Szenerie. Das neu erweiterte Sportzentrum Kerenzerberg liegt dabei auf einem Hochplateau in der Gemeinde Glarus Nord, wurde 1971 eröffnet und ist zudem eines der größten Sportzentren der Schweiz. Doch mit ihrem Alter von rund 50 Jahren genügten die Unterkünfte heutigen Standards schon lange nicht mehr. Und auch deren Kapazität stieß – nicht zuletzt dank der überaus konkurrenzfähigen Preise – langsam, aber sicher an ihre Grenzen.</p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-4290' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-4290').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-4290');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div>
|
||
|
||
<!-- /* Two Images */ -->
|
||
<div class="module module-two-images" id="mlo3lzejtt">
|
||
<div class="two-image-wrapper">
|
||
<div class="two-image-item two-image-1">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1536" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201536'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Foto: Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-14.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-14.jpeg" /><noscript><img width="2048" height="1536" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-14.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Foto: Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-14.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-14-800x600.jpeg 800w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
<div class="img-caption"> Fotos © Burkard Meyer </div>
|
||
</div>
|
||
<div class="two-image-item two-image-2">
|
||
<div class="img-wrapper">
|
||
<img width="2560" height="1921" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201921'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Foto: Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-scaled.jpeg" /><noscript><img width="2560" height="1921" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-scaled.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Foto: Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-2-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> </div>
|
||
</div>
|
||
<style></style> </div>
|
||
</div><div class="module module-text" id="82z9mnaxd7">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
<hr class="content-hr">
|
||
<h2>Neues räumliches Zentrum am Kerenzerberg</h2>
|
||
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p>Das Sportzentrum erhielt auch schon mehrere Erweiterungen. Nach der Ergänzung eines Hallenbades sowie zweier Sporthallen in den 70ern und späten 80ern folgten weitere Zusatzbauten, wie zum Beispiel eine Squashhalle, Theorieräume oder Leichtathletikanlagen. Der jüngste Zuwachs an Bausubstanz besteht sowohl aus einem Unterkunftsbau als auch aus einer neuen Dreifachturnhalle. Das <a href="https://burkardmeyer.ch/" target="_blank" rel="noopener">Architekturbüro Burkhard Meyer</a> aus dem schweizerischen Baden ist dabei für den Entwurf verantwortlich.</p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-4490' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-4490').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-4490');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div>
|
||
|
||
<!-- /* Two Images */ -->
|
||
<div class="module module-two-images" id="xf0ux1i7bx">
|
||
<div class="two-image-wrapper">
|
||
<div class="two-image-item two-image-1">
|
||
<div class="img-wrapper">
|
||
<img width="2560" height="1920" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201920'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-scaled.jpeg" /><noscript><img width="2560" height="1920" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-scaled.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-1-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> </div>
|
||
<div class="img-caption"> Fotos: © Burkard Meyer </div>
|
||
</div>
|
||
<div class="two-image-item two-image-2">
|
||
<div class="img-wrapper">
|
||
<img width="2560" height="1920" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201920'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-scaled.jpeg" /><noscript><img width="2560" height="1920" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-scaled.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-16-2-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> </div>
|
||
</div>
|
||
<style></style> </div>
|
||
</div><div class="module module-text" id="zsbeql3chc">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
<hr class="content-hr">
|
||
<h2>Neues räumliches Zentrum</h2>
|
||
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p>Als neues räumliches Zentrum des Sportzentrums Kerenzerberg fungiert nun auch der neue achtgeschossige Bau, der die Unterkünfte beinhaltet. Seine hochaufragende Form will Burkhard Meyer dabei als Kontrapunkt zu den weitläufigen und großmaßstäblichen Sporthallen verstanden haben. In ihrer Flachheit verschmelzen sie gleichermaßen mit dem umliegenden Terrain.</p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-6080' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-6080').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-6080');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div><div class="module module-image" id="ow99y4gza7">
|
||
<!-- /* Image */ -->
|
||
<div class="image-wrapper">
|
||
<div class="image-wrapper">
|
||
<img width="2560" height="1920" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201920'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-scaled.jpeg" /><noscript><img width="2560" height="1920" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-scaled.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-18-1-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> <div class="img-caption"> Foto: © Burkard Meyer</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="content-banner billbord">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-bc-1649697825425-6570' style='display:inline-block; text-align: center;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_BILLBOARD_CONTENT', [[320, 50], [1180, 200], [1080, 250], [600, 200], [320, 100], [1180, 160], [1180, 250], [320, 75], [300, 600], [970, 250], [300, 250], [728, 90]], 'div-gpt-ad-bc-1649697825425-6570').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[1180, 250], [1180, 160], [1080, 250], [970, 250], [728, 90], [600, 200]]) // Desktop
|
||
.addSize([768, 0], [[728, 90], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[320, 100 ], [320, 75], [320, 50], [300, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-bc-1649697825425-6570');
|
||
});
|
||
</script>
|
||
|
||
</div> <div class="module module-text" id="1uz8605779">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
<hr class="content-hr">
|
||
<h2>Schwerpunkt aus Beton</h2>
|
||
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p>Im Bestand liegt der Schwerpunkt der Materialsprache vor allem auf Beton. Und so sind auch die tragenden Strukturen der Erweiterung aus Ortbeton gegossen. Um sich dann etwas von den ebenfalls in Beton gehaltenen Bestandsbauten zu differenzieren, wurde die Oberfläche der neuen Gebäude gesandstrahlt. Weil das Sportamt des Kantons Zürich als Bauherrin sich eine an eine Herberge erinnernde Atmosphäre in den Unterkünften wünschte, bestehen die in die Betonhülle nachträglich eingesetzten Zimmer stattdessen fast vollständig aus Holz. Sie wurden dafür aus Fichten- und Tannenholz vorgefertigt und anschließend per Kran modulartig in den Baukörper gestapelt. Dadurch entstanden 77 Zimmer mit einer Kapazität von mehr als 170 Betten. Dank des hohen Vorfertigungsgrades der Zimmermodule konnte dieser Teil des Neubaus bereits in lediglich drei Wochen fertiggestellt werden.</p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-1660' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-1660').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-1660');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div>
|
||
|
||
<!-- /* Two Images */ -->
|
||
<div class="module module-two-images" id="2xo39r4ttu">
|
||
<div class="two-image-wrapper">
|
||
<div class="two-image-item two-image-1">
|
||
<div class="img-wrapper">
|
||
<img width="2560" height="1920" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201920'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-20-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-20-scaled.jpeg" /><noscript><img width="2560" height="1920" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-20-scaled.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-20-scaled.jpeg 2560w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-20-800x600.jpeg 800w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript> </div>
|
||
<div class="img-caption"> Fotos: © Burkard Meyer </div>
|
||
</div>
|
||
<div class="two-image-item two-image-2">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1536" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201536'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-800x600.jpeg 800w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2.jpeg" /><noscript><img width="2048" height="1536" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2.jpeg" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-17-2-800x600.jpeg 800w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<style></style> </div>
|
||
</div><div class="module module-text" id="2s34afefgy">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
<hr class="content-hr">
|
||
<h2>Erweiterbares Dach</h2>
|
||
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p>Die neue Turnhalle ist außerdem mit einem Flachdach ausgestattet. Auf seiner Grundfläche von etwa 50 mal 40 Metern ist das Dach konstruktionsseitig auch für eine zukünftig erweiterte Nutzung vorbereitet. In Frage kommen zum Beispiel die Nutzung als Minigolfplatz oder die Installation einer Photovoltaikanlage.</p>
|
||
<p> </p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-1170' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-1170').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-1170');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div>
|
||
<!-- /* Two Images */ -->
|
||
<div class="module module-slider" id="">
|
||
<!-- Slick is already initiated --> <!-- Slider Image -->
|
||
<div class="slider-wrapper">
|
||
<div class="slider-outer slider-id-4077183">
|
||
<div class="slider-item slider-item-1">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-5.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-5.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-5.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-5.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-5-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
<div class="img-caption"> Zeichnungen © Burkard Meyer </div>
|
||
</div>
|
||
<div class="slider-item slider-item-2">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-9.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-9.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-9.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-9.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-9-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<div class="slider-item slider-item-3">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-10.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-10.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-10.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-10.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-10-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<div class="slider-item slider-item-4">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-8.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-8.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-8.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-8.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-8-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<div class="slider-item slider-item-5">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-6.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-6.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-6.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-6.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-6-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<div class="slider-item slider-item-6">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-7.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-7.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-7.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-7.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
<div class="slider-item slider-item-7">
|
||
<div class="img-wrapper">
|
||
<img width="2048" height="1447" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%201447'%3E%3C/svg%3E" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-11.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-1536x1085.png 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-11.png" /><noscript><img width="2048" height="1447" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-11.png" class="img-responsive" alt="Das Sportzentrum Kerenzerberg in Filzbach, Zeichnungen © Burkard Meyer" decoding="async" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-11.png 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-300x212.png 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-1024x724.png 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-768x543.png 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-11-1536x1085.png 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div>
|
||
</div>
|
||
</div>
|
||
<!-- <div class="text-content-item slider-right">
|
||
</div> -->
|
||
</div>
|
||
</div>
|
||
|
||
<script defer>window.addEventListener('DOMContentLoaded', function() {
|
||
var waitForJQuery_24140044 = setInterval(function () {
|
||
if (typeof jQuery != 'undefined') {
|
||
jQuery(document).ready(function(){
|
||
jQuery(".slider-id-4077183").slick({ lazyLoad: 'ondemand', slidesToShow: 3, slidesToScroll: 1, adaptiveHeight: false, centerMode: true, centerPadding: '40px', arrows: true, fade: false, responsive: [ { breakpoint: 768, settings: { slidesToShow: 1 } }, { breakpoint: 480, settings: { slidesToShow: 1 } } ] });;
|
||
});
|
||
clearInterval(waitForJQuery_24140044);
|
||
}
|
||
}, 100);
|
||
});</script><div class="module module-text" id="x404omb4d8">
|
||
<!-- /* Text */ -->
|
||
<div class="text-content text-content-default">
|
||
<div class="text-content-item text-heading">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-6670' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-6670').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-6670');
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
<div class="text-content-item text-content-text">
|
||
<p><i>Nicht aus den Siebzigern, sondern aus den Sechzigern ist das folgende Projekt. Im Londoner Stadtteil Holborn verwandelten 6a architects eine alte Sporthalle in ein modernes Stadtteilzentrum – mit dabei der Fokus auf Kunst. Mehr zu dem spannenden Umbau lesen Sie hier: </i><a style="font-style: italic;" href="https://www.baumeister.de/holborn-community-center-von-6a-architects/" target="_blank" rel="noopener">Holborn Community Center</a><i>.</i></p>
|
||
</div>
|
||
|
||
<!-- FUNKTIONEN HIER EINFÜGEN -->
|
||
<div class="text-content-item text-right">
|
||
|
||
|
||
|
||
<div id='div-gpt-ad-hc-1649697825425-4810' style='display:inline-block;'>
|
||
</div>
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('/21667219399/BAUMEISTER_HALFPAGE_CONTENT', [[160, 600], [300, 600], [300, 250], [120, 600]], 'div-gpt-ad-hc-1649697825425-4810').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[300, 600], [160, 600], [120, 600], [300, 250]]) // Desktop
|
||
.addSize([768, 0], [[300, 600], [160, 600], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 600], [160, 600], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-hc-1649697825425-4810');
|
||
});
|
||
</script>
|
||
</div>
|
||
<!-- //FUNKTIONEN HIER EINFÜGEN -->
|
||
</div>
|
||
|
||
<!-- /* Image */ -->
|
||
|
||
|
||
<!-- /* Video */ -->
|
||
<style></style> </div><footer class="single-article-footer">
|
||
<div class="single-article-nav">
|
||
<div class="single-article-prev">
|
||
<h2>Vorheriger Artikel</h2>
|
||
<a href="https://www.baumeister.de/architektur-25-moderne-bauwerke-aus-aller-welt-rezension/" rel="prev">25 moderne Bauwerke aus aller Welt – Buchrezension</a> </div>
|
||
<div class="single-article-nav-space-beween">
|
||
|
||
</div>
|
||
<div class="single-article-next">
|
||
<h2>Nächster Artikel</h2>
|
||
<a href="https://www.baumeister.de/viktoria-haus-vals-andreas-gruber/" rel="next">Andreas Grubers „Viktoria-Haus“ aus Sichtbeton</a> </div>
|
||
</div>
|
||
|
||
<div class="single-article-read-more">
|
||
|
||
<div class="module module-article-side-sroll" id="">
|
||
<div class="side-scroll-title">
|
||
<h4>das könnte Ihnen auch gefallen</h4>
|
||
</div>
|
||
<div id="76882" class="article-side-sroll-wrapper article-side-sroll-id-76882">
|
||
<div class="scroll-container scroll-container-76882">
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/mehrfamilienhaus-deschenaux/">
|
||
<div class="single-article--thumnail">
|
||
<img width="819" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20819%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-819x1024.jpg 819w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-240x300.jpg 240w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-768x960.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-1229x1536.jpg 1229w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-1638x2048.jpg 1638w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-scaled.jpg 2048w" data-lazy-sizes="(max-width: 819px) 100vw, 819px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-819x1024.jpg" /><noscript><img width="819" height="1024" src="https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-819x1024.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-819x1024.jpg 819w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-240x300.jpg 240w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-768x960.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-1229x1536.jpg 1229w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-1638x2048.jpg 1638w, https://www.baumeister.de/wp-content/uploads/2022/12/CHARLY-JOILLET-scaled.jpg 2048w" sizes="(max-width: 819px) 100vw, 819px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> Zwischen Stadt und Land</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/christo-museum-kunstpalast-duesseldorf/">
|
||
<div class="single-article--thumnail">
|
||
<img width="1024" height="661" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20661'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Christo und Jeanne-Claude, Verhüllter Reichstag, Berlin, 1971 – 95 © Christo and Jeanne-Claude Foundation / VG Bild-Kunst, Bonn, 2022. Foto: Wolfgang Volz" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x661.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-300x194.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-768x496.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1536x992.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-2048x1322.jpeg 2048w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x661.jpeg" /><noscript><img width="1024" height="661" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x661.jpeg" class="attachment-large size-large wp-post-image" alt="Christo und Jeanne-Claude, Verhüllter Reichstag, Berlin, 1971 – 95 © Christo and Jeanne-Claude Foundation / VG Bild-Kunst, Bonn, 2022. Foto: Wolfgang Volz" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1024x661.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-300x194.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-768x496.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-1536x992.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-7-2048x1322.jpeg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> Christos Vermächtnis im Museum Kunstpalast in Düsseldorf</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/umbauen-januar-2023/">
|
||
<div class="single-article--thumnail">
|
||
<img width="1024" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Das Faktorenhaus in Schönbach, Coverfoto: © Robert Rieger" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1024x1024.jpg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-300x300.jpg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-150x150.jpg 150w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-768x768.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1536x1536.jpg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover.jpg 1800w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1024x1024.jpg" /><noscript><img width="1024" height="1024" src="https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1024x1024.jpg" class="attachment-large size-large wp-post-image" alt="Das Faktorenhaus in Schönbach, Coverfoto: © Robert Rieger" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1024x1024.jpg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-300x300.jpg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-150x150.jpg 150w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-768x768.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover-1536x1536.jpg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/B1_Cover.jpg 1800w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> Umbauen: Der Baumeister im Januar 2023</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/viktoria-haus-vals-andreas-gruber/">
|
||
<div class="single-article--thumnail">
|
||
<img width="1024" height="684" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20684'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Eingebettet in die Landschaft von Vals hat der Architekt Andreas Gruber mit seinen Mitarbeitern einen neuen Wohnort erschaffen und nach seiner Auftraggeberin benannt: Das Viktoria-Haus. Foto: Gustav Willeit" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-1024x684.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-300x200.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-768x513.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1.jpeg 1200w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-1024x684.jpeg" /><noscript><img width="1024" height="684" src="https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-1024x684.jpeg" class="attachment-large size-large wp-post-image" alt="Eingebettet in die Landschaft von Vals hat der Architekt Andreas Gruber mit seinen Mitarbeitern einen neuen Wohnort erschaffen und nach seiner Auftraggeberin benannt: Das Viktoria-Haus. Foto: Gustav Willeit" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-1024x684.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-300x200.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1-768x513.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/08/p-5-1.jpeg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> Andreas Grubers „Viktoria-Haus“ aus Sichtbeton</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/">
|
||
<div class="single-article--thumnail">
|
||
<img width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-800x600.jpeg 800w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg" /><noscript><img width="1024" height="768" src="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg" class="attachment-large size-large wp-post-image" alt="Das Sportzentrum Kerenzerberg in Filzbach © Burkard Meyer" decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1024x768.jpeg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-300x225.jpeg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-768x576.jpeg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-1536x1152.jpeg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-2048x1536.jpeg 2048w, https://www.baumeister.de/wp-content/uploads/2022/12/p-12-1-800x600.jpeg 800w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> Sportzentrum Kerenzerberg in Filzbach erweitert</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
<article class="side-sroll-item">
|
||
<div class="article-content">
|
||
<a href="https://www.baumeister.de/architektur-25-moderne-bauwerke-aus-aller-welt-rezension/">
|
||
<div class="single-article--thumnail">
|
||
<img width="1024" height="684" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20684'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="Das Buch „Architektur
– 25 moderne Bauwerke aus aller Welt“ präsentiert jungen Lesern und Leserinnen ausgewählte internationale Projekte. Dabei fokussiert sich der Inhalt nicht nur auf die Gebäude und Architekten, sondern auch auf Themen wie Hautfarbe, Geschlecht, Klimawandel und Nachhaltigkeit." decoding="async" data-lazy-srcset="https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1024x684.jpg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-300x200.jpg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-768x513.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1536x1025.jpg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-2048x1367.jpg 2048w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1024x684.jpg" /><noscript><img width="1024" height="684" src="https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1024x684.jpg" class="attachment-large size-large wp-post-image" alt="Das Buch „Architektur
– 25 moderne Bauwerke aus aller Welt“ präsentiert jungen Lesern und Leserinnen ausgewählte internationale Projekte. Dabei fokussiert sich der Inhalt nicht nur auf die Gebäude und Architekten, sondern auch auf Themen wie Hautfarbe, Geschlecht, Klimawandel und Nachhaltigkeit." decoding="async" loading="lazy" srcset="https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1024x684.jpg 1024w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-300x200.jpg 300w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-768x513.jpg 768w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-1536x1025.jpg 1536w, https://www.baumeister.de/wp-content/uploads/2022/12/DSC_0061-min-2048x1367.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
|
||
<div class="single-article--title">
|
||
<h2> 25 moderne Bauwerke aus aller Welt – Buchrezension</h2>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</article>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<script defer>window.addEventListener('DOMContentLoaded', function() {
|
||
var waitForJQuery_88615308 = setInterval(function () {
|
||
if (typeof jQuery != 'undefined') {
|
||
jQuery(document).ready(function(){
|
||
var mouseWheel = document.querySelector('.scroll-container-76882');mouseWheel.addEventListener('wheel', function(e) { var race = 100; var scrollPercentage = 100 * mouseWheel.scrollLeft / (mouseWheel.scrollWidth-mouseWheel.clientWidth); if (e.deltaY > 0) mouseWheel.scrollLeft += race; else mouseWheel.scrollLeft -= race; console.log(scrollPercentage); if (scrollPercentage < 99.9 && scrollPercentage > 0.1 ) e.preventDefault();});;
|
||
});
|
||
clearInterval(waitForJQuery_88615308);
|
||
}
|
||
}, 100);
|
||
});</script><style></style> </div>
|
||
|
||
</footer>
|
||
|
||
|
||
</div><!-- #primary-inner -->
|
||
<style type="text/css"></style><style type="text/css"></style><div id="ajax-load-more" class="ajax-load-more-wrap infinite fading-blocks alm-layouts" data-alm-id="" data-canonical-url="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/" data-slug="sportzentrum-kerenzerberg-filzbach" data-post-id="24760" data-localized="ajax_load_more_vars"><div aria-live="polite" aria-atomic="true" class="alm-listing alm-ajax" data-single-post="true" data-single-post-id="24760" data-single-post-order="previous" data-single-post-taxonomy="article_category" data-single-post-target="#primary-inner" data-single-post-title-template="{post-title} - {site-title}" data-single-post-site-title="Baumeister" data-single-post-site-tagline="Das Architektur-Magazin" data-single-post-scroll="true" data-single-post-scrolltop="30" data-single-post-controls="1" data-single-post-progress-bar="top:10:000000" data-single-post-pageview="true" data-container-type="div" data-loading-style="infinite fading-blocks" data-repeater="default" data-post-type="article" data-order="DESC" data-orderby="date" data-offset="1" data-posts-per-page="1" data-scroll="true" data-scroll-distance="100" data-max-pages="0" data-pause-override="true" data-pause="true" data-button-label="Load More"><div class="alm-reveal alm-single-post post-24760" data-url="https://www.baumeister.de/sportzentrum-kerenzerberg-filzbach/" data-title="Sportzentrum Kerenzerberg in Filzbach erweitert" data-id="24760" data-page="0"></div></div><div class="alm-btn-wrap" style="visibility: hidden;"><button class="alm-load-more-btn more " rel="next" type="button">Load More</button></div></div>
|
||
</div><!-- #primary -->
|
||
|
||
|
||
<script defer>
|
||
window.addEventListener('DOMContentLoaded', function() {
|
||
if(window.gadsecond != undefined && window.gadsecond == true){
|
||
var waitForgasdrefresh = setInterval(function () {
|
||
console.log("googletag.pubads() is undefined");
|
||
if (typeof googletag.pubads != 'undefined') {
|
||
googletag.pubads().refresh();
|
||
console.log("googletag.pubads().refresh()");
|
||
};
|
||
clearInterval(waitForgasdrefresh);
|
||
}, 100);
|
||
} window.gadsecond = true;
|
||
});
|
||
</script>
|
||
|
||
</div> <!-- ast-container -->
|
||
</div><!-- #content -->
|
||
<div id="ast-mobile-popup-wrapper">
|
||
<div id="ast-mobile-popup" class="ast-mobile-popup-drawer content-align-flex-start ast-mobile-popup-left">
|
||
<div class="ast-mobile-popup-overlay"></div>
|
||
<div class="ast-mobile-popup-inner">
|
||
<div class="ast-mobile-popup-header">
|
||
<button type="button" id="menu-toggle-close" class="menu-toggle-close" aria-label="Close menu">
|
||
<span class="ast-svg-iconset">
|
||
<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span>
|
||
</button>
|
||
</div>
|
||
<div class="ast-mobile-popup-content">
|
||
<div class="ast-builder-menu-mobile ast-builder-menu ast-builder-menu-mobile-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-header-mobile-menu">
|
||
<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="ast-mobile-site-navigation" aria-label="Seiten-Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="ast-hf-mobile-menu" class="main-header-menu ast-nav-menu ast-flex submenu-with-border astra-menu-animation-fade stack-on-mobile ast-mega-menu-enabled"><li id="menu-item-307" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-307"><a href="/oeffentlich/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Öffentlich</span></a></li><li id="menu-item-305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="/wohnen/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Wohnen</span></a></li><li id="menu-item-306" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306"><a href="/gewerbe/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Gewerbe</span></a></li><li id="menu-item-308" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-308"><a href="/hotel/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Hotel</span></a></li><li id="menu-item-1947" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-1947"><a href="/event/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Event</span></a></li><li id="menu-item-313" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-313"><a href="/portrait/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Portrait</span></a></li><li id="menu-item-1948" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-1948"><a href="/produkt/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Produkt</span></a></li><li id="menu-item-309" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-309"><a target="_blank" href="https://curated.baumeister.de/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Curated</span></a></li><li id="menu-item-310" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-310"><a target="_blank" href="https://shop.georg-media.de/baumeister-magazin" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Shop</span></a></li><li id="menu-item-311" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-311"><a target="_blank" href="https://www.new-monday.de/jobs/architektin" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Jobs</span></a></li><li id="menu-item-312" class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-312"><a href="/epaper/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">E-Paper</span></a></li><li id="menu-item-21159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21159"><a href="https://www.baumeister.de/media/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Media</span></a></li></ul></div></nav></div></div> </div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-html-1" data-section="section-hb-html-1">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><u><a href="/newsletter/">Newsletter abonnieren</a></u></p>
|
||
</div></div> </div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-hb-social-icons-1">
|
||
<div class="ast-header-social-1-wrap ast-header-social-wrap"><div class="header-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://www.facebook.com/baumeister.architekturzeitschrift" aria-label=Facebook target="_blank" rel="noopener noreferrer" style="--color: #557dbc; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-facebook header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'></path></svg></span></a><a href="https://www.instagram.com/baumeister_architekturmagazin/" aria-label=Instagram target="_blank" rel="noopener noreferrer" style="--color: #8a3ab9; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-instagram header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'></path></svg></span></a><a href="https://www.linkedin.com/groups/6927751/" aria-label=LinkedIn target="_blank" rel="noopener noreferrer" style="--color: #7acdee; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'></path></svg></span></a></div></div> </div>
|
||
<div class="ast-builder-layout-element site-header-focus-item ast-header-html-4" data-section="section-hb-html-4">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><u><a href="/agb/">AGB</a></u> | <u><a href="/impressum/">Impressum</a></u> | <u><a href="/datenschutz/">Datenschutz</a></u></p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="ast-desktop-popup-content">
|
||
<div class="ast-builder-menu-mobile ast-builder-menu ast-builder-menu-mobile-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-header-mobile-menu">
|
||
<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="ast-desktop-site-navigation" aria-label="Seiten-Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="ast-desktop-toggle-menu" class="main-header-menu ast-nav-menu ast-flex submenu-with-border astra-menu-animation-fade stack-on-mobile ast-mega-menu-enabled"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-307"><a href="/oeffentlich/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Öffentlich</span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="/wohnen/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Wohnen</span></a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306"><a href="/gewerbe/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Gewerbe</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-308"><a href="/hotel/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Hotel</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-1947"><a href="/event/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Event</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-313"><a href="/portrait/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Portrait</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-1948"><a href="/produkt/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Produkt</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-309"><a target="_blank" href="https://curated.baumeister.de/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Curated</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-310"><a target="_blank" href="https://shop.georg-media.de/baumeister-magazin" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Shop</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-311"><a target="_blank" href="https://www.new-monday.de/jobs/architektin" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Jobs</span></a></li><li class="menu-small menu-item menu-item-type-custom menu-item-object-custom menu-item-312"><a href="/epaper/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">E-Paper</span></a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21159"><a href="https://www.baumeister.de/media/" class="menu-link"><span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span><span class="menu-text">Media</span></a></li></ul></div></nav></div></div> </div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-html-1" data-section="section-hb-html-1">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><u><a href="/newsletter/">Newsletter abonnieren</a></u></p>
|
||
</div></div> </div>
|
||
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-hb-social-icons-1">
|
||
<div class="ast-header-social-1-wrap ast-header-social-wrap"><div class="header-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://www.facebook.com/baumeister.architekturzeitschrift" aria-label=Facebook target="_blank" rel="noopener noreferrer" style="--color: #557dbc; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-facebook header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'></path></svg></span></a><a href="https://www.instagram.com/baumeister_architekturmagazin/" aria-label=Instagram target="_blank" rel="noopener noreferrer" style="--color: #8a3ab9; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-instagram header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'></path></svg></span></a><a href="https://www.linkedin.com/groups/6927751/" aria-label=LinkedIn target="_blank" rel="noopener noreferrer" style="--color: #7acdee; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter header-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'></path></svg></span></a></div></div> </div>
|
||
<div class="ast-builder-layout-element site-header-focus-item ast-header-html-4" data-section="section-hb-html-4">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><u><a href="/agb/">AGB</a></u> | <u><a href="/impressum/">Impressum</a></u> | <u><a href="/datenschutz/">Datenschutz</a></u></p>
|
||
</div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer
|
||
class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
|
||
<div class="site-above-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-5-equal ast-builder-grid-row-tablet-5-equal ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-above-footer-builder">
|
||
<div class="ast-builder-grid-row-container-inner">
|
||
<div class="ast-builder-footer-grid-columns site-above-footer-inner-wrap ast-builder-grid-row">
|
||
<div class="site-footer-above-section-1 site-footer-section site-footer-section-1">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-1" data-section="section-fb-html-1">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><img class="alignnone wp-image-19249" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%20100'%3E%3C/svg%3E" alt="" width="250" height="100" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/05/BM_logo-weiss-300x120.png" /><noscript><img class="alignnone wp-image-19249" src="https://www.baumeister.de/wp-content/uploads/2022/05/BM_logo-weiss-300x120.png" alt="" width="250" height="100" /></noscript></p>
|
||
<p>Der BAUMEISTER ist eines der wichtigsten Magazine für Architektur in deutscher Sprache und setzt Impulse für die Architektur von morgen.</p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="site-footer-above-section-2 site-footer-section site-footer-section-2">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-9" data-section="section-fb-html-9">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><a href="https://www.baumeister.de/jahresinhalte/"><img class="alignnone wp-image-18780" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20145%20250'%3E%3C/svg%3E" alt="" width="145" height="250" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/04/jahres-inhalte-banner.png" /><noscript><img class="alignnone wp-image-18780" src="https://www.baumeister.de/wp-content/uploads/2022/04/jahres-inhalte-banner.png" alt="" width="145" height="250" /></noscript></a></p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="site-footer-above-section-3 site-footer-section site-footer-section-3">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-4" data-section="section-fb-html-4">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><strong>Inspiration</strong></p>
|
||
<p><a href="/oeffentlich/">Öffentlich</a><br />
|
||
<a href="/wohnen/">Wohnen</a><br />
|
||
<a href="/gewerbe/">Gewerbe</a><br />
|
||
<a href="/hotel/">Hotel</a><br />
|
||
<a href="/portrait/">Portrait</a><br />
|
||
<a href="/produkt/">Produkt</a></p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="site-footer-above-section-4 site-footer-section site-footer-section-4">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-6" data-section="section-fb-html-6">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><strong>Info</strong></p>
|
||
<p><a href="/impressum/">Impressum</a><br />
|
||
<a href="/datenschutz/">Datenschutz</a><br />
|
||
<a href="/agb/">AGB</a><br />
|
||
<a href="/media/">Media</a><br />
|
||
<a href="/newsletter/">Newsletter</a><br />
|
||
<a href="https://shop.georg-media.de/baumeister-magazin/" target="_blank" rel="noopener">Shop</a></p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="site-footer-above-section-5 site-footer-section site-footer-section-5">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-3" data-section="section-fb-html-3">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><a href="https://zukunftbauen.baumeister.de/" target="_blank" rel="noopener"><img class="size-medium wp-image-1885 alignnone" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="" width="150" height="150" data-lazy-src="/wp-content/uploads/2022/03/zukunft-bauen-300x300.png" /><noscript><img class="size-medium wp-image-1885 alignnone" src="/wp-content/uploads/2022/03/zukunft-bauen-300x300.png" alt="" width="150" height="150" /></noscript></a></p>
|
||
</div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="site-primary-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-2-equal ast-builder-grid-row-tablet-2-equal ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-primary-footer-builder">
|
||
<div class="ast-builder-grid-row-container-inner">
|
||
<div class="ast-builder-footer-grid-columns site-primary-footer-inner-wrap ast-builder-grid-row">
|
||
<div class="site-footer-primary-section-1 site-footer-section site-footer-section-1">
|
||
<div class="ast-builder-layout-element ast-flex site-footer-focus-item" data-section="section-fb-social-icons-1">
|
||
<div class="ast-footer-social-1-wrap ast-footer-social-wrap"><div class="footer-social-inner-wrap element-social-inner-wrap social-show-label-false ast-social-color-type-custom ast-social-stack-none ast-social-element-style-filled"><a href="https://www.facebook.com/baumeister.architekturzeitschrift" aria-label=Facebook target="_blank" rel="noopener noreferrer" style="--color: #557dbc; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-facebook footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'></path></svg></span></a><a href="https://www.instagram.com/baumeister_architekturmagazin/" aria-label=Instagram target="_blank" rel="noopener noreferrer" style="--color: #8a3ab9; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-instagram footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'></path></svg></span></a><a href="https://www.linkedin.com/groups/6927751/" aria-label=LinkedIn target="_blank" rel="noopener noreferrer" style="--color: #7acdee; --background-color: transparent;" class="ast-builder-social-element ast-inline-flex ast-twitter footer-social-item"><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'></path></svg></span></a></div></div> </div>
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-5" data-section="section-fb-html-5">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><a href="/newsletter/">Newsletter abonnieren</a></p>
|
||
</div></div> </div>
|
||
</div>
|
||
<div class="site-footer-primary-section-2 site-footer-section site-footer-section-2">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-7" data-section="section-fb-html-7">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p><img class="alignnone wp-image-19248" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%2095'%3E%3C/svg%3E" alt="" width="1000" height="95" data-lazy-src="https://www.baumeister.de/wp-content/uploads/2022/05/baumeister-awards-weiss.png" /><noscript><img class="alignnone wp-image-19248" src="https://www.baumeister.de/wp-content/uploads/2022/05/baumeister-awards-weiss.png" alt="" width="1000" height="95" /></noscript></p>
|
||
</div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="site-below-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-full ast-builder-grid-row-tablet-full ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-below-footer-builder">
|
||
<div class="ast-builder-grid-row-container-inner">
|
||
<div class="ast-builder-footer-grid-columns site-below-footer-inner-wrap ast-builder-grid-row">
|
||
<div class="site-footer-below-section-1 site-footer-section site-footer-section-1">
|
||
<div class="footer-widget-area widget-area site-footer-focus-item ast-footer-html-2" data-section="section-fb-html-2">
|
||
<div class="ast-header-html inner-link-style-"><div class="ast-builder-html-element"><p>Durch die enge Vernetzung mit internationalen Architekten, aber auch Designern, Wissenschaftlern und kreativen Köpfen der Branchen liefert der BAUMEISTER mit seinen journalistisch hochwertigen Inhalten Inspiration und Orientierung. Als eines der reichweitenstärksten Architekturmagazine in Europa steht der BAUMEISTER seit über 100 Jahren für richtungsweisenden Journalismus und beste Vernetzung in der Architekturwelt.</p>
|
||
</div></div> </div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</footer><!-- #colophon -->
|
||
</div><!-- #page -->
|
||
<!-- floorad initiated --><script type="rocketlazyloadscript">console.log('floorad initiated');</script> <div class="footer-floorad" >
|
||
|
||
|
||
<a class="floor-close" onclick="floorclose()">X</a>
|
||
<div id='div-gpt-ad-bc-1656405948637-7520' class="floorad" style='display:inline-block; text-align: center;'>
|
||
</div>
|
||
|
||
<!-- /21667219399/BaumeisterDE_PremiumTOP -->
|
||
|
||
<!-- <script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> -->
|
||
<!-- gads already initiated --><script type="rocketlazyloadscript">console.log('Gads already initiated');</script><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script>
|
||
window.googletag = window.googletag || {cmd: []};
|
||
googletag.cmd.push(function() {
|
||
var responsiveAdSlot = googletag.defineSlot('21667219399/BAUMEISTER_FOORAD', [[1180, 400], [1180, 200]], 'div-gpt-ad-bc-1656405948637-7520').addService(googletag.pubads());
|
||
var mapping =
|
||
googletag.sizeMapping()
|
||
.addSize([1024, 0], [[1180, 200], [1180, 160], [1180, 400], [1180, 250], [970, 250], [970, 90], [970, 66], [728, 180], [728, 90]]) // Desktop
|
||
.addSize([768, 0], [[300, 75], [728, 180], [728, 90], [320, 50], [300, 100], [120, 20], [120, 30], [320, 100], [300, 50], [300, 250]]) // Tablet
|
||
.addSize([360, 0], [[300, 75], [320, 50], [300, 100], [120, 20], [120, 30], [320, 100], [300, 50], [300, 250]]) // Mobile
|
||
.addSize([0, 0], []) // Empty
|
||
.build();
|
||
responsiveAdSlot.defineSizeMapping(mapping);
|
||
|
||
googletag.pubads().enableSingleRequest();
|
||
googletag.pubads().collapseEmptyDivs();
|
||
googletag.enableServices();
|
||
googletag.display('div-gpt-ad-bc-1656405948637-7520');
|
||
});
|
||
</script>
|
||
<script type="rocketlazyloadscript">
|
||
function floorclose(){
|
||
document.querySelector('.footer-floorad').style.height = "0";
|
||
document.querySelector(".footer-floorad").style.paddingTop = "0";
|
||
}
|
||
</script>
|
||
<style></style>
|
||
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
|
||
function check_ad_exists(){
|
||
if(document.querySelector(".floorad").getElementsByTagName("*").length == 1)
|
||
{
|
||
document.querySelector(".floor-close").style.display = "none";
|
||
document.querySelector(".footer-floorad").style.paddingTop = "0";
|
||
}else{
|
||
document.querySelector(".floor-close").style.display = "block";
|
||
document.querySelector(".footer-floorad").style.paddingTop = "8px";
|
||
}
|
||
}
|
||
window.setInterval(check_ad_exists, 2000);
|
||
</script>
|
||
|
||
</div>
|
||
|
||
<div id="ast-scroll-top" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both">
|
||
<span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
|
||
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/>
|
||
</svg></span> <span class="screen-reader-text">Scroll to Top</span>
|
||
</div>
|
||
<!--googleoff: all--><div data-nosnippet><div id="BorlabsCookieBoxWrap"><div
|
||
id="BorlabsCookieBox"
|
||
class="BorlabsCookie"
|
||
role="dialog"
|
||
aria-labelledby="CookieBoxTextHeadline"
|
||
aria-describedby="CookieBoxTextDescription"
|
||
aria-modal="true"
|
||
>
|
||
<div class="top-center" style="display: none;">
|
||
<div class="_brlbs-box-wrap">
|
||
<div class="_brlbs-box _brlbs-box-advanced">
|
||
<div class="cookie-box">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-12">
|
||
<div class="_brlbs-flex-center">
|
||
|
||
<span role="heading" aria-level="3" class="_brlbs-h3" id="CookieBoxTextHeadline">Datenschutzeinstellungen</span>
|
||
</div>
|
||
|
||
<p id="CookieBoxTextDescription"><span class="_brlbs-paragraph _brlbs-text-description">Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.</span> <span class="_brlbs-paragraph _brlbs-text-confirm-age">Wenn Sie unter 16 Jahre alt sind und Ihre Zustimmung zu freiwilligen Diensten geben möchten, müssen Sie Ihre Erziehungsberechtigten um Erlaubnis bitten.</span> <span class="_brlbs-paragraph _brlbs-text-technology">Wir verwenden Cookies und andere Technologien auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.</span> <span class="_brlbs-paragraph _brlbs-text-personal-data">Personenbezogene Daten können verarbeitet werden (z. B. IP-Adressen), z. B. für personalisierte Anzeigen und Inhalte oder Anzeigen- und Inhaltsmessung.</span> <span class="_brlbs-paragraph _brlbs-text-more-information">Weitere Informationen über die Verwendung Ihrer Daten finden Sie in unserer <a class="_brlbs-cursor" href="https://www.baumeister.de/datenschutz/">Datenschutzerklärung</a>.</span> <span class="_brlbs-paragraph _brlbs-text-revoke">Sie können Ihre Auswahl jederzeit unter <a class="_brlbs-cursor" href="#" data-cookie-individual>Einstellungen</a> widerrufen oder anpassen.</span></p>
|
||
|
||
<fieldset>
|
||
<legend class="sr-only">Datenschutzeinstellungen</legend>
|
||
<ul>
|
||
<li>
|
||
<label class="_brlbs-checkbox">
|
||
Essenziell <input
|
||
id="checkbox-essential"
|
||
tabindex="0"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="essential"
|
||
checked disabled data-borlabs-cookie-checkbox
|
||
>
|
||
<span class="_brlbs-checkbox-indicator"></span>
|
||
</label>
|
||
</li>
|
||
<li>
|
||
<label class="_brlbs-checkbox">
|
||
Statistiken <input
|
||
id="checkbox-statistics"
|
||
tabindex="0"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="statistics"
|
||
checked data-borlabs-cookie-checkbox
|
||
>
|
||
<span class="_brlbs-checkbox-indicator"></span>
|
||
</label>
|
||
</li>
|
||
<li>
|
||
<label class="_brlbs-checkbox">
|
||
Marketing <input
|
||
id="checkbox-marketing"
|
||
tabindex="0"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="marketing"
|
||
checked data-borlabs-cookie-checkbox
|
||
>
|
||
<span class="_brlbs-checkbox-indicator"></span>
|
||
</label>
|
||
</li>
|
||
<li>
|
||
<label class="_brlbs-checkbox">
|
||
Externe Medien <input
|
||
id="checkbox-external-media"
|
||
tabindex="0"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="external-media"
|
||
checked data-borlabs-cookie-checkbox
|
||
>
|
||
<span class="_brlbs-checkbox-indicator"></span>
|
||
</label>
|
||
</li>
|
||
</ul>
|
||
</fieldset>
|
||
|
||
|
||
<p class="_brlbs-accept">
|
||
<a
|
||
href="#"
|
||
tabindex="0"
|
||
role="button"
|
||
class="_brlbs-btn _brlbs-btn-accept-all _brlbs-cursor"
|
||
data-cookie-accept-all
|
||
>
|
||
Alle akzeptieren </a>
|
||
</p>
|
||
|
||
<p class="_brlbs-accept">
|
||
<a
|
||
href="#"
|
||
tabindex="0"
|
||
role="button"
|
||
id="CookieBoxSaveButton"
|
||
class="_brlbs-btn _brlbs-cursor"
|
||
data-cookie-accept
|
||
>
|
||
Speichern </a>
|
||
</p>
|
||
|
||
|
||
<p class="_brlbs-manage-btn ">
|
||
<a href="#" class="_brlbs-cursor _brlbs-btn " tabindex="0" role="button" data-cookie-individual>
|
||
Individuelle Datenschutzeinstellungen </a>
|
||
</p>
|
||
|
||
<p class="_brlbs-legal">
|
||
<a href="#" class="_brlbs-cursor" tabindex="0" role="button" data-cookie-individual>
|
||
Cookie-Details </a>
|
||
|
||
<span class="_brlbs-separator"></span>
|
||
<a href="https://www.baumeister.de/datenschutz/" tabindex="0" role="button">
|
||
Datenschutzerklärung </a>
|
||
|
||
<span class="_brlbs-separator"></span>
|
||
<a href="https://www.baumeister.de/impressum/" tabindex="0" role="button">
|
||
Impressum </a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div
|
||
class="cookie-preference"
|
||
aria-hidden="true"
|
||
role="dialog"
|
||
aria-describedby="CookiePrefDescription"
|
||
aria-modal="true"
|
||
>
|
||
<div class="container not-visible">
|
||
<div class="row no-gutters">
|
||
<div class="col-12">
|
||
<div class="row no-gutters align-items-top">
|
||
<div class="col-12">
|
||
<div class="_brlbs-flex-center">
|
||
<span role="heading" aria-level="3" class="_brlbs-h3">Datenschutzeinstellungen</span>
|
||
</div>
|
||
|
||
<p id="CookiePrefDescription">
|
||
<span class="_brlbs-paragraph _brlbs-text-confirm-age">Wenn Sie unter 16 Jahre alt sind und Ihre Zustimmung zu freiwilligen Diensten geben möchten, müssen Sie Ihre Erziehungsberechtigten um Erlaubnis bitten.</span> <span class="_brlbs-paragraph _brlbs-text-technology">Wir verwenden Cookies und andere Technologien auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.</span> <span class="_brlbs-paragraph _brlbs-text-personal-data">Personenbezogene Daten können verarbeitet werden (z. B. IP-Adressen), z. B. für personalisierte Anzeigen und Inhalte oder Anzeigen- und Inhaltsmessung.</span> <span class="_brlbs-paragraph _brlbs-text-more-information">Weitere Informationen über die Verwendung Ihrer Daten finden Sie in unserer <a class="_brlbs-cursor" href="https://www.baumeister.de/datenschutz/">Datenschutzerklärung</a>.</span> <span class="_brlbs-paragraph _brlbs-text-description">Hier finden Sie eine Übersicht über alle verwendeten Cookies. Sie können Ihre Einwilligung zu ganzen Kategorien geben oder sich weitere Informationen anzeigen lassen und so nur bestimmte Cookies auswählen.</span> </p>
|
||
|
||
<div class="row no-gutters align-items-center">
|
||
<div class="col-12 col-sm-7">
|
||
<p class="_brlbs-accept">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-btn _brlbs-btn-accept-all _brlbs-cursor"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-accept-all
|
||
>
|
||
Alle akzeptieren </a>
|
||
|
||
<a
|
||
href="#"
|
||
id="CookiePrefSave"
|
||
tabindex="0"
|
||
role="button"
|
||
class="_brlbs-btn _brlbs-cursor"
|
||
data-cookie-accept
|
||
>
|
||
Speichern </a>
|
||
|
||
</p>
|
||
</div>
|
||
|
||
<div class="col-12 col-sm-5">
|
||
<p class="_brlbs-refuse">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-cursor"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-back
|
||
>
|
||
Zurück </a>
|
||
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div data-cookie-accordion>
|
||
<fieldset>
|
||
<legend class="sr-only">Datenschutzeinstellungen</legend>
|
||
|
||
<div class="bcac-item">
|
||
<div class="d-flex flex-row">
|
||
<label class="w-75">
|
||
<span role="heading" aria-level="4" class="_brlbs-h4">Essenziell (1)</span>
|
||
</label>
|
||
|
||
<div class="w-25 text-right">
|
||
</div>
|
||
</div>
|
||
|
||
<div class="d-block">
|
||
<p>Essenzielle Cookies ermöglichen grundlegende Funktionen und sind für die einwandfreie Funktion der Website erforderlich.</p>
|
||
|
||
<p class="text-center">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-cursor d-block"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-accordion-target="essential"
|
||
>
|
||
<span data-cookie-accordion-status="show">
|
||
Cookie-Informationen anzeigen </span>
|
||
|
||
<span data-cookie-accordion-status="hide" class="borlabs-hide">
|
||
Cookie-Informationen ausblenden </span>
|
||
</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div
|
||
class="borlabs-hide"
|
||
data-cookie-accordion-parent="essential"
|
||
>
|
||
<table>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Borlabs Cookie </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Eigentümer dieser Website<span>, </span><a href="https://www.baumeister.de/impressum/">Impressum</a></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Speichert die Einstellungen der Besucher, die in der Cookie Box von Borlabs Cookie ausgewählt wurden.</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>borlabs-cookie</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>1 Jahr</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="bcac-item">
|
||
<div class="d-flex flex-row">
|
||
<label class="w-75">
|
||
<span role="heading" aria-level="4" class="_brlbs-h4">Statistiken (1)</span>
|
||
</label>
|
||
|
||
<div class="w-25 text-right">
|
||
<label class="_brlbs-btn-switch">
|
||
<span class="sr-only">Statistiken</span>
|
||
<input
|
||
tabindex="0"
|
||
id="borlabs-cookie-group-statistics"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="statistics"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
<span class="_brlbs-slider"></span>
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus">
|
||
</span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="d-block">
|
||
<p>Statistik Cookies erfassen Informationen anonym. Diese Informationen helfen uns zu verstehen, wie unsere Besucher unsere Website nutzen.</p>
|
||
|
||
<p class="text-center">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-cursor d-block"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-accordion-target="statistics"
|
||
>
|
||
<span data-cookie-accordion-status="show">
|
||
Cookie-Informationen anzeigen </span>
|
||
|
||
<span data-cookie-accordion-status="hide" class="borlabs-hide">
|
||
Cookie-Informationen ausblenden </span>
|
||
</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div
|
||
class="borlabs-hide"
|
||
data-cookie-accordion-parent="statistics"
|
||
>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Google Analytics</span>
|
||
<input
|
||
id="borlabs-cookie-google-analytics"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="statistics"
|
||
name="cookies[statistics][]"
|
||
value="google-analytics"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Google Analytics </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Cookie von Google für Website-Analysen. Erzeugt statistische Daten darüber, wie der Besucher die Website nutzt.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://policies.google.com/privacy?hl=de"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://policies.google.com/privacy?hl=de </a>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>_ga,_gat,_gid</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>2 Jahre</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="bcac-item">
|
||
<div class="d-flex flex-row">
|
||
<label class="w-75">
|
||
<span role="heading" aria-level="4" class="_brlbs-h4">Marketing (1)</span>
|
||
</label>
|
||
|
||
<div class="w-25 text-right">
|
||
<label class="_brlbs-btn-switch">
|
||
<span class="sr-only">Marketing</span>
|
||
<input
|
||
tabindex="0"
|
||
id="borlabs-cookie-group-marketing"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="marketing"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
<span class="_brlbs-slider"></span>
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus">
|
||
</span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="d-block">
|
||
<p>Marketing-Cookies werden von Drittanbietern oder Publishern verwendet, um personalisierte Werbung anzuzeigen. Sie tun dies, indem sie Besucher über Websites hinweg verfolgen.</p>
|
||
|
||
<p class="text-center">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-cursor d-block"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-accordion-target="marketing"
|
||
>
|
||
<span data-cookie-accordion-status="show">
|
||
Cookie-Informationen anzeigen </span>
|
||
|
||
<span data-cookie-accordion-status="hide" class="borlabs-hide">
|
||
Cookie-Informationen ausblenden </span>
|
||
</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div
|
||
class="borlabs-hide"
|
||
data-cookie-accordion-parent="marketing"
|
||
>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Google AdManager</span>
|
||
<input
|
||
id="borlabs-cookie-google-adsense"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="marketing"
|
||
name="cookies[marketing][]"
|
||
value="google-adsense"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Google AdManager </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Cookie von Google, das für Ad-Targeting und Anzeigenmessung verwendet wird.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://policies.google.com/privacy?hl=de"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://policies.google.com/privacy?hl=de </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>doubleclick.net</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>DSID, IDE</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>1 Jahr</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="bcac-item">
|
||
<div class="d-flex flex-row">
|
||
<label class="w-75">
|
||
<span role="heading" aria-level="4" class="_brlbs-h4">Externe Medien (7)</span>
|
||
</label>
|
||
|
||
<div class="w-25 text-right">
|
||
<label class="_brlbs-btn-switch">
|
||
<span class="sr-only">Externe Medien</span>
|
||
<input
|
||
tabindex="0"
|
||
id="borlabs-cookie-group-external-media"
|
||
type="checkbox"
|
||
name="cookieGroup[]"
|
||
value="external-media"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
<span class="_brlbs-slider"></span>
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus">
|
||
</span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="d-block">
|
||
<p>Inhalte von Videoplattformen und Social-Media-Plattformen werden standardmäßig blockiert. Wenn Cookies von externen Medien akzeptiert werden, bedarf der Zugriff auf diese Inhalte keiner manuellen Einwilligung mehr.</p>
|
||
|
||
<p class="text-center">
|
||
<a
|
||
href="#"
|
||
class="_brlbs-cursor d-block"
|
||
tabindex="0"
|
||
role="button"
|
||
data-cookie-accordion-target="external-media"
|
||
>
|
||
<span data-cookie-accordion-status="show">
|
||
Cookie-Informationen anzeigen </span>
|
||
|
||
<span data-cookie-accordion-status="hide" class="borlabs-hide">
|
||
Cookie-Informationen ausblenden </span>
|
||
</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div
|
||
class="borlabs-hide"
|
||
data-cookie-accordion-parent="external-media"
|
||
>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Facebook</span>
|
||
<input
|
||
id="borlabs-cookie-facebook"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="facebook"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Facebook </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Meta Platforms Ireland Limited, 4 Grand Canal Square, Dublin 2, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um Facebook-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://www.facebook.com/privacy/explanation"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://www.facebook.com/privacy/explanation </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>.facebook.com</td>
|
||
</tr>
|
||
|
||
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Google Maps</span>
|
||
<input
|
||
id="borlabs-cookie-googlemaps"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="googlemaps"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Google Maps </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird zum Entsperren von Google Maps-Inhalten verwendet.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://policies.google.com/privacy"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://policies.google.com/privacy </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>.google.com</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>NID</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>6 Monate</td>
|
||
</tr>
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Instagram</span>
|
||
<input
|
||
id="borlabs-cookie-instagram"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="instagram"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Instagram </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Meta Platforms Ireland Limited, 4 Grand Canal Square, Dublin 2, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um Instagram-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://www.instagram.com/legal/privacy/"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://www.instagram.com/legal/privacy/ </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>.instagram.com</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>pigeon_state</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>Sitzung</td>
|
||
</tr>
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">OpenStreetMap</span>
|
||
<input
|
||
id="borlabs-cookie-openstreetmap"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="openstreetmap"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
OpenStreetMap </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Openstreetmap Foundation, St John’s Innovation Centre, Cowley Road, Cambridge CB4 0WS, United Kingdom</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um OpenStreetMap-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://wiki.osmfoundation.org/wiki/Privacy_Policy </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>.openstreetmap.org</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>_osm_location, _osm_session, _osm_totp_token, _osm_welcome, _pk_id., _pk_ref., _pk_ses., qos_token</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>1-10 Jahre</td>
|
||
</tr>
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Twitter</span>
|
||
<input
|
||
id="borlabs-cookie-twitter"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="twitter"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Twitter </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Twitter International Company, One Cumberland Place, Fenian Street, Dublin 2, D02 AX07, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um Twitter-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://twitter.com/privacy"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://twitter.com/privacy </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>.twimg.com, .twitter.com</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>__widgetsettings, local_storage_support_test</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>Unbegrenzt</td>
|
||
</tr>
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">Vimeo</span>
|
||
<input
|
||
id="borlabs-cookie-vimeo"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="vimeo"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
Vimeo </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um Vimeo-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://vimeo.com/privacy"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://vimeo.com/privacy </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>player.vimeo.com</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>vuid</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>2 Jahre</td>
|
||
</tr>
|
||
</table>
|
||
<table>
|
||
<tr>
|
||
<th>Akzeptieren</th>
|
||
<td>
|
||
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
|
||
<span class="sr-only">YouTube</span>
|
||
<input
|
||
id="borlabs-cookie-youtube"
|
||
tabindex="0"
|
||
type="checkbox" data-cookie-group="external-media"
|
||
name="cookies[external-media][]"
|
||
value="youtube"
|
||
checked data-borlabs-cookie-switch
|
||
/>
|
||
|
||
<span class="_brlbs-slider"></span>
|
||
|
||
<span
|
||
class="_brlbs-btn-switch-status"
|
||
data-active="An"
|
||
data-inactive="Aus"
|
||
aria-hidden="true">
|
||
</span>
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Name</th>
|
||
<td>
|
||
<label>
|
||
YouTube </label>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Anbieter</th>
|
||
<td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Zweck</th>
|
||
<td>Wird verwendet, um YouTube-Inhalte zu entsperren.</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Datenschutzerklärung</th>
|
||
<td class="_brlbs-pp-url">
|
||
<a
|
||
href="https://policies.google.com/privacy"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
https://policies.google.com/privacy </a>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Host(s)</th>
|
||
<td>google.com</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Name</th>
|
||
<td>NID</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th>Cookie Laufzeit</th>
|
||
<td>6 Monate</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
|
||
<div class="d-flex justify-content-between">
|
||
<p class="_brlbs-branding flex-fill">
|
||
<a
|
||
href="https://de.borlabs.io/borlabs-cookie/"
|
||
target="_blank"
|
||
rel="nofollow noopener noreferrer"
|
||
>
|
||
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3C/svg%3E" alt="Borlabs Cookie" width="16" height="16" data-lazy-src="https://www.baumeister.de/wp-content/plugins/borlabs-cookie/assets/images/borlabs-cookie-icon-black.svg"><noscript><img src="https://www.baumeister.de/wp-content/plugins/borlabs-cookie/assets/images/borlabs-cookie-icon-black.svg" alt="Borlabs Cookie" width="16" height="16"></noscript>
|
||
powered by Borlabs Cookie </a>
|
||
</p>
|
||
|
||
<p class="_brlbs-legal flex-fill">
|
||
<a href="https://www.baumeister.de/datenschutz/">
|
||
Datenschutzerklärung </a>
|
||
|
||
<span class="_brlbs-separator"></span>
|
||
|
||
<a href="https://www.baumeister.de/impressum/">
|
||
Impressum </a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></div><!--googleon: all--><script data-borlabs-script-blocker-id='googleadmanager' type='text/template' data-borlabs-script-blocker-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/comment-reply.min.js?ver=6.1.1' id='comment-reply-js' defer></script>
|
||
<script id='astra-theme-js-js-extra'>
|
||
var astra = {"break_point":"921","isRtl":"","edit_post_url":"https:\/\/www.baumeister.de\/wp-admin\/post.php?post={{id}}&action=edit","ajax_url":"https:\/\/www.baumeister.de\/wp-admin\/admin-ajax.php","infinite_count":"2","infinite_total":"0","pagination":"infinite","infinite_scroll_event":"scroll","no_more_post_message":"No more posts to show.","grid_layout":"3","site_url":"https:\/\/www.baumeister.de","show_comments":"Show Comments","masonryEnabled":"1","blogMasonryBreakPoint":"921"};
|
||
</script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=3.9.4' id='astra-theme-js-js' defer></script>
|
||
<script type="rocketlazyloadscript" data-minify="1" src='https://www.baumeister.de/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1671799120' id='swv-js' defer></script>
|
||
<script id='contact-form-7-js-extra'>
|
||
var wpcf7 = {"api":{"root":"https:\/\/www.baumeister.de\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
|
||
</script>
|
||
<script type="rocketlazyloadscript" data-minify="1" src='https://www.baumeister.de/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1671799120' id='contact-form-7-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b' id='jquery-masonry-js' defer></script>
|
||
<script id='astra-addon-js-js-extra'>
|
||
var astraAddon = {"sticky_active":"1","svgIconClose":"<span class=\"ast-icon icon-close\"><svg viewBox=\"0 0 512 512\" aria-hidden=\"true\" role=\"img\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"18px\" height=\"18px\">\n <path d=\"M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z\" \/>\n <\/svg><\/span>","header_main_stick":"1","header_above_stick":"1","header_below_stick":"","stick_header_meta":"","header_main_stick_meta":"","header_above_stick_meta":"","header_below_stick_meta":"","sticky_header_on_devices":"both","sticky_header_style":"slide","sticky_hide_on_scroll":"","break_point":"921","tablet_break_point":"921","mobile_break_point":"544","header_main_shrink":"1","header_logo_width":"","responsive_header_logo_width":{"desktop":200,"tablet":"","mobile":150,"desktop-svg-height":80,"mobile-svg-height":60},"stick_origin_position":"","site_layout":"ast-fluid-width-layout","site_content_width":"1960","site_layout_padded_width":"1200","site_layout_box_width":"1200","header_builder_active":"1","component_limit":"10","is_header_builder_active":"1"};
|
||
</script>
|
||
<script type="rocketlazyloadscript" data-minify="1" src='https://www.baumeister.de/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-6391c0b827ba93-98649699.js?ver=1671799120' id='astra-addon-js-js' defer></script>
|
||
<script type="rocketlazyloadscript" data-minify="1" src='https://www.baumeister.de/wp-content/cache/min/1/wp-content/plugins/wp-vgwort/js/views/front/lazy-load-marker.js?ver=1671799120' id='wpvgw-lazy-load-marker-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/themes/pixelnerds-child-theme/inc/slick/slick.min.js?ver=181' id='slick-script-js' defer></script>
|
||
<script id='ajax-load-more-js-extra'>
|
||
var alm_localize = {"ajaxurl":"https:\/\/www.baumeister.de\/wp-admin\/admin-ajax.php","alm_nonce":"7dba56a290","rest_api":"https:\/\/www.baumeister.de\/wp-json\/","rest_nonce":"15a40d56ab","pluginurl":"https:\/\/www.baumeister.de\/wp-content\/plugins\/ajax-load-more","speed":"200","ga_debug":"false","results_text":"Viewing {post_count} of {total_posts} results.","no_results_text":"No results found.","alm_debug":"","a11y_focus":"1","site_title":"Baumeister","site_tagline":"Das Architektur-Magazin"};
|
||
var ajax_load_more_vars = {"id":"ajax-load-more"};
|
||
</script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/plugins/ajax-load-more/core/dist/js/ajax-load-more.min.js?ver=5.5.4.1' id='ajax-load-more-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/plugins/ajax-load-more-pro/pro/ajax-load-more-previous-post/dist/js/alm-single-posts.min.js?ver=1.5.3' id='alm-single-posts-js' defer></script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/plugins/ajax-load-more-pro/pro/ajax-load-more-seo/js/alm-seo.min.js?ver=1.9.4' id='ajax-load-more-seo-js' defer></script>
|
||
<script id='borlabs-cookie-js-extra'>
|
||
var borlabsCookieConfig = {"ajaxURL":"https:\/\/www.baumeister.de\/wp-admin\/admin-ajax.php","language":"de","animation":"1","animationDelay":"","animationIn":"_brlbs-fadeInDown","animationOut":"_brlbs-flipOutX","blockContent":"1","boxLayout":"box","boxLayoutAdvanced":"1","automaticCookieDomainAndPath":"1","cookieDomain":"www.baumeister.de","cookiePath":"\/","cookieSameSite":"Lax","cookieSecure":"1","cookieLifetime":"365","cookieLifetimeEssentialOnly":"182","crossDomainCookie":["https:\/\/www.baumeister.de\/","https:\/\/www.garten-landschaft.de\/","https:\/\/www.restauro.de\/","https:\/\/www.stein-magazin.de\/"],"cookieBeforeConsent":"1","cookiesForBots":"1","cookieVersion":"2","hideCookieBoxOnPages":[],"respectDoNotTrack":"","reloadAfterConsent":"","reloadAfterOptOut":"1","showCookieBox":"1","cookieBoxIntegration":"html","ignorePreSelectStatus":"1","cookies":{"essential":["borlabs-cookie"],"statistics":["google-analytics"],"marketing":["google-adsense"],"external-media":["facebook","googlemaps","instagram","openstreetmap","twitter","vimeo","youtube"]}};
|
||
var borlabsCookieCookies = {"essential":{"borlabs-cookie":{"cookieNameList":{"borlabs-cookie":"borlabs-cookie"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"}}},"statistics":{"google-analytics":{"cookieNameList":{"_ga":"_ga","_gat":"_gat","_gid":"_gid"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"1","asyncOptOutCode":"0","trackingId":"UA-24652327-2","consentMode":"0"},"optInJS":"","optOutJS":""}},"marketing":{"google-adsense":{"cookieNameList":{"DSID":"DSID","IDE":"IDE"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0","asyncOptOutCode":"0","caPubId":"ID"},"optInJS":"PHNjcmlwdD53aW5kb3cuQm9ybGFic0Nvb2tpZS51bmJsb2NrU2NyaXB0QmxvY2tlcklkKCJnb29nbGVhZG1hbmFnZXIiKTs8L3NjcmlwdD4=","optOutJS":""}},"external-media":{"facebook":{"cookieNameList":[],"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImZhY2Vib29rIik7IH08L3NjcmlwdD4=","optOutJS":""},"googlemaps":{"cookieNameList":{"NID":"NID"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImdvb2dsZW1hcHMiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"instagram":{"cookieNameList":{"pigeon_state":"pigeon_state"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImluc3RhZ3JhbSIpOyB9PC9zY3JpcHQ+","optOutJS":""},"openstreetmap":{"cookieNameList":{"_osm_location":"_osm_location","_osm_session":"_osm_session","_osm_totp_token":"_osm_totp_token","_osm_welcome":"_osm_welcome","_pk_id.":"_pk_id.","_pk_ref.":"_pk_ref.","_pk_ses.":"_pk_ses.","qos_token":"qos_token"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoIm9wZW5zdHJlZXRtYXAiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"twitter":{"cookieNameList":{"__widgetsettings":"__widgetsettings","local_storage_support_test":"local_storage_support_test"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInR3aXR0ZXIiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"vimeo":{"cookieNameList":{"vuid":"vuid"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInZpbWVvIik7IH08L3NjcmlwdD4=","optOutJS":""},"youtube":{"cookieNameList":{"NID":"NID"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInlvdXR1YmUiKTsgfTwvc2NyaXB0Pg==","optOutJS":""}}};
|
||
</script>
|
||
<script type="rocketlazyloadscript" src='https://www.baumeister.de/wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie.min.js?ver=2.2.59' id='borlabs-cookie-js' defer></script>
|
||
<script type="rocketlazyloadscript" id='borlabs-cookie-js-after'>
|
||
document.addEventListener("DOMContentLoaded", function (e) {
|
||
var borlabsCookieContentBlocker = {"facebook": {"id": "facebook","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { if(typeof FB === "object") { FB.XFBML.parse(el.parentElement); } },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"default": {"id": "default","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"googlemaps": {"id": "googlemaps","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"instagram": {"id": "instagram","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { if (typeof instgrm === "object") { instgrm.Embeds.process(); } },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"openstreetmap": {"id": "openstreetmap","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"twitter": {"id": "twitter","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"vimeo": {"id": "vimeo","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false,"saveThumbnails":false,"videoWrapper":false}},"youtube": {"id": "youtube","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false,"changeURLToNoCookie":true,"saveThumbnails":false,"thumbnailQuality":"maxresdefault","videoWrapper":false}}};
|
||
var BorlabsCookieInitCheck = function () {
|
||
|
||
if (typeof window.BorlabsCookie === "object" && typeof window.jQuery === "function") {
|
||
|
||
if (typeof borlabsCookiePrioritized !== "object") {
|
||
borlabsCookiePrioritized = { optInJS: {} };
|
||
}
|
||
|
||
window.BorlabsCookie.init(borlabsCookieConfig, borlabsCookieCookies, borlabsCookieContentBlocker, borlabsCookiePrioritized.optInJS);
|
||
} else {
|
||
window.setTimeout(BorlabsCookieInitCheck, 50);
|
||
}
|
||
};
|
||
|
||
BorlabsCookieInitCheck();});
|
||
</script>
|
||
<script type="rocketlazyloadscript">
|
||
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
|
||
</script>
|
||
<style> </style>
|
||
<script defer>window.addEventListener('DOMContentLoaded', function() {
|
||
var waitForJQuery_44706831 = setInterval(function () {
|
||
if (typeof jQuery != 'undefined') {
|
||
jQuery(document).ready(function(){
|
||
;
|
||
});
|
||
clearInterval(waitForJQuery_44706831);
|
||
}
|
||
}, 100);
|
||
});</script><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
|
||
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
|
||
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
|
||
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.baumeister.de/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> </body>
|
||
</html>
|
||
|
||
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1672639545 --> |