CINXE.COM

ANZEIGEN

<!DOCTYPE html> <!--[if lt IE 7]> <html class="lt-ie7" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 7]> <html class="ie7" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 8]> <html class="ie8" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!--[if IE 9]> <html class="ie9" data-layout="desktop" data-device="desktop" lang="de" data-userstate="loading"> <![endif]--> <!-- /www/stuttgarter_zeitung --> <html lang="de" style="min-height: 900px;" data-test="/anzeigen" data-alias="/anzeigen" data-layout="desktop" data-device="desktop" data-userstate="loading" data-userpermission="false" data-static-baseurl="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/_responsive/js/_final/" data-addedtags="" > <head> <!-- Keine Inhaltsauswahl am Seitentemplate definiert --> <meta charset="utf-8"> <!-- function in .htaccess meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" //--> <title>ANZEIGEN</title> <meta name="robots" content="index, follow, noarchive, noodp, noydir" /> <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="Content-Language" content="de"> <meta http-equiv="last-modified" content="Mon Nov 25 01:11:44 CET 2024"> <meta name="author" content="Stuttgarter Zeitung"> <meta name="copyright" content="Stuttgarter Zeitung, Stuttgart,Germany"> <meta name="email" content="webmaster@stz.zgs.de"> <meta name="google-site-verification" content="qnP929PcUh4XHCt0GhsbJPQw41HTJNAXf2RVJgkAFvw" /> <meta name="p:domain_verify" content="b30120bc5efab3daf51f307e75b7a1f0" /> <meta name="siteinfo" content="https://www.stuttgarter-zeitung.de/robots.txt"> <meta name="description" content="Jetzt im Anzeigenmarkt der Stuttgarter Zeitung nach Kleinanzeigen suchen oder in nur wenigen Schritten ein eigenes Inserat in unseren M盲rkten aufgeben."> <meta name="keywords" content="ANZEIGEN, Anzeigenmarkt"> <meta name="news_keywords" content="ANZEIGEN, Anzeigenmarkt"> <meta property="og:type" content="website" /> <meta property="og:title" content="ANZEIGEN" /> <meta property="og:image" content="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/images/logo_social.jpg"> <meta property="og:image:width" content="302"> <meta property="og:image:height" content="172"> <meta property="og:description" content="Jetzt im Anzeigenmarkt der Stuttgarter Zeitung nach Kleinanzeigen suchen oder in nur wenigen Schritten ein eigenes Inserat in unseren M盲rkten aufgeben." /> <meta property="og:site_name" content="stuttgarter-zeitung.de"> <meta property="og:section" content=""> <meta property="og:locale" content="de_DE"> <meta property="og:url" content="https://www.stuttgarter-zeitung.de/anzeigen" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@StZ_News"> <meta name="twitter:image" content="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/images/logo_social.jpg" /> <meta property="fb:pages" content="129349103260" /> <meta property="fb:admins" content="556995501" /> <meta property="fb:app_id" content="555079147895772" /> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#cc9900"> <meta name="apple-itunes-app" content="app-id=397131360"> <meta name="cXenseParse:contentTitle" content="ANZEIGEN" /> <meta name="cXenseParse:kicker" content="" /> <meta name="cXenseParse:recs:articleid" content="" /> <link rel="canonical" href="https://www.stuttgarter-zeitung.de/anzeigen"> <style>.grid .article-body .brick:not(.customized),.grid .article-body .brickgroup:not(.customized),.article-text {line-height: 1.5;font-size: 1rem;}</style><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes"/> <script> /* crossbrowser customEvents */ !function(){function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n}"function"!=typeof window.CustomEvent&&(t.prototype=window.Event.prototype,window.CustomEvent=t)}(); /* event-dispatch */ var ptEventDispatch = function(_eventName, _detail) { /* console.log("debugMe - dispatch " + _eventName, _detail); */ ptEventRegister(_eventName, function(data) {}); window.dispatchEvent(new CustomEvent(_eventName, {detail: _detail})); }; /* event-processing */ var ptEventRegisterHistory = {}; var ptEventRegisterTimeout = 10000; var ptEventRegister = function(_eventName, _func, _timeout) { if (_eventName in ptEventRegisterHistory) { window.clearTimeout(to); _func(ptEventRegisterHistory[_eventName]); } else { var to; var ev = function(e) { /* console.log("debugMe - got for " + _eventName, e); */ window.clearTimeout(to); if (!(_eventName in ptEventRegisterHistory)) { ptEventRegisterHistory[_eventName] = e.detail; } _func(ptEventRegisterHistory[_eventName]); }; window.addEventListener(_eventName, ev, false); to = window.setTimeout(function() { /* console.log("debugMe - timeout reached for " + _eventName); */ _func(); }, _timeout ? _timeout : ptEventRegisterTimeout); } }; /* helper for cookievalue */ window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; /* helper to wait for jQuery */ window["doOnJquery"] = window["doOnJquery"] || function(method) { if ("function" === typeof window["jQuery"] && ("function" === typeof window["$"])) { method(); } else { setTimeout(function() { doOnJquery(method) }, 15); } }; /* helper for domready */ window["ptDomReady"] = window["ptDomReady"] || function(fn) { if (document.readyState === "interactive" || document.readyState === "complete" ) { fn(); } else { document.addEventListener("DOMContentLoaded", fn); } }; /* helper to init swiper */ window["ptLoadSwiper"] = window["ptLoadSwiper"] || async function(_fn) { if ("undefined" !== typeof Swiper) { _fn(); } else { if (!document.querySelector(".slider-header-navigation") && !document.querySelector("[href^='/www/libs/_responsive/js/swiper/swiper-bundle.min']")) { const swiperCss = document.createElement('link'); swiperCss.setAttribute("href", "/www/libs/_responsive/js/swiper/swiper-bundle.min.css?240610"); swiperCss.setAttribute("rel", "stylesheet"); document.head.appendChild(swiperCss); } let swiperBundle = document.querySelector("[src^='/www/libs/_responsive/js/swiper/swiper-bundle.min']"); if (swiperBundle) { swiperBundle.addEventListener("load", function () { _fn(); }); } else { swiperBundle = document.createElement('script'); swiperBundle.src = "/www/libs/_responsive/js/swiper/swiper-bundle.min.js?x=240610"; swiperBundle.async = true; swiperBundle.addEventListener("load", function () { _fn(); }); document.head.appendChild(swiperBundle); } } }; /* helper for loading plugins */ ptEventRegister("displayContent", function(element) { if ("undefined" === typeof element) { console.log("displayContent failed", element); return; } /* reload plugins */ var digPlugins = document.querySelectorAll("dig-plugin:not(:has(.dig-plugin-content))"); if (digPlugins.length > 0) { cmsCore.require(["apps/frontend"], function() { digPlugins_xtag.init(); }); } cmsCore.require(["apps/hide-empty-bricks"], function(hideEmptyBricks) { hideEmptyBricks.init(); }); /* exec scripts */ var _scripts = element.querySelectorAll("script"); var _doc = document; _scripts.forEach(_script => { if (-1 < _script.innerHTML.indexOf("document.write")) { console.log("_script - blocked docWrite", _script); } else { _script.parentNode.replaceChild((function(sB) { var _s = _doc.createElement("script"); _s.type = "text/javascript"; var contents = sB.innerHTML; if (sB.hasAttribute("src")) { _s.setAttribute("src", sB.getAttribute("src")); // Julep if (sB.hasAttribute("class")) { _s.setAttribute("class", sB.getAttribute("class")); } if (sB.hasAttribute("data-episode")) { _s.setAttribute("data-episode", sB.getAttribute("data-episode")); } if (sB.hasAttribute("data-config")) { _s.setAttribute("data-config", sB.getAttribute("data-config")); } if (sB.hasAttribute("layout")) { _s.setAttribute("layout", sB.getAttribute("layout")); } // Umfrage-Embed HCSB if (sB.hasAttribute("data-cmp-ref")) { _s.setAttribute("data-cmp-ref", sB.getAttribute("data-cmp-ref")); } if (sB.hasAttribute("data-type")) { _s.setAttribute("data-type", sB.getAttribute("survey")); } } else { if (-1 == contents.indexOf("cmsCore")) { contents = contents.replace(/require/gm, "(cmsCore ? cmsCore : window).require"); } if (-1 < sB.innerHTML.indexOf("$(")) { doOnJquery(function() { _s.innerHTML = contents; }); } else { _s.innerHTML = contents; } } return _s; })(_script), _script); } }); }); ptDomReady(function() { const forms = document.querySelector(".standalone-form"); if (forms) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = "/www/libs/_responsive/js/form/form.js?x=230817-1550-3"; document.head.appendChild(script); script.addEventListener("load", function(event) { const deleteForm = new DeleteForm({selector: ".standalone-form"}); }); } }); /* helper for paywallState */ window["paywallState"] = "loading"; window["ptPaywallReady"] = window["ptPaywallReady"] || function(fn) { if (window.paywallState === "complete") { fn(); } else { window.addEventListener("paywallReady", fn); } }; /* */ window["hideEmptyBrick"] = window["hideEmptyBrick"] || function(param) { console.log("hideEmptyBrick is deprecated - check used selector", param); return false; }; window["processBricks"] = window["processBricks"] || function() { console.log("processBricks is deprecated - check used selector"); return false; }; </script> <script> window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; window["ptGetOs"] = window["ptGetOs"] || function(a) { var userAgent = window.navigator.userAgent, platform = window.navigator.platform, macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'], windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE'], iosPlatforms = ['iPad Simulator','iPhone Simulator','iPod Simulator','iPhone', 'iPad', 'iPod'], os = null; if (/iPhone|iPad|iPod/i.test(userAgent)) { os = 'ios'; } else if (/Android/.test(userAgent)) { os = 'android'; } else if (/webOS/.test(userAgent)) { os = 'webos'; } else if (macosPlatforms.indexOf(platform) !== -1) { os = 'macos'; } else if (iosPlatforms.indexOf(platform) !== -1) { os = 'ios'; } else if (windowsPlatforms.indexOf(platform) !== -1) { os = 'windows'; } else if (!os && /Linux/.test(platform)) { os = 'linux'; } return os; }; /* get Requestparamater */ window["getRequestParameter"] = window["getRequestParameter"] || function(name) { if(name=(new RegExp('[?&]'+encodeURIComponent(name)+'=([^&]*)')).exec(location.search)) { return decodeURIComponent(name[1]); } }; window["gbMode"] = navigator.userAgent.toLowerCase().includes(atob('Z29vZ2xl')); /* Verify */ window["ptPianoVerify"] = window["ptPianoVerify"] || function(a) { var enrichInAppParameter = function(url) { var inApp = ("true" === getRequestParameter("inApp")); var containsInApp = -1 < url.indexOf("inApp=true"); if (inApp && !containsInApp) { return url += (-1 == url.indexOf("?") ? "?" : "&") + "inApp=true"; } return url; } var redirectURI; var ltReferrer = getRequestParameter("referrer"); if (ltReferrer && "" != ltReferrer) { redirectURI = ltReferrer; } else { redirectURI = window.location.href.split("?")[0]; } redirectURI = enrichInAppParameter(redirectURI); errorRedirectURI = enrichInAppParameter(redirectURI); let formData = new FormData(); formData.append("cms.form.field.action", "LOGIN"); formData.append("cms.form.field.login.type", "PIANO"); formData.append("cms.form.field.redirect", redirectURI); formData.append("cms.form.field.error.redirect", errorRedirectURI); fetch("/login", { body: formData, method: "post" }).then((response) => { status = response.status; return response.json() }).then(respObj => { if (null != respObj && typeof respObj.redirect !== "undefined") { window.location.href = respObj.redirect; return; } }); }; /* LoggedIn via Overlay */ document.addEventListener('piLoggedIn', function(e) { ptPianoVerify(); }); /* UserLost */ var raw = ptGetCookieValue("COOKIEVERIFY"); var utp = ptGetCookieValue("__utp"); var userLost = ("" != raw) && ("" == utp); if (userLost) { document.cookie = 'COOKIEVERIFY=; Max-Age=-99999999;'; document.cookie = 'AUTHKEY=; Max-Age=-99999999;'; window.location.reload(); } /* LoggedIn Exteranal */ if (getRequestParameter("action") == "verify") { try { var uri = window.location.href; var url = uri.replace(/([&\?]action=verify*$|action=verify&|[?&]action=verify(?=#))/, ''); window.history.replaceState('',document.title,url); /* console.log("try popping state..."); */ } catch(err) { console.log(">> popping state failed"); } ptPianoVerify(); } /* userstate */ var determineUserState = function() { var raw = ptGetCookieValue("COOKIEVERIFY"); var cloggedIn = ("" != raw); if (cloggedIn) { const userStateCookieValue = document.cookie.split(';').find((el) => el.includes("pa_userstate="))?.split("=")[1]; if ("undefined" !== typeof userStateCookieValue) { console.log("userstate - found cookie pa_userstate", userStateCookieValue); console.log("userstate - setting user-state from cookie pa_userstate", userStateCookieValue); ptEventDispatch('userState', userStateCookieValue); } else { ptEventDispatch('userState', "is-loggedin"); console.warn("userstate - cookie pa_userstate not found"); } } else { window["gbMode"] && ptEventDispatch('userState', "is-subscribed"); !window["gbMode"] && ptEventDispatch('userState', "is-loggedout"); } } /* merken */ ptEventRegister("userState", function(state) { var expires = ""; document.cookie = "MHSLASTUSERSTATE" + "=" + state + expires + "; path=/"; }); var registerMasterUserStateListener = function () { ptEventRegister("userState", function(state) { const subscribed = "is-subscribed" == state; const cbd = true; const cbdTaboola = false; const cbdNativendo = true; const cbdDisplayAds = true; const preventTaboola = cbd && cbdTaboola && subscribed; const preventNativendo = cbd && cbdNativendo && subscribed; const preventDisplayAds = cbd && cbdDisplayAds && subscribed; let reduced = false; let meteredReached = false; console.log("userstate - payEntitlement of current page", 'free'); console.log("userstate - no need to check cookies - content is free"); let userContextParam = { subscribed: subscribed, reduced: reduced, meteredReached: meteredReached, preventTaboola: preventTaboola, preventNativendo: preventNativendo, preventDisplayAds: preventDisplayAds }; console.log("userstate - generate userstate - result", userContextParam) ptEventDispatch('userContext', userContextParam); }); } registerMasterUserStateListener(); determineUserState(); var initVisibiltyHandling = function() { /* os */ var os = ptGetOs(); if (os) { document.querySelector("html").setAttribute("data-os", os); } /* userstate */ document.querySelector("html").setAttribute("data-state", "loading"); const lastUserState = ptGetCookieValue("MHSLASTUSERSTATE"); if (lastUserState && "" != lastUserState) { document.querySelector("html").setAttribute("data-state", lastUserState); if ("is-subscribed" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "true"); } else if ("is-loggedin" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "false"); } else if ("is-loggedout" == lastUserState) { document.querySelector("html").setAttribute("data-userstate", "loggedout"); document.querySelector("html").setAttribute("data-userpermission", "false"); } }; ptEventRegister("userState", function(state) { document.querySelector("html").setAttribute("data-state", state); if ("is-subscribed" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "true"); } else if ("is-loggedin" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedin"); document.querySelector("html").setAttribute("data-userpermission", "false"); } else if ("is-loggedout" == state) { document.querySelector("html").setAttribute("data-userstate", "loggedout"); document.querySelector("html").setAttribute("data-userpermission", "false"); } }); } initVisibiltyHandling(); var initWidgetCount = function() { const localStoreValue = localStorage.getItem("FAVORITESSELECTION"); let widgetCount = 0; if (null != localStoreValue) { try { widgetCount = JSON.parse(localStoreValue).data.length; } catch (e) { widgetCount = 0; } } document.querySelector("html").setAttribute("data-widget-count", widgetCount); } initWidgetCount(); </script> <style> html[data-state*='loading'] [data-visibility*='state-'], html[data-state*='is-loggedin'] [data-visibility*='state-']:not([data-visibility*='state-loggedin']), html[data-state*='is-loggedout'] [data-visibility*='state-']:not([data-visibility*='state-loggedout']), html[data-state*='is-subscribed'] [data-visibility*='state-']:not([data-visibility*='state-subscribed']), html[data-device='mobile'] [data-visibility*='device-']:not([data-visibility*='device-mobile']), html[data-device='tablet'] [data-visibility*='device-']:not([data-visibility*='device-tablet']), html[data-device='desktop'] [data-visibility*='device-']:not([data-visibility*='device-desktop']), html[data-widget-count=''] [data-visibility*='widgets-'], html[data-widget-count='loading'] [data-visibility*='widgets-'], html[data-widget-count='0'] [data-visibility*='widgets-']:not([data-visibility*='widgets-0']), html[data-widget-count]:not([data-widget-count='0']) [data-visibility*='widgets-'][data-visibility*='widgets-0'], html[data-os='ios'] [data-visibility*='os-']:not([data-visibility*='os-ios']), html[data-os='android'] [data-visibility*='os-']:not([data-visibility*='os-android']) { display: none !important; } </style> <script>function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))}();</script> <script>!function(e,n,t){function r(e,n){return typeof e===n}function o(){var e,n,t,o,i,s,a;for(var f in g){if(e=[],n=g[f],n.name&&(e.push(n.name.toLowerCase()),n.options&&n.options.aliases&&n.options.aliases.length))for(t=0;t<n.options.aliases.length;t++)e.push(n.options.aliases[t].toLowerCase());for(o=r(n.fn,"function")?n.fn():n.fn,i=0;i<e.length;i++)s=e[i],a=s.split("."),1===a.length?Modernizr[a[0]]=o:(!Modernizr[a[0]]||Modernizr[a[0]]instanceof Boolean||(Modernizr[a[0]]=new Boolean(Modernizr[a[0]])),Modernizr[a[0]][a[1]]=o),y.push((o?"":"no-")+a.join("-"))}}function i(e){var n=_.className,t=Modernizr._config.classPrefix||"";if(x&&(n=n.baseVal),Modernizr._config.enableJSClass){var r=new RegExp("(^|\\s)"+t+"no-js(\\s|$)");n=n.replace(r,"$1"+t+"js$2")}Modernizr._config.enableClasses&&(n+=" "+t+e.join(" "+t),x?_.className.baseVal=n:_.className=n)}function s(e){return e.replace(/([a-z])-([a-z])/g,function(e,n,t){return n+t.toUpperCase()}).replace(/^-/,"")}function a(){return"function"!=typeof n.createElement?n.createElement(arguments[0]):x?n.createElementNS.call(n,"https://www.w3.org/2000/svg",arguments[0]):n.createElement.apply(n,arguments)}function f(e,n){return!!~(""+e).indexOf(n)}function l(e,n){return function(){return e.apply(n,arguments)}}function u(e,n,t){var o;for(var i in e)if(e[i]in n)return t===!1?e[i]:(o=n[e[i]],r(o,"function")?l(o,t||n):o);return!1}function p(e){return e.replace(/([A-Z])/g,function(e,n){return"-"+n.toLowerCase()}).replace(/^ms-/,"-ms-")}function d(){var e=n.body;return e||(e=a(x?"svg":"body"),e.fake=!0),e}function c(e,t,r,o){var i,s,f,l,u="modernizr",p=a("div"),c=d();if(parseInt(r,10))for(;r--;)f=a("div"),f.id=o?o[r]:u+(r+1),p.appendChild(f);return i=a("style"),i.type="text/css",i.id="s"+u,(c.fake?c:p).appendChild(i),c.appendChild(p),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(n.createTextNode(e)),p.id=u,c.fake&&(c.style.background="",c.style.overflow="hidden",l=_.style.overflow,_.style.overflow="hidden",_.appendChild(c)),s=t(p,e),c.fake?(c.parentNode.removeChild(c),_.style.overflow=l,_.offsetHeight):p.parentNode.removeChild(p),!!s}function m(n,r){var o=n.length;if("CSS"in e&&"supports"in e.CSS){for(;o--;)if(e.CSS.supports(p(n[o]),r))return!0;return!1}if("CSSSupportsRule"in e){for(var i=[];o--;)i.push("("+p(n[o])+":"+r+")");return i=i.join(" or "),c("@supports ("+i+") { #modernizr { position: absolute; } }",function(e){return"absolute"==getComputedStyle(e,null).position})}return t}function v(e,n,o,i){function l(){p&&(delete z.style,delete z.modElem)}if(i=r(i,"undefined")?!1:i,!r(o,"undefined")){var u=m(e,o);if(!r(u,"undefined"))return u}for(var p,d,c,v,h,y=["modernizr","tspan"];!z.style;)p=!0,z.modElem=a(y.shift()),z.style=z.modElem.style;for(c=e.length,d=0;c>d;d++)if(v=e[d],h=z.style[v],f(v,"-")&&(v=s(v)),z.style[v]!==t){if(i||r(o,"undefined"))return l(),"pfx"==n?v:!0;try{z.style[v]=o}catch(g){}if(z.style[v]!=h)return l(),"pfx"==n?v:!0}return l(),!1}function h(e,n,t,o,i){var s=e.charAt(0).toUpperCase()+e.slice(1),a=(e+" "+S.join(s+" ")+s).split(" ");return r(n,"string")||r(n,"undefined")?v(a,n,o,i):(a=(e+" "+E.join(s+" ")+s).split(" "),u(a,n,t))}var y=[],g=[],C={_version:"3.1.0",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,n){var t=this;setTimeout(function(){n(t[e])},0)},addTest:function(e,n,t){g.push({name:e,fn:n,options:t})},addAsyncTest:function(e){g.push({name:null,fn:e})}},Modernizr=function(){};Modernizr.prototype=C,Modernizr=new Modernizr;var _=n.documentElement,x="svg"===_.nodeName.toLowerCase(),w="Moz O ms Webkit",S=C._config.usePrefixes?w.split(" "):[];C._cssomPrefixes=S;var b=function(n){var r,o=prefixes.length,i=e.CSSRule;if("undefined"==typeof i)return t;if(!n)return!1;if(n=n.replace(/^@/,""),r=n.replace(/-/g,"_").toUpperCase()+"_RULE",r in i)return"@"+n;for(var s=0;o>s;s++){var a=prefixes[s],f=a.toUpperCase()+"_"+r;if(f in i)return"@-"+a.toLowerCase()+"-"+n}return!1};C.atRule=b;var E=C._config.usePrefixes?w.toLowerCase().split(" "):[];C._domPrefixes=E;var j={elem:a("modernizr")};Modernizr._q.push(function(){delete j.elem});var z={style:j.elem.style};Modernizr._q.unshift(function(){delete z.style}),C.testAllProps=h;var N=C.prefixed=function(e,n,t){return 0===e.indexOf("@")?b(e):(-1!=e.indexOf("-")&&(e=s(e)),n?h(e,n,t):h(e,"pfx"))};Modernizr.addTest("objectfit",!!N("objectFit"),{aliases:["object-fit"]}),o(),i(y),delete C.addTest,delete C.addAsyncTest;for(var P=0;P<Modernizr._q.length;P++)Modernizr._q[P]();e.Modernizr=Modernizr}(window,document);</script> <script> function CookieTool(){var e=function(e){var n="";if(void 0!==e&&null!=e)for(p in e)n+=p+"="+e[p]+";";return n};this.getCookie=function(e){return void 0===e||null==e||""==e?"":this.getCookies()[e]},this.getCookies=function(){var e=[];if(document.cookie)for(var n=document.cookie.split(";"),i=null,t=null,o=0;o<n.length;o++)data=n[o].split("="),i=data[0],t=data[1],t=decodeURIComponent(t),i=i.replace(/^ *(.*?) *$/g,"$1"),e[i]=t;return e},this.setCookie=function(n,i,t){if(void 0!==n&&null!=n&&""!=n){var o=((void 0!==i||null!=i)&&encodeURIComponent(i),e(t));document.cookie=n+"="+i+";"+o}},this.removeCookie=function(e){void 0!==e&&null!=e&&""!=e&&this.setCookie(e,"",{expires:"-1"})}}function getRequestParameter(e){return(e=new RegExp("[?&]"+encodeURIComponent(e)+"=([^&]*)").exec(location.search))?decodeURIComponent(e[1]):void 0}var cmsCore={};cmsCore.define=function(e,n){},cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/pseudo.define.create",function(){}),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/cookietool",function(){});var inApp=getRequestParameter("inApp"),_find,_user_agent;window.device={},_user_agent=window.navigator.userAgent.toLowerCase(),device.browserstring=function(){var e,n,i,t=(navigator.appVersion,navigator.userAgent),o=navigator.appName,s=""+parseFloat(navigator.appVersion),r=parseInt(navigator.appVersion,10);return-1!=(n=t.indexOf("Opera"))?(o="Opera",s=t.substring(n+6),-1!=(n=t.indexOf("Version"))&&(s=t.substring(n+8))):-1!=(n=t.indexOf("MSIE"))?(o="Microsoft Internet Explorer",s=t.substring(n+5)):-1!=(n=t.indexOf("Chrome"))?(o="Chrome",s=t.substring(n+7)):-1!=(n=t.indexOf("Safari"))?(o="Safari",s=t.substring(n+7),-1!=(n=t.indexOf("Version"))&&(s=t.substring(n+8))):-1!=(n=t.indexOf("Firefox"))?(o="Firefox",s=t.substring(n+8)):(e=t.lastIndexOf(" ")+1)<(n=t.lastIndexOf("/"))&&(o=t.substring(e,n),s=t.substring(n+1),o.toLowerCase()==o.toUpperCase()&&(o=navigator.appName)),-1!=(i=s.indexOf(";"))&&(s=s.substring(0,i)),-1!=(i=s.indexOf(" "))&&(s=s.substring(0,i)),r=parseInt(""+s,10),isNaN(r)&&(s=""+parseFloat(navigator.appVersion),r=parseInt(navigator.appVersion,10)),o+" "+s+" ("+r+") ~ "+(void 0!==navigator.appName?navigator.appName:"")},device.systemstring=function(){var e="";return device.ios()||(e+=device.android()?"Android":device.windows()?"Windows":device.fxos()?"fxOS":device.blackberry()?"Blackberry":device.meego()?"Meego":navigator.platform),e+=device.mobile()?" (Smartphone)":device.tablet()?" (Tablet)":" (Desktop)",e+=" ~ "+navigator.platform},device.ios=function(){return device.iphone()||device.ipod()||device.ipad()},device.iphone=function(){return _find("iphone")},device.ipod=function(){return _find("ipod")},device.ipad=function(){return _find("ipad")},device.android=function(){return _find("android")},device.androidPhone=function(){return device.android()&&_find("mobile")},device.androidTablet=function(){return device.android()&&!_find("mobile")},device.blackberry=function(){return _find("blackberry")||_find("bb10")||_find("rim")},device.blackberryPhone=function(){return device.blackberry()&&!_find("tablet")},device.blackberryTablet=function(){return device.blackberry()&&_find("tablet")},device.windows=function(){return!!navigator.userAgent.match(/Win/)},device.windowsPhone=function(){return device.windows()&&_find("phone")},device.windowsTablet=function(){return device.windows()&&(!!navigator.userAgent.match(/Tablet PC/i)||"ontouchstart"in document.documentElement)},device.fxos=function(){return(_find("(mobile;")||_find("(tablet;"))&&_find("; rv:")},device.fxosPhone=function(){return device.fxos()&&_find("mobile")},device.fxosTablet=function(){return device.fxos()&&_find("tablet")},device.meego=function(){return _find("meego")},device.orientation=function(){var e;if("undefined"!=typeof screen&&void 0!==screen.orientation&&void 0!==screen.orientation.angle)e=0==screen.orientation.angle?"portrait":"landscape";else{var n=window.innerHeight;if(window.innerWidth>n)var e="landscape";else var e="portrait"}return e},device.mobile=function(){return(device.androidPhone()||device.iphone()||device.ipod()||device.windowsPhone()||device.blackberryPhone()||device.fxosPhone()||device.meego()||_find("Opera Mini"))&&!device.uniqueDesktopUserAgent()},device.ipadPro=function(){return/Macintosh/.test(navigator.userAgent)&&"ontouchend"in document},device.webview=function(){return/((iPhone|iPod|iPad).*AppleWebKit(?!.*Version)|; wv)/i.test(navigator.userAgent)||device.ipadPro()&&device.hassoContext()},device.hassoContext=function(){return-1<window.location.href.indexOf("sso.")||-1<window.location.href.indexOf("sso1.")},device.tablet=function(){return(device.ipad()||device.androidTablet()||device.blackberryTablet()||device.windowsTablet()||device.fxosTablet()||device.ipadPro())&&!_find("Opera Mini")&&!device.uniqueDesktopUserAgent()},device.app=function(){return"true"==inApp||device.webview()&&device.hassoContext()},device.desktop=function(){return device.uniqueDesktopUserAgent()&&!device.app()||!device.tablet()&&!(device.mobile()||device.app())},_find=function(e){return-1!==_user_agent.indexOf(e)},device.uniqueDesktopUserAgent=function(){return"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; Touch; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Tablet PC 2.0)"==navigator.userAgent},cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/device",function(){});var cmsConfig=cmsConfig||{};cmsConfig._={get:function(e){return e.split(".").reduce(function(e,n){return void 0===e||null===e?void 0!==e?e:null:void 0!==e[n]?e[n]:null},cmsConfig)},has:function(e){var n=cmsConfig,i=e.split(".");return i.length>0?!i.some(function(e){return!(e in n)||(n=n[e],!1)}):e in n},set:function e(n,i,t){t||(t=cmsConfig);var o=n.split(/\./);o.length<2?t[o[0]]=i:(t[o[0]]||(t[o[0]]={}),t=t[o.shift()],e(o.join("."),i,t))},contains:function(e,n,i){if(i||(i=cmsConfig),i._.has(e)){for(var t=i._.get(e),i=0;i<t.length;i++)if(JSON.stringify(t[i])==JSON.stringify(n))return!0;return!1}return!1}},String.prototype.startsWith||(String.prototype.startsWith=function(e,n){return n=n||0,this.indexOf(e,n)===n});var mt=function(e,n,i,t){location.href=String.fromCharCode(109,97,105,108,116,111,58)+n+String.fromCharCode(64)+e+"?subject="+i+"&body="+t};window.execOnEventHistory=[];var execOnEvent=function(e,n,i){if(-1<execOnEventHistory.indexOf(e))n();else{var t,o=function(i){window.clearTimeout(t),n(),-1==execOnEventHistory.indexOf(e)&&window.execOnEventHistory.push(e),window.removeEventListener(e,o,!1)};t=window.setTimeout(o,i||3e3),window.addEventListener(e,o,!1)}};cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/config-wrapper",function(){}),cmsConfig._.set("page.pay.permission",!1),cmsConfig._.set("page.data.portal","b631aa21-e757-452c-8be1-335eee9238da"),cmsConfig._.set("page.data.topic","e053c583-27f0-40b6-9392-8902dee95491"),cmsConfig._.set("page.data.adcat","43d36b39-b785-4a8a-9de8-c510d52871f0"),cmsConfig._.set("page.local","42-205"),cmsConfig._.set("page.buildNr",(new Date).getTime()),cmsConfig._.set("page.cdnRegex",""),cmsConfig._.set("page.cdnRegexAbsolute",""),cmsConfig._.set("page.cdnPattern",""),cmsConfig._.set("page.cdnReplacement",""),cmsConfig._.set("page.cdnMaxHosts",1),cmsConfig._.set("page.viaCDN",!1),cmsConfig._.set("page.viaSSL",!1),cmsConfig._.set("page.portalDomain","stn-dev.sirweb.de"),cmsConfig._.set("page.portalUrl","http://www."+cmsConfig.page.portalDomain),cmsConfig._.set("page.formValidation.xssCondition",["searchText","searchPeriod","sort","searchStart","searchEnd","hitsPerPage"]),cmsConfig._.set("page.formValidation.xssRegex",/[\[\]]|@|\<|\>|onmousedown|onmousemove|onmmouseup|onmouseover|onmouseout|onload|onunload|onfocus|onblur|onchange|onsubmit|ondblclick|onclick|onkeydown|onkeyup|onkeypress|onmouseenter|onmouseleave|onerror|onselect|onreset|onabort|ondragdrop|onresize|onactivate|onafterprint|onmoveend|onafterupdate|onbeforeactivate|onbeforecopy|onbeforecut|onbeforedeactivate|onbeforeeditfocus|onbeforepaste|onbeforeprint|onbeforeunload|onbeforeupdate|onmove|onbounce|oncellchange|oncontextmenu|oncontrolselect|oncopy|oncut|ondataavailable|ondatasetchanged|ondatasetcomplete|ondeactivate|ondrag|ondragend|ondragenter|onmousewheel|ondragleave|ondragover|ondragstart|ondrop|onerrorupdate|onfilterchange|onfinish|onfocusin|onfocusout|onhashchange|onhelp|oninput|onlosecapture|onmessage|onmouseup|onmovestart|onoffline|ononline|onpaste|onpropertychange|onreadystatechange|onresizeend|onresizestart|onrowenter|onrowexit|onrowsdelete|onrowsinserted|onscroll|onsearch|onselectionchange|onselectstart|onstart|onstop/g),cmsConfig._.set("page.formValidation.xssReplacement",""),cmsConfig._.set("page.topicTitleNormalized","news"),cmsConfig._.set("portal.attributes.ContillaPortalID",""),cmsConfig._.set("portal.attributes.enableGalleryInArticle",!1),cmsConfig._.set("portal.attributes.ssl_paths_regex",null),cmsConfig._.set("portal.attributes.userRegEnabled",!0),cmsConfig._.set("portal.attributes.userRegCommentRequiresLogin",!0),cmsConfig._.set("advertising.oms.enabled",!1),cmsConfig._.set("advertising.omsnative.enabled",!0),cmsConfig._.set("advertising.nativendo.enabled",!0),cmsConfig._.set("advertising.omsmetatag.enabled",!1),cmsConfig._.set("advertising.speedup",!0),cmsConfig._.set("advertising.traffective.enabled",!0),cmsConfig._.set("advertising.traffective.deviceConstraint",["desktop","mobile","tablet"]),cmsConfig._.set("advertising.traffective.extendedAdUnitPath",!0),cmsConfig._.set("comments.nl2br",!0),cmsConfig._.set("comments.nlSeparator",function(){var e,n,i;return e=document.createElement("div"),e.innerHTML="<textarea>one\ntwo</textarea>",n=e.firstChild,i=n.value,i.indexOf("\r")>=0?"\r\n":"\n"}()),cmsConfig._.set("comments.nlSeparatorReplaceRegex",/\r\n|\r|\n/g),cmsConfig._.set("comments.autoReleaseText","Vielen Dank f眉r Ihren Kommentar! Bitte beachten Sie, dass es einige Minuten dauern kann, bis der Kommentar auf der Webseite erscheint."),cmsConfig._.set("comments.manualReleaseText","Vielen Dank f眉r Ihren Kommentar. Bitte haben Sie Verst盲ndnis daf眉r, dass der Kommentar erst nach redaktioneller Pr眉fung freigeschaltet wird."),cmsConfig._.set("tracking.ivw.enabled",!0),cmsConfig._.set("tracking.ivw.url","https://script.ioam.de/iam.js"),cmsConfig._.set("tracking.ivw.cp","STN_Relaunch"),cmsConfig._.set("tracking.ivw.sv","undefined"!=typeof device&&device.mobile()?"mo":"ke"),cmsConfig._.set("tracking.ivw.st","undefined"!=typeof device&&device.mobile()?"mobstutt":"stutzeit"),cmsConfig._.set("tracking.ivw.sc","yes"),cmsConfig._.set("tracking.linkpulse.enabled",!1),cmsConfig._.set("tracking.linkpulse.url",""),cmsConfig._.set("tracking.linkpulse.prefix",""),cmsConfig._.set("tracking.linkpulse.autoMarker",!1),cmsConfig._.set("tracking.google.enabled",!0),cmsConfig._.set("tracking.google.url","https://www.google-analytics.com/analytics.js"),cmsConfig._.set("tracking.google.urlDebugMode","https://www.google-analytics.com/analytics_debug.js"),cmsConfig._.set("tracking.google.prefix","ga_"),cmsConfig._.set("tracking.google.account","UA-31800134-1"),cmsConfig._.set("tracking.google.nameSpace","__gaTracker"),cmsConfig._.set("tracking.google.anonymizeIp",!0),cmsConfig._.set("tracking.google.forceSSL",!0),cmsConfig._.set("tracking.google.setSiteSpeedSampleRate",5),cmsConfig._.set("tracking.google.criticalTimeOut",50),cmsConfig._.set("tracking.google.trackOutBound",!1),cmsConfig._.set("constants.staticBaseUrl",document.getElementsByTagName("html")[0].getAttribute("data-static-baseurl")),cmsConfig._.set("constants.useReplacementMode",!1),cmsConfig._.set("constants.userregSSL",!0),cmsConfig._.set("constants.desktopBreakpoints",[1024,1280,1366,1400,1440,1600,1920,2048,2560,3440,3840]),cmsConfig._.set("constants.tabletBreakpoint",1050),cmsConfig._.set("constants.mobileBreakpoint",620),cmsConfig._.set("constants.lazyTolerance",200),cmsConfig._.set("constants.desktopMinWidth",1e3),cmsConfig._.set("constants.spaceSkyscraper",150),cmsConfig._.set("constants.browserBar",17),cmsConfig._.set("constants.disableFluidGrid",!0),cmsConfig._.set("constants.navFixed.layoutConstraint",["desktop","tablet"]),cmsConfig._.set("constants.navFixed.ignoreScrollDirection",!0),cmsConfig._.set("constants.resizeTimeout",100),cmsConfig._.set("constants.windowIsResizing",!1),cmsConfig._.set("constants.windowIsResizingSlider",!1),cmsConfig._.set("constants.windowIsResizingRectangle",!1),cmsConfig._.set("constants.resizeTimeoutAds",!1),cmsConfig._.set("constants.resizeIsResizingAds",!1),cmsConfig._.set("constants.resizeTimeoutSocialbar",!1),cmsConfig._.set("constants.windowIsResizingSocialbar",!1),cmsConfig._.set("constants.scrollAnimationDuration",500),cmsConfig._.set("constants.cookiebarText","Cookies helfen uns bei der Bereitstellung unserer Dienste. Durch die Nutzung unserer Dienste erkl盲ren Sie sich damit einverstanden, dass wir Cookies setzen."),cmsConfig._.set("constants.cookiebarButtonText","OK"),cmsConfig._.set("constants.cookiebarLinkText","Weitere Informationen"),cmsConfig._.set("constants.cookiebarLinkUrl","/datenschutz"),cmsConfig._.set("constants.cookiebarFixed",!1),cmsConfig._.set("portal.digplugins.accentcolor","#054e3d"),cmsConfig._.set("portal.digplugins.bildbox.enabled",!0),cmsConfig._.set("portal.digplugins.brightcove.enabled",!1),cmsConfig._.set("portal.digplugins.brightcove.account_id",""),cmsConfig._.set("portal.digplugins.brightcove.player.default",""),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.active",!1),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.oms_serverId",""),cmsConfig._.set("portal.digplugins.brightcove.player.ima3.oms_site",""),cmsConfig._.set("portal.digplugins.contilla.enabled",!1),cmsConfig._.set("portal.digplugins.facebook.enabled",!0),cmsConfig._.set("portal.digplugins.facebook.api_version","2.5"),cmsConfig._.set("portal.digplugins.infobox.enabled",!0),cmsConfig._.set("portal.digplugins.infobox.adaptiveHeight",!0),cmsConfig._.set("portal.digplugins.instagram.enabled",!0),cmsConfig._.set("portal.digplugins.poll.enabled",!0),cmsConfig._.set("portal.digplugins.slider.enabled",!0),cmsConfig._.set("portal.digplugins.slider.fullscreen.enabled",!0),cmsConfig._.set("portal.digplugins.sliderLink.enabled",!0),cmsConfig._.set("portal.digplugins.twitter.enabled",!0),cmsConfig._.set("portal.digplugins.youtube.enabled",!0),cmsConfig._.set("portal.digplugins.zoom.enabled",!0),cmsConfig._.set("portal.digplugins.zoom.enableAdvertising",!1),cmsConfig._.set("portal.digplugins.quotation.enabled",!0),cmsCore.define("config-data",function(){}),cmsCore.define("merged/config",function(){});window["device"] = window["device"] || {};device.app = function () { return false; };device.desktop = function () { return true; };device.tablet = function () { return false; };device.mobile = function () { return false; };device.state = function () { return {app: false, desktop: true, tablet: false, mobile: false}; }; window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; window.ptGetCookieVerify=window.ptGetCookieVerify||function(){var r=ptGetCookieValue("COOKIEVERIFY");if(null==r||""==r)return null;try{return JSON.parse(JSON.parse(r))}catch(e){try{return r=decodeURIComponent(r),JSON.parse(r.match(/^".*"$/)?r.substring(1,r.length-1):r)}catch(e){return null}}}; var adRuleLog = function(message) { if ("undefined" !== typeof console['warn']) { console.warn("central noAds-rules", message); } else { console.log("central noAds-rules", message); } } cmsConfig._.set("advertising.cbd", true);cmsConfig._.set("advertising.cbdNativendo", true);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", true); ptEventRegister("userState", function(state) { if ("is-subscribed" == state) { adRuleLog("nativendo reduced or diabled by abo"); if (cmsConfig._.get("advertising.cbdNativendo")) { adRuleLog("nativendo reduced or diabled by abo"); } if (cmsConfig._.get("advertising.cbdTaboola")) { adRuleLog("taboola reduced or diabled by abo"); } } }); cmsConfig._.set("page.piano", {"pageType":"ressort","origin":"STZ","pageContext":"desktop","pageKeywords":"ANZEIGEN, Anzeigenmarkt","pageEntitlement":"free","author":"","section":"ANZEIGEN"}); /* helper to wait for gallerySlider */ window["doOnGallerySlider"] = window["doOnGallerySlider"] || function(method) { if ("object" === typeof window["gallerySlider"]) { method(); } else { setTimeout(function() { doOnGallerySlider(method) }, 15); } }; ptDomReady(function() { const galleryTrackingOptions = {rootMargin: "-100px"}; let galleryTrackingObserverSC = 0; const galleryTrackingObserver = new IntersectionObserver (function (entries, observer) { entries.forEach(function(entry) { let isSliderGallery = entry.target.classList.contains("slide-content"); let offsetAdd = isSliderGallery ? 1 : 0; let imageNumber = parseInt(entry.target.dataset.offset) + offsetAdd; if (entry.isIntersecting) { galleryTrackingObserverSC++; console.group("tracking observer - " + galleryTrackingObserverSC); if ("undefined" !== typeof upScore) { console.log("tracking observer - upscore", imageNumber); upScore({ event: "gallery", options: { image: imageNumber}}); } /* ga, ivw, ... nur bei Interaktion */ if (galleryTrackingObserverSC > 1) { if (!isSliderGallery) { console.log("tracking observer - gaReload"); gaReload(); galleryTrackingObserver.unobserve(entry.target); } else { if (typeof trackerRefresh== "function") { console.log("tracking observer - trackerRefresh (gaReload, ivwReload, ...)"); trackerRefresh(); } } } console.groupEnd("tracking observer - " + galleryTrackingObserverSC); } }); }, galleryTrackingOptions); let galleryTracking = document.querySelectorAll(".onepager-gallery__item"); if (galleryTracking.length > 0) { galleryTracking.forEach(function(entry) { if (entry.hasAttribute("data-offset") && !entry.classList.contains("no-count")) { galleryTrackingObserver.observe(entry); } }); } galleryTracking = document.querySelectorAll(".slide-content"); if (galleryTracking.length > 0) { doOnGallerySlider(function() { galleryTracking.forEach(function(entry) { if (entry.hasAttribute("data-offset") && !entry.classList.contains("no-count")) { galleryTrackingObserver.observe(entry); } }); }); } }); (function(u,p,s,c,r){u[r]=u[r]||function(p){(u[r].q=u[r].q||[]).push(p)},u[r].ls=1*new Date(); var a=p.createElement(s),m=p.getElementsByTagName(s)[0];a.async=1;a.src=c;m.parentNode.insertBefore(a,m)})(window,document,'script','//files.upscore.com/async/upScore.js','upScore'); (function (u, p, s, r) { if (!u[r]) { u[r] = function (t) { u[r].q.push(t) }; u[r].q = []; var a = p.createElement(s), m = p.getElementsByTagName(s)[0]; a.async = 1; a.src = 'https://cdn.thenewsbox.net/js/main.js'; m.parentNode.insertBefore(a, m) } })(window, document, 'script', '_uprec'); const upscoreJson = {"config":{"domain":"stuttgarter-zeitung.de","article":"","track_positions":true},"data":{"section":"ANZEIGEN","taxonomy":"","object_id":"","pubdate":"","author":"","object_type":"landingpage","user_status":0}}; upScore(upscoreJson); ptEventRegister("userState", function(state) { let userState = 0; if(state == 'is-loggedin'){ userState = 1; } else if(state == 'is-subscribed'){ userState = 2; } upScore({ update_data: { user_status : userState }}); }); ptDomReady(function() { const videoCount = document.querySelectorAll("dig-plugin[data-type='youtube'], dig-plugin[data-type='glomex']").length > 0 ? 1 : 0; console.log("videoCount", videoCount); upScore({ update_data: { custom_video : videoCount }}); }); (function() { var script = document.createElement('script'); script.src = 'https://static-eu.cleverpush.com/channel/loader/DK9KWp3nGkN2Btzsi.js'; script.async = true; document.head.appendChild(script); })();cmsConfig._.set("constants.cookiebarLinkUrl", "https://www.stuttgarter-zeitung.de/datenschutzerklaerung");cmsConfig._.set("constants.cookiebarEnabled", false);cmsConfig._.set("page.noCookie", ("undefined" !== typeof getRequestParameter("noCookie") && "true" == getRequestParameter("noCookie")));var PORTAL_ATTRIBUTES = {ContillaPortalID: "230"};cmsConfig._.set("page.data.portal","dec9d785-4482-493c-adae-2b00f829f5a0");cmsConfig._.set("page.data.topic","e9d35e05-c2fa-47fc-bf92-57024e41029e");cmsConfig._.set("page.data.adcat","3848f55e-0f5c-4d5d-b3f1-0d8c99d9cd33");cmsConfig._.set("tracking.hitcount.disableInitial", (getRequestParameter("cms_digplugin") == 1 || getRequestParameter("cms_iframecontext") == 1 ? true : false));cmsConfig._.set("portal.attributes.validDataTags", "Bilder,Video,Kommentar,Videos,Exklusiv,Meinung,Interview,PR-Politik,Diskussion erlauben,Storytelling,Advertorial,Ad-Kennung,Stadtkind,Anzeigenkennung,FNL1,Infografik,Verlagsgewinnspiel,CVR1,CM1,Bei uns daheim,hilfe f眉r den nachbarn"); (function() { if (typeof window.CustomEvent === "function") return false function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined } var evt = document.createEvent("CustomEvent") evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail) return evt } CustomEvent.prototype = window.Event.prototype window.CustomEvent = CustomEvent })(); cmsConfig._.set("page.originCanonical", "https://www.stuttgarter-zeitung.de/anzeigen");cmsConfig._.set("page.type", "RESSORT");cmsConfig._.set("page.local", "11-200");cmsConfig._.set("page.buildNr", "20240509-1645");cmsConfig._.set("page.renderTime", "01:11:44");cmsConfig._.set("page.renderType", "EXTERNAL");cmsConfig._.set("page.portalUrl", "https://www.stuttgarter-zeitung.de");cmsConfig._.set("page.portalDomain", "stuttgarter-zeitung.de");cmsConfig._.set("page.portalWWW", "/www/stuttgarter_zeitung");cmsConfig._.set("page.portalStaticContent", "/staticcontent/stuttgarter_zeitung");cmsConfig._.set("page.portalUrlWWW", "https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung");cmsConfig._.set("page.portalTitle", "Stuttgarter Zeitung");cmsConfig._.set("page.topicTitleNormalized", "anzeigen");cmsConfig._.set("page.viaSSL", true);cmsConfig._.set("page.viaCDN", false);cmsConfig._.set("page.cdnRegex", null);cmsConfig._.set("page.cdnRegexAbsolute", null);cmsConfig._.set("page.cdnMaxHosts", 6);cmsConfig._.set("page.noGalleryAd", true);cmsConfig._.set("page.paid", false);cmsConfig._.set("page.reduced", false);cmsConfig._.set("portal.attributes.ContillaPortalID", "230");cmsConfig._.set("portal.attributes.userRegEnabled", true);cmsConfig._.set("portal.attributes.userRegCommentRequiresLogin", true);cmsConfig._.set("portal.attributes.userRegType", "PIANO");cmsConfig._.set("portal.attributes.permissionHandlingType", "PIANO");cmsConfig._.set("portal.attributes.SingleSignOnOAuthClientId", "tugW8mCEpe");cmsConfig._.set("portal.attributes.SingleSignOnOAuthUserdataRestUrl", "https://auth.stuttgarter-zeitung.de/api/v3/anon/user/get");cmsConfig._.set("portal.attributes.SingleSignOnAuthServerUrl", "https://auth.stuttgarter-zeitung.de/id/");cmsConfig._.set("portal.attributes.payServiceId", "stz");cmsConfig._.set("portal.attributes.SingleSignOnCheckInterval", 45);cmsConfig._.set("portal.attributes.SingleSignOnDomain", "auth.stuttgarter-zeitung.de");cmsConfig._.set("portal.attributes.SingleSignOnProfileLink", "https://www.stuttgarter-zeitung.de/user-account");cmsConfig._.set("portal.attributes.SingleSignOnOAuthLogoutUrl", "https://auth.stuttgarter-zeitung.de/id/api/v1/identity/logout");cmsConfig._.set("portal.attributes.sourcepointEnabled", false);cmsConfig._.set("portal.attributes.enableGalleryInArticle", false);cmsConfig._.set("portal.attributes.reCaptchaPublicKey", "6LcogAITAAAAAFUa6xEUi2Wx12xcsAk0EazDY_so");window["dataLayer"] = window["dataLayer"] || [];window["dataLayer"] = window["dataLayer"] || []; var platform = "desktop"; var dataLayerV2 = { 'page': { 'publisher': 'STZ', 'platform': platform, 'platform_type': 'standard', /* o. amp */ 'brand_product': 'STZ_de', 'doctype': 'ressort', 'section': 'ANZEIGEN', 'subsection': '', 'object_id': 'e9d35e05-c2fa-47fc-bf92-57024e41029e', 'internal_source': '', /* n/a */ 'paywall_shown': '' /* n/a */ }, 'article': { 'author': 'null', /* profilangaben via Portalattribut ? */ 'main_topic': '', /* n/a */ 'date_published': 'null', 'date_modified': 'null', 'pcat': 'free', 'topic': 'ANZEIGEN, Anzeigenmarkt', 'article_title': 'ANZEIGEN', 'is_reduced': false, 'editorial_team': '', 'label': [], 'asset': [], /* n/a */ 'word_count': 0 }, 'tech': { 'robots_status': true, 'cms_type': '1', 'datalayer_version': '1' }, 'ads': { 'adtag': cmsConfig && cmsConfig._.has("tracking.ivw.enabled") && cmsConfig._.get("advertising.traffective.enabled"), 'ivw_category': '', /* n/a */ 'ivw_code': cmsConfig&&cmsConfig._.has("tracking.ivw.enabled")&&cmsConfig._.get("tracking.ivw.enabled")&&cmsConfig._.has("tracking.ivw.cp")?cmsConfig._.get("tracking.ivw.cp"):"" }, 'products': { 'id': '', /* todo */ 'name': '', /* todo */ 'monthly_price': '' /* todo */ }, 'conversion': { 'type': '', /* todo */ 'transaction_id': '' /* todo */ } }; dataLayer.push(dataLayerV2); var platform = "desktop"; window["dataLayerV3"] = window["dataLayerV3"] || []; dataLayerV3.push({"page":{"publisher":"STZ","canonical":"/anzeigen","doctype":"ressort","section":"ANZEIGEN","subsection":"","object_id":"e9d35e05-c2fa-47fc-bf92-57024e41029e"},"article":{"title":"ANZEIGEN","editorial_team":"","pcat":"free","keywords":"ANZEIGEN, Anzeigenmarkt","label":"","main_topic":"","asset":"","image_id":"","word_count":0,"image_count":0,"identifier":"","userneed":""},"tech":{"index":true},"ad":{"status":true}}); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayerV3','GTM-PP6L9VGK'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PP6L9VGK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayerV3','GTM-PLNKFFPM'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLNKFFPM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> ptEventRegister("userState", function(state) { dataLayerV3.push({ 'event':'dataStateDetermined', 'user-state': state }); }); cmsConfig._.set("tracking.ivw.enabled", true);cmsConfig._.set("tracking.ivw.url", "https://script.ioam.de/iam.js");cmsConfig._.set("tracking.ivw.cp", ("undefined" != typeof(device) && device.mobile() ? "STZM_Rubrikenmaerkte" : "__01_dbrsowfeas_STZ.Rubrikenmaerkte"));cmsConfig._.set("tracking.ivw.sv", (device.mobile() && !false ? "mo" : "in"));cmsConfig._.set("tracking.ivw.st", ("undefined" != typeof(device) && device.mobile() ? "mobmhs" : "mhsdigi"));cmsConfig._.set("tracking.ivw.disableInitial", (getRequestParameter("cms_digplugin") != 1 || getRequestParameter("cms_iframecontext") != 1 ? false : true)); cmsConfig._.set("tracking.ivw.cp", "STZ/spracheDE/formatTXT/erzeugerRED/homepageNO/auslieferungONL/appNO/paidNO/inhaltEAS/adcat/market"); cmsConfig._.set("tracking.ivw.st", "mhsdigi"); cmsConfig._.set("tracking.ivw.dn", ("undefined" != typeof(device) && device.mobile() ? "data-fb37a1e7c3.stuttgarter-zeitung.de" : "data-1fbcf6d7f5.stuttgarter-zeitung.de")); cmsConfig._.set("tracking.ivw.enabled", false); cmsConfig._.set("tracking.google.enabled", false);cmsConfig._.set("advertising.enabled", true);cmsConfig._.set("advertising.enabled", true);cmsConfig._.set("advertising.provider", "rpd");cmsConfig._.set("advertising.cbd", true);cmsConfig._.set("advertising.cbdNativendo", true);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", true);cmsConfig._.set("advertising.oms.enabled", false);cmsConfig._.set("advertising.omsmetatag.enabled", false);cmsConfig._.set("advertising.oms.site", device.mobile() ? "mew.oms.stuttgarter-zeitung.de" : "oms.stuttgarter-zeitung.de");cmsConfig._.set("advertising.oms.zone", "market");cmsConfig._.set("advertising.oms.targeting.bundesland", "BW");cmsConfig._.set("advertising.oms.serverId", "5766");cmsConfig._.set("advertising.oms.mobileServerId", "8635");cmsConfig._.set("advertising.traffective.enabled", false);cmsConfig._.set("advertising.traffective.extendedAdUnitPath", true);cmsConfig._.set("advertising.traffective.dfpZone", "market");cmsConfig._.set("advertising.traffective.dfpContent", "anzeigen");cmsConfig._.set("advertising.traffective.dfpOmsAdUrl", (device.mobile() ? "/8635/oms.stuttgarter-zeitung.de/market" : "/5766/oms.stuttgarter-zeitung.de/market"));cmsConfig._.set("advertising.traffective.dfpAdUrl", "/null/oms.stuttgarter-zeitung.de/market"); cmsConfig._.set("advertising.traffective.targeting.pagetype", "ressort"); cmsConfig._.set("advertising.traffective.targeting.content_id", "e9d35e05-c2fa-47fc-bf92-57024e41029e"); cmsConfig._.set("advertising.traffective.targeting.keywords", ["Anzeigenmarkt"]); cmsConfig._.set("advertising.traffective.targeting.channel", "desktop"); cmsConfig._.set("advertising.traffective.targeting.programmatic_ads", "false"); cmsConfig._.set("advertising.traffective.targeting.ads", "false"); cmsConfig._.set("advertising.speedup", true); cmsConfig._.set("advertising.traffective.outOfPageClass", null);cmsConfig._.set("portal.digplugins.youtube.renderDirectly", true);cmsConfig._.set("portal.digplugins.youtube.noCookieVersion", true);cmsConfig._.set("portal.digplugins.checkEmbeds.enabled", true);cmsConfig._.set("portal.digplugins.checkEmbeds.title", "<strong>Die Redaktion hat diesen Artikel mit<br />einem Inhalt von ${embedType} angereichert.</strong>Durch das Laden des Inhalts k枚nnen personenbezogene Daten an Plattformen 眉bermittelt werden, die Daten m枚glicherweise auch in Drittstaaten au脽erhalb des EWR ohne angemessenes Datenschutzniveau verarbeiten.");cmsConfig._.set("portal.digplugins.checkEmbeds.locationText", "Der Betreiber der Plattform ${embedType} ${embedLocation}.");cmsConfig._.set("portal.digplugins.checkEmbeds.text", "Laden Sie Inhalte von ${embedType} nur, wenn Sie mit dieser 脺bertragung personenbezogener Daten einverstanden sind. Mehr Informationen auch zu Widerrufsm枚glichkeiten finden Sie in der ${privacyLink}.");cmsConfig._.set("portal.digplugins.checkEmbeds.link", "https://www.stuttgarter-zeitung.de/datenschutzerklaerung#IF");cmsConfig._.set("portal.digplugins.checkEmbeds.buttonText", "Inhalt jetzt laden");cmsConfig._.set("portal.digplugins.checkEmbeds.vendor2Plugins", {"youtube":"5e7ac3fae30e7d1bc1ebf5e8","facebook":"5e716fc09a0b5040d575080f","twitter":"5e71760b69966540e4554f01","instagram":"5e7e5243b8e05c1c467daa57","vimeo":"5eac148d4bfee33e7280d13b","soundcloud":"5e7179e49a0b5040d5750812","spotify":"5e7f6927b8e05c111d01b40f","cartodb":"5e7413bc69966540e455b2d0","knightlab":"5edf98cc1554245a15dbb669","bandcamp":"5ef37333aae23214c68f9164","googlemaps":"5eb97b265852312e6a9fbf31","giphy":"5eb97863c9a2c12e5cfa5127","datawrapper":"5ec462c02330505ab89fbb37","thinglink":"5e7414b169966540e455b2d1","tiktok":"5e7f6927b8e05c4e491e7380","riddle":"5ef0df6ffabc265f5650e743","glomex":"604b382da2286319d61aa96e","ivw":"5efefe25b8e05c065164a2e2","googleads":"5f1aada6b8e05c306c0597d7","podigee":"5e717ad49a0b5040d5750815","eulerpool":"6294cedbf53075079047a50b","facebook video":"5e716fc09a0b5040d575080f"});cmsConfig._.set("portal.digplugins.checkEmbeds.location2Plugins", {});cmsConfig._.set("portal.digplugins.checkEmbeds.purposes2Plugins", {"youtube":["5f68b7c8d2ba938ac8354585"],"facebook":["5f68b7c8d2ba938ac8354585"],"twitter":["5f68b7c8d2ba938ac8354585"],"instagram":["5f68b7c8d2ba938ac8354585"],"vimeo":["5f68b7c8d2ba938ac8354585"],"soundcloud":["5f68b7c8d2ba938ac8354585"],"spotify":["5f68b7c8d2ba938ac8354585"],"cartodb":["5f68b7c8d2ba938ac8354585"],"knightlab":["5f68b7c8d2ba938ac8354585"],"bandcamp":["5f68b7c8d2ba938ac8354585"],"googlemaps":["5f68b7c8d2ba938ac8354585"],"giphy":["5f68b7c8d2ba938ac8354585"],"datawrapper":["5f68b7c8d2ba938ac8354585"],"thinglink":["5f68b7c8d2ba938ac8354585"],"tiktok":["5f68b7c8d2ba938ac8354585"],"riddle":["5f68b7c8d2ba938ac8354585"],"glomex":["5f68b7c7d2ba938ac8353ad4","5f68b7c7d2ba938ac8353c5d","5f68b7c7d2ba938ac8353e7c","5f68b7c7d2ba938ac8353978","5f68b7c8d2ba938ac83543ba","5f68b7c8d2ba938ac835403c","5f68b7c8d2ba938ac835413a","5f68b7c8d2ba938ac8354269","5f68b7c7d2ba938ac83538c5","65b90db7c2fee9047bd95dfc"],"ivw":["5efefe25b8e05c065164a2e2"],"googleads":["5f1aada6b8e05c306c0597d7"],"podigee":["5e717ad49a0b5040d5750815"],"eulerpool":["5f68b7c8d2ba938ac8354585"],"facebook video":["5f68b7c8d2ba938ac8354585"]});cmsConfig._.set("portal.digplugins.checkEmbeds.socialGroupVendor", "5f68b7c8d2ba938ac8354585");var permission; var parsedCookieVerify; var signed; var forceverify; var status; var token; try { var permissionCookietool = new CookieTool(); var permissionCookie = permissionCookietool.getCookie('COOKIEVERIFY'); var parsedCookieVerify = {}; try { parsedCookieVerify = JSON.parse(JSON.parse(permissionCookie)); } catch(err) { permissionCookie = decodeURIComponent(permissionCookie); parsedCookieVerify = JSON.parse(permissionCookie.match(/^".*"$/) ? permissionCookie.substring(1, permissionCookie.length - 1) : permissionCookie); } permission = ("undefined" !== parsedCookieVerify["permission"] ? parsedCookieVerify["permission"] : 'false'); signed = ("undefined" !== typeof parsedCookieVerify["signed"] ? parsedCookieVerify["signed"] : 'false'); status = ("undefined" !== typeof parsedCookieVerify["status"] ? parsedCookieVerify["status"] : 'Nicht angemeldet'); token = permissionCookietool.getCookie('AUTHKEY'); } catch (e) { /* console.log('permission: failed to get cookie "COOKIEVERIFY"'); */ permission = 'false'; status = 'Nicht angemeldet'; token = ''; } cmsConfig._.set('page.pay.permission', 'true' === permission); cmsConfig._.set('page.pay.signed', 'true' === signed); cmsConfig._.set('page.pay.status', status); cmsConfig._.set('page.pay.token', token); try { var pc2 = new CookieTool(); var pcAuth = pc2.getCookie('AUTHKEY'); var pcCookieVerify = pc2.getCookie('COOKIEVERIFY'); /* console.log("LOGON", "CHECKLOGON"); console.log("LOGON pcAuth ", pcAuth ); console.log("LOGON pcCookieVerify ", pcCookieVerify ); */ if (typeof pcAuth !== "undefined" && "" != pcAuth) { if (typeof pcCookieVerify === "undefined" || "" == pcCookieVerify) { /* console.log("LOGON", "DOIING REQUEST"); */ var xhr = new XMLHttpRequest(); xhr.onload = function (e) { /* console.log("LOGON onload", e); */ var pcCookieVerify = pc2.getCookie('COOKIEVERIFY'); console.log("LOGON NEW COOKIEVERIFY", pcCookieVerify); var parsedGtmVc; var gtmUserstate; try { parsedGtmVc = JSON.parse(JSON.parse(pcCookieVerify)); } catch(err) { try { parsedGtmVc = JSON.parse(pcCookieVerify.match(/^".*"$/) ? pcCookieVerify.substring(1, pcCookieVerify.length - 1) : pcCookieVerify); } catch(err2) { } } try { /* console.log("LOGON parsedGtmVc", parsedGtmVc); */ if (parsedGtmVc.signed == "true") { /* console.log("LOGON", "reload"); */ cmsConfig._.set('page.pay.permission', 'true' === parsedGtmVc.permission); cmsConfig._.set('page.pay.signed', 'true' === parsedGtmVc.signed); cmsConfig._.set('page.pay.status', 'true' === parsedGtmVc.status); } else { pc2.removeCookie("AUTHKEY"); } } catch(err3) { pc2.removeCookie("AUTHKEY"); } }; xhr.open('GET', '/login?cms.form.field.action=VERIFY&cms.form.field.token=' + pcAuth + '&cms.form.field.login.type=CAS-MHSID&_charset_=UTF-8', false); xhr.send() } } } catch (e) { console.log("foreignt portal"); }</script> <script> cmsConfig._.set("personalization.rootTitle", "Meine StZ"); cmsConfig._.set("personalization.rootAlias", "/meinestz"); </script> <script> cmsConfig._.set("page.follow.item.key", 'Anzeigenmarkt'); cmsConfig._.set("page.follow.item.type", 'theme'); cmsConfig._.set("page.follow.item.headline", 'ANZEIGEN'); cmsConfig._.set("page.follow.item.link", '/anzeigen'); </script> <!-- regwall --><script src="/www/libs/_responsive/js/regwall/regwall.min.js?x=240312-1600" async></script> <script type="text/javascript"> if (!cmsConfig._.has("page.noCookie") || !cmsConfig._.get("page.noCookie")) { !function () { var e = function () { var e, t = "__tcfapiLocator", a = [], n = window; for (; n;) { try { if (n.frames[t]) { e = n; break } } catch (e) { } if (n === window.top) break; n = n.parent } e || (!function e() { var a = n.document, r = !!n.frames[t]; if (!r) if (a.body) { var i = a.createElement("iframe"); i.style.cssText = "display:none", i.name = t, a.body.appendChild(i) } else setTimeout(e, 5); return !r }(), n.__tcfapi = function () { for (var e, t = arguments.length, n = new Array(t), r = 0; r < t; r++)n[r] = arguments[r]; if (!n.length) return a; if ("setGdprApplies" === n[0]) n.length > 3 && 2 === parseInt(n[1], 10) && "boolean" == typeof n[3] && (e = n[3], "function" == typeof n[2] && n[2]("set", !0)); else if ("ping" === n[0]) { var i = { gdprApplies: e, cmpLoaded: !1, cmpStatus: "stub" }; "function" == typeof n[2] && n[2](i) } else a.push(n) }, n.addEventListener("message", (function (e) { var t = "string" == typeof e.data, a = {}; try { a = t ? JSON.parse(e.data) : e.data } catch (e) { } var n = a.__tcfapiCall; n && window.__tcfapi(n.command, n.version, (function (a, r) { var i = { __tcfapiReturn: { returnValue: a, success: r, callId: n.callId } }; t && (i = JSON.stringify(i)), e.source.postMessage(i, "*") }), n.parameter) }), !1)) }; "undefined" != typeof module ? module.exports = e : e() }(); } </script> <style> .appetizer-text, .appetizer-title{hyphens:manual!important;-o-hyphens:manual!important;-moz-hyphens:manual!important;-webkit-hyphens:manual!important} a.mhsd-partner-link { margin-left: 20px; } html[data-layout="desktop"] a.mhsd-partner-link { position: fixed; right: 20px; top: 10px; align-items: start; } html[data-layout="desktop"] a.mhsd-partner-link[black] { top: 7px; } html[data-layout="mobile"] a.mhsd-partner-link { margin-right: 10px; } html[data-layout="mobile"] a.mhsd-partner-link:not([dark]):before { content: url(/staticcontent/common/img/MHSD_60x10_black.png); } html:not([data-layout="mobile"]) a.mhsd-partner-link:not([dark]):before { content: url(/staticcontent/common/img/MHSD_75x12_black.png); } html[data-layout="mobile"] a.mhsd-partner-link[dark]:before { content: url(/staticcontent/common/img/MHSD_60x10_white.png); } html:not([data-layout="mobile"]) a.mhsd-partner-link[dark]:before { content: url(/staticcontent/common/img/MHSD_75x12_white.png); } html[data-static-baseurl*='-bote'][data-layout="mobile"] .mod-header>.m-wrapper>.m-logo>.m-link>.m-img { max-width: 205px; } html[data-static-baseurl*='rzbb'][data-layout="mobile"] .mod-header>.m-wrapper .m-menu--top>.m-item--nav { width: 70px; } </style> <style>[data-userstate="nouserreg"] .is-loggedout,[data-userstate="nouserreg"] .is-logged {display: none !important;}</style> <style>html[data-channel='app'] [data-appexclude="true"] {display: none !important;}</style> <style>.grid {overflow:visible !important;}</style> <script> if ("undefined" !== typeof device["tablet"] && device.tablet()) { if (document.querySelector("meta[name='viewport']")) { document.querySelector("meta[name='viewport']").setAttribute("content", "width=1000"); } } if ("undefined" !== typeof device["app"] && device.app()) { document.getElementsByTagName("html")[0].setAttribute("data-channel","app"); } </script> <link rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/manager/base/es6/bundle.js" as="script" id="IOMmBundle"> <link rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/bootstrap/loader.js" as="script"> <script type="text/javascript" src="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/bootstrap/loader.js"></script> <script rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-zeitung.de/iomm/latest/manager/base/es5/bundle.js"></script> <script>IOMm('configure', {st: cmsConfig.tracking.ivw.st, dn: cmsConfig.tracking.ivw.dn, mh:5});IOMm('pageview', {cp: cmsConfig.tracking.ivw.cp});</script><script>window["ivwReload"] = function() {IOMm('pageview', {cp: cmsConfig.tracking.ivw.cp});};</script><script> cmsConfig._.set("advertising.provider", "rpd");</script> <script> var initRpd = function(params = {}) { window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; var raw = ptGetCookieValue("COOKIEVERIFY"); var cLoggedIn = ("" != raw); // ... window["adsdefinition"] = { zone: 'market', pagetype: "ressort", login: cLoggedIn, keywords: ["Anzeigenmarkt"], stutzeit_kw: "", content: "anzeigen", content_id: "e9d35e05-c2fa-47fc-bf92-57024e41029e", ...params }; // loadScript var s; s = document.createElement('script'); s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-zeitung/headlibrary.js' + '?v=2302151400'; /* s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-zeitung/headlibrary.js' + '?v=20771'; */ s.async = true; document.head.appendChild(s); }; const disableAdsForPaidUser = (cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd")); // Weitere Aktionen hier ausf眉hren ptEventRegister('userContext', function(userContext) { const cancelOutOfPage = ("undefined" !== typeof window["preventInterstitial"] && window["preventInterstitial"]) || (device.mobile() && (userContext.reduced || userContext.meteredReached)); if (!cancelOutOfPage) { const outOfPage = document.createElement("div"); outOfPage.classList.add("OutOfPage"); outOfPage.id = "traffective-ad-OutOfPage"; if (document.querySelector("body")) { document.body.appendChild(outOfPage); } else { const bodyObserver = new MutationObserver((mutations, obs) => { for (const mutation of mutations) { if (mutation.type === 'childList') { mutation.addedNodes.forEach(node => { if (node.nodeType === 1 && node.matches('body')) { document.body.appendChild(outOfPage); obs.disconnect(); } }); } } }); bodyObserver.observe(document.documentElement, { childList: true, subtree: true }); } } if (userContext.subscribed) { initRpd({"abo": true, "paiduser": "paiduser", "paywall": false}); } else { initRpd({"abo": false, "paiduser": "nopaiduser", "paywall": userContext.meteredReached || false}); } }); </script><script> const CmsLoginManager = {}; CmsLoginManager.init = function() { console.log("CmsLoginManager is deprecated"); } CmsLoginManager["execLoginAction"] = function(action) { if ('LOGIN' == action) { authManager.login(); } } CmsLoginManager["login"] = function() { authManager.login(); } CmsLoginManager["logout"] = function() { authManager.logout(); } CmsLoginManager["editData"] = function() { authManager.editData(); } </script> <script src="/www/libs/_responsive/js/auth/auth-piano.min.js?build=20240509-1645-v31"></script> <link rel="shortcut icon" href="https://www.stuttgarter-zeitung.de/www/stuttgarter_zeitung/favicon.ico" type="image/ico"> <link rel="stylesheet" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/css/main.min.css?build=20240509-1645"> <script> document.cookie = "__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"; var setNptTechAdblockerCookie = function (adblocker) { var d = new Date(); d.setTime(d.getTime() + 60 * 5 * 1000); document.cookie = "__adblocker=" + (adblocker ? "true" : "false") + "; expires=" + d.toUTCString() + "; path=/"; }; var script = document.createElement("script"); script.setAttribute("async", true); script.setAttribute("src", "//www.npttech.com/advertising.js"); script.setAttribute("onerror", "setNptTechAdblockerCookie(true);"); document.getElementsByTagName("head")[0].appendChild(script); </script> <!-- <script src="https://www.stuttgarter-zeitung.de/www/libs/js/jquery-3.4.1.min.js"></script> --> <link rel="apple-touch-icon" sizes="180x180" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon-16x16.png"> <link rel="manifest" href="https://www.stuttgarter-zeitung.de/manifest.json"> <link rel="mask-icon" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/safari-pinned-tab.svg" color="#cc9900"> <link rel="shortcut icon" href="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/favicons/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="Schw盲bisch f眉r Anf盲nger" href="https://cdn.julephosting.de/podcasts/580-schwabisch-fur-anfanger/feed.rss" /> <script> if (!document.cookie.match(/^(.*;)?\s*sp_optout_ga\s*=\s*[^;]+(.*)?$/)) { var d = new Date(); d.setDate(d.getDate() + 365); var expires = "expires=" + d.toUTCString(); document.cookie = 'sp_optout_ga=true;' + expires + '; domain=stuttgarter-zeitung.de; path=/'; } if (!document.cookie.match(/^(.*;)?\s*sp_optout_pa\s*=\s*[^;]+(.*)?$/)) { var d = new Date(); d.setDate(d.getDate() + 365); var expires = "expires=" + d.toUTCString(); document.cookie = 'sp_optout_pa=true;' + expires + '; domain=stuttgarter-zeitung.de; path=/'; } </script> <script async id="ebx" src="//applets.ebxcdn.com/ebx.js"></script> <script> (function (src) { var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = src; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) })("//c2.stuttgarter-zeitung.de/xbuilder/experience/load?aid=tugW8mCEpe"); </script> <script> function openSpPm() { window._sp_.gdpr.loadPrivacyManagerModal(window.pmId); } if (window["ptEventRegister"]) { ptEventRegister("userState", function (state) { if ("is-subscribed" == state) { console.debug('SPSPSP IS SUBSCRIBED'); window.pmId = 814204; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8576, baseEndpoint: 'https://sp-consent.stuttgarter-zeitung.de', gdpr: {}, targetingParams: { isSubscriber: true }, events: { onMessageChoiceSelect: function (message_type, choice_id, choice_type_id) { // 11 = Accept All if (choice_type_id == 11) { pa.consent.setMode('opt-in'); // send PA Event after Consent pa.sendEvent('page.display', {}); if (location.href.indexOf('/inhalt.') > -1) { pa.sendEvent('article.display', {}); } } } } } }; const spScript = document.createElement('script'); spScript.async = true; spScript.src = 'https://sp-consent.stuttgarter-zeitung.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } else { console.debug('SPSPSP IS NOT SUBSCRIBED'); window.pmId = 814203; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8576, baseEndpoint: 'https://sp-consent.stuttgarter-zeitung.de', gdpr: {}, targetingParams: { isSubscriber: false }, events: { onMessageChoiceSelect: function (message_type, choice_id, choice_type_id) { // 11 = Accept All if (choice_type_id == 11) { pa.consent.setMode('opt-in'); // send PA Event after Consent pa.sendEvent('page.display', {}); if (location.href.indexOf('/inhalt.') > -1) { pa.sendEvent('article.display', {}); } } } } } }; const spScript = document.createElement('script'); spScript.async = true; spScript.src = 'https://sp-consent.stuttgarter-zeitung.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } }); } </script> <!-- header - v221117 --><script> "use strict";function initIVW(){loadScriptDynamically(cmsConfig.tracking.ivw.url,function(){if("undefined"!=typeof iom){var e;if(device.app()){if(void 0===iom.h)return console.log("tracking - ivw - iom.h not available"),!1;e=iom.h}else{if(void 0===iom.c)return console.log("tracking - ivw - iom.c not available"),!1;e=iom.c}window.iam_data={st:cmsConfig.tracking.ivw.st,sv:cmsConfig.tracking.ivw.sv,cp:cmsConfig.tracking.ivw.cp,sc:cmsConfig._.has("tracking.ivw.sc")&&"yes"==cmsConfig._.get("tracking.ivw.sc")?"yes":"no"},cmsConfig._.has("tracking.ivw.disableInitial")&&0!=cmsConfig._.get("tracking.ivw.disableInitial")||e(iam_data,1),window.ivwReload=function(t){void 0!==t&&(iam_data.cp=t),e(iam_data,1),"traffective"==cmpMode&&(console.log("tracking - ivw - do refresh for anonym"),"undefined"!=typeof IOMm&&IOMm("pageview",{cp:cmsConfig.tracking.ivw.cp}),console.log("tracking - ivw - reloaded"))}}else console.log("tracking - ivw - unable to access iom-data")}),cmsConfig._.has("tracking.ivw.anonymous")&&1!=cmsConfig._.get("tracking.ivw.anonymous")||"undefined"!=typeof ima&&(ima("init",{st:cmsConfig.tracking.ivw.st,cp:cmsConfig.tracking.ivw.cp,dn:cmsConfig.tracking.ivw.sdn}),ima("count"))}function initGoogle(){var e;e=cmsConfig._.has("tracking.google.nameSpace")?cmsConfig.tracking.google.nameSpace:"ga";var t;t=cmsConfig._.has("tracking.google.prefix")?cmsConfig.tracking.google.prefix:"ga_";var n,i="1"==getRequestParameter("gaDebug");n=i?cmsConfig.tracking.google.urlDebugMode:cmsConfig.tracking.google.url,function(e,t,n,i,a,o,s){e.GoogleAnalyticsObject=a,e[a]=e[a]||function(){(e[a].q=e[a].q||[]).push(arguments)},e[a].l=1*new Date,o=t.createElement(n),s=t.getElementsByTagName(n)[0],o.async=1,o.src=i,s.parentNode.insertBefore(o,s)}(window,document,"script",n,e),window[e]("create",cmsConfig.tracking.google.account,"auto",{siteSpeedSampleRate:cmsConfig.tracking.google.setSiteSpeedSampleRate}),window[e]("set","anonymizeIp",cmsConfig.tracking.google.anonymizeIp),window[e]("set","forceSSL",cmsConfig.tracking.google.forceSSL),cmsConfig._.has("tracking.google.customData")&&window[e]("set",cmsConfig.tracking.google.customData),window[e]("send","pageview"),window.gaReload=function(){window[e]("send","pageview")};var a,o=function(e,n){void 0===n&&(n="[class*='"+t+"']");var i=e.parentElement;if(null!=i){if(Element.prototype.closest){return i.closest(n)}for(;null!=i;){if(i.matches(n))return i;i=i.parentElement}}},s=!1,r=function(e,t,n){if(void 0===n&&(n=!0),t?(i&&console.log("tracking - google - succesfully tracked :) - delete critical timeout"),clearTimeout(a)):i&&(console.warn,console.warn("tracking - google - request failed (to slow) :( - used critical timeout of '"+cmsConfig.tracking.google.criticalTimeOut+"ms' to enhance user experience")),!s){if(s=!0,i)return i&&console.log("tracking - google - now we would delegate link if exists..."),s=!1,!1;if(!n)return i&&console.log("tracking - google - linkdelegation disabled by config > exit"),s=!1,!1;if(!n||!e.hasAttribute("href"))return s=!1,!1;var o=e.getAttribute("href");if(device.app()){var r=document.createElement("a");r.setAttribute("href",o),setTimeout(function(){s=!1},50),r.click()}else window.location.href=o,setTimeout(function(){s=!1},50)}},c=function(e){var n=new RegExp(t+"(\\S*)"),i=e,a=[],s={};for(s.trackingCode=i.className.match(n)[1],s.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",a.push(s);null!=i;)s={},(i=o(i))&&(s.trackingCode=i.className.match(n)[1],s.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",a.push(s));return a=a.reverse()};window.onclick=function(n){if(1!=n.which)return i&&console.log("tracking - google - no left mousebutton clicked > exit"),!0;i&&(n.preventDefault(),console.log("tracking - google - debug-mode > preventdefault for every click")),n=n||window.event;var s,d=n.target||n.srcElement;if(null==(s=d.matches("a[class*='"+t+"']")?d:o(d,"a[class*='"+t+"']")))return i?(console.log("tracking - google - no ga-enabled link click-context > exit"),!1):void 0;if("custom"==s.className.match(new RegExp(t+"(\\S*)"))[1]){var g=!0,l=cmsConfig.tracking.google.criticalTimeOut;if(!s.hasAttribute("data-ga-custom")&&i)return console.log("tracking - google - no custom-data found for ga-custom tracking > exit"),!1;var f=s.getAttribute("data-ga-custom");f=f.replace(/'/g,'"');try{f=JSON.parse(f)}catch(e){i&&console.log("tracking - google - unable to parse customData for ga-custom tracking > exit")}if(n.preventDefault(),"social"==f.hitType&&(g=!1,l+=50),f.hitCallback=function(){return r(s,!0,g)},"social"==f.hitType&&void 0===f.socialTarget)try{f.socialTarget=document.querySelector("link[rel='canonical']").href}catch(e){i&&console.log("tracking - google - unable to determine socialTarget from canonical in ga-custom tracking > default is current url"),f.socialTarget=window.location.href}a=setTimeout(function(){return r(s,!1,g)},l),window[e]("send",f)}else{var u=c(s);if(u.length<2)return i?(1==u.length?console.log("tracking - google - no ga-enabled wrapper found for '"+u[0].trackingCode+"' > exit"):console.log("tracking - google - unknown error in ga-tracking declaration > exit"),!1):void 0;var m=null!=o(s,"nav"),v=!0;m&&(v=!1);var g=!1;v&&(g=!0,n.preventDefault());for(var p,C,b,w="",y="",h=0;h<u.length;h++)p=u[h],C=p.trackingCode,b=p.trackingContext,w+=(""!=w?"/":"")+C,y=""!=b?b:y;a=setTimeout(function(){return r(s,!0,g)},cmsConfig.tracking.google.criticalTimeOut),window[e]("send",{hitType:"event",eventCategory:w,eventAction:"click",eventLabel:y,eventValue:null,nonInteraction:!0,hitCallback:function(){return r(s,!0,g)}})}return!i&&void 0}}var loadScriptDynamically=function(e,t){if(void 0!==t){if((-1!=e.indexOf("_default/index.min.js")||-1!=e.indexOf("videojs.ima3.min.js"))&&"undefined"!=typeof require&&"function"==typeof require){var n=((new Date).getTime(),Math.floor(100*Math.random()+1),e.replace(".js",""));return-1!=e.indexOf("videojs.ima3.min.js")?void cmsCore.require(["extLoader"],function(e){e.load(n,function(){t()})}):void(void 0!==window.bc?(alert("allready defineda"),t()):cmsCore.require(["extLoader"],function(e){e.load(n,function(){window.bc=reqRet,t()})}))}var i="javascript";-1!=e.indexOf("css")&&(i="css");var a=!1;if(void 0===window.digDynLoaded&&(window.digDynLoaded={}),void 0===window.digDynLoaded[e]?(window.digDynLoaded[e]=[],window.digDynLoaded[e].readyState=!1):a=!0,window.digDynLoaded[e].readyState||(window.digDynLoaded[e].callbacks=window.digDynLoaded[e].callbacks||[],window.digDynLoaded[e].callbacks.push(t)),a)return void(window.digDynLoaded[e].readyState?(console.log(i+" already loaded - queue is already done - executing at once (1 callbacks for "+e+")"),t()):console.log(i+" already loaded - callbacks are pushed into queue"));if("javascript"==i){var o=document.createElement("script");o.type="text/javascript",o.src=e}if("css"==i&&(o=document.createElement("link"),o.rel="stylesheet",o.type="text/css",o.href=e),o.async=!0,void 0!==t&&(o.onreadystatechange,o.onload=function(e,t){var n;if("LINK"==e.currentTarget.tagName)return void console.log("... we do no callbacks for stylesheets");n=e.target.src;var a;for(var o in window.digDynLoaded)if(console.log(o),-1!=n.indexOf(o)){window.digDynLoaded[o].readyState=!0;var s=window.digDynLoaded[o].callbacks;console.log(i+" callbacks are executed from queue ("+s.length+" callbacks for "+o+")"),console.log("~t>>"+window.digDynLoaded[o].callbacks.length);for(var r=0;r<s.length;r++)a=s[r],ptDomReady(a);delete window.digDynLoaded[o].callbacks}},o.onerror=function(){console.log("error while loading script - "+e),-1!=e.indexOf("adbl")&&(console.log("exec anyway..."),t())}),!a){document.getElementsByTagName("head")[0].appendChild(o)}}else var t=function(){console.log("no callback defined for "+e)}};cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/load-script",function(){});var layout=function(){var e,t,n,i=function(e,t){if(e.currentStyle)var n=e.currentStyle[t];else if(window.getComputedStyle)var n=document.defaultView.getComputedStyle(e,null).getPropertyValue(t);return n},a=[],o=function(){return document.getElementsByTagName("html")[0]},s=function(){var i="undefined"!=document.documentElement?document.documentElement.clientWidth:window.innerWidth,a=i;if(device.mobile()||device.tablet()){var s=o();return void s.setAttribute("data-cw",a)}for(var r=0;r<=cmsConfig.constants.desktopBreakpoints.length;r++){var c=cmsConfig.constants.desktopBreakpoints[r],d=r==cmsConfig.constants.desktopBreakpoints.length-1?c:cmsConfig.constants.desktopBreakpoints[r+1];a>c&&a<=d-cmsConfig.constants.browserBar&&(e=d)}null==e&&(e=i);var s=o();if(s.hasAttribute("data-cw")&&null!=e&&e!=parseInt(s.getAttribute("data-cw"))){if(s.hasAttribute("data-cw")){var g=parseInt(s.getAttribute("data-cw"));t=m();var l=document.querySelectorAll("[style*='left: "+n+"px']");l.length>0&&(l[0].style.left=t+"px");var f=Math.round((g-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2),u=Math.round((g-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2);l=document.querySelectorAll("[style*='left: "+f+"px']"),l.length>0&&(l[0].style.left=u+"px")}s.setAttribute("data-cw",e)}else s.setAttribute("data-cw",e)},r=function(){var e=o();if(cmsConfig._.has("constants.disableFluidGrid")&&1==cmsConfig._.get("constants.disableFluidGrid"))e.setAttribute("data-layout",l());else if(device.mobile()||device.tablet())e.setAttribute("data-layout",l());else{var t=window.innerWidth,n=f();"1"==getRequestParameter("cms_iframecontext")?(e.setAttribute("data-layout",l()),c()):t<=cmsConfig.constants.mobileBreakpoint?e.hasAttribute("data-layout")&&"mobile"==e.getAttribute("data-layout")||(n="mobile",e.setAttribute("data-layout",n),c()):t>cmsConfig.constants.mobileBreakpoint&&t<=cmsConfig.constants.tabletBreakpoint?e.hasAttribute("data-layout")&&"tablet"==e.getAttribute("data-layout")||(n="tablet",e.setAttribute("data-layout",n),c()):t>cmsConfig.constants.tabletBreakpoint&&(e.hasAttribute("data-layout")&&"desktop"==e.getAttribute("data-layout")||(n="desktop",e.setAttribute("data-layout",n),c()))}var i=device.orientation();e.hasAttribute("data-orientation")&&i==e.getAttribute("data-orientation")||e.setAttribute("data-orientation",i)},c=function(){for(var e=0;e<a.length;e++)a[e]()},d=function(){var e=o(),t="desktop";device.tablet()&&(t="tablet"),device.mobile()&&(t="mobile"),e.setAttribute("data-device",t)},g=function(){r(),s()},l=function(){return o().getAttribute("data-device")},f=function(){return o().getAttribute("data-layout")},u=function(){return o().getAttribute("data-cw")},m=function(){n=t;var e=document.getElementsByClassName("site")[0];return t=Math.round(parseFloat(i(e,"padding-left"))+parseFloat(i(e,"margin-left"))+parseFloat(i(e,"width"))),isNaN(t)&&(t=Math.round((layout.getContextWidth()-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2+cmsConfig.constants.desktopMinWidth+cmsConfig.constants.browserBar)),t},v=function(e,t){var n=!1;if(void 0!==e&&null!=e)for(var i,a,o=layout.getLayoutString(),s=0;s<e.length;s++)-1!=e[s].indexOf("|")?(i=e[s].split("|")[0],a=e[s].split("|")[1],o==i&&device.orientation()==a&&(n=!0)):(i=e[s],o==i&&(n=!0));return void 0!==t&&t(n),n};return function(){d(),r(),s()}(),{getDeviceString:l,getLayoutString:f,getContextWidth:u,getSkyscraperPos:m,getCSSProperties:i,changedLayoutCallbacks:a,withinLayoutConstraints:v,refresh:g}}();cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/layout",function(){});var cmpMode=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector),HTMLElement.prototype.click=function(){var e=this.ownerDocument.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,this.ownerDocument.defaultView,1,0,0,0,0,!1,!1,!1,!1,0,null),this.dispatchEvent(e)},window.trackerRefresh=function(){"function"==typeof gaReload&&gaReload(),"function"==typeof ivwReload&&ivwReload(),"function"==typeof siteStatReload&&siteStatReload(),"function"==typeof piwikReload&&piwikReload(),"function"==typeof ioReload&&ioReload()},cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.ivw.enabled")||1!=cmsConfig._.get("tracking.ivw.enabled")?console.log("tracking - ivw - disabled by config"):"traffective"==cmpMode?__tcfapi("addEventListener",2,function(e,t){0==t?console.error("addEventListener throws error"):(console.log("Event listener: ",t,e),!0===e.vendor.consents[730]?(console.log("\tivw-Vendor 730 has consent"),initIVW()):console.log("\tivw-Vendor 730 has no consent"))}):__tcfapi("addEventListener",2,function(e,t){"tcloaded"!==e.eventStatus&&"useractioncomplete"!==e.eventStatus||__tcfapi("getCustomVendorConsents",2,function(e,t){t&&(e.grants["5efefe25b8e05c065164a2e2"].vendorGrant?initIVW():console.log("Kein IVW Consent"))})}),cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.linkpulse.enabled")||1!=cmsConfig._.get("tracking.linkpulse.enabled")||(cmsConfig._.has("tracking.linkpulse.autoMarker")&&1==cmsConfig._.get("tracking.linkpulse.autoMarker")&&(document.onreadystatechange=function(){if("interactive"==document.readyState||"complete"==document.readyState){var e,t,n,i,a;n=cmsConfig._.has("tracking.linkpulse.prefix")?cmsConfig.tracking.linkpulse.prefix:"lp_",t=document.querySelector(".brickgroup.body"),t.classList.contains(n)||t.classList.add(n+"main"),e=document.querySelectorAll(".body > .brickgroup, .body > .brick");for(var o=1;o<=e.length;o++){t=e[o-1],t.classList.contains(n)||t.classList.add(n+"row"+o),i=t.querySelectorAll(".item .content a.data");for(var s=1;s<=i.length;s++)a=i[s-1],a.classList.contains(n)||a.classList.add(n+"pos"+s)}}}),loadScriptDynamically(cmsConfig.tracking.linkpulse.url,function(){console.log("tracking - linkpulse - initialized")}));var testMode="1"==getRequestParameter("test");cmsConfig._.has("tracking.enabled")&&1!=cmsConfig._.get("tracking.enabled")||!cmsConfig._.has("tracking.google.enabled")||1!=cmsConfig._.get("tracking.google.enabled")||("traffective"==cmpMode?__tcfapi("addEventListener",2,function(e,t){0==t?console.error("tcfapi addEventListener throws error"):"tcloaded"!==e.eventStatus&&"useractioncomplete"!==e.eventStatus||(e.customVendors&&e.customVendors.consents&&e.customVendors.consents[871]?(console.log("Google consent"),initGoogle()):e.customVendors&&e.customVendors.consents&&!e.customVendors.consents[871]&&console.log("Kein Google consent"))}):initGoogle()),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/tracking",function(){});var oms_site=cmsConfig._.get("advertising.oms.site"),oms_zone=cmsConfig._.get("advertising.oms.zone"),doReplacements=function(){for(var e,t,n=document.querySelectorAll("a[href]"),i=0;i<n.length;++i)e=n[i],t=e.getAttribute("href"),-1==t.indexOf("#")&&-1==t.indexOf("javascript")&&(-1==t.indexOf("byPassDigCmsCache")&&(t=t+(-1==t.indexOf("?")?"?":"&")+"byPassDigCmsCache=preview"),-1==t.indexOf("useReplacementTemplates")&&(t=t+(-1==t.indexOf("?")?"?":"&")+"useReplacementTemplates"),e.setAttribute("href",t));var a=document.querySelector("form[action*='/suche']");if(a){var o=document.createElement("input");o.type="hidden",o.name="byPassDigCmsCache",o.value="preview",a.appendChild(o),o=document.createElement("input"),o.type="hidden",o.name="useReplacementTemplates",a.appendChild(o)}},generateSiteClass=function(){var e=window.location.pathname;if(!(document.getElementsByClassName("site").length<1)){var t=document.getElementsByClassName("site")[0];document.getElementsByTagName("html")[0].hasAttribute("data-addedtags")&&-1<document.getElementsByTagName("html")[0].getAttribute("data-addedtags").indexOf("cms_lightbox")&&t.setAttribute("style","max-width:880px;"),cmsConfig._.get("page.type")&&t.classList.add(cmsConfig._.get("page.type").toLowerCase()),(e.startsWith("/thema/")||e.startsWith("/themen/"))&&t.classList.add("topics"),e.startsWith("/suche")&&t.classList.add("search"),void 0!==getRequestParameter("cms_digplugin")&&"1"==getRequestParameter("cms_digplugin")&&t.classList.add("digplugin"),void 0!==getRequestParameter("cms_iframecontext")&&"1"==getRequestParameter("cms_iframecontext")&&t.classList.add("iframe-context")}},initPage=function(){cmsConfig.constants.useReplacementMode&&-1==window.location.href.indexOf("inApp=true")&&("interactive"===document.readyState?doReplacements():document.addEventListener?document.addEventListener("DOMContentLoaded",function(){doReplacements()}):document.attachEvent&&document.attachEvent("onreadystatechange",function(){"complete"===document.readyState&&doReplacements()})),-1==cmsConfig.constants.staticBaseUrl.indexOf("_dev")?loadScriptDynamically(cmsConfig.constants.staticBaseUrl+"merged/main.js?build="+cmsConfig.page.buildNr,function(){"undefined"==typeof cmsCore&&(window.cmsCore=window),document.querySelectorAll("a.data.article-iframe").length>0&&cmsCore.require(["apps/article-iframe"],function(e){e.init()}),cmsCore.require(["apps/lazysizes"],function(e){e.init()}),cmsCore.require(["domready"],function(e){e(function(){generateSiteClass(),cmsCore.require(["core/page-core"],function(e){e.init()})})})}):(document.querySelectorAll("a.data.article-iframe").length>0&&cmsCore.require(["apps/article-iframe"],function(e){e.init()}),cmsCore.require(["apps/lazysizes"],function(e){e.init()}),cmsCore.require(["domready"],function(e){e(function(){generateSiteClass(),cmsCore.require(["core/page-core"],function(e){e.init()})})}))};-1==cmsConfig.constants.staticBaseUrl.indexOf("_dev")?setTimeout(function(){(cmsCore||window).define=void 0,initPage()},0):initPage(),cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/page-init",function(){}),window.natInitialized=window.natInitialized||!1;var useOmsNative=cmsConfig._.has("advertising.omsnative.enabled")&&1==cmsConfig._.get("advertising.omsnative.enabled"),useNativendo=cmsConfig._.has("advertising.nativendo.enabled")&&1==cmsConfig._.get("advertising.nativendo.enabled"),initNativendo=function(){if(!useOmsNative&&!useNativendo)return void console.log("advertising - nativendo/omsnative - disabled by config");if(!window.natInitialized)if(window.natInitialized=!0,cmsConfig._.has("advertising.traffective.enabled")&&cmsConfig._.get("advertising.traffective.enabled")){if(cmsConfig._.has("advertising.nativendo.enabled")&&0==cmsConfig._.get("advertising.nativendo.enabled"))return void console.log("advertising - nativendo - disabled by config");if(!cmsConfig._.has("advertising.omsnative.enabled")||0==cmsConfig._.get("advertising.omsnative.enabled"))return void console.log("advertising - omsnative - disabled by config");if(cmsConfig._.has("page.pay.nad")&&1==cmsConfig._.get("page.pay.nad")&&cmsConfig._.has("advertising.cbd")&&1==cmsConfig._.get("advertising.cbd")&&cmsConfig._.has("advertising.cbdNativendo")&&1==cmsConfig._.get("advertising.cbdNativendo"))return void console.log("advertising - nativendo - disabled by abo");var e=void 0!==oms_site?oms_site:rmsi_site,t=void 0!==oms_zone?oms_zone:rmsi_zone,n=document.createElement("script"),i=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";"traffective"==i?(n.type="text/plain",n.setAttribute("data-cmp-vendor","371"),n.setAttribute("data-cmp-script","")):n.type="text/javascript",n.async=!0;var a=document.location.protocol+"//d.nativendo.de/cds/delivery/init",o="";if(cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var s=cmsConfig._.get("advertising.traffective.targeting");for(var r in s)o+=(""!=o?"&":"?")+r+"="+s[r]}n.src=a+o;var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}else if(useOmsNative){if(cmsConfig._.has("advertising.nativendo.enabled")&&0==cmsConfig._.get("advertising.nativendo.enabled"))return void console.log("advertising - nativendo - disabled by config");if(!cmsConfig._.has("advertising.omsnative.enabled")||0==cmsConfig._.get("advertising.omsnative.enabled"))return void console.log("advertising - omsnative - disabled by config");var e=void 0!==oms_site?oms_site:rmsi_site,t=void 0!==oms_zone?oms_zone:rmsi_zone,n=document.createElement("script");if(n.type="text/javascript",n.async=!0,n.src=document.location.protocol+"//d.nativendo.de/cds/delivery/init?oms_zone="+t+"&cw="+t+"&w="+e,cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var s=cmsConfig._.get("advertising.traffective.targeting");for(var r in s)n.src+="&"+r+"="+s[r]}var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}else{var n=document.createElement("script");n.type="text/javascript",n.async=!0,n.src="//d.nativendo.de/cds/delivery/init";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(n,c)}};if(cmsConfig._.has("advertising.speedup")&&1==cmsConfig._.get("advertising.speedup"))if(cmsConfig._.has("advertising.cbd")&&1==cmsConfig._.get("advertising.cbd")&&cmsConfig._.has("advertising.cbdNativendo")&&1==cmsConfig._.get("advertising.cbdNativendo"))ptEventRegister("userState",function(e){"is-subscribed"==e||initNativendo()});else{var cmpMode=-1<window.location.href.indexOf("idowa.de")?"traffective":"sourcepoint";"traffective"==cmpMode?(document.addEventListener("DOMContentLoaded",initNativendo()),__tcfapi("addEventListener",2,function(e,t){console.log(e)})):document.addEventListener("DOMContentLoaded",initNativendo())}cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/core/advertising/nativendo.js",function(){}),cmsCore.define("apps/callback",[],function(){var e=function(e){var t=e;if("superbanner"==t||"banner"==t||"traffective-ad-Superbanner"==t){var i=document.getElementById(t);if(i){i.classList.contains("visible")&&void 0!==layout.withinLayoutConstraints&&layout.withinLayoutConstraints(cmsConfig._.get("advertising.oms.superbannerFixedConstraint"),function(e){var t=document.getElementsByTagName("html")[0];e?t.setAttribute("data-superbanner-fixed",!0):t.setAttribute("data-superbanner-fixed",!1),window.addEventListener("resize",function(e){layout.withinLayoutConstraints(cmsConfig._.get("advertising.oms.superbannerFixedConstraint"),function(e){var t=document.getElementsByTagName("html")[0];e?t.setAttribute("data-superbanner-fixed",!0):t.hasAttribute("data-superbanner-fixed")&&t.setAttribute("data-superbanner-fixed",!1)})})})}}n()},t=function(){n()},n=function(){cmsConfig._.has("advertising.speedup")&&0!=cmsConfig._.get("advertising.speedup")||cmsConfig._.has("advertising.omsnative.enabled")&&1==cmsConfig._.get("advertising.omsnative.enabled")&&(cmsCore||window).require(["apps/advertising/nativendo"],function(e){window.setTimeout(function(){e.init()},5,e)})};return{init:e,initAdblocked:t}});var initTraffective=function(){if(!(cmsConfig._.has("advertising.traffective.enabled")&&1==cmsConfig._.get("advertising.traffective.enabled")||"1"==getRequestParameter("Traffective")))return void console.log("advertising - traffective - disabled by config");if(cmsConfig._.has("advertising.traffective.deviceConstraint")){var e=layout.getDeviceString();if(-1==cmsConfig._.get("advertising.traffective.deviceConstraint").indexOf(e))return void console.log("advertising - traffective - exit because device "+e+" isn't allowed for traffective (check deviceConstraints)")}if(!cmsConfig._.has("advertising.traffective.traffectiveScript"))return void console.log("advertising - traffective - exit because no script-src configured");window.gptReload=function(e){return void 0!==e&&null!=e&&""!=e&&("undefined"==typeof traffective?(console.log("advertising - traffective - traffective isn't available yet - aborting reload of '"+e+"'"),!1):(traffective.refreshSlot(e),console.log("advertising - traffective - successfully reloaded '"+e+"'"),!0))};var t,n=[];t={},t.key="zone",t.values=null,t.value=cmsConfig._.get("advertising.traffective.dfpZone"),n.push(t),t={},t.key="content",t.values=null,t.value=cmsConfig._.get("advertising.traffective.dfpContent"),n.push(t);var i=ptGetCookieValue("COOKIEVERIFY"),a=""!=i;if(t={},t.key="login",t.values=null,t.value=a.toString(),n.push(t),cmsConfig._.has("advertising.traffective.targeting")&&Object.keys(cmsConfig._.get("advertising.traffective.targeting")).length>0){var o=cmsConfig._.get("advertising.traffective.targeting");for(var s in o)t={},t.key=s,"object"==typeof o[s]||0==o[s].indexOf("[")&&o[s].indexOf("]")==o[s].length-1?(t.values=o[s],t.value=null):(t.values=null,t.value=o[s]),n.push(t)}var r,c="/"+cmsConfig._.get("advertising.traffective.dfpServerId")+"/"+cmsConfig._.get("advertising.traffective.dfpSite")+"/"+cmsConfig._.get("advertising.traffective.dfpZone"),d="/"+cmsConfig._.get("advertising.traffective.dfpServerId")+"/"+cmsConfig._.get("advertising.traffective.dfpSite")+"/"+cmsConfig._.get("advertising.traffective.dfpZone")+(cmsConfig._.has("advertising.traffective.adUnitExtension")?"/"+cmsConfig._.get("advertising.traffective.adUnitExtension"):"")+(cmsConfig._.has("advertising.traffective.targeting.pagetype")&&"homepage"!=cmsConfig._.get("advertising.traffective.targeting.pagetype")?"/"+cmsConfig._.get("advertising.traffective.targeting.pagetype"):"");if(r=cmsConfig._.has("advertising.traffective.extendedAdUnitPath")&&cmsConfig._.get("advertising.traffective.extendedAdUnitPath")?'{"dfpAdUrl": "'+d+'","targeting": '+JSON.stringify(n)+"}":'{"dfpAdUrl": "'+c+'","dfpAdUrlV2": "'+d+'","targeting": '+JSON.stringify(n)+"}",cmsConfig._.has("advertising.traffective.outOfPageClass")&&""!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&null!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&document.body){var g=document.createElement("div");g.style.display="none",g.className=cmsConfig._.get("advertising.traffective.outOfPageClass"),g.id="traffective-ad-Interstitial",document.body.appendChild(g)}var l=document.getElementById("superbanner");l&&(l.className+=" superbanner_1");var f=document.getElementById("skyscraper");f&&(f.className+=" skyscraper_1"),document.addEventListener("trfSlotRendered",function(e){if(null!==e.detail.placement){var t=e.detail.placement;if(!e.detail.status){var n=document.querySelector("."+t);if(n){var i=n.getAttribute("id");n.classList.add("visible"),cmsCore.require(["apps/callback"],function(e){e.init(i)})}}}});var u=document.createElement("STYLE");u.type="text/css",u.appendChild(document.createTextNode(".trf-declaration-container{line-height: 1;}")),document.head.appendChild(u);var m="https:"===document.location.protocol?"https":"http",v=m+"://cdntrf.com/",p=cmsConfig._.get("advertising.traffective.traffectiveScript"),C=document.createElement("script");C.type="text/javascript",C.id="trfAdSetup",C.async=!0,C.src=v+p,C.setAttribute("data-traffectiveConf",r),-1<window.navigator.userAgent.toLowerCase().indexOf("firefox")?document.addEventListener("DOMContentLoaded",function(e){console.log("TRF DEBUG - after domload append"),document.body.appendChild(C)}):(document.body||document.head||document.documentElement).appendChild(C)};if(cmsConfig._.has("advertising.speedup")&&1==cmsConfig._.get("advertising.speedup"))if(cmsConfig._.has("portal.attributes.userRegType")&&"CAS-MHSID"==cmsConfig._.get("portal.attributes.userRegType")){window.ptGetCookieValue=window.ptGetCookieValue||function(e){var t=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)");return t?t.pop():""};var raw=ptGetCookieValue("COOKIEVERIFY"),cloggedIn=""!=raw&&cmsConfig._.has("advertising.cbd")&&cmsConfig._.get("advertising.cbd");cloggedIn&&void 0!==window.ptEventRegister?ptEventRegister("userState",function(e){"is-subscribed"==e?console.log("advertising - traffective - disabled by abo"):initTraffective()}):initTraffective()}else initTraffective();cmsCore.define("../../../../../www/libs/_responsive/2016-12/js/_dev/core/advertising/traffective.js",function(){}),cmsCore.define("merged/pageinit",function(){}); window["gaReload"] = function gaReload(_pushData) { var pushData = _pushData || {}; if ("undefined" == typeof pushData["event"]) { pushData["event"] = "VirtualPageview"; } if ("undefined" == typeof pushData["eventAction"]) { pushData["eventAction"] = "click"; } if ("undefined" !== typeof vpvDataLayer) { for (var k in vpvDataLayer) { pushData[k] = vpvDataLayer[k]; } } window["dataLayerV3"] = window["dataLayerV3"] || []; window["dataLayerV3"].push(pushData); }; </script> </head> <body id="top-of-page" ><!-- adTagsTemplate --> <!-- adTagsEnabled: false --><!-- NOWRAPPER(!) --> <div id="traffectiveCustomCSS" style="display:none">&nbsp;</div> <div id="rpdCustomCSS" style="display:none">&nbsp;</div> <script> var CSS_SLOT = "traffectiveCustomCSS"; if (cmsConfig._.has("advertising.provider") && "rpd" == cmsConfig._.get("advertising.provider")) { var CSS_SLOT = "rpdCustomCSS"; } var traffectiveCustomCSSContent = '.Billboard { min-height: 250px; display: block !important; } .Mobile_Pos2_wrapper { min-height: 420px; } .Mobile_Pos2:not(.nofh) { min-height: 420px; display: block !important; } .Mobile_Pos3 { min-height: 280px; display: block !important; } .Mobile_Pos4 { min-height: 280px; display: block !important; } .Mobile_Pos5 { min-height: 280px; display: block !important; } .Mobile_Pos6 { min-height: 280px; display: block !important; } .Content_1 { min-height: 280px; display: block !important; } .Content_2 { min-height: 280px; display: block !important; } #traffective-ad-Mobile_Sticky:before { content: "" !important; font-size: 1px !important; } /* [data-layout="desktop"] .Superbanner, [data-layout="mobile"] .Superbanner { min-height: 300px; display: block !important; } */'; var rpdCustomCSSContent = ` .Billboard { min-height: 250px; display: block !important; } html[data-layout='mobile'] .Mobile_Pos2_wrapper { min-height: 250px; } html[data-layout='mobile'] .Mobile_Pos2:not(.nofh) { min-height: 250px; display: block !important; }`; window["ptGetCookieValue"] = window["ptGetCookieValue"] || function(a) { var b = document.cookie.match('(^|;)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; }; var getRenderFixedHeight = function() { return ptGetCookieValue("MHSNOFIXEDHEIGHT") !== "true"; } var persistFixedHeightSettings = function(val) { var expires = ""; document.cookie = "MHSNOFIXEDHEIGHT" + "=" + val + expires + "; path=/"; return; } var doRenderFixedHeight = function(val) { persistFixedHeightSettings(val); var cssContentEle = document.getElementById(CSS_SLOT); if (cssContentEle) { var style = cssContentEle.querySelector("style"); if (!style && !val) { style = document.createElement('style'); if (CSS_SLOT == 'traffectiveCustomCSS') { style.innerHTML = traffectiveCustomCSSContent } else { style.innerHTML = rpdCustomCSSContent } // style.innerHTML = cssContentEle.innerHTML; cssContentEle.appendChild(style); return; } else if (style && val) { style.remove(); } } } var markParents = function() { var adSlots = document.querySelectorAll('[id^="traffective-"]'); if ("undefined" === typeof(adSlots) || adSlots.length < 1) { return; } for (var i=0; i<adSlots.length; i++) { var id = adSlots[i].getAttribute("id"); if ("undefined" === typeof(id) || "" == id) { return; } var praefix = id.replace("traffective-ad-", ""); var className = praefix + "_wrapper"; var parent = adSlots[i].parentElement; if ("undefined" === typeof(parent)) { continue; } var parentChildren = parent.children; if ("undefined" !== typeof parentChildren && parentChildren.length > 1) { continue; } if ("Mobile_Pos2" == praefix) { adSlots[i].classList.add("nofh"); // add class for no fixed height parent.classList.add(className); } } } var determinePremium = function() { var considerPermission = cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd") && cmsConfig._.has("advertising.cbdTraffective") && cmsConfig._.get("advertising.cbdTraffective"); if (!considerPermission) { return; } // not loggedin var cvc = ptGetCookieValue("COOKIEVERIFY"); var cLoggedIn = ("" != cvc); if (!cLoggedIn) { doRenderFixedHeight(false); return; } // msh /*var parsedCvc = JSON.parse(cvc); if (parsedCvc["permission"] && "true" !== parsedCvc["permission"]) { doRenderFixedHeight(false); return; }*/ // c1 if (window["ptEventRegister"]) { ptEventRegister("userState", function(state) { if ("is-subscribed" == state) { doRenderFixedHeight(true); } else { doRenderFixedHeight(false); } }); return; } } var determine = function() { var considerPermission = cmsConfig._.has("advertising.cbd") && cmsConfig._.get("advertising.cbd") && cmsConfig._.has("advertising.cbdTraffective") && cmsConfig._.get("advertising.cbdTraffective"); // cls (safety first...) if (getRenderFixedHeight()) { doRenderFixedHeight(false); } // local config - advertising enabled? var advertisingEnabled = cmsConfig._.has("advertising.enabled") && cmsConfig._.get("advertising.enabled"); if (!advertisingEnabled) { doRenderFixedHeight(true); return; } // noCookie-settings var noCookie = cmsConfig._.has("page.noCookie") && cmsConfig._.get("page.noCookie"); if (noCookie) { doRenderFixedHeight(true); return; } // sourcepoint (Abfrage gegen Google-Ads-Vendor) if ("undefined" !== typeof window["__tcfapi"]) { console.log("checkHeight __tcfapi"); __tcfapi('addEventListener', 2, function (tcData, success) { if (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { __tcfapi('getCustomVendorConsents', 2, function (vendorConsents, success) { if (success) { if (vendorConsents.grants['5ed0eb688a76503f1016578f'].vendorGrant) { // hier flackern??? wir pr眉fen jetzt weiter auf Premium, da fixe H枚hen laut Consent i.O. if (considerPermission) { determinePremium(); } else { doRenderFixedHeight(false); } console.log("checkHeight __tcfapi", "fixed height"); return } else { doRenderFixedHeight(true); console.log("checkHeight __tcfapi", "no fixed height"); } } else { doRenderFixedHeight(true); console.log("checkHeight __tcfapi", "no fixed height"); } }); } }); } else { console.log("checkHeight __tcfapi", "no _tcfapi"); determinePremium(); } } determine(); if (document.readyState !== 'loading'){ markParents(); } else { document.addEventListener('DOMContentLoaded', markParents); } </script> <script> processBricks(); </script> <!-- Liveticker-TAG im Men眉 nicht verf眉gbar --> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_68f41443_da7a_4263_9627_3de6f0119e7a"> <style type="text/css">@media (prefers-color-scheme: dark) { .mod-article .article-body li span[style*="background-color"] { background-color: #e8a901 !important; } } sup, sub { vertical-align: revert; font-size: revert; } [data-layout=desktop] #taboola-below-article-thumbnails, [data-layout=desktop] #taboola-below-paid-article-thumbnails { margin-left: 0; margin-right: 0; } .mod-breadcrumb:before, .ec-content-topline .anzeigenkennung:before, .mod-article:before { text-transform: uppercase; } .tp-iframe-wrapper { margin-top: 20px !important; } .interviewAnswer em, .interviewAnswer i { font-style: italic; } /* Autorenkennzeichnung im Teaser EGM-1555 */ .appetizer-bottom-wrapper { position: relative; } .appetizer-author { font-family: "Source Sans"; font-size: 17px; font-style: italic; color: #1c1c1c; position: absolute; } @media (prefers-color-scheme: dark) { .appetizer-author { color: var(--color-bodytext-darkmode); } } [data-layout=mobile] .appetizer-author { font-size: 15px; white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 235px; } [data-layout="tablet"] .appetizer-author, [data-layout="desktop"] .appetizer-author { white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 250px; } .teaser-hero .appetizer-author { margin-bottom: 0 !important; width: 200px; left: 33px; top: 22px; } [data-layout=mobile] .teaser-hero .appetizer-author { left: 18px; } .swiper .appetizer-author { bottom: 8px; left: 15px; } [data-layout=mobile] .swiper .appetizer-author { bottom: -22px; left: 0; } .grid-row-teaser .boxitem .appetizer-author, .grid-row-teaser.mod-block-ressort .appetizer-author, .boxitem.sgle .appetizer-author, .mod-block-ressort .appetizer-author, .grid-row-teaser.boxitem .appetizer-author { bottom: -20px; width: 100%; left: 340px; } #pos_stzplus .appetizer-author { left: 15px; bottom: 15px; } [data-layout=mobile] .grid-row-teaser .boxitem .appetizer-author, [data-layout=mobile] .grid-row-teaser.mod-block-ressort .appetizer-author, [data-layout=mobile] .boxitem.sgle .appetizer-author, [data-layout=mobile] .mod-block-ressort .appetizer-author, [data-layout=mobile] .grid-row-teaser.boxitem .appetizer-author { width: 100%; left: 0; } .grid-row-teaser.mod-block-ressort.boxitem .beliebt .appetizer-author { left : 0; bottom: -10px; } [data-layout=mobile] .grid-row-teaser.mod-block-ressort.boxitem .beliebt .appetizer-author { bottom: 15px; } .brickgroup.grid-row-teaser.ressortblock .boxitem .topnews-article-list .appetizer-author { left: 0; bottom: 25px; } .brickgroup.grid-row-teaser.ressortblock .boxitem .topnews-article-list time { margin-bottom: -35px; } [data-layout=mobile] .teaser-hero .appetizer .headline-wrapper .image { padding-bottom: 66%; } .brick.boxitem.sgle.world-news .appetizer-author { display: none; } /* Fix 16:9 Medium-Teaser Bild Mobile */ [data-layout="mobile"] figure .image img { height: auto; } .data:not(.no-img) .image { padding-bottom: unset !important; height: auto; } [data-layout=mobile] .mod-article .artikelbildwrapper .image-wrapper .image { padding-bottom: unset; } /* Fix Badge Icon */ [data-layout=desktop] .teaser-hero .appetizer .badges, [data-layout=tablet] .teaser-hero .appetizer .badges { bottom: 16px; } [data-layout=mobile] .teaser-hero .appetizer .badges { bottom: 49px; } /* EGM-1155 - Bei uns daheim Anpassungen */ [data-tags*="Bei_uns_daheim"] .article-kicker:before, [data-tags*="Bei_uns_daheim"] .appetizer-kicker:before, [data-tags*="Bei uns daheim"] .appetizer-kicker:before, .ressort-bei-uns-daheim .header h4 a:before { content: ""; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/bei-uns-daheim-logo.svg); background-size: contain; background-repeat: no-repeat; position: relative; top: 5px; height: 22px; width: 100px; display: inline-block; margin-right: 5px; } .ressort-bei-uns-daheim .header h4 a:before { width: 120px; height: 30px; } [data-layout="mobile"] .ressort-bei-uns-daheim .header h4 a:before { height: 25px; } .ressort-bei-uns-daheim .header h4 a { color: #ADC32B !important; } .ressort-bei-uns-daheim .header h4 a:hover { color: #ADC32B !important; } .ressort-bei-uns-daheim .header h4, .ressort-bei-uns-daheim .ress-more a, .ressort-bei-uns-daheim .ress-more a:hover { border-color: #ADC32B !important; } .ressort-bei-uns-daheim .ress-more a { color: #ADC32B !important; } .ressort-bei-uns-daheim .ress-more a img { filter: invert(70%) sepia(100%) saturate(358%) hue-rotate(19deg) brightness(91%) contrast(86%); } @media (prefers-color-scheme: dark) { .ressort-bei-uns-daheim .ress-more a:after, .ressort-bei-uns-daheim .ress-more a { color: #ADC32B !important; } .ressort-bei-uns-daheim .ress-more a img { filter: none; } } [data-tags*="Bei_uns_daheim"] .appetizer-kicker:before, [data-tags*="Bei uns daheim"] .appetizer-kicker:before { top: 6px; } /* ############## Ende Bei uns daheim Anpassungen */ [data-tags*=hilfe_f眉r_den_nachbarn] .appetizer-kicker:before, [data-tags*=hilfe_f眉r_den_nachbarn] .article-kicker:before { content: "" !important; background: url(/media.media.34ad5d07-3c5b-4076-94d5-71831bc4806c.original.svg); background-repeat: no-repeat !important; width: 23px; height: 23px; display: inline-block; margin-right: 3px; margin-bottom: -7px; background-color: transparent !important; background-size: contain !important; } /* Anpassung Infobox 脺berschrift */ @media (prefers-color-scheme: dark) { .mod-article .article-body h2.infobox { color: #e8a901 !important; } } [data-layout=desktop] .beliebt .item .content .headline-wrapper figure .image, [data-layout=tablet] .beliebt .item .content .headline-wrapper figure .image { height: auto; } /* EGM-1262 */ .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { content: "Anzeige"; color: #292929; display: block; height: 15px; font-size: 13px; position: absolute; right: 0; } [data-layout="desktop"] #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, [data-layout="tablet"] #pianoRecoPlusbox a[data-tags*="Advertorial"]:before { right: 15px; } [data-layout="mobile"] .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { margin-top: -20px; } [data-layout="mobile"] #pianoRecoTaboola .item:first-child a[data-tags*="Advertorial"] { margin-top: 5px; } @media (prefers-color-scheme: dark) { .mod-article .recoTeaser a[data-tags*="Advertorial"]:before, #pianoRecoPlusbox a[data-tags*="Advertorial"]:before, #pianoRecoTaboola a[data-tags*="Advertorial"]:before, #pianoRecoHome a[data-tags*="Advertorial"]:before { color: #e5e4de; } } /* GROW-309 - Wei脽raum bei leeren Werbebl枚cken entfernen */ .ad { line-height: 0; } [data-layout="desktop"] .article-body .ad .item, [data-layout="tablet"] .article-body .ad .item { padding-top: 0; } [data-layout=mobile] .ad { margin: 0; } [data-layout=mobile] .article-body .ad .item { margin-top: 0; } /* EGM-1334 - Div. Fehler auf StZ-Webseite beseitigen */ @media (prefers-color-scheme: dark) { [data-layout="mobile"] .mod-header-new .header-top .header-logo>a img { padding: 5px 0; } #myIframe, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next:before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev:before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom>div:after, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom>div:before { background-color: #eeede9 !important; } [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next:before, [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev:before { bottom: 0px; } .mod-header-new .header-bottom>div .slider-header-navigation-wrapper .swiper-button-next { background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-bodytext) 40%) !important; } .mod-header-new .header-bottom>div .slider-header-navigation-wrapper .swiper-button-prev { background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--color-bodytext) 40%) !important; } [data-layout="mobile"] .mod-header-new .header-bottom>div .swiper-button-next::after { padding: 0; margin-right: 0; } [data-layout="mobile"] .mod-header-new .header-bottom>div .swiper-button-prev::after { padding: 0; margin-left: 0; } [data-layout="mobile"] .schlagzeilenBlurStart { background: linear-gradient(270deg, var(--color-bodytext) 50%, rgba(255, 255, 255, 0) 169.64%) !important; } [data-layout="mobile"] .schlagzeilenBlurEnd { background: linear-gradient(270deg, var(--color-bodytext) 68.07%, rgba(255, 255, 255, 0) 169.64%) !important; } [data-layout="desktop"] .mod-header-new .header-top, [data-layout="tablet"] .mod-header-new .header-top { padding-bottom: 3px; } [data-layout="desktop"] .mod-header-new .header-top .header-logo, [data-layout="tablet"] .mod-header-new .header-top .header-logo { padding: 10px 0; } .mod-header-new .header-bottom>div .swiper-button-prev::after { padding-left: 0; margin-left: 0; } .mod-header-new .header-bottom>div .swiper-button-next::after { padding-right: 0; margin-right: 0; } .slider-breadcrumb-navigation .swiper-button-prev { background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--color-bodytext) 40%) !important; } .slider-breadcrumb-navigation .swiper-button-next { background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-bodytext) 40%) !important; } .slider-breadcrumb-navigation .swiper-button-next::after { padding-right: 0; padding-left: 0; margin-right: 0; } .slider-breadcrumb-navigation .swiper-button-prev::after { padding-right: 0; padding-left: 0; margin-left: 0; } [data-layout="mobile"] .bottom-nav .swiper-button-next::after { margin-right: 0; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Fellbacher Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-fz-dm.svg") !important; background-size: 16px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Kornwestheimer Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-kwz-dm.svg") !important; background-size: 26px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Marbacher Zeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-mz-dm.svg") !important; background-size: 20px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .slider-breadcrumb-navigation .slider-breadcrumb-item a[title="Leonberger Kreiszeitung"] { background-image: url("/staticcontent/stuttgarter_zeitung/common/svg/icon-lkz-dm.svg") !important; background-size: 26px auto !important; background-position-x: 2px !important; background-position-y: 10px !important; } .sharewrapper ul .twitter:hover { background-size: contain; filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } .sharewrapper ul li:hover { filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } button.bookmark-author[data-type="follow"][data-follow="true"]::before, button.bookmark-theme[data-type="follow"][data-follow="true"]::before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg") !important; } [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover)::before, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover)::before, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover)::before, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover)::before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg") !important; } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/i_bookmark-dm.svg) !important; background-size: contain !important; border: none; } .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"] { background-size: contain !important; } .m-icon--search:hover::before { background-color: var(--color-bodytext) !important; } .boxitem .ress-more a img { filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(171%) hue-rotate(14deg) brightness(94%) contrast(94%); } .boxitem .ress-more a:after { display: none; } .header-explore-nav .m-icon--cleverpush.cp-has-unread-notifications { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/darkmode/cleverpush_darkmode.svg") !important; } } [data-layout="desktop"] .boxitem:not(.teaser-hero):not(.recommendation-grid):not([data-lt="pos_stzplus"]) .item .appetizer-text { padding-left: 340px; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom>div::before { width: 70px; z-index: 20; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom>div::after { width: 44px; z-index: 20; } [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-next::before, [data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom .swiper-button-prev::before { display: none; } [data-layout="desktop"][data-alias="/"] .mod-header-new .header-bottom>div .slider-header-navigation-wrapper, [data-layout="tablet"][data-alias="/"] .mod-header-new .header-bottom>div .slider-header-navigation-wrapper { height: 59px; } [data-layout="mobile"][data-alias="/"] .mod-header-new .header-bottom>div .slider-header-navigation-wrapper { height: 49px; } [data-layout="mobile"][data-alias="/"]:not(.sticky-nav) .mod-header-new .header-bottom>div::after { width: 54px; } .recommendation-grid .item .content .image-wrapper .image img { aspect-ratio: 16/9; } .sharewrapper ul .twitter:hover { background-size: contain; } /* Themenseiten Klasse h1 */ .include-content .h1 { margin-bottom: 12px; } .ec-content-topline .grid-col-6 .h1 { margin-bottom: 1rem; margin-top: 0.5rem; font-size: 22px; font-size: 1.375rem; font-weight: 700; font-family: "PT Serif"; text-align: left; } [data-layout=mobile] .ec-content-topline .edy-img-header .edy-teaser-txt .h1 { font-size: 22px; } [data-layout=mobile] .ec-content-topline .grid-col-6 .h1 { font-size: 17px; line-height: 29px; margin-bottom: 0px; width: 100%; } @media (prefers-color-scheme:dark) { .include-content .h1 { color: #e5e4de; } } /* SALE-188 MHS Digital zu swmn Logo umtauschen */ .mod-header-new .header-top .header-partner-link[dark]::before { content: url(/staticcontent/common/svg/swmn_80_dark.svg); } @media only screen and (max-width: 720px) { .mod-header-new .header-top .header-partner-link { right: 15px; } } @media (prefers-color-scheme:dark) { .mod-header-new .header-top .header-partner-link[dark]:before { content: url(/staticcontent/common/svg/swmn_80.svg) !important; } } /* Fix Online-only Artikel H枚he f眉r Plusbox Reco */ #pianoRecoPlusbox .image img { aspect-ratio: 16/9; object-fit: cover; } /* Anpassung Serienverweis */ [data-layout="mobile"] .mod-article .article-body .menuTeaser .appetizer-linktext { position: relative; float: right; } /* EGM-1452 Styling Schlagzeilenbox anpassen */ .ticker .ticker-list .appetizer-title .appetizer-title { font-size: 14px; } .schlagzeile .ticker .ticker-list .appetizer-title time, .ticker .ticker-list .appetizer-title .appetizer-kicker { font-size: 12px; } .boxitem.schlagzeile, [data-layout="mobile"] .boxitem.schlagzeile { padding-top: 14px; padding-bottom: 10px; } [data-layout="mobile"] .schlagzeile .ticker-list-item .data .appetizer, .schlagzeile .ticker-list-item:not(:last-child) .data .appetizer { padding-right: 10px; } [data-layout="mobile"] .schlagzeile .ticker-list-item:not(:first-child) .data, .schlagzeile .ticker-list-item:not(:first-child) .data { padding-left: 10px; } .schlagzeile .ticker-list-item .data[data-paidcontent="true"] .appetizer-kicker::before { height: 12px; width: 38px; } .schlagzeile .ticker-more a { font-size: 14px; } /* EGM-1451 SWMN-Logo reduzieren */ [data-layout="mobile"] .mod-header-new .header-top .header-partner-link[dark]::before { content: ""; display: inline-block; width: 41px; height: 9px; background-image: url("/staticcontent/common/svg/swmn_80_dark.svg"); background-size: contain; } @media (prefers-color-scheme: dark) { [data-layout="mobile"] .mod-header-new .header-top .header-partner-link[dark]::before { content: "" !important; background-image: url("/staticcontent/common/svg/swmn_80.svg"); } } /* Anpassung f眉 VX Checkout */ .tp-iframe-wrapper { max-width: 400px; } .tp-iframe-wrapper .tp-close { opacity: 1 !important; height: 42px !important; width: 42px !important; border: none !important; padding: 0 !important; background: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/images/snippets/Schlie%C3%9Fen_stz.svg) no-repeat center !important; background-color: rgba(0, 0, 0, 0); min-width: auto !important; background-color: transparent !important; top: 0; right: 0; box-shadow: none !important; } /* EGM-1422 Umsetzung R盲tsel */ .riddle-site-header { display: flex; flex-direction: column; align-items: center; padding: 43px 18px; background-color: var(--riddle-color); } .include-content h1.riddle-headline { font-family: "PT Serif"; font-size: 32px; line-height: 30px; margin-bottom: 0; margin-top: 18px; color: #fff; } .riddle-site-menu { margin-top: 16px; padding: 20px 30px; background-color: #fff; display: flex; justify-content: space-between; margin-top: 16px; align-items: center; } .riddle-site-menu .additional-functions { display: flex; align-items: center; } .riddle-site-menu a.backlink { width: auto; height: fit-content; display: flex; align-items: center; font-size: 18px; line-height: 27px; } .riddle-site-menu a.backlink:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 16px; height: 16px; display: inline-block; transform: rotate(90deg); position: relative; margin-right: 7px; } .riddle-site-menu .additional-functions picture+.archiv-link { margin-left: 27px; } .riddle-site-menu .additional-functions img { max-width: none; } .riddle-site-menu .additional-functions img.logo { width: 61px; } /* remove once paid riddles are live */ .riddle-site-menu .additional-functions img.logo { display: none; } .riddle-site-menu .additional-functions img.archiv { width: 47px; } .riddle-site-menu .additional-functions img.statistik { width: 61px; } [data-layout="mobile"] .include-content h1.riddle-headline { font-size: 22px; margin-top: 8px; } [data-layout="mobile"] .riddle-site-header { padding-top: 20px; padding-bottom: 13px; } [data-layout="mobile"] .riddle-site-header img.riddle-image { height: 48px; } [data-layout="mobile"] .riddle-site-menu { padding: 11px 18px; } [data-layout="mobile"] .riddle-site-menu .additional-functions .archiv-link { width: auto; } @media (prefers-color-scheme: dark) { .riddle-site-menu a.backlink:before { filter: brightness(0) saturate(100%) invert(95%) sepia(9%) saturate(111%) hue-rotate(14deg) brightness(102%) contrast(82%); } .riddle-site-menu { background-color: var(--color-bodytext); } } .ressort-boxitem .ressort-headline { font-size: 32px; line-height: 42px; color: var(--color-bodytext); } .ressort-boxitem { margin-bottom: 57px; } .riddle-container { display: flex; flex-wrap: wrap; gap: 74px 57px; padding: 0 41px; position: relative; top: -68px; } .riddle-name { font-size: 23px; line-height: 30px; font-family: "PT Serif"; margin-top: 15px; color: #fff; display: block; } .colored-bg .riddle-image { display: block; margin-left: auto; } .riddle .riddle-description { color: var(--color-bodytext); font-size: 16px; line-height: 24px; padding: 13px 28px 17px 14px; height: 150px; display: flex; flex-direction: column; } .boxitem .riddle-container .riddle { box-shadow: 6px 6px 9.3px 0px rgba(0, 0, 0, 0.04); max-width: calc(33.3333% - 38px); flex-basis: calc(33.3333% - 38px); border-radius: 9px; border: 1px solid #EEEDE9; display: flex; flex-direction: column; } .riddle.sudoku { --riddle-color: #77A673; } .riddle.kreuzwortraetsel { --riddle-color: #4F7CA7; } .riddle.wordle { --riddle-color: #E9A94B; } .riddle.futoshiki { --riddle-color: #FA7E7E; } .riddle.brueckenraetsel { --riddle-color: #D35290; } .riddle.memory { --riddle-color: #42CDC5; } .riddle.buchstabensalat { --riddle-color: #FF9466; } .riddle.quiz { --riddle-color: #615CB3; } .riddle.sudoku .riddle-description .link img { filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(734%) hue-rotate(68deg) brightness(81%) contrast(87%); } .riddle.kreuzwortraetsel .riddle-description .link img { filter: brightness(0) saturate(100%) invert(42%) sepia(69%) saturate(343%) hue-rotate(168deg) brightness(94%) contrast(85%); } .riddle.wordle .riddle-description .link img { filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(298%) hue-rotate(354deg) brightness(93%) contrast(95%); } .riddle.futoshiki .riddle-description .link img { filter: brightness(0) saturate(100%) invert(88%) sepia(27%) saturate(4254%) hue-rotate(301deg) brightness(87%) contrast(131%); } .riddle.brueckenraetsel .riddle-description .link img { filter: brightness(0) saturate(100%) invert(60%) sepia(46%) saturate(6500%) hue-rotate(303deg) brightness(91%) contrast(80%); } .riddle.memory .riddle-description .link img { filter: brightness(0) saturate(100%) invert(62%) sepia(56%) saturate(422%) hue-rotate(127deg) brightness(99%) contrast(96%); } .riddle.buchstabensalat .riddle-description .link img { filter: brightness(0) saturate(100%) invert(75%) sepia(60%) saturate(2199%) hue-rotate(316deg) brightness(104%) contrast(103%); } .riddle.quiz .riddle-description .link img { filter: brightness(0) saturate(100%) invert(35%) sepia(95%) saturate(378%) hue-rotate(204deg) brightness(90%) contrast(90%); } .riddle .riddle-description .link { font-size: 18px; line-height: 27px; font-weight: 700; color: var(--riddle-color) !important; display: block; margin-top: auto; margin-left: auto; width: auto; display: flex; position: relative; } .riddle .riddle-description .link:after { content: ""; display: block; background-color: var(--riddle-color); height: 2px; width: 100%; position: absolute; bottom: 0; } .riddle .colored-bg { padding: 27px 28px 13px 14px; background-color: var(--riddle-color); border-top-left-radius: 9px; border-top-right-radius: 9px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .riddle .riddle-description .link img { margin-left: 6px; padding-top: 3px; } .riddle .riddle-description .plus-lock { width: 23px; height: auto; margin-right: 11px; position: relative; top: 2px; } .riddle .riddle-description .logo { width: 61px; height: auto; position: relative; top: 4px; } .riddle .link-container { display: flex; margin-top: auto; align-items: flex-end; } .riddle-ressort.mod-breadcrumb.ressort { margin-bottom: 20px; } .include-content .riddle-ressort h1 { margin-bottom: 0; } [data-layout="mobile"] .riddle-ressort.mod-breadcrumb.ressort { margin-bottom: 10px; } [data-layout="mobile"] .ressort-kicker { margin-bottom: 6px; } [data-layout="mobile"] .ressort-boxitem .ressort-headline { font-size: 22px; line-height: 28px; } [data-layout="mobile"] .ressort-boxitem { margin-bottom: 77px; } [data-layout="mobile"] .boxitem .riddle-container .riddle { max-width: calc(50% - 10px); flex-basis: calc(50% - 10px); } [data-layout="mobile"] .riddle-container { padding: 0; gap: 33px 19px; } [data-layout="mobile"] .riddle .riddle-description { height: 124px; font-size: 14px; line-height: 18px; padding: 13px 9px 16px; } [data-layout="mobile"] .riddle .riddle-description .link { font-size: 14px; } [data-layout="mobile"] .riddle .riddle-description .plus-lock { width: 17px; margin-right: 4px; top: -2px; } [data-layout="mobile"] .riddle .riddle-description .logo { width: 40px; top: 0; } [data-layout="mobile"] .riddle-name { font-size: 18px; margin-top: auto; } [data-layout="mobile"] .riddle .colored-bg { padding: 20px 9px 13px; height: 150px; } [data-layout="mobile"] .riddle-image { max-height: 52px; } @media (prefers-color-scheme: dark) { .riddle-name, .riddle .riddle-description { color: var(--color-bodytext-darkmode); } .boxitem .riddle-container .riddle { background-color: var(--color-gray-alt); border-color: #000; } } /* GROW-345 Eilbanner */ .breaking-news .data figure, .breaking-news .bookmark-article, .breaking-news .data .appetizer-text, .breaking-news .data .appetizer-kicker { display: none; } .breaking-news .data .headline-wrapper { position: relative; } .breaking-news .data .headline-wrapper:after { content: ""; display: block; position: absolute; height: 1px; left: 8px; width: 36px; bottom: 14px; background-color: #fff; } .breaking-news .data .headline-wrapper h3 { display: flex; } .breaking-news .data .headline-wrapper h3:before { background-color: var(--color-alert); font-size: 16px; font-family: "Source Sans Pro"; line-height: 22px; text-transform: uppercase; color: #fff; margin: 0; position: relative; float: none; padding: 14px 22px 14px 8px; content: "Eil"; display: block; font-weight: 700; } .breaking-news .data .headline-wrapper h3:after { content: ""; display: inline-block; background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeile.svg"); width: 10px; height: 9px; background-repeat: no-repeat; background-size: contain; filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(0%) hue-rotate(192deg) brightness(107%) contrast(104%); position: absolute; left: 34px; top: 22px; } .breaking-news .data .appetizer .appetizer-title { background-color: #C12121; padding: 16px 10px; font-size: 14px; font-weight: 400; line-height: 16px; flex-grow: 1; color: #fff; align-items: center; display: flex; white-space: nowrap; overflow: hidden; margin: 0; font-family: "Source Sans Pro"; } .c1-banderole-target { height: 90px; display: inline-block !important; } .breaking-news .data .appetizer-title span.animate { animation: move-text 10s linear infinite; } [data-layout="mobile"] .breaking-news .data .headline-wrapper { flex-shrink: 0; } [data-layout="mobile"] .breaking-news .data .appetizer .appetizer-title { padding: 19px 8px; } [data-layout="mobile"] .breaking-news .data .appetizer-title:before { bottom: 19px; } [data-layout="mobile"] .breaking-news .data .appetizer-text { padding: 19px 10px; } [data-layout="mobile"] .c1-banderole-target { height: 60px; max-height: 60px; } @keyframes move-text { to { transform: translate(-50%); } } html:not([data-alias="/"]) .breaking-news { margin-bottom: 10px; } /* EGM-1383 Anpassung Burgermen眉 */ .burger-nav-bar ul li a[data-title=Instagram]::before, .burger-nav-bar ul li a[data-title=Youtube]::before, .burger-nav-bar ul li a[data-title=WhatsApp]::before, .burger-nav-bar ul li a[data-title=Facebook]::before { content: ''; display: inline-block; width: 17px; height: 17px; background: #292929; vertical-align: bottom; margin-right: 5px; } .burger-nav-bar ul li a[data-title=Instagram]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/insta_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title=Youtube]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/youtube_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title=WhatsApp]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/whatsapp_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } .burger-nav-bar ul li a[data-title=Facebook]::before { mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/fb_ohnerand.svg) no-repeat 50% 51% !important; mask-size: contain !important; } @media (prefers-color-scheme:dark) { .burger-nav-bar ul li a[data-title=Instagram]::before, .burger-nav-bar ul li a[data-title=Youtube]::before, .burger-nav-bar ul li a[data-title=WhatsApp]::before, .burger-nav-bar ul li a[data-title=Facebook]::before { background: #e5e4de; } } /* DEV-1931 - min. heights erg盲nzen */ .OutOfPage { line-height: 0; } #pianoRecoPlusbox { min-height: 344px; } [data-layout="mobile"] #pianoRecoPlusbox { min-height: 682px; } #pianoEpbContainer { min-height: 263px; } [data-layout="mobile"] #pianoEpbContainer { min-height: calc(((100vw - 36px) * 0.92) + 48px); } .smartad { min-height: 370px; } [data-layout="mobile"] .smartad { min-height: 409px; } #pianoRecoHomePopular, #pianoRecoHome { min-height: 332px; } [data-layout="mobile"] #pianoRecoHomePopular, [data-layout="mobile"] #pianoRecoHome { min-height: 476px; } .boxitem.anzeige.transmatico { min-height: 844px; } [data-layout="mobile"] .boxitem.anzeige.transmatico { min-height: 504px; } html:not([data-state="is-subscribed"]) #traffective-ad-Superbanner, html:not([data-state="is-subscribed"]) #traffective-ad-Content_2, #traffective-ad-Content_1, html:not([data-state="is-subscribed"]) #traffective-ad-Billboard_2, html:not([data-state="is-subscribed"]) #traffective-ad-Billboard_1, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_4, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_3, html:not([data-state="is-subscribed"]) #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_1 { min-height: 270px; } [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos6, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos5, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos4, [data-layout="mobile"]:not([data-state="is-subscribed"]) #traffective-ad-Mobile_Pos3, [data-layout="mobile"] #traffective-ad-Mobile_Pos2 { min-height: 290px; } html:not([data-state="is-subscribed"]) #traffective-ad-Native_1 { min-height: 300px; } html:not([data-state="is-subscribed"]) #nativendo-oms-zone-placement { min-height: 220px; } [data-layout="mobile"]:not([data-state="is-subscribed"]) #nativendo-oms-zone-placement { min-height: 380px; } html:not([data-state="is-subscribed"]) #nativendo-placement-article { min-height: 320px; } .portraitvideo { min-height: 534px; } [data-layout="mobile"] .portraitvideo { min-height: 514px; } #pianoTeaserkachelContainer { min-height: 292px; } .tp-modal { transform: none !important; } /* CON-2502 - Darkmode Piano ID*/ @media (prefers-color-scheme: dark) { .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close { filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(134%) hue-rotate(14deg) brightness(99%) contrast(98%) !important; } } /* EGM-1449 脺berregionale Themen */ .grid-row-teaser .boxitem.world-news .item:not(:last-child) { margin-bottom: 21px; } .grid-row-teaser .boxitem.world-news .item .bookmark-article, .grid-row-teaser .boxitem .item .data.teaser-without-pic figure, .data.teaser-without-pic .appetizer-text { display: none; } .grid-row-teaser .boxitem.world-news .header h4 { border-bottom: none; font-family: "PT Serif"; margin-bottom: 19px; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title, .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { /* float: none; */ max-width: none; display: inline; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { /* font-weight: 700; */ width: auto; flex-shrink: 0; color: var(--color-bodytext); } /* .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker:after { content: ":"; margin-right: 4px; } */ [data-layout="mobile"] .ressort .grid-row-teaser .boxitem.world-news .item, .grid-row-teaser .boxitem.world-news .item { border-bottom: none; padding-bottom: 0; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title { /* font-family: "Source Sans"; */ line-height: 29px; font-size: 22px; margin: 0; } [data-layout="mobile"] .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-title { font-size: 17px !important; } .boxitem.world-news { background-color: #BAB7AD; border-left: 10px solid var(--color-primary); } @media (prefers-color-scheme: dark) { .boxitem.world-news { background-color: #726E5D !important; } .grid-row-teaser .boxitem .item .data.teaser-without-pic .appetizer-kicker { color: var(--color-bodytext-darkmode) !important; } } /* DEV-1894 - Bildanpassungen Retina */ [data-layout="desktop"] [data-layout-desktop*="if12-"] .appetizer-title, [data-layout="tablet"] [data-layout-desktop*="if12-"] .appetizer-title { padding: 0; } [data-layout="mobile"] .topnews-article-list .appetizer figure .image-wrapper .image img { width: 100% !important; } /* EGM-1533 - Topthemen Reco */ #pianoRecoTopthemaEins, #pianoRecoTopthemaZwei { min-height: 572px; } [data-layout="mobile"] #pianoRecoTopthemaEins, [data-layout="mobile"] #pianoRecoTopthemaZwei { min-height: 935px; } #pianoRecoPlusbox figure { width: auto !important; } #pianoRecoPlusbox button.bookmark-article { right: 2px; } /* MHSDIG-1541 - Bildservice */ .image.lazyloaded { background-image: none !important; } .mod-gallery .onepager-gallery__image .image { width: 100%; } .mod-gallery .onepager-gallery__image .image img { opacity: 1; } [data-layout="mobile"] .mod-gallery .onepager-gallery__image .image img { width: 100%; object-fit: contain; } iframe[src*='youtube'] { max-width: 100% !important; width: 100%; height: auto; aspect-ratio: 16/9; } .beliebt .item .content .headline-wrapper figure .image img, #article-image { aspect-ratio: 16/9; object-fit: cover; } /* EGM-1582 - Erstellung weiterer Plusbox */ #pianoRecoPlusbox figure { width: auto !important; } #pianoRecoPlusbox button.bookmark-article { right: 2px; } [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox, [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox { display: flex; } .m-plus-contentbox #pianoRecoPlusbox .item { border-bottom: unset; padding-bottom: unset; margin-bottom: 30px; flex-shrink: 1; height: auto; } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer { padding: 0 15px } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer figure, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer figure { margin-bottom: 1rem; max-width: 100% } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-title, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-title { padding: 0 } [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-text, [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .appetizer .appetizer-text { margin-bottom: 0 } [data-layout="mobile"] .m-plus-contentbox #pianoRecoPlusbox .item { padding-bottom: 0 } [data-layout="tablet"] .m-plus-contentbox #pianoRecoPlusbox .item, [data-layout="desktop"] .m-plus-contentbox #pianoRecoPlusbox .item { display: flex; flex-direction: column; } /* Variante B */ #pos_stzplus.plusbox-b.m-plus-contentbox { border: none; margin: 0; padding: 0; } #pos_stzplus.plusbox-b.m-plus-contentbox header { position: static; } #pos_stzplus.plusbox-b .header { display: inline; } #pos_stzplus.plusbox-b .appetizer { padding: 0; } #pos_stzplus.plusbox-b.m-plus-contentbox .header h3 { display: inline-block; line-height: 28px; margin-bottom: 25px; } #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { flex-direction: column; } #pos_stzplus.plusbox-b .headline-wrapper { display: flex; } #pos_stzplus.plusbox-b #pianoRecoPlusbox figure { width: 340px !important; padding: 0 20px 0 0; flex-shrink: 0; } #pos_stzplus.plusbox-b .appetizer-kicker { background-color: var(--color-primary); width: fit-content; padding-right: 2px; padding-left: 2px; display: inline; float: none; } #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker>.paid-icon { margin-right: 2px; background-color: #fff; margin-left: -2px; padding-bottom: 1px; } #pos_stzplus.plusbox-b .appetizer h3 .appetizer-kicker:before { margin-left: -2px; margin-right: -1px; padding: 0px 4px; height: 21px; } #pos_stzplus.plusbox-b [data-tags*="Kommentar"] .appetizer h3 .appetizer-kicker::before, #pos_stzplus.plusbox-b [data-tags*="Meinung"] .appetizer h3 .appetizer-kicker::before { line-height: 1.25; } #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { /* margin-right: calc(100% - 340px); */ right: -13px; left: auto; /* transform: translateX(100%); */ } [data-layout="desktop"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article, [data-layout="tablet"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { bottom: 35px; } #pos_stzplus.plusbox-b .appetizer h3 .appetizer-kicker { color: #1c1c1c !important; } [data-layout="desktop"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .appetizer figure, [data-layout="tablet"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .appetizer figure { margin-bottom: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox header { display: block; text-align: center; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .header h3 { display: block; margin-top: 10px; margin-bottom: 15px; } [data-layout="mobile"] #pos_stzplus.plusbox-b .headline-wrapper { flex-direction: column; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .item button.bookmark-article { /* margin-right: 100%; left: -13px; */ margin-bottom: 0; /* margin-top: 5px; */ } [data-layout="mobile"] #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker>.paid-icon::before { float: none; margin-top: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox .item { border-bottom: 1px solid #7C7867; padding-bottom: 10px; } [data-layout="mobile"] #pos_stzplus.plusbox-b #pianoRecoPlusbox figure { width: auto !important; padding: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { border-top: 1px solid #7C7867; padding-top: 20px; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox .button-wrap { margin-top: 1rem; } @media (prefers-color-scheme: dark) { #pos_stzplus.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker>.paid-icon { background-color: #292929; } [data-layout="mobile"] #pos_stzplus.plusbox-b.m-plus-contentbox #pianoRecoPlusbox { border-top-color: #545454; } } /* Variante C */ #pos_stzplus.plusbox-c.m-plus-contentbox { border: none; margin: 0; padding: 0; } #pos_stzplus.plusbox-c.m-plus-contentbox header { display: none; } #pos_stzplus.plusbox-c.m-plus-contentbox .header { width: fit-content; } #pos_stzplus.plusbox-c.m-plus-contentbox .header h3 { text-align: left; margin-bottom: 30px; color: var(--color-bodytext) !important; font-size: 32px; line-height: 42px; display: inline-block; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer { padding: 0; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .swiper-slide { background-color: #fff; display: flex; flex-wrap: wrap; margin-bottom: 0; flex-shrink: 0; height: 100%; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer-kicker { padding: 0 10px; } #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .appetizer-title { padding: 0 10px; margin-bottom: 10px; } #pos_stzplus.plusbox-c #pianoRecoPlusbox { margin-left: -28px; width: calc(100% + 68px); } .plusbox-c-container { background-color: var(--color-primary) !important; } #pos_stzplus.plusbox-c .button-wrap { margin-bottom: 0; } #pos_stzplus.plusbox-c .text-button { color: var(--color-bodytext) !important; border-bottom-color: var(--color-bodytext) !important; line-height: 25px; } .grid-row-teaser .boxitem #pos_stzplus.plusbox-c .item figure { padding: 0; margin-bottom: 7px; } #pos_stzplus.plusbox-c.m-plus-contentbox .item button.bookmark-article { margin-bottom: 0; } #pos_stzplus.plusbox-c .swiper-button-next, #pos_stzplus.plusbox-c .swiper-button-prev { width: 22px; height: 22px; top: -40px; } #pos_stzplus.plusbox-c .swiper-button-prev { left: auto; right: 5px; } #pos_stzplus.plusbox-c .swiper-button-next { right: -30px; } #pos_stzplus.plusbox-c .swiper-button-next:after, #pos_stzplus.plusbox-c .swiper-button-prev:after { font-size: 22px; color: #fff; font-weight: 700; margin: 0; } [data-layout="mobile"] #pos_stzplus.plusbox-c.m-plus-contentbox .header h3 { font-size: 24px; } [data-layout="mobile"] #pos_stzplus.plusbox-c #pianoRecoPlusbox { margin-left: 0; width: calc(100% + 18px); display: flex; min-height: 375px; } [data-layout="mobile"] #pos_stzplus.plusbox-c .swiper-button-prev { right: 25px; } [data-layout="mobile"] #pos_stzplus.plusbox-c .swiper-button-next { right: -10px; } [data-layout="mobile"] #pos_stzplus.plusbox-c.m-plus-contentbox .item button.bookmark-article { margin-top: auto; margin-left: auto; } @media (prefers-color-scheme: dark) { #pos_stzplus.plusbox-c.m-plus-contentbox #pianoRecoPlusbox .swiper-slide { background-color: var(--color-bodytext); } } /* iOS 18 Fix Schlagzeilen */ [data-layout="mobile"] .topnews-article-list .appetizer h3 { width: auto; } [data-layout="mobile"] .topnews-article-list .appetizer h3 .appetizer-kicker, [data-layout="mobile"] .topnews-article-list .appetizer h3 .appetizer-title { width: 59%; } /* EGM-1649 - Artikel Reco A/B/C Test */ .articleTeaser.recoTeaser.article-reco-d, .articleTeaser.recoTeaser.article-reco-c { border: none; padding: 0; } .articleTeaser.recoTeaser.article-reco-e .header h4, .articleTeaser.recoTeaser.article-reco-d .header h4, .articleTeaser.recoTeaser.article-reco-c .header h4 { font-size: 18px; color: var(--color-primary) !important; margin-bottom: 6px; border-bottom: none; } .articleTeaser.recoTeaser.article-reco-d .recommendation-grid .item .content .image-wrapper .image img, .articleTeaser.recoTeaser.article-reco-c .recommendation-grid .item .content .image-wrapper .image img { aspect-ratio: 16 / 9; } [data-layout="desktop"] .grid-row-teaser.recart .article-reco-d .recommendation-grid .item, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-d .recommendation-grid .item, [data-layout="desktop"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item { width: 100% !important; } [data-layout="desktop"] .mod-article .article-body .articleTeaser.article-reco-d .appetizer h3, [data-layout="tablet"] .mod-article .article-body .articleTeaser.article-reco-d .appetizer h3, [data-layout="desktop"] .mod-article .article-body .articleTeaser.article-reco-c .appetizer h3, [data-layout="tablet"] .mod-article .article-body .articleTeaser.article-reco-c .appetizer h3, [data-layout="desktop"] .article-reco-c .recommendation-grid .item .appetizer-kicker, [data-layout="tablet"] .article-reco-c .recommendation-grid .item .appetizer-kicker { margin-top: 0 !important; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle { padding: 26px 0; border-bottom: 1px solid #E5E4DE; border-top: 1px solid #E5E4DE; } [data-layout="tablet"] .article-reco-c .recommendation-grid, [data-layout="desktop"] .article-reco-c .recommendation-grid { flex-direction: column; } [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-c .headline-wrapper, [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-c .headline-wrapper { display: flex; gap: 0 20px; } [data-layout="desktop"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item .headline-wrapper figure, [data-layout="tablet"] .grid-row-teaser.recart .article-reco-c .recommendation-grid .item .headline-wrapper figure { max-width: 232px; } [data-layout="desktop"] .article-reco-c .recommendation-grid .item+.item, [data-layout="tablet"] .article-reco-c .recommendation-grid .item+.item { margin-top: 30px; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle { padding: 22px 0 14px; border-bottom: 1px solid #E5E4DE; border-top: 1px solid #E5E4DE; } [data-layout="tablet"] .article-reco-d .recommendation-grid, [data-layout="desktop"] .article-reco-d .recommendation-grid { gap: 25px; } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e { background-color: rgba(248, 229, 179, 0.2); margin-left: -95px; margin-right: -95px; width: calc(100% + 190px); } [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e { margin-left: -253px; margin-right: -253px; width: calc(100% + 506px); } [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="tablet"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle, [data-layout="desktop"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { max-width: 610px; margin-left: auto; margin-right: auto; } [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e .header, [data-layout="tablet"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle, [data-layout="desktop"][data-state="is-subscribed"] .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { max-width: 694px; } .recoTeaserContainer .article-reco-e .recommendation-grid button.bookmark-article, .grid-row-teaser.recart .article-reco-e .recommendation-grid .item .headline-wrapper figure, .grid-row-teaser.recart .article-reco-e .recommendation-grid .item .headline-wrapper figure { display: none; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer .appetizer-kicker { line-height: 0; font-size: 0; margin-top: 4px; width: auto; } .articleTeaser.recoTeaser.article-reco-e .header h4 { margin-top: 24px; padding-left: 20px; margin-bottom: -9px; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer .appetizer-title { font-family: "Source Sans Pro"; font-size: 18px !important; flex-shrink: 0; padding-top: 0; margin-top: 0; line-height: 25px; display: inline; float: none; } .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item { width: auto !important; position: relative; padding-left: 20px; border-bottom: none; padding-bottom: 0; } .recoTeaserContainer .article-reco-e .recommendation-grid { flex-direction: column; } .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer h3 { margin-top: 23px !important; } .articleTeaser.recoTeaser.article-reco-e #pianoRecoArticle { margin-bottom: 24px; } .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 20px; height: 20px; transform: rotate(-90deg); background-size: cover; position: absolute; left: -6px; top: 26px; filter: brightness(0) saturate(100%) invert(68%) sepia(21%) saturate(4495%) hue-rotate(8deg) brightness(100%) contrast(99%); } .articleTeaser.recoTeaser.article-reco-e [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon:before { margin-top: 0; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-e { background-color: rgba(248, 229, 179, 0.2); margin-left: -18px; margin-right: -18px; width: calc(100% + 36px); } [data-layout="mobile"] .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item { padding-left: 41px; margin-bottom: 0; } [data-layout="mobile"] .grid-row-teaser.recart .articleTeaser.recoTeaser.article-reco-e .recommendation-grid .item:before { left: 12px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-e .header h4 { padding-left: 41px; padding-top: 0; } [data-layout="mobile"] .mod-article .article-body .articleTeaser.recoTeaser.article-reco-e .appetizer h3 { width: auto; float: none; padding-right: 18px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle { padding: 34px 0 27px; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:after, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:after { content: ""; display: block; width: 100%; height: 1px; background-color: #E5E4DE; position: relative; } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:before, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:before { top: -34px } [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-d #pianoRecoArticle:after, [data-layout="mobile"] .articleTeaser.recoTeaser.article-reco-c #pianoRecoArticle:after { bottom: -27px; } [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-d .item, [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-c .item { border-bottom: none; } [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-d .item+.item:before, [data-layout="mobile"] .boxitem .articleTeaser.recoTeaser.article-reco-c .item+.item:before { content: ""; display: block; width: 100%; height: 1px; background-color: #E5E4DE; position: relative; top: -30px; } [data-layout="mobile"] .article-reco-d .recommendation-grid .item figure, [data-layout="mobile"] .article-reco-c .recommendation-grid .item figure { float: none; width: 100%; max-width: 286px; } [data-layout="mobile"] .article-reco-d .recommendation-grid figure .image-wrapper .image img, [data-layout="mobile"] .article-reco-c .recommendation-grid figure .image-wrapper .image img { width: 100%; height: auto; aspect-ratio: 16/9; } [data-layout="mobile"] .article-reco-d .recommendation-grid .item h3, [data-layout="mobile"] .article-reco-d .recommendation-grid .item h3 { float: none; width: auto; max-width: 286px; } /* CON-2758 Entfernen der Pluskennzeichnung */ .no-plus-logo .paid-icon, .no-plus-logo .data[data-paidcontent="true"] .appetizer-kicker:before { display: none !important; } </style> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_a94d031d_909a_4556_bb9a_04273eeb576b"> <style type="text/css"> /* Haupstseiten mit Wrapper */ .registrationwall { font-size: 17px; line-height: 26px; color: #1C1C1C; margin-bottom: 10px; margin-top: 10px; border-radius: 2px; } .registrationwall.news { margin-bottom: 0; } .registrationwall__header, .registrationwall__content, .registrationwall__banner { background: #fff; } /* Haupstseiten mit Wrapper - Header */ .registrationwall .registrationwall__header { padding: 40px; width: 100%; border-bottom: 1px solid #EEEDE9; display: flex; gap: 0 40px; flex-direction: column; box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); } .registrationwall .registrationwall__header .tabs, .registrationwall .registrationwall__header .steps { display: flex; flex-direction: row; } .registrationwall .registrationwall__header .headline { color: #292929; font-size: 2rem; line-height: 42px; font-weight: 700; margin-bottom: 2.5rem; } [data-layout="mobile"] .registrationwall .registrationwall__header .headline { margin-bottom: 30px; margin-top: 0; font-size: 24px; line-height: 26px; } .registrationwall .registrationwall__header .sort-select-wrapper { display: flex; justify-content: flex-end; align-items: center; font-size: 16px; line-height: 24px; color: #292929; margin-top: 12px; } [data-layout="mobile"] .registrationwall .registrationwall__header .sort-select-wrapper { justify-content: flex-start; } .registrationwall .registrationwall__header .sort-select-wrapper a { padding: 8px; } .registrationwall .registrationwall__header .sort-select-wrapper a:first-child { margin-left: 12px; } [data-layout="desktop"] .registrationwall .registrationwall__header .sort-select-wrapper a:last-child, [data-layout="tablet"] .registrationwall .registrationwall__header .sort-select-wrapper a:last-child { padding-right: 0; } .registrationwall .registrationwall__header .sort-select-wrapper a.active { color: #E8A901; font-weight: 700; } .registrationwall .registrationwall__header .subHeadline { color: #292929; font-size: 22px; font-weight: 700; border-bottom: 2px solid #292929; line-height: 29px; padding-bottom: 6px; } .registrationwall .registrationwall__header .tabs>a { flex: 1; text-align: center; } .registrationwall .registrationwall__header .tabs>a:not(.active) { color: #bab7ad; border-color: #bab7ad; } .registrationwall .registrationwall__header .steps .step { font-size: 16px; line-height: 22px; display: flex; align-items: center; } .registrationwall .registrationwall__header .steps .step:before { display: flex; width: 32px; height: 32px; color: #fff; margin-right: 10px; border-radius: 2px; align-items: center; justify-content: center; font-size: 18px; line-height: 29px; font-weight: 700; flex-shrink: 0; } .registrationwall .registrationwall__header .steps .step.step-1 { color: #E8A901; margin-right: 35px; } [data-layout="mobile"] .registrationwall .registrationwall__header .steps .step.step-1 { margin-right: 20px; } .registrationwall .registrationwall__header .steps .step.step-2 { color: #BAB7AD; } .registrationwall .registrationwall__header .steps .step.step-1:before { content: "1"; background-color: #E8A901; } .registrationwall .registrationwall__header .steps .step.step-2:before { content: "2"; background-color: #CCCBC3; } [data-layout="mobile"] .registrationwall__header { padding: 20px 18px; } [data-layout="mobile"] .registrationwall .registrationwall__header { padding: 20px 18px; } /* Haupstseiten mit Wrapper - Content */ .registrationwall .registrationwall__content, .registrationwall .registrationwall__banner { margin: 0 auto; padding: 40px; box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); } .registrationwall.news .registrationwall .registrationwall__content { box-shadow: none; } [data-layout="mobile"] .registrationwall .registrationwall__content { padding: 32px 0; } .registrationwall:not(.onboarding) .registrationwall__content, .registrationwall:not(.onboarding) .registrationwall__banner { margin-top: 10px; width: 100%; } [data-alias="/meinestz/meine-nachrichten"] .registrationwall:not(.onboarding) .registrationwall__banner { margin-top: 0; margin-bottom: 10px; } .registrationwall .registrationwall__content>div { width: 100%; max-width: 817px; margin: 0 auto; } .registrationwall .registrationwall__content>.item-list { margin-bottom: 0; } /* Listen */ .registrationwall .item-list, .registrationwall .item { display: block; line-height: 26px; } .registrationwall .item-list>.item { width: auto; } .registrationwall .item-list { margin-bottom: 41px; } .registrationwall .item-list .headline { font-size: 22px; line-height: 29px; font-weight: 700; margin-top: 60px; } .registrationwall .item-list .subHeadline { margin-top: 8px; margin-bottom: 14px; color: #7C7867; } .registrationwall .item.boxItemContainer .item { width: 160px !important; height: 150px; /* border: 1px solid #1C1C1C; */ border-radius: 2px; padding: 0 19px 0 18px; margin: 0 59px 0 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background-color: #FAEECC; } .registrationwall .item.boxItemContainer.topics .item { background-size: cover; } .registrationwall .item.boxItemContainer.topics .item:nth-child(1) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-energiekrise.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(2) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-wohnen.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-stadtkind.png); } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) .headline { color: transparent; } .registrationwall .item.boxItemContainer.topics .item:nth-child(4) { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/buttons/meinestz-1942.png); } .registrationwall .item.boxItemContainer .item img { object-fit: cover; width: 45px; height: 45px; order: -1; border-radius: 50%; position: absolute; right: 5px; top: 5px; } .registrationwall .item.boxItemContainer .item:last-of-type { margin-right: 0; } .registrationwall .item.boxItemContainer .item .headline { margin: auto 0 16px; white-space: initial; line-height: 26px; font-size: 20px; } .registrationwall .item.boxItemContainer.topics .item .headline { display: flex; /* margin: auto 0 40px; */ justify-content: center; text-align: center; margin: 43px 0 auto; color: #fff; text-align: center; } @media (prefers-color-scheme: dark) { .registrationwall .item.boxItemContainer.topics .item .headline { color: #fff !important; } .registrationwall .item.boxItemContainer.topics .item:nth-child(3) .headline { color: transparent !important; } } [data-layout="mobile"] .registrationwall .headline { margin-top: 40px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer { padding-left: 18px; padding-right: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { margin-right: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { margin-right: 18px; } [data-layout="mobile"] .registrationwall__content>.item-list>.item+.item>.headline { margin-top: 60px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item { width: 144px !important; height: 134px; padding: 0 10px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item img { width: 40px; height: 40px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer .item .headline { margin: auto 0 10px; line-height: 23px; font-size: 18px; } [data-layout="mobile"] .registrationwall .item.boxItemContainer.topics .item .headline { margin: auto 0 30px; } /* Slider */ .registrationwall .item.slider .item-list.flickity-enabled { position: relative; margin-top: 0; } .registrationwall .item.slider .item-list.flickity-enabled .arrow { position: absolute; top: 50%; transform: translateY(-50%); } .registrationwall .item.slider .item-list.flickity-enabled .arrow:after { font-family: swiper-icons; font-size: 15px; text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; font-weight: bold; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.left { left: -50px; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.left:after { content: 'prev'; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.right { right: -50px; } .registrationwall .item.slider .item-list.flickity-enabled .arrow.right:after { content: 'next'; } .registrationwall .item:not(.slider) .item-list { display: flex; flex: 1; } .registrationwall .item.slider .item-list:not(.flickity-enabled) { display: flex; } .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(n+5) { display: none; } .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(4) { margin-right: 0; } [data-layout="mobile"] .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(n+3) { display: none; } [data-layout="mobile"] .registrationwall .item.slider .item-list:not(.flickity-enabled) .item:nth-child(2) { margin-right: 0; } .registrationwall .flickity-button { display: none !important; } /* Alphabetical List */ .registrationwall .item.alphabeticalList>.item-list { margin: 0; /* display: grid; */ /* grid-template-columns: 1fr 1fr; */ gap: 23px 60px; display: block; column-count: 2; } .registrationwall .item.alphabeticalList>.item-list .item.topicList { margin-top: 23px; display: inline-block; width: 100%; } [data-layout="mobile"] .registrationwall .item.alphabeticalList { padding-left: 18px; padding-right: 18px; } [data-layout="mobile"] .registrationwall .item.alphabeticalList>.item-list { /* grid-template-columns: 1fr; */ column-count: 1; } /* Topic List */ .registrationwall .topicList { margin-top: 0; } .registrationwall .topicList .headline { font-size: 18px; line-height: 27px; margin-top: 0; } .registrationwall .topicList>.item-list { margin: 0; display: flex; flex-wrap: wrap; flex-direction: column; } .registrationwall .topicList>.item-list .item { display: flex; margin-top: 8px; margin-bottom: 10px; flex: 1; align-items: center; } .registrationwall .topicList>.item-list button { margin: 0 0 0 auto; width: auto; min-width: 123px; } @media (max-width: 365px) { .registrationwall .topicList>.item-list button { min-width: 113px; } } .registrationwall .topicList>.item-list .headline { font-weight: 400; min-width: 0; margin-right: 10px; text-overflow: ellipsis; overflow: hidden; } /* Overlays */ body.onboardingOverlayOpen { overflow: hidden; } body.onboardingInfoOpen .onboardingInfo { transform: translateY(0); } .onboardingInfo { transform: translateY(100%); transition: transform 200ms ease 0s; position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #FAEECC; padding: 20px; font-size: 18px; line-height: 27px; max-width: 1200px; box-shadow: 0px 1px 3px rgb(41 41 41 / 16%); } .onboardingInfo button { line-height: 16px !important; height: auto !important; font-size: 18px; padding: 20px 70px; margin-top: 15px; margin-bottom: 15px; } .onboardingInfo button[disabled], .onboardingInfo button[disabled]:hover { background: #BABAAD; cursor: default; } .onboardingInfo .container-login { font-weight: bold; } .onboardingInfo .container-login span { color: #E8A901; cursor: pointer; } .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']), .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']) { color: #E8A901; } .registrationwall .configurationInfo span[data-follow-count-author]:not([data-follow-count-author='0']):before, .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']):before { content: attr(data-follow-count-author); } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):before, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):before { content: attr(data-follow-count-theme); } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):after, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0']):after { content: " Themen"; } .registrationwall .configurationInfo span[data-follow-count-author]:not([data-follow-count-author='0']):after, .onboardingInfo span[data-follow-count-author]:not([data-follow-count-author='0']):after { content: " Autoren"; } .registrationwall .configurationInfo span { color: #E8A901; } .onboardingInfo span[data-follow-count-theme='0']+span[data-follow-count-author='0']:before { content: "noch keine Themen oder Autoren"; } .registrationwall .onboardingInfo span[data-follow-count-theme="1"]:after, .registrationwall .configurationInfo span[data-follow-count-theme="1"]:after { content: " Thema" !important; } .registrationwall .onboardingInfo span[data-follow-count-author="1"]:after, .registrationwall .configurationInfo span[data-follow-count-author="1"]:after { content: " Autor" !important; } .registrationwall .configurationInfo span[data-follow-count-theme]:not([data-follow-count-theme='0'])+span[data-follow-count-author]:not([data-follow-count-author='0']):before, .onboardingInfo span[data-follow-count-theme]:not([data-follow-count-theme='0'])+span[data-follow-count-author]:not([data-follow-count-author='0']):before { content: ' und ' attr(data-follow-count-author); } .bodyOverlayOpen { overflow: hidden; } body.onboardingOverlayOpen .site-wrapper>.grid.onboardingGrid { z-index: 1; } [data-layout="mobile"] .onboardingGrid { margin-top: 10px; } body.onboardingOverlayOpen .onboardingOverlayBackground, body.onboardingOverlayOpen .onboardingOverlay { display: block; } .onboardingOverlayBackground { display: none; position: fixed; z-index: 999; width: 100%; left: 0; top: 0; right: 0; bottom: 0; min-height: 100vh; background: rgba(0, 0, 0, 0.35); overflow: hidden; } .onboardingOverlay { display: none; overflow: hidden; padding: 0; width: 100%; border-radius: 2px; box-shadow: 0px -1px 3px rgba(41, 41, 41, 0.16), 0px 1px 3px rgba(41, 41, 41, 0.16); position: fixed; top: 50%; left: 200px; max-width: 515px; background-color: white; z-index: 9999; transform: translate(343px, -50%); } @media (max-width: 1740px) { .onboardingOverlay { left: 0; } } .onboardingOverlay .content { padding: 40px 105px 30px; display: flex; flex-direction: column; } .onboardingOverlay .content h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; line-height: 27px; color: #292929; text-align: center; } #overlayFollow .onboardingOverlay .content h2 { margin-bottom: 8px; } .onboardingOverlay .content p { line-height: 24px; text-align: center; } .onboardingOverlay .content picture { margin-bottom: 20px; margin-left: auto; margin-right: auto; height: 100px; } .onboardingOverlay .content picture img { height: 100px; } .onboardingOverlay .content .btn { line-height: 27px; height: auto; font-size: 18px; padding: 14px 28px; margin-top: 30px; margin-bottom: 10px; } .onboardingOverlay .content .container-login { font-weight: 700; font-size: 18px; line-height: 27px; margin-top: 10px; text-align: center; } .onboardingOverlay .content .container-login span { color: #E8A901; cursor: pointer; } .onboardingOverlay .closeIconContainer .closeOverlay { padding: 17px; position: absolute; right: 0; top: 0; cursor: pointer; } [data-layout="mobile"] .onboardingOverlay { left: 50%; transform: translate(-50%, -50%); } @media (max-width: 560px) { .onboardingOverlay { max-width: calc(100% - 36px); } .onboardingOverlay .content { padding: 50px 40px 30px; display: flex; flex-direction: column; } .onboardingOverlay .content .btn { padding: 14px 15px; } } @media (max-width: 396px) { .onboardingOverlay .content { padding: 50px 30px 30px; } .onboardingOverlay .content .btn { padding: 14px 7px; } } /* Tagsuche / Autocomplete */ .registrationwall__search:before { content: "Themen & Autoren suchen"; font-weight: 700; font-size: 22px; line-height: 29px; margin-bottom: 20px; display: block; } .registrationwall__search form { margin-bottom: 12px; display: flex; overflow: hidden; } .registrationwall__search+.item-list { margin-bottom: 0; } .registrationwall__search input { border: 0px; caret-color: rgb(113, 115, 127); -webkit-box-flex: 1; flex-grow: 1; font-size: 16px; line-height: inherit; background-color: #fff; color: #1C1C1C; outline: none; border-left: none; border-right: none; border-top: none; border-bottom: 2px solid #1C1C1C; display: flex; padding: 10px 5px; font-size: 18px; line-height: 27px; } .registrationwall__search input::focus-within { border-bottom: 2px solid #E8A901; } .registrationwall__search input::placeholder { opacity: 1; color: #BAB7AD; } .registrationwall__search form { position: relative; } .registrationwall__search input~svg { width: 24px; position: absolute; display: none; right: 12px; bottom: 18px; } .registrationwall__search input~svg.action-search { fill: #BAB7AD; display: none; bottom: 16px; } .registrationwall__search input:placeholder-shown~svg.action-search { display: flex; } .registrationwall__search input~.action-close { cursor: pointer; display: flex; } .registrationwall__search input:placeholder-shown~svg.action-close { display: none; } .registrationwall__search .autoComplete_wrapper [type='search'] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; } .registrationwall__search .autoComplete_wrapper [type="search"] { -webkit-appearance: textfield; } .registrationwall__search input:focus { border-bottom: 2px solid #E8A901; } .registrationwall__search input::placeholder { color: rgba(123, 123, 123, 0.5); transition: all 0.3s ease; } .registrationwall__search .item-list[hidden] { display: none !important; } .registrationwall__search .item-list { position: relative; margin-bottom: 10px; background-color: #fff; z-index: 0; outline: none; } .registrationwall__search .item-list .item { padding: 5px 12px 5px 12px; transition: all 0.1s ease-in-out; background-color: #fff; white-space: nowrap; } [data-layout="mobile"] .registrationwall__search .item-list .item { white-space: normal; align-items: flex-start; } .registrationwall__search .autoComplete_wrapper .item-list .item::selection { color: #fff; background-color: #fff; } .registrationwall__search .autoComplete_wrapper .item-list .item:hover { cursor: pointer; } .registrationwall__search .autoComplete_wrapper .item-list .item mark { background-color: transparent; color: rgba(#E8A901, 1); font-weight: bold; } .registrationwall__search .autoComplete_wrapper .item-list .item mark::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .registrationwall__search .autoComplete_wrapper .item-list .item[aria-selected="true"] { background-color: rgba(123, 123, 123, 0.1); } .registrationwall__search .item-list .item .headline { min-width: 0; overflow: hidden; text-overflow: ellipsis; } [data-layout="mobile"] .registrationwall__search { padding: 0 18px; } /* Meine Konfiguration - Infotext */ .registrationwall .configurationInfo { text-align: center; margin: 60px 0 32px 0; } [data-layout="mobile"] .registrationwall .configurationInfo { margin: 40px 0 22px 0; } .registrationwall .configurationInfo p { font-size: 18px; line-height: 27px; padding: 0 18px; } .registrationwall .configurationInfo p+p { padding-top: 20px; } .registrationwall .configurationInfo[data-follow-count="0"] .follow-text { display: none; } .registrationwall .configurationInfo[data-follow-count="0"] .no-follow-text { display: block; } .registrationwall .configurationInfo:not([data-follow-count="0"]) .follow-text { display: block; } .registrationwall .configurationInfo:not([data-follow-count="0"]) .no-follow-text { display: none; } [data-layout="mobile"] .registrationwall .configurationInfo:not([data-follow-count="0"]) .follow-text br { display: none; } /* Meine Konfiguration - Drag&Drop */ .registrationwall .sortable_wrapper { width: 450px !important; margin: 0 auto; margin-top: 32px; } [data-layout="mobile"] .registrationwall .sortable_wrapper { width: 100% !important; padding: 0 18px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item { padding: 18px; border: 1px solid; border-radius: 3px; cursor: grab; user-select: none; align-items: center; max-width: 100%; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item .bookmark-theme { margin-top: 1px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item:before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12' height='12' class='css-yuntxy'%3E%3Ctitle%3EVerschieben%3C/title%3E%3Cline y1='1' x2='22' y2='1' stroke='%23BAB7AD'%3E%3C/line%3E%3Cline y1='6' x2='22' y2='6' stroke='%23BAB7AD'%3E%3C/line%3E%3Cline y1='11' x2='22' y2='11' stroke='%23BAB7AD'%3E%3C/line%3E%3C/svg%3E"); margin-right: 29px; margin-top: 1px; width: 24px; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item .headline { order: 0; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item button { order: 2; } .registrationwall .sortable_wrapper.item.topicList>.item-list>.item img { object-fit: cover; width: 30px; height: 30px; border-radius: 50%; order: 1; margin-right: 15px; margin-left: 5px; flex-shrink: 0; } .registrationwall .sortable-chosen { background: #faeecc; } .registrationwall .sortable-ghost { opacity: 0; } .registrationwall .sortable-fallback { opacity: 1 !important; background: #faeecc; } /* Meine StZ - Meine Nachrichten / Merkliste */ /* .registrationwall-article-collection { content: ""; display: block; height: 10px; background-color: #eeede9; position: relative; width: 100vw; left: -40px; max-width: 1210px; } */ .registrationwall-article-collection .load-more { margin: 40px 0 0; } [data-layout="mobile"] .registrationwall-article-collection .load-more { margin: 30px 0 0; } .registrationwall-article-collection .load-more button { min-width: 376px; } [data-layout="mobile"] .registrationwall-article-collection .load-more button { min-width: auto; } /* .registrationwall .registrationwall-article-collection .appetizer, .registrationwall .registrationwall-article-collection .appetizer .appetizer-text { margin-bottom: 0; } */ [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-title, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-title { width: 100%; max-width: 387px; } [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer figure, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer figure { width: 340px; /* margin-bottom: 0; */ } .registrationwall.bookmarks, .registrationwall.news, .registrationwall.myconfig { background: transparent; } .registrationwall.bookmarks .registrationwall__content>div, .registrationwall.news .registrationwall__content>div { width: 100%; max-width: none; } [data-layout="mobile"] .registrationwall.bookmarks .registrationwall__content.boxitem, [data-layout="mobile"] .registrationwall.news .registrationwall__content.boxitem { padding: 20px 18px; } .registrationwall.bookmarks .bookmarksInfo { align-items: center; margin: 20px auto; } [data-layout="mobile"] .registrationwall.bookmarks .bookmarksInfo { margin: 10px 0 12px; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure { float: right; width: 36%; margin-bottom: 10px; } /* [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper { overflow: hidden; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper .image { padding-bottom: 74.5%; height: auto; } [data-layout="mobile"] .registrationwall.bookmarks .content .data figure .image-wrapper .image img { width: 112%; max-width: unset; } */ [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-title, [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-kicker { width: 59%; hyphens: auto; } /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-title { font-size: 1.0625rem !important; padding-top: 3px; } */ /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-kicker { font-size: .9375rem !important; } */ /* [data-layout="mobile"] .registrationwall.bookmarks .content .data .appetizer-text { display: none; } */ [data-layout="tablet"] .registrationwall.news .newsInfo, [data-layout="mobile"] .registrationwall.news .newsInfo { padding-top: 60px; } [data-layout="mobile"] .registrationwall.news .newsInfo { padding-top: 30px; } .registrationwall.news .newsInfo img { margin: 40px 0; } .registrationwall.bookmarks .bookmarksInfo img { margin: 40px 0 30px; } .registrationwall.news .newsInfo .headline, .registrationwall.bookmarks .bookmarksInfo .headline { font-weight: 700; font-size: 22px; line-height: 29px; margin-top: 0; text-align: center; } .registrationwall.news .newsInfo .subHeadline, .registrationwall.bookmarks .bookmarksInfo .subHeadline { max-width: 342px; text-align: center; font-size: 18px; line-height: 27px; } .registrationwall.news .newsInfo>a { display: inline-block; background: #e8a901; color: #fff; border: none; border-radius: 2px; font-family: "Source Sans"; font-size: 18px; font-weight: 700; cursor: pointer; text-align: center; vertical-align: middle; min-width: 305px; transition: color .25s ease, background .25s ease; line-height: 27px; height: auto; padding: 14px 28px; margin-top: 30px; } .registrationwall.news .newsInfo>a:hover { background: #ebb627; color: #fff; } .registrationwall-article-collection>.headline { color: #292929; font-size: 32px; line-height: 42px; font-weight: 700; border-bottom: 2px solid #292929; padding-bottom: 9px; } [data-layout="mobile"] .registrationwall-article-collection>.headline { font-size: 22px; line-height: 29px; padding-bottom: 6px; margin-top: 0; } .registrationwall-article-collection>.item-list { max-width: 727px; margin: 40px auto 0; min-height: 600px; } [data-layout="mobile"] .registrationwall-article-collection>.item-list { max-width: 727px; margin: 40px auto 0; min-height: 400px; } /* .registrationwall-article-collection > .item-list .data + div .article-date-minutes, .registrationwall-article-collection > .item-list .data + div .article-date-seconds { color: #E00000; } */ .registrationwall-article-collection>.item-list .data+div .article-found-because:not(:empty) { padding: 6px 10px; background-color: #EEEDE9; border-radius: 2px; margin-left: 26px; white-space: nowrap; flex-shrink: 1; text-overflow: ellipsis; overflow: hidden; } [data-layout="mobile"] .registrationwall-article-collection>.item-list { margin-top: 30px; } /* Header - Themenseiten */ .theme-header { width: 100%; border-bottom: 1px solid #e5e4de; padding-bottom: 18px; margin-bottom: 30px; } .theme-header .headline { width: 100%; color: #1c1c1c; font-size: 2rem; font-weight: 700; border-bottom: 2px solid #1c1c1c; line-height: 2.5rem; margin-bottom: 1.5rem; } .theme-header .follow-text { width: 100%; font-size: 1rem; line-height: 1.3; margin-bottom: 20px; } /* Buttons - alle */ button[class^="bookmark-"] { background-color: transparent !important; } /* Buttons - Themen / Autoren */ button.bookmark-theme, button.bookmark-author { max-width: 100%; width: auto; min-width: 123px; margin: 0 0 12px 0; border: 1px solid #292929; border-radius: 2px; background-color: transparent !important; /* background-color: #FAEECC !important; */ color: #292929 !important; font-size: 12px; line-height: 15px; height: auto; padding: 4px 0; display: flex; justify-content: center; transition: none; position: relative; font-weight: 700; font-family: "Source Sans"; } .registrationwall .topics button.bookmark-theme { background-color: #FAEECC !important; } [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover { border-color: #6C6C6C; color: #6C6C6C !important; } [data-layout="mobile"] .autorenprofil-content button.bookmark-author { margin-left: auto; margin-right: auto; margin-bottom: 30px; } button.bookmark-theme:before, button.bookmark-author:before { /* content: ""; display: inline-block; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); margin-right: 4px; width: 15px; height: 15px; background-repeat: no-repeat; */ display: inline-block; background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); height: 15px; background-repeat: no-repeat; padding-left: 19px; } button.bookmark-author:before { content: "Autor folgen"; width: 66px; } button.bookmark-theme:before { content: "Thema folgen"; width: 73px; } [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus-grey.svg); background-position: 1px 1px; /* position: relative; top: 1px; left: 1px; */ } /* button.bookmark-author[data-type="follow"]:after, button.bookmark-theme[data-type="follow"]:after { content: ""; display: block; width: 40px; height: 20px; background-image: url('https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-left.svg'); position: absolute; right: -50px; top: 2px; pointer-events: none; } */ /* button.bookmark-theme[data-type="follow"]:after { content: "Thema folgen" } button.bookmark-author[data-type="follow"]:after { content: "Autor folgen" } */ .registrationwall button.bookmark-theme[data-type="follow"]:after, .registrationwall button.bookmark-author[data-type="follow"]:after { display: none; } button.bookmark-theme[data-type="follow"][data-follow="true"], button.bookmark-author[data-type="follow"][data-follow="true"] { border-color: #292929; background-color: #292929 !important; color: #fff !important; } /* button.bookmark-theme[data-type="follow"][data-follow="true"]:after, button.bookmark-author[data-type="follow"][data-follow="true"]:after { content: "Folge ich" } */ [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover), [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover) { border-color: #6C6C6C; background-color: #6C6C6C !important; color: #fff !important; } /* [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):after { content: "Entfolgen"; } */ button.bookmark-theme[data-type="follow"][data-follow="true"]:before, button.bookmark-author[data-type="follow"][data-follow="true"]:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg); /* height: 10px; width: 12px; position: relative; top: 3px; */ content: "Folge ich"; width: 47px; background-position-y: 3px; } [data-layout="tablet"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="tablet"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="desktop"] button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, [data-layout="desktop"] button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg); /* height: 10px; width: 10px; position: relative; top: 3px; */ content: "Entfolgen"; width: 52px; } /* Buttons - Artikel */ button.bookmark-article { float: right; width: 44px; height: 44px; padding: 0; min-width: unset; border: none; background-color: white; background-size: 18px 24px !important; position: relative; right: -13px; /* margin-bottom: -30px; */ margin-bottom: -20px; } [data-layout="mobile"] button.bookmark-article { /* margin-bottom: -20px; */ margin-bottom: -6px; } .boxitem>div:not(.tdtArticleOne) .item:only-child button.bookmark-article, .boxitem>.item:not(.tdtArticleOne):only-child button.bookmark-article { margin-bottom: -30px; } [data-layout="mobile"] .boxitem>div:not(.tdtArticleOne) #pianoRecoArticle .item:only-child button.bookmark-article, [data-layout="mobile"] .boxitem>.item:not(.tdtArticleOne):only-child button.bookmark-article { margin-bottom: -20px; } [data-layout="mobile"] .boxitem>div:not(.tdtArticleOne) #pianoRecoArticle .item:only-child button.bookmark-article { margin-bottom: 5px; } .registrationwall.news button.bookmark-article { margin-bottom: 0; } button.bookmark-article[data-type="follow"] { background-size: contain; background-repeat: no-repeat no-repeat; background-position: center center; } button.bookmark-article[data-type="follow"] { /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' class='css-pija16'%3E%3Cpath d='M6.34 12.33 6 12.16l-.34.17-4.91 2.46V2C.75 1.31 1.31.75 2 .75h8c.69 0 1.25.56 1.25 1.25v12.79l-4.91-2.46Z' stroke='%23cccbc3' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E"); */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-grey.svg); } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg); } .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], button.bookmark-article[data-type="follow"][data-follow="true"] { /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' fill='%23292929' xmlns='http://www.w3.org/2000/svg' class='css-pija16'%3E%3Cpath d='M6.34 12.33 6 12.16l-.34.17-4.91 2.46V2C.75 1.31 1.31.75 2 .75h8c.69 0 1.25.56 1.25 1.25v12.79l-4.91-2.46Z' stroke='%23292929' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E"); */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-full.svg); } [data-layout="mobile"] .teaser-hero button.bookmark-article[data-type="follow"] { margin-right: 10px; margin-bottom: -20px; } .mod-gallery li.bookmark button.bookmark-article, .article-body li.bookmark button.bookmark-article { /* Abweichung Innerhalb Artikel & Gallery ..... */ text-align: left; border: 2px solid #292929; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 3px; background-size: auto 18px !important; position: static; margin-bottom: 0; } .registrationwall.bookmarks button.bookmark-article { margin-bottom: 0 !important; } .mod-gallery li.bookmark button.bookmark-article:not([data-follow="true"]):hover, .article-body li.bookmark button.bookmark-article:not([data-follow="true"]):hover { filter: brightness(0) saturate(100%) invert(59%) sepia(1%) saturate(0%) hue-rotate(288deg) brightness(97%) contrast(93%); } .mod-gallery ul li.bookmark, .mod-article .article-body ul li.bookmark { display: flex; justify-content: center; } /* .mod-gallery ul li.bookmark:after, .mod-article .article-body ul li.bookmark:after { content: ""; display: block; width: 40px; height: 20px; background-image: url('https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-left.svg'); position: absolute; left: 60px; top: 10px; pointer-events: none; } */ /* [data-layout="mobile"] .mod-gallery ul li.bookmark:after, [data-layout="mobile"] .mod-article .article-body ul li.bookmark:after { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/flag-new-down.svg); top: -30px; left: 2px; height: 25px; } */ /* Backlink / Configure-Link / Banner */ .registrationwall .backlink:before { background-image: url("https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/Icon_Pfeil.svg"); background-repeat: no-repeat; content: ""; width: 16px; height: 16px; display: inline-block; transform: rotate(90deg); position: relative; top: 3px; margin-right: 4px; } .registrationwall .backlink:hover:before { filter: invert(36%) sepia(0%) saturate(1273%) hue-rotate(232deg) brightness(89%) contrast(95%); } .registrationwall .backlink { display: inline-block; margin-top: 20px; } .registrationwall .configureLink { margin-top: 20px; font-size: 14px; line-height: 18px; font-weight: 700; display: flex; background: #E8A901; border-radius: 2px; color: #fff !important; margin-left: auto; padding: 6px 13px 6px 10px; max-width: fit-content; max-width: -moz-fit-content; } .registrationwall .configureLink:hover { background: #ebb627; } .registrationwall .registrationwall__banner { border-bottom: 1px solid #EEEDE9; flex-direction: row; display: flex; padding: 40px; } [data-layout="mobile"] .registrationwall .registrationwall__banner { padding: 20px 18px; } .registrationwall .registrationwall__banner>div { flex: 1; } .registrationwall .registrationwall__banner>div a { background: #faeecc; display: flex; padding: 20px 40px; align-items: center; } [data-layout="mobile"] .registrationwall .registrationwall__banner>div a { padding: 16px 18px; display: grid; } .registrationwall .registrationwall__banner a, .registrationwall .registrationwall__banner span { white-space: nowrap; } [data-layout="mobile"] .registrationwall .registrationwall__banner a, [data-layout="mobile"] .registrationwall .registrationwall__banner span { white-space: normal; } .registrationwall .registrationwall__banner .headline { font-size: 22px; line-height: 29px; color: #E8A901; flex: 0; font-weight: bold; } [data-layout="mobile"] .registrationwall .registrationwall__banner .headline { grid-column-end: span 2; margin-top: 0; padding-bottom: 8px; } .registrationwall .registrationwall__banner .subHeadline { font-size: 17px; flex: 1; padding-left: 15px; line-height: 26px; } [data-layout="mobile"] .registrationwall .registrationwall__banner .subHeadline { padding-left: 0; grid-column-start: 1; padding-right: 15px; } .registrationwall .registrationwall__banner .themeLink { width: auto; border: 1px solid #292929; border-radius: 2px; background-color: transparent !important; color: #292929 !important; font-size: 12px; line-height: 15px; min-width: auto; height: auto; padding: 4px 11px; flex: 0; justify-content: center; font-weight: bold; } [data-layout="mobile"] .registrationwall .registrationwall__banner .themeLink { white-space: nowrap; margin-top: auto; } /* Snackbar */ .hs-snackbar { position: fixed; left: 200px; bottom: -150px; transform: translate(calc(600px - 50%), -50%); width: 575px; max-width: 85%; /* -- */ background: #292929; font-family: "Source Sans"; font-weight: bold; color: #fff; padding: 20px 40px; border-radius: 5px; text-align: left; /* -- */ transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); z-index: 2; box-shadow: -3px -3px 6px rgba(102, 102, 102, 0.15); line-height: 24px; } @media (max-width: 1740px) { .hs-snackbar { left: 0; } } [data-layout="mobile"] .hs-snackbar { padding: 18px; line-height: 21px; max-width: calc(100vw - 36px); left: 50%; transform: translate(-50%, -50%); } .hs-snackbar a { color: #e8a901; float: right; text-align: right; cursor: pointer; } [data-layout="mobile"] .hs-snackbar a { color: #e8a901; float: none; text-align: right; display: block; margin-top: 19px; line-height: 21px; } .hs-snackbar-show { -webkit-animation: hsShowAnimation 0.3s ease both; } .hs-snackbar-hide { -webkit-animation: hsHideAnimation 0.2s ease both; } @-webkit-keyframes hsHideAnimation { 0% { opacity: 1; bottom: 20px; } 100% { opacity: 0; bottom: -100px; } } @-webkit-keyframes hsShowAnimation { 0% { opacity: 1; bottom: -100px; } 100% { opacity: 1; bottom: 20px; } } /* Besonderheiten */ [data-alias='/meinestz/themen-entdecken'] .onboardingInfo, [data-alias='/meinestz/themen-entdecken'] .onboardingOverlay, [data-alias='/meinestz/themen-entdecken'] .onboardingOverlayBackground, [data-alias='/meinestz/themen-entdecken'] .registrationwall__header.auswahl-treffen { display: none !important; } [data-alias='/meinestz/themen-entdecken'] body { overflow: visible !important; } [data-alias='/meinestz/auswahl-treffen'] .hs-snackbar, [data-alias='/meinestz/auswahl-treffen'] .registrationwall__header.themen-entdecken { display: none !important; } .burger-nav-bar ul li a[data-title='Meine Nachrichten (Meine StZ)']:before { margin-right: 10px; width: 20px; height: 20px; display: inline-block; content: ''; /* -webkit-mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background: #1c1c1c; */ background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-meine-stz.svg); position: relative; top: 3px; } .burger-nav-bar ul li a[data-title="Merkliste (Meine StZ)"]:before { margin-right: 10px; width: 14px; height: 18px; display: inline-block; content: ''; -webkit-mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark.svg) no-repeat 50% 50%; -webkit-mask-size: contain; mask-size: contain; background: #1c1c1c; padding-left: 6px; position: relative; top: 3px; } [data-widget-count='0'] .burger-nav-bar ul li a[data-title="Merkliste (Meine StZ)"] { display: none; } .burger-nav-bar .burger-deep-nav ul li a[data-title="Meine Nachrichten (Meine StZ)"] { display: none; } .search-author-image { object-fit: cover; width: 30px; height: 30px; border-radius: 50%; margin-right: 15px; margin-left: 5px; flex-shrink: 0; } /* boxitem f眉r Artikellisten */ .registrationwall.news .newsInfo { background: #fff; align-items: center; } .registrationwall.news .registrationwall__content { background: none; padding: 0; } [data-layout="tablet"] .m-plus-contentbox .compact-brick, [data-layout="desktop"] .m-plus-contentbox .compact-brick { display: flex; } [data-layout="tablet"] .m-plus-contentbox .in--col-2 .item, [data-layout="desktop"] .m-plus-contentbox .in--col-2 .item { display: flex; flex-direction: column; } [data-layout="tablet"] .m-plus-contentbox .item button.bookmark-article, [data-layout="desktop"] .m-plus-contentbox .item button.bookmark-article { margin-top: auto; margin-left: auto; margin-bottom: -15px; } [data-layout="mobile"] .m-plus-contentbox .item button.bookmark-article { margin-bottom: -20px; } [data-layout="desktop"] .teaser-hero, [data-layout="tablet"] .teaser-hero { padding-bottom: 10px; } [data-layout="desktop"] .teaser-hero button.bookmark-article, [data-layout="tablet"] .teaser-hero button.bookmark-article { right: calc(100% - 31px); margin-bottom: 0 !important; } [data-layout="desktop"] .autorenprofil .autorenprofil-content .bookmark-author+.global-button.global-button--secondary, [data-layout="tablet"] .autorenprofil .autorenprofil-content .bookmark-author+.global-button.global-button--secondary { margin-top: 28px; } [data-layout="mobile"] .autorenprofil .autorenprofil-content .textflip { margin-top: 30px; } [data-layout="desktop"] .autorenprofil .autorenprofil-content, [data-layout="tablet"] .autorenprofil .autorenprofil-content { margin-top: -20px; } [data-layout="mobile"] .autorenprofil .autorenprofil-header .author-info .author-name { line-height: 29px; } [data-layout="mobile"] .autorenprofil .autorenprofil-header .author-info .author-ressort { line-height: 27px; } [data-layout="mobile"] .autorenprofil .autorenprofil-content { margin-top: 0; } [data-layout="mobile"] .topics .grid-row-teaser .item { padding-bottom: 10px; } [data-layout="mobile"] .sharewrapper { margin-top: 50px; } .boxitem .topnews-article-list .item, .registrationwall .registrationwall-article-collection .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item { padding-bottom: 10px; margin-bottom: 28px; border-bottom: 1px solid #e5e4de; } [data-layout="tablet"] .boxitem figure, [data-layout="desktop"] .boxitem figure, [data-layout="tablet"] .boxitem .appetizer, [data-layout="desktop"] .boxitem .appetizer, [data-layout="tablet"] .boxitem .appetizer-text, [data-layout="desktop"] .boxitem .appetizer-text { margin-bottom: 0; } /* Footer */ [data-alias="/meinestz/auswahl-treffen"] #footer { /* z-index: -1; */ padding-bottom: 180px; } [data-alias="/meinestz/auswahl-treffen"] :not(.onboardingOverlayOpen) .mod-header-new { z-index: 10; } [data-alias="/meinestz/auswahl-treffen"] .site-wrapper.site { z-index: 5; position: relative; } [data-alias="/meinestz/auswahl-treffen"][data-layout="mobile"] #footer { padding-bottom: 223px; } .topnews-article-list .item .content+div, .registrationwall-article-collection>.item-list .data+div { display: flex; width: calc(100% - 340px); margin-left: auto; align-items: center; } [data-layout="mobile"] .topnews-article-list .item .content+div, [data-layout="mobile"] .registrationwall-article-collection>.item-list .data+div { width: 100%; } .searchResults .item .content+div button, .topnews-article-list .item .content+div button, .registrationwall-article-collection>.item-list .data+div button { margin-left: auto; flex-shrink: 0; margin-bottom: 0; } .topnews-article-list .item .content+div>time, .registrationwall-article-collection>.item-list .data+div>time, .registrationwall-article-collection>.item-list .data+div>span { font-size: 15px; line-height: 21px; flex-shrink: 0; } .topnews-article-list .item .content+div>time.article-date-seconds, .registrationwall-article-collection>.item-list .data+div>time.article-date-seconds, .topnews-article-list .item .content+div>time.article-date-minutes-red, .registrationwall-article-collection>.item-list .data+div>time.article-date-minutes-red { color: #E00000; } /* Buttons - Artikel - Startseite */ .grid .brick.beliebt { display: flex; flex-wrap: wrap; } .grid .brick.beliebt .item { display: flex; flex-direction: column; } .grid .brick.beliebt .item:last-child { margin-bottom: 30px; } .grid .brick.beliebt .item button.bookmark-article { margin-top: auto; margin-left: auto; margin-bottom: -30px; } [data-layout="mobile"] .grid .brick.beliebt .item button.bookmark-article { margin-bottom: -6px; } .burger-nav-bar .burger-deep-nav ul li a[data-title="Meine StZ"] { display: none; } [data-alias="/stz-plus"][data-layout="tablet"] .m-plus-contentbox .brick.in--col-2, [data-alias="/stz-plus"][data-layout="desktop"] .m-plus-contentbox .brick.in--col-2 { display: flex; flex-wrap: wrap; } [data-alias="/stz-plus"][data-layout="tablet"] .m-plus-contentbox .item button.bookmark-article, [data-alias="/stz-plus"][data-layout="desktop"] .m-plus-contentbox .item button.bookmark-article { margin-bottom: -10px; } [data-layout="mobile"] .ressortseite .boxitem .compact-brick .item:last-child:not(:only-child) { margin-bottom: -20px; } [data-layout="mobile"] .ressortseite .boxitem .compact-brick .item:last-child:only-child { margin-bottom: 0; } [data-layout="mobile"] .ressort .boxitem .item:not(:last-child) { padding-bottom: 16px; } [data-layout="tablet"] .m-series .button-wrap-teaser, [data-layout="desktop"] .m-series .button-wrap-teaser { margin-bottom: 6rem; } .ressortseite .boxitem .m-series .item { padding-bottom: 30px; } [data-layout="mobile"] .m-series .appetizer .headline-wrapper h3 .appetizer-kicker { line-height: 23px; } .registrationwall__content .recommendation-grid .data figure { padding-right: 0; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item { display: flex; flex-direction: column; padding-bottom: 10px; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item figure { float: right; width: 33.3%; margin-bottom: 10px; } [data-layout="mobile"] .registrationwall__content .recommendation-grid .item h3 { float: inherit; width: inherit; padding-right: inherit; } [data-layout="desktop"] .boxitem.grid-row-teaser .recommendation-grid.home .item figure, [data-layout="tablet"] .boxitem.grid-row-teaser .recommendation-grid.home .item figure { width: 347px !important; } [data-layout="desktop"] .recommendation-grid.home .item, [data-layout="tablet"] .recommendation-grid.home .item { width: 347px !important; padding-bottom: 0 !important; } [data-layout="desktop"] .recommendation-grid.home .item .appetizer-kicker, [data-layout="tablet"] .recommendation-grid.home .item .appetizer-kicker { margin-top: 16px; line-height: 22px; } [data-layout="desktop"] .recommendation-grid.home .item .appetizer-title, [data-layout="tablet"] .recommendation-grid.home .item .appetizer-title { font-size: 22px; line-height: 29px; } @media (prefers-color-scheme: dark) { .mod-gallery ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], .mod-article .article-body ul li.bookmark button.bookmark-article[data-type="follow"][data-follow="true"], button.bookmark-article[data-type="follow"][data-follow="true"] { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-bookmark-full-dm.svg) !important; } .theme-header button.bookmark-theme:not([data-follow="true"])::before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/i_plus-dm.svg) !important; } .theme-header button.bookmark-theme[data-type="follow"][data-follow="true"] { background-color: #1c1c1c !important; border-color: #e5e4de !important; } .theme-header .headline { color: #e5e4de !important; border-bottom-color: #e5e4de; } .registrationwall .autoComplete_wrapper button.bookmark-author[data-type="follow"][data-follow="true"]:before, .registrationwall .autoComplete_wrapper button.bookmark-theme[data-type="follow"][data-follow="true"]:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-check-white.svg) !important; } .registrationwall .autoComplete_wrapper button.bookmark-author[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before, .registrationwall .autoComplete_wrapper button.bookmark-theme[data-type="follow"][data-follow="true"]:hover:not(.hideUnfollowHover):before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-close-white.svg) !important; } } .searchResults .item .content+div>time, .registrationwall-article-collection>.item-list .data+div>time, .registrationwall-article-collection>.item-list .data+div>span { font-size: 15px; line-height: 21px; flex-shrink: 0; } .searchResults .item .content+div>time.article-date-seconds, .registrationwall-article-collection>.item-list .data+div>time.article-date-seconds, .searchResults .item .content+div>time.article-date-minutes-red, .registrationwall-article-collection>.item-list .data+div>time.article-date-minutes-red { color: #E00000; } .searchResults .item .content+div, .registrationwall-article-collection>.item-list .data+div { display: flex; width: calc(100% - 340px); margin-left: auto; align-items: center; height: 44px; } [data-layout="mobile"] .searchResults .item .content+div, [data-layout="mobile"] .registrationwall-article-collection>.item-list .data+div { width: 100%; } .boxitem.searchResults .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item, .registrationwall .registrationwall-article-collection .item-list .item { padding-bottom: 10px; margin-bottom: 28px; border-bottom: 1px solid #e5e4de; } .verlagsangebot .bookmark-article { display: none; } @media (prefers-color-scheme: dark) { [data-layout="tablet"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="tablet"] button.bookmark-author:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-theme:not([data-follow="true"]):hover:before, [data-layout="desktop"] button.bookmark-author:not([data-follow="true"]):hover:before { background-image: url(https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/icon-plus.svg); } .onboardingOverlay { background-color: #1c1c1c; } .onboardingOverlay .content h2, .onboardingOverlay .content p, .content .onboardingOverlay .content .container-login { color: #E5E4DE !important; } .onboardingOverlay .content .btn { background-color: var(--color-primary-darkmode); } .onboardingOverlay .content .container-login span { color: var(--color-primary-darkmode); } .onboardingOverlay .closeIconContainer .closeOverlay { filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7476%) hue-rotate(318deg) brightness(110%) contrast(106%); } .onboardingOverlayBackground { background: rgba(0, 0, 0, 0.7); } } </style> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_7de22f76_1246_4ba9_9f4e_37a0aee56f62"> <script> var myNewsOverlayClicked = false; document.addEventListener('click', function (e) { let eventAction; // handle follow clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && !e.target.hasAttribute('data-follow') && !e.target.classList.contains('bookmark-notify')) { eventAction = 'Folgen-Link Klick'; pushToDataLayer(e); // handle overlay impressions setTimeout(() => { let overlayIsOpen = document.body.classList.contains('onboardingOverlayOpen'); if (overlayIsOpen) { let overlayClassList = document.querySelector('.onboardingOverlay').classList; if (overlayClassList.contains('theme')) { eventAction = 'Thema-Folgen-Overlay-Impression'; } else if (overlayClassList.contains('author')) { eventAction = 'Autor-Folgen-Overlay-Impression'; } else if (overlayClassList.contains('article')) { eventAction = 'Merken-Overlay-Impression'; } else { eventAction = 'Overlay-Impression' } myNewsOverlayClicked = true; pushToDataLayer(e); } }, 0); } // handle overlay closes (theme, author, article) if (e.target.classList.contains('closeOverlay')) { myNewsOverlayClicked = false; } // handle unfollow clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && e.target.hasAttribute('data-follow')) { eventAction = 'Entfolgen-Link Klick'; pushToDataLayer(e); } // handle undo clicks (theme, author, article) if (e.target.hasAttribute('data-type') && event.target.getAttribute('data-type') == 'follow' && e.target.hasAttribute('data-config') && e.target.classList.contains('bookmark-notify')) { eventAction = 'R眉ckg盲ngig-Link Klick'; pushToDataLayer(e); } function pushToDataLayer(e) { let configObject = JSON.parse(e.target.dataset.config); let linkType = configObject.type; let linkHeadline = configObject.headline; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Typ:' + linkType + ', Headline:' + linkHeadline, 'eventAction': eventAction, }); dataLayerV3.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Typ:' + linkType + ', Headline:' + linkHeadline, 'eventAction': eventAction, }); } }); </script> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_a3bcf80d_4252_4579_b2b2_611ba2cb8977"> <script> (function (u, p, s, r) { if (!u[r]) { u[r] = function (t) { u[r].q.push(t) }; u[r].q = []; var a = p.createElement(s), m = p.getElementsByTagName(s)[0]; a.async = 1; a.src = 'https://cdn.thenewsbox.net/js/main.js'; m.parentNode.insertBefore(a, m) } }) (window, document, 'script', '_uprec'); </script> </div> <script> processBricks(); </script> <div class="statichtmlbrick" id="id_09d617ed_79f0_4b4c_b2c2_3ee2b476d128"> <script> if (document.cookie.indexOf("pa_userstate") == -1) { var days = 365, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2]; cookieDuration.setTime( cookieDuration.getTime() + 24 * days * 60 * 60 * 1000 ); document.cookie = "pa_userstate=is-loggedout; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; } /* A/B Plus-Logo Test*/ if (document.cookie.indexOf("pa_pluslogo") != -1) { disablePlusLogo(); } function disablePlusLogo() { document.querySelectorAll(".paid-icon").forEach((el) => el.remove()); document.documentElement.classList.add("no-plus-logo"); } /* A/B Plus-Logo Test*/ function setUserstateCookie() { var days = 365, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2], userStateCookieValue; cookieDuration.setTime( cookieDuration.getTime() + 24 * days * 60 * 60 * 1000 ); if (tp.user.isUserValid()) { tp.api.callApi("/access/check", { rid: "RB47EV2" }, function (listData) { listData.access.granted ? (userStateCookieValue = "is-subscribed") : (userStateCookieValue = "is-loggedin"); document.cookie = "pa_userstate=" + userStateCookieValue + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; document.dispatchEvent(new CustomEvent("piLoggedIn")); }); } else { userStateCookieValue = "is-loggedout"; document.cookie = "pa_userstate=" + userStateCookieValue + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; } } function checkWelectAvailability() { Welect.checkAvailability({ onUnavailable: console.log("no ad available"), onAvailable: () => { Welect.runSession({ onAbort: console.log("view was cancelled"), onSuccess: () => { Welect.checkToken({ onValid: () => { console.log("watched ad completely first"); var minutes = 10, cookieDuration = new Date(), domain = window.location.hostname.split("."), domainFinal = domain[domain.length - 2]; cookieDuration.setTime( cookieDuration.getTime() + minutes * 60 * 1000 ); document.cookie = "welect=" + window.location.pathname + "; expires=" + cookieDuration + "; path=/; domain=" + domainFinal + ".de"; welectUnlockReducedContent("RB47EV2"); }, onInvalid: console.log("something went wrong"), }); }, }); }, }); } // var userAgentValid = 0; // window.addEventListener("DOMContentLoaded", function () { // if ( // window.location.pathname.indexOf("/inhalt.") != -1 && // navigator.userAgent.toLowerCase().includes(atob("Z29vZ2xlYm90")) // ) { // userAgentValid = 1; // welectUnlockReducedContent(); // } // }); function welectUnlockReducedContent(...rids) { (restrictedArea = document.querySelector( ".restricted-area[alias='/loadwelect-stz']" )), (mode = restrictedArea?.getAttribute("mode")), (ref = restrictedArea?.getAttribute("ref")), (alias = "/loadwelect-stz"), (token = ""), (articleUrlPath = document.cookie .split("; ") .find((el) => el.startsWith("welect=")) ?.split("=")[1]), (currentPath = window.location.pathname); if (typeof Welect != "undefined") token = Welect?.getToken(); if (articleUrlPath != currentPath && !userAgentValid) return; if (("paid" == mode && rids.length > 0) || userAgentValid) { var ridString = "?rid="; rids.forEach(function (rid) { var ridStringTemp = rid + "|"; ridString += ridStringTemp; }); const refLink = alias + "._responsive.externally_controlled.html/id/" + ref + ridString + "&wltoken=" + token; fetch(refLink, { method: "GET", headers: { "Content-Type": "text/html", }, cache: "no-cache", }) .then((response) => { if (!response.ok) { const error = (data && data.message) || response.status; return Promise.reject(error); } return response.text(); }) .then((html) => { content = html; displayReducedContent(); }) .catch((error) => { console.error("Fehler!", error); }); } } var pianoCdnblocked = false, checkoutInProgress = false, blockVxCloseEvent, siteSearchParams = new URL(document.location).searchParams; if (siteSearchParams.get("tpcc")) dataLayerV3.push({ tpcc: siteSearchParams.get("tpcc") }); window.addEventListener( "message", (e) => { if (e.origin === "https://vx.stuttgarter-zeitung.de") { if (e.data.postType === "gtmPushSnippet") { if (snippetShown || interstitialShown) dataLayerV3.push({ event: e.data.event, snippetCmsId: e.data.snippetCmsId, }); e.data.blockVxCloseEvent === true ? (blockVxCloseEvent = true) : (blockVxCloseEvent = false); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ paywallOfferLinkOfferName: e.data.paywallOfferLinkOfferName, offerLinkOfferPrice: e.data.offerLinkOfferPrice, termStartSource: "snippet", }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted" }); if (e.data.event === "noBoxShadowObject") document .querySelector("#pianoSnippetContainer") ?.classList.add("noBoxShadow"); if (e.data.event === "snippetImpression") document .querySelector("#pianoSnippetContainer") ?.classList.add("active"); if (e.data.event === "snippetClose") { document .querySelector("#pianoInterstitialContainer") ?.classList.add("hidden"); document .querySelector("#pianoSnippetContainer") ?.classList.add("hidden"); document .querySelector("#pianoSnippetContainer") ?.classList.remove("active"); } } else if (e.data.postType === "gtmPushBanderole") { if (banderoleShown) dataLayerV3.push({ event: e.data.event, banderoleCmsId: e.data.banderoleCmsId, }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ paywallOfferLinkOfferName: e.data.paywallOfferLinkOfferName, offerLinkOfferPrice: e.data.offerLinkOfferPrice, termStartSource: "banderole", }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted" }); } else if (e.data.postType === "gtmPushEigenwerbung") { if (e.data.event === "eigenwerbungClick") { dataLayerV3.push({ event: e.data.event, eigenwerbungId: e.data.eigenwerbungId, }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ paywallOfferLinkOfferName: e.data.paywallOfferLinkOfferName, offerLinkOfferPrice: e.data.offerLinkOfferPrice, termStartSource: "eigenwerbung", }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted" }); } else { dataLayerV3.push({ eigenwerbungId: e.data.eigenwerbungId }); } } else if (e.data.postType === "gtmPushTeaserkachel") { if (e.data.event === "teaserkachelClick") { dataLayerV3.push({ event: e.data.event, teaserkachelId: e.data.teaserkachelId, }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ paywallOfferLinkOfferName: e.data.paywallOfferLinkOfferName, offerLinkOfferPrice: e.data.offerLinkOfferPrice, termStartSource: "teaserkachel", }); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted" }); } else { dataLayerV3.push({ teaserkachelId: e.data.teaserkachelId }); } } else if (e.data.postType === "gtmPushClickProducts") { dataLayerV3.push({ clickProducts: e.data.clickProducts }); dataLayerV3.push({ paywallImpressions: e.data.clickProducts }); } else if (e.data.postType === "gtmPushEpb") { if (e.data.eigenproduktboxId) { dataLayerV3.push({ eigenproduktboxId: e.data.eigenproduktboxId }); } else { dataLayerV3.push({ event: e.data.event, eventCategory: e.data.eventCategory, eventLabel: e.data.eventLabel, eventAction: e.data.eventAction, }); } } else if (e.data.postType === "gtmPushDossierbox") { if (e.data.dossierboxId) { dataLayerV3.push({ dossierboxId: e.data.dossierboxId }); } else { dataLayerV3.push({ event: e.data.event, eventCategory: e.data.eventCategory, eventLabel: e.data.eventLabel, eventAction: e.data.eventAction, }); } } else if (e.data.postType === "gtmPushPaywall") { if (e.data.paywallOfferLinkOfferid) { // PW Click dataLayerV3.push({ event: e.data.event, paywallImpressions: [{ offerpg: e.data.paywallImpressions }], paywallOfferLinkOfferid: e.data.paywallOfferLinkOfferid, paywallOfferLinkOfferName: e.data.paywallOfferLinkOfferName, offerId: e.data.offerId, templateId: e.data.templateId, templateVariantId: e.data.templateVariantId, offerLinkOfferPrice: e.data.offerLinkOfferPrice, termStartSource: "paywall", }); dataLayerV3.push({ event: "checkoutStarted" }); } else { // PW Impression/View/loaded dataLayerV3.push({ event: e.data.event, paywallImpressions: [{ offerpg: e.data.paywallImpressions }], offerId: e.data.offerId, templateId: e.data.templateId, templateVariantId: e.data.templateVariantId, }); document.dispatchEvent(pwLoaded); } } else if (e.data.postType === "loginSpanClick") { pianoCdnblocked ? buildFallbackPopup() : CmsLoginManager.execLoginAction("LOGIN"); document.body.classList.remove("tp-modal-close"); document.body.classList.add("tp-modal-open"); } else if (e.data.postType === "hasBlurStrip") { document.querySelector(".pwBlur").style.display = "block"; } else if (e.data.postType === "vxOfferClick") { if ( !pianoCdnblocked || (pianoCdnblocked && document.documentElement.dataset.state != "is-loggedout") ) { tp.offer.show({ offerId: e.data.offerId, termId: e.data.termId, }); } else { buildFallbackPopup(); } } else if (e.data.postType === "gtmVxCheckout") { if (e.data.event === "vxPaymentTypeClick") { dataLayerV3.push({ event: e.data.event, vxPaymentType: e.data.vxPaymentType, }); } else if (e.data.event === "vxCompleteOrderClick") { dataLayerV3.push({ event: e.data.event }); } else if (e.data.event === "vxToPaypalClick") { dataLayerV3.push({ event: e.data.event }); } } else if (e.data.postType === "welectClick") { Welect.checkToken({ onValid: () => { (articleUrlPath = document.cookie .split("; ") .find((el) => el.startsWith("welect=")) ?.split("=")[1]), (currentPath = window.location.pathname); console.log("watched ad completely cookie"); articleUrlPath != currentPath ? checkWelectAvailability() : welectUnlockReducedContent("RB47EV2"); }, onInvalid: () => { checkWelectAvailability(); }, }); } else if (e.data.postType === "gtmPush") { dataLayerV3.push(e.data); } else { return; } } }, false ); </script> </div> <script> processBricks(); </script> <!-- NOWRAPPER(!) --><!-- NOWRAPPER(!) --><div class="mod-header-new"> <div class="header-top"> <!-- top-nav --> <nav class="header-top-nav"> <ul data-title="Service Menue Header oben"> <li> <a href="https://zeitung.stuttgarter-zeitung.de" data-title="Digitale Zeitung" target="_self"> Digitale Zeitung </a></li><li> <a href="https://produkte.stuttgarter-zeitung.de/stz-news/" data-title="News-App" target="_blank"> News-App </a></li><li> <a href="https://www.stuttgarter-zeitung.de/newsletter" data-title="Newsletter" target="_self"> Newsletter </a></li><li> <a href="https://www.stuttgarter-zeitung.de/podcasts" data-title="Podcasts" target="_self"> Podcasts </a></li><li> <a href="https://www.stuttgarter-zeitung.de/raetsel" data-title="R盲tsel" target="_self"> R盲tsel </a></li><li> <a href="https://sonderthemen.stuttgarter-zeitung.de" data-title="Sonderthemen" target="_self"> Sonderthemen </a></li><li> <a href="https://stellenmarkt.stuttgarter-zeitung.de" data-title="Stellenmarkt" target="_self"> Stellenmarkt </a></li></ul> </nav> <!-- logo --> <div class="header-logo" itemscope="" itemtype="http://schema.org/Organization"> <a class="m-link" href="/" itemprop="url" data-title="Stuttgarter Zeitung"> <picture> <source srcset="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung-darkmode.svg" media="(prefers-color-scheme: dark)"> <img alt="Stuttgarter Zeitung" src="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung.svg"> </picture> </a> </div> <!-- user-nav - dyn --> <nav class="header-user-nav"> <ul> <li><a class="m-icon m-icon--cleverpush" href="#cleverpush-bell-speechbubble"></a></li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Abo-Vorteile"> Mein Abo </a> </li> <li data-visibility="state-loggedout state-loggedin"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/abo?utm_campaign=01GR&utm_source=cms&utm_medium=abo&utm_content=button&wt=EONAB&tpcc=abobutton" target="_blank" data-title="Abonnieren"> Abo </a> </li> <li data-visibility="state-loggedin state-subscribed"> <a class="link-yellow" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> <span class="login"> Abmelden </span> </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="Login_pos_header" href="javascript:CmsLoginManager.execLoginAction('LOGIN');" data-title="Login"> <span class="login"> Anmelden </span> </a> </li></ul> </nav> <!-- Partner-Link --> <a class="header-partner-link" dark="" href="https://swm-network.de/portfolio/digital/partnernetzwerk/" target="_blank">&nbsp;</a> <div class="header-explore-nav"> <ul> <li> <!-- toggle-nav --> <a class="toggle-nav m-icon m-icon--burger"><span>Men眉</span></a> </li> <li data-visibility="device-mobile"><a class="m-icon m-icon--cleverpush" href="#cleverpush-bell-speechbubble"></a></li> <li> <!-- toggle-search --> <a class="toggle-search m-icon m-icon--search"></a> </li> </ul> </div> </div> <div class="header-bottom"> <div> <div class="header-bottom-explore-nav"> <ul> <li> <!-- toggle-nav --> <a class="toggle-nav m-icon m-icon--burger"></a> </li> <li> <!-- toggle-search --> <a class="toggle-search m-icon m-icon--search"></a> </li> <li> <!-- home --> <a href="/" data-title='Startseite' class="m-icon m-icon--home"></a> </li> </ul> </div> <div class="slider-header-navigation-wrapper"> <div class="swiper-button-prev swiper-button-disabled"></div> <div class="swiper slider-header-navigation"> <div class="swiper-wrapper"> <div class="swiper-slide slider-header-navigation-item icon"> <a href="/" class="m-icon--home " data-title="Startseite" target="_self"> </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/meinestz" class=" " data-title="Meine StZ" target="_self"> Meine StZ </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/schlagzeilen" class=" " data-title="Schlagzeilen" target="_self"> Schlagzeilen </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/stuttgart" class=" " data-title="Stuttgart" target="_self"> Stuttgart </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/stadtbezirke" class=" " data-title="Stadtbezirke" target="_self"> Stadtbezirke </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/region-stuttgart" class=" " data-title="Region" target="_self"> Region </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/baden-wuerttemberg" class=" " data-title="Baden-W眉rttemberg" target="_self"> Baden-W眉rttemberg </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/politik" class=" " data-title="Politik" target="_self"> Politik </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/wirtschaft" class=" " data-title="Wirtschaft" target="_self"> Wirtschaft </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/sport" class=" " data-title="Sport" target="_self"> Sport </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/panorama" class=" " data-title="Panorama" target="_self"> Panorama </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/kultur" class=" " data-title="Kultur" target="_self"> Kultur </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/wissen-computer" class=" " data-title="Wissen" target="_self"> Wissen </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/reise" class=" " data-title="Reise" target="_self"> Reise </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/genuss-leben" class=" " data-title="Genuss & Leben" target="_self"> Genuss & Leben </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="/mediathek" class=" " data-title="Mediathek" target="_self"> Mediathek </a></div><div class="swiper-slide slider-header-navigation-item "> <a href="https://www.bei-uns-daheim.de" class=" " data-title="Bei uns daheim" target="_self"> Bei uns daheim </a></div> </div> </div> <div class="swiper-button-next"></div></div> </div> </div> <div class="burger-nav"> <div class="burger-nav-bar"> <a class="m-icon m-icon--close toggle-nav"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#29293a" aria-hidden="true" height="16" stroke="#29293a"><path d="M1.3 1.3l13.4 13.4M1.3 14.7L14.7 1.3" stroke-width="1.5" stroke-linecap="square"></path></svg> </a> <!-- burger-user-nav - dyn --> <nav class="burger-user-nav"> <div class="login-info" data-visibility="state-loggedin state-subscribed"> Sie sind angemeldet. <!--als<br /> <span class="mail"></span>--></div><ul> <li data-visibility="state-loggedin"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://service.stuttgarter-zeitung.de/service/meine-abos" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Vorteile_pos_header" href="https://produkte.stuttgarter-zeitung.de/service/" target="_blank" data-title="Abo-Vorteile"> Abo-Vorteile </a> </li> <li data-visibility="state-subscribed"> <a class="link-yellow" data-lt="Profil_pos_header" href="https://www.stuttgarter-zeitung.de/user-account" target="_blank" data-title="Profil verwalten"> Profil verwalten </a> </li> <li data-visibility="state-loggedout state-loggedin"> <a class="link-yellow" data-lt="Abonnieren_pos_header" href="https://www.stuttgarter-zeitung.de/abo?utm_campaign=01GR&utm_source=cms&utm_medium=abo&utm_content=button&wt=EONAB&tpcc=abobutton" target="_blank" data-title="Abonnieren"> Abo </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="MeinAbo_pos_header" href="https://service.stuttgarter-zeitung.de/service/meine-abos" target="_blank" data-title="Mein Abo"> Mein Abo </a> </li> <li data-visibility="state-loggedin state-subscribed"> <a class="link-yellow" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> <span class="login"> Abmelden </span> </a> </li> <li data-visibility="state-loggedout"> <a class="link-yellow" data-lt="Login_pos_header" href="javascript:CmsLoginManager.execLoginAction('LOGIN');" data-title="Login"> <span class="login"> Anmelden </span> </a> </li></ul> </nav> <nav class="burger-top-nav serviceOneNav"> <ul data-title="Service Menue Burger oben"> <li> <a href="https://www.stuttgarter-zeitung.de" data-title="Startseite" target="_self"> Startseite </a></li><li> <a href="https://www.stuttgarter-zeitung.de/meinestz" data-title="Meine Nachrichten (Meine StZ)" target="_self"> Meine Nachrichten (Meine StZ) </a></li><li> <a href="https://www.stuttgarter-zeitung.de/meinestz/merkliste" data-title="Merkliste (Meine StZ)" target="_self"> Merkliste (Meine StZ) </a></li><li> <a href="https://www.stuttgarter-zeitung.de/newsletter" data-title="Newsletter" target="_self"> Newsletter </a></li><li> <a href="https://stellenmarkt.stuttgarter-zeitung.de" data-title="Stellenmarkt" target="_self"> Stellenmarkt </a></li></ul> </nav> <form action="/suche" class="m-form search" method="get" onsubmit="return checkFormHeader()"> <input name="_charset_" type="hidden" value="UTF-8"> <input name="searchSort" type="hidden" value="desc"> <div class="search-input"> <input autocomplete="off" class="m-input" id="search_field" name="searchText" placeholder="Suchbegriff eingeben" type="text"> <button class="m-icon m-icon--search"></button> </div> </form> <nav class="burger-deep-nav homeNav" dark> <ul class="m-menu m-menu--1" data-title="Ressorts"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/" data-title="Startseite" target="_self" class="m-link level-1-link" data-visibility=""> Startseite </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/meinestz" data-title="Meine StZ" target="_self" class="m-link level-1-link" data-visibility=""> Meine StZ </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/schlagzeilen" data-title="Schlagzeilen" target="_self" class="m-link level-1-link" data-visibility=""> Schlagzeilen </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/stuttgart" data-title="Stuttgart" target="_self" class="m-link level-1-link" data-visibility=""> Stuttgart </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/polizeibericht" data-title="Polizeibericht" target="_self" class="m-link level-2-link" data-visibility=""> Polizeibericht </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stadtkind" data-title="Stadtkind Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> Stadtkind Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/einkommensatlas" data-title="Einkommensatlas" target="_self" class="m-link level-2-link" data-visibility=""> Einkommensatlas </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/einrichtungsideen-places-of-spirit" data-title="Einrichtungsideen - Places of Spirit" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Einrichtungsideen - Places of Spirit </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/medizin" data-title="Medizin" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Medizin </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/stadtbezirke" data-title="Stadtbezirke" target="_self" class="m-link level-1-link" data-visibility=""> Stadtbezirke </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/mitte" data-title="Stuttgart-Mitte" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Mitte </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/nord" data-title="Stuttgart-Nord" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Nord </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/ost" data-title="Stuttgart-Ost" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-Ost </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/sued" data-title="Stuttgart-S眉d" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-S眉d </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/west" data-title="Stuttgart-West" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgart-West </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/bad-cannstatt" data-title="Bad Cannstatt" target="_self" class="m-link level-2-link" data-visibility=""> Bad Cannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/birkach" data-title="Birkach" target="_self" class="m-link level-2-link" data-visibility=""> Birkach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/botnang" data-title="Botnang" target="_self" class="m-link level-2-link" data-visibility=""> Botnang </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/degerloch" data-title="Degerloch" target="_self" class="m-link level-2-link" data-visibility=""> Degerloch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/feuerbach" data-title="Feuerbach" target="_self" class="m-link level-2-link" data-visibility=""> Feuerbach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/hedelfingen" data-title="Hedelfingen" target="_self" class="m-link level-2-link" data-visibility=""> Hedelfingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/moehringen" data-title="M枚hringen" target="_self" class="m-link level-2-link" data-visibility=""> M枚hringen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/muehlhausen" data-title="M眉hlhausen" target="_self" class="m-link level-2-link" data-visibility=""> M眉hlhausen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/muenster" data-title="M眉nster" target="_self" class="m-link level-2-link" data-visibility=""> M眉nster </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/obertuerkheim" data-title="Obert眉rkheim" target="_self" class="m-link level-2-link" data-visibility=""> Obert眉rkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/plieningen" data-title="Plieningen" target="_self" class="m-link level-2-link" data-visibility=""> Plieningen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/sillenbuch" data-title="Sillenbuch" target="_self" class="m-link level-2-link" data-visibility=""> Sillenbuch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/stammheim" data-title="Stammheim" target="_self" class="m-link level-2-link" data-visibility=""> Stammheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/untertuerkheim" data-title="Untert眉rkheim" target="_self" class="m-link level-2-link" data-visibility=""> Untert眉rkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/vaihingen" data-title="Vaihingen" target="_self" class="m-link level-2-link" data-visibility=""> Vaihingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/wangen" data-title="Wangen" target="_self" class="m-link level-2-link" data-visibility=""> Wangen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/weilimdorf" data-title="Weilimdorf" target="_self" class="m-link level-2-link" data-visibility=""> Weilimdorf </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgart/zuffenhausen" data-title="Zuffenhausen" target="_self" class="m-link level-2-link" data-visibility=""> Zuffenhausen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/region-stuttgart" data-title="Region" target="_self" class="m-link level-1-link" data-visibility=""> Region </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/boeblingen" data-title="Landkreis B枚blingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis B枚blingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/esslingen" data-title="Landkreis Esslingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis Esslingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/goeppingen" data-title="Landkreis G枚ppingen" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis G枚ppingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/ludwigsburg" data-title="Landkreis Ludwigsburg" target="_self" class="m-link level-2-link" data-visibility=""> Landkreis Ludwigsburg </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/region/rems-murr-kreis" data-title="Rems-Murr-Kreis" target="_self" class="m-link level-2-link" data-visibility=""> Rems-Murr-Kreis </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/polizei-stuttgart" data-title="Polizeibericht" target="_self" class="m-link level-2-link" data-visibility=""> Polizeibericht </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/leonberger-kreiszeitung" data-title="Leonberger Kreiszeitung" target="_self" class="m-link level-2-link" data-visibility=""> Leonberger Kreiszeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/marbacher-zeitung" data-title="Marbacher Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Marbacher Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/kornwestheimer-zeitung" data-title="Kornwestheimer Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Kornwestheimer Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/fellbacher-zeitung" data-title="Fellbacher Zeitung" target="_self" class="m-link level-2-link" data-visibility=""> Fellbacher Zeitung </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/baden-wuerttemberg" data-title="Baden-W眉rttemberg" target="_self" class="m-link level-1-link" data-visibility=""> Baden-W眉rttemberg </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/politik" data-title="Politik" target="_self" class="m-link level-1-link" data-visibility=""> Politik </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/uswahl2024" data-title="US-Wahl 2024" target="_self" class="m-link level-2-link" data-visibility=""> US-Wahl 2024 </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/wirtschaft" data-title="Wirtschaft" target="_self" class="m-link level-1-link" data-visibility=""> Wirtschaft </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/wirtschaft/autoindustrie" data-title="Autoindustrie" target="_self" class="m-link level-2-link" data-visibility=""> Autoindustrie </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/innovation-hightech" data-title="Innovation & Hightech" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Innovation & Hightech </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/innovation-hightech/partner" data-title="Partner" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Partner </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/jobs-firmen-stuttgart" data-title="Jobs und Firmen" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Jobs und Firmen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/firmen-im-fokus" data-title="Firmen im Fokus" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Firmen im Fokus </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/sport" data-title="Sport" target="_self" class="m-link level-1-link" data-visibility=""> Sport </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/vfb-stuttgart" data-title="VfB Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> VfB Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/fussball-bundesliga" data-title="Fu脽ball-Bundesliga" target="_self" class="m-link level-2-link" data-visibility=""> Fu脽ball-Bundesliga </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stuttgarter-kickers" data-title="Stuttgarter Kickers" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/lokal-sport" data-title="Lokalsport Region Stuttgart" target="_self" class="m-link level-2-link" data-visibility=""> Lokalsport Region Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sportmix" data-title="Sportmeldungen" target="_self" class="m-link level-2-link" data-visibility=""> Sportmeldungen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/1-fc-heidenheim" data-title="1. FC Heidenheim" target="_self" class="m-link level-2-link" data-visibility=""> 1. FC Heidenheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/sport/goeppinger-sv" data-title="1. G枚ppinger SV" target="_self" class="m-link level-2-link" data-visibility=""> 1. G枚ppinger SV </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/panorama" data-title="Panorama" target="_self" class="m-link level-1-link" data-visibility=""> Panorama </a> </li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/kultur" data-title="Kultur" target="_self" class="m-link level-1-link" data-visibility=""> Kultur </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://veranstaltungen.stuttgarter-zeitung.de" data-title="Veranstaltungen" target="_blank" class="m-link level-2-link" data-visibility=""> Veranstaltungen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/wissen-computer" data-title="Wissen" target="_self" class="m-link level-1-link" data-visibility=""> Wissen </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart" data-title="Gesund in Stuttgart" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Gesund in Stuttgart </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/moderne-medizin" data-title="Moderne Medizin" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Moderne Medizin </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/sport-und-praevention" data-title="Sport und Pr盲vention" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Sport und Pr盲vention </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gesund-in-stuttgart/arbeiten-im-krankenhaus" data-title="Arbeiten im Krankenhaus" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Arbeiten im Krankenhaus </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/showroom-lifestyle-magazin" data-title="Showroom - Das Lifestyle Magazin" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Showroom - Das Lifestyle Magazin </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/gartenideen-zuhause-im-gruenen" data-title="Gartenideen" target="_self" class="m-link level-2-link" data-visibility=""> Gartenideen </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/themenwelt/camperwelt" data-title="Camperwelt" target="_self" class="m-link level-2-link advertorial" data-visibility=""> Camperwelt </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/themenwelt/camperwelt/partner" data-title="Partner" target="_self" class="m-link level-3-link advertorial" data-visibility=""> Partner </a> <!-- 'nextLevel' is undefined --></li></ul></li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/reise" data-title="Reise" target="_self" class="m-link level-1-link" data-visibility=""> Reise </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.globalis.de/Stuttgarter_Zeitung/STZ.php" data-title="Leserreisen" target="_blank" class="m-link level-2-link" data-visibility=""> Leserreisen </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/genuss-leben" data-title="Genuss & Leben" target="_self" class="m-link level-1-link" data-visibility=""> Genuss & Leben </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/essen-trinken" data-title="Essen & Trinken" target="_self" class="m-link level-2-link" data-visibility=""> Essen & Trinken </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/mediathek" data-title="Mediathek" target="_self" class="m-link level-1-link" data-visibility=""> Mediathek </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/videos" data-title="Unsere Videos" target="_self" class="m-link level-2-link" data-visibility=""> Unsere Videos </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/news" data-title="News" target="_self" class="m-link level-2-link" data-visibility=""> News </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/panorama" data-title="Panorama" target="_self" class="m-link level-2-link" data-visibility=""> Panorama </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/gesundheit-fitness" data-title="Gesundheit und Fitness" target="_self" class="m-link level-2-link" data-visibility=""> Gesundheit und Fitness </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/meinvfb" data-title="MeinVfB" target="_self" class="m-link level-2-link" data-visibility=""> MeinVfB </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/podcannstatt" data-title="PodCannstatt" target="_self" class="m-link level-2-link" data-visibility=""> PodCannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/kickers" data-title="Stuttgarter Kickers" target="_self" class="m-link level-2-link" data-visibility=""> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/mediathek/1-goeppinger-sv" data-title="1. G枚ppinger SV" target="_self" class="m-link level-2-link" data-visibility=""> 1. G枚ppinger SV </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.bei-uns-daheim.de" data-title="Bei uns daheim" target="_self" class="m-link level-1-link" data-visibility=""> Bei uns daheim </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kreis-ludwigsburg" data-title="Kreis Ludwigsburg" target="_self" class="m-link level-2-link" data-visibility=""> Kreis Ludwigsburg </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/affalterbach" data-title="Affalterbach" target="_self" class="m-link level-3-link" data-visibility=""> Affalterbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/beilstein" data-title="Beilstein" target="_self" class="m-link level-3-link" data-visibility=""> Beilstein </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/benningen" data-title="Benningen" target="_self" class="m-link level-3-link" data-visibility=""> Benningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/erdmannhausen" data-title="Erdmannhausen" target="_self" class="m-link level-3-link" data-visibility=""> Erdmannhausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/grossbottwar" data-title="Gro脽bottwar" target="_self" class="m-link level-3-link" data-visibility=""> Gro脽bottwar </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kirchberg-an-der-murr" data-title="Kirchberg an der Murr" target="_self" class="m-link level-3-link" data-visibility=""> Kirchberg an der Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kornwestheim" data-title="Kornwestheim" target="_self" class="m-link level-3-link" data-visibility=""> Kornwestheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach" data-title="Marbach" target="_self" class="m-link level-3-link" data-visibility=""> Marbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach-und-bottwartal" data-title="Marbach und Bottwartal" target="_self" class="m-link level-3-link" data-visibility=""> Marbach und Bottwartal </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/mundelsheim" data-title="Mundelsheim" target="_self" class="m-link level-3-link" data-visibility=""> Mundelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/murr" data-title="Murr" target="_self" class="m-link level-3-link" data-visibility=""> Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/oberstenfeld" data-title="Oberstenfeld" target="_self" class="m-link level-3-link" data-visibility=""> Oberstenfeld </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/pleidelsheim" data-title="Pleidelsheim" target="_self" class="m-link level-3-link" data-visibility=""> Pleidelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/steinheim" data-title="Steinheim" target="_self" class="m-link level-3-link" data-visibility=""> Steinheim </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/marbach" data-title="Marbach" target="_self" class="m-link level-2-link" data-visibility=""> Marbach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/kornwestheim" data-title="Kornwestheim" target="_self" class="m-link level-2-link" data-visibility=""> Kornwestheim </a> </li><li class="m-item "> <a href="https://www.krzbb.de/bei-uns-daheim/kreis-boeblingen" data-title="Kreis B枚blingen" target="_self" class="m-link level-2-link" data-visibility=""> Kreis B枚blingen </a> </li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/fellbach-und-kernen" data-title="Fellbach und Kernen" target="_self" class="m-link level-2-link" data-visibility=""> Fellbach und Kernen </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/fellbach" data-title="Fellbach" target="_self" class="m-link level-3-link" data-visibility=""> Fellbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/schmiden" data-title="Schmiden" target="_self" class="m-link level-3-link" data-visibility=""> Schmiden </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/oeffingen" data-title="Oeffingen" target="_self" class="m-link level-3-link" data-visibility=""> Oeffingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/rommelshausen" data-title="Rommelshausen" target="_self" class="m-link level-3-link" data-visibility=""> Rommelshausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/rems-murr-kreis/stetten" data-title="Stetten" target="_self" class="m-link level-3-link" data-visibility=""> Stetten </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item has-level-3"> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung" data-title="Leonberg und Strohg盲u mit Umgebung" target="_self" class="m-link level-2-link" data-visibility=""> Leonberg und Strohg盲u mit Umgebung </a> <ul class="m-menu m-menu--3"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/leonberg" data-title="Leonberg" target="_self" class="m-link level-3-link" data-visibility=""> Leonberg </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/ditzingen" data-title="Ditzingen" target="_self" class="m-link level-3-link" data-visibility=""> Ditzingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/korntal-muenchingen" data-title="Korntal-M眉nchingen" target="_self" class="m-link level-3-link" data-visibility=""> Korntal-M眉nchingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/gerlingen" data-title="Gerlingen" target="_self" class="m-link level-3-link" data-visibility=""> Gerlingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weil-der-stadt" data-title="Weil der Stadt" target="_self" class="m-link level-3-link" data-visibility=""> Weil der Stadt </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/renningen" data-title="Renningen" target="_self" class="m-link level-3-link" data-visibility=""> Renningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/rutesheim" data-title="Rutesheim" target="_self" class="m-link level-3-link" data-visibility=""> Rutesheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/hemmingen" data-title="Hemmingen" target="_self" class="m-link level-3-link" data-visibility=""> Hemmingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weissach" data-title="Weissach" target="_self" class="m-link level-3-link" data-visibility=""> Weissach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/heimsheim" data-title="Heimsheim" target="_self" class="m-link level-3-link" data-visibility=""> Heimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/friolzheim" data-title="Friolzheim" target="_self" class="m-link level-3-link" data-visibility=""> Friolzheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" data-title="Wimsheim" target="_self" class="m-link level-3-link" data-visibility=""> Wimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/moensheim" data-title="M枚nsheim" target="_self" class="m-link level-3-link" data-visibility=""> M枚nsheim </a> <!-- 'nextLevel' is undefined --></li></ul></li></ul></li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceTwoNav"> <ul class="m-menu m-menu--1" data-title="Mehr von der StZ"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stz-plus" data-title="Unser Bestes" target="_self" class="m-link level-1-link" data-visibility=""> Unser Bestes </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/autoren" data-title="Unsere Autorinnen und Autoren" target="_self" class="m-link level-1-link" data-visibility=""> Unsere Autorinnen und Autoren </a> </li><li class="m-item "> <a href="https://produkte.stuttgarter-zeitung.de/tutorial-stz-news/" data-title="StZ News-App" target="_self" class="m-link level-1-link" data-visibility="device-desktop device-tablet"> StZ News-App </a> </li><li class="m-item "> <a href="https://apps.apple.com/de/app/stuttgarter-zeitung-de/id397131360" data-title="StZ News-App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-ios"> StZ News-App </a> </li><li class="m-item "> <a href="https://play.google.com/store/apps/details?id=de.TORR.StZ&hl=de&gl=US" data-title="StZ News-App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-android"> StZ News-App </a> </li><li class="m-item "> <a href="https://zeitung.stuttgarter-zeitung.de" data-title="Digitale Zeitung im Web" target="_self" class="m-link level-1-link" data-visibility=""> Digitale Zeitung im Web </a> </li><li class="m-item "> <a href="https://produkte.stuttgarter-zeitung.de/tutorial-stz-zeitung/" data-title="Digitale Zeitung als App" target="_self" class="m-link level-1-link" data-visibility="device-desktop device-tablet"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://apps.apple.com/de/app/stuttgarter-zeitung-app/id517190273" data-title="Digitale Zeitung als App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-ios"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://play.google.com/store/apps/details?id=de.msh.android.stz&hl=de&gl=US" data-title="Digitale Zeitung als App" target="_blank" class="m-link level-1-link" data-visibility="device-mobile os-android"> Digitale Zeitung als App </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/raetsel" data-title="R盲tsel" target="_self" class="m-link level-1-link" data-visibility=""> R盲tsel </a> </li><li class="m-item has-level-2"> <a href="https://produkte.stuttgarter-zeitung.de/service/" data-title="Vorteile im Abonnement" target="_self" class="m-link level-1-link" data-visibility=""> Vorteile im Abonnement </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.shop711.de/?_ga=2.69482960.1755640441.1644834170-1998876794.1643036618" data-title="Shop" target="_self" class="m-link level-2-link" data-visibility=""> Shop </a> </li><li class="m-item "> <a href="https://zeitung-erleben.de" data-title="Zeitung erleben" target="_self" class="m-link level-2-link" data-visibility=""> Zeitung erleben </a> </li></ul></li><li class="m-item has-level-2"> <a href="https://www.stuttgarter-zeitung.de/aus-der-redaktion" data-title="Aus der Redaktion" target="_self" class="m-link level-1-link" data-visibility=""> Aus der Redaktion </a> <ul class="m-menu m-menu--2"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/stz-hilfe" data-title="Hilfe f眉r Nachbarn" target="_self" class="m-link level-2-link" data-visibility=""> Hilfe f眉r Nachbarn </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/schule" data-title="Zeitung in der Schule" target="_self" class="m-link level-2-link" data-visibility=""> Zeitung in der Schule </a> </li><li class="m-item "> <a href="https://www.stuttgarter-kinderzeitung.de" data-title="Kinderzeitung" target="_blank" class="m-link level-2-link" data-visibility=""> Kinderzeitung </a> </li></ul></li><li class="m-item "> <a href="https://www.instagram.com/stuttgarterzeitung/" data-title="Instagram" target="_blank" class="m-link level-1-link" data-visibility=""> Instagram </a> </li><li class="m-item "> <a href="https://www.youtube.com/c/StuttgarterZeitungStuttgarterNachrichten" data-title="Youtube" target="_blank" class="m-link level-1-link" data-visibility=""> Youtube </a> </li><li class="m-item "> <a href="https://www.whatsapp.com/channel/0029VaEiUmtGzzKWiGIMuW2g" data-title="WhatsApp" target="_blank" class="m-link level-1-link" data-visibility=""> WhatsApp </a> </li><li class="m-item "> <a href="https://www.facebook.com/stuttgarterzeitung/" data-title="Facebook" target="_blank" class="m-link level-1-link" data-visibility=""> Facebook </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceThreeNav"> <ul class="m-menu m-menu--1" data-title="Service"> <li class="m-item "> <a href="https://immobilien.stuttgarter-zeitung.de/?_ga=2.44754724.1469533836.1638859445-424982560.1638859445" data-title="Immomarkt" target="_blank" class="m-link level-1-link" data-visibility=""> Immomarkt </a> </li><li class="m-item "> <a href="https://www.stuttgart-gedenkt.de" data-title="Trauerportal" target="_blank" class="m-link level-1-link" data-visibility=""> Trauerportal </a> </li><li class="m-item "> <a href="https://sonderthemen.stuttgarter-zeitung.de" data-title="Sonderthemen" target="_self" class="m-link level-1-link" data-visibility=""> Sonderthemen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/magazine/" data-title="Magazine" target="_self" class="m-link level-1-link" data-visibility=""> Magazine </a> </li><li class="m-item "> <a href="https://anzeigen-suchen.stuttgarter-zeitung.de" data-title="Bekanntschaften" target="_blank" class="m-link level-1-link" data-visibility=""> Bekanntschaften </a> </li><li class="m-item "> <a href="https://anzeigen-suchen.stuttgarter-zeitung.de" data-title="Reisemarkt" target="_blank" class="m-link level-1-link" data-visibility=""> Reisemarkt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/anzeigen" data-title="Anzeigen aufgeben" target="_self" class="m-link level-1-link" data-visibility=""> Anzeigen aufgeben </a> </li><li class="m-item "> <a href="https://www.stz-onlineservice.de" data-title="StZ Onlineservice" target="_blank" class="m-link level-1-link" data-visibility=""> StZ Onlineservice </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> <nav class="burger-deep-nav serviceFourNav"> <ul class="m-menu m-menu--1" data-title="Impressum & Kontakt"> <li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/impressum" data-title="Impressum & Kontakt" target="_self" class="m-link level-1-link" data-visibility=""> Impressum & Kontakt </a> </li><li class="m-item "> <a href="https://swm-network.de/mediadaten/" data-title="Mediadaten" target="_self" class="m-link level-1-link" data-visibility=""> Mediadaten </a> </li><li class="m-item "> <a href="https://www.swmh-datenschutz.de/stz" data-title="Datenschutzerkl盲rung" target="_self" class="m-link level-1-link" data-visibility=""> Datenschutzerkl盲rung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/agb" data-title="AGB" target="_self" class="m-link level-1-link" data-visibility=""> AGB </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/ethikrichtlinie" data-title="Ethikrichtlinie" target="_self" class="m-link level-1-link" data-visibility=""> Ethikrichtlinie </a> </li> <!-- 'metanav' is undefined --> <div class="m-sidebar"> <!-- 'editorial' is undefined --> </div></ul> </nav> </div></div> <div class="mod-overlay"></div> </div><script> ptLoadSwiper(function() { /* Swiper-Navigation */ var swiper = new Swiper(".slider-header-navigation", { slidesPerView: 'auto', slidesPerGroupAuto: true, slideToClickedSlide: false, passiveListeners: false, touchReleaseOnEdges: true, threshold: 5, navigation: { nextEl: ".slider-header-navigation-wrapper .swiper-button-next", prevEl: ".slider-header-navigation-wrapper .swiper-button-prev", }, on: { click: function(sw, e) { if (e.target.classList.contains("swiper-slide")) { e.preventDefault(); e.target.classList.add("clicked"); window.setTimeout(function() { document.querySelector(".slider-header-navigation a.clicked").classList.remove("clicked"); }, 100); e.target.click(); } }, tap: function(sw, e) { if (e.target.classList.contains("swiper-slide")) { e.preventDefault(); } } }, }); /* Toggle Burger-Navigation */ document.addEventListener('click',function(e) { /* get burger-nav */ var burgerNav = document.querySelector(".burger-nav"); var burgerNavBar = document.querySelector(".burger-nav-bar"); var toggleNav = document.querySelector(".toggle-nav"); var toggleSearch = document.querySelector(".toggle-search"); var overlay = document.querySelector(".mod-overlay"); var html = document.querySelector("html"); var searchForm = burgerNav.querySelector("form"); var searchText = searchForm.querySelector("[name='searchText']"); console.log(e.target.classList); /* toggle-burger-nav */ if (e.target.classList.contains("toggle-nav") || toggleNav.contains(e.target)) { if (burgerNav.classList.contains("open")) { burgerNav.classList.remove("open"); overlay.classList.remove("is-open"); html.classList.remove("no-scroll"); } else { burgerNav.classList.add("open"); overlay.classList.add("is-open"); html.classList.add("no-scroll"); burgerNavBar.scrollTop = 0; } } else { /* click outside */ if (burgerNav.classList.contains("open") && !burgerNavBar.contains(e.target)) { burgerNav.classList.remove("open"); overlay.classList.remove("is-open"); html.classList.remove("no-scroll"); } } /* toggle ul */ if (e.target.classList.contains("m-item") && e.target.classList.contains("has-level-2")) { if (e.target.classList.contains("is-active")) { e.target.classList.remove("is-active"); } else { e.target.classList.add("is-active"); } } /* toggle search */ if (e.target.classList.contains("toggle-search") || toggleSearch.contains(e.target)) { burgerNav.classList.add("open"); overlay.classList.add("is-open"); html.classList.add("no-scroll"); searchText.focus(); burgerNavBar.scrollTop = searchForm.offsetTop - 15; } if (e.target.hasAttribute("data-title") && "Datenschutz-Einstellungen" == e.target.getAttribute("data-title")) { e.preventDefault(); window._sp_.loadPrivacyManagerModal(192226); } }); /* sticky-nav */ var lastOffsetY = 0; var navbar = document.querySelector(".header-bottom"); var stickyOffsetY = navbar.offsetTop; var header = document.querySelector(".mod-header-new"); /*header.style.top = -stickyOffsetY + "px"; function reportWindowSize() { var stickyOffsetY = navbar.offsetTop; header.style.top = -stickyOffsetY + "px"; } window.addEventListener('resize', reportWindowSize);*/ document.addEventListener('scroll', function(e) { var navbar = document.querySelector(".header-bottom"); var stickyOffsetY = navbar.offsetTop; var htmlElement = document.querySelector("html"); /* set sticky */ if (window.pageYOffset >= stickyOffsetY) { htmlElement.classList.add("sticky-nav"); } else { htmlElement.classList.remove("sticky-nav"); } /* determine scroll direction */ if (window.pageYOffset > (0 + stickyOffsetY) && window.pageYOffset > lastOffsetY) { if (!htmlElement.classList.contains("scr-d")) { htmlElement.classList.add("scr-d"); } if (htmlElement.classList.contains("scr-u")) { htmlElement.classList.remove("scr-u"); } } else { if (!htmlElement.classList.contains("scr-u")) { htmlElement.classList.add("scr-u"); } if (htmlElement.classList.contains("scr-d")) { htmlElement.classList.remove("scr-d"); } } lastOffsetY = window.pageYOffset; }); var advertorialElements = document.querySelectorAll(".burger-deep-nav[dark] a.advertorial"); for (var i=0; i<advertorialElements.length; i++) { var span = document.createElement("span"); span.classList.add("ad-label"); span.innerHTML = "Anzeige"; advertorialElements[i].appendChild(span); } });</script><div class="brickgroup site site-wrapper" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="fbb1a099-7ded-45b5-8733-5926f1efbdd4"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="1271201c-927f-4e89-b230-5ea9b2a5661a" data-b-title="STZ-RSP22 - Sticky Snippet (Piano)" data-appexclude="true"> <div id="pianoSnippetContainer" style="display:none">&nbsp;</div> <script> var snippetShown = false; document.addEventListener("EmptySlotEvent", function (e) { if (e.detail.slotId === "outofpage") { var snippetContainer = document.querySelector('#pianoSnippetContainer'), sendToSnippetObject = { 'postType': 'resendImpression' }; snippetContainer.style.display = 'block'; snippetShown = true; if (snippetContainer.childElementCount > 0) { snippetContainer.querySelector('iframe').contentWindow?.postMessage(sendToSnippetObject, 'https://vx.stuttgarter-zeitung.de'); } initStickySnippet(); } }); </script><script> function initStickySnippet () { var pianoSnippetContainer = document.querySelector('#pianoSnippetContainer'), taboolaContainer = document.querySelector('[id^="taboola"]'), footerContainer = document.querySelector('#footer'), htmlContainer = document.querySelector('html'), snippetBottomPosition, taboolaTopPosition, taboolaBottomPosition, footerTopPosition, footerBottomPosition; if (pianoSnippetContainer && taboolaContainer && footerContainer) { function isSnippetInTaboolaOrFooterViewport() { taboolaTopPosition = taboolaContainer.getBoundingClientRect().top + window.scrollY; taboolaBottomPosition = taboolaContainer.getBoundingClientRect().bottom + window.scrollY; footerTopPosition = footerContainer.getBoundingClientRect().top + window.scrollY; footerBottomPosition = footerContainer.getBoundingClientRect().bottom + window.scrollY; snippetBottomPosition = pianoSnippetContainer.getBoundingClientRect().bottom + window.scrollY; snippetTopPosition = pianoSnippetContainer.getBoundingClientRect().top + window.scrollY; if (snippetBottomPosition > taboolaTopPosition || snippetBottomPosition > footerTopPosition) { if (!pianoSnippetContainer.classList.contains('hidden')) { pianoSnippetContainer.classList.add('hidden'); htmlContainer.classList.add('snippetHidden'); } }else { pianoSnippetContainer.classList.remove('hidden'); htmlContainer.classList.remove('snippetHidden'); } } document.addEventListener('scroll', isSnippetInTaboolaOrFooterViewport, { passive: true }); } else if (pianoSnippetContainer && footerContainer) { function isSnippetInFooterViewport() { footerTopPosition = footerContainer.getBoundingClientRect().top + window.scrollY; footerBottomPosition = footerContainer.getBoundingClientRect().bottom + window.scrollY; snippetBottomPosition = pianoSnippetContainer.getBoundingClientRect().bottom + window.scrollY; snippetTopPosition = pianoSnippetContainer.getBoundingClientRect().top + window.scrollY; if (snippetBottomPosition > footerTopPosition) { if (!pianoSnippetContainer.classList.contains('hidden')) { pianoSnippetContainer.classList.add('hidden'); htmlContainer.classList.add('snippetHidden'); } } else { pianoSnippetContainer.classList.remove('hidden'); htmlContainer.classList.remove('snippetHidden'); } } document.addEventListener('scroll', isSnippetInFooterViewport, { passive: true }); }; }; </script> <style type="text/css">#pianoSnippetContainer { position: fixed; width: 100%; max-width: 1200px; bottom: 0; z-index: 1000; border-radius: 2px 2px 0 0; transition: transform 1s; transform: translateY(200px); } #pianoSnippetContainer.active { transform: translateY(0); box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16); } #pianoSnippetContainer.hidden { visibility: hidden; opacity: 0; pointer-events: none; z-index: -1 !important; } #pianoSnippetContainer.noBoxShadow { box-shadow: none !important; } #pianoSnippetContainer .boxitem { margin-bottom: 0; } #pianoSnippetContainer:empty { display: none !important; } #pianoSnippetContainer iframe, #pianoSnippetContainer .tp-container-inner { width: 100% !important; } </style> </div><main class="brickgroup grid" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="e12abfed-e2ad-4fc5-9b91-e3c48d047677"><div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="8bd8f704-6de1-465f-a5df-ebe2e4a7a3af"><!-- NOWRAPPER(!) --><!-- USE CURRENT MENU --><!-- break --><div class="include"> <div class="include-content ec-content-topline"> <div class="item"> <div class="content"> <!-- commom static --> <style type="text/css">[data-layout="desktop"] .header { box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16); border-radius: 2px; background-color: #ffffff; padding: 30px; margin-bottom: 15px; margin-top: -40px; } @media (prefers-color-scheme: dark) { .header, .panel, .foot { background-color: #292929 !important; } h1.underlined { border-bottom: 2px solid #e5e4de !important; } [data-layout="mobile"] #webstore-btn { margin-bottom: 10px;} } [data-layout="mobile"] .header { width: auto; box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16); border-radius: 2px; background-color: #ffffff; padding: 30px; margin-left: 8px; margin-right: 8px; margin-bottom: 15px; } .foot { width: auto; box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16); border-radius: 2px; background-color: #ffffff; padding: 30px; margin-bottom: 15px; } [data-layout="mobile"] .foot { margin-left: 8px; margin-right: 8px; } #anzwrapper .panel h3 { margin-top: 15px; } #anzwrapper .panel p { margin-top: 15px; } #anzwrapper .panel a { color: #E8A901; } .inner { padding-left: 30px; padding-right: 30px; } [data-layout="desktop"] .panel { box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16); border-radius: 2px; background-color: #ffffff; display: inline-block; height: 670px; width: 32.5%; margin-bottom: 15px; } .panel:not(:nth-child(3n+3)) { margin-right: 1.2%; } [data-layout="desktop"] #webstore-btn { display: inline !important; color: #fff; } [data-layout="mobile"] .panel { margin-left: 8px; margin-right: 8px; margin-bottom: 15px; width: auto; box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.16); border-radius: 2px; background-color: #ffffff; display: inline-block; height: auto; } [data-layout="mobile"] .inner { margin-top: 25px; } [data-layout="desktop"] #webstore-btn { margin-right:25px; } [data-layout="mobile"] #webstore-btn { display: inline-block !important; color: #fff; } .panel img { border-radius: 2px; }</style><div class="header"><h1 class="underlined">Anzeigen</h1><p>Hier finden Sie unsere landesweiten Anzeigen sowie unseren Kleinanzeigenmarkt f眉r Stuttgart und Region aus den Bereichen Immobilien, Stellen, Trauer, KfZ, Bekanntschaften und Reise. Zudem k枚nnen Sie 眉ber unser Portal in wenigen Schritten auch eigene Inserate aufgeben.</p></div><div class="content" id="anzwrapper"><div class="panel"><img src="//pix.stuttgarter-zeitung.de/images/maerkte/stellenmarkt-stuttgart.jpg" /><div class="inner"><h3>Stellenmarkt</h3><p>Auf der Suche nach einem neuen Job oder Mitarbeiter? Unser Stellenmarkt hat zahlreiche offene Stellen und Stellengesuche im Angebot.<br />&nbsp;</p><p><a class="colored" href="http://stellenmarkt.stuttgarter-zeitung.de">Stellenangebote</a></p><p><a class="colored" href="https://pix.stuttgarter-zeitung.de/includes/Stellen/arbeitgeber.html">Stellenanzeige buchen</a></p><p>&nbsp;</p></div></div><div class="panel"><img src="//pix.stuttgarter-zeitung.de/images/maerkte/immobilienmarkt-stuttgart.jpg" /><div class="inner"><h3>Immobilienmarkt</h3><p>Unser Immobilienmarkt bietet st盲ndig mehrere Tausend Objekte zur Miete oder zum Kauf und dar眉ber hinaus viele Immobiliengesuche.</p><p><a class="colored" href="http://immobilien.stuttgarter-zeitung.de">Immobilienangebote</a></p><p><a class="colored" href="http://immobilien.stuttgarter-zeitung.de/gesuche">Immobiliengesuche</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=private">Private Immobilienanzeige buchen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=business">Gewerbliche Immobilienanzeige buchen</a></p><p>&nbsp;</p></div></div><div class="panel"><img src="//pix.stuttgarter-zeitung.de/images/maerkte/traueranzeigen.jpg" /><div class="inner"><h3>Trauerportal</h3><p>In unserem Trauerportal stuttgart-gedenkt.de finden Sie Traueranzeigen, k枚nnen Verstorbenen eine Gedenkkerze widmen und gemeinsam trauern.</p><p><a class="colored" href="http://www.stuttgart-gedenkt.de/">Stuttgart gedenkt</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=private">Private Traueranzeige buchen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=business">Gewerbliche Traueranzeige buchen</a></p><p>&nbsp;</p></div></div><div class="panel"><img src="//pix.stuttgarter-zeitung.de/images/maerkte/automarkt-stuttgart.jpg" /><div class="inner"><h3>KfZ-Markt</h3><p>Auto- und Motorradfans aufgepasst. Unser KfZ-Markt bietet zahlreiche Angebote von Fahrzeugen fast aller Automarken.<br />&nbsp;</p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=private">Private KfZ-Anzeige buchen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=business">Gewerbliche KfZ-Anzeige buchen</a></p><p>&nbsp;</p></div></div><div class="panel"><img src="///pix.stuttgarter-zeitung.de/images/maerkte/bekanntschaften.jpg" /><div class="inner"><h3>Bekanntschaften</h3><p>Zweisamkeit macht das Leben sch枚ner. Im Anzeigenmarkt f眉r Bekanntschaften und in unserer Partnersuche finden Sie neue Kontakte und Freizeitpartner.</p><p><a class="colored" href="https://anzeigen-suchen.stuttgarter-zeitung.de">Bekanntschaftsanzeigen ansehen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=private">Private Bekanntschaftsanzeige buchen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=business">Gewerbliche Bekanntschaftsanzeige buchen</a></p><p>&nbsp;</p></div></div><div class="panel"><img src="//pix.stuttgarter-zeitung.de/images/maerkte/reiseanzeigen.jpg" /><div class="inner"><h3>Reisemarkt</h3><p>Der n盲chste Urlaub steht bereits vor der T眉r? Dann lassen Sie sich von unserem Reisemarkt mit tollen Reiseangeboten inspirieren.<br />&nbsp;</p><p><a class="colored" href="http://leserreisen.stuttgarter-zeitung.de">Leserreisen</a></p><p><a class="colored" href="https://anzeigen-suchen.stuttgarter-zeitung.de">Reiseanzeigen ansehen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=private">Private Reiseanzeige buchen</a></p><p><a class="colored" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/index.html?customer=business">Gewebliche Reiseanzeige buchen</a></p><p>&nbsp;</p></div></div></div><div class="foot"><p class="bigMarginBottom">Nicht das gefunden, was Sie suchen? Schauen Sie sich in unseren Anzeigenbuchungs-Portalen um.</p><a class="btn global-btn" href="https://anzeigen-buchen.stuttgarter-zeitung.de/webstore/" id="webstore-btn">Zur Anzeigenbuchung STZ / STN</a> <a class="btn global-btn" href="https://anzeigen-buchen.swm-network.de/webstore/" id="webstore-btn"> Zur Anzeigenbuchung Lokalausgaben</a></div> </div></div> </div></div> <div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="ba84942a-9387-4cfe-96e4-591a0b207ea8" data-b-title="STZ-RSP18 - B - EC Pos 1 (ec-content-pos1)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="fbf33a22-9a4a-4d30-a12d-0349082d134d" data-b-title="STZ-RSP18 - B - EC Pos 2 (ec-content-pos2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if12-ia12-" data-layout-tablet="w12-c1-txt-if12-ia12-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="87528f84-bfa4-4453-87b4-81de30dd8178" data-b-title="STZ-RSP18 - B - EC-Content (Allgemein)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick boxitem" data-layout-desktop="w12-c1-txt-if12-ia12-" data-layout-tablet="w12-c1-txt-if12-ia12-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="59da2aee-9f8a-44dd-a923-c14f5f3865a0" data-b-title="STZ-RSP18 - B - EC-Content (Allgemein / ohne Sidebar)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="79cebff7-98cd-48c6-8d89-f8e3ffc18e38" data-b-title="STZ-RSP18 - B - EC Pos Bottom (ec-content-bottom)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME f眉r Inhalt, URL oder Headline verf眉gbar --> </div></div></main></div><footer id="footer" class="brickgroup mod-footer" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="834acc33-549f-41a3-9fe3-374406bbd2f3" data-appexclude="true"><div class="brickgroup footer-ad-wrapper" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="efc02bcf-bf10-42a6-aab3-aa47c193534a"> <div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <style type="text/css">[data-layout=desktop] .footer-ad-wrapper {position: relative;width: 100%; max-width: 1200px; padding: 10px 0 8px 0; }[data-layout=mobile] .footer-ad-wrapper { padding: 15px 0 10px 0; }</style><div id="rp_rpd_fa"><!-- rp_rpd_fa //--></div> </div> </div> </div> </div> <script> processBricks(); </script> </div><div class="brickgroup m-wrapper boxitem" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="7112a3bd-b0e8-4b5c-b126-3a69b99bd6ec"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="7c9aad4e-e682-421a-9fd3-fa4c39103adf" data-b-title="STZ-RSP18 - B - Footer statisch (Neu)"> <div class="footercontent"> <a href="https://www.stuttgarter-zeitung.de"> <picture> <source srcset="https://www.stuttgarter-zeitung.de/staticcontent/stuttgarter_zeitung/common/svg/darkmode/logo-stz.svg" media="(prefers-color-scheme: dark)" /> <img alt="Stuttgarter Zeitung" src="/staticcontent/stuttgarter_zeitung/common/img/logos/stuttgarter-zeitung.svg" loading="lazy"/> </picture> </a> <div class="sharewrapper"> <ul> <li class="google-news"><a href="https://news.google.com/publications/CAAiENiGUkrsB2TPNJGFZBqpMfwqFAgKIhDYhlJK7AdkzzSRhWQaqTH8?hl=de&gl=DE&ceid=DE%3Ade" id="google-news" target="_blank">&nbsp; </a></li> <li class="facebook"><a href="https://www.facebook.com/stuttgarterzeitung/" id="facebook" target="_blank">&nbsp; </a></li> <!-- <li class="twitter"><a href="https://twitter.com/StZ_NEWS" id="twitter" target="_blank">&nbsp; </a></li> --> <li class="youtube"><a href="https://www.youtube.com/c/StuttgarterZeitungStuttgarterNachrichten" id="youtube" title="youtube" target="_blank">&nbsp; </a></li> <li class="insta"><a href="https://www.instagram.com/stuttgarterzeitung/" id="insta" title="Instagram" target="_blank">&nbsp; </a></li> <li class="linkedin"><a href="https://www.linkedin.com/sharing/share-offsite/?url=url=${utils:serverurl}${pojo:link}" id="linkedin" target="_blank" title="Auf Linkedin teilen">&nbsp; </a> <li class="tiktok"><a href="https://www.tiktok.com/@stuttgarterzeitung" id="tiktok" target="_blank" title="tiktok">&nbsp; </a> </li> </ul> </div> <ul class="portale"> <li><a href="https://www.schwarzwaelder-bote.de/" target="_blank">Schwarzw盲lder Bote</a></li> <li><a href="https://www.stuttgarter-nachrichten.de/" target="_blank">Stuttgarter Nachrichten</a></li> <li><a href="https://www.sueddeutsche.de/" target="_blank">S眉ddeutsche.de</a></li> <li><a href="https://www.stz-onlineservice.de" target="_blank">StZ Online Service</a></li> </ul> <ul class="portale footer-links"> <h2 class="footer-header">StZ-Plus-Abonnement</h2> <li><a href="/agb">AGB</a></li> <li><a href="/datenschutzerklaerung">Datenschutz</a></li> <li><a href="javascript:void(0);" onclick="openSpPm();">Datenschutz-Einstellungen</a></li> <li><a href="https://www.stuttgarter-zeitung.de/user-account" target="_blank">Abo&nbsp;k眉ndigen</a> </li> </ul> <ul class="portale footer-links with-ads"> <h2 class="footer-header">Vertrag mit Werbung</h2> <li><a href="https://www.swmh-datenschutz.de/stz_vertragsbedingungen">Vertragsbedingungen</a> </li> <li><a href="https://swmh-datenschutz.de/stz_vertragmitwerbung">Datenschutz</a></li> <li><a href="javascript:void(0);" onclick="openSpPm();">Cookie-Policy</a></li> <li data-visibility="state-loggedout state-loggedin" class="linebreak"><a href="/consent/kuendigen">Vertrag&nbsp;mit&nbsp;Werbung&nbsp;k眉ndigen</a></li> <li data-visibility="state-subscribed" class="linebreak"><a href="/consent/notvalid">Vertrag&nbsp;mit&nbsp;Werbung&nbsp;k眉ndigen</a></li><br> <li data-visibility="state-loggedout state-loggedin"><a href="/consent/widerruf">Widerruf&nbsp;nach&nbsp;Fernabsatzgesetz</a></li> <li data-visibility="state-subscribed"><a href="/consent/notvalid">Widerruf&nbsp;nach&nbsp;Fernabsatzgesetz</a> </li> <li data-visibility="state-loggedout state-loggedin"><a href="/consent/widerspruch">Widerspruch</a></li> <li data-visibility="state-subscribed"><a href="/consent/notvalid">Widerspruch</a></li> </ul> <ul class="bottom footer-links"> <li><a href="/impressum">Impressum <span>|</span></a></li> <li><a href="/kontakt">Kontakt <span>|</span></a></li> <li><a href="/ethikrichtlinie">Ethikrichtlinie <span>|</span></a></li> <li><a href="https://swm-network.de/mediadaten/">Mediadaten</a></li> </ul> </div> <style type="text/css"> .mod-footer .footercontent .footer-header { font-weight: 700; line-height: 1.5; margin-bottom: 20px; } .mod-footer .footercontent .sharewrapper { margin-top: 60px; } .mod-footer .footercontent .portale.with-ads li { margin-bottom: 20px; } .mod-footer .footercontent .portale { margin-top: 40px; } .mod-footer .footercontent .portale.with-ads { margin-bottom: 20px; } .mod-footer .bottom.footer-links li a { padding-right: 5px; padding-left: 0px; } .mod-footer .bottom.footer-links li a span { padding-left: 5px; } [data-layout="mobile"] .mod-footer .footercontent .portale li { margin: 0 0px 20px 0px; } [data-layout="mobile"] .mod-footer .footercontent .portale li br { display: none; } [data-layout="mobile"] .mod-footer .footercontent .sharewrapper { margin-top: 40px; } </style> </div></div></footer><!-- NOWRAPPER(!) --><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="a929a378-364a-4010-9465-eee0baea87f9" data-b-title="STZ/STN/EZ/KRZBB - B - smartico Scripte"> <script> document.addEventListener("CurrentCampaignEvent", (e) => { var campaignId = e.detail.campaignId; console.log("campaignId", campaignId); if (typeof smarticoScriptsLoaded != 'undefined' && smarticoScriptsLoaded == true) return; if (campaignId == '3151759110') { var footer = document.querySelector('#footer'), smarticoScriptsLoaded = true, smarticoScriptOne = document.createElement('script'), smarticoScriptTwo = document.createElement('script'), smarticoStyles = document.createElement('link'); smarticoScriptOne.setAttribute('async', ''); smarticoScriptOne.setAttribute('type', 'text/javascript'); smarticoScriptOne.setAttribute('id', 'smarticoScriptOne'); smarticoScriptOne.setAttribute('src', 'https://d.smartico.one/get/hs/lrr89ufk2xbt9pulqzf5waffde74lnzt7407kj96'); smarticoScriptTwo.setAttribute('async', ''); smarticoScriptTwo.setAttribute('type', 'text/javascript'); smarticoScriptTwo.setAttribute('id', 'smarticoScriptTwo'); smarticoScriptTwo.setAttribute('src', 'https://d.smartico.one/get/hs/hguyd1v2i8rp5zf38e00r3h7mm6ro83bjlf2hevs'); smarticoStyles.setAttribute('rel', 'stylesheet'); smarticoStyles.setAttribute('type', 'text/css'); smarticoStyles.setAttribute('id', 'smarticoStyles'); smarticoStyles.setAttribute('href', 'https://d.smartico.one/get/hs/bwseq1pojigujbxmnn2gjcymirmpk1ff54s4r2ho'); if (!document.querySelector('#smarticoScriptOne')) footer.insertAdjacentElement('afterbegin', smarticoScriptOne); if (!document.querySelector('#smarticoScriptTwo')) footer.insertAdjacentElement('afterbegin', smarticoScriptTwo); if (!document.querySelector('#smarticoStyles')) footer.insertAdjacentElement('afterbegin', smarticoStyles); } }); </script></div><!-- NOWRAPPER(!) --><!-- <script type="text/delayscript">--> <script> let userContext = {}; window["initTaboola"] = function() { // Page-Type ermitteln let taboolaPageType = null; const videoPage = false; if (videoPage) { taboolaPageType = "video"; } else if (cmsConfig.page.portalTitle == "Stuttgarter Zeitung" || cmsConfig.page.portalTitle == "Stuttgarter Zeitung Piano" || cmsConfig.page.portalTitle == "Esslinger Zeitung") { if (cmsConfig.page.type == "ARTICLE" && !userContext?.reduced) { taboolaPageType = "article"; } else if (cmsConfig.page.type == "GALLERY") { taboolaPageType = "photo"; } else { taboolaPageType = "category"; } } else { if (cmsConfig.page.type == "ARTICLE") { taboolaPageType = "article"; } else if (cmsConfig.page.type == "GALLERY") { taboolaPageType = "photo"; } else { taboolaPageType = "category"; } } window._taboola = window._taboola || []; _taboola.push({[taboolaPageType] : 'auto'}); ! function(e, f, u, i) { if (!document.getElementById(i)) { e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/mhs-stuttgarterzeitung/loader.js', 'tb_loader_script'); if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); } /* Taboola Widgets rendering */ var taboolaElementsArr = []; taboolaElementsArr = document.querySelectorAll('[data-container^="taboola-"]'); if (taboolaElementsArr.length > 0) { var taboolaElement; for (var i = 0; i < taboolaElementsArr.length; i++) { taboolaElement = taboolaElementsArr[i]; console.log("taboola-PUSH", taboolaElement.dataset); _taboola.push(taboolaElement.dataset); } } /* Taboola Flush */ _taboola.push({ flush: true }); } /* warten auf TCF Signale */ __tcfapi('addEventListener', 2, function (tcData, success) { if (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') { ptEventRegister("userContext", function(data) { userContext = data; !userContext?.hideTaboola && initTaboola(); }); } }); </script><!-- BAUSTEIN StZ-RSP18 - B //MOBILE - Skyscraper, OutOfPage NICHT Artikel nicht in diesem Context sichtbar --> <!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Skyscraper" id="traffective-ad-Skyscraper"><!-- Skyscraper --></div><div class="Skyscraper_OMS" id="traffective-ad-Skyscraper_OMS"><!-- Skyscraper_OMS --></div><div class="WPSkyscraper" id="traffective-ad-WPSkyscraper"><!-- WPSkyscraper --></div><div class="Skyscraper_left" id="traffective-ad-Skyscraper_left"><!-- Skyscraper_Left --></div> </div> </div> </div> </div><!-- BAUSTEIN STZ-RSP18 - B - //MOBILE// - Ad (Mobile_Interstitial_1) NICHT Artikel nicht in diesem Context sichtbar --> <div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="e7613465-0162-4d5b-a988-1202d07f6b46" data-b-title="STZ/STN - Taboola (Footer)keine Werbung"> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="d34665bf-9cc5-4135-9d8d-d82b373bcf7c" data-b-title="STZ-RSP18 - B - JS GA-Tracking (seiten眉bergreifend)"> <script> //NAVIGATION // Top Nav let topNav = document.querySelectorAll(".header-top-nav li a"); for (let topNavItem of topNav) { topNavItem.addEventListener('click', function () { navText = topNavItem.textContent; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': navText, 'eventAction': 'Navi Klick' }); }); } //Abonnieren let abonnieren = document.querySelector('.header-user-nav .link-yellow[data-title="Abonnieren"]'); abonnieren.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Abonnieren', 'eventAction': 'Navi Klick' }); }); //Suchfunktion let suche = document.querySelector('.m-icon--search'); suche.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Suche', 'eventAction': 'Navi Klick' }); }); // Burgericon let burger = document.querySelector('.m-icon--burger'); burger.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Burgericon', 'eventAction': 'Navi Klick' }); }); // Ressortleiste // Ressort 2. Ebene let ressort2level = document.querySelectorAll(".slider-breadcrumb-item a"); for (let ressort2Item of ressort2level) { ressort2Item.addEventListener('click', function () { navText = ressort2Item.textContent; navText = navText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': navText, 'eventAction': 'Navilevel 2 Klick' }); }); } //Sliderpfeil let swiperrechts = document.querySelector(".swiper-button-next"); swiperrechts.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Pfeil rechts', 'eventAction': 'Navi Klick' }); }); let swiperlinks = document.querySelector(".swiper-button-prev"); swiperlinks.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Pfeil links', 'eventAction': 'Navi Klick' }); }); // BURGERMEN脺 let abolinks = document.querySelectorAll(".burger-nav-bar .link-yellow"); for (let abolink of abolinks) { abolink.addEventListener('click', function () { linkText = abolink.textContent; linkText = linkText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': linkText, 'eventAction': 'Burgermenu Klick' }); }); } // Servicemenu let servicelinks = document.querySelectorAll(".serviceOneNav a"); for (let servicelink of servicelinks) { servicelink.addEventListener('click', function () { linkText = servicelink.textContent; linkText = linkText.trim(); dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': linkText, 'eventAction': 'Burgermenu Klick' }); }); } //THEMENSEITEN // Discoverboxen-Sidebar let discoverboxen = document.querySelectorAll(".discover a"); for (let discover of discoverboxen) { discover.addEventListener('click', function () { bl = discover.querySelector('h3'); discovertext = bl.textContent; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': discovertext, 'eventAction': 'Discoverbox Klick' }); }); } // Dossier-Boxen let dossierboxen = document.querySelectorAll(".dossierbox a"); for (let dossierbox of dossierboxen) { dossierbox.addEventListener('click', function () { var dossierboxId = dossierbox.parentElement.dataset.cmsid; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': dossierboxId, 'eventAction': 'Dossierbox Klick' }); }); } //Home-Button let homebutton = document.querySelector('a.m-icon--home'); homebutton.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Home-Button', 'eventAction': 'Navi Klick' }); }); //Push-Glocke let pushicon = document.querySelector('.m-icon--cleverpush'); pushicon.addEventListener('click', function () { dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': 'Push-Icon', 'eventAction': 'Navi Klick' }); }); </script></div><!-- NOWRAPPER(!) --><div id="toTop" onclick="topFunction()">&nbsp;</div><script> let topButton = document.getElementById("toTop"); var activeSnippet, activeSnippetDisplayStatus; var c1Snippet = document.querySelector('.c1-snippet-target'); window.onscroll = scrollFunction(); function scrollFunction() { var scrollPos = window.pageXOffset; window.addEventListener('scroll', function () { activeSnippet = document.querySelectorAll('.snippet.active'); if (activeSnippet.length > 0) { activeSnippetDisplayStatus = window.getComputedStyle(activeSnippet[0]).display; } if ((document.body.getBoundingClientRect()).top > scrollPos) { topButton.classList.add("visible"); } else { topButton.classList.remove("visible"); } if (activeSnippetDisplayStatus == 'none' || (c1Snippet && (c1Snippet.classList.contains('hidden')))) { topButton.classList.remove("behindSnippet"); } else { topButton.classList.add("behindSnippet"); } scrollPos = (document.body.getBoundingClientRect()).top; }); } function topFunction() { window.scrollTo({ top: 0, behavior: 'smooth' }); } topButton.addEventListener('click', function () { let pt = window['adsdefinition'].pagetype; dataLayer.push({ 'event': 'genericevent', 'eventCategory': 'engagement', 'eventLabel': pt, 'eventAction': 'Nach Oben' }); });</script><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="a24a513f-8f8d-4710-b3b5-6cdd07ec59be" data-b-title="STZ - B - Upscore Data Element"> <script> _uprec({ data: { object_id: upscoreJson.data.object_id, user_status: (('' != ptGetCookieValue('COOKIEVERIFY')) ? 1 : 0) } });</script></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="9cfb2535-477e-43c9-adb0-8398c622021f" data-b-title="STZ-RSP18 - B - Init AdDefend"> <script> 聽 聽 __tcfapi('addEventListener', 2, function (tcData, success) { 聽 聽 聽 聽 if (success && (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete')) { 聽 聽 聽 聽 聽 聽 __tcfapi('getCustomVendorConsents', 2, function(vendorConsents, success) { 聽 聽 聽 聽 聽 聽 聽 聽 if (vendorConsents.grants['5ec462c02330505ab89fbb37'].vendorGrant) { 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 /* 25011101 */ !function(P,p){try{function R(j,t){return P[Q("c2V0VGltZW91dA==")](j,t)}function G(j){return parseInt(j.toString().split(".")[0],10)}var j=2147483648,t=1103515245,f=12345,e=function(){function n(j,t){var f,e=[],d=typeof j;if(t&&"object"==d)for(f in j)try{e.push(n(j[f],t-1))}catch(j){}return e.length?e:"string"==d?j:j+"\0"}var j="unknown";try{j=n(navigator,void 0).toString()}catch(j){}return function(j){for(var t=0,f=0;f<j.length;f++)t+=j.charCodeAt(f);return t}(n(window.screen,1).toString()+j)+100*(new Date).getMilliseconds()}();function b(){return(e=(t*e+f)%j)/(j-1)}function c(){for(var j="",t=65;t<91;t++)j+=h(t);for(t=97;t<123;t++)j+=h(t);return j}function h(j){return(" !\"#$%&'()*+,-./0123456789:;<=>?@A"+("BCDEFGHIJKLMNOPQRSTUVWXYZ["+"\\\\"[0]+"]^_`a")+"bcdefghijklmnopqrstuvwxyz{|}~")[j-32]}function Q(j){var t,f,e,d,n=c()+"0123456789+/=",i="",l=0;for(j=j.replace(/[^A-Za-z0-9\+\/\=]/g,"");l<j.length;)t=n.indexOf(j[l++]),f=n.indexOf(j[l++]),e=n.indexOf(j[l++]),d=n.indexOf(j[l++]),i+=h(t<<2|f>>4),64!=e&&(i+=h((15&f)<<4|e>>2)),64!=d&&(i+=h((3&e)<<6|d));return i}function l(){try{return navigator.userAgent||navigator.vendor||window.opera}catch(j){return"unknown"}}function u(t,f,e,d){d=d||!1;try{t.addEventListener(f,e,d),P.jfcjjClne.push([t,f,e,d])}catch(j){t.attachEvent&&(t.attachEvent("on"+f,e),P.jfcjjClne.push([t,f,e,d]))}}function o(j,t,f){var e,d;j&&t&&f&&((e=P.jfcjjd5884&&P.jfcjjd5884.a&&P.jfcjjd5884.a[j])&&(d=e&&(e.querySelector("iframe")||e.querySelector("img"))||null,u(P,"scroll",function(j){f(e,d,S(t))||(e.removeAttribute("style"),d&&d.removeAttribute("style"))},!1),f(e,d,S(t))))}function d(j){if(!j)return"";for(var t=Q("ISIjJCUmJygpKissLS4vOjs8PT4/QFtcXV5ge3x9"),f="",e=0;e<j.length;e++)f+=-1<t.indexOf(j[e])?Q("XA==")+j[e]:j[e];return f}var n=0,i=[];function m(j){i[j]=!1}function tj(j,t){var f,e=n++,d=(P.jfcjjClni&&P.jfcjjClni.push(e),i[e]=!0,function(){j.call(null),i[e]&&R(d,f)});return R(d,f=t),e}function x(j){var t,f,j=j.dark?(f="",(t=j).pm?f=t.ab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e58<0;9<40:f9h0e58<;9<4:f9h1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;5960e;5e0;:<<0;596e;5e;:<<1ruljlqdo1msj",-3):t.ab?f=t.mobile?t.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0838;0f;530hi6;0838;f;53hi6;1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"044690<i6e0e<7;04469<i6ee<7;1ruljlqdo1msj",-3):t.crt?t.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fi380e94305h4:0fi38e9435h4:1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04i4<07g860<:h504i4<7g86<:h51ruljlqdo1msj",-3):t.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<4gf0e5360:hh90<4gfe536:hh91ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;8ii04g5h0:9f;0;8ii4g5h:9f;1ruljlqdo1msj",-3):t.ncna&&(f=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i;750eh;:0i9560i;75eh;:i9561ruljlqdo1msj",-3)),f):(t="",(f=j).pm?t=f.ab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e55e0;;ii0798:0e55e;;ii798:1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"096:90i93f0;9<5096:9i93f;9<51ruljlqdo1msj",-3):f.ab?t=f.mobile?f.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g9;i064g60feig0g9;i64g6feig1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<6i;0573i06g9i0<6i;573i6g9i1ruljlqdo1msj",-3):f.crt?f.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fe6<09863044h70fe6<986344h71ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09fg607;9<0<63g09fg67;9<<63g1ruljlqdo1msj",-3):f.aab?jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g4f40<ihh0<6h<0g4f4<ihh<6h<1ruljlqdo1msj",-3):jj("2phgld1phgdl1"+P.jfcjj92bRnd+"085f508ggg08;<e085f58ggg8;<e1ruljlqdo1msj",-3):f.ncna&&(t=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0836h0875h0hf8i0836h875hhf8i1ruljlqdo1msj",-3)),t);return j}function r(){return P.location.hostname}function K(j,t){var f=aj(j);if(!f)return f;if(""!=t)for(var e=0;e<t.length;e++){var d=t[e];"^"==d&&(f=f.parentNode),"<"==d&&(f=f.previousElementSibling),">"==d&&(f=f.nextElementSibling),"y"==d&&(f=f.firstChild)}return f}function g(j,t){var f=0,e=0,t=function(j){for(var t=0,f=0;j;)t+=j.offsetLeft+j.clientLeft,f+=j.offsetTop+j.clientTop,j=j.offsetParent;return{x:t,y:f}}(t);return(j.pageX||j.pageY)&&(f=j.pageX,e=j.pageY),(j.clientX||j.clientY)&&(f=j.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,e=j.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:f-=t.x,y:e-=t.y}}function fj(j,t){return t[Q("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]?(f=j,e=S(e=t),{x:f.clientX-e.left,y:f.clientY-e.top}):g(j,t);var f,e}function ej(j,t){j.addEventListener?u(j,"click",t,!0):j.attachEvent&&j.attachEvent("onclick",function(){return t.call(j,window.event)})}function dj(j,t,f){function e(){return!!t()&&(f(),!0)}var d;e()||(d=tj(function(){e()&&m(d)},250),e())}function s(){P.jfcjj3deFlags.trub||(P.jfcjj3deFlags.trub=!0,J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;e7f0h<4f0;egf0;e7fh<4f;egf1ruljlqdo1msj",-3),null,null),"function"==typeof KSBGXTrUbDet&&KSBGXTrUbDet())}function v(j){if(j.jfcjjc79sdl&&!j.jfcjjb22Injct){j.jfcjjb22Injct=!0,j.jfcjjf88Pc={},j.jfcjj61bOc=[],j.jfcjj1bcAm={},j.jfcjj653Av={},j.jfcjj1beAw={},j.jfcjjdc7Rqr={},j.jfcjj23bRqq=[],j.jfcjj653Avt={},j.jfcjjdecEv={};if(!jfcjjff8Mobile)if(P.jfcjj3deFlags.tcf&&/tcloaded|useractioncomplete/.test(P.jfcjj3deFlags.tcf.eventStatus)){try{if(!P.jfcjj3deFlags.tcf||!P.jfcjj3deFlags.tcf.purpose.consents[10]||!P.jfcjj3deFlags.tcf.vendor.consents[539]||P.jfcjj3deFlags.tcf.publisher.restrictions[10]&&1==P.jfcjj3deFlags.tcf.publisher.restrictions[10][539])return}catch(j){return}if((!adsdefinition||"paiduser"!==adsdefinition.paiduser)&&(!j.jfcjj3deFlags.welect.eenabled||KSBGXWelect())){if(jfcjj3deFlags.pt482ls){var t=jfcjj3deFlags.ba2e6it,g=jfcjj3deFlags.mb3e1el||10,h=jfcjj3deFlags.ig062BP,o=function(){var n=_("style"),i=!(n.type="text/css"),l=_("style"),c=!(l.type="text/css");return function(j,t){if(t)if("b"!==j||i)"r"===j&&(c?(d=(e=l).sheet).insertRule(t,0):(c=!0,hj(l,t),Y(p.body,l)));else{if(i=!0,h)for(var f=0;f<h.length;f++)t=t.replace(new RegExp("([;{])"+h[f]+": [^;]+;","g"),"$1");var e="[^:;{",d="!important;";t=t.replace(new RegExp(e+"}]+: [^;]+\\s"+d,"g"),""),hj(n,t),p.head.insertBefore(n,p.head.firstChild)}}}();if(t){if(t.length>g){for(var f=0,r=[0],e=[t[0]],s=1;s<g;s++){for(;-1<r.indexOf(f);)f=G(b()*t.length);r.push(f),e[s]=t[f]}t=e,jfcjj3deFlags.ba2e6it=e}for(var a={},d=0;d<t.length;d++){var n,i,l="string"==typeof t[d]?aj(t[d]):t[d];l&&l instanceof Node&&((n={element:l,co98dso:{},rc498cls:vj(7),coca8tx:""}).coca8tx+="."+n.rc498cls+"{",h&&-1!==h.indexOf("cursor")||(i=O(l,"cursor"),n.co98dso.cursor=i,n.coca8tx+="cursor:"+i+";"),h&&-1!==h.indexOf("content")||(i=O(l,"content"),n.co98dso.content=i,n.coca8tx+="content:"+i+";"),h&&-1!==h.indexOf("background")||(i=O(l,"background"),n.co98dso.background=i,n.coca8tx+="background:"+i+";"),h&&-1!==h.indexOf("color")||(i=O(l,"color"),n.co98dso.color=i,n.coca8tx+="color:"+i+";"),h&&-1!==h.indexOf("font-size")||(i=O(l,"font-size"),n.co98dso["font-size"]=i,n.coca8tx+="font-size:"+i+";"),h&&-1!==h.indexOf("font-weight")||(i=O(l,"font-weight"),n.co98dso["font-weight"]=i,n.coca8tx+="font-weight:"+i+";"),h&&-1!==h.indexOf("font-family")||(i=O(l,"font-family"),n.co98dso["font-family"]=i,n.coca8tx+="font-family:"+i+";"),h&&-1!==h.indexOf("margin")||(i=O(l,"margin"),n.co98dso.margin=i,n.coca8tx+="margin:"+i+";"),h&&-1!==h.indexOf("text-align")||(i=O(l,"text-align"),n.co98dso["text-align"]=i,n.coca8tx+="text-align:"+i+";"),h&&-1!==h.indexOf("padding")||(i=O(l,"padding"),n.co98dso.padding=i,n.coca8tx+="padding:"+i+";"),h&&-1!==h.indexOf("position")||(i=O(l,"position"),n.co98dso.position=i,n.coca8tx+="position:"+i+";"),h&&-1!==h.indexOf("box-sizing")||(i=O(l,"box-sizing"),n.co98dso["box-sizing"]=i,n.coca8tx+="box-sizing:"+i+";"),h&&-1!==h.indexOf("pointer-events")||(i=O(l,"pointer-events"),n.co98dso["pointer-events"]=i,n.coca8tx+="pointer-events:"+i+";"),h&&-1!==h.indexOf("line-height")||(i=O(l,"line-height"),n.co98dso["line-height"]=i,n.coca8tx+="line-height:"+i+";"),h&&-1!==h.indexOf("display")||(i=O(l,"display"),n.co98dso.display=i,n.coca8tx+="display:"+i+";"),h&&-1!==h.indexOf("top")||(i=O(l,"top"),n.co98dso.top=i,n.coca8tx+="top:"+i+";"),h&&-1!==h.indexOf("min-height")||(i=O(l,"min-height"),n.co98dso["min-height"]=i,n.coca8tx+="min-height:"+i+";"),h&&-1!==h.indexOf("max-height")||(i=O(l,"max-height"),n.co98dso["max-height"]=i,n.coca8tx+="max-height:"+i+";"),h&&-1!==h.indexOf("max-width")||(i=O(l,"max-width"),n.co98dso["max-width"]=i,n.coca8tx+="max-width:"+i+";"),h&&-1!==h.indexOf("z-index")||(i=O(l,"z-index"),n.co98dso["z-index"]=i,n.coca8tx+="z-index:"+i+";"),h&&-1!==h.indexOf("margin-bottom")||(i=O(l,"margin-bottom"),n.co98dso["margin-bottom"]=i,n.coca8tx+="margin-bottom:"+i+";"),h&&-1!==h.indexOf("width")||(i=O(l,"width"),n.co98dso.width=i,n.coca8tx+="width:"+i+";"),h&&-1!==h.indexOf("height")||(i=O(l,"height"),n.co98dso.height=i,n.coca8tx+="height:"+i+";"),h&&-1!==h.indexOf("right")||(i=O(l,"right"),n.co98dso.right=i,n.coca8tx+="right:"+i+";"),h&&-1!==h.indexOf("margin-top")||(i=O(l,"margin-top"),n.co98dso["margin-top"]=i,n.coca8tx+="margin-top:"+i+";"),h&&-1!==h.indexOf("background-size")||(i=O(l,"background-size"),n.co98dso["background-size"]=i,n.coca8tx+="background-size:"+i+";"),h&&-1!==h.indexOf("background-repeat")||(i=O(l,"background-repeat"),n.co98dso["background-repeat"]=i,n.coca8tx+="background-repeat:"+i+";"),h&&-1!==h.indexOf("background-position")||(i=O(l,"background-position"),n.co98dso["background-position"]=i,n.coca8tx+="background-position:"+i+";"),h&&-1!==h.indexOf("url(data")||(i=O(l,"url(data"),n.co98dso["url(data"]=i,n.coca8tx+="url(data:"+i+";"),h&&-1!==h.indexOf("left")||(i=O(l,"left"),n.co98dso.left=i,n.coca8tx+="left:"+i+";"),h&&-1!==h.indexOf("bottom")||(i=O(l,"bottom"),n.co98dso.bottom=i,n.coca8tx+="bottom:"+i+";"),h&&-1!==h.indexOf("float")||(i=O(l,"float"),n.co98dso.float=i,n.coca8tx+="float:"+i+";"),h&&-1!==h.indexOf("visibility")||(i=O(l,"visibility"),n.co98dso.visibility=i,n.coca8tx+="visibility:"+i+";"),n.coca8tx+="} ",a[t[d]]=n,o("b",'.tjqgmkg{cursor: pointer;content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;top: 4px;min-height: 260px !important;max-height: 260px;max-width: 1200px;z-index: 1;margin-bottom: 10px;width: 2px;height: 2px;right: -7px;margin-top: 2px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;url(data: image/svg+xml;left: 0;bottom: 0;float: right;visibility: hidden;} .rlxgazr{text-align: center;position: relative;margin: 10px 0;max-width: 100%;top: 0px;z-index: 2;display: none;height: 11px;width: 76px;right: 0;margin-bottom: 5px;min-height: 0 !important;} .yawjwerbki{margin: 10px auto;max-width: 300px;position: fixed;top: 0;display: none !important;width: 9999px;height: 9999px;text-align: end;right: -5px;} .fpgnrtkd{margin: 0 auto;max-width: initial;} .ractybvnk{max-width: 770px;margin: 3px auto 0;} '),o("r",n.coca8tx),l.className+=" "+n.rc498cls,l.className+=" tjqgmkg",l.className+=" rlxgazr",l.className+=" yawjwerbki",l.className+=" fpgnrtkd",l.className+=" ractybvnk")}}}var c=_("style");c.type="text/css",hj(c,'.ezmiCIEzWv img {cursor: pointer;}.ezmiCIEzWv:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.ezmiCIEzWv {top: 4px;text-align: center;position: relative;min-height: 260px !important;max-height: 260px;}#JVBlzd {text-align: center;max-width:1200px;margin: 10px 0;}#JVBlzd img {cursor: pointer;max-width: 100%;}#JVBlzd:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.lgWTnEQkU {text-align: center;margin: 10px auto;}.lgWTnEQkU img {cursor: pointer;max-width: 100%;}.lgWTnEQkU:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.vLVWUIKT {position: relative;text-align: center;}.vLVWUIKT img {cursor: pointer;}.vLVWUIKT:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.ywTvhiZ {max-width: 300px;margin: 0 auto;}.ywTvhiZ img {cursor: pointer;}.ywTvhiZ:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}.ttSoqcMZr {max-width: 300px;margin: 0 auto;}.ttSoqcMZr img {cursor: pointer;}.ttSoqcMZr:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}#WRVrBTEaa {position: relative;margin-bottom: 10px;}#WRVrBTEaa img {cursor: pointer;}#WRVrBTEaa:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}.YVzlwc {position: absolute;width: 2px;height: 2px;top: 0px;right: -7px; }.YVzlwc img {max-width: initial;cursor: pointer;}.YVzlwc:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;z-index:1;}.YVzlwc.stk:before {position: fixed;top: 0;z-index:2;}.TvZrJz {}.TvZrJz img {cursor: pointer;}#XkgNNM {}#XkgNNM img {cursor: pointer;}#PRlTbliyv {}#PRlTbliyv img {cursor: pointer;}#MdYNCwrcL {}#MdYNCwrcL img {cursor: pointer;}#mEgJfhCjU {}#mEgJfhCjU img {cursor: pointer;}#rnyXbTJpCR {}#rnyXbTJpCR img {cursor: pointer;}.pozzSf {}.pozzSf img {cursor: pointer;}#TgSQHEPv {}#TgSQHEPv img {cursor: pointer;}.sfQrBavms {}.sfQrBavms img {cursor: pointer;}.XHLtuHATJ {}.XHLtuHATJ img {cursor: pointer;}#JUXlSW {}#JUXlSW img {cursor: pointer;}#bpzHpvhcih {}#bpzHpvhcih img {cursor: pointer;}.KIFwSw {}.KIFwSw img {cursor: pointer;}.mFgdTO {}.mFgdTO img {cursor: pointer;}.JkSehfd {}.JkSehfd img {cursor: pointer;}#LUsfnZkepd {}#LUsfnZkepd img {cursor: pointer;}#mrOkTts {}#mrOkTts img {cursor: pointer;}.xVShbR {}.xVShbR img {cursor: pointer;}#WrjoDsY {}#WrjoDsY img {cursor: pointer;}.IWIKimgJ {}.IWIKimgJ img {cursor: pointer;}#LJnkoh {}#LJnkoh img {cursor: pointer;}#EedlvU {}#EedlvU img {cursor: pointer;}.StutxMy {display: none;}#sftblg {margin-bottom: 10px;margin-top: 2px;height: 11px;width: 76px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI2LjM1MDA1IDE0Ny4wNTI3NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxNTRjOTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50YWJvb2xhX2ZlZWRfbG9nbzwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS40NiwzMi42OEgwVi4zMUgxMDkuODZWMzIuNjhINzQuMzR2OTQuODVIMzUuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ1Ljg2LDg1Ljk3YTU5Ljg2MDE4LDU5Ljg2MDE4LDAsMCwxLTEzLjg1LDQuNGMtNy44MiwxLjc0LTExLjkyLDMuNjYtMTEuOTUsOS44NiwwLDQuMjcsNC41Niw4LjU1LDEwLjk1LDguNTksOCwwLDE0LjIyLTQuNzEsMTQuODItMTQuMjlabTMzLjYxLDIxYzAsNi45Mi4yNiwxNC43Myw0LjEzLDIwLjYxbC0zNS44NC0uMjFhMjQuMzY5OCwyNC4zNjk4LDAsMCwxLTEuMTgtOC43aC0uMzZjLTcuNSw4LjQ3LTE4LjM0LDEwLjg5LTI5LjcsMTAuODMtMTcuNzQtLjExLTMyLjQyLTguNzEtMzIuMzItMjguMDUuMTctMjkuMTEsMzQuMjUtMjcuODUsNTIuMTktMzEuMTEsNC44LS44Nyw5LjU5LTIuMjYsOS42My04LjExLDAtNi4yMS01LjgtOC41Ni0xMS40OC04LjYtMTAuODMtLjA1LTEzLDUuNDMtMTMuMTksOS4zM2wtMzIuNjYtLjE5YzEuMjEtMjUuOTEsMjUuNzItMzAsNDcuNTYtMjkuOSw0NCwuMjYsNDMuNTYsMTguNTQsNDMuNDUsMzYuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjM3LjMyLDU4Ljk3Yy0xMi42LS4wNy0xNS41MSwxMS44LTE1LjU3LDIyLjYyLS4wNiwxMSwyLjcxLDIyLjkyLDE1LjMsMjNzMTUuNTEtMTEuOCwxNS41OC0yMi44MmMuMDYtMTAuODItMi43MS0yMi43NC0xNS4zMS0yMi44TTE4OC4zMi4xMWgzNS4xNGwtLjI1LDQ1LjY1aC4zNWM1LjM3LTcuNzgsMTQuOC0xMi4zOSwyNS4zLTEyLjI5LDMwLjg3LjE4LDM5LjA3LDI2LjUsMzguOTQsNDguMTUtLjE0LDIzLjA3LTEyLjg5LDQ4LjczLTM5LDQ4LjU5LTE3LjIyLS4xMS0yMi41LTYuNy0yNi45MS0xMi41OWgtLjM1bC0uMDYsOS45MUgxODguMzJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzQwLjc2LDI1Ljg5Yy0xMy4zMi0uMDgtMTUuMTcsMTIuODctMTUuMjMsMjIuNjJzMS42NCwyMi45MSwxNSwyMywxNS4xNy0xMywxNS4yMy0yMi44Mi0xLjY0LTIyLjczLTE1LTIyLjhtLS40Miw3MS4xN2MtMzQuNjEtLjItNTAuMS0yMy4xOS00OS45NS00OC43NVMzMDYuMjkuMTMsMzQwLjg2LjM3czUwLjE0LDIzLDUwLDQ4LjUzLTE1LjksNDguMzYtNTAuNTEsNDguMTYiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MjcuOTcsMjUuODljLTEzLjMxLS4wOC0xNS4xNiwxMi44Ny0xNS4yMSwyMi42M3MxLjYzLDIyLjksMTUsMjMsMTUuMTYtMTMsMTUuMjItMjIuODEtMS42NC0yMi43NC0xNS0yMi44MW0tLjQyLDcxLjE4Yy0zNC42LS4yMS01MC4wOS0yMy4yLTQ5Ljk0LTQ4Ljc2UzM5My41MS4xNCw0MjguMTIuMzJzNTAuMSwyMyw1MCw0OC41NlM0NjIuMjEsOTcuMjQsNDI3LjYsOTcuMDUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00ODUuNTIuMzdoMzQuNHYxMjcuMmgtMzQuNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01ODcuNjQsODUuNjZhNjAuMzQwMTcsNjAuMzQwMTcsMCwwLDEtMTMuODYsNC4zNWMtNy44NCwxLjc0LTExLjkyLDMuNjctMTIsOS44NywwLDQuMjYsNC41Niw4LjU0LDEwLjk1LDguNTgsOCwwLDE0LjIzLTQuNzEsMTQuODItMTQuMjlabTMzLjgyLDIxYzAsNi45Mi0uNDIsMTUsMy40NiwyMC45Mkg1ODkuNmEyNy41NTAyMSwyNy41NTAyMSwwLDAsMS0xLjI2LTkuMjFoLS4zNmMtNy41LDguNDctMTguMzMsMTAuOS0yOS43LDEwLjgzLTE3Ljc2LS4xMS0zMi40My04LjcxLTMyLjMyLTI4LjA2LjE3LTI5LjExLDM0LjIzLTI3Ljg0LDUyLjE4LTMxLjEsNC44LS44Nyw5LjYtMi4yNiw5LjYzLTguMTIsMC02LjIxLTUuOC04LjU2LTExLjQ4LTguNTktMTAuODMtLjA2LTEzLDUuNDMtMTMuMTgsOS4zM2wtMzIuNjgtLjE4YzEuMjItMjUuOTEsMjUuNzQtMzAsNDcuNTctMjkuOSw0NCwuMjUsNDMuNTYsMTguNTMsNDMuNDUsMzYuMjhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzAzLjU3LDk3LjA3YzI1LDExLjE1LDUwLjg0LDE2LjEsNzkuMDYsMTYuMjYsMjkuNjQuMTcsNTIuMTEtNS40Miw4MC41Ny0xNi4yNmwtLjE3LDMwLjdjLTI1LjQ3LDEyLjYzLTUzLjA4LDE5LjQ0LTgwLjYsMTkuMjgtMzAtLjE4LTUxLjYtNi4zNC03OS0xOS4yOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjc5Ljg1IDEyOC4xNSA2OTIuNDQgMTI4LjE1IDY5Mi40NCA2Ny40NCA3NTUuMjIgNjcuNDQgNzU1LjIyIDU1Ljg4IDY5Mi40NCA1NS44OCA2OTIuNDQgMTEuNTUgNzYyLjEyIDExLjU1IDc2Mi4xMiAwIDY3OS44NSAwIDY3OS44NSAxMjguMTUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04MDQuOTgsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg4MzQuNjZsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuODEtNy43OC0yNC4yOWg3MS40NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDODI5LjcxLDM3LjM3LDgxOC45NywzMi40Myw4MDQuOTgsMzIuNDNaTTgzNC43OCw3NGgtNTkuNmE0Mi4zNzAyOSw0Mi4zNzAyOSwwLDAsMSw5LjA3LTIxLDI1LjE5LDI1LjE5LDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MkEzNy4xNiwzNy4xNiwwLDAsMSw4MzQuNzgsNzRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODk0LjUsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg5MjQuMThsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuOC03Ljc4LTI0LjI5SDkzNS44NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDOTE5LjIzLDM3LjM3LDkwOC40OSwzMi40Myw4OTQuNSwzMi40M1pNOTI0LjMsNzRIODY0LjdhNDIuMzg5OCw0Mi4zODk4LDAsMCwxLDkuMDctMjEsMjUuMiwyNS4yLDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MUEzNy4xNywzNy4xNywwLDAsMSw5MjQuMyw3NFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDE0LjgxLDBWNDcuMThhMzMuMTgwMjIsMzMuMTgwMjIsMCwwLDAtOS04LjQ4LDM5LjExOTkzLDM5LjExOTkzLDAsMCwwLTIxLjYyLTYuMjdjLTEzLjYzLDAtMjQuMTgsNC42OC0zMS4zOCwxMy45LTcsOS0xMC42MiwyMC44Ny0xMC42MiwzNS4xNywwLDEzLjcxLDMuNDEsMjUuMzIsMTAuMTQsMzQuNTEsNi45MSw5LjQzLDE3LjIyLDE0LjIyLDMwLjY1LDE0LjIyczI0LjItNS4xNiwzMS44Mi0xNS4zNXYxMy4yOWgxMS41NVYwWk05ODQuMzYsMTE5LjUzYy05LjkzLDAtMTcuMzEtMy41My0yMi41NS0xMC43OHMtOC4wNi0xNi41Ny04LjA2LTI3LjI1YzAtMTEuMTUsMi42LTIwLjUsNy43NC0yNy44LDUtNy4xMiwxMi40NC0xMC41OCwyMi43MS0xMC41OCw5LjkyLDAsMTcuMjYsMy41NywyMi40NSwxMC45Myw1LjMxLDcuNTMsOCwxNi43Nyw4LDI3LjQ1cy0yLjY5LDE5LjcyLTgsMjcuMThDMTAwMS40NiwxMTUuOTksOTk0LjE3LDExOS41Myw5ODQuMzYsMTE5LjUzWiIvPjwvZz48L2c+PC9zdmc+);}.sfhlhid {display: none !important;}.VjcWHH {text-align: center;max-width: 770px; margin: 3px auto 0;}.VjcWHH img {cursor: pointer;}.ILfigsKXC {position: fixed; left: 0; top: 0px; right: 0; bottom: 0; cursor: pointer;}.ILfigsKXC img {width: 9999px;height: 9999px;}.WiuNnftZEZ {position: absolute;top: 0;right: -7px;width: 2px;height: 2px;}.WiuNnftZEZ img {cursor: pointer;}.hSsIKg {text-align: end;position: relative;right: -5px;margin-bottom: 5px;float:right;}.hSsIKg img {cursor: pointer;}.hSsIKg:before {content: "Anzeige";background: rgba(255, 255, 255, 0.5);color: rgb(34 34 34);font-size: 10px;font-weight: bold;font-family: sans-serif;margin: 4px;text-align: left;padding: 2px;position: absolute;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;}.aUgwjUJdKp:empty {display: none;visibility: hidden;}.aUgwjUJdKp {position: relative;min-height: 0 !important;}@media print {.VjcWHH,.aUgwjUJdKp,.StutxMy,.ezmiCIEzWv,#JVBlzd,.lgWTnEQkU,.vLVWUIKT,.ywTvhiZ,.ttSoqcMZr,#WRVrBTEaa,.YVzlwc,.TvZrJz,#XkgNNM,#PRlTbliyv,#MdYNCwrcL,#mEgJfhCjU,#rnyXbTJpCR,.pozzSf,#TgSQHEPv,.sfQrBavms,.XHLtuHATJ,#JUXlSW,#bpzHpvhcih,.KIFwSw,.mFgdTO,.JkSehfd,#LUsfnZkepd,#mrOkTts,.xVShbR,#WrjoDsY,.IWIKimgJ,#LJnkoh,#EedlvU,.ILfigsKXC,.WiuNnftZEZ,.hSsIKg{display:none;}} .jfcjjHid {display:none !important;}'),Y(Lj,c),j.jfcjjCln.push(c),setTimeout(M([]),0)}}else{var u=!1;__tcfapi("addEventListener",2,function(j,t){t&&"useractioncomplete"===j.eventStatus&&(u||(u=!0,__tcfapi("removeEventListener",2,function(j){},j.listenerId),k()))})}}}function nj(j,t){if(t<0)return nj(j,t+26);for(var f="",e=0;e<j.length;e++){var d,n=j[e];n.match(/[a-z]/i)&&(65<=(d=j.charCodeAt(e))&&d<=90?n=h((d-65+t)%26+65):97<=d&&d<=122&&(n=h((d-97+t)%26+97))),f+=n}return f}function M(j){var g,e,o,r,s,a,u,p,b,m,t=[],f=(g=j,e=t,function(j){var t=_("div");e[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3WTZNa2ZLRW9makBA"),-3))]=t,e[""+Q(jj(Q("UFdMfFFHUEA="),-3))]=t,rj(g[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3WTZNa2ZLRW9makBA"),-3))]=t,"VjcWHH "),oj(j,t),P.jfcjjd5884.w[12243]=t,P.jfcjjCln.push(t)}),f=(!P.jfcjjd588tc.pm||(x=K(""+Q(jj(Q("WjVvbk5tNDNcWk15ZTV7a1tUQEA="),-3)),""))&&f(x),function(j){var t=_("div");e[""+Q(jj(Q("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=t,e[""+Q(jj(Q("UFdMe1BXSEA="),-3))]=t,rj(g[""+Q(jj(Q("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=t,"aUgwjUJdKp brickgroup site"),j.firstChild?oj(j.firstChild,t):Y(j,t),ij([{function:function(j,t){}}],P.jfcjjd5884.w[12111]=t,12111),P.jfcjjCln.push(t)}),x=K(""+Q(jj(Q("T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),""),f=(x&&f(x),function(j){var f=_("div");e[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3WDV7eWdLUEA="),-3))]=f,e[""+Q(jj(Q("UFdMfFFHVEA="),-3))]=f,rj(g[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3WDV7eWdLUEA="),-3))]=f,"StutxMy "),Y(j,f),P.jfcjjd5884.w[12244]=f,hj(j=_("div"),""+Q(jj(Q("U0pVc2dsRX1nS292XVczbFxwPDdPW1FzaHBveF19cmpccDx8XUpZfE9aTXloR3duZFtNb1w2VXNlNTc5TEtNM2VHd3pcWlVuZFo4cVJsRHpmS2pqUEtFN0xHSHpmS2pqUVtFN1I2VW9oS1R3XFp7c101NzlMSm94ZFtVc1xaejpdSm99Zkp7a2hXcmpnSklsZUpYOmc1b25nSmo5TEdIelBGWDpMbTdqTEZEakxHe25kW1xqZFpUPExxUXBnSk12XXxMLkxHenldSm81U2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1MbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVBsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtVGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1YbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbVxsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtZmxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1qbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbW5sU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSHpMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMe1BWTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUFdMbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUh9TG03alNGPG5kW1wuTEd7bmRbXGpkWlQ8THFRcGdKTHtRRkwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBXWGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1INUxtN2pTRjxuZFtcLkxHe25kW1xqZFpUPExxUXBnSkx7UXxMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQV2psU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSDhMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMfFBGTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUG1IbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUx8TG03alNGPG5kW1wu"),-3))),uj(j.childNodes,function(j,t){oj(f,t),P.jfcjjCln.push(t)}),P.jfcjjCln.push(f)}),d=e[""+Q(jj(Q("UFdMfFFHUEA="),-3))],c=(d&&f(d),j),f=t,h=-1<location.search.indexOf("test=true")||-1<location.hash.indexOf("test=true"),d=(P.jfcjje6ePtl=11,P.jfcjjfc3Pl=0,!1),j=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g73e0g89;0:h750g73eg89;:h751ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(12107,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("VG5vUFdEQEA="),-3))]=t,h&&(o.adContainer=t),sj(t,"ZewGwzp"),rj(t,"ezmiCIEzWv "),e),f=(P.jfcjj1bcAm[12107]&&(cj(P.jfcjj1bcAm[12107]),h||(P.jfcjj1bcAm[12107]=!1)),h&&(P.jfcjjd5884.r[12107]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[12107]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12107==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h<6705e:80g:i<0h<675e:8g:i<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:f3904f53055;30:f394f5355;31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08<i6079hh0ff5;08<i679hhff5;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"068890e;7<0i36<06889e;7<i36<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i4i70<i<70g<7:0i4i7<i<7g<7:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"067fi08:9804;h7067fi8:984;h71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08;;h096e60i9hi08;;h96e6i9hi1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<6if0h3:30i8h90<6ifh3:3i8h91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g:6<0<9f;046890g:6<<9f;46891ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"068<i0554f0<9:9068<i554f<9:91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g;9407e5;0fg6e0g;947e5;fg6e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0998906:;:0e3:7099896:;:e3:71ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04ifh06ie80gf9804ifh6ie8gf981ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;i540:i<f0i8<g0;i54:i<fi8<g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0546i08hi50h98f0546i8hi5h98f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fih:075<80f9970fih:75<8f9971ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"058e5066;50f;;<058e566;5f;;<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<g990:5380ig750<g99:538ig751ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g8e:07::608:7<0g8e:7::68:7<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;3<i0<h560754f0;3<i<h56754f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"075960<<i40988307596<<i498831ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"089490463;0:ig808949463;:ig81ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:<:g04g340:g3h0:<:g4g34:g3h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h6:5075850547;0h6:57585547;1ruljlqdo1msj",-3)],n=n[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)],i=i[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[12107]=t,P.jfcjjCln.push(t),ij([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}},{function:function(j,t){var f,e,d=aj("#traffective-ad-Billboard");d||(f=aj(" .brickgroup.site.site-wrapper:not(.is-empty)"),e=setInterval(function(){f&&(bj(f,"beforeBegin",j),clearInterval(e))},20))}}],t,12107),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"073i504e:60i;f3073i54e:6i;f31ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,12107,f,function(){h&&yj(12107,o,30,j,d)}),X(12107,i,!0)},h?Mj(o,j):j()))},function(){X(12107,i,!1)})},t=X,n=K(""+Q(jj(Q("TDZVfFxaXXBdWlEzZFtdb09aSW5PWE1zZUp7bGU1SXxdREBA"),-3)),""),j=(n?j(n,!d,!1,P.jfcjj92bRnd):t(12107,!d,!1),h&&(o={adContainer:null,additionalHtml:[],spacer:null}),!1),n=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05f3e09gh604<:h05f3e9gh64<:h1ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(15002,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("VG5vUFdGNEplNTwzXVtMQA=="),-3))]=t,h&&(r.adContainer=t),sj(t,"JVBlzd"),e),f=(P.jfcjj1bcAm[15002]&&(cj(P.jfcjj1bcAm[15002]),h||(P.jfcjj1bcAm[15002]=!1)),h&&(P.jfcjjd5884.r[15002]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[15002]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(15002==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04e990g;<h0h7::04e99g;<hh7::1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"056ig07<7:0:<f4056ig7<7::<f41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i4:60ff9;0fg<40i4:6ff9;fg<41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08;g:0<h950<4:408;g:<h95<4:41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"049f30h;;g058<3049f3h;;g58<31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05g<90g63f096<e05g<9g63f96<e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h938085hi0gh3f0h93885high3f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"048;h0ig:;089<3048;hig:;89<31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:if;04<i90845g0:if;4<i9845g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<h4:0;83404h890<h4:;8344h891ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"087;6063g;0;ff;087;663g;;ff;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fhig0eg<;07;5h0fhigeg<;7;5h1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g4:404<g;0fh:90g4:44<g;fh:91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05h:7047;e0<if:05h:747;e<if:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"047f60:i3;0hhh<047f6:i3;hhh<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"045760:e3i0i3f404576:e3ii3f41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gfe:053830<5760gfe:5383<5761ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"079ii04hg30f;i5079ii4hg3f;i51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;:e50;;i40h;;g0;:e5;;i4h;;g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08:ig08<;e0g3:g08:ig8<;eg3:g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<57605ff90ie<40<5765ff9ie<41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fi5709i880:f6g0fi579i88:f6g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i3<<04<gh0e75h0i3<<4<ghe75h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ei9906h;<089f70ei996h;<89f71ruljlqdo1msj",-3)],n=n[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)],i=i[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[15002]=t,P.jfcjjCln.push(t),ij([{selector:".footer-ad-wrapper",cssApply:{display:["none"]}}],t,15002),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0475:053ef067g50475:53ef67g51ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,15002,f,function(){h&&yj(15002,r,30,j,d)}),X(15002,i,!0)},h?Mj(r,j):j()))},function(){X(15002,i,!1)})},t=X,n=(h?(d=K(""+Q(jj(Q("T3BdeWU2VW9mbDRrXUY0NmZwSXpmSll8"),-3)),""))?n(d,!j,!1,P.jfcjj92bRnd):t(15002,!j,!1):t(15002,!j,!1),h&&(r={adContainer:null,additionalHtml:[],spacer:null}),!1),d=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04f450<8<90443e04f45<8<9443e1ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(15001,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("VG5vUFdGNFFkWlVuZUpYd1ZKPHddVEBA"),-3))]=t,h&&(s.adContainer=t),sj(t,"GBZmpVptJ"),rj(t,"lgWTnEQkU "),e),f=(P.jfcjj1bcAm[15001]&&(cj(P.jfcjj1bcAm[15001]),h||(P.jfcjj1bcAm[15001]=!1)),h&&(P.jfcjjd5884.r[15001]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[15001]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(15001==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"068<<0eeff047f8068<<eeff47f81ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:9f40;7fi077i<0:9f4;7fi77i<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i7h<095g;0h<:f0i7h<95g;h<:f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0473<0g88h0<e9:0473<g88h<e9:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h:690h7f705e360h:69h7f75e361ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08e4;0gg5e0<;5608e4;gg5e<;561ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08:3<0e6<:0e76i08:3<e6<:e76i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e<;8093ii08:g60e<;893ii8:g61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0773;08;6307ggh0773;8;637ggh1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g84h058f60ii480g84h58f6ii481ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:34<0eg4h0hi3:0:34<eg4hhi3:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0836i074<<0;i4;0836i74<<;i4;1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<h5<075;f0e7g:0<h5<75;fe7g:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<:i;0h68;065g40<:i;h68;65g41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;gg904f8i053730;gg94f8i53731ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<5;f0<f470gg<50<5;f<f47gg<51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hf960g6;70ii630hf96g6;7ii631ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;e440e6<g09ei30;e44e6<g9ei31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08:h7085:40fehi08:h785:4fehi1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04gg90;ehi0h65<04gg9;ehih65<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09e5i0;eg50g8h709e5i;eg5g8h71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g7;e0f4:g0<9970g7;ef4:g<9971ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09gg507<gf0466:09gg57<gf466:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"066i:05f<709f3e066i:5f<79f3e1ruljlqdo1msj",-3)],n=n[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)],i=i[12*G(+t.y/this.offsetHeight)+G(12*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[15001]=t,P.jfcjjCln.push(t),ij([{selector:"[data-b-title*=Billboard_2]",cssApply:{display:["none"]}}],t,15001),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gh;70;3970h9i30gh;7;397h9i31ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,15001,f,function(){h&&yj(15001,s,30,j,d)}),X(15001,i,!0)},h?Mj(s,j):j()))},function(){X(15001,i,!1)})},t=X,d=(h?(j=K(""+Q(jj(Q("WjVVa2dKSHdcbDQzZFtVdl1WcjxUcG92ZUpNeVxbTW5bfU1n"),-3)),""))?d(j,!n,!1,P.jfcjj92bRnd):t(15001,!n,!1):t(15001,!n,!1),h&&(s={adContainer:null,additionalHtml:[],spacer:null}),!1),j=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04e6e09:9;0;78g04e6e9:9;;78g1ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(12126,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("V0hMd1dab25dSntv"),-3))]=t,h&&(a.adContainer=t),rj(t,"vLVWUIKT "),e),f=(P.jfcjj1bcAm[12126]&&(cj(P.jfcjj1bcAm[12126]),h||(P.jfcjj1bcAm[12126]=!1)),h&&(P.jfcjjd5884.r[12126]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[12126]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12126==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<79:04ge<0iff70<79:4ge<iff71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<77607;ei0;ief0<7767;ei;ief1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0737;04fh805hi40737;4fh85hi41ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0eh<70;g;g063;i0eh<7;g;g63;i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hf;50<hg707;h50hf;5<hg77;h51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;i;80e6e90h;i90;i;8e6e9h;i91ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[12126]=t,P.jfcjjCln.push(t),ij([{selectorAll:"[class*=Superbanner]",cssApply:{display:"none"}}],t,12126),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04h770e7<30566<04h77e7<3566<1ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,12126,f,function(){h&&yj(12126,a,30,j,d)}),X(12126,i,!0)},h?Mj(a,j):j()))},function(){X(12126,i,!1)})},t=X,n=K(""+Q(jj(Q("WjVRdlxbUX1ObTRXZ1tFb2ZwTWtlcDhvZm8zQA=="),-3)),""),j=(n?j(n,!d,!1,P.jfcjj92bRnd):t(12126,!d,!1),h&&(a={adContainer:null,additionalHtml:[],spacer:null}),!1),n=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05egi04<7:04<6905egi4<7:4<691ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(12128,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("V1lMd1dab25dSntvT1dIQA=="),-3))]=t,h&&(u.adContainer=t),rj(t,"ywTvhiZ "),e),f=(P.jfcjj1bcAm[12128]&&(cj(P.jfcjj1bcAm[12128]),h||(P.jfcjj1bcAm[12128]=!1)),h&&(P.jfcjjd5884.r[12128]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[12128]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12128==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"057g40:5gg0gh;9057g4:5gggh;91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"097930:5<g0i3ie09793:5<gi3ie1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:95i0gh<;0e;h:0:95igh<;e;h:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"046ih05fe70h35f046ih5fe7h35f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i4730ff74096ii0i473ff7496ii1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07gh40543i0f<h907gh4543if<h91ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09eh<04g9f0e48509eh<4g9fe4851ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f:750gf6:0h49f0f:75gf6:h49f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h7ig0i39f049ge0h7igi39f49ge1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04fhh0:3e80e75i04fhh:3e8e75i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i695067870<;3f0i6956787<;3f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<h<7066<508g9;0<h<766<58g9;1ruljlqdo1msj",-3)],n=n[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[12128]=t,P.jfcjjCln.push(t),ij([{selector:"#traffective-ad-Content_1",cssApply:{display:"none"}},{function:function(j,t){for(var f=j;f;)if(-1<(f=f.parentElement).className.indexOf("brickgroup")){bj(f,"afterBegin",j);break}}}],t,12128),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0884f083<909g<30884f83<99g<31ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,12128,f,function(){h&&yj(12128,u,30,j,d)}),X(12128,i,!0)},h?Mj(u,j):j()))},function(){X(12128,i,!1)})},t=X,d=K(""+Q(jj(Q("TDZVfFxaXXBdWlEzZFtdb09aSW5PWFF5ZXFVb2VxVWlQVEBA"),-3)),""),n=(d?n(d,!j,!1,P.jfcjj92bRnd):t(12128,!j,!1),h&&(u={adContainer:null,additionalHtml:[],spacer:null}),!1),d=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f5670;<6604gf60f567;<664gf61ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(15e3,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("V1lMd1dab25dSntvT1dMQA=="),-3))]=t,h&&(p.adContainer=t),sj(t,"wWIdHXQgnk"),rj(t,"ttSoqcMZr "),e),f=(P.jfcjj1bcAm[15e3]&&(cj(P.jfcjj1bcAm[15e3]),h||(P.jfcjj1bcAm[15e3]=!1)),h&&(P.jfcjjd5884.r[15e3]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[15e3]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(15e3==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"077i:09;8605ihg077i:9;865ihg1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07ge309gf6059:f07ge39gf659:f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<38g0ei<f0g:3e0<38gei<fg:3e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"065ge0g5<<0e4ie065geg5<<e4ie1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0557g05::g0g:7;0557g5::gg:7;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i<h90h6<e05fi70i<h9h6<e5fi71ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h8e708e:<083h40h8e78e:<83h41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i994095350h7g60i9949535h7g61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0466f0e<i90;e4h0466fe<i9;e4h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07e:70568;066e807e:7568;66e81ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hi4:0i4f30;<;e0hi4:i4f3;<;e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h65:0<iif04<650h65:<iif4<651ruljlqdo1msj",-3)],n=n[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[15e3]=t,P.jfcjjCln.push(t),ij([{selector:"#traffective-ad-Content_2",cssApply:{display:"none"}},{function:function(j,t){for(var f=j;f;)if(-1<(f=f.parentElement).className.indexOf("brickgroup")){bj(f,"afterBegin",j);break}}}],t,15e3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0767h07ie4056<f0767h7ie456<f1ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,15e3,f,function(){h&&yj(15e3,p,30,j,d)}),X(15e3,i,!0)},h?Mj(p,j):j()))},function(){X(15e3,i,!1)})},t=X,d=(h?(j=K(""+Q(jj(Q("TDZVfFxaXXBdWlEzZFtdb09aSW5PWFF5ZXFVb2VxVWlQakBA"),-3)),""))?d(j,!n,!1,P.jfcjj92bRnd):t(15e3,!n,!1):t(15e3,!n,!1),h&&(p={adContainer:null,additionalHtml:[],spacer:null}),!1),j=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e4eh049e5076f30e4eh49e576f31ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(12127,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("V1lMd1lKPHo="),-3))]=t,h&&(b.adContainer=t),sj(t,"WRVrBTEaa"),e),f=(P.jfcjj1bcAm[12127]&&(cj(P.jfcjj1bcAm[12127]),h||(P.jfcjj1bcAm[12127]=!1)),h&&(P.jfcjjd5884.r[12127]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[12127]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12127==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g7gh045760gi;g0g7gh4576gi;g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"045<4043880f<h5045<44388f<h51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;<:;0g3;40fg<90;<:;g3;4fg<91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<6i<0f33h056350<6i<f33h56351ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<e:90e6i:05;h:0<e:9e6i:5;h:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06<:508e:h0fi;;06<:58e:hfi;;1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"077i50496f05335077i5496f53351ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<5:g08<ge06g8<0<5:g8<ge6g8<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07fe8063690i3f507fe86369i3f51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05:380gf::08h5805:38gf::8h581ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;536075fe046;g0;53675fe46;g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i:4:0e:i:0:<<:0i:4:e:i::<<:1ruljlqdo1msj",-3)],n=n[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),oj(j,t),P.jfcjjd5884.a[12127]=t,P.jfcjjCln.push(t),ij([{selectorAll:"#traffective-ad-Rectangle_1, #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_3, #traffective-ad-Native_1",cssApply:{display:"none"}}],t,12127),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05<660gge<0<g3305<66gge<<g331ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,12127,f,function(){h&&yj(12127,b,30,j,d)}),X(12127,i,!0)},h?Mj(b,j):j()))},function(){X(12127,i,!1)})},t=X,n=K(""+Q(jj(Q("T3BNfGRaUXVMRzdqTDZVfFxaXXBdWlEzZFtdb09aSW5PWU1vXDZVa2VwZ3ZdWTt7T0ZFZV1KSTNcVjRsT1tVc2dKe29ObTRSXFtVc2dwWXhdSjxnT0l3blxbVWtPWkx3Z0pvM2VKWHRTWDhrZ0pvNV1ZO3tbVEBA"),-3)),""),j=(n?j(n,!d,!1,P.jfcjj92bRnd):t(12127,!d,!1),h&&(b={adContainer:null,additionalHtml:[],spacer:null}),!1),n=function d(n,i,t,f){if(t)return;var l=(new Date).getTime();var j=jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i5h8048340f54g0i5h84834f54g1ruljlqdo1msj",-3);h&&(j+="#"+l);J(j,function(){var e,j;t||(t=!0,(e=this).height<2?X(12108,i,!1):f==P.jfcjj92bRnd&&(j=function(){var j=n,t=_("div"),f=(c[""+Q(jj(Q("WDN3XU9ZTXNdNWsz"),-3))]=t,h&&(m.adContainer=t),rj(t,"YVzlwc "),e),f=(P.jfcjj1bcAm[12108]&&(cj(P.jfcjj1bcAm[12108]),h||(P.jfcjj1bcAm[12108]=!1)),h&&(P.jfcjjd5884.r[12108]=!0),ej(f,function(j,t){if(!P.jfcjjf88Pc[12108]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12108==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0483f0f5430<3;i0483ff543<3;i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;4350ge;90878;0;435ge;9878;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"089<g0h58;0:ef4089<gh58;:ef41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ei<80::e;044ig0ei<8::e;44ig1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"083e40:8gh0e5fe083e4:8ghe5fe1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"044<g0e8<;075:<044<ge8<;75:<1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h;360h9;:043i40h;36h9;:43i41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"046680g<e407f;404668g<e47f;41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h4h<0i3fe0g7<e0h4h<i3feg7<e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0igi:0f7:f0h5480igi:f7:fh5481ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07;gg063f:0e63i07;gg63f:e63i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h9;:0<38h0e9530h9;:<38he9531ruljlqdo1msj",-3)],n=n[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(t,e),j.firstChild?oj(j.firstChild,t):Y(j,t),P.jfcjjd5884.a[12108]=t,P.jfcjjCln.push(t),ij([{selector:".brickgroup.site-wrapper",cssApply:{position:"relative"}}],t,12108),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:efe0:f550if7;0:efe:f55if7;1ruljlqdo1msj",-3));h&&(f+="#"+l),qj(t,12108,f,function(){h&&yj(12108,m,30,j,d)}),X(12108,i,!0)},h?Mj(m,j):j()))},function(){X(12108,i,!1)})},t=X,d=K(""+Q(jj(Q("T3A0eV1GNHJdWkluXVtMd2VwWTZPRjhsZnBvbWQ1Z3xlNll6T3FRc2dKWHdnNk1rZktFb2ZqQEA="),-3)),"");function R(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07ge807<<h0935907ge87<<h93591ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12245,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdId1BtTEA="),-3))]=f,"TvZrJz "),e=j,P.jfcjj1bcAm[12245]&&(cj(P.jfcjj1bcAm[12245]),P.jfcjj1bcAm[12245]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12245]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12245==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ghh;0h6;g08fe:0ghh;h6;g8fe:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04933079<<07;6<0493379<<7;6<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g9i507fg709e5e0g9i57fg79e5e1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04f6h07:g80;fhh04f6h7:g8;fhh1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"084770g<i;04e6608477g<i;4e661ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05:gf0e6960<79:05:gfe696<79:1ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12245]=f,P.jfcjjCln.push(f),qj(f,12245,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<43f0i<350g;eg0<43fi<35g;eg1ruljlqdo1msj",-3),function(){}),X(12245,n,!0)))},function(){X(12245,n,!1)}))}function v(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h<f30i87604e:g0h<f3i8764e:g1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12246,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdMd1BtTEA="),-3))]=f,"XkgNNM"),e=j,P.jfcjj1bcAm[12246]&&(cj(P.jfcjj1bcAm[12246]),P.jfcjj1bcAm[12246]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12246]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12246==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"047340h78i0h4ff04734h78ih4ff1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"079h407e4e067;h079h47e4e67;h1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:hg50fg640<78:0:hg5fg64<78:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<;790g6eg0i5:90<;79g6egi5:91ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12246]=f,P.jfcjjCln.push(f),qj(f,12246,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:9e905f8e0;<i90:9e95f8e;<i91ruljlqdo1msj",-3),function(){}),X(12246,n,!0)))},function(){X(12246,n,!1)}))}function M(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06fgf0h<i;04h3506fgfh<i;4h351ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12247,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdQd1BtTEA="),-3))]=f,"PRlTbliyv"),e=j,P.jfcjj1bcAm[12247]&&(cj(P.jfcjj1bcAm[12247]),P.jfcjj1bcAm[12247]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12247]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12247==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04e750ffg;0:7h704e75ffg;:7h71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08;g70h;<g09h<g08;g7h;<g9h<g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;;7h047:80;;;60;;7h47:8;;;61ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<g6g0;;9;0gig:0<g6g;;9;gig:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"043<g08;;h08h8e043<g8;;h8h8e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"066e606h;g0g4g<066e66h;gg4g<1ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12247]=f,P.jfcjjCln.push(f),qj(f,12247,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"056;608h960i4;7056;68h96i4;71ruljlqdo1msj",-3),function(){}),X(12247,n,!0)))},function(){X(12247,n,!1)}))}function T(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g54f066ef0ih7;0g54f66efih7;1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12248,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdUd1BtTEA="),-3))]=f,"MdYNCwrcL"),rj(f,"YgQMlM "),e=j,P.jfcjj1bcAm[12248]&&(cj(P.jfcjj1bcAm[12248]),P.jfcjj1bcAm[12248]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12248]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12248==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e7<f075e<055340e7<f75e<55341ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g<99094g<0f63;0g<9994g<f63;1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"084fe08fih0f8;6084fe8fihf8;61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<:540e5:g069850<:54e5:g69851ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12248]=f,P.jfcjjCln.push(f),qj(f,12248,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05ge80:44e083i905ge8:44e83i91ruljlqdo1msj",-3),function(){}),X(12248,n,!0)))},function(){X(12248,n,!1)}))}function y(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g4hh0e39f0f9470g4hhe39ff9471ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12249,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdYd1BtTEA="),-3))]=f,"mEgJfhCjU"),e=j,P.jfcjj1bcAm[12249]&&(cj(P.jfcjj1bcAm[12249]),P.jfcjj1bcAm[12249]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12249]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12249==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"044;h096;50ig76044;h96;5ig761ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i;<h0;i8:0ghg70i;<h;i8:ghg71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"075i:05ge70;8;h075i:5ge7;8;h1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e8780;36:054e60e878;36:54e61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"059g80449904i;<059g844994i;<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06i<<0<hhi069e906i<<<hhi69e91ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12249]=f,P.jfcjjCln.push(f),qj(f,12249,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09f<30i58e0<59909f<3i58e<5991ruljlqdo1msj",-3),function(){}),X(12249,n,!0)))},function(){X(12249,n,!1)}))}function q(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<f5h04;h40f;:90<f5h4;h4f;:91ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12250,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdcd1BtTEA="),-3))]=f,"rnyXbTJpCR"),e=j,P.jfcjj1bcAm[12250]&&(cj(P.jfcjj1bcAm[12250]),P.jfcjj1bcAm[12250]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12250]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12250==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gf840f4e;0f9740gf84f4e;f9741ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e<h:04iii0f<480e<h:4iiif<481ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;;9i0e68<0;iii0;;9ie68<;iii1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<95g0hg;<04i460<95ghg;<4i461ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12250]=f,P.jfcjjCln.push(f),qj(f,12250,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04:6606<<<0f9;404:666<<<f9;41ruljlqdo1msj",-3),function(){}),X(12250,n,!0)))},function(){X(12250,n,!1)}))}function w(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:8390<fig0i7i40:839<figi7i41ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12251,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdmd1BtTEA="),-3))]=f,"pozzSf "),e=j,P.jfcjj1bcAm[12251]&&(cj(P.jfcjj1bcAm[12251]),P.jfcjj1bcAm[12251]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12251]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12251==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<<3808i:g0<5f40<<388i:g<5f41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e;5:079<907g:60e;5:79<97g:61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g539075e9054i50g53975e954i51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;h950i7ig0i8f;0;h95i7igi8f;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gh9e0g:e9067870gh9eg:e967871ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f93i0gf;<04g:60f93igf;<4g:61ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0heh90ei74057eh0heh9ei7457eh1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ii;70<<;90e9:f0ii;7<<;9e9:f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;;:30;e34043e70;;:3;e3443e71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0479i049h:046760479i49h:46761ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e6e<045e90i8g:0e6e<45e9i8g:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0886i0h6f60;3h30886ih6f6;3h31ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12251]=f,P.jfcjjCln.push(f),qj(f,12251,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08:350hi;f0fe6<08:35hi;ffe6<1ruljlqdo1msj",-3),function(){}),X(12251,n,!0)))},function(){X(12251,n,!1)}))}function L(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04;3:0f64<076;e04;3:f64<76;e1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12252,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdqd1BtTEA="),-3))]=f,"TgSQHEPv"),rj(f,"uElKnHd "),e=j,P.jfcjj1bcAm[12252]&&(cj(P.jfcjj1bcAm[12252]),P.jfcjj1bcAm[12252]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12252]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12252==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05gh504e<i0<<i<05gh54e<i<<i<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"084950<f6g09<fi08495<f6g9<fi1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;;8<0e<i90h7i30;;8<e<i9h7i31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0483:07996047hi0483:799647hi1ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12252]=f,P.jfcjjCln.push(f),qj(f,12252,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04:9305<8;0475;04:935<8;475;1ruljlqdo1msj",-3),function(){}),X(12252,n,!0)))},function(){X(12252,n,!1)}))}function N(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g46g0<9530i9g60g46g<953i9g61ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12253,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UEdud1BtTEA="),-3))]=f,"sfQrBavms "),e=j,P.jfcjj1bcAm[12253]&&(cj(P.jfcjj1bcAm[12253]),P.jfcjj1bcAm[12253]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12253]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12253==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hh4809g9f0h7hf0hh489g9fh7hf1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f:8<045h60h3480f:8<45h6h3481ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f98g0f7f40hhh40f98gf7f4hhh41ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f:8h0ee9e073gf0f:8hee9e73gf1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0854;05efh0<hh:0854;5efh<hh:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06f9<06ifg044h806f9<6ifg44h81ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06h570fi370;egf06h57fi37;egf1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04e<8093h60436604e<893h643661ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"058670:4e90e6f;05867:4e9e6f;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0geif0g;5e05h880geifg;5e5h881ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g88308f4i04fi<0g8838f4i4fi<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ffeh0g839049<;0ffehg83949<;1ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12253]=f,P.jfcjjCln.push(f),qj(f,12253,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04g:e0<;:e0497604g:e<;:e49761ruljlqdo1msj",-3),function(){}),X(12253,n,!0)))},function(){X(12253,n,!1)}))}function D(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08e3:0eg750e;3<08e3:eg75e;3<1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12254,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdEd1BtTEA="),-3))]=f,"XHLtuHATJ "),e=j,P.jfcjj1bcAm[12254]&&(cj(P.jfcjj1bcAm[12254]),P.jfcjj1bcAm[12254]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12254]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12254==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"048480:53508hgg04848:5358hgg1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hegh0;68<078880hegh;68<78881ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04gee0i5i;04<ii04geei5i;4<ii1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09f750i9:f0i55909f75i9:fi5591ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h77f0hgh<0:<490h77fhgh<:<491ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i<e70i<3<0:ee30i<e7i<3<:ee31ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04h3f04e7h0794i04h3f4e7h794i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04;f90i5eg0:56804;f9i5eg:5681ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h<86066ge0;9i50h<8666ge;9i51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;g3g07gi9053i90;g3g7gi953i91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05h::0i:8:095ei05h::i:8:95ei1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"084870765e0g9:f08487765eg9:f1ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12254]=f,P.jfcjjCln.push(f),qj(f,12254,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i6h50884e09:f70i6h5884e9:f71ruljlqdo1msj",-3),function(){}),X(12254,n,!0)))},function(){X(12254,n,!1)}))}function z(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h47f0f6f<075550h47ff6f<75551ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12255,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdId1BtTEA="),-3))]=f,"JUXlSW"),e=j,P.jfcjj1bcAm[12255]&&(cj(P.jfcjj1bcAm[12255]),P.jfcjj1bcAm[12255]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12255]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12255==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06eh90<g:50ef<606eh9<g:5ef<61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<g980ie4807h9h0<g98ie487h9h1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f45<098<;086330f45<98<;86331ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f:7g0g<950e;i90f:7gg<95e;i91ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12255]=f,P.jfcjjCln.push(f),qj(f,12255,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"086i806;<f04f78086i86;<f4f781ruljlqdo1msj",-3),function(){}),X(12255,n,!0)))},function(){X(12255,n,!1)}))}function E(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:6:40g;gh0ghh;0:6:4g;ghghh;1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12256,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdMd1BtTEA="),-3))]=f,"bpzHpvhcih"),e=j,P.jfcjj1bcAm[12256]&&(cj(P.jfcjj1bcAm[12256]),P.jfcjj1bcAm[12256]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12256]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12256==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ei4g0hi:f04;g60ei4ghi:f4;g61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04;h405<<606ih;04;h45<<66ih;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;93g0f:3:07f7;0;93gf:3:7f7;1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h4380g:h60<3380h438g:h6<3381ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ge;609f6909<6<0ge;69f699<6<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;<i;04i9<06h450;<i;4i9<6h451ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12256]=f,P.jfcjjCln.push(f),qj(f,12256,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gh480:8e305;650gh48:8e35;651ruljlqdo1msj",-3),function(){}),X(12256,n,!0)))},function(){X(12256,n,!1)}))}function k(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"078580i3g604h6407858i3g64h641ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12257,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdQd1BtTEA="),-3))]=f,"KIFwSw "),e=j,P.jfcjj1bcAm[12257]&&(cj(P.jfcjj1bcAm[12257]),P.jfcjj1bcAm[12257]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12257]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12257==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"063340936<09fg706334936<9fg71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:8490ge650;g8h0:849ge65;g8h1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:9f50978f048<80:9f5978f48<81ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<eh80::6:0fi;30<eh8::6:fi;31ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12257]=f,P.jfcjjCln.push(f),qj(f,12257,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i9::08f5505e6;0i9::8f555e6;1ruljlqdo1msj",-3),function(){}),X(12257,n,!0)))},function(){X(12257,n,!1)}))}function A(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;4480g8840ff430;448g884ff431ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12258,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdUd1BtTEA="),-3))]=f,"spoEWOqgf"),rj(f,"mFgdTO "),e=j,P.jfcjj1bcAm[12258]&&(cj(P.jfcjj1bcAm[12258]),P.jfcjj1bcAm[12258]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12258]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12258==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h6gi0hf750e;6g0h6gihf75e;6g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fhi30<eg60eeh<0fhi3<eg6eeh<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07f;:0i6i50i7f507f;:i6i5i7f51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;ff30958707:7h0;ff395877:7h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"087:305e;i0gh58087:35e;igh581ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:6i90fg;80979<0:6i9fg;8979<1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:g4509i<;0;<ii0:g459i<;;<ii1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e<6f0ih6604ee50e<6fih664ee51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04f:i0e8;h0e7<904f:ie8;he7<91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04:330h66904efg04:33h6694efg1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f<6;04:590h3e90f<6;4:59h3e91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;eif068g909:5f0;eif68g99:5f1ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12258]=f,P.jfcjjCln.push(f),qj(f,12258,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;35e0;5:f0g7g80;35e;5:fg7g81ruljlqdo1msj",-3),function(){}),X(12258,n,!0)))},function(){X(12258,n,!1)}))}function V(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e<;406;f50547;0e<;46;f5547;1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12259,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdYd1BtTEA="),-3))]=f,"CFpmOcIrMk"),rj(f,"JkSehfd "),e=j,P.jfcjj1bcAm[12259]&&(cj(P.jfcjj1bcAm[12259]),P.jfcjj1bcAm[12259]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12259]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12259==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0::4:0f:h407f7;0::4:f:h47f7;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e;<:09;<805;<g0e;<:9;<85;<g1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"055<f0635i06h49055<f635i6h491ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i;hi08;6e04hh:0i;hi8;6e4hh:1ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12259]=f,P.jfcjjCln.push(f),qj(f,12259,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i5i50hhg50;8680i5i5hhg5;8681ruljlqdo1msj",-3),function(){}),X(12259,n,!0)))},function(){X(12259,n,!1)}))}function S(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;4440;7680797;0;444;768797;1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12260,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdcd1BtTEA="),-3))]=f,"LUsfnZkepd"),e=j,P.jfcjj1bcAm[12260]&&(cj(P.jfcjj1bcAm[12260]),P.jfcjj1bcAm[12260]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12260]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12260==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<993048:e0<9h60<99348:e<9h61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h4i<0gg9:0i45:0h4i<gg9:i45:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09gif04766057f609gif476657f61ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i:9605<;g0f49i0i:965<;gf49i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09g7f09h8<0e6g509g7f9h8<e6g51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i3750<g:e047630i375<g:e47631ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12260]=f,P.jfcjjCln.push(f),qj(f,12260,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08<9i0;5<:0<7i908<9i;5<:<7i91ruljlqdo1msj",-3),function(){}),X(12260,n,!0)))},function(){X(12260,n,!1)}))}function F(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;8i604;4;04f4h0;8i64;4;4f4h1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12261,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdmd1BtTEA="),-3))]=f,"mrOkTts"),rj(f,"VxAgIwycN "),e=j,P.jfcjj1bcAm[12261]&&(cj(P.jfcjj1bcAm[12261]),P.jfcjj1bcAm[12261]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12261]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12261==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<94f0ffeg0;4;g0<94fffeg;4;g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;68h0<ff;04gi<0;68h<ff;4gi<1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"069g4047:g0hfeh069g447:ghfeh1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:7;e0h;e70577e0:7;eh;e7577e1ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12261]=f,P.jfcjjCln.push(f),qj(f,12261,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h<ig06gh;0h<550h<ig6gh;h<551ruljlqdo1msj",-3),function(){}),X(12261,n,!0)))},function(){X(12261,n,!1)}))}function O(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04<;806:h80i:8g04<;86:h8i:8g1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12262,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdqd1BtTEA="),-3))]=f,"xVShbR "),e=j,P.jfcjj1bcAm[12262]&&(cj(P.jfcjj1bcAm[12262]),P.jfcjj1bcAm[12262]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12262]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12262==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<9<<0e9;e078i50<9<<e9;e78i51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0569<044<<06g:f0569<44<<6g:f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"097<40498i0g9;;097<4498ig9;;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"067530h6<90<i<306753h6<9<i<31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04<;:0f3ii0448304<;:f3ii44831ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0::9f0g7;<04e3i0::9fg7;<4e3i1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04:h:07e<f0;<8504:h:7e<f;<851ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i:if0f<3f085460i:iff<3f85461ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09:ie0h8890i:e909:ieh889i:e91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09;h708<e:088<509;h78<e:88<51ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"05he:0gei9076;305he:gei976;31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07i<<0g<5h0:eg407i<<g<5h:eg41ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12262]=f,P.jfcjjCln.push(f),qj(f,12262,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h368047970744;0h3684797744;1ruljlqdo1msj",-3),function(){}),X(12262,n,!0)))},function(){X(12262,n,!1)}))}function W(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"047e90454;078e7047e9454;78e71ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12263,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UFdud1BtTEA="),-3))]=f,"WrjoDsY"),e=j,P.jfcjj1bcAm[12263]&&(cj(P.jfcjj1bcAm[12263]),P.jfcjj1bcAm[12263]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12263]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12263==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;eg80g;8;0h9540;eg8g;8;h9541ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0geii0<;8<0:9hi0geii<;8<:9hi1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04::904ef50;e6e04::94ef5;e6e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h3<80464h06:<40h3<8464h6:<41ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12263]=f,P.jfcjjCln.push(f),qj(f,12263,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0685309i::0564:068539i::564:1ruljlqdo1msj",-3),function(){}),X(12263,n,!0)))},function(){X(12263,n,!1)}))}function C(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hf3g048<i059880hf3g48<i59881ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12264,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UG1Ed1BtTEA="),-3))]=f,"IWIKimgJ "),e=j,P.jfcjj1bcAm[12264]&&(cj(P.jfcjj1bcAm[12264]),P.jfcjj1bcAm[12264]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12264]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12264==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<35;0597:0gfe60<35;597:gfe61ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04ei6049<f0<h4704ei649<f<h471ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0iihe0;7350:;<70iihe;735:;<71ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04f:f0fi;80h<;904f:ffi;8h<;91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"09;f707i6e085ei09;f77i6e85ei1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"07f560h6<g0ffh:07f56h6<gffh:1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0fheg0fe3907;950fhegfe397;951ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0he6i0g8<g044670he6ig8<g44671ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ee9g0:f97096460ee9g:f9796461ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"079:f0476g0ih:g079:f476gih:g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0egfe0<9360545i0egfe<936545i1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0567<05:f40f94;0567<5:f4f94;1ruljlqdo1msj",-3)],n=n[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(2*t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12264]=f,P.jfcjjCln.push(f),qj(f,12264,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e6;i07eh30h;;g0e6;i7eh3h;;g1ruljlqdo1msj",-3),function(){}),X(12264,n,!0)))},function(){X(12264,n,!1)}))}function H(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"086he06::<0986g086he6::<986g1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12265,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UG1Id1BtTEA="),-3))]=f,"LJnkoh"),rj(f,"smYHXW "),e=j,P.jfcjj1bcAm[12265]&&(cj(P.jfcjj1bcAm[12265]),P.jfcjj1bcAm[12265]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12265]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12265==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hfhf04;;40f3760hfhf4;;4f3761ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08;<<093<;08e4g08;<<93<;8e4g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0efhi0:h6:04g<;0efhi:h6:4g<;1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gg5e0:i<g0e6if0gg5e:i<ge6if1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0:g7f0;5g<0<f;:0:g7f;5g<<f;:1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04;8;0g:ih06fi804;8;g:ih6fi81ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12265]=f,P.jfcjjCln.push(f),qj(f,12265,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ih6e08<g30ihe<0ih6e8<g3ihe<1ruljlqdo1msj",-3),function(){}),X(12265,n,!0)))},function(){X(12265,n,!1)}))}function U(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0e<e604i3i0hhh80e<e64i3ihhh81ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12266,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WDM0RVhvVUpVWFlIT1lVa1xwPHllSkh3UG1Md1BtTEA="),-3))]=f,"EedlvU"),rj(f,"VIFxKNbs "),e=j,P.jfcjj1bcAm[12266]&&(cj(P.jfcjj1bcAm[12266]),P.jfcjj1bcAm[12266]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12266]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12266==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;65;0h7<5057540;65;h7<557541ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"049;g0ig5606h9:049;gig566h9:1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g79;0e;e:05fii0g79;e;e:5fii1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0497g0i76f04h7g0497gi76f4h7g1ruljlqdo1msj",-3)],n=n[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)],i=i[2*G(+t.y/this.offsetHeight)+G(2*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12266]=f,P.jfcjjCln.push(f),qj(f,12266,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<f5;059;g094;;0<f5;59;g94;;1ruljlqdo1msj",-3),function(){}),X(12266,n,!0)))},function(){X(12266,n,!1)}))}d?n(d,!j,!1,P.jfcjj92bRnd):t(12108,!j,!1),h&&(m={adContainer:null,additionalHtml:[],spacer:null}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHs="),-3)),"");return j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=1e3},function(){var j,t,f,e;j=!0,t=R,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHs="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12245,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHw="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12245]||P.jfcjjd5884.w[12245]||P.jfcjjd5884.a[12245])},function(){var j,t,f,e;j=!0,t=v,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHw="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12246,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTH0="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12246]||P.jfcjjd5884.w[12246]||P.jfcjjd5884.a[12246])},function(){var j,t,f,e;j=!0,t=M,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTH0="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12247,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDM="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12247]||P.jfcjjd5884.w[12247]||P.jfcjjd5884.a[12247])},function(){var j,t,f,e;j=!0,t=T,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDM="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12248,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDQ="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12248]||P.jfcjjd5884.w[12248]||P.jfcjjd5884.a[12248])},function(){var j,t,f,e;j=!0,t=y,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDQ="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12249,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDU="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12249]||P.jfcjjd5884.w[12249]||P.jfcjjd5884.a[12249])},function(){var j,t,f,e;j=!0,t=q,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDU="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12250,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDY="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12250]||P.jfcjjd5884.w[12250]||P.jfcjjd5884.a[12250])},function(){var j,t,f,e;j=!0,t=w,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDY="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12251,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDc="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12251]||P.jfcjjd5884.w[12251]||P.jfcjjd5884.a[12251])},function(){var j,t,f,e;j=!0,t=L,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDc="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12252,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTDg="),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12252]||P.jfcjjd5884.w[12252]||P.jfcjjd5884.a[12252])},function(){var j,t,f,e;j=!0,t=N,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTDg="),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12253,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtQREBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12253]||P.jfcjjd5884.w[12253]||P.jfcjjd5884.a[12253])},function(){var j,t,f,e;j=!0,t=D,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtQREBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12254,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtQVEBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12254]||P.jfcjjd5884.w[12254]||P.jfcjjd5884.a[12254])},function(){var j,t,f,e;j=!0,t=z,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtQVEBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12255,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtQakBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12255]||P.jfcjjd5884.w[12255]||P.jfcjjd5884.a[12255])},function(){var j,t,f,e;j=!0,t=E,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtQakBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12256,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtQekBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12256]||P.jfcjjd5884.w[12256]||P.jfcjjd5884.a[12256])},function(){var j,t,f,e;j=!0,t=k,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtQekBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12257,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtRREBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12257]||P.jfcjjd5884.w[12257]||P.jfcjjd5884.a[12257])},function(){var j,t,f,e;j=!0,t=A,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtRREBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12258,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtRVEBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12258]||P.jfcjjd5884.w[12258]||P.jfcjjd5884.a[12258])},function(){var j,t,f,e;j=!0,t=V,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtRVEBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12259,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtRakBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12259]||P.jfcjjd5884.w[12259]||P.jfcjjd5884.a[12259])},function(){var j,t,f,e;j=!0,t=S,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtRakBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12260,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtRekBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12260]||P.jfcjjd5884.w[12260]||P.jfcjjd5884.a[12260])},function(){var j,t,f,e;j=!0,t=F,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtRekBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12261,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtSREBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12261]||P.jfcjjd5884.w[12261]||P.jfcjjd5884.a[12261])},function(){var j,t,f,e;j=!0,t=O,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtSREBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12262,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHtSVEBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12262]||P.jfcjjd5884.w[12262]||P.jfcjjd5884.a[12262])},function(){var j,t,f,e;j=!0,t=W,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHtSVEBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12263,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHxQREBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12263]||P.jfcjjd5884.w[12263]||P.jfcjjd5884.a[12263])},function(){var j,t,f,e;j=!0,t=C,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHxQREBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12264,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHxQVEBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12264]||P.jfcjjd5884.w[12264]||P.jfcjjd5884.a[12264])},function(){var j,t,f,e;j=!0,t=H,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHxQVEBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12265,!j,!1)}),dj(0,function(){var j=!0,t=K(""+Q(jj(Q("TDZRcGdKTHxQakBA"),-3)),"");return j=(j=(j=j&&t)&&j.getBoundingClientRect().top-P.innerHeight<=700)&&(P.jfcjjd5884.f[12265]||P.jfcjjd5884.w[12265]||P.jfcjjd5884.a[12265])},function(){var j,t,f,e;j=!0,t=U,f=X,(e=K(""+Q(jj(Q("TDZRcGdKTHxQakBA"),-3)),""))?t(e,!j,!1,P.jfcjj92bRnd):f(12266,!j,!1)});n=!1,d=function(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i;hf0fh5:055e50i;hffh5:55e51ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12110,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),sj(c[""+Q(jj(Q("WTVJdmVLRWtmSll8T1hNRVQzdkA="),-3))]=f,"MPIRCFz"),rj(f,"ILfigsKXC "),e=j,P.jfcjj1bcAm[12110]&&(cj(P.jfcjj1bcAm[12110]),P.jfcjj1bcAm[12110]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12110]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12110==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"06g840f;f70h43e06g84f;f7h43e1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;<330::9i0fi6i0;<33::9ifi6i1ruljlqdo1msj",-3)],n=n[+G(+t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(+t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),t.firstChild?oj(t.firstChild,f):Y(t,f),P.jfcjjd5884.a[12110]=f,P.jfcjjCln.push(f),ij([{function:function(){var j=aj(".brickgroup.boxitem.schlagzeile"),t=aj(".mod-header-new");j||t&&gj(t,"margin-bottom","10px","")}}],f,12110),qj(f,12110,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i56<0;3e705e7<0i56<;3e75e7<1ruljlqdo1msj",-3),function(){}),X(12110,n,!0)))},function(){X(12110,n,!1)}))},t=X,j=K(""+Q(jj(Q("XHA8bmhUQEA="),-3)),""),j?d(j,!n,!1,P.jfcjj92bRnd):t(12110,!n,!1),d=!1,j=function(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0gf5<0434507ehi0gf5<43457ehi1ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12112,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WTVJdmVLRWtmSll8T1lNc101azM="),-3))]=f,"WiuNnftZEZ "),e=j,P.jfcjj1bcAm[12112]&&(cj(P.jfcjj1bcAm[12112]),P.jfcjj1bcAm[12112]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12112]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12112==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h5e404<h6083430h5e44<h683431ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0556;0g89307;<30556;g8937;<31ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h83g0i6ef0hf;g0h83gi6efhf;g1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g:6404847066h<0g:64484766h<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"077890:5g80g53607789:5g8g5361ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"063<f075:e0e369063<f75:ee3691ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g46909:hh04f9f0g4699:hh4f9f1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f8e<0;9:60465;0f8e<;9:6465;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ggh909<56049g90ggh99<5649g91ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i66708f<90i9e;0i6678f<9i9e;1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f5g40678f0f46e0f5g4678ff46e1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04<6806gf70585h04<686gf7585h1ruljlqdo1msj",-3)],n=n[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)],i=i[+G(6*t.y/this.offsetHeight)+G(+t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),P.jfcjjd5884.a[12112]=f,qj(f,12112,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"043;40g5580g:39043;4g558g:391ruljlqdo1msj",-3),function(){}),X(12112,n,!0)))},function(){X(12112,n,!1)}))},t=X,n=f[""+Q(jj(Q("UFdMe1BXSEA="),-3))],n?j(n,!d,!1,P.jfcjj92bRnd):t(12112,!d,!1),j=!1,n=function(d,n,i,l){i||((new Date).getTime(),J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"043:906;950g689043:96;95g6891ruljlqdo1msj",-3),function(){var j,t,f,e;i||(i=!0,(j=this).height<2?X(12113,n,!1):l==P.jfcjj92bRnd&&(t=d,f=_("div"),rj(c[""+Q(jj(Q("WTVJdmVLRWtmSll8T1lVeWZEQEA="),-3))]=f,"hSsIKg "),e=j,P.jfcjj1bcAm[12113]&&(cj(P.jfcjj1bcAm[12113]),P.jfcjj1bcAm[12113]=!1),ej(e,function(j,t){if(!P.jfcjjf88Pc[12113]){j.preventDefault(),j.stopPropagation();for(var t=fj(j,this),f=0;f<P.jfcjj61bOc.length;f++){var e,d=P.jfcjj61bOc[f];if(12113==d.p)if(t.x>=d.x&&t.x<d.x+d.w&&t.y>=d.y&&t.y<d.y+d.h)return void(d.u&&(e=0<d.t.length?d.t:"_self",e=0==j.button&&j.ctrlKey?"_blank":e,$(P,d.u,d.u,e,!0)))}var n=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"094i60;4i50736h094i6;4i5736h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"078<40h:3f06h<h078<4h:3f6h<h1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08h<306h;i0g38:08h<36h;ig38:1ruljlqdo1msj",-3)],i=[jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0i<9304e8i087ef0i<934e8i87ef1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0hif4067::06:e<0hif467::6:e<1ruljlqdo1msj",-3),jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0egh;0h6770i69h0egh;h677i69h1ruljlqdo1msj",-3)],n=n[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)],i=i[3*G(+t.y/this.offsetHeight)+G(3*t.x/this.offsetWidth)];$(P,n,i,"_blank")}}),Y(f,j),Y(t,f),ij([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}}],P.jfcjjd5884.a[12113]=f,12113),qj(f,12113,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0h8;80497g0g5:70h8;8497gg5:71ruljlqdo1msj",-3),function(){}),X(12113,n,!0)))},function(){X(12113,n,!1)}))},t=X,d=f[""+Q(jj(Q("UFdMe1BXSEA="),-3))];{var I,i,Z,B,l;d?n(d,!j,!1,P.jfcjj92bRnd):t(12113,!j,!1),(P.jfcjjautorecov||P.jfcjj3deFlags.autoRecov)&&(B=[],l=[],P.jfcjj3deFlags.mutationRecord=l,tj(function(){I=Object.keys(P.jfcjjd5884.a);for(var j=0;j<I.length;j++)B[j]=I[j];Z=Object.values(P.jfcjjd5884.w);for(var t,f,e=0;e<B.length;e++){var d=B[e];0===(i=P.jfcjjd5884.a[d].firstChild||P.jfcjjd5884.a[d]).scrollHeight&&0===i.scrollWidth?(f=l)[t=d]&&f[t].ignore||function g(j,t,f,e){var d=j.classList.item(0)?"."+j.classList.item(0):"";var o=Rj(j,d,vj(6));var n=j.id.trim()?"#"+j.id.trim():"";var r=Rj(j,n,vj(6));var i="";var l="";if(P[nj("fmdsqfEtqqf",-12)])for(var c=P[nj("fmdsqfEtqqf",-12)],s=c,h=0;h<c.cssRules.length;h++)l=c.cssRules[h].cssText,d&&-1<l.indexOf(d)?i=l.replace(d,o):n&&-1<l.indexOf(n)&&(i=l.replace(n,r)),""!==i&&(s.deleteRule(h--),s.insertRule(i,c.cssRules.length),i="");j.classList.remove("jfcjjHid");f&&0===j.scrollHeight&&0===j.scrollWidth&&(e[f]&&3<e[f].hidden?e[f].ignore=!0:e[f]?e[f].hidden++:e[f]={hidden:1});for(var a=0;a<t.length;a++)j.parentNode===t[a]&&g(t[a],t,void 0,void 0)}(i="IMG"===i.nodeName?i.parentNode:i,Z,d,l):l[d]&&(l[d]={hidden:0})}0},500))}lj(),lj()}var a={};function T(j,t){var f,e;j&&0!==j.children.length&&(e=j.children[0],f=S(j),f=(e=S(e)).x-f.x+e.width,(e=a[t])||(e=_("style"),a[t]=e,p.head.appendChild(e),u(P,"resize",function(j,t){T(this,j)}.bind(j,t))),-1===e.innerHTML.indexOf(f+"px")&&(e.innerHTML=function(j){if(!j)return"";var t="";return j.id&&0<j.id.length&&(t+="#"+d(j.id)),j.className&&0<j.className.length&&(t+="."+d(j.className).split(" ").filter(function(j){return j&&0<j.length}).join(".")),t}(j)+":after{width:"+f+"px;}"))}function ij(j,t,f){if("[object Array]"===Object.prototype.toString.call(j))for(var e=0;e<j.length;e++){if((j[e].selector||j[e].selectorAll)&&!j[e].skipSelectorCSS)for(var d=H(j[e].selector||j[e].selectorAll),n=0;n<d.length;n++){h=c=l=i=void 0;var i=d[n],l=j[e].cssApply;if(i&&l)for(var c=Object.keys(l),h=0;h<c.length;h++)"[object Array]"===Object.prototype.toString.call(l[c[h]])?gj(i,c[h],l[c[h]],"important"):gj(i,c[h],l[c[h]]);if(j[e].selector)break}j[e].function&&"function"==typeof j[e].function&&j[e].function(t,f),j[e].applyAdText&&T(t,f)}}function lj(){P.jfcjj3deFlags.skipcln}function X(j,t,f){f||(P.jfcjjd5884.f[j]=!0),t?(P.jfcjjfc3Pl++,P.jfcjjfc3Pl==P.jfcjje6ePtl&&(cj(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0848;0gh4e05<f40848;gh4e5<f41ruljlqdo1msj",-3)),wj=!1)):0===P.jfcjje6ePtl&&(wj=!1)}function cj(j){var t=_("iframe");Y(P.jfcjj3deFlags.b2h?Nj.parentNode:Nj,t),P.jfcjj3deFlags.rsp&&(t.referrerPolicy="unsafe-url"),t.src=j,t.style.width="2px",t.style.height="2px",t.style.border="none",setTimeout(function(){t.style.display="none"},5e3),P.jfcjjCln.push(t)}function y(){return P.jfcjj3deFlags.nw058lst=!0}function q(r,s){var e,a,d,n,i,j;P.jfcjj742Track||(P.jfcjj742Track=!0,e=!5e3,P.jfcjj3deFlags.ab=!(a=function(){mj(this)?wj=!1:v(P)}),r||s?(P.jfcjj3deFlags.nc=!1,P.jfcjj3deFlags.ab=s,d=function(){try{!P.jfcjj3deFlags.tcf||P.jfcjj3deFlags.tcf.gdprApplies&&(!P.jfcjj3deFlags.tcf.purpose.consents[1]||!P.jfcjj3deFlags.tcf.vendor.consents[539]||P.jfcjj3deFlags.tcf.publisher&&P.jfcjj3deFlags.tcf.publisher.restrictions&&P.jfcjj3deFlags.tcf.publisher.restrictions[1]&&P.jfcjj3deFlags.tcf.publisher.restrictions[1][539])?L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"):P.jfcjj3deFlags.pmcache&&!P.jfcjj3deFlags.nopmcache&&(P.jfcjjd588tc.pm?document.cookie="xdefccpm=yes;max-age=300;path=/":document.cookie="xdefccpm=no;max-age=300;path=/")}catch(j){L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;")}var g,j,t,f,e,d,n,i,l,c={aab:!!P.jfcjjd588tc.aab,ab:!!s,pm:!!r,dark:!!P.jfcjj3deFlags.isDarkMode,mobile:!!P.jfcjjff8Mobile},h=x(c);function o(j){j()}r?s?(P.jfcjj3deFlags.abrld&&!P.jfcjj3deFlags.glblrld&&(P.jfcjj3deFlags.glblrld=!0,d=tj(function(){m(d),k()},6e4)),U(h,a,a)):P.jfcjjnpm||P.jfcjj3deFlags.npm?wj=!1:(P.jfcjj3deFlags.pmrld&&!P.jfcjj3deFlags.glblrld&&(P.jfcjj3deFlags.glblrld=!0,d=tj(function(){m(d),k()},6e4)),U(h,a,a)):s?(P.jfcjj3deFlags.abrld&&!P.jfcjj3deFlags.glblrld&&(P.jfcjj3deFlags.glblrld=!0,d=tj(function(){m(d),k()},6e4)),jfcjjff8Mobile?U(h,a,a):(j=g=!1,P.jfcjj3deFlags&&P.jfcjj3deFlags.crt&&(u(P,"message",function(j){var t="pass",f="back",e="-ad";void 0===P.jfcjjsc&&(P.jfcjjsc=[]);try{-1<j.data.indexOf(t+f+e+"-160x600")&&(P.jfcjjsc.skypb=!0),-1<j.data.indexOf(t+f+e+"-728x90")&&(P.jfcjjsc.lbpb=!0),-1<j.data.indexOf(t+f+e+"-300x250-2")?P.jfcjjsc.mr2pb=!0:-1<j.data.indexOf(t+f+e+"-300x250-3")?P.jfcjjsc.mr3pb=!0:-1<j.data.indexOf(t+f+e+"-300x250")&&(P.jfcjjsc.mrpb=!0),-1<j.data.indexOf(t+f+e+"-800x250-2")?P.jfcjjsc.bbbtfpb=!0:-1<j.data.indexOf(t+f+e+"-800x250-3")?P.jfcjjsc.bbbtf2pb=!0:-1<j.data.indexOf(t+f+e+"-800x250")&&(P.jfcjjsc.ftpb=!0),-1<j.data.indexOf(t+f+e+"-800x150")&&(P.jfcjjsc.bbpb=!0),P.jfcjjsc.tsm[j.data]=!0}catch(j){}},!1),t="Criteo",P.adslotFilledByCriteo=function(j,t){P.jfcjjsc[j]=t},window.Criteo&&("function"==typeof window.Criteo.DisplayAcceptableAdIfAdblocked||void 0!==window.jfcjjCrt&&window.jfcjjCrt)||((f=_("script")).src="https://static.criteo.net/js/ld/publishertag.js",Y(Nj,f),e="window",(f=_("script")).innerHTML=e+"."+t+" = "+e+"."+t+" || {}; "+e+"."+t+".events = "+e+"."+t+".events || [];",Y(Nj,f))),P.jfcjj3deFlags.crt&&(g=!0),c.aab&&(j=!0),g?(i=!(n=function(){c.crt=!!P.jfcjjsc.crt,h=x(c),j?o(function(){U(h,a,a)}):U(h,a,a)}),P.jfcjjsc.crt=!1,l=R(function(){i=!0},500),J("https://static.criteo.net/images/pixel.gif?ch=2",function(){clearTimeout(l),i||n()},function(){J("https://static.criteo.net/images/pixel.gif?ch=1",function(){clearTimeout(l),P.jfcjjsc.crt=!0,i||n()},function(){clearTimeout(l),i||n()})})):j?o(function(){U(h,a,a)}):U(h,a,a))):wj=!1},!0===e?d():n=R(function(){e=!0,d()},5e3),i=!1,j=function(j,t){var f="; domain=stuttgarter-zeitung.de; path=/; SameSite=none; Secure;";!t||j.eventStatus&&"tcloaded"!==j.eventStatus&&"useractioncomplete"!==j.eventStatus?t||(document.cookie="gdpr=1"+f,document.cookie="gdpr_consent="+f):(P.jfcjj3deFlags.tcf=j,document.cookie="gdpr="+(!1===j.gdprApplies?"0":"1")+f,document.cookie="gdpr_consent="+j.tcString+f),!0!==e&&(clearTimeout(n),void 0!==i&&i||(i=!0,d()))},"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,j):j(null,!1)):wj=!1)}function w(){P.jfcjjd588d3++,P.jfcjjd588d3==P.jfcjjd5881.length&&P.jfcjjd5882.length==P.jfcjjd588d3&&(P.jfcjjd588tc.ab=!0),P.jfcjjd588d3==P.jfcjjd5881.length&&(P.jfcjjd588tc.abd=!0),N()}function L(){return document.cookie.replace(/(?:(?:^|.*;\s*)xdefccpm\s*\=\s*([^;]*).*$)|^.*$/,"$1")}function N(){var j="";if(!P.jfcjj3deFlags.nopmcache)try{j=L()}catch(j){}P.jfcjj3deFlags.pmcache=!0,""!=j&&(P.jfcjjd588tc.pmd=!0,"yes"===j&&(P.jfcjjd588tc.pm=!0),P.jfcjj3deFlags.pmcache=!1),P.jfcjj3deFlags.pmasync&&(P.jfcjjd588tc.gn||P.jfcjjd588tc.ab)&&q(P.jfcjjd588tc.pm,P.jfcjjd588tc.gn||P.jfcjjd588tc.ab);j=!P.jfcjj3deFlags.aatest||P.jfcjjd588tc.aabd;P.jfcjjd588tc.abd&&P.jfcjjd588tc.pmd&&P.jfcjjd588tc.gnd&&j&&q(P.jfcjjd588tc.pm,P.jfcjjd588tc.gn||P.jfcjjd588tc.ab)}function D(){if(!P.jfcjj716Detect){P.jfcjj716Detect=!0,function(){P.jfcjjd588tc.ab=!1,P.jfcjjd588tc.abd=!1,P.jfcjjd588tc.gn=!1,P.jfcjjd588tc.gnd=!1,P.jfcjjd588tc.aab=!1,P.jfcjjd588tc.aabd=!1;var j=l();P.jfcjjff8Mobile=j.match(/iPad/i)||j.match(/iPhone/i)||j.match(/iPod/i)||j.match(/Android/i),P.jfcjj3deFlags.isDarkMode=function(){try{var j=P.matchMedia&&P.matchMedia("(prefers-color-scheme: dark)").matches,t="rgb(0, 0, 0)"===O(p.body,"background-color");return j||t}catch(j){return!1}}(),P.jfcjjd5881=[],P.jfcjjd588o1=[],P.jfcjjd588o1a=[],P.jfcjjd588o2=[],P.jfcjjd588o3=[],P.jfcjjd588o3a=[],P.jfcjjd5882=[],P.jfcjjd588d3=0,P.jfcjjd5884={},P.jfcjjd5884.a={},P.jfcjjd5884.w={},P.jfcjjd5884.f={},P.jfcjjd5884.cb=!1,P.jfcjjd5884.r={},P.jfcjjd5885={},P.jfcjjd5885.e=0,P.jfcjjd5885.s=0,P.jfcjj58dij=!1,P.jfcjj3deFlags.pd4=jfcjjd5884}();try{0!==P.jfcjjd588d3&&(P.jfcjjd588d3=0)}catch(j){return void s()}var j=(new Date).getTime();!function(j){P.jfcjjff8Mobile?J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g:::0<ghe0i4h<0g:::<ghei4h<1ruljlqdo1msj",-3),j,j):J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04<<i0e6:<07hgh04<<ie6:<7hgh1ruljlqdo1msj",-3),j,j)}(function(){var t;mj(this)?"function"==typeof KSBGXTrkFailed&&KSBGXTrkFailed(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"04<<i0e6:<07hgh04<<ie6:<7hgh1ruljlqdo1msj",-3),(new Date).getTime()-j):P.jfcjj3deFlags.bl43aUp&&xj(this)?((t=new XMLHttpRequest).responseType="text",t.open("GET",jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<378093340f53f0<3789334f53f1ruljlqdo1msj",-3),!0),t.setRequestHeader("Content-Type","text/plain"),t.onreadystatechange=function(){var j;4===t.readyState&&200===t.status&&(j=Q(jj(t.response,-3)).replace(/__DOMAIN__/g,r()),j=JSON.parse(j),JSON.stringify(j),P.jfcjjd588o2=j.css,P.jfcjjd588o3=j.generic,P.jfcjjd588o3a=j.altGeneric,P.jfcjjd588o1=j.url,P.jfcjjd588o1a=j.altUrl,z())},t.send()):(xj(this),z())})}}function z(){var j=[];if((g=[]).push({b46fcs:".-advertsSidebar",buaffrl:jj("kwwsv=22ehqhosk1gh2453b9332;9:ef;4:6f<i4f<gi4<e1sqj",-3)}),j.push({b46fcs:".-advertsSidebar",buaffrl:jj("kwwsv=22ehqhosk1gh2453b9332iig<h57:e39:797<;e8f1sqj",-3)}),0<P.jfcjjd588o3.length)for(var g=[],t=0;t<P.jfcjjd588o3.length;t++)g.push({b46fcs:jfcjjd588o3[t].bc,buaffrl:jfcjjd588o3[t].bu});if(0<P.jfcjjd588o3a.length)for(j=[],t=0;t<P.jfcjjd588o3.length;t++)j.push({b46fcs:jfcjjd588o3a[t].bc,buaffrl:jfcjjd588o3a[t].bu});var d,n,f=g,o=j;if(0!=f.length)for(var r=P.jfcjj3deFlags.b2h?Nj.parentNode:Nj,e=_("DIV"),s=(hj(e,"&nbsp;"),Y(r,e),0),i=0;i<f.length;i++){function l(){++a===c.length&&((!P.jfcjj3deFlags.gnrcfll&&0<h.length||h.length===a)&&(P.jfcjjd588tc.gn=!0),s++),s==f.length&&(C(e),P.jfcjjd588tc.gnd=!0,N())}var c=[],h=[],a=0,u=I(r,f[i].b46fcs),p=(c.push(Z(e,u.b,u.p,l,h)),f[i].buaffrl),b=o[i].buaffrl;c.push(function(){var j,t,f,e;P.jfcjj3deFlags.xhrdet?(j=p,t=h,f=l,(e=new XMLHttpRequest)[adfIgnore]=!0,e.open("GET",j),e.setRequestHeader("Accept","image/png"),e.onload=function(){f()},e.onerror=function(){0===e.status&&t.push(e),f()},e.send()):J(p,B(h,l,b),B(h,l,b))});for(var m=0;m<c.length;m++)c[m]()}P.jfcjj3deFlags&&P.jfcjj3deFlags.aatest&&(d=!1,n=R(function(){P.jfcjjd588tc.aabd=!0,d=!0,N()},5e3),"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,function(j,t){var f,e;j&&j.purpose.consents[1]&&j.vendor.consents[539]?(J("https://brwsrfrm.com/pixel?ch=2",function(){!(P.jfcjjd588tc.aab=!1)!==d&&(clearTimeout(n),P.jfcjjd588tc.aabd=!0,N())},function(){J("https://brwsrfrm.com/pixel?ch=1",function(){P.jfcjjd588tc.aab=!0,J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08f7g04<g70:i7;08f7g4<g7:i7;1ruljlqdo1msj",-3),null,null),!0!==d&&(clearTimeout(n),P.jfcjjd588tc.aabd=!0,N())},function(){!(P.jfcjjd588tc.aab=!1)!==d&&(clearTimeout(n),P.jfcjjd588tc.aabd=!0,N())})}),hj(f=_("DIV"),"&nbsp;"),Y(j=P.jfcjj3deFlags.b2h?Nj.parentNode:Nj,f),j=I(j,P.jfcjj3deFlags.aacss),e=[],P.jfcjj3deFlags.aacap=!1,Z(f,j.b,j.p,function(){0<e.length&&(P.jfcjj3deFlags.aacap=!0,J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"065<4046ff09g87065<446ff9g871ruljlqdo1msj",-3),null,null)),C(f)},e)()):P.jfcjjd588tc.aabd=!0}):P.jfcjjd588tc.aabd=!0);for(var x=0;x<P.jfcjjd5881.length;x++)P.jfcjjd5881[x]();0==P.jfcjjd5881.length&&(P.jfcjjd588tc.abd=!0,N()),(P.jfcjjfp||P.jfcjj3deFlags.fp)&&q(!0,!1),P.jfcjj3deFlags.fnc&&q(!1,!1),P.jfcjj3deFlags.fab&&q(!1,!0)}function E(){var t,f,j;P.jfcjj92bRnd=P.jfcjj92bRnd||A(),P.jfcjjc79sdl&&!P.jfcjjc79sdln&&(s(),P.jfcjjc79sdln=!0),P.jfcjjc79sdl||(P.jfcjjc79sdl=!0,P.jfcjjc79sdln=!0,P.jfcjjd588genat="25011101",P.jfcjjd588sthash="4b93d",P.jfcjjd588Domain=jj("zzz1vwxwwjduwhu0}hlwxqj1gh",-3),P.jfcjj92bRnd=P.jfcjj92bRnd||A(),P.jfcjjcddforceimp=!1,P.jfcjj3deFlags.newSafDet=P.jfcjj3deFlags.newSafDet||!1,P.jfcjj3deFlags.nwlforce=P.jfcjj3deFlags.nwlforce||!1,P.jfcjj3deFlags.gnrcfll=void 0===P.jfcjj3deFlags.gnrcfll||P.jfcjj3deFlags.gnrcfll,P.jfcjj3deFlags.forceImp=P.jfcjj3deFlags.forceImp||!1,P.jfcjj3deFlags.autoRecov=P.jfcjj3deFlags.autoRecov||!1,P.jfcjj3deFlags.fp=P.jfcjj3deFlags.fp||!1,P.jfcjj3deFlags.npm=P.jfcjj3deFlags.npm||!1,P.jfcjj3deFlags.rsp=void 0===P.jfcjj3deFlags.rsp||P.jfcjj3deFlags.rsp,P.jfcjj3deFlags.nw058lst=P.jfcjj3deFlags.nw058lst||!1,P.jfcjj3deFlags.forcePm=P.jfcjj3deFlags.forcePm||!1,P.jfcjj3deFlags.nopmnetmon=void 0===P.jfcjj3deFlags.nopmnetmon||P.jfcjj3deFlags.nopmnetmon,P.jfcjj3deFlags.bl43aUp=P.jfcjj3deFlags.bl43aUp||!1,P.jfcjj3deFlags.pmasync=P.jfcjj3deFlags.pmasync||!1,P.jfcjj3deFlags.abrld=void 0===P.jfcjj3deFlags.abrld||P.jfcjj3deFlags.abrld,P.jfcjj3deFlags.pmrld=void 0===P.jfcjj3deFlags.pmrld||P.jfcjj3deFlags.pmrld,P.jfcjj3deFlags.aacss=void 0!==P.jfcjj3deFlags.aacss?P.jfcjj3deFlags.aacss:".jag8CityBio212023",P.jfcjj3deFlags.aatest=void 0!==P.jfcjj3deFlags.aatest&&P.jfcjj3deFlags.aatest,P.jfcjj3deFlags.strictnc=void 0!==P.jfcjj3deFlags.strictnc&&P.jfcjj3deFlags.strictnc,P.jfcjj3deFlags.nncc=void 0!==P.jfcjj3deFlags.nncc?P.jfcjj3deFlags.nncc:function(){return!0},P.jfcjjsc={},t=!(P.jfcjjsc.tsm={}),f=tj(function(){var j;t=!0,null!=(Nj=aj("body"))&&(P.jfcjj6c6Body||(P.jfcjj6c6Body=!0,m(f),(j=_("style")).type="text/css",Y(Lj,j),D()))},10),j=tj(function(){m(j),t||s()},100))}function k(){if(!wj){wj=!0,P.jfcjjb22Injct=!1,P.jfcjj742Track=!1,P.jfcjj716Detect=!1,P.jfcjj6c6Body=!1,P.jfcjjc79sdl=!1,P.jfcjjc79sdln=!1,P.jfcjj92bRnd=!1;for(var j=0;j<P.jfcjjCln.length;j++)C(P.jfcjjCln[j]);for(j=0;j<P.jfcjjClne.length;j++){t=void 0;f=void 0;e=void 0;d=void 0;var t=P.jfcjjClne[j][0];var f=P.jfcjjClne[j][1];var e=P.jfcjjClne[j][2];var d=P.jfcjjClne[j][3];if(t&&f&&e)try{t.removeEventListener(f,e,d||!1)}catch(t){t.detachEvent&&t.detachEvent("on"+f,e)}}for(j=0;j<P.jfcjjClni.length;j++)m(P.jfcjjClni[j]);P.jfcjjCln.length=0,P.jfcjjClne.length=0,P.jfcjjClni.length=0,P.jfcjj3deFlags.nopmcache=!1,P.jfcjj3deFlags.rld=!0,P.jfcjj3deFlags.strictNCNA=!1,P.jfcjj3deFlags.tcf=!1,y(),E()}}function A(){return jj(V(),3)}function V(){for(var j,t,f="37bf5c289d6041e",e=(t=1+G((j=8)*b()))<j?j:t,d="";d.length<e&&0<f.length;)d+=f[G(b()*f.length)];return d}function _(j){return p.createElement(j)}function hj(j,t){j.innerHTML=t}function Y(j,t){j.appendChild(t)}function gj(j,t,f,e){j[Q("c3R5bGU=")][Q("c2V0UHJvcGVydHk=")](t,f,e||"")}function S(j){return j[Q("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]()}function F(j){return P[Q("Z2V0Q29tcHV0ZWRTdHlsZQ==")](j)}function O(j,t){return F(j)[Q("Z2V0UHJvcGVydHlWYWx1ZQ==")](t)}function oj(j,t){j&&j.parentElement&&j.parentElement.insertBefore(t,j)}function W(j,t){j&&j.parentElement&&j.parentElement.insertBefore(t,j.nextSibling)}function C(j){j&&j.parentElement&&j.parentElement.removeChild(j)}function rj(j,t){j.className=t}function sj(j,t){j.id=t}function aj(j){return p.querySelector(j)}function H(j){return p.querySelectorAll(j)}function J(j,t,f){var e=_("IMG");return window.jfcjj3deFlags.im764lt&&(e.alt=""),e.onload=t,e.onerror=f,P.jfcjj3deFlags.rsp&&(e.referrerPolicy="unsafe-url"),e.src=j,e}function U(j,t,f){var e=_("IMG");e.onload=t,e.onerror=f,P.jfcjj3deFlags.rsp&&(e.referrerPolicy="unsafe-url"),e.src=j}function uj(j,t){if(j&&j.length)for(var f=0;f<j.length;f++)t(f,j[f])}function $(f,e,j,t,d){if(function(j){try{return j.self!==j.top}catch(j){return 1}}(f))f.open(e);else{var n,i=!0;try{f.addEventListener||(i=!1)}catch(j){i=!1}"_blank"===t&&i?d?f.open(e,t):(n=V(),f.open(j+"#"+n),u(f,"message",function(j){var t;null!==j.data&&"object"==typeof j.data&&j.data.tabId===n&&"popupBlocked"===j.data.message&&(t=j.source,setTimeout(function(){t&&t.closed&&(/Firefox/.test(l())||f.location.assign(e))},500))},!1)):f.location.assign(e)}}function I(j,t){for(var f,e,d=f=_("DIV"),n=t.split(" > "),i=0;i<n.length;i++)("#"==n[i].substr(0,1)?sj:rj)(f,n[i].substr(1)),i<n.length-1&&(Y(f,e=_("DIV")),f=e);return hj(f,"&nbsp;"),Y(j,d),{p:d,b:f}}function Z(f,e,d,n,i){return function(){setTimeout(function(){var j,t;j=f,0!=(t=e).offsetHeight||0!=t.offsetWidth||0==j.offsetHeight&&0==j.offsetWidth||i.push(e),C(d),n()},500)}}function B(t,f,e){return function(j){mj(this)?J(e,pj(t,f),pj(t,f)):f()}}function pj(t,f){return function(j){mj(this)&&t.push(this),f()}}function bj(j,t,f){if(j&&t&&f)if(j.insertAdjacentElement)j.insertAdjacentElement(t,f);else{var e=j.children.length;switch(t.toLowerCase()){case"beforebegin":oj(j,f);break;case"beforeend":0<e?W(j.lastChild,f):Y(j,f);break;case"afterbegin":0<e?oj(j.firstChild,f):Y(j,f);break;case"afterend":W(j,f)}}}function mj(j){return P.jfcjj3deFlags&&P.jfcjj3deFlags.checkSize?j.height<P.jfcjj3deFlags.checkSize:j.height<2}function xj(j){return 3==j.height}function jj(j,t){for(var f="",e=0;e<j.length;e++)f+=h(j.charCodeAt(e)+t);return f}function Rj(j,t,f){return j.classList.add("jfcjjHid"),""===t?"":"."===t[0]?(j.classList.remove(t.slice(1)),j.classList.add(f),"."+f):(j.id=f,"#"+j.id.trim())}function vj(j){for(var t="",f="CBADEFGHIJKLMNOPQRSTUVWXYZcbadefghijklmnopqrstuvwxyz",e=0;e<j;e++)t+=f[G(b()*f.length)];return t}function Mj(j,t){var f,e,d,n,i=j.adContainer;i?(f=F(i),e=null,/(absolute|fixed|sticky)/.test(f.position)||(e=_("div"),d=i.offsetWidth+parseInt(f.marginLeft)+parseInt(f.marginRight),n=i.offsetHeight+parseInt(f.marginTop)+parseInt(f.marginBottom),j.additionalHtml.forEach(function(j){var t=F(j);n+=j.offsetHeight+parseInt(t.marginTop)+parseInt(t.marginBottom)}),gj(e,"width",d+"px"),gj(e,"height",n+"px"),oj(i,e)),Tj(j),j.spacer=e,R(function(){Tj(j),t()},1e3)):t()}function Tj(j){j.adContainer&&(j.adContainer.remove(),j.adContainer=null),j.additionalHtml.forEach(function(j){j.remove()}),j.additionalHtml=[],j.spacer&&(j.spacer.remove(),j.spacer=null),R(function(){var j,t,f;j=P,t="scroll","function"==typeof Event?f=new Event(t):(f=p.createEvent("Event")).initEvent(t,!1,!1),j.dispatchEvent(f)},0)}function yj(j,t,f,e,d){R(function(){!1!==P.jfcjjd5884.r[j]&&t.adContainer&&t.adContainer.isConnected&&(P.jfcjj653Av[j]=0,P.jfcjj1beAw[j]=0,d(e,!1,!1,P.jfcjj92bRnd))},1e3*(f=/reload=true/.test(P.location.search)||/reload=true/.test(P.location.hash)?5:f))}function qj(j,t,f,g){if(P.jfcjj653Av[t]||(P.jfcjj653Av[t]=0),P.jfcjj1beAw[t]||(P.jfcjj1beAw[t]=0),!(16<P.jfcjj653Av[t]||0<P.jfcjj653Av[t]&&!P.jfcjjdecEv[t])){var e,d,n=j.getBoundingClientRect(),o=(d=void 0===j.width?(e=j.offsetHeight,j.offsetWidth):(e=j.height,j.width),n.left+d),n=n.top+e,i=p.documentElement,l=0,c=0;if(P.innerWidth&&P.innerHeight?(l=P.innerHeight,c=P.innerWidth):!i||isNaN(i.clientHeight)||isNaN(i.clientWidth)||(l=i.clientHeight,c=i.clientWidth),0<e&&0<d&&0<=n&&n<=l&&0<=o&&o<=c&&"visible"==p.visibilityState&&(P.jfcjj1beAw[t]++,20<=P.jfcjj1beAw[t])){P.jfcjj1beAw[t]=0;function h(){P.jfcjjdc7Rqr[t]=!0;function j(){0<P.jfcjj23bRqq.length?P.jfcjj23bRqq.shift():P.jfcjjdc7Rqr[t]=!1}J(f,j,j),P.jfcjj653Av[t]++,g()}if(P.jfcjjdc7Rqr[t])P.jfcjj23bRqq.push(h);else{if(!(0<P.jfcjj23bRqq.length))return void h();P.jfcjj23bRqq.shift(),P.jfcjj23bRqq.push(h)}}j.isConnected&&(P.jfcjj653Avt[t]=P.setTimeout(function(){qj(j,t,f,g)},50))}}u(P,"message",function(j){if(null!==j.data&&"object"==typeof j.data)try{var t,f,e,d,n=P.jfcjj3deFlags.b2h?Nj.parentNode:Nj,i=j.data,l=document.createElement("a");if(l.href=j.origin,"null"===j.origin||r()!=l.hostname)return;if("cc"==i.c)uj(H(i.d+" > *"),function(j,t){C(t)});else if("cs"==i.c){if(P[nj("fmdsqfEtqqf",-12)])for(var c=P[nj("fmdsqfEtqqf",-12)],g=i.d.replace(new RegExp(Q("fVxzK30="),"g"),function(j){return"}}"}).replace(new RegExp(Q("fVtefV0="),"g"),function(j){return j[0]+"rll123rnd"+j[1]}).split("rll123rnd"),h=0;h<g.length;h++)c[nj("uzeqdfDgxq",-12)](g[h],c.cssRules.length);else(c=_("style")).type="text/css",hj(c,i.d),Y(Lj,c);P.jfcjjCln.push(c)}else"am"==i.c?(t=i.d&&i.d.u&&i.d.u.replace("__DOMAIN__",r())||i.d.u,P.jfcjjd5884.a[i.d.i]?(cj(t),P.jfcjjd5884.r[i.d.i]&&(P.jfcjj1bcAm[i.d.i]=t)):P.jfcjj1bcAm[i.d.i]=t):"pc"==i.c?P.jfcjjf88Pc[i.d]=!0:"ev"==i.c?P.jfcjjdecEv[i.d]=!0:"oc"==i.c?P.jfcjj61bOc.push(i.d):"ac"==i.c?(f=aj(i.d.slc),(c=_("div")).innerHTML=i.d.cnt,uj(c.childNodes,function(j,t){f.appendChild(t),P.jfcjjCln.push(t)})):"js"==i.c?(Y(n,c=_("script")),hj(c,i.d),P.jfcjjCln.push(c)):"if"==i.c?((c=_("iframe")).src=i.d,c.style.display="none",Y(n,c),P.jfcjjCln.push(c)):"img"==i.c?(e=function(){this.style.display="none"},h=function(j,t,f,e){var d=_("IMG");window.jfcjj3deFlags.im764lt&&(d.alt="");Y(e,d),d.onload=t,d.onerror=f,P.jfcjj3deFlags.rsp&&(d.referrerPolicy="unsafe-url");return d.src=j,d}(i.d,e,e,n),P.jfcjjCln.push(h)):"ss"==i.c?(d={12108:function(j,t){o(t,j,function(j,t,f){return f.top<0&&t?(gj(t,"position","fixed",""),gj(t,"top","0px",""),j.classList.add("stk"),!0):void j.classList.remove("stk")})},12112:function(j,t){o(t,j.parentElement,function(j,t,f){if(f.top<40&&t)return gj(t,"position","fixed",""),gj(t,"top","48px",""),!0})}},P.jfcjjd5884.a[i.d]&&d[i.d]&&d[i.d](P.jfcjjd5884.a[i.d],i.d)):"dr"==i.c&&(P.jfcjjd5884.r[i.d]=!1)}catch(j){}},!1),P.KSBGXdd=w,P[jj("XDESuhordghg",-3)]=k,P.jfcjjCln=[],P.jfcjjClne=[],P.jfcjjClni=[],P.jfcjjlsn=!1,P.jfcjj3deFlags={},P.jfcjj3deFlags.welect={};var wj=!0,Lj=(P.jfcjj92bRnd=P.jfcjj92bRnd||A(),y(),aj("head")),Nj=(P.jfcjj3deFlags.ffshim=void 0===P.jfcjj3deFlags.ffshim||P.jfcjj3deFlags.ffshim,null);function Dj(){if(!P.jfcjj3deFlags.nopmidx)try{var j=P.indexedDB.open("test");j.onerror=function(j){j.preventDefault(),P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,P.jfcjjd588tc.pm=!0,N()},j.onsuccess=function(j){j.preventDefault()}}catch(j){}if(!P.jfcjj3deFlags.nopmsw&&void 0===navigator.serviceWorker)return P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,P.jfcjjd588tc.pm=!0,N(),1;var t,f;P.jfcjj3deFlags.ffshim&&(t=0,f=tj(function(){try{googletag&&"2021050601"==googletag.getVersion()&&void 0===googletag._loaded_?(P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,P.jfcjjd588tc.pm=!0,m(f),N()):10<++t&&m(f)}catch(j){10<++t&&m(f)}},500))}function zj(j,t,f){function e(j){for(var t="",f=0;f<j.length;f++)""!=t&&(t+=","),t+='"'+j[f]+'"';return t}var d=new XMLHttpRequest,f=(d.responseType="text",d.open("POST",f,!0),d.setRequestHeader("Content-Type","text/plain"),d.onreadystatechange=function(){var j;function t(){}4===d.readyState&&(200===d.status?JSON.parse(d.responseText).privateMode&&(P.jfcjjnl=!0,/Firefox/.test(l())?P.jfcjjd588tc.pm=!0:("1"==(j=3)&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0<8:g0f36906e3<0<8:gf3696e3<1ruljlqdo1msj",-3),t,t),"2"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;8gi0:f;f0:e5f0;8gi:f;f:e5f1ruljlqdo1msj",-3),t,t),"3"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0g;;h08gf6054:90g;;h8gf654:91ruljlqdo1msj",-3),t,t),"4"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"044h80f<fe047i;044h8f<fe47i;1ruljlqdo1msj",-3),t,t),"c1"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"065670f7f5059:i06567f7f559:i1ruljlqdo1msj",-3),t,t),"c2"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0f;580;i7i0ih3e0f;58;i7iih3e1ruljlqdo1msj",-3),t,t),"c3"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0;9880<84h0:76i0;988<84h:76i1ruljlqdo1msj",-3),t,t),"c4"==j&&J(jj("2phgld1phgdl1"+P.jfcjj92bRnd+"08;6e064;h0;;:<08;6e64;h;;:<1ruljlqdo1msj",-3),t,t))):P.jfcjjnl=!1,P.jfcjjd588tc.pmd=!0,N())},"Requests");d.send('{"failed'+f+'":['+e(j)+'],"successful'+f+'":['+e(t)+"]}")}function Ej(j,t){for(var f=0;f<t.length;f++)if(t[f]===j)return f;return-1}function kj(){function j(){for(var j=0;j<P.KSBGXnwld.load.events.length;j++){var t=Ej(P.KSBGXnwld.load.events[j],P.KSBGXnwld.error.events);-1<t&&P.KSBGXnwld.error.events.splice(t,1)}0<P.KSBGXnwld.error.events.length&&0<P.KSBGXnwld.load.events.length?zj(P.KSBGXnwld.error.events,P.KSBGXnwld.load.events,jj("2phgld1phgdl1"+P.jfcjj92bRnd+"0ig7i0gi9:066660ig7igi9:66661ruljlqdo1msj",-3)):(P.jfcjjd588tc.pmd=!0,N())}var t,f,e=0,d=0,n=0,i=tj(function(){t=P.KSBGXnwld.error.events.size,f=P.KSBGXnwld.load.events.size,t=t+f,d<=10&&!P.jfcjjd588tc.pmd?(t-e==0&&0<d&&n++,4<n&&(m(i),j(),n=0)):(m(i),P.jfcjjd588tc.pmd||j()),e=t,d++},500)}P.jfcjjd588tc={},P.jfcjjd588tc.pm=!1,P.jfcjjd588tc.pmd=!1,/Firefox/.test(l())||P.jfcjj3deFlags.nwlforce?function(){if(P.jfcjj3deFlags.nw058lst&&P.jfcjj3deFlags.forcePm)return P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,P.jfcjjd588tc.pm=!0,N();var t,f,j,e,d,n;function i(j,t){if(t.target){var f=t.target.src||"";if(""!==f&&-1==f.indexOf("chrome-extension://"))try{var e=new URL(f).hostname||"";""!==e&&Ej(e,j)<0&&j.push(e)}catch(t){}}}-1!=l().indexOf("Safari")&&!P.jfcjj3deFlags.nwlforce||(P.jfcjj3deFlags.nw058lst?-1!=l().indexOf("Firefox")&&Dj()||(t=!1,Object.keys(P).forEach(function(j){P.hasOwnProperty(j)&&j.match(/^jfcjj.{3}NLRun$/g)&&(t=P[j])}),t||P.jfcjj3deFlags.nopmnetmon?(P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,N()):P.jfcjjd588tc.pmd||(P.jfcjje2aNLRun=!0,j=new Array,e=new Array,d=i.bind(null,j),n=i.bind(null,e),u(document,"error",d,!0),u(document,"load",n,!0),P.KSBGXnwld={error:{events:j,listener:d},load:{events:e,listener:n}},f=document.createElement,document.createElement=function(){var j=f.apply(this,arguments);return u(j,"error",P.KSBGXnwld.error.listener,!0),u(j,"load",P.KSBGXnwld.load.listener,!0),j},kj())):(P.jfcjjnl=!0,P.jfcjjd588tc.pmd=!0,N()))}():(P.jfcjjd588tc.pmd=!0,N());try{P.addEventListener?u(P,Q("YWRuZGRuZC5pbml0"),E):P.attachEvent&&P.attachEvent(Q("YWRuZGRuZC5pbml0"),E),"complete"===p.readyState?E():(-1==l().search("Firefox")&&(p.addEventListener?u(p,Q("RE9NQ29udGVudExvYWRlZA=="),E):p.attachEvent&&p.attachEvent("onreadystatechange",function(){"complete"===p.readyState&&E()})),u(P,"load",E))}catch(j){E()}}catch(j){}}(window,document); /* 4b93d */ 聽 聽 聽 聽 聽 聽 聽 聽 } 聽 聽 聽 聽 聽 聽 }); 聽 聽 聽 聽 } 聽 聽 }); </script></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="b0df4518-4064-4550-b8fc-6649b01b5d9e" data-b-title="STZ-RSP18 - B - Piano Interstitial"> <div id="pianoInterstitialContainer" style="display:none"><!-- pianoInterstitialContainerWrapper //--></div> <style type="text/css">#pianoInterstitialContainer:not(:empty) { display: block; padding: 0; transition: all 2s; width: 100%; margin: auto; position: fixed; background-color: transparent; z-index: 9999; min-height: 100vw; top: 0; } #pianoInterstitialContainer.hidden { display: none !important; } #pianoInterstitialContainer iframe { min-height: 100vh; width: 100% !important; } #pianoInterstitialContainer .tp-container-inner { width: 100% !important; } </style> <script> var interstitialShown = false; document.addEventListener("EmptySlotEvent", function (e) { if (e.detail.slotId === "outofpage") { addInterstitialContainer(); } }); document.addEventListener("piUserState", function (e) { console.log("piUserState", e) if (e.detail.userstate === "subscribed") { addInterstitialContainer(); } }); function addInterstitialContainer() { var interstitialContainer = document.querySelector('#pianoInterstitialContainer'), sendToInterstitialObject = { 'postType': 'resendImpression' }; interstitialContainer.style.display = 'block'; interstitialShown = true; if (interstitialContainer.childElementCount > 0) { interstitialContainer.querySelector('iframe').contentWindow?.postMessage(sendToInterstitialObject, 'https://vx.stuttgarter-zeitung.de'); } } </script></div><!-- NOWRAPPER(!) --> <script src="/staticcontent/common/js/iframeResizer.min.js"></script> <style> .appetizer-author { display: none; } </style><script> if ("function" === typeof generateSiteClass) { generateSiteClass(); } </script> <!-- 11-200 / 01:11:45 --></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10