
.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.article  {
    margin-bottom: 60px;
    padding-bottom: 0; 
}

.news .news-list-view .article:last-child {
    padding-bottom: 45px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.news-list-view .news-list-item .news-list-item-inner{
  position: relative;
  overflow:hidden;
}
.news-list-view .news-list-item .news-list-item-inner::after{
    content: "";
    height: 65px;
    width: 65px;
    position: absolute;
    right: 0;
    bottom: 0;
    border:12px solid var(--primaryColor);
    border-width: 0 14px 14px 0; 
}
.news-list-view .news-list-item .news-list-item-inner .news-list-item-image::after {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0, .9));
}
.news-list-view .news-list-item .news-list-item-inner .news-list-item-image img {
  transition: transform .3s ease-out;
}
.news-list-view .news-list-item .news-list-item-inner .news-list-item-image:hover img {
    transform: scale(1.075);
}
.news-list-view .news-list-item .teaser-text a.more {
    color: var(--secondaryColor);  
    font-family: var(--secondFontFamily);  
}

.news-list-view .news-list-item .description{
  position:absolute;
  left:30px;
  right: 30px;
  bottom:30px;
  color:#ffffff;
}
.news-list-view .news-list-item .description h3, .news-list-view .news-list-item .description h4{
  color:#ffffff;
  font-size: 22px;
  line-height: 1.1;
}

.news-list-view .news-list-item .news-list-date  {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}


.news-list-view .f3-widget-paginator {
    font-size: 20px;
  font-weight: 800;
  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 .header h1{
    margin-bottom: 0;
    text-transform: none;
}
.news-single .teaser-text {
    margin-top: 30px !important;
}
.news-single .teaser-text {
  font-size: var(--rootFontSize) !important;
  color: var(--rootFontColor) !important;
}
.news-single .teaser-text p{
    font-weight:500;
    line-height: 1.5;
}
.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{
    margin-top: 30px !important;  
}
.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 a{
    display:block;
}

.news-single .footer {
  border-top: none !important;
}


.news-single .additional-images {
  margin-top: 30px !important;
}

.news-single .news-related-wrap {
  margin-top: 30px !important;
}

@media (min-width: 768px) and (max-width: 991px) {

.news .news-list-view .article:last-child {
    display:none;
}

}


@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-list-view .news-list-item.article {
  margin-bottom: 30px;
}

.news-single .news-more-img-wrap .mediaelement a {
  margin-bottom:30px;
}
.news-list-view .news-list-item .description h3, .news-list-view .news-list-item .description h4 {
  font-size: 20px;
}
.news-list-view .news-list-item .description {
  left: 20px;
}
.news-list-view .news-list-item .news-list-item-inner::after {
  height: 60px;
  width: 60px;
  border-width: 0 12px 12px 0;

}

}
