.mainSite .newsItems{display:grid;grid-template-columns:1fr;gap:1rem}.mainSite .newsItems .newsItem{text-decoration:none;display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;gap:1rem;position:relative}.mainSite .newsItems .newsItem .image{background-color:var(--color-sec);background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:1rem;aspect-ratio:1/.5;width:100%;position:relative}.mainSite .newsItems .newsItem .date{position:absolute;background-color:var(--color-ter);color:var(--color-white);padding:.5rem;border-radius:.5rem;font-size:2em;font-family:var(--secFont);left:-.25rem;top:-.25rem}.mainSite .newsItems .newsItem:nth-child(odd) .date{left:unset;right:-.25rem}.mainSite .newsItems .newsItem .date .year{font-size:.5em;display:block;text-align:center;line-height:1em;margin-top:2px}.mainSite .newsItems .newsItem>.inner{background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;background-color:var(--color-black-sec);position:relative;color:var(--color-white);padding:1rem;display:flex;flex-direction:column;justify-content:flex-end;z-index:1;text-decoration:none;text-shadow:0 0 10px #333}.mainSite .newsItems .newsItem .content h1{margin:0;font-size:1.5em;color:var(--color-prim)}.mainSite .newsItems .newsItem .content .description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-black)}.mainSite .nieuwsContent .images{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.mainSite .nieuwsContent .images .itemImg{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:1rem;aspect-ratio:1/1}@media(min-width:992px){.mainSite .newsItems{gap:2rem 1rem}.mainSite .newsItems .newsItem{flex-direction:row;align-items:center}.mainSite .newsItems .newsItem:nth-child(even){flex-direction:row-reverse}.mainSite .newsItems .newsItem .image{aspect-ratio:unset;min-height:30vh;width:50%}.mainSite .newsItems .newsItem .content{width:50%}.mainSite .newsItems .newsItem .content h1{font-size:1.8em}.mainSite .newsItems .newsItem>.inner{padding:1.5rem}.mainSite .newsItems .newsItem .date{left:-.5rem;top:-.5rem}.mainSite .newsItems .newsItem:nth-child(odd) .date{right:-.5rem}}@media(min-width:1400px){.mainSite .nieuwsContent .images .itemImg:first-of-type{grid-column:1/-1;grid-row:1/2}.mainSite .newsItems .newsItem{gap:2rem}.mainSite .newsItems .newsItem .image{width:40%;height:35vh}.mainSite .newsItems .newsItem .content{width:60%}}@media(min-width:1600px){.mainSite .newsItems .newsItem h1{font-size:2em}}
/*# sourceMappingURL=nieuws.min.css.map */
