/**************************************/
/* Default styles for news extension */
/**************************************/


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #a13232 !important;
    --bs-pagination-bg: #ffffff !important;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: #f5f5f5 !important;
    --bs-pagination-border-radius: 0px;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(42, 157, 143, 0.25);
    --bs-pagination-active-color: #ffffff !important;
    --bs-pagination-active-bg: #f5f5f5 !important;
    --bs-pagination-active-border-color: #ffffff !important;
    --bs-pagination-disabled-color: rgb(49 153 62 / 75%);
    --bs-pagination-disabled-bg: #ffffff !important;
    --bs-pagination-disabled-border-color: #ffffff !important;
    display: flex;
    padding-left: 0px;
    list-style: none;
}


.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0s ease-in-out, background-color 0s ease-in-out, 
    border-color 0.0s ease-in-out, box-shadow 0.0s ease-in-out; */
}


.page-link.active, .active>.page-link {
	z-index: 3;
	color: #fff;
	background-color: #666666;
	border-color:#666666;
}
.news .clear {
	clear: both;
}
.news-list-item h3 a{
	color: black !important;
	text-decoration: none;
	margin-top: 10px !important;
}
.news-list-item h3{
	margin-top: 15px !important;
}
.news-single {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 50%; 
	border: 0px dotted red;
}
.news-single .article .row{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 95%;
	border: 0px dotted red;
}

.news-single .XXbtn-primary:before {
	content: url("../../../../../img/icons/ABK_PFEIL_S-back.svg");
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	display: inline-block;
	width: 20px; 
	height: 20px;
	border: 0px dotted red;
}
.news .btn-primary {
	background-color: #fff;
}
.XXbtn-read-more:after{
	content: url("../../../../../img/pfeil_schwarz.svg");
	width: 20px; 
	height: 20px;
	content:url("../../../../../img/pfeil_schwarz.svg");
	border: 0px dotted red;
	position: absolute;
	padding: 1px 0px 0px 0px;
	margin: 2px 0px 40px 5px;
	background-size: 10px 20px;
	display: inline-block;
}
.btn, .news.cc-btn {
	--bs-btn-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
	
}
.btn-read-more:hover{
	font-weight: bold !important;
	text-decoration: none;
	background-color: red !important;
}
.list-group-item .btn,
.list-group-item .btn-primary {
	color: #ffffff;
	background-color: white !important;
	border: 2px dotted red;
	margin: 0px 0px 30px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.list-group-item .btn:hover {
 color: #ffffff;
 background-color: white !important;
 border: 0px dotted red;
}
.list-group-item  .btn-read-more{
	font-weight: normal !important;
	background-color: transparent;
	border: 0px dotted red;
	margin: 0px 0px 0px 5px;
}

.lead {
	margin: 10px 0px 10px 0px;
}

.navbar-mainnavigation {
    box-shadow: 0 0 0 0 !important; 
}

.list-group {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: stretch;
	align-items: stretch;
	border: 0px dotted blue;
}
.news-list-view ul li {
	display: inline;
	list-style-type: none;
	color: black;
	float:left;
	padding: 0px;
	margin: 0px 22px 0px 0px;
	border: 0px dotted red;
}
@media (min-width: 1136px){
	.news-list-view ul li {
		max-width: 48%;
	}
}


.list-group-item {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 740px;
	margin: 0px 22px  22px 24px;
	padding: 0px 22px  22px 24px;
	flex-flow: row wrap;
	align-content: flex-start;
	max-width: 1200px;
}





.list-group-item:empty {
	order: 999999999999999999999;
	height: 0;
	border: 0;
}
.list-group-item p,
.list-group-item a{

	text-decotation:none;
}
.list-group-item a {
	font-weight: 700;
	color: black !important;
	text-decotation:none;
}
.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}
.news-single .border-bottom {
	border-bottom:0px !important;
}

.news-text-wrap {
	margin: 30px 0px 10px 0px;
}
.news-single .caption {
	font-style: italic;
}
.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}


@media (max-width: 991px) {
	.news-single {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		display: inline-block;
		width: 95%;
		border: 0px dotted red;
	}
	
	.news-single .article .row{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		display: inline-block;
		width: 95%;
		border: 0px dotted red;
	}
	.news-list-item h3 a{
	color: black !important;
	text-decoration: none;
	margin-top: 20px !important;
	line-height: 40px;
}
}