.agendaitem {
	margin-bottom: 75px;
}

.agendaitem .button {
	margin-bottom: 15px;
}


.agendaitem .col {
	margin-bottom: 15px;
}

.agendaitem .blok {
	height: 0;
	padding-bottom: 25%;
	overflow: hidden;
	background: var(--kleur-algemeen);
	position: relative;
}

.agendaitem .header {
	width: 100%;
	margin-bottom: 30px;
}

.agendaitem .datum {
	width: 130px;
	height: 130px;
	float: left;
	position: relative;
	border: 2px solid var(--kleur-algemeen);

}


.agendaitem .in-de-wijk .datum {
	border: 2px solid var(--kleur-in-de-wijk);
}

.agendaitem .op-school .datum {
	border: 2px solid var(--kleur-op-school);
}

.agendaitem .in-de-vrije-tijd .datum {
	border: 2px solid var(--kleur-in-de-vrije-tijd);
}

.agendaitem .datum .boven {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	padding: 3px 0px;
	text-align: center;
	background: var(--kleur-algemeen);
	font-weight: 400;
}

.agendaitem .in-de-wijk .datum .boven {
	background: var(--kleur-in-de-wijk);
}

.agendaitem .op-school .datum .boven {
	background: var(--kleur-op-school);
}

.agendaitem .in-de-vrije-tijd .datum .boven {
	background: var(--kleur-in-de-vrije-tijd);
}

.agendaitem .datum .dag {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Neue Haas Grotesk Display Pro';
	font-weight: 300;
	font-size: 50px;
}

.agendaitem .aanvang {
	
}


.agendaitem .lokatie{
	
}
