/*
======================================
    Bootstrap Overwrites
======================================
*/
    a:focus {
        color: transparent;
        text-decoration: none;
	}
	:focus {
		outline: 0 !important;;
	}
	
    .navbar-default {
		margin-bottom: 0px;
	}
	
	.navbar-right {
	  margin-top: 40px !important;
	}
	
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
	
	.btn {
		white-space:normal !important;
		word-wrap:break-word; 
	}
	
/*
======================================
    Basic styles
======================================
*/
    html {
		font-size: 62.5%;
	}
	
    body {
		font-size: 1.4rem; /* =14px */
		line-height: 1.42857143;
		font-family: 'Open Sans',Arial,sans-serif;
		font-style: normal;
		font-weight: 400;
        color: black; 
        background-color: white;
        background: url(../images/achtergrond.png) repeat;
        overflow-wrap: break-word;
    }
	
    p {
		font-size: 1.4rem;
	}
	
    h1 {
		font-size: 3.0rem;
	}
	
    h2 {
		font-size: 2.6rem;
	}
	
    h3 {
		font-size: 2.2rem;
	}
	
	ul li, ol li { 
		font-size: inherit;
    }
	
	hr { 
        border-top: 1px solid #2a2a2a;
    }

    img {
		max-width: 100%;
	}
	
	.nopadding { padding:0;}
	.module { 
		padding: 0 0 0 0;	
	}
	
    .grid-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transform: none;
        transform: none;
    }
    .grid-wrapper.midden {
		/*margin-top:40px;*/
	}

	.padding-rechts0 {
		padding-right:0;
	}
	.padding-links0 {
		padding-left:0;
	}
	.wrapper-rechts {
		padding-left:15px;
	}
	.wrapper-center {
		padding:10px;
	}
	.wrapper-center .equal{
		margin-top:-10px;
		margin-bottom:-10px;
	}

	.bg-wit-wrapper {
		background-color:#ffffff;
		/*float:left;*/	
	}
	.bg-wit-wrapper.module {
		background-color:transparent !important;
	}
	.wrapper-rechts .bg-wit-wrapper {
		padding-top:10px;
		padding-bottom:50px;
	}
	.wrapper-rechts .equal {
		background-color:#ffffff;
	}

	.width100proc {
		width:100%;
	}
	.equal{
		overflow: hidden;
	}
	.padding-rechts0 .equal{
		background-color:#ffffff;
		padding-left:0px;
	}
	.padding-links0 .equal{
		background-color:#ffffff;
	}
	
	.nopadding .equal{
		background-color:#ffffff;
	}
	.wrapper-center .equal{
		background-color:#ffffff;
	}
	.padding-rechts0 .equal.module{
		background-color:transparent !important;
		padding-left:0px;
	}
	.nopadding .equal.module{
		background-color:transparent !important;
	}
/*
======================================
    Fonts
======================================
*//*
==== external stylesheets:
	- fonts.css
*/

	h1, h2 {
		color: #e97800;
	}

/*
======================================
    Header
======================================
*/
/*
==== external stylesheets:
	- inc_menu.css ====
*/
	
/*
==== Logo ==== 
*/
	.logo {
		position: absolute;
	}
/*
==== Navigatie boven ====
*/
	.grid-wrapper.boven .container.hoofdmenu {
		padding-left: 0px;
		padding-right: 0px;
	}
	.grid-wrapper.boven #navbar ul.nav li a {
		font-family: 'Maven Pro',sans-serif;
		font-weight: 600;
		white-space: normal;
	}
	.grid-wrapper.boven #navbar li a {
		font-size: 1.8rem;
		color: white;
	}
	.grid-wrapper.boven #navbar li a:hover {
		color: #FFD286;
	}
	.grid-wrapper.boven #navbar li.active a {
		color: #FFD286;
		background-color: transparent;
	}
	.grid-wrapper.boven #navbar li.active > a {
		color: #FFD286;
		background-color: transparent;
	}
	.grid-wrapper.boven #navbar li.active ul.dropdown-menu a  {
		color: white;
		background-color: transparent;
	}
	.grid-wrapper.boven #navbar li.active ul.dropdown-menu li.active a  {
		color: #FFD286;
		background-color: transparent;
	}
	
/*
==== dropdown menu ==== 
*/
	.navbar .nav li.dropdown.open > .dropdown-toggle,
	.navbar .nav li.dropdown.active > .dropdown-toggle,
	.navbar .nav li.dropdown.open.active > .dropdown-toggle {
		background-color: transparent;
	}
	.grid-wrapper.boven .dropdown-menu li a:hover {
		background-color: transparent;
	}
	.grid-wrapper.boven .navbar-nav li .dropdown-menu {
		max-width: 246px;
		min-width: 243px;
		background-color: #DE9418;
	}

/*
==== Navigatie zijkant ====
*/	
	.menu-links {
		padding-left:0px;
	}

	.image-zijmenu  {
		margin-bottom:16px;
	}
	nav.zijmenu {
		margin-bottom: 16px;
	}
	nav.zijmenu a {
		font-family: 'Maven Pro',sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: white;
	}
	nav.zijmenu a:hover {
		text-decoration: none;
	}
	nav.zijmenu  a:focus {
		color: black;
	}
	nav.zijmenu li {
		list-style-type: none;
		border-bottom: 1px solid white;
	}
	nav.zijmenu  li a {
		width: 100%;
		display: block;
	}		
	nav.zijmenu li.hoofditem {
		height:42px;
		line-height: 40px;
	}
	nav.zijmenu li.hoofditem:before {
		content: "";
		color: white; /* or whatever color you prefer */
		display: block;
		height: 41px;
		width: 24px;
		float: left;
		margin-right:10px;
	}
	nav.zijmenu.actief li.hoofditem:before {
		background-image: url("../images/zijmenu_hoofd.png");
		background-repeat: no-repeat;    
		background-position: 7px center;
	}
		
/*
==== drop down menu ====
*/
	nav.zijmenu .dropdown-menu {
		position: relative;
		float: none;
	}
	nav.zijmenu .dropdown-menu li a {
		display: block;
		clear: both;
		white-space: normal;
		font-size: 16px;
		font-weight: normal;
		padding: 0px;
	}
	nav.zijmenu a:focus{
		color:#fff;
	}
	nav.zijmenu ul.dropdown-menu {
		background-color: transparent;
		border: 0px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	nav.zijmenu ul.dropdown-menu li {
		/*padding: 8px 12px 8px 36px;
		text-indent: -10px;*/
		border-bottom: 0px;
	}
	nav.zijmenu ul.dropdown-menu li::before {
		/*content: "\2022";
		color: white; *//* or whatever color you prefer */
	}
	nav.zijmenu ul.dropdown-menu li a {
		/*display: inline;*/
		display:block;
		padding: 8px 12px 8px 36px;
		color: white !important;
		background-color: transparent !important;
		position:relative;
		line-height:19px !important;
	}
	nav.zijmenu ul.dropdown-menu li a::before {
		position:absolute;
		left:23px;
		top:15px;
		z-index:1;
		content: "";
		color:#fff !important;
		font-size:7px !important;
		display: inline-block;
		font-family: FontAwesome;
		font-feature-settings: normal;
		font-kerning: auto;
		font-language-override: normal;
		font-size: inherit;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-synthesis: weight style;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		text-rendering: auto;
	}
	nav.zijmenu ul.dropdown-menu li a:hover {
	}
	nav.zijmenu ul.dropdown-menu li a.selected {
		text-decoration: underline;
	}
	nav.zijmenu ul.tonen {
	    display: block;
	}
/*
==== kleuren zijkant menu
*/
	/* violet-rood */
	 nav.zijmenu.violet-rood {
		background-color: #e83369;
	}	
	nav.zijmenu.violet-rood ul.dropdown-menu li.selected {
	background-color: #f28fad;
	}
	/* turquoise */
	 nav.zijmenu.turquoise {
		background-color: #00acae;
	}
	nav.zijmenu.turquoise ul.dropdown-menu li.selected {
	background-color: #73d1d3;
	}
	/* rood */
	 nav.zijmenu.rood {
		background-color: #db1016;
	}
	nav.zijmenu.rood ul.dropdown-menu li.selected {
	background-color: #eb7c7f;
	}
	/* groen */
	 nav.zijmenu.groen {
		background-color: #8abd24;
	}
	nav.zijmenu.groen ul.dropdown-menu li.selected {
	background-color: #bfdb87;
	}
	/* paars */
	 nav.zijmenu.paars {
		background-color: #7d1c7b;
	}
	nav.zijmenu.paars ul.dropdown-menu li.selected {
	background-color: #b882b7;
	}
	/* oranje */
	 nav.zijmenu.oranje {
		background-color: #de9419;
	}
	nav.zijmenu.oranje ul.dropdown-menu li.selected {
	background-color: #edc481;
	}
	/* grijs */
	 nav.zijmenu.grijs {
		background-color: #b6b6b6;
	}
	nav.zijmenu.grijs ul.dropdown-menu li.selected {
		background-color: #cccccc;
	}
	nav.zijmenu:last-of-type {
    	margin-bottom: 0 !important;
	}	
	.bg {
		min-height: 130px;
		width: 100%;
		padding-bottom: 103px;
		background-image: url("../images/achtergrond_header.png");
		background-repeat: no-repeat;
		background-position:center bottom;
	}
	
/*
==== toolbar ====
*/
	.toolbar {
		/*height: 156px;
		padding-bottom: 103px;
		padding-top: 25px;*/
		width: 100%;
/*		background-image: url("../images/achtergrond_header.png");
		background-repeat: no-repeat;	*/
	}
	.homeknop {
		float: right;
		font-size: 26px;
		color: #7e1c7b;
	    margin-top: 2px;
	}
	.homeknop:hover {
		color: #541251;
		text-decoration: none;
	}
	.homeknop:focus {
        color: #541251;
        text-decoration: none;
	}
	a.taalvlag {
		width: 29px;
		height: 19px;
	    margin-top: 5px;
        margin-left: 22px;
		margin-right: 15px;
		font-size: 32px;
		color: white;
		float: right;
		background-image: url("../images/vlag_engels.png");
		background-repeat: no-repeat;
	}
	
/*
=======================================
	Blokken en modules
=======================================
	- Talen
		externe stylesheet: 
			- languages.min.css
	- Inloggen
	- Zoeken
	- Slider, externe stylesheet: full_slider.css
	- Blok-content 
		- scholing
		- medewerkers
	- Blok-groepen
	- Blok-news-agenda
	- Kleurblok??
	- Formulieren (CMS)
	- rijblok-buttons
	- rijblok-keurmerken
======================================
*/

/*
==== MODULE: talen ====
*/
	.talen {
		float: left;
	}
	.talen .btn>.lang-sm:after {
		top: -2px;
		padding-left: 6px;
	}
	.talen .dropdown-menu {
		z-index: 1001;
		min-width: 143px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.talen .dropdown-menu li a {
		font-size: 14px;
		padding: 6px 12px;
	}
	.talen ul.dropdown-menu span.lang-sm:after {
		padding-left: 6px;
	}
	
/*
==== MODULE: Inloggen ====
*/
    .btn_inloggen {
		float:right;
	}
    .btn_inloggen a {
		border-radius: 0;
	}

/*
==== MODULE: Zoeken ====
*/
	.toolbar .zoeken {
		float: right;
		width: 360px;
        margin-left: 15px;
		margin-right: 15px;
	}
	.toolbar .zoeken .search {
		width: 100%;
		position: relative;
	}
	.toolbar .zoeken .search:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 38px;
		height: 29px;
		line-height: 29px;
		font-family: 'FontAwesome';
		content: '\f002';
		background: #fff;
		text-align: center;
		color: #7e1c7b;
		border-radius: 5px;
		-webkit-font-smoothing: subpixel-antialiased;
		font-smooth: always;
		font-size: 17px;
	}	
	.toolbar .zoeken .searchTerm {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 5px;
		height: 29px;
		border-radius: 0px;
		outline: none;
		border: 0;
		font-size: 15px;
		color: #00457d;
	}
	.toolbar .zoeken .searchTerm::-webkit-input-placeholder {
		font-style: italic;
	   	color: #00457d;
	}
	.toolbar .zoeken .searchTerm:-moz-placeholder { /* Firefox 18- */
		font-style: italic;
	   	color: #00457d;
	}
	.toolbar .zoeken .searchTerm::-moz-placeholder {  /* Firefox 19+ */
		font-style: italic;
	   	color: #00457d;
	}
	.toolbar .zoeken .searchTerm:-ms-input-placeholder {  
		font-style: italic;
	   	color: #00457d;
	}
	.toolbar .zoeken .searchButton {
		position: absolute;
		top: 0;
		right: 0;
		width: 38px;
		height: 29px;
		border: 0;
		padding: 0;
		opacity: 0;
		cursor: pointer;
	}
/*
==== zoekresultaten ====
*/
	#zoekresultaten a {
		/*color:#000 !important;*/
		display:block;
	}
	#zoekresultaten a:hover {
		text-decoration:none;
	}
	#zoekresultaten a h3 {
		color: #337ab7;
	}
	#zoekresultaten a:hover h3 {
		color:#f15c27;
	}
	#zoekresultaten a .tekst {
		display:block;
		color:#000 !important;
		font-size: 1.6rem;
		padding-bottom:20px;
		margin-top:-10px;
	}

/*
==== BLOK: Slider ====
*/
    .carousel {
        height: 244px;
        z-index: 0;
	}
/*
==== Blok: blok-content ====
*/
    article.blok-content {
		padding-left:15px;
		padding-right:15px;
	}
	.menuKnopOpening {
		padding-right:0px;
		padding-left:0px;
		margin-left:-10px;
	}	
	.menuKnopOpening h1 {
		position:absolute;
		padding-left:20px;
		color:#ffffff !important;
		font-weight:700 !important;
		font-size: 5.4rem !important;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
    article.blok-content h1 {
		font-family: 'Maven Pro',sans-serif;
		font-weight: 500;
		font-size: 3.0rem;
		color: #7e1c7b;
		margin-bottom:30px;
	}
    article.blok-content h2 {
		font-weight: 600;
		font-size: 2.2rem;
		color: #7e1c7b;
	}
    article.blok-content h3 {
		font-weight: 600;
		font-size: 1.8rem;
		color: #7e1c7b;
	}	
    article.blok-content ul li, ol li {
		font-size: 1.4rem;
	}
    article.blok-content a {
		font-style: italic;
		color: #00457d;
		font-size: inherit;
	}
    article.blok-content a::after {
		content: "";
		height: 0px;
		display: inline-block;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid \9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		transform: rotate(-85deg);
		-ms-transform: rotate(-85deg); /* IE 9 */
		-webkit-transform: rotate(-85deg); /* Chrome, Safari, Opera */		
	}
    article.blok-content a.linkje {
		font-size: 1.4rem;
		color: #7e1c7b;
		font-style: normal;
		text-decoration: underline;
	}
    article.blok-content a.linkje::after {
		content: none
	}
/*
==== Blok: blok-content ====
	module: Scholing overzicht pagina
*/


/*
---- medewerkers ----
*/
	.medewerkers {
		margin-bottom:25px;
		margin-top:25px;
		float: left;
	}
	.medewerkers h3 {
	  color: #7e1c7b;
	  font-weight: 600;
	  margin-bottom: 24px;
	  padding-left:15px;
	  margin-top:-10px;
	}
	.medewerkers .bg-wit-wrapper {
		margin-top:10px;
		margin-bottom:10px;
	}
	.medewerkers .equalheights {
		float: left;
		margin-bottom:15px;
		margin-top:15px;
		border-left:solid 8px #8ABD24;
		padding: 0 10px 10px;
		background-color:#ffffff;
	} 
	.medewerkersdetailblok {
		float:right;
		margin-bottom:15px;
		margin-top:0px;
		margin-left:15px;
		border-left:solid 8px #8ABD24;
		padding: 0 10px 10px;
		background-color:#ffffff;
	} 
	article.blok-content .medewerkers a {
		color: #7e1c7b ;
		text-decoration: underline;
		font-style:normal;
		font-size:1.4rem;
	}
	article.blok-content .medewerkers a::after {
		display:none;
	}
	article.blok-content .medewerkers a.bekijk-profiel {
		color:#00457d;
		font-style: italic;
		font-size: 1.4rem;
		text-decoration:none;
	}
	article.blok-content .medewerkers a.bekijk-profiel::after {
		content: "";
		height: 0px;
		display: inline-block;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid \9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		transform: rotate(-85deg);
		-ms-transform: rotate(-85deg); /* IE 9 */
		-webkit-transform: rotate(-85deg); /* Chrome, Safari, Opera */
	}
	a.bekijk-profiel:hover {
		text-decoration:underline;
	}
	article.blok-content .medewerkers .afbeelding {
		margin-bottom:10px;
		width:auto;
		height:auto;
		float:left;
	}
	article.blok-content .medewerkers .content {
		float:left;
		display:block;
		border-left:solid 8px green;
		padding-left:9px;
		width:100%;
		color:#000000;
	}
	article.blok-content .medewerkers .afb_placeholder {
		margin-left:0px;
		margin-right:0px;
		float:left;
		width:100%;
	}

/*
---- jaarfilter ----
*/
	.scholing-overzicht .scholingfilter ul.nav-pills li {
		padding: 0px 10px 10px 0;
	}
	.scholing-overzicht .scholingfilter ul.nav-pills li a::after {
		content: none; /* overwrites */
	}
	.scholing-overzicht .scholingfilter ul.nav-pills li a {
		font-style: normal; /* overwrites */
		border-radius: 0; /* overwrites */
		font-size: 1.4rem;
		color: #7e1c7b;
		background-color: #B6B6B6;
	}
	.scholing-overzicht .scholingfilter ul.nav-pills li a:hover {
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
	.scholing-overzicht .scholingfilter ul.nav-pills li.active a {
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
/*
---- scholingoverzicht ----
*/
	.scholingoverzicht h2 {
		display: block;
		line-height: 25px;
		margin-bottom: 19px;
		margin-top: 0px;
		font-size:16px !important;
	}
	.scholingoverzicht ul {
	    list-style-type: none;
	    padding-bottom: 22px;
		padding-left: 0;
	}
	.scholingoverzicht ul li {
		width: 100%;
		min-height: 37px;
	    margin-bottom: 3px;
		/*border-left: solid 10px #7e1c7b;*/
	}
	.scholingoverzicht ul li:hover {
		/*border-left: solid 10px #DE9419;*/
	}
	.scholingoverzicht ul li a {
	    text-decoration: none;
		display: block;
		padding: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: white;
		padding-left:26px;
		position:relative;
	}
	.scholingoverzicht ul li a::after {
		content: none; /* overwrites */
	}
	.scholingoverzicht span.tekst {
		font-size: 1.4rem;
		font-style: normal;
		font-weight: normal;
		color: black;
		margin-bottom: 0px;
	}
	.scholingoverzicht ul li .datum {
		/*float:right;*/
		color:#7e1c7b;
	}
	.scholingoverzicht ul li .fa{
		color:#7e1c7b;
		position:absolute;
		left:11px;
		top:11px;
		z-index:1;
		font-size:10px;
	}
	.scholingoverzicht ul li a:hover .fa,
	.scholingoverzicht ul li a:hover .datum{
		color:#de9419;
	}
	/*
==== scholing detailpagina ====
*/
	.scholing-detail h3.titel {
		font-size: 2.2rem;
		color: #7e1c7b;
		margin-bottom:30px;
	}
	.scholing-detail img.afbeelding {
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.scholing-detail  .btn {
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.scholing-detail  .btn a {
		font-style: normal; /* overwrites */
		font-size: 1.4rem;
		color: #DE9419;
	}
	.scholing-detail  .btn a:hover {
		text-decoration: none;
	}
	.scholing-detail  .btn a::after {
		content: none;
	}
	.scholing-detail a.scholingKnop {
		background-color: #b6b6b6;
		border-radius: 0;
		color: #7e1c7b;
		font-size: 1.4rem;
		font-style: normal;
		display: inline-block;
		padding: 10px 15px;
		position: relative;
		text-decoration:none;
		margin-bottom:15px;
	}
	.scholing-detail a.scholingKnop:hover {
		background-color: #fff;
		color: #de9419;
	}

/*
==== publicatieoverzicht ====
*/

/* violet-rood  */
	.publicaties-overzicht ul.nav-pills li.violet-rood a {
		background-color: #e83369 !important;
		color:white !important;}		
	.publicaties-overzicht ul.nav-pills li.violet-rood.active a {
		background-color: #f28fad !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.violet-rood a:hover {
		background-color: #f28fad !important;}
/* turquoise  */
	.publicaties-overzicht ul.nav-pills li.turquoise a {
		background-color: #00acae !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.turquoise.active a {
		background-color: #73d1d3 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.turquoise a:hover {
		background-color: #73d1d3 !important;}
/* rood  */
	.publicaties-overzicht ul.nav-pills li.rood a {
		background-color: #db1016 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.rood.active a {
		background-color: #eb7c7f !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.rood a:hover {
		background-color: #eb7c7f !important;}
/* groen */
	.publicaties-overzicht ul.nav-pills li.groen a {
		background-color: #8abd24 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.groen.active a {
		background-color: #bfdb87 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.groen a:hover {
		background-color: #bfdb87 !important;}
	/* paars */
	.publicaties-overzicht ul.nav-pills li.paars a {
		background-color: #7d1c7b !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.paars.active a {
		background-color: #b882b7 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.paars a:hover {
		background-color: #b882b7 !important;}
/* oranje */
	.publicaties-overzicht ul.nav-pills li.oranje a {
		background-color: #de9419 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.oranje.active a {
		background-color: #edc481 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.oranje a:hover {
		background-color: #edc481 !important;}
/* grijs */
	.publicaties-overzicht ul.nav-pills li.grijs a {
		background-color: #b6b6b6 !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.grijs.active a {
		background-color: #cccccc !important;
		color:white !important;}
	.publicaties-overzicht ul.nav-pills li.grijs a:hover {
		background-color: #cccccc !important;}

	.publicaties-overzicht .publicatiefilter ul.nav-pills li {
		padding: 0px 10px 10px 0;
	}
	.publicaties-overzicht .publicatiefilter ul.nav-pills li {
		padding: 0px 10px 10px 0;
	}
	.publicaties-overzicht .publicatiefilter ul.nav-pills li a {
		font-style: normal; /* overwrites */
		border-radius: 0; /* overwrites */
		font-size: 1.4rem;
		color: #7e1c7b;
		background-color: #B6B6B6;
	}
	.publicaties-overzicht .publicatiefilter ul.nav-pills li a:hover {
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
	.publicaties-overzicht .publicatiefilter ul.nav-pills li.active a {
		font-style: normal; /* overwrites */
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
	.publicaties-overzicht .publicatiefilter ul.nav-pills li a::after {
		content: none;
	}
	/*
==== publicatie-overzicht zoeken ====
*/
	.publicaties-overzicht .zoeken {
		width: 40%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.publicaties-overzicht .zoeken .search {
		width: 100%;
		position: relative;
	}
	.publicaties-overzicht .zoeken .search:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 38px;
		height: 29px;
		line-height: 29px;
		font-family: 'FontAwesome';
		content: '\f002';
		background: transparent;
		text-align: center;
		color: #7e1c7b;
		border-radius: 5px;
		-webkit-font-smoothing: subpixel-antialiased;
		font-smooth: always;
		font-size: 17px;
	}	
	.publicaties-overzicht .zoeken .searchTerm {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 5px;
		height: 29px;
		border-radius: 0px;
		outline: none;
		border: 1px solid #7D1C7B;
		font-size: 15px;
		color: #00457d;
	}
	.publicaties-overzicht .zoeken .searchTerm::-webkit-input-placeholder {
		font-style: italic;
	   	color: #00457d;
	}
	.publicaties-overzicht .zoeken .searchTerm:-moz-placeholder { /* Firefox 18- */
		font-style: italic;
	   	color: #00457d;
	}
	.publicaties-overzicht .zoeken .searchTerm::-moz-placeholder {  /* Firefox 19+ */
		font-style: italic;
	   	color: #00457d;
	}
	.publicaties-overzicht .zoeken .searchTerm:-ms-input-placeholder {  
		font-style: italic;
	   	color: #00457d;
	}
	.publicaties-overzicht .zoeken .searchButton {
		position: absolute;
		top: 0;
		right: 0;
		width: 38px;
		height: 29px;
		border: 0;
		padding: 0;
		opacity: 0;
		cursor: pointer;
		background-color:transparent;
	}
/*
==== publicatieitems ====
*/
	.publicatieitems ul.publicaties {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.publicatieitems ul.publicaties a {
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		font-style: normal; /* overwrites */
		color: black; /* overwrites */
	}
	.publicatieitems ul.publicaties a::after {
		content : none !important;
	}
	.publicatieitems ul.publicaties li.item {
		position: relative;
	    list-style-type: none;
	    background-color: white;
	    margin-top: 20px;
		margin-bottom: 10px;
	    padding-top: 5px;
	    min-height: 200px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom:10px;
	}
	.publicatieitems ul.publicaties li span.datum {
		font-size: 1.2rem;
		color: black;
	}
	.publicatieitems ul.publicaties a{
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	.publicatieitems ul.publicaties a{
		text-decoration: none;
	}
	.publicatieitems ul.publicaties li.item h3 {
		font-size: 1.5rem;
		color: #7e1c7b;
	}	
	.publicatieitems ul.publicaties img.afbeelding {
		margin-left: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right:10px;
		display: block;
		float:left;
	}
    /*publicatiesoverzicht pagenering */
    .publicaties-overzicht .paginering {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 35px;
    }
    .publicaties-overzicht .paginering ul {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        list-style: none;
        padding-left: 0;
    }
    .publicaties-overzicht .paginering ul li {
        float: left;
    }
    .publicaties-overzicht .paginering ul li a {
        display: inline-block;
		padding-top: 0;
		padding-bottom: 0;		
        padding-right: 7px;
        padding-left: 7px;
        font-family: 'Maven Pro',sans-serif;
        color: #7e1c7b;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-decoration: none;
    }
    .publicaties-overzicht .paginering ul li a::after {
		content: none; /* overwrites */
	}
    .publicaties-overzicht .paginering ul li.active a {
        color: #de9419
    }
    .publicaties-overzicht .paginering ul li a:hover {
        color: #de9419
    }
    .publicaties-overzicht .paginering ul li:first-child a {
        background-image: url("../images/paginering-links-pijl.png");
        background-position: left 9px;
        background-repeat: no-repeat;
        margin-right: 10px;
        padding-left: 15px;
    }
    .publicaties-overzicht .paginering ul li:first-child:hover a {
        background-image: url("../images/paginering-links-pijl-over.png");
    }
    .publicaties-overzicht .paginering ul li:last-child a {
        background-image: url("../images/paginering-rechts-pijl.png");
        background-position: right 9px;
        background-repeat: no-repeat;
        margin-left: 10px;
        padding-right: 15px;
    }
    .publicaties-overzicht .paginering ul li:last-child:hover a {
        background-image: url("../images/paginering-rechts-pijl-over.png");
    }
/*
==== publicatie-detail */
	.publicatie-detail, .medewerkersTekst {
		padding-right:15px;
		padding-bottom:15px;
	}
	.publicatie-detail .afbeelding, .medewerkersTekst .medewerkerFoto {
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.medewerkersdetailblok .medewerkerFoto{
		float: left !important;
	}
	.publicatie-detail h3.titel {
		font-size: 2.2rem;
		color: #7e1c7b;
		margin-bottom:30px;
	}
	.publicatie-detail .publicatietekst ul {
		padding-left: 0; /* overwrites */
		list-style-type: none;
	}
    .publicatie-detail .publicatieorder  .btn {
		
		background-color: #b6b6b6;
		border-radius: 0;
		color: #7e1c7b !important;
		font-size: 1.4rem;
		font-style: normal;		
        margin-bottom: 10px;
        margin-top: 10px;
		margin-right: 10px;
		padding: 10px 15px;
    }
    .publicatie-detail .publicatieorder .btn a {
        font-style: normal; /* overwrites */
        font-size: 1.4rem;
        color: #7e1c7b !important;
    }
    .publicatie-detail .publicatieorder .btn:hover,
	.publicatie-detail .publicatieorder .btn:hover a	{
        text-decoration: none;
		color:#de9419 !important;
		background-color:#fff !important;
    }
    .publicatie-detail .publicatieorder  .btn a::after {
        content: none;
    }
	
/*
==== portfolio overzicht */
/*
==== portfolio items */
	.portfolioitems ul.portfolios {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.portfolioitems ul.portfolios a {
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		/* overwrites */
		font-style: normal;
		color: black;
	}
	.portfolioitems ul.portfolios a::after {
		content : none !important;
	}
	.portfolioitems ul.portfolios li.item {
		position: relative;
	    list-style-type: none;
	    background-color: white;
	    margin-top: 20px;
		margin-bottom: 10px;
	    padding-top: 5px;
	    min-height: 176px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.portfolioitems ul.portfolios li span.datum {
		font-size: 1.2rem;
		color: black;
	}
	.portfolioitems ul.portfolios a{
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	.portfolioitems ul.portfolios a{
		text-decoration: none;
	}
	.portfolioitems ul.portfolios li.item h3 {
		font-size: 1.5rem;
		color: #7e1c7b;
	}	
	.portfolioitems ul.portfolios img.afbeelding {
    	margin: 4px 0 20px 20px;
		float:right;
	}
	
	/*publicatiesoverzicht pagenering */
    .portfolio .paginering {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 35px;
    }
    .portfolio .paginering ul {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        list-style: none;
        padding-left: 0;
    }
    .portfolio .paginering ul li {
        float: left;
    }
    .portfolio .paginering ul li a {
        display: inline-block;
		padding-top: 0;
		padding-bottom: 0;		
        padding-right: 7px;
        padding-left: 7px;
        font-family: 'Maven Pro',sans-serif;
        color: #7e1c7b;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-decoration: none;
    }
    .portfolio .paginering ul li a::after {
		content: none; /* overwrites */
	}
    .portfolio .paginering ul li.active a {
        color: #de9419
    }
    .portfolio .paginering ul li a:hover {
        color: #de9419
    }
    .portfolio ul li:first-child a {
        background-image: url("../images/paginering-links-pijl.png");
        background-position: left 9px;
        background-repeat: no-repeat;
        margin-right: 10px;
        padding-left: 15px;
    }
    .portfolio .paginering ul li:first-child:hover a {
        background-image: url("../images/paginering-links-pijl-over.png");
    }
    .portfolio .paginering ul li:last-child a {
        background-image: url("../images/paginering-rechts-pijl.png");
        background-position: right 9px;
        background-repeat: no-repeat;
        margin-left: 10px;
        padding-right: 15px;
    }
    .portfolio .paginering ul li:last-child:hover a {
        background-image: url("../images/paginering-rechts-pijl-over.png");
    }
	
/*
==== Module : blok-groepen */
    article.blok-groepen {
		margin-top: 28px;
		margin-bottom: 28px;
	}
    article.blok-groepen button {
	    width: 100%;
		border-radius: 0;
		font-family: 'Maven Pro',sans-serif;
		font-size: 24px;
		font-weight: 600;
		text-align: left;
		color: white;
		padding: 0;
	    border: 0;
		line-height: 51px;
		margin-top: 16px;
		margin-bottom: 52px;
	}
    article.blok-groepen button:hover {
		color: white;
	}	
	article.blok-groepen button::before {
		content: "";
		color: white;
		display: block;
		height: 51px;
		width: 26px;
		float: left;
		margin-right: 10px;
	}
	article.blok-groepen button::before {
		background-image: url("../images/hoofd_groep_item.png");
		background-repeat: no-repeat;
		background-position:7px;
	}
	
	/*
==== kleuren */
	/*
---- violet-rood */
    article.blok-groepen button.violet-rood {
		background-color: #e83369;}
    article.blok-groepen button.violet-rood:hover {
		background-color: #f28fad;}
	article.blok-groepen .afbeelding:hover + button.violet-rood {
		background-color: #f28fad;}
	/* turquoise */
    article.blok-groepen button.turquoise {
		background-color: #00acae;}
    article.blok-groepen button.turquoise:hover {
		background-color: #73d1d3;}
	article.blok-groepen .afbeelding:hover + button.turquoise {
		background-color: #73d1d3;}
	/* rood */
    article.blok-groepen button.rood {
		background-color: #db1016;}
    article.blok-groepen button.rood:hover {
		background-color: #eb7c7f;}
	article.blok-groepen .afbeelding:hover + button.rood {
		background-color: #eb7c7f;}
	/* groen */
    article.blok-groepen button.groen {
		background-color: #8abd24;}
    article.blok-groepen button.groen:hover {
		background-color: #bfdb87;}
	article.blok-groepen .afbeelding:hover + button.groen {
		background-color: #bfdb87;}
	/* paars */
    article.blok-groepen button.paars {
		background-color: #7d1c7b;}
    article.blok-groepen button.paars:hover {
		background-color: #b882b7;}
	article.blok-groepen .afbeelding:hover + button.paars {
		background-color: #b882b7;}
	/* paars */
    article.blok-groepen button.oranje {
		background-color: #de9419;}
    article.blok-groepen button.oranje:hover {
		background-color: #edc481;}
	article.blok-groepen .afbeelding:hover + button.oranje {
		background-color: #edc481;}
	/* paars */
    article.blok-groepen button.grijs {
		background-color: #b6b6b6;}
    article.blok-groepen button.grijs:hover {
		background-color: #cccccc;}
	article.blok-groepen .afbeelding:hover + button.grijs {
		background-color: #cccccc;}
/*

==== Module : Blok-news-agenda */	
	article.blok-news-agenda {
		margin-bottom: 25px;
	}
   article.blok-news-agenda button,
   .scholingoverzicht h1{
	    width: 100%;
		border-radius: 0;
		font-family: 'Maven Pro',sans-serif;
		font-size: 22px;
		font-weight: 600;
		text-align: left;
		color: white;    
		padding: 0 0 0 7px;
		border: 2px solid #de9419;
		line-height: 33px;
		margin-top: 16px;
		background-color: white;
		color: #de9419;
	}
   .scholingoverzicht h1{
		font-family: 'Maven Pro',sans-serif !important;
		font-size: 22px !important;
		font-weight: 600 !important;
		text-align: left;
		color: #de9419 !important;
		line-height: 33px!important;
	}
    article.blok-news-agenda button:hover {
		color: #de9419;
	}
	article.blok-news-agenda button::before,
	.scholingoverzicht h1::before	{
		content: "";
		color: white;
		display: block;
		height: 33px;
		width: 13px;
		float: left;
		margin-right: 14px;
	}
	article.blok-news-agenda span.datum {
		font-size: 1.2rem;
		color: black;
	}
	article.blok-news-agenda button::before,
	.scholingoverzicht h1::before {
		background-image: url("../images/news_agenda_pijl.png");
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	article.blok-news-agenda h3 {
		font-size: 1.4rem;
		line-height: 1.42857143;
		color: #7e1c7b;
		font-weight:bold;
	}
	article.blok-news-agenda span.tekst {
	    font-size: 1.4rem;
        color: black
	}
	article.blok-news-agenda a.overzichtlink {
		font-style: italic;
		color: #00457d;
		font-size: inherit;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		background-color: white;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	article.blok-news-agenda a.overzichtlink::after {
		content: "";
		height: 0px;
		display: inline-block;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid \9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		transform: rotate(-85deg);
		-ms-transform: rotate(-85deg);
		-webkit-transform: rotate(-85deg);
	}
	/*
==== news */
	article.blok-news-agenda ul.news {
	    padding-left: 0px;
        padding-right: 0px;
		margin-bottom: 0;
		margin-left:0px;
	}	
	article.blok-news-agenda ul.news li.item {
		background-color: #fff;
		list-style-type: none;
		margin-top: 15px;
		padding: 10px 15px 10px 15px;
	}	
	article.blok-news-agenda ul.news li.item:last-child {
		margin-bottom: 15px;
	}
	article.blok-news-agenda ul.news li.item img.afbeelding {
		float: right;
		padding-bottom: 5px;
		margin-left: 15px;
	}	
	article.blok-news-agenda ul.news li a {
		display: block;
	    text-decoration: none;
	}
	article.blok-news-agenda ul.news li a {
		display: block;
	    text-decoration: none;
	}
	/*
==== agenda */
	article.blok-news-agenda ul.agenda {
	    padding-left: 0px;
        padding-right: 0px;
		margin-bottom: 0;
	}
	article.blok-news-agenda ul.agenda li.item {
		position: relative;
	    list-style-type: none;
	    border-left: solid 8px #7e1c7b;
	    background-color: white;
	    margin-top: 20px;
	    padding-top: 10px;
	    padding-left:15px;
	    padding-right:15px;
	    min-height: 176px;
	}
	article.blok-news-agenda ul.agenda li.item:hover {
	    border-left: solid 8px #de9419;
	}
	article.blok-news-agenda ul.agenda{
		margin-left: -15px;
		margin-right: -15px;
	}
	article.blok-news-agenda ul.agenda a{
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	article.blok-news-agenda ul.agenda a{
		text-decoration: none;
	}
	article.blok-news-agenda ul.agenda .cijfer {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 10;
		display: inline-block;
		font-family: 'Maven Pro',sans-serif;
		font-weight: 900;
		font-size: 72px;
		font-style: normal;
		line-height: 60px;
		text-align: right;
		color: #000;
		opacity: 0.06;
	}
	article.blok-news-agenda  .overzichtlink.agenda {
		margin-top: 20px;
		float: left;
		width: 100%;
	}

	/*
==== nieuws, overzicht pagina */	
	.nieuws-overzicht a::after {
		content: none !important;	/* overschijft content link style */
	}
	.nieuws-overzicht {
		list-style: none;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems {
		padding-left: 0px;
		list-style: none;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li {
	    margin-bottom: 8px;
	    background-color: white;
		overflow: hidden;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li a {
		display: block;
		padding: 15px;
		font-style: normal;
		font-size: 1.2rem;
		color: black;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li p a {
		font-size: 1.4rem;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li a:hover {
		text-decoration: none;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li h3 {
		font-size: 1.5rem;
		color: #7e1c7b;
	}
	.nieuws-overzicht .nieuwslijst ul.nieuwsitems li span.afbeelding {
		float: right;
		padding-bottom: 15px;
		margin-left: 15px;
	}
	.nieuws-overzicht .nieuwslijst span.tekst {
		font-size: 1.4rem;
	}
	/*nieuwsoverzicht pagenering */
	.nieuws-overzicht .nieuwslijst .paginering {
		text-align: center;
		margin-top: 30px;
		padding-bottom: 35px;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
		padding-left: 0;
		padding-left:85px;
		padding-right:100px;
		position:relative;
		
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li:first-child {
		position:absolute;
		left:0;
		top:0;
		z-index:1;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li:last-child {
		position:absolute;
		right:0;
		top:0;
		z-index:1;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li {
		float: left;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li a {
		display: inline-block;
		padding-right: 7px;
		padding-left: 7px;
		font-family: 'Maven Pro',sans-serif;
		color: #7e1c7b;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		text-decoration: none;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li.active a {
		color: #de9419
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li a:hover {
		color: #de9419
	}
	.nieuws-overzicht .nieuwslijst .paginering ul li:first-child a {
		background-image: url("../images/paginering-links-pijl.png");
		background-position: left 9px;
		background-repeat: no-repeat;
		margin-right: 10px;
		padding-left: 15px;
	}
	.nieuws-overzicht .nieuwslijst .paginering ul li:first-child:hover a {
		background-image: url("../images/paginering-links-pijl-over.png");
	}
	.nieuws-overzicht .nieuwslijst .paginering ul li:last-child a {
		background-image: url("../images/paginering-rechts-pijl.png");
		background-position: right 9px;
		background-repeat: no-repeat;
		margin-left: 10px;
		padding-right: 15px;
	}
	.nieuws-overzicht .nieuwslijst .paginering ul li:last-child:hover a {
		background-image: url("../images/paginering-rechts-pijl-over.png");
	}
	/*
==== nieuws overzicht filter */
	.nieuws-overzicht .nieuwsfilter ul.nav-pills li {
		padding: 0px 10px 10px 0;
	}
	.nieuws-overzicht .nieuwsfilter ul.nav-pills li a {
		font-style: normal; /* overwirtes */
		font-size: 1.4rem;
		color: #7e1c7b;
		background-color: #B6B6B6;
		border-radius:0;
	}
	.nieuws-overzicht .nieuwsfilter ul.nav-pills li a:hover {
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
	.nieuws-overzicht .nieuwsfilter ul.nav-pills li.active a {
		font-style: normal; /* overwrites */
		font-size: 1.4rem;
		color: #DE9419;
		background-color: white;
	}
	/*
==== nieuws detail */
	.nieuws-detail  .nieuwstekst span.datum {
	    font-size: 1.2rem;
		color: black;
	}
	.nieuws-detail  .nieuwstekst h3.titel {
		font-size: 2.2rem;
		color: #7e1c7b;
	}
	.nieuws-detail  .nieuwstekst .afbeelding,
	.thematekstgoto .themaFoto{
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	/*
==== agenda detail */
	.agenda-detail h3.titel {
		font-size: 2.2rem;
		color: #7e1c7b;
	}
	.agenda-detail span.datum {
		font-size: 1.2rem;
		color: black;
	}
	/*
==== agenda, overzicht pagina */	
	.agenda-overzicht ul.agenda {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.agenda-overzicht ul.agenda a {
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		/* overwrites */
		font-style: normal;
		color: black;
	}
	.agenda-overzicht ul.agenda a::after {
		content : none !important;
	}
	.agenda-overzicht ul.agenda li.item {
		position: relative;
	    list-style-type: none;
	    border-left: solid 8px #7e1c7b;
	    background-color: white;
	    margin-top: 20px;
	    padding-top: 5px;
	    min-height: 176px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.agenda-overzicht ul.agenda li.item:hover {
	    border-left: solid 8px #de9419;
	}
	.agenda-overzicht ul.agenda li span.datum {
		font-size: 1.2rem;
		color: black;
	}
	.agenda-overzicht ul.agenda a{
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	.agenda-overzicht ul.agenda a{
		text-decoration: none;
	}
	.agenda-overzicht ul.agenda li.item h3 {
		font-size: 1.5rem;
		color: #7e1c7b;
	}
	.agenda-overzicht ul.agenda .cijfer {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 10;
		display: inline-block;
		font-family: 'Maven Pro',sans-serif;
		font-weight: 900;
		font-size: 72px;
		font-style: normal;
		line-height: 60px;
		text-align: right;
		color: #000;
		opacity: 0.06;
	}

/*
==== Module : Kleurblok */
aside ul.nolinkline a{
	text-decoration:none;
}
aside ul.nolinkline a:hover{
	text-decoration:underline;
}
aside.kleurblok {
	float: left;
	margin-bottom:25px;
	margin-top:25px;
	background-color:#ffffff;
}
aside.kleurblok:first-of-type {
	margin-top:0px;
}
aside.kleurblok h1 {
	font-family: 'Maven Pro',sans-serif;
	font-size: 3.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 33px;
	color: #7e1c7b;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display:block;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
aside.kleurblok h2 {
	font-family: 'Maven Pro',sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 19.8px;
	color: #7e1c7b;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
aside.kleurblok h3 {
	font-family: 'Maven Pro',sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 19.8px;
	color: #7e1c7b;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	margin-bottom:24px;
}
aside.kleurblok a {
	color:#7e1c7b;
	text-decoration:underline;
}
aside.kleurblok .submenu a {
	color:#7e1c7b;
	text-decoration:underline;
	font-size:1.4rem;
}
aside.kleurblok .submenu{
	margin-left:-26px;
	margin-top:-20px;
}
aside.kleurblok a.bekijk-profiel {
	color:#00457d;
	font-style: italic;
    font-size: inherit;
	text-decoration:none;
}
aside.kleurblok a.bekijk-profiel::after {
	content: "";
	height: 0px;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: rotate(-85deg);
	-ms-transform: rotate(-85deg); /* IE 9 */
	-webkit-transform: rotate(-85deg); /* Chrome, Safari, Opera */
}
aside.kleurblok a.bekijk-profiel:hover {
	text-decoration:underline;
}
aside.kleurblok .afb_blokwrap .afbeelding {
	margin-bottom:10px;
	width:auto;
	height:auto;
}
aside.kleurblok .content {
	float:left;
	display:block;
	padding-left:9px;
	width:100%;
	color:#000000;
}
aside.kleurblok .afb_placeholder {
	margin-left:0px;
	margin-right:0px;
}
aside.kleurblok .content.groen {
	border-left:solid 8px #8abd24;}
aside.kleurblok .content.paars {
	border-left:solid 8px #b882b7;}
aside.kleurblok .content.oranje {
	border-left:solid 8px #de9419;}
aside.kleurblok .content.violet-rood {
	border-left:solid 8px #e83369;}
aside.kleurblok .content.turquoise {
	border-left:solid 8px #00acae;}
aside.kleurblok .content.rood {
	border-left:solid 8px #db1016;}
aside.kleurblok .content.grijs {
	border-left:solid 8px #b6b6b6;}

	/*
==== afbeelding in kleurblok */
	.afb_blokwrap .afbeelding{
        width: 100%;
        height: auto;}
	.afb_placeholder	{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;}
/*
==== Achtergrond kleuren */
    .bg-oranje { background-color: #f15c27!important;}
    .bg-rood { background-color: #e51f2b!important;}
    .bg-groen { background-color: #229437!important;}
    .bg-blauw { background-color: #1aa8e5!important;}
    .bg-paars { background-color: #662483!important;}
    .bg-lila { background-color: #3a5aa0!important;}
    .bg-grijs { background-color: #e0ded9!important;}
		
/*
==== Module : Formulieren (CMS) */
	.formulier{
		margin-bottom:35px;
	}
	.formulier label,
	.formulier .cell_field{
		font-size: inherit;
		font-weight:normal;}
	.formulier .cell_label,
	.formulier .cell_field{
		font-size: inherit;
		font-weight:normal;
		line-height: inherit;
		padding-bottom:15px;
		vertical-align:top;
		padding-right:15px;}
	.formulier input[type="text"],
	.formulier input[type="email"],
	.formulier input[type="numeric"],
	.formulier textarea,
	.formulier select {
		border-radius: 0px;
		height: 31px;
		line-height: 18px;
		padding: 0 10px 0 10px;
		transition: all 0.7s ease-in-out 0s;
		background-color: #ffffff;
		border: solid 1px #cccccc;
		color: #333333;
		width:100%;
		max-width:320px;
		display:inline-block;
		font-size: inherit;}
	.formulier .cell_field img{
		margin-left:5px;
		margin-top:-5px;}
	#captchaImage{
		height: auto;
		width:100%;
		max-width:220px;
		border-radius: 0px;
		border: solid 1px #cccccc;
		margin-bottom:10px;
		margin-left:0;
		margin-top:0;}
	.formulier select {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;}
	.formulier textarea {
		border-bottom-right-radius: 0px;}
	.formulier input[type="checkbox"],
	.formulier input[type="radio"]{
		display:inline;
		margin-left:10px;
		margin-right:10px;}
	.formulier textarea {
		height:200px;
		overflow:auto;
		font-size: 1.8rem;
		padding: 5px 10px 5px 10px;}		
	.formulier input[type="submit"] {
		background-color: #337ab7;
		border-color: none;
		border-radius: 0;
		min-height: 31px;
		line-height: 18px;
		padding: 0 10px 0 10px;
		transition: all 0.3s ease-in-out 0s;
		display:inline-block;
		font-size: 1.4rem;
		color: #7e1c7b;
		background-color: #B6B6B6;}
	.formulier input[type="submit"]:hover {
		background-color:  white;
		transition: all 0.3s ease-in-out 0s;
		color: #DE9419;}	
	.formulier input[type="reset"] {
		display:none; }	
	.formulier .cell_multi em{
		float:left;
		white-space:nowrap;
		margin-right:30px;}
	.formulier .cell_field em{
		display:block;
		white-space:nowrap;
		padding-top:4px;
		font-size: 1.6rem;
		padding-left:10px;}
	.formulier .cell_field a{
		margin-right:10px;	
		}
	.formulier input:hover, .formulier input:focus,
	.formulier textarea:hover, .formulier textarea:focus,
	.formulier select:hover, .formulier select:focus {
		/*border-color: #DE9418;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(222,148,24,0.5);
		outline: 0 none;*/
	}
	.formulier input[type="file"]{
		height: 31px;
		line-height: 18px;
		padding: 0 10px 0 10px;
		transition: all 0.7s ease-in-out 0s;
		background-color: #ffffff;
		color: #333333;
		width:100%;
		max-width:320px;
		display:inline-block;
		font-size: 1.6rem;
		border-color: none;
		box-shadow: none;
	}	
	/*
==== Formulieren mededeling */
	.mmodal {
		position: fixed;
		top: 110px;
		left: 50%;
		margin-left: -200px;
		width: 400px;
		height: 200px;
		background-color: #ececec;
		border: solid 1px #ececec;
		color: #333333;
		box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.3);
		border-radius: 0px;
		z-index:999999;
	}
	.mmodal h1 {
	  color: #7e1c7b;
	  font-family: "Maven Pro",sans-serif;
	  font-size: 3rem;
	  font-weight: 500;
		margin:10px auto;
		display:block;
		padding:0;
		text-align:center;
	}
	.mmodal div {
		width:100%;
		text-align:center;
		display:block;
		margin:10px auto;
		font-size:1.4rem;
	}
	.mmodal button {
		background-color: #b6b6b6;
		border-radius: 0;
		color: #7e1c7b;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 18px;
		min-height: 31px;
		padding: 0 10px;
		transition: all 0.3s ease-in-out 0s;
		border:0;
		position:absolute;
		bottom:10px;
		width:160px;
		left:50%;
		margin-left:-80px;
	}
	.mmodal button:hover {
		background-color:#fff;
		color:#de9419;
		outline: 0 none;
	}

/* rijblok-buttons */
	#rijblok-buttons {
		float: left;
		margin-bottom:10px;
		margin-top:10px;
	}
	#rijblok-buttons a {
		display: block;
	}
	#rijblok-buttons .fullsize {
		width:100%;
		height:100%;
		border:1px solid #7e1c7b;
		margin:15px 0px;
		text-align:center;
		background-color:#fff;
	}

/* rijblok-keurmerken */
	#rijblok-keurmerken {
		float: left;
		margin-bottom:10px;
		margin-top:10px;
	}
	#rijblok-keurmerken .row.minmargin {
		background-color: #ffffff;
		padding-bottom:19px;
	}
	#rijblok-keurmerken .inner-container {
		background-color: grey;
		border:1px dotted red;
		display:block;	
		top:0px;
		height:100px;
		display:block;
		left:15px !important;
		position:relative
	}
	#rijblok-keurmerken .row.minmargin div {
		margin:10px 0px 0px 0px;
	}
	#rijblok-keurmerken a{
		display: block;
		text-align: center;
	}
	#rijblok-keurmerken .textcenter{
		display: block;
		text-align: center;
		margin:0 !important;
	}
	#rijblok-keurmerken .erkend {
		min-height:42px;
		width:100%;
		display:block;
		float: left;
		margin-top:19px;
		padding-left:10px;
		font-family: 'Maven Pro',sans-serif;
		font-weight: 600;
		font-size: 22px;
		color: #7e1c7b;
		text-align: center;
	}
	
/*
==== Modal /popup inloggen */
	.modal_inloggen {}
	#loginbox {
		margin-top:50px;
	}
	.modal-body {
		padding-top:30px;
	}
	#loginform  .input-group {
		margin-bottom: 25px;
	}
	#recoverpasswordbox .input-group {
		margin-bottom: 25px;
	}
	#recoverpasswordbox  { 
		display:none; 
		margin-top:50px;
	}
	.modal_inloggen .panel-info > .panel-heading {
		color: #000000;
		background-color: #EEEEEE;
		border-color: #D3D3D3;
	}
	a.modal-link-txt {
		font-size: 1.3rem;
	}
	.form-group.no-bottom-margin {
		margin-bottom: 0px;
	}
	/* remove red outline validation IE */
	input:required:invalid {
		outline: none;
	}

/*
==== Inlog tekst */
	.inlognaam {
		float: right;
		padding-top: 19px;
	}
	
/* ======================================
    Footer
====================================== */
	.grid-wrapper.onder.container-fluid {
		position:initial;
	}
	footer {
		background-color: #7e1c7b;
		position:relative;
		width:100%;
		margin-top:35px;
	}
    footer .footerblok { 
		margin-top: 30px;
		margin-bottom: 64px;
	}
    footer .footerblok .socialknoppen  { 
        float: left;
        width: 120px;
        height: 100%;
        margin-right: 20px;
        padding-top: 5px;
    }
    footer .footerblok .socialknoppen a {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    background-color: white;
    color: #7e1c7b;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: bottom;
	margin-left: 5px;
    }
    footer .footerblok .socialknoppen a:hover {
        text-decoration: none;
    }
    footer .footerblok .socialknoppen a.fa-twitter-square {
        color: white;
        margin: 0px 15px;
    }
    footer .footerblok .tekst h3 { 
        font-size: 2rem;
        padding-bottom: 20px;
    }
    footer .footerblok .tekst p { 	
		text-align: left;
		font-size: 13px;
		font-weight: 600;
		line-height: 22px;
		font-style: normal;
		color: white;
	}
    footer .footerblok .tekst a {
		color: white;
		text-decoration: underline;
	}
    footer .footerblok nav ul {
        list-style-type: none;
        padding: 0;
	}
    footer .footerblok nav ul li a {
        font-size: 1.6rem;
        color: black;
	}
    footer .footerblok nav ul li a:hover {
        color: black;
        text-decoration: underline;
	}

	/* cleatfloat */
	.cf:before, .cf:after {
		content:" ";
		display:table
	}
	.cf:after {
		clear: both
	}
	.cf {
		*zoom: 1
	}

.panel-default > .panel-heading {
	background-color: #fff !important;
	border: 1px solid #7d1c7b !important;
	color: #7d1c7b !important;
	border-radius:0 !important;
	padding: 0 !important;
	}
	.faqHeader{
		color: #7e1c7b;
		font-size: 2.2rem;
		font-weight: 600;	
	}
	.panel-default > .panel-heading	a{
		color: #7d1c7b ;
		text-decoration:none;
		padding: 10px 15px;
	}
	.panel-heading .panel-title a {
		display:block;
		text-decoration:none;
	}
	.panel-heading .panel-title a:hover {
		text-decoration:none;
	}
	
	.panel-heading [data-toggle="collapse"]:after {
	
		border-left: 0;
		border-right: 0;
		border-top: 0;
		content: "";
		display: inline-block;
		height: auto;
		margin-left: 0;
		vertical-align: middle;
		font-family: FontAwesome;
		content: "";
		float: right;
		color: #7d1c7b;
		font-size: 18px;
		line-height: 22px;

		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		font-style:normal;
	}
	.panel-heading [aria-expanded="true"]:after {
		font-family: FontAwesome;
		content: "";
		float: right;
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		font-style:normal;
	}
	.panel-heading [aria-expanded="true"]{
		background-color: #7d1c7b;
		border-color: #7d1c7b;
		color:#fff !important;
	}
	.panel-default {
		border-color: #7d1c7b;
	}
	.panel-default > .panel-heading {
		
		border: 0 solid #7d1c7b !important;
	}

	.zoekresultaten{
		margin-bottom:30px;
	}

	.zoekresultaten .img{
		float:right;
		margin-left:20px;
		margin-bottom:15px;
	}

	.zoekresultaten li.match{
		/*margin-left:10px;
		margin-right:10px;
		display:border-box;*/
		background-color: transparent !important;
		padding-left:5px;
		padding-right:5px;
	}
	.zoekresultaten li a {
	  background-color: white !important;
	}
	.zoekresultaten li a h2{
	  margin-top:0;
	}
	.terugLink{
		margin-bottom:20px;
	}


/*==================================================
        Bootstrap 3 Media Queries
        Non-Mobile First Method
==================================================*/

/*
==== Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}/* einde lg */

/*
==== Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	 /*
==== module: blok-groepen */
	article.blok-groepen button {
		font-size: 18px;
	}
	
	/*
==== publicatie-overzicht zoeken */
	.publicaties-overzicht .zoeken {
		width: 70%;
	}
	
	/*
==== menu */
	.grid-wrapper.boven #navbar ul.nav li a {
   		padding: 10px 10px;
	}
	
	
    /*
==== Layout */
	.wrapper-rechts {
		display: none;
	}

}/* einde md */

/*
==== Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.midden .equal{
		height:auto !important;
		min-height:460px !important;
	}
	.padding-rechts0 .equal{
		height:auto !important;
		min-height:460px !important;
		background-position: center center !important;
	}
	.padding-rechts0{
		padding-left:0 !important;
	}
	.logo {
	    left: 15px;
	}
/*
==== menu */
	.navbar-nav {
    	margin: 50px -15px 10px !important;
	}
	.nav > li {
		border-bottom:1px dotted #ffffff;
	}
	.nav > li:last-of-type {
		border-bottom:0px;
	}
	.nav > li ul li  {
		border-bottom:1px dotted #ffffff;
	}
	.nav > li ul li:last-of-type  {
		border-bottom:0px;
	}
	.navbar-nav .open .dropdown-menu > li {
		border-left:40px solid #DE9418;
	}
	.navbar-nav .dropdown-menu > li a {
		padding: 5px 15px 5px 0px;
	}
	/*.navbar-nav  li > ul > li > a {
		font-size: 1.6rem !important;
	}*/
	.grid-wrapper.boven #navbar ul.nav li a {
		font-weight:600;
	}
	.grid-wrapper.boven #navbar ul.nav li ul li a {
		font-weight:400;
		font-size: 1.7rem !important;
	}

/*
==== formulier */
	.formulier .cell_label,
	.formulier .cell_field{
		display:block;
	}
	.formulier .cell_label{
		padding-bottom:0;
	}

	/*
==== Slider */
    .carousel {
		height: 200px;
	}

/*
==== toolbar */
	.zoeken {
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
		
/*
==== Module : blok-groepen */
	article.blok-groepen button {
	    margin-bottom: 0px;
    }		
    article.blok-groepen img.afbeelding{
        display: none;
	}
	
	/*
==== publicatie-overzicht zoeken */
	.publicaties-overzicht .zoeken {
		width: 70%;
	}
	.publicaties-overzicht .zoeken .searchTerm {
		height: 40px;
	}

    /*
==== Footer */
    footer .footerblok .socialknoppen {
        height: 63px !important;
        width: 100%;
    }
    footer .footerblok {
        margin-bottom: 30px;
    }
	.bg {
		padding-bottom:160px;
		padding-top:20px; 	
	}
	.navbar-collapse.collapse {
		background-color:#DE9418;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		list-style: none;
		padding-left: 0;
		padding-right:0;
		position:relative;
		
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li:first-child {
		position:relative;
	}
	.nieuws-overzicht .nieuwslijst .paginering  ul li:last-child {
		position:relative;
	}
	
}/* einde sm */

@media only screen and (max-width : 636px) {
	.toolbar .zoeken {
		width: 100%;
		margin-bottom:20px;
		margin-left:0px;
		margin-right:0px;
	}
}

/*
==== Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	/*
==== zoeken */
    .btn_zoeken {
		width: 180px;
	}
    .btn_zoeken input {
        margin-left: 140px;
	}
    .btn_zoeken:hover input {
		width: 140px;
	}
	/* publicatie-overzicht zoeken */
	.publicaties-overzicht .zoeken {
		width: 100%;
	}
	.medewerkersdetailblok{
		float: none !important;
		width: 100%;
		margin-left:0;
	}
	.medewerkersdetailblok .medewerkerFoto{
		float: none !important;
		/*width: 100%;
		margin-left:0;*/
	}
	.medewerkersdetailblok .tekst b{
		display:none;
	}
	
}/* einde xs*/

/*
==== Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}/* einde custom

/* Mouse select */
	::selection {
	  background: #26a7f2; /* WebKit/Blink Browsers */
	}
	::-moz-selection {
	  background: #26a7f2; /* Gecko Browsers */
	}

/*
==== Print styles */
@media print {
	
    a:link:after, a:visited:after {
        content: "";
	}

}/* einde media print */