145 lines
259 KiB
HTML
145 lines
259 KiB
HTML
|
|
<!doctype html > <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="de-DE"> <!--<![endif]--><head><title>Liebe Leser, bitte rutschen Sie nicht in das neue Jahrzehnt!</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A400%2C600%7CRoboto%3A400%7CLato%3A400%7CIM%20Fell%20DW%20Pica%3A400%7CRaleway%3A400%7COpen%20Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%7CRoboto%3A300%2C400%2C400italic%2C500%2C500italic%2C700%2C900&display=swap" /><link rel="stylesheet" href="https://www.spontis.de/wp/wp-content/cache/min/1/b0d13f07efdd63e1f6544224c6d52c8f.css" data-minify="1" /><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="google-site-verification" content="_zA-_yULtj94lC2EfgzdFCfpi8Y8KbXqWVw2k7L1ZXA" /><meta name="p:domain_verify" content="a7c78f8229de3c844ac59055dac39cb2" /><link rel="icon" type="image/png" href="https://www.spontis.de/wp/wp-content/uploads/2019/08/favicon.ico"><meta name="description" content="Wieso eigentlich einen guten Rutsch wünschen? Ist das nicht gehässig? Spekuliert das nicht möglicherweise darauf, das sich der gemeine Grufti bei den"/><meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"/><link rel="canonical" href="https://www.spontis.de/schwarze-szene/liebe-leser-bitte-rutschen-sie-nicht-in-das-neue-jahrzehnt/" /><meta property="og:locale" content="de_DE" /><meta property="og:type" content="article" /><meta property="og:title" content="Liebe Leser, bitte rutschen Sie nicht in das neue Jahrzehnt!" /><meta property="og:description" content="Wieso eigentlich einen guten Rutsch wünschen? Ist das nicht gehässig? Spekuliert das nicht möglicherweise darauf, das sich der gemeine Grufti bei den" /><meta property="og:url" content="https://www.spontis.de/schwarze-szene/liebe-leser-bitte-rutschen-sie-nicht-in-das-neue-jahrzehnt/" /><meta property="og:site_name" content="Spontis" /><meta property="article:publisher" content="http://www.facebook.com/spontis.de" /><meta property="article:author" content="https://www.facebook.com/wizard.of.goth" /><meta property="article:tag" content="2019" /><meta property="article:tag" content="Jahreswechsel" /><meta property="article:tag" content="Sylvester" /><meta property="article:section" content="Schwarze Szene" /><meta property="article:published_time" content="2019-12-31T15:26:13+00:00" /><meta property="article:modified_time" content="2020-01-01T11:40:13+00:00" /><meta property="og:updated_time" content="2020-01-01T11:40:13+00:00" /><meta property="og:image" content="https://www.spontis.de/wp/wp-content/uploads/2019/12/Sylvester2020.jpg" /><meta property="og:image:secure_url" content="https://www.spontis.de/wp/wp-content/uploads/2019/12/Sylvester2020.jpg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:description" content="Wieso eigentlich einen guten Rutsch wünschen? Ist das nicht gehässig? Spekuliert das nicht möglicherweise darauf, das sich der gemeine Grufti bei den" /><meta name="twitter:title" content="Liebe Leser, bitte rutschen Sie nicht in das neue Jahrzehnt!" /><meta name="twitter:site" content="@Spontis" /><meta name="twitter:image" content="https://www.spontis.de/wp/wp-content/uploads/2019/12/Sylvester2020.jpg" /><meta name="twitter:creator" content="@Spontis" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.spontis.de/#organization","name":"Spontis","url":"https://www.spontis.de/","sameAs":["http://www.facebook.com/spontis.de","https://www.instagram.com/r.forst/","https://www.youtube.com/channel/UCvfVOit-viB9nprcJ9kLg9Q","http://www.pinterest.com/spontisblog","https://twitter.com/Spontis"],"logo":{"@type":"ImageObject","@id":"https://www.spontis.de/#logo
|
||
|
|
|
||
|
|
//td_block class - each ajax block uses a object of this class for requests
|
||
|
|
function tdBlock() {
|
||
|
|
this.id = '';
|
||
|
|
this.block_type = 1; //block type id (1-234 etc)
|
||
|
|
this.atts = '';
|
||
|
|
this.td_column_number = '';
|
||
|
|
this.td_current_page = 1; //
|
||
|
|
this.post_count = 0; //from wp
|
||
|
|
this.found_posts = 0; //from wp
|
||
|
|
this.max_num_pages = 0; //from wp
|
||
|
|
this.td_filter_value = ''; //current live filter value
|
||
|
|
this.is_ajax_running = false;
|
||
|
|
this.td_user_action = ''; // load more or infinite loader (used by the animation)
|
||
|
|
this.header_color = '';
|
||
|
|
this.ajax_pagination_infinite_stop = ''; //show load more at page x
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
// td_js_generator - mini detector
|
||
|
|
(function(){
|
||
|
|
var htmlTag = document.getElementsByTagName("html")[0];
|
||
|
|
|
||
|
|
if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) {
|
||
|
|
htmlTag.className += ' ie10';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) {
|
||
|
|
htmlTag.className += ' ie11';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( navigator.userAgent.indexOf("Edge") > -1 ) {
|
||
|
|
htmlTag.className += ' ieEdge';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {
|
||
|
|
htmlTag.className += ' td-md-is-ios';
|
||
|
|
}
|
||
|
|
|
||
|
|
var user_agent = navigator.userAgent.toLowerCase();
|
||
|
|
if ( user_agent.indexOf("android") > -1 ) {
|
||
|
|
htmlTag.className += ' td-md-is-android';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) {
|
||
|
|
htmlTag.className += ' td-md-is-os-x';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {
|
||
|
|
htmlTag.className += ' td-md-is-chrome';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( -1 !== navigator.userAgent.indexOf('Firefox') ) {
|
||
|
|
htmlTag.className += ' td-md-is-firefox';
|
||
|
|
}
|
||
|
|
|
||
|
|
if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) {
|
||
|
|
htmlTag.className += ' td-md-is-safari';
|
||
|
|
}
|
||
|
|
|
||
|
|
if( -1 !== navigator.userAgent.indexOf('IEMobile') ){
|
||
|
|
htmlTag.className += ' td-md-is-iemobile';
|
||
|
|
}
|
||
|
|
|
||
|
|
})();
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
var tdLocalCache = {};
|
||
|
|
|
||
|
|
( function () {
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
tdLocalCache = {
|
||
|
|
data: {},
|
||
|
|
remove: function (resource_id) {
|
||
|
|
delete tdLocalCache.data[resource_id];
|
||
|
|
},
|
||
|
|
exist: function (resource_id) {
|
||
|
|
return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;
|
||
|
|
},
|
||
|
|
get: function (resource_id) {
|
||
|
|
return tdLocalCache.data[resource_id];
|
||
|
|
},
|
||
|
|
set: function (resource_id, cachedData) {
|
||
|
|
tdLocalCache.remove(resource_id);
|
||
|
|
tdLocalCache.data[resource_id] = cachedData;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
})();
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}];
|
||
|
|
var tds_general_modal_image="yes";
|
||
|
|
var tdc_is_installed="yes";
|
||
|
|
var td_ajax_url="https:\/\/www.spontis.de\/wp\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=10.2";
|
||
|
|
var td_get_template_directory_uri="https:\/\/www.spontis.de\/wp\/wp-content\/plugins\/td-composer\/legacy\/common";
|
||
|
|
var tds_snap_menu="snap";
|
||
|
|
var tds_logo_on_sticky="show";
|
||
|
|
var tds_header_style="9";
|
||
|
|
var td_please_wait="Bitte warten...";
|
||
|
|
var td_email_user_pass_incorrect="Benutzername oder Passwort falsch!";
|
||
|
|
var td_email_user_incorrect="Email oder Benutzername falsch!";
|
||
|
|
var td_email_incorrect="E-Mail nicht korrekt!";
|
||
|
|
var tds_more_articles_on_post_enable="";
|
||
|
|
var tds_more_articles_on_post_time_to_wait="";
|
||
|
|
var tds_more_articles_on_post_pages_distance_from_top=0;
|
||
|
|
var tds_theme_color_site_wide="#d70606";
|
||
|
|
var tds_smart_sidebar="enabled";
|
||
|
|
var tdThemeName="Newspaper";
|
||
|
|
var td_magnific_popup_translation_tPrev="Vorherige (Pfeiltaste links)";
|
||
|
|
var td_magnific_popup_translation_tNext="Weiter (rechte Pfeiltaste)";
|
||
|
|
var td_magnific_popup_translation_tCounter="%curr% von %total%";
|
||
|
|
var td_magnific_popup_translation_ajax_tError="Der Inhalt von %url% konnte nicht geladen werden.";
|
||
|
|
var td_magnific_popup_translation_image_tError="Das Bild #%curr% konnte nicht geladen werden.";
|
||
|
|
var tdBlockNonce="12d64af522";
|
||
|
|
var tdDateNamesI18n={"month_names":["Januar","Februar","M\u00e4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"month_names_short":["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],"day_names":["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],"day_names_short":["So","Mo","Di","Mi","Do","Fr","Sa"]};
|
||
|
|
var td_ad_background_click_link="";
|
||
|
|
var td_ad_background_click_target="";</script> <style>.td-header-wrap .black-menu .sf-menu>.current-menu-item>a,.td-header-wrap .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .black-menu .sf-menu>.current-category-ancestor>a,.td-header-wrap .black-menu .sf-menu>li>a:hover,.td-header-wrap .black-menu .sf-menu>.sfHover>a,.sf-menu>.current-menu-item>a:after,.sf-menu>.current-menu-ancestor>a:after,.sf-menu>.current-category-ancestor>a:after,.sf-menu>li:hover>a:after,.sf-menu>.sfHover>a:after,.header-search-wrap .td-drop-down-search:after,.header-search-wrap .td-drop-down-search .btn:hover,input[type=submit]:hover,.td-read-more a,.td-post-category:hover,.td_top_authors .td-active .td-author-post-count,.td_top_authors .td-active .td-author-comments-count,.td_top_authors .td_mod_wrap:hover .td-author-post-count,.td_top_authors .td_mod_wrap:hover .td-author-comments-count,.td-404-sub-sub-title a:hover,.td-search-form-widget .wpb_button:hover,.td-rating-bar-wrap div,.dropcap,.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,.wpb_default,.wpb_default:hover,.td-left-smart-list:hover,.td-right-smart-list:hover,.woocommerce-checkout .woocommerce input.button:hover,.woocommerce-page .woocommerce a.button:hover,.woocommerce-account div.woocommerce .button:hover,#bbpress-forums button:hover,.bbp_widget_login .button:hover,.td-footer-wrapper .td-post-category,.td-footer-wrapper .widget_product_search input[type="submit"]:hover,.woocommerce .product a.button:hover,.woocommerce .product #respond input#submit:hover,.woocommerce .checkout input#place_order:hover,.woocommerce .woocommerce.widget .button:hover,.single-product .product .summary .cart .button:hover,.woocommerce-cart .woocommerce table.cart .button:hover,.woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,.td-next-prev-wrap a:hover,.td-load-more-wrap a:hover,.td-post-small-box a:hover,.page-nav .current,.page-nav:first-child>div,#bbpress-forums .bbp-pagination .current,#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,.td-theme-slider:hover .slide-meta-cat a,a.vc_btn-black:hover,.td-trending-now-wrapper:hover .td-trending-now-title,.td-scroll-up,.td-smart-list-button:hover,.td-weather-information:before,.td-weather-week:before,.td_block_exchange .td-exchange-header:before,.td-pulldown-syle-2 .td-subcat-dropdown ul:after,.td_block_template_9 .td-block-title:after,.td_block_template_15 .td-block-title:before,div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit]{background-color:#d70606}.td_block_template_4 .td-related-title .td-cur-simple-item:before{border-color:#d70606 transparent transparent transparent!important}.woocommerce .woocommerce-message .button:hover,.woocommerce .woocommerce-error .button:hover,.woocommerce .woocommerce-info .button:hover{background-color:#d70606!important}.td_block_template_4 .td-related-title .td-cur-simple-item,.td_block_template_3 .td-related-title .td-cur-simple-item,.td_block_template_9 .td-related-title:after{background-color:#d70606}.woocommerce .product .onsale,.woocommerce.widget .ui-slider .ui-slider-handle{background:none #d70606}.woocommerce.widget.widget_layered_nav_filters ul li a{background:none repeat scroll 0 0 #d70606!important}a,cite a:hover,.td-page-content blockquote p,.td-post-content blockquote p,.mce-content-body blockquote p,.comment-content blockquote p,.wpb_text_column blockquote p,.td_block_text_with_title blockquote p,.td_module_wrap:hover .entry-title a,.td-subcat-filter .td-subcat-list a:hover,.td-subcat-filter .td-subcat-dropdown a:hover,.td_quote_on_blocks,.dropcap2,.dropcap3,.td_top_authors .td-active .td-authors-name a,.td_top_authors .td_mod_wrap:hover .td-authors-name a,.td-post-next-prev-content a:hover,.author-box-wrap .td-author-social a:hover,.td-author-name a:hover,.td-author-url a:hover,.comment-reply-link:hover,.logged-in-as a:hover,#cancel-comment-reply-link:hover,.td-search-query,.widget a:hover,.td_wp_recentcomments a:hover,.archive .widget_archive .current,.archive .widget_archive .current a,.widget_c
|
||
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||
|
|
ga('create', 'UA-7910476-1', 'auto');
|
||
|
|
ga('send', 'pageview');</script> <style>.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,.tds-button2 .tdm-btn-text,.tds-button2 i,.tds-button5:hover .tdm-btn-text,.tds-button5:hover i,.tds-button6 .tdm-btn-text,.tds-button6 i,.tdm_block_list .tdm-list-item i,.tdm_block_pricing .tdm-pricing-feature i,.tdm-social-item i{color:#d70606}.tds-button1,.tds-button6:after,.tds-title2 .tdm-title-line:after,.tds-title3 .tdm-title-line:after,.tdm_block_pricing.tdm-pricing-featured:before,.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header,.tds-progress-bar1 .tdm-progress-bar:after,.tds-progress-bar2 .tdm-progress-bar:after,.tds-social3 .tdm-social-item{background-color:#d70606}.tds-button2:before,.tds-button6:before,.tds-progress-bar3 .tdm-progress-bar:after{border-color:#d70606}.tdm-btn-style1{background-color:#d70606}.tdm-btn-style2:before{border-color:#d70606}.tdm-btn-style2{color:#d70606}.tdm-btn-style3{-webkit-box-shadow:0 2px 16px #d70606;-moz-box-shadow:0 2px 16px #d70606;box-shadow:0 2px 16px #d70606}.tdm-btn-style3:hover{-webkit-box-shadow:0 4px 26px #d70606;-moz-box-shadow:0 4px 26px #d70606;box-shadow:0 4px 26px #d70606}</style><style id="tdw-css-placeholder"></style><style type="text/css" media="screen">.footnote_tooltip{display:none;padding:12px;font-size:13px;background-color:#fff7a7;border-width:1px;border-style:solid;border-color:#cc9;border-radius:3px;-webkit-box-shadow:2px 2px 11px #666;-moz-box-shadow:2px 2px 11px #666;box-shadow:2px 2px 11px #666}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player,[data-lazy-src]{display:none!important}</style></noscript></head><body class="bp-legacy post-template-default single single-post postid-47265 single-format-standard cooltimeline-body td-standard-pack yz-crimson-scheme not-logged-in tribe-no-js tribe-theme-parent-Newspaper tribe-theme-child-Newspaper-child liebe-leser-bitte-rutschen-sie-nicht-in-das-neue-jahrzehnt global-block-template-1 td-boxed-layout no-js" itemscope="itemscope" itemtype="https://schema.org/WebPage"><div class="td-scroll-up"><i class="td-icon-menu-up"></i></div><div class="td-menu-background"></div><div id="td-mobile-nav"><div class="td-mobile-container"><div class="td-menu-socials-wrap"><div class="td-menu-socials"></div><div class="td-mobile-close"> <a href="#"><i class="td-icon-close-mobile"></i></a></div></div><div class="td-mobile-content"><div class="menu-navigation-container"><ul id="menu-navigation" class="td-mobile-main-menu"><li id="menu-item-34085" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-first menu-item-34085"><a title="Schwarze Szene" href="https://www.spontis.de/schwarze-szene/">Schwarze Szene<i class="td-icon-menu-right td-element-after"></i></a><ul class="sub-menu"><li id="menu-item-34222" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34222"><a href="https://www.spontis.de/schwarze-szene/ansichtssache/">Ansichtssache</a></li><li id="menu-item-34091" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34091"><a href="https://www.spontis.de/schwarze-szene/brennpunkt/">Brennpunkt</a></li><li id="menu-item-34099" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34099"><a title="Dunkle Vergangenheit" href="https://www.spontis.de/schwarze-szene/dunkle-vergangenheit/">Dunkle Vergangenheit</a></li><li id="menu-item-34100" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34100"><a href="https://www.spontis.de/schwarze-szene/finstere-orte/">Finstere Orte</a></li><li id="menu-item-34090" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34090"><a href="https://www.spontis.de/schwarze-szene/hintergruende/">Hintergründe</a></li><li id="menu-item-34103" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-34103"><a href="https://www.spontis.de/schwarze-szene/medien/">In den Medien</a></li><li id
|
||
|
|
block_tdi_2_28e.id = "tdi_2_28e";
|
||
|
|
block_tdi_2_28e.atts = '{"limit":3,"ajax_pagination":"next_prev","live_filter":"cur_post_same_categories","td_ajax_filter_type":"td_custom_related","class":"tdi_2_28e","td_column_number":3,"live_filter_cur_post_id":47265,"live_filter_cur_post_author":"2","block_template_id":"","header_color":"","ajax_pagination_infinite_stop":"","offset":"","td_ajax_preloading":"","td_filter_default_txt":"","td_ajax_filter_ids":"","el_class":"","color_preset":"","border_top":"","css":"","tdc_css":"","tdc_css_class":"tdi_2_28e","tdc_css_class_style":"tdi_2_28e_rand_style"}';
|
||
|
|
block_tdi_2_28e.td_column_number = "3";
|
||
|
|
block_tdi_2_28e.block_type = "td_block_related_posts";
|
||
|
|
block_tdi_2_28e.post_count = "3";
|
||
|
|
block_tdi_2_28e.found_posts = "189";
|
||
|
|
block_tdi_2_28e.header_color = "";
|
||
|
|
block_tdi_2_28e.ajax_pagination_infinite_stop = "";
|
||
|
|
block_tdi_2_28e.max_num_pages = "63";
|
||
|
|
tdBlocksArray.push(block_tdi_2_28e);</script><h4 class="td-related-title td-block-title"><a id="tdi_3_ee6" class="td-related-left td-cur-simple-item" data-td_filter_value="" data-td_block_id="tdi_2_28e" href="#">VERWANDTE ARTIKEL</a><a id="tdi_4_0e3" class="td-related-right" data-td_filter_value="td_related_more_from_author" data-td_block_id="tdi_2_28e" href="#">MEHR VOM AUTOR</a></h4><div id=tdi_2_28e class="td_block_inner"><div class="td-related-row"><div class="td-related-span4"><div class="td_module_related_posts td-animation-stack td_mod_related_posts"><div class="td-module-image"><div class="td-module-thumb"><a href="https://www.spontis.de/schwarze-szene/gruft-orakel-februar-2020/" rel="bookmark" class="td-image-wrap" title="Gruft-Orakel Februar 2020: Der Ghoul delegiert seine bösen Aufgaben"><img width="218" height="150" class="entry-thumb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20218%20150'%3E%3C/svg%3E" data-lazy-srcset="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg 218w, https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-100x70.jpg 100w" data-lazy-sizes="(max-width: 218px) 100vw, 218px" alt="Alana Abendroths Gruft-Orakel" title="Gruft-Orakel Februar 2020: Der Ghoul delegiert seine bösen Aufgaben" data-lazy-src="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg" /><noscript><img width="218" height="150" class="entry-thumb" src="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg" srcset="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg 218w, https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-100x70.jpg 100w" sizes="(max-width: 218px) 100vw, 218px" alt="Alana Abendroths Gruft-Orakel" title="Gruft-Orakel Februar 2020: Der Ghoul delegiert seine bösen Aufgaben" /></noscript></a></div></div><div class="item-details"><h3 class="entry-title td-module-title"><a href="https://www.spontis.de/schwarze-szene/gruft-orakel-februar-2020/" rel="bookmark" title="Gruft-Orakel Februar 2020: Der Ghoul delegiert seine bösen Aufgaben">Gruft-Orakel Februar 2020: Der Ghoul delegiert seine bösen Aufgaben</a></h3></div></div></div><div class="td-related-span4"><div class="td_module_related_posts td-animation-stack td_mod_related_posts"><div class="td-module-image"><div class="td-module-thumb"><a href="https://www.spontis.de/schwarze-szene/gruft-orakel-januar-2020/" rel="bookmark" class="td-image-wrap" title="Gruft-Orakel Januar 2020: Der Sukkubus im Wechselbad der Gefühle"><img width="218" height="150" class="entry-thumb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20218%20150'%3E%3C/svg%3E" data-lazy-srcset="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg 218w, https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-100x70.jpg 100w" data-lazy-sizes="(max-width: 218px) 100vw, 218px" alt="Alana Abendroths Gruft-Orakel" title="Gruft-Orakel Januar 2020: Der Sukkubus im Wechselbad der Gefühle" data-lazy-src="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg" /><noscript><img width="218" height="150" class="entry-thumb" src="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg" srcset="https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-218x150.jpg 218w, https://www.spontis.de/wp/wp-content/uploads/2019/01/Alana-Abendroths-Gruft-Orakel-100x70.jpg 100w" sizes="(max-width: 218px) 100vw, 218px" alt="Alana Abendroths Gruft-Orakel" title="Gruft-Orakel Januar 2020: Der Sukkubus im Wechselbad der Gefühle" /></noscript></a></div></div><div class="item-details"><h3 class="entry-title td-module-title"><a href="https://www.spontis.de/schwarze-szene/gruft-orakel-januar-2020/" rel="bookmark" title="Gruft-Orakel Januar 2020: Der Su
|
||
|
|
_stq.push([ 'view', {v:'ext',j:'1:8.1.1',blog:'124022911',post:'47265',tz:'1',srv:'www.spontis.de'} ]);
|
||
|
|
_stq.push([ 'clickTrackerInit', '124022911', '47265' ]);</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(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){return}
|
||
|
|
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){return}
|
||
|
|
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.spontis.de/wp/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js"></script> <script src="https://www.spontis.de/wp/wp-content/cache/min/1/0a389448da2377d064c91fa2380c12eb.js" data-minify="1" defer></script><script>jQuery().ready(function jQuery_ready() {
|
||
|
|
tdAjaxCount.tdGetViewsCountsAjax("post","[47265]");
|
||
|
|
});</script></body></html>
|
||
|
|
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
|