CINXE.COM

Beilstein

<!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_nachrichten --> <html lang="de" style="min-height: 900px;" data-test="/bei-uns-daheim/beilstein" data-alias="/bei-uns-daheim/beilstein" data-layout="desktop" data-device="desktop" data-userstate="loading" data-userpermission="false" data-static-baseurl="https://www.stuttgarter-nachrichten.de/www/stuttgarter_nachrichten/_responsive/js/_final/" data-addedtags="" > <head> <!-- Keine Inhaltsauswahl am Seitentemplate definiert --> <meta charset="utf-8"> <title>Beilstein</title> <link rel="canonical" href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/beilstein"> <meta name="apple-mobile-web-app-capable" content="yes" /> <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 Feb 24 12:05:24 CET 2025"> <meta name="author" content="Stuttgarter Nachrichten"> <meta name="copyright" content="Stuttgarter Nachrichten, Stuttgart, Germany"> <meta name="email" content="webmaster@stz.zgs.de"> <meta name="google-site-verification" content="9UJUDh_HuMP6bM4505gV3zSP-MJD24F66EWJFiBYiEU" /> <meta name="p:domain_verify" content="b30120bc5efab3daf51f307e75b7a1f0" /> <meta name="siteinfo" content="https://www.stuttgarter-nachrichten.de/robots.txt"> <meta name="description" content=""> <meta name="keywords" content="Beilstein, Bei uns daheim - Beilstein"> <meta name="news_keywords" content="Beilstein, Bei uns daheim - Beilstein"> <meta name="date" content="Mon Feb 24 12:05:24 CET 2025"> <meta property="og:title" content="Beilstein" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://www.stuttgarter-nachrichten.de/www/stuttgarter_nachrichten/images/logo_social.jpg"> <meta property="og:description" content="" /> <meta property="og:site_name" content="stuttgarter-nachrichten.de"> <meta property="og:locale" content="de_DE"> <meta property="og:section" content=""> <meta property="og:url" content="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/beilstein" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@StN_News"> <meta name="twitter:image" content="https://www.stuttgarter-nachrichten.de/www/stuttgarter_nachrichten/images/logo_social.jpg"> <meta name="twitter:title" content="Beilstein"> <meta name="twitter:description" content=""> <meta property="fb:pages" content="144537361776" /> <meta property="fb:admins" content="556995501" /> <meta property="fb:app_id" content="357908567608210" /> <meta name="msapplication-TileColor" content="#007bc4"> <meta name="msapplication-config" content="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <meta name="apple-itunes-app" content="app-id=397130164"> <meta name="cXenseParse:contentTitle" content="Beilstein" /> <meta name="cXenseParse:kicker" content="" /> <meta name="cXenseParse:recs:articleid" content="" /> <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]); } }; /* 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 { 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 = false; const cbdTaboola = false; const cbdNativendo = false; const cbdDisplayAds = false; 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", false);cmsConfig._.set("advertising.cbdNativendo", false);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", false); cmsConfig._.set("page.piano", {"pageType":"ressort","origin":"STN","pageContext":"desktop","pageKeywords":"Beilstein, Bei uns daheim - Beilstein","pageEntitlement":"free","author":"","section":"Bei_uns_daheim"}); /* 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-nachrichten.de","article":"","track_positions":true},"data":{"section":"Bei_uns_daheim","taxonomy":"Kreis_Ludwigsburg,Beilstein","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/gHXYc6FZ4ZRZmdMAP.js'; script.async = true; document.head.appendChild(script); })();cmsConfig._.set("constants.cookiebarLinkUrl", "https://www.stuttgarter-nachrichten.de/datenschutzerklaerung");cmsConfig._.set("constants.cookiebarEnabled", false);cmsConfig._.set("page.noCookie", ("undefined" !== typeof getRequestParameter("noCookie") && "true" == getRequestParameter("noCookie")));var PORTAL_ATTRIBUTES = {ContillaPortalID: "231"};cmsConfig._.set("page.data.portal","0a1db6e9-6bd4-4fa2-8fc3-1466d5d7c78b");cmsConfig._.set("page.data.topic","e0b45785-7f47-489e-8de4-f2aeb34fe170");cmsConfig._.set("page.data.adcat","0fdbf85b-6c9d-48cb-be99-7afbb790fc2e");cmsConfig._.set("tracking.hitcount.disableInitial", (getRequestParameter("cms_digplugin") == 1 || getRequestParameter("cms_iframecontext") == 1 ? true : false));cmsConfig._.set("portal.attributes.validDataTags", "Bilder,Video,Videos,Exklusiv,Meinung,Kommentar,Interview,Ad-Kennung,PR-Politik,Verlagsangebot,Anzeigenkennung,FNL1,FVBR,LVBR,DVBR,RVBR,MVBR,GVBR,Infografik,Verlagsgewinnspiel,CVR1,CM1,Advertorial,Mediathek-video,Bei uns daheim,Aktion Weihnachten"); (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-nachrichten.de/bei-uns-daheim/beilstein");cmsConfig._.set("page.type", "RESSORT");cmsConfig._.set("page.local", "11-197");cmsConfig._.set("page.buildNr", "20240924-0837");cmsConfig._.set("page.renderTime", "12:05:24");cmsConfig._.set("page.renderType", "EXTERNAL");cmsConfig._.set("page.portalUrl", "https://www.stuttgarter-nachrichten.de");cmsConfig._.set("page.portalDomain", "stuttgarter-nachrichten.de");cmsConfig._.set("page.portalWWW", "/www/stuttgarter_nachrichten");cmsConfig._.set("page.portalStaticContent", "/staticcontent/stuttgarter_nachrichten");cmsConfig._.set("page.portalUrlWWW", "https://www.stuttgarter-nachrichten.de/www/stuttgarter_nachrichten");cmsConfig._.set("page.portalTitle", "Stuttgarter Nachrichten");cmsConfig._.set("page.topicTitleNormalized", "beilstein");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", false);cmsConfig._.set("page.paid", false);cmsConfig._.set("page.reduced", false);cmsConfig._.set("portal.attributes.ContillaPortalID", "231");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", "9Vn1VxLype");cmsConfig._.set("portal.attributes.SingleSignOnOAuthUserdataRestUrl", "https://auth.stuttgarter-nachrichten.de/api/v3/anon/user/get");cmsConfig._.set("portal.attributes.SingleSignOnAuthServerUrl", "https://auth.stuttgarter-nachrichten.de/id/");cmsConfig._.set("portal.attributes.payServiceId", "stn");cmsConfig._.set("portal.attributes.SingleSignOnCheckInterval", 45);cmsConfig._.set("portal.attributes.SingleSignOnDomain", "auth.stuttgarter-nachrichten.de");cmsConfig._.set("portal.attributes.SingleSignOnProfileLink", "https://www.stuttgarter-nachrichten.de/user-account");cmsConfig._.set("portal.attributes.SingleSignOnOAuthLogoutUrl", "https://auth.stuttgarter-nachrichten.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': 'STN', 'platform': platform, 'platform_type': 'standard', /* o. amp */ 'brand_product': 'STN_de', 'doctype': 'ressort', 'section': 'Bei_uns_daheim', 'subsection': 'Kreis_Ludwigsburg', 'object_id': 'e0b45785-7f47-489e-8de4-f2aeb34fe170', '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': 'Beilstein, Bei uns daheim - Beilstein', 'article_title': 'Beilstein', '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":"STN","canonical":"/bei-uns-daheim/beilstein","doctype":"ressort","section":"Bei_uns_daheim","subsection":"Kreis_Ludwigsburg","object_id":"e0b45785-7f47-489e-8de4-f2aeb34fe170"},"article":{"title":"Beilstein","editorial_team":"","pcat":"free","keywords":"Beilstein, Bei uns daheim - Beilstein","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-KGFD448Z'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KGFD448Z" 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-W3VRXRT4'); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W3VRXRT4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> ptEventRegister("userState", function(state) { dataLayerV3.push({ 'event':'dataStateDetermined', 'user-state': state }); }); console.log("codeCpMobile", "STNM.RC_Lokal_Landkreise");console.log("codeContent", "tak");var codeLanguage="d";var codeFormat="b";var codeCreator ="r";var codeHomepage="s";var codeDelivery="o";var codeApp="w";var codePaid="f";var codeContent="tak";var codeCp = "STN.RC_Lokal_Landkreise";if (device.mobile()) {codeDelivery = "m";codeCp = "STNM.RC_Lokal_Landkreise";}var ivwCode = "__01_" + codeLanguage + codeFormat + codeCreator + codeHomepage + codeDelivery + codeApp + codePaid + codeContent + "_" + codeCp;cmsConfig._.set("tracking.ivw.enabled", true);cmsConfig._.set("tracking.ivw.url", "https://script.ioam.de/iam.js");cmsConfig._.set("tracking.ivw.cp", ivwCode);cmsConfig._.set("tracking.ivw.sv", (device.mobile() ? "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", "STN/spracheDE/formatTXT/erzeugerRED/homepageNO/auslieferungONL/appNO/paidNO/inhaltTAK/adcat/landkreise"); cmsConfig._.set("tracking.ivw.st", "mhsdigi"); cmsConfig._.set("tracking.ivw.dn", ("undefined" != typeof(device) && device.mobile() ? "data-fb37a1e7c3.stuttgarter-nachrichten.de" : "data-1fbcf6d7f5.stuttgarter-nachrichten.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", false);cmsConfig._.set("advertising.cbdNativendo", false);cmsConfig._.set("advertising.cbdTaboola", false);cmsConfig._.set("advertising.cbdTraffective", false);cmsConfig._.set("advertising.oms.enabled", false);cmsConfig._.set("advertising.omsmetatag.enabled", false);cmsConfig._.set("advertising.oms.site", device.mobile() ? "mew.oms.stuttgarter-nachrichten.de" : "oms.stuttgarter-nachrichten.de");cmsConfig._.set("advertising.oms.zone", "landkreise");cmsConfig._.set("advertising.oms.targeting.bundesland", "BW");cmsConfig._.set("advertising.oms.targeting.stutzeit_kw", "ludwigsburg");cmsConfig._.set("advertising.oms.serverId", "5766");cmsConfig._.set("advertising.oms.mobileServerId", "8635");cmsConfig._.set("advertising.traffective.enabled", false);cmsConfig._.set("advertising.traffective.traffectiveScript", "preloader/309.js");cmsConfig._.set("advertising.traffective.dfpServerId", "5272878");cmsConfig._.set("advertising.traffective.dfpSite", "stuttgarter-nachrichten.de");cmsConfig._.set("advertising.traffective.adUnitExtension", "ludwigsburg");cmsConfig._.set("advertising.traffective.extendedAdUnitPath", true);cmsConfig._.set("advertising.traffective.dfpZone", "landkreise");cmsConfig._.set("advertising.traffective.dfpContent", "beilstein");cmsConfig._.set("advertising.traffective.dfpOmsAdUrl", (device.mobile() ? "/8635/oms.stuttgarter-nachrichten.de/landkreise" : "/5766/oms.stuttgarter-nachrichten.de/landkreise"));cmsConfig._.set("advertising.traffective.dfpAdUrl", "/5272878/oms.stuttgarter-nachrichten.de/landkreise");cmsConfig._.set("advertising.traffective.targeting.stutzeit_kw", "ludwigsburg"); cmsConfig._.set("advertising.traffective.targeting.pagetype", "ressort"); cmsConfig._.set("advertising.traffective.targeting.content_id", "e0b45785-7f47-489e-8de4-f2aeb34fe170"); cmsConfig._.set("advertising.traffective.targeting.keywords", ["Bei uns daheim - Beilstein"]); cmsConfig._.set("advertising.traffective.targeting.channel", "desktop"); cmsConfig._.set("advertising.traffective.targeting.programmatic_ads", "true"); cmsConfig._.set("advertising.traffective.targeting.ads", "true"); cmsConfig._.set("advertising.speedup", true); 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-nachrichten.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 StN"); cmsConfig._.set("personalization.rootAlias", "/meinestn"); </script> <script> cmsConfig._.set("page.follow.item.key", 'Bei uns daheim - Beilstein'); cmsConfig._.set("page.follow.item.type", 'theme'); cmsConfig._.set("page.follow.item.headline", 'Beilstein'); cmsConfig._.set("page.follow.item.link", '/bei-uns-daheim/beilstein'); </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-nachrichten.de/iomm/latest/manager/base/es6/bundle.js" as="script" id="IOMmBundle"> <link rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-nachrichten.de/iomm/latest/bootstrap/loader.js" as="script"> <script type="text/javascript" src="https://data-1fbcf6d7f5.stuttgarter-nachrichten.de/iomm/latest/bootstrap/loader.js"></script> <script rel="preload" href="https://data-1fbcf6d7f5.stuttgarter-nachrichten.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: 'landkreise/ludwigsburg', pagetype: "ressort", login: cLoggedIn, keywords: ["Bei uns daheim - Beilstein"], stutzeit_kw: "ludwigsburg", content: "beilstein", content_id: "e0b45785-7f47-489e-8de4-f2aeb34fe170", ...params }; // loadScript var s; s = document.createElement('script'); s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-nachrichten/headlibrary.js' + '?v=2302151400'; /* s.src = 'https://tagrpd.de/v2/prod/mhs/stuttgarter-nachrichten/headlibrary.js' + '?v=24750'; */ 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=20240924-0837-v31"></script> <link rel="preload" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/fonts/roboto/roboto-slab-v7-latin-700.woff2" crossorigin="anonymous" as="font" type="font/woff2"> <link rel="preload" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/fonts/roboto/roboto-slab-v7-latin-regular.woff2" crossorigin="anonymous" as="font" type="font/woff2"> <link id="mainCss" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/css/main.min.css?build=20240924-08370" type="text/css" rel="stylesheet"> <link rel="apple-touch-icon" sizes="180x180" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/favicon-16x16.png"> <link rel="manifest" href="https://www.stuttgarter-nachrichten.de/manifest.json"> <link rel="mask-icon" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/safari-pinned-tab.svg" color="#007bc4"> <link rel="shortcut icon" href="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/favicons/favicon.ico"> <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> 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-nachrichten.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-nachrichten.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-nachrichten.de/xbuilder/experience/load?aid=9Vn1VxLype"); </script> <script> function openSpPm() { window._sp_.gdpr.loadPrivacyManagerModal(window.pmId); } if (window["ptEventRegister"]) { ptEventRegister("userState", function (state) { if ("is-subscribed" == state) { window.pmId = 816817; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8555, baseEndpoint: 'https://sp-consent.stuttgarter-nachrichten.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-nachrichten.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } else { window.pmId = 816818; window._sp_queue = []; window._sp_ = { config: { accountId: 348, propertyId: 8555, baseEndpoint: 'https://sp-consent.stuttgarter-nachrichten.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-nachrichten.de/unified/wrapperMessagingWithoutDetection.js'; document.head.appendChild(spScript); } }); } </script> <!-- header - v221117 --><script> /*! * jQuery JavaScript Library v3.4.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2019-05-01T21:04Z *//*! * Sizzle CSS Selector Engine v2.3.4 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * * Date: 2019-04-08 */"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,r,o,a){e.GoogleAnalyticsObject=r,e[r]=e[r]||function(){(e[r].q=e[r].q||[]).push(arguments)},e[r].l=1*new Date,o=t.createElement(n),a=t.getElementsByTagName(n)[0],o.async=1,o.src=i,a.parentNode.insertBefore(o,a)}(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 r,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}}},a=!1,s=function(e,t,n){if(void 0===n&&(n=!0),t?(i&&console.log("tracking - google - succesfully tracked :) - delete critical timeout"),clearTimeout(r)):i&&(console.warn,console.warn("tracking - google - request failed (to slow) :( - used critical timeout of '"+cmsConfig.tracking.google.criticalTimeOut+"ms' to enhance user experience")),!a){if(a=!0,i)return i&&console.log("tracking - google - now we would delegate link if exists..."),a=!1,!1;if(!n)return i&&console.log("tracking - google - linkdelegation disabled by config > exit"),a=!1,!1;if(!n||!e.hasAttribute("href"))return a=!1,!1;var o=e.getAttribute("href");if(device.app()){var s=document.createElement("a");s.setAttribute("href",o),setTimeout(function(){a=!1},50),s.click()}else window.location.href=o,setTimeout(function(){a=!1},50)}},c=function(e){var n=new RegExp(t+"(\\S*)"),i=e,r=[],a={};for(a.trackingCode=i.className.match(n)[1],a.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",r.push(a);null!=i;)a={},(i=o(i))&&(a.trackingCode=i.className.match(n)[1],a.trackingContext=i.hasAttribute("data-b-title")?i.getAttribute("data-b-title"):"",r.push(a));return r=r.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 a,l=n.target||n.srcElement;if(null==(a=l.matches("a[class*='"+t+"']")?l:o(l,"a[class*='"+t+"']")))return i?(console.log("tracking - google - no ga-enabled link click-context > exit"),!1):void 0;if("custom"==a.className.match(new RegExp(t+"(\\S*)"))[1]){var u=!0,d=cmsConfig.tracking.google.criticalTimeOut;if(!a.hasAttribute("data-ga-custom")&&i)return console.log("tracking - google - no custom-data found for ga-custom tracking > exit"),!1;var f=a.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&&(u=!1,d+=50),f.hitCallback=function(){return s(a,!0,u)},"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}r=setTimeout(function(){return s(a,!1,u)},d),window[e]("send",f)}else{var p=c(a);if(p.length<2)return i?(1==p.length?console.log("tracking - google - no ga-enabled wrapper found for '"+p[0].trackingCode+"' > exit"):console.log("tracking - google - unknown error in ga-tracking declaration > exit"),!1):void 0;var g=null!=o(a,"nav"),h=!0;g&&(h=!1);var u=!1;h&&(u=!0,n.preventDefault());for(var m,v,y,b="",x="",w=0;w<p.length;w++)m=p[w],v=m.trackingCode,y=m.trackingContext,b+=(""!=b?"/":"")+v,x=""!=y?y:x;r=setTimeout(function(){return s(a,!0,u)},cmsConfig.tracking.google.criticalTimeOut),window[e]("send",{hitType:"event",eventCategory:b,eventAction:"click",eventLabel:x,eventValue:null,nonInteraction:!0,hitCallback:function(){return s(a,!0,u)}})}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 r=!1;if(void 0===window.digDynLoaded&&(window.digDynLoaded={}),void 0===window.digDynLoaded[e]?(window.digDynLoaded[e]=[],window.digDynLoaded[e].readyState=!1):r=!0,window.digDynLoaded[e].readyState||(window.digDynLoaded[e].callbacks=window.digDynLoaded[e].callbacks||[],window.digDynLoaded[e].callbacks.push(t)),r)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 r;for(var o in window.digDynLoaded)if(console.log(o),-1!=n.indexOf(o)){window.digDynLoaded[o].readyState=!0;var a=window.digDynLoaded[o].callbacks;console.log(i+" callbacks are executed from queue ("+a.length+" callbacks for "+o+")");for(var s=0;s<a.length;s++)r=a[s],ptDomReady(r);delete window.digDynLoaded[o].callbacks}},o.onerror=function(){console.log("error while loading script - "+e),-1!=e.indexOf("adbl")&&(console.log("exec anyway..."),t())}),!r){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},r=[],o=function(){return document.getElementsByTagName("html")[0]},a=function(){var i="undefined"!=document.documentElement?document.documentElement.clientWidth:window.innerWidth,r=i;if(device.mobile()||device.tablet()){var a=o();return void a.setAttribute("data-cw",r)}for(var s=0;s<=cmsConfig.constants.desktopBreakpoints.length;s++){var c=cmsConfig.constants.desktopBreakpoints[s],l=s==cmsConfig.constants.desktopBreakpoints.length-1?c:cmsConfig.constants.desktopBreakpoints[s+1];r>c&&r<=l-cmsConfig.constants.browserBar&&(e=l)}null==e&&(e=i);var a=o();if(a.hasAttribute("data-cw")&&null!=e&&e!=parseInt(a.getAttribute("data-cw"))){if(a.hasAttribute("data-cw")){var u=parseInt(a.getAttribute("data-cw"));t=g();var d=document.querySelectorAll("[style*='left: "+n+"px']");d.length>0&&(d[0].style.left=t+"px");var f=Math.round((u-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2),p=Math.round((u-cmsConfig.constants.desktopMinWidth-cmsConfig.constants.spaceSkyscraper-cmsConfig.constants.browserBar)/2);d=document.querySelectorAll("[style*='left: "+f+"px']"),d.length>0&&(d[0].style.left=p+"px")}a.setAttribute("data-cw",e)}else a.setAttribute("data-cw",e)},s=function(){var e=o();if(cmsConfig._.has("constants.disableFluidGrid")&&1==cmsConfig._.get("constants.disableFluidGrid"))e.setAttribute("data-layout",d());else if(device.mobile()||device.tablet())e.setAttribute("data-layout",d());else{var t=window.innerWidth,n=f();"1"==getRequestParameter("cms_iframecontext")?(e.setAttribute("data-layout",d()),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<r.length;e++)r[e]()},l=function(){var e=o(),t="desktop";device.tablet()&&(t="tablet"),device.mobile()&&(t="mobile"),e.setAttribute("data-device",t)},u=function(){s(),a()},d=function(){return o().getAttribute("data-device")},f=function(){return o().getAttribute("data-layout")},p=function(){return o().getAttribute("data-cw")},g=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},h=function(e,t){var n=!1;if(void 0!==e&&null!=e)for(var i,r,o=layout.getLayoutString(),a=0;a<e.length;a++)-1!=e[a].indexOf("|")?(i=e[a].split("|")[0],r=e[a].split("|")[1],o==i&&device.orientation()==r&&(n=!0)):(i=e[a],o==i&&(n=!0));return void 0!==t&&t(n),n};return function(){l(),s(),a()}(),{getDeviceString:d,getLayoutString:f,getContextWidth:p,getSkyscraperPos:g,getCSSProperties:i,changedLayoutCallbacks:r,withinLayoutConstraints:h,refresh:u}}();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,r;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 a=1;a<=i.length;a++)r=i[a-1],r.classList.contains(n)||r.classList.add(n+"pos"+a)}}}),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 r=document.querySelector("form[action*='/suche']");if(r){var o=document.createElement("input");o.type="hidden",o.name="byPassDigCmsCache",o.value="preview",r.appendChild(o),o=document.createElement("input"),o.type="hidden",o.name="useReplacementTemplates",r.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 r=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 a=cmsConfig._.get("advertising.traffective.targeting");for(var s in a)o+=(""!=o?"&":"?")+s+"="+a[s]}n.src=r+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 a=cmsConfig._.get("advertising.traffective.targeting");for(var s in a)n.src+="&"+s+"="+a[s]}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"),r=""!=i;if(t={},t.key="login",t.values=null,t.value=r.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 a in o)t={},t.key=a,"object"==typeof o[a]||0==o[a].indexOf("[")&&o[a].indexOf("]")==o[a].length-1?(t.values=o[a],t.value=null):(t.values=null,t.value=o[a]),n.push(t)}var s,c="/"+cmsConfig._.get("advertising.traffective.dfpServerId")+"/"+cmsConfig._.get("advertising.traffective.dfpSite")+"/"+cmsConfig._.get("advertising.traffective.dfpZone"),l="/"+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(s=cmsConfig._.has("advertising.traffective.extendedAdUnitPath")&&cmsConfig._.get("advertising.traffective.extendedAdUnitPath")?'{"dfpAdUrl": "'+l+'","targeting": '+JSON.stringify(n)+"}":'{"dfpAdUrl": "'+c+'","dfpAdUrlV2": "'+l+'","targeting": '+JSON.stringify(n)+"}",cmsConfig._.has("advertising.traffective.outOfPageClass")&&""!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&null!==cmsConfig._.get("advertising.traffective.outOfPageClass")&&document.body){var u=document.createElement("div");u.style.display="none",u.className=cmsConfig._.get("advertising.traffective.outOfPageClass"),u.id="traffective-ad-Interstitial",document.body.appendChild(u)}var d=document.getElementById("superbanner");d&&(d.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 p=document.createElement("STYLE");p.type="text/css",p.appendChild(document.createTextNode(".trf-declaration-container{line-height: 1;}")),document.head.appendChild(p);var g="https:"===document.location.protocol?"https":"http",h=g+"://cdntrf.com/",m=cmsConfig._.get("advertising.traffective.traffectiveScript"),v=document.createElement("script");v.type="text/javascript",v.id="trfAdSetup",v.async=!0,v.src=h+m,v.setAttribute("data-traffectiveConf",s),-1<window.navigator.userAgent.toLowerCase().indexOf("firefox")?document.addEventListener("DOMContentLoaded",function(e){console.log("TRF DEBUG - after domload append"),document.body.appendChild(v)}):(document.body||document.head||document.documentElement).appendChild(v)};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(){}),function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e,t,n){n=n||ce;var i,r,o=n.createElement("script");if(o.text=e,t)for(i in Ce)(r=t[i]||t.getAttribute&&t.getAttribute(i))&&o.setAttribute(i,r);n.head.appendChild(o).parentNode.removeChild(o)}function i(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?ge[he.call(e)]||"object":typeof e}function r(e){var t=!!e&&"length"in e&&e.length,n=i(e);return!xe(e)&&!we(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function o(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function a(e,t,n){return xe(t)?ke.grep(e,function(e,i){return!!t.call(e,i,e)!==n}):t.nodeType?ke.grep(e,function(e){return e===t!==n}):"string"!=typeof t?ke.grep(e,function(e){return pe.call(t,e)>-1!==n}):ke.filter(t,e,n)}function s(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function c(e){var t={};return ke.each(e.match(Oe)||[],function(e,n){t[n]=!0}),t}function l(e){return e}function u(e){throw e}function d(e,t,n,i){var r;try{e&&xe(r=e.promise)?r.call(e).done(t).fail(n):e&&xe(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}function f(){ce.removeEventListener("DOMContentLoaded",f),e.removeEventListener("load",f),ke.ready()}function p(e,t){return t.toUpperCase()}function g(e){return e.replace(He,"ms-").replace(Ie,p)}function h(){this.expando=ke.expando+h.uid++}function m(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:$e.test(e)?JSON.parse(e):e)}function v(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(ze,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(i))){try{n=m(n)}catch(e){}Fe.set(e,t,n)}else n=void 0;return n}function y(e,t,n,i){var r,o,a=20,s=i?function(){return i.cur()}:function(){return ke.css(e,t,"")},c=s(),l=n&&n[3]||(ke.cssNumber[t]?"":"px"),u=e.nodeType&&(ke.cssNumber[t]||"px"!==l&&+c)&&Ue.exec(ke.css(e,t));if(u&&u[3]!==l){for(c/=2,l=l||u[3],u=+c||1;a--;)ke.style(e,t,u+l),(1-o)*(1-(o=s()/c||.5))<=0&&(a=0),u/=o;u*=2,ke.style(e,t,u+l),n=n||[]}return n&&(u=+u||+c||0,r=n[1]?u+(n[1]+1)*n[2]:+n[2],i&&(i.unit=l,i.start=u,i.end=r)),r}function b(e){var t,n=e.ownerDocument,i=e.nodeName,r=Ze[i];return r||(t=n.body.appendChild(n.createElement(i)),r=ke.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),Ze[i]=r,r)}function x(e,t){for(var n,i,r=[],o=0,a=e.length;o<a;o++)i=e[o],i.style&&(n=i.style.display,t?("none"===n&&(r[o]=We.get(i,"display")||null,r[o]||(i.style.display="")),""===i.style.display&&Ke(i)&&(r[o]=b(i))):"none"!==n&&(r[o]="none",We.set(i,"display",n)));for(o=0;o<a;o++)null!=r[o]&&(e[o].style.display=r[o]);return e}function w(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&o(e,t)?ke.merge([e],n):n}function C(e,t){for(var n=0,i=e.length;n<i;n++)We.set(e[n],"globalEval",!t||We.get(t[n],"globalEval"))}function k(e,t,n,r,o){for(var a,s,c,l,u,d,f=t.createDocumentFragment(),p=[],g=0,h=e.length;g<h;g++)if((a=e[g])||0===a)if("object"===i(a))ke.merge(p,a.nodeType?[a]:a);else if(rt.test(a)){for(s=s||f.appendChild(t.createElement("div")),c=(tt.exec(a)||["",""])[1].toLowerCase(),l=it[c]||it._default,s.innerHTML=l[1]+ke.htmlPrefilter(a)+l[2],d=l[0];d--;)s=s.lastChild;ke.merge(p,s.childNodes),s=f.firstChild,s.textContent=""}else p.push(t.createTextNode(a));for(f.textContent="",g=0;a=p[g++];)if(r&&ke.inArray(a,r)>-1)o&&o.push(a);else if(u=Ye(a),s=w(f.appendChild(a),"script"),u&&C(s),n)for(d=0;a=s[d++];)nt.test(a.type||"")&&n.push(a);return f}function T(){return!0}function E(){return!1}function S(e,t){return e===A()==("focus"===t)}function A(){try{return ce.activeElement}catch(e){}}function N(e,t,n,i,r,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(i=i||n,n=void 0);for(s in t)N(e,s,n,i,t[s],o);return e}if(null==i&&null==r?(r=n,i=n=void 0):null==r&&("string"==typeof n?(r=i,i=void 0):(r=i,i=n,n=void 0)),!1===r)r=E;else if(!r)return e;return 1===o&&(a=r,r=function(e){return ke().off(e),a.apply(this,arguments)},r.guid=a.guid||(a.guid=ke.guid++)),e.each(function(){ke.event.add(this,t,r,i,n)})}function _(e,t,n){if(!n)return void(void 0===We.get(e,t)&&ke.event.add(e,t,T));We.set(e,t,!1),ke.event.add(e,t,{namespace:!1,handler:function(e){var i,r,o=We.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(ke.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=ue.call(arguments),We.set(this,t,o),i=n(this,t),this[t](),r=We.get(this,t),o!==r||i?We.set(this,t,!1):r={},o!==r)return e.stopImmediatePropagation(),e.preventDefault(),r.value}else o.length&&(We.set(this,t,{value:ke.event.trigger(ke.extend(o[0],ke.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})}function D(e,t){return o(e,"table")&&o(11!==t.nodeType?t:t.firstChild,"tr")?ke(e).children("tbody")[0]||e:e}function L(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function j(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function q(e,t){var n,i,r,o,a,s,c,l;if(1===t.nodeType){if(We.hasData(e)&&(o=We.access(e),a=We.set(t,o),l=o.events)){delete a.handle,a.events={};for(r in l)for(n=0,i=l[r].length;n<i;n++)ke.event.add(t,r,l[r][n])}Fe.hasData(e)&&(s=Fe.access(e),c=ke.extend({},s),Fe.set(t,c))}}function O(e,t){var n=t.nodeName.toLowerCase();"input"===n&&et.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function R(e,t,i,r){t=de.apply([],t);var o,a,s,c,l,u,d=0,f=e.length,p=f-1,g=t[0],h=xe(g);if(h||f>1&&"string"==typeof g&&!be.checkClone&&ut.test(g))return e.each(function(n){var o=e.eq(n);h&&(t[0]=g.call(this,n,o.html())),R(o,t,i,r)});if(f&&(o=k(t,e[0].ownerDocument,!1,e,r),a=o.firstChild,1===o.childNodes.length&&(o=a),a||r)){for(s=ke.map(w(o,"script"),L),c=s.length;d<f;d++)l=o,d!==p&&(l=ke.clone(l,!0,!0),c&&ke.merge(s,w(l,"script"))),i.call(e[d],l,d);if(c)for(u=s[s.length-1].ownerDocument,ke.map(s,j),d=0;d<c;d++)l=s[d],nt.test(l.type||"")&&!We.access(l,"globalEval")&&ke.contains(u,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?ke._evalUrl&&!l.noModule&&ke._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")}):n(l.textContent.replace(dt,""),l,u))}return e}function M(e,t,n){for(var i,r=t?ke.filter(t,e):e,o=0;null!=(i=r[o]);o++)n||1!==i.nodeType||ke.cleanData(w(i)),i.parentNode&&(n&&Ye(i)&&C(w(i,"script")),i.parentNode.removeChild(i));return e}function P(e,t,n){var i,r,o,a,s=e.style;return n=n||pt(e),n&&(a=n.getPropertyValue(t)||n[t],""!==a||Ye(e)||(a=ke.style(e,t)),!be.pixelBoxStyles()&&ft.test(a)&&gt.test(t)&&(i=s.width,r=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=r,s.maxWidth=o)),void 0!==a?a+"":a}function H(e,t){return{get:function(){return e()?void delete this.get:(this.get=t).apply(this,arguments)}}}function I(e){for(var t=e[0].toUpperCase()+e.slice(1),n=ht.length;n--;)if((e=ht[n]+t)in mt)return e}function B(e){var t=ke.cssProps[e]||vt[e];return t||(e in mt?e:vt[e]=I(e)||e)}function W(e,t,n){var i=Ue.exec(t);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):t}function F(e,t,n,i,r,o){var a="width"===t?1:0,s=0,c=0;if(n===(i?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(c+=ke.css(e,n+Ge[a],!0,r)),i?("content"===n&&(c-=ke.css(e,"padding"+Ge[a],!0,r)),"margin"!==n&&(c-=ke.css(e,"border"+Ge[a]+"Width",!0,r))):(c+=ke.css(e,"padding"+Ge[a],!0,r),"padding"!==n?c+=ke.css(e,"border"+Ge[a]+"Width",!0,r):s+=ke.css(e,"border"+Ge[a]+"Width",!0,r));return!i&&o>=0&&(c+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-c-s-.5))||0),c}function $(e,t,n){var i=pt(e),r=!be.boxSizingReliable()||n,o=r&&"border-box"===ke.css(e,"boxSizing",!1,i),a=o,s=P(e,t,i),c="offset"+t[0].toUpperCase()+t.slice(1);if(ft.test(s)){if(!n)return s;s="auto"}return(!be.boxSizingReliable()&&o||"auto"===s||!parseFloat(s)&&"inline"===ke.css(e,"display",!1,i))&&e.getClientRects().length&&(o="border-box"===ke.css(e,"boxSizing",!1,i),(a=c in e)&&(s=e[c])),(s=parseFloat(s)||0)+F(e,t,n||(o?"border":"content"),a,i,s)+"px"}function z(e,t,n,i,r){return new z.prototype.init(e,t,n,i,r)}function V(){kt&&(!1===ce.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(V):e.setTimeout(V,ke.fx.interval),ke.fx.tick())}function U(){return e.setTimeout(function(){Ct=void 0}),Ct=Date.now()}function G(e,t){var n,i=0,r={height:e};for(t=t?1:0;i<4;i+=2-t)n=Ge[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function X(e,t,n){for(var i,r=(K.tweeners[t]||[]).concat(K.tweeners["*"]),o=0,a=r.length;o<a;o++)if(i=r[o].call(n,t,e))return i}function Y(e,t,n){var i,r,o,a,s,c,l,u,d="width"in t||"height"in t,f=this,p={},g=e.style,h=e.nodeType&&Ke(e),m=We.get(e,"fxshow");n.queue||(a=ke._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,f.always(function(){f.always(function(){a.unqueued--,ke.queue(e,"fx").length||a.empty.fire()})}));for(i in t)if(r=t[i],Tt.test(r)){if(delete t[i],o=o||"toggle"===r,r===(h?"hide":"show")){if("show"!==r||!m||void 0===m[i])continue;h=!0}p[i]=m&&m[i]||ke.style(e,i)}if((c=!ke.isEmptyObject(t))||!ke.isEmptyObject(p)){d&&1===e.nodeType&&(n.overflow=[g.overflow,g.overflowX,g.overflowY],l=m&&m.display,null==l&&(l=We.get(e,"display")),u=ke.css(e,"display"),"none"===u&&(l?u=l:(x([e],!0),l=e.style.display||l,u=ke.css(e,"display"),x([e]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===ke.css(e,"float")&&(c||(f.done(function(){g.display=l}),null==l&&(u=g.display,l="none"===u?"":u)),g.display="inline-block")),n.overflow&&(g.overflow="hidden",f.always(function(){g.overflow=n.overflow[0],g.overflowX=n.overflow[1],g.overflowY=n.overflow[2]})),c=!1;for(i in p)c||(m?"hidden"in m&&(h=m.hidden):m=We.access(e,"fxshow",{display:l}),o&&(m.hidden=!h),h&&x([e],!0),f.done(function(){h||x([e]),We.remove(e,"fxshow");for(i in p)ke.style(e,i,p[i])})),c=X(h?m[i]:0,i,f),i in m||(m[i]=c.start,h&&(c.end=c.start,c.start=0))}}function J(e,t){var n,i,r,o,a;for(n in e)if(i=g(n),r=t[i],o=e[n],Array.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),(a=ke.cssHooks[i])&&"expand"in a){o=a.expand(o),delete e[i];for(n in o)n in e||(e[n]=o[n],t[n]=r)}else t[i]=r}function K(e,t,n){var i,r,o=0,a=K.prefilters.length,s=ke.Deferred().always(function(){delete c.elem}),c=function(){if(r)return!1;for(var t=Ct||U(),n=Math.max(0,l.startTime+l.duration-t),i=n/l.duration||0,o=1-i,a=0,c=l.tweens.length;a<c;a++)l.tweens[a].run(o);return s.notifyWith(e,[l,o,n]),o<1&&c?n:(c||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:ke.extend({},t),opts:ke.extend(!0,{specialEasing:{},easing:ke.easing._default},n),originalProperties:t,originalOptions:n,startTime:Ct||U(),duration:n.duration,tweens:[],createTween:function(t,n){var i=ke.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(i),i},stop:function(t){var n=0,i=t?l.tweens.length:0;if(r)return this;for(r=!0;n<i;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),u=l.props;for(J(u,l.opts.specialEasing);o<a;o++)if(i=K.prefilters[o].call(l,e,u,l.opts))return xe(i.stop)&&(ke._queueHooks(l.elem,l.opts.queue).stop=i.stop.bind(i)),i;return ke.map(u,X,l),xe(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),ke.fx.timer(ke.extend(c,{elem:e,anim:l,queue:l.opts.queue})),l}function Q(e){return(e.match(Oe)||[]).join(" ")}function Z(e){return e.getAttribute&&e.getAttribute("class")||""}function ee(e){return Array.isArray(e)?e:"string"==typeof e?e.match(Oe)||[]:[]}function te(e,t,n,r){var o;if(Array.isArray(t))ke.each(t,function(t,i){n||Mt.test(e)?r(e,i):te(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==i(t))r(e,t);else for(o in t)te(e+"["+o+"]",t[o],n,r)}function ne(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,r=0,o=t.toLowerCase().match(Oe)||[];if(xe(n))for(;i=o[r++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function ie(e,t,n,i){function r(s){var c;return o[s]=!0,ke.each(e[s]||[],function(e,s){var l=s(t,n,i);return"string"!=typeof l||a||o[l]?a?!(c=l):void 0:(t.dataTypes.unshift(l),r(l),!1)}),c}var o={},a=e===Xt;return r(t.dataTypes[0])||!o["*"]&&r("*")}function re(e,t){var n,i,r=ke.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:i||(i={}))[n]=t[n]);return i&&ke.extend(!0,e,i),e}function oe(e,t,n){for(var i,r,o,a,s=e.contents,c=e.dataTypes;"*"===c[0];)c.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(r in s)if(s[r]&&s[r].test(i)){c.unshift(r);break}if(c[0]in n)o=c[0];else{for(r in n){if(!c[0]||e.converters[r+" "+c[0]]){o=r;break}a||(a=r)}o=o||a}if(o)return o!==c[0]&&c.unshift(o),n[o]}function ae(e,t,n,i){var r,o,a,s,c,l={},u=e.dataTypes.slice();if(u[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=u.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!c&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=o,o=u.shift())if("*"===o)o=c;else if("*"!==c&&c!==o){if(!(a=l[c+" "+o]||l["* "+o]))for(r in l)if(s=r.split(" "),s[1]===o&&(a=l[c+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[r]:!0!==l[r]&&(o=s[0],u.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+c+" to "+o}}}return{state:"success",data:t}}var se=[],ce=e.document,le=Object.getPrototypeOf,ue=se.slice,de=se.concat,fe=se.push,pe=se.indexOf,ge={},he=ge.toString,me=ge.hasOwnProperty,ve=me.toString,ye=ve.call(Object),be={},xe=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},we=function(e){return null!=e&&e===e.window},Ce={type:!0,src:!0,nonce:!0,noModule:!0},ke=function(e,t){return new ke.fn.init(e,t)},Te=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;ke.fn=ke.prototype={jquery:"3.4.1",constructor:ke,length:0,toArray:function(){return ue.call(this)},get:function(e){return null==e?ue.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=ke.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return ke.each(this,e)},map:function(e){return this.pushStack(ke.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(ue.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:fe,sort:se.sort,splice:se.splice},ke.extend=ke.fn.extend=function(){var e,t,n,i,r,o,a=arguments[0]||{},s=1,c=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||xe(a)||(a={}),s===c&&(a=this,s--);s<c;s++)if(null!=(e=arguments[s]))for(t in e)i=e[t],"__proto__"!==t&&a!==i&&(l&&i&&(ke.isPlainObject(i)||(r=Array.isArray(i)))?(n=a[t],o=r&&!Array.isArray(n)?[]:r||ke.isPlainObject(n)?n:{},r=!1,a[t]=ke.extend(l,o,i)):void 0!==i&&(a[t]=i));return a},ke.extend({expando:"jQuery"+("3.4.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==he.call(e))&&(!(t=le(e))||"function"==typeof(n=me.call(t,"constructor")&&t.constructor)&&ve.call(n)===ye)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){n(e,{nonce:t&&t.nonce})},each:function(e,t){var n,i=0;if(r(e))for(n=e.length;i<n&&!1!==t.call(e[i],i,e[i]);i++);else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},trim:function(e){return null==e?"":(e+"").replace(Te,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(r(Object(e))?ke.merge(n,"string"==typeof e?[e]:e):fe.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:pe.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e},grep:function(e,t,n){for(var i=[],r=0,o=e.length,a=!n;r<o;r++)!t(e[r],r)!==a&&i.push(e[r]);return i},map:function(e,t,n){var i,o,a=0,s=[];if(r(e))for(i=e.length;a<i;a++)null!=(o=t(e[a],a,n))&&s.push(o);else for(a in e)null!=(o=t(e[a],a,n))&&s.push(o);return de.apply([],s)},guid:1,support:be}),"function"==typeof Symbol&&(ke.fn[Symbol.iterator]=se[Symbol.iterator]),ke.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){ge["[object "+t+"]"]=t.toLowerCase()});var Ee=function(e){function t(e,t,n,i){var r,o,a,s,c,u,f,p=t&&t.ownerDocument,g=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==g&&9!==g&&11!==g)return n;if(!i&&((t?t.ownerDocument||t:I)!==L&&D(t),t=t||L,q)){if(11!==g&&(c=ve.exec(e)))if(r=c[1]){if(9===g){if(!(a=t.getElementById(r)))return n;if(a.id===r)return n.push(a),n}else if(p&&(a=p.getElementById(r))&&P(t,a)&&a.id===r)return n.push(a),n}else{if(c[2])return K.apply(n,t.getElementsByTagName(e)),n;if((r=c[3])&&x.getElementsByClassName&&t.getElementsByClassName)return K.apply(n,t.getElementsByClassName(r)),n}if(x.qsa&&!V[e+" "]&&(!O||!O.test(e))&&(1!==g||"object"!==t.nodeName.toLowerCase())){if(f=e,p=t,1===g&&le.test(e)){for((s=t.getAttribute("id"))?s=s.replace(we,Ce):t.setAttribute("id",s=H),u=T(e),o=u.length;o--;)u[o]="#"+s+" "+d(u[o]);f=u.join(","),p=ye.test(e)&&l(t.parentNode)||t}try{return K.apply(n,p.querySelectorAll(f)),n}catch(t){V(e,!0)}finally{s===H&&t.removeAttribute("id")}}}return S(e.replace(ae,"$1"),t,n,i)}function n(){function e(n,i){return t.push(n+" ")>w.cacheLength&&delete e[t.shift()],e[n+" "]=i}var t=[];return e}function i(e){return e[H]=!0,e}function r(e){var t=L.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),i=n.length;i--;)w.attrHandle[n[i]]=t}function a(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&Te(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function c(e){return i(function(t){return t=+t,i(function(n,i){for(var r,o=e([],n.length,t),a=o.length;a--;)n[r=o[a]]&&(n[r]=!(i[r]=n[r]))})})}function l(e){return e&&void 0!==e.getElementsByTagName&&e}function u(){}function d(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function f(e,t,n){var i=t.dir,r=t.next,o=r||i,a=n&&"parentNode"===o,s=W++;return t.first?function(t,n,r){for(;t=t[i];)if(1===t.nodeType||a)return e(t,n,r);return!1}:function(t,n,c){var l,u,d,f=[B,s];if(c){for(;t=t[i];)if((1===t.nodeType||a)&&e(t,n,c))return!0}else for(;t=t[i];)if(1===t.nodeType||a)if(d=t[H]||(t[H]={}),u=d[t.uniqueID]||(d[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[i]||t;else{if((l=u[o])&&l[0]===B&&l[1]===s)return f[2]=l[2];if(u[o]=f,f[2]=e(t,n,c))return!0}return!1}}function p(e){return e.length>1?function(t,n,i){for(var r=e.length;r--;)if(!e[r](t,n,i))return!1;return!0}:e[0]}function g(e,n,i){for(var r=0,o=n.length;r<o;r++)t(e,n[r],i);return i}function h(e,t,n,i,r){for(var o,a=[],s=0,c=e.length,l=null!=t;s<c;s++)(o=e[s])&&(n&&!n(o,i,r)||(a.push(o),l&&t.push(s)));return a}function m(e,t,n,r,o,a){return r&&!r[H]&&(r=m(r)),o&&!o[H]&&(o=m(o,a)),i(function(i,a,s,c){var l,u,d,f=[],p=[],m=a.length,v=i||g(t||"*",s.nodeType?[s]:s,[]),y=!e||!i&&t?v:h(v,f,e,s,c),b=n?o||(i?e:m||r)?[]:a:y;if(n&&n(y,b,s,c),r)for(l=h(b,p),r(l,[],s,c),u=l.length;u--;)(d=l[u])&&(b[p[u]]=!(y[p[u]]=d));if(i){if(o||e){if(o){for(l=[],u=b.length;u--;)(d=b[u])&&l.push(y[u]=d);o(null,b=[],l,c)}for(u=b.length;u--;)(d=b[u])&&(l=o?Z(i,d):f[u])>-1&&(i[l]=!(a[l]=d))}}else b=h(b===a?b.splice(m,b.length):b),o?o(null,a,b,c):K.apply(a,b)})}function v(e){for(var t,n,i,r=e.length,o=w.relative[e[0].type],a=o||w.relative[" "],s=o?1:0,c=f(function(e){return e===t},a,!0),l=f(function(e){return Z(t,e)>-1},a,!0),u=[function(e,n,i){var r=!o&&(i||n!==A)||((t=n).nodeType?c(e,n,i):l(e,n,i));return t=null,r}];s<r;s++)if(n=w.relative[e[s].type])u=[f(p(u),n)];else{if(n=w.filter[e[s].type].apply(null,e[s].matches),n[H]){for(i=++s;i<r&&!w.relative[e[i].type];i++);return m(s>1&&p(u),s>1&&d(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(ae,"$1"),n,s<i&&v(e.slice(s,i)),i<r&&v(e=e.slice(i)),i<r&&d(e))}u.push(n)}return p(u)}function y(e,n){var r=n.length>0,o=e.length>0,a=function(i,a,s,c,l){var u,d,f,p=0,g="0",m=i&&[],v=[],y=A,b=i||o&&w.find.TAG("*",l),x=B+=null==y?1:Math.random()||.1,C=b.length;for(l&&(A=a===L||a||l);g!==C&&null!=(u=b[g]);g++){if(o&&u){for(d=0,a||u.ownerDocument===L||(D(u),s=!q);f=e[d++];)if(f(u,a||L,s)){c.push(u);break}l&&(B=x)}r&&((u=!f&&u)&&p--,i&&m.push(u))}if(p+=g,r&&g!==p){for(d=0;f=n[d++];)f(m,v,a,s);if(i){if(p>0)for(;g--;)m[g]||v[g]||(v[g]=Y.call(c));v=h(v)}K.apply(c,v),l&&!i&&v.length>0&&p+n.length>1&&t.uniqueSort(c)}return l&&(B=x,A=y),m};return r?i(a):a}var b,x,w,C,k,T,E,S,A,N,_,D,L,j,q,O,R,M,P,H="sizzle"+1*new Date,I=e.document,B=0,W=0,F=n(),$=n(),z=n(),V=n(),U=function(e,t){return e===t&&(_=!0),0},G={}.hasOwnProperty,X=[],Y=X.pop,J=X.push,K=X.push,Q=X.slice,Z=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},ee="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",te="[\\x20\\t\\r\\n\\f]",ne="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ie="\\["+te+"*("+ne+")(?:"+te+"*([*^$|!~]?=)"+te+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ne+"))|)"+te+"*\\]",re=":("+ne+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ie+")*)|.*)\\)|)",oe=new RegExp(te+"+","g"),ae=new RegExp("^"+te+"+|((?:^|[^\\\\])(?:\\\\.)*)"+te+"+$","g"),se=new RegExp("^"+te+"*,"+te+"*"),ce=new RegExp("^"+te+"*([>+~]|"+te+")"+te+"*"),le=new RegExp(te+"|>"),ue=new RegExp(re),de=new RegExp("^"+ne+"$"),fe={ID:new RegExp("^#("+ne+")"),CLASS:new RegExp("^\\.("+ne+")"),TAG:new RegExp("^("+ne+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+re),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+te+"*(even|odd|(([+-]|)(\\d*)n|)"+te+"*(?:([+-]|)"+te+"*(\\d+)|))"+te+"*\\)|)","i"),bool:new RegExp("^(?:"+ee+")$","i"),needsContext:new RegExp("^"+te+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+te+"*((?:-\\d)?\\d*)"+te+"*\\)|)(?=[^-]|$)","i")},pe=/HTML$/i,ge=/^(?:input|select|textarea|button)$/i,he=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ve=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ye=/[+~]/,be=new RegExp("\\\\([\\da-f]{1,6}"+te+"?|("+te+")|.)","ig"),xe=function(e,t,n){var i="0x"+t-65536;return i!==i||n?t:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},we=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Ce=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ke=function(){D()},Te=f(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{K.apply(X=Q.call(I.childNodes),I.childNodes),X[I.childNodes.length].nodeType}catch(e){K={apply:X.length?function(e,t){J.apply(e,Q.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}x=t.support={},k=t.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!pe.test(t||n&&n.nodeName||"HTML")},D=t.setDocument=function(e){var t,n,i=e?e.ownerDocument||e:I;return i!==L&&9===i.nodeType&&i.documentElement?(L=i,j=L.documentElement,q=!k(L),I!==L&&(n=L.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",ke,!1):n.attachEvent&&n.attachEvent("onunload",ke)),x.attributes=r(function(e){return e.className="i",!e.getAttribute("className")}),x.getElementsByTagName=r(function(e){return e.appendChild(L.createComment("")),!e.getElementsByTagName("*").length}),x.getElementsByClassName=me.test(L.getElementsByClassName),x.getById=r(function(e){return j.appendChild(e).id=H,!L.getElementsByName||!L.getElementsByName(H).length}),x.getById?(w.filter.ID=function(e){var t=e.replace(be,xe);return function(e){return e.getAttribute("id")===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&q){var n=t.getElementById(e);return n?[n]:[]}}):(w.filter.ID=function(e){var t=e.replace(be,xe);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&q){var n,i,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),w.find.TAG=x.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):x.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&i.push(n);return i}return o},w.find.CLASS=x.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&q)return t.getElementsByClassName(e)},R=[],O=[],(x.qsa=me.test(L.querySelectorAll))&&(r(function(e){j.appendChild(e).innerHTML="<a id='"+H+"'></a><select id='"+H+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&O.push("[*^$]="+te+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||O.push("\\["+te+"*(?:value|"+ee+")"),e.querySelectorAll("[id~="+H+"-]").length||O.push("~="),e.querySelectorAll(":checked").length||O.push(":checked"),e.querySelectorAll("a#"+H+"+*").length||O.push(".#.+[+~]")}),r(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=L.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&O.push("name"+te+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&O.push(":enabled",":disabled"),j.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&O.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),O.push(",.*:")})),(x.matchesSelector=me.test(M=j.matches||j.webkitMatchesSelector||j.mozMatchesSelector||j.oMatchesSelector||j.msMatchesSelector))&&r(function(e){x.disconnectedMatch=M.call(e,"*"),M.call(e,"[s!='']:x"),R.push("!=",re)}),O=O.length&&new RegExp(O.join("|")),R=R.length&&new RegExp(R.join("|")),t=me.test(j.compareDocumentPosition),P=t||me.test(j.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=t?function(e,t){if(e===t)return _=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!x.sortDetached&&t.compareDocumentPosition(e)===n?e===L||e.ownerDocument===I&&P(I,e)?-1:t===L||t.ownerDocument===I&&P(I,t)?1:N?Z(N,e)-Z(N,t):0:4&n?-1:1)}:function(e,t){if(e===t)return _=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,s=[e],c=[t];if(!r||!o)return e===L?-1:t===L?1:r?-1:o?1:N?Z(N,e)-Z(N,t):0;if(r===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)c.unshift(n);for(;s[i]===c[i];)i++;return i?a(s[i],c[i]):s[i]===I?-1:c[i]===I?1:0},L):L},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==L&&D(e),x.matchesSelector&&q&&!V[n+" "]&&(!R||!R.test(n))&&(!O||!O.test(n)))try{var i=M.call(e,n);if(i||x.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){V(n,!0)}return t(n,L,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==L&&D(e),P(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==L&&D(e);var n=w.attrHandle[t.toLowerCase()],i=n&&G.call(w.attrHandle,t.toLowerCase())?n(e,t,!q):void 0;return void 0!==i?i:x.attributes||!q?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},t.escape=function(e){return(e+"").replace(we,Ce)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],i=0,r=0;if(_=!x.detectDuplicates,N=!x.sortStable&&e.slice(0),e.sort(U),_){for(;t=e[r++];)t===e[r]&&(i=n.push(r));for(;i--;)e.splice(n[i],1)}return N=null,e},C=t.getText=function(e){var t,n="",i=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=C(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[i++];)n+=C(t);return n},w=t.selectors={cacheLength:50,createPseudo:i,match:fe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(be,xe),e[3]=(e[3]||e[4]||e[5]||"").replace(be,xe),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return fe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&ue.test(n)&&(t=T(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(be,xe).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=F[e+" "];return t||(t=new RegExp("(^|"+te+")"+e+"("+te+"|$)"))&&F(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,i){return function(r){var o=t.attr(r,e);return null==o?"!="===n:!n||(o+="","="===n?o===i:"!="===n?o!==i:"^="===n?i&&0===o.indexOf(i):"*="===n?i&&o.indexOf(i)>-1:"$="===n?i&&o.slice(-i.length)===i:"~="===n?(" "+o.replace(oe," ")+" ").indexOf(i)>-1:"|="===n&&(o===i||o.slice(0,i.length+1)===i+"-"))}},CHILD:function(e,t,n,i,r){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===i&&0===r?function(e){return!!e.parentNode}:function(t,n,c){var l,u,d,f,p,g,h=o!==a?"nextSibling":"previousSibling",m=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!c&&!s,b=!1;if(m){if(o){for(;h;){for(f=t;f=f[h];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;g=h="only"===e&&!g&&"nextSibling"}return!0}if(g=[a?m.firstChild:m.lastChild],a&&y){for(f=m,d=f[H]||(f[H]={}),u=d[f.uniqueID]||(d[f.uniqueID]={}),l=u[e]||[],p=l[0]===B&&l[1],b=p&&l[2],f=p&&m.childNodes[p];f=++p&&f&&f[h]||(b=p=0)||g.pop();)if(1===f.nodeType&&++b&&f===t){u[e]=[B,p,b];break}}else if(y&&(f=t,d=f[H]||(f[H]={}),u=d[f.uniqueID]||(d[f.uniqueID]={}),l=u[e]||[],p=l[0]===B&&l[1],b=p),!1===b)for(;(f=++p&&f&&f[h]||(b=p=0)||g.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&(d=f[H]||(f[H]={}),u=d[f.uniqueID]||(d[f.uniqueID]={}),u[e]=[B,b]),f!==t)););return(b-=r)===i||b%i==0&&b/i>=0}}},PSEUDO:function(e,n){var r,o=w.pseudos[e]||w.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[H]?o(n):o.length>1?(r=[e,e,"",n],w.setFilters.hasOwnProperty(e.toLowerCase())?i(function(e,t){for(var i,r=o(e,n),a=r.length;a--;)i=Z(e,r[a]),e[i]=!(t[i]=r[a])}):function(e){return o(e,0,r)}):o}},pseudos:{not:i(function(e){var t=[],n=[],r=E(e.replace(ae,"$1"));return r[H]?i(function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:i(function(e){return function(n){return t(e,n).length>0}}),contains:i(function(e){return e=e.replace(be,xe),function(t){return(t.textContent||C(t)).indexOf(e)>-1}}),lang:i(function(e){return de.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(be,xe).toLowerCase(),function(t){var n;do{if(n=q?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===j},focus:function(e){return e===L.activeElement&&(!L.hasFocus||L.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!w.pseudos.empty(e)},header:function(e){return he.test(e.nodeName)},input:function(e){return ge.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:c(function(){return[0]}),last:c(function(e,t){return[t-1]}),eq:c(function(e,t,n){return[n<0?n+t:n]}),even:c(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:c(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:c(function(e,t,n){for(var i=n<0?n+t:n>t?t:n;--i>=0;)e.push(i);return e}),gt:c(function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e})}},w.pseudos.nth=w.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})w.pseudos[b]=function(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}(b);for(b in{submit:!0,reset:!0})w.pseudos[b]=function(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}(b);return u.prototype=w.filters=w.pseudos,w.setFilters=new u,T=t.tokenize=function(e,n){var i,r,o,a,s,c,l,u=$[e+" "];if(u)return n?0:u.slice(0);for(s=e,c=[],l=w.preFilter;s;){i&&!(r=se.exec(s))||(r&&(s=s.slice(r[0].length)||s),c.push(o=[])),i=!1,(r=ce.exec(s))&&(i=r.shift(),o.push({value:i,type:r[0].replace(ae," ")}),s=s.slice(i.length));for(a in w.filter)!(r=fe[a].exec(s))||l[a]&&!(r=l[a](r))||(i=r.shift(),o.push({value:i,type:a,matches:r}),s=s.slice(i.length));if(!i)break}return n?s.length:s?t.error(e):$(e,c).slice(0)},E=t.compile=function(e,t){var n,i=[],r=[],o=z[e+" "];if(!o){for(t||(t=T(e)),n=t.length;n--;)o=v(t[n]),o[H]?i.push(o):r.push(o);o=z(e,y(r,i)),o.selector=e}return o},S=t.select=function(e,t,n,i){var r,o,a,s,c,u="function"==typeof e&&e,f=!i&&T(e=u.selector||e);if(n=n||[],1===f.length){if(o=f[0]=f[0].slice(0),o.length>2&&"ID"===(a=o[0]).type&&9===t.nodeType&&q&&w.relative[o[1].type]){if(!(t=(w.find.ID(a.matches[0].replace(be,xe),t)||[])[0]))return n;u&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(r=fe.needsContext.test(e)?0:o.length;r--&&(a=o[r],!w.relative[s=a.type]);)if((c=w.find[s])&&(i=c(a.matches[0].replace(be,xe),ye.test(o[0].type)&&l(t.parentNode)||t))){if(o.splice(r,1),!(e=i.length&&d(o)))return K.apply(n,i),n;break}}return(u||E(e,f))(i,t,!q,n,!t||ye.test(e)&&l(t.parentNode)||t),n},x.sortStable=H.split("").sort(U).join("")===H,x.detectDuplicates=!!_,D(),x.sortDetached=r(function(e){return 1&e.compareDocumentPosition(L.createElement("fieldset"))}),r(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),x.attributes&&r(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),r(function(e){return null==e.getAttribute("disabled")})||o(ee,function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null}),t}(e);ke.find=Ee,ke.expr=Ee.selectors,ke.expr[":"]=ke.expr.pseudos,ke.uniqueSort=ke.unique=Ee.uniqueSort,ke.text=Ee.getText,ke.isXMLDoc=Ee.isXML,ke.contains=Ee.contains,ke.escapeSelector=Ee.escape;var Se=function(e,t,n){for(var i=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&ke(e).is(n))break;i.push(e)}return i},Ae=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Ne=ke.expr.match.needsContext,_e=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;ke.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?ke.find.matchesSelector(i,e)?[i]:[]:ke.find.matches(e,ke.grep(t,function(e){return 1===e.nodeType}))},ke.fn.extend({find:function(e){var t,n,i=this.length,r=this;if("string"!=typeof e)return this.pushStack(ke(e).filter(function(){for(t=0;t<i;t++)if(ke.contains(r[t],this))return!0}));for(n=this.pushStack([]),t=0;t<i;t++)ke.find(e,r[t],n);return i>1?ke.uniqueSort(n):n},filter:function(e){return this.pushStack(a(this,e||[],!1))},not:function(e){return this.pushStack(a(this,e||[],!0))},is:function(e){return!!a(this,"string"==typeof e&&Ne.test(e)?ke(e):e||[],!1).length}});var De,Le=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(ke.fn.init=function(e,t,n){var i,r;if(!e)return this;if(n=n||De,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:Le.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof ke?t[0]:t,ke.merge(this,ke.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:ce,!0)),_e.test(i[1])&&ke.isPlainObject(t))for(i in t)xe(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return r=ce.getElementById(i[2]),r&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):xe(e)?void 0!==n.ready?n.ready(e):e(ke):ke.makeArray(e,this)}).prototype=ke.fn,De=ke(ce);var je=/^(?:parents|prev(?:Until|All))/,qe={children:!0,contents:!0,next:!0,prev:!0};ke.fn.extend({has:function(e){var t=ke(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(ke.contains(this,t[e]))return!0})},closest:function(e,t){var n,i=0,r=this.length,o=[],a="string"!=typeof e&&ke(e);if(!Ne.test(e))for(;i<r;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&ke.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?ke.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?pe.call(ke(e),this[0]):pe.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(ke.uniqueSort(ke.merge(this.get(),ke(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),ke.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Se(e,"parentNode")},parentsUntil:function(e,t,n){return Se(e,"parentNode",n)},next:function(e){return s(e,"nextSibling")},prev:function(e){return s(e,"previousSibling")},nextAll:function(e){return Se(e,"nextSibling")},prevAll:function(e){return Se(e,"previousSibling")},nextUntil:function(e,t,n){return Se(e,"nextSibling",n)},prevUntil:function(e,t,n){return Se(e,"previousSibling",n)},siblings:function(e){return Ae((e.parentNode||{}).firstChild,e)},children:function(e){return Ae(e.firstChild)},contents:function(e){return void 0!==e.contentDocument?e.contentDocument:(o(e,"template")&&(e=e.content||e),ke.merge([],e.childNodes))}},function(e,t){ke.fn[e]=function(n,i){var r=ke.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(r=ke.filter(i,r)),this.length>1&&(qe[e]||ke.uniqueSort(r),je.test(e)&&r.reverse()),this.pushStack(r)}});var Oe=/[^\x20\t\r\n\f]+/g;ke.Callbacks=function(e){e="string"==typeof e?c(e):ke.extend({},e);var t,n,r,o,a=[],s=[],l=-1,u=function(){for(o=o||e.once,r=t=!0;s.length;l=-1)for(n=s.shift();++l<a.length;)!1===a[l].apply(n[0],n[1])&&e.stopOnFalse&&(l=a.length,n=!1);e.memory||(n=!1),t=!1,o&&(a=n?[]:"")},d={add:function(){return a&&(n&&!t&&(l=a.length-1,s.push(n)),function t(n){ke.each(n,function(n,r){xe(r)?e.unique&&d.has(r)||a.push(r):r&&r.length&&"string"!==i(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return ke.each(arguments,function(e,t){for(var n;(n=ke.inArray(t,a,n))>-1;)a.splice(n,1),n<=l&&l--}),this},has:function(e){return e?ke.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return o=s=[],a=n="",this},disabled:function(){return!a},lock:function(){return o=s=[],n||t||(a=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||u()),this},fire:function(){return d.fireWith(this,arguments),this},fired:function(){return!!r}};return d},ke.extend({Deferred:function(t){var n=[["notify","progress",ke.Callbacks("memory"),ke.Callbacks("memory"),2],["resolve","done",ke.Callbacks("once memory"),ke.Callbacks("once memory"),0,"resolved"],["reject","fail",ke.Callbacks("once memory"),ke.Callbacks("once memory"),1,"rejected"]],i="pending",r={state:function(){return i},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return ke.Deferred(function(t){ke.each(n,function(n,i){var r=xe(e[i[4]])&&e[i[4]];o[i[1]](function(){var e=r&&r.apply(this,arguments);e&&xe(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[i[0]+"With"](this,r?[e]:arguments)})}),e=null}).promise()},then:function(t,i,r){function o(t,n,i,r){return function(){var s=this,c=arguments,d=function(){var e,d;if(!(t<a)){if((e=i.apply(s,c))===n.promise())throw new TypeError("Thenable self-resolution");d=e&&("object"==typeof e||"function"==typeof e)&&e.then,xe(d)?r?d.call(e,o(a,n,l,r),o(a,n,u,r)):(a++,d.call(e,o(a,n,l,r),o(a,n,u,r),o(a,n,l,n.notifyWith))):(i!==l&&(s=void 0,c=[e]),(r||n.resolveWith)(s,c))}},f=r?d:function(){try{d()}catch(e){ke.Deferred.exceptionHook&&ke.Deferred.exceptionHook(e,f.stackTrace),t+1>=a&&(i!==u&&(s=void 0,c=[e]),n.rejectWith(s,c))}};t?f():(ke.Deferred.getStackHook&&(f.stackTrace=ke.Deferred.getStackHook()),e.setTimeout(f))}}var a=0;return ke.Deferred(function(e){n[0][3].add(o(0,e,xe(r)?r:l,e.notifyWith)),n[1][3].add(o(0,e,xe(t)?t:l)),n[2][3].add(o(0,e,xe(i)?i:u))}).promise()},promise:function(e){return null!=e?ke.extend(e,r):r}},o={};return ke.each(n,function(e,t){var a=t[2],s=t[5];r[t[1]]=a.add,s&&a.add(function(){i=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),r.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,i=Array(n),r=ue.call(arguments),o=ke.Deferred(),a=function(e){return function(n){i[e]=this,r[e]=arguments.length>1?ue.call(arguments):n,--t||o.resolveWith(i,r)}};if(t<=1&&(d(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||xe(r[n]&&r[n].then)))return o.then();for(;n--;)d(r[n],a(n),o.reject);return o.promise()}});var Re=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;ke.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&Re.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},ke.readyException=function(t){e.setTimeout(function(){throw t})};var Me=ke.Deferred();ke.fn.ready=function(e){return Me.then(e).catch(function(e){ke.readyException(e)}),this},ke.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--ke.readyWait:ke.isReady)||(ke.isReady=!0,!0!==e&&--ke.readyWait>0||Me.resolveWith(ce,[ke]))}}),ke.ready.then=Me.then,"complete"===ce.readyState||"loading"!==ce.readyState&&!ce.documentElement.doScroll?e.setTimeout(ke.ready):(ce.addEventListener("DOMContentLoaded",f),e.addEventListener("load",f));var Pe=function(e,t,n,r,o,a,s){var c=0,l=e.length,u=null==n;if("object"===i(n)){o=!0;for(c in n)Pe(e,t,c,n[c],!0,a,s)}else if(void 0!==r&&(o=!0,xe(r)||(s=!0),u&&(s?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(ke(e),n)})),t))for(;c<l;c++)t(e[c],n,s?r:r.call(e[c],c,t(e[c],n)));return o?e:u?t.call(e):l?t(e[0],n):a},He=/^-ms-/,Ie=/-([a-z])/g,Be=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};h.uid=1,h.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Be(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var i,r=this.cache(e);if("string"==typeof t)r[g(t)]=n;else for(i in t)r[g(i)]=t[i];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][g(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i=e[this.expando];if(void 0!==i){if(void 0!==t){Array.isArray(t)?t=t.map(g):(t=g(t),t=t in i?[t]:t.match(Oe)||[]),n=t.length;for(;n--;)delete i[t[n]]}(void 0===t||ke.isEmptyObject(i))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!ke.isEmptyObject(t)}};var We=new h,Fe=new h,$e=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ze=/[A-Z]/g;ke.extend({hasData:function(e){return Fe.hasData(e)||We.hasData(e)},data:function(e,t,n){return Fe.access(e,t,n)},removeData:function(e,t){Fe.remove(e,t)},_data:function(e,t,n){return We.access(e,t,n)},_removeData:function(e,t){We.remove(e,t)}}),ke.fn.extend({data:function(e,t){var n,i,r,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(r=Fe.get(o),1===o.nodeType&&!We.get(o,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&(i=a[n].name,0===i.indexOf("data-")&&(i=g(i.slice(5)),v(o,i,r[i])));We.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof e?this.each(function(){Fe.set(this,e)}):Pe(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=Fe.get(o,e)))return n;if(void 0!==(n=v(o,e)))return n}else this.each(function(){Fe.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Fe.remove(this,e)})}}),ke.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=We.get(e,t),n&&(!i||Array.isArray(n)?i=We.access(e,t,ke.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=ke.queue(e,t),i=n.length,r=n.shift(),o=ke._queueHooks(e,t),a=function(){ke.dequeue(e,t)};"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,a,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return We.get(e,n)||We.access(e,n,{empty:ke.Callbacks("once memory").add(function(){We.remove(e,[t+"queue",n])})})}}),ke.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?ke.queue(this[0],e):void 0===t?this:this.each(function(){var n=ke.queue(this,e,t);ke._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&ke.dequeue(this,e)})},dequeue:function(e){return this.each(function(){ke.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,r=ke.Deferred(),o=this,a=this.length,s=function(){--i||r.resolveWith(o,[o])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";a--;)(n=We.get(o[a],e+"queueHooks"))&&n.empty&&(i++,n.empty.add(s));return s(),r.promise(t)}});var Ve=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ue=new RegExp("^(?:([+-])=|)("+Ve+")([a-z%]*)$","i"),Ge=["Top","Right","Bottom","Left"],Xe=ce.documentElement,Ye=function(e){return ke.contains(e.ownerDocument,e)},Je={composed:!0};Xe.getRootNode&&(Ye=function(e){return ke.contains(e.ownerDocument,e)||e.getRootNode(Je)===e.ownerDocument});var Ke=function(e,t){return e=t||e,"none"===e.style.display||""===e.style.display&&Ye(e)&&"none"===ke.css(e,"display")},Qe=function(e,t,n,i){var r,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];r=n.apply(e,i||[]);for(o in t)e.style[o]=a[o];return r},Ze={};ke.fn.extend({show:function(){return x(this,!0)},hide:function(){return x(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){Ke(this)?ke(this).show():ke(this).hide()})}});var et=/^(?:checkbox|radio)$/i,tt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,nt=/^$|^module$|\/(?:java|ecma)script/i,it={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};it.optgroup=it.option,it.tbody=it.tfoot=it.colgroup=it.caption=it.thead,it.th=it.td;var rt=/<|&#?\w+;/;!function(){var e=ce.createDocumentFragment(),t=e.appendChild(ce.createElement("div")),n=ce.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),be.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",be.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var ot=/^key/,at=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,st=/^([^.]*)(?:\.(.+)|)/;ke.event={global:{},add:function(e,t,n,i,r){var o,a,s,c,l,u,d,f,p,g,h,m=We.get(e);if(m)for(n.handler&&(o=n,n=o.handler,r=o.selector),r&&ke.find.matchesSelector(Xe,r),n.guid||(n.guid=ke.guid++),(c=m.events)||(c=m.events={}),(a=m.handle)||(a=m.handle=function(t){return void 0!==ke&&ke.event.triggered!==t.type?ke.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(Oe)||[""],l=t.length;l--;)s=st.exec(t[l])||[],p=h=s[1],g=(s[2]||"").split(".").sort(),p&&(d=ke.event.special[p]||{},p=(r?d.delegateType:d.bindType)||p,d=ke.event.special[p]||{},u=ke.extend({type:p,origType:h,data:i,handler:n,guid:n.guid,selector:r,needsContext:r&&ke.expr.match.needsContext.test(r),namespace:g.join(".")},o),(f=c[p])||(f=c[p]=[],f.delegateCount=0,d.setup&&!1!==d.setup.call(e,i,g,a)||e.addEventListener&&e.addEventListener(p,a)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),r?f.splice(f.delegateCount++,0,u):f.push(u),ke.event.global[p]=!0)},remove:function(e,t,n,i,r){var o,a,s,c,l,u,d,f,p,g,h,m=We.hasData(e)&&We.get(e);if(m&&(c=m.events)){for(t=(t||"").match(Oe)||[""],l=t.length;l--;)if(s=st.exec(t[l])||[],p=h=s[1],g=(s[2]||"").split(".").sort(),p){for(d=ke.event.special[p]||{},p=(i?d.delegateType:d.bindType)||p,f=c[p]||[],s=s[2]&&new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=f.length;o--;)u=f[o],!r&&h!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(f.splice(o,1),u.selector&&f.delegateCount--,d.remove&&d.remove.call(e,u));a&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,g,m.handle)||ke.removeEvent(e,p,m.handle),delete c[p])}else for(p in c)ke.event.remove(e,p+t[l],n,i,!0);ke.isEmptyObject(c)&&We.remove(e,"handle events")}},dispatch:function(e){var t,n,i,r,o,a,s=ke.event.fix(e),c=new Array(arguments.length),l=(We.get(this,"events")||{})[s.type]||[],u=ke.event.special[s.type]||{};for(c[0]=s,t=1;t<arguments.length;t++)c[t]=arguments[t];if(s.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,s)){for(a=ke.event.handlers.call(this,s,l),t=0;(r=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(i=((ke.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,c))&&!1===(s.result=i)&&(s.preventDefault(),s.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,i,r,o,a,s=[],c=t.delegateCount,l=e.target;if(c&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<c;n++)i=t[n],r=i.selector+" ",void 0===a[r]&&(a[r]=i.needsContext?ke(r,this).index(l)>-1:ke.find(r,this,null,[l]).length),a[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return l=this,c<t.length&&s.push({elem:l,handlers:t.slice(c)}),s},addProp:function(e,t){Object.defineProperty(ke.Event.prototype,e,{enumerable:!0,configurable:!0,get:xe(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[ke.expando]?e:new ke.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return et.test(t.type)&&t.click&&o(t,"input")&&_(t,"click",T),!1},trigger:function(e){var t=this||e;return et.test(t.type)&&t.click&&o(t,"input")&&_(t,"click"),!0},_default:function(e){var t=e.target;return et.test(t.type)&&t.click&&o(t,"input")&&We.get(t,"click")||o(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},ke.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},ke.Event=function(e,t){if(!(this instanceof ke.Event))return new ke.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?T:E,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&ke.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[ke.expando]=!0},ke.Event.prototype={constructor:ke.Event,isDefaultPrevented:E,isPropagationStopped:E,isImmediatePropagationStopped:E,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=T,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=T,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=T,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},ke.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&ot.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&at.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},ke.event.addProp),ke.each({focus:"focusin",blur:"focusout"},function(e,t){ke.event.special[e]={setup:function(){return _(this,e,S),!1},trigger:function(){return _(this,e),!0},delegateType:t}}),ke.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){ke.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,r=e.relatedTarget,o=e.handleObj;return r&&(r===i||ke.contains(i,r))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),ke.fn.extend({on:function(e,t,n,i){return N(this,e,t,n,i)},one:function(e,t,n,i){return N(this,e,t,n,i,1)},off:function(e,t,n){var i,r;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,ke(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=E),this.each(function(){ke.event.remove(this,e,n,t)})}});var ct=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,lt=/<script|<style|<link/i,ut=/checked\s*(?:[^=]|=\s*.checked.)/i,dt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ke.extend({htmlPrefilter:function(e){return e.replace(ct,"<$1></$2>")},clone:function(e,t,n){var i,r,o,a,s=e.cloneNode(!0),c=Ye(e);if(!(be.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||ke.isXMLDoc(e)))for(a=w(s),o=w(e),i=0,r=o.length;i<r;i++)O(o[i],a[i]);if(t)if(n)for(o=o||w(e),a=a||w(s),i=0,r=o.length;i<r;i++)q(o[i],a[i]);else q(e,s);return a=w(s,"script"),a.length>0&&C(a,!c&&w(e,"script")),s},cleanData:function(e){for(var t,n,i,r=ke.event.special,o=0;void 0!==(n=e[o]);o++)if(Be(n)){if(t=n[We.expando]){if(t.events)for(i in t.events)r[i]?ke.event.remove(n,i):ke.removeEvent(n,i,t.handle);n[We.expando]=void 0}n[Fe.expando]&&(n[Fe.expando]=void 0)}}}),ke.fn.extend({detach:function(e){return M(this,e,!0)},remove:function(e){return M(this,e)},text:function(e){return Pe(this,function(e){return void 0===e?ke.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return R(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){D(this,e).appendChild(e)}})},prepend:function(){return R(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=D(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return R(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return R(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(ke.cleanData(w(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return ke.clone(this,e,t)})},html:function(e){return Pe(this,function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!lt.test(e)&&!it[(tt.exec(e)||["",""])[1].toLowerCase()]){e=ke.htmlPrefilter(e);try{for(;n<i;n++)t=this[n]||{},1===t.nodeType&&(ke.cleanData(w(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return R(this,arguments,function(t){var n=this.parentNode;ke.inArray(this,e)<0&&(ke.cleanData(w(this)),n&&n.replaceChild(t,this))},e)}}),ke.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){ke.fn[e]=function(e){for(var n,i=[],r=ke(e),o=r.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),ke(r[a])[t](n),fe.apply(i,n.get());return this.pushStack(i)}});var ft=new RegExp("^("+Ve+")(?!px)[a-z%]+$","i"),pt=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},gt=new RegExp(Ge.join("|"),"i");!function(){function t(){if(l){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Xe.appendChild(c).appendChild(l);var t=e.getComputedStyle(l);i="1%"!==t.top,s=12===n(t.marginLeft),l.style.right="60%",a=36===n(t.right),r=36===n(t.width),l.style.position="absolute",o=12===n(l.offsetWidth/3),Xe.removeChild(c),l=null}}function n(e){return Math.round(parseFloat(e))}var i,r,o,a,s,c=ce.createElement("div"),l=ce.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",be.clearCloneStyle="content-box"===l.style.backgroundClip,ke.extend(be,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),a},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),s},scrollboxSize:function(){return t(),o}}))}();var ht=["Webkit","Moz","ms"],mt=ce.createElement("div").style,vt={},yt=/^(none|table(?!-c[ea]).+)/,bt=/^--/,xt={position:"absolute",visibility:"hidden",display:"block"},wt={letterSpacing:"0",fontWeight:"400"};ke.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=P(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,o,a,s=g(t),c=bt.test(t),l=e.style;if(c||(t=B(s)),a=ke.cssHooks[t]||ke.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(e,!1,i))?r:l[t];o=typeof n,"string"===o&&(r=Ue.exec(n))&&r[1]&&(n=y(e,t,r),o="number"),null!=n&&n===n&&("number"!==o||c||(n+=r&&r[3]||(ke.cssNumber[s]?"":"px")),be.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,i))||(c?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,i){var r,o,a,s=g(t);return bt.test(t)||(t=B(s)),a=ke.cssHooks[t]||ke.cssHooks[s],a&&"get"in a&&(r=a.get(e,!0,n)),void 0===r&&(r=P(e,t,i)),"normal"===r&&t in wt&&(r=wt[t]),""===n||n?(o=parseFloat(r),!0===n||isFinite(o)?o||0:r):r}}),ke.each(["height","width"],function(e,t){ke.cssHooks[t]={get:function(e,n,i){if(n)return!yt.test(ke.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?$(e,t,i):Qe(e,xt,function(){return $(e,t,i)})},set:function(e,n,i){var r,o=pt(e),a=!be.scrollboxSize()&&"absolute"===o.position,s=a||i,c=s&&"border-box"===ke.css(e,"boxSizing",!1,o),l=i?F(e,t,i,c,o):0;return c&&a&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-F(e,t,"border",!1,o)-.5)),l&&(r=Ue.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=ke.css(e,t)),W(e,n,l)}}}),ke.cssHooks.marginLeft=H(be.reliableMarginLeft,function(e,t){if(t)return(parseFloat(P(e,"marginLeft"))||e.getBoundingClientRect().left-Qe(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),ke.each({margin:"",padding:"",border:"Width"},function(e,t){ke.cssHooks[e+t]={expand:function(n){for(var i=0,r={},o="string"==typeof n?n.split(" "):[n];i<4;i++)r[e+Ge[i]+t]=o[i]||o[i-2]||o[0];return r}},"margin"!==e&&(ke.cssHooks[e+t].set=W)}),ke.fn.extend({css:function(e,t){return Pe(this,function(e,t,n){var i,r,o={},a=0;if(Array.isArray(t)){for(i=pt(e),r=t.length;a<r;a++)o[t[a]]=ke.css(e,t[a],!1,i);return o}return void 0!==n?ke.style(e,t,n):ke.css(e,t)},e,t,arguments.length>1)}}),ke.Tween=z,z.prototype={constructor:z,init:function(e,t,n,i,r,o){this.elem=e,this.prop=n,this.easing=r||ke.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(ke.cssNumber[n]?"":"px")},cur:function(){var e=z.propHooks[this.prop];return e&&e.get?e.get(this):z.propHooks._default.get(this)},run:function(e){var t,n=z.propHooks[this.prop];return this.options.duration?this.pos=t=ke.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):z.propHooks._default.set(this),this}},z.prototype.init.prototype=z.prototype,z.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=ke.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){ke.fx.step[e.prop]?ke.fx.step[e.prop](e):1!==e.elem.nodeType||!ke.cssHooks[e.prop]&&null==e.elem.style[B(e.prop)]?e.elem[e.prop]=e.now:ke.style(e.elem,e.prop,e.now+e.unit)}}},z.propHooks.scrollTop=z.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},ke.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},ke.fx=z.prototype.init,ke.fx.step={};var Ct,kt,Tt=/^(?:toggle|show|hide)$/,Et=/queueHooks$/;ke.Animation=ke.extend(K,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return y(n.elem,e,Ue.exec(t),n),n}]},tweener:function(e,t){xe(e)?(t=e,e=["*"]):e=e.match(Oe);for(var n,i=0,r=e.length;i<r;i++)n=e[i],K.tweeners[n]=K.tweeners[n]||[],K.tweeners[n].unshift(t)},prefilters:[Y],prefilter:function(e,t){t?K.prefilters.unshift(e):K.prefilters.push(e)}}),ke.speed=function(e,t,n){var i=e&&"object"==typeof e?ke.extend({},e):{complete:n||!n&&t||xe(e)&&e,duration:e,easing:n&&t||t&&!xe(t)&&t};return ke.fx.off?i.duration=0:"number"!=typeof i.duration&&(i.duration in ke.fx.speeds?i.duration=ke.fx.speeds[i.duration]:i.duration=ke.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){xe(i.old)&&i.old.call(this),i.queue&&ke.dequeue(this,i.queue)},i},ke.fn.extend({fadeTo:function(e,t,n,i){return this.filter(Ke).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var r=ke.isEmptyObject(e),o=ke.speed(t,n,i),a=function(){var t=K(this,ke.extend({},e),o);(r||We.get(this,"finish"))&&t.stop(!0)};return a.finish=a,r||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,r=null!=e&&e+"queueHooks",o=ke.timers,a=We.get(this);if(r)a[r]&&a[r].stop&&i(a[r]);else for(r in a)a[r]&&a[r].stop&&Et.test(r)&&i(a[r]);for(r=o.length;r--;)o[r].elem!==this||null!=e&&o[r].queue!==e||(o[r].anim.stop(n),t=!1,o.splice(r,1));!t&&n||ke.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=We.get(this),i=n[e+"queue"],r=n[e+"queueHooks"],o=ke.timers,a=i?i.length:0;for(n.finish=!0,ke.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish})}}),ke.each(["toggle","show","hide"],function(e,t){var n=ke.fn[t];ke.fn[t]=function(e,i,r){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(G(t,!0),e,i,r)}}),ke.each({slideDown:G("show"),slideUp:G("hide"),slideToggle:G("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){ke.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}}),ke.timers=[],ke.fx.tick=function(){var e,t=0,n=ke.timers;for(Ct=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||ke.fx.stop(),Ct=void 0},ke.fx.timer=function(e){ke.timers.push(e),ke.fx.start()},ke.fx.interval=13,ke.fx.start=function(){kt||(kt=!0,V())},ke.fx.stop=function(){kt=null},ke.fx.speeds={slow:600,fast:200,_default:400},ke.fn.delay=function(t,n){return t=ke.fx?ke.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,i){var r=e.setTimeout(n,t);i.stop=function(){e.clearTimeout(r)}})},function(){var e=ce.createElement("input"),t=ce.createElement("select"),n=t.appendChild(ce.createElement("option"));e.type="checkbox",be.checkOn=""!==e.value,be.optSelected=n.selected,e=ce.createElement("input"),e.value="t",e.type="radio",be.radioValue="t"===e.value}();var St,At=ke.expr.attrHandle;ke.fn.extend({attr:function(e,t){return Pe(this,ke.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){ke.removeAttr(this,e)})}}),ke.extend({attr:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?ke.prop(e,t,n):(1===o&&ke.isXMLDoc(e)||(r=ke.attrHooks[t.toLowerCase()]||(ke.expr.match.bool.test(t)?St:void 0)),void 0!==n?null===n?void ke.removeAttr(e,t):r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(i=r.get(e,t))?i:(i=ke.find.attr(e,t),null==i?void 0:i))},attrHooks:{type:{set:function(e,t){if(!be.radioValue&&"radio"===t&&o(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,r=t&&t.match(Oe);if(r&&1===e.nodeType)for(;n=r[i++];)e.removeAttribute(n)}}),St={set:function(e,t,n){return!1===t?ke.removeAttr(e,n):e.setAttribute(n,n),n}},ke.each(ke.expr.match.bool.source.match(/\w+/g),function(e,t){var n=At[t]||ke.find.attr;At[t]=function(e,t,i){var r,o,a=t.toLowerCase();return i||(o=At[a],At[a]=r,r=null!=n(e,t,i)?a:null,At[a]=o),r}});var Nt=/^(?:input|select|textarea|button)$/i,_t=/^(?:a|area)$/i;ke.fn.extend({prop:function(e,t){return Pe(this,ke.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[ke.propFix[e]||e]})}}),ke.extend({prop:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&ke.isXMLDoc(e)||(t=ke.propFix[t]||t,r=ke.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:e[t]=n:r&&"get"in r&&null!==(i=r.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=ke.find.attr(e,"tabindex");return t?parseInt(t,10):Nt.test(e.nodeName)||_t.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),be.optSelected||(ke.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),ke.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ke.propFix[this.toLowerCase()]=this}),ke.fn.extend({addClass:function(e){var t,n,i,r,o,a,s,c=0;if(xe(e))return this.each(function(t){ke(this).addClass(e.call(this,t,Z(this)))});if(t=ee(e),t.length)for(;n=this[c++];)if(r=Z(n),i=1===n.nodeType&&" "+Q(r)+" "){for(a=0;o=t[a++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");s=Q(i),r!==s&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,i,r,o,a,s,c=0;if(xe(e))return this.each(function(t){ke(this).removeClass(e.call(this,t,Z(this)))});if(!arguments.length)return this.attr("class","");if(t=ee(e),t.length)for(;n=this[c++];)if(r=Z(n),i=1===n.nodeType&&" "+Q(r)+" "){for(a=0;o=t[a++];)for(;i.indexOf(" "+o+" ")>-1;)i=i.replace(" "+o+" "," ");s=Q(i),r!==s&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"==typeof t&&i?t?this.addClass(e):this.removeClass(e):xe(e)?this.each(function(n){ke(this).toggleClass(e.call(this,n,Z(this),t),t)}):this.each(function(){var t,r,o,a;if(i)for(r=0,o=ke(this),a=ee(e);t=a[r++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||(t=Z(this),t&&We.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":We.get(this,"__className__")||""))})},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(1===n.nodeType&&(" "+Q(Z(n))+" ").indexOf(t)>-1)return!0;return!1}});var Dt=/\r/g;ke.fn.extend({val:function(e){var t,n,i,r=this[0];{if(arguments.length)return i=xe(e),this.each(function(n){var r;1===this.nodeType&&(r=i?e.call(this,n,ke(this).val()):e,null==r?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=ke.map(r,function(e){return null==e?"":e+""})),(t=ke.valHooks[this.type]||ke.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))});if(r)return(t=ke.valHooks[r.type]||ke.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:(n=r.value,"string"==typeof n?n.replace(Dt,""):null==n?"":n)}}}),ke.extend({valHooks:{option:{get:function(e){var t=ke.find.attr(e,"value");return null!=t?t:Q(ke.text(e))}},select:{get:function(e){var t,n,i,r=e.options,a=e.selectedIndex,s="select-one"===e.type,c=s?null:[],l=s?a+1:r.length;for(i=a<0?l:s?a:0;i<l;i++)if(n=r[i],(n.selected||i===a)&&!n.disabled&&(!n.parentNode.disabled||!o(n.parentNode,"optgroup"))){if(t=ke(n).val(),s)return t;c.push(t)}return c},set:function(e,t){for(var n,i,r=e.options,o=ke.makeArray(t),a=r.length;a--;)i=r[a],(i.selected=ke.inArray(ke.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),ke.each(["radio","checkbox"],function(){ke.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=ke.inArray(ke(e).val(),t)>-1}},be.checkOn||(ke.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),be.focusin="onfocusin"in e;var Lt=/^(?:focusinfocus|focusoutblur)$/,jt=function(e){e.stopPropagation()};ke.extend(ke.event,{trigger:function(t,n,i,r){var o,a,s,c,l,u,d,f,p=[i||ce],g=me.call(t,"type")?t.type:t,h=me.call(t,"namespace")?t.namespace.split("."):[];if(a=f=s=i=i||ce,3!==i.nodeType&&8!==i.nodeType&&!Lt.test(g+ke.event.triggered)&&(g.indexOf(".")>-1&&(h=g.split("."),g=h.shift(),h.sort()),l=g.indexOf(":")<0&&"on"+g,t=t[ke.expando]?t:new ke.Event(g,"object"==typeof t&&t),t.isTrigger=r?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:ke.makeArray(n,[t]),d=ke.event.special[g]||{},r||!d.trigger||!1!==d.trigger.apply(i,n))){if(!r&&!d.noBubble&&!we(i)){for(c=d.delegateType||g,Lt.test(c+g)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(i.ownerDocument||ce)&&p.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=p[o++])&&!t.isPropagationStopped();)f=a,t.type=o>1?c:d.bindType||g,u=(We.get(a,"events")||{})[t.type]&&We.get(a,"handle"),u&&u.apply(a,n),(u=l&&a[l])&&u.apply&&Be(a)&&(t.result=u.apply(a,n),!1===t.result&&t.preventDefault());return t.type=g,r||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(p.pop(),n)||!Be(i)||l&&xe(i[g])&&!we(i)&&(s=i[l],s&&(i[l]=null),ke.event.triggered=g,t.isPropagationStopped()&&f.addEventListener(g,jt),i[g](),t.isPropagationStopped()&&f.removeEventListener(g,jt),ke.event.triggered=void 0,s&&(i[l]=s)),t.result}},simulate:function(e,t,n){var i=ke.extend(new ke.Event,n,{type:e,isSimulated:!0});ke.event.trigger(i,null,t)}}),ke.fn.extend({trigger:function(e,t){return this.each(function(){ke.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return ke.event.trigger(e,t,n,!0)}}),be.focusin||ke.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){ke.event.simulate(t,e.target,ke.event.fix(e))};ke.event.special[t]={setup:function(){var i=this.ownerDocument||this,r=We.access(i,t);r||i.addEventListener(e,n,!0),We.access(i,t,(r||0)+1)},teardown:function(){var i=this.ownerDocument||this,r=We.access(i,t)-1;r?We.access(i,t,r):(i.removeEventListener(e,n,!0),We.remove(i,t))}}});var qt=e.location,Ot=Date.now(),Rt=/\?/;ke.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||ke.error("Invalid XML: "+t),n};var Mt=/\[\]$/,Pt=/\r?\n/g,Ht=/^(?:submit|button|image|reset|file)$/i,It=/^(?:input|select|textarea|keygen)/i;ke.param=function(e,t){var n,i=[],r=function(e,t){var n=xe(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!ke.isPlainObject(e))ke.each(e,function(){r(this.name,this.value)});else for(n in e)te(n,e[n],t,r);return i.join("&")},ke.fn.extend({serialize:function(){return ke.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=ke.prop(this,"elements");return e?ke.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!ke(this).is(":disabled")&&It.test(this.nodeName)&&!Ht.test(e)&&(this.checked||!et.test(e))}).map(function(e,t){var n=ke(this).val();return null==n?null:Array.isArray(n)?ke.map(n,function(e){return{name:t.name,value:e.replace(Pt,"\r\n")}}):{name:t.name,value:n.replace(Pt,"\r\n")}}).get()}});var Bt=/%20/g,Wt=/#.*$/,Ft=/([?&])_=[^&]*/,$t=/^(.*?):[ \t]*([^\r\n]*)$/gm,zt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Vt=/^(?:GET|HEAD)$/,Ut=/^\/\//,Gt={},Xt={},Yt="*/".concat("*"),Jt=ce.createElement("a");Jt.href=qt.href,ke.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:qt.href,type:"GET",isLocal:zt.test(qt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Yt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":ke.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?re(re(e,ke.ajaxSettings),t):re(ke.ajaxSettings,e)},ajaxPrefilter:ne(Gt),ajaxTransport:ne(Xt),ajax:function(t,n){function i(t,n,i,s){var l,f,p,x,w,C=n;u||(u=!0,c&&e.clearTimeout(c),r=void 0,a=s||"",k.readyState=t>0?4:0,l=t>=200&&t<300||304===t,i&&(x=oe(g,k,i)),x=ae(g,x,k,l),l?(g.ifModified&&(w=k.getResponseHeader("Last-Modified"),w&&(ke.lastModified[o]=w),(w=k.getResponseHeader("etag"))&&(ke.etag[o]=w)),204===t||"HEAD"===g.type?C="nocontent":304===t?C="notmodified":(C=x.state,f=x.data,p=x.error,l=!p)):(p=C,!t&&C||(C="error",t<0&&(t=0))),k.status=t,k.statusText=(n||C)+"",l?v.resolveWith(h,[f,C,k]):v.rejectWith(h,[k,C,p]),k.statusCode(b),b=void 0,d&&m.trigger(l?"ajaxSuccess":"ajaxError",[k,g,l?f:p]),y.fireWith(h,[k,C]),d&&(m.trigger("ajaxComplete",[k,g]),--ke.active||ke.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var r,o,a,s,c,l,u,d,f,p,g=ke.ajaxSetup({},n),h=g.context||g,m=g.context&&(h.nodeType||h.jquery)?ke(h):ke.event,v=ke.Deferred(),y=ke.Callbacks("once memory"),b=g.statusCode||{},x={},w={},C="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(u){if(!s)for(s={};t=$t.exec(a);)s[t[1].toLowerCase()+" "]=(s[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=s[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?a:null},setRequestHeader:function(e,t){return null==u&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==u&&(g.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)k.always(e[k.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||C;return r&&r.abort(t),i(0,t),this}};if(v.promise(k),g.url=((t||g.url||qt.href)+"").replace(Ut,qt.protocol+"//"),g.type=n.method||n.type||g.method||g.type,g.dataTypes=(g.dataType||"*").toLowerCase().match(Oe)||[""],null==g.crossDomain){l=ce.createElement("a");try{l.href=g.url,l.href=l.href,g.crossDomain=Jt.protocol+"//"+Jt.host!=l.protocol+"//"+l.host}catch(e){g.crossDomain=!0}}if(g.data&&g.processData&&"string"!=typeof g.data&&(g.data=ke.param(g.data,g.traditional)),ie(Gt,g,n,k),u)return k;d=ke.event&&g.global,d&&0==ke.active++&&ke.event.trigger("ajaxStart"),g.type=g.type.toUpperCase(),g.hasContent=!Vt.test(g.type),o=g.url.replace(Wt,""),g.hasContent?g.data&&g.processData&&0===(g.contentType||"").indexOf("application/x-www-form-urlencoded")&&(g.data=g.data.replace(Bt,"+")):(p=g.url.slice(o.length),g.data&&(g.processData||"string"==typeof g.data)&&(o+=(Rt.test(o)?"&":"?")+g.data,delete g.data),!1===g.cache&&(o=o.replace(Ft,"$1"),p=(Rt.test(o)?"&":"?")+"_="+Ot+++p),g.url=o+p),g.ifModified&&(ke.lastModified[o]&&k.setRequestHeader("If-Modified-Since",ke.lastModified[o]),ke.etag[o]&&k.setRequestHeader("If-None-Match",ke.etag[o])),(g.data&&g.hasContent&&!1!==g.contentType||n.contentType)&&k.setRequestHeader("Content-Type",g.contentType),k.setRequestHeader("Accept",g.dataTypes[0]&&g.accepts[g.dataTypes[0]]?g.accepts[g.dataTypes[0]]+("*"!==g.dataTypes[0]?", "+Yt+"; q=0.01":""):g.accepts["*"]);for(f in g.headers)k.setRequestHeader(f,g.headers[f]);if(g.beforeSend&&(!1===g.beforeSend.call(h,k,g)||u))return k.abort();if(C="abort",y.add(g.complete),k.done(g.success),k.fail(g.error),r=ie(Xt,g,n,k)){if(k.readyState=1,d&&m.trigger("ajaxSend",[k,g]),u)return k;g.async&&g.timeout>0&&(c=e.setTimeout(function(){k.abort("timeout")},g.timeout));try{u=!1,r.send(x,i)}catch(e){if(u)throw e;i(-1,e)}}else i(-1,"No Transport");return k},getJSON:function(e,t,n){return ke.get(e,t,n,"json")},getScript:function(e,t){return ke.get(e,void 0,t,"script")}}),ke.each(["get","post"],function(e,t){ke[t]=function(e,n,i,r){return xe(n)&&(r=r||i,i=n,n=void 0),ke.ajax(ke.extend({url:e,type:t,dataType:r,data:n,success:i},ke.isPlainObject(e)&&e))}}),ke._evalUrl=function(e,t){return ke.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){ke.globalEval(e,t)}})},ke.fn.extend({wrapAll:function(e){var t;return this[0]&&(xe(e)&&(e=e.call(this[0])),t=ke(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return xe(e)?this.each(function(t){ke(this).wrapInner(e.call(this,t))}):this.each(function(){var t=ke(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=xe(e);return this.each(function(n){ke(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){ke(this).replaceWith(this.childNodes)}),this}}),ke.expr.pseudos.hidden=function(e){return!ke.expr.pseudos.visible(e)},ke.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},ke.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Kt={0:200,1223:204},Qt=ke.ajaxSettings.xhr();be.cors=!!Qt&&"withCredentials"in Qt,be.ajax=Qt=!!Qt,ke.ajaxTransport(function(t){var n,i;if(be.cors||Qt&&!t.crossDomain)return{send:function(r,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(a in r)s.setRequestHeader(a,r[a]);n=function(e){return function(){n&&(n=i=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Kt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),i=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&i()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),ke.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),ke.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return ke.globalEval(e),e}}}),ke.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),ke.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var t,n;return{send:function(i,r){t=ke("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),ce.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Zt=[],en=/(=)\?(?=&|$)|\?\?/;ke.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Zt.pop()||ke.expando+"_"+Ot++;return this[e]=!0,e}}),ke.ajaxPrefilter("json jsonp",function(t,n,i){var r,o,a,s=!1!==t.jsonp&&(en.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&en.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=xe(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(en,"$1"+r):!1!==t.jsonp&&(t.url+=(Rt.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return a||ke.error(r+" was not called"),a[0]},t.dataTypes[0]="json",o=e[r],e[r]=function(){a=arguments},i.always(function(){void 0===o?ke(e).removeProp(r):e[r]=o,t[r]&&(t.jsonpCallback=n.jsonpCallback,Zt.push(r)),a&&xe(o)&&o(a[0]),a=o=void 0}),"script"}),be.createHTMLDocument=function(){var e=ce.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),ke.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,r,o;return t||(be.createHTMLDocument?(t=ce.implementation.createHTMLDocument(""),i=t.createElement("base"),i.href=ce.location.href,t.head.appendChild(i)):t=ce),r=_e.exec(e),o=!n&&[],r?[t.createElement(r[1])]:(r=k([e],t,o),o&&o.length&&ke(o).remove(),ke.merge([],r.childNodes))},ke.fn.load=function(e,t,n){var i,r,o,a=this,s=e.indexOf(" ");return s>-1&&(i=Q(e.slice(s)),e=e.slice(0,s)),xe(t)?(n=t,t=void 0):t&&"object"==typeof t&&(r="POST"),a.length>0&&ke.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(i?ke("<div>").append(ke.parseHTML(e)).find(i):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ke.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ke.fn[t]=function(e){return this.on(t,e)}}),ke.expr.pseudos.animated=function(e){return ke.grep(ke.timers,function(t){return e===t.elem}).length},ke.offset={setOffset:function(e,t,n){var i,r,o,a,s,c,l,u=ke.css(e,"position"),d=ke(e),f={};"static"===u&&(e.style.position="relative"),s=d.offset(),o=ke.css(e,"top"),c=ke.css(e,"left"),l=("absolute"===u||"fixed"===u)&&(o+c).indexOf("auto")>-1,l?(i=d.position(),a=i.top,r=i.left):(a=parseFloat(o)||0,r=parseFloat(c)||0),xe(t)&&(t=t.call(e,n,ke.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+r),"using"in t?t.using.call(e,f):d.css(f)}},ke.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){ke.offset.setOffset(this,e,t)});var t,n,i=this[0];if(i)return i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,i=this[0],r={top:0,left:0};if("fixed"===ke.css(i,"position"))t=i.getBoundingClientRect();else{for(t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===ke.css(e,"position");)e=e.parentNode;e&&e!==i&&1===e.nodeType&&(r=ke(e).offset(),r.top+=ke.css(e,"borderTopWidth",!0),r.left+=ke.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-ke.css(i,"marginTop",!0),left:t.left-r.left-ke.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===ke.css(e,"position");)e=e.offsetParent;return e||Xe})}}),ke.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;ke.fn[e]=function(i){return Pe(this,function(e,i,r){var o;if(we(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===r)return o?o[t]:e[i];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):e[i]=r},e,i,arguments.length)}}),ke.each(["top","left"],function(e,t){ke.cssHooks[t]=H(be.pixelPosition,function(e,n){if(n)return n=P(e,t),ft.test(n)?ke(e).position()[t]+"px":n})}),ke.each({Height:"height",Width:"width"},function(e,t){ke.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,i){ke.fn[i]=function(r,o){var a=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===o?"margin":"border");return Pe(this,function(t,n,r){var o;return we(t)?0===i.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===r?ke.css(t,n,s):ke.style(t,n,r,s)},t,a?r:void 0,a)}})}),ke.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){ke.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),ke.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),ke.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),ke.proxy=function(e,t){var n,i,r;if("string"==typeof t&&(n=e[t],t=e,e=n),xe(e))return i=ue.call(arguments,2),r=function(){return e.apply(t||this,i.concat(ue.call(arguments)))},r.guid=e.guid=e.guid||ke.guid++,r},ke.holdReady=function(e){e?ke.readyWait++:ke.ready(!0)},ke.isArray=Array.isArray,ke.parseJSON=JSON.parse,ke.nodeName=o,ke.isFunction=xe,ke.isWindow=we,ke.camelCase=g,ke.type=i,ke.now=Date.now,ke.isNumeric=function(e){var t=ke.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof cmsCore.define&&cmsCore.define.amd&&cmsCore.define("jquery",[],function(){return ke});var tn=e.jQuery,nn=e.$;return ke.noConflict=function(t){return e.$===ke&&(e.$=nn),t&&e.jQuery===ke&&(e.jQuery=tn),ke},t||(e.jQuery=e.$=ke),ke}),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(!) --><!-- Standard - CSS Werbung (_responsive.outputonly)--> <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><!-- STZ/STN - Global Tag - Keine Werbung (liveticker.tag)--> <!-- Liveticker-TAG im Menü nicht verfügbar --><div class="statichtmlbrick" id="id_d3411c41_7990_4879_b7f9_ce268d743043"><!-- STN-RSP18 CSS Anpassungen ()--> <style type="text/css">:root { --color-gray-darkmode: #c9c9c9; } #ressort-reise .header h4 a span { display: none; } [data-layout=desktop] .m-topthemen [data-layout-desktop*=w4-c1-].videozeile .item:before { background: transparent !important; height: 0; } .recoTeaserContainer .recoTeaser { margin: 10px auto 0; border-bottom: none; } [data-layout="desktop"] .recoTeaserContainer .header h4, [data-layout="tablet"] .recoTeaserContainer .header h4 { margin-top: 25px; font-size: 28px; } [data-layout="desktop"] .recoTeaserContainer .header, [data-layout="tablet"] .recoTeaserContainer .header { padding-left: 0; } [data-layout="desktop"] #pianoRecoRaetsel .recommendation-grid.home .item { width: 325px !important; } [data-layout="desktop"] #pianoRecoRaetsel .recaert h4 { font-size: 28px; } [data-layout="desktop"] #pianoRecoRaetsel .recommendation-grid.home .item:first-child { padding-left: 0; } [data-layout="desktop"] #pianoRecoRaetsel .recommendation-grid.home .item:last-child { padding-right: 0; } [data-layout="desktop"] #taboola-below-article-thumbnails, [data-layout="desktop"] #taboola-below-paid-article-thumbnails { margin-left: 0px !important; margin-right: 0px !important; } @media (prefers-color-scheme: dark) { .mod-article .article-body li span[style*="background-color"], .mod-article .article-body h2 span[style*="background-color"] { background-color: #4097e0 !important; } } sup, sub { vertical-align: revert; font-size: revert; } [data-layout="desktop"] [data-tags*="Advertorial"].article-header:before, [data-layout="mobile"] [data-tags*="Advertorial"].article-header:before { display: none !important; } .include .m-ad--note { color: #292929; } /* Aktion Weihnachten */ [data-tags*="Aktion_Weihnachten"] .article-kicker:before, [data-tags*="Aktion_Weihnachten"] .appetizer-kicker:before { content: "" !important; background: url(/media.media.9cc6144f-abf0-4d45-9a1b-5961189b23d9.original.svg); background-repeat: no-repeat !important; width: 23px; height: 23px; display: inline-block; margin-right: 3px; margin-bottom: -5px; background-size: contain !important; } .teaser-hero [data-tags*="Aktion_Weihnachten"] .appetizer-kicker:before { background: url(/media.media.12b06a78-ea67-4316-a50b-53cf90766683.original.svg); } [data-layout="mobile"] [data-tags*="Aktion_Weihnachten"] .article-kicker:before, [data-layout="mobile"] [data-tags*="Aktion_Weihnachten"] .article-kicker:before { width: 2px; height: 2px; margin-bottom: -3px; } /* Fix 16:9 Medium-Teaser Bild Mobile */ [data-layout="mobile"] .teaser-medium .appetizer .headline-wrapper .image-wrapper .image { padding-bottom: 56.3333333333% !important; } [data-layout="mobile"] .teaser-medium .appetizer .headline-wrapper .image-wrapper .image img, [data-layout="mobile"] [data-layout-mobile*="if4-"] figure .image-wrapper .image img { width: 100%; } /* Autorenkennzeichnung im Teaser EGM-1555 */ .appetizer-bottom-wrapper { position: relative; } .appetizer-author { font-family: "Roboto Condensed"; font-size: 17px; font-style: italic; color: #1c1c1c; position: absolute; padding-right: 5px; } @media (prefers-color-scheme: dark) { .appetizer-author { color: var(--color-bodytext-darkmode); } #myIframe { background-color: #eeede9 !important; } } [data-layout="mobile"] .appetizer-author { font-size: 12px; white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 175px; } [data-layout="tablet"] .appetizer-author, [data-layout="desktop"] .appetizer-author { white-space: nowrap; overflow-x: clip; text-overflow: ellipsis; max-width: 250px; } .brick .appetizer-author { left: 10px; bottom: -20px; } [data-layout="mobile"] .brick .appetizer-author, [data-layout="mobile"] .mod-block-ressort .brick .appetizer-author { left: 119px; } .brick.teaser-hero .appetizer-author { right: 0; left: unset; top: 15px; } [data-layout="mobile"] .brick.teaser-hero .appetizer-author { right: unset; left: 19px; top: 22px; } .brickgroup.br-l .appetizer-author { bottom: -20px; left: 10px; } [data-layout="mobile"] .brickgroup.br-l .appetizer-author { left: 119px; } .brick.teaser-medium .appetizer-author { left: 15px; } [data-layout="mobile"] .brick.teaser-medium .appetizer-author { left: 10px; } .appetizer-author.hide { display: none !important; /* Wird durch JavaScript hinzugefügt, wenn der Titel zu hoch ist (Skript ist in footer) */ } /* 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, .mod-ressort-bei-uns-daheim .header h4 a:before { content: ""; background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/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; } [data-tags*="Bei_uns_daheim"] .appetizer-kicker:before, [data-tags*="Bei uns daheim"] .appetizer-kicker:before { top: 6px; } .mod-ressort-bei-uns-daheim .header h4 a:before { height: 30px; width: 120px; } [data-layout="mobile"] .mod-ressort-bei-uns-daheim .header h4 a:before { height: 25px; } .mod-ressort-bei-uns-daheim .header h4 a, .mod-ressort-bei-uns-daheim .header h4 a:hover { color: #adc32b; } /* Anpassung Navi + Bei uns daheim Ebenen*/ .mod-nav .m-menu--1 > .m-links { z-index: 51; } [data-layout="desktop"] .mod-nav .m-menu--3.is-open, [data-layout="tablet"] .mod-nav .m-menu--3.is-open { left: 33%; width: auto; box-shadow: 0 0 50px -10px #454545; } [data-layout="mobile"] .mod-nav .m-menu--3.is-open { bottom: 0; } .cleverpush-confirm-hide, .cleverpush-panel-close { color: #777; } /* EGM-1262 */ .mod-article .recoTeaser a[data-tags*="Advertorial"]:before { content: "Anzeige"; color: #a5a5a5; display: block; height: 15px; font-size: 0.75rem; line-height: 1; position: absolute; right: 0; } [data-layout="mobile"] .mod-article .recoTeaser a[data-tags*="Advertorial"]:before { margin-top: -15px; } /* DEV-1605 - Mediathek Anpassung Video Embeds */ [data-layout="desktop"][data-article-tags*="Mediathek-video"] dig-plugin[data-type="glomex"], [data-layout="desktop"][data-article-tags*="Mediathek-video"] dig-plugin[data-type="youtube"] { margin-left: -35px; margin-right: -35px; width: calc(100% + 70px); } [data-layout="mobile"][data-article-tags*="Mediathek-video"] dig-plugin[data-type="glomex"], [data-layout="mobile"][data-article-tags*="Mediathek-video"] dig-plugin[data-type="youtube"] { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); } /* DEV-1607 - Fix Medium Teaser Mobile Spezial Ressort-Seiten */ [data-layout="mobile"] .teaser-medium.plus-articles { margin: 0; } [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper:before, [data-layout="mobile"] .grid-row-teaser .teaser-medium.plus-articles .item:before { display: none; } [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper { display: block; } [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper h3 { padding-bottom: 0; position: static; } [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper h3 .appetizer-title, [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper h3 .appetizer-kicker { padding-left: 8px; padding-right: 0; color: var(--color-bodytext); text-shadow: none; } [data-layout="mobile"] .teaser-medium.plus-articles .appetizer .headline-wrapper h3 .appetizer-title { margin-bottom: 5px; } [data-layout="mobile"] .grid-row-teaser .teaser-medium.plus-articles .item:after { bottom: 0; background: var(--color-gray); } @media (prefers-color-scheme: dark) { .pwBlur { background: linear-gradient( rgba(41, 41, 41, 0.3) 0%, rgba(41, 41, 41, 0.9) 80% ) !important; } } /* Anpassung Darkmode Themenseiten */ @media (prefers-color-scheme: dark) { .ec-content-topline .edy-img-header .edy-teaser-txt { background: #292929; opacity: 0.9; } .ec-content-topline .edy-img-header h1 { text-shadow: black 0px 1px 0px; } } /* SALE-188 MHS Digital zu swmn Logo umtauschen */ html:not([data-layout="mobile"]) a.mhsd-partner-link[dark]:before, html[data-layout="mobile"] a.mhsd-partner-link[dark]:before { content: url(/staticcontent/common/svg/swmn_80.svg); } html[data-layout="desktop"] a.mhsd-partner-link { top: unset; } [data-layout="mobile"] .mod-header .m-wrapper li a.mhsd-partner-link { margin-right: 200px !important; } @media only screen and (max-width: 768px) { .mod-header > .m-wrapper > .m-logo { left: 15px; } } /* EGM-1347 - Div. Fehler fixen */ .mod-article .article-body .article-bottom .item .article-bottom-wrapper .to-image-slider-wrapper .to-image-slider .icon-picture { line-height: 42px; } .mod-article .article-body .article-bottom .item .article-bottom-wrapper .to-image-slider-wrapper .to-image-slider-text { display: inline-block; } .mod-article .article-body .sharewrapper ul li { background-position: center !important; } #article-social-bar.sharewrapper li.perlink { width: 70px; } [data-layout="mobile"] .sharewrapper li { width: 40px !important; } [data-layout="mobile"] .sharewrapper ul { justify-content: space-between; } .nat-new figure + h3 .appetizer-kicker { background-color: #ddd; padding: 0 3px !important; } .mod-nav .m-menu--1 > .m-links > .m-item { padding: 0 11px; } .mod-footer .footercontent .sharewrapper li.telegram a { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/telegram.svg); background-repeat: no-repeat; } .mod-footer .footercontent .sharewrapper li.google-news a { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/google-news.png); background-repeat: no-repeat; } .sharewrapper li a:hover { cursor: pointer; } @media (prefers-color-scheme: dark) { #article-social-bar li:hover { filter: brightness(0) saturate(100%) invert(29%) sepia(16%) saturate(282%) hue-rotate(160deg) brightness(99%) contrast(87%); } .nlphone .preview { background: url(https://www.stuttgarter-nachrichten.de//media.media.d66507e8-6343-455c-8483-1245d1b2c04f.original.svg) no-repeat; } } /* Banderole max-height (evtl. verantwortlich für CLS Wert) */ .c1-banderole-target { height: 90px; display: inline-block !important; } [data-layout="mobile"] .c1-banderole-target { height: 70px; max-height: 70px; } /* Anpassung Serienverweis */ [data-layout="mobile"] .mod-article .article-body .menuTeaser .item { padding-left: 0px !important; padding-right: 0px !important; } [data-layout="mobile"] .mod-article .article-body .menuTeaser .appetizer-linktext { position: relative; float: right; margin-top: 5px; } /* EGM-1451 SWMN-Logo reduzieren */ html[data-layout="mobile"] a.mhsd-partner-link[dark]::before { content: ""; display: inline-block; width: 41px; height: 9px; background-image: url("/staticcontent/common/svg/swmn_80.svg"); background-size: contain; } [data-layout="mobile"] .mod-header .m-wrapper li a.mhsd-partner-link { margin-right: 160px !important; position: relative; top: 3px; } /* EGM-1422 Umsetzung Rätsel */ .bigMarginTop { margin-top: 25px; } .include-content .h3 { font-size: 20px; line-height: 21px; margin-top: 25px; margin-bottom: 10px; font-weight: 700; } @media (prefers-color-scheme: dark) { .include .include-content .h3 { color: #e5e4de !important; } } .riddle-site-header { display: flex; flex-direction: column; align-items: center; padding: 43px 18px; background-color: var(--riddle-color); } .include-content h2.riddle-headline { font-family: "Roboto Slab"; font-size: 32px; line-height: 36px; margin-bottom: 0; margin-top: 10px; font-weight: 700; color: #fff; } .riddle-site-menu { margin-top: 16px; padding: 20px; 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; color: var(--color-bodytext); } .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 .logo + .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; margin-right: -20px; margin-left: -20px; } [data-layout="mobile"] .riddle-site-header img.riddle-image { height: 48px; } [data-layout="mobile"] .riddle-site-menu { padding: 11px 0; } [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: #292929; } } .ressort-boxitem .ressort-headline { font-family: "Roboto Slab"; font-weight: 700; font-size: 24px; line-height: 39px; color: var(--color-bodytext); } .ressort-boxitem { margin-bottom: 57px; margin-top: 10px; } .riddle-container { display: flex; flex-wrap: wrap; gap: 74px 30px; padding: 0 41px; position: relative; /* top: -68px; */ } .riddle-name { font-size: 23px; line-height: 30px; font-family: "Roboto Slab"; margin-top: 15px; color: #fff; display: block; font-weight: 700; } .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% - 20px); flex-basis: calc(33.3333% - 20px); 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: 16px; line-height: 21px; 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: 7px; position: relative; top: 2px; } .riddle .riddle-description .logo { width: 54px; height: auto; position: relative; top: 2px; } .riddle .link-container { display: flex; margin-top: auto; align-items: flex-end; } [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: 40px; } [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) { .include-content h2.riddle-headline, .riddle-site-menu a.backlink, .riddle-name, .riddle .riddle-description, .ressort-boxitem .ressort-headline { color: #e5e4de !important; } .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: "Roboto Condensed"; 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-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: "Roboto Condensed"; } .breaking-news .data .appetizer-title span.animate { animation: move-text 10s linear infinite; } #pianoBanderoleContainer { display: block; background-color: #fff; margin: 20px; } .eilmeldung-script { line-height: 0; } .eilmeldung-script .item { padding: 0; } [data-layout="mobile"] .breaking-news .data .headline-wrapper { flex-shrink: 0; } [data-layout="mobile"] .breaking-news .data .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"] .breaking-news { margin: 10px -20px; width: calc(100% + 40px); } [data-layout="mobile"] #pianoBanderoleContainer { margin: 0; } [data-layout="mobile"] #panoramaBanderole.breaking-news { min-height: 50px; } [data-layout="mobile"] .breaking-news .item { padding: 0; } @keyframes move-text { to { transform: translate(-50%); } } html:not([data-alias="/"]) .breaking-news { margin-bottom: 10px; } /* Fix für Main.css - das kann nicht nur für DM nötig sein */ @media (prefers-color-scheme: dark) { .tp-container-inner { margin-top: 0; } } .OutOfPage { line-height: 0; } .tp-modal { transform: none !important; } /* 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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common/svg/icon-close-no_whitepace.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; } .tp-modal { transform: none !important; } /* Anpassung Höhe 2. Layer nach Anpassung von DEV-1880 */ [data-state="is-subscribed"][data-layout="mobile"] .mod-nav .m-menu--1.is-open .m-menu--2.is-open { margin-top: -190px; } /* 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; } } /* CON-2624 - Fix Abo Buton Safari*/ [data-layout="mobile"] .m-menu.m-menu--bottom { transform: translateX(0); top: 0; right: 61px; width: 44px; padding-right: 0; border-top: none; height: 45px; background-color: transparent; } [data-layout="mobile"] .mod-header > .m-wrapper .m-menu--top > .m-item--ok { z-index: 0; } [data-layout="mobile"] .mod-header > .m-wrapper .m-menu--top > .m-item--nav { width: 61px; } html[data-layout="mobile"] a.mhsd-partner-link { margin-left: 0 !important; display: flex; top: -3px; } iframe[src*="youtube"] { max-width: 100% !important; width: 100%; height: auto; aspect-ratio: 16/9; } /* EGM-1582 - Erstellung weiterer Plusbox */ [data-layout="tablet"] #pianoRecoPlusbox, [data-layout="desktop"] #pianoRecoPlusbox { display: flex; } [data-layout="tablet"] #pianoRecoPlusbox .item, [data-layout="desktop"] #pianoRecoPlusbox .item { display: flex; flex-direction: column; } #pianoRecoPlusbox .item { flex-shrink: 1; height: auto; } #pianoRecoPlusbox .item .bookmark-article { margin-top: auto; margin-left: auto; } /* Variante B */ #pos_plusbox.plusbox-b.plusbox { border: none; margin: 0; background-color: transparent; max-width: none; } [data-layout="desktop"] #pos_plusbox.plusbox-b .item + .item::before { display: none; } #pos_plusbox.plusbox-b.plusbox header { position: static; padding: 0 0 0 15px; } #pos_plusbox.plusbox-b .header { display: inline; } #pos_plusbox.plusbox-b .appetizer { padding: 0; } #pos_plusbox.plusbox-b.plusbox h3 { display: inline-block; line-height: 28px; margin: 8px 0 25px !important; } #pos_plusbox.plusbox-b.plusbox .logo-background { width: auto; height: auto; } #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox { flex-direction: column; } #pos_plusbox.plusbox-b .headline-wrapper { display: flex; } #pos_plusbox.plusbox-b #pianoRecoPlusbox figure { width: 340px !important; padding: 0 20px 0 0; flex-shrink: 0; } #pos_plusbox.plusbox-b .appetizer-kicker { background-color: var(--color-primary); width: fit-content; padding-right: 2px; padding-left: 2px; display: inline; float: none; } #pos_plusbox.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon { margin-right: 2px; background-color: #fff; margin-left: -2px; padding-bottom: 1px; } #pos_plusbox.plusbox-b .appetizer h3 .appetizer-kicker:before { margin-left: -2px; margin-right: -1px; padding: 0px 4px; height: 21px; } #pos_plusbox.plusbox-b [data-tags*="Kommentar"] .appetizer h3 .appetizer-kicker::before, #pos_plusbox.plusbox-b [data-tags*="Meinung"] .appetizer h3 .appetizer-kicker::before { line-height: 1.25; } #pos_plusbox.plusbox-b.plusbox .item button.bookmark-article { /* margin-right: calc(100% - 325px); */ right: -13px; /* left: 3px; */ /* transform: translateX(100%); */ } [data-layout="desktop"] #pos_plusbox.plusbox-b.plusbox .item button.bookmark-article, [data-layout="tablet"] #pos_plusbox.plusbox-b.plusbox .item button.bookmark-article { bottom: 35px; } #pos_plusbox.plusbox-b .appetizer h3 .appetizer-kicker { color: #fff !important; } #pos_plusbox.plusbox-b.plusbox h3 { text-align: left; } #pos_plusbox.plusbox-b.plusbox .appetizer-title { padding: 0; } [data-layout="desktop"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox .appetizer figure, [data-layout="tablet"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox .appetizer figure { margin-bottom: 0; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox header { display: block; text-align: center; padding: 0; margin-top: 20px; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox h3 { text-align: center; display: block; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox .appetizer h3 { text-align: left; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox { padding: 0; } [data-layout="mobile"] #pos_plusbox.plusbox-b .appetizer-kicker { padding-top: 0 !important; padding-bottom: 0 !important; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox .header h3 { display: block; margin-top: 10px; margin-bottom: 15px; } [data-layout="mobile"] #pos_plusbox.plusbox-b .headline-wrapper { flex-direction: column; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox .item button.bookmark-article { /* margin-right: 100%; left: -13px; */ margin-bottom: 0; margin-top: 5px; } [data-layout="mobile"] #pos_plusbox.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon::before { float: none; margin-top: 0; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox .item { border-bottom: 1px solid #7c7867; padding: 0 0 10px; margin-bottom: 30px; } [data-layout="mobile"] #pos_plusbox.plusbox-b #pianoRecoPlusbox figure { width: auto !important; padding: 0; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox { border-top: 1px solid #7c7867; padding-top: 20px; margin-bottom: 0; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox .appetizer h3 { margin-bottom: 0 !important; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox .link-wrap { margin: 0 auto 30px; text-align: center; line-height: 16px; } @media (prefers-color-scheme: dark) { #pos_plusbox.plusbox-b [data-paidcontent="true"] .appetizer h3 .appetizer-kicker > .paid-icon { background-color: #292929 !important; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox { border-top-color: #545454; } [data-layout="mobile"] #pos_plusbox.plusbox-b.plusbox #pianoRecoPlusbox .item { border-bottom-color: #545454; } } /* Variante C */ #pos_plusbox.plusbox-c.plusbox { border: none; margin: 0; max-width: none; padding-right: 0; padding-left: 20px; } #pos_plusbox.plusbox-c.plusbox header { display: none; } #pos_plusbox.plusbox-c.plusbox .header { width: fit-content; } #pos_plusbox.plusbox-c.plusbox header + h3 { text-align: left; margin-bottom: 30px !important; color: #fff !important; font-size: 32px; line-height: 42px; display: inline-block; } #pos_plusbox.plusbox-c.plusbox #pianoRecoPlusbox .appetizer { padding: 0; } #pos_plusbox.plusbox-c.plusbox #pianoRecoPlusbox .swiper-slide { background-color: #fff; display: flex; flex-wrap: wrap; margin-bottom: 0; flex-shrink: 0; height: 100%; padding: 0; } #pos_plusbox.plusbox-c.plusbox #pianoRecoPlusbox .appetizer-kicker { padding: 0 10px; } #pos_plusbox.plusbox-c.plusbox #pianoRecoPlusbox .appetizer-title { padding: 0 10px; margin-bottom: 10px; } #pos_plusbox.plusbox-c #pianoRecoPlusbox { display: flex; } #pos_plusbox.plusbox-c { background-color: var(--color-primary) !important; } #pos_plusbox.plusbox-c .button-wrap { margin-bottom: 0; } #pos_plusbox.plusbox-c .text-button { color: var(--color-bodytext) !important; border-bottom-color: var(--color-bodytext) !important; line-height: 25px; } .grid-row-teaser .boxitem #pos_plusbox.plusbox-c .item figure { padding: 0; margin-bottom: 7px; } #pos_plusbox.plusbox-c.plusbox .item button.bookmark-article { margin: auto 0 0 auto; right: 0; } #pos_plusbox.plusbox-c .swiper-button-next, #pos_plusbox.plusbox-c .swiper-button-prev { width: 22px; height: 22px; top: -60px; } #pos_plusbox.plusbox-c .swiper-button-prev { left: auto; right: 50px; } #pos_plusbox.plusbox-c .swiper-button-next { right: 15px; } #pos_plusbox.plusbox-c .swiper-button-next:after, #pos_plusbox.plusbox-c .swiper-button-prev:after { font-size: 22px; color: #fff; font-weight: 700; margin: 0; } #pos_plusbox.plusbox-c.plusbox .link-wrap a { color: #fff; border-bottom-color: #fff; } [data-layout="desktop"] #pos_plusbox.plusbox-c .item + .item::before { display: none; } [data-layout="mobile"] #pos_plusbox.plusbox-c #pianoRecoPlusbox { margin-left: 0; display: flex; } [data-layout="mobile"] #pos_plusbox.plusbox-c .swiper-button-prev { right: 40px; } [data-layout="mobile"] #pos_plusbox.plusbox-c .swiper-button-next { right: 5px; } [data-layout="mobile"] #pos_plusbox.plusbox-c.plusbox .item button.bookmark-article { margin-top: auto; margin-left: auto; } [data-layout="mobile"] #pos_plusbox.plusbox-c.plusbox { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); } [data-layout="mobile"] #pos_plusbox.plusbox-c.plusbox .link-wrap { line-height: 16px; text-align: center; } [data-layout="mobile"] #pos_plusbox.plusbox-c.plusbox header + h3 { font-size: 24px; margin-top: 0 !important; } @media (prefers-color-scheme: dark) { #pos_plusbox.plusbox-c.plusbox #pianoRecoPlusbox .swiper-slide { background-color: #292929; } } @font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); font-weight: 400; font-style: normal; } .swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; } .swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0, 0, 0); } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; } .swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; } .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "next"; } .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: "prev"; } /* Automobile Header Anfang */ [data-alias="/wirtschaft/autoindustrie"] .mod-header { background-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--top { background: 0 0; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--top::after { background: 0 0; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--top::before { background-image: none; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--top > .m-item--ok { background: 0 0; border-left: none; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--search > .m-wrapper::after { background: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--search > .m-wrapper > .m-form > .m-button::before { filter: brightness(0) saturate(100%) invert(7%) sepia(76%) saturate(7448%) hue-rotate(0) brightness(84%) contrast(105%); } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--search.is-open + .item.m-item-vfb { display: none; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--search .m-wrapper > .m-form > .m-input { color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--search .m-wrapper > .m-form > .m-input::placeholder { color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--login > .m-wrapper > .m-loginbox .m-loginbox-items ul li { border-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--login > .m-wrapper > .m-loginbox .m-loginbox-items ul li a { color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-header > .m-wrapper .m-menu--bottom > .m-item--login > .m-wrapper::after { background: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav { border-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item:not(:hover):not(.is-active), [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item:not(:hover) > .m-link:not(:hover) { color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item--more:not(:hover):not(.is-active):after { filter: brightness(0) saturate(100%) invert(7%) sepia(76%) saturate(7448%) hue-rotate(0) brightness(84%) contrast(105%); } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item a:hover, [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item:hover { background: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu > .m-item.is-active { background: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--1 > .m-sidebar, [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--2, [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--3 { border-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--1 > .m-links { border-color: #405952; background: #ddb3b3; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--1 > .m-links .m-item { border-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav .m-menu--1 > .m-links .m-item > .m-link { color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav ul li.userstate { border-color: #405952; } [data-alias="/wirtschaft/autoindustrie"] .mod-nav ul li.userstate a.link { color: #405952; } [data-alias="/wirtschaft/autoindustrie"][data-layout="desktop"] .mod-header > .m-wrapper .m-menu--bottom > .m-item-vfb { display: block; order: -1; background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common/img/logos/meinvfb-neg.svg); width: 45px; height: 45px; position: relative; top: -12px; margin-right: 15px; background-repeat: no-repeat; } [data-alias="/wirtschaft/autoindustrie"][data-layout="mobile"] #search-form { background-color: #ddb3b3; } [data-alias="/wirtschaft/autoindustrie"][data-layout="mobile"] #search-form .search-field { border-color: #405952; } /* Automobile Header Ende */ /* EGM-1718 - Themenlinks */ .art-tags { border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; padding-top: 16px !important; margin: 16px 0; max-width: calc(100% - 40px); position: relative; left: 20px; } .art-tags a { color: var(--color-bodytext); font-size: 16px; line-height: 26px; background-color: transparent !important; margin: 0 20px 20px 0 !important; padding: 0; border-bottom: 3px solid var(--color-primary); display: block; float: left; } [data-layout="mobile"] .art-tags { max-width: 100%; left: 0; } @media (prefers-color-scheme: dark) { .art-tags a { color: #e5e4de !important; } } /* GROW-436 - Themenlinks */ .most-read { gap: 14px !important; margin: 30px 0 0; display: flex !important; flex-direction: column; } .most-read .appetizer-bottom-wrapper, .most-read figure { display: none; } .most-read .item { width: 100% !important; margin-bottom: 0 !important; border-bottom: none; padding-top: 0 !important; padding-bottom: 0 !important; } .most-read .item:after, .most-read .item + .item:before { display: none !important; } .most-read .appetizer-title { font-size: 18px !important; line-height: 23px !important; margin-bottom: 0 !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .most-read .appetizer-kicker { font-size: 17px !important; line-height: 25px !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; margin-top: 0 !important; } .most-read h4 { color: var(--color-bodytext); font-size: 16px !important; font-weight: 700; line-height: 26px; margin-bottom: 2px !important; border-bottom: none; padding-bottom: 16px; border-bottom: 1px solid #cdcdcd; display: block; } /* DEV-1931 - min. heights ergänzen */ .OutOfPage { line-height: 0; } #pianoRecoPlusbox { min-height: 390px; } [data-layout="mobile"] #pianoRecoPlusbox { min-height: 550px; } #pianoEpbContainer { min-height: 290px; } [data-layout="mobile"] #pianoEpbContainer { min-height: calc(((100vw - 40px) * 0.92)); } .smartad { min-height: 350px; } [data-layout="mobile"] .smartad { min-height: 396px; } #pianoRecoHomePopular, #pianoRecoHome { min-height: 329px; } [data-layout="mobile"] #pianoRecoHomePopular, [data-layout="mobile"] #pianoRecoHome { min-height: 401px; } .boxitem.anzeige.transmatico { min-height: 844px; } [data-layout="mobile"] .boxitem.anzeige.transmatico { min-height: 504px; } html #traffective-ad-Superbanner, html #traffective-ad-Content_2, #traffective-ad-Content_1, html #traffective-ad-Billboard_2, html #traffective-ad-Billboard_1, html #traffective-ad-Rectangle_4, html #traffective-ad-Rectangle_3, html #traffective-ad-Rectangle_2, #traffective-ad-Rectangle_1 { min-height: 270px; } [data-layout="mobile"] #traffective-ad-Mobile_Pos6, [data-layout="mobile"] #traffective-ad-Mobile_Pos5, [data-layout="mobile"] #traffective-ad-Mobile_Pos4, [data-layout="mobile"] #traffective-ad-Mobile_Pos3, [data-layout="mobile"] #traffective-ad-Mobile_Pos2 { min-height: 290px; } html #traffective-ad-Native_1 { min-height: 300px; } html #nativendo-oms-zone-placement-resp { min-height: 220px; } [data-layout="mobile"] #nativendo-oms-zone-placement-resp { min-height: 62px; } html #nativendo-placement-article { min-height: 292px; } #pianoTeaserkachelContainer { min-height: 292px; } [data-layout="mobile"] #pianoTeaserkachelContainer { min-height: 67px; } </style> </div><div class="statichtmlbrick" id="id_e3e73fff_4d8b_4878_a963_ab0be6fb0de1"><!-- STN - B - Upscore Set-Up Snipped ()--> <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><div class="statichtmlbrick" id="id_25d01f48_94c5_48ef_95fd_49c840ef20b0"><!-- STN - B - Registrierungswall - Styling ()--> <style type="text/css"> /* Haupstseiten mit Wrapper */ .registrationwall { font-size: 17px; line-height: 26px; color: #4D555A; margin-bottom: 10px; margin-top: 10px; /* border-radius: 5px; */ } .registrationwall.news { margin-bottom: 0; } .registrationwall__header, .registrationwall__content, .registrationwall__banner { background: #fff; } /* Haupstseiten mit Wrapper - Header */ .registrationwall .registrationwall__header { padding: 12px 20px 0; width: 100%; display: flex; gap: 0 40px; flex-direction: column; /* box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); */ } .registrationwall .registrationwall__header .steps { border-bottom: 1px solid #E7E7E7; padding-bottom: 12px; } .registrationwall .registrationwall__header .tabs, .registrationwall .registrationwall__header .steps { display: flex; flex-direction: row; } .registrationwall .registrationwall__header .headline { color: #4D555A; font-size: 28px; line-height: 36px; font-weight: 700; margin-bottom: 35px; border-bottom: 2px solid #4D555A; padding-bottom: 14px; font-family: 'Roboto Slab'; } [data-layout="mobile"] .registrationwall .registrationwall__header .headline { margin-bottom: 30px; margin-top: 0; font-size: 24px; line-height: 26px; border-bottom: none; } .registrationwall .registrationwall__header .sort-select-wrapper { display: flex; justify-content: flex-end; align-items: center; font-size: 16px; line-height: 24px; color: #4D555A; 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: #007BC4; font-weight: 700; } .registrationwall .registrationwall__header .subHeadline { color: #4D555A; font-size: 22px; font-weight: 700; border-bottom: 2px solid #4D555A; 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: 5px; align-items: center; justify-content: center; font-size: 20px; line-height: 22px; line-height: 29px; font-weight: 700; flex-shrink: 0; } .registrationwall .registrationwall__header .steps .step.step-1 { color: #007BC4; margin-right: 35px; } [data-layout="mobile"] .registrationwall .registrationwall__header .steps .step.step-1 { margin-right: 20px; } .registrationwall .registrationwall__header .steps .step.step-2 { color: #A5A5A5; } .registrationwall .registrationwall__header .steps .step.step-1:before { content: "1"; background-color: #007BC4; } .registrationwall .registrationwall__header .steps .step.step-2:before { content: "2"; background-color: #A5A5A5; } [data-layout="mobile"] .registrationwall__header { padding: 20px 18px; } [data-layout="mobile"] .registrationwall .registrationwall__header { padding: 13px 18px; } [data-layout="mobile"] .registrationwall.onboarding { margin-top: 0; } /* Haupstseiten mit Wrapper - Content */ .registrationwall .registrationwall__content, .registrationwall .registrationwall__banner { margin: 0 auto; padding: 40px 20px; /* box-shadow: 0px 1px 3px rgba(41, 41, 41, 0.16); */ } .registrationwall.bookmarks .registrationwall__content { padding: 0; } .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="/meinestn/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; font-family: 'Roboto Slab'; color: #4D555A; } .registrationwall .item-list .subHeadline { margin-top: 8px; margin-bottom: 14px; color: #A5A5A5; } .registrationwall .item.boxItemContainer .item { width: 160px !important; height: 150px; border: 1px solid #4D555A; border-radius: 2px; padding: 0 10px 0 10px; margin: 0 59px 0 0; display: flex; flex-direction: column; justify-content: space-between; /* overflow: hidden; */ background-color: #CCE5F3; margin-top: 12px; } /* .registrationwall .item.boxItemContainer.topics .item { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/Themenbild_Meine-StZ.svg); } */ .registrationwall .item.boxItemContainer.topics .item { border: none; } .registrationwall .item.boxItemContainer.topics .item.thema-vfb { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/themenbild_vfb.png); } .registrationwall .item.boxItemContainer.topics .item.thema-wohnen { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/themenbild_wohnen.png); } .registrationwall .item.boxItemContainer.topics .item.thema-baustellen { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/themenbild_baustellen.png); } .registrationwall .item.boxItemContainer.topics .item.thema-1942 { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/themenbild_1942.png); } .registrationwall .item.boxItemContainer.topics .item.thema-polizei { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/img/themenbild_polizei.png); } .registrationwall .item.boxItemContainer.topics .item[class*="thema-"] { background-size: cover; } .registrationwall .item.boxItemContainer .item img { object-fit: cover; width: 68px; height: 68px; order: -1; border-radius: 50%; position: absolute; right: 7px; top: -12px; border: 1px solid #4D555A; } .registrationwall .item.boxItemContainer .item:last-of-type { margin-right: 0; } .registrationwall .item.boxItemContainer .item .headline { margin: auto 0 16px; white-space: initial; line-height: 22px; font-size: 22px; font-family: 'Roboto Slab'; } .registrationwall .item.boxItemContainer.topics .item .headline { display: flex; /* margin: auto 0 40px; */ justify-content: center; text-align: center; margin: auto 0 8px; color: #fff; } [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: 8px; } [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; } [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; font-family: 'Roboto Condensed'; } .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: #CCE5F3; padding: 20px; font-size: 18px; line-height: 27px; max-width: 1020px; box-shadow: 0px 0px 4px rgba(41, 41, 41, 0.16); } .onboardingInfo button { line-height: 21px !important; height: auto !important; font-size: 18px; padding: 13px 70px; margin-top: 15px; margin-bottom: 15px; box-shadow: 0px 1px 3px rgba(77, 85, 90, 0.16); border-radius: 5px; } .onboardingInfo button[disabled], .onboardingInfo button[disabled]:hover { background: #A5A5A5; color: #E7E7E7; cursor: default; } .onboardingInfo .container-login { font-weight: bold; } .onboardingInfo .container-login span { color: #007bc4; 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: #007BC4; } .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: #007BC4; } .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; } [data-alias="/meinestn/auswahl-treffen"] .onboardingOverlayOpen .mod-header { z-index: 1; } .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: 5px; 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: 378px; background-color: #fff; z-index: 9999; transform: translate(321px, -50%); } @media (max-width: 1440px) { .onboardingOverlay { left: 0; } } [data-layout="mobile"] .onboardingOverlay { left: 50%; transform: translate(-50%, -50%); } .onboardingOverlay .content { padding: 50px 39px 40px; display: flex; flex-direction: column; } .onboardingOverlay .content h2 { font-size: 22px; font-weight: 700; margin-bottom: 8px; line-height: 27px; color: #4D555A; 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: 106px; } .onboardingOverlay .content .btn { line-height: 21px; height: auto; font-size: 18px; padding: 13px 28px; margin-top: 20px; margin-bottom: 10px; border-radius: 5px; } .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: #007BC4; cursor: pointer; } .onboardingOverlay .closeIconContainer .closeOverlay { padding: 17px; position: absolute; right: 0; top: 0; cursor: pointer; } @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-family: 'Roboto Slab'; font-weight: 700; font-size: 22px; line-height: 29px; margin-bottom: 20px; display: block; color: #4D555A; } .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: #4D555A; outline: none; border-left: none; border-right: none; border-top: none; border-bottom: 2px solid #4D555A; display: flex; padding: 10px 5px; font-size: 18px; line-height: 27px; } .registrationwall__search input::focus-within { border-bottom: 2px solid #007BC4; } .registrationwall__search input::placeholder { opacity: 1; color: #A5A5A5; } .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: #A5A5A5; 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 #007BC4; } .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; } [data-layout="mobile"] .registrationwall__search .item-list .item:after { display: none; } .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(#007BC4, 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("https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/grab-sort-icon.svg"); 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-ghost { opacity: 0; } .registrationwall .sortable-chosen { background: #CCE5F3; } .registrationwall .sortable-fallback { opacity: 1 !important; background: #CCE5F3; } /* Meine StZ - Meine Nachrichten / Merkliste */ /* .registrationwall-article-collection { content: ""; display: block; height: 10px; background-color: #A5A5A5; 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 { line-height: 21px !important; height: auto !important; font-size: 18px; padding: 13px 70px; box-shadow: 0px 1px 3px rgba(77, 85, 90, 0.16); border-radius: 5px; font-weight: 700; text-align: center; min-width: 343px; transition: color .25s ease, background .25s ease; } .registrationwall-article-collection .load-more button:hover { background-color: #4097e0; } [data-layout="mobile"] .registrationwall-article-collection .load-more button { min-width: auto; width: calc(100% - 36px); } /* .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; padding: 0 10px; } [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker { margin-top: 16px; } [data-layout="desktop"] .registrationwall .registrationwall-article-collection .appetizer figure, [data-layout="tablet"] .registrationwall .registrationwall-article-collection .appetizer figure { width: 300px; padding: 0; /* 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: 45px 0 35px; } .registrationwall.news .newsInfo .headline, .registrationwall.bookmarks .bookmarksInfo .headline { font-weight: 700; font-size: 22px; line-height: 29px; margin-top: 0; text-align: center; color: #4D555A; font-family: "Roboto Slab"; } .registrationwall.news .newsInfo .subHeadline, .registrationwall.bookmarks .bookmarksInfo .subHeadline { max-width: 390px; text-align: center; font-size: 18px; line-height: 27px; } .registrationwall.news .newsInfo>a { line-height: 21px !important; height: auto !important; font-size: 18px; padding: 13px 70px; margin-top: 34px; box-shadow: 0px 1px 3px rgba(77, 85, 90, 0.16); border-radius: 5px; font-weight: 700; text-align: center; min-width: 343px; transition: color .25s ease, background .25s ease; background-color: #007BC4; color: #fff; } .registrationwall.news .newsInfo>a:hover { background: #4097e0; color: #fff; } .registrationwall-article-collection>.headline { color: #4D555A; font-size: 28px; line-height: 28px; font-weight: 700; /* border-bottom: 2px solid #4D555A ; padding-bottom: 9px; */ padding: 0 20px; font-family: "Roboto Slab"; } [data-layout="mobile"] .registrationwall-article-collection>.headline { padding-bottom: 6px; margin-top: 24px; font-size: 20px; } .registrationwall-article-collection>.item-list { /* max-width: 727px; */ margin: 24px auto 0; min-height: 353px; } .registrationwall-article-collection>.item-list>div { display: flex; } [data-layout="mobile"] .registrationwall-article-collection>.item-list>div { display: block; } [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: #990000; } */ .registrationwall-article-collection>.item-list .data+div .article-found-because:not(:empty) { padding: 6px 10px; background-color: #A5A5A5; border-radius: 5px; margin-left: 26px; white-space: nowrap; flex-shrink: 1; text-overflow: ellipsis; overflow: hidden; } [data-layout="mobile"] .registrationwall-article-collection>.item-list { margin-top: 10px; } /* Header - Themenseiten */ .theme-header { width: 100%; border-bottom: 1px solid #e5e4de; padding: 0 20px 18px; margin-bottom: 30px; } .theme-header .headline { width: 100%; color: #4D555A; font-size: 2rem; font-weight: 700; border-bottom: 2px solid #4D555A; 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; border: 1px solid #4D555A; border-radius: 5px; background-color: #fff !important; color: #4D555A !important; font-size: 12px; line-height: 15px; height: auto; padding: 4px 0; display: flex; justify-content: center; transition: none; position: relative; } .item>button.bookmark-theme, .item button.bookmark-author { margin: 0 9px 12px; } [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: rgba(77, 85, 90, 0.7); color: rgba(77, 85, 90, 0.7) !important; background-color: rgba(255, 255, 255, 0.7); } [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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-plus.svg); margin-right: 4px; width: 15px; height: 15px; background-repeat: no-repeat; */ display: inline-block; background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-plus-grey.svg); /* background-position: 1px 1px; */ /* position: relative; top: 1px; left: 1px; */ } /* EGM-949 */ /* 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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/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: #4D555A; background-color: #4D555A !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: #666666; background-color: #666666 !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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-check-white.svg); /* height: 10px; width: 12px; */ position: relative; /* top: 1px; */ content: "Folge ich"; width: 47px; /* background-position-y: -1px; */ } [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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-close-white-small.svg); /* height: 10px; width: 10px; position: relative; top: 3px; */ content: "Entfolgen"; width: 51px; } /* 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) .item:only-child button.bookmark-article, [data-layout="mobile"] .boxitem>.item:not(.tdtArticleOne):only-child button.bookmark-article { margin-bottom: -20px; } .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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-bookmark-circle.svg); background-size: 40px 40px !important; } button.bookmark-article[data-type="follow"][data-follow="true"] { /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' fill='%234D555A' 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='%234D555A' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E"); */ background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-bookmark-grey-full.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"] { background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-bookmark-circle-grey.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 #4D555A ; */ 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(29%) sepia(16%) saturate(282%) hue-rotate(160deg) brightness(99%) contrast(87%); } .mod-gallery ul li.bookmark, .mod-article .article-body ul li.bookmark { display: flex; justify-content: center; } /* EGM-949 */ /* .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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/flag-new-left.svg'); position: absolute; left: 60px; top: 10px; pointer-events: none; } */ /* EGM-949 */ /* [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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/flag-new-down.svg); top: -30px; left: 13px; height: 25px; width: 36px; background-repeat: no-repeat; } */ /* Backlink / Configure-Link / Banner */ .registrationwall .backlink:before { background-image: url("https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/Icon_Pfeil_chevron.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: #007BC4; border-radius: 5px; color: #fff !important; margin-left: auto; padding: 6px 17px; max-width: fit-content; max-width: -moz-fit-content; } .registrationwall .configureLink:hover { background: #4097e0; } .registrationwall .configureLink { margin-top: 15px; } .registrationwall .registrationwall__banner { /* border-bottom: 1px solid #A5A5A5; */ flex-direction: row; display: flex; padding: 20px 0; } /* [data-layout="mobile"] .registrationwall .registrationwall__banner { padding: 20px 18px; } */ .registrationwall .registrationwall__banner>div { flex: 1; } .registrationwall .registrationwall__banner>div a { background: #CCE5F3; display: flex; padding: 20px; align-items: center; color: #4D555A; } [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: #007BC4; 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 #4D555A; border-radius: 5px; background-color: transparent !important; color: #4D555A !important; font-size: 12px; line-height: 15px; min-width: auto; height: auto; padding: 4px 15px; 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(510px - 50%), -50%); width: 575px; max-width: 85%; background: #4D555A; font-family: "Roboto Condensed"; font-weight: bold; color: #fff; padding: 21px 40px; border-radius: 5px; text-align: left; transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); z-index: 5; box-shadow: -3px -3px 6px rgba(102, 102, 102, 0.15); line-height: 24px; } [data-layout="mobile"] .hs-snackbar { padding: 18px; line-height: 21px; max-width: calc(100vw - 36px); transform: translate(18px, -50%); } @media(max-width: 1440px) { .hs-snackbar { left: 0; } } .hs-snackbar a { color: #CCE5F3; float: right; text-align: right; cursor: pointer; } [data-layout="mobile"] .hs-snackbar a { float: none; 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='/meinestn/themen-entdecken'] .onboardingInfo, [data-alias='/meinestn/themen-entdecken'] .onboardingOverlay, [data-alias='/meinestn/themen-entdecken'] .onboardingOverlayBackground, [data-alias='/meinestn/themen-entdecken'] .registrationwall__header.auswahl-treffen { display: none !important; } [data-alias='/meinestn/themen-entdecken'] body { overflow: visible !important; } [data-alias='/meinestn/auswahl-treffen'] .hs-snackbar, [data-alias='/meinestn/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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-meine-stz.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-meine-stz.svg) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background: #4D555A ; */ background-image: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/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-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-bookmark.svg) no-repeat 50% 50%; mask: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/icon-bookmark.svg) no-repeat 50% 50%; -webkit-mask-size: contain; mask-size: contain; background: #4D555A; 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 { /* padding-bottom: 10px; */ /* margin-bottom: 28px; */ /* border-bottom: 1px solid #e5e4de; */ padding: 0 20px; flex-basis: 33.3333%; max-width: 33.3333%; } [data-layout="mobile"] .boxitem .topnews-article-list .item, [data-layout="mobile"] .registrationwall .registrationwall-article-collection .item-list .item { margin-bottom: 20px; padding: 0; max-width: none; } [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; } .boxitem .appetizer-text { display: none; } /* Footer */ [data-alias="/meinestn/auswahl-treffen"] #footer { /* z-index: -1; */ padding-bottom: 131px; } [data-alias="/meinestn/auswahl-treffen"] .site-wrapper.site { z-index: 5; position: relative; } [data-alias="/meinestn/auswahl-treffen"][data-layout="mobile"] #footer { padding-bottom: 198px; } .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; padding-left: 10px; margin-top: auto; } [data-layout="mobile"] .topnews-article-list .item .content+div, [data-layout="mobile"] .registrationwall-article-collection>.item-list .data+div { width: 100%; padding-left: 0; } .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; color: #4D555A; } .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: #990000; } /* 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; } .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; } /* StN spezifisch */ #verlagsangebote button.bookmark-article[data-type="follow"] { display: none; } [data-layout="desktop"] .registrationwall :not(#collection-wrapper) .item+.item:before { background: transparent; height: auto; min-height: auto; position: static; } [data-layout="desktop"] .registrationwall #collection-wrapper .item+.item:before { height: calc(100% - 14px); } .onboardingOverlayContainer>.item { padding: 0 !important; } .registrationwall .item { padding: 0; } .registrationwall.onboarding .registrationwall__search { max-width: 818px; } .registrationwall .item.alphabeticalList { max-width: 818px; } [data-layout="desktop"] .myconfigGrid .bottom-nav, [data-layout="desktop"] .onboardingGrid .bottom-nav { padding: 0; } /* .registrationwall__header::before { content: "Meine StN"; padding: 0 0 11px 0; font-size: 1rem; line-height: 22px; display: inline-block; color: #a5a5a5; border-bottom: 1px solid #A5A5A5; margin-bottom: 22px; } */ .registrationwall-article-collection:after { content: ""; background-color: #A5A5A5; height: 1px; display: block; width: calc(100% - 40px); margin: 40px auto; } [data-layout="mobile"] .registrationwall-article-collection:after { margin: 24px auto 0; } .mod-header>.m-wrapper .m-menu--bottom>.m-item-meinestn { display: flex; align-items: center; border-right: 1px solid rgba(255, 255, 255, .3); cursor: pointer; position: relative; overflow: hidden; transition: width .4s ease-in-out; } .mod-header>.m-wrapper .m-menu--bottom>.m-item-meinestn .m-text { padding: 13px 32px; color: #fff; font-weight: 700; } .followBtnContainer { padding: 10px 20px; border-bottom: 1px solid #e7e7e7; } [data-layout="mobile"] .followBtnContainer { padding: 5px 0px; border-bottom: none } [data-layout="mobile"] .followBtnContainer:after { content: ""; height: 1px; width: 100%; display: block; background-color: #e7e7e7; } [data-alias*="/thema/"] .bottom-nav .breadcrumb { border-bottom: none; } [data-layout="mobile"][data-alias*="/thema/"] .article .bottom-nav:after { display: none; } [data-layout="mobile"] .grid.onboardingGrid, [data-layout="mobile"] .grid.myconfigGrid { padding: 0; } [data-layout="mobile"] .grid.onboardingGrid .include .include-content.ec-content-topline .item, [data-layout="mobile"] .grid.myconfigGrid .include .include-content.ec-content-topline .item { padding: 0 20px; } [data-layout="mobile"] .grid.onboardingGrid .bottom-nav .breadcrumb, [data-layout="mobile"] .grid.myconfigGrid .bottom-nav .breadcrumb { border-bottom: 1px solid #e7e7e7; } [data-layout="mobile"] .registrationwall .registrationwall-article-collection .appetizer figure { width: 33.3%; margin-bottom: 10px; } [data-layout="mobile"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-kicker, [data-layout="mobile"] .registrationwall .registrationwall-article-collection .appetizer .appetizer-title { width: 62%; } .registrationwall.bookmarks .content, .registrationwall.news .content { height: 100%; display: flex; flex-direction: column; } [data-layout="mobile"] .registrationwall.news .content { padding: 0 20px; } /* .registrationwall.news .content .data + div { height: 100%; } */ [data-layout="desktop"] .registrationwall-article-collection>.item-list>div+div, [data-layout="tablet"] .registrationwall-article-collection>.item-list>div+div { margin-top: 40px; } .item.slider.boxItemContainer.topics { max-width: 818px; } .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser .header h4 { font-size: 28px; line-height: 28px; font-weight: 700; font-family: "Roboto Slab"; margin: 0; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser .header h4 { padding-bottom: 6px; margin-top: 24px; font-size: 20px; padding-left: 20px; padding-right: 20px; } .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten { margin-top: 24px; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten { margin-top: 10px; } [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .recommendation-grid.home, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .recommendation-grid.home { display: flex; } [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item { padding: 0 20px; width: 340px !important; display: inline-block; display: flex; flex-direction: column; justify-content: space-between; } [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item .bookmark-article, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item .bookmark-article { margin-left: auto; } [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item+.item:before, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item+.item:before { height: 0; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item { padding-bottom: 0; margin-bottom: 20px; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item:after { display: none; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .item .bookmark-article { margin-left: auto; margin-right: 20px; } .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten:after { content: ""; background-color: #A5A5A5; height: 1px; display: block; width: calc(100% - 40px); margin: 40px auto; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten:after { margin: 24px auto 0; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser .header { margin-top: 0; } .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten figure, .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten figure { width: 100% !important; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten figure { width: 33.3% !important; margin-bottom: 10px; float: left !important; } [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-title, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-title, [data-layout="desktop"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-kicker, [data-layout="tablet"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-kicker { padding-left: 10px; } [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-title, [data-layout="mobile"] .registrationwall.news #collection-wrapper>.grid-row-teaser .articleTeaser #pianoRecoMeineNachrichten .appetizer-kicker { width: 62% !important; } .bookmark-article[data-config*="//produkte."] { display: none; } @media (prefers-color-scheme: dark) { button.bookmark-author::before, button.bookmark-theme:before { filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(849%) hue-rotate(335deg) brightness(95%) contrast(89%); } button.bookmark-author, button.bookmark-theme { background-color: transparent !important; } .onboardingOverlay { background-color: #1c1c1c; } .onboardingOverlay .content h2, .onboardingOverlay .content p, .onboardingOverlay .content .container-login { color: #E5E4DE !important; } .onboardingOverlay .content .btn { background-color: #4097E0; } .onboardingOverlay .content .container-login span { color: #4097E0; } .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><div class="statichtmlbrick" id="id_fcc7f7b5_8730_47f0_98f6_76028704951f"><!-- STN - B - Registrierungswall - JS GA-Tracking ()--> <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><div class="statichtmlbrick" id="id_db56fbb5_a6c0_4fdf_ae8a_4c973e854088"><!-- STN-RSP22 - B - Tracking (postMessage) / GTM ()--> <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"; } 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: "RA4N76U" }, 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("RA4N76U"); }, onInvalid: console.log("something went wrong"), }); }, }); }, }); } function welectUnlockReducedContent(...rids) { (restrictedArea = document.querySelector( ".restricted-area[alias='/loadwelect-stn']" )), (mode = restrictedArea?.getAttribute("mode")), (ref = restrictedArea?.getAttribute("ref")), (alias = "/loadwelect-stn"), (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-nachrichten.de") { if (e.data.postType === "gtmPushSnippet") { if (snippetShown || interstitialShown) dataLayerV3.push(e.data); e.data.blockVxCloseEvent === true ? (blockVxCloseEvent = true) : (blockVxCloseEvent = false); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted", termStartSource: "snippet", }); 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(e.data); if (e.data.offerLinkOfferPrice) dataLayerV3.push({ event: "checkoutStarted", termStartSource: "banderole", }); } else if (e.data.postType === "gtmPushEigenwerbung") { dataLayerV3.push(e.data); if ( e.data.event === "eigenwerbungClick" && e.data.offerLinkOfferPrice ) { dataLayerV3.push({ event: "checkoutStarted", termStartSource: "eigenwerbung", }); } } else if (e.data.postType === "gtmPushTeaserkachel") { dataLayerV3.push(e.data); if ( e.data.event === "teaserkachelClick" && e.data.offerLinkOfferPrice ) { dataLayerV3.push({ event: "checkoutStarted", termStartSource: "teaserkachel", }); } } else if (e.data.postType === "gtmPushClickProducts") { dataLayerV3.push({ clickProducts: e.data.clickProducts, paywallImpressions: e.data.clickProducts, }); } else if (e.data.postType === "gtmPushPaywall") { if (e.data.paywallOfferLinkOfferid) { // PW Click dataLayerV3.push(e.data); dataLayerV3.push({ event: "checkoutStarted", paywallImpressions: [{ offerpg: e.data.paywallImpressions }], termStartSource: "paywall", }); } else { // PW Impression/View/loaded dataLayerV3.push(e.data); dataLayerV3.push({ paywallImpressions: [{ offerpg: e.data.paywallImpressions }], }); 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 === "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("RA4N76U"); }, onInvalid: () => { checkWelectAvailability(); }, }); } else if ( e.data.postType === "gtmPush" || e.data.postType === "gtmPushEpb" || e.data.postType === "gtmPushDossierbox" || e.data.postType === "gtmVxCheckout" ) { dataLayerV3.push(e.data); } else { return; } } }, false ); </script></div><!-- NOWRAPPER(!) --><!-- NOWRAPPER(!) --><header class="mod-header"> <div class="m-wrapper"> <div class="m-logo" itemscope="" itemtype="http://schema.org/Organization"><a class="m-link" href="/" itemprop="url" title="Stuttgarter Nachrichten"><img alt="Stuttgarter Nachrichten" class="m-img" itemprop="logo" src="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/logo-stuttgarter-nachrichten.svg" /> </a></div> <ul class="m-menu m-menu--top"> <li class="m-item m-item--ok"><a class="mhsd-partner-link" dark="" href="https://swm-network.de/portfolio/digital/partnernetzwerk/" target="_blank">&nbsp;</a></li> <li class="m-item m-item--nav"> <p class="m-text m-text--open">MENÜ</p> <p class="m-text m-text--closed">MENÜ SCHLIESSEN</p> <div class="m-icon m-icon--burger"> <div class="m-wrapper"><span class="m-slice"></span> <span class="m-slice"></span> <span class="m-slice"></span> <span class="m-slice"></span></div> </div> </li></ul> <ul class="m-menu m-menu--bottom"> <li class="m-item m-item--search" data-visibility="device-desktop device-tablet"> <div class="m-wrapper"> <form action="/suche" class="m-form" method="get" onsubmit="return checkFormHeader()"><input name="_charset_" type="hidden" value="UTF-8" /> <input name="mode" type="hidden" value="Eines der Worte" /> <input name="sort" type="hidden" value="Datum absteigend" /> <input name="searchPeriod" type="hidden" value="unbegrenzt" /> <input class="m-input" id="search_field" name="searchText" placeholder="Suchbegriff eingeben" type="text" /><button class="m-button" name="searchsubmit" type="submit">Suchen</button></form> </div> </li> <li class="m-item m-icon--cleverpush-container cleverpush-hide-unsupported"><a class="m-icon m-icon--cleverpush" href="#cleverpush-bell-speechbubble">​</a></li> <li class="m-item m-item--login is-logged" data-visibility="device-desktop device-tablet"><!-- Usernav >>> --> <div class="m-wrapper"> <div class="m-loginbox"> <div class="m-loginbox-items"> <p class="m-user">Sie sind angemeldet.<a class="m-logout" id="button_logout" onclick="CmsLoginManager.logout();">Abmelden</a></p><!-- <ul> <li data-visibility="state-loggedin state-subscribed"><a class="link" data-title="Mein Abo" href="https://service.stuttgarter-nachrichten.de/service/" target="_blank">Mein Abo</a> </li> <li data-visibility="state-subscribed"><a class="link" data-title="Abo-Vorteile" href="https://produkte.stuttgarter-nachrichten.de/service/" target="_blank">Abo-Vorteile</a></li> <li data-visibility="state-subscribed"><a class="link" data-title="Profil verwalten" href="https://www.stuttgarter-nachrichten.de/user-account" target="_blank">Profil verwalten</a></li> </ul> --> <ul> <li data-visibility="state-loggedin"><a class="link" data-title="Profil verwalten" href="https://www.stuttgarter-nachrichten.de/user-account" target="_blank">Profil verwalten</a></li> <li data-visibility="state-subscribed"><a class="link" data-title="Mein Abo" href="https://www.stuttgarter-nachrichten.de/user-account" target="_blank">Mein Abo</a></li></ul></div> </div> </div> </li> <li class="m-item m-item--login is-loggedout" data-visibility="device-desktop device-tablet" onclick="javascript:CmsLoginManager.execLoginAction('LOGIN');">&nbsp;</li> <li class="m-item m-item-meinestn" data-visibility="device-desktop device-tablet"><a class="m-text" href="/meinestn"><span>MEINE StN</span></a></li> <li class="m-item m-item-abo"><a class="m-text abo-std" href="https://www.stuttgarter-nachrichten.de/abo?itm_campaign=01GR&amp;itm_source=cms&amp;itm_medium=abo&amp;itm_content=button&amp;wt=EONAB&amp;" target="_blank"><span>ABO</span></a> <a class="m-text abo-mz" href="https://produkte.marbacher-zeitung.de/aboverkauf/mz/mz-produkte-uebersicht.html?utm_campaign=41GR&amp;utm_source=cms&amp;utm_medium=abo&amp;utm_content=button&amp;wt=EONAB" target="_blank"><span>ABO</span></a> <a class="m-text abo-kwz" href="https://produkte.kornwestheimer-zeitung.de/aboverkauf/kwz/kwz-produkte-uebersicht.html?utm_campaign=40GR&amp;utm_source=cms&amp;utm_medium=abo&amp;utm_content=button&amp;wt=EONAB" target="_blank"><span>ABO</span></a></li></ul></div> </header> <!-- NOWRAPPER(!) --><!-- vaA _responsive/2016-12/header/includes/main_nav/level-1/item.html --> <nav class="mod-nav not-sticky" id="main-nav" role="navigation"> <!-- loggedout --><ul data-visibility="device-mobile state-loggedout"> <li data-visibility="state-loggedout" class="userstate"> <a class="link" data-lt="Login_pos_header" href="javascript:CmsLoginManager.execLoginAction('LOGIN');" data-title="Login"> Login </a> </li> <!-- <li class="userstate"> <a class="link" data-lt="Abonieren_pos_header" href="https://www.stuttgarter-nachrichten.de/digitalabo?itm_campaign=01GR&itm_source=cms&itm_medium=abo&itm_content=button&wt=EONAB&" target="_blank" data-title="Abonnieren"> Abonnieren </a> --> </li> <li class="userstate"><a class="link" data-lt="" data-title="Push-Benachrichtigungen aktivieren" href="#cleverpush-bell-speechbubble">Push-Benachrichtigungen aktivieren</a></li> <li class="userstate"><a class="link" data-lt="Meinestn_pos_header" data-title="Meine StN" href="/meinestn">Meine StN</a></li></ul><!-- loggedin --><ul data-visibility="device-mobile state-loggedin"> <li> <p class="m-user">Sie sind angemeldet. <a class="link" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> Abmelden </a> </p> </li> <!-- <li class="userstate"> <a class="link" data-lt="MeinAbo_pos_header" href="https://service.stuttgarter-nachrichten.de/service/" data-title="Mein Abo"> Mein Abo </a> </li> --> <li class="userstate"> <a class="link" data-lt="Profil_pos_header" href="https://www.stuttgarter-nachrichten.de/user-account" data-title="Profil verwalten"> Profil verwalten </a> </li> <!-- <li class="userstate"> <a class="link" data-lt="Abonieren_pos_header" href="https://www.stuttgarter-nachrichten.de/digitalabo?itm_campaign=01GR&itm_source=cms&itm_medium=abo&itm_content=button&wt=EONAB&" target="_blank" data-title="Abonnieren"> Abonnieren </a> </li> --> <li class="userstate"><a class="link" data-lt="" data-title="Push-Benachrichtigungen aktivieren" href="#cleverpush-bell-speechbubble">Push-Benachrichtigungen aktivieren</a></li> <li class="userstate"><a class="link" data-lt="Meinestn_pos_header" data-title="Meine StN" href="/meinestn">Meine StN</a></li></ul><!-- subscribed --><ul data-visibility="device-mobile state-subscribed"> <li> <p class="m-user">Sie sind angemeldet. <a class="link" data-lt="Logout_pos_header" href="javascript:CmsLoginManager.logout();" data-title="Login"> Abmelden </a> </p> </li> <li class="userstate"> <a class="link" data-lt="MeinAbo_pos_header" href="https://www.stuttgarter-nachrichten.de/user-account" data-title="Mein Abo"> Mein Abo </a> </li> <!-- <li class="userstate"> <a class="link" data-lt="Abovorteile_pos_header" href="https://produkte.stuttgarter-nachrichten.de/service/" target="_blank" data-title="Abo-Vorteile"> Abo-Vorteile </a> </li> <li class="userstate"> <a class="link" data-lt="Profil_pos_header" href="https://www.stuttgarter-nachrichten.de/user-account" data-title="Profil verwalten"> Profil verwalten </a> </li> --> <li class="userstate"><a class="link" data-lt="Meinestn_pos_header" data-title="Meine StN" href="/meinestn">Meine StN</a></li></ul><ul class="m-menu m-menu--1"> <li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/stuttgart" title="Stuttgart" target="_self" class="m-link level-1-link"> Stuttgart </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/stuttgart" title="Stuttgart" target="_self" class="m-link level-1-link"> Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/polizei" title="Polizeibericht" target="_self" class="m-link level-2-link"> Polizeibericht </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/mitte" title="Stuttgart-Mitte" target="_self" class="m-link level-2-link"> Stuttgart-Mitte </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/nord" title="Stuttgart-Nord" target="_self" class="m-link level-2-link"> Stuttgart-Nord </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/ost" title="Stuttgart-Ost" target="_self" class="m-link level-2-link"> Stuttgart-Ost </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/sued" title="Stuttgart-Süd" target="_self" class="m-link level-2-link"> Stuttgart-Süd </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/west" title="Stuttgart-West" target="_self" class="m-link level-2-link"> Stuttgart-West </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/bad-cannstatt" title="Bad Cannstatt" target="_self" class="m-link level-2-link"> Bad Cannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/birkach" title="Birkach" target="_self" class="m-link level-2-link"> Birkach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/botnang" title="Botnang" target="_self" class="m-link level-2-link"> Botnang </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/degerloch" title="Degerloch" target="_self" class="m-link level-2-link"> Degerloch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/feuerbach" title="Feuerbach" target="_self" class="m-link level-2-link"> Feuerbach </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/hedelfingen" title="Hedelfingen" target="_self" class="m-link level-2-link"> Hedelfingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/moehringen" title="Möhringen" target="_self" class="m-link level-2-link"> Möhringen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/muehlhausen" title="Mühlhausen" target="_self" class="m-link level-2-link"> Mühlhausen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/muenster" title="Münster" target="_self" class="m-link level-2-link"> Münster </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/obertuerkheim" title="Obertürkheim" target="_self" class="m-link level-2-link"> Obertürkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/plieningen" title="Plieningen" target="_self" class="m-link level-2-link"> Plieningen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/sillenbuch" title="Sillenbuch" target="_self" class="m-link level-2-link"> Sillenbuch </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/stammheim" title="Stammheim" target="_self" class="m-link level-2-link"> Stammheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/untertuerkheim" title="Untertürkheim" target="_self" class="m-link level-2-link"> Untertürkheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/vaihingen" title="Vaihingen" target="_self" class="m-link level-2-link"> Vaihingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/wangen" title="Wangen" target="_self" class="m-link level-2-link"> Wangen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/weilimdorf" title="Weilimdorf" target="_self" class="m-link level-2-link"> Weilimdorf </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgart/zuffenhausen" title="Zuffenhausen" target="_self" class="m-link level-2-link"> Zuffenhausen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/medizin" title="Medizin" target="_self" class="m-link level-2-link"> Medizin <span class="m-note">Anzeige</span> </a> </li></ul></li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/region_land" title="Region & Land" target="_self" class="m-link level-1-link"> Region & Land </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/region_land" title="Region & Land" target="_self" class="m-link level-1-link"> Region & Land </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/region/boeblingen" title="Böblingen" target="_self" class="m-link level-2-link"> Böblingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/region/esslingen" title="Esslingen" target="_self" class="m-link level-2-link"> Esslingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/region/goeppingen" title="Göppingen" target="_self" class="m-link level-2-link"> Göppingen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/region/ludwigsburg" title="Ludwigsburg" target="_self" class="m-link level-2-link"> Ludwigsburg </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/region/rems-murr-kreis" title="Rems-Murr-Kreis" target="_self" class="m-link level-2-link"> Rems-Murr-Kreis </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/baden-wuerttemberg" title="Baden-Württemberg" target="_self" class="m-link level-2-link"> Baden-Württemberg </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/marbacher-zeitung" title="Marbacher Zeitung" target="_self" class="m-link level-2-link"> Marbacher Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/kornwestheimer-zeitung" title="Kornwestheimer Zeitung" target="_self" class="m-link level-2-link"> Kornwestheimer Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/fellbacher-zeitung" title="Fellbacher Zeitung" target="_self" class="m-link level-2-link"> Fellbacher Zeitung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-zeitung.de/leonberger-kreiszeitung" title="Leonberger Kreiszeitung" target="_self" class="m-link level-2-link"> Leonberger Kreiszeitung </a> </li></ul></li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/sport" title="Sport" target="_self" class="m-link level-1-link"> Sport </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/sport" title="Sport" target="_self" class="m-link level-1-link"> Sport </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/vfb" title="VfB Stuttgart" target="_self" class="m-link level-2-link"> VfB Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/stuttgarter-kickers" title="Stuttgarter Kickers" target="_self" class="m-link level-2-link"> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/sport/fussball" title="Fußball" target="_self" class="m-link level-2-link"> Fußball </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/sport/lokal-sport" title="Lokalsport Region Stuttgart" target="_self" class="m-link level-2-link"> Lokalsport Region Stuttgart </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/1-fc-heidenheim" title="1. FC Heidenheim" target="_self" class="m-link level-2-link"> 1. FC Heidenheim </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/sport/goeppinger-sv" title="1. Göppinger SV" target="_self" class="m-link level-2-link"> 1. Göppinger SV </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/unterhaltung" title="Unterhaltung" target="_self" class="m-link level-1-link"> Unterhaltung </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/panorama" title="Panorama" target="_self" class="m-link level-1-link"> Panorama </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/news/digital" title="Digital" target="_self" class="m-link level-1-link"> Digital </a> </li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/wissen" title="Wissen" target="_self" class="m-link level-1-link"> Wissen </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/wissen" title="Wissen" target="_self" class="m-link level-1-link"> Wissen </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/themenwelt/gesund-in-stuttgart" title="Gesund in Stuttgart" target="_self" class="m-link level-2-link"> Gesund in Stuttgart <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/themenwelt/camperwelt" title="Camperwelt" target="_self" class="m-link level-2-link"> Camperwelt <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/themenwelt/showroom-lifestyle-magazin" title="Showroom - Lifestyle Magazin" target="_self" class="m-link level-2-link"> Showroom - Lifestyle Magazin <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/themenwelt/gartenideen-zuhause-im-gruenen" title="Gartenideen" target="_self" class="m-link level-2-link"> Gartenideen </a> </li></ul></li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/politik" title="Politik" target="_self" class="m-link level-1-link"> Politik </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/politik" title="Politik" target="_self" class="m-link level-1-link"> Politik </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bundestagswahl-2025" title="Bundestagswahl 2025" target="_self" class="m-link level-2-link"> Bundestagswahl 2025 </a> </li></ul></li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/wirtschaft" title="Wirtschaft" target="_self" class="m-link level-1-link"> Wirtschaft </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/wirtschaft" title="Wirtschaft" target="_self" class="m-link level-1-link"> Wirtschaft </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/innovation-hightech" title="Innovation & Hightech" target="_self" class="m-link level-2-link"> Innovation & Hightech <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mercedes-news" title="Mercedes News" target="_self" class="m-link level-2-link"> Mercedes News </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/jobs-firmen-stuttgart" title="Jobs und Firmen" target="_self" class="m-link level-2-link"> Jobs und Firmen <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/firmen-im-fokus" title="Firmen im Fokus" target="_self" class="m-link level-2-link"> Firmen im Fokus <span class="m-note">Anzeige</span> </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/wirtschaft/autoindustrie" title="Autoindustrie" target="_self" class="m-link level-2-link"> Autoindustrie </a> </li></ul></li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/kultur" title="Kultur" target="_self" class="m-link level-1-link"> Kultur </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/news/kultur" title="Kultur" target="_self" class="m-link level-1-link"> Kultur </a> </li><li class="m-item "> <a href="https://veranstaltungen.stuttgarter-nachrichten.de/event/" title="Ausgehen" target="_blank" class="m-link level-2-link"> Ausgehen </a> </li></ul></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/reise" title="Reise" target="_self" class="m-link level-1-link"> Reise </a> </li><li class="m-item m-item--more has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/mediathek" title="Mediathek" target="_self" class="m-link level-1-link"> Mediathek </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2"> <a href="https://www.stuttgarter-nachrichten.de/mediathek" title="Mediathek" target="_self" class="m-link level-1-link"> Mediathek </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/videos" title="Unsere Videos" target="_self" class="m-link level-2-link"> Unsere Videos </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/news" title="News" target="_self" class="m-link level-2-link"> News </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/panorama" title="Panorama" target="_self" class="m-link level-2-link"> Panorama </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/stars-celebrities" title="Stars & Celebrities" target="_self" class="m-link level-2-link"> Stars & Celebrities </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/gesundheit-fitness" title="Gesundheit und Fitness" target="_self" class="m-link level-2-link"> Gesundheit und Fitness </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/meinvfb" title="MeinVfB" target="_self" class="m-link level-2-link"> MeinVfB </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/podcannstatt" title="PodCannstatt" target="_self" class="m-link level-2-link"> PodCannstatt </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/stuttgarter-kickers" title="Stuttgarter Kickers" target="_self" class="m-link level-2-link"> Stuttgarter Kickers </a> </li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/mediathek/1-goeppinger-sv" title="1. Göppinger SV" target="_self" class="m-link level-2-link"> 1. Göppinger SV </a> </li></ul></li><li class="m-item m-item--more has-level-2 active"> <a href="https://www.bei-uns-daheim.de" title="Bei uns daheim" target="_self" class="m-link level-1-link"> Bei uns daheim </a> <ul class="m-menu m-menu--2"> <li class="m-item has-level-2 active"> <a href="https://www.bei-uns-daheim.de" title="Bei uns daheim" target="_self" class="m-link level-1-link"> Bei uns daheim </a> </li><li class="m-item m-item--more has-level-3 active"> Kreis Ludwigsburg <ul class="m-menu m-menu--3"> <li class="m-item has-level-3 active"> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/kreis-ludwigsburg" title="Kreis Ludwigsburg" target="_self" class="m-link level-2-link"> Kreis Ludwigsburg </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/affalterbach" title="Affalterbach" target="_self" class="m-link level-3-link"> Affalterbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item active"> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/beilstein" title="Beilstein" target="_self" class="m-link level-3-link"> Beilstein </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/benningen" title="Benningen" target="_self" class="m-link level-3-link"> Benningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/erdmannhausen" title="Erdmannhausen" target="_self" class="m-link level-3-link"> Erdmannhausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/grossbottwar" title="Großbottwar" target="_self" class="m-link level-3-link"> Großbottwar </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/kirchberg-an-der-murr" title="Kirchberg an der Murr" target="_self" class="m-link level-3-link"> Kirchberg an der Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/kornwestheim" title="Kornwestheim" target="_self" class="m-link level-3-link"> Kornwestheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/marbach" title="Marbach" target="_self" class="m-link level-3-link"> Marbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/marbach-und-bottwartal" title="Marbach und Bottwartal" target="_self" class="m-link level-3-link"> Marbach und Bottwartal </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/mundelsheim" title="Mundelsheim" target="_self" class="m-link level-3-link"> Mundelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/murr" title="Murr" target="_self" class="m-link level-3-link"> Murr </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/oberstenfeld" title="Oberstenfeld" target="_self" class="m-link level-3-link"> Oberstenfeld </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/pleidelsheim" title="Pleidelsheim" target="_self" class="m-link level-3-link"> Pleidelsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/steinheim" title="Steinheim" target="_self" class="m-link level-3-link"> Steinheim </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item "> <a href="https://www.krzbb.de/bei-uns-daheim/kreis-boeblingen" title="Kreis Böblingen" target="_self" class="m-link level-2-link"> Kreis Böblingen </a> </li><li class="m-item m-item--more has-level-3"> Fellbach und Kernen <ul class="m-menu m-menu--3"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/fellbach-und-kernen" title="Fellbach und Kernen" target="_self" class="m-link level-2-link"> Fellbach und Kernen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/fellbach" title="Fellbach" target="_self" class="m-link level-3-link"> Fellbach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/schmiden" title="Schmiden" target="_self" class="m-link level-3-link"> Schmiden </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/oeffingen" title="Oeffingen" target="_self" class="m-link level-3-link"> Oeffingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/rommelshausen" title="Rommelshausen" target="_self" class="m-link level-3-link"> Rommelshausen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/rems-murr-kreis/stetten" title="Stetten" target="_self" class="m-link level-3-link"> Stetten </a> <!-- 'nextLevel' is undefined --></li></ul></li><li class="m-item m-item--more has-level-3"> Leonberg und Strohgäu mit Umgebung <ul class="m-menu m-menu--3"> <li class="m-item has-level-3"> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung" title="Leonberg und Strohgäu mit Umgebung" target="_self" class="m-link level-2-link"> Leonberg und Strohgäu mit Umgebung </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/leonberg" title="Leonberg" target="_self" class="m-link level-3-link"> Leonberg </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/ditzingen" title="Ditzingen" target="_self" class="m-link level-3-link"> Ditzingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/korntal-muenchingen" title="Korntal-Münchingen" target="_self" class="m-link level-3-link"> Korntal-Münchingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/gerlingen" title="Gerlingen" target="_self" class="m-link level-3-link"> Gerlingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weil-der-stadt" title="Weil der Stadt" target="_self" class="m-link level-3-link"> Weil der Stadt </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/renningen" title="Renningen" target="_self" class="m-link level-3-link"> Renningen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/rutesheim" title="Rutesheim" target="_self" class="m-link level-3-link"> Rutesheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/hemmingen" title="Hemmingen" target="_self" class="m-link level-3-link"> Hemmingen </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/weissach" title="Weissach" target="_self" class="m-link level-3-link"> Weissach </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/heimsheim" title="Heimsheim" target="_self" class="m-link level-3-link"> Heimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/friolzheim" title="Friolzheim" target="_self" class="m-link level-3-link"> Friolzheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/wimsheim" title="Wimsheim" target="_self" class="m-link level-3-link"> Wimsheim </a> <!-- 'nextLevel' is undefined --></li><li class="m-item "> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/leonberg-und-strohgaeu-mit-umgebung/moensheim" title="Mönsheim" target="_self" class="m-link level-3-link"> Mönsheim </a> <!-- 'nextLevel' is undefined --></li></ul></li></ul></li> <ul class="m-links"><li class="m-item"><a class="m-link" href="/digitalabo?itm_campaign=01GR&amp;itm_source=cms&amp;itm_medium=abo&amp;itm_content=button&amp;wt=EONAB&amp;" target="_blank">Abo</a></li><li class="m-item"><a class="m-link" href="https://produkte.stuttgarter-nachrichten.de/stn-news/" target="_blank">News-App</a></li><li class="m-item"><a class="m-link" href="https://zeitung.stuttgarter-nachrichten.de/">E-Paper</a></li><li class="m-item"><a class="m-link" href="https://stellenmarkt.stuttgarter-nachrichten.de/" target="_blank">Stellenmarkt</a></li><li class="m-item"><a class="m-link" href="https://immobilien.stuttgarter-zeitung.de/" target="_blank">Immobilienmarkt</a></li><li class="m-item"><a class="m-link" href="https://sonderthemen.stuttgarter-nachrichten.de/" target="_blank">Sonderthemen</a></li><li class="m-item"><a class="m-link" href="https://www.stuttgarter-nachrichten.de/magazine/" target="_blank">Magazine</a></li><li class="m-item"><a class="m-link" href="https://www.stuttgarter-zeitung.de/anzeigen" target="_blank">Anzeigen</a></li><li class="m-item"><a class="m-link" href="/autoren" target="_blank">Unsere Autoren</a></li><li class="m-item"><a class="m-link" href="https://abo.stuttgarter-nachrichten.de/Produktwelt/" target="_blank">Shop</a></li></ul> <div data-visibility="device-mobile"> <form id="search-form" action="/suche" method="get"> <input type="hidden" name="_charset_" value="UTF-8"> <input type="hidden" name="mode" value="Eines der Worte"> <input type="hidden" name="sort" value="Datum absteigend"> <input type="hidden" name="searchPeriod" value="unbegrenzt"> <input type="hidden" name="hitsPerPage" value="18"> <input type="text" required="required" class="search-field" name="searchText" placeholder="Suchbegriff eingeben"> <button type="submit" class="search-button button"> <span class="icon-arrow-3 arrow-right"></span> Suchen </button> </form> </div> <div class="m-sidebar"> <a href="https://zeitung.stuttgarter-nachrichten.de/" title="E-Paper"><img loading="lazy" src="/media.media.4f44f893-2c2e-4b7a-b617-87c3bd8532ec.original.png" /></a><a href="/newsletter" title="Newsletter"><img loading="lazy" src="/media.media.784d71eb-0dab-45e1-a981-757ea0eb5b25.original.png" /></a><!-- <a href="https://zeitung-erleben.de/" target="_blank" style="padding-top:0px;width:100%;"><img src="/media.media.b02c2bc5-2ade-4a38-b65b-551c3d898f0f.original.gif" loading="lazy" style="width:100%" /></a> --><!-- <a href="https://aktionweihnachten.de" target="_blank" style="padding-top:0px;width:100%;border-top:1px solid #007bc4"><img src="/media.media.19540bbf-eb14-4531-b76a-b0035ff7ce24.original.png" loading="lazy" style="width:100%" /></a> //--><!-- <a href="/epaper" title="E-Paper"><img class="lazyload" src="/media.media.a58bb070-f25f-46d0-b7d0-9a8904d436a0.original.png" /></a><a href="/newsletter" title="Newsletter"><img class="lazyload" src="/media.media.784d71eb-0dab-45e1-a981-757ea0eb5b25.original.png" /></a><a href="https://zeitung-erleben.de/" target="_blank" style="padding-top:0px;width:100%;"><img src="/media.media.b02c2bc5-2ade-4a38-b65b-551c3d898f0f.original.gif" class="lazyload" style="width:100%" /></a> --><!-- <a href="/podcast/stn-feierabend?utm_source=House-Ads&utm_medium=Menu-Banner&utm_campaign=StN_Feierabend" title="Feierabend Podcast"><img class="lazyload" src="/media.media.afc4c62f-7ca1-438b-83f4-548a85383924.original.png" /></a> --> </div></ul><style> .m-item.m-item--more.has-level-2 > a { display: inline-block; background: none; color: unset; -webkit-transition: none; display: flex; width: 85%; }</style><script> document.querySelectorAll('.m-item.m-item--more.has-level-2 > a').forEach(anchor => { anchor.addEventListener('click', function(event) { event.stopPropagation(); event.preventDefault(); window.location.href = this.href; }); });</script> <div class="m-overlay m-overlay--1"></div> <div class="m-overlay m-overlay--2"></div> </nav> <div class="mod-overlay"></div> <script> !function(t,o){"use strict";"function"==typeof cmsCore.define&&cmsCore.define.amd?cmsCore.define([],o):"object"==typeof exports?module.exports=o():t.Headroom=o()}(this,function(){"use strict";function t(t){this.callback=t,this.ticking=!1}function o(t){return t&&"undefined"!=typeof window&&(t===window||t.nodeType)}function i(t){if(arguments.length<=0)throw new Error("Missing arguments in extend function");var n,e,s=t||{};for(e=1;e<arguments.length;e++){var r=arguments[e]||{};for(n in r)"object"!=typeof s[n]||o(s[n])?s[n]=s[n]||r[n]:s[n]=i(s[n],r[n])}return s}function n(t){return t===Object(t)?t:{down:t,up:t}}function e(t,o){o=i(o,e.options),this.lastKnownScrollY=0,this.elem=t,this.tolerance=n(o.tolerance),this.classes=o.classes,this.offset=o.offset,this.scroller=o.scroller,this.initialised=!1,this.onPin=o.onPin,this.onUnpin=o.onUnpin,this.onTop=o.onTop,this.onNotTop=o.onNotTop,this.onBottom=o.onBottom,this.onNotBottom=o.onNotBottom}var s={bind:!!function(){}.bind,classList:"classList"in document.documentElement,rAF:!!(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame)};return window.requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,t.prototype={constructor:t,update:function(){this.callback&&this.callback(),this.ticking=!1},requestTick:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)},handleEvent:function(){this.requestTick()}},e.prototype={constructor:e,init:function(){if(e.cutsTheMustard)return this.debouncer=new t(this.update.bind(this)),this.elem.classList.add(this.classes.initial),setTimeout(this.attachEvent.bind(this),100),this},destroy:function(){var t=this.classes;this.initialised=!1;for(var o in t)t.hasOwnProperty(o)&&this.elem.classList.remove(t[o]);this.scroller.removeEventListener("scroll",this.debouncer,!1)},attachEvent:function(){this.initialised||(this.lastKnownScrollY=this.getScrollY(),this.initialised=!0,this.scroller.addEventListener("scroll",this.debouncer,!1),this.debouncer.handleEvent())},unpin:function(){var t=this.elem.classList,o=this.classes;!t.contains(o.pinned)&&t.contains(o.unpinned)||(t.add(o.unpinned),t.remove(o.pinned),this.onUnpin&&this.onUnpin.call(this))},pin:function(){var t=this.elem.classList,o=this.classes;t.contains(o.unpinned)&&(t.remove(o.unpinned),t.add(o.pinned),this.onPin&&this.onPin.call(this))},top:function(){var t=this.elem.classList,o=this.classes;t.contains(o.top)||(t.add(o.top),t.remove(o.notTop),this.onTop&&this.onTop.call(this))},notTop:function(){var t=this.elem.classList,o=this.classes;t.contains(o.notTop)||(t.add(o.notTop),t.remove(o.top),this.onNotTop&&this.onNotTop.call(this))},bottom:function(){var t=this.elem.classList,o=this.classes;t.contains(o.bottom)||(t.add(o.bottom),t.remove(o.notBottom),this.onBottom&&this.onBottom.call(this))},notBottom:function(){var t=this.elem.classList,o=this.classes;t.contains(o.notBottom)||(t.add(o.notBottom),t.remove(o.bottom),this.onNotBottom&&this.onNotBottom.call(this))},getScrollY:function(){return void 0!==this.scroller.pageYOffset?this.scroller.pageYOffset:void 0!==this.scroller.scrollTop?this.scroller.scrollTop:(document.documentElement||document.body.parentNode||document.body).scrollTop},getViewportHeight:function(){return window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight},getElementPhysicalHeight:function(t){return Math.max(t.offsetHeight,t.clientHeight)},getScrollerPhysicalHeight:function(){return this.scroller===window||this.scroller===document.body?this.getViewportHeight():this.getElementPhysicalHeight(this.scroller)},getDocumentHeight:function(){var t=document.body,o=document.documentElement;return Math.max(t.scrollHeight,o.scrollHeight,t.offsetHeight,o.offsetHeight,t.clientHeight,o.clientHeight)},getElementHeight:function(t){return Math.max(t.scrollHeight,t.offsetHeight,t.clientHeight)},getScrollerHeight:function(){return this.scroller===window||this.scroller===document.body?this.getDocumentHeight():this.getElementHeight(this.scroller)},isOutOfBounds:function(t){var o=t<0,i=t+this.getScrollerPhysicalHeight()>this.getScrollerHeight();return o||i},toleranceExceeded:function(t,o){return Math.abs(t-this.lastKnownScrollY)>=this.tolerance[o]},shouldUnpin:function(t,o){var i=t>this.lastKnownScrollY,n=t>=this.offset;return i&&n&&o},shouldPin:function(t,o){var i=t<this.lastKnownScrollY,n=t<=this.offset;return i&&o||n},update:function(){var t=this.getScrollY(),o=t>this.lastKnownScrollY?"down":"up",i=this.toleranceExceeded(t,o);this.isOutOfBounds(t)||(t<=this.offset?this.top():this.notTop(),t+this.getViewportHeight()>=this.getScrollerHeight()?this.bottom():this.notBottom(),this.shouldUnpin(t,i)?this.unpin():this.shouldPin(t,i)&&this.pin(),this.lastKnownScrollY=t)}},e.options={tolerance:{up:0,down:0},offset:0,scroller:window,classes:{pinned:"headroom--pinned",unpinned:"headroom--unpinned",top:"headroom--top",notTop:"headroom--not-top",bottom:"headroom--bottom",notBottom:"headroom--not-bottom",initial:"headroom"}},e.cutsTheMustard=void 0!==s&&s.rAF&&s.bind&&s.classList,e}); const initNavigation=function(){var u={config:{nLevels:2,menuX0:[],menuX:[],menuW:[],touchX:null,touchY:null,speed:400,scrollDelay:250,swipeThreshold:.333,swipeSpeedThreshold:20,moveThreshold:5,opacity:.5,layout:"desktop",height:0},$module:$(".mod-nav").first(),elements:{$body:$("body"),$navToggleButton:$(".mod-header .m-menu .m-item--nav").first(),$overlays:[$(".mod-overlay").first()],$menus:null,$menuItems:null,$swipableMenus:null,$links:null,$header:null,$headerBottom:null},init:function(){u.config.layout=$("html").attr("data-layout"),u.elements.$menus=u.$module.find(".m-menu"),u.elements.$menuItems=u.elements.$menus.find(".m-item"),u.elements.$links=u.elements.$menus.filter(".m-menu--1").find(".m-links"),u.elements.$header=$(".mod-header"),u.elements.$headerBottom=u.elements.$header.find(".m-menu--bottom"),u.elements.$swipableMenus=[u.$module,u.elements.$menus.filter(".m-menu--2")];for(var e=1;e<u.config.nLevels;e++)u.elements.$overlays[e]=u.$module.find(".m-overlay--"+e);u.config.menuX0[0]=0,u.config.menuX0[1]=-50,u.config.menuX0[2]=-50;for(e=0;e<u.config.nLevels;e++)u.config.menuX[e]=null,u.config.menuW[e]=u.elements.$swipableMenus[e].eq(0).width();u.listen()},listen:function(){if(u.elements.$navToggleButton.on("touch click",function(e){"touch"==e.type&&$(this).off("click"),e.stopPropagation(),u.$module.hasClass("is-open")?u.close("click"):u.open("click")}),u.elements.$menuItems.on("touch click",function(e){"touch"==e.type&&$(this).off("click"),e.stopPropagation(),u.$module.stop().animate({scrollTop:0},500);e=$(e.currentTarget);u.openSubMenu(e,"click")}),"mobile"==u.config.layout)for(var e=0;e<u.config.nLevels;e++)for(var n=0;n<u.elements.$swipableMenus[e].length;n++)u.swipeMenu(u.elements.$swipableMenus[e].eq(n),e);for(e=1;e<u.config.nLevels;e++)u.elements.$overlays[e].on("touchstart touchmove touchend",function(e){e.stopPropagation()}),u.elements.$overlays[e].on("touch click",function(e){"touch"==e.type&&$(this).off("click"),e.stopPropagation(),$(e.currentTarget).siblings(".m-item").each(function(e,n){n=$(n);u.closeSubMenu(n,"click")})});$(window).on("resize",function(){u.autoScroll()})},open:function(e){$("body").addClass("nav-open"),u.openOverlay(u.elements.$overlays[0],null,e),u.$module.show(0,function(){u.$module.addClass("is-open")}),u.$module.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){u.$module.hasClass("is-open")&&u.autoScroll()}),u.elements.$menus.eq(0).addClass("is-open")},close:function(s){$("body").removeClass("nav-open"),u.closeOverlays(s),u.$module.removeClass("is-open"),u.$module.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){u.$module.hasClass("is-open")||(u.$module.scrollTop(0),u.elements.$links.scrollLeft(0),u.elements.$menus.height("auto"),u.$module.removeClass("is-scrollable"),u.$module.hide(),u.elements.$menus.eq(0).removeClass("is-open"),u.elements.$menus.eq(0).children(".m-item").each(function(e,n){u.closeSubMenu($(n),s)}))})},openSubMenu:function(e,s){var n=e.parents(".m-menu").first(),o=e.children(".m-menu").first();if(e.addClass("is-active"),e.siblings(".m-item").each(function(e,n){u.closeSubMenu($(n),s)}),0!=o.length){if("mobile"==u.config.layout)for(var i=1;i<=u.config.nLevels;i++)if(o.hasClass("m-menu--"+i)){var t=u.elements.$overlays[i-1];u.openOverlay(t,n,s);break}n.addClass("is-open--child"),o.removeClass("is-closed"),o.addClass("is-open")}"mobile"!=u.config.layout&&u.adjustNavHeightTallestMenu()},closeSubMenu:function(e,s){var n=e.parents(".m-menu").first(),o=e.children(".m-menu").first();if(e.removeClass("is-active"),0!=o.length&&(o.children(".m-item").each(function(e,n){u.closeSubMenu($(n),s)}),n.removeClass("is-open--child"),o.removeClass("is-open"),o.addClass("is-closed"),"mobile"==u.config.layout))for(var i=1;i<=u.config.nLevels;i++)if(o.hasClass("m-menu--"+i)){var t=u.elements.$overlays[i-1];u.closeOverlay(t,s);break}},swipeMenu:function(n,s){var o,i,t,l,a,m=n.parents(".m-item").first(),c=0==s?n.add(u.elements.$headerBottom):n;n.on("touchstart",function(e){e.stopPropagation(),l=t=!1,u.config.touchX=e.touches[0].clientX,u.config.touchY=e.touches[0].clientY,n.removeClass("is-swiping"),u.elements.$body.removeClass("nav-swiping"),c.removeClass("is-opening--swipe"),c.removeClass("is-closing--swipe"),u.elements.$overlays[s].removeClass("is-closing--swipe"),u.elements.$overlays[s].removeClass("is-opening--swipe")}),n.on("touchmove",function(e){e.stopPropagation(),i=e.touches[0].clientX-u.config.touchX,a=e.touches[0].clientY-u.config.touchY,u.config.touchX=e.touches[0].clientX,u.config.touchY=e.touches[0].clientY,t=!l&&(t||Math.abs(i)>u.config.moveThreshold),(l=!t&&(l||Math.abs(a)>u.config.moveThreshold))||(u.config.menuX[s]=u.getTranslateX(n),u.config.menuX[s]+=i,0<=(o=u.config.menuX[s]-u.config.menuX0[s])&&(a=(1-o/u.config.menuW[s])*u.config.opacity,n.addClass("is-swiping"),u.elements.$body.addClass("nav-swiping"),u.setTranslateX(c,u.config.menuX[s]),u.elements.$overlays[s].css("opacity",a)))}),n.on("touchend",function(e){e.stopPropagation(),l||n.hasClass("is-swiping")&&(n.removeClass("is-swiping"),u.elements.$body.removeClass("nav-swiping"),o=u.config.menuX[s]-u.config.menuX0[s],i>u.config.swipeSpeedThreshold||o>u.config.swipeThreshold*u.config.menuW[s]?(c.add(u.elements.$overlays[s]).addClass("is-closing--swipe"),u.elements.$overlays[s].css("opacity",0),m.removeClass("is-active")):(c.add(u.elements.$overlays[s]).addClass("is-opening--swipe"),u.elements.$overlays[s].css("opacity","")),c.css("transform",""),n.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){n.hasClass("is-closing--swipe")?(c.add(u.elements.$overlays[s]).removeClass("is-closing--swipe"),u.elements.$overlays[s].css("opacity",""),0==s?u.close("swipe"):u.closeSubMenu(m,"swipe")):c.add(u.elements.$overlays[s]).removeClass("is-opening--swipe")}))})},openOverlay:function(e,n,s){e.hasClass("is-open")||(e.addClass("is-open"),null!=n&&e.hasClass("m-overlay")&&e.appendTo(n),"click"==s&&(e.addClass("is-opening--click"),e.one("webkitAnimationEnd oAnimationEnd msAnimationEnd animationend",function(){e.hasClass("is-opening--click")&&e.removeClass("is-opening--click")})))},closeOverlay:function(e,n){e.hasClass("is-open")&&(e.removeClass("is-open"),"click"==n?(e.addClass("is-closing--click"),e.one("webkitAnimationEnd oAnimationEnd msAnimationEnd animationend",function(){e.hasClass("is-closing--click")&&(e.removeClass("is-closing--click"),e.hasClass("m-overlay")&&e.appendTo(u.$module))})):e.hasClass("m-overlay")&&e.appendTo(u.$module))},closeOverlays:function(e){u.closeOverlay(u.elements.$overlays[0],e);for(var n=1;n<u.config.nLevels;n++)u.closeOverlay(u.elements.$overlays[n],e)},getTranslateX:function(e){return parseInt(e.css("transform").split(",")[4],10)},setTranslateX:function(e,n){e.css({transform:"matrix(1, 0, 0, 1, "+n+", 0)"})},autoScroll:function(){var e=void 0!==window.visualViewport.height?window.visualViewport.height:document.body.clientHeight||$(window).height(),n=u.elements.$header.innerHeight();e<u.elements.$menus.filter(".m-menu--1").innerHeight()+n?u.$module.addClass("is-scrollable"):u.$module.removeClass("is-scrollable")},adjustNavHeightTallestMenu:function(){var e=u.elements.$menus.filter(".m-menu--1"),n=u.elements.$menus.filter(".is-open"),s=u.elements.$links.innerHeight();e.height("auto");var s=e.innerHeight()-s,o=0;n.not(e).each(function(e,n){n=$(n);n.height("auto"),o=Math.max(o,n.innerHeight())}),o=Math.max(o,s),e.height(o+1),n.not(e).each(function(e,n){$(n).innerHeight(o)}),u.autoScroll()}},s={config:{speed:400,layout:"desktop"},$module:$(".mod-header").first(),elements:{$buttonNav:null,$buttonSearch:null,$buttonLogin:null,$formSearch:null,$loginBox:null},init:function(){if(s.config.layout=$("html").attr("data-layout"),s.elements.$buttonNav=s.$module.find(".m-menu--top .m-item--nav").first(),s.elements.$buttonSearch=s.$module.find(".m-menu--bottom .m-item--search").first(),s.elements.$buttonLogin=s.$module.find(".m-menu--bottom .m-item--login").first(),s.elements.$formSearch=s.elements.$buttonSearch.find(".m-form").first(),s.elements.$loginBox=s.elements.$buttonLogin.find(".m-loginbox").first(),s.listen(),!$("body").hasClass("gallery")){const e=new Headroom(s.$module[0]);e.init()}},listen:function(){s.elements.$buttonNav.on("click touch",function(e){e=$(e.currentTarget);s.closeOtherButtons(e)}),s.elements.$formSearch.add(s.elements.$loginBox).on("click touch",function(e){e.stopPropagation()}),s.elements.$buttonSearch.add(s.elements.$buttonLogin).on("click touch",function(e){e=$(e.currentTarget);s.closeOtherButtons(e),s.toggleButton(e)})},toggleButton:function(e){e.hasClass("is-open")?(e.removeClass("is-open"),e.addClass("is-closed"),e.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){"mobile"==s.config.layout&&e.hasClass("m-item--search")&&e.removeClass("has-border")})):(e.removeClass("is-closed"),e.addClass("is-open"),"mobile"==s.config.layout&&e.hasClass("m-item--search")&&e.addClass("has-border"),e.one("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){e.hasClass("m-item--search")&&e.find(".m-input").focus()}))},closeOtherButtons:function(e){s.elements.$buttonSearch.add(s.elements.$buttonLogin).not(e).each(function(e,n){n=$(n);n.hasClass("is-open")&&s.toggleButton(n)})}};u.init(),s.init()};doOnJquery(function(){initNavigation()}); </script><div class="brickgroup site site-wrapper" data-upscore-zone="Ressortseite_Standard" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="5c2cd81a-47d7-46cc-9ce3-fa7d8698d320"><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="4c97ee1b-9829-4733-9040-3fedfa39ecba" data-b-title="STN-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-nachrichten.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: 1020px; bottom: 0; z-index: 1000; border-radius: 10px 10px 0px 0px; 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><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w0-c0-notxt-if12-ia0-" data-brickid="7b86dce6-ed6a-4220-aa60-1f3cd9ad99d6" data-b-title="STN-RSP18 - B - //DESKTOP-TABLET// - Ad Top (Superbanner/Billboard)"><div class="Billboard_OMS" id="traffective-ad-Billboard_OMS"><!-- Billboard_OMS --></div><div class="Billboard" id="traffective-ad-Billboard"><!-- Billboard --></div><div class="WPSuperbanner" id="traffective-ad-WPSuperbanner"><!-- WPSuperbanner --></div></div><div class="brickgroup grid" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="ed72cfb6-1c9e-43aa-8603-9fe6b08af4c1"><!-- NOWRAPPER(!) --><div class="brickgroup mod-breadcrumb" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="c854ff7a-d314-4e29-8443-300ed15d8266"><!-- NOWRAPPER(!) --><!-- BOTTOM-NAV --><!-- configuration for header error: no menuentry configured --> <div class="bottom-nav" data-appexclude="true"> <!-- no valid ec for 'social-network' configured --> <ol itemscope="" itemtype="https://schema.org/BreadcrumbList" class="breadcrumb"> <li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="1"> <a href="https://www.stuttgarter-nachrichten.de" itemprop="item"> <meta itemprop="name" content="Startseite"> <span> <span class="icon-home"></span> </span> </a> </li> <li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="2"> <a href="https://www.bei-uns-daheim.de" itemprop="item" class="level-1"> <span itemprop="name"> Bei uns daheim </span> </a></li><li> <span class="icon-arrow-2 arrow-right"></span></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="3"> <a href="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/kreis-ludwigsburg" itemprop="item" class="level-2"> <span itemprop="name"> Kreis Ludwigsburg </span> </a></li><li> <span class="icon-arrow-2 arrow-right"></span></li><li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="breadcrumb-item"> <meta itemprop="position" content="4"> <h1 class="level-3 active"> <meta itemprop="item" content ="https://www.stuttgarter-nachrichten.de/bei-uns-daheim/beilstein"> <span itemprop="name"> Beilstein </span> </h1></li></ol> </div></div><!-- NOWRAPPER(!) --><div class="brick breaking-news" 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="35f494ed-0c87-4492-aefb-706a65af8335" data-b-title="STN-RSP18 - B - Piano Banderole / Eilmeldung (HTML) - Artikel/Ressort"><!-- code is empty --> </div><div class="brick eilmeldung-script" 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="f84dc96d-a92d-4d26-8bc6-14247361f57b" data-b-title="STN-RSP18 - B - Piano Banderole / Eilmeldung (Script)"><div class="item"> <div class="content"> <div class="statichtml"> <script> var banderoleTarget = document.querySelector('.c1-banderole-target'), breakingNewsContainer = document.querySelector('.breaking-news'), breakingNewsAbortController = new AbortController(), breakingNewsAbortSignal = breakingNewsAbortController.signal, breakingNewsTimeout, breakingNewsFeedUrl = '/eilmeldung._eilmeldung.html', banderoleShown = false; breakingNewsTimeout = setTimeout(function() { breakingNewsAbortController.abort(); initBanderole(); }, 3000); fetch(breakingNewsFeedUrl, { method: 'GET', signal: breakingNewsAbortSignal }) .then((response) => { if (!response.ok) { throw Error(response.statusText); } return response; }) .then(response => response.text()) .then(function(text) { clearTimeout(breakingNewsTimeout); text.indexOf('appetizer-title') != -1 ? insertBreakingNews(text) : initBanderole(); }) .catch(error => { clearTimeout(breakingNewsTimeout); initBanderole(); }); function insertBreakingNews(text) { breakingNewsContainer.innerHTML = text; var textContainer = document.querySelector('.breaking-news .data .headline-wrapper h3'), appetizerTitle = document.querySelector('.breaking-news .data .appetizer-title'), appetizerTitleSpan = appetizerTitle.querySelector('span'); if ((textContainer.offsetWidth - 52) < appetizerTitleSpan.offsetWidth) { appetizerTitleSpan.innerText += ' +++ ' + appetizerTitleSpan.innerText; appetizerTitleSpan.classList.add('animate'); } } function initBanderole() { if (!banderoleTarget) return; var banderoleContainer = document.querySelector('#pianoBanderoleContainer'), sendToBanderoleObject = { 'postType': 'resendImpression' }; banderoleContainer.style.display = 'block'; banderoleShown = true; if (banderoleContainer.childElementCount > 0) { banderoleContainer.querySelector('iframe').contentWindow?.postMessage(sendToBanderoleObject, 'https://vx.stuttgarter-nachrichten.de'); } }</script> </div> </div></div> </div><!-- NOWRAPPER(!) --><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME für Inhalt, URL oder Headline verfügbar --> <div class="brickgroup grid-row-teaser" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="18fc4af2-dedb-4934-b1e8-168c793dc838"><div class="brickgroup teaser-medium" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="bec34a96-4c81-42a7-8bb1-42488afaa0b1"><!-- keine validen bricks --> </div><div class="brick teaser-medium top" data-layout-desktop="w12-c2-notxt-if12-ia6-" data-layout-tablet="w12-c2-notxt-if12-ia6-" data-layout-mobile="w0-c0-notxt-if12-ia0-" data-brickid="49e7b543-d5f6-46de-839f-ce87cc78d7c8" data-b-title="STN-RSP18 - B - //DESK-TAB// - Topthemen Ressortseiten (medium-teaser)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="88750635-2a37-4495-ac0c-63ce6a5edaca"> <a data-upscore-url="/inhalt.beilstein-der-neue-schmodo-vorverkauf-startet-ab-sofort.88750635-2a37-4495-ac0c-63ce6a5edaca.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: „Der Neue Schmodo“- Vorverkauf startet ab sofort" class="data" href="/inhalt.beilstein-der-neue-schmodo-vorverkauf-startet-ab-sofort.88750635-2a37-4495-ac0c-63ce6a5edaca.html" target="_self"data-lt-teaser="Topthemen.1"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 6.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.45447aed-43f4-4126-8dde-21a91af8ac79.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.45447aed-43f4-4126-8dde-21a91af8ac79.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.45447aed-43f4-4126-8dde-21a91af8ac79.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 12.5vw, (min-resolution: 3dppx) 16.667vw, (min-resolution: 2dppx) 25.0vw, (max-width: 1020px) 46.078vw, (max-width: 1470px) 31.973vw, 24.479vw" > <img fetchpriority="high" alt="Beilstein: „Der Neue Schmodo“- Vorverkauf startet ab sofort" title="Beilstein: „Der Neue Schmodo“- Vorverkauf startet ab sofort" src="/media.media.45447aed-43f4-4126-8dde-21a91af8ac79.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: „Der Neue Schmodo“- Vorverkauf startet ab sofort" src="/media.media.45447aed-43f4-4126-8dde-21a91af8ac79.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="„Der Neue Schmodo“- Vorverkauf startet ab sofort">„Der Neue Schmodo“- Vorverkauf startet ab sofort</span> </h3> </div> <div class="appetizer-text"> <span>Schon vom „Neuen SchmoDo“ 2025 geh&ouml;rt? Mit Schwung startet die Stadtkapelle Beilstein ins Faschingswochenende.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;&amp;bdquo;Der Neue Schmodo&amp;ldquo;- Vorverkauf startet ab sofort&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-der-neue-schmodo-vorverkauf-startet-ab-sofort.88750635-2a37-4495-ac0c-63ce6a5edaca.html&quot;,&quot;id&quot;:&quot;88750635-2a37-4495-ac0c-63ce6a5edaca&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="75fa02e7-bb1a-4022-bb90-bc07ba0a3d9f"> <a data-upscore-url="/inhalt.beilstein-kinderfasching-zirkus-hallihopp.75fa02e7-bb1a-4022-bb90-bc07ba0a3d9f.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Kinderfasching „Zirkus Hallihopp“" class="data" href="/inhalt.beilstein-kinderfasching-zirkus-hallihopp.75fa02e7-bb1a-4022-bb90-bc07ba0a3d9f.html" target="_self"data-lt-teaser="Topthemen.2"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 6.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.60b9e5da-b4ce-4006-a9ec-d297e585687d.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.60b9e5da-b4ce-4006-a9ec-d297e585687d.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.60b9e5da-b4ce-4006-a9ec-d297e585687d.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 12.5vw, (min-resolution: 3dppx) 16.667vw, (min-resolution: 2dppx) 25.0vw, (max-width: 1020px) 46.078vw, (max-width: 1470px) 31.973vw, 24.479vw" > <img fetchpriority="high" alt="Beilstein: Kinderfasching „Zirkus Hallihopp“" title="Beilstein: Kinderfasching „Zirkus Hallihopp“" src="/media.media.60b9e5da-b4ce-4006-a9ec-d297e585687d.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Kinderfasching „Zirkus Hallihopp“" src="/media.media.60b9e5da-b4ce-4006-a9ec-d297e585687d.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Kinderfasching „Zirkus Hallihopp“">Kinderfasching „Zirkus Hallihopp“</span> </h3> </div> <div class="appetizer-text"> <span>Das Akkordeon-Orchester der Stadtkapelle Beilstein e.V. l&auml;dt am Samstag, 08. Februar 2025 alle Kinder, Eltern und Familien zum Kinderfasching „Zirkus Hallihopp“ ein, in diesem Jahr in der Mehrzweckhalle in Oberstenfeld-Gronau.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Kinderfasching &amp;bdquo;Zirkus Hallihopp&amp;ldquo;&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-kinderfasching-zirkus-hallihopp.75fa02e7-bb1a-4022-bb90-bc07ba0a3d9f.html&quot;,&quot;id&quot;:&quot;75fa02e7-bb1a-4022-bb90-bc07ba0a3d9f&quot;}" class="bookmark-article"></button> </div></div></div><!-- BAUSTEIN STN-RSP18 - B - //MOBILE// -Topthemen Ressortseiten (medium-teaser) nicht in diesem Context sichtbar --> <div class="brickgroup br-r" data-renderer="_dynamic" data-layout-desktop="w8-" data-layout-tablet="w8-" data-layout-mobile="w12-" data-brickid="79a2a97e-49e7-4d2c-a05b-cbe287675c8f"><div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="c12d2e08-a147-4a60-b8f7-528db1cc165d"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="7ae1fde2-e272-4587-8133-3da17f820fe3" data-b-title="STN-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="w6-c1-txt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="dd2b38b3-bafa-4d46-b3f8-df34ae562de4" data-b-title="STN-RSP18 - B - EC Pos 1 (ec-content-pos1-1/2)"><!-- 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="w6-c1-txt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w12-c1-txt-if12-ia12-" data-brickid="24d23d1a-2791-4965-b16c-723738aa3455" data-b-title="STN-RSP18 - B - EC Pos 1 (ec-content-pos1-2/2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME für Inhalt, URL oder Headline verfügbar --> </div></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="9f9abf06-d2a9-45a9-9fb2-df9a31bef33b" data-b-title="STN-RSP18 - B - EC Menü (ec-content-menu)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME für Inhalt, URL oder Headline verfügbar --> </div><div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="916de20f-2ebb-4d34-b12c-4e2f5c256c65"><!-- keine validen bricks --> </div><div class="brick" data-layout-desktop="w12-c2-notxt-if12-ia4-" data-layout-tablet="w12-c2-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="5ee74cd8-9edf-49f0-b831-0088a7628029" data-b-title="STN-RSP18 - B - Restliste (2 Themen)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="bcc89af8-96c1-41cc-b67f-e49a92529db8"> <a data-upscore-url="/inhalt.beilstein-beilsteiner-weihnachtsmarkt.bcc89af8-96c1-41cc-b67f-e49a92529db8.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Beilsteiner Weihnachtsmarkt" class="data" href="/inhalt.beilstein-beilsteiner-weihnachtsmarkt.bcc89af8-96c1-41cc-b67f-e49a92529db8.html" target="_self"data-lt-teaser="Topthemen.3"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.52873222-c95a-46f1-9fc6-85f7c226a458.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.52873222-c95a-46f1-9fc6-85f7c226a458.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.52873222-c95a-46f1-9fc6-85f7c226a458.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Beilsteiner Weihnachtsmarkt" title="Beilstein: Beilsteiner Weihnachtsmarkt" src="/media.media.52873222-c95a-46f1-9fc6-85f7c226a458.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Beilsteiner Weihnachtsmarkt" src="/media.media.52873222-c95a-46f1-9fc6-85f7c226a458.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Beilsteiner Weihnachtsmarkt">Beilsteiner Weihnachtsmarkt</span> </h3> </div> <div class="appetizer-text"> <span>Die Stadtkapelle Beilstein veranstaltet am Samstag, 14. Dezember 2024 von 14-20 Uhr auf dem Parkplatz und in dem R&auml;umen der Alten Schule in Beilstein den Weihnachts-und K&uuml;nstlermarkt.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Beilsteiner Weihnachtsmarkt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-beilsteiner-weihnachtsmarkt.bcc89af8-96c1-41cc-b67f-e49a92529db8.html&quot;,&quot;id&quot;:&quot;bcc89af8-96c1-41cc-b67f-e49a92529db8&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="f3c7b2b3-a38f-4461-92ce-ae7209ebb584"> <a data-upscore-url="/inhalt.beilstein-100-jahre-stadtkapelle-beilstein.f3c7b2b3-a38f-4461-92ce-ae7209ebb584.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: 100 Jahre Stadtkapelle Beilstein" class="data" href="/inhalt.beilstein-100-jahre-stadtkapelle-beilstein.f3c7b2b3-a38f-4461-92ce-ae7209ebb584.html" target="_self"data-lt-teaser="Topthemen.4"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.d3847cf5-5dc0-4795-97a3-6396635adb3b.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.d3847cf5-5dc0-4795-97a3-6396635adb3b.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.d3847cf5-5dc0-4795-97a3-6396635adb3b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: 100 Jahre Stadtkapelle Beilstein" title="Beilstein: 100 Jahre Stadtkapelle Beilstein" src="/media.media.d3847cf5-5dc0-4795-97a3-6396635adb3b.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: 100 Jahre Stadtkapelle Beilstein" src="/media.media.d3847cf5-5dc0-4795-97a3-6396635adb3b.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="100 Jahre Stadtkapelle Beilstein">100 Jahre Stadtkapelle Beilstein</span> </h3> </div> <div class="appetizer-text"> <span>Am Samstag, 9. November 2024 feiert die Stadtkapelle Beilstein ein ganz besonderes Jubil&auml;um: 100 Jahre musikalische Tradition und Gemeinschaft.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;100 Jahre Stadtkapelle Beilstein&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-100-jahre-stadtkapelle-beilstein.f3c7b2b3-a38f-4461-92ce-ae7209ebb584.html&quot;,&quot;id&quot;:&quot;f3c7b2b3-a38f-4461-92ce-ae7209ebb584&quot;}" class="bookmark-article"></button> </div></div></div><!-- BAUSTEIN STN-RSP18 - B - //MOBILE// - Ad (Mobile_Pos2) nicht in diesem Context sichtbar --> <!-- BAUSTEIN STN-RSP18 - B - MOBILE// Topthema (5) nicht in diesem Context sichtbar --> <!-- NOWRAPPER(!) --><div class="brick no-br" data-layout-desktop="w6-c1-txt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w0-c1-txt-if12-ia0-" data-brickid="95ef2f54-c817-49f4-b16c-3bfff658d60a" data-b-title="STN-RSP18 - B - Ad native (Nativendo)"><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div id="nativendo-oms-zone-placement-resp"><!-- nativendo-oms-zone-placement --></div> </div> </div> </div> </div></div><div class="brick" data-layout-desktop="w6-c1-notxt-if12-ia4-" data-layout-tablet="w6-c1-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="a52f069e-6bce-448b-aafb-bb7558fa308f" data-b-title="STN-RSP18 - B - Restliste (1 Thema)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="6de78a0a-31af-4679-b7a1-e3fd2741dd3d"> <a data-upscore-url="/inhalt.beilstein-laternenumzug-in-beilstein.6de78a0a-31af-4679-b7a1-e3fd2741dd3d.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Laternenumzug in Beilstein" class="data" href="/inhalt.beilstein-laternenumzug-in-beilstein.6de78a0a-31af-4679-b7a1-e3fd2741dd3d.html" target="_self"data-lt-teaser="Topthemen.5"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.6532d2e6-7f5d-4fa0-9025-8f9fc8591bc5.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.6532d2e6-7f5d-4fa0-9025-8f9fc8591bc5.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.6532d2e6-7f5d-4fa0-9025-8f9fc8591bc5.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Laternenumzug in Beilstein" title="Beilstein: Laternenumzug in Beilstein" src="/media.media.6532d2e6-7f5d-4fa0-9025-8f9fc8591bc5.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Laternenumzug in Beilstein" src="/media.media.6532d2e6-7f5d-4fa0-9025-8f9fc8591bc5.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Laternenumzug in Beilstein">Laternenumzug in Beilstein</span> </h3> </div> <div class="appetizer-text"> <span>Auch in diesem Jahr, am 8. November veranstaltet das Akkordeon-Orchester der Stadtkapelle Beilstein e.V. den Beilsteiner Laternenumzug, f&uuml;r Kinder, Eltern und Gro&szlig;eltern aus Beilstein und Umgebung.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Laternenumzug in Beilstein&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-laternenumzug-in-beilstein.6de78a0a-31af-4679-b7a1-e3fd2741dd3d.html&quot;,&quot;id&quot;:&quot;6de78a0a-31af-4679-b7a1-e3fd2741dd3d&quot;}" class="bookmark-article"></button> </div></div></div><!-- BAUSTEIN STN-RSP18 - B -//MOBILE - EC Pos Side (ec-content-side) nicht in diesem Context sichtbar --> <!-- BAUSTEIN STN-RSP18 - B - MOBILE Restliste (2 Themen) nicht in diesem Context sichtbar --> <!-- BAUSTEIN-GRUPPE STN-RSP18 - BG - //MOBILE// - Nativendo (Seeding Alliance) nicht in diesem Context sichtbar --> <div class="brick" data-layout-desktop="w12-c2-notxt-if12-ia4-" data-layout-tablet="w12-c2-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="3757e14f-ac15-4632-b2ec-b9feaa77f8f4" data-b-title="STN-RSP18 - B - Restliste 2 Artikel (1 Thema)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="f9f50472-2e2a-4c1f-81d3-bb25b8a63efd"> <a data-upscore-url="/inhalt.beilstein-beilsteiner-weihnachtsmarkt-2024-standplaetze-frei.f9f50472-2e2a-4c1f-81d3-bb25b8a63efd.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="0" data-tags="Bei_uns_daheim" title="Beilstein: Beilsteiner Weihnachtsmarkt 2024-Standplätze frei" class="data no-img" href="/inhalt.beilstein-beilsteiner-weihnachtsmarkt-2024-standplaetze-frei.f9f50472-2e2a-4c1f-81d3-bb25b8a63efd.html" target="_self"data-lt-teaser="Topthemen.6"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"><!-- noImageAssigned --></div> </div></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Beilsteiner Weihnachtsmarkt 2024-Standplätze frei">Beilsteiner Weihnachtsmarkt 2024-Standplätze frei</span> </h3> </div> <div class="appetizer-text"> <span>F&uuml;r den Beilsteiner Weihnachts - und Hobbyk&uuml;nstlermarkt gibt es noch freie Standpl&auml;tze im Au&szlig;enbereich.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Beilsteiner Weihnachtsmarkt 2024-Standpl&amp;auml;tze frei&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-beilsteiner-weihnachtsmarkt-2024-standplaetze-frei.f9f50472-2e2a-4c1f-81d3-bb25b8a63efd.html&quot;,&quot;id&quot;:&quot;f9f50472-2e2a-4c1f-81d3-bb25b8a63efd&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="6d97262f-10ea-48c2-b4dc-06031eb7434d"> <a data-upscore-url="/inhalt.beilstein-weihnachtsmarkt-hobbykuestler-gesucht.6d97262f-10ea-48c2-b4dc-06031eb7434d.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="0" data-tags="Bei_uns_daheim" title="Beilstein: Weihnachtsmarkt-Hobbyküstler gesucht" class="data no-img" href="/inhalt.beilstein-weihnachtsmarkt-hobbykuestler-gesucht.6d97262f-10ea-48c2-b4dc-06031eb7434d.html" target="_self"data-lt-teaser="Topthemen.7"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"><!-- noImageAssigned --></div> </div></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Weihnachtsmarkt-Hobbyküstler gesucht">Weihnachtsmarkt-Hobbyküstler gesucht</span> </h3> </div> <div class="appetizer-text"> <span>Die Stadtkapelle Beilstein beginnt mit den Planungen f&uuml;r den Beilsteiner Weihnachs-und Hobbyk&uuml;nstlermarkt. Dieser findet am Samstag, 14. Dezember 2024 von 14-20 Uhr auf dem Gel&auml;nde und in den R&auml;umen der Alten Schule statt.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Weihnachtsmarkt-Hobbyk&amp;uuml;stler gesucht&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-weihnachtsmarkt-hobbykuestler-gesucht.6d97262f-10ea-48c2-b4dc-06031eb7434d.html&quot;,&quot;id&quot;:&quot;6d97262f-10ea-48c2-b4dc-06031eb7434d&quot;}" class="bookmark-article"></button> </div></div></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia8-" data-layout-tablet="w12-c1-notxt-if12-ia8-" data-layout-mobile="w12-c1-notxt-if12-ia12-" data-brickid="004de693-6fbe-42d6-81d9-f5d4bfb7342e" data-b-title="STZ/STN - B - Superbanner (Ex-Powerstories)Themenwelt_"><!-- Superbanner --> <div id="traffective-ad-Superbanner" class="Superbanner"></div></div><div class="brick" data-layout-desktop="w12-c2-notxt-if12-ia4-" data-layout-tablet="w12-c2-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="8b95f9d1-3aea-48f2-af13-6bc86de24af1" data-b-title="STN-RSP18 - B - Restliste (4 Themen)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="99f17d1e-5b5c-4687-a788-5ea127958d0f"> <a data-upscore-url="/inhalt.beilstein-wartkopffest-am-vatertag.99f17d1e-5b5c-4687-a788-5ea127958d0f.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="0" data-tags="Bei_uns_daheim" title="Beilstein: Wartkopffest am Vatertag" class="data no-img" href="/inhalt.beilstein-wartkopffest-am-vatertag.99f17d1e-5b5c-4687-a788-5ea127958d0f.html" target="_self"data-lt-teaser="Topthemen.8"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"><!-- noImageAssigned --></div> </div></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Wartkopffest am Vatertag">Wartkopffest am Vatertag</span> </h3> </div> <div class="appetizer-text"> <span>Das Akkordeon - Orchester der Stadtkapelle Beilstein veranstaltet am Himmelfahrtstag, , 09. Mai 2024 wieder sein traditionelles Wartkopffest, in Verbindung mit einem Gottesdienst im Gr&uuml;nen der evangelischen Kirchengemeinde.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Wartkopffest am Vatertag&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-wartkopffest-am-vatertag.99f17d1e-5b5c-4687-a788-5ea127958d0f.html&quot;,&quot;id&quot;:&quot;99f17d1e-5b5c-4687-a788-5ea127958d0f&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="f5b12fe1-565b-41e9-bc18-f10f8f652171"> <a data-upscore-url="/inhalt.beilstein-a-night-like-this-der-tango-und-latin-abend.f5b12fe1-565b-41e9-bc18-f10f8f652171.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: A Night Like This-Der Tango-und Latin-Abend" class="data" href="/inhalt.beilstein-a-night-like-this-der-tango-und-latin-abend.f5b12fe1-565b-41e9-bc18-f10f8f652171.html" target="_self"data-lt-teaser="Topthemen.9"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.d84fb31e-0bd6-443d-a6e3-d88de1dcbd8b.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.d84fb31e-0bd6-443d-a6e3-d88de1dcbd8b.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.d84fb31e-0bd6-443d-a6e3-d88de1dcbd8b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: A Night Like This-Der Tango-und Latin-Abend" title="Beilstein: A Night Like This-Der Tango-und Latin-Abend" src="/media.media.d84fb31e-0bd6-443d-a6e3-d88de1dcbd8b.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: A Night Like This-Der Tango-und Latin-Abend" src="/media.media.d84fb31e-0bd6-443d-a6e3-d88de1dcbd8b.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="A Night Like This-Der Tango-und Latin-Abend">A Night Like This-Der Tango-und Latin-Abend</span> </h3> </div> <div class="appetizer-text"> <span>Zu einem besonderen Konzertabend zum 50-j&auml;hrigen Jubil&auml;um laden das Akkordeon-Orchester und die Akkordeon- und Keyboardjugend der Stadtkapelle Beilstein e.V. am Samstag, 27. April 2024 um 19 Uhr in die Stadthalle Beilstein ein.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;A Night Like This-Der Tango-und Latin-Abend&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-a-night-like-this-der-tango-und-latin-abend.f5b12fe1-565b-41e9-bc18-f10f8f652171.html&quot;,&quot;id&quot;:&quot;f5b12fe1-565b-41e9-bc18-f10f8f652171&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="eed2d561-1f76-4a69-ab06-c8f56cc71388"> <a data-upscore-url="/inhalt.beilstein-tanz-workshop-fuer-rollifahrer-und-andere.eed2d561-1f76-4a69-ab06-c8f56cc71388.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="0" data-tags="Bei_uns_daheim" title="Beilstein: Tanz-Workshop für Rollifahrer und andere" class="data no-img" href="/inhalt.beilstein-tanz-workshop-fuer-rollifahrer-und-andere.eed2d561-1f76-4a69-ab06-c8f56cc71388.html" target="_self"data-lt-teaser="Topthemen.10"> <section class="appetizer"> <div class="headline-wrapper"> <figure> <div class="image-wrapper"> <div class="image"><!-- noImageAssigned --></div> </div></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Tanz-Workshop für Rollifahrer und andere">Tanz-Workshop für Rollifahrer und andere</span> </h3> </div> <div class="appetizer-text"> <span>Am Sonntag, den 21. April 2024 veranstaltet die LineDance-Gruppe Grapevine Dancers der Stadtkapelle Beilstein e.V. in der Stadthalle in Beilstein einen Tanz-Workshop f&uuml;r Menschen mit Einschr&auml;nkungen wie z.B. Rollstuhlfahrer-/innen oder auch Personen mit Rollator.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Tanz-Workshop f&amp;uuml;r Rollifahrer und andere&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-tanz-workshop-fuer-rollifahrer-und-andere.eed2d561-1f76-4a69-ab06-c8f56cc71388.html&quot;,&quot;id&quot;:&quot;eed2d561-1f76-4a69-ab06-c8f56cc71388&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="bc4a76b9-214d-4618-852d-9be5c696b439"> <a data-upscore-url="/inhalt.beilstein-benefiz-konzert-bosch-jazz-orchestra.bc4a76b9-214d-4618-852d-9be5c696b439.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Benefiz-Konzert Bosch Jazz Orchestra" class="data" href="/inhalt.beilstein-benefiz-konzert-bosch-jazz-orchestra.bc4a76b9-214d-4618-852d-9be5c696b439.html" target="_self"data-lt-teaser="Topthemen.11"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.aba483c5-d67e-44fc-ae33-3a70f827a739.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.aba483c5-d67e-44fc-ae33-3a70f827a739.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.aba483c5-d67e-44fc-ae33-3a70f827a739.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Benefiz-Konzert Bosch Jazz Orchestra" title="Beilstein: Benefiz-Konzert Bosch Jazz Orchestra" src="/media.media.aba483c5-d67e-44fc-ae33-3a70f827a739.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Benefiz-Konzert Bosch Jazz Orchestra" src="/media.media.aba483c5-d67e-44fc-ae33-3a70f827a739.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Benefiz-Konzert Bosch Jazz Orchestra">Benefiz-Konzert Bosch Jazz Orchestra</span> </h3> </div> <div class="appetizer-text"> <span>Die Stadtkapelle Beilstein e.V. veranstaltet zu ihrem 100-j&auml;hrigen Jubil&auml;um am Sonntag, 21.April 2024 um 11 Uhr ein Benefiz-Konzert mit dem Bosch-Jazz-Orchestra unter der Leitung von Josef „Sepp“ Herzog, in klassischer Bigband-Besetzung und mit mitrei&szlig;enden Rhythmen.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Benefiz-Konzert Bosch Jazz Orchestra&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-benefiz-konzert-bosch-jazz-orchestra.bc4a76b9-214d-4618-852d-9be5c696b439.html&quot;,&quot;id&quot;:&quot;bc4a76b9-214d-4618-852d-9be5c696b439&quot;}" class="bookmark-article"></button> </div></div></div></div><div class="brickgroup mod-sidebar" data-renderer="_dynamic" data-layout-desktop="w4-" data-layout-tablet="w4-" data-layout-mobile="w0-" data-brickid="19f39b89-796f-472a-94f3-8ea1be6a5ffc"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia4-" data-layout-tablet="w12-c1-notxt-if12-ia4-" data-layout-mobile="w0-c1-notxt-if12-ia0-" data-brickid="5981a878-5171-4190-be79-40f76df25cc8" data-b-title="STN-RSP18 - B - EC Pos Side (ec-content-side-2)"><!-- USE CURRENT MENU --><!-- break --><!-- kein valider ExternalContent von Typ HTML,URL,IFRAME für Inhalt, URL oder Headline verfügbar --> </div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_1" id="traffective-ad-Rectangle_1"><!-- Rectangle_1 //--></div> </div> </div> </div> </div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_2" id="traffective-ad-Rectangle_2"><!-- Rectangle_2 --></div> </div> </div> </div> </div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_3" id="traffective-ad-Rectangle_3"><!-- Rectangle_3 //--></div> </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="d93d2b87-ac1f-496d-b665-849d2dc863a4" data-b-title="STN-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="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="03e0918d-6cbe-47a3-b361-beab77b17d67"><div class="brickgroup teaser-medium plus-articles" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="1bc91fcb-54a3-4423-b8ed-21aa8014b006"><!-- keine validen bricks --> </div></div><div class="brick teaser-medium" data-layout-desktop="w12-c2-notxt-if12-ia6-" data-layout-tablet="w12-c2-notxt-if12-ia6-" data-layout-mobile="w0-c0-notxt-if12-ia0-" data-brickid="5ff83e70-4bfa-4596-a950-48cf289147e8" data-b-title="STN-RSP18 //DESKTOP - B - Restliste (2 teaser-medium)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="d025194f-1a26-4177-b19d-335b5ace2577"> <a data-upscore-url="/inhalt.beilstein-faschingsparty-der-neue-schmodo-in-beilstein.d025194f-1a26-4177-b19d-335b5ace2577.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Faschingsparty Der Neue SchmoDo in Beilstein" class="data" href="/inhalt.beilstein-faschingsparty-der-neue-schmodo-in-beilstein.d025194f-1a26-4177-b19d-335b5ace2577.html" target="_self"data-lt-teaser="Topthemen.12"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 6.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.022b875a-2d10-4e32-aceb-3868e5080556.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.022b875a-2d10-4e32-aceb-3868e5080556.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.022b875a-2d10-4e32-aceb-3868e5080556.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 12.5vw, (min-resolution: 3dppx) 16.667vw, (min-resolution: 2dppx) 25.0vw, (max-width: 1020px) 46.078vw, (max-width: 1470px) 31.973vw, 24.479vw" > <img loading="lazy" alt="Beilstein: Faschingsparty Der Neue SchmoDo in Beilstein" title="Beilstein: Faschingsparty Der Neue SchmoDo in Beilstein" src="/media.media.022b875a-2d10-4e32-aceb-3868e5080556.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Faschingsparty Der Neue SchmoDo in Beilstein" src="/media.media.022b875a-2d10-4e32-aceb-3868e5080556.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Faschingsparty "Der Neue SchmoDo" in Beilstein">Faschingsparty "Der Neue SchmoDo" in Beilstein</span> </h3> </div> <div class="appetizer-text"> <span>Mit modernem Konzept und Schwung startet die Stadtkapelle Beilstein ins Faschingswochenende.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Faschingsparty &amp;quot;Der Neue SchmoDo&amp;quot; in Beilstein&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-faschingsparty-der-neue-schmodo-in-beilstein.d025194f-1a26-4177-b19d-335b5ace2577.html&quot;,&quot;id&quot;:&quot;d025194f-1a26-4177-b19d-335b5ace2577&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="58611d22-2f7a-40fa-bda7-b1bd9b2111b3"> <a data-upscore-url="/inhalt.beilstein-kinderfasching-einmal-um-die-ganze-welt.58611d22-2f7a-40fa-bda7-b1bd9b2111b3.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Kinderfasching Einmal um die ganze Welt" class="data" href="/inhalt.beilstein-kinderfasching-einmal-um-die-ganze-welt.58611d22-2f7a-40fa-bda7-b1bd9b2111b3.html" target="_self"data-lt-teaser="Topthemen.13"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 6.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.36e14307-18f7-4d15-85c4-55e2de4bb109.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.36e14307-18f7-4d15-85c4-55e2de4bb109.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.36e14307-18f7-4d15-85c4-55e2de4bb109.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 12.5vw, (min-resolution: 3dppx) 16.667vw, (min-resolution: 2dppx) 25.0vw, (max-width: 1020px) 46.078vw, (max-width: 1470px) 31.973vw, 24.479vw" > <img loading="lazy" alt="Beilstein: Kinderfasching Einmal um die ganze Welt" title="Beilstein: Kinderfasching Einmal um die ganze Welt" src="/media.media.36e14307-18f7-4d15-85c4-55e2de4bb109.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Kinderfasching Einmal um die ganze Welt" src="/media.media.36e14307-18f7-4d15-85c4-55e2de4bb109.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Kinderfasching "Einmal um die ganze Welt"">Kinderfasching "Einmal um die ganze Welt"</span> </h3> </div> <div class="appetizer-text"> <span>Das Akkordeon-Orchester der Stadtkapelle Beilstein l&auml;dt am Samstag,03. Februar 2024 alle Kinder, Eltern und Familien zum Kinderfasching „Einmal um die ganze Welt“ in die Stadthalle Beilstein ein.</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Kinderfasching &amp;quot;Einmal um die ganze Welt&amp;quot;&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-kinderfasching-einmal-um-die-ganze-welt.58611d22-2f7a-40fa-bda7-b1bd9b2111b3.html&quot;,&quot;id&quot;:&quot;58611d22-2f7a-40fa-bda7-b1bd9b2111b3&quot;}" class="bookmark-article"></button> </div></div></div><!-- BAUSTEIN STN-RSP18 //MOBILE- B - Restliste (2 teaser-medium) nicht in diesem Context sichtbar --> <!-- BAUSTEIN STN-RSP18 - B - //MOBILE// - Ad (Mobile_Pos3) nicht in diesem Context sichtbar --> <div class="brickgroup" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="472e1d85-a070-446b-a5fe-d9f6ab733982"><!-- keine validen bricks --> </div><div class="brick br-r" data-layout-desktop="w8-c2-notxt-if12-ia4-" data-layout-tablet="w8-c2-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="d276eec6-ec67-47bc-b406-94b1d61f7ed3" data-b-title="STN-RSP18 - B - Restliste (6 Themen)"> <!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="0f885bb5-7d4b-4b2a-9bbd-65685ba155dd"> <a data-upscore-url="/inhalt.beilstein-vorfreude-ist-die-groesste-freude.0f885bb5-7d4b-4b2a-9bbd-65685ba155dd.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Vorfreude ist die größte Freude" class="data" href="/inhalt.beilstein-vorfreude-ist-die-groesste-freude.0f885bb5-7d4b-4b2a-9bbd-65685ba155dd.html" target="_self"data-lt-teaser="Topthemen.14"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.b4a542d9-e605-45a6-ba8a-2141b46f30a4.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.b4a542d9-e605-45a6-ba8a-2141b46f30a4.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.b4a542d9-e605-45a6-ba8a-2141b46f30a4.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Vorfreude ist die größte Freude" title="Beilstein: Vorfreude ist die größte Freude" src="/media.media.b4a542d9-e605-45a6-ba8a-2141b46f30a4.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Vorfreude ist die größte Freude" src="/media.media.b4a542d9-e605-45a6-ba8a-2141b46f30a4.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Vorfreude ist die größte Freude">Vorfreude ist die größte Freude</span> </h3> </div> <div class="appetizer-text"> <span>Die Termine der Trailsurfers f&uuml;r das 2024</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Vorfreude ist die gr&amp;ouml;&amp;szlig;te Freude&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-vorfreude-ist-die-groesste-freude.0f885bb5-7d4b-4b2a-9bbd-65685ba155dd.html&quot;,&quot;id&quot;:&quot;0f885bb5-7d4b-4b2a-9bbd-65685ba155dd&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="cd0934c6-7e51-4e51-8607-cfc40aa72fe3"> <a data-upscore-url="/inhalt.beilstein-trailsurfers-werden-von-paydirt-unterstuetzt.cd0934c6-7e51-4e51-8607-cfc40aa72fe3.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Trailsurfers werden von paydirt unterstützt" class="data" href="/inhalt.beilstein-trailsurfers-werden-von-paydirt-unterstuetzt.cd0934c6-7e51-4e51-8607-cfc40aa72fe3.html" target="_self"data-lt-teaser="Topthemen.15"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.eba33919-1c32-4599-9374-1cf84af3285e.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.eba33919-1c32-4599-9374-1cf84af3285e.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.eba33919-1c32-4599-9374-1cf84af3285e.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Trailsurfers werden von paydirt unterstützt" title="Beilstein: Trailsurfers werden von paydirt unterstützt" src="/media.media.eba33919-1c32-4599-9374-1cf84af3285e.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Trailsurfers werden von paydirt unterstützt" src="/media.media.eba33919-1c32-4599-9374-1cf84af3285e.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Trailsurfers werden von paydirt unterstützt">Trailsurfers werden von paydirt unterstützt</span> </h3> </div> <div class="appetizer-text"> <span>We`ve hit paydirt - proud to be amongst the top!</span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Trailsurfers werden von paydirt unterst&amp;uuml;tzt&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-trailsurfers-werden-von-paydirt-unterstuetzt.cd0934c6-7e51-4e51-8607-cfc40aa72fe3.html&quot;,&quot;id&quot;:&quot;cd0934c6-7e51-4e51-8607-cfc40aa72fe3&quot;}" class="bookmark-article"></button> </div></div><!-- stampTemplate: _responsive/2016-12/appetizer_list/item.html --><div class="item"> <div class="content" data-upscore-object-id="6a92c849-0a6f-48b2-beca-e02c21b8ba5a"> <a data-upscore-url="/inhalt.beilstein-trailsurfers-baden-wuerttemberg-das-sind-wir.6a92c849-0a6f-48b2-beca-e02c21b8ba5a.html" data-commentcount="0" data-paidcontent="false" data-videocount="0" data-ratingcount="<!-- 'rating' is undefined -->" data-imagecount="1" data-tags="Bei_uns_daheim" title="Beilstein: Trailsurfers Baden-Württemberg, das sind Wir!" class="data" href="/inhalt.beilstein-trailsurfers-baden-wuerttemberg-das-sind-wir.6a92c849-0a6f-48b2-beca-e02c21b8ba5a.html" target="_self"data-lt-teaser="Topthemen.16"> <section class="appetizer"> <div class="headline-wrapper"> <!-- 4.0--><figure> <div class="image-wrapper"> <div class="image"> <picture> <source srcset=" https://www.stuttgarter-nachrichten.de/media.media.ffe755f1-c506-4303-90ca-8b1be53bbe3b.16x9_300.jpg 300w, https://www.stuttgarter-nachrichten.de/media.media.ffe755f1-c506-4303-90ca-8b1be53bbe3b.16x9_700.jpg 700w, https://www.stuttgarter-nachrichten.de/media.media.ffe755f1-c506-4303-90ca-8b1be53bbe3b.16x9_1024.jpg 1024w " type="image/jpeg" sizes="(min-resolution: 4dppx) 8.333vw, (min-resolution: 3dppx) 11.111vw, (min-resolution: 2dppx) 16.667vw, (max-width: 1020px) 29.412vw, (max-width: 1470px) 20.408vw, 15.625vw" > <img loading="lazy" alt="Beilstein: Trailsurfers Baden-Württemberg, das sind Wir!" title="Beilstein: Trailsurfers Baden-Württemberg, das sind Wir!" src="/media.media.ffe755f1-c506-4303-90ca-8b1be53bbe3b.16x9_700.jpg"> </picture> <noscript> <img alt="Beilstein: Trailsurfers Baden-Württemberg, das sind Wir!" src="/media.media.ffe755f1-c506-4303-90ca-8b1be53bbe3b.16x9_700.jpg"> </noscript> <div class="badges"> <div class="badge videos"> <span class="icon-video"></span> </div> <div class="badge images" data-imagecount="1"> <span class="icon-picture"></span> </div> </div> </div> </div> <figcaption></figcaption></figure> <h3> <span class="appetizer-kicker">Beilstein</span> <span class="appetizer-title" data-upscore-title="Trailsurfers Baden-Württemberg, das sind Wir!">Trailsurfers Baden-Württemberg, das sind Wir!</span> </h3> </div> <div class="appetizer-text"> <span></span> </div> </section> </a> </div> <div class="appetizer-bottom-wrapper"> <div class="appetizer-author"> </div> <button data-type="follow" data-config="{&quot;headline&quot;:&quot;Trailsurfers Baden-W&amp;uuml;rttemberg, das sind Wir!&quot;,&quot;type&quot;:&quot;article&quot;,&quot;link&quot;:&quot;https://www.stuttgarter-nachrichten.de/inhalt.beilstein-trailsurfers-baden-wuerttemberg-das-sind-wir.6a92c849-0a6f-48b2-beca-e02c21b8ba5a.html&quot;,&quot;id&quot;:&quot;6a92c849-0a6f-48b2-beca-e02c21b8ba5a&quot;}" class="bookmark-article"></button> </div></div></div><!-- BAUSTEIN STN-RSP18 - B - AD //MOBILE// - (Mobile_Pos4) nicht in diesem Context sichtbar --> <div class="brickgroup mod-sidebar" data-renderer="_dynamic" data-layout-desktop="w4-" data-layout-tablet="w4-" data-layout-mobile="w0-" data-brickid="2331bb8d-3426-401b-83ac-618aedd1ee3a"><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia4-" data-layout-tablet="w12-c1-notxt-if12-ia4-" data-layout-mobile="w0-c1-notxt-if12-ia0-" data-brickid="cffc5fd5-a852-4c10-8e75-0516d7a505e7" data-b-title="STN-RSP18 - B - // DESK-TAB // Ad (Native_1)"><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Native_1" id="traffective-ad-Native_1"><!-- Native_1 --></div><style type="text/css">.ressort .mod-sidebar .Native_1 { margin-top:40px; }</style> </div> </div> </div> </div></div><!-- NOWRAPPER(!) --><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div class="Rectangle_4" id="traffective-ad-Rectangle_4"><!-- Rectangle_4 //--></div> </div> </div> </div> </div></div><div class="brickgroup transmatico anzeige" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="55b4d694-e51a-4288-aae6-be44bd21c747"><!-- keine validen bricks --> </div><div class="brick" data-layout-desktop="w12-c3-notxt-if12-ia4-" data-layout-tablet="w12-c3-notxt-if12-ia4-" data-layout-mobile="w12-c1-notxt-if4-ia4-" data-brickid="aaf74b2d-14ff-4758-bd1b-21a1c707b55e" data-b-title="STN-RSP18 - B - Restliste (6 Rest/Blätternavi)"><!-- #NODATA# Liste ist leer/nicht vorhanden --> </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="2e02688c-ca6d-4474-82d3-305cfbe9e56b" data-b-title="STN-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><!-- NOWRAPPER(!) --><div class="brick br-t br-b" 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="3c2aa89f-52c3-4b4b-a6a5-5bd716751833" data-b-title="STN-RSP18 - B - Weekli"><div class="item"> <div class="m-weekli" style="height:250px"> <div class="m-weekli-nav"> <div class="m-weekli-anzeige"><span>ANZEIGE</span></div> <div class="m-weekli-headline"> <a href="https://stuttgarter-nachrichten.weekli.de/" target="_blank" class=""> <span>Prospekte und Angebote von </span> <img class="m-logo lazyload" src="https://static.weekli.systems/www/img/logo_240x97.png" data-srcset="https://static.weekli.systems/www/img/logo_240x97.png" alt="Weekli"> </a> </div> </div> <div class="m-weekli-content"> <div id="weekli-widget-61" class="weekli-widget" style="position:relative;width:auto;height:100%;" data-key="50428E06-CAF3-4132-9D33-9DEBD90E436C" data-slot="61" data-config="199" data-host="stuttgarter-nachrichten.weekli.de"> </div> <script async src="https://static.weekli.systems/www/widgets/widget-loader-1.5.min.js"></script> </div> </div> </div></div><div class="brickgroup" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="d924f154-2045-4e37-91e0-4e50b8f5f43a"><!-- keine validen bricks --> </div></div><div class="brick" data-layout-desktop="w12-c1-notxt-if12-ia12-" data-layout-tablet="w12-c1-notxt-if12-ia12-" data-layout-mobile="w0-c0-notxt-if12-ia0-" data-brickid="62f8d028-bae2-42a2-a487-eaa14c17e8d8" data-b-title="STN-RSP18 - B - //DESK-TAB// Ad Startseiten (Taboola)"><div class="ad" data-float=""> <div class="item"> <div class="adhelper"> <div class="ad-static" data-marker-pos="" data-marker=""> <div id="taboola-below-category-thumbnails">&nbsp;</div><script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({ mode: 'thumbnails-a-1x3', container: 'taboola-below-category-thumbnails', placement: 'Below Category Thumbnails', target_type: 'mix' });</script> </div> </div> </div> </div></div></div><div class="brickgroup footer-ad-wrapper" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="dc0b8c3d-e201-4f71-a670-e8a80d2ddddb"><!-- NOWRAPPER(!) --><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 { max-width: 1020px; width: 100%; padding: 10px 0 8px 0; background-color: #e8e8e8; }[data-layout=mobile] .footer-ad-wrapper { margin-top: 20px;margin-bottom: 30px; }[data-layout=desktop] .home .mod-footer { margin-top: -40px;}</style><div id="rp_rpd_fa"><!-- rp_rpd_fa //--></div> </div> </div> </div> </div></div></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="7244a983-1bf6-4135-b1c6-db5dbf884ff8"><div class="brickgroup m-wrapper" data-renderer="_dynamic" data-layout-desktop="w12-" data-layout-tablet="w12-" data-layout-mobile="w12-" data-brickid="2cd4879a-070b-412d-810d-e1b14bb9d31f"><!-- NOWRAPPER(!) --><!-- <a class="scroll-to" href="#top-of-page" id="top-anchor"><span class="icon-arrow-1"></span> </a> --> <div class="footercontent"><a href="https://www.stuttgarter-nachrichten.de"><img alt="Stuttgarter Nachrichten" loading="lazy" src="https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/stn-logo-white.svg" /> </a> <div class="sharewrapper"> <ul> <li class="google-news"><a href="https://news.google.com/publications/CAAiEFWCXIDxblAtoIzuZPpAcCkqFAgKIhBVglyA8W5QLaCM7mT6QHAp?hl=de&amp;gl=DE&amp;ceid=DE%3Ade" id="google-news" target="_blank">&nbsp; </a></li> <li class="facebook"><a href="https://www.facebook.com/stuttgarternachrichten/" id="facebook" target="_blank">&nbsp; </a></li> <!-- <li class="twitter"><a href="https://twitter.com/StN_NEWS" id="twitter" target="_blank">&nbsp; </a></li> --> <li class="youtube"><a href="https://www.youtube.com/c/StuttgarterZeitungStuttgarterNachrichten" id="youtube" target="_blank" title="youtube">&nbsp; </a></li> <li class="insta"><a href="https://www.instagram.com/stuttgarternachrichten/" id="insta" target="_blank" title="Instagram">&nbsp; </a></li> <li class="telegram"><a href="https://t.me/StuttgarterNachrichten_bot" id="telegram" target="_blank" title="Telegram">&nbsp; </a></li></ul></div> <ul class="footer-links portale"> <li><a href="https://www.schwarzwaelder-bote.de/" target="_blank">Schwarzwälder Bote</a></li> <li><a href="https://www.stuttgarter-zeitung.de/" target="_blank">Stuttgarter Zeitung</a></li> <li><a href="https://www.sueddeutsche.de/" target="_blank">Süddeutsche.de</a></li></ul> <h2 class="footer-header">StN-Plus-Abonnement</h2> <ul class="footer-links portale"> <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://service.stuttgarter-nachrichten.de/service/kontaktformular?form=KUEND">Abo&nbsp;kündigen</a></li></ul> <h2 class="footer-header">Vertrag mit Tracking</h2> <ul class="footer-links portale with-ads"> <li><a href="https://www.swmh-datenschutz.de/stn_vertragsbedingungen">Vertragsbedingungen</a></li> <li><a href="https://swmh-datenschutz.de/stn_vertragmittracking">Datenschutz</a></li> <li><a href="javascript:void(0);" onclick="openSpPm();">Cookie-Policy</a></li> <li data-visibility="state-loggedout state-loggedin"><a href="/consent/kuendigen">Vertrag&nbsp;mit&nbsp;Tracking&nbsp;kündigen</a></li> <li data-visibility="state-subscribed"><a href="/consent/notvalid">Vertrag&nbsp;mit&nbsp;Tracking&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/" target="_blank">Mediadaten</a></li></ul></div> <style type="text/css">.footercontent a>img { display: block; margin: 20px auto 45px; } .footercontent .sharewrapper { display: flex; justify-content: center; align-items: center; margin-bottom: 45px; } .footercontent .sharewrapper li { display: inline-block; margin: 0px 10px; width: auto !important; } .footercontent .sharewrapper li a { min-width: 41px; min-height: 41px; display: block; } .footercontent .sharewrapper li.facebook a { background: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/stn-fb-kreis.svg); } .footercontent .sharewrapper li.twitter a { background: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/stn-twitter.svg); } .footercontent .sharewrapper li.youtube a { background: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/stn-youtube.svg); } .footercontent .sharewrapper li.insta a { background: url(https://www.stuttgarter-nachrichten.de/staticcontent/stuttgarter_nachrichten/common-resp18/svg/stn-insta.svg); } .footercontent h2.footer-header { font-size: 15px; font-weight: 700; color: #fff; line-height: 1.5; margin: 0px auto 15px; text-align: center; } .footercontent .footer-links { text-align: center; margin: 0px auto 30px; font-size: 14px; line-height: 1.5; } .footercontent .footer-links.with-ads { margin-bottom: 20px; } .mod-footer .footercontent .portale.with-ads li { margin-bottom: 20px; } .footercontent .footer-links.bottom li a { padding-right: 5px; padding-left: 0px; } .footercontent .footer-links.bottom li a span { padding-left: 5px; } [data-layout=mobile] .mod-footer .footer-links li a { margin-bottom: 15px; font-size: 14px; } [data-layout="mobile"] .mod-footer .footercontent .portale.with-ads li { margin-bottom: 0px; } [data-layout="mobile"] .footercontent .footer-links.with-ads br { display: none; } /* [data-layout=mobile] .sharewrapper li { width: 16.5% !important; }*/ </style></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-stuttgarternachrichten/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]; try{ if(null != taboolaElement.getAttribute('data-usercontext-reduced')){ if(userContext.reduced != (/true/).test(taboolaElement.getAttribute('data-usercontext-reduced'))){ continue; } } if(null != taboolaElement.getAttribute('data-usercontext-subscribed')){ if(userContext.subscribed != (/true/).test(taboolaElement.getAttribute('data-usercontext-subscribed'))){ continue; } } } catch (error){ console.error('TABOOLA: user context error: ' + error); } _taboola.push(taboolaElement.dataset); } } } /* 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 STN-RSP18 - B - //MOBILE// Skyscraper, OutOfPage KEINE Artikel nicht in diesem Context sichtbar --> <!-- NOWRAPPER(!) --><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><!-- BAUSTEIN STN-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="cc9ee344-6d68-41a4-aa91-ff99bc79d865" data-b-title="STN - 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="dd8c2d99-e685-464e-bfd9-278ac3091240" data-b-title="STN-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) { /* 24120501 */ !function(K,u){try{function v(e,c){return K[_("c2V0VGltZW91dA==")](e,c)}function J(e){return parseInt(e.toString().split(".")[0],10)}K.ohgjcddcFlags={};var e=2147483648,c=1103515245,g=12345,o=function(){function t(e,c){var g,o=[],h=typeof e;if(c&&"object"==h)for(g in e)try{o.push(t(e[g],c-1))}catch(e){}return o.length?o:"string"==h?e:e+"\0"}var e="unknown";try{e=t(navigator,void 0).toString()}catch(e){}return function(e){for(var c=0,g=0;g<e.length;g++)c+=e.charCodeAt(g);return c}(t(window.screen,1).toString()+e)+100*(new Date).getMilliseconds()}();function p(){return(o=(c*o+g)%e)/(e-1)}function i(){for(var e="",c=65;c<91;c++)e+=l(c);for(c=97;c<123;c++)e+=l(c);return e}function l(e){return(" !\"#$%&'()*+,-./0123456789:;<=>?@A"+("BCDEFGHIJKLMNOPQRSTUVWXYZ["+"\\\\"[0]+"]^_`a")+"bcdefghijklmnopqrstuvwxyz{|}~")[e-32]}function _(e){var c,g,o,h,t=i()+"0123456789+/=",n="",d=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");d<e.length;)c=t.indexOf(e[d++]),g=t.indexOf(e[d++]),o=t.indexOf(e[d++]),h=t.indexOf(e[d++]),n+=l(c<<2|g>>4),64!=o&&(n+=l((15&g)<<4|o>>2)),64!=h&&(n+=l((3&o)<<6|h));return n}function d(){try{return navigator.userAgent||navigator.vendor||window.opera}catch(e){return"unknown"}}function m(c,g,o,h){h=h||!1;try{c.addEventListener(g,o,h),K.ohgjcClne.push([c,g,o,h])}catch(e){c.attachEvent&&(c.attachEvent("on"+g,o),K.ohgjcClne.push([c,g,o,h]))}}function a(e,c,g){var o,h;e&&c&&g&&((o=K.ohgjcd2c84&&K.ohgjcd2c84.a&&K.ohgjcd2c84.a[e])&&(h=o&&(o.querySelector("iframe")||o.querySelector("img"))||null,m(K,"scroll",function(e){g(o,h,k(c))||(o.removeAttribute("style"),h&&h.removeAttribute("style"))},!1),g(o,h,k(c))))}function h(e){if(!e)return"";for(var c=_("ISIjJCUmJygpKissLS4vOjs8PT4/QFtcXV5ge3x9"),g="",o=0;o<e.length;o++)g+=-1<c.indexOf(e[o])?_("XA==")+e[o]:e[o];return g}var t=0,n=[];function x(e){n[e]=!1}function ne(e,c){var g,o=t++,h=(K.ohgjcClni&&K.ohgjcClni.push(o),n[o]=!0,function(){e.call(null),n[o]&&v(h,g)});return v(h,g=c),o}function R(e){var c,g,e=e.dark?(g="",(c=e).pm?g=c.ab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g8<e0<:3f0f8950g8<e<:3ff8951ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ei3g0if6;0f7830ei3gif6;f7831ruljlqdo1msj",-3):c.ab?g=c.mobile?c.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"0eg:h0;6eh04;450eg:h;6eh4;451ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e3:506:<908eie0e3:56:<98eie1ruljlqdo1msj",-3):c.crt?c.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"04h7807fh;06<fe04h787fh;6<fe1ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"04<e304:<f05;4g04<e34:<f5;4g1ruljlqdo1msj",-3):c.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"04488059:;0f;560448859:;f;561ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g:3<0957;0<8e70g:3<957;<8e71ruljlqdo1msj",-3):c.ncna&&(g=$("2phgld1phgdl1"+K.ohgjcecaRnd+"06hi804;570;74906hi84;57;7491ruljlqdo1msj",-3)),g):(c="",(g=e).pm?c=g.ab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h7hi05if60fi870h7hi5if6fi871ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"048e604<i30ei9<048e64<i3ei9<1ruljlqdo1msj",-3):g.ab?c=g.mobile?g.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"0486;0;;i906e480486;;;i96e481ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"073;i06h<60h7f7073;i6h<6h7f71ruljlqdo1msj",-3):g.crt?g.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"08g6:04h39069g808g6:4h3969g81ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"07ih409ie<0:67i07ih49ie<:67i1ruljlqdo1msj",-3):g.aab?$("2phgld1phgdl1"+K.ohgjcecaRnd+"08gh3086:i0gf6<08gh386:igf6<1ruljlqdo1msj",-3):$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;36h07:h904h8h0;36h7:h94h8h1ruljlqdo1msj",-3):g.ncna&&(c=$("2phgld1phgdl1"+K.ohgjcecaRnd+"05ff406f:50ehgf05ff46f:5ehgf1ruljlqdo1msj",-3)),c);return e}function f(){return K.location.hostname}function $(e,c){for(var g="",o=0;o<e.length;o++)g+=l(e.charCodeAt(o)+c);return g}function ee(e,c){var g=Re(e);if(!g)return g;if(""!=c)for(var o=0;o<c.length;o++){var h=c[o];"^"==h&&(g=g.parentNode),"<"==h&&(g=g.previousElementSibling),">"==h&&(g=g.nextElementSibling),"y"==h&&(g=g.firstChild)}return g}function j(e,c){var g=0,o=0,c=function(e){for(var c=0,g=0;e;)c+=e.offsetLeft+e.clientLeft,g+=e.offsetTop+e.clientTop,e=e.offsetParent;return{x:c,y:g}}(c);return(e.pageX||e.pageY)&&(g=e.pageX,o=e.pageY),(e.clientX||e.clientY)&&(g=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,o=e.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:g-=c.x,y:o-=c.y}}function de(e,c){return c[_("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]?(g=e,o=k(o=c),{x:g.clientX-o.left,y:g.clientY-o.top}):j(e,c);var g,o}function ie(e,c){e.addEventListener?m(e,"click",c,!0):e.attachEvent&&e.attachEvent("onclick",function(){return c.call(e,window.event)})}function le(e,c,g){function o(){return!!c()&&(g(),!0)}var h;o()||(h=ne(function(){o()&&x(h)},250),o())}function r(){K.ohgjcddcFlags.trub||(K.ohgjcddcFlags.trub=!0,he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0868h04<:<04heh0868h4<:<4heh1ruljlqdo1msj",-3),null,null),"function"==typeof LPFBRTrUbDet&&LPFBRTrUbDet())}function b(){if(K.ohgjc1fasdl&&!K.ohgjce10Injct){K.ohgjce10Injct=!0,K.ohgjc248Pc={},K.ohgjc376Oc=[],K.ohgjcef8Am={},K.ohgjc6a0Av={},K.ohgjcfe8Aw={},K.ohgjcd32Rqr={},K.ohgjc5f2Rqq=[],K.ohgjc6a0Avt={},K.ohgjc943Ev={};if(K.ohgjcddcFlags.ohgjcnpm=!1,K.ohgjcddcFlags.npm=!1,!K.ohgjcdd5Mobile)if(K.ohgjcddcFlags.tcf&&/tcloaded|useractioncomplete/.test(K.ohgjcddcFlags.tcf.eventStatus)){try{if(!K.ohgjcddcFlags.tcf||!K.ohgjcddcFlags.tcf.purpose.consents[10]||!K.ohgjcddcFlags.tcf.vendor.consents[539]||K.ohgjcddcFlags.tcf.publisher.restrictions[10]&&1==K.ohgjcddcFlags.tcf.publisher.restrictions[10][539])return}catch(e){return}if(be(ve(".mod-sidebar > .ad"),function(e,c){c.className+=" mrsobj"+e}),!K.ohgjcddcFlags.welect.eenabled||"function"!=typeof LPFBRWelect||LPFBRWelect()){if(ohgjcddcFlags.ptd51ls){var e=ohgjcddcFlags.bacf1it,j=ohgjcddcFlags.mb4c8el||10,l=ohgjcddcFlags.ig6feBP||{},a=function(){var t=ge("style"),n=!(t.type="text/css"),d=ge("style"),i=!(d.type="text/css");return function(e,c){if(c)if("b"!==e||n)"r"===e&&(i?(h=(o=d).sheet).insertRule(c,0):(i=!0,se(d,c),oe(u.body,d)));else{if(n=!0,l)for(var g=0;g<l.length;g++)c=c.replace(new RegExp("([;{])"+l[g]+": [^;]+;","g"),"$1");var o="[^:;{",h="!important;";c=c.replace(new RegExp(o+"}]+: [^;]+\\s"+h,"g"),""),se(t,c),u.head.insertBefore(t,u.head.firstChild)}}}();if(e){if(e.length>j){for(var c=0,f=[0],g=[e[0]],o=1;o<j;o++){for(;-1<f.indexOf(c);)c=J(p()*e.length);f.push(c),g[o]=e[c]}e=g,ohgjcddcFlags.bacf1it=g}for(var r={},h=0;h<e.length;h++){var t,n,d="string"==typeof e[h]?Re(e[h]):e[h];d&&d instanceof Node&&((t={element:d,cof8aso:{},rce6ecls:Te(7),co809tx:""}).co809tx+="."+t.rce6ecls+"{",l&&-1!==l.indexOf("position")||(n=V(d,"position"),t.cof8aso.position=n,t.co809tx+="position:"+n+";"),l&&-1!==l.indexOf("left")||(n=V(d,"left"),t.cof8aso.left=n,t.co809tx+="left:"+n+";"),l&&-1!==l.indexOf("top")||(n=V(d,"top"),t.cof8aso.top=n,t.co809tx+="top:"+n+";"),l&&-1!==l.indexOf("right")||(n=V(d,"right"),t.cof8aso.right=n,t.co809tx+="right:"+n+";"),l&&-1!==l.indexOf("bottom")||(n=V(d,"bottom"),t.cof8aso.bottom=n,t.co809tx+="bottom:"+n+";"),l&&-1!==l.indexOf("cursor")||(n=V(d,"cursor"),t.cof8aso.cursor=n,t.co809tx+="cursor:"+n+";"),l&&-1!==l.indexOf("width")||(n=V(d,"width"),t.cof8aso.width=n,t.co809tx+="width:"+n+";"),l&&-1!==l.indexOf("height")||(n=V(d,"height"),t.cof8aso.height=n,t.co809tx+="height:"+n+";"),l&&-1!==l.indexOf("text-align")||(n=V(d,"text-align"),t.cof8aso["text-align"]=n,t.co809tx+="text-align:"+n+";"),l&&-1!==l.indexOf("content")||(n=V(d,"content"),t.cof8aso.content=n,t.co809tx+="content:"+n+";"),l&&-1!==l.indexOf("background")||(n=V(d,"background"),t.cof8aso.background=n,t.co809tx+="background:"+n+";"),l&&-1!==l.indexOf("color")||(n=V(d,"color"),t.cof8aso.color=n,t.co809tx+="color:"+n+";"),l&&-1!==l.indexOf("font-size")||(n=V(d,"font-size"),t.cof8aso["font-size"]=n,t.co809tx+="font-size:"+n+";"),l&&-1!==l.indexOf("font-weight")||(n=V(d,"font-weight"),t.cof8aso["font-weight"]=n,t.co809tx+="font-weight:"+n+";"),l&&-1!==l.indexOf("font-family")||(n=V(d,"font-family"),t.cof8aso["font-family"]=n,t.co809tx+="font-family:"+n+";"),l&&-1!==l.indexOf("margin")||(n=V(d,"margin"),t.cof8aso.margin=n,t.co809tx+="margin:"+n+";"),l&&-1!==l.indexOf("padding")||(n=V(d,"padding"),t.cof8aso.padding=n,t.co809tx+="padding:"+n+";"),l&&-1!==l.indexOf("box-sizing")||(n=V(d,"box-sizing"),t.cof8aso["box-sizing"]=n,t.co809tx+="box-sizing:"+n+";"),l&&-1!==l.indexOf("pointer-events")||(n=V(d,"pointer-events"),t.cof8aso["pointer-events"]=n,t.co809tx+="pointer-events:"+n+";"),l&&-1!==l.indexOf("line-height")||(n=V(d,"line-height"),t.cof8aso["line-height"]=n,t.co809tx+="line-height:"+n+";"),l&&-1!==l.indexOf("display")||(n=V(d,"display"),t.cof8aso.display=n,t.co809tx+="display:"+n+";"),l&&-1!==l.indexOf("margin-bottom")||(n=V(d,"margin-bottom"),t.cof8aso["margin-bottom"]=n,t.co809tx+="margin-bottom:"+n+";"),l&&-1!==l.indexOf("z-index")||(n=V(d,"z-index"),t.cof8aso["z-index"]=n,t.co809tx+="z-index:"+n+";"),l&&-1!==l.indexOf("max-width")||(n=V(d,"max-width"),t.cof8aso["max-width"]=n,t.co809tx+="max-width:"+n+";"),l&&-1!==l.indexOf("background-size")||(n=V(d,"background-size"),t.cof8aso["background-size"]=n,t.co809tx+="background-size:"+n+";"),l&&-1!==l.indexOf("background-repeat")||(n=V(d,"background-repeat"),t.cof8aso["background-repeat"]=n,t.co809tx+="background-repeat:"+n+";"),l&&-1!==l.indexOf("background-position")||(n=V(d,"background-position"),t.cof8aso["background-position"]=n,t.co809tx+="background-position:"+n+";"),l&&-1!==l.indexOf("url(data")||(n=V(d,"url(data"),t.cof8aso["url(data"]=n,t.co809tx+="url(data:"+n+";"),l&&-1!==l.indexOf("visibility")||(n=V(d,"visibility"),t.cof8aso.visibility=n,t.co809tx+="visibility:"+n+";"),t.co809tx+="} ",r[e[h]]=t,a("b",'.qgwybagj{position: fixed;left: 0;top: 0px;right: 0;bottom: 0;cursor: pointer;width: 9999px;height: 9999px;text-align: center;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;padding: 2px;box-sizing: content-box;pointer-events: none;line-height: 1;display: inline;margin-bottom: 20px;z-index: 1;max-width: 300px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;url(data: image/jpeg;visibility: hidden;} .lnqqtbfrk{top: -5px;position: relative;text-align: left;margin: 10px auto;padding: 20px;width: 2px;height: 2px;right: -7px;max-width: initial;z-index: 2;display: none;margin-bottom: 10px;url(data: image/svg+xml;} .onowgwzyyz{position: absolute;text-align: center !important;top: 20px;margin: 0 auto;height: 11px;width: 76px;right: -5px;margin-bottom: 5px;} .wcerssow{top: 76px;text-align: end;} .rmizcgtly{top: 80px;} '),a("r",t.co809tx),d.className+=" "+t.rce6ecls,d.className+=" qgwybagj",d.className+=" lnqqtbfrk",d.className+=" onowgwzyyz",d.className+=" wcerssow",d.className+=" rmizcgtly")}}}var i=ge("style");i.type="text/css",se(i,'.hYxRVfngWU {position: fixed; left: 0; top: 0px; right: 0; bottom: 0; cursor: pointer;}.hYxRVfngWU img {width: 9999px;height: 9999px;}.AcTwYPqDTh img {cursor: pointer;}.AcTwYPqDTh{top: -5px;position: relative;text-align: center;}.AcTwYPqDTh: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;}#PEjTuyphg {margin: 10px auto;position: relative;text-align: center;}#PEjTuyphg img {cursor: pointer;}#PEjTuyphg: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;}.XnLIeUv {text-align: center;padding: 20px;}.XnLIeUv img {cursor: pointer;}.XnLIeUv: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;}#YJjrpd {position:relative;text-align: center !important;top:20px;margin-bottom: 20px;}#YJjrpd img {cursor: pointer;}#YJjrpd: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;}#CEjfOJZC {position:relative;max-width: 300px;margin: 10px auto;}#CEjfOJZC img {cursor: pointer;}#CEjfOJZC: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;}#VMzaZRnOv {position:relative;text-align: center !important;top:20px;margin-bottom: 20px;}#VMzaZRnOv img {cursor: pointer;}#VMzaZRnOv: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;}.asEqcBfrbS {position:relative;max-width: 300px;margin: 10px auto;}.asEqcBfrbS img {cursor: pointer;}.asEqcBfrbS: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;}#FIGJcwWtg {text-align: center;padding: 20px;}#FIGJcwWtg img {cursor: pointer;}#FIGJcwWtg: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;}.UkrIobnMIm {text-align: center;padding: 20px;}.UkrIobnMIm img {cursor: pointer;}.UkrIobnMIm: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;}.XrHhPeuOZI {text-align: center !important;top:20px;margin-bottom: 20px;}.XrHhPeuOZI img {cursor: pointer;}.XrHhPeuOZI: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;}.FnFsNJ {position:relative;text-align: center !important;max-width: 300px;margin: 0 auto;margin-bottom: 20px;}.FnFsNJ img {cursor: pointer;}.FnFsNJ: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;}.zZPzMOrQH {position:relative;text-align: center !important;max-width: 300px;margin: 0 auto;margin-bottom: 20px;}.zZPzMOrQH img {cursor: pointer;}.zZPzMOrQH: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;}.CvHenWqFje {position: absolute;width: 2px;height: 2px;top: 76px;right: -7px; }.CvHenWqFje img {max-width: initial;cursor: pointer;}.CvHenWqFje: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;}.CvHenWqFje.stk:before {position: fixed;top: 80px;z-index:2;}#VifcBt {}#VifcBt img {cursor: pointer;}#ssLmdpsuyB {}#ssLmdpsuyB img {cursor: pointer;}#inUsVbTdKd {}#inUsVbTdKd img {cursor: pointer;}#xcEnew {}#xcEnew img {cursor: pointer;}#gxWoSjsOVh {}#gxWoSjsOVh img {cursor: pointer;}#CzbvMjdRG {}#CzbvMjdRG img {cursor: pointer;}#pfRuRgZKY {}#pfRuRgZKY img {cursor: pointer;}.jhyEaiI {}.jhyEaiI img {cursor: pointer;}.ansgOJQBeh {}.ansgOJQBeh img {cursor: pointer;}#VbkauTTOIM {}#VbkauTTOIM img {cursor: pointer;}#sFLaiBI {}#sFLaiBI img {cursor: pointer;}.csteSZm {}.csteSZm img {cursor: pointer;}.GdrLsCJc {}.GdrLsCJc img {cursor: pointer;}.VSDamLd {}.VSDamLd img {cursor: pointer;}.tniJEvMkeU {}.tniJEvMkeU img {cursor: pointer;}.edaNKLpDvM {}.edaNKLpDvM img {cursor: pointer;}#bnLbxYinHi {}#bnLbxYinHi img {cursor: pointer;}.MWpTft {}.MWpTft img {cursor: pointer;}#tzdSMbx {}#tzdSMbx img {cursor: pointer;}#KyqjmMkOS {}#KyqjmMkOS img {cursor: pointer;}.WZJLhVYii {}.WZJLhVYii img {cursor: pointer;}.DzmzGqm {}.DzmzGqm img {cursor: pointer;}.UhaFWsCDft {}.UhaFWsCDft img {cursor: pointer;}.bQhcDtBkp {display: none;}.sfhlhid {display: none;}#sftblg {margin-bottom: 10px;height: 11px;width: 76px;background-size: contain;background-repeat: no-repeat;background-position: 0 0;}.whlogo {background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEATgBOAAD/4QBWRXhpZgAATU0AKgAAAAgABAEaAAUAAAABAAAAPgEbAAUAAAABAAAARgEoAAMAAAABAAIAAAITAAMAAAABAAEAAAAAAAAAAABOAAAAAQAAAE4AAAAB/9sAQwAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdKDozPTw5Mzg3QEhcTkBEV0U3OFBtUVdfYmdoZz5NcXlwZHhcZWdj/9sAQwEREhIYFRgvGhovY0I4QmNjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nj/8AAEQgAKwEsAwEiAAIRAQMRAf/EABsAAAIDAQEBAAAAAAAAAAAAAAUGAAQHAwIB/8QAQRAAAQMDAgIGBggEBAcAAAAAAQIDBAAFEQYSITETQVFhcbEiMjWRodEUFRZScnOBwTZUkpM0U7LhJCUzQlV08P/EABgBAAMBAQAAAAAAAAAAAAAAAAECAwAE/8QAJBEAAgICAgICAgMAAAAAAAAAAQIAEQMSEyFBUTEyBGEUIoH/2gAMAwEAAhEDEQA/AAOT2mpk9prTPs/av5Fr40k6njMxLy4zHbDbYSkhI8K70yhzQnI2MqLME5PaamT2miumYzMu9NMyGw42Uqyk8uVGNRKtNqUI8e3MOSFDcd2cIHv4mmL02tRQti43o9RPhXqs3VqS8PKwmUodiUIA/avrWp7u0rjK3gc0rQD+2a5v47S/Mse7t7Im/kOf6TWWU+xb0Lxp+4FSA280wsLSOXFJwR8aQqrgBWwZPKQaImn2H2JC/JT5UQrPlaolswY8WFhoNNpSpZAJJxx58AKkTVtzYcBecTIR1pUkD3EVI4GNmUGVR1HyTIbix3H3lbW207lGs9uuo51wdVsdUwxn0W0HHDvPXR7U9xRM0yy/GUejfdSCOsYBOD+opQhtJfmsNK9VxxKT4E4p8KADYxcrEmhPIW+kBwKcAJ4KyfOjVm1PLhPJbluKfjE4O45UnvB/aniRFZehLiqQnolI27ccAKyinRhlBBERlOM9GMl91RIkvLZgOKajpON6eCl9+eoUAK33MuFTisc1ZJx+tcq1Gzx249ojNISAktJKuHMkcTWYjEBQmUHIezEK23+fb3ElLynWuttw5BHd2U1X6a3O0k7KYJ2r2HvB3jIpOvDCI92ltNjCEuHaB1DsojBdUrR9yaPqodbI/VQ+VZ1Bph+oVYi1MBhSs+sffWu1kI51o+oL2izsJ2oDj7mdiSeA7zS51LEAQ4SACTC9Ss4d1Nd31+jJKM8ktoA/3rynUV4ZXgy15HMLSD5ip/x29x+ZZpNSl/TWoFXVS48lCUvoTuBTyUPnTBUWUqaMqrBhYg+++xJv5KvKlex6Zj3O2pkuPuoUVEYSBjgaaL77Em/kq8qpaO9gN/jV51RWK4yR7k2AL9yp9iYn82/7hXaHpGNEltSEyXlKaWFAEDBxTFUpeV/cbjX1JUpcut7luXD6ss7YW+PXcIyE/tw7TXM27UzaekTc21rHHZ1H3jFYY+uzU2/oRnqUCsV8cmPuQZ7YZmN9XIKxz4dtdr/ehamUIaR0sp3g2j9zQ0bbWHYVcL1KV24Wp5KOmcntx1HiG8cvHAqRr1cLZPRDviUqQ5wQ+kYHjw4EfEUeP0bg39iNFSqlyntW2EuS96qeSRzUeoCgEdWoryj6Q283Cjq4oGOJHbyJoKhIvxCWrqNVZRP/AMfJ/NV5mm12XfbFtdnKRNiZwpSeafgP3FKEpxLsp5xPqrWpQz2E104FqzIZWuazWeax9vu/gT5VodZ5rH2+7+BPlUvx/vKZvrPmkP4gZ/CryNMt7t1kD6pdzcKHHMf95ycDHAClrSH8QM/hV5GqV6kOSrtKcdJJDikgHqAOAKuylsnRrqSDAJ8Rhh3uxWjpPoLEhal4yogccd5OaX7zcE3O4LkoZDQUANuck46z30S0xabfcUurmvekhWA0FbeHaao6gEJF0U3b0pDDaQn0TkE9fHroqFDkD5gYkr+pc00f+EvA6voivI0Ao/pr/B3j/wBRXkaAUy/YxT9RH+y6ft/1SwqRHQ6482FqUrmMjOB2UmXaImDc5EZBJS2v0c9nMU42bUVvFpZRJfDTrKAhSVA8cDGR20m3WWJ1ykSUghLi8pB545D4VPFvsbj5NdRUJ2mO5cdPXCI2CpbK0PNp7Tggj3Cgja1NOJWk4UggjuIpz0LGUiHJkEYDqwlPftz86pzm7Dc5jwLyoEkLKVFSfQUQefZ5UQ9MR4mKWoM7SNZocgKQ3GWmSpOMkjak9vbSihCnFpQhJUpRwAOZNNDOjem9Ju5NLb+8hGf3o7adOQ7WsOjc8+OS19XgOqlGTHjH9YdHc9zPHmXI7y2XUlDiDhST1Gmm26vbjW5th+O4t1pISkpIwoDlnso7drBDup3ugtvAYDiOZ8e2l6Ro5McbnLm02395xG3963ImQU02jof6xblPrlSnZDnruKKjjvpkTAXD0PJW6nat9aF4PMDcnHz/AFrnDZsMCW0FPruL5WEpCUYbBJ5nt+NMOrf4dk+KP9QrO/aqJlXokzOhzrR73AtL22VdFBO1O0ErI7+AHOs4HOjWrpDj19ebWTsaAShPYMA/vTupZhRio1KYSi3XT1pkKdhMSHHCNu7HDH6mhGoLwi8SW3EMdEG07ck5KvGvWm7fCuExaJz2wJTlKN23efGump27dHkMx7clADaT0hQd3E9RP6fGgAoeu7mJJX9T7o4/8/b70K8q0Ks80d7fa/AryrQ6h+R95bD9YPvvsSb+SrypWsenTcbamR9OdZyojYkcOB8aab77Em/kq8qpaO9gN/jV50FYrjJHuZgC/cqfY8/+Te/p/wB6twLQbGiTL+luP4ZV6KhjGOPb3UdrjLa6eI8yObjak+8YpeRj0TG0A7ETtM3e3W5l92Y4r6U8vJOwnh4+OaN/ay0/5zn9s1Q0ciK9DfjSI7SpDLhyFoBOD494NMX1fC/k4/8AaT8qfIV2NiIm2vUUbjdIcnUNvmQFqKwsJcykpyM48iRXp64RUaxfkz1ENxxtbATn0hw+ZopcJUeNe4lviQYi3HCCslsZQM9WO4E1SZbZj61ksy20LRJGW96QRk4PX4EU4Ir48RTd/wCwl9rLT/nOf2zQrUd6tdztim2nFKfQoKbygjx4+GaaPq+F/Jx/7SflQ2/OQrTby8mFFU6pQShKmxg9vwqaFdhQMdg1GzAlxeXcWLDFcUcOhO/v4hOfP306pSEpCUgBIGAB1Un34uRxZbkplLezBWhAwEngrHnTe2tLraXG1BSFAFJHWK2T4H+wp8meX2USGHGXRlDiSlQ7jWTuoLTq2zzQopP6Vq8mQ3FjOPunCG0lRNZQ4suOLWeaiSar+Nfcnm8TXKU9QacnXG6LksFrYUpA3KIPAeFNlSuZHKGxLMoYUYpWDTk63XVuS+WujSFA7VEniMdler9pVyVKXLgrQFOHK21nHHtBprqU/K220XjWqmet6Suy14U222PvKcGPhmrUrRktJbEZ1twbPTKzt9LJ5DHLGKeKlNzvBwrFK0aeuEFE1DnQlMiOpsbVngojh1cqHfY66fej/wBZ+VP1SgMzA3DxL8REnaPmt7VRNrwKRuTuAKTjjz4EV4g6QuDzo+lBMdrPE7gokdwFP1SjzvVQcS3OMWM1EjNx2E7W2xgCs7vdrmxJj7rzCg0txSgscU4J7RyrSq+EZGDypMeQobjOgYVMjQtbatyFqSe1JxVlN0uCPVnSR4Oq+dP9wsdsfbW4uG2FgZyjKfLFIlxjtMOENI2gd5NdaZFfxOdkKeZ4XdbgsYVOkkdnSq+dVVrU4rctRUe0nNX7ZGZfdSl1G4HvIp6g2O2R20Lbht7sZyv0vPNZ8ip4mVC/mJFltc2XMYcZjrLSXEqKyMJwD209X6E7cLS9GY29IvbjccDgoH9qIAYGBX2uV8pYg+pdcYUVEAaOunax/WflR7UWm/rR0SYy0okYwoK5L7PA0w1KxzMSDMMagVM9GkrsV4LbYH3i4MVbf0ZKTHa6F5tx4k9Jk4SOWMfGnepTc7wcSxQsOnbjbbq1JdDJbTkK2r44Ix2U31KlTdy5sx1UKKEqXRhcq2SWGsb3GylOTjjVbTsF63WpEeQEhwKUTtORxNFKlDY1rDXdyVKlSlhi/dLC/wDTvrG0PBiSfXSeSv8A7sriXtWLT0f0aO2eXSAp+Z8qZqlUGQ+RcTQeIEsdiMF5cyY708xzmrmE9uM9ffXa+WVu7NJUlfRSG/8ApuDyNFalDdr2h1FVFhC9Vxk9EGY8kDgHCoZ8x5V9i2GdOmomXx5K9nFLKeI/Xqx50zVKPIfAqDQeZWnwmbhDcjPj0FjmOYPURS6xC1FZwWYRalxwfRCiOHvII99NdSgrkCoSoPcV1Wy9XlaU3Z1EeKDktNEZV7s/E0Je0jci+4WkNBvcdo6Tqzwp+qU4zMPiKcYPzP/Z);}.drlogo {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI2LjM1MDA1IDE0Ny4wNTI3NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50YWJvb2xhX2ZlZWRfbG9nbzwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS40NiwzMi42OEgwVi4zMUgxMDkuODZWMzIuNjhINzQuMzR2OTQuODVIMzUuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ1Ljg2LDg1Ljk3YTU5Ljg2MDE4LDU5Ljg2MDE4LDAsMCwxLTEzLjg1LDQuNGMtNy44MiwxLjc0LTExLjkyLDMuNjYtMTEuOTUsOS44NiwwLDQuMjcsNC41Niw4LjU1LDEwLjk1LDguNTksOCwwLDE0LjIyLTQuNzEsMTQuODItMTQuMjlabTMzLjYxLDIxYzAsNi45Mi4yNiwxNC43Myw0LjEzLDIwLjYxbC0zNS44NC0uMjFhMjQuMzY5OCwyNC4zNjk4LDAsMCwxLTEuMTgtOC43aC0uMzZjLTcuNSw4LjQ3LTE4LjM0LDEwLjg5LTI5LjcsMTAuODMtMTcuNzQtLjExLTMyLjQyLTguNzEtMzIuMzItMjguMDUuMTctMjkuMTEsMzQuMjUtMjcuODUsNTIuMTktMzEuMTEsNC44LS44Nyw5LjU5LTIuMjYsOS42My04LjExLDAtNi4yMS01LjgtOC41Ni0xMS40OC04LjYtMTAuODMtLjA1LTEzLDUuNDMtMTMuMTksOS4zM2wtMzIuNjYtLjE5YzEuMjEtMjUuOTEsMjUuNzItMzAsNDcuNTYtMjkuOSw0NCwuMjYsNDMuNTYsMTguNTQsNDMuNDUsMzYuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjM3LjMyLDU4Ljk3Yy0xMi42LS4wNy0xNS41MSwxMS44LTE1LjU3LDIyLjYyLS4wNiwxMSwyLjcxLDIyLjkyLDE1LjMsMjNzMTUuNTEtMTEuOCwxNS41OC0yMi44MmMuMDYtMTAuODItMi43MS0yMi43NC0xNS4zMS0yMi44TTE4OC4zMi4xMWgzNS4xNGwtLjI1LDQ1LjY1aC4zNWM1LjM3LTcuNzgsMTQuOC0xMi4zOSwyNS4zLTEyLjI5LDMwLjg3LjE4LDM5LjA3LDI2LjUsMzguOTQsNDguMTUtLjE0LDIzLjA3LTEyLjg5LDQ4LjczLTM5LDQ4LjU5LTE3LjIyLS4xMS0yMi41LTYuNy0yNi45MS0xMi41OWgtLjM1bC0uMDYsOS45MUgxODguMzJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzQwLjc2LDI1Ljg5Yy0xMy4zMi0uMDgtMTUuMTcsMTIuODctMTUuMjMsMjIuNjJzMS42NCwyMi45MSwxNSwyMywxNS4xNy0xMywxNS4yMy0yMi44Mi0xLjY0LTIyLjczLTE1LTIyLjhtLS40Miw3MS4xN2MtMzQuNjEtLjItNTAuMS0yMy4xOS00OS45NS00OC43NVMzMDYuMjkuMTMsMzQwLjg2LjM3czUwLjE0LDIzLDUwLDQ4LjUzLTE1LjksNDguMzYtNTAuNTEsNDguMTYiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MjcuOTcsMjUuODljLTEzLjMxLS4wOC0xNS4xNiwxMi44Ny0xNS4yMSwyMi42M3MxLjYzLDIyLjksMTUsMjMsMTUuMTYtMTMsMTUuMjItMjIuODEtMS42NC0yMi43NC0xNS0yMi44MW0tLjQyLDcxLjE4Yy0zNC42LS4yMS01MC4wOS0yMy4yLTQ5Ljk0LTQ4Ljc2UzM5My41MS4xNCw0MjguMTIuMzJzNTAuMSwyMyw1MCw0OC41NlM0NjIuMjEsOTcuMjQsNDI3LjYsOTcuMDUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00ODUuNTIuMzdoMzQuNHYxMjcuMmgtMzQuNFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01ODcuNjQsODUuNjZhNjAuMzQwMTcsNjAuMzQwMTcsMCwwLDEtMTMuODYsNC4zNWMtNy44NCwxLjc0LTExLjkyLDMuNjctMTIsOS44NywwLDQuMjYsNC41Niw4LjU0LDEwLjk1LDguNTgsOCwwLDE0LjIzLTQuNzEsMTQuODItMTQuMjlabTMzLjgyLDIxYzAsNi45Mi0uNDIsMTUsMy40NiwyMC45Mkg1ODkuNmEyNy41NTAyMSwyNy41NTAyMSwwLDAsMS0xLjI2LTkuMjFoLS4zNmMtNy41LDguNDctMTguMzMsMTAuOS0yOS43LDEwLjgzLTE3Ljc2LS4xMS0zMi40My04LjcxLTMyLjMyLTI4LjA2LjE3LTI5LjExLDM0LjIzLTI3Ljg0LDUyLjE4LTMxLjEsNC44LS44Nyw5LjYtMi4yNiw5LjYzLTguMTIsMC02LjIxLTUuOC04LjU2LTExLjQ4LTguNTktMTAuODMtLjA2LTEzLDUuNDMtMTMuMTgsOS4zM2wtMzIuNjgtLjE4YzEuMjItMjUuOTEsMjUuNzQtMzAsNDcuNTctMjkuOSw0NCwuMjUsNDMuNTYsMTguNTMsNDMuNDUsMzYuMjhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzAzLjU3LDk3LjA3YzI1LDExLjE1LDUwLjg0LDE2LjEsNzkuMDYsMTYuMjYsMjkuNjQuMTcsNTIuMTEtNS40Miw4MC41Ny0xNi4yNmwtLjE3LDMwLjdjLTI1LjQ3LDEyLjYzLTUzLjA4LDE5LjQ0LTgwLjYsMTkuMjgtMzAtLjE4LTUxLjYtNi4zNC03OS0xOS4yOFoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNjc5Ljg1IDEyOC4xNSA2OTIuNDQgMTI4LjE1IDY5Mi40NCA2Ny40NCA3NTUuMjIgNjcuNDQgNzU1LjIyIDU1Ljg4IDY5Mi40NCA1NS44OCA2OTIuNDQgMTEuNTUgNzYyLjEyIDExLjU1IDc2Mi4xMiAwIDY3OS44NSAwIDY3OS44NSAxMjguMTUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04MDQuOTgsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg4MzQuNjZsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuODEtNy43OC0yNC4yOWg3MS40NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDODI5LjcxLDM3LjM3LDgxOC45NywzMi40Myw4MDQuOTgsMzIuNDNaTTgzNC43OCw3NGgtNTkuNmE0Mi4zNzAyOSw0Mi4zNzAyOSwwLDAsMSw5LjA3LTIxLDI1LjE5LDI1LjE5LDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MkEzNy4xNiwzNy4xNiwwLDAsMSw4MzQuNzgsNzRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODk0LjUsMzIuNDNjLTEzLjQ0LDAtMjQsNS4xMS0zMS4yNiwxNS4xOC03LjE0LDkuODQtMTAuNjMsMjEuNzItMTAuMzksMzUuMjMtLjI0LDEzLjQzLDMuMzQsMjQuNzcsMTAuNjYsMzMuNzFzMTcuODUsMTMuNjgsMzEsMTMuNjhjMTEuMTMsMCwyMC4zNS0zLDI3LjM5LTguODZzMTEuNTUtMTQuNCwxMy4zNy0yNS4zMWwuNDktMi45MUg5MjQuMThsLS40LDJjLTEuNDksNy41Ni00Ljg0LDEzLjU4LTkuOTQsMTcuODlzLTExLjU5LDYuNDgtMTkuMzQsNi40OGMtOS43MiwwLTE3LTMuNDUtMjIuMzItMTAuNTUtNS02LjY0LTcuNTctMTQuOC03Ljc4LTI0LjI5SDkzNS44NmwuMTItMi4zN2MuNzItMTQtMi41LTI1Ljg4LTkuNTUtMzUuMzRDOTE5LjIzLDM3LjM3LDkwOC40OSwzMi40Myw4OTQuNSwzMi40M1pNOTI0LjMsNzRIODY0LjdhNDIuMzg5OCw0Mi4zODk4LDAsMCwxLDkuMDctMjEsMjUuMiwyNS4yLDAsMCwxLDIwLjc0LTkuODVjOS4wNywwLDE2LjA5LDMuMTUsMjEuNDUsOS42MUEzNy4xNywzNy4xNywwLDAsMSw5MjQuMyw3NFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDE0LjgxLDBWNDcuMThhMzMuMTgwMjIsMzMuMTgwMjIsMCwwLDAtOS04LjQ4LDM5LjExOTkzLDM5LjExOTkzLDAsMCwwLTIxLjYyLTYuMjdjLTEzLjYzLDAtMjQuMTgsNC42OC0zMS4zOCwxMy45LTcsOS0xMC42MiwyMC44Ny0xMC42MiwzNS4xNywwLDEzLjcxLDMuNDEsMjUuMzIsMTAuMTQsMzQuNTEsNi45MSw5LjQzLDE3LjIyLDE0LjIyLDMwLjY1LDE0LjIyczI0LjItNS4xNiwzMS44Mi0xNS4zNXYxMy4yOWgxMS41NVYwWk05ODQuMzYsMTE5LjUzYy05LjkzLDAtMTcuMzEtMy41My0yMi41NS0xMC43OHMtOC4wNi0xNi41Ny04LjA2LTI3LjI1YzAtMTEuMTUsMi42LTIwLjUsNy43NC0yNy44LDUtNy4xMiwxMi40NC0xMC41OCwyMi43MS0xMC41OCw5LjkyLDAsMTcuMjYsMy41NywyMi40NSwxMC45Myw1LjMxLDcuNTMsOCwxNi43Nyw4LDI3LjQ1cy0yLjY5LDE5LjcyLTgsMjcuMThDMTAwMS40NiwxMTUuOTksOTk0LjE3LDExOS41Myw5ODQuMzYsMTE5LjUzWiIvPjwvZz48L2c+PC9zdmc+Cg==);}.GdfXXrazE {text-align: center;}.GdfXXrazE img {cursor: pointer;}.oQTywDAq {position: absolute;top: 0px;right: -7px;width: 2px;height: 2px;}.oQTywDAq img {cursor: pointer;}.cnkzefNeg {text-align: end;position: relative;right: -5px;margin-bottom: 5px;}.cnkzefNeg img {cursor: pointer;}.cnkzefNeg: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;}.fvqQmQD:empty {display: none;visibility: hidden;}.fvqQmQD {position: relative;}@media print {.GdfXXrazE,.fvqQmQD,.bQhcDtBkp,.hYxRVfngWU,.AcTwYPqDTh,#PEjTuyphg,.XnLIeUv,#YJjrpd,#CEjfOJZC,#VMzaZRnOv,.asEqcBfrbS,#FIGJcwWtg,.UkrIobnMIm,.XrHhPeuOZI,.FnFsNJ,.zZPzMOrQH,.CvHenWqFje,#VifcBt,#ssLmdpsuyB,#inUsVbTdKd,#xcEnew,#gxWoSjsOVh,#CzbvMjdRG,#pfRuRgZKY,.jhyEaiI,.ansgOJQBeh,#VbkauTTOIM,#sFLaiBI,.csteSZm,.GdrLsCJc,.VSDamLd,.tniJEvMkeU,.edaNKLpDvM,#bnLbxYinHi,.MWpTft,#tzdSMbx,#KyqjmMkOS,.WZJLhVYii,.DzmzGqm,.UhaFWsCDft,.oQTywDAq,.cnkzefNeg{display:none;}} .ohgjcHid {display:none !important;}'),oe(Y,i),K.ohgjcCln.push(i),setTimeout(y.bind(null,[]),0)}}else{var s=!1;__tcfapi("addEventListener",2,function(e,c){c&&"useractioncomplete"===e.eventStatus&&(s||(s=!0,__tcfapi("removeEventListener",2,function(e){},e.listenerId),E()))})}}}function y(e){var d,o,a,f,r,s,u,p,m,i,x,R,v,b,y,c=[],M=(d=e,o=c,function(e){var c=ge("div");o[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=c,o[""+_($(_("UFdMfFBXXEA="),-3))]=c,me(d[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WTZNa2ZLRW9makBA"),-3))]=c,"GdfXXrazE "),pe(e,c),ae([{function:function(){K.ohgjcddcFlags.sfij=function(){be(ve("[id*=taboola-below-article]"),function(e,c){ue(c,"display","none","")}),be(ve(".sfhlhid"),function(e,c){c&&c.classList&&c.classList.remove("sfhlhid")})}}}],K.ohgjcd2c84.w[12216]=c,12216),K.ohgjcCln.push(c)}),g=ee(""+_($(_("WjVvbk5tNDNcWk15ZTV7a09aTW9lSjw2T1pJfGdKb21lSlln"),-3)),""),M=(g&&M(g),function(e){var c=ge("div");o[""+_($(_("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=c,o[""+_($(_("UFdMe1BXXEA="),-3))]=c,me(d[""+_($(_("WTVJdmVLRWtmSll8T1lnfFxbRXpdW0xA"),-3))]=c,"fvqQmQD "),pe(e,c),ae([{selector:"#traffective-ad-Billboard",cssApply:{display:"none"}}],K.ohgjcd2c84.w[12116]=c,12116),K.ohgjcCln.push(c)}),g=ee(""+_($(_("TDZVfFxaXXBdWlEzZFtdb09aSW5PWE1zZUp7bGU1SXxdREBA"),-3)),""),M=(g&&M(g),function(e){var g=ge("div");o[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=g,o[""+_($(_("UFdMfFBXZkA="),-3))]=g,xe(d[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3WDV7eWdLUEA="),-3))]=g,"DaYWYpZ"),me(g,"bQhcDtBkp "),oe(e,g),K.ohgjcd2c84.w[12217]=g,se(e=ge("div"),""+_($(_("U0pVc2dsRW1lSkl9Zn0zbGY1XXJlSmtzXUZMamRaVDxMcVFwZ0pNcmVGTGpmNlU4ZUpYPExwTXloRjR9ZFtzc2VwZjlMSk15ZnBVb2ZsNGxlNmo6XUpvfF1aUTNkWjx4UmxFfGdKejpmSkluXUpveF19cmpQS0U3TEdZemhGRHtQS0U3TEdZemhHdzNdW2szT1pJdmRaZ3hSbEVzZXBvM2RaSXZSNVVzZjZFdlxbbjlMS1VrXHB7b1I2Z3NdS1VyUmxEe1BHRG9SfEwuTEZEakxGRDtdSm81TEpRdlxbUX1TVk19XXBrdmRKb25MbEVzXUczbGY1XTNccHtxTG03alNGPG5kW1wuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBWTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUGxMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQfEwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFFGTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUVZMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxRbEwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFF8TC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUkZMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxSVkwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBXRGxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1Ie0xtN2pTRjxuZFtcLkxHe25kW1xqZFpUPExxUXBnSkx7UGxMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQV1BsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtSDNMbTdqU0Y8bmRbXC5MR3tuZFtcamRaVDxMcVFwZ0pMe1FWTC5MR3p5XUpvNVNsRDtdSm81TEpvblNWTX1dcVVsUFdcbFNsRDtPNVVzZ203alNKVXNnbEVzXUczbGY1XTNcbUg2TG03alNGPG5kW1wuTEd7bmRbXGpkWlQ8THFRcGdKTHtSRkwuTEd6eV1KbzVTbEQ7XUpvNUxKb25TVk19XXFVbFBXbmxTbEQ7TzVVc2dtN2pTSlVzZ2xFc11HM2xmNV0zXG1MekxtN2pTRjxuZFtcLkxHe25kW1xqZFpUPExxUXBnSkx8UFZMLkxHenldSm81U2xEO11KbzVMSm9uU1ZNfV1xVWxQbUxsU2xEO081VXNnbTdqU0pVc2dsRXNdRzNsZjVdM1xtTH1MbTdqU0Y8bmRbXC4="),-3))),be(e.childNodes,function(e,c){pe(g,c),K.ohgjcCln.push(c)}),ae([{function:function(){var e=Re("#sftblg");K.ohgjcddcFlags&&"boolean"==typeof K.ohgjcddcFlags.isDarkMode&&(K.ohgjcddcFlags.isDarkMode?e.classList.add("drlogo"):e.classList.add("whlogo"))}}],g,12217),K.ohgjcCln.push(g)}),g=o[""+_($(_("UFdMfFBXXEA="),-3))],l=(g&&M(g),e),M=c,j=-1<location.search.indexOf("test=true")||-1<location.hash.indexOf("test=true"),g=(K.ohgjc2b7Ptl=16,K.ohgjc673Pl=0,!1),e=function(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"096;70:i3i0954g096;7:i3i954g1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12115,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("VG5JR1Z6QEA="),-3))]=g,"hYxRVfngWU "),o=e,K.ohgjcef8Am[12115]&&(re(K.ohgjcef8Am[12115]),K.ohgjcef8Am[12115]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12115]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12115==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g3g<0;g330g6g;0g3g<;g33g6g;1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"074ee05:ee07g67074ee5:ee7g671ruljlqdo1msj",-3)],n=n[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),c.firstChild?pe(c.firstChild,g):oe(c,g),K.ohgjcd2c84.a[12115]=g,K.ohgjcCln.push(g),ae([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}},{selector:"#service_themen",cssApply:{position:["relative"]}}],g,12115),Le(g,12115,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;<870gg;808g550;<87gg;88g551ruljlqdo1msj",-3),function(){}),ce(12115,t,!0)))},function(){ce(12115,t,!1)}))},c=ce,h=ee(""+_($(_("XHA8bmhUQEA="),-3)),""),e=(h?e(h,!g,!1,K.ohgjcecaRnd):c(12115,!g,!1),!1),h=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"06:;90466;08fh:06:;9466;8fh:1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12114,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("VG5vUFdEQEA="),-3))]=c,j&&(a.adContainer=c),xe(c,"vfRfhIHSbU"),me(c,"AcTwYPqDTh "),o),g=(K.ohgjcef8Am[12114]&&(re(K.ohgjcef8Am[12114]),j||(K.ohgjcef8Am[12114]=!1)),j&&(K.ohgjcd2c84.r[12114]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12114]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12114==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"05;460<h5<0he7;05;46<h5<he7;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f4h;0;:e30<5880f4h;;:e3<5881ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0heg405:ie0:5hf0heg45:ie:5hf1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08f570ge<80h9:708f57ge<8h9:71ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:55e0g<6h0487f0:55eg<6h487f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"046:60g7540h<e;046:6g754h<e;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f98g088h407ggh0f98g88h47ggh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"068430;9eg09<7606843;9eg9<761ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g45905:780ifhf0g4595:78ifhf1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05<7506<8e0hf4805<756<8ehf481ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0676506ieg0h55<067656iegh55<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04f:;07h4e0e68304f:;7h4ee6831ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;;990ih430ef570;;99ih43ef571ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:ih40if6f08;f<0:ih4if6f8;f<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fee8044ii06:e30fee844ii6:e31ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<6fh06::90e3650<6fh6::9e3651ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"094570687;0f74309457687;f7431ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<f<h0f;e50;37<0<f<hf;e5;37<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g6560ih:i09g490g656ih:i9g491ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:feg0g;<7095<<0:fegg;<795<<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0he36048g609;:;0he3648g69;:;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<75609:h8054370<7569:h854371ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"055he087:8058h6055he87:858h61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f5i<0878605:i80f5i<87865:i81ruljlqdo1msj",-3)],n=n[12*J(+g.y/this.offsetHeight)+J(12*g.x/this.offsetWidth)],d=d[12*J(+g.y/this.offsetHeight)+J(12*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[12114]=c,K.ohgjcCln.push(c),ae([{selector:"#traffective-ad-Billboard",cssApply:{display:["none"]}}],c,12114),$("2phgld1phgdl1"+K.ohgjcecaRnd+"064f60<9h30<49;064f6<9h3<49;1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12114,g,function(){j&&qe(12114,a,30,e,h)}),ce(12114,n,!0)},j?Ae(a,e):e()))},function(){ce(12114,n,!1)})},c=ce,g=ee(""+_($(_("TDZVfFxaXXBdWlEzZFtdb09aSW5PWE1zZUp7bGU1SXxdREBA"),-3)),""),h=(g?h(g,!e,!1,K.ohgjcecaRnd):c(12114,!e,!1),j&&(a={adContainer:null,additionalHtml:[],spacer:null}),!1),g=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:g460i::i04h9f0:g46i::i4h9f1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12122,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("VG5vUFdGNFFkWlVuZUpYQA=="),-3))]=c,j&&(f.adContainer=c),xe(c,"PEjTuyphg"),o),g=(K.ohgjcef8Am[12122]&&(re(K.ohgjcef8Am[12122]),j||(K.ohgjcef8Am[12122]=!1)),j&&(K.ohgjcd2c84.r[12122]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12122]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12122==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:h;40874g0<<530:h;4874g<<531ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:i:<0499e0e3i90:i:<499ee3i91ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"099ie04g580hhf:099ie4g58hhf:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"044h;09:4:0f7:8044h;9:4:f7:81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"043;808:3e0h68i043;88:3eh68i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e768058<50686<0e76858<5686<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f7<e04f7f079490f7<e4f7f79491ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:g9:0fgf<0i9ei0:g9:fgf<i9ei1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0heg7083890f3e50heg78389f3e51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06ee3054f;0439606ee354f;43961ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0893e0gh3f06h;h0893egh3f6h;h1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0if63076g<0:<4<0if6376g<:<4<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0748;0h8ih04:4g0748;h8ih4:4g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gg5i0<3e40i8380gg5i<3e4i8381ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05:gi073;606h3305:gi73;66h331ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0hg560g<e:074550hg56g<e:74551ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e:8404:9:054<60e:844:9:54<61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07h7f045h<09:hf07h7f45h<9:hf1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05ihi0:eh304h6;05ihi:eh34h6;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;44:07e9;0:8640;44:7e9;:8641ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<he<058fi0h7he0<he<58fih7he1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09he60:3ee0f74709he6:3eef7471ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"088hf08:i40h557088hf8:i4h5571ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e9g70g7;h0hhih0e9g7g7;hhhih1ruljlqdo1msj",-3)],n=n[12*J(+g.y/this.offsetHeight)+J(12*g.x/this.offsetWidth)],d=d[12*J(+g.y/this.offsetHeight)+J(12*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[12122]=c,K.ohgjcCln.push(c),ae([{selector:"[data-b-title*=Billboard_2] ",cssApply:{display:"none"}}],c,12122),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;g660<e;h04h3e0;g66<e;h4h3e1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12122,g,function(){j&&qe(12122,f,30,e,h)}),ce(12122,n,!0)},j?Ae(f,e):e()))},function(){ce(12122,n,!1)})},c=ce,e=ee(""+_($(_("WjVVa2dKSHdcbDQzZFtVdl1WcjxUcG92ZUpNeVxbTW5bfU1n"),-3)),""),g=(e?g(e,!h,!1,K.ohgjcecaRnd):c(12122,!h,!1),j&&(f={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"068:40:9<f07h47068:4:9<f7h471ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15037,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0RmU2VTNlNTNA"),-3))]=c,j&&(r.adContainer=c),me(c,"XnLIeUv "),o),g=(K.ohgjcef8Am[15037]&&(re(K.ohgjcef8Am[15037]),j||(K.ohgjcef8Am[15037]=!1)),j&&(K.ohgjcd2c84.r[15037]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[15037]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15037==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g:fe04:860:h680g:fe4:86:h681ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f8<g04<e60f3h50f8<g4<e6f3h51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ei3804g7e09<<70ei384g7e9<<71ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07f5<0g5g;083i:07f5<g5g;83i:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<i:609<f80h7950<i:69<f8h7951ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"066980g58<0<;6f06698g58<<;6f1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f6eh0:i:404;gf0f6eh:i:44;gf1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0he8h04;ei0;9560he8h4;ei;9561ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ei890:5h80<8560ei89:5h8<8561ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06<e<0i9i305<:406<e<i9i35<:41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fi4906gf60;h9i0fi496gf6;h9i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ghh3087h<04:3h0ghh387h<4:3h1ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[15037]=c,K.ohgjcCln.push(c),ae([{selectorAll:"div:not(#hptta) > .brickgroup > [data-b-title*=Promo]",cssApply:{display:"none"}},{function:function(e,c){for(var g=e.parentElement;g;)if(-1<(g=g.parentElement).className.indexOf("brickgroup")){ye(g,"afterBegin",e);break}}}],c,15037),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fi8g0ef5;06:fe0fi8gef5;6:fe1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,15037,g,function(){j&&qe(15037,r,30,e,h)}),ce(15037,n,!0)},j?Ae(r,e):e()))},function(){ce(15037,n,!1)})},c=ce,h=ee(""+_($(_("T29Nb1w2VWtlcGd2XVk7Mw=="),-3)),""),e=(h?e(h,!g,!1,K.ohgjcecaRnd):c(15037,!g,!1),j&&(r={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0946507;9h093:9094657;9h93:91ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12120,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UFRAQA=="),-3))]=c,j&&(s.adContainer=c),xe(c,"YJjrpd"),o),g=(K.ohgjcef8Am[12120]&&(re(K.ohgjcef8Am[12120]),j||(K.ohgjcef8Am[12120]=!1)),j&&(K.ohgjcd2c84.r[12120]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12120]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12120==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"04<4g09ff50<3;:04<4g9ff5<3;:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04i9:0499309f9904i9:49939f991ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07fg40;7690858307fg4;76985831ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0954;0i84807eff0954;i8487eff1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"043i705:;g096e:043i75:;g96e:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08;8f0:3ee059ge08;8f:3ee59ge1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08978064i60g7950897864i6g7951ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ge<404ei:08:9i0ge<44ei:8:9i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h5i:04g3h0g3790h5i:4g3hg3791ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0677i0ge440g;i60677ige44g;i61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06i970648;05<7f06i97648;5<7f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;;4i0e7i90:7e40;;4ie7i9:7e41ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[12120]=c,K.ohgjcCln.push(c),ae([{applyAdText:!0},{selector:".brickgroup:not(.mod-sidebar) > [data-b-title*=native] > .ad",cssApply:{display:"none"}},{function:function(e,c){for(var g=e.parentElement;g;)if("ad"===(g=g.parentElement).className){ye(g,"beforeBegin",e);break}}}],c,12120),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04g880:f3e0g46604g88:f3eg4661ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12120,g,function(){j&&qe(12120,s,30,e,h)}),ce(12120,n,!0)},j?Ae(s,e):e()))},function(){ce(12120,n,!1)})},c=ce,h=(Re("[data-b-title*=native] > .ad").parentElement.getAttribute("data-layout-desktop").includes("w12")?c(12120,!e,!1):(g=ee(""+_($(_("TDU4a2dKbzVdWjhuZXw0eWVbUHdocDx4XVY0emVKSW1dWjRvZXFUd2ZwWX1mRnpqTDU4a2dKbzVdWjhuZXw0cmU1NG8="),-3)),""))?h(g,!e,!1,K.ohgjcecaRnd):c(12120,!e,!1),j&&(s={adContainer:null,additionalHtml:[],spacer:null}),!1),g=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"07<470<8h60fi4<07<47<8h6fi4<1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15856,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UFY0RWZxVXNcNXtv"),-3))]=c,j&&(u.adContainer=c),xe(c,"CEjfOJZC"),me(c,"CkqcTZcE "),o),g=(K.ohgjcef8Am[15856]&&(re(K.ohgjcef8Am[15856]),j||(K.ohgjcef8Am[15856]=!1)),j&&(K.ohgjcd2c84.r[15856]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[15856]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15856==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0747807::504<i5074787::54<i51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g4i60h8560i6ee0g4i6h856i6ee1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"044:909;45084:3044:99;4584:31ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06eg<0<3<70;37606eg<<3<7;3761ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"047i;0e<:h055f6047i;e<:h55f61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0443i08e590:f3<0443i8e59:f3<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"05;g50e66e08i9305;g5e66e8i931ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i66f0579i0h;770i66f579ih;771ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i5g40g:660i3570i5g4g:66i3571ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06i6;065;<0:<7606i6;65;<:<761ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;3g;0:fe:08<770;3g;:fe:8<771ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<ii304i580if:e0<ii34i58if:e1ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[15856]=c,K.ohgjcCln.push(c),ae([{applyAdText:!0},{selector:".Content_1",cssApply:{display:"none"}},{function:function(e,c){for(var g=e.parentElement;g;)if("ad"===(g=g.parentElement).className){ye(g,"beforeBegin",e);break}}}],c,15856),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;6h;0<8g;0g73i0;6h;<8g;g73i1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,15856,g,function(){j&&qe(15856,u,30,e,h)}),ce(15856,n,!0)},j?Ae(u,e):e()))},function(){ce(15856,n,!1)})},c=ce,e=ee(""+_($(_("T3BJfGdKb21lSlh3XHA8bmhWRHhUNTx4Z0pZeGdJO3s="),-3)),""),g=(e?g(e,!h,!1,K.ohgjcecaRnd):c(15856,!h,!1),j&&(u={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h;4:09;e904hh<0h;4:9;e94hh<1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12124,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UGpAQA=="),-3))]=c,j&&(p.adContainer=c),xe(c,"VMzaZRnOv"),me(c,"qhseDI "),o),g=(K.ohgjcef8Am[12124]&&(re(K.ohgjcef8Am[12124]),j||(K.ohgjcef8Am[12124]=!1)),j&&(K.ohgjcd2c84.r[12124]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12124]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12124==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g66;0;;9<0hh9:0g66;;;9<hh9:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05gig068f708:5g05gig68f78:5g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04:5i09fg<0e4ee04:5i9fg<e4ee1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ghe60e65g0;gge0ghe6e65g;gge1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h:h60g;4i0e3480h:h6g;4ie3481ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g4ig0;6:f099<:0g4ig;6:f99<:1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"04;7:089g60;fi504;7:89g6;fi51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f8:g077ih048eh0f8:g77ih48eh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<5470;75e079i50<547;75e79i51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;8f<0i66<0gg360;8f<i66<gg361ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"073e<09hgg0g:eh073e<9hggg:eh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<9e307he708g:50<9e37he78g:51ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[12124]=c,K.ohgjcCln.push(c),ae([{selector:"[data-b-title*=Native_1] > .ad",cssApply:{display:"none"}},{selectorAll:".mod-sidebar > .ad",cssApply:{display:"none"}},{selector:"[data-b-title*=native] > .ad",cssApply:{display:"none"}},{selector:"#traffective-ad-Griffecke",cssApply:{display:"none"}},{selectorAll:"[data-b-title*=Promo]",cssApply:{display:"none"}},{applyAdText:!0},{function:function(e,c){for(var g=e.parentElement;g;)if("ad"===(g=g.parentElement).className){ye(g,"beforeBegin",e);break}}}],c,12124),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06;<:07gi40957e06;<:7gi4957e1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12124,g,function(){j&&qe(12124,p,30,e,h)}),ce(12124,n,!0)},j?Ae(p,e):e()))},function(){ce(12124,n,!1)})},c=ce,e=(Re(".mod-sidebar .Native_1")?c(12124,!g,!1):(h=ee(""+_($(_("T244a2dKbzVdWTt7"),-3)),""))?e(h,!g,!1,K.ohgjcecaRnd):c(12124,!g,!1),j&&(p={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"053i30<5350e3<7053i3<535e3<71ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15857,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UGw0RWZxVXNcNXtv"),-3))]=c,j&&(m.adContainer=c),xe(c,"ITXkGQaiw"),me(c,"asEqcBfrbS "),o),g=(K.ohgjcef8Am[15857]&&(re(K.ohgjcef8Am[15857]),j||(K.ohgjcef8Am[15857]=!1)),j&&(K.ohgjcd2c84.r[15857]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[15857]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15857==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"048<e0:93<09e84048<e:93<9e841ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g5i70h<if07:3e0g5i7h<if7:3e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e68;06;h90g74f0e68;6;h9g74f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<f;70e47;09hf40<f;7e47;9hf41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04e:50h8<:0433g04e:5h8<:433g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<94;0;i<70i8850<94;;i<7i8851ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e59i0fe3h0:7<80e59ife3h:7<81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f3e;0683406ge50f3e;68346ge51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;e8f097f608:;e0;e8f97f68:;e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04;560844;0gg7:04;56844;gg7:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e4g<0953;099fi0e4g<953;99fi1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fg6h0ge:507gf;0fg6hge:57gf;1ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[15857]=c,K.ohgjcCln.push(c),ae([{selector:".Content_2",cssApply:{display:"none"}},{applyAdText:!0},{function:function(e,c){for(var g=e.parentElement;g;)if("ad"===(g=g.parentElement).className){ye(g,"beforeBegin",e);break}}}],c,15857),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0iifh086670:e670iifh8667:e671ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,15857,g,function(){j&&qe(15857,m,30,e,h)}),ce(15857,n,!0)},j?Ae(m,e):e()))},function(){ce(15857,n,!1)})},c=ce,g=ee(""+_($(_("T3BJfGdKb21lSlh3XHA8bmhWRHhUNTx4Z0pZeGdJO3w="),-3)),""),h=(g?h(g,!e,!1,K.ohgjcecaRnd):c(15857,!e,!1),j&&(m={adContainer:null,additionalHtml:[],spacer:null}),!1),g=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;g6607f5;0i7i:0;g667f5;i7i:1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15038,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,g=ge("div"),c=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UHpAQA=="),-3))]=g,j&&(i.adContainer=g),xe(g,"FIGJcwWtg"),o),c=(K.ohgjcef8Am[15038]&&(re(K.ohgjcef8Am[15038]),j||(K.ohgjcef8Am[15038]=!1)),j&&(K.ohgjcd2c84.r[15038]=!0),ie(c,function(e,c){if(!K.ohgjc248Pc[15038]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15038==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ii<<0f7ig0f7g70ii<<f7igf7g71ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04544097ff049;g0454497ff49;g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g9h:0e7h304g8:0g9h:e7h34g8:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0979;07h<9097::0979;7h<997::1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06<8:0if:7043f<06<8:if:743f<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h84g0<<g8053e40h84g<<g853e41ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h9;90he4;09:360h9;9he4;9:361ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"089h<077;<04ef;089h<77;<4ef;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08h:g0:9580gf6408h:g:958gf641ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"086f3097;80;<84086f397;8;<841ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0873e0e7ih04i<i0873ee7ih4i<i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gf6h0h54h04:540gf6hh54h4:541ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,o),pe(e,g),K.ohgjcd2c84.a[15038]=g,K.ohgjcCln.push(g),ge("div")),c=(se(c,""+_($(_("U0tRM2hae29TbER4XHFMd2Ztc3hlNlRyTDZVc1w1d29mbG45XFpdM11bTGpofERqTEZEal1Kb31mSntraFdyamVwPHhdVkRrZFo0emU2TTNcWjgzUnxFPExHenlmNlU4ZUpYLg=="),-3))),be(c.childNodes,function(e,c){pe(g,c),K.ohgjcCln.push(c),j&&i.additionalHtml.push(c)}),K.ohgjcCln.push(c),ae([{selector:"[data-b-title*=Promo]",cssApply:{display:"none"}},{function:function(e,c){for(var g=e.parentElement;g;)if(-1<(g=g.parentElement).className.indexOf("brickgroup")){ye(g,"afterBegin",e);break}}}],g,15038),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e;;g046<50h99:0e;;g46<5h99:1ruljlqdo1msj",-3));j&&(c+="#"+d),Le(g,15038,c,function(){j&&qe(15038,i,30,e,h)}),ce(15038,n,!0)},j?Ae(i,e):e()))},function(){ce(15038,n,!1)})},c=ce,g=(Re(".mod-sidebar .Rectangle_2")?c(15038,!h,!1):(e=ee(""+_($(_("T29Nb1w2VWtlcGd2XVk7fA=="),-3)),""))?g(e,!h,!1,K.ohgjcecaRnd):c(15038,!h,!1),j&&(i={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fg:i0g3i90h3hh0fg:ig3i9h3hh1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15039,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,g=ge("div"),c=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0UWRaVW5lSlh3UURAQA=="),-3))]=g,j&&(x.adContainer=g),xe(g,"oyHzHwSmu"),me(g,"UkrIobnMIm "),o),c=(K.ohgjcef8Am[15039]&&(re(K.ohgjcef8Am[15039]),j||(K.ohgjcef8Am[15039]=!1)),j&&(K.ohgjcd2c84.r[15039]=!0),ie(c,function(e,c){if(!K.ohgjc248Pc[15039]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15039==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h86:0i7e604ee60h86:i7e64ee61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04e330;f570i97<04e33;f57i97<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08ff4048770g<e<08ff44877g<e<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;583045580;7fg0;5834558;7fg1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<5;80h;:9055530<5;8h;:955531ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04597078ie09ie90459778ie9ie91ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08fi<0hf830;hf408fi<hf83;hf41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;:e508i7e0;33f0;:e58i7e;33f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<<450;9ig04<6;0<<45;9ig4<6;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<<5309;4f0e;;h0<<539;4fe;;h1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g<;;059g<08:6h0g<;;59g<8:6h1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fe4h0f57f064g40fe4hf57f64g41ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,o),pe(e,g),K.ohgjcd2c84.a[15039]=g,K.ohgjcCln.push(g),ge("div")),c=(se(c,""+_($(_("U0tRM2hae29TbER4XHFMd2Ztc3hlNlRyTDZVc1w1d29mbG45XFpdM11bTGpofERqTEZEal1Kb31mSntraFdyamVwPHhdVkRrZFo0emU2TTNcWjgzUnxFPExHenlmNlU4ZUpYLg=="),-3))),be(c.childNodes,function(e,c){pe(g,c),K.ohgjcCln.push(c),j&&x.additionalHtml.push(c)}),K.ohgjcCln.push(c),ae([{selector:"#hptta > .brickgroup.br-l > .ad",cssApply:{display:"none"}},{applyAdText:!0},{function:function(e,c){for(var g=e.parentElement;g;)if(-1<(g=g.parentElement).className.indexOf("brickgroup")){ye(g,"afterBegin",e);break}}}],g,15039),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07gg:0h::i0694:07gg:h::i694:1ruljlqdo1msj",-3));j&&(c+="#"+d),Le(g,15039,c,function(){j&&qe(15039,x,30,e,h)}),ce(15039,n,!0)},j?Ae(x,e):e()))},function(){ce(15039,n,!1)})},c=ce,e=(Re(".mod-sidebar .Rectangle_3")?c(15039,!g,!1):(h=ee(""+_($(_("T29Nb1w2VWtlcGd2XVk7fQ=="),-3)),""))?e(h,!g,!1,K.ohgjcecaRnd):c(15039,!g,!1),j&&(x={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<9gh04<9409:5;0<9gh4<949:5;1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12121,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lMd1Q1PHhnSll4Z0Y0WGU2REA="),-3))]=c,j&&(R.adContainer=c),me(c,"XrHhPeuOZI brick"),o),g=(K.ohgjcef8Am[12121]&&(re(K.ohgjcef8Am[12121]),j||(K.ohgjcef8Am[12121]=!1)),j&&(K.ohgjcd2c84.r[12121]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12121]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12121==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f9770i:870g3;g0f977i:87g3;g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e67e0<34<0h9ig0e67e<34<h9ig1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0egf30965;04h7e0egf3965;4h7e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04i6g0g;7i0gi<i04i6gg;7igi<i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:7g30:<360hi7;0:7g3:<36hi7;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i88:0:gh:0egi90i88::gh:egi91ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"09;740geg3097;409;74geg397;41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"047hi0:9<9097h;047hi:9<997h;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i;9h0::73049;90i;9h::7349;91ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e86:09e4i0696e0e86:9e4i696e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<7750;5850<5e30<775;585<5e31ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09g8608fe90e95309g868fe9e9531ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[12121]=c,K.ohgjcCln.push(c),ae([{selector:"#hptt > .br-l > .ad",cssApply:{display:"none"}},{applyAdText:!0}],c,12121),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:eg30f9g3099g80:eg3f9g399g81ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12121,g,function(){j&&qe(12121,R,30,e,h)}),ce(12121,n,!0)},j?Ae(R,e):e()))},function(){ce(12121,n,!1)})},c=ce,g=ee(""+_($(_("TDVremdLVGpTbER4XHFMd2VGRC5MRjhrXURAQA=="),-3)),""),h=(g?h(g,!e,!1,K.ohgjcecaRnd):c(12121,!e,!1),j&&(R={adContainer:null,additionalHtml:[],spacer:null}),!1),g=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"046i:0e;hf04<<3046i:e;hf4<<31ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15837,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lNaVZJRUVPWVFzXUpZbFxbTHdXWm9uXUp7b09XSEA="),-3))]=c,j&&(v.adContainer=c),me(c,"FnFsNJ "),o),g=(K.ohgjcef8Am[15837]&&(re(K.ohgjcef8Am[15837]),j||(K.ohgjcef8Am[15837]=!1)),j&&(K.ohgjcd2c84.r[15837]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[15837]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15837==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"044570797<0i6ef04457797<i6ef1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f39807<hh0fegh0f3987<hhfegh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<6i406<ii06:7:0<6i46<ii6:7:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09fi<09h96045he09fi<9h9645he1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ieg506<8506igh0ieg56<856igh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"093:8083ii0:e:h093:883ii:e:h1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06f<i0if;40h5i606f<iif;4h5i61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"084;30<69;06ihe084;3<69;6ihe1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"049:g065:<0;f9<049:g65:<;f9<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09f67097e:0fg5e09f6797e:fg5e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gh3:0g89f0:5i50gh3:g89f:5i51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e63:0h8:4055g:0e63:h8:455g:1ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[15837]=c,K.ohgjcCln.push(c),ae([{applyAdText:!0},{selector:".mrsobj0",cssApply:{display:"none"}}],c,15837),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06e4608i<h0:88;06e468i<h:88;1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,15837,g,function(){j&&qe(15837,v,30,e,h)}),ce(15837,n,!0)},j?Ae(v,e):e()))},function(){ce(15837,n,!1)})},c=ce,e=ee(""+_($(_("T3A0fGY1PGxkbURA"),-3)),""),g=(e?g(e,!h,!1,K.ohgjcecaRnd):c(15837,!h,!1),j&&(v={adContainer:null,additionalHtml:[],spacer:null}),!1),e=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"086960h;4:0;57g08696h;4:;57g1ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(15838,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("V1lNaVZJRUVPWVFzXUpZbFxbTHdXWm9uXUp7b09XTEA="),-3))]=c,j&&(b.adContainer=c),me(c,"zZPzMOrQH "),o),g=(K.ohgjcef8Am[15838]&&(re(K.ohgjcef8Am[15838]),j||(K.ohgjcef8Am[15838]=!1)),j&&(K.ohgjcd2c84.r[15838]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[15838]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(15838==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08;960f34e04hf608;96f34e4hf61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<84907:f30hg<80<8497:f3hg<81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05fhe0464;0hi6405fhe464;hi641ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;f<f046770:9570;f<f4677:9571ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"049ff0e:ef09fgi049ffe:ef9fgi1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0feih0<8f605:5g0feih<8f65:5g1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08:e30h<560<85g08:e3h<56<85g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h8990h<<g0:9550h899h<<g:9551ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f<9g086ie0e:880f<9g86iee:881ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i6h60<ii80e;7f0i6h6<ii8e;7f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ii5<0h63e096550ii5<h63e96551ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;5g505e8e05<ie0;5g55e8e5<ie1ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),pe(e,c),K.ohgjcd2c84.a[15838]=c,K.ohgjcCln.push(c),ae([{selector:".mrsobj1",cssApply:{display:"none"}},{applyAdText:!0}],c,15838),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g6g8079f:0;f730g6g879f:;f731ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,15838,g,function(){j&&qe(15838,b,30,e,h)}),ce(15838,n,!0)},j?Ae(b,e):e()))},function(){ce(15838,n,!1)})},c=ce,e=(Re("[data-b-title*=native] > .ad").parentElement.getAttribute("data-layout-desktop").includes("w12")?c(15838,!g,!1):(h=ee(""+_($(_("T3A0fGY1PGxkbUhA"),-3)),""))?e(h,!g,!1,K.ohgjcecaRnd):c(15838,!g,!1),j&&(b={adContainer:null,additionalHtml:[],spacer:null}),!1),h=function h(t,n,c,g){if(c)return;var d=(new Date).getTime();var e=$("2phgld1phgdl1"+K.ohgjcecaRnd+"064440:8eh0<46406444:8eh<4641ruljlqdo1msj",-3);j&&(e+="#"+d);he(e,function(){var o,e;c||(c=!0,(o=this).height<2?ce(12119,n,!1):g==K.ohgjcecaRnd&&(e=function(){var e=t,c=ge("div"),g=(l[""+_($(_("WDN3XU9ZTXNdNWsz"),-3))]=c,j&&(y.adContainer=c),xe(c,"JczLOvaRdO"),me(c,"CvHenWqFje "),o),g=(K.ohgjcef8Am[12119]&&(re(K.ohgjcef8Am[12119]),j||(K.ohgjcef8Am[12119]=!1)),j&&(K.ohgjcd2c84.r[12119]=!0),ie(g,function(e,c){if(!K.ohgjc248Pc[12119]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12119==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e8f:0ee4905<<50e8f:ee495<<51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06eg7076440;h9406eg77644;h941ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"098;40i8f508fg4098;4i8f58fg41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gg5405g<<07e;i0gg545g<<7e;i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e9<60:43609<830e9<6:4369<831ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08:i305:<304hh<08:i35:<34hh<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;59h06gef0<9i60;59h6gef<9i61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ii;e0g8gh06f550ii;eg8gh6f551ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;f:60e;hh09<i<0;f:6e;hh9<i<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g<;<086e;095g60g<;<86e;95g61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"064760;:7609g3e06476;:769g3e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i49f055e80e9<90i49f55e8e9<91ruljlqdo1msj",-3)],n=n[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(6*g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(c,o),e.firstChild?pe(e.firstChild,c):oe(e,c),K.ohgjcd2c84.a[12119]=c,K.ohgjcCln.push(c),ae([{selector:".brickgroup.site-wrapper",cssApply:{position:"relative"}}],c,12119),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05:;80g4gi0<f<h05:;8g4gi<f<h1ruljlqdo1msj",-3));j&&(g+="#"+d),Le(c,12119,g,function(){j&&qe(12119,y,30,e,h)}),ce(12119,n,!0)},j?Ae(y,e):e()))},function(){ce(12119,n,!1)})},c=ce,g=ee(""+_($(_("T3BNfGRaUXVdNk15Z1tEeGY1bzNdVjQ2ZnBJemZKWXw="),-3)),"");function T(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"05h930g8i3058<905h93g8i358<91ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12218,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdId1BtUEA="),-3))]=g,"VifcBt"),o=e,K.ohgjcef8Am[12218]&&(re(K.ohgjcef8Am[12218]),K.ohgjcef8Am[12218]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12218]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12218==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"05f6e0<g;60f9gf05f6e<g;6f9gf1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f47g0735f0<5790f47g735f<5791ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0948e04<970e4gg0948e4<97e4gg1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i:56043660i9g60i:564366i9g61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04;i70:65<066g804;i7:65<66g81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07<:60fi4e058i607<:6fi4e58i61ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12218]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12218),Le(g,12218,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<:590e4fh054i70<:59e4fh54i71ruljlqdo1msj",-3),function(){}),ce(12218,t,!0)))},function(){ce(12218,t,!1)}))}function A(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0i57h09544097e60i57h954497e61ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12219,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdMd1BtUEA="),-3))]=g,"ssLmdpsuyB"),me(g,"SrgziowKv "),o=e,K.ohgjcef8Am[12219]&&(re(K.ohgjcef8Am[12219]),K.ohgjcef8Am[12219]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12219]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12219==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f:e405;840f:3f0f:e45;84f:3f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04;8;0f7f90fg9304;8;f7f9fg931ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0768f05i5h06g4h0768f5i5h6g4h1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i:<e0<eg50549h0i:<e<eg5549h1ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12219]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12219),Le(g,12219,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0::f80::740he650::f8::74he651ruljlqdo1msj",-3),function(){}),ce(12219,t,!0)))},function(){ce(12219,t,!1)}))}function q(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"08i<:076h408g9808i<:76h48g981ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12222,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdQd1BtUEA="),-3))]=g,"inUsVbTdKd"),me(g,"DbCXTzE "),o=e,K.ohgjcef8Am[12222]&&(re(K.ohgjcef8Am[12222]),K.ohgjcef8Am[12222]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12222]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12222==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"043980h:730934304398h:7393431ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f:i40;:9i0g46f0f:i4;:9ig46f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"07i730;9;40hg3<07i73;9;4hg3<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0747g0;749068he0747g;74968he1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:<980:3;:0hg9<0:<98:3;:hg9<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"046e;0:if90hf6h046e;:if9hf6h1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12222]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12222),Le(g,12222,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f;550934g09hf70f;55934g9hf71ruljlqdo1msj",-3),function(){}),ce(12222,t,!0)))},function(){ce(12222,t,!1)}))}function L(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0gi<i0:hg<0e63<0gi<i:hg<e63<1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12223,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdUd1BtUEA="),-3))]=g,"xcEnew"),me(g,"TMsKkEe "),o=e,K.ohgjcef8Am[12223]&&(re(K.ohgjcef8Am[12223]),K.ohgjcef8Am[12223]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12223]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12223==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:77;0478e04e;30:77;478e4e;31ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09eef04<g40ie3<09eef4<g4ie3<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08ei5095e40:i4<08ei595e4:i4<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:<g60he7307i6<0:<g6he737i6<1ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12223]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12223),Le(g,12223,$("2phgld1phgdl1"+K.ohgjcecaRnd+"06;eg0457i04e<<06;eg457i4e<<1ruljlqdo1msj",-3),function(){}),ce(12223,t,!0)))},function(){ce(12223,t,!1)}))}function w(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"063<60:64309e55063<6:6439e551ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12224,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdYd1BtUEA="),-3))]=g,"gxWoSjsOVh"),me(g,"QlxlncNEq "),o=e,K.ohgjcef8Am[12224]&&(re(K.ohgjcef8Am[12224]),K.ohgjcef8Am[12224]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12224]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12224==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"045750796:0893304575796:89331ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04i3;07f780;99<04i3;7f78;99<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e8eg09g6:0ihf40e8eg9g6:ihf41ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0793809:8f0847i079389:8f847i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h:370<8;40i<640h:37<8;4i<641ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h;5g0;eg604e4;0h;5g;eg64e4;1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12224]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12224),Le(g,12224,$("2phgld1phgdl1"+K.ohgjcecaRnd+"04i9e06f370eef704i9e6f37eef71ruljlqdo1msj",-3),function(){}),ce(12224,t,!0)))},function(){ce(12224,t,!1)}))}function N(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0<7f:0<4:60fee;0<7f:<4:6fee;1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12225,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdcd1BtUEA="),-3))]=g,"CzbvMjdRG"),o=e,K.ohgjcef8Am[12225]&&(re(K.ohgjcef8Am[12225]),K.ohgjcef8Am[12225]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12225]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12225==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"09:4h04:;i0hi5509:4h4:;ihi551ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e9f5048<40584g0e9f548<4584g1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:73i06454064e80:73i645464e81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"06h79077980e6ei06h797798e6ei1ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12225]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12225),Le(g,12225,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<85;053<<0gef90<85;53<<gef91ruljlqdo1msj",-3),function(){}),ce(12225,t,!0)))},function(){ce(12225,t,!1)}))}function D(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0:84e0<6e;05g5i0:84e<6e;5g5i1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12226,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdmd1BtUEA="),-3))]=g,"pfRuRgZKY"),o=e,K.ohgjcef8Am[12226]&&(re(K.ohgjcef8Am[12226]),K.ohgjcef8Am[12226]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12226]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12226==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e7gf0e7e70g9fe0e7gfe7e7g9fe1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;9e908;i307:h<0;9e98;i37:h<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f34f06fg<049570f34f6fg<49571ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f9e;0i4i;07:e40f9e;i4i;7:e41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05e7<0g<5<0639<05e7<g<5<639<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i:530h8<9087i:0i:53h8<987i:1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12226]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12226),Le(g,12226,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g<gi0i6f:04g950g<gii6f:4g951ruljlqdo1msj",-3),function(){}),ce(12226,t,!0)))},function(){ce(12226,t,!1)}))}function U(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"099730;8h:08:3f09973;8h:8:3f1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12227,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdqd1BtUEA="),-3))]=g,"jhyEaiI "),o=e,K.ohgjcef8Am[12227]&&(re(K.ohgjcef8Am[12227]),K.ohgjcef8Am[12227]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12227]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12227==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e3880:4630i:640e388:463i:641ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0637h0<h;:074430637h<h;:74431ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e:;7077<706;4f0e:;777<76;4f1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"094g:07ee80;e;i094g:7ee8;e;i1ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12227]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12227),Le(g,12227,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g34;0988f0473f0g34;988f473f1ruljlqdo1msj",-3),function(){}),ce(12227,t,!0)))},function(){ce(12227,t,!1)}))}function E(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0i35h05eig0g:fh0i35h5eigg:fh1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12228,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UEdud1BtUEA="),-3))]=g,"ansgOJQBeh "),o=e,K.ohgjcef8Am[12228]&&(re(K.ohgjcef8Am[12228]),K.ohgjcef8Am[12228]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12228]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12228==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06i:;06hii0i8:<06i:;6hiii8:<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e<7f0h;h:0;ef80e<7fh;h:;ef81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05538045370;i68055384537;i681ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e95<0h98;0fhg70e95<h98;fhg71ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"047470i68<0;g:i04747i68<;g:i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ggh407g4:0f4ge0ggh47g4:f4ge1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12228]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12228),Le(g,12228,$("2phgld1phgdl1"+K.ohgjcecaRnd+"095gg0;9hh0h3f<095gg;9hhh3f<1ruljlqdo1msj",-3),function(){}),ce(12228,t,!0)))},function(){ce(12228,t,!1)}))}function F(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0434f08h:30i43f0434f8h:3i43f1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12229,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdEd1BtUEA="),-3))]=g,"VbkauTTOIM"),me(g,"qgTdgtA "),o=e,K.ohgjcef8Am[12229]&&(re(K.ohgjcef8Am[12229]),K.ohgjcef8Am[12229]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12229]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12229==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;7fg0;::60eei:0;7fg;::6eei:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;<g:0<f;;0f4;<0;<g:<f;;f4;<1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"05eie0g6g50485:05eieg6g5485:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"083g80h49i0eg9:083g8h49ieg9:1ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12229]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12229),Le(g,12229,$("2phgld1phgdl1"+K.ohgjcecaRnd+"088:707h3<067e3088:77h3<67e31ruljlqdo1msj",-3),function(){}),ce(12229,t,!0)))},function(){ce(12229,t,!1)}))}function z(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0h7;:043;e0559:0h7;:43;e559:1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12230,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdId1BtUEA="),-3))]=g,"sFLaiBI"),o=e,K.ohgjcef8Am[12230]&&(re(K.ohgjcef8Am[12230]),K.ohgjcef8Am[12230]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12230]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12230==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;75f0f8fi0<:i<0;75ff8fi<:i<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0hgih0;e48099730hgih;e4899731ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0758i06;77068:50758i6;7768:51ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g6<90::350<gi30g6<9::35<gi31ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h54g07h4f04<560h54g7h4f4<561ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fhg<05<5g08;:80fhg<5<5g8;:81ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12230]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12230),Le(g,12230,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e6:30ig49044440e6:3ig4944441ruljlqdo1msj",-3),function(){}),ce(12230,t,!0)))},function(){ce(12230,t,!1)}))}function k(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0hi650he860h3g70hi65he86h3g71ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12231,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdMd1BtUEA="),-3))]=g,"csteSZm "),o=e,K.ohgjcef8Am[12231]&&(re(K.ohgjcef8Am[12231]),K.ohgjcef8Am[12231]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12231]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12231==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"085g608g;h0;756085g68g;h;7561ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i95306e370<6680i9536e37<6681ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"04:i:0h9:e0;<e;04:i:h9:e;<e;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04i8;04<5g044e704i8;4<5g44e71ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12231]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12231),Le(g,12231,$("2phgld1phgdl1"+K.ohgjcecaRnd+"04<i<08fh:0fe3804<i<8fh:fe381ruljlqdo1msj",-3),function(){}),ce(12231,t,!0)))},function(){ce(12231,t,!1)}))}function O(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0837306e<g075f:083736e<g75f:1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12232,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdQd1BtUEA="),-3))]=g,"QLAPhST"),me(g,"GdrLsCJc "),o=e,K.ohgjcef8Am[12232]&&(re(K.ohgjcef8Am[12232]),K.ohgjcef8Am[12232]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12232]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12232==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h8<6069g<0fe840h8<669g<fe841ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;;630643604i440;;6364364i441ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:i590e4h;0g<i70:i59e4h;g<i71ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:;ff0<93809g580:;ff<9389g581ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;i;6075;;08:480;i;675;;8:481ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"057h<0<5h8044eg057h<<5h844eg1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12232]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12232),Le(g,12232,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:9gh0f<<90eih60:9ghf<<9eih61ruljlqdo1msj",-3),function(){}),ce(12232,t,!0)))},function(){ce(12232,t,!1)}))}function V(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"059:<07hi:0e3:e059:<7hi:e3:e1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12233,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdUd1BtUEA="),-3))]=g,"VSDamLd "),o=e,K.ohgjcef8Am[12233]&&(re(K.ohgjcef8Am[12233]),K.ohgjcef8Am[12233]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12233]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12233==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"074g<066e60i;<g074g<66e6i;<g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"069360fi<9055g706936fi<955g71ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"04h8707f:30g<6<04h877f:3g<6<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i5860;6h<09g740i586;6h<9g741ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12233]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12233),Le(g,12233,$("2phgld1phgdl1"+K.ohgjcecaRnd+"04e;:0e6fe0gg3i04e;:e6fegg3i1ruljlqdo1msj",-3),function(){}),ce(12233,t,!0)))},function(){ce(12233,t,!1)}))}function W(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0i;e9086<30:ge:0i;e986<3:ge:1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12234,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdYd1BtUEA="),-3))]=g,"tniJEvMkeU "),o=e,K.ohgjcef8Am[12234]&&(re(K.ohgjcef8Am[12234]),K.ohgjcef8Am[12234]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12234]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12234==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<7e8043;i063e:0<7e843;i63e:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f5g80:7g90fge:0f5g8:7g9fge:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0hf570<45<093h30hf57<45<93h31ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:3850479g0g5i50:385479gg5i51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f9:;05ff90h3:60f9:;5ff9h3:61ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"05e<:0eh360<gg805e<:eh36<gg81ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12234]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12234),Le(g,12234,$("2phgld1phgdl1"+K.ohgjcecaRnd+"078<4056770fhg4078<45677fhg41ruljlqdo1msj",-3),function(){}),ce(12234,t,!0)))},function(){ce(12234,t,!1)}))}function H(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0:ee;097hg04<g;0:ee;97hg4<g;1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12235,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdcd1BtUEA="),-3))]=g,"edaNKLpDvM "),o=e,K.ohgjcef8Am[12235]&&(re(K.ohgjcef8Am[12235]),K.ohgjcef8Am[12235]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12235]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12235==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06fh305;6f09egh06fh35;6f9egh1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04:gf0<fei0fg6604:gf<feifg661ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"09;4;04igh0e43909;4;4ighe4391ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i5:h0ggf60e5980i5:hggf6e5981ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12235]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12235),Le(g,12235,$("2phgld1phgdl1"+K.ohgjcecaRnd+"044h80<if40<34f044h8<if4<34f1ruljlqdo1msj",-3),function(){}),ce(12235,t,!0)))},function(){ce(12235,t,!1)}))}function S(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"064;50f63f04<he064;5f63f4<he1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12236,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdmd1BtUEA="),-3))]=g,"bnLbxYinHi"),o=e,K.ohgjcef8Am[12236]&&(re(K.ohgjcef8Am[12236]),K.ohgjcef8Am[12236]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12236]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12236==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"04:<50h4e<07;;804:<5h4e<7;;81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08if507e<f0h3f508if57e<fh3f51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0947e0:h360:9g60947e:h36:9g61ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h8<:05:8h079f70h8<:5:8h79f71ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ih9309889045f:0ih93988945f:1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:9f90i8;3075::0:9f9i8;375::1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12236]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12236),Le(g,12236,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0456<054770gif60456<5477gif61ruljlqdo1msj",-3),function(){}),ce(12236,t,!0)))},function(){ce(12236,t,!1)}))}function C(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0f63904:6706ggf0f6394:676ggf1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12237,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdqd1BtUEA="),-3))]=g,"iurlYXyFY"),me(g,"MWpTft "),o=e,K.ohgjcef8Am[12237]&&(re(K.ohgjcef8Am[12237]),K.ohgjcef8Am[12237]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12237]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12237==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0e9<h0:7ge0e9:<0e9<h:7gee9:<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08h9<0<ff30g43f08h9<<ff3g43f1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;:ei0;;;50935e0;:ei;;;5935e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g4<h096e807e930g4<h96e87e931ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12237]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12237),Le(g,12237,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<5ef045<809i8g0<5ef45<89i8g1ruljlqdo1msj",-3),function(){}),ce(12237,t,!0)))},function(){ce(12237,t,!1)}))}function I(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0eg:30:5gh0g8850eg:3:5ghg8851ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12238,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UFdud1BtUEA="),-3))]=g,"tzdSMbx"),o=e,K.ohgjcef8Am[12238]&&(re(K.ohgjcef8Am[12238]),K.ohgjcef8Am[12238]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12238]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12238==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06<77054i70g<9i06<7754i7g<9i1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h63f0ei:80g8i50h63fei:8g8i51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0g;3<0eg<8069680g;3<eg<869681ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<hf60;;e:0457g0<hf6;;e:457g1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09;4<04e5;0498509;4<4e5;49851ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"04;g3093fh0ee;904;g393fhee;91ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12238]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12238),Le(g,12238,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gi9i0gf3<0g9e80gi9igf3<g9e81ruljlqdo1msj",-3),function(){}),ce(12238,t,!0)))},function(){ce(12238,t,!1)}))}function Z(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0f6ge0;gf70:h7f0f6ge;gf7:h7f1ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12239,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Ed1BtUEA="),-3))]=g,"KyqjmMkOS"),o=e,K.ohgjcef8Am[12239]&&(re(K.ohgjcef8Am[12239]),K.ohgjcef8Am[12239]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12239]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12239==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"077;<0<8830854;077;<<883854;1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0;e7i07g6809;4g0;e7i7g689;4g1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08<e70f;7809hi408<e7f;789hi41ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f;6;0gf8609<:40f;6;gf869<:41ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12239]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12239),Le(g,12239,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:g3e05;;80<g530:g3e5;;8<g531ruljlqdo1msj",-3),function(){}),ce(12239,t,!0)))},function(){ce(12239,t,!1)}))}function P(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0<7;f07e<7084g30<7;f7e<784g31ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12240,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Id1BtUEA="),-3))]=g,"WZJLhVYii "),o=e,K.ohgjcef8Am[12240]&&(re(K.ohgjcef8Am[12240]),K.ohgjcef8Am[12240]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12240]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12240==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06:7h0::hh0<f7506:7h::hh<f751ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"058ih0fh:i0<ig<058ihfh:i<ig<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gf<:0i5h306h:g0gf<:i5h36h:g1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0878;0ih::0i3590878;ih::i3591ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f4890e4f30:f5<0f489e4f3:f5<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09h:f0843f08ehg09h:f843f8ehg1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12240]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12240),Le(g,12240,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0734e0hi8e0g9e;0734ehi8eg9e;1ruljlqdo1msj",-3),function(){}),ce(12240,t,!0)))},function(){ce(12240,t,!1)}))}function G(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"096:;045530<e44096:;4553<e441ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12241,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Md1BtUEA="),-3))]=g,"DzmzGqm "),o=e,K.ohgjcef8Am[12241]&&(re(K.ohgjcef8Am[12241]),K.ohgjcef8Am[12241]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12241]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12241==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"047:<06367053ge047:<636753ge1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0ii960;;;h0g47e0ii96;;;hg47e1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0i7730i39;0f;5e0i773i39;f;5e1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"09;9;0:;9;0587609;9;:;9;58761ruljlqdo1msj",-3)],n=n[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)],d=d[2*J(+g.y/this.offsetHeight)+J(2*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12241]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12241),Le(g,12241,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:fh60f95<04egg0:fh6f95<4egg1ruljlqdo1msj",-3),function(){}),ce(12241,t,!0)))},function(){ce(12241,t,!1)}))}function Q(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"049i304ii40i5f5049i34ii4i5f51ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12242,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WUpJbGU1PHZcVjRXV1hJVllIXUlVWFR3UG1Qd1BtUEA="),-3))]=g,"UhaFWsCDft "),o=e,K.ohgjcef8Am[12242]&&(re(K.ohgjcef8Am[12242]),K.ohgjcef8Am[12242]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12242]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12242==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0f<3704386083:80f<37438683:81ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h4::0;;<306<<50h4::;;<36<<51ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"08h7e0:9ei084hh08h7e:9ei84hh1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"08h9;04e970:89<08h9;4e97:89<1ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"0<;7h05hf604eg90<;7h5hf64eg91ruljlqdo1msj",-3),$("2phgld1phgdl1"+K.ohgjcecaRnd+"048;f079;90ef6f048;f79;9ef6f1ruljlqdo1msj",-3)],n=n[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)],d=d[3*J(+g.y/this.offsetHeight)+J(3*g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12242]=g,K.ohgjcCln.push(g),ae([{function:function(e,c){"function"==typeof K.ohgjcddcFlags.sfij&&K.ohgjcddcFlags.sfij()}}],g,12242),Le(g,12242,$("2phgld1phgdl1"+K.ohgjcecaRnd+"049;405f8:0:i7g049;45f8::i7g1ruljlqdo1msj",-3),function(){}),ce(12242,t,!0)))},function(){ce(12242,t,!1)}))}g?h(g,!e,!1,K.ohgjcecaRnd):c(12119,!e,!1),j&&(y={adContainer:null,additionalHtml:[],spacer:null}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHs="),-3)),"");return e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=1e3},function(){var e,c,g,o;e=!0,c=T,g=ce,(o=ee(""+_($(_("TDZRcGdKTHs="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12218,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHw="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12218]||K.ohgjcd2c84.w[12218]||K.ohgjcd2c84.a[12218])},function(){var e,c,g,o;e=!0,c=A,g=ce,(o=ee(""+_($(_("TDZRcGdKTHw="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12219,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTH0="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12219]||K.ohgjcd2c84.w[12219]||K.ohgjcd2c84.a[12219])},function(){var e,c,g,o;e=!0,c=q,g=ce,(o=ee(""+_($(_("TDZRcGdKTH0="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12222,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDM="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12222]||K.ohgjcd2c84.w[12222]||K.ohgjcd2c84.a[12222])},function(){var e,c,g,o;e=!0,c=L,g=ce,(o=ee(""+_($(_("TDZRcGdKTDM="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12223,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDQ="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12223]||K.ohgjcd2c84.w[12223]||K.ohgjcd2c84.a[12223])},function(){var e,c,g,o;e=!0,c=w,g=ce,(o=ee(""+_($(_("TDZRcGdKTDQ="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12224,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDU="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12224]||K.ohgjcd2c84.w[12224]||K.ohgjcd2c84.a[12224])},function(){var e,c,g,o;e=!0,c=N,g=ce,(o=ee(""+_($(_("TDZRcGdKTDU="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12225,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDY="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12225]||K.ohgjcd2c84.w[12225]||K.ohgjcd2c84.a[12225])},function(){var e,c,g,o;e=!0,c=D,g=ce,(o=ee(""+_($(_("TDZRcGdKTDY="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12226,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDc="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12226]||K.ohgjcd2c84.w[12226]||K.ohgjcd2c84.a[12226])},function(){var e,c,g,o;e=!0,c=U,g=ce,(o=ee(""+_($(_("TDZRcGdKTDc="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12227,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTDg="),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12227]||K.ohgjcd2c84.w[12227]||K.ohgjcd2c84.a[12227])},function(){var e,c,g,o;e=!0,c=E,g=ce,(o=ee(""+_($(_("TDZRcGdKTDg="),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12228,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtQREBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12228]||K.ohgjcd2c84.w[12228]||K.ohgjcd2c84.a[12228])},function(){var e,c,g,o;e=!0,c=F,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtQREBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12229,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtQVEBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12229]||K.ohgjcd2c84.w[12229]||K.ohgjcd2c84.a[12229])},function(){var e,c,g,o;e=!0,c=z,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtQVEBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12230,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtQakBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12230]||K.ohgjcd2c84.w[12230]||K.ohgjcd2c84.a[12230])},function(){var e,c,g,o;e=!0,c=k,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtQakBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12231,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtQekBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12231]||K.ohgjcd2c84.w[12231]||K.ohgjcd2c84.a[12231])},function(){var e,c,g,o;e=!0,c=O,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtQekBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12232,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtRREBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12232]||K.ohgjcd2c84.w[12232]||K.ohgjcd2c84.a[12232])},function(){var e,c,g,o;e=!0,c=V,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtRREBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12233,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtRVEBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12233]||K.ohgjcd2c84.w[12233]||K.ohgjcd2c84.a[12233])},function(){var e,c,g,o;e=!0,c=W,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtRVEBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12234,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtRakBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12234]||K.ohgjcd2c84.w[12234]||K.ohgjcd2c84.a[12234])},function(){var e,c,g,o;e=!0,c=H,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtRakBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12235,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtRekBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12235]||K.ohgjcd2c84.w[12235]||K.ohgjcd2c84.a[12235])},function(){var e,c,g,o;e=!0,c=S,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtRekBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12236,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtSREBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12236]||K.ohgjcd2c84.w[12236]||K.ohgjcd2c84.a[12236])},function(){var e,c,g,o;e=!0,c=C,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtSREBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12237,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHtSVEBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12237]||K.ohgjcd2c84.w[12237]||K.ohgjcd2c84.a[12237])},function(){var e,c,g,o;e=!0,c=I,g=ce,(o=ee(""+_($(_("TDZRcGdKTHtSVEBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12238,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHxQREBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12238]||K.ohgjcd2c84.w[12238]||K.ohgjcd2c84.a[12238])},function(){var e,c,g,o;e=!0,c=Z,g=ce,(o=ee(""+_($(_("TDZRcGdKTHxQREBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12239,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHxQVEBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12239]||K.ohgjcd2c84.w[12239]||K.ohgjcd2c84.a[12239])},function(){var e,c,g,o;e=!0,c=P,g=ce,(o=ee(""+_($(_("TDZRcGdKTHxQVEBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12240,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHxQakBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12240]||K.ohgjcd2c84.w[12240]||K.ohgjcd2c84.a[12240])},function(){var e,c,g,o;e=!0,c=G,g=ce,(o=ee(""+_($(_("TDZRcGdKTHxQakBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12241,!e,!1)}),le(0,function(){var e=!0,c=ee(""+_($(_("TDZRcGdKTHxQekBA"),-3)),"");return e=(e=(e=e&&c)&&e.getBoundingClientRect().top-K.innerHeight<=700)&&(K.ohgjcd2c84.f[12241]||K.ohgjcd2c84.w[12241]||K.ohgjcd2c84.a[12241])},function(){var e,c,g,o;e=!0,c=Q,g=ce,(o=ee(""+_($(_("TDZRcGdKTHxQekBA"),-3)),""))?c(o,!e,!1,K.ohgjcecaRnd):g(12242,!e,!1)});h=!1,g=function(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0;5gi0e5:;0:g:30;5gie5:;:g:31ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12117,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),me(l[""+_($(_("WTVJdmVLRWtmSll8T1lNc101azM="),-3))]=g,"oQTywDAq "),o=e,K.ohgjcef8Am[12117]&&(re(K.ohgjcef8Am[12117]),K.ohgjcef8Am[12117]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12117]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12117==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"05ge60e674089fi05ge6e67489fi1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06;ei0h<<f09gfi06;eih<<f9gfi1ruljlqdo1msj",-3)],n=n[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12117]=g,Le(g,12117,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0h69907;8i06i860h6997;8i6i861ruljlqdo1msj",-3),function(){}),ce(12117,t,!0)))},function(){ce(12117,t,!1)}))},c=ce,e=M[""+_($(_("UFdMe1BXXEA="),-3))],e?g(e,!h,!1,K.ohgjcecaRnd):c(12117,!h,!1),g=!1,e=function(h,t,n,d){n||((new Date).getTime(),he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0<5<90<i<90h5770<5<9<i<9h5771ruljlqdo1msj",-3),function(){var e,c,g,o;n||(n=!0,(e=this).height<2?ce(12118,t,!1):d==K.ohgjcecaRnd&&(c=h,g=ge("div"),xe(l[""+_($(_("WTVJdmVLRWtmSll8T1lVeWZEQEA="),-3))]=g,"tpGVHa"),me(g,"cnkzefNeg "),o=e,K.ohgjcef8Am[12118]&&(re(K.ohgjcef8Am[12118]),K.ohgjcef8Am[12118]=!1),ie(o,function(e,c){if(!K.ohgjc248Pc[12118]){e.preventDefault(),e.stopPropagation();for(var g=de(e,this),o=0;o<K.ohgjc376Oc.length;o++){var h,t=K.ohgjc376Oc[o];if(12118==t.p)if(g.x>=t.x&&g.x<t.x+t.w&&g.y>=t.y&&g.y<t.y+t.h)return void(t.u&&(h=0<t.t.length?t.t:"_self",h=0==e.button&&e.ctrlKey?"_blank":h,te(K,t.u,t.u,h,!0)))}var n=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"0gei70h6e:0h36h0gei7h6e:h36h1ruljlqdo1msj",-3)],d=[$("2phgld1phgdl1"+K.ohgjcecaRnd+"06:7804fg40;9eg06:784fg4;9eg1ruljlqdo1msj",-3)],n=n[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)],d=d[+J(+g.y/this.offsetHeight)+J(+g.x/this.offsetWidth)];te(K,n,d,"_blank",!1)}}),oe(g,e),oe(c,g),K.ohgjcd2c84.a[12118]=g,Le(g,12118,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0fg650geii0463g0fg65geii463g1ruljlqdo1msj",-3),function(){}),ce(12118,t,!0)))},function(){ce(12118,t,!1)}))},c=ce,h=M[""+_($(_("UFdMe1BXXEA="),-3))];{var B,t,X,Y,n;h?e(h,!g,!1,K.ohgjcecaRnd):c(12118,!g,!1),(K.ohgjcautorecov||K.ohgjcddcFlags.autoRecov)&&(Y=[],n=[],K.ohgjcddcFlags.mutationRecord=n,ne(function(){B=Object.keys(K.ohgjcd2c84.a);for(var e=0;e<B.length;e++)Y[e]=B[e];X=Object.values(K.ohgjcd2c84.w);for(var c,g,o=0;o<Y.length;o++){var h=Y[o];0===(t=K.ohgjcd2c84.a[h].firstChild||K.ohgjcd2c84.a[h]).scrollHeight&&0===t.scrollWidth?(g=n)[c=h]&&g[c].ignore||function j(e,c,g,o){var h=e.classList.item(0)?"."+e.classList.item(0):"";var a=Me(e,h,Te(6));var t=e.id.trim()?"#"+e.id.trim():"";var f=Me(e,t,Te(6));var n="";var d="";if(K[je("fmdsqfEtqqf",-12)])for(var i=K[je("fmdsqfEtqqf",-12)],r=i,l=0;l<i.cssRules.length;l++)d=i.cssRules[l].cssText,h&&-1<d.indexOf(h)?n=d.replace(h,a):t&&-1<d.indexOf(t)&&(n=d.replace(t,f)),""!==n&&(r.deleteRule(l--),r.insertRule(n,i.cssRules.length),n="");e.classList.remove("ohgjcHid");g&&0===e.scrollHeight&&0===e.scrollWidth&&(o[g]&&3<o[g].hidden?o[g].ignore=!0:o[g]?o[g].hidden++:o[g]={hidden:1});for(var s=0;s<c.length;s++)e.parentNode===c[s]&&j(c[s],c,void 0,void 0)}(t="IMG"===t.nodeName?t.parentNode:t,X,h,n):n[h]&&(n[h]={hidden:0})}0},500))}fe(),fe()}function je(e,c){if(c<0)return je(e,c+26);for(var g="",o=0;o<e.length;o++){var h,t=e[o];t.match(/[a-z]/i)&&(65<=(h=e.charCodeAt(o))&&h<=90?t=l((h-65+c)%26+65):97<=h&&h<=122&&(t=l((h-97+c)%26+97))),g+=t}return g}var s={};function M(e,c){var g,o;e&&0!==e.children.length&&(o=e.children[0],g=k(e),g=(o=k(o)).x-g.x+o.width,(o=s[c])||(o=ge("style"),s[c]=o,u.head.appendChild(o),m(K,"resize",function(e,c){M(this,e)}.bind(e,c),!1)),-1===o.innerHTML.indexOf(g+"px")&&(o.innerHTML=function(e){if(!e)return"";var c="";return e.id&&0<e.id.length&&(c+="#"+h(e.id)),e.className&&0<e.className.length&&(c+="."+h(e.className).split(" ").filter(function(e){return e&&0<e.length}).join(".")),c}(e)+":after{width:"+g+"px;}"))}function ae(e,c,g){if("[object Array]"===Object.prototype.toString.call(e))for(var o=0;o<e.length;o++){if((e[o].selector||e[o].selectorAll)&&!e[o].skipSelectorCSS)for(var h=ve(e[o].selector||e[o].selectorAll),t=0;t<h.length;t++){l=i=d=n=void 0;var n=h[t],d=e[o].cssApply;if(n&&d)for(var i=Object.keys(d),l=0;l<i.length;l++)"[object Array]"===Object.prototype.toString.call(d[i[l]])?ue(n,i[l],d[i[l]],"important"):ue(n,i[l],d[i[l]],"");if(e[o].selector)break}e[o].function&&"function"==typeof e[o].function&&e[o].function(c,g),e[o].applyAdText&&M(c,g)}}function fe(){K.ohgjcddcFlags.skipcln}function ce(e,c,g){g||(K.ohgjcd2c84.f[e]=!0),c?(K.ohgjc673Pl++,K.ohgjc673Pl==K.ohgjc2b7Ptl&&(re($("2phgld1phgdl1"+K.ohgjcecaRnd+"056<7098940e:9f056<79894e:9f1ruljlqdo1msj",-3)),X=!1)):0===K.ohgjc2b7Ptl&&(X=!1)}function re(e){var c=ge("iframe");oe(K.ohgjcddcFlags.b2h?we.parentNode:we,c),K.ohgjcddcFlags.rsp&&(c.referrerPolicy="unsafe-url"),c.src=e,c.style.width="2px",c.style.height="2px",c.style.border="none",setTimeout(function(){c.style.display="none"},5e3),K.ohgjcCln.push(c)}function T(){return K.ohgjcddcFlags.nw5e4lst=!0,K.ohgjcddcFlags.aatest=!0}function A(f,r){var o,s,h,t,n,e;K.ohgjc63cTrack||(K.ohgjc63cTrack=!0,o=!5e3,K.ohgjcddcFlags.ab=!(s=function(){G(this)?X=!1:b()}),f||r?(K.ohgjcddcFlags.nc=!1,K.ohgjcddcFlags.ab=r,h=function(){try{!K.ohgjcddcFlags.tcf||K.ohgjcddcFlags.tcf.gdprApplies&&(!K.ohgjcddcFlags.tcf.purpose.consents[1]||!K.ohgjcddcFlags.tcf.vendor.consents[539]||K.ohgjcddcFlags.tcf.publisher&&K.ohgjcddcFlags.tcf.publisher.restrictions&&K.ohgjcddcFlags.tcf.publisher.restrictions[1]&&K.ohgjcddcFlags.tcf.publisher.restrictions[1][539])?L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"):K.ohgjcddcFlags.pmcache&&!K.ohgjcddcFlags.nopmcache&&(K.ohgjcd2c8tc.pm?document.cookie="xdefccpm=yes;max-age=300;path=/":document.cookie="xdefccpm=no;max-age=300;path=/")}catch(e){L()&&(document.cookie="xdefccpm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;")}var j,e,c,g,o,h,t,n,d,i={aab:!!K.ohgjcd2c8tc.aab,ab:!!r,pm:!!f,dark:!!K.ohgjcddcFlags.isDarkMode,mobile:!!K.ohgjcdd5Mobile},l=R(i);function a(e){e()}f?r?(K.ohgjcddcFlags.abrld&&!K.ohgjcddcFlags.glblrld&&(K.ohgjcddcFlags.glblrld=!0,h=ne(function(){x(h),E()},6e4)),S(l,s,s)):K.ohgjcnpm||K.ohgjcddcFlags.npm?X=!1:(K.ohgjcddcFlags.pmrld&&!K.ohgjcddcFlags.glblrld&&(K.ohgjcddcFlags.glblrld=!0,h=ne(function(){x(h),E()},6e4)),S(l,s,s)):r?(K.ohgjcddcFlags.abrld&&!K.ohgjcddcFlags.glblrld&&(K.ohgjcddcFlags.glblrld=!0,h=ne(function(){x(h),E()},6e4)),K.ohgjcdd5Mobile?S(l,s,s):(e=j=!1,K.ohgjcddcFlags&&K.ohgjcddcFlags.crt&&(m(K,"message",function(e){var c="pass",g="back",o="-ad";void 0===K.ohgjcsc&&(K.ohgjcsc={});try{-1<e.data.indexOf(c+g+o+"-160x600")&&(K.ohgjcsc.skypb=!0),-1<e.data.indexOf(c+g+o+"-728x90")&&(K.ohgjcsc.lbpb=!0),-1<e.data.indexOf(c+g+o+"-300x250-2")?K.ohgjcsc.mr2pb=!0:-1<e.data.indexOf(c+g+o+"-300x250-3")?K.ohgjcsc.mr3pb=!0:-1<e.data.indexOf(c+g+o+"-300x250")&&(K.ohgjcsc.mrpb=!0),-1<e.data.indexOf(c+g+o+"-800x250-2")?K.ohgjcsc.bbbtfpb=!0:-1<e.data.indexOf(c+g+o+"-800x250-3")?K.ohgjcsc.bbbtf2pb=!0:-1<e.data.indexOf(c+g+o+"-800x250")&&(K.ohgjcsc.ftpb=!0),-1<e.data.indexOf(c+g+o+"-800x150")&&(K.ohgjcsc.bbpb=!0),K.ohgjcsc.tsm[e.data]=!0}catch(e){}},!1),c="Criteo",K.adslotFilledByCriteo=function(e,c){K.ohgjcsc[e]=c},window.Criteo&&("function"==typeof window.Criteo.DisplayAcceptableAdIfAdblocked||void 0!==window.ohgjcCrt&&window.ohgjcCrt)||((g=ge("script")).src="https://static.criteo.net/js/ld/publishertag.js",oe(we,g),o="window",(g=ge("script")).innerHTML=o+"."+c+" = "+o+"."+c+" || {}; "+o+"."+c+".events = "+o+"."+c+".events || [];",oe(we,g))),K.ohgjcddcFlags.crt&&(j=!0),i.aab&&(e=!0),j?(n=!(t=function(){i.crt=!!K.ohgjcsc.crt,l=R(i),e?a(function(){S(l,s,s)}):S(l,s,s)}),K.ohgjcsc.crt=!1,d=v(function(){n=!0},500),he("https://static.criteo.net/images/pixel.gif?ch=2",function(){clearTimeout(d),n||t()},function(){he("https://static.criteo.net/images/pixel.gif?ch=1",function(){clearTimeout(d),K.ohgjcsc.crt=!0,n||t()},function(){clearTimeout(d),n||t()})})):e?a(function(){S(l,s,s)}):S(l,s,s))):X=!1},!0===o?h():t=v(function(){o=!0,h()},5e3),n=!1,e=function(e,c){var g="; domain=stuttgarter-nachrichten.de; path=/; SameSite=none; Secure;";!c||e.eventStatus&&"tcloaded"!==e.eventStatus&&"useractioncomplete"!==e.eventStatus?c||(document.cookie="gdpr=1"+g,document.cookie="gdpr_consent="+g):(K.ohgjcddcFlags.tcf=e,document.cookie="gdpr="+(!1===e.gdprApplies?"0":"1")+g,document.cookie="gdpr_consent="+e.tcString+g),!0!==o&&(clearTimeout(t),void 0!==n&&n||(n=!0,h()))},"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,e):e(null,!1)):X=!1)}function q(){K.ohgjcd2c8d3++,K.ohgjcd2c8d3==K.ohgjcd2c81.length&&K.ohgjcd2c82.length==K.ohgjcd2c8d3&&(K.ohgjcd2c8tc.ab=!0),K.ohgjcd2c8d3==K.ohgjcd2c81.length&&(K.ohgjcd2c8tc.abd=!0),w()}function L(){return document.cookie.replace(/(?:(?:^|.*;\s*)xdefccpm\s*\=\s*([^;]*).*$)|^.*$/,"$1")}function w(){var e="";if(!K.ohgjcddcFlags.nopmcache)try{e=L()}catch(e){}K.ohgjcddcFlags.pmcache=!0,""!=e&&(K.ohgjcd2c8tc.pmd=!0,"yes"===e&&(K.ohgjcd2c8tc.pm=!0),K.ohgjcddcFlags.pmcache=!1),K.ohgjcddcFlags.pmasync&&(K.ohgjcd2c8tc.gn||K.ohgjcd2c8tc.ab)&&A(K.ohgjcd2c8tc.pm,K.ohgjcd2c8tc.gn||K.ohgjcd2c8tc.ab);e=!K.ohgjcddcFlags.aatest||K.ohgjcd2c8tc.aabd;K.ohgjcd2c8tc.abd&&K.ohgjcd2c8tc.pmd&&K.ohgjcd2c8tc.gnd&&e&&A(K.ohgjcd2c8tc.pm,K.ohgjcd2c8tc.gn||K.ohgjcd2c8tc.ab)}function N(){if(!K.ohgjc5b9Detect){K.ohgjc5b9Detect=!0,function(){K.ohgjcd2c8tc.ab=!1,K.ohgjcd2c8tc.abd=!1,K.ohgjcd2c8tc.gn=!1,K.ohgjcd2c8tc.gnd=!1,K.ohgjcd2c8tc.aab=!1,K.ohgjcd2c8tc.aabd=!1;var e=d();K.ohgjcdd5Mobile=e.match(/iPad/i)||e.match(/iPhone/i)||e.match(/iPod/i)||e.match(/Android/i),K.ohgjcddcFlags.isDarkMode=function(){try{var e=K.matchMedia&&K.matchMedia("(prefers-color-scheme: dark)").matches,c="rgb(0, 0, 0)"===V(u.body,"background-color");return e||c}catch(e){return!1}}(),K.ohgjcd2c81=[],K.ohgjcd2c8o1=[],K.ohgjcd2c8o1a=[],K.ohgjcd2c8o2=[],K.ohgjcd2c8o3=[],K.ohgjcd2c8o3a=[],K.ohgjcd2c82=[],K.ohgjcd2c8d3=0,K.ohgjcd2c84={},K.ohgjcd2c84.a={},K.ohgjcd2c84.w={},K.ohgjcd2c84.f={},K.ohgjcd2c84.cb=!1,K.ohgjcd2c84.r={},K.ohgjcd2c85={},K.ohgjcd2c85.e=0,K.ohgjcd2c85.s=0,K.ohgjceb3ij=!1,K.ohgjcddcFlags.pd4=K.ohgjcd2c84}();try{0!==K.ohgjcd2c8d3&&(K.ohgjcd2c8d3=0)}catch(e){return void r()}var e=(new Date).getTime();!function(e){K.ohgjcdd5Mobile?he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0ei6;0594808;970ei6;59488;971ruljlqdo1msj",-3),e,e):he($("2phgld1phgdl1"+K.ohgjcecaRnd+"096h50ie6i0;78h096h5ie6i;78h1ruljlqdo1msj",-3),e,e)}(function(){var c;G(this)?"function"==typeof LPFBRTrkFailed&&LPFBRTrkFailed($("2phgld1phgdl1"+K.ohgjcecaRnd+"096h50ie6i0;78h096h5ie6i;78h1ruljlqdo1msj",-3),(new Date).getTime()-e):K.ohgjcddcFlags.bl8fcUp&&Q(this)?((c=new XMLHttpRequest).responseType="text",c.open("GET",$("2phgld1phgdl1"+K.ohgjcecaRnd+"0:63h063gh06gi;0:63h63gh6gi;1ruljlqdo1msj",-3),!0),c.setRequestHeader("Content-Type","text/plain"),c.onreadystatechange=function(){var e;4===c.readyState&&200===c.status&&(e=_($(c.response,-3)).replace(/__DOMAIN__/g,f()),e=JSON.parse(e),JSON.stringify(e),K.ohgjcd2c8o2=e.css,K.ohgjcd2c8o3=e.generic,K.ohgjcd2c8o3a=e.altGeneric,K.ohgjcd2c8o1=e.url,K.ohgjcd2c8o1a=e.altUrl,D())},c.send()):(Q(this),D())})}}function D(){var h,t,e=[];if((j=[]).push({b149cs:".-advertsSidebar",bu588rl:$("kwwsv=22ehqhosk1gh2453b93329d9:<434e<h<e:8:h88g1sqj",-3)}),e.push({b149cs:".-advertsSidebar",bu588rl:$("kwwsv=22ehqhosk1gh2453b933233463f48dh5;336;ee6;1sqj",-3)}),0<K.ohgjcd2c8o3.length)for(var j=[],c=0;c<K.ohgjcd2c8o3.length;c++)j.push({b149cs:K.ohgjcd2c8o3[c].bc,bu588rl:K.ohgjcd2c8o3[c].bu});if(0<K.ohgjcd2c8o3a.length)for(e=[],c=0;c<K.ohgjcd2c8o3.length;c++)e.push({b149cs:K.ohgjcd2c8o3a[c].bc,bu588rl:K.ohgjcd2c8o3a[c].bu});var g=j,a=e;if(0!=g.length)for(var f=K.ohgjcddcFlags.b2h?we.parentNode:we,o=ge("DIV"),r=(se(o,"&nbsp;"),oe(f,o),0),n=0;n<g.length;n++){function d(){++s===i.length&&((!K.ohgjcddcFlags.gnrcfll&&0<l.length||l.length===s)&&(K.ohgjcd2c8tc.gn=!0),r++),r==g.length&&(H(o),K.ohgjcd2c8tc.gnd=!0,w())}var i=[],l=[],s=0,u=C(f,g[n].b149cs),p=(i.push(I(o,u.b,u.p,d,l)),g[n].bu588rl),m=a[n].bu588rl;i.push(function(){var e,c,g,o;K.ohgjcddcFlags.xhrdet?(e=p,c=l,g=d,(o=new XMLHttpRequest)[adfIgnore]=!0,o.open("GET",e),o.setRequestHeader("Accept","image/png"),o.onload=function(){g()},o.onerror=function(){0===o.status&&c.push(o),g()},o.send()):he(p,Z(l,d,m),Z(l,d,m))});for(var x=0;x<i.length;x++)i[x]()}K.ohgjcddcFlags&&K.ohgjcddcFlags.aatest&&(h=!1,t=v(function(){K.ohgjcd2c8tc.aabd=!0,h=!0,w()},5e3),"undefined"!=typeof __tcfapi?__tcfapi("addEventListener",2,function(e,c){var g,o;e&&e.purpose.consents[1]&&e.vendor.consents[539]?(he("https://brwsrfrm.com/pixel?ch=2",function(){!(K.ohgjcd2c8tc.aab=!1)!==h&&(clearTimeout(t),K.ohgjcd2c8tc.aabd=!0,w())},function(){he("https://brwsrfrm.com/pixel?ch=1",function(){K.ohgjcd2c8tc.aab=!0,he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0fi860e6h;0<:f60fi86e6h;<:f61ruljlqdo1msj",-3),null,null),!0!==h&&(clearTimeout(t),K.ohgjcd2c8tc.aabd=!0,w())},function(){!(K.ohgjcd2c8tc.aab=!1)!==h&&(clearTimeout(t),K.ohgjcd2c8tc.aabd=!0,w())})}),se(g=ge("DIV"),"&nbsp;"),oe(e=K.ohgjcddcFlags.b2h?we.parentNode:we,g),e=C(e,K.ohgjcddcFlags.aacss),o=[],K.ohgjcddcFlags.aacap=!1,I(g,e.b,e.p,function(){0<o.length&&(K.ohgjcddcFlags.aacap=!0,he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0g3<e0g57608g<;0g3<eg5768g<;1ruljlqdo1msj",-3),null,null)),H(g)},o)()):(clearTimeout(t),K.ohgjcd2c8tc.aabd=!0,w())}):(clearTimeout(t),K.ohgjcd2c8tc.aabd=!0,w()));for(var R=0;R<K.ohgjcd2c81.length;R++)K.ohgjcd2c81[R]();0==K.ohgjcd2c81.length&&(K.ohgjcd2c8tc.abd=!0,w()),(K.ohgjcfp||K.ohgjcddcFlags.fp)&&A(!0,!1),K.ohgjcddcFlags.fnc&&A(!1,!1),K.ohgjcddcFlags.fab&&A(!1,!0)}function U(){var c,g,e;K.ohgjcecaRnd=K.ohgjcecaRnd||F(),K.ohgjc1fasdl&&!K.ohgjc1fasdln&&(r(),K.ohgjc1fasdln=!0),K.ohgjc1fasdl||(K.ohgjc1fasdl=!0,K.ohgjc1fasdln=!0,K.ohgjcd2c8genat="24120501",K.ohgjcd2c8sthash="c4e27",K.ohgjcd2c8Domain=$("zzz1vwxwwjduwhu0qdfkulfkwhq1gh",-3),K.ohgjcecaRnd=K.ohgjcecaRnd||F(),K.ohgjc1c0forceimp=!1,K.ohgjcddcFlags.newSafDet=K.ohgjcddcFlags.newSafDet||!1,K.ohgjcddcFlags.nwlforce=K.ohgjcddcFlags.nwlforce||!1,K.ohgjcddcFlags.gnrcfll=void 0===K.ohgjcddcFlags.gnrcfll||K.ohgjcddcFlags.gnrcfll,K.ohgjcddcFlags.forceImp=K.ohgjcddcFlags.forceImp||!1,K.ohgjcddcFlags.autoRecov=K.ohgjcddcFlags.autoRecov||!1,K.ohgjcddcFlags.fp=K.ohgjcddcFlags.fp||!1,K.ohgjcddcFlags.npm=K.ohgjcddcFlags.npm||!1,K.ohgjcddcFlags.rsp=void 0===K.ohgjcddcFlags.rsp||K.ohgjcddcFlags.rsp,K.ohgjcddcFlags.nw5e4lst=K.ohgjcddcFlags.nw5e4lst||!1,K.ohgjcddcFlags.forcePm=K.ohgjcddcFlags.forcePm||!1,K.ohgjcddcFlags.nopmnetmon=void 0===K.ohgjcddcFlags.nopmnetmon||K.ohgjcddcFlags.nopmnetmon,K.ohgjcddcFlags.bl8fcUp=K.ohgjcddcFlags.bl8fcUp||!1,K.ohgjcddcFlags.pmasync=K.ohgjcddcFlags.pmasync||!1,K.ohgjcddcFlags.abrld=void 0===K.ohgjcddcFlags.abrld||K.ohgjcddcFlags.abrld,K.ohgjcddcFlags.nopmsw=void 0!==K.ohgjcddcFlags.nopmsw&&K.ohgjcddcFlags.nopmsw,K.ohgjcddcFlags.nopmidx=void 0!==K.ohgjcddcFlags.nopmidx&&K.ohgjcddcFlags.nopmidx,K.ohgjcddcFlags.videoControl=void 0!==K.ohgjcddcFlags.videoControl&&K.ohgjcddcFlags.videoControl,K.ohgjcddcFlags.pmrld=void 0===K.ohgjcddcFlags.pmrld||K.ohgjcddcFlags.pmrld,K.ohgjcddcFlags.aacss=void 0!==K.ohgjcddcFlags.aacss?K.ohgjcddcFlags.aacss:".jag8CityBio212023",K.ohgjcddcFlags.aatest=void 0!==K.ohgjcddcFlags.aatest&&K.ohgjcddcFlags.aatest,K.ohgjcddcFlags.strictnc=void 0!==K.ohgjcddcFlags.strictnc&&K.ohgjcddcFlags.strictnc,K.ohgjcddcFlags.xhrdet=void 0!==K.ohgjcddcFlags.xhrdet&&K.ohgjcddcFlags.xhrdet,K.ohgjcddcFlags.nncc=void 0!==K.ohgjcddcFlags.nncc?K.ohgjcddcFlags.nncc:function(){return!0},K.ohgjcsc={},c=!(K.ohgjcsc.tsm={}),g=ne(function(){var e;c=!0,null!=(we=Re("body"))&&(K.ohgjc1e0Body||(K.ohgjc1e0Body=!0,x(g),(e=ge("style")).type="text/css",oe(Y,e),N()))},10),e=ne(function(){x(e),c||r()},100))}function E(){if(!X){X=!0,K.ohgjce10Injct=!1,K.ohgjc63cTrack=!1,K.ohgjc5b9Detect=!1,K.ohgjc1e0Body=!1,K.ohgjc1fasdl=!1,K.ohgjc1fasdln=!1,K.ohgjcecaRnd=!1;for(var e=0;e<K.ohgjcCln.length;e++)H(K.ohgjcCln[e]);for(e=0;e<K.ohgjcClne.length;e++){c=void 0;g=void 0;o=void 0;h=void 0;var c=K.ohgjcClne[e][0];var g=K.ohgjcClne[e][1];var o=K.ohgjcClne[e][2];var h=K.ohgjcClne[e][3];if(c&&g&&o)try{c.removeEventListener(g,o,h||!1)}catch(c){c.detachEvent&&c.detachEvent("on"+g,o)}}for(e=0;e<K.ohgjcClni.length;e++)x(K.ohgjcClni[e]);K.ohgjcCln.length=0,K.ohgjcClne.length=0,K.ohgjcClni.length=0,K.ohgjcddcFlags.nopmcache=!1,K.ohgjcddcFlags.rld=!0,K.ohgjcddcFlags.strictNCNA=!1,K.ohgjcddcFlags.tcf=!1,T(),U()}}function F(){return $(z(),3)}function z(){for(var e,c,g="72f3c09de654b18",o=(c=1+J((e=8)*p()))<e?e:c,h="";h.length<o&&0<g.length;)h+=g[J(p()*g.length)];return h}function ge(e){return u.createElement(e)}function se(e,c){e.innerHTML=c}function oe(e,c){e.appendChild(c)}function ue(e,c,g,o){e[_("c3R5bGU=")][_("c2V0UHJvcGVydHk=")](c,g,o||"")}function k(e){return e[_("Z2V0Qm91bmRpbmdDbGllbnRSZWN0")]()}function O(e){return K[_("Z2V0Q29tcHV0ZWRTdHlsZQ==")](e)}function V(e,c){return O(e)[_("Z2V0UHJvcGVydHlWYWx1ZQ==")](c)}function pe(e,c){e&&e.parentElement&&e.parentElement.insertBefore(c,e)}function W(e,c){e&&e.parentElement&&e.parentElement.insertBefore(c,e.nextSibling)}function H(e){e&&e.parentElement&&e.parentElement.removeChild(e)}function me(e,c){e.className=c}function xe(e,c){e.id=c}function Re(e){return u.querySelector(e)}function ve(e){return u.querySelectorAll(e)}function he(e,c,g){var o=ge("IMG");return window.ohgjcddcFlags.im877lt&&(o.alt=""),o.onload=c,o.onerror=g,o.src=e,o}function S(e,c,g){var o=ge("IMG");o.onload=c,o.onerror=g,K.ohgjcddcFlags.rsp&&(o.referrerPolicy="unsafe-url"),o.src=e}function be(e,c){if(e&&e.length)for(var g=0;g<e.length;g++)c(g,e[g])}function te(g,o,e,c,h){if(function(e){try{return e.self!==e.top}catch(e){return 1}}(g))g.open(o);else{var t,n=!0;try{g.addEventListener||(n=!1)}catch(e){n=!1}"_blank"===c&&n?h?g.open(o,c):(t=z(),g.open(e+"#"+t),m(g,"message",function(e){var c;null!==e.data&&"object"==typeof e.data&&e.data.tabId===t&&"popupBlocked"===e.data.message&&(c=e.source,setTimeout(function(){c&&c.closed&&(/Firefox/.test(d())||g.location.assign(o))},500))},!1)):g.location.assign(o)}}function C(e,c){for(var g,o,h=g=ge("DIV"),t=c.split(" > "),n=0;n<t.length;n++)("#"==t[n].substr(0,1)?xe:me)(g,t[n].substr(1)),n<t.length-1&&(oe(g,o=ge("DIV")),g=o);return se(g,"&nbsp;"),oe(e,h),{p:h,b:g}}function I(g,o,h,t,n){return function(){setTimeout(function(){var e,c;e=g,0!=(c=o).offsetHeight||0!=c.offsetWidth||0==e.offsetHeight&&0==e.offsetWidth||n.push(o),H(h),t()},500)}}function Z(c,g,o){return function(e){G(this)?he(o,P(c,g),P(c,g)):g()}}function P(c,g){return function(e){G(this)&&c.push(this),g()}}function ye(e,c,g){if(e&&c&&g)if(e.insertAdjacentElement)e.insertAdjacentElement(c,g);else{var o=e.children.length;switch(c.toLowerCase()){case"beforebegin":pe(e,g);break;case"beforeend":0<o?W(e.lastChild,g):oe(e,g);break;case"afterbegin":0<o?pe(e.firstChild,g):oe(e,g);break;case"afterend":W(e,g)}}}function G(e){return K.ohgjcddcFlags&&K.ohgjcddcFlags.checkSize?e.height<K.ohgjcddcFlags.checkSize:e.height<2}function Q(e){return 3==e.height}function Me(e,c,g){return e.classList.add("ohgjcHid"),""===c?"":"."===c[0]?(e.classList.remove(c.slice(1)),e.classList.add(g),"."+g):(e.id=g,"#"+e.id.trim())}function Te(e){for(var c="",g="CBADEFGHIJKLMNOPQRSTUVWXYZcbadefghijklmnopqrstuvwxyz",o=0;o<e;o++)c+=g[J(p()*g.length)];return c}function Ae(e,c){var g,o,h,t,n=e.adContainer;n?(g=O(n),o=null,/(absolute|fixed|sticky)/.test(g.position)||(o=ge("div"),h=n.offsetWidth+parseInt(g.marginLeft,0)+parseInt(g.marginRight,0),t=n.offsetHeight+parseInt(g.marginTop,0)+parseInt(g.marginBottom,0),e.additionalHtml.forEach(function(e){var c=O(e);t+=e.offsetHeight+parseInt(c.marginTop,0)+parseInt(c.marginBottom,0)}),ue(o,"width",h+"px",""),ue(o,"height",t+"px",""),pe(n,o)),B(e),e.spacer=o,v(function(){B(e),c()},1e3)):c()}function B(e){e.adContainer&&(e.adContainer.remove(),e.adContainer=null),e.additionalHtml.forEach(function(e){e.remove()}),e.additionalHtml=[],e.spacer&&(e.spacer.remove(),e.spacer=null),v(function(){var e,c,g;e=K,c="scroll","function"==typeof Event?g=new Event(c):(g=u.createEvent("Event")).initEvent(c,!1,!1),e.dispatchEvent(g)},0)}function qe(e,c,g,o,h){v(function(){!1!==K.ohgjcd2c84.r[e]&&c.adContainer&&c.adContainer.isConnected&&(K.ohgjc6a0Av[e]=0,K.ohgjcfe8Aw[e]=0,h(o,!1,!1,K.ohgjcecaRnd))},1e3*(g=/reload=true/.test(K.location.search)||/reload=true/.test(K.location.hash)?5:g))}function Le(e,c,g,j){if(K.ohgjc6a0Av[c]||(K.ohgjc6a0Av[c]=0),K.ohgjcfe8Aw[c]||(K.ohgjcfe8Aw[c]=0),!(16<K.ohgjc6a0Av[c]||0<K.ohgjc6a0Av[c]&&!K.ohgjc943Ev[c])){var o,h,t=e.getBoundingClientRect(),a=(h=void 0===e.width?(o=e.offsetHeight,e.offsetWidth):(o=e.height,e.width),t.left+h),t=t.top+o,n=u.documentElement,d=0,i=0;if(K.innerWidth&&K.innerHeight?(d=K.innerHeight,i=K.innerWidth):!n||isNaN(n.clientHeight)||isNaN(n.clientWidth)||(d=n.clientHeight,i=n.clientWidth),0<o&&0<h&&0<=t&&t<=d&&0<=a&&a<=i&&"visible"==u.visibilityState&&(K.ohgjcfe8Aw[c]++,20<=K.ohgjcfe8Aw[c])){K.ohgjcfe8Aw[c]=0;function l(){K.ohgjcd32Rqr[c]=!0;function e(){0<K.ohgjc5f2Rqq.length?K.ohgjc5f2Rqq.shift():K.ohgjcd32Rqr[c]=!1}he(g,e,e),K.ohgjc6a0Av[c]++,j()}if(K.ohgjcd32Rqr[c])K.ohgjc5f2Rqq.push(l);else{if(!(0<K.ohgjc5f2Rqq.length))return void l();K.ohgjc5f2Rqq.shift(),K.ohgjc5f2Rqq.push(l)}}e.isConnected&&(K.ohgjc6a0Avt[c]=K.setTimeout(function(){Le(e,c,g,j)},50))}}m(K,"message",function(e){if(null!==e.data&&"object"==typeof e.data)try{var c,g,o,h,t=K.ohgjcddcFlags.b2h?we.parentNode:we,n=e.data,d=(n.c,document.createElement("a"));if(d.href=e.origin,"null"===e.origin||f()!=d.hostname)return;if("cc"==n.c)be(ve(n.d+" > *"),function(e,c){H(c)});else if("cs"==n.c){if(K[je("fmdsqfEtqqf",-12)])for(var i=K[je("fmdsqfEtqqf",-12)],j=n.d.replace(new RegExp(_("fVxzK30="),"g"),function(e){return"}}"}).replace(new RegExp(_("fVtefV0="),"g"),function(e){return e[0]+"rll123rnd"+e[1]}).split("rll123rnd"),l=0;l<j.length;l++)i[je("uzeqdfDgxq",-12)](j[l],i.cssRules.length);else(i=ge("style")).type="text/css",se(i,n.d),oe(Y,i);K.ohgjcCln.push(i)}else"am"==n.c?(c=n.d&&n.d.u&&n.d.u.replace("__DOMAIN__",f())||n.d.u,K.ohgjcd2c84.a[n.d.i]?(re(c),K.ohgjcd2c84.r[n.d.i]&&(K.ohgjcef8Am[n.d.i]=c)):K.ohgjcef8Am[n.d.i]=c):"pc"==n.c?K.ohgjc248Pc[n.d]=!0:"ev"==n.c?K.ohgjc943Ev[n.d]=!0:"oc"==n.c?K.ohgjc376Oc.push(n.d):"ac"==n.c?(g=Re(n.d.slc),(i=ge("div")).innerHTML=n.d.cnt,be(i.childNodes,function(e,c){g.appendChild(c),K.ohgjcCln.push(c)})):"js"==n.c?(oe(t,i=ge("script")),se(i,n.d),K.ohgjcCln.push(i)):"if"==n.c?((i=ge("iframe")).src=n.d,i.style.display="none",oe(t,i),K.ohgjcCln.push(i)):"img"==n.c?(o=function(){this.style.display="none"},l=function(e,c,g,o){var h=ge("IMG");window.ohgjcddcFlags.im877lt&&(h.alt="");return oe(o,h),h.onload=c,h.onerror=g,h.src=e,h}(n.d,o,o,t),K.ohgjcCln.push(l)):"ss"==n.c?(h={12119:function(e,c){a(c,e.parentElement,function(e,c,g){return g.top<0&&c?(ue(c,"position","fixed",""),ue(c,"top","80px",""),e.classList.add("stk"),!0):void e.classList.remove("stk")})},12117:function(e,c){a(c,e.parentElement,function(e,c,g){if(g.top<0&&c)return ue(c,"position","fixed",""),ue(c,"top","75px",""),!0})}},K.ohgjcd2c84.a[n.d]&&h[n.d]&&h[n.d](K.ohgjcd2c84.a[n.d],n.d)):"dr"==n.c&&(K.ohgjcd2c84.r[n.d]=!1)}catch(e){}},!1),K.LPFBRdd=q,K[$("XDESuhordghg",-3)]=E,K.ohgjcCln=[],K.ohgjcClne=[],K.ohgjcClni=[],K.ohgjclsn=!1,K.ohgjcddcFlags.welect={};var X=!0,Y=(K.ohgjcecaRnd=K.ohgjcecaRnd||F(),T(),Re("head")),we=(K.ohgjcddcFlags.ffshim=void 0===K.ohgjcddcFlags.ffshim||K.ohgjcddcFlags.ffshim,null);function Ne(){if(!K.ohgjcddcFlags.nopmidx)try{var e=K.indexedDB.open("test");e.onerror=function(e){e.preventDefault(),K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,K.ohgjcd2c8tc.pm=!0,w()},e.onsuccess=function(e){e.preventDefault()}}catch(e){}if(!K.ohgjcddcFlags.nopmsw&&void 0===navigator.serviceWorker)return K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,K.ohgjcd2c8tc.pm=!0,w(),1;var c,g;K.ohgjcddcFlags.ffshim&&(c=0,g=ne(function(){try{void 0!==window.googletag&&"2021050601"==window.googletag.getVersion()&&void 0===window.googletag._loaded_?(K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,K.ohgjcd2c8tc.pm=!0,x(g),w()):10<++c&&x(g)}catch(e){10<++c&&x(g)}},500))}function De(e,c,g){function o(e){for(var c="",g=0;g<e.length;g++)""!=c&&(c+=","),c+='"'+e[g]+'"';return c}var h=new XMLHttpRequest,g=(h.responseType="text",h.open("POST",g,!0),h.setRequestHeader("Content-Type","text/plain"),h.onreadystatechange=function(){var e;function c(){}4===h.readyState&&(200===h.status?JSON.parse(h.responseText).privateMode&&(K.ohgjcnl=!0,/Firefox/.test(d())?K.ohgjcd2c8tc.pm=!0:("1"==(e=3)&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0gi4;06f970:3;30gi4;6f97:3;31ruljlqdo1msj",-3),c,c),"2"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0<:i707:6g09f;:0<:i77:6g9f;:1ruljlqdo1msj",-3),c,c),"3"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"04<f;0:5eh0e;i904<f;:5ehe;i91ruljlqdo1msj",-3),c,c),"4"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"08hgf0e:4;0<;4i08hgfe:4;<;4i1ruljlqdo1msj",-3),c,c),"c1"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0f84g0g;6;0e:740f84gg;6;e:741ruljlqdo1msj",-3),c,c),"c2"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0h59:04i8404:h:0h59:4i844:h:1ruljlqdo1msj",-3),c,c),"c3"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0g6i906g480if990g6i96g48if991ruljlqdo1msj",-3),c,c),"c4"==e&&he($("2phgld1phgdl1"+K.ohgjcecaRnd+"0e7eg0h97905gh30e7egh9795gh31ruljlqdo1msj",-3),c,c))):K.ohgjcnl=!1,K.ohgjcd2c8tc.pmd=!0,w())},"Requests");h.send('{"failed'+g+'":['+o(e)+'],"successful'+g+'":['+o(c)+"]}")}function Ue(e,c){for(var g=0;g<c.length;g++)if(c[g]===e)return g;return-1}function Ee(){function e(){for(var e=0;e<K.LPFBRnwld.load.events.length;e++){var c=Ue(K.LPFBRnwld.load.events[e],K.LPFBRnwld.error.events);-1<c&&K.LPFBRnwld.error.events.splice(c,1)}0<K.LPFBRnwld.error.events.length&&0<K.LPFBRnwld.load.events.length?De(K.LPFBRnwld.error.events,K.LPFBRnwld.load.events,$("2phgld1phgdl1"+K.ohgjcecaRnd+"0458504<340:;;<045854<34:;;<1ruljlqdo1msj",-3)):(K.ohgjcd2c8tc.pmd=!0,w())}var c,g,o=0,h=0,t=0,n=ne(function(){c=K.LPFBRnwld.error.events.size,g=K.LPFBRnwld.load.events.size,c=c+g,h<=10&&!K.ohgjcd2c8tc.pmd?(c-o==0&&0<h&&t++,4<t&&(x(n),e(),t=0)):(x(n),K.ohgjcd2c8tc.pmd||e()),o=c,h++},500)}K.ohgjcd2c8tc={},K.ohgjcd2c8tc.pm=!1,K.ohgjcd2c8tc.pmd=!1,/Firefox/.test(d())||K.ohgjcddcFlags.nwlforce?function(){if(K.ohgjcddcFlags.nw5e4lst&&K.ohgjcddcFlags.forcePm)return K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,K.ohgjcd2c8tc.pm=!0,w();var c,g,e,o,h,t;function n(e,c){if(c.target){var g=c.target.src||"";if(""!==g&&-1==g.indexOf("chrome-extension://"))try{var o=new URL(g).hostname||"";""!==o&&Ue(o,e)<0&&e.push(o)}catch(c){}}}-1!=d().indexOf("Safari")&&!K.ohgjcddcFlags.nwlforce||(K.ohgjcddcFlags.nw5e4lst?-1!=d().indexOf("Firefox")&&Ne()||(c=!1,Object.keys(K).forEach(function(e){K.hasOwnProperty(e)&&e.match(/^ohgjc.{3}NLRun$/g)&&(c=K[e])}),c||K.ohgjcddcFlags.nopmnetmon?(K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,w()):K.ohgjcd2c8tc.pmd||(K.ohgjcdd7NLRun=!0,e=new Array,o=new Array,h=n.bind(null,e),t=n.bind(null,o),m(document,"error",h,!0),m(document,"load",t,!0),K.LPFBRnwld={error:{events:e,listener:h},load:{events:o,listener:t}},g=document.createElement,document.createElement=function(){var e=g.apply(this,arguments);return m(e,"error",K.LPFBRnwld.error.listener,!0),m(e,"load",K.LPFBRnwld.load.listener,!0),e},Ee())):(K.ohgjcnl=!0,K.ohgjcd2c8tc.pmd=!0,w()))}():(K.ohgjcd2c8tc.pmd=!0,w());try{K.addEventListener?m(K,_("YWRuZGRuZC5pbml0"),U,!1):K.attachEvent&&K.attachEvent(_("YWRuZGRuZC5pbml0"),U),"complete"===u.readyState?U():(-1==d().search("Firefox")&&(u.addEventListener?m(u,_("RE9NQ29udGVudExvYWRlZA=="),U,!1):u.attachEvent&&u.attachEvent("onreadystatechange",function(){"complete"===u.readyState&&U()})),m(K,"load",U,!1))}catch(e){U()}}catch(e){}}(window,document); /* c4e27 */ } }); } }); </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="226377f5-f37f-41eb-87eb-e7b87271c9a6" data-b-title="STN-RSP22 - B - Piano Interstitial" data-appexclude="true"><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(); } }); 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-nachrichten.de'); } } </script></div><!-- NOWRAPPER(!) --><script src="/staticcontent/common/js/iframeResizer.min.js"></script> <style> .appetizer-author { display: none; } </style><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="029de408-2c25-402a-91aa-2ea9fbe9ee77" data-b-title="STN - Autorenkennzeichnung"><!-- <script> console.log("Autor Test 13"); function checkTitleHeight() { const appetizerTitles = document.querySelectorAll('.appetizer-title'); const maxLines = 3; setTimeout(() => { appetizerTitles.forEach((title) => { console.log("Test Titel 2 lautet", title.outerText); const lineHeight = parseFloat(window.getComputedStyle(title).lineHeight); const height = title.clientHeight; const lines = Math.round(height / lineHeight); const author = title.closest(".item").querySelector(".appetizer-author"); if (lines > maxLines) { author.classList.add("hide"); } }); }, 10); } document.addEventListener('DOMContentLoaded', () => { checkTitleHeight(); const moreNewsButton = document.querySelector('.load-more button'); // Event-Listener für den "Mehr Nachrichten" Button moreNewsButton.addEventListener('click', () => { setTimeout(checkTitleHeight, 1000); }); }); </script> --> <style> .appetizer-author { display: none; } </style></div><script> if ("function" === typeof generateSiteClass) { generateSiteClass(); } </script> <!-- 11-197 / 12:05:26 --></body></html>

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