/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.news-header {
    position: relative
}

.news-header img {
    display: block;
    width: 100%;
    height: auto;
}

.news-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 70px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news .news-list-view {
    background: #eee;
}

#homepageNews .news .news-list-view .news-header {
    position: static;
    padding: 50px 50px 0 50px;
    text-align: center;
}

.news .news-list-view .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5em 5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#homepageNews .news .news-list-view .news-grid {
    padding: 0 50px;
}

.news .news-list-view .news-grid .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 2.5em);
    margin: 2.5em 2.5em 2.5em 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: articleAnim 1s ease both;
    animation: articleAnim 1s ease both;
}

@-webkit-keyframes articleAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2.5em);
        transform: translateY(2.5em);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes articleAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2.5em);
        transform: translateY(2.5em);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.news .news-list-view .news-grid .article:nth-child(2n) {
    margin: 2.5em 0 2.5em 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#homepageNews .news .news-list-view .news-grid .article,
#homepageNews .news .news-list-view .news-grid .article:nth-child(2n) {
    width: calc(100% / 3 - 100px / 3);
    margin: 50px 50px 50px 0;
    border-radius: 4px;
    overflow: hidden;
}

#homepageNews .news .news-list-view .news-grid .article:last-child {
    margin: 50px 0;
}

.news .news-list-view .news-grid .article .news-img-wrap a {
    display: block;
}

.news .news-list-view .news-grid .article .news-img-wrap a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.news .news-list-view .news-grid .article:hover .news-img-wrap a img {
    -webkit-filter: grayscale(.5);
    filter: grayscale(.5);
}

.news .news-list-view .news-grid .article .news-txt-wrap {
    height: 100%;
}

.news .news-list-view .news-grid .article .news-txt-wrap a {
    display: block;
    height: 100%;
    padding: 2.5em 2em;
    background: #fff;
    color: #000;
    font-family: var(--indian-font-secondary);
    font-size: 15px;
}

.news .news-list-view .news-grid .article:nth-child(2n) .news-txt-wrap a {
    background: #000;
    color: #fff;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .news-list-date {
    font-size: 12px;
    letter-spacing: .1em;
    opacity: .8;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .news-list-date {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .header {
    margin: 1.5em 0;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .header {
    margin: 0;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .header h3 {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.news .news-list-view .news-grid .article:hover .news-txt-wrap a .header h3 {
    color: var(--indian-color-indian-motorcycle-red);
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .teaser-text {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .teaser-text p {
    opacity: inherit;
    ;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .footer {
    margin-top: 2.5em;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .footer {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .footer>p:before {
    content: url(/fileadmin/templates/ext/news/img/tag-shape.png);
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.news .news-list-view .page-navigation {
    display: none;
}

.news .news-list-view .news-bottom {
    padding-bottom: 5em;
}

#homepageNews .news .news-list-view .news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.news .news-list-view .news-bottom #loadNews {
    display: block;
    margin: auto;
}

.news .no-news-found {
    padding: 24px;
    text-align: center;
}

.news.news-single .article .news-backlink-wrap {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0%; */
    width: 100%;
    padding: 1.25rem 0;
    background: #fff;
}

.news.news-single .article .news-backlink-wrap .news-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.news.news-single .article .news-backlink-wrap .news-back .icon-back {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    margin-right: 2em;
    background: #9b9b9b;
}

.news.news-single .article .news-backlink-wrap .news-back .icon-back::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotateZ(-45deg);
}

.news.news-single .article .hero-header {
    position: relative;
}

.news.news-single .article .hero-header>img {
    display: block;
    width: 100%;
    height: auto;
}

.news.news-single .article .hero-header .header {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
}

.news.news-single .article .hero-header .header h3 {
    margin: .5em 1em 0 1em;
    font-size: 2.5em;
    line-height: .95;
    text-align: center;
}

.news.news-single .article .hero-header .header h3 p {
    line-height: 1em;
}

.news.news-single .article .container {
    font-family: var(--indian-font-secondary);
}

.news.news-single .article .container .news-list-date,
.news.news-single .article .container .news-list-tags {
    font-size: 15px;
}

.news.news-single .article .container .news-list-date {
    margin-top: 3rem;
    letter-spacing: .1em;
    opacity: .8;
}

.news.news-single .article .container .news-list-tags {
    margin-top: 1em;
    color: #7f7f7f;
}

.news.news-single .article .container .news-list-tags:before {
    content: url(/fileadmin/templates/ext/news/img/tag-shape.png);
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.news.news-single .article .container .news-list-tags .news-tag:not(:first-child) {}

.news.news-single .article .container .news-list-tags .news-tag:not(:first-child)::before {
    content: ',';
    margin-right: .5em;
}

.news.news-single .article .container .teaser-text {
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 700;
}

.news.news-single .article .container .news-content-wrap .content-element-news>* {
    margin-bottom: 3rem;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-img>img {
    display: block;
    width: 100%;
    height: auto;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text ul li {
    margin-bottom: 1em;
}

/* 
* FOR RTE CKEditor 
* if we choose to re-size a portion of text, RTE CKEditor wrap this selection in span
* and line-height is not working properly, we have to displays it in block and redefine the ligne height
*/
.news.news-single .article .container .news-content-wrap p>span {
    display: block;
    line-height: 1.4em;
}

.news.news-single .article .container .news-content-wrap ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.news.news-single .article .container .news-content-wrap ul {
    list-style-type: disc;
    list-style-position: inside;
}

.news.news-single .article .container .news-content-wrap p+p {
    margin-top: 1em!important;
}

.news.news-single .article .container .news-content-wrap table tr td {
    padding: 12px;
    border: 1px solid #000;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-youtube>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-slider .content-element-news-slider-item img {
    transition: all .5s ease;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-slider .content-element-news-slider-item:not(.slick-center) img {
    opacity: .6;
    transform: scale(.8);
}

.news.news-single .article .container .next-news {
    display: block;
    padding-top: 1em;
    border-top: 2px solid #ccc;
    font-family: var(--indian-font-primary);
    font-size: 30px;
    text-align: center;
}

.news.news-single .article .container .next-news .next-news-label {
    display: block;
    color: #000;
    font-size: .9em;
}

@media screen and (max-width: 1199px) {

    #homepageNews .news .news-list-view .news-grid .article,
    #homepageNews .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article:last-child {
        width: 100%;
        margin: 2.5em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news.news-single .article .hero-header .header {
        /* position: static;
        transform: none; */
    }
}


@media screen and (max-width: 991px) {
    .news .news-list-view .news-grid {
        padding: 2.5em 5em;
    }

    .news .news-list-view .news-grid .article,
    .news .news-list-view .news-grid .article:nth-child(2n) {
        width: 100%;
        margin: 2.5em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news .news-list-view .news-bottom {
        padding: 0 0 5em 0;
    }
}

@media screen and (max-width: 767px) {
    #homepageNews .news .news-list-view .news-header {
        padding: 30px 30px 0 30px;
    }

    .news .news-list-view .news-grid,
    #homepageNews .news .news-list-view .news-grid {
        padding: 15px 30px;
    }

    .news .news-list-view .news-grid .article,
    .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article,
    #homepageNews .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article:last-child {
        margin: 15px 0;
    }

    .news .news-list-view .news-bottom,
    #homepageNews .news .news-list-view .news-bottom {
        padding: 0 0 2em 0;
    }

    .news.news-single .article .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}