.doorkiesblokken_container{
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.doorkiesblok{
	border-radius: 0.8rem;
	background: #005C80;
	padding: 3.5rem;
	color: #fff;
	background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
	background-position: center;
	font-size: 1.8rem;
	line-height: 2;
    display: flex;
    flex-direction: column;
}

.doorkiesblok a{
	color: #fff;
}

.doorkiesblok .link_met_pijl_na{
	font-size: 1.6rem;
	line-height: 1.25;
	text-decoration: none !important;
}

.doorkiesblok .link_met_pijl_na:after{
	color: var(--lichtblauw);
}

.doorkiesblok h3{
	font-size: 3.2rem;
	line-height: 1.125;
}

.doorkiesblok > *:last-child:before{
	content: "";
	display: block;
	height: var(--default-margin-bottom);
}

.doorkiesblok > *:last-child{
	margin-top: auto !important;
}

@media (max-width:767px)
{		
	
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    .doorkiesblokken_container{
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    }
}

@media (min-width:1400px)
{
    
}