<!DOCTYPE html>
<html class="no-js mh-one-sb" lang="de">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="profile" href="https://gmpg.org/xfn/11" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v26.8 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Tabula Rasa Magazin - Aktuelle Nachrichten</title>
	<meta name="description" content="Die Tabula Rasa bietet aktuelle Nachrichten aus den Bereichen Politik, Welt, Feuilleton, Geld, Glaube, Wissen, Kunst, Gesellschaft, Bücher, Film und Europa." />
	<link rel="canonical" href="https://www.tabularasamagazin.de/" />
	<meta property="og:locale" content="de_DE" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Tabula Rasa Magazin - Aktuelle Nachrichten" />
	<meta property="og:description" content="Die Tabula Rasa bietet aktuelle Nachrichten aus den Bereichen Politik, Welt, Feuilleton, Geld, Glaube, Wissen, Kunst, Gesellschaft, Bücher, Film und Europa." />
	<meta property="og:url" content="https://www.tabularasamagazin.de/" />
	<meta property="og:site_name" content="Tabula Rasa Magazin" />
	<meta property="article:publisher" content="https://www.facebook.com/Tabula-Rasa-157277970970978/" />
	<meta property="article:modified_time" content="2022-02-08T16:06:13+00:00" />
	<meta property="og:image" content="https://www.tabularasamagazin.de/wp-content/uploads/2024/12/tabula-rasa-magazin-logo.jpg" />
	<meta property="og:image:width" content="600" />
	<meta property="og:image:height" content="338" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@TabulaRasaMagaz" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.tabularasamagazin.de/","url":"https://www.tabularasamagazin.de/","name":"Tabula Rasa Magazin - Aktuelle Nachrichten","isPartOf":{"@id":"https://www.tabularasamagazin.de/#website"},"about":{"@id":"https://www.tabularasamagazin.de/#organization"},"datePublished":"2016-09-30T17:50:56+00:00","dateModified":"2022-02-08T16:06:13+00:00","description":"Die Tabula Rasa bietet aktuelle Nachrichten aus den Bereichen Politik, Welt, Feuilleton, Geld, Glaube, Wissen, Kunst, Gesellschaft, Bücher, Film und Europa.","breadcrumb":{"@id":"https://www.tabularasamagazin.de/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https://www.tabularasamagazin.de/"]}]},{"@type":"BreadcrumbList","@id":"https://www.tabularasamagazin.de/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite"}]},{"@type":"WebSite","@id":"https://www.tabularasamagazin.de/#website","url":"https://www.tabularasamagazin.de/","name":"Tabula Rasa Magazin","description":"Zeitung für Gesellschaft und Kultur - Aktuelle Nachrichten","publisher":{"@id":"https://www.tabularasamagazin.de/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.tabularasamagazin.de/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https://www.tabularasamagazin.de/#organization","name":"Tabula Rasa Magazin","url":"https://www.tabularasamagazin.de/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https://www.tabularasamagazin.de/#/schema/logo/image/","url":"https://www.tabularasamagazin.de/wp-content/uploads/2022/08/logo-gr.png","contentUrl":"https://www.tabularasamagazin.de/wp-content/uploads/2022/08/logo-gr.png","width":305,"height":80,"caption":"Tabula Rasa Magazin"},"image":{"@id":"https://www.tabularasamagazin.de/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/Tabula-Rasa-157277970970978/","https://x.com/TabulaRasaMagaz"]}]}</script>
	<meta name="google-site-verification" content="863cOj5QP1m1VlcjwHwesEKghasdPp7Wvb-HncHQLj4" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<script consent-skip-blocker="1" data-skip-lazy-load="js-extra"  data-cfasync="false">
(function () {
  // Web Font Loader compatibility (https://github.com/typekit/webfontloader)
  var modules = {
    typekit: "https://use.typekit.net",
    google: "https://fonts.googleapis.com/"
  };

  var load = function (config) {
    setTimeout(function () {
      var a = window.consentApi;

      // Only when blocker is active
      if (a) {
        // Iterate all modules and handle in a single `WebFont.load`
        Object.keys(modules).forEach(function (module) {
          var newConfigWithoutOtherModules = JSON.parse(
            JSON.stringify(config)
          );
          Object.keys(modules).forEach(function (toRemove) {
            if (toRemove !== module) {
              delete newConfigWithoutOtherModules[toRemove];
            }
          });

          if (newConfigWithoutOtherModules[module]) {
            a.unblock(modules[module]).then(function () {
              var originalLoad = window.WebFont.load;
              if (originalLoad !== load) {
                originalLoad(newConfigWithoutOtherModules);
              }
            });
          }
        });
      }
    }, 0);
  };

  if (!window.WebFont) {
    window.WebFont = {
      load: load
    };
  }
})();
</script><style>[consent-id]:not(.rcb-content-blocker):not([consent-transaction-complete]):not([consent-visual-use-parent^="children:"]):not([consent-confirm]){opacity:0!important;}
.rcb-content-blocker+.rcb-content-blocker-children-fallback~*{display:none!important;}</style><link rel="preload" href="https://www.tabularasamagazin.de/wp-content/c76c7d09d322f1dcbbfa429c1c3390c2/dist/1275285569.js?ver=cfdeb40e786de82f627323f9550f905f" as="script" />
<link rel="preload" href="https://www.tabularasamagazin.de/wp-content/c76c7d09d322f1dcbbfa429c1c3390c2/dist/696905746.js?ver=8c1f725df9af567e471c98bf6cbb18c6" as="script" />
<link rel="preload" href="https://www.tabularasamagazin.de/wp-content/plugins/real-cookie-banner/public/lib/animate.css/animate.min.css?ver=4.1.1" as="style" />
<script data-cfasync="false" type="text/javascript" defer src="https://www.tabularasamagazin.de/wp-content/c76c7d09d322f1dcbbfa429c1c3390c2/dist/1275285569.js?ver=cfdeb40e786de82f627323f9550f905f" id="real-cookie-banner-vendor-real-cookie-banner-banner-js"></script>
<script type="application/json" data-skip-lazy-load="js-extra" data-skip-moving="true" data-no-defer nitro-exclude data-alt-type="application/ld+json" data-dont-merge data-wpmeteor-nooptimize="true" data-cfasync="false" id="a86d499739233cbd6240372b87a7873631-js-extra">{"slug":"real-cookie-banner","textDomain":"real-cookie-banner","version":"5.2.12","restUrl":"https:\/\/www.tabularasamagazin.de\/wp-json\/real-cookie-banner\/v1\/","restNamespace":"real-cookie-banner\/v1","restPathObfuscateOffset":"6cb15e7a01e9e773","restRoot":"https:\/\/www.tabularasamagazin.de\/wp-json\/","restQuery":{"_v":"5.2.12","_locale":"user"},"restNonce":"89192f74fe","restRecreateNonceEndpoint":"https:\/\/www.tabularasamagazin.de\/wp-admin\/admin-ajax.php?action=rest-nonce","publicUrl":"https:\/\/www.tabularasamagazin.de\/wp-content\/plugins\/real-cookie-banner\/public\/","chunkFolder":"dist","chunksLanguageFolder":"https:\/\/www.tabularasamagazin.de\/wp-content\/languages\/mo-cache\/real-cookie-banner\/","chunks":{"chunk-config-tab-blocker.lite.js":["de_DE-83d48f038e1cf6148175589160cda67e","de_DE-e051c4c51a9ece7608a571f9dada4712","de_DE-24de88ac89ca0a1363889bd3fd6e1c50","de_DE-93ec68381a9f458fbce3acbccd434479"],"chunk-config-tab-blocker.pro.js":["de_DE-ddf5ae983675e7b6eec2afc2d53654a2","de_DE-ad0fc0f9f96d053303b1ede45a238984","de_DE-e516a6866b9a31db231ab92dedaa8b29","de_DE-1aac2e7f59d941d7ed1061d1018d2957"],"chunk-config-tab-consent.lite.js":["de_DE-3823d7521a3fc2857511061e0d660408"],"chunk-config-tab-consent.pro.js":["de_DE-9cb9ecf8c1e8ce14036b5f3a5e19f098"],"chunk-config-tab-cookies.lite.js":["de_DE-1a51b37d0ef409906245c7ed80d76040","de_DE-e051c4c51a9ece7608a571f9dada4712","de_DE-24de88ac89ca0a1363889bd3fd6e1c50"],"chunk-config-tab-cookies.pro.js":["de_DE-572ee75deed92e7a74abba4b86604687","de_DE-ad0fc0f9f96d053303b1ede45a238984","de_DE-e516a6866b9a31db231ab92dedaa8b29"],"chunk-config-tab-dashboard.lite.js":["de_DE-f843c51245ecd2b389746275b3da66b6"],"chunk-config-tab-dashboard.pro.js":["de_DE-ae5ae8f925f0409361cfe395645ac077"],"chunk-config-tab-import.lite.js":["de_DE-66df94240f04843e5a208823e466a850"],"chunk-config-tab-import.pro.js":["de_DE-e5fee6b51986d4ff7a051d6f6a7b076a"],"chunk-config-tab-licensing.lite.js":["de_DE-e01f803e4093b19d6787901b9591b5a6"],"chunk-config-tab-licensing.pro.js":["de_DE-4918ea9704f47c2055904e4104d4ffba"],"chunk-config-tab-scanner.lite.js":["de_DE-b10b39f1099ef599835c729334e38429"],"chunk-config-tab-scanner.pro.js":["de_DE-752a1502ab4f0bebfa2ad50c68ef571f"],"chunk-config-tab-settings.lite.js":["de_DE-37978e0b06b4eb18b16164a2d9c93a2c"],"chunk-config-tab-settings.pro.js":["de_DE-e59d3dcc762e276255c8989fbd1f80e3"],"chunk-config-tab-tcf.lite.js":["de_DE-4f658bdbf0aa370053460bc9e3cd1f69","de_DE-e051c4c51a9ece7608a571f9dada4712","de_DE-93ec68381a9f458fbce3acbccd434479"],"chunk-config-tab-tcf.pro.js":["de_DE-e1e83d5b8a28f1f91f63b9de2a8b181a","de_DE-ad0fc0f9f96d053303b1ede45a238984","de_DE-1aac2e7f59d941d7ed1061d1018d2957"]},"others":{"customizeValuesBanner":"{\"layout\":{\"type\":\"dialog\",\"maxHeightEnabled\":true,\"maxHeight\":740,\"dialogMaxWidth\":530,\"dialogPosition\":\"middleCenter\",\"dialogMargin\":[0,0,0,0],\"bannerPosition\":\"bottom\",\"bannerMaxWidth\":1024,\"dialogBorderRadius\":3,\"borderRadius\":5,\"animationIn\":\"slideInUp\",\"animationInDuration\":500,\"animationInOnlyMobile\":true,\"animationOut\":\"none\",\"animationOutDuration\":500,\"animationOutOnlyMobile\":true,\"overlay\":true,\"overlayBg\":\"#000000\",\"overlayBgAlpha\":50,\"overlayBlur\":2},\"decision\":{\"acceptAll\":\"button\",\"acceptEssentials\":\"button\",\"showCloseIcon\":false,\"acceptIndividual\":\"link\",\"buttonOrder\":\"all,essential,save,individual\",\"showGroups\":false,\"groupsFirstView\":false,\"saveButton\":\"always\"},\"design\":{\"bg\":\"#ffffff\",\"textAlign\":\"center\",\"linkTextDecoration\":\"underline\",\"borderWidth\":0,\"borderColor\":\"#ffffff\",\"fontSize\":13,\"fontColor\":\"#2b2b2b\",\"fontInheritFamily\":true,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontWeight\":\"normal\",\"boxShadowEnabled\":true,\"boxShadowOffsetX\":0,\"boxShadowOffsetY\":5,\"boxShadowBlurRadius\":13,\"boxShadowSpreadRadius\":0,\"boxShadowColor\":\"#000000\",\"boxShadowColorAlpha\":20},\"headerDesign\":{\"inheritBg\":true,\"bg\":\"#f4f4f4\",\"inheritTextAlign\":true,\"textAlign\":\"center\",\"padding\":[17,20,15,20],\"logo\":\"https:\\\/\\\/www.tabularasamagazin.de\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/logo-gr.png\",\"logoRetina\":\"\",\"logoMaxHeight\":40,\"logoPosition\":\"left\",\"logoMargin\":[5,15,5,15],\"fontSize\":20,\"fontColor\":\"#2b2b2b\",\"fontInheritFamily\":true,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontWeight\":\"normal\",\"borderWidth\":1,\"borderColor\":\"#efefef\",\"logoFitDim\":[152.5,40]},\"bodyDesign\":{\"padding\":[15,20,5,20],\"descriptionInheritFontSize\":true,\"descriptionFontSize\":13,\"dottedGroupsInheritFontSize\":true,\"dottedGroupsFontSize\":13,\"dottedGroupsBulletColor\":\"#15779b\",\"teachingsInheritTextAlign\":true,\"teachingsTextAlign\":\"center\",\"teachingsSeparatorActive\":true,\"teachingsSeparatorWidth\":50,\"teachingsSeparatorHeight\":1,\"teachingsSeparatorColor\":\"#b6002b\",\"teachingsInheritFontSize\":false,\"teachingsFontSize\":12,\"teachingsInheritFontColor\":false,\"teachingsFontColor\":\"#757575\",\"accordionMargin\":[10,0,5,0],\"accordionPadding\":[5,10,5,10],\"accordionArrowType\":\"outlined\",\"accordionArrowColor\":\"#b6002b\",\"accordionBg\":\"#ffffff\",\"accordionActiveBg\":\"#f9f9f9\",\"accordionHoverBg\":\"#efefef\",\"accordionBorderWidth\":1,\"accordionBorderColor\":\"#efefef\",\"accordionTitleFontSize\":12,\"accordionTitleFontColor\":\"#2b2b2b\",\"accordionTitleFontWeight\":\"normal\",\"accordionDescriptionMargin\":[5,0,0,0],\"accordionDescriptionFontSize\":12,\"accordionDescriptionFontColor\":\"#757575\",\"accordionDescriptionFontWeight\":\"normal\",\"acceptAllOneRowLayout\":false,\"acceptAllPadding\":[10,10,10,10],\"acceptAllBg\":\"#b6002b\",\"acceptAllTextAlign\":\"center\",\"acceptAllFontSize\":18,\"acceptAllFontColor\":\"#ffffff\",\"acceptAllFontWeight\":\"normal\",\"acceptAllBorderWidth\":0,\"acceptAllBorderColor\":\"#000000\",\"acceptAllHoverBg\":\"#a5002c\",\"acceptAllHoverFontColor\":\"#ffffff\",\"acceptAllHoverBorderColor\":\"#000000\",\"acceptEssentialsUseAcceptAll\":true,\"acceptEssentialsButtonType\":\"\",\"acceptEssentialsPadding\":[10,10,10,10],\"acceptEssentialsBg\":\"#efefef\",\"acceptEssentialsTextAlign\":\"center\",\"acceptEssentialsFontSize\":18,\"acceptEssentialsFontColor\":\"#0a0a0a\",\"acceptEssentialsFontWeight\":\"normal\",\"acceptEssentialsBorderWidth\":0,\"acceptEssentialsBorderColor\":\"#000000\",\"acceptEssentialsHoverBg\":\"#e8e8e8\",\"acceptEssentialsHoverFontColor\":\"#000000\",\"acceptEssentialsHoverBorderColor\":\"#000000\",\"acceptIndividualPadding\":[5,5,5,5],\"acceptIndividualBg\":\"#ffffff\",\"acceptIndividualTextAlign\":\"center\",\"acceptIndividualFontSize\":18,\"acceptIndividualFontColor\":\"#b6002b\",\"acceptIndividualFontWeight\":\"normal\",\"acceptIndividualBorderWidth\":0,\"acceptIndividualBorderColor\":\"#000000\",\"acceptIndividualHoverBg\":\"#ffffff\",\"acceptIndividualHoverFontColor\":\"#b6002b\",\"acceptIndividualHoverBorderColor\":\"#000000\"},\"footerDesign\":{\"poweredByLink\":true,\"inheritBg\":false,\"bg\":\"#fcfcfc\",\"inheritTextAlign\":true,\"textAlign\":\"center\",\"padding\":[10,20,15,20],\"fontSize\":14,\"fontColor\":\"#757474\",\"fontInheritFamily\":true,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontWeight\":\"normal\",\"hoverFontColor\":\"#2b2b2b\",\"borderWidth\":1,\"borderColor\":\"#efefef\",\"languageSwitcher\":\"flags\"},\"texts\":{\"headline\":\"Privatsph\\u00e4re-Einstellungen\",\"description\":\"Wir verwenden Cookies und \\u00e4hnliche Technologien auf unserer Website und verarbeiten personenbezogene Daten von dir (z.B. IP-Adresse), um z.B. Inhalte und Anzeigen zu personalisieren, Medien von Drittanbietern einzubinden oder Zugriffe auf unsere Website zu analysieren. Die Datenverarbeitung kann auch erst in Folge gesetzter Cookies stattfinden. Wir teilen diese Daten mit Dritten, die wir in den Privatsph\\u00e4re-Einstellungen benennen.<br \\\/><br \\\/>Die Datenverarbeitung kann mit deiner Einwilligung oder auf Basis eines berechtigten Interesses erfolgen, dem du in den Privatsph\\u00e4re-Einstellungen widersprechen kannst. Du hast das Recht, nicht einzuwilligen und deine Einwilligung zu einem sp\\u00e4teren Zeitpunkt zu \\u00e4ndern oder zu widerrufen. Der Widerruf wird sofort wirksam, hat jedoch keine Auswirkungen auf bereits verarbeitete Daten. Weitere Informationen zur Verwendung deiner Daten findest du in unserer {{privacyPolicy}}Datenschutzerkl\\u00e4rung{{\\\/privacyPolicy}}.\",\"acceptAll\":\"Alle akzeptieren\",\"acceptEssentials\":\"Weiter ohne Einwilligung\",\"acceptIndividual\":\"Privatsph\\u00e4re-Einstellungen individuell festlegen\",\"poweredBy\":\"0\",\"dataProcessingInUnsafeCountries\":\"Einige Services verarbeiten personenbezogene Daten in unsicheren Drittl\\u00e4ndern. Mit deiner Einwilligung stimmst du auch der Datenverarbeitung gekennzeichneter Services gem\\u00e4\\u00df {{legalBasis}} zu, mit Risiken wie unzureichenden Rechtsmitteln, unbefugtem Zugriff durch Beh\\u00f6rden ohne Information oder Widerspruchsm\\u00f6glichkeit, unbefugter Weitergabe an Dritte und unzureichenden Datensicherheitsma\\u00dfnahmen.\",\"ageNoticeBanner\":\"Du bist unter {{minAge}} Jahre alt? Dann kannst du nicht in optionale Services einwilligen. Du kannst deine Eltern oder Erziehungsberechtigten bitten, mit dir in diese Services einzuwilligen.\",\"ageNoticeBlocker\":\"Du bist unter {{minAge}} Jahre alt? Leider darfst du in diesen Service nicht selbst einwilligen, um diese Inhalte zu sehen. Bitte deine Eltern oder Erziehungsberechtigten, in den Service mit dir einzuwilligen!\",\"listServicesNotice\":\"Wenn du alle Services akzeptierst, erlaubst du, dass {{services}} geladen werden. Diese sind nach ihrem Zweck in Gruppen {{serviceGroups}} unterteilt (Zugeh\\u00f6rigkeit durch hochgestellte Zahlen gekennzeichnet).\",\"listServicesLegitimateInterestNotice\":\"Au\\u00dferdem werden {{services}} auf der Grundlage eines berechtigten Interesses geladen.\",\"consentForwardingExternalHosts\":\"Deine Einwilligung gilt auch auf {{websites}}.\",\"blockerHeadline\":\"{{name}} aufgrund von Privatsph\\u00e4re-Einstellungen blockiert\",\"blockerLinkShowMissing\":\"Zeige alle Services, in die du noch einwilligen musst\",\"blockerLoadButton\":\"Services akzeptieren und Inhalte laden\",\"blockerAcceptInfo\":\"Wenn du die blockierten Inhalte l\\u00e4dst, werden deine Datenschutzeinstellungen angepasst. Inhalte aus diesem Service werden in Zukunft nicht mehr blockiert.\",\"stickyHistory\":\"Historie der Privatsph\\u00e4re-Einstellungen\",\"stickyRevoke\":\"Einwilligungen widerrufen\",\"stickyRevokeSuccessMessage\":\"Du hast die Einwilligung f\\u00fcr Services mit dessen Cookies und Verarbeitung personenbezogener Daten erfolgreich widerrufen. Die Seite wird jetzt neu geladen!\",\"stickyChange\":\"Privatsph\\u00e4re-Einstellungen \\u00e4ndern\"},\"individualLayout\":{\"inheritDialogMaxWidth\":false,\"dialogMaxWidth\":970,\"inheritBannerMaxWidth\":true,\"bannerMaxWidth\":1980,\"descriptionTextAlign\":\"left\"},\"group\":{\"checkboxBg\":\"#f0f0f0\",\"checkboxBorderWidth\":1,\"checkboxBorderColor\":\"#d2d2d2\",\"checkboxActiveColor\":\"#ffffff\",\"checkboxActiveBg\":\"#15779b\",\"checkboxActiveBorderColor\":\"#11607d\",\"groupInheritBg\":true,\"groupBg\":\"#f4f4f4\",\"groupPadding\":[15,15,15,15],\"groupSpacing\":10,\"groupBorderRadius\":5,\"groupBorderWidth\":1,\"groupBorderColor\":\"#f4f4f4\",\"headlineFontSize\":16,\"headlineFontWeight\":\"normal\",\"headlineFontColor\":\"#2b2b2b\",\"descriptionFontSize\":14,\"descriptionFontColor\":\"#757575\",\"linkColor\":\"#757575\",\"linkHoverColor\":\"#2b2b2b\",\"detailsHideLessRelevant\":true},\"saveButton\":{\"useAcceptAll\":true,\"type\":\"button\",\"padding\":[10,10,10,10],\"bg\":\"#efefef\",\"textAlign\":\"center\",\"fontSize\":18,\"fontColor\":\"#0a0a0a\",\"fontWeight\":\"normal\",\"borderWidth\":0,\"borderColor\":\"#000000\",\"hoverBg\":\"#e8e8e8\",\"hoverFontColor\":\"#000000\",\"hoverBorderColor\":\"#000000\"},\"individualTexts\":{\"headline\":\"Individuelle Privatsph\\u00e4re-Einstellungen\",\"description\":\"Wir verwenden Cookies und \\u00e4hnliche Technologien auf unserer Website und verarbeiten personenbezogene Daten von dir (z.B. IP-Adresse), um z.B. Inhalte und Anzeigen zu personalisieren, Medien von Drittanbietern einzubinden oder Zugriffe auf unsere Website zu analysieren. Die Datenverarbeitung kann auch erst in Folge gesetzter Cookies stattfinden. Wir teilen diese Daten mit Dritten, die wir in den Privatsph\\u00e4re-Einstellungen benennen.<br \\\/><br \\\/>Die Datenverarbeitung kann mit deiner Einwilligung oder auf Basis eines berechtigten Interesses erfolgen, dem du in den Privatsph\\u00e4re-Einstellungen widersprechen kannst. Du hast das Recht, nicht einzuwilligen und deine Einwilligung zu einem sp\\u00e4teren Zeitpunkt zu \\u00e4ndern oder zu widerrufen. Der Widerruf wird sofort wirksam, hat jedoch keine Auswirkungen auf bereits verarbeitete Daten. Weitere Informationen zur Verwendung deiner Daten findest du in unserer {{privacyPolicy}}Datenschutzerkl\\u00e4rung{{\\\/privacyPolicy}}.<br \\\/><br \\\/>Im Folgenden findest du eine \\u00dcbersicht \\u00fcber alle Services, die von dieser Website genutzt werden. Du kannst dir detaillierte Informationen zu jedem Service ansehen und ihm einzeln zustimmen oder von deinem Widerspruchsrecht Gebrauch machen.\",\"save\":\"Individuelle Auswahlen speichern\",\"showMore\":\"Service-Informationen anzeigen\",\"hideMore\":\"Service-Informationen ausblenden\",\"postamble\":\"\"},\"mobile\":{\"enabled\":true,\"maxHeight\":400,\"hideHeader\":false,\"alignment\":\"bottom\",\"scalePercent\":90,\"scalePercentVertical\":-50},\"sticky\":{\"enabled\":false,\"animationsEnabled\":true,\"alignment\":\"left\",\"bubbleBorderRadius\":50,\"icon\":\"fingerprint\",\"iconCustom\":\"\",\"iconCustomRetina\":\"\",\"iconSize\":30,\"iconColor\":\"#ffffff\",\"bubbleMargin\":[10,20,20,20],\"bubblePadding\":15,\"bubbleBg\":\"#15779b\",\"bubbleBorderWidth\":0,\"bubbleBorderColor\":\"#10556f\",\"boxShadowEnabled\":true,\"boxShadowOffsetX\":0,\"boxShadowOffsetY\":2,\"boxShadowBlurRadius\":5,\"boxShadowSpreadRadius\":1,\"boxShadowColor\":\"#105b77\",\"boxShadowColorAlpha\":40,\"bubbleHoverBg\":\"#ffffff\",\"bubbleHoverBorderColor\":\"#000000\",\"hoverIconColor\":\"#000000\",\"hoverIconCustom\":\"\",\"hoverIconCustomRetina\":\"\",\"menuFontSize\":16,\"menuBorderRadius\":5,\"menuItemSpacing\":10,\"menuItemPadding\":[5,10,5,10]},\"customCss\":{\"css\":\"\",\"antiAdBlocker\":\"y\"}}","isPro":false,"showProHints":false,"proUrl":"https:\/\/devowl.io\/de\/go\/real-cookie-banner?source=rcb-lite","showLiteNotice":true,"frontend":{"groups":"[{\"id\":44758,\"name\":\"Essenziell\",\"slug\":\"essenziell\",\"description\":\"Essenzielle Services sind f\\u00fcr die grundlegende Funktionalit\\u00e4t der Website erforderlich. Sie enthalten nur technisch notwendige Services. Diesen Services kann nicht widersprochen werden.\",\"isEssential\":true,\"isDefault\":true,\"items\":[{\"id\":88098,\"name\":\"Real Cookie Banner\",\"purpose\":\"Real Cookie Banner bittet Website-Besucher um die Einwilligung zum Setzen von Cookies und zur Verarbeitung personenbezogener Daten. Dazu wird jedem Website-Besucher eine UUID (pseudonyme Identifikation des Nutzers) zugewiesen, die bis zum Ablauf des Cookies zur Speicherung der Einwilligung g\\u00fcltig ist. Cookies werden dazu verwendet, um zu testen, ob Cookies gesetzt werden k\\u00f6nnen, um Referenz auf die dokumentierte Einwilligung zu speichern, um zu speichern, in welche Services aus welchen Service-Gruppen der Besucher eingewilligt hat, und, falls Einwilligung nach dem Transparency & Consent Framework (TCF) eingeholt werden, um die Einwilligungen in TCF Partner, Zwecke, besondere Zwecke, Funktionen und besondere Funktionen zu speichern. Im Rahmen der Darlegungspflicht nach DSGVO wird die erhobene Einwilligung vollumf\\u00e4nglich dokumentiert. Dazu z\\u00e4hlt neben den Services und Service-Gruppen, in welche der Besucher eingewilligt hat, und falls Einwilligung nach dem TCF Standard eingeholt werden, in welche TCF Partner, Zwecke und Funktionen der Besucher eingewilligt hat, alle Einstellungen des Cookie Banners zum Zeitpunkt der Einwilligung als auch die technischen Umst\\u00e4nde (z.B. Gr\\u00f6\\u00dfe des Sichtbereichs bei der Einwilligung) und die Nutzerinteraktionen (z.B. Klick auf Buttons), die zur Einwilligung gef\\u00fchrt haben. Die Einwilligung wird pro Sprache einmal erhoben.\",\"providerContact\":{\"phone\":\"\",\"email\":\"\",\"link\":\"\"},\"isProviderCurrentWebsite\":true,\"provider\":\"\",\"uniqueName\":\"\",\"isEmbeddingOnlyExternalResources\":false,\"legalBasis\":\"legal-requirement\",\"dataProcessingInCountries\":[],\"dataProcessingInCountriesSpecialTreatments\":[],\"technicalDefinitions\":[{\"type\":\"http\",\"name\":\"real_cookie_banner*\",\"host\":\".tabularasamagazin.de\",\"duration\":365,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Eindeutiger Identifikator f\\u00fcr die Einwilligung, aber nicht f\\u00fcr den Website-Besucher. Revisionshash f\\u00fcr die Einstellungen des Cookie-Banners (Texte, Farben, Funktionen, Servicegruppen, Dienste, Content Blocker usw.). IDs f\\u00fcr eingewilligte Services und Service-Gruppen.\"},{\"type\":\"http\",\"name\":\"real_cookie_banner*-tcf\",\"host\":\".tabularasamagazin.de\",\"duration\":365,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Im Rahmen von TCF gesammelte Einwilligungen, die im TC-String-Format gespeichert werden, einschlie\\u00dflich TCF-Vendoren, -Zwecke, -Sonderzwecke, -Funktionen und -Sonderfunktionen.\"},{\"type\":\"http\",\"name\":\"real_cookie_banner*-gcm\",\"host\":\".tabularasamagazin.de\",\"duration\":365,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Die im Google Consent Mode gesammelten Einwilligungen in die verschiedenen Einwilligungstypen (Zwecke) werden f\\u00fcr alle mit dem Google Consent Mode kompatiblen Services gespeichert.\"},{\"type\":\"http\",\"name\":\"real_cookie_banner-test\",\"host\":\".tabularasamagazin.de\",\"duration\":365,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Cookie, der gesetzt wurde, um die Funktionalit\\u00e4t von HTTP-Cookies zu testen. Wird sofort nach dem Test gel\\u00f6scht.\"},{\"type\":\"local\",\"name\":\"real_cookie_banner*\",\"host\":\"https:\\\/\\\/www.tabularasamagazin.de\",\"duration\":1,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Eindeutiger Identifikator f\\u00fcr die Einwilligung, aber nicht f\\u00fcr den Website-Besucher. Revisionshash f\\u00fcr die Einstellungen des Cookie-Banners (Texte, Farben, Funktionen, Service-Gruppen, Services, Content Blocker usw.). IDs f\\u00fcr eingewilligte Services und Service-Gruppen. Wird nur solange gespeichert, bis die Einwilligung auf dem Website-Server dokumentiert ist.\"},{\"type\":\"local\",\"name\":\"real_cookie_banner*-tcf\",\"host\":\"https:\\\/\\\/www.tabularasamagazin.de\",\"duration\":1,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Im Rahmen von TCF gesammelte Einwilligungen werden im TC-String-Format gespeichert, einschlie\\u00dflich TCF Vendoren, Zwecke, besondere Zwecke, Funktionen und besondere Funktionen. Wird nur solange gespeichert, bis die Einwilligung auf dem Website-Server dokumentiert ist.\"},{\"type\":\"local\",\"name\":\"real_cookie_banner*-gcm\",\"host\":\"https:\\\/\\\/www.tabularasamagazin.de\",\"duration\":1,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Im Rahmen des Google Consent Mode erfasste Einwilligungen werden f\\u00fcr alle mit dem Google Consent Mode kompatiblen Services in Einwilligungstypen (Zwecke) gespeichert. Wird nur solange gespeichert, bis die Einwilligung auf dem Website-Server dokumentiert ist.\"},{\"type\":\"local\",\"name\":\"real_cookie_banner-consent-queue*\",\"host\":\"https:\\\/\\\/www.tabularasamagazin.de\",\"duration\":1,\"durationUnit\":\"d\",\"isSessionDuration\":false,\"purpose\":\"Lokale Zwischenspeicherung (Caching) der Auswahl im Cookie-Banner, bis der Server die Einwilligung dokumentiert; Dokumentation periodisch oder bei Seitenwechseln versucht, wenn der Server nicht verf\\u00fcgbar oder \\u00fcberlastet ist.\"}],\"codeDynamics\":[],\"providerPrivacyPolicyUrl\":\"\",\"providerLegalNoticeUrl\":\"\",\"tagManagerOptInEventName\":\"\",\"tagManagerOptOutEventName\":\"\",\"googleConsentModeConsentTypes\":[],\"executePriority\":10,\"codeOptIn\":\"\",\"executeCodeOptInWhenNoTagManagerConsentIsGiven\":false,\"codeOptOut\":\"\",\"executeCodeOptOutWhenNoTagManagerConsentIsGiven\":false,\"deleteTechnicalDefinitionsAfterOptOut\":false,\"codeOnPageLoad\":\"\",\"presetId\":\"real-cookie-banner\"}]},{\"id\":44759,\"name\":\"Funktional\",\"slug\":\"funktional\",\"description\":\"Funktionale Services sind notwendig, um \\u00fcber die wesentliche Funktionalit\\u00e4t der Website hinausgehende Features wie h\\u00fcbschere Schriftarten, Videowiedergabe oder interaktive Web 2.0-Features bereitzustellen. Inhalte von z.B. Video- und Social Media-Plattformen sind standardm\\u00e4\\u00dfig gesperrt und k\\u00f6nnen zugestimmt werden. Wenn dem Service zugestimmt wird, werden diese Inhalte automatisch ohne weitere manuelle Einwilligung geladen.\",\"isEssential\":false,\"isDefault\":true,\"items\":[{\"id\":88100,\"name\":\"Google Fonts\",\"purpose\":\"Google Fonts erm\\u00f6glicht die Integration von Schriftarten in Websites, um die Website zu verbessern, ohne dass die Schriftarten auf deinem Ger\\u00e4t installiert werden m\\u00fcssen. Dies erfordert die Verarbeitung der IP-Adresse und der Metadaten des Nutzers. Auf dem Client des Nutzers werden keine Cookies oder Cookie-\\u00e4hnliche Technologien gesetzt. Die Daten k\\u00f6nnen verwendet werden, um die besuchten Websites zu erfassen, und sie k\\u00f6nnen verwendet werden, um die Dienste von Google zu verbessern. Sie k\\u00f6nnen auch zur Profilerstellung verwendet werden, z. B. um dir personalisierte Dienste anzubieten, wie Werbung auf der Grundlage deiner Interessen oder Empfehlungen. Google stellt personenbezogene Daten seinen verbundenen Unternehmen und anderen vertrauensw\\u00fcrdigen Unternehmen oder Personen zur Verf\\u00fcgung, die diese Daten auf der Grundlage der Anweisungen von Google und in \\u00dcbereinstimmung mit den Datenschutzbestimmungen von Google f\\u00fcr sie verarbeiten.\",\"providerContact\":{\"phone\":\"+353 1 543 1000\",\"email\":\"dpo-google@google.com\",\"link\":\"https:\\\/\\\/support.google.com\\\/\"},\"isProviderCurrentWebsite\":true,\"provider\":\"Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Irland\",\"uniqueName\":\"google-fonts\",\"isEmbeddingOnlyExternalResources\":true,\"legalBasis\":\"consent\",\"dataProcessingInCountries\":[\"US\",\"IE\",\"AU\",\"BE\",\"BR\",\"CA\",\"CL\",\"FI\",\"FR\",\"DE\",\"HK\",\"IN\",\"ID\",\"IL\",\"IT\",\"JP\",\"KR\",\"NL\",\"PL\",\"QA\",\"SG\",\"ES\",\"CH\",\"TW\",\"GB\"],\"dataProcessingInCountriesSpecialTreatments\":[\"provider-is-self-certified-trans-atlantic-data-privacy-framework\"],\"technicalDefinitions\":[],\"codeDynamics\":[],\"providerPrivacyPolicyUrl\":\"https:\\\/\\\/business.safety.google\\\/intl\\\/de\\\/privacy\\\/\",\"providerLegalNoticeUrl\":\"https:\\\/\\\/www.google.de\\\/contact\\\/impressum.html\",\"tagManagerOptInEventName\":\"\",\"tagManagerOptOutEventName\":\"\",\"googleConsentModeConsentTypes\":[],\"executePriority\":10,\"codeOptIn\":\"\",\"executeCodeOptInWhenNoTagManagerConsentIsGiven\":false,\"codeOptOut\":\"\",\"executeCodeOptOutWhenNoTagManagerConsentIsGiven\":false,\"deleteTechnicalDefinitionsAfterOptOut\":false,\"codeOnPageLoad\":\"base64-encoded:PHNjcmlwdD4KKGZ1bmN0aW9uICgpIHsKICAvLyBXZWIgRm9udCBMb2FkZXIgY29tcGF0aWJpbGl0eSAoaHR0cHM6Ly9naXRodWIuY29tL3R5cGVraXQvd2ViZm9udGxvYWRlcikKICB2YXIgbW9kdWxlcyA9IHsKICAgIHR5cGVraXQ6ICJodHRwczovL3VzZS50eXBla2l0Lm5ldCIsCiAgICBnb29nbGU6ICJodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tLyIKICB9OwoKICB2YXIgbG9hZCA9IGZ1bmN0aW9uIChjb25maWcpIHsKICAgIHNldFRpbWVvdXQoZnVuY3Rpb24gKCkgewogICAgICB2YXIgYSA9IHdpbmRvdy5jb25zZW50QXBpOwoKICAgICAgLy8gT25seSB3aGVuIGJsb2NrZXIgaXMgYWN0aXZlCiAgICAgIGlmIChhKSB7CiAgICAgICAgLy8gSXRlcmF0ZSBhbGwgbW9kdWxlcyBhbmQgaGFuZGxlIGluIGEgc2luZ2xlIGBXZWJGb250LmxvYWRgCiAgICAgICAgT2JqZWN0LmtleXMobW9kdWxlcykuZm9yRWFjaChmdW5jdGlvbiAobW9kdWxlKSB7CiAgICAgICAgICB2YXIgbmV3Q29uZmlnV2l0aG91dE90aGVyTW9kdWxlcyA9IEpTT04ucGFyc2UoCiAgICAgICAgICAgIEpTT04uc3RyaW5naWZ5KGNvbmZpZykKICAgICAgICAgICk7CiAgICAgICAgICBPYmplY3Qua2V5cyhtb2R1bGVzKS5mb3JFYWNoKGZ1bmN0aW9uICh0b1JlbW92ZSkgewogICAgICAgICAgICBpZiAodG9SZW1vdmUgIT09IG1vZHVsZSkgewogICAgICAgICAgICAgIGRlbGV0ZSBuZXdDb25maWdXaXRob3V0T3RoZXJNb2R1bGVzW3RvUmVtb3ZlXTsKICAgICAgICAgICAgfQogICAgICAgICAgfSk7CgogICAgICAgICAgaWYgKG5ld0NvbmZpZ1dpdGhvdXRPdGhlck1vZHVsZXNbbW9kdWxlXSkgewogICAgICAgICAgICBhLnVuYmxvY2sobW9kdWxlc1ttb2R1bGVdKS50aGVuKGZ1bmN0aW9uICgpIHsKICAgICAgICAgICAgICB2YXIgb3JpZ2luYWxMb2FkID0gd2luZG93LldlYkZvbnQubG9hZDsKICAgICAgICAgICAgICBpZiAob3JpZ2luYWxMb2FkICE9PSBsb2FkKSB7CiAgICAgICAgICAgICAgICBvcmlnaW5hbExvYWQobmV3Q29uZmlnV2l0aG91dE90aGVyTW9kdWxlcyk7CiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9KTsKICAgICAgICAgIH0KICAgICAgICB9KTsKICAgICAgfQogICAgfSwgMCk7CiAgfTsKCiAgaWYgKCF3aW5kb3cuV2ViRm9udCkgewogICAgd2luZG93LldlYkZvbnQgPSB7CiAgICAgIGxvYWQ6IGxvYWQKICAgIH07CiAgfQp9KSgpOwo8L3NjcmlwdD4=\",\"presetId\":\"google-fonts\"},{\"id\":88099,\"name\":\"Akismet\",\"purpose\":\"Akismet bietet automatischen Spamschutz f\\u00fcr benutzergenerierte Inhalte wie Kommentare und \\u00fcbermittelte Kontaktformulare. Es hilft Website-Betreibern, Spam zu reduzieren und eine saubere, benutzerfreundliche Umgebung zu erhalten. Akismet erfordert die Verarbeitung verschiedener personenbezogener Daten und Metadaten, wie personenbezogene Daten im Zusammenhang mit Kommentaren oder Formular\\u00fcbermittlungen, einschlie\\u00dflich der IP-Adresse des Kommentators, des User Agents (Browser- und Ger\\u00e4teinformationen), der Referrer-URL, des Namens und der E-Mail-Adresse (falls angegeben), der Website-URL (falls angegeben), des Kommentarinhalts, Metadaten wie Zeitstempel, und \\u00dcbermittlungsverlauf. Akismet analysiert auch die Interaktionsmuster der Nutzer, um automatisiertes Verhalten zu erkennen, und sammelt Verhaltensmetadaten wie die Tippdynamik (Anzahl der Tastendr\\u00fccke, Dauer und Timing), die Mausaktivit\\u00e4t (Klick-Timing und Bewegungsmuster), Touchscreen-Interaktionen und das Scrollverhalten. Die gesammelten Daten werden zur Spam-Erkennung und -Klassifizierung an die Server von Akismet gesendet. Sie k\\u00f6nnen vor\\u00fcbergehend gespeichert werden, um die Spam-Erkennungsalgorithmen von Akismet weiter zu analysieren und zu verbessern. Gem\\u00e4\\u00df der Datenschutzrichtlinie von Akismet werden Spam-bezogene Daten in der Regel 90 Tage lang aufbewahrt, bevor sie automatisch gel\\u00f6scht werden. Daten, die mit legitimen (Nicht-Spam-)Kommentaren in Verbindung stehen, k\\u00f6nnen jedoch f\\u00fcr einen l\\u00e4ngeren Zeitraum gespeichert werden. Diese Daten k\\u00f6nnen von Automattic mit den Daten von Benutzern verkn\\u00fcpft werden, die auf den Websites von Automattic (z. B. wordpress.com, automattic.com) angemeldet sind. Sie k\\u00f6nnen auch zur Profilerstellung verwendet werden, z. B. um dir personalisierte Dienste anzubieten, wie Werbung auf der Grundlage deiner Interessen oder Empfehlungen. Automattic, die Akismet betreiben, stellt personenbezogene Daten Tochtergesellschaften, unabh\\u00e4ngigen Auftragnehmern und Drittanbietern zur Verf\\u00fcgung. Um diese Website vor Spam und Bots zu sch\\u00fctzen, m\\u00fcssen einige Daten verarbeitet werden, bevor du deine Einwilligung gibst, um die Sicherheit und Funktionalit\\u00e4t zu gew\\u00e4hrleisten. Da dieser Schritt f\\u00fcr die Sicherheit der Website technisch unerl\\u00e4sslich ist, beruht er auf einem berechtigten Interesse und erfordert keine Einwilligung. Eine Daten\\u00fcbermittlung erfolgt jedoch nur mit deiner Einwilligung.\",\"providerContact\":{\"phone\":\"+877 273 3049\",\"email\":\"\",\"link\":\"https:\\\/\\\/automattic.com\\\/contact\\\/\"},\"isProviderCurrentWebsite\":true,\"provider\":\"Aut O\\u2019Mattic A8C Ireland Ltd., Grand Canal Dock, 25 Herbert Pl, Dublin, D02 AY86, Irland\",\"uniqueName\":\"akismet\",\"isEmbeddingOnlyExternalResources\":true,\"legalBasis\":\"consent\",\"dataProcessingInCountries\":[\"US\",\"AF\",\"AL\",\"DZ\",\"AD\",\"AO\",\"AR\",\"AM\",\"AU\",\"AT\",\"AZ\",\"BH\",\"BD\",\"BB\",\"BY\",\"BE\",\"BJ\",\"BM\",\"BT\",\"BO\",\"BA\",\"BR\",\"VG\",\"BN\",\"BG\",\"BF\",\"KH\",\"CM\",\"CA\",\"KY\",\"CL\",\"CN\",\"CO\",\"CR\",\"HR\",\"CU\",\"CY\",\"CZ\",\"CI\",\"CD\",\"DK\",\"DO\",\"EC\",\"EG\",\"EE\",\"ET\",\"FJ\",\"FI\",\"FR\",\"GA\",\"GE\",\"DE\",\"GH\",\"GR\",\"GT\",\"HN\",\"HU\",\"IS\",\"IN\",\"ID\",\"IQ\",\"IE\",\"IL\",\"IT\",\"JM\",\"JP\",\"JO\",\"KZ\",\"KE\",\"KW\",\"KG\",\"LV\",\"LB\",\"LI\",\"LT\",\"LU\",\"MG\",\"MY\",\"MV\",\"ML\",\"MT\",\"MU\",\"MX\",\"MD\",\"MN\",\"ME\",\"MA\",\"MZ\",\"MM\",\"NA\",\"NP\",\"NL\",\"NZ\",\"NI\",\"NE\",\"NG\",\"MK\",\"NO\",\"OM\",\"PK\",\"PS\",\"PA\",\"PE\",\"PH\",\"PL\",\"PT\",\"QA\",\"RO\",\"RU\",\"RW\",\"KN\",\"VC\",\"WS\",\"SA\",\"SN\",\"RS\",\"SG\",\"SK\",\"SI\",\"SB\",\"SO\",\"ZA\",\"KR\",\"ES\",\"LK\",\"SD\",\"SE\",\"CH\",\"SY\",\"ST\",\"TW\",\"TZ\",\"TH\",\"GM\",\"TG\",\"TN\",\"TR\",\"TC\",\"UG\",\"UA\",\"AE\",\"GB\",\"UY\",\"UZ\",\"VU\",\"VE\",\"VN\",\"ZM\",\"ZW\"],\"dataProcessingInCountriesSpecialTreatments\":[\"contractual-assurances-with-sub-processors\",\"provider-is-self-certified-trans-atlantic-data-privacy-framework\"],\"technicalDefinitions\":[],\"codeDynamics\":[],\"providerPrivacyPolicyUrl\":\"https:\\\/\\\/akismet.com\\\/privacy\\\/\",\"providerLegalNoticeUrl\":\"\",\"tagManagerOptInEventName\":\"\",\"tagManagerOptOutEventName\":\"\",\"googleConsentModeConsentTypes\":[],\"executePriority\":10,\"codeOptIn\":\"\",\"executeCodeOptInWhenNoTagManagerConsentIsGiven\":false,\"codeOptOut\":\"\",\"executeCodeOptOutWhenNoTagManagerConsentIsGiven\":false,\"deleteTechnicalDefinitionsAfterOptOut\":false,\"codeOnPageLoad\":\"\",\"presetId\":\"akismet\"}]}]","links":[{"id":88096,"label":"Datenschutzerkl\u00e4rung","pageType":"privacyPolicy","isExternalUrl":false,"pageId":34418,"url":"https:\/\/www.tabularasamagazin.de\/datenschutzerklaerung\/","hideCookieBanner":true,"isTargetBlank":true}],"websiteOperator":{"address":"Tabula Rasa Magazin","country":"DE","contactEmail":"base64-encoded:RHIuU3RlZmFuR3Jvc3NAd2ViLmRl","contactPhone":"","contactFormUrl":false},"blocker":[{"id":88103,"name":"YouTube","description":"","rules":["*youtube.com*","*youtu.be*","*youtube-nocookie.com*","*ytimg.com*","*apis.google.com\/js\/platform.js*","div[class*=\"g-ytsubscribe\"]","*youtube.com\/subscribe_embed*","div[class*=\"elementor-element\"][data-settings:matchesUrl()]","script[id=\"uael-video-subscribe-js\"]","div[class*=\"elementor-widget-premium-addon-video-box\"][data-settings*=\"youtube\"]","div[class*=\"td_wrapper_playlist_player_youtube\"]","*wp-content\/plugins\/wp-youtube-lyte\/lyte\/lyte-min.js*","*wp-content\/plugins\/youtube-embed-plus\/scripts\/*","*wp-content\/plugins\/youtube-embed-plus-pro\/scripts\/*","div[id^=\"epyt_gallery\"]","div[class^=\"epyt_gallery\"]","div[class*=\"tcb-yt-bg\"]","lite-youtube[videoid]","new OUVideo({*type:*yt","*\/wp-content\/plugins\/streamtube-core\/public\/assets\/vendor\/video.js\/youtube*","a[data-youtube:delegateClick()]","spidochetube","div[class*=\"spidochetube\"]","div[id^=\"eaelsv-player\"][data-plyr-provider=\"youtube\":visualParent(value=.elementor-widget-container)]","div[class*=\"be-youtube-embed\":visualParent(value=1),transformAttribute({ \"name\": \"data-video-id\", \"target\": \"data-video-id-url\", \"regexpReplace\": \"https:\/\/youtube.com\/watch?v=$1\" }),keepAttributes(value=class),jQueryHijackEach()]","*wp-content\/plugins\/hideyt-premium\/legacy\/hideyt*"],"criteria":"services","tcfVendors":[],"tcfPurposes":[],"services":[],"isVisual":true,"visualType":"default","visualMediaThumbnail":"0","visualContentType":"","isVisualDarkMode":false,"visualBlur":0,"visualDownloadThumbnail":false,"visualHeroButtonText":"","shouldForceToShowVisual":false,"presetId":"youtube","visualThumbnail":null},{"id":88101,"name":"Google Fonts","description":"","rules":["*fonts.googleapis.com*","*fonts.gstatic.com*","*ajax.googleapis.com\/ajax\/libs\/webfont\/*\/webfont.js*","*WebFont.load*google*","WebFontConfig*google*","!two_merge_google_fonts"],"criteria":"services","tcfVendors":[],"tcfPurposes":[],"services":[88100],"isVisual":false,"visualType":"default","visualMediaThumbnail":"0","visualContentType":"","isVisualDarkMode":false,"visualBlur":0,"visualDownloadThumbnail":false,"visualHeroButtonText":"","shouldForceToShowVisual":false,"presetId":"google-fonts","visualThumbnail":null}],"languageSwitcher":[],"predefinedDataProcessingInSafeCountriesLists":{"GDPR":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IS","IT","LI","LV","LT","LU","MT","NL","NO","PL","PT","RO","SK","SI","ES","SE"],"DSG":["CH"],"GDPR+DSG":[],"ADEQUACY_EU":["AD","AR","CA","FO","GG","IL","IM","JP","JE","NZ","KR","CH","GB","UY","US"],"ADEQUACY_CH":["DE","AD","AR","AT","BE","BG","CA","CY","HR","DK","ES","EE","FI","FR","GI","GR","GG","HU","IM","FO","IE","IS","IL","IT","JE","LV","LI","LT","LU","MT","MC","NO","NZ","NL","PL","PT","CZ","RO","GB","SK","SI","SE","UY","US"]},"decisionCookieName":"real_cookie_banner-v:3_blog:1_path:2e47983","revisionHash":"f34411d376ec183a2ba879c8a1ba044c","territorialLegalBasis":["gdpr-eprivacy"],"setCookiesViaManager":"none","isRespectDoNotTrack":false,"failedConsentDocumentationHandling":"essentials","isAcceptAllForBots":true,"isDataProcessingInUnsafeCountries":false,"isAgeNotice":true,"ageNoticeAgeLimit":16,"isListServicesNotice":true,"isBannerLessConsent":false,"isTcf":false,"isGcm":false,"isGcmListPurposes":false,"hasLazyData":false},"anonymousContentUrl":"https:\/\/www.tabularasamagazin.de\/wp-content\/c76c7d09d322f1dcbbfa429c1c3390c2\/dist\/","anonymousHash":"c76c7d09d322f1dcbbfa429c1c3390c2","hasDynamicPreDecisions":false,"isLicensed":true,"isDevLicense":false,"multilingualSkipHTMLForTag":"","isCurrentlyInTranslationEditorPreview":false,"defaultLanguage":"","currentLanguage":"","activeLanguages":[],"context":"","iso3166OneAlpha2":{"AF":"Afghanistan","AL":"Albanien","DZ":"Algerien","AS":"Amerikanisch-Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarktis","AG":"Antigua und Barbuda","AR":"Argentinien","AM":"Armenien","AW":"Aruba","AZ":"Aserbaidschan","AU":"Australien","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesch","BB":"Barbados","BY":"Belarus","BE":"Belgien","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivien","BA":"Bosnien und Herzegowina","BW":"Botswana","BV":"Bouvetinsel","BR":"Brasilien","IO":"Britisches Territorium im Indischen Ozean","BN":"Brunei Darussalam","BG":"Bulgarien","BF":"Burkina Faso","BI":"Burundi","CL":"Chile","CN":"China","CK":"Cookinseln","CR":"Costa Rica","CW":"Cura\u00e7ao","DE":"Deutschland","LA":"Die Laotische Demokratische Volksrepublik","DM":"Dominica","DO":"Dominikanische Republik","DJ":"Dschibuti","DK":"D\u00e4nemark","EC":"Ecuador","SV":"El Salvador","ER":"Eritrea","EE":"Estland","FK":"Falklandinseln (Malwinen)","FJ":"Fidschi","FI":"Finnland","FR":"Frankreich","GF":"Franz\u00f6sisch-Guayana","PF":"Franz\u00f6sisch-Polynesien","TF":"Franz\u00f6sische S\u00fcd- und Antarktisgebiete","FO":"F\u00e4r\u00f6er Inseln","FM":"F\u00f6derierte Staaten von Mikronesien","GA":"Gabun","GM":"Gambia","GE":"Georgien","GH":"Ghana","GI":"Gibraltar","GD":"Grenada","GR":"Griechenland","GL":"Gr\u00f6nland","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard und die McDonaldinseln","VA":"Heiliger Stuhl (Staat Vatikanstadt)","HN":"Honduras","HK":"Hong Kong","IN":"Indien","ID":"Indonesien","IQ":"Irak","IE":"Irland","IR":"Islamische Republik Iran","IS":"Island","IM":"Isle of Man","IL":"Israel","IT":"Italien","JM":"Jamaika","JP":"Japan","YE":"Jemen","JE":"Jersey","JO":"Jordanien","VG":"Jungferninseln, Britisch","VI":"Jungferninseln, U.S.","KY":"Kaimaninseln","KH":"Kambodscha","CM":"Kamerun","CA":"Kanada","CV":"Kap Verde","BQ":"Karibischen Niederlande","KZ":"Kasachstan","QA":"Katar","KE":"Kenia","KG":"Kirgisistan","KI":"Kiribati","UM":"Kleinere Inselbesitzungen der Vereinigten Staaten","CC":"Kokosinseln","CO":"Kolumbien","KM":"Komoren","CG":"Kongo","CD":"Kongo, Demokratische Republik","KR":"Korea","XK":"Kosovo","HR":"Kroatien","CU":"Kuba","KW":"Kuwait","LS":"Lesotho","LV":"Lettland","LB":"Libanon","LR":"Liberia","LY":"Libysch-Arabische Dschamahirija","LI":"Liechtenstein","LT":"Litauen","LU":"Luxemburg","MO":"Macao","MG":"Madagaskar","MW":"Malawi","MY":"Malaysia","MV":"Malediven","ML":"Mali","MT":"Malta","MA":"Marokko","MH":"Marshallinseln","MQ":"Martinique","MR":"Mauretanien","MU":"Mauritius","YT":"Mayotte","MK":"Mazedonien","MX":"Mexiko","MD":"Moldawien","MC":"Monaco","MN":"Mongolei","ME":"Montenegro","MS":"Montserrat","MZ":"Mosambik","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NC":"Neukaledonien","NZ":"Neuseeland","NI":"Nicaragua","NL":"Niederlande","AN":"Niederl\u00e4ndische Antillen","NE":"Niger","NG":"Nigeria","NU":"Niue","KP":"Nordkorea","NF":"Norfolkinsel","NO":"Norwegen","MP":"N\u00f6rdliche Marianen","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":"Pal\u00e4stinensisches Gebiet, besetzt","PA":"Panama","PG":"Papua-Neuguinea","PY":"Paraguay","PE":"Peru","PH":"Philippinen","PN":"Pitcairn","PL":"Polen","PT":"Portugal","PR":"Puerto Rico","CI":"Republik C\u00f4te d'Ivoire","RW":"Ruanda","RO":"Rum\u00e4nien","RU":"Russische F\u00f6deration","RE":"R\u00e9union","BL":"Saint Barth\u00e9l\u00e9my","PM":"Saint Pierre und Miquelo","SB":"Salomonen","ZM":"Sambia","WS":"Samoa","SM":"San Marino","SH":"Sankt Helena","MF":"Sankt Martin","SA":"Saudi-Arabien","SE":"Schweden","CH":"Schweiz","SN":"Senegal","RS":"Serbien","SC":"Seychellen","SL":"Sierra Leone","ZW":"Simbabwe","SG":"Singapur","SX":"Sint Maarten","SK":"Slowakei","SI":"Slowenien","SO":"Somalia","ES":"Spanien","LK":"Sri Lanka","KN":"St. Kitts und Nevis","LC":"St. Lucia","VC":"St. Vincent und Grenadinen","SD":"Sudan","SR":"Surinam","SJ":"Svalbard und Jan Mayen","SZ":"Swasiland","SY":"Syrische Arabische Republik","ST":"S\u00e3o Tom\u00e9 und Pr\u00edncipe","ZA":"S\u00fcdafrika","GS":"S\u00fcdgeorgien und die S\u00fcdlichen Sandwichinseln","SS":"S\u00fcdsudan","TJ":"Tadschikistan","TW":"Taiwan","TZ":"Tansania","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad und Tobago","TD":"Tschad","CZ":"Tschechische Republik","TN":"Tunesien","TM":"Turkmenistan","TC":"Turks- und Caicosinseln","TV":"Tuvalu","TR":"T\u00fcrkei","UG":"Uganda","UA":"Ukraine","HU":"Ungarn","UY":"Uruguay","UZ":"Usbekistan","VU":"Vanuatu","VE":"Venezuela","AE":"Vereinigte Arabische Emirate","US":"Vereinigte Staaten","GB":"Vereinigtes K\u00f6nigreich","VN":"Vietnam","WF":"Wallis und Futuna","CX":"Weihnachtsinsel","EH":"Westsahara","CF":"Zentralafrikanische Republik","CY":"Zypern","EG":"\u00c4gypten","GQ":"\u00c4quatorialguinea","ET":"\u00c4thiopien","AX":"\u00c5land Inseln","AT":"\u00d6sterreich"},"visualParentSelectors":{".et_pb_video_box":1,".et_pb_video_slider:has(>.et_pb_slider_carousel %s)":"self",".ast-oembed-container":1,".wpb_video_wrapper":1,".gdlr-core-pbf-background-wrap":1},"isPreventPreDecision":false,"isInvalidateImplicitUserConsent":false,"dependantVisibilityContainers":["[role=\"tabpanel\"]",".eael-tab-content-item",".wpcs_content_inner",".op3-contenttoggleitem-content",".op3-popoverlay-content",".pum-overlay","[data-elementor-type=\"popup\"]",".wp-block-ub-content-toggle-accordion-content-wrap",".w-popup-wrap",".oxy-lightbox_inner[data-inner-content=true]",".oxy-pro-accordion_body",".oxy-tab-content",".kt-accordion-panel",".vc_tta-panel-body",".mfp-hide","div[id^=\"tve_thrive_lightbox_\"]",".brxe-xpromodalnestable",".evcal_eventcard",".divioverlay",".et_pb_toggle_content"],"disableDeduplicateExceptions":[".et_pb_video_slider"],"bannerDesignVersion":12,"bannerI18n":{"showMore":"Mehr anzeigen","hideMore":"Verstecken","showLessRelevantDetails":"Weitere Details anzeigen (%s)","hideLessRelevantDetails":"Weitere Details ausblenden (%s)","other":"Anderes","legalBasis":{"label":"Verwendung auf gesetzlicher Grundlage von","consentPersonalData":"Einwilligung zur Verarbeitung personenbezogener Daten","consentStorage":"Einwilligung zur Speicherung oder zum Zugriff auf Informationen auf der Endeinrichtung des Nutzers","legitimateInterestPersonalData":"Berechtigtes Interesse zur Verarbeitung personenbezogener Daten","legitimateInterestStorage":"Bereitstellung eines ausdr\u00fccklich gew\u00fcnschten digitalen Dienstes zur Speicherung oder zum Zugriff auf Informationen auf der Endeinrichtung des Nutzers","legalRequirementPersonalData":"Erf\u00fcllung einer rechtlichen Verpflichtung zur Verarbeitung personenbezogener Daten"},"territorialLegalBasisArticles":{"gdpr-eprivacy":{"dataProcessingInUnsafeCountries":"Art. 49 Abs. 1 lit. a DSGVO"},"dsg-switzerland":{"dataProcessingInUnsafeCountries":"Art. 17 Abs. 1 lit. a DSG (Schweiz)"}},"legitimateInterest":"Berechtigtes Interesse","consent":"Einwilligung","crawlerLinkAlert":"Wir haben erkannt, dass du ein Crawler\/Bot bist. Nur nat\u00fcrliche Personen d\u00fcrfen in Cookies und die Verarbeitung von personenbezogenen Daten einwilligen. Daher hat der Link f\u00fcr dich keine Funktion.","technicalCookieDefinitions":"Technische Cookie-Definitionen","technicalCookieName":"Technischer Cookie Name","usesCookies":"Verwendete Cookies","cookieRefresh":"Cookie-Erneuerung","usesNonCookieAccess":"Verwendet Cookie-\u00e4hnliche Informationen (LocalStorage, SessionStorage, IndexDB, etc.)","host":"Host","duration":"Dauer","noExpiration":"Kein Ablauf","type":"Typ","purpose":"Zweck","purposes":"Zwecke","description":"Beschreibung","optOut":"Opt-out","optOutDesc":"Cookies kann gesetzt werden, um Widerspruch des beschriebenen Verhaltens zu speichern.","headerTitlePrivacyPolicyHistory":"Privatsph\u00e4re-Einstellungen: Historie","skipToConsentChoices":"Zu Einwilligungsoptionen springen","historyLabel":"Einwilligungen anzeigen vom","historyItemLoadError":"Das Lesen der Zustimmung ist fehlgeschlagen. Bitte versuche es sp\u00e4ter noch einmal!","historySelectNone":"Noch nicht eingewilligt","provider":"Anbieter","providerContactPhone":"Telefon","providerContactEmail":"E-Mail","providerContactLink":"Kontaktformular","providerPrivacyPolicyUrl":"Datenschutzerkl\u00e4rung","providerLegalNoticeUrl":"Impressum","nonStandard":"Nicht standardisierte Datenverarbeitung","nonStandardDesc":"Einige Services setzen Cookies und\/oder verarbeiten personenbezogene Daten, ohne die Standards f\u00fcr die Mitteilung der Einwilligung einzuhalten. Diese Services werden in mehrere Gruppen eingeteilt. Sogenannte \"essenzielle Services\" werden auf Basis eines berechtigten Interesses genutzt und k\u00f6nnen nicht abgew\u00e4hlt werden (ein Widerspruch muss ggf. per E-Mail oder Brief gem\u00e4\u00df der Datenschutzerkl\u00e4rung erfolgen), w\u00e4hrend alle anderen Services nur nach einer Einwilligung genutzt werden.","dataProcessingInThirdCountries":"Datenverarbeitung in Drittl\u00e4ndern","safetyMechanisms":{"label":"Sicherheitsmechanismen f\u00fcr die Daten\u00fcbermittlung","standardContractualClauses":"Standardvertragsklauseln","adequacyDecision":"Angemessenheitsbeschluss","eu":"EU","switzerland":"Schweiz","bindingCorporateRules":"Verbindliche interne Datenschutzvorschriften","contractualGuaranteeSccSubprocessors":"Vertragliche Garantie f\u00fcr Standardvertragsklauseln mit Unterauftragsverarbeitern"},"durationUnit":{"n1":{"s":"Sekunde","m":"Minute","h":"Stunde","d":"Tag","mo":"Monat","y":"Jahr"},"nx":{"s":"Sekunden","m":"Minuten","h":"Stunden","d":"Tage","mo":"Monate","y":"Jahre"}},"close":"Schlie\u00dfen","closeWithoutSaving":"Schlie\u00dfen ohne Speichern","yes":"Ja","no":"Nein","unknown":"Unbekannt","none":"Nichts","noLicense":"Keine Lizenz aktiviert - kein Produktionseinsatz!","devLicense":"Produktlizenz nicht f\u00fcr den Produktionseinsatz!","devLicenseLearnMore":"Mehr erfahren","devLicenseLink":"https:\/\/devowl.io\/de\/wissensdatenbank\/lizenz-installations-typ\/","andSeparator":" und ","deprecated":{"appropriateSafeguard":"Geeignete Garantien","dataProcessingInUnsafeCountries":"Datenverarbeitung in unsicheren Drittl\u00e4ndern","legalRequirement":"Erf\u00fcllung einer rechtlichen Verpflichtung"}},"pageRequestUuid4":"a1f2782a0-b48e-4c68-ae35-a42a9f76a333","pageByIdUrl":"https:\/\/www.tabularasamagazin.de?page_id","pluginUrl":"https:\/\/devowl.io\/wordpress-real-cookie-banner\/"}}</script><script data-skip-lazy-load="js-extra" data-skip-moving="true" data-no-defer nitro-exclude data-alt-type="application/ld+json" data-dont-merge data-wpmeteor-nooptimize="true" data-cfasync="false" id="a86d499739233cbd6240372b87a7873632-js-extra">
(()=>{var x=function (a,b){return-1<["codeOptIn","codeOptOut","codeOnPageLoad","contactEmail"].indexOf(a)&&"string"==typeof b&&b.startsWith("base64-encoded:")?window.atob(b.substr(15)):b},t=(e,t)=>new Proxy(e,{get:(e,n)=>{let r=Reflect.get(e,n);return n===t&&"string"==typeof r&&(r=JSON.parse(r,x),Reflect.set(e,n,r)),r}}),n=JSON.parse(document.getElementById("a86d499739233cbd6240372b87a7873631-js-extra").innerHTML,x);window.Proxy?n.others.frontend=t(n.others.frontend,"groups"):n.others.frontend.groups=JSON.parse(n.others.frontend.groups,x);window.Proxy?n.others=t(n.others,"customizeValuesBanner"):n.others.customizeValuesBanner=JSON.parse(n.others.customizeValuesBanner,x);;window.realCookieBanner=n;window[Math.random().toString(36)]=n;
})();
</script><script data-cfasync="false" type="text/javascript" id="real-cookie-banner-banner-js-before">
/* <![CDATA[ */
((a,b)=>{a[b]||(a[b]={unblockSync:()=>undefined},["consentSync"].forEach(c=>a[b][c]=()=>({cookie:null,consentGiven:!1,cookieOptIn:!0})),["consent","consentAll","unblock"].forEach(c=>a[b][c]=(...d)=>new Promise(e=>a.addEventListener(b,()=>{a[b][c](...d).then(e)},{once:!0}))))})(window,"consentApi");
/* ]]> */
</script>
<script data-cfasync="false" type="text/javascript" defer src="https://www.tabularasamagazin.de/wp-content/c76c7d09d322f1dcbbfa429c1c3390c2/dist/696905746.js?ver=8c1f725df9af567e471c98bf6cbb18c6" id="real-cookie-banner-banner-js"></script>
<link skip-rucss rel='stylesheet' id='animate-css-css' href='https://www.tabularasamagazin.de/wp-content/plugins/real-cookie-banner/public/lib/animate.css/animate.min.css?ver=4.1.1' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.tabularasamagazin.de\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.tabularasamagazin.de/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='authors-list-css-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/css/front.css?ver=1769181517' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jquery-ui-css-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/css/jquery-ui.css?ver=1769181517' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='bcct_style-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=1769181517' type='text/css' media='all' />
<link rel='stylesheet' id='ctf_styles-css' href='https://www.tabularasamagazin.de/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.5.4' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ppress-frontend-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=1769181517' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-flatpickr-css' href='https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.13' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-select2-css' href='https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.7.5' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mh-magazine-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/style.css?ver=1769181517' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='mh-font-awesome-css' href='https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/includes/font-awesome.min.css?ver=1769181517' type='text/css' media='all' />
<link rel="stylesheet" id="mh-google-fonts-css" type="text/css" media="all" consent-original-href-_="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700" consent-required="88100" consent-by="services" consent-id="88101"/>
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.tabularasamagazin.de/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.13" id="ppress-flatpickr-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.13" id="ppress-select2-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/themes/mh-magazine/js/scripts.js?ver=1769181517" id="mh-scripts-js" defer></script>

<!-- Google Tag (gtac.js) durch Site-Kit hinzugefügt -->
<!-- Von Site Kit hinzugefügtes Google-Analytics-Snippet -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-M3K7365" id="google_gtagjs-js" async></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.tabularasamagazin.de"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-M3K7365");
/* ]]> */
</script>
<link rel="https://api.w.org/" href="https://www.tabularasamagazin.de/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.tabularasamagazin.de/wp-json/wp/v2/pages/6" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.tabularasamagazin.de/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.5" />
<link rel='shortlink' href='https://www.tabularasamagazin.de/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.tabularasamagazin.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tabularasamagazin.de%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.tabularasamagazin.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.tabularasamagazin.de%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.176.0" />        <style type="text/css" id="pf-main-css">
            
				@media screen {
					.printfriendly {
						z-index: 1000; display: flex; margin: 0px 0px 0px 0px
					}
					.printfriendly a, .printfriendly a:link, .printfriendly a:visited, .printfriendly a:hover, .printfriendly a:active {
						font-weight: 600;
						cursor: pointer;
						text-decoration: none;
						border: none;
						-webkit-box-shadow: none;
						-moz-box-shadow: none;
						box-shadow: none;
						outline:none;
						font-size: 14px !important;
						color: #292928 !important;
					}
					.printfriendly.pf-alignleft {
						justify-content: start;
					}
					.printfriendly.pf-alignright {
						justify-content: end;
					}
					.printfriendly.pf-aligncenter {
						justify-content: center;
						
					}
				}

				.pf-button-img {
					border: none;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
					padding: 0;
					margin: 0;
					display: inline;
					vertical-align: middle;
				}

				img.pf-button-img + .pf-button-text {
					margin-left: 6px;
				}

				@media print {
					.printfriendly {
						display: none;
					}
				}
				        </style>

            
        <style type="text/css" id="pf-excerpt-styles">
          .pf-button.pf-button-excerpt {
              display: none;
           }
        </style>

            <style type="text/css">.border{ border: solid #ccc;
  border-style: double;}
h2.mh-slider-title{ font-size: 1.2rem;}
.mh-slider-content { padding: 10px;}
.mh-main-nav li a {
        font-size: 15px;
font-weight: 800;
}

.sub-menu li a  {
        font-size: 15px;
font-weight: 600;
}
.authors-list-items-s4 .authors-list-item-thumbnail {
    float: left;
    margin-right: 20px;
    width: 15% !important;
margin-bottom: 5px !important;
}
.page-numbers a:hover {
     background-color: grey;
}
</style>
<style type="text/css">
.mh-navigation li:hover, .mh-navigation ul li:hover > ul, .mh-main-nav-wrap, .mh-main-nav, .mh-social-nav li a:hover, .entry-tags li, .mh-slider-caption, .mh-widget-col-1 .mh-slider-caption, .mh-widget-col-1 .mh-posts-lineup-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-social-widget li a, .mh-author-bio-widget, .mh-footer-widget .mh-tab-comment-excerpt, .mh-nip-item:hover .mh-nip-overlay, .mh-widget .tagcloud a, .mh-footer-widget .tagcloud a, .mh-footer, .mh-copyright-wrap, input[type=submit]:hover, #infinite-handle span:hover { background: #494949; }
.mh-extra-nav-bg { background: rgba(73, 73, 73, 0.2); }
.mh-slider-caption, .mh-posts-stacked-title, .mh-posts-lineup-caption { background: #494949; background: rgba(73, 73, 73, 0.8); }
@media screen and (max-width: 900px) { #mh-mobile .mh-slider-caption, #mh-mobile .mh-posts-lineup-caption { background: rgba(73, 73, 73, 1); } }
.slicknav_menu, .slicknav_nav ul, #mh-mobile .mh-footer-widget .mh-posts-stacked-overlay { border-color: #494949; }
.mh-copyright, .mh-copyright a { color: #fff; }
.mh-widget-layout4 .mh-widget-title { background: #b6002b; background: rgba(182, 0, 43, 0.6); }
.mh-preheader, .mh-wide-layout .mh-subheader, .mh-ticker-title, .mh-main-nav li:hover, .mh-footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .mh-back-to-top, .mh-subheading, .entry-tags .fa, .entry-tags li:hover, .mh-widget-layout2 .mh-widget-title, .mh-widget-layout4 .mh-widget-title-inner, .mh-widget-layout4 .mh-footer-widget-title, #mh-mobile .flex-control-paging li a.flex-active, .mh-image-caption, .mh-carousel-layout1 .mh-carousel-caption, .mh-tab-button.active, .mh-tab-button.active:hover, .mh-footer-widget .mh-tab-button.active, .mh-social-widget li:hover a, .mh-footer-widget .mh-social-widget li a, .mh-footer-widget .mh-author-bio-widget, .tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .mh-posts-stacked-meta, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #infinite-handle span { background: #b6002b; }
.mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, .bypostauthor .mh-comment-meta, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #b6002b; }
.mh-dropcap, .mh-carousel-layout1 .flex-direction-nav a, .mh-carousel-layout2 .mh-carousel-caption, .mh-posts-digest-small-category, .mh-posts-lineup-more, .bypostauthor .mh-comment-meta-author:after, .mh-comment-meta-links .comment-reply-link:before, #respond #cancel-comment-reply-link:before { color: #b6002b; }
.entry-content a, .mh-comment-content a { color: #b6002b; }
a:hover, .entry-content a:hover, .mh-comment-content a:hover, #respond a:hover, .mh-meta a:hover, .mh-breadcrumb a:hover, .mh-tabbed-widget a:hover { color: #b6002b; }
</style>
<!--[if lt IE 9]>
<script src="https://www.tabularasamagazin.de/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script>
<![endif]-->
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" sizes="32x32" />
<link rel="icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" />
<meta name="msapplication-TileImage" content="https://www.tabularasamagazin.de/wp-content/uploads/2016/11/favicon.gif" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl=1 id="mh-mobile" class="home page-template page-template-template-homepage page-template-template-homepage-php page page-id-6 wp-custom-logo mh-boxed-layout mh-right-sb mh-loop-layout1 mh-widget-layout1" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<div class="mh-container mh-container-outer">
<div class="mh-header-nav-mobile clearfix"></div>
	<div class="mh-preheader">
    	<div class="mh-container mh-container-inner mh-row clearfix">
							<div class="mh-header-bar-content mh-header-bar-top-left mh-col-2-3 clearfix">
											<div class="mh-header-date mh-header-date-top">
							9. April 2026						</div>
									</div>
										<div class="mh-header-bar-content mh-header-bar-top-right mh-col-1-3 clearfix">
											<nav class="mh-social-icons mh-social-nav mh-social-nav-top clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
							<div class="menu-socialmedia-container"><ul id="menu-socialmedia" class="menu"><li id="menu-item-11" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11"><a target="_blank" href="https://www.facebook.com/pages/Tabula-Rasa/157277970970978"><i class="fa fa-mh-social"></i><span class="screen-reader-text">Facebook</span></a></li>
<li id="menu-item-80447" class="Twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-80447"><a target="_blank" rel="Twitter" href="https://twitter.com/TabulaRasaMagaz"><i class="fa fa-mh-social"></i><span class="screen-reader-text">Twitter</span></a></li>
<li id="menu-item-13" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-13"><a target="_blank" href="https://www.tabularasamagazin.de/" aria-current="page"><i class="fa fa-mh-social"></i><span class="screen-reader-text">RSS-Feed</span></a></li>
</ul></div>						</nav>
									</div>
					</div>
	</div>
<header class="mh-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
	<div class="mh-container mh-container-inner clearfix">
		<div class="mh-custom-header clearfix">
<div class="mh-header-columns mh-row clearfix">
<div class="mh-col-1-1 mh-site-identity">
<div class="mh-site-logo" role="banner">
<a href="https://www.tabularasamagazin.de/" class="custom-logo-link" rel="home" aria-current="page"><img width="305" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20305%2080'%3E%3C/svg%3E" class="custom-logo" alt="Tabula Rasa Magazin" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png 305w, https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr-300x79.png 300w" data-lazy-sizes="(max-width: 305px) 100vw, 305px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png" /><noscript><img width="305" height="80" src="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png" class="custom-logo" alt="Tabula Rasa Magazin" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr.png 305w, https://www.tabularasamagazin.de/wp-content/uploads/2016/09/logo-gr-300x79.png 300w" sizes="(max-width: 305px) 100vw, 305px" /></noscript></a></div>
</div>
</div>
</div>
	</div>
	<div class="mh-main-nav-wrap">
		<nav class="mh-navigation mh-main-nav mh-container mh-container-inner clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
			<div class="menu-hauptmenue-container"><ul id="menu-hauptmenue" class="menu"><li id="menu-item-22" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22"><a href="https://www.tabularasamagazin.de/category/politik/">Politik</a></li>
<li id="menu-item-23" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-23"><a href="https://www.tabularasamagazin.de/category/welt/">Welt</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16"><a href="https://www.tabularasamagazin.de/category/feuilleton/">Feuilleton</a></li>
<li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18"><a href="https://www.tabularasamagazin.de/category/finanzen/">Finanzen</a></li>
<li id="menu-item-20" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20"><a href="https://www.tabularasamagazin.de/category/glaube/">Glaube</a></li>
<li id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24"><a href="https://www.tabularasamagazin.de/category/wissen/">Wissen</a></li>
<li id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a href="https://www.tabularasamagazin.de/category/kunst/">Kunst</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19"><a href="https://www.tabularasamagazin.de/category/gesellschaft/">Gesellschaft</a></li>
<li id="menu-item-14" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14"><a href="https://www.tabularasamagazin.de/category/buecher/">Bücher</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17"><a href="https://www.tabularasamagazin.de/category/film/">Film</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15"><a href="https://www.tabularasamagazin.de/category/europa/">EUROPA</a></li>
<li id="menu-item-34944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34944"><a href="https://www.tabularasamagazin.de/category/sport/">Sport</a></li>
<li id="menu-item-42959" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-42959"><a href="https://www.tabularasamagazin.de/category/lifestyle-und-reisen/">Lifestyle und Reisen</a></li>
</ul></div>		</nav>
	</div>
			<div class="mh-extra-nav-wrap">
			<div class="mh-extra-nav-bg">
				<nav class="mh-navigation mh-extra-nav mh-container mh-container-inner clearfix" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
					<div class="menu-unterhalbnavi-container"><ul id="menu-unterhalbnavi" class="menu"><li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://www.tabularasamagazin.de/redaktion/">Redaktion</a></li>
<li id="menu-item-55061" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55061"><a href="https://www.tabularasamagazin.de/autoren/">Autoren</a></li>
<li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://www.tabularasamagazin.de/kontakt/">Kontakt</a></li>
<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://www.tabularasamagazin.de/impressum/">Impressum</a></li>
<li id="menu-item-34426" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34426"><a rel="privacy-policy" href="https://www.tabularasamagazin.de/datenschutzerklaerung/">Datenschutz</a></li>
<li id="menu-item-31464" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31464"><a href="https://www.tabularasamagazin.de/wp-content/uploads/2017/06/Mediadaten-Tabula-Rasa-Magazin.pdf">Mediadaten</a></li>
</ul></div>				</nav>
			</div>
		</div>
	</header>
	<div class="mh-subheader">
		<div class="mh-container mh-container-inner mh-row clearfix">
							<div class="mh-header-bar-content mh-header-bar-bottom-left mh-col-2-3 clearfix">
											<div class="mh-header-ticker mh-header-ticker-bottom">
							<div class="mh-ticker-bottom">
			<div class="mh-ticker-title mh-ticker-title-bottom">
			Aktuelle Nachrichten<i class="fa fa-chevron-right"></i>		</div>
		<div class="mh-ticker-content mh-ticker-content-bottom">
		<ul id="mh-ticker-loop-bottom">				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/kristin-scott-thomas-in-mrs-taylors-singing-club/" title="Kristin Scott Thomas in &#8222;Mrs. Taylor&#8217;s Singing Club&#8220;">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 24. November 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Kristin Scott Thomas in &#8222;Mrs. Taylor&#8217;s Singing Club&#8220;						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Film						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/dein-schicksal-liegt-auf-dem-server/" title="Dein Schicksal liegt auf dem Server">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 16. November 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Dein Schicksal liegt auf dem Server						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/vijajanagara-entdeckungen-in-der-stadt-des-sieges/" title="Vijajanagara – Entdeckungen in der Stadt des Sieges">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 29. September 2020 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Vijajanagara – Entdeckungen in der Stadt des Sieges						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 9. April 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 9. April 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Entdecken Sie die Naturwunder des Bodensees						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 9. April 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Finanzen						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 9. April 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Finanzen						</span>
					</a>
				</li>				<li class="mh-ticker-item mh-ticker-item-bottom">
					<a href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">
						<span class="mh-ticker-item-date mh-ticker-item-date-bottom">
                        	[ 9. April 2026 ]                        </span>
						<span class="mh-ticker-item-title mh-ticker-item-title-bottom">
							Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss						</span>
						<span class="mh-ticker-item-cat mh-ticker-item-cat-bottom">
							<i class="fa fa-caret-right"></i>
														Gesellschaft						</span>
					</a>
				</li>		</ul>
	</div>
</div>						</div>
									</div>
										<div class="mh-header-bar-content mh-header-bar-bottom-right mh-col-1-3 clearfix">
											<aside class="mh-header-search mh-header-search-bottom">
							<form role="search" method="get" class="search-form" action="https://www.tabularasamagazin.de/">
				<label>
					<span class="screen-reader-text">Suche nach:</span>
					<input type="search" class="search-field" placeholder="Suchen …" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Suchen" />
			</form>						</aside>
									</div>
					</div>
	</div>

<div class="mh-wrapper mh-home clearfix">
	<div class="mh-main mh-home-main">
							<div class="mh-home-columns clearfix">
				<div id="main-content" class="mh-content mh-home-content">
		    		<div id="mh_magazine_slider-4" class="mh-widget mh-home-2 mh-widget-col-2 mh_magazine_slider">        	<div class="flexslider mh-slider-widget mh-slider-normal mh-slider-layout2">
				<ul class="slides">						<li class="mh-slider-item">
							<article class="post-89421 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-antikriegsbewegung tag-aufruestung-deutschland tag-bundeswehr tag-deutsche-politik tag-friedensbewegung tag-junge-proteste tag-klimabewegung tag-kontrollverlust tag-kriegsangst-jugendliche tag-leo-ensel tag-raketenstationierung-deutschland tag-schulstreik-gegen-wehrpflicht tag-selbsterhaltung tag-wehrdienst tag-wehrpflicht">
								<a href="https://www.tabularasamagazin.de/karim-akerma-wehrpflicht-schock-statt-friedens-protest-warum-junge-leute-erst-jetzt-rebellieren/" title="Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren"><img width="500" height="333" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20333'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-300x200.png 300w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29.png" /><noscript><img width="500" height="333" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29.png" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29.png 500w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-300x200.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/karim-akerma-wehrpflicht-schock-statt-friedens-protest-warum-junge-leute-erst-jetzt-rebellieren/" title="Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren">
												Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>						<li class="mh-slider-item">
							<article class="post-89493 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-kunst tag-200-jahre-alte-pinakothek tag-alte-pinakothek tag-alte-pinakothek-muenchen tag-ausstellungen-alte-pinakothek tag-bayerische-staatsgemaeldesammlungen tag-duerer tag-europaeische-malerei tag-grundsteinlegung-alte-pinakothek tag-hans-doellgast tag-jubilaeum-alte-pinakothek tag-koenig-ludwig-i tag-kunst-in-muenchen tag-kunstareal-muenchen tag-kunstgeschichte-muenchen tag-kunstmuseum-muenchen tag-leo-von-klenze tag-leonardo-da-vinci tag-lucas-cranach tag-muenchen-museum tag-museumsarchitektur tag-raffael tag-rembrandt tag-rubens-sammlung-muenchen tag-rubenssaal tag-sehenswuerdigkeiten-muenchen">
								<a href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München"><img width="574" height="381" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20574%20381'%3E%3C/svg%3E" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-574x381.jpg" /><noscript><img width="574" height="381" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-574x381.jpg" class="attachment-mh-magazine-content size-mh-magazine-content wp-post-image" alt="" decoding="async" /></noscript>								</a>
								<div class="mh-image-caption mh-slider-category">
									Gesellschaft								</div>
								<div class="mh-slider-caption">
									<div class="mh-slider-content">
										<h2 class="mh-slider-title">
											<a href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München">
												Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München											</a>
										</h2>
																			</div>
								</div>
							</article>
						</li>				</ul>
			</div></div>											<div class="clearfix">
															<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-3">
									<div id="mh_magazine_custom_posts-4" class="mh-widget mh-home-3 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/gesellschaft/" class="mh-widget-title-link">Gesellschaft</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89571 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-alexander-grau tag-bonhoeffer tag-christentum-in-der-moderne tag-christlicher-glaube tag-essay-protestantismus tag-herbert-ammon tag-karl-barth tag-kulturprotestantismus tag-moderne tag-nietzsche tag-paul-tillich tag-protestantisches-prinzip tag-protestantismus tag-religionskritik tag-rudolf-bultmann tag-saekularisierung tag-spaetmoderne tag-theologie tag-tod-gottes tag-zukunft-des-glaubens">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																					<div class="mh-image-caption mh-custom-posts-caption">
												Gesellschaft											</div>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">
												Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Alexander Grau deutet den „Tod Gottes“ nicht als Verlust, sondern als Folge christlicher, insbesondere protestantischer Geistesgeschichte. Eine Analyse seines Essays in der Tradition des Kulturprotestantismus. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89563 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-badeorte-bodensee tag-badeurlaub-bodensee tag-bodensee tag-bodensee-radweg tag-freizeitaktivitaeten-bodensee tag-friedrichshafen-baden tag-kajak-bodensee tag-meersburg-strand tag-natur-bodensee tag-naturerlebnis-bodensee tag-outdoor-urlaub-bodensee tag-radfahren-bodensee tag-schwimmen-bodensee tag-stand-up-paddling-bodensee tag-strandbad-ueberlingen tag-urlaub-am-bodensee tag-versteckte-buchten-bodensee tag-vogelbeobachtung-bodensee tag-wandern-am-bodensee tag-wassersport-bodensee">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees">
										Entdecken Sie die Naturwunder des Bodensees									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89561 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-dmb-mittelstands-bund tag-energiegipfel tag-energiekrise-wirtschaft tag-energiepreise-unternehmen tag-inflation-energie tag-kmu-entlastung tag-koalitionsausschuss-massnahmen tag-mittelstand-deutschland tag-pendlerpauschale-kritik tag-spritpreise-deutschland tag-stromsteuer-senkung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach">
										Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89559 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-bundesregierung-energiepolitik tag-deutschlandticket-preis tag-energiegipfel tag-energiekrise-deutschland tag-energiepreise tag-entlastung-haushalte tag-klimageld tag-mobilitaetsgeld tag-paritaetischer-gesamtverband tag-pflege-kosten tag-soziale-dienste tag-sozialtarif">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!">
										Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89524 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-agilitaet tag-demokratische-oeffentlichkeit tag-digitale-transformation tag-gesellschaftlicher-umbruch tag-henning-voepel tag-infrastrukturen tag-innovationen tag-institutionen tag-intelligenzoekonomie tag-kuenstliche-intelligenz tag-ordnungspolitik tag-politische-reformen tag-radikale-zukunft tag-resilienz tag-sozialer-wandel tag-strategische-unsicherheit tag-struktureller-wandel tag-wirtschaftliche-erneuerung tag-wissensoekonomie tag-zukunftsfaehigkeit">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">
										Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89565 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-energieeffizienz-gebaeude tag-energieverlust-haus tag-fernwaerme-rohrleitungen tag-heizkosten-erhoehen-ursachen tag-heizung-optimieren tag-hydraulischer-abgleich tag-niedertemperatur-heizung tag-rohrdaemmung-heizung tag-rohrdurchmesser-heizung tag-rohrnetz-heizung tag-waermepumpe-effizienz tag-waermepumpe-probleme tag-waermepumpe-stromverbrauch tag-waermepumpe-tipps tag-waermeverluste-rohrleitungen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe">
										Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89534 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-alternative-geldanlage tag-blackout-vermoegen-schuetzen tag-crash-absicherung tag-diamanten-als-geldanlage tag-diamanten-investment tag-diamanten-markt tag-diamanten-preise tag-diamanten-wertentwicklung tag-edelsteine-als-investment tag-inflation-sachwerte tag-krisensicher-investieren tag-luxusgueter-investment tag-reiche-investieren-in-diamanten tag-sachwerte-krise tag-vermoegensschutz">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten">
										Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89556 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-christian-lindner tag-deutsche-politik-fdp tag-fdp-bedeutungslosigkeit tag-fdp-bundestag-aus tag-fdp-fuehrungskrise tag-fdp-krise tag-fdp-neuanfang tag-fdp-strategie tag-fdp-zukunft-deutschland tag-friedrich-merz-fdp-kritik tag-kubicki-fuehrung-fdp tag-liberale-partei-krise tag-parteienkrise-deutschland tag-wolfgang-kubicki">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP">
										Wolfgang Kubicki &#8211; Der Retter der FDP									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89546 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-diplomatie-statt-krieg tag-donald-trump-iran tag-goethe-iran tag-goethe-zitat-orient-okzident tag-hafez-goethe tag-iran-kulturnation tag-iranische-geschichte tag-kulturelles-erbe-iran tag-offener-brief-iran tag-orient-und-okzident tag-persische-kultur tag-politische-eskalation-iran tag-trumps-drohungen tag-weltpolitik-iran tag-west-oestlicher-divan">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt">
										Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89537 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-blackout-deutschland tag-blackout-folgen tag-energiekrise-deutschland tag-energiepreise-krise tag-infrastruktur-risiko tag-krisenvorsorge-deutschland tag-notfallvorsorge tag-stromausfall-gefahr tag-stromnetz-zusammenbruch tag-versorgungskrise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?">
										BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89531 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-andreas-buehl tag-benzinpreise tag-bertram-brossardt tag-cdu-csu-forderung tag-christian-hartmann tag-co2-preis tag-dieselpreise tag-energiepreise tag-energiesteuer tag-entlastung-autofahrer tag-inflation tag-klaus-holetschek tag-kraftstoffkosten tag-mobilitaet-deutschland tag-spritpreise-deutschland tag-wirtschaft-deutschland">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/" title="Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/" title="Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!">
										Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>								</div>
																						<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-4">
									<div id="mh_magazine_custom_posts-3" class="mh-widget mh-home-4 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Neueste Artikel</span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89571 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-alexander-grau tag-bonhoeffer tag-christentum-in-der-moderne tag-christlicher-glaube tag-essay-protestantismus tag-herbert-ammon tag-karl-barth tag-kulturprotestantismus tag-moderne tag-nietzsche tag-paul-tillich tag-protestantisches-prinzip tag-protestantismus tag-religionskritik tag-rudolf-bultmann tag-saekularisierung tag-spaetmoderne tag-theologie tag-tod-gottes tag-zukunft-des-glaubens">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">
										Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89563 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-badeorte-bodensee tag-badeurlaub-bodensee tag-bodensee tag-bodensee-radweg tag-freizeitaktivitaeten-bodensee tag-friedrichshafen-baden tag-kajak-bodensee tag-meersburg-strand tag-natur-bodensee tag-naturerlebnis-bodensee tag-outdoor-urlaub-bodensee tag-radfahren-bodensee tag-schwimmen-bodensee tag-stand-up-paddling-bodensee tag-strandbad-ueberlingen tag-urlaub-am-bodensee tag-versteckte-buchten-bodensee tag-vogelbeobachtung-bodensee tag-wandern-am-bodensee tag-wassersport-bodensee">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees">
										Entdecken Sie die Naturwunder des Bodensees									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89561 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-dmb-mittelstands-bund tag-energiegipfel tag-energiekrise-wirtschaft tag-energiepreise-unternehmen tag-inflation-energie tag-kmu-entlastung tag-koalitionsausschuss-massnahmen tag-mittelstand-deutschland tag-pendlerpauschale-kritik tag-spritpreise-deutschland tag-stromsteuer-senkung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach">
										Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89559 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-bundesregierung-energiepolitik tag-deutschlandticket-preis tag-energiegipfel tag-energiekrise-deutschland tag-energiepreise tag-entlastung-haushalte tag-klimageld tag-mobilitaetsgeld tag-paritaetischer-gesamtverband tag-pflege-kosten tag-soziale-dienste tag-sozialtarif">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!">
										Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89524 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-agilitaet tag-demokratische-oeffentlichkeit tag-digitale-transformation tag-gesellschaftlicher-umbruch tag-henning-voepel tag-infrastrukturen tag-innovationen tag-institutionen tag-intelligenzoekonomie tag-kuenstliche-intelligenz tag-ordnungspolitik tag-politische-reformen tag-radikale-zukunft tag-resilienz tag-sozialer-wandel tag-strategische-unsicherheit tag-struktureller-wandel tag-wirtschaftliche-erneuerung tag-wissensoekonomie tag-zukunftsfaehigkeit">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">
										Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-5" class="mh-widget mh-home-4 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/kunst/" class="mh-widget-title-link">Kunst</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89514 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-buchmesse-paris-2026 tag-christoph-peters tag-deutsch-franzoesische-literatur tag-deutsche-literatur-frankreich tag-europaeische-literatur tag-festival-du-livre-de-paris tag-franz-hessel-preis-2026 tag-franz-hessel-preis-paris tag-franzoesische-literatur-deutschland tag-grand-palais-paris tag-laura-vazquez tag-lina-schwenk tag-literarischer-austausch-europa tag-literaturpreis-deutschland-frankreich tag-philibert-humm tag-preisverleihung-grand-palais tag-shortlist-franz-hessel-preis tag-stiftung-genshagen tag-villa-gillet tag-zeitgenoessische-literatur">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/franz-hessel-preis-2026-in-paris-deutsch-franzoesische-literatur-im-herzen-europas/" title="Franz-Hessel-Preis 2026 in Paris: Deutsch-französische Literatur im Herzen Europas"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Logo-FHP-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																					<div class="mh-image-caption mh-custom-posts-caption">
												Kunst											</div>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/franz-hessel-preis-2026-in-paris-deutsch-franzoesische-literatur-im-herzen-europas/" title="Franz-Hessel-Preis 2026 in Paris: Deutsch-französische Literatur im Herzen Europas">
												Franz-Hessel-Preis 2026 in Paris: Deutsch-französische Literatur im Herzen Europas											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/franz-hessel-preis-2026-in-paris-deutsch-franzoesische-literatur-im-herzen-europas/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Der Franz-Hessel-Preis 2026 wird am 18. April im Grand Palais beim Festival du Livre de Paris verliehen. Die Auszeichnung würdigt zeitgenössische deutsch- und französischsprachige Literatur und stärkt den literarischen Austausch in Europa. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/franz-hessel-preis-2026-in-paris-deutsch-franzoesische-literatur-im-herzen-europas/" title="Franz-Hessel-Preis 2026 in Paris: Deutsch-französische Literatur im Herzen Europas">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89493 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-kunst tag-200-jahre-alte-pinakothek tag-alte-pinakothek tag-alte-pinakothek-muenchen tag-ausstellungen-alte-pinakothek tag-bayerische-staatsgemaeldesammlungen tag-duerer tag-europaeische-malerei tag-grundsteinlegung-alte-pinakothek tag-hans-doellgast tag-jubilaeum-alte-pinakothek tag-koenig-ludwig-i tag-kunst-in-muenchen tag-kunstareal-muenchen tag-kunstgeschichte-muenchen tag-kunstmuseum-muenchen tag-leo-von-klenze tag-leonardo-da-vinci tag-lucas-cranach tag-muenchen-museum tag-museumsarchitektur tag-raffael tag-rembrandt tag-rubens-sammlung-muenchen tag-rubenssaal tag-sehenswuerdigkeiten-muenchen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/image002-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/" title="Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München">
										Von Klenze bis Rubens: 200 Jahre Alte Pinakothek begeistern München									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/von-klenze-bis-rubens-200-jahre-alte-pinakothek-begeistern-muenchen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89413 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-altenburg tag-classic-open-air-2026 tag-kinder-und-jugendchor-altenburg tag-konzert-juni-2026 tag-kulturveranstaltung-altenburg tag-marktplatz-altenburg tag-musical-altenburg tag-open-air-konzert-altenburg tag-oper-altenburg tag-operette-altenburg tag-opernchor-altenburg tag-philharmonisches-orchester-altenburg-gera tag-sommerkonzert-thueringen tag-theater-altenburg-gera tag-thomas-wicklein">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/classic-open-air-2026-auf-dem-altenburger-marktplatz-musikalischer-sommerabend-mit-abschied-von-thomas-wicklein/" title="Classic Open Air 2026 auf dem Altenburger Marktplatz: Musikalischer Sommerabend mit Abschied von Thomas Wicklein"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Open-Air-Konzert-Altenburg-Foto-Ronny-Ristok-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/classic-open-air-2026-auf-dem-altenburger-marktplatz-musikalischer-sommerabend-mit-abschied-von-thomas-wicklein/" title="Classic Open Air 2026 auf dem Altenburger Marktplatz: Musikalischer Sommerabend mit Abschied von Thomas Wicklein">
										Classic Open Air 2026 auf dem Altenburger Marktplatz: Musikalischer Sommerabend mit Abschied von Thomas Wicklein									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/classic-open-air-2026-auf-dem-altenburger-marktplatz-musikalischer-sommerabend-mit-abschied-von-thomas-wicklein/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89427 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-kunst tag-albrecht-duerer tag-ausstellung-nuernberg tag-fanny-elssler tag-fanwesen tag-franz-liszt tag-genie-idol-star tag-geniekult-19-jahrhundert tag-germanisches-nationalmuseum tag-kunstmuseum-nuernberg tag-niccolo-paganini tag-nuernberg tag-richard-wagner tag-sarah-bernhardt tag-sonderausstellung-2026 tag-starkult">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/fan-fieber-wie-heute-nur-vor-200-jahren-nuernberg-zeigt-den-ersten-star-kult/" title="Fan-Fieber wie heute – nur vor 200 Jahren! Nürnberg zeigt den ersten Star-Kult"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-496x381.jpg 496w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-496x381.jpg 496w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Hartmann-vor-Duerer-Bueste-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/fan-fieber-wie-heute-nur-vor-200-jahren-nuernberg-zeigt-den-ersten-star-kult/" title="Fan-Fieber wie heute – nur vor 200 Jahren! Nürnberg zeigt den ersten Star-Kult">
										Fan-Fieber wie heute – nur vor 200 Jahren! Nürnberg zeigt den ersten Star-Kult									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>5. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/fan-fieber-wie-heute-nur-vor-200-jahren-nuernberg-zeigt-den-ersten-star-kult/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89415 post type-post status-publish format-standard has-post-thumbnail category-kunst tag-altenburg-theater tag-familienausflug-ostern tag-frankenstein-musical tag-gera-theater tag-musical-gera tag-my-fair-lady tag-osterferien-thueringen tag-ostern-theater tag-rotkaeppchen-und-der-wolf tag-rumpelstilzchen tag-theater-altenburg-gera tag-theater-tipps-ostern tag-theaterfuehrung-gera tag-theaterzelt-altenburg tag-zilli-billi-und-willi">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/oster-alarm-im-theater-hier-gibts-maerchen-musical-und-gaensehaut-pur/" title="Oster-Alarm im Theater! Hier gibt’s Märchen, Musical und Gänsehaut pur"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/„Rumpelstilzchen_Schauspieler-Johannes-Emmrich-als-Rumpelstilzchen-Schauspielerin-Marie-Luis-Kiessling-als-Die-schoene-Anmut-Foto-Ronny-Ristok-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/oster-alarm-im-theater-hier-gibts-maerchen-musical-und-gaensehaut-pur/" title="Oster-Alarm im Theater! Hier gibt’s Märchen, Musical und Gänsehaut pur">
										Oster-Alarm im Theater! Hier gibt’s Märchen, Musical und Gänsehaut pur									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/oster-alarm-im-theater-hier-gibts-maerchen-musical-und-gaensehaut-pur/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>								</div>
													</div>
														</div>
									<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-6">
						<div id="custom_html-3" class="widget_text mh-widget mh-home-6 widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Casino &#038; Bonuses</span></h4><div class="textwidget custom-html-widget"><a href="https://casinobonusesfinder.de/" target="_blank" title="Casino & Bonuses">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Casino & Bonuses" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/12/casino_Bonuses.png"><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2025/12/casino_Bonuses.png" alt="Casino & Bonuses"></noscript>
</a><br></div></div><div id="mh_magazine_youtube-3" class="mh-widget mh-home-6 mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=Q9NfcwR2Tjg" class="mh-widget-title-link">Klage wegen Sondervermögen, AfD-Zusammenarbeit, Sonntagsfrage nach Altersgruppen | INSA-Umfragen</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/Q9NfcwR2Tjg" data-id="Q9NfcwR2Tjg" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/Q9NfcwR2Tjg?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div><div id="custom_html-2" class="widget_text mh-widget mh-home-6 widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Online Casino</span></h4><div class="textwidget custom-html-widget"><a href="https://www.onlinecasinosdeutschland.com/" target="_blank" title="Besuche onlinecasinosdeutschland.com">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="onlinecasinosdeutschland.com" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/03/onlinecasinosdeutschland-com_logo.png"><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2025/03/onlinecasinosdeutschland-com_logo.png" alt="onlinecasinosdeutschland.com"></noscript>
</a><br></div></div><div id="archives-5" class="mh-widget mh-home-6 widget_archive"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Hier kommen Sie zu unserem Archiv</span></h4>		<label class="screen-reader-text" for="archives-dropdown-5">Hier kommen Sie zu unserem Archiv</label>
		<select id="archives-dropdown-5" name="archive-dropdown">
			
			<option value="">Monat auswählen</option>
				<option value='https://www.tabularasamagazin.de/2026/04/'> April 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/03/'> März 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/02/'> Februar 2026 </option>
	<option value='https://www.tabularasamagazin.de/2026/01/'> Januar 2026 </option>
	<option value='https://www.tabularasamagazin.de/2025/12/'> Dezember 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/11/'> November 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/10/'> Oktober 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/09/'> September 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/08/'> August 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/07/'> Juli 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/06/'> Juni 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/05/'> Mai 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/04/'> April 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/03/'> März 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/02/'> Februar 2025 </option>
	<option value='https://www.tabularasamagazin.de/2025/01/'> Januar 2025 </option>
	<option value='https://www.tabularasamagazin.de/2024/12/'> Dezember 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/11/'> November 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/10/'> Oktober 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/09/'> September 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/08/'> August 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/07/'> Juli 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/06/'> Juni 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/05/'> Mai 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/04/'> April 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/03/'> März 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/02/'> Februar 2024 </option>
	<option value='https://www.tabularasamagazin.de/2024/01/'> Januar 2024 </option>
	<option value='https://www.tabularasamagazin.de/2023/12/'> Dezember 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/11/'> November 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/10/'> Oktober 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/09/'> September 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/08/'> August 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/07/'> Juli 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/06/'> Juni 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/05/'> Mai 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/04/'> April 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/03/'> März 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/02/'> Februar 2023 </option>
	<option value='https://www.tabularasamagazin.de/2023/01/'> Januar 2023 </option>
	<option value='https://www.tabularasamagazin.de/2022/12/'> Dezember 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/11/'> November 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/10/'> Oktober 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/09/'> September 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/08/'> August 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/07/'> Juli 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/06/'> Juni 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/05/'> Mai 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/04/'> April 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/03/'> März 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/02/'> Februar 2022 </option>
	<option value='https://www.tabularasamagazin.de/2022/01/'> Januar 2022 </option>
	<option value='https://www.tabularasamagazin.de/2021/12/'> Dezember 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/11/'> November 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/10/'> Oktober 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/09/'> September 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/08/'> August 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/07/'> Juli 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/06/'> Juni 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/05/'> Mai 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/04/'> April 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/03/'> März 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/02/'> Februar 2021 </option>
	<option value='https://www.tabularasamagazin.de/2021/01/'> Januar 2021 </option>
	<option value='https://www.tabularasamagazin.de/2020/12/'> Dezember 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/11/'> November 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/10/'> Oktober 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/09/'> September 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/08/'> August 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/07/'> Juli 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/06/'> Juni 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/05/'> Mai 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/04/'> April 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/03/'> März 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/02/'> Februar 2020 </option>
	<option value='https://www.tabularasamagazin.de/2020/01/'> Januar 2020 </option>
	<option value='https://www.tabularasamagazin.de/2019/12/'> Dezember 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/11/'> November 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/10/'> Oktober 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/09/'> September 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/08/'> August 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/07/'> Juli 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/06/'> Juni 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/05/'> Mai 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/04/'> April 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/03/'> März 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/02/'> Februar 2019 </option>
	<option value='https://www.tabularasamagazin.de/2019/01/'> Januar 2019 </option>
	<option value='https://www.tabularasamagazin.de/2018/12/'> Dezember 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/11/'> November 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/10/'> Oktober 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/09/'> September 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/08/'> August 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/07/'> Juli 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/06/'> Juni 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/05/'> Mai 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/04/'> April 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/03/'> März 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/02/'> Februar 2018 </option>
	<option value='https://www.tabularasamagazin.de/2018/01/'> Januar 2018 </option>
	<option value='https://www.tabularasamagazin.de/2017/12/'> Dezember 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/11/'> November 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/10/'> Oktober 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/09/'> September 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/08/'> August 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/07/'> Juli 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/06/'> Juni 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/05/'> Mai 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/04/'> April 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/03/'> März 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/02/'> Februar 2017 </option>
	<option value='https://www.tabularasamagazin.de/2017/01/'> Januar 2017 </option>
	<option value='https://www.tabularasamagazin.de/2016/12/'> Dezember 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/11/'> November 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/10/'> Oktober 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/09/'> September 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/08/'> August 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/07/'> Juli 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/06/'> Juni 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/05/'> Mai 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/04/'> April 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/03/'> März 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/02/'> Februar 2016 </option>
	<option value='https://www.tabularasamagazin.de/2016/01/'> Januar 2016 </option>
	<option value='https://www.tabularasamagazin.de/2015/12/'> Dezember 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/11/'> November 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/10/'> Oktober 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/09/'> September 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/08/'> August 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/07/'> Juli 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/06/'> Juni 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/05/'> Mai 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/04/'> April 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/03/'> März 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/02/'> Februar 2015 </option>
	<option value='https://www.tabularasamagazin.de/2015/01/'> Januar 2015 </option>
	<option value='https://www.tabularasamagazin.de/2014/12/'> Dezember 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/11/'> November 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/10/'> Oktober 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/09/'> September 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/08/'> August 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/07/'> Juli 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/06/'> Juni 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/05/'> Mai 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/04/'> April 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/03/'> März 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/02/'> Februar 2014 </option>
	<option value='https://www.tabularasamagazin.de/2014/01/'> Januar 2014 </option>
	<option value='https://www.tabularasamagazin.de/2013/12/'> Dezember 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/11/'> November 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/10/'> Oktober 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/09/'> September 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/08/'> August 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/07/'> Juli 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/06/'> Juni 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/05/'> Mai 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/04/'> April 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/03/'> März 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/02/'> Februar 2013 </option>
	<option value='https://www.tabularasamagazin.de/2013/01/'> Januar 2013 </option>
	<option value='https://www.tabularasamagazin.de/2012/12/'> Dezember 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/11/'> November 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/10/'> Oktober 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/09/'> September 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/08/'> August 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/07/'> Juli 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/06/'> Juni 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/05/'> Mai 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/04/'> April 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/03/'> März 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/02/'> Februar 2012 </option>
	<option value='https://www.tabularasamagazin.de/2012/01/'> Januar 2012 </option>
	<option value='https://www.tabularasamagazin.de/2011/12/'> Dezember 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/11/'> November 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/10/'> Oktober 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/09/'> September 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/08/'> August 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/07/'> Juli 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/06/'> Juni 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/05/'> Mai 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/04/'> April 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/03/'> März 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/02/'> Februar 2011 </option>
	<option value='https://www.tabularasamagazin.de/2011/01/'> Januar 2011 </option>
	<option value='https://www.tabularasamagazin.de/2010/12/'> Dezember 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/11/'> November 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/10/'> Oktober 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/09/'> September 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/08/'> August 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/07/'> Juli 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/06/'> Juni 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/05/'> Mai 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/04/'> April 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/03/'> März 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/02/'> Februar 2010 </option>
	<option value='https://www.tabularasamagazin.de/2010/01/'> Januar 2010 </option>
	<option value='https://www.tabularasamagazin.de/2009/12/'> Dezember 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/11/'> November 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/10/'> Oktober 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/09/'> September 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/08/'> August 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/07/'> Juli 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/06/'> Juni 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/05/'> Mai 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/04/'> April 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/03/'> März 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/02/'> Februar 2009 </option>
	<option value='https://www.tabularasamagazin.de/2009/01/'> Januar 2009 </option>
	<option value='https://www.tabularasamagazin.de/2008/12/'> Dezember 2008 </option>
	<option value='https://www.tabularasamagazin.de/2007/03/'> März 2007 </option>
	<option value='https://www.tabularasamagazin.de/2006/03/'> März 2006 </option>
	<option value='https://www.tabularasamagazin.de/1996/03/'> März 1996 </option>

		</select>

			<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */

(function() {
	var dropdown = document.getElementById( "archives-dropdown-5" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();

/* ]]> */
</script>
</div><div id="media_image-3" class="mh-widget mh-home-6 widget_media_image"><img width="332" height="294" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20332%20294'%3E%3C/svg%3E" class="image wp-image-34753  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" title="ZU UNSEREM ARCHIV KOMMEN SIE HIER" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg 332w, https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu-300x266.jpg 300w" data-lazy-sizes="(max-width: 332px) 100vw, 332px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg" /><noscript><img width="332" height="294" src="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg" class="image wp-image-34753  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" title="ZU UNSEREM ARCHIV KOMMEN SIE HIER" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu.jpg 332w, https://www.tabularasamagazin.de/wp-content/uploads/2018/06/Button_Jena_neu-300x266.jpg 300w" sizes="(max-width: 332px) 100vw, 332px" /></noscript></div><div id="text-11" class="mh-widget mh-home-6 widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Interviews</span></h4>			<div class="textwidget"></div>
		</div><div id="mh_magazine_custom_slider-4" class="mh-widget mh-home-6 mh_magazine_custom_slider">        	<div class="flexslider mh-slider-widget mh-slider-layout2">
				<ul class="slides">							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=DHu2qzoZacg&#038;feature=youtu.be" title="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Sternstunde.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Sternstunde.jpg" alt="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=DHu2qzoZacg&#038;feature=youtu.be" title="Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie">
															Peter Sloterdijk: Zur Lage der Welt – Sternstunde Philosophie														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=j4y5L44sCBY" title="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_SWagenknecht.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_SWagenknecht.jpg" alt="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=j4y5L44sCBY" title="Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;" target="_blank">
															Sahra Wagenknecht zu ihrem &quot;Lest mehr Goethe&quot;														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=gMRnowgpGig" title="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Lesch.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Lesch.jpg" alt="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=gMRnowgpGig" title="Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie" target="_blank">
															Die Menschheit schafft sich ab | Harald Lesch | SWR Tele-Akademie														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=VNxDCZirYF0" title="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_RWeizsäcker.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_RWeizsäcker.jpg" alt="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=VNxDCZirYF0" title="Helmut Schmidt 2007 (mit Richard von Weizsäcker)" target="_blank">
															Helmut Schmidt 2007 (mit Richard von Weizsäcker)														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>							<li class="mh-slider-item">
								<article>
									<a href="https://www.youtube.com/watch?v=HIxKrYqo0B4" title="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" target="_blank">
										<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Schabowski.jpg" /><noscript><img src="https://www.tabularasamagazin.de/wp-content/uploads/2019/12/Video_Schabowski.jpg" alt="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" /></noscript>
									</a>
																			<div class="mh-slider-caption">
											<div class="mh-slider-content">
																									<h2 class="mh-slider-title">
														<a href="https://www.youtube.com/watch?v=HIxKrYqo0B4" title="Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989" target="_blank">
															Günter Schabowski: Die Absetzung Erich Honeckers im Oktober 1989														</a>
													</h2>
																																			</div>
										</div>
																	</article>
							</li>				</ul>
			</div></div>					</div>
							</div>
				<div id="mh_magazine_carousel-2" class="mh-widget mh-home-7 mh-home-wide mh_magazine_carousel">			<div class="flexslider mh-carousel-widget mh-carousel-layout1">
	        	<ul class="slides"><li class="mh-carousel-item post-89571 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-alexander-grau tag-bonhoeffer tag-christentum-in-der-moderne tag-christlicher-glaube tag-essay-protestantismus tag-herbert-ammon tag-karl-barth tag-kulturprotestantismus tag-moderne tag-nietzsche tag-paul-tillich tag-protestantisches-prinzip tag-protestantismus tag-religionskritik tag-rudolf-bultmann tag-saekularisierung tag-spaetmoderne tag-theologie tag-tod-gottes tag-zukunft-des-glaubens">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">
			Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens		</a>
	</h3>
</li><li class="mh-carousel-item post-89563 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-badeorte-bodensee tag-badeurlaub-bodensee tag-bodensee tag-bodensee-radweg tag-freizeitaktivitaeten-bodensee tag-friedrichshafen-baden tag-kajak-bodensee tag-meersburg-strand tag-natur-bodensee tag-naturerlebnis-bodensee tag-outdoor-urlaub-bodensee tag-radfahren-bodensee tag-schwimmen-bodensee tag-stand-up-paddling-bodensee tag-strandbad-ueberlingen tag-urlaub-am-bodensee tag-versteckte-buchten-bodensee tag-vogelbeobachtung-bodensee tag-wandern-am-bodensee tag-wassersport-bodensee">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees">
			Entdecken Sie die Naturwunder des Bodensees		</a>
	</h3>
</li><li class="mh-carousel-item post-89561 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-dmb-mittelstands-bund tag-energiegipfel tag-energiekrise-wirtschaft tag-energiepreise-unternehmen tag-inflation-energie tag-kmu-entlastung tag-koalitionsausschuss-massnahmen tag-mittelstand-deutschland tag-pendlerpauschale-kritik tag-spritpreise-deutschland tag-stromsteuer-senkung">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach">
			Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach		</a>
	</h3>
</li><li class="mh-carousel-item post-89559 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-bundesregierung-energiepolitik tag-deutschlandticket-preis tag-energiegipfel tag-energiekrise-deutschland tag-energiepreise tag-entlastung-haushalte tag-klimageld tag-mobilitaetsgeld tag-paritaetischer-gesamtverband tag-pflege-kosten tag-soziale-dienste tag-sozialtarif">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!">
			Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!		</a>
	</h3>
</li><li class="mh-carousel-item post-89524 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-agilitaet tag-demokratische-oeffentlichkeit tag-digitale-transformation tag-gesellschaftlicher-umbruch tag-henning-voepel tag-infrastrukturen tag-innovationen tag-institutionen tag-intelligenzoekonomie tag-kuenstliche-intelligenz tag-ordnungspolitik tag-politische-reformen tag-radikale-zukunft tag-resilienz tag-sozialer-wandel tag-strategische-unsicherheit tag-struktureller-wandel tag-wirtschaftliche-erneuerung tag-wissensoekonomie tag-zukunftsfaehigkeit">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">
			Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss		</a>
	</h3>
</li><li class="mh-carousel-item post-89565 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-energieeffizienz-gebaeude tag-energieverlust-haus tag-fernwaerme-rohrleitungen tag-heizkosten-erhoehen-ursachen tag-heizung-optimieren tag-hydraulischer-abgleich tag-niedertemperatur-heizung tag-rohrdaemmung-heizung tag-rohrdurchmesser-heizung tag-rohrnetz-heizung tag-waermepumpe-effizienz tag-waermepumpe-probleme tag-waermepumpe-stromverbrauch tag-waermepumpe-tipps tag-waermeverluste-rohrleitungen">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe">
			Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe		</a>
	</h3>
</li><li class="mh-carousel-item post-89534 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-alternative-geldanlage tag-blackout-vermoegen-schuetzen tag-crash-absicherung tag-diamanten-als-geldanlage tag-diamanten-investment tag-diamanten-markt tag-diamanten-preise tag-diamanten-wertentwicklung tag-edelsteine-als-investment tag-inflation-sachwerte tag-krisensicher-investieren tag-luxusgueter-investment tag-reiche-investieren-in-diamanten tag-sachwerte-krise tag-vermoegensschutz">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten">
			Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten		</a>
	</h3>
</li><li class="mh-carousel-item post-89556 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-christian-lindner tag-deutsche-politik-fdp tag-fdp-bedeutungslosigkeit tag-fdp-bundestag-aus tag-fdp-fuehrungskrise tag-fdp-krise tag-fdp-neuanfang tag-fdp-strategie tag-fdp-zukunft-deutschland tag-friedrich-merz-fdp-kritik tag-kubicki-fuehrung-fdp tag-liberale-partei-krise tag-parteienkrise-deutschland tag-wolfgang-kubicki">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP">
			Wolfgang Kubicki &#8211; Der Retter der FDP		</a>
	</h3>
</li><li class="mh-carousel-item post-89546 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-diplomatie-statt-krieg tag-donald-trump-iran tag-goethe-iran tag-goethe-zitat-orient-okzident tag-hafez-goethe tag-iran-kulturnation tag-iranische-geschichte tag-kulturelles-erbe-iran tag-offener-brief-iran tag-orient-und-okzident tag-persische-kultur tag-politische-eskalation-iran tag-trumps-drohungen tag-weltpolitik-iran tag-west-oestlicher-divan">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Gesellschaft	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt">
			Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt		</a>
	</h3>
</li><li class="mh-carousel-item post-89537 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-blackout-deutschland tag-blackout-folgen tag-energiekrise-deutschland tag-energiepreise-krise tag-infrastruktur-risiko tag-krisenvorsorge-deutschland tag-notfallvorsorge tag-stromausfall-gefahr tag-stromnetz-zusammenbruch tag-versorgungskrise">
	<figure class="mh-carousel-thumb">
		<a class="mh-thumb-icon" href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>		</a>
	</figure>
	<div class="mh-carousel-caption">
		Finanzen	</div>
	<h3 class="mh-carousel-title">
		<a href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?">
			BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?		</a>
	</h3>
</li>				</ul>
			</div></div><div id="mh_magazine_youtube-4" class="mh-widget mh-home-7 mh-home-wide mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=qIrZL7tCsa4" class="mh-widget-title-link">Juli Zeh, woran krankt die Demokratie? | Sternstunde Philosophie | SRF Kultur</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/qIrZL7tCsa4" data-id="qIrZL7tCsa4" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/qIrZL7tCsa4?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div><div id="mh_magazine_youtube-2" class="mh-widget mh-home-7 mh-home-wide mh_magazine_youtube"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=syt30b6X1a8" class="mh-widget-title-link">Globale Unordnung – Krisen ohne Ende | Sternstunde Philosophie | SRF Kultur</a></span></h4>			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/syt30b6X1a8" data-id="syt30b6X1a8" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/syt30b6X1a8?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div>					<div class="mh-home-columns clearfix">
	    							<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-home-area-8">
						<div id="mh_magazine_custom_posts-6" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/politik/" class="mh-widget-title-link">Politik</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89524 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-agilitaet tag-demokratische-oeffentlichkeit tag-digitale-transformation tag-gesellschaftlicher-umbruch tag-henning-voepel tag-infrastrukturen tag-innovationen tag-institutionen tag-intelligenzoekonomie tag-kuenstliche-intelligenz tag-ordnungspolitik tag-politische-reformen tag-radikale-zukunft tag-resilienz tag-sozialer-wandel tag-strategische-unsicherheit tag-struktureller-wandel tag-wirtschaftliche-erneuerung tag-wissensoekonomie tag-zukunftsfaehigkeit">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/05/IMG_9723.jpg 640w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">
												Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Radikale Zukunft beschreibt den tiefgreifenden Umbau von Wirtschaft, Politik und Gesellschaft. Warum alte Strukturen versagen und neue Infrastrukturen, Institutionen und Innovationen über Zukunftsfähigkeit entscheiden. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/henning-voepel-radikale-zukunft-warum-deutschland-den-strukturellen-wandel-neu-denken-muss/" title="Radikale Zukunft: Warum Deutschland den strukturellen Wandel neu denken muss">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89556 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-christian-lindner tag-deutsche-politik-fdp tag-fdp-bedeutungslosigkeit tag-fdp-bundestag-aus tag-fdp-fuehrungskrise tag-fdp-krise tag-fdp-neuanfang tag-fdp-strategie tag-fdp-zukunft-deutschland tag-friedrich-merz-fdp-kritik tag-kubicki-fuehrung-fdp tag-liberale-partei-krise tag-parteienkrise-deutschland tag-wolfgang-kubicki">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Pressefoto-Wolfgang-Kubicki-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/" title="Wolfgang Kubicki &#8211; Der Retter der FDP">
										Wolfgang Kubicki &#8211; Der Retter der FDP									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/aljoscha-kertesz-wolfgang-kubicki-der-retter-der-fdp/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89510 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-abrissgipfel-buerokratie tag-andreas-buehl tag-aufschwung-thueringen tag-bauvorhaben-laendlicher-raum tag-berichtspflichten-unternehmen tag-buerokratie-entlasten tag-buerokratieabbau-thueringen tag-cdu-thueringen tag-cornelia-haase-lerch tag-digitalisierung-verwaltung-thueringen tag-entlastungsgesetz-thueringen tag-gemeinde-und-staedtebund-thueringen tag-hotel-und-gastgewerbe-thueringen tag-ihk-erfurt tag-investoren-thueringen tag-steffen-kania tag-thueringer-landtag tag-verwaltung-reformieren tag-waldabstand-gebaeude-thueringen tag-wirtschaft-thueringen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/buerokratie-wahnsinn-in-thueringen-cdu-will-den-amtsschimmel-endlich-stoppen/" title="Bürokratie-Wahnsinn in Thüringen: CDU will den Amtsschimmel endlich stoppen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/10/collector-3930337_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/buerokratie-wahnsinn-in-thueringen-cdu-will-den-amtsschimmel-endlich-stoppen/" title="Bürokratie-Wahnsinn in Thüringen: CDU will den Amtsschimmel endlich stoppen">
										Bürokratie-Wahnsinn in Thüringen: CDU will den Amtsschimmel endlich stoppen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/buerokratie-wahnsinn-in-thueringen-cdu-will-den-amtsschimmel-endlich-stoppen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89421 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-hauptartikel category-politik tag-antikriegsbewegung tag-aufruestung-deutschland tag-bundeswehr tag-deutsche-politik tag-friedensbewegung tag-junge-proteste tag-klimabewegung tag-kontrollverlust tag-kriegsangst-jugendliche tag-leo-ensel tag-raketenstationierung-deutschland tag-schulstreik-gegen-wehrpflicht tag-selbsterhaltung tag-wehrdienst tag-wehrpflicht">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/karim-akerma-wehrpflicht-schock-statt-friedens-protest-warum-junge-leute-erst-jetzt-rebellieren/" title="Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-31.-Maerz-2026-18_12_29-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/karim-akerma-wehrpflicht-schock-statt-friedens-protest-warum-junge-leute-erst-jetzt-rebellieren/" title="Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren">
										Wehrpflicht-Schock statt Friedens-Protest! Warum junge Leute erst jetzt rebellieren									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>6. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/karim-akerma-wehrpflicht-schock-statt-friedens-protest-warum-junge-leute-erst-jetzt-rebellieren/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89501 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-politik tag-afd tag-aktuelle-umfrage tag-bsw-unter-5-prozent tag-bundestagswahl tag-cdu-csu tag-fdp-unter-5-prozent tag-gruene-stabil tag-linke-gewinnt tag-parteien-umfrage tag-politische-stimmung-deutschland tag-prozentwerte-parteien tag-sonntagsfrage tag-spd-verliert tag-umfrage-deutschland tag-union-afd-gleichauf tag-waehlertrend-deutschland tag-wahltrend-deutschland">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/spd-im-sinkflug-union-und-afd-dominieren-fdp-weiter-draussen/" title="SPD im Sinkflug! Union und AfD dominieren – FDP weiter draußen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/8dPrH4fSoZye-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/spd-im-sinkflug-union-und-afd-dominieren-fdp-weiter-draussen/" title="SPD im Sinkflug! Union und AfD dominieren – FDP weiter draußen">
										SPD im Sinkflug! Union und AfD dominieren – FDP weiter draußen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>6. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/spd-im-sinkflug-union-und-afd-dominieren-fdp-weiter-draussen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-9" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/feuilleton/" class="mh-widget-title-link">Feuilleton</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89386 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-ausstellung tag-jazz tag-jazz-music tag-konzertreihe tag-kunst tag-muenchen tag-musik tag-pasinger-fabrik tag-united-by-jazz">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/" title="UNITED BY JAZZ – Ausstellung und Konzertreihe in München"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Roy-Hargrove-sw-c-Ralf-Dombrowski-80x60.jpeg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/" title="UNITED BY JAZZ – Ausstellung und Konzertreihe in München">
												UNITED BY JAZZ – Ausstellung und Konzertreihe in München											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Die Ausstellung „United by Jazz“ in der Pasinger Fabrik zeigt anhand herausragender Werke von FotografInnen und KünstlerInnen, welch bemerkenswerte Rezeption Jazz bis heute in der Kunst hervorruft. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/united-by-jazz-ausstellung-und-konzertreihe-pasinger-fabrik-muenchen/" title="UNITED BY JAZZ – Ausstellung und Konzertreihe in München">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89304 post type-post status-publish format-standard has-post-thumbnail category-feuilleton tag-aufmerksamkeit tag-erinnerung tag-fotobuch tag-fotobuecher tag-fotos tag-geschenk tag-geschenke tag-individueller-stil tag-meinfoto-de tag-muttertag tag-muttertagsgeschenk tag-zum-muttertag">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/" title="Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/hans-j75EeK0k8UI-unsplash-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/" title="Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind">
										Persönliche Erinnerungen statt Abklatsch: Warum Fotobücher zu Muttertag nicht out sind									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/persoenliche-erinnerungen-statt-abklatsch-warum-fotobuecher-zu-muttertag-nicht-out-sind/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89173 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-album tag-berlin-classics tag-floete tag-floetenkonzerte tag-il-vento-non-scritto tag-johannes-klumpp tag-klassik tag-klassikkonzerte tag-konzerte tag-mozart tag-muik tag-zofia-neugebauer">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/floetenkonzerte-von-mozart-zofia-neugebauer/" title="Flötenkonzerte von Mozart: Zofia Neugebauer"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-1536x1152.jpeg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-2048x1536.jpeg 2048w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-1536x1152.jpeg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-2048x1536.jpeg 2048w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/SophiaHegewald_ZofiaNeugebauer20250501155777-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/floetenkonzerte-von-mozart-zofia-neugebauer/" title="Flötenkonzerte von Mozart: Zofia Neugebauer">
										Flötenkonzerte von Mozart: Zofia Neugebauer									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/floetenkonzerte-von-mozart-zofia-neugebauer/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88447 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-debuetalbum tag-gabriel-meyer tag-komponist tag-music-release tag-musik tag-musiker tag-pianist tag-remember tag-single tag-you-are-not-alone">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/gabriel-meyer-veroeffentlicht-vierte-single-you-are-not-alone/" title="Gabriel Meyer veröffentlicht vierte Single „You Are Not Alone“"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Gabriel-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/gabriel-meyer-veroeffentlicht-vierte-single-you-are-not-alone/" title="Gabriel Meyer veröffentlicht vierte Single „You Are Not Alone“">
										Gabriel Meyer veröffentlicht vierte Single „You Are Not Alone“									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/gabriel-meyer-veroeffentlicht-vierte-single-you-are-not-alone/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88591 post type-post status-publish format-standard has-post-thumbnail category-feuilleton category-gesellschaft tag-autobiografische-literatur-ddr tag-bautzen-ii-erich-loest tag-ddr-opposition-schriftsteller tag-ddr-zeitzeugen-literatur tag-ddr-zensur-schriftsteller tag-ddr-literatur tag-deutsche-literatur-20-jahrhundert tag-deutsche-nachkriegsliteratur tag-erich-loest tag-erich-loest-100-geburtstag tag-leipzig-ist-unerschoepflich tag-leipzig-kulturgeschichte tag-leipzig-literaturgeschichte tag-leipziger-autoren tag-nikolaikirche-roman tag-schriftsteller-ddr tag-sommergewitter-roman tag-stasi-und-schriftsteller tag-voelkerschlachtdenkmal-roman tag-zwiebelmuster-erich-loest">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/joerg-bernhard-bilke-leipzig-ist-unerschoepflich-zu-erich-loests-100-geburtstag-am-24-februar/" title="Leipzig ist unerschöpflich &#8211; Zu Erich Loests 100. Geburtstag am 24. Februar"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-1024x769.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-768x577.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280.jpg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-1024x769.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-768x577.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/03/open-book-1428428_1280.jpg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/joerg-bernhard-bilke-leipzig-ist-unerschoepflich-zu-erich-loests-100-geburtstag-am-24-februar/" title="Leipzig ist unerschöpflich &#8211; Zu Erich Loests 100. Geburtstag am 24. Februar">
										Leipzig ist unerschöpflich &#8211; Zu Erich Loests 100. Geburtstag am 24. Februar									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>21. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/joerg-bernhard-bilke-leipzig-ist-unerschoepflich-zu-erich-loests-100-geburtstag-am-24-februar/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-12" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/buecher/" class="mh-widget-title-link">Bücher</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89431 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-badeni-aufstand-1897 tag-boehmen tag-corpsstudenten tag-deutsches-prag tag-deutschsprachige-literatur-prag tag-die-vaclavbude tag-franz-kafka tag-iglau tag-k-u-k-monarchie tag-karl-hans-strobl tag-literaturkritik tag-maehren tag-nationalitaetenkonflikt tag-neuauflage-2026 tag-phantastische-literatur tag-prag-19-jahrhundert tag-prager-studentengeschichte tag-studentenliteratur tag-studentenroman tag-tycho-brahe">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/" title="Eine wildromantische Prager Studentenzeit"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Pixabay-5039256_Frantisek_Zelinski_Coll-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/" title="Eine wildromantische Prager Studentenzeit">
												Eine wildromantische Prager Studentenzeit											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>3. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Karl Hans Strobls „Die Vaclavbude“ ist wieder erhältlich. Die Neuauflage des Studentenromans verbindet das Prag von 1897, nationale Spannungen, akademisches Leben und frühe phantastische Literatur auf eindringliche Weise. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/sebastian-sigler-eine-wildromantische-prager-studentenzeit/" title="Eine wildromantische Prager Studentenzeit">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89359 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-buch tag-buecher tag-buecher-aktuell tag-buecher-charts tag-echt-istrien tag-istrien tag-kroatien tag-lausbergs-buchtipp tag-michael-lausberg tag-reisebuch tag-reisefuehrere tag-reisen tag-silvia-trippolt-maderbacher">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/silvia-trippolt-maderbacher-echt-istrien/" title="Silvia Trippolt-Maderbacher: Echt Istrien"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/jggrz-rovinj-3521135-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/silvia-trippolt-maderbacher-echt-istrien/" title="Silvia Trippolt-Maderbacher: Echt Istrien">
										Silvia Trippolt-Maderbacher: Echt Istrien									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/silvia-trippolt-maderbacher-echt-istrien/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89367 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-algorithmen tag-buchrezension tag-demagogie tag-demokratie tag-demokratietheorie tag-digitale-oeffentlichkeit tag-diskurs tag-liberale-oeffentlichkeit tag-manipulation tag-medienkritik tag-paul-sailer-wlasits tag-polarisierung tag-politische-debatte tag-politische-kommunikation tag-politische-sprache tag-populismus tag-ressentiment tag-sozialphilosophie tag-sprache-und-macht tag-sprachliche-radikalisierung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/uwe-frank-demagogie-ein-werkzeug-das-demokratien-ins-wanken-bringt/" title="Demagogie:  Ein Werkzeug, das Demokratien ins Wanken bringt"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-28.-Maerz-2026-20_01_56-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/uwe-frank-demagogie-ein-werkzeug-das-demokratien-ins-wanken-bringt/" title="Demagogie:  Ein Werkzeug, das Demokratien ins Wanken bringt">
										Demagogie:  Ein Werkzeug, das Demokratien ins Wanken bringt									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/uwe-frank-demagogie-ein-werkzeug-das-demokratien-ins-wanken-bringt/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89363 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-arendt-biografie tag-arendt-denken tag-bestseller-biografie tag-boris-blaha tag-buchkritik tag-deutsche-geistesgeschichte tag-hannah-arendt tag-heidegger tag-philosophie tag-piper-verlag tag-politische-theorie tag-rezension tag-thomas-meyer tag-vita-activa tag-was-ist-politik">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/boris-blaha-arendt-zoff-um-bestseller-biografie-zerlegt-dieser-philosoph-hannah-arendt/" title="Arendt-Zoff um Bestseller-Biografie: Zerlegt dieser Philosoph Hannah Arendt?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/95b52f73-012c-401b-a650-1920e9f2635c-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/boris-blaha-arendt-zoff-um-bestseller-biografie-zerlegt-dieser-philosoph-hannah-arendt/" title="Arendt-Zoff um Bestseller-Biografie: Zerlegt dieser Philosoph Hannah Arendt?">
										Arendt-Zoff um Bestseller-Biografie: Zerlegt dieser Philosoph Hannah Arendt?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>29. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/boris-blaha-arendt-zoff-um-bestseller-biografie-zerlegt-dieser-philosoph-hannah-arendt/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89347 post type-post status-publish format-standard has-post-thumbnail category-buecher category-gesellschaft tag-aktuelle-buecher tag-aktuelles-buch tag-amy-shore tag-autos tag-bildband tag-bmw tag-buchcharts tag-buecher-aktuell tag-buecher-charts tag-buchvorstellung tag-fotoband tag-fotobuch tag-jaguar tag-lausbergs-buchtipp tag-michael-lausberg tag-mini tag-reisefuehrer tag-roadtrips">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/amy-shore-road-trips/" title="Amy Shore: Road Trips"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2017/04/olttabularasa-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/amy-shore-road-trips/" title="Amy Shore: Road Trips">
										Amy Shore: Road Trips									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/amy-shore-road-trips/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-15" class="mh-widget mh-home-8 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/finanzen/" class="mh-widget-title-link">Finanzen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89561 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-dmb-mittelstands-bund tag-energiegipfel tag-energiekrise-wirtschaft tag-energiepreise-unternehmen tag-inflation-energie tag-kmu-entlastung tag-koalitionsausschuss-massnahmen tag-mittelstand-deutschland tag-pendlerpauschale-kritik tag-spritpreise-deutschland tag-stromsteuer-senkung">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/02/car-3117778_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/" title="Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach">
										Energie-Gipfel reicht nicht: Mittelstand fordert mehr Entlastung – Pendlerpauschale zu schwach									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-reicht-nicht-mittelstand-fordert-mehr-entlastung-pendlerpauschale-zu-schwach/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89559 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-bundesregierung-energiepolitik tag-deutschlandticket-preis tag-energiegipfel tag-energiekrise-deutschland tag-energiepreise tag-entlastung-haushalte tag-klimageld tag-mobilitaetsgeld tag-paritaetischer-gesamtverband tag-pflege-kosten tag-soziale-dienste tag-sozialtarif">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/04/energy-revolution-49557_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/" title="Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!">
										Energie-Gipfel unter Druck: Sozialverband fordert Sofort-Hilfe für Millionen Haushalte!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/energie-gipfel-unter-druck-sozialverband-fordert-sofort-hilfe-fuer-millionen-haushalte/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89534 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-alternative-geldanlage tag-blackout-vermoegen-schuetzen tag-crash-absicherung tag-diamanten-als-geldanlage tag-diamanten-investment tag-diamanten-markt tag-diamanten-preise tag-diamanten-wertentwicklung tag-edelsteine-als-investment tag-inflation-sachwerte tag-krisensicher-investieren tag-luxusgueter-investment tag-reiche-investieren-in-diamanten tag-sachwerte-krise tag-vermoegensschutz">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Diamanten-im-Feuer-des-Reichtums-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/" title="Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten">
										Geld in Gefahr? Die Superreichen flüchten jetzt in Diamanten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-geld-in-gefahr-die-superreichen-fluechten-jetzt-in-diamanten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89537 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-blackout-deutschland tag-blackout-folgen tag-energiekrise-deutschland tag-energiepreise-krise tag-infrastruktur-risiko tag-krisenvorsorge-deutschland tag-notfallvorsorge tag-stromausfall-gefahr tag-stromnetz-zusammenbruch tag-versorgungskrise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Blackout-und-Chaos-in-Deutschland-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/" title="BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?">
										BLACKOUT-ALARM! Droht Deutschland jetzt der totale Versorgungs-Kollaps?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-blackout-alarm-droht-deutschland-jetzt-der-totale-versorgungs-kollaps/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89531 post type-post status-publish format-standard has-post-thumbnail category-finanzen category-gesellschaft tag-andreas-buehl tag-benzinpreise tag-bertram-brossardt tag-cdu-csu-forderung tag-christian-hartmann tag-co2-preis tag-dieselpreise tag-energiepreise tag-energiesteuer tag-entlastung-autofahrer tag-inflation tag-klaus-holetschek tag-kraftstoffkosten tag-mobilitaet-deutschland tag-spritpreise-deutschland tag-wirtschaft-deutschland">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/" title="Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/457e579d-1af7-439f-b2d5-abcedd7eef1e-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/" title="Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!">
										Sprit-Schock in Deutschland: CDU und CSU fordern sofortige Preis-Bremse!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/sprit-schock-in-deutschland-cdu-und-csu-fordern-sofortige-preis-bremse/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
													<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-9">
						<div id="mh_magazine_custom_posts-7" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/welt/" class="mh-widget-title-link">Welt</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89546 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-diplomatie-statt-krieg tag-donald-trump-iran tag-goethe-iran tag-goethe-zitat-orient-okzident tag-hafez-goethe tag-iran-kulturnation tag-iranische-geschichte tag-kulturelles-erbe-iran tag-offener-brief-iran tag-orient-und-okzident tag-persische-kultur tag-politische-eskalation-iran tag-trumps-drohungen tag-weltpolitik-iran tag-west-oestlicher-divan">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-300x225.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-1024x768.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-768x576.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/open-letter-1566551_1280.jpg 1280w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt">
												Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>8. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Ein offener Brief warnt vor Donald Trumps Drohungen gegen den Iran und verteidigt die persische Kulturnation als jahrtausendealtes Erbe der Menschheit, das weit über tagespolitische Machtkämpfe hinausreicht. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/hossein-zalzadeh-goethes-erbe-gegen-trumps-drohungen-warum-der-iran-mehr-ist-als-eine-landkarte-ein-offener-brief-an-die-politiker-der-welt/" title="Goethes Erbe gegen Trumps Drohungen: Warum der Iran mehr ist als eine Landkarte &#8211; Ein offener Brief an die Politiker der Welt">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89461 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-argentinien-iran-krieg tag-benzinpreise tag-chile-iran-krieg tag-folgen-iran-krieg tag-gustavo-petro tag-inflation-lateinamerika tag-internationale-politik tag-iran-krieg tag-javier-milei tag-jose-antonio-kast tag-kolumbien-iran-krieg tag-konrad-adenauer-stiftung tag-lateinamerika tag-lateinamerika-wirtschaft tag-nahostkrieg-folgen tag-oelpreise tag-politische-reaktionen-lateinamerika tag-spritpreise-lateinamerika tag-usa-israel-iran tag-wirtschaftskrise-lateinamerika">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/kas-laenderbericht-iran-krieg-trifft-lateinamerika-hart-inflation-steigt-spritpreise-explodieren-politische-spannungen-nehmen-zu/" title="KAS-Länderbericht: Iran-Krieg trifft Lateinamerika hart – Inflation steigt, Spritpreise explodieren, politische Spannungen nehmen zu!"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/01/iran-1151139_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/kas-laenderbericht-iran-krieg-trifft-lateinamerika-hart-inflation-steigt-spritpreise-explodieren-politische-spannungen-nehmen-zu/" title="KAS-Länderbericht: Iran-Krieg trifft Lateinamerika hart – Inflation steigt, Spritpreise explodieren, politische Spannungen nehmen zu!">
										KAS-Länderbericht: Iran-Krieg trifft Lateinamerika hart – Inflation steigt, Spritpreise explodieren, politische Spannungen nehmen zu!									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>5. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/kas-laenderbericht-iran-krieg-trifft-lateinamerika-hart-inflation-steigt-spritpreise-explodieren-politische-spannungen-nehmen-zu/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89483 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-iran tag-krieg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-nein-zum-reaktionaeren-krieg-nein-zur-islamischen-republik-nein-zu-den-aggressiven-kapitalistischen-staaten/" title="Nein zum reaktionären Krieg, Nein zur Islamischen Republik, Nein zu den aggressiven kapitalistischen Staaten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-1.-Maerz-2026-14_13_44-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-nein-zum-reaktionaeren-krieg-nein-zur-islamischen-republik-nein-zu-den-aggressiven-kapitalistischen-staaten/" title="Nein zum reaktionären Krieg, Nein zur Islamischen Republik, Nein zu den aggressiven kapitalistischen Staaten">
										Nein zum reaktionären Krieg, Nein zur Islamischen Republik, Nein zu den aggressiven kapitalistischen Staaten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>3. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-nein-zum-reaktionaeren-krieg-nein-zur-islamischen-republik-nein-zu-den-aggressiven-kapitalistischen-staaten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89449 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-duengerknappheit tag-energie-schock tag-energiekrise-2026 tag-food-chain-reaction tag-gaspreise tag-globale-krise tag-hormus-blockade-folgen tag-hormus-krise tag-iran-krise tag-lebensmittelpreise tag-lng-krise tag-nahost-krise tag-oelpreis-explosion tag-oelversorgung-europa tag-preisexplosion-lebensmittel tag-rohstoffkrise tag-strasse-von-hormus tag-versorgungskrise tag-versorgungssicherheit tag-weltwirtschaft-krise">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-versorgungs-alarm-weltweit-warum-oel-duenger-und-lebensmittel-ploetzlich-zum-problem-werden/" title="Versorgungs-Alarm weltweit! Warum Öl, Dünger und Lebensmittel plötzlich zum Problem werden"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/12/children-of-war-1172016_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-versorgungs-alarm-weltweit-warum-oel-duenger-und-lebensmittel-ploetzlich-zum-problem-werden/" title="Versorgungs-Alarm weltweit! Warum Öl, Dünger und Lebensmittel plötzlich zum Problem werden">
										Versorgungs-Alarm weltweit! Warum Öl, Dünger und Lebensmittel plötzlich zum Problem werden									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>1. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-versorgungs-alarm-weltweit-warum-oel-duenger-und-lebensmittel-ploetzlich-zum-problem-werden/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89302 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-welt tag-abdala-impfstoff tag-bildung-in-kuba tag-biotechnologie-kuba tag-blockade-kuba tag-che-guevara tag-cimavax tag-donald-trump-kuba tag-fidel-castro tag-gesundheitssystem-kuba tag-heberprot-p tag-kuba tag-kuba-analyse tag-kubanische-geschichte tag-kubanische-revolution tag-landwirtschaft-kuba tag-organoponicos tag-soberana-impfstoff tag-sozialismus-kuba tag-stromausfaelle-kuba tag-us-sanktionen-gegen-kuba">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hossein-zalzadeh-kuba-manifest-des-widerstands-gegen-die-entropie-des-imperialismus/" title="Kuba: Manifest des Widerstands gegen die Entropie des Imperialismus"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Flagge, Kuba, Liebling, Quelle: gabrielmbulla" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-300x220.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-1024x751.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-768x563.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280.jpg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="Flagge, Kuba, Liebling, Quelle: gabrielmbulla" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-300x220.jpg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-1024x751.jpg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-768x563.jpg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280-326x245.jpg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/12/flag-677901_1280.jpg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hossein-zalzadeh-kuba-manifest-des-widerstands-gegen-die-entropie-des-imperialismus/" title="Kuba: Manifest des Widerstands gegen die Entropie des Imperialismus">
										Kuba: Manifest des Widerstands gegen die Entropie des Imperialismus									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hossein-zalzadeh-kuba-manifest-des-widerstands-gegen-die-entropie-des-imperialismus/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="rss-2" class="mh-widget mh-home-9 widget_rss"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a class="rsswidget rss-widget-feed" href="https://rp-online.de/feed.rss"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%3C/svg%3E" alt="RSS" data-lazy-src="https://www.tabularasamagazin.de/wp-includes/images/rss.png" /><noscript><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://www.tabularasamagazin.de/wp-includes/images/rss.png" alt="RSS" /></noscript></a> <a class="rsswidget rss-widget-title" href="https://rp-online.de/feed.rss">Startseite | RP ONLINE</a></span></h4><ul><li><a class='rsswidget' href='https://rp-online.de/wirtschaft/strasse-von-hormus-iran-fordert-maut-fuer-schiffe-die-folgen_aid-146510393'>Straße von Hormus: „Tankstellenpreise von unter zwei Euro sind illusorisch“</a> <span class="rss-date">9. April 2026</span><div class="rssSummary">Der Iran will eine Maut für die Straße von Hormus verlangen. Das verstößt gegen das Seerecht und hat gravierende Folgen für Öl- und Spritpreise. 2000 Schiffe sitzen fest. Deutsche Reeder fordern Schutz.</div></li><li><a class='rsswidget' href='https://rp-online.de/panorama/wissen/weltraum/orion-soll-im-pazifik-landen-artemis-2-mission-zum-mond-der-nasa_aid-146491931'>Mondmission Artemis II : Rückkehr der Astronauten – warum der Hitzeschild über Leben und Tod entscheidet</a> <span class="rss-date">9. April 2026</span><div class="rssSummary">In der Nacht zu Samstag, kurz nach 2 Uhr, soll die Artemis-II-Crew im Pazifik landen. Es ist der letzte kritische Moment der Mission. Vor allem wegen des Hitzeschilds. Bei der letzten Mission gab es Probleme damit.</div></li><li><a class='rsswidget' href='https://rp-online.de/politik/deutschland/marla-svenja-liebich-verurteilte-rechtsextremistin-in-tschechien-gefasst_aid-146565221'>Zugriff in Tschechien: Verurteilte Rechtsextremistin Marla Svenja Liebich gefasst</a> <span class="rss-date">9. April 2026</span><div class="rssSummary">Die verurteilte Rechtsextremistin Marla Svenja Liebich ist nach monatelanger Fahndung in Tschechien gefasst worden. Tschechische Polizisten haben Liebich auf der Grundlage eines europäischen Haftbefehls festgenommen.</div></li><li><a class='rsswidget' href='https://rp-online.de/politik/deutschland/pendlerpauschal-strompreis-und-co-schwarz-rot-ringt-um-entlastungen_aid-146541167'>Folgen des Iran-Kriegs: Pendlerpauschale rauf, Stromsteuer runter – Schwarz-Rot ringt um Entlastungen</a> <span class="rss-date">9. April 2026</span><div class="rssSummary">Der Kanzler zeigt sich offen für Entlastungen, die direkt bei den Bürgern ankommen. Eine höhere Pendlerpauschale kann er sich offenbar vorstellen – trotz Warnungen von Ökonomen. Die SPD geht dabei mit – und bringt weitere Maßnahmen ins Gespräch.</div></li><li><a class='rsswidget' href='https://rp-online.de/panorama/fernsehen/mario-adorf-zdf-aendert-wegen-adorf-tod-programm_aid-146556623'>Zum Tod der Schauspiellegende: ZDF ändert wegen Adorf-Tod Programm</a> <span class="rss-date">9. April 2026</span><div class="rssSummary">ARD und ZDF erinnern am 9. April und in den folgenden Tagen mit Programmänderungen und zusätzlichen Ausstrahlungen an den Tod des legendären deutschen Schauspielers Mario Adorf. Wann welche Filme und Dokus laufen.</div></li></ul></div><div id="mh_magazine_custom_posts-13" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/film/" class="mh-widget-title-link">Film</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89349 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-aktuelle-kinofilme tag-ed-harris tag-film tag-glen-powell tag-gute-filme tag-how-to-make-a-killing tag-jessica-henwick tag-john-patton-ford tag-kino tag-kino-heute tag-kinoaktuell tag-kinofilm tag-kinotipp tag-margaret-qualley tag-todsicheres-erbe tag-topher-grace tag-was-laeuft-im-kino">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/glen-powell-in-how-to-make-a-killing-todsicheres-erbe/" title="Glen Powell in: HOW TO MAKE A KILLING – TODSICHERES ERBE "><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/image011-80x60.jpeg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/glen-powell-in-how-to-make-a-killing-todsicheres-erbe/" title="Glen Powell in: HOW TO MAKE A KILLING – TODSICHERES ERBE ">
												Glen Powell in: HOW TO MAKE A KILLING – TODSICHERES ERBE 											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/glen-powell-in-how-to-make-a-killing-todsicheres-erbe/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Becket Redfellow hat Witz, Stil, Bildung und Charme. Doch eines besitzt er nach wie vor nicht – das milliardenschwere Vermögen, das ihm laut seiner Mutter von Geburt an zusteht. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/glen-powell-in-how-to-make-a-killing-todsicheres-erbe/" title="Glen Powell in: HOW TO MAKE A KILLING – TODSICHERES ERBE ">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89296 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-alexander-kluge tag-alexander-kluge-dctp tag-alexander-kluge-filmemacher tag-alexander-kluge-nachruf tag-alexander-kluge-schriftsteller tag-alexander-kluge-tot tag-chronik-der-gefuehle tag-deutscher-intellektueller tag-deutsches-geistesleben tag-dr-dr-stefangrosslobkowicz tag-filmtheorie tag-gruppe-47 tag-nachruf-alexander-kluge tag-neuer-deutscher-film tag-oskar-negt tag-suhrkamp-verlag">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-zum-tod-von-alexander-kluge-der-erzaehler-der-zwischenraeume-ist-im-alter-von-94-jahren-gestorben/" title="Zum Tod von Alexander Kluge – Der Erzähler der Zwischenräume ist im Alter von 94 Jahren gestorben"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/02/grave-2036220_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-zum-tod-von-alexander-kluge-der-erzaehler-der-zwischenraeume-ist-im-alter-von-94-jahren-gestorben/" title="Zum Tod von Alexander Kluge – Der Erzähler der Zwischenräume ist im Alter von 94 Jahren gestorben">
										Zum Tod von Alexander Kluge – Der Erzähler der Zwischenräume ist im Alter von 94 Jahren gestorben									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/stefan-gross-lobkowicz-zum-tod-von-alexander-kluge-der-erzaehler-der-zwischenraeume-ist-im-alter-von-94-jahren-gestorben/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89253 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-aktuelle-kinofilme tag-aktueller-kinofilm tag-comedy tag-film tag-filme tag-filmrezension tag-hape-kerkeling tag-horst-schlaemmer tag-horst-schlaemmer-sucht-das-glueck tag-horst-schlemmer tag-kino tag-kino-aktuell tag-kinofilm tag-kinokomoedie tag-laura-thomas tag-meltem-kaptan tag-neue-filme tag-sophie-adell tag-sven-unterwaldt tag-tahnee-schaffarczyk tag-was-laeuft-im-kino">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hape-kerkeling-in-horst-schlaemmer-sucht-das-glueck/" title="Hape Kerkeling in: HORST SCHLÄMMER SUCHT DAS GLÜCK"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Horst-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hape-kerkeling-in-horst-schlaemmer-sucht-das-glueck/" title="Hape Kerkeling in: HORST SCHLÄMMER SUCHT DAS GLÜCK">
										Hape Kerkeling in: HORST SCHLÄMMER SUCHT DAS GLÜCK									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>25. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hape-kerkeling-in-horst-schlaemmer-sucht-das-glueck/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89153 post type-post status-publish format-standard has-post-thumbnail category-film category-gesellschaft tag-aktuelle-filme tag-aktuelle-kinofilme tag-andreas-koepke tag-dokumentarfilm tag-ein-sommer-in-italien-wm-1990 tag-film tag-filme tag-filmpremiere tag-filmpremieren tag-fussballfilm tag-fussballspieler tag-fussbll-fussballfilm tag-guido-buchwald tag-hans-pfluegler tag-holger-osieck tag-jetzt-in-kino tag-juergen-klinsmann tag-kino tag-kino-aktuell tag-klaus-augenthaler tag-lothar-matthaeus tag-nadja-koelling tag-olaf-thon tag-paul-steiner tag-pierre-littbarski tag-premiere tag-raimond-aumann tag-rudi-voeller tag-stefan-reuter tag-thomas-haessler tag-vanessa-goll tag-was-laeuft-im-kino tag-wm tag-wm-1990">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/jetzt-im-kino-ein-sommer-in-italien-wm-1990/" title="Jetzt im Kino: EIN SOMMER IN ITALIEN – WM 1990"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-326x245.jpeg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Tobis-326x245.jpeg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/jetzt-im-kino-ein-sommer-in-italien-wm-1990/" title="Jetzt im Kino: EIN SOMMER IN ITALIEN – WM 1990">
										Jetzt im Kino: EIN SOMMER IN ITALIEN – WM 1990									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>19. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/jetzt-im-kino-ein-sommer-in-italien-wm-1990/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88759 post type-post status-publish format-standard has-post-thumbnail category-film category-finanzen tag-apple-tv-plus tag-disney-plus tag-hbo-max-deutschland tag-justwatch-report tag-marktanteile-deutschland tag-netflix-marktanteil tag-paramount-plus tag-prime-video-deutschland tag-rtl-plus tag-streaming-charts tag-streaming-markt-2025 tag-svod-markt tag-warner-bros tag-wow-streaming">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/streaming-schock-2025-netflix-prime-verlieren-neue-player-holen-auf/" title="Streaming-Schock 2025! Netflix &#038; Prime verlieren – Neue Player holen auf"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/unnamed-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/streaming-schock-2025-netflix-prime-verlieren-neue-player-holen-auf/" title="Streaming-Schock 2025! Netflix &#038; Prime verlieren – Neue Player holen auf">
										Streaming-Schock 2025! Netflix &#038; Prime verlieren – Neue Player holen auf									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>2. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/streaming-schock-2025-netflix-prime-verlieren-neue-player-holen-auf/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-16" class="mh-widget mh-home-9 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/lifestyle-und-reisen/" class="mh-widget-title-link">Lifstyle und Reisen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89563 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-lifestyle-und-reisen tag-badeorte-bodensee tag-badeurlaub-bodensee tag-bodensee tag-bodensee-radweg tag-freizeitaktivitaeten-bodensee tag-friedrichshafen-baden tag-kajak-bodensee tag-meersburg-strand tag-natur-bodensee tag-naturerlebnis-bodensee tag-outdoor-urlaub-bodensee tag-radfahren-bodensee tag-schwimmen-bodensee tag-stand-up-paddling-bodensee tag-strandbad-ueberlingen tag-urlaub-am-bodensee tag-versteckte-buchten-bodensee tag-vogelbeobachtung-bodensee tag-wandern-am-bodensee tag-wassersport-bodensee">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/sailboats-3729599_1920-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/" title="Entdecken Sie die Naturwunder des Bodensees">
										Entdecken Sie die Naturwunder des Bodensees									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/entdecken-sie-die-naturwunder-des-bodensees/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89485 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-aesthetische-chirurgie tag-aesthetischer-eingriff tag-facharzt-fuer-plastische-und-aesthetische-chirurgie tag-fettabsaugung tag-fettabsaugung-mannheim tag-fettdepots-entfernen tag-fettzellen-entfernen tag-hautstraffung tag-klinik-fuer-fettabsaugung tag-kompressionskleidung tag-koerperformung tag-koerperkonturierung tag-laserassistierte-liposuktion tag-lipoedem tag-lipoedem-behandlung tag-liposuktion tag-liposuktion-ablauf tag-liposuktion-beratung tag-liposuktion-heilungsverlauf tag-liposuktion-nachsorge tag-liposuktion-risiken tag-medizinische-indikation-liposuktion tag-moderne-liposuktion tag-nachhaltige-ergebnisse-liposuktion tag-plastische-chirurgie tag-professionelle-fettabsaugung-mannheim tag-tumeszenz-lokalanaesthesie tag-ultraschallassistierte-liposuktion tag-wal-liposuktion tag-wasserstrahl-assistierte-liposuktion">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/der-optimierte-koerper-medizinische-innovation-und-gesellschaftlicher-wandel-in-der-aesthetischen-chirurgie/" title="Der optimierte Körper: Medizinische Innovation und gesellschaftlicher Wandel in der ästhetischen Chirurgie"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/c170c826-97cd-4514-850e-5a9be87699a2-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/der-optimierte-koerper-medizinische-innovation-und-gesellschaftlicher-wandel-in-der-aesthetischen-chirurgie/" title="Der optimierte Körper: Medizinische Innovation und gesellschaftlicher Wandel in der ästhetischen Chirurgie">
										Der optimierte Körper: Medizinische Innovation und gesellschaftlicher Wandel in der ästhetischen Chirurgie									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/der-optimierte-koerper-medizinische-innovation-und-gesellschaftlicher-wandel-in-der-aesthetischen-chirurgie/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89472 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-basic-pullover-damen tag-capsule-wardrobe-damen tag-damen-bekleidung tag-elegante-alltagsmode tag-grauer-pullover-damen tag-grauer-strickpullover-kombinieren tag-hochwertige-strickwaren tag-minimalistische-garderobe tag-minimalistische-mode tag-minimalistischer-kleidungsstil tag-mode-minimalismus tag-nachhaltige-mode tag-nachhaltige-strickmode tag-pullover-grau tag-schlichte-outfits-damen tag-schlichte-strickteile tag-strickmode-damen tag-strickpullover-damen tag-zeitlose-damenmode tag-zeitlose-mode">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/minimalistische-mode-wie-schlichte-strickteile-jedes-outfit-aufwerten/" title="Minimalistische Mode: Wie schlichte Strickteile jedes Outfit aufwerten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/ChatGPT-Image-2.-Apr.-2026-12_03_31-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/minimalistische-mode-wie-schlichte-strickteile-jedes-outfit-aufwerten/" title="Minimalistische Mode: Wie schlichte Strickteile jedes Outfit aufwerten">
										Minimalistische Mode: Wie schlichte Strickteile jedes Outfit aufwerten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>2. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/minimalistische-mode-wie-schlichte-strickteile-jedes-outfit-aufwerten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89381 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-regeln tag-regeln-im-spiel tag-spiel tag-spiele tag-spiele-spielen tag-spielen tag-spielregeln tag-zusammenspiel">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/zwischen-zufall-und-ordnung-was-einfache-spiele-darueber-verraten-wie-wir-denken-und-uns-verbinden/" title="Zwischen Zufall und Ordnung: Was einfache Spiele darüber verraten, wie wir denken und uns verbinden"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/Unbenannt-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/zwischen-zufall-und-ordnung-was-einfache-spiele-darueber-verraten-wie-wir-denken-und-uns-verbinden/" title="Zwischen Zufall und Ordnung: Was einfache Spiele darüber verraten, wie wir denken und uns verbinden">
										Zwischen Zufall und Ordnung: Was einfache Spiele darüber verraten, wie wir denken und uns verbinden									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/zwischen-zufall-und-ordnung-was-einfache-spiele-darueber-verraten-wie-wir-denken-und-uns-verbinden/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89391 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen tag-app-first-energie tag-co2-tracking tag-community-energie tag-community-plattform-energie tag-digitale-kundenerwartung-energie tag-digitaler-energieversorger tag-echtzeit-verbrauchsdaten tag-energie-app tag-energie-innovation tag-energie-start-up-europa tag-energie-startup tag-energieanbieter-app tag-energiekosten-in-echtzeit tag-energiemarkt-deutschland tag-energieverbrauch-app tag-energieversorgung-digital tag-energiewende-digital tag-erneuerbare-energien tag-gamification-energie tag-greentech-deutschland tag-greentech-scale-up tag-gruener-strom-deutschland tag-ki-energieoptimierung tag-ki-im-energiemarkt tag-lfw24 tag-lieferantenwechsel-24-stunden tag-lifestyle-produkt-energie tag-nachhaltige-energieversorgung tag-neo-energy tag-neo-energy-deutschland tag-neo-energy-europa tag-oekostrom-anbieter tag-oekostrom-app tag-plan-b-net-zero tag-smarter-energieanbieter tag-strom-app tag-zukunft-energiemarkt">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/first-mover-im-energiemarkt-wie-plan-b-net-zero-das-konzept-neo-energy-etabliert/" title="First Mover im Energiemarkt: Wie PLAN B NET ZERO das Konzept Neo-Energy etabliert"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-30.-Maerz-2026-12_11_28-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/first-mover-im-energiemarkt-wie-plan-b-net-zero-das-konzept-neo-energy-etabliert/" title="First Mover im Energiemarkt: Wie PLAN B NET ZERO das Konzept Neo-Energy etabliert">
										First Mover im Energiemarkt: Wie PLAN B NET ZERO das Konzept Neo-Energy etabliert									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>30. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/first-mover-im-energiemarkt-wie-plan-b-net-zero-das-konzept-neo-energy-etabliert/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
													<div class="mh-widget-col-1 mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-10">
						<div id="mh_magazine_custom_posts-8" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/wissen/" class="mh-widget-title-link">Wissen</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89565 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-energieeffizienz-gebaeude tag-energieverlust-haus tag-fernwaerme-rohrleitungen tag-heizkosten-erhoehen-ursachen tag-heizung-optimieren tag-hydraulischer-abgleich tag-niedertemperatur-heizung tag-rohrdaemmung-heizung tag-rohrdurchmesser-heizung tag-rohrnetz-heizung tag-waermepumpe-effizienz tag-waermepumpe-probleme tag-waermepumpe-stromverbrauch tag-waermepumpe-tipps tag-waermeverluste-rohrleitungen">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Waermeverlust-in-Heizungsrohren-erkennen-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe">
												Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Versteckte Wärmeverluste bei Wärmepumpen erkennen: Wie schlecht gedämmte Rohrleitungen, falsche Dimensionierung und lange Leitungswege die Effizienz senken und die Heizkosten erhöhen. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/versteckte-waermeverluste-im-rohrleitungsnetz-ihrer-waermepumpe/" title="Versteckte Wärmeverluste im Rohrleitungsnetz Ihrer Wärmepumpe">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89290 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-bafoeg-bearbeitungszeiten tag-bafoeg-thueringen tag-bafoeg-verwaltung-entlasten tag-bafoeg-antraege tag-bafoeg-verfahren-beschleunigen tag-bildungsausschuss-thueringen tag-cdu-fraktion-thueringen tag-hochschulpolitik-thueringen tag-iu-internationale-hochschule tag-lennart-geibert tag-private-hochschulen tag-staatliche-hochschulen-thueringen tag-studienortprinzip-bafoeg tag-studierendenwerk-thueringen tag-wohnortprinzip-bafoeg tag-zustaendigkeiten-bafoeg">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/cdu-fraktion-in-thueringen-will-bafoeg-antraege-schneller-bearbeiten-und-verwaltung-entlasten/" title="CDU-Fraktion in Thüringen will BAföG-Anträge schneller bearbeiten und Verwaltung entlasten"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/03/ChatGPT-Image-26.-Maerz-2026-12_40_51-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/cdu-fraktion-in-thueringen-will-bafoeg-antraege-schneller-bearbeiten-und-verwaltung-entlasten/" title="CDU-Fraktion in Thüringen will BAföG-Anträge schneller bearbeiten und Verwaltung entlasten">
										CDU-Fraktion in Thüringen will BAföG-Anträge schneller bearbeiten und Verwaltung entlasten									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>26. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/cdu-fraktion-in-thueringen-will-bafoeg-antraege-schneller-bearbeiten-und-verwaltung-entlasten/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89237 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-gesundheit tag-interview tag-michael-nehl">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-im-interview-mit-dr-med-michael-nehlsmarc-friedrich/" title="Im Interview mit Dr. med. Michael Nehls"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/03/doctor-563428_1280-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-im-interview-mit-dr-med-michael-nehlsmarc-friedrich/" title="Im Interview mit Dr. med. Michael Nehls">
										Im Interview mit Dr. med. Michael Nehls									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>23. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-im-interview-mit-dr-med-michael-nehlsmarc-friedrich/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89161 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-achtung-der-menschenwuerde tag-alte-menschen tag-pflege tag-zu-hause">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/viele-menschen-erhalten-pflege-zu-hause-nicht/" title="Viele Menschen erhalten Pflege zu Hause nicht"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/hands-2906458_1280-326x245.webp 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/viele-menschen-erhalten-pflege-zu-hause-nicht/" title="Viele Menschen erhalten Pflege zu Hause nicht">
										Viele Menschen erhalten Pflege zu Hause nicht									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/viele-menschen-erhalten-pflege-zu-hause-nicht/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89147 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-wissen tag-geist tag-leben tag-natur">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/hans-sixl-wer-oder-was-sind-wir-und-warum-existieren-wir-eigentlich/" title="Wer oder was sind wir, und warum existieren wir eigentlich?"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/06/questions-4304981_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/hans-sixl-wer-oder-was-sind-wir-und-warum-existieren-wir-eigentlich/" title="Wer oder was sind wir, und warum existieren wir eigentlich?">
										Wer oder was sind wir, und warum existieren wir eigentlich?									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>18. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hans-sixl-wer-oder-was-sind-wir-und-warum-existieren-wir-eigentlich/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-11" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/glaube/" class="mh-widget-title-link">Glaube</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89571 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-alexander-grau tag-bonhoeffer tag-christentum-in-der-moderne tag-christlicher-glaube tag-essay-protestantismus tag-herbert-ammon tag-karl-barth tag-kulturprotestantismus tag-moderne tag-nietzsche tag-paul-tillich tag-protestantisches-prinzip tag-protestantismus tag-religionskritik tag-rudolf-bultmann tag-saekularisierung tag-spaetmoderne tag-theologie tag-tod-gottes tag-zukunft-des-glaubens">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-326x245.png 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Bibel-im-Licht-der-Abendsonne-80x60.png 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">
												Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>9. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Alexander Grau deutet den „Tod Gottes“ nicht als Verlust, sondern als Folge christlicher, insbesondere protestantischer Geistesgeschichte. Eine Analyse seines Essays in der Tradition des Kulturprotestantismus. <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/herbert-ammon-protestantisches-prinzip-und-tod-gottes-alexander-graus-essay-zur-zukunft-des-glaubens/" title="Protestantisches Prinzip und „Tod Gottes“: Alexander Graus Essay zur Zukunft des Glaubens">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89497 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-auferstehung-jesu tag-bundesregierung-reformen tag-christen-weltweit tag-deutsche-gegen-mehrwertsteuererhoehung tag-glauben-an-ein-leben-nach-dem-tod tag-haushaltsnotlage tag-insa-umfrage tag-jenseitsglaube tag-leben-nach-dem-tod tag-mehrwertsteuer tag-mehrwertsteuererhoehung tag-oeffentliche-meinung-deutschland tag-ostern tag-ostern-2026 tag-reform-paket-bundesregierung tag-religion-in-deutschland tag-schwarz-rote-bundesregierung tag-steuerpolitik-deutschland tag-umfrage-deutschland tag-wunsch-nach-leben-nach-dem-tod">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/herrmann-binkert-mehrwertsteuer-schock-abgelehnt-deutsche-sagen-klar-nein-und-hoffen-trotzdem-auf-ein-leben-nach-dem-tod/" title="Mehrwertsteuer-Schock abgelehnt! Deutsche sagen klar Nein – und hoffen trotzdem auf ein Leben nach dem Tod"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/04/Steuerprotest-und-Hoffnung-auf-das-Jenseits-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/herrmann-binkert-mehrwertsteuer-schock-abgelehnt-deutsche-sagen-klar-nein-und-hoffen-trotzdem-auf-ein-leben-nach-dem-tod/" title="Mehrwertsteuer-Schock abgelehnt! Deutsche sagen klar Nein – und hoffen trotzdem auf ein Leben nach dem Tod">
										Mehrwertsteuer-Schock abgelehnt! Deutsche sagen klar Nein – und hoffen trotzdem auf ein Leben nach dem Tod									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. April 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/herrmann-binkert-mehrwertsteuer-schock-abgelehnt-deutsche-sagen-klar-nein-und-hoffen-trotzdem-auf-ein-leben-nach-dem-tod/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-89180 post type-post status-publish format-standard has-post-thumbnail category-glaube tag-antisemitismus tag-cdu tag-linke">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/die-linke-duldet-strukturellen-antisemitismus-in-ihrer-partei/" title="„Die Linke duldet strukturellen Antisemitismus in ihrer Partei“"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="hakenkreuz verboten stop feuer streichhölzer, geralt, Pixabay License Freie kommerzielle Nutzung Kein Bildnachweis nötig" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="hakenkreuz verboten stop feuer streichhölzer, geralt, Pixabay License Freie kommerzielle Nutzung Kein Bildnachweis nötig" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/02/swastika-1245945_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/die-linke-duldet-strukturellen-antisemitismus-in-ihrer-partei/" title="„Die Linke duldet strukturellen Antisemitismus in ihrer Partei“">
										„Die Linke duldet strukturellen Antisemitismus in ihrer Partei“									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>20. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/die-linke-duldet-strukturellen-antisemitismus-in-ihrer-partei/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88978 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-juedisch-israelische-kulturtage tag-thueringen">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/die-juedisch-israelischen-kulturtage-zeigen-wie-sehr-juedisches-leben-und-kultur-zu-thueringen-gehoeren/" title="Die jüdisch-israelischen Kulturtage zeigen, wie sehr jüdisches Leben und Kultur zu Thüringen gehören"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2020/05/tombstone-1735426_1280-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/die-juedisch-israelischen-kulturtage-zeigen-wie-sehr-juedisches-leben-und-kultur-zu-thueringen-gehoeren/" title="Die jüdisch-israelischen Kulturtage zeigen, wie sehr jüdisches Leben und Kultur zu Thüringen gehören">
										Die jüdisch-israelischen Kulturtage zeigen, wie sehr jüdisches Leben und Kultur zu Thüringen gehören									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>6. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/die-juedisch-israelischen-kulturtage-zeigen-wie-sehr-juedisches-leben-und-kultur-zu-thueringen-gehoeren/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88048 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-glaube tag-burka-verbot-deutschland tag-burka-verbot-europa tag-europa-integration-gesetz tag-frauenrechte-islam tag-freiheit-und-sicherheit tag-gesicht-zeigen-gesetz tag-integration-europa tag-integration-politik tag-islamischer-schleier-verbot tag-kopftuchverbot-schulen tag-niqab-verbot tag-oeffentliche-sicherheit-europa tag-parallelgesellschaften-stoppen tag-religionsfreiheit-grenzen tag-schleierdebatte-eu tag-schleierverbot-portugal tag-sicherheit-oeffentlicher-raum tag-verfassungsrecht-schleierverbot">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/sylvia-pantel-schluss-mit-dem-schleier-portugal-zeigt-wie-freiheit-verteidigt-wird/" title="Schluss mit dem Schleier! Portugal zeigt, wie Freiheit verteidigt wird"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/hijab-3064633_1920-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/sylvia-pantel-schluss-mit-dem-schleier-portugal-zeigt-wie-freiheit-verteidigt-wird/" title="Schluss mit dem Schleier! Portugal zeigt, wie Freiheit verteidigt wird">
										Schluss mit dem Schleier! Portugal zeigt, wie Freiheit verteidigt wird									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>22. Januar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/sylvia-pantel-schluss-mit-dem-schleier-portugal-zeigt-wie-freiheit-verteidigt-wird/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-14" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/europa/" class="mh-widget-title-link">Europa</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-large clearfix post-89130 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-news-krieg tag-europa tag-iran tag-schweigen">
							<div class="mh-custom-posts-large-inner clearfix">
																	<figure class="mh-custom-posts-thumb-xl">
										<a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://www.tabularasamagazin.de/hussein-zalzadeh-europa-schande-ueber-euch-warum-schweigt-ihr/" title="Europa, Schande über euch – warum schweigt ihr?"><img width="326" height="245" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20326%20245'%3E%3C/svg%3E" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-1536x1152.jpeg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-2048x1536.jpeg 2048w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-80x60.jpeg 80w" data-lazy-sizes="(max-width: 326px) 100vw, 326px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-326x245.jpeg" /><noscript><img width="326" height="245" src="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-326x245.jpeg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-1024x768.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-768x576.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-1536x1152.jpeg 1536w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-2048x1536.jpeg 2048w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2023/09/IMG_7758-80x60.jpeg 80w" sizes="(max-width: 326px) 100vw, 326px" /></noscript>										</a>
																			</figure>
																<div class="mh-custom-posts-content">
									<div class="mh-custom-posts-header">
										<h3 class="mh-custom-posts-xl-title">
											<a href="https://www.tabularasamagazin.de/hussein-zalzadeh-europa-schande-ueber-euch-warum-schweigt-ihr/" title="Europa, Schande über euch – warum schweigt ihr?">
												Europa, Schande über euch – warum schweigt ihr?											</a>
										</h3>
										<div class="mh-meta mh-custom-posts-meta">
											<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>16. März 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/hussein-zalzadeh-europa-schande-ueber-euch-warum-schweigt-ihr/#mh-comments">0</a></span>
										</div>
									</div>
									<div class="mh-excerpt"><p>Europa, Schande über euch – warum schweigt ihr? <a class="mh-excerpt-more" href="https://www.tabularasamagazin.de/hussein-zalzadeh-europa-schande-ueber-euch-warum-schweigt-ihr/" title="Europa, Schande über euch – warum schweigt ihr?">[&#8230;]</a></p>
<div class="printfriendly pf-button pf-button-excerpt pf-alignright">
                    <a href="#" rel="nofollow" onclick="window.print(); return false;" title="Printer Friendly, PDF & Email">
                    <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  data-lazy-src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" /><noscript><img decoding="async" src="https://cdn.printfriendly.com/icons/printfriendly-icon-md.png" alt="Print Friendly, PDF & Email" class="pf-button-img" style="width: 16px;height: 16px;"  /></noscript><span id="printfriendly-text2" class="pf-button-text">Drucken</span>
                    </a>
                </div></div>								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88636 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-algorithmen-kontrolle-meinung tag-big-tech-regulierung-europa tag-corona-politik-eu-analyse tag-desinformation-eu-corona tag-digitale-meinungsfreiheit-europa tag-eu-big-tech-zusammenarbeit tag-eu-kommission-desinformation tag-eu-kommunikation-big-tech tag-eu-mail-corona tag-eu-transparenz-demokratie tag-social-media-kontrolle-eu tag-social-media-zensur-debatte">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/marc-friedrich-geheime-eu-mail-enthuellt-so-arbeitete-bruessel-mit-big-tech-waehrend-corona-zusammen/" title="Geheime EU-Mail enthüllt: So arbeitete Brüssel mit Big Tech während Corona zusammen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-326x245.webp 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-80x60.webp" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-80x60.webp" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-80x60.webp 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-678x509.webp 678w, https://www.tabularasamagazin.de/wp-content/uploads/2022/03/vaccination-certificate-6790266_1280-326x245.webp 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/marc-friedrich-geheime-eu-mail-enthuellt-so-arbeitete-bruessel-mit-big-tech-waehrend-corona-zusammen/" title="Geheime EU-Mail enthüllt: So arbeitete Brüssel mit Big Tech während Corona zusammen">
										Geheime EU-Mail enthüllt: So arbeitete Brüssel mit Big Tech während Corona zusammen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>28. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/marc-friedrich-geheime-eu-mail-enthuellt-so-arbeitete-bruessel-mit-big-tech-waehrend-corona-zusammen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88534 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-eu-sicherheitsstrategie tag-europaeische-souveraenitaet tag-europaeische-verteidigung tag-geopolitische-ordnung tag-internationale-sicherheitspolitik tag-msc-muenchen tag-muenchner-sicherheitskonferenz tag-nato-zukunft tag-russland-geopolitischer-einfluss tag-russland-ukraine-krieg-folgen tag-strategische-autonomie-europa tag-transatlantische-beziehungen tag-ukraine-eu-beitritt tag-usa-europa-werte tag-westen-zukunft">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/ingo-friedrich-die-neue-erzaehlung-europas-nach-der-mu%cc%88nchner-sicherheitskonferenz-8-ergebnisse-der-muenchner-sicherheitskonferenz/" title="Die neue Erzählung Europas nach der Münchner Sicherheitskonferenz: 8 Ergebnisse"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz.jpeg 640w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-300x225.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/Muenchner-Sicherheitskonferenz.jpeg 640w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/ingo-friedrich-die-neue-erzaehlung-europas-nach-der-mu%cc%88nchner-sicherheitskonferenz-8-ergebnisse-der-muenchner-sicherheitskonferenz/" title="Die neue Erzählung Europas nach der Münchner Sicherheitskonferenz: 8 Ergebnisse">
										Die neue Erzählung Europas nach der Münchner Sicherheitskonferenz: 8 Ergebnisse									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>17. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/ingo-friedrich-die-neue-erzaehlung-europas-nach-der-mu%cc%88nchner-sicherheitskonferenz-8-ergebnisse-der-muenchner-sicherheitskonferenz/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88492 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-aussenpolitik-deutschland tag-csu-sicherheitspolitik tag-geopolitik tag-internationale-sicherheit tag-muenchner-sicherheitskonferenz-2026 tag-nato tag-sicherheitsstrategie tag-transatlantische-beziehungen tag-transatlantisches-forum-csu">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/muenchner-sicherheitskonferenz-2026-transatlantisches-forum-der-csu-diskutiert-neue-sicherheitspolitische-leitlinien/" title="Münchner Sicherheitskonferenz 2026: Transatlantisches Forum der CSU diskutiert neue sicherheitspolitische Leitlinien"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-678x500.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-678x500.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/0439e44c-d908-f111-8406-7c1e52833b75-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/muenchner-sicherheitskonferenz-2026-transatlantisches-forum-der-csu-diskutiert-neue-sicherheitspolitische-leitlinien/" title="Münchner Sicherheitskonferenz 2026: Transatlantisches Forum der CSU diskutiert neue sicherheitspolitische Leitlinien">
										Münchner Sicherheitskonferenz 2026: Transatlantisches Forum der CSU diskutiert neue sicherheitspolitische Leitlinien									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/muenchner-sicherheitskonferenz-2026-transatlantisches-forum-der-csu-diskutiert-neue-sicherheitspolitische-leitlinien/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-88469 post type-post status-publish format-standard has-post-thumbnail category-europa category-gesellschaft tag-bdi tag-bundesverband-der-deutschen-industrie tag-demokratische-republik-kongo tag-europaeische-kommission tag-globaler-sueden tag-hanns-seidel-stiftung tag-kritische-rohstoffe tag-lieferketten-diversifizierung tag-markus-ferber tag-muenchener-sicherheitskonferenz tag-rohstoffpolitik-eu tag-strategische-partnerschaften tag-versorgungssicherheit-europa tag-volkswagen-subsahara-afrika-initiative">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/veranstaltung-hanns-seidel-stiftung-neue-rohstoffallianzen-im-fokus-europa-setzt-auf-strategische-partnerschaften/" title="Veranstaltung Hanns-Seidel-Stiftung: Neue Rohstoffallianzen im Fokus: Europa setzt auf strategische Partnerschaften"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/02/20260212_BDI11-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/veranstaltung-hanns-seidel-stiftung-neue-rohstoffallianzen-im-fokus-europa-setzt-auf-strategische-partnerschaften/" title="Veranstaltung Hanns-Seidel-Stiftung: Neue Rohstoffallianzen im Fokus: Europa setzt auf strategische Partnerschaften">
										Veranstaltung Hanns-Seidel-Stiftung: Neue Rohstoffallianzen im Fokus: Europa setzt auf strategische Partnerschaften									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Februar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/veranstaltung-hanns-seidel-stiftung-neue-rohstoffallianzen-im-fokus-europa-setzt-auf-strategische-partnerschaften/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div><div id="mh_magazine_custom_posts-17" class="mh-widget mh-home-10 mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://www.tabularasamagazin.de/category/sport/" class="mh-widget-title-link">Sport</a></span></h4>			<ul class="mh-custom-posts-widget clearfix"> 						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-87841 post type-post status-publish format-standard has-post-thumbnail category-sport tag-jagd tag-jagdarten tag-jagdbekleidung tag-jagdkleidung tag-jagdsport tag-jagdzeiten tag-jagen tag-sport tag-zarimex tag-zarimex-eu">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/" title="Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2026/01/Jagd-2-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/" title="Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist">
										Jagd als Sport: Warum die richtige Bekleidung entscheidend für Leistung und Sicherheit ist									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>16. Januar 2026</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/jagd-als-sport-warum-die-richtige-bekleidung-entscheidend-fuer-leistung-und-sicherheit-ist/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-86693 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-event-management tag-organisation tag-soeren-friemel tag-spitzensport">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/" title="Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2022/06/swimmer_competition_olympics_athlete_freestyle_race_pool_sport-905274.jpgd_-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/" title="Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann">
										Organisation im Spitzensport: Was Event-Management von Sören Friemel lernen kann									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>12. November 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/organisation-im-spitzensport-was-event-management-von-soeren-friemel-lernen-kann/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-86072 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-nhl-saison">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/" title="Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-326x245.png 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-80x60.png 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-678x509.png 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/10/1-2-326x245.png 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/" title="Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight">
										Die neue NHL-Saison ist startet – Leon Draisaitl im Fokus und EA SPORTS NHL 26 als digitales Highlight									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>13. Oktober 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/markus-hofmann-die-neue-nhl-saison-ist-startet-leon-draisaitl-im-fokus-und-ea-sports-nhl-26-als-digitales-highlight/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-85468 post type-post status-publish format-standard has-post-thumbnail category-gesellschaft category-sport tag-buergerentscheidung tag-muenchen tag-olympia tag-vba">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/" title="Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-300x228.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-1024x779.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-768x584.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia.jpeg 1280w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-80x60.jpeg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-300x228.jpeg 300w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-1024x779.jpeg 1024w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-768x584.jpeg 768w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-678x509.jpeg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia-326x245.jpeg 326w, https://www.tabularasamagazin.de/wp-content/uploads/2024/07/Olympia.jpeg 1280w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/" title="Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen">
										Bayerischer Wirtschaftsverband vbw plädiert bei Olympia-Bürgerentscheid am 26.10. mit „Ja“ zu stimmen									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>7. Oktober 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/bayerischer-wirtschaftsverband-vbw-plaediert-bei-olympia-buergerentscheid-am-26-10-mit-ja-zu-stimmen/#mh-comments">0</a></span>
								</div>
							</div>
						</li>						<li class="mh-custom-posts-item mh-custom-posts-small clearfix post-84687 post type-post status-publish format-standard has-post-thumbnail category-lifestyle-und-reisen category-sport tag-anfaenger tag-arbeit tag-fitness tag-freizeit tag-gesundheit tag-herz tag-laufbandtraining tag-lunge tag-muskeln tag-sport tag-tipps">
															<figure class="mh-custom-posts-thumb">
									<a class="mh-thumb-icon mh-thumb-icon-small" href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/" title="Laufbandtraining als Anfänger: So starten Sie richtig durch"><img width="80" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2060'%3E%3C/svg%3E" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-326x245.jpg 326w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg" /><noscript><img width="80" height="60" src="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="" decoding="async" srcset="https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-80x60.jpg 80w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-678x509.jpg 678w, https://www.tabularasamagazin.de/wp-content/uploads/2025/09/1-3-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /></noscript>									</a>
								</figure>
														<div class="mh-custom-posts-header">
								<p class="mh-custom-posts-small-title">
									<a href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/" title="Laufbandtraining als Anfänger: So starten Sie richtig durch">
										Laufbandtraining als Anfänger: So starten Sie richtig durch									</a>
								</p>
								<div class="mh-meta mh-custom-posts-meta">
									<span class="mh-meta-date updated"><i class="fa fa-clock-o"></i>4. September 2025</span>
<span class="mh-meta-comments"><i class="fa fa-comment-o"></i><a class="mh-comment-count-link" href="https://www.tabularasamagazin.de/laufbandtraining-als-anfaenger-so-starten-sie-richtig-durch/#mh-comments">0</a></span>
								</div>
							</div>
						</li>			</ul></div>					</div>
							</div>
				<div id="mh_magazine_youtube-5" class="mh-widget mh-home-11 mh-home-wide mh_magazine_youtube">			<div class="mh-video-widget">
        		<div class="mh-video-container">
        			<div class="rll-youtube-player" data-src="//www.youtube.com/embed/mjvxa8woiWA" data-id="mjvxa8woiWA" data-query="wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0"></div><noscript><iframe seamless width="1280" height="720" src="//www.youtube.com/embed/mjvxa8woiWA?wmode=opaque&amp;hd=1&amp;autoplay=0&amp;showinfo=1&amp;controls=0&amp;rel=0" allowfullscreen></iframe></noscript>
        		</div>
			</div></div>	</div>
	</div>
	<div class="mh-footer-nav-mobile"></div>
	<nav class="mh-navigation mh-footer-nav" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
		<div class="mh-container mh-container-inner clearfix">
			<div class="menu-fusszeile-container"><ul id="menu-fusszeile" class="menu"><li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="https://www.tabularasamagazin.de/redaktion/">Redaktion</a></li>
<li id="menu-item-55063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55063"><a href="https://www.tabularasamagazin.de/autoren">Autoren</a></li>
<li id="menu-item-110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110"><a href="https://www.tabularasamagazin.de/kontakt/">Kontakt</a></li>
<li id="menu-item-107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-107"><a href="https://www.tabularasamagazin.de/impressum/">Impressum</a></li>
<li id="menu-item-34427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34427"><a rel="privacy-policy" href="https://www.tabularasamagazin.de/datenschutzerklaerung/">Datenschutz</a></li>
<li id="menu-item-31463" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31463"><a href="https://www.tabularasamagazin.de/wp-content/uploads/2017/06/Mediadaten-Tabula-Rasa-Magazin.pdf">Mediadaten</a></li>
</ul></div>		</div>
	</nav>
<div class="mh-copyright-wrap">
	<div class="mh-container mh-container-inner clearfix">
		<p class="mh-copyright"><p class="mh-copyright"> © Tabula Rasa Magazin | Realisiert durch  <a href="http://www.uptodatedesign.de/" title="Grafik- &amp; Webdesign München" rel="nofollow" target="_blank">UptodateDesign</a> </p></p>
	</div>
</div>
<a href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a>
</div><!-- .mh-container-outer -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-101628125-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-101628125-1');
</script>
			<div id="fb-root"></div>
			<script type="rocketlazyloadscript">
				(function(d, s, id){
					var js, fjs = d.getElementsByTagName(s)[0];
					if (d.getElementById(id)) return;
					js = d.createElement(s); js.id = id;
					js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.6";
					fjs.parentNode.insertBefore(js, fjs);
				}(document, 'script', 'facebook-jssdk'));
			</script> <div id="a1f2782a0-b48e-4c68-ae35-a42a9f76a333" consent-skip-blocker="1" class="" data-bg="background-color: rgba(0, 0, 0, 0.500);" style="background-color: rgba(0, 0, 0, 0.500);  position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;pointer-events:all;display:none;filter:none;max-width:100vw;max-height:100vh;transform:translateZ(0);" ></div>     <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="pf_script">window.addEventListener('DOMContentLoaded', function() {
                      var pfHeaderImgUrl = '';
          var pfHeaderTagline = '';
          var pfdisableClickToDel = '0';
          var pfImagesSize = 'large';
          var pfImageDisplayStyle = 'left';
          var pfEncodeImages = '0';
          var pfShowHiddenContent  = '0';
          var pfDisableEmail = '0';
          var pfDisablePDF = '0';
          var pfDisablePrint = '0';

            
          var pfPlatform = 'WordPress';

        (function($){
            $(document).ready(function(){
                if($('.pf-button-content').length === 0){
                    $('style#pf-excerpt-styles').remove();
                }
            });
        })(jQuery);
        });</script>
      <script type="rocketlazyloadscript" data-minify="1" defer src='https://www.tabularasamagazin.de/wp-content/cache/min/1/printfriendly.js?ver=1769181517'></script>
            
            <script data-cfasync="false" type="text/javascript" defer src="https://www.tabularasamagazin.de/wp-content/c76c7d09d322f1dcbbfa429c1c3390c2/dist/842766762.js?ver=60ab4fb46a8625fd4dabf122f7f5d4f1" id="real-cookie-banner-blocker-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3" id="jquery-ui-slider-js" defer></script>
<script type="text/javascript" id="authors-list-js-js-extra">
/* <![CDATA[ */
var authorsListAjaxSearch = {"ajaxurl":"https:\/\/www.tabularasamagazin.de\/wp-admin\/admin-ajax.php","nonce":"817a43803f"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/cache/min/1/wp-content/plugins/authors-list/backend/assets/js/front.js?ver=1769181517" id="authors-list-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/taboola/js/js_inject.min.js" id="taboola-injector-js" defer></script>
<script type="text/javascript" id="ppress-frontend-script-js-extra">
/* <![CDATA[ */
var pp_ajax_form = {"ajaxurl":"https:\/\/www.tabularasamagazin.de\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"ce21473821","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0","is_checkout_autoscroll_enabled":"true"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.tabularasamagazin.de/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.13" id="ppress-frontend-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/marc-friedrich-bitcoin-ging-auf-44-000-usd-%f0%9f%9a%80-lohnt-sich-noch-der-einstieg\/|\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/trm-login\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.tabularasamagazin.de","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.tabularasamagazin.de/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1775749514 -->