@charset "UTF-8";
 @-ms-viewport {
zoom:1;
width:extend-to-zoom
}
@viewport {
zoom:1;
width:extend-to-zoom
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #ffffff;
}
* {
    box-sizing: border-box;
}
body, html {
	background-color: #fff;
	height: 100%;
}
body, div, h1, h2, h3, h4, h5, h6, hr, html, img, li, menu, ol, span, table, td, tr, ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-width: 0
}
#page ul li, blockquote {
	margin-left: 0
}
#page ul, #page ul ul {
	list-style-type: disc
}
#page ol, #page ul, #page ul ul {
	list-style-position: outside
}
#page ol, #page ol ol, #page ul, #page ul ul {
	margin-left: 1em
}
#page p+ul {
	margin-top: -1em
}
#page ul ul {
	margin-bottom: 0
}
#nav1 ul, #nav2 ul {
	list-style-type: none
}
#page ol ol {
	list-style-position: outide
}
#page, .clear, .spacer {
	width: 100%;
}
.spacer {
	clear: both
}
#page img {
	max-width: 100%;
	height: auto;
}
#page table {
	border-collapse: collapse;
	border-spacing: 0
}
#page td {
	border: 1px solid #ccc;
	padding-left: 0.5em;
	vertical-align: top;
	padding-right: 0.5em;
	margin-top:1em;
}
#page td img {
	vertical-align: top;
	margin-top:0.5em;
	margin-left:1em;	
	margin-right:1em;
	margin-bottom:0.5em;
}
@media all and (max-width:800px) {
	#page td img {
		max-width:100px;
		height:auto;
	}
}
#page .ccm-image-block {
	width: 100%;
}



/* ------------------------------------------------------------ TEXT styles ------------------------------------------------------------ */
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-webfont.woff2') format('woff2'),
         url('fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-italic-webfont.woff2') format('woff2'),
         url('fonts/muli-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/muli-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-black-webfont.woff2') format('woff2'),
         url('fonts/muli-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/muli-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
body {
	text-align: left;
	font-family: muli, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #333;
}
#page p, #page p+ul, #page table, #page ul {
	margin-bottom: 1.7em
}
::selection {
	background:rgba(152,32,57,0.25);
}
::-moz-selection {
	background:rgba(152,32,57,0.25);
}
blockquote {
	color: #75736f;
	border-left: 1px solid #666;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
#page hr {
	color: #ccc;
	height: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-width: 0 0 1px
}
#page p strong {
    font-weight: 900;
}


/* ------------------------------------------------------------ Headings ------------------------------------------------------------ */
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
	color: #982039;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 1em;
}
#page h1 {
	font-size: 4em;
	font-weight: 900;
	line-height: 1.1em;animation-delay: 
}
#page h2 {
	font-size: 2em;
	font-weight: 900;
	line-height: 1.2em;
}
#page h3 {
	color: #333;
	font-size: 1.5em;
	line-height: 1.3em;
}
#page h4 {
	font-size: 1.3em;
	line-height: 1.4em;
}
#page h5 {
	font-size: 1.2em;
	line-height: 1.5em;
}
#page h6 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0
}
#page h1 a:active, #page h1 a:link, #page h1 a:visited, 
#page h2 a:active, #page h2 a:link, #page h2 a:visited, 
#page h3 a:active, #page h3 a:link, #page h3 a:visited, 
#page h4 a:active, #page h4 a:link, #page h4 a:visited, 
#page h5 a:active, #page h5 a:link, #page h5 a:visited, 
#page h6 a:active, #page h6 a:link, #page h6 a:visited {
	text-decoration: none;
	color: #296b88
}
#page h1 a:hover, #page h2 a:hover, #page h3 a:hover, #page h4 a:hover, #page h5 a:hover, #page h6 a:hover {
	text-decoration: underline
}
#page h1:first-child, #page h2:first-child, #page h3:first-child, #page h4:first-child, #page h5:first-child, #page h6:first-child, #page ol ol, #page p, #page ul ul {
	margin-top: 0
}
#page #baan h1, #page #baan h2, #page #baan h3, #page #baan h4, #page #baan h5, #page #baan h6 {
	color: #fff;
}


/* ------------------------------------------------------------ LINK styles ------------------------------------------------------------ */
#page a:active, 
#page a:link, 
#page a:visited {
	color: #982039;
	text-decoration: underline;
}
#page a:focus, 
#page a:hover {
	color: #982039;
	text-decoration: none;
}
#page a.button:active, #page a.button:link, #page a.button:visited, 
#page p.button a:active, #page p.button a:link, #page p.button a:visited {
	color: #fff;
	background-color: #982039;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
	padding-right: 2.6em;
	border-radius: 20px 0px 20px 20px;
	box-shadow: -5px 5px 0px rgba(152,32,57,0.25);
}
#page a.button:focus, #page a.button:hover, 
#page p.button a:focus, #page p.button a:hover {
	text-decoration: none;
	background-color: #982039;
	box-shadow: 5px -5px 0px rgba(152,32,57,0.25);
}
#page a.button.roze:active, #page a.button.roze:link, #page a.button.roze:visited, 
#page p.button.roze a:active, #page p.button.roze a:link, #page p.button.roze a:visited {
	background-color: #ce2280;
	box-shadow: -5px 5px 0px rgba(206,34,128,0.25);
}
#page a.button.roze:focus, #page a.button.roze:hover, 
#page p.button.roze a:focus, #page p.button.roze a:hover {
	background-color: #ce2280;
	box-shadow: 5px -5px 0px rgba(206,34,128,0.25);
}
#page a.button.blauw:active, #page a.button.blauw:link, #page a.button.blauw:visited, 
#page p.button.blauw a:active, #page p.button.blauw a:link, #page p.button.blauw a:visited {
	background-color: #427db9;
	box-shadow: -5px 5px 0px rgba(66,125,185,0.25);
}
#page a.button.blauw:focus, #page a.button.blauw:hover, 
#page p.button.blauw a:focus, #page p.button.blauw a:hover {
	background-color: #427db9;
	box-shadow: 5px -5px 0px rgba(66,125,185,0.25);
}
#page a.button.groen:active, #page a.button.groen:link, #page a.button.groen:visited, 
#page p.button.groen a:active, #page p.button.groen a:link, #page p.button.groen a:visited {
	background-color: #67aa44;
	box-shadow: -5px 5px 0px rgba(103,170,68,0.25);
}
#page a.button.groen:focus, #page a.button.groen:hover, 
#page p.button.groen a:focus, #page p.button.groen a:hover {
	background-color: #67aa44;
	box-shadow: 5px -5px 0px rgba(103,170,68,0.25);
}
#page #footer a:active, 
#page #footer a:link, 
#page #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#page #footer a:focus, 
#page #footer a:hover {
	color: #fff;
	text-decoration: none;
}
#page #strepen a:active, 
#page #strepen a:link, 
#page #strepen a:visited {
	color: #fff;
	text-decoration: underline;
}
#page #strepen a:focus, 
#page #strepen a:hover {
	color: #fff;
	text-decoration: none;
}


/* ------------------------------------------------------------ AANGEPASTE TEXT styles ------------------------------------------------------------ */
#page .text p {
	color: #fff;
}


/* ------------------------------------------------------------ PAGE LAYOUT ------------------------------------------------------------ */
#page, .ccm-page {
	width: 100%;
	float: left;
	height: 100%;
}
#strepen div {
	height: 10px;
	width: 25%;
	float: left;
}
#strepen div a {
	display: block;
	height: 10px;
	width: 100%;	
}
#rood {
	background-color: #982039;
}
#roze {
	background-color: #ce2280;
}
#blauw {
	background-color: #427db9;
}
#groen {
	background-color: #67aa44;
}
#header {
	position: relative;
	background-color: #982039;
	height: 120px;
	width: 100%;
	float: left;
	clear: both;
	float: left;
}
#logo {
	margin-top: 15px;
	margin-left: 5%;
}
#logo img {
	width: 160px;
}
#header.scroll {
	float: none;
	height: 70px;
	position: fixed;
	z-index: 99;
	top: 0;
	transition: height 300ms linear, position 300ms linear, top 300ms linear;
}
#header.scroll #nav {
	top: 25px;
	transition: top 300ms linear;
}
#header.scroll #logo {
	margin-top: 10px;
	margin-left: 6%;
	transition: width 300ms linear, margin-left 300ms linear, margin-top 300ms linear;	
}
#header.scroll #logo img {
	width: 80px;
	height: auto;
	transition: width 300ms linear;
}
#hdfoto {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: #982039 solid 1px;
	text-align: center;
	color: #fff;
	padding-left: 20%;
	padding-right: 20%;	
    display: table;
}
#hdfoto .container {
    display: table-cell;
    vertical-align: middle;
}
#hdfoto .content {
    margin: 0 auto;
    width: auto;
	text-align: center;
}
#hdfoto.scroll {
	margin-top: 70px;
}
#hdfoto.home {
	height: 100%;
	padding-bottom: 180px;
	background-image: url("images/hdfoto-pointer-wit.png"), url("images/hdfoto-pointer.png"), url("images/hdfoto.png");
	background-position: center bottom, center bottom, center bottom;
	background-repeat: no-repeat, repeat, repeat;
    background-size: auto auto, auto auto, cover;	
}
#hdfoto.vervolg {
	height: 40%;
	background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto-vervolg.png");
	background-position: center bottom, center bottom;
	background-repeat: repeat, repeat;
    background-size: auto auto, cover;	
}
#hdfoto.vervolg.create {
	background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto-create.png");	
}
#hdfoto.vervolg.advise {
	background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto-advise.png");	
}
#hdfoto.vervolg.training {
	background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto-training.png");	
}
#hdfoto.vervolg.blog {
	height: 15%;
	background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto-blog.png");	
}
#page #hdfoto h1 {
	color: #fff;
	line-height: 1em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#hdfoto p {
	font-size: 1.1em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
@media all and (max-width: 900px) {
	#hdfoto {
		padding-left: 15%;
		padding-right: 15%;
	}
	#hdfoto.home {
		height: 90%;
		padding-bottom: 120px;
		background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto.png");
		background-position: center bottom, center bottom;
		background-repeat: repeat, repeat;
    	background-size: auto auto, cover;	
	}
	#hdfoto.vervolg {
		height: 50%;	
	}
}
@media all and (max-width: 500px) {
	#hdfoto {
		padding-left: 10%;
		padding-right: 10%;
	}
	#hdfoto.home {
		height: 90%;
		padding-bottom: 120px;
		background-image: url("images/hdfoto-pointer.png"), url("images/hdfoto.png");
		background-position: center bottom, center bottom;
		background-repeat: repeat, repeat;
    	background-size: auto auto, cover;	
	}
	#hdfoto.vervolg {
		height: 65%;	
	}
	#hdfoto.vervolg.blog {
		display: none;
	}
}
#content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5%;
}
#main, #baan, #main2, #footer {
	padding-left: 10%;
	padding-right: 10%;	
}
@media all and (max-width: 500px) {
	#main, #baan, #main2, #footer {
		padding-left: 5%;
		padding-right: 5%;	
	}
}
#main {	
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
#baan {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	color: #fff;
}
#baan.rood {
	background-color: #982039;
}
#baan.roze {
	background-color: #ce2280;
}
#baan.blauw {
	background-color: #427db9;
}
#baan.groen {
	background-color: #67aa44;
}
#main2 {	
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #982039;
	min-height: 100px;
	text-align: right;
	padding-top: 25px;
}
#footer img {
	margin-left: 10px;
	margin-bottom: 10px;
	opacity: 0.7;
}
#footer img:hover, #footer img:focus {
	opacity: 1;
}
#footertxt {
	float: left;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	font-size: 0.95em;
}


/* ------------------------------------------------------------ LAYOUY - kolommen ------------------------------------------------------------ */
.layout {
	position: relative;
	clear: both;
}
.layout.smal {
	width: 50%;
	margin-left: 25%;
}
.layout.smal .kolom  {
	width: 100%;
}
.layout .kolom {
	float: left;
}
.layout .kolom.rechts {
	float: right;
}
.layout .kolom.midden {
	float: left;
	margin-left: 5%;
}
.layout.twee .kolom {
	width: 45%;
}
.layout.drie .kolom {
	width: 30%;
}
.layout.blog .kolom.links {
	width: 65%;
}
.layout.blog .kolom.rechts {
	width: 30%;
}
@media all and (max-width: 900px) {
	.layout.smal {
		width: 100%;
		margin: 0;
	}	
	.layout .kolom.midden {
		width: 100%;
		margin-left: 0;
	}
	.layout.twee .kolom {
		width: 100%;
	}
	.layout.drie .kolom {
		width: 100%;
	}
	.layout.blog .kolom.links {
		width: 100%;
		}
	.layout.blog .kolom.rechts {
		width: 100%;
	}
}



/* ------------------------------------------------------------ BLOG page ------------------------------------------------------------ */
.smal img {
	width: 100%;
	margin-bottom: 2em;
}
#page .ccm-block-topic-list-list,
#page .ccm-block-topic-list-page-topics {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1.7em;
}
#page .ccm-block-topic-list-list li,
#page .ccm-block-topic-list-page-topics li {
	margin: 0;
	display: inline-block;
}
#page .ccm-block-topic-list-list li a:link, 
#page .ccm-block-topic-list-list li a:active, 
#page .ccm-block-topic-list-list li a:visited,
#page .ccm-block-topic-list-page-topics li a:link, 
#page .ccm-block-topic-list-page-topics li a:active, 
#page .ccm-block-topic-list-page-topics li a:visited {
	display: inline-block;
	text-decoration: none;
	background-color: #982039;
	color: #fff;
	border-radius: 20px;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
}
#page .ccm-block-topic-list-list li a:hover, 
#page .ccm-block-topic-list-list li a:focus,
#page .ccm-block-topic-list-page-topics li a:hover, 
#page .ccm-block-topic-list-page-topics li a:focus{	
	box-shadow: -5px 5px 0px rgba(152,32,57,0.25);
}
.ccm-block-share-this-page {
	float: right;
	clear: both;
}




/* --------------------------------------------------------- BLOCKS - Custom Templates --------------------------------------------------------- */



/* ------------------------------------------------------------ NAVIGATIE - desktop ------------------------------------------------------------ */
#nav {
	position: absolute;
	right: 2.5%;
	top: 45px;
}
#nav ul {
    list-style: none;
    padding: 0; 
	margin: 0;
	width:auto;
}
#nav ul li {
	float: left;
	width:auto;
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	display: inline-block;
	margin-left: 0.75em;
	margin-right: 0.75em;
	color: #CB8F9C;
	color: RGBA(255,255,255,0.5);
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul li a.nav-selected, #nav ul li a.nav-path-selected {	
	color: #fff;
}
@media all and (max-width: 899px) {
	#nav {
		display:none;
}
}


/* ------------------------------------------------------------ NAVIGATIE - MOBIEL ------------------------------------------------------------ */
@media all and (min-width: 900px) {
.navmobiel {
	display:none;
}
}
.navmobiel {
    min-height: 40px;
	width:auto;
    position: absolute;
	top:40px;
	right:20px;
    z-index: 10;
}
.navmobiel.scroll {
	top:20px;
	transition: top 300ms linear;
}
#openMenu {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 50px;
    font-size: 1.1em;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease; 
    transition: all 0.2s ease; 
}
#openMenu.open {
}
#openMenu .burger {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 25px;
}
#openMenu .burger span {
    position: absolute;
    display: block;
    height: 3px;
    width: 25px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.2s ease; 
    transition: all 0.2s ease; 
}
#openMenu .burger .lijn1 {
    top: 10px;
    left: 0;
}
#openMenu .burger .lijn2 {
    top: 18px;
    left: 0;
}
#openMenu .burger .lijn3 {
    bottom: 10px;
    left: 0;
}
#openMenu.open .burger .lijn1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
}
#openMenu.open .burger .lijn2 {
    opacity: 0;
}
#openMenu.open .burger .lijn3 {
    -webkit-transform: rotate(-45deg);	
    transform: rotate(-45deg);
    bottom: 18px;
}
#openMenu .txt {
	position:absolute;
	top: 0px;
	right: 40px;
	text-align:right;
	width:100px;
	color:#fff;
	color:rgba(255,255,255,0.7);
}
#navigatie {
    display: none;
}
.no-js #navigatie {
    display: block;
}
#navigatie ul {
    list-style: none;
    padding: 0; 
	margin: 0;
	width:auto;
}
#page #navigatie ul a {
    display: block;
	width:260px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left:30px;
	padding-right:30px;
	color: #CB8F9C;
	color: rgba(255,255,255,0.5);
	font-size:1.05em;
	background-color:#982039;
    text-decoration: none;
}
#page #navigatie ul li:last-child a {
	border-bottom: solid 1px #fff;
}
#page #navigatie ul a:hover,
#page #navigatie ul a:focus {
	color:#fff;
}
#page #navigatie ul a.nav-path-selected {
	color:#fff;
	font-weight:bold;
}
#navigatie ul ul {
	display:none;
}
#navigatie ul li:hover ul,
#navigatie ul li:focus ul {
	display: block;
    list-style: none;
    padding: 0; 
	margin: 0;
	width:auto;
}
#navigatie ul ul li {
	margin: 0;
}
#page #navigatie ul ul a {
    display: block;
	width:260px;
	border-left: dotted 1px #fff;
	border-right: dotted 1px #fff;
	border-top: 0;
	border-bottom:0;
	margin:0;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	padding-right:10px;
	color: #fff;
	font-size:1em;
	background-color:#fff;
    text-decoration: none;
}
#page #navigatie ul ul li:last-child a {
	border-bottom: 0;
	padding-bottom: 15px;
}
#navigatie ul ul ul {
	display:none;
}



/* ------------------------------------------------------------ CONTENT BLOKKEN ------------------------------------------------------------ */
.ctblok {
}



/* ------------------------------------------------------------ PAGE LIST - BLOGS ------------------------------------------------------------ */
.ccm-block-page-list-thumbnail-grid-wrapper {
	float: left;
	clear: both;
}
.ccm-block-page-list-page-entry-grid-item {
	background-color: #fff;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	float: left;
	border: solid 1px rgba(0,0,0,0.2);
	box-shadow: -9px 9px 0px rgba(0,0,0,0.1);
}
#baan .ccm-block-page-list-page-entry-grid-item {
	border: 0;
	box-shadow: -9px 9px 0px rgba(255,255,255,0.25);
	color: #333;
}
.ccm-block-page-list-page-entry-grid-thumbnail {
	margin-bottom: 1em;
}
#page .ccm-block-page-list-page-entry-grid-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0;
}
.ccm-block-page-list-text {
	padding-left: 5%;
	padding-right: 5%;
}
#page .ccm-block-page-list-title h3 a:link,
#page .ccm-block-page-list-title h3 a:active,
#page .ccm-block-page-list-title h3 a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 1em;
	display: block;
}
#page .ccm-block-page-list-description p {
    margin-bottom: 3.3em;
}
.ccm-block-page-list-button a:link {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #427db9;	
    border-radius: 20px 0px 20px 20px;
	float: right;
	margin-top: -40px;
	margin-right: 5%;
	margin-bottom: 5%;
}
@media all and (max-width: 900px) {
	.ccm-block-page-list-page-entry-grid-item {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 10%;
	}
	.ccm-block-page-list-text {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media all and (max-width: 500px) {
	.ccm-block-page-list-page-entry-grid-item {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		margin-bottom: 15%;
	}
	.ccm-block-page-list-text {
		padding-left: 5%;
		padding-right: 5%;
	}
}


/* ------------------------------------------------------------ OVERIG ------------------------------------------------------------ */

.border {
    border: solid 1px #ccc;
    padding: 5%;
    background: #fff;
}
.kleurvlak {
    padding: 7.5%;
    padding-bottom: 2%;
}
#page .kleurvlak p {
    color: #111;
}
#page .kleurvlak h2, #page .kleurvlak h3, #page .kleurvlak h4, #page .kleurvlak h5, #page .kleurvlak h6  {
    color: #fff;
}
.kleurvlak.rood {
    background-color: #982039;
	box-shadow: 5px -5px 0px rgba(152,32,57,0.25);
}
.kleurvlak.roze {
    background-color: #ce2280;
	box-shadow: -5px 5px 0px rgba(206,34,128,0.25);
}
.kleurvlak.blauw {
    background-color: #427db9;
	box-shadow: -5px 5px 0px rgba(66,125,185,0.25);
}
.kleurvlak.groen {
    background-color: #67aa44;
	box-shadow: -5px 5px 0px rgba(103,170,68,0.25);
}









