/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2023 | 22:32:22 */
/* weitere css Dateien laden */
@import url("https://cms.geblitzt.coduka.de/wp-content/uploads/custom-css-js/bussgeldkatalog-all.css");
/* weitere css Dateien laden */

:root {
	--light-grey: #747474;
	--light-grey-rgb: 116, 116, 116;
	--dark-grey: #333;
	--dark-grey-rgb: 51, 51, 51;
}

/* article date and more by categories */
.bk-category-article-list-date {
	width: 50%;
    float: left;
    text-align: left;
}

.bk-category-article-read-more {
	text-align: right;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(var(--light-grey-rgb), 0.5);
    padding-bottom: 2rem;
}
/* article date and more by categories */


/* pagination by categories */
#bk-pagination {
	display: flex;
	justify-content: flex-end;
}

#bk-pagination ul {
	list-style-type: none;
}

#bk-pagination ul li {
	display: inline-block;
    list-style-type: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-left: 0.5rem;
    line-height: 2rem;
    font-size: 1rem;
    border: 1px solid rgba(var(--light-grey-rgb), 0.5);
	color: var(--light-grey);
    font-weight: bold;
}

#bk-pagination ul li a {
	text-decoration: none;
	display: inline-block;
    width: 100%;
    height: 100%;
	color: var(--dark-grey);
}
/* pagination by categories */