/** News News **/

.News_News .amphi-slideshow .owl-carousel .owl-stage{
    padding-top: 35px;
}
.News_News .amphi-slideshow .owl-nav {
    top: 0;
    margin-top: 0;
    height: 30px;
}
.News_News .amphi-slideshow .owl-nav div {
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    background: #606060;
}
.News_News .amphi-slideshow .owl-nav div.owl-prev {
    right: 35px;
}
.News_News .amphi-slideshow .owl-nav div span {
    font-size: 30px;
    padding: 0 9px 0 10px;
}
.News_News .amphi-slideshow .owl-nav div.owl-next span {
    padding: 0 7px 0 12px
}
.News_News .amphi-slideshow .owl-nav div.owl-prev span {
    padding: 0 10px 0 9px;
}
.News_News .amphi-slideshow .owl-dots {
    bottom: 0;
}
.News_News .amphi-slideshow .owl-dots .owl-dot {
    outline: 0;
}

.News_News .module-content-block:first-child {
    margin-top: 0;
}
.News_News .module-content-block:last-child {
    border-bottom: 0;
}
.News_News .module-content-block {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.News_News .newsDate {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.News_News .newsDate > span {
    border-right: 1px solid;
    border-color: inherit;
    padding-right: 5px;
    margin-right: 5px;
}
.News_News .newsDate > span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.News_News .shariff {
    margin-top: 20px;
}
.News_News.template-floating-text .module-content-block ul li.shariff-button {
    transform: translateX(0);
    margin-right: 10px;
}

/* @todo ACMS-8002: Nach Einbau der Newsdetailseiten wieder entfernen */
.News_News.module-style__remove-image-margin .news-details-page.module-content-block .thumbnail {
    margin:0;
}

.News_News.template-default.template-floating-text .module-content-block .news-group-wrapper {
    display: flex;
    justify-content: space-between;
}
.News_News.template-default.template-floating-text .module-content-block .news-group-wrapper .news-group-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.News_News.template-default.template-floating-text .module-content-block .news-group-wrapper .news-group-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-shrink: 0;
}
.News_News.template-default.template-floating-text .module-content-block .news-group-wrapper .news-group-image .thumbnail {
    max-width: 100px;
    margin-left: 30px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .News_News.template-default.template-floating-text .module-content-block .news-group-wrapper .news-group-image .thumbnail {
        max-width: 150px;
    }
}
.News_News.template-image-left-text-right.template-floating-text .module-content-block [class*=news-content-] .news-group-image .thumbnail {
    float: right;
    width: 100%;
    max-width: 100px;
    padding: 0;
    margin-left: 30px;
}
@media (min-width: 768px) {
    .News_News.template-image-left-text-right.template-floating-text .module-content-block [class*=news-content-] .news-group-image .thumbnail {
        max-width: 150px;
    }
}

.News_News.template-2-news-per-row-image-left-text-right.template-floating-text .module-content-block [class*=news-content-] .news-group-image .thumbnail, .News_News.template-2-news-per-row-image-left-text-right-wall.template-floating-text .module-content-block [class*=news-content-] .news-group-image .thumbnail {
    float: right;
    width: 100%;
    max-width: 100px;
    padding: 0;
    margin-left: 30px;
}
@media (min-width: 768px) {
    .News_News.template-floating-text .module-content-block [class*=news-content-] .thumbnail {
        float: left;
        margin-right: 30px;
    }
    .News_News.template-default.template-floating-text .module-content-block [class*=news-content-] .thumbnail, .News_News.template-image-left-text-right.template-floating-text .module-content-block [class*=news-content-] .thumbnail {
        width: calc(41.66667% + 15px);
    }
    .News_News.template-2-news-per-row-image-left-text-right.template-floating-text .module-content-block [class*=news-content-] .thumbnail, .News_News.template-2-news-per-row-image-left-text-right-wall.template-floating-text .module-content-block [class*=news-content-] .thumbnail {
        width: calc(33.33333% + 15px);
    }
}

.News_News.template-floating-text .module-content-block ul {
    padding: 0;
}

.News_News.template-floating-text .module-content-block ul li {
    transform: translateX(40px);
    margin-right: 40px;
}