.berichten{
	position: relative;
	padding-top: 80px;
}

/*
.berichten:before {
    background-color: #f8f8f8;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    content: "";
    height: 160px;
}
*/

.item-blok {
	text-decoration: none !important;
	margin-bottom: 40px;
}

.item-blok__inner-top{
	padding: 20px 40px 20px 20px;
	background: #fff;
	position: relative;
}

.item-blok__inner-top i{
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--kleur_blauw);
    font-size: 13px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	opacity: 1;
}

.item-blok:hover .item-blok__inner-top i{
	opacity: 1;
	right: 16px;
}

h2.item-blok__titel{
	color: var(--kleur_paars);
	margin-bottom: 0;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	max-width: 290px;
}

.volgende{
	padding: 120px 0 220px 0;
	margin-top: 120px;
	position: relative;
}

.volgende .item-blok{
	margin-bottom: 0;
}

.volgende:before {
    content: "";
    position: absolute;
    background: url(../../../images/roze_lijn_logo.svg);
    width: 125%;
    background-size: 1149px;
    background-repeat: no-repeat;
    background-position: -18px 22px;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
}

.volgende_tekst{
	text-align: right;
	color: #ffffff40;
	font-family: 'Roboto', sans-serif;
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
	left: 60px;
    position: relative; 
}

@media (max-width:767px)
{
	.berichten{
		padding-top: 0;
	}
	
	.berichten:before{
		display: none;
	}
	
	.volgende {
		padding: 60px 0;
		margin-top: 60px;
	}
	
	.volgende:before{
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-position: -160px 22px;
	}
	
	
	
	.volgende_tekst { 
		font-size: 40px;
		font-weight: 700;
		line-height: 40px; 
		width: 100%;
		left: 0px;
	}
	
	.meta_tekst:hover .sharebuttons {
		width: 165px;
	}
	
	.meta_tekst,
	.meta_tekst a{
		font-size: 14px;
	}
	
	.meta_tekst i {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
	.berichten:before{
		width: 75%;
	}
	
	.volgende_tekst{
		font-size: 60px;
		line-height: 60px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
	.volgende_tekst{
		font-size: 80px;
		line-height: 80px;
	}
}