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

/******************************************************************************
 *
 * KLEINE News-Liste links
 *
 ******************************************************************************/

/********************************************************************************
 *
 * iPhone, iPhone4, iPhone5
 * width <= 640
 *
 ********************************************************************************/

/********************************************************************************
 *
 * Alles ausser Smartphone
 * width > 640
 *
 ********************************************************************************/

/********************************************************************************
 *
 * Common
 *
 ********************************************************************************/

.box-miniNews {

}

.mini-news {
	float: left;
	width: 100%;
	color: #000;
	margin: 0;
}

.mini-news .content-element {
	float: left;
	width: 100%;
	color: #000;
	margin: 0;
}

/*** Titel der Mini-News Box ***/
.mini-news-title-box {
	float: left;
	width: 100%;
	background-color: #ffcc00;
}

/*** Titel einer einzelnen News ***/
.mini-news .news .news-list-view .article .header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.mini-news .news .news-list-view .article .header h3 {
	margin: 0 0 3px;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0;
}

.mini-news .news .news-list-view .article .header a,
.mini-news .news .news-list-view .article .header a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.mini-news .news .news-list-view .article .header a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.mini-news .news .news-list-view .article .header a span {
	font-size: 1.2em;
	line-height: 1.2em;
}

.mini-news .teaser-text,
.mini-news .teaser-text p {
	font-size: 1em;
	color: var(--h3---color);
}

.mini-news .news {
	float: left;
	width: 100%;
	/*	border: 1px solid #efefef; */
	border-top: 0;
}

.mini-news .news .news-list-view {
	float: left;
	width: 100%;
	/*	padding: 5px; */
}

.mini-news .news .news-list-view .article {
	float: left;
	width: 100%;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	margin-right: 10px;
	/*	border: 1px solid #dddddd; */
	border-radius: 5px;
}

@media all and (max-width: 767px) {
	.mini-news .news .news-list-view .article {
		display: grid; /* Zentrieren */
		width: 100%;
	}

	.mini-news .news .news-list-view .article .news-img-wrap a img {
		margin: 0 auto; /* Zentrieren */
	}
}

/*** Bild einer einzelnen News ***/
.mini-news .news .news-list-view .article .news-img-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.mini-news .news .news-list-view .article .news-img-wrap a {
	/*	width: 100%; */
	border: 0;
}

.mini-news .news .news-list-view .article .news-img-wrap a img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

/*** Teader einer einzelnen News ***/
.mini-news .news .news-list-view .article .teaser-text {
	float: left;
/*	text-align: justify; */
	margin-top: 5px;
}

/* Teaser Text */
.mini-news .news .news-list-view .article .teaser-text .bodytext {
	color: #000000;
	margin-bottom: 3px;
}

/* More link ***/
.mini-news .news .news-list-view .article .teaser-text a,
.mini-news .news .news-list-view .article .teaser-text a:visited {
	color: #999999;
	text-decoration: none;
}

.mini-news .news .news-list-view .article .teaser-text a:hover {
	color: #ce1111;
	text-decoration: underline;
}

/*** Footer einer einzelnen News (inkl Datum) ***/
.mini-news .news .news-list-view .article .footer {
	display: none;
}

.mini-news-title-box {
	width: 100%;
	height: 40px;
	display: table;
	text-align: center;
}

.mini-news-title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	font-weight: bold;
}

.mini-news .MsoTitle {
	font-size: 20px;
	line-height: 25px;
}

.mini-news h1 {
	font-size: 18px;
	line-height: 27px;
}
