.at-newsItem {
    border: 1px solid rgba(0,0,0,0.1);

    background: #fff;
    position: relative;
}

.at-newsItem__image img {
    width: 100%;
}

.at-newsItem__text {
    padding: .5em 1em;
}

.at-newsItem__title {
    margin: 0;
    font-size: 1em;
}

.at-newsItem__meta {
    font-size: .9em;
}

.at-newsItem:hover .at-newsItem__more {
    color: #d00000;
}

.at-newsItem__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media screen and (min-width: 321px) {
    .at-newsItem {
        display: table;
        width: 100%;
    }

    .at-newsItem__block {
        display: inline-block;
        vertical-align: top;
    }

    .at-newsItem__image {
        position: relative;
        width: 100px;
        margin-right: 1em;
        overflow: hidden;
        display: table-cell;
    }

    .at-newsItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-width: none;
    }
}

/**
 * In article gallery
 */

.ag-article .at-newsItem:nth-child(n+1) {
    margin-top: -1px
}

div.klimaatkrant .ag-article-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.has-js .pc-article-gallery.klimaatkrant {
    position: static;
    overflow: visible;
    height: auto !important;
    width: auto !important;
}

.has-js .pc-article-gallery.klimaatkrant .ag-article {
    float: none;
    width: 100% !important;
}

.has-js .pc-article-gallery.klimaatkrant .ag-article-wrapper {
    width: 100% !important;
}

.has-js .pc-article-gallery.klimaatkrant .has-js .ag-article {
    height: auto;
}

.has-js .pc-article-gallery.klimaatkrant .ag-article-offscreen {
    position: static;
}

.has-js .pc-article-gallery.klimaatkrant .ag-nav-container {
    display: none;
}
