.list-news-scroll {
    display: block;
    padding-bottom: 15px;
}

.list-news-scroll:after {
    content: "";
    clear: both;
    display: block;
}

.list-news-scroll .content, .list-news-teaser .content {
    display: block;
    position: relative;
}
 
.news-list .layout_latest .content
{
    box-sizing: border-box;
    padding: 10px;
    box-shadow: -2px 0px 20px 0px rgba(0,0,0,0.1);
}

.news-list .layout_latest .image_container img
{
    width: 100%;
    transform: scale(1.04);
    transition: all 0.5s;
}

.news-list .layout_latest:hover .image_container img {
    transform: scale(1.1);
}

.list-news-scroll .layout_latest {
    max-width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.list-news-scroll .layout_latest:after {
    content: "";
    display: block;
    clear: both;
    float: inherit !important;
}

.list-news-scroll .layout_latest>div {
    display: block;
/*     padding: 15px; */
    position: relative;
}

.list-news-scroll .layout_latest>div.clearfix {
    padding: 0px;
}

.list-news-scroll .layout_latest h2, .list-news-teaser .layout_latest h2 {
    font-size: 1em;
    margin-top: 10px;
}

.list-news-scroll .layout_latest h2 a {
    font-size: 1em;
    color: #000;
    display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1.4em;
    z-index: 1;
    margin-top: 0px;
    padding-bottom: 0px;
}

.list-news-scroll .layout_latest h2 a:hover, .list-news-scroll .layout_latest:hover h2 a {
    text-decoration: none;
    color: var(--primary-color);
}

.list-news-scroll .layout_latest figure a {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.list-news-scroll .layout_latest figure a {
    overflow: hidden;
    position: relative;
    display: block;
}

.list-news-scroll .padding-bottom {
    padding-bottom: 30px;
}

.news-list .layout_latest {
    text-align: left;
    margin-top: 2px;
}

.news-list .layout_latest p.info {
    text-align: right;
    font-weight: bold;
}

.news-list .layout_latest .teaser {
    line-height: 1.4em;
    position: relative;
    overflow: hidden;/*font-style: italic;*/
    text-align: justify;
}

/*.news-list .layout_latest figure{margin-right:15px;margin-bottom:5px;max-width:100%;position: relative;z-index: 9;}*/
.news-list .layout_latest h2 {
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 10px;
}

.news-list .layout_latest h2 a {
    text-align: center;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    color: #020202;
}

.news-list .layout_latest .more {
    text-align: right;
    padding-top: 15px;
}

.news-list .layout_latest .more>span {
    display: inline-block;
    padding: 3px 10px;
    background: #EAEAEA;
    color: #00135D
}

.news-list .layout_latest .more i {
    padding-right: 5px;
    color: #0b3a00;
}

.news-list .layout_latest .more a {
    color: #000;
    text-transform: none;
    font-size: 0.9em;
}

.icongray .layout_latest h2 a {
    text-transform: uppercase;
}

.icongray .layout_latest figure img {
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.icongray .layout_latest:hover figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news-reader-product, .news-reader-product .layout_full {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.news-reader .layout_full > h1, .news-reader-product .layout_full > h1, .news-reader .layout_full  h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
}

.news-reader .slick-slider {
    display: block;
    margin-bottom: 15px;
}

.news-reader .thumbdiv .slick-track {
    margin: 0px auto;
}

.news-reader .thumbdiv .slick-slide {
    opacity: 0.5;
}

.news-reader .thumbdiv .slick-current {
    opacity: 1;
}

.news-reader .thumbdiv .slick-slide img {
    border: 1px solid #e8e8e8;
}

.news-related {
    margin-bottom: 15px;
}

p.empty {
    display: block;
    clear: both;
}

.news-related a {
    color: #11a4be;
}

.related-content {
    display: block;
    margin: 15px 0px;
    padding: 15px;
    background: #f5f5f5;
}

.reader-news>.back a {
    display: inline-block;
    padding: 10px 20px;
    background: #020202;
    color: #FFF;
    text-decoration: none;
    clear: both;
    border-radius: 4px;
    margin-top: 20px;
}

@media screen and (min-width:768px) {
    .news-list .layout_latest p.info {
        float: right;
        margin-left: 15px;
        background: #d0d0d0;
        color: #FFF;
        padding: 5px;
        font-weight: normal;
    }

}

@media screen and (max-width:767px) {
    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
        width: 100%;
    }

    .list-news-scroll .layout_latest .tooltip-inner, .list-news-scroll .layout_latest .tooltip {
        display: none
    }

    .news-list-ul > h2, .news-related > h2 {
        float: inherit;
    }

    .list-news-scroll.news-list .layout_latest figure a {
        margin-bottom: 15px;
    }
    .news-list .layout_latest
    {
        padding: 0;
    }

}

@media screen and (max-width:640px) {
    .reader-news .pdf_link {
        display: block;
        position: relative;
        text-align: right;
    }

    .news-list .layout_latest .teaser {
        overflow: inherit;
    }

}

@media screen and (max-width:420px) {
    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
    }

}


.block-color .layout_latest > div {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.block-color .layout_latest h2 {
    position: relative;
    display: block;
    margin: 0px;
}
.block-color .layout_latest h2 a {
    font-size: 1.2em;
    color: #000;
    line-height: 1.2em;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    background: rgba(230, 230, 230, 0.64);
    display: block;
}
.block-color .layout_latest h2 a:hover,
.block-color .layout_latest:hover h2 a {
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
}
.block-color .layout_latest div.content .teaser {
    color: #005277;
    text-align: right;
}
.block-color .layout_latest figure a {
    overflow: hidden;
    position: relative;
    display: block;
}
.block-color .layout_latest figure a img {
    -webkit-transition: -webkit-transform 0.7s ease;
    -moz-transition: -moz-transform 0.7s ease;
    transition: transform 0.7s ease;
}
.block-color .layout_latest:hover figure a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.block-color .layout_latest:hover div.content .teaser {
    color: #000;
}
.block-color .layout_latest {
    text-align: center;
}
.block-color .layout_latest {
    padding: 10px;
    padding-bottom: 20px;
}
.block-color .slick-initialized .slick-slide {
    margin: 0px;
}
.block-color .slick-prev,
.block-color .slick-next {
    right: 0px;
    left: inherit;
    display: block !important;
    position: absolute;
    top: 0px;
    height: 30px;
    width: 30px;
    background: none;
}
.block-color .slick-prev {
    right: 32px;
}
.block-color .slick-prev:before,
.block-color .slick-next:before {
    font-family: "fontdl";
    color: #fff;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.block-color .slick-prev:before {
    content: "\E80E";
}
.block-color .slick-next:before {
    content: "\E80F";
}
.block-color .layout_latest .content {
    position: relative;
    display: block;
}

.flex-sm {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.news-reader-product .layout_full .headline-image
{
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.news-reader-product .layout_full .headline-image > .image_container_div >figure {
    display: block;
}

.news-reader-product .layout_full .content-teaser-text>h1 {
    margin-top: 5px;
    color: var(--primary-color);
    font-size: 1.8em;
    font-weight: 500;
}

.news-reader-product .layout_full .content-teaser-text .ce_teaser {
    font-size: 0.9em;
    color: #444;
}
.news-reader-product .ce_control {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.news-reader-product .ce_control:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 1px;
    height: 2px;
    background: var(--primary-color);
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.news-reader-product .content-teaser-text > div {
    display: block;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px 0px #dcdcdc;
    padding: 15px;
}

.news-reader-product .ce_control a {
    font-size: 1em;
    background: var(--primary-color);
    position: relative;
    z-index: 2;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 3px 3px 2px 0px #d6d6d6;
}

.news-reader-product .ce_control a:hover {
    background: var(--primary-color);
    color: #fff;
}

.news-reader-product .ce_control {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.news-reader-product .ce_control:after {
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 100%;
    height: 2px;
    background: #eaeaea;
}

.news-reader-product .ce_control:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 1px;
    height: 2px;
    background: var(--primary-color);
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-reader-product .ce_control:hover:before {
    left: 0px;
    width: 100%;
}