/**
 * Defaults
 */

.introduction .date,
.introduction .author {
    display: block;
    margin-bottom: 1em;
    color: #8e8e8e;
    font-size: .875rem;
}

.introduction .author + .date {
    display: inline;
    margin-right: .4em;
    font-weight: bold;
    color: inherit;
}

.introduction .author + .date:after {
    content: '\2013';
    margin-left: .6em;
    font-weight: normal;
}

/**
 * .newslistitem
 */

.newslistitem,
.newsitemlist {
    margin-bottom: 1.5em;
    overflow: hidden;
}

.newslistitem.last {
    margin-bottom: 3em;
    border-bottom: 0;
}

.newslistitem .separator {
    padding-top: 1em;
    border-bottom: 1px solid #e6e5e5;
    clear: both;
}

.newslistitem.last .separator {
    border-bottom: 0;
}

.newslistitem h3 a {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
}

/**
 * News tags & tag lists
 */

.categories dt,
.categories dd {
    display: inline-block;
}

.categories dt {
    position: absolute;
    left: -999em;
}

.categories dd {
    margin: 0 .3em .3em 0;
}

.categories a {
    display: block;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

/**
 * .newsitem - Full news items
 */

.mod-news h1 {
    position: absolute;
    left: -999em;
}

/** Pretend to be an h1 */
.newsitemtitle {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-size: 2em;
    text-indent: -0.05em;
}

@media screen and (min-width: 720px) {
    .newsitemtitle {
        margin-top: 1em;
        margin-bottom: 0.4em;
        font-size: 3em;
        line-height: 1.1em;
    }
}

.fullstory .author {
    display: block;
    margin-bottom: 1em;
    padding: 0.4em 1em;
    font-size: .8em;
    font-weight: bold;
    background-color: #eef5e6;
}

.introduction p {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: 200;
    color: #4a4a4a;
}

@media screen and (min-width: 720px) {
    .introduction p {
        font-size: 1.4em;
    }
}

.mod-news .newsitem,
.mod-news .newsarchive {
    max-width: calc(1160px + 8%);
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
}

.mod-news .newsitem-back {
    max-width: calc(1160px + 8%) !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4%;
    padding-right: 4%;
}

.mod-news .newsarchive {
    margin-top: 3.2em;
    margin-bottom: 3.2em;
}

.smallNewsImage,
.largeNewsImage {
    display: block;
    margin: 0 0 0.5em 0;
    max-height: 250px;
}

@media screen and (min-width: 768px) {
    .smallNewsImage {
        float: left;
        width: 25%;
        margin: 0 1em 0.5em 0;
    }

    .largeNewsImage {
        float: right;
        width: 33.3334%;
        margin: 0 0 0.5em 1em;
    }
}

/**
 * Linked documents Parkinson Cafe's
 */

.newsitem .itemlist {
    width: 100%;
    clear: both;
    margin-bottom: 1em;
    border-collapse: collapse;
}

.newsitem .itemlist thead{
    display: none;
}

.newsitem .itemlist caption {
    text-align: left;
    font-weight: bold;
}

.newsitem .itemlist tr {
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.newsitem .itemlist td.mime-type {
    display: none;
}

.newsitem .itemlist tbody > tr > td:first-child {
    display: none;
}

.newsitem .itemlist td {
    padding: 0.5em 0;
}

.newsitem .itemlist .buttons {
    width: 30px;
    text-align: right;
}


/**
 * News lists
 */

.newslistitem .newsitemtitle {
    margin-top: 0;
    margin-bottom: 0.4em;
    margin-left: calc(25% + 20px);
    font-size: 1.5em;
    text-indent: -0.05em;
}

@media screen and (min-width: 560px) {
    .newslistitem .newsitemtitle {
        margin-left: calc(25% + 40px);
        font-size: 1.8em;
        line-height: 1.1em;
    }
}

.newslistitem .introduction {
    display: none;
}

.newslistitem .readon {
    margin-left: calc(25% + 20px);
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.newslistitem .readon span:after {
    display: inline-block;
    font-family: "icons", sans-serif;
    content: '\2192';
    padding-left: 8px;
    font-size: 18px;
    text-decoration: none;
}

@media screen and (min-width: 560px) {
    .newslistitem .readon {
        margin-left: calc(25% + 40px);
    }
}

.newsdateheader {
    margin-top: 1em;
    padding: 0 15px;
    clear: both;
}

.othernewslist,
.newslist,
.newsListArchive {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newslist {
    position: relative;
    overflow: hidden;
}

.newslist .first {
    position: relative;
}

.newslist .first::before {
    content: '';
}

.newslist li.odd,
.newslist li.even {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e6e5e5;
}

.newslist li.even {
    padding-bottom: 0.5em;
}

@media screen and (min-width: 560px) {
    .article:not(.article--activityListNew) .newslist .first::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -130px;
        left: 0;
        background-color: #fff;
    }

    .article:not(.article--activityListNew) .newslist li.odd,
    .article:not(.article--activityListNew) .newslist li.even {
        width: calc(33.3334% - 20px);
        margin-left: calc(66.6666% + 20px);
    }

    .article:not(.article--activityListNew) .newslist li.even {
        border-top: 1px solid #e6e5e5;
    }
}
.article:not(.article--activityListNew) .newslist li.first {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.7em;
    padding: 20px;
    background-color: #F7F7F7;
    border-bottom: 0;
}

@media screen and (min-width: 560px) {
    .article:not(.article--activityListNew) .newslist li.first{
        width: calc(66.6666% - 20px);
    }
}

.othernewslist li,
.newslist li,
.newsListArchive li {
    padding-left: 0;
    background: transparent;
}

.archive li a,
.newslist li a,
.othernewslist li a,
.newsListArchive li a {
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #315D73;
}

.newslist li a {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.article:not(.article--activityListNew) .newslist li.first .date:after {
    display: block;
    font-family: "icons", sans-serif;
    content: "Lees verder \2192 ";
    font-weight: 200;
    font-size: 0.7em;
 }

.newslist li .title,
.othernewslist li .title {
    display: block;
    line-height: 1.3em;
}

.article:not(.article--activityListNew) .newslist li.first .title {
    font-size: 1.7em;
    font-weight: bold;
}

.archive .date,
.newslist .date,
.othernewslist .date,
.newsListArchive .date {
    display: block;
    font-size: .8em;
    padding-top: 0.3em;
    color: #F59637;
}

.article:not(.article--activityListNew) .newslist li.first .date {
    font-size: 1.3em;
    font-weight: normal;
}

.archive .sep,
.newslist .sep,
.othernewslist .sep,
.newsListArchive .sep {
    display: none;
}

/**
 * News archive
 */

.newsnavbar {
    width: 100%;
    margin: 0;
    padding: .6em 1.4em;
    overflow: hidden;
    font-size: .8em;
    font-weight: bold;
    background: rgba(0,0,0, .05);
}

.newsnavbar a {
    display: inline-block;
    text-decoration: none;
}

.newsnavbar .separator {
    display: none;
}

.newsnavbar span + a:before {
    content: '\232a';
    margin-left: .3em;
    font-size: .8em;
    color: #666;
}

.archive,
.newsListArchive {
    padding: 0 1em .6em;
    border-top: 1px solid #ccc;
}

.archive li a,
.newsListArchive li a {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.archive li:first-child a:first-child,
.newsListArchive li:first-child a:first-child {
    padding-top: 0.5em;
}

/*
 * ActivityList - newslist
 */

.article--activityList .newslist,
.article--activityListNew .newslist,
.article--reportsList .newslistitem {
    max-width: calc(1160px + 8%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
}

.body--default .article--activityList,
.article--activityListNew {
    padding-block: 4em;
}

.article--activityListNew .newslist {
    max-width: calc(1160px + 8%);
    margin-right: auto;
    margin-left: auto;
    padding: 0 4%;

    & .title {
        font-size: 1.2em;
        font-weight: 700;
    }

    & .date {
        color: inherit;
    }
}

.article--activityListNew .newslist li a:hover {
    & .title,
    & .date {
        color: #2fa9e1;
    }
}

/*
 * ActivityList - newsitem
 */

.article--activityListNew .newsitem .fullstory .author {
    padding: 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .article--activityListNew .newsitem {
        & .introduction p,
        & .introduction .date,
        & .fullstory .author,
        & .fullstory .author + div {
            margin-right: calc(25% + 40px)
        }

        & .smallNewsImage {
            float: right;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            margin: 0 0 0.5em 3em;
        }

        & #news_longtext p,
        & .introduction p {
            max-width: none;
        }
    }
}
