/*Contentblok Content*/
.contentblok.deel_pagina {
	margin-top: 12rem;
}
.share_buttons_container {
	padding-bottom: 2.4rem;
	border-bottom: 0.1rem solid rgba(235, 231, 220, 0.3);
}
.share_buttons_container a {
	color: var(--kleur-beige);
}

.share_titel {
	color: var(--kleur-wit);
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.24rem;
	line-height: normal;
	/* Text style for "Delen" */
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 2.4rem;
}
.share_buttons a.share_button {
	margin-left: 3.3rem;
}
.share_buttons a.share_button:first-of-type {
	margin-left: 0;
}

@media (min-width:768px) {
	.contentblok.deel_pagina {
		margin-top: 21rem;
	}
}

@media (min-width:992px) {
}

@media (min-width:1200px) {

}

@media (min-width:1400px) {

}
