/**************************************/
/* 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 {
/* T. Schaefer, 2017-09-20, margin-bottom von 0 auf 15px erhoeht, damit die Ueberschrift nicht an der weissen Linie klebt */
  margin-bottom: 15px;
  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;*/
    color: #6c6c6c;
}

/* 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;
}  

.news .articles article h3 a {
    white-space: unset !important;
} 

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;
}

/* VOLKER KEBERT, 29.03.2021: padding-top, display:block und float:left eingetragen */
.news-backlink-wrap a {
    font-size: 93.75%;
  width: 99%;
  padding-top: 1em;
  display: block;
  float:left;
}

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;
}

/* VOLKER KEBERT, 29.03.2021: margin-left:1em eingefügt fuer Abstand links zum Teasertext */
.news-single .especiallyinteresting-text {
    background-color: #E0EBEF;
    padding: 3px 3px 3px 13px;
    width: 40%;
  float: right;
  font-size: 93.75%;  
    margin-left:  1em;
}

 .news-single .especiallyinteresting-text ul {
    margin-bottom: 6px!important;
}

.news-single .Additionalinfo-text {
   padding: 3px 0px 3px 0px;
}

/* VOLKER KAEBERT, 29.03.2021: margin-right: 1em; hinzugefügt. width: von 40 auf 50% erhoeht */
.news-single .Advantage-text {
    background-color: #E0EBEF;
    padding: 3px 3px 3px 13px;
     width: 50%;
    float: left;
    font-size: 93.75%;
  margin-right:1em;
}
.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;
}

#c80584.big .news article[data-uid="11696"] .content {
    width: 100%;
}
