
.news-list-cat  {
    text-transform:uppercase;
}




/*Teaser*/

.news-latest-container {
    /*overflow:hidden;
    padding:1.3rem 2rem; */
    overflow: hidden;
  padding: 25px;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.news-latest-container .news-latest-item.article {
  padding-bottom: 0 !important;
}
.news-latest-container .swiper-slide, .news-latest-container .swiper-slide .news-latest-item, .news-latest-container .swiper-container-autoheight .swiper-slide{
    height:100%;
}
.news-latest-container .news-list-date  {
    margin-bottom: .8rem;
    display: inline-block; 
    font-size: .875rem; 
}
.news-latest-container .card-title, .news-latest-container .card-title span {
    font-size: 20px;
    font-weight:800;
}
.news-latest-container .card .card-footer {
  padding: 0 0;
  text-align: left;
}
.news-latest-container .card .card-footer::before {
  display: none;
}
.news-latest-container .news-latest-image img {
  border-radius: 10px;
}
.news-latest-container .news-latest-description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;    
}

.news-latest-container .news-latest-description-top {
    margin-bottom: 15px;
    margin-top: 30px;
}


.news-latest-container .carousel-indicators {
    position:relative;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.news-latest-container .carousel-indicators li {
    text-indent: unset;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    opacity: 1;
    font-size: 24px;
    margin: 0;
    padding-left: 7px;
}

.news-latest-container .carousel-indicators li:after {
    content:"|";
    padding-left: 10px;
    font-size: 20px;
    font-weight: 300;
}
.news-latest-container .carousel-indicators li:last-of-type:after {
    content:"";
}

.news-latest-container .carousel-indicators li.active {
    font-weight:600;
}

.news-latest-container .card .card-footer .news-latest-morelink {
    padding: 0;    
}


/*List*/
.news-list-view .news-list-item  {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid var(--additionalColor);  
}
.news-list-view .news-list-item:last-child {
    padding-bottom: 45px;
    margin-bottom: 0px;
    border-bottom: 0;
}
.news-list-view .news-list-item .teaser-text a.more {
    color: var(--secondaryColor);  
    font-family: var(--secondFontFamily);  
}

.news-list-view .news-list-item h3 a{
  display: inline-block;
  margin-bottom: .4em;
}

.news-list-view .news-list-item .news-list-date  {
    margin-bottom: .8rem;
    display: inline-block; 
    font-size: .875rem; 
}

.news-list-view .news-list-item .news-list-item-image img  {
    margin-top: .6rem;
}

.news-list-view .card-title, .news-list-view .card-title span {
    font-size: 20px;
    font-weight:800;
}
.news-list-view .article  {
    height: 100%;
    padding-bottom: 60px !important;
}
.news-list-view .card .card-footer {
  padding: 0 0;
  text-align: left;
}
.news-list-view .card .card-footer::before {
  display: none;
}
.news-list-view .card .card-footer .news-latest-morelink {
    padding: 0;    
}


.news-list-view .f3-widget-paginator {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--secondFontFamily);
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.news-list-view .f3-widget-paginator ul{
    padding: 0;
}

.news-list-view .f3-widget-paginator li{
    list-style:none;
    display:inline-block;
    padding-left: 7px;
}
.news-list-view .f3-widget-paginator li:first-of-type {
    padding-left: 0;
}
.news-list-view .f3-widget-paginator li.current, .news-list-view .f3-widget-paginator li a:hover{
    color: var(--primaryColor);
}
.news-list-view .f3-widget-paginator li:after {
    content: "|";
    padding-left: 10px;
    font-size: 20px;
    font-weight: 300;
}
.news-list-view .f3-widget-paginator li:last-of-type::after {
    content: "";
}



/*Teaser 3 Columns*/
.newsTeaserThreeColumns .news-list-item{
    background: var(--additionalColor);
    padding:30px;   
    height: 100%; 
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.newsTeaserThreeColumns .news-list-item .header h4, .newsTeaserThreeColumns .news-list-item .header h4 a{
    font-size:1em;
    font-weight:600;
}
.newsTeaserThreeColumns .news-list-item .header h4{
    margin-bottom: 10px;
}
.newsTeaserThreeColumns .news-list-item:last-child {
  padding-bottom: 30px;
}

.newsTeaserThreeColumns .news-list-date  {
    margin-bottom: 1rem;  
    display: block;  
}
.newsTeaserThreeColumns .header h3 a  {
    margin-bottom: 1rem;    
}
.newsTeaserThreeColumns .teaser-text  {
    font-size:.9em;  
    margin: 0 !important;  
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}
.newsTeaserThreeColumns .news-list-item .teaser-text a.more {
  color: var(--secondaryColor);
  margin-top:10px;
  display:block;
}

.newsTeaserThreeColumns .more-link  {
    text-align:right;
}
.newsTeaserThreeColumns .more-link a {
    color: var(--primaryColor); 
    text-transform:uppercase;
    font-family:var(--secondFontFamily);    
}



/*Details*/
.news-single .teaser-text {
    padding: 0 0 15px 0;
}
.news-single .teaser-text p{
    font-weight: 500;
  line-height: 1.5;
  color: var(--rootFontColor);
  font-size: 18px;
}
.news-single .article .news-img-wrap {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.news-single .news-img-wrap img{
    width:100%;
}
.news-single .news-img-caption{
    font-size: .8em;
    padding-top: .3em;
    margin-bottom: 0;
}
.news-single .news-text-wrap{
    padding: 30px 0;
}
.news-single .news-related-files{
    margin-top:30px;
}
.news-single .news-related-files ul{
    padding-left:0;
}
.news-single .news-related-files li{
    list-style:none;
}
.news-single .news-related-files li a{
    font-weight: 300;
    color: var(--rootFontColor);
}
.news-single .news-related-files li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f33d";
  border: none;
  vertical-align: unset;
  font-weight: 500;
  font-size: 20px;
  margin-right: 5px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  background: transparent;
  position: relative;
}

.news-single .news-more-img-wrap .mediaelement {
    margin-bottom: 1.5rem;
}
.news-single .news-more-img-wrap .mediaelement a{
    display:block;
}

.news-single .footer {
  border: none !important;
  font-size:16px;
}

@media (max-width: 991px) {

.news-list-view .news-list-date {
    margin-top: 10px;
    display: block;
}

.newsTeaserThreeColumns .news-list-item {
  margin-bottom: 2rem !important;
  height: auto;
}

}


@media (max-width: 767px) {
.news-single .teaser-text p {
  font-size: 16px;
}

}
