/**********************************************************
 * SIDEBAR
 **********************************************************/
.sidebar-begeleidende-pagina {
	margin-bottom: 20px;
}
.sidebar-begeleidende-pagina-button {
	background: var(--mot-color);
	padding: 12px 16px;
	transition: .8s ease;
}
.sidebar-begeleidende-pagina-button a {
	color: var(--mot-black);
	font-weight: bold;
	transition: .8s ease;
}
.sidebar-begeleidende-pagina-button:hover {
	background: var(--mot-black);
}
.sidebar-begeleidende-pagina-button:hover a {
	color: var(--mot-white);
}
.sidebar-bestand {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
}
.sidebar-bestand:hover {
	background: var(--mot-lgray);
}
.siderbar-bestand-icoontje {
	flex-shrink: 0;
}
.siderbar-bestand-icoontje,
.siderbar-bestand-icoontje img {
	max-height: 100px;
}
.sidebar-video {
	height: auto;
	width: 100%;
}
.sidebar-berichten-nieuws {
	margin-bottom: 12px;
}
.sidebar-berichten-kop {
	background: var(--mot-color);
	padding: 4px 6px;
}
.sidebar-bericht {
	padding: 4px;
	font-weight: normal;
	color: var(--mot-black);
	font-size: 13px;
}
.sidebar-bericht h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0;
}
.sidebar-berichten a {
	color: var(--mot-black);
	font-weight: normal;
}
.sidebar-more {
	font-weight: bold;
	display: inline-block;
	/*border-bottom: 3px solid var(--mot-color);*/
	padding-bottom: 3px;
	color: var(--mot-color);
}
