/* News List Query
--------------------*/
@media screen {

    .mod_newslist {
        clear: both;
    }

    .layout_latest {}

    .layout_latest .headline {
        padding: 0;
        border: 0;
    }

    .layout_latest .headline:after{
        content: "";
        display: block;
        width: 3rem;
        height: 2px;
        margin-top: 0.75rem;
        background: var(--bc-red)
    }

    .mod_newslist .link-arrow {
        margin-top: -0.5rem;
        margin-bottom: 2rem;
        color: var(--bc-dark-grey);
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

    .layout_latest .inside_news {
        display: flex;
        flex-grow: 1;
        width: 100%;
    }

    .layout_latest .img-div {
        max-width: 40%;
    }

    .layout_latest .img-div,
    .layout_latest .content-div {
        margin-right: 1rem;
    }

    /* .layout_latest.odd .img-div {
        order: 1;
        margin-right: 0;
    }

    .layout_latest.odd .headline:after {
        margin-left: auto;
    }

    .layout_latest.odd .content-div {
        text-align: right;
        margin-right: 1rem;
    } */
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News List ends
--------------------*/


/* News Reader Query
--------------------*/
@media screen {

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News Reader ends
--------------------*/



/* News Date Query
--------------------*/
@media screen {
    .mod_newslist p.info {
        font-size: 1rem;
        color: var(--bc-dark-grey);
        margin-bottom: 0;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News Date ends
--------------------*/




/* mod_ContentNewsTeaser Query
--------------------*/
@media screen {
    .mod_ContentNewsTeaser {
        display: flex;
        align-items: flex-start;
    }

    .mod_ContentNewsTeaser .inside_ce{
        background-color: var(--vsp-cream);
        padding: 1.5rem;
        border-radius: 0.75rem;
        display: flex;
        flex-flow: column;
        flex-grow: 1;
        height: 100%;
        box-sizing: border-box;
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 500;
    }

    .mod_ContentNewsTeaser .content-div {
        display: flex;
        flex-flow: column;
        flex-grow: 1;
    }

    .mod_ContentNewsTeaser .more {
        margin-top: auto;
        align-self: flex-end;
    }

    .mod_ContentNewsTeaser .img-div {
        margin-top: auto;
    }

    .mod_ContentNewsTeaser .inside_ce img {
        border-radius: 0.75rem;
    }

    .mod_ContentNewsTeaser .text-sideline {
        text-transform: uppercase;
        font-size: 0.875rem;
    }

    .mod_ContentNewsTeaser .text-sideline p:before {
        content: "";
        display: inline-block;
        background-image: url(../images/icons/dot.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:  bottom center;
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.35rem;
    }
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .mod_ContentNewsTeaser .inside_ce{
        padding: 1rem .75rem;
    }
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    .mod_ContentNewsTeaser .inside_ce{
        padding: 1.5rem;
    }
}


/* mod_ContentNewsTeaser ends
--------------------*/
