/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2024 | 10:51:03 */
/* CSS Archive-Seiten */

.archive #main-content
{
	margin-bottom:50px;
}


.archive article
{
	margin-top:25px;
	margin-bottom:25px;
}

.archive h1
{
	/* margin-bottom:50px; */
}



/* Taxonomy pages css  / error 404*/



.archive #main-content .container::before,
.error404 #main-content .container::before {
  width: 0px !important;
  background-color: transparent !important;
}


.archive article:not(:last-of-type),
.error404 article:not(:last-of-type)
{
	margin-bottom:50px;
	border-bottom: 1px solid #7cda24;
padding-bottom: 50px;
	/* font-size:1.2rem; */
}

.the_date
{
	color:#85ac39;
	font-size:0.8em;
}



.archive #sidebar, 
.error404 #sidebar
{
	display:none;
}

.archive #page-container #left-area,
.error404 #page-container #left-area
{
	width:100% !important;
	padding-left:20px !important;
	padding-right:20px !important; 
}