body footer p {
  color: #ffffff !important;
}

#oscampus .oscampus-lesson-content p {
  line-height: 24px !important;
}

.image-left,
img.image-left {
  float: left;
  margin-bottom: 10px;
  padding-right: 18px;
}

.image-right,
img.image-right {
  float: right;
  margin-bottom: 10px;
  padding-left: 18px;
}

#oscampus.osc-container div, 
#oscampus.osc-container p {
  font-size: 16px !important;
}

blockquote {
    background-color: #f4efe8;
	border-left: 8px solid #3f444b;
    margin: 0 auto 20px;
    padding-left: 12px;
    padding-right: 12px;
	padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
}

.container-header {
	background-color: #ffffff;
	background-image: none;
	border-bottom: 2px solid #2184cd;
	box-shadow: 3px 0 10px #ccc;
	margin-bottom: 20px;
}

.container-header .mod-menu {
	color: #013a71;
}

video {
	max-width: 100%;
	height: auto;
}

/* cursusblokken */

.blok {
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

	.blok h2 {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}

.zoekop {
  background: #99cbdc;
  }

.denken {
	background: #f8f8f8;
}

.wistjedat {
	background: #ffe7c8;
}

.checkjekennis {
  background: #cad1b7;
}

div[class^="background-"] {
	display: inline-block;
    padding: 10px;
}

div.background-black {
	background-color: #000000;
}
	
	div.background-black p {
		color: #ffffff !important;
	}
	
div.background-lightblue {
	background-color: #a7d1e1;
}

div.background-lightgrey {
	background-color: #f3f6f6;
}

div.background-lightyellow {
	background-color: #ffeace;
}

div.background-grey {
	background-color: #d6d8dc;
}

div.background-lightpurple {
    background-color: #fff3fc;
}
