/* ==UserStyle==
@name         telepolis archiv entneubert
@description  entfernt die autoren-beleidigenden grafischen elemente, gleicht das archiv so weit als möglich an das layout der normalen seite an
@namespace    archiv.telepolis.de
@author       mihau
@version      1.5
@license      MIT
@preprocessor stylus
@downloadURL https://update.greasyfork.org/scripts/549863/telepolis%20archiv%20entneubert.user.css
@updateURL https://update.greasyfork.org/scripts/549863/telepolis%20archiv%20entneubert.meta.css
==/UserStyle== */

@-moz-document domain("archiv.telepolis.de")
{

path:nth-child(1) {
fill: #b42900;
}

path:nth-child(n+2):nth-child(-n+23)  {
visibility: hidden !important;
display: none !important;
}

.px-6.py-4.text-sm.bg-red-800.text-white.flex.flex-col.md\:flex-row.items-center.text-center.md\:text-left.gap-2, .aufmacherbild, a.flex.items-center {
	 visibility: hidden !important;
	 display: none !important;
}

}