/**************************************
 Styles for news extension 
   angepasst für LANUV
   01.02.2019 H. El Gamal
**************************************/
}
.news .clear {
	clear: both;
}

.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: 1em;
	margin-bottom: 1em;
}

.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: right;
	margin: 0.2em 0px 0.375em 0.75em;
	background: #fff;
}

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

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

.news .article .teaser-text {
	margin: 0 0 1em 0;
  line-height:140%;
}

.news .article h2 {
	margin-bottom: 5px;
  /*font-size:150%;*/
}
.news .article h3 {
	margin-bottom: 0.5rem;
}

.news .footer {
	clear: both;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 1em;
	color: #666;
}

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

.news .footer span {
	display: inline-block;
	padding-right: 0.5em;
	margin-right: 0.5em;
	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;
}

#content .news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 0.25em;
	background: none;
}

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

/* category menu view */
.news-category-view ul li {
	padding: 0.4em 0.5em;
}

.news-category-view ul li li {
	padding: 0.125em 0.5em 0.125em 0.75em;
}

.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: 0.5em;
	margin-left: 0.5em;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 1.4em;
	margin-top: 0.4em;
	padding: 0.8em 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 1.5em;
}

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

.news-single .teaser-text {
	font-size: 1.4em;
	color: #666;
    font-weight:bold;
}

.news-text-wrap {
	margin-bottom: 1em;
}

.news-img-caption {
	color: #666;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 1.5em;
	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;
}
/*#########################################################################
   Styles für verschiedene Layouts:
- news-list-view   = Standard
- news-list-view20 = ListeAusfuehrlich
- news-list-view30 = ListeKurz
- news-list-view40 = Publikationen (Natur in NRW, Aktuelle Ausgabe)
- news-list-view50 = Stellenangebote
- news-list-view120 = Sonderuntersuchungsprogramme
########################################################################## */
/*--------- Standard  -------------------*/

.news-detail-date-right{
	font-size:0.9em;
	width:100%;
	text-align:right;
	margin-bottom:-1.25em;
}
.news-backlink-wrap{
	border:1px solid #4444;
	width:-moz-fit-content;
	padding:0.5em 0.7em;
	background-color:#dddddd;
	border-radius:0.4em;
	margin-top:3em;
}
#content .news-backlink-wrap a{
	color:#FFFFFF;
	font-weight:normal;
}
#content a.more{
	font-weight:normal;
}

/*---------- view (standard) -----------------*/
.news-list-view h2{
  font-size:1.4em;
}
.news .news-list-view .teaser-text p,
.news .news-list-view .teaser-text div{
  	display:inline;
}
/*---------- view20 / 30 -----------------*/
.news-list-view20 h2,
.news-list-view30 h2{
  font-size:1.2em;
  margin-top:0;
}
/*---------- view40 -----------------*/
.news .news-list-view40 .article .teaser-text {
	margin: 0;
}
.news .news-list-view40 .article .news-img-wrap {
	float: none;
    text-align:center;
    margin-left:auto;
	margin-right:auto;  
}
.news .news-list-view40 .article .news-img-wrap a {
	float: none;
}
#right .news .news-list-view40 .article .news-img-wrap img {
	float: none;
    border:1px solid #cccccc;
    max-width:95%;
    max-height:300px;
}
.news .news-list-view40 .footer {
	padding: 0 0 0 0;
	border-top: 0px solid #eee;
	margin-top: 0em;
	color: #666;
}
/*---------- view50 (Stellen) -----------------*/
.news .news-list-view50 .teaser-text, 
.news .news-list-view50 .news-list-date{
  	padding-left:5em;
}
.news .news-list-view50 p{
	display:inline;
}
/*---------- view60 (Umweltereignisse) -----------------*/
.news .news-list-view60 .teaser-text div,
.news .news-list-view60 .teaser-text p{
  	display:inline;
}
.news .news-list-view60 h2{
  	margin-top:0;
}
.news .news-list-view60 .header{
  	margin-top:2em;
}
/*---------- view70 (Ringversuche) -----------------*/
.news .news-list-view70 .teaser-text div,
.news .news-list-view70 .teaser-text p{
  	display:inline;
}
.news .news-list-view70 h2{
  	margin-top:0;
}
.news .news-list-view70 .header{
  	margin-top:2em;
}
/*------ view120 (Sonderuntersuchungsprogramme) -------*/
 
/**********************************
#feedContent .enclosures{
	display:none;
}
/**********************************************/
/*---------- Categories List -----------------*/
#content .news.lanuv ul.catlist{
	list-style-type:none;
	margin:0.25em 0 2em 0;
	display:inline-flex;
	flex-flow:wrap;
}
#content .news.lanuv ul.catlist li{
	margin-bottom:0.5em;
	margin-right:0.75em;
	padding:0.25em;
	border:1px solid #003366;
	border-radius:0.5em;
	background-color:rgba(0,1,2,0.12);
	
}
