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

.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 {
	margin-bottom: 0px;
    border-bottom: 2px solid white;
}

.news .article:last-child {
	margin-bottom: 16px;
}

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

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
    margin-right: 24px;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
}

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

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

/* T. Schaefer, 2016-07-08: padding fuer Absaetze innerhalb von teaser-text auf 0 gesetzt */
.news .article .teaser-text p, .news .article .teaser-text p:first-of-type, .news .article .teaser-text p:last-of-type, .news .article .teaser-text p:only-of-type {
    padding: 0;
}

.news .article h3 {
	
}

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

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

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

/* T. Schaefer, 2015-05-18, padding-right, margin-right und border-right fuer span innerhalb von Links auf 0px gesetzt */
.news .footer a span {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

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

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

.news .no-news-found {
	padding: 30px;
    float: left;
}

/* T. Schaefer, 2015-05-28, padding-top fuer page-navigation hinzugefuegt, damit der untere Paginator nicht an der Listenansicht klebt */
#maincontent .news .page-navigation {
	padding-top: 15px;
}

/* T. Schaefer, 2015-05-28, padding-top fuer page-navigation hinzugefuegt, damit der obere Paginator keinen zu grossen Abstand nach oben hat */
#maincontent .news .news-list-view div:first-of-type.page-navigation {
	padding-top: 0px;
}

/* T. Schaefer, 2016-07-08: padding fuer div.article innerhalb von news-list-view hinzugefuegt */
/* P.Zagermann, 2016-08-08: Selector präzisiert (div.news_pi1) */
#maincontent div.news_pi1 div.news div.news-list-view div.article {
   padding: 0 0 15px 0;
}

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

/* T. Schaefer, 2015-05-28, padding-left fuer p innerhalb von page-navigation hinzugefuegt, damit die Seitenzahlen nicht am linken Rand klebt */
.news .page-navigation > p {
	padding-left: 15px !important;
}

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

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

/* T. Schaefer, 2015-05-28, padding fuer a und current innerhalb von page-navigation hinzugefuegt, damit die Seiten im Paginator nicht so eng zusammen haengen */
.news .page-navigation ul li a, .news .page-navigation ul li.current {
	display: block;
	padding: 0px 7px 0px 7px !important;
}

/* T. Schaefer, 2015-05-28, padding-right fuer den letzten a und current innerhalb von page-navigation hinzugefuegt, damit der Paginator nicht am rechten Rand klebt */
.news .page-navigation li:last-of-type > a, .news .page-navigation li:last-of-type.current {
	padding-right: 15px !important;
}

/* 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;
}

/* T. Schaefer, 2015-05-28, padding-left und padding-top fuer th und td innerhalb von teaser-text und news-single hinzugefuegt 
Battikh 20160108    text-align: left;
*/
.news .teaser-text table th,
.news .teaser-text table td,
.news.news-single table th,
.news.news-single table td {
  padding-left: 0px !important;
  padding-top: 0px !important;
  text-align: left;
}

/* T. Schaefer, 2017-01-19: text-align: left, center und right hinzugefuegt, damit das oben gesetzte text-align: left ueberschreibbar ist */
.news.news-single table td.align-left {
  text-align: left;
}

.news.news-single table td.align-center {
  text-align: center;
}

.news.news-single table td.align-right {
  text-align: right;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
/* T. Schaefer, 2015-05-28, padding von 10px 0 0 0 auf 0 reduziert */
	padding: 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

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

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

#maincontent .news-single .teaser-text {
    font-size: 93.75%;
    font-weight: bold;
}

.news-text-wrap {
	margin-bottom: 10px;
}

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

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

.news-related {
	width: 100%;
	padding: 0;
	display: block;
}

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

.news-related ul li span {

	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #58595B;
}

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

.news h2 {
    margin-bottom: 5px;
}

.news h3 {
    color: #007198;
    font-size: 93.75%;
}

.news h4 {
    font-size: 93.75%;
}

.news a.more {
    font-size: 93.75%;
}

/* T. Schaefer, 2015-08-11, white-space: nowrap fuer a.more innerhalb von .teaser-text, sowie innerhalb von aside und article hinzugefuegt */
.news .teaser-text a.more, aside .news a.more, .news .articles article a.more {
    white-space: nowrap;
}

aside .news a.more {
    font-size: 81.25%;
}

.news .more-news  {
  margin-top: 5px;
  float:right;
}


.news-img-caption {
    font-size: 81.25%;
    display: block;
    width: 100%;
    clear: left;
}

.news-backlink-wrap a {
    font-size: 93.75%;
}

aside .news .article {
    background-color: #efefef;
    clear: both;
}

.news .news-list-category {
    font-size: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
}

.news table .news-list-category {
    font-size: 100%;
    margin: 0;
    display: inline;
}

table.tenderdates {
    margin-bottom: 8px;
}

.news-single .especiallyinteresting-text {
    background-color: #E0EBEF;
    padding: 3px 3px 3px 13px;
    width: 40%;
  float: right;
  font-size: 93.75%;
}

 .news-single .especiallyinteresting-text ul {
    margin-bottom: 6px!important;
}

.news-single .Additionalinfo-text {
   padding: 3px 0px 3px 0px;
}

.news-single .Advantage-text {
    background-color: #E0EBEF;
    padding: 3px 3px 3px 13px;
     width: 40%;
    float: left;
    font-size: 93.75%;
}
.news-single .news-list-date-text {
    float: right;
}
.news-list-date {
  color: #009CD1;
  font-size: 93.75%;
}


.ptbnews-category-view ul {
    margin-left: 0px !important;
    list-style: none  !important;
}

.ptbnews-category-view ul li {
    float: left;
    display: inline;
    width:30%;
    min-height:160px;
    margin: 3px  3px  3px 10px;
}

.ptbnews-category-view .category-title   {
  width:80%;
 }


.ptbnews-category-view .ptbpatentdb-img-wrap {
    
    margin: 3px 12px 5px 0;
    background: #fff;
     text-align:center;
}

.ptbnews-category-view .ptbpatentdb-img-wrap a {
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.ptbnews-category-view .ptbpatentdb-img-wrap img {
    
    height: auto;
    width: auto;
}
