/* AGENDA */

.agendabox {
position:relative;
width:100%;
height:auto;
margin:0;
clear:both;
}

.agenda {
height:auto;
padding:1em 0 1em 0;
margin:1em auto 0 auto;
background-color:rgba(255,255,255,1);
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.agenda {
	width:92%;
	margin:0 auto 0 auto;
	}
}
.agenda img {
width:50%;
max-width:100%;
height:auto;
margin:1.9em 1.8% 0 0;
float:left;
display:block;
}
.agenda h5 {
font-size:1em;
text-align:right;
margin-bottom:0.3em;
}

.padding {
padding:0 2% 0 2%;
}

.lijst {
}
.archiefjaar {
border-top:3px solid #000;
}
.lijst img {
width:20%;
max-width:100%;
height:auto;
margin:1.9em 2% 1.5em 0;
float:left;
display:block;
}
.even {
}
.oneven {
}
.lijst h5 {
font-size:1em;
text-align:right;
margin-bottom:0.3em;
}
.tekstlang {
padding:0;
}
.tekstkort {
position:relative;
width:50%;
height:auto;
font-size:1.6em;
padding:0 2% 0 0;
overflow:hidden;
text-overflow:clip;
clear:none;
}
.leesverderfade {
position:absolute;
bottom:0;
width:100%;
height:1em;
margin:0;
background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.leesverder {
font-size:1.2em;
font-style:italic;
text-align:right;
margin:0.5em 2% 0 0;
display:block;
}

.terug {
text-align:right;
display:block;
}
