/**************************************/
/* 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 time{
    font-weight:bold;
}

/*.news .article {
    margin:0 0 38px 0;
    border-bottom: 1px solid #DBDBDB;
} */
.news .news-list-view .drei {
    margin: 0 0 33px 0;
    border-bottom: 1px solid #DBDBDB;
}
.news .article .header{
    margin:0 0 18px 0;
}

.news .article h3{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    border:none;
}
/* --------------listView -----------------*/
#newsList_1 .news {
    border-right: 1px solid #DBDBDB;
    padding: 28px 20px 35px 0;
}
#newsList_2 #inNewsList_2 {
    border-right: 1px solid #DBDBDB;
    padding: 11px 20px 35px 0;
}
.news .news-list-view .news-list-date time::after{
    content:" | ";
    width:5px;
    height:1rem;
}
/*.news .news-list-view .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
    border:none;
} */
.news .news-list-view .drei:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.news .article .newsTextImg{
    display: flex;
    flex-direction:row;
    margin: 0 0 48px 30px;
}

.news .news-list-view .news-img-wrap {
  margin: 3px 12px 5px 0;
  background: #fff;
    width: fit-content;
}

.news .article .news-img-wrap a {
  display: block;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.news .article .news-img-wrap img {
  height: auto;
  width: auto;
  vertical-align: bottom;
}

.news .news-list-view .teaser-text {
  margin: 0 0 0 0;
    max-width: 100%;
    min-width: 200px;
}
.news .article .teaser-text a.more {
    white-space:nowrap;
}

.news .article:last-child .newsTextImg{
    margin: 0 0 18px 30px;
}
.news .article .teaser-text p{
    display:inline;
}

.news .news-list-view .newsHeaderInfo {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}

.news .newsHeaderInfo p {
  line-height: 1em;
}

.news .newsHeaderInfo span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}

.news .newsHeaderInfo span:last-child {
  border-right: 0;
}

.news .newsHeaderInfo .news-category a {
  text-transform: uppercase;
}

.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}


/*--------- page browser - pagination --------------*/
.news .f3-widget-paginator{
    width: calc(100% - 35px);
    min-width: 360px;
    display: flex;
    justify-content: space-between;
}
.news .f3-widget-paginator li{
    display: inline-block;
}
.news .f3-widget-paginator li a, .news .f3-widget-paginator .asCurrent {
    display: block;
    margin: 0 0.4vw 0 0;
    padding: 0.4vw 1.04vw;
    background: #0350a2;
    border: 1px solid #0350a2;
    color: #FFFFFF;
}
.news .f3-widget-paginator li.current .asCurrent {
    background: unset;
    color: #22377c;
}



/* date menue view */
/* sorry Layout vorgabe .news .news-menu-view{
    border-right: 1px solid #DBDBDB;
    padding: 28px 20px 35px 0;
}*/
#pabstPage94 #c54{
    border-right: 1px solid #DBDBDB;
    margin:0 0 0 35px;
    padding: 28px 20px 35px 0;
}
.news .news-menu-view > ul{
    margin: 0 0 0 1.1rem;
}
.news .news-menu-view > ul > li{
    margin: 0 0 1rem 0;
}
.news .news-menu-view > ul > li > ul{
        margin: 0.2rem 0 1.2rem 1rem;
}
.news .news-menu-view > ul > li > ul > li{
        margin: 0 0 0.3rem 0;
}
#pabstPage94 .news-list-view, #pabstPage464 .news-list-view{
    border-right: 1px solid #DBDBDB;
    padding: 28px 20px 35px 0;
}



/* 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;
}

/* single view */
.news-single{
    margin:25px 0 0 30px;
    padding:0 20px 0 0;
    border-right: 1px solid #DBDBDB;
}
.news-single .header h3{
    font-size:1.4rem;
}

.news-single .newsHeaderInfo {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 10px 0 0 0;
    color: #888888;
}
.news-single .news-list-date time::after{
    content:" | ";
    width:5px;
    height:1rem;
}

.news-single .teaser-text {
    margin:0 0 20px 0;

}
.news-single .teaser-text p {
    color: #515151;
}
.news-single .mainTextImg{
    display: flex;
    flex-direction: row-reverse;
}

.news-single .article .news-img-wrap {
  width: 282px;
  margin: 0 0 0 25px;
}

.news-single .news-text-wrap {
  margin-bottom: 10px;
    overflow: hidden;
}

.news-img-caption {
  color: #888;
  font-size:0.9rem;
}
.news-single a[rel*="lightbox"]   {
   margin-bottom:5px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.news-single .mediaelement-image a{
        position: relative;
}
.news-single .mediaelement-image a::after {
    content: "";
    background-image:url(../Grafics/lupe-Icon.svg);
   /* background-size: 100% 100%;  */
    display: block; /* Gr��e des Wasserzeichens */
    height: 3rem;
    width: 3rem;
    /* Position */
    position: absolute;
    bottom: 4px;
    left: 6px;
}

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  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;
}

/* ------------------------------------------------------- media query -----------------------*/
@media screen and (max-width: 810px), screen and (max-device-width: 810px){
#newsList_1 .news, #newsList_2 #inNewsList_2{
    border-right: none;
    padding: 0 0 35px 0;
}
.news-single .mainTextImg {
    flex-direction: column;
}
.news-single .article .news-img-wrap {
    width: 282px;
    margin: 0 auto 30px auto;

}


}/*media querry 810 .... ende*/

@media screen and (max-width: 660px), screen and (max-device-width: 660px){


 .news .article .newsTextImg{
    display: flex;
    flex-direction:column;
    margin: 0 0 48px 0;
}
.news .news-list-view .news-img-wrap {
    margin: 3px auto 5px auto;
}
.news .article:last-child .newsTextImg {
    margin: 0 0 18px 0;
}
 .news .article .teaser-text {
    max-width: 100%;
}
.news .f3-widget-paginator{
    width: 100%;
    margin: 0 0 0 0;
}

}/*media querry 660 .... ende*/
