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




/*Teaser*/
.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 .news-latest-morelink {
    display: inline-block;
    border: 1px solid var(--secondaryColor);
    padding: 10px 60px;
    margin-top: 20px;
    border-radius: 10px;
}


/*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 .card-title a span{
  font-size: 1.375rem;
  word-break: break-word;
  word-wrap: break-word;
  word-spacing: normal;
  -moz-hyphens: auto;
  hyphens: auto;
}

.news-list-view .news-list-item .card-body {
    font-size: 1rem;
}
.news-list-view .news-list-item .card-body .news-list-date {
    margin-bottom: .575rem;
  display: block;
}
                      
.news-list-view .news-list-item .news-list-item-image img  {
    margin-top: .6rem;
}


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

.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 h1 {
    font-size:44px;
}
.news-single .teaser-text {
    padding: 0 0 30px 0;
}
.news-single .teaser-text p{
    font-weight:500;
    line-height: 1.5;
}
.news-single .footer {
    margin: 1.25rem 0;
}
.news-single .footer p{
    margin: 0;
}
.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;
}

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

}
