﻿.mainSite .newsItems{display:grid;grid-template-columns:1fr;gap:1.5rem}.mainSite .newsItems .newsItem{display:flex;flex-direction:column}.mainSite .newsItems .newsItemLink{color:var(--color-black);text-decoration:none;display:flex;flex-direction:column;height:100%}.mainSite .newsItems .newsItem .inner{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:auto;background-color:var(--color-black-sec);position:relative;aspect-ratio:16 / 9;border-radius:.25rem .25rem 0 0}.mainSite .newsItems .newsItem .content{background-color:var(--color-white);border:1px solid #ebedf3;border-radius:0 0 .25rem .25rem;padding:1.5rem;height:stretch;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.mainSite .newsItems .newsItem .content h1,.mainSite .newsItems .newsItem .content .readMore{color:var(--color-black)}.mainSite .newsItems .newsItem h1{margin:0;font-size:1.5rem;font-weight:500;line-height:1.4}.mainSite .newsItems .newsItemLink:hover .readMore,.mainSite .newsItems .newsItemLink:focus .readMore{text-decoration:underline}.mainSite .nieuwsContent{padding-top:1rem;padding-bottom:5rem}.mainSite .nieuwsContent .breadcrumb{margin-bottom:2rem}.mainSite .nieuwsContent .row{--bs-gutter-y:2rem}.mainSite .nieuwsContent .newsItemTitle{max-width:980px;margin-bottom:2rem}.mainSite .nieuwsContent .newsItemTitle h1{margin:0;font-size:clamp(2rem,8vw,4.25rem);font-weight:600;line-height:1.05}.mainSite .nieuwsContent .newsItemContent{max-width:760px;font-size:1.08rem;line-height:1.8}.mainSite .nieuwsContent .newsItemContent>*:first-child{margin-top:0}.mainSite .nieuwsContent .newsItemContent h2,.mainSite .nieuwsContent .newsItemContent h3{margin-top:2.5rem;margin-bottom:1rem;line-height:1.2}.mainSite .nieuwsContent .newsItemContent p,.mainSite .nieuwsContent .newsItemContent ul,.mainSite .nieuwsContent .newsItemContent ol{margin-bottom:1.25rem}.mainSite .nieuwsContent .newsItemContent img{height:auto;border-radius:.25rem}.mainSite .nieuwsContent .images{display:grid;gap:1rem;grid-template-columns:1fr}.mainSite .nieuwsContent .images .itemImg{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.25rem;aspect-ratio:16 / 9;background-color:var(--color-black-sec)}@media(min-width:768px){.mainSite .newsItems{grid-template-columns:repeat(2,1fr);gap:2.5rem}.mainSite .nieuwsContent{padding-top:3rem;padding-bottom:7rem}.mainSite .nieuwsContent .images{grid-template-columns:1fr 1fr}}@media(min-width:992px){.mainSite .newsItems{grid-template-columns:repeat(3,1fr)}.mainSite .nieuwsContent .images{position:sticky;top:7rem}}@media(min-width:1400px){.mainSite .nieuwsContent .images .itemImg:first-of-type{grid-column:1 / -1;grid-row:1 / 2}}