/* @override 
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499068877
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499070902
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499072097
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499073958
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499076913
  http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1499079824
	http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1502100461
	http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1502100801
	http://www.cafezentral.bw-testserver.de/fileadmin/templates/ext/news/Css/news-basic.css?1504249215 */




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




.news .header p span.news-list-date time {
  font: 16px/16px 'Eurostile LT W01 Bold C1391138', sans-serif;
  border-bottom: 1px solid rgba(252, 189, 27, 1);
  padding-bottom: 11px;  
}
.news .header h3 span {
  font: 26px/32px 'Eurostile LT W01 Bold C1391138', sans-serif;
  text-transform: uppercase;
}
.news .caze-teaser {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 26px;
}
.news .caze-bodytext {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}

.news .clear {
  clear: both;
}
.news .article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}


/* @group various sorting */

.news .article:nth-child(odd) {
  float: right;
}
.news .article:nth-child(odd):first-child {
  padding-top: 20px;
}

.news .article:nth-child(odd) .news-text {
  width: calc(33% - 20px);
  float: right;
  margin-left: 20px;
  text-align: center;
  font-size: 20px;
}
.news .article:nth-child(even) {
  float: left;
  padding-top: 0px;  
}
.news .article:nth-child(even) .news-text {
  width: calc(33% - 20px);
  float: left;
  margin-right: 20px;
  text-align: center;
  font-size: 20px;
}

/* @end */



.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;
}

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


.news .article .news-img-wrap img {
  width: 67%;
  height: auto;
  margin-bottom: 20px;
}


.news .article .teaser-text {
  margin: 0;
}
.news .article h3 {
  margin-bottom: 0;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-img-caption {
  color: #888;
}
.news-clear {
  clear: both;
}

/* @group Trennlinien */

.article.articletype-0 hr {
	width: 65%;
	float: left;
	margin-left: 17.5%;
	margin-right: 17.5%;
	margin-top: 35px;
	margin-bottom: 60px;
}
/*.article.articletype-0:last-child hr {
	display: none;
}*/

div#c14 div.news div.news-list-view div.article.articletype-0:last-child hr {
	display: none;
}

/* @end */

@media only screen and (max-width: 1004px) {
.news .article {
  margin-bottom: 20px;
}
.news .caze-bodytext {
  padding-bottom: 20px;
}
.news .article:nth-child(odd):first-child {
  padding-top: 0px;
}
.news .article:last-child {
  margin-bottom: 20px;
}
.news .article .news-img-wrap img {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.news .article:nth-child(odd),
.news .article:nth-child(even) {
  padding-top: 0px;
}
.news .article:nth-child(odd) .news-text,
.news .article:nth-child(even) .news-text {
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
}

/* @group Trennlinien */

.article.articletype-0 hr {
	margin-top: 30px;
	margin-bottom: 40px;
}

/* @end */

}

@media only screen and (max-width: 375px) {
/* @group Trennlinien */
.article.articletype-0 hr {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* @end */

}

.news div.no-news-found {
	text-align: center;
	color: black;
	padding-bottom: 40px;
}
