:root {
  --main-bg-color: #005DA3;
}

body {
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 1.5;
	color: #575756;
	margin: 0;
	font-family: 'ABeeZee', sans-serif;
	-webkit-font-smoothing: antialiased;
}

fieldset fieldset legend
{
	border:none;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size:16px;
    color:var(--main-bg-color);
}

a {
	color: var(--main-bg-color);
}

@media(max-width:768px)
{
	.btn-mobile-multiline
	{
		display: inline-block;
	    white-space: normal;
	}
	.btn-mobile-block
	{
		clear:both;
		display:block !important;
		margin-bottom:15px;
	}

	.ignore-mobile-pull-right
	{
		float:none !important;
	}
}

.nav>li>.btn-link,
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 8px;
}

.mainnav {
	padding: 0px;
}

.breadcrumbs li {
	float: left;
	margin-right: 5px;
}

.sociallinks a:hover {
	text-decoration: none;
}

.sociallinks {
	margin-bottom: 0px;
}

.sociallinks .fa-2x {
	font-size: 1.7em;
}

.form-group label a{
	text-decoration: underline;
}

.linknone {
	color: var(--main-bg-color);
}

.workshop p {
	background: #f3d0cf;
	padding: 5px;
}

.workshop2 p {
	background: #c6f1ff;
	padding: 5px;
}


.whitebg {
	background: #fff;
	padding: 30px;
	border-radius: 10px 0px 0px 0px;
}
.whitebg .whitebg {
	padding: 0;
	border-radius: 0;
}

.whitemenubar {
	background-color: #fff;
}


span .blue {
	color: var(--main-bg-color);
}

span .red {
	color: #de0505;
}

h1 {
	font-size: 36px;
	font-family: 'ABeeZee', sans-serif;
}

h2 {
	font-size: 28px;
	font-family: 'ABeeZee', sans-serif;
}

div.headertitle {
	font-size: 24px;
	font-family: 'ABeeZee', sans-serif;
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
}

body.high-contrast div.headertitle
{
    color:#FFFFFF !important;
}

p a{
	text-decoration: underline;
}

.strong{
	font-weight: bold;
}

.blue h2.headertitle {
	color: #FFF;
	font-size: 31px;
	font-weight: 400;
}

body.high-contrast .kaart{
	display: none;
}

body.high-contrast .alert
{
	color:#000 !important;
}

body:not(.high-contrast) .circlecontrast{
	display:none;
}

body.high-contrast .circlediv{
	display:none;
}

body.high-contrast .circlecontrast{
	display:inline-block;
}

.highlight_invalid label::after
{
	content: " (Controleer uw invoer)";
	color:red;
}

.highlight_invalid.already_exists label::after
{
	content: " (Deze naam is al in gebruik, kies een andere naam)";
	color:red;
}

body.high-contrast .alert.alert-danger
{
	background-color: #fbecec;
    border-color: #e8d7da;
}

.contentarea h2 {
	color: var(--main-bg-color);
	font-size: 130%;
}

.whitebg h2 {
	color: var(--main-bg-color);
	font-size: 130%;
}

.grijsbg {
	background: #fff;
	padding: 30px;
}

.grijsbg .rsbtn {
	float: right;
}

.grijsbg h1 {
	color: var(--main-bg-color);
}

.panel-body {
	padding: 30px;
}

h3 {
	font-size: 24px;
	font-family: 'ABeeZee', sans-serif;
}

h3.wbsubtitle {
	font-size: 16px;
	font-family: 'ABeeZee', sans-serif;
	color: var(--main-bg-color);
	margin: 10px 0;
	font-weight: bold;
}

h3.thematitle {
	background: var(--main-bg-color);
	color: #fff;
	padding: 10px;
	border-radius: 10px 0px 0px 0px;
	margin: 0px;
	/* padding-left: 50px; */
	font-size: 110%;
}

.item-disabled span {
	color: #adadad !important;
	cursor: no-drop;
}

h4,.h4 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

h5,.h5 {
	font-size: 20px;
	font-family: 'ABeeZee', sans-serif;
}

h6,.h6 {
	font-size: 14px;
	font-family: 'ABeeZee', sans-serif;
	text-transform: uppercase;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	line-height: 1.5em;
}

h3.geld {

}

h3.gezondheid {
	background: url(img/gezondheid.svg) no-repeat center left var(--main-bg-color);
	background-position: 10px 12px;
	background-size: 30px;
}

h3.jeugd {
	background: url(img/jeugd.svg) no-repeat center left var(--main-bg-color);
	background-position: 14px 9px;
	background-size: 25px;
}

h3.sociaal {
	background: url(img/sociaal.svg) no-repeat center left var(--main-bg-color);
	background-position: 10px 12px;
	background-size: 30px;
}

.padding10
{
	padding:10px;
}

.themakleur {
	color: var(--main-bg-color);
}

.rondeafb {
	border-radius: 100%;
	border: 8px solid var(--main-bg-color);
}

.nopad {
	padding: 0px;
}

.conterv {
	background: #fff;
	padding: 15px;
}

.lato {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
}

.logo {
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-height: 10rem;
}

.topbar {
	padding: 5px 0px;
	color: #fff;
	background-color: var(--main-bg-color);
	font-size: 14px;
}

.topbar a {
	color: #fff;
	margin: 0 5px;
}

.hkz {
	width: 33%;
}

.titleoverlay {
	position: relative;
}

.titleoverlay .overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px 15px;
	background: rgb(149 193 31 / 90%);
	color: #fff;
}

.titleoverlay .overlay:hover {
	cursor: pointer;
}

.titleoverlay .overlay .h3 {
	margin: 0;
	padding-left: 30px;
	font-family: 'ABeeZee', sans-serif;
}

.titleoverlay .overlay .h3:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 15px;
}

.vacabalk {
	background: var(--main-bg-color);
	padding: 10px;
	text-align: center;
	color: #FFF;
}

.vacabalk a {
	margin-left: 20px;
}

.yt-btn {
	position: relative;
}

.yt-btn .playbtn {
	position: absolute;
	z-index: 999;
	top: 30%;
	left: 50%;
	margin-left: -45px;
	pointer-events: none;
}

span.pipe:first-child {
	display: none;
}

.fontLarger {
	font-size: 120%;
	font-weight: bold;
}

.fontSmaller:hover,
.fontLarger:hover {
	cursor: pointer;
}


.navbar {
	margin-bottom: 0px;
	margin-top: 35px;
	background: transparent;
	border: 0;
}

.navbar-nav {
	float: right;
	margin: 0;
}

.navbar-default .navbar-nav>li>.btn-link,
.navbar-default .navbar-nav>li>a {
	color: #4D4E4C;
	font-family: 'ABeeZee', sans-serif;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>.btn-link:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: var(--main-bg-color);
	border-bottom: 3px solid var(--main-bg-color);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background: transparent;
	border: 0;
}

.navbar-toggle {
	background-color: #FFFFFF;
	font-size: 12px;
	background: var(--main-bg-color);
	margin: 10px 0 0 0;
	width: 60px;
	color: #fff;
	padding: 0;
}

.navbar-collapse {
	max-height: none !important;
}

.mobielmenu {
	background: #F5F5F5;
	color: #000;
}

.mobielmenu a {
	color: #000;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	margin: auto;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
}

section#themas {
	background: #F5F5F5;
	padding: 30px 0px;
}

section#nieuws {
	background: #F5F5F5;
	padding: 30px 0px;
}

/* Set the fixed height of the footer here */
#footer {
	padding-top: 30px;
	min-height: 150px;
	background: var(--main-bg-color);
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.spacer {
	height: 30px;
}

.spacer2 {
	height: 15px;
}

.red {
	color: red;
}

.abso {
	margin-top: 100px;
	margin-left: -60px;
}

.margs5 {
	margin: 5px 0px;
}

.grijs {
	color: var(--main-bg-color);
}

.ervargingsverhaal {
	margin: 15px 0px;
}

section#verhalen {
	padding: 30px 0px;
}

.martop {
	margin-top: 5px;
	display: block;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Carousel aanpassingen
///////////////////////////////////////
*/
.carousel {
	margin: auto;
	background-color: #F5F5F5;
	-webkit-clip-path: ellipse(115% 78% at 35% 21%);
	clip-path: ellipse(115% 78% at 35% 21%);
}

.carousel-control.right,
.carousel-control.left {
	background: none;
}

.carousel:hover .carousel-control.right {
	right: 0%;
	opacity: 1 !important;
}

.carousel:hover .carousel-control.left {
	left: 0%;
	opacity: 1 !important;
}

.carousel-control {
	color: #fff;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	margin: auto;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control,
.carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel-caption {
	left: 10%;
	right: 10%;
	bottom: 20%;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
		font-size: 350%;
		display: inline-block;
	}

	.carousel-caption p {
		font-size: 250%;
	}
}

/*
	  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
	  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
	  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
	  Inspired from:  http://codepen.io/Rowno/pen/Afykb
	*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
	  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	  Need to override the 3.3 new styles for modern browsers & apply opacity
	*/
@media all and (transform-3d),
(-webkit-transform-3d) {

	.carousel-fade .carousel-inner>.item.next,
	.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.prev,
	.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right,
	.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}
}

/* Standard syntax */
@keyframes entrance {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EINDE carousel aanpassingen
///////////////////////////////////////
*/


/* Search form */

#custom-search-input {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	border-radius: 5px;
	float: right;
	max-width: 250px
}

#custom-search-input .form-control {
	padding: 3px 12px;
	font-size: 12px;
	height: auto;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: var(--main-bg-color);
	z-index: 999;
}

.search-query {
	border-radius: 5px !important;
}

.search-query:focus+button {
	z-index: 3;
}

.mintop {
	margin-top: -360px;
	margin-bottom: 15px;
}

.rel {
	padding-left: 30px;
	position: relative;
}

.abs {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 85px;
	right: 75px;
	bottom: 40px;
	text-align: center;
}

.abs a
{
	color:#FFFFFF;
}

.themamenu {
	background: #fff;

}

ul.homemenu {
	padding: 0px 15px;
	list-style: none;
}

ul.homemenu li {
	padding: 10px;
	border-bottom: 1px solid #e7f7ed;
	padding-left: 25px;
}

ul.homemenu li:last-child {
	border-bottom: 0px;
}

ul.homemenu li a {
	color: var(--main-bg-color);
}

ul.homemenu li a:hover {
	color: var(--main-bg-color);
	text-decoration: none;
}

ul.homemenu li a .fa {
	color: var(--main-bg-color);
	position: absolute;
	top: 15px;
	left: 0px;
}



.contentbericht {
	padding: 30px 15px;
	background: #fff;
	border-radius: 10px 0px 0px 0px;
}

.imagetitle h3 {
	color: var(--main-bg-color);
	font-size: 26px;
	line-height: 36px;
	margin-top: 0px;
}

.date {
	color: var(--main-bg-color);
}

.rechtsklein .imagetitle h3 {
	color: var(--main-bg-color);
	font-size: 24px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.rechtsklein {
	padding: 15px;
}

.rechtsklein:first-child {
	margin-bottom: 30px;
}

.date {
	color: var(--main-bg-color);
}

.onderdeelvan {
	background: #fff;
	color: var(--main-bg-color);
	padding: 10px;
}

section#steleenvraag {
	background: #f5f5f5;
	padding: 30px 0px;
}

ul.rightmenu li.active a
{
	color:var(--main-bg-color);
}

ul.rightmenu.negmargins
{
	margin-left:-30px;
	margin-right:-30px;
	margin-bottom: 0;
}

ul.rightmenu {
	padding: 0px;
	list-style: none;
}

ul.rightmenu li {
	padding: 10px;
	border-bottom: 1px solid #e7f7ed;
	padding-left: 35px;
}

ul.rightmenu li:last-child {
	border-bottom: 0px;
}

ul.rightmenu li a {
	color: var(--main-bg-color);
}

ul.rightmenu li a:hover {
	color: var(--main-bg-color);
	text-decoration: none;
}

ul.rightmenu li a .fa {
	color: var(--main-bg-color);
	position: absolute;
	top: 15px;
	left: 0px;
}

.rightmenu ul.subsubclass li {
	font-size: 85%;
    padding-inline-start: 54px;
	position: relative;
}

.rightmenu ul.subsubclass li a .fa {
    color: var(--main-bg-color);
    position: absolute;
    top: 15px;
    left: 22px;
}


.rightmenu ul.subsubclass li.active-subsub a {
    color: var(--main-bg-color);
}

.rightmenu ul, .rightmenu li {
	padding: 0px;
	list-style: none;
}

.rightmenu ul li {
	padding: 10px;
	border-bottom: 1px solid #e7f7ed;
	padding-left: 35px;
}

.rightmenu ul li:last-child {
	border-bottom: 0px;
}

.rightmenu ul li a {
	color: var(--main-bg-color);
}

.rightmenu ul li a:hover {
	color: var(--main-bg-color);
	text-decoration: none;
}

.rightmenu ul li a .fa {
	color: var(--main-bg-color);
	position: absolute;
	top: 15px;
	left: 0px;
}


#steleenvraag label {
	display: none;
}

#ervaringen {
	padding: 30px 0px;
}

.form-control {
	font-size: 18px;
	height: auto;
}
textarea.form-control {
	min-height:6em;
	max-height:18em;
	resize:vertical;
}

#steleenvraag input {
	padding: 10px 15px;
}

#steleenvraag .btn {
	padding: 10px 30px;
}

.active-sub a {
	color: var(--main-bg-color) !important;
}

.projectmeer {
	background: var(--main-bg-color);
	color: #fff;
	display: block;
	padding: 10px 15px;
	font-size: 18px;
}

.honderd {
	width: 100%;
}

.projectmeer .fa {
	font-size: 16px
}

section#grey {
	background: #f5f5f5;
	padding: 30px 0px;
}

.whitebgzoeken {
	background: #fff;
	padding: 15px 30px;
	margin-bottom: 30px;
	border-radius: 10px 0px 0px 0px;
}

.agendaitemsmall {
	background: #f5f5f5;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.downloadfile {
	color: var(--main-bg-color);
}

.downloadfile .fa {
	color: var(--main-bg-color);
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 10px 0px 0px 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.mintop {
		margin-top: -260px;
	}

	.navbar {
		margin-bottom: 0px;
		margin-top: 5px;
		background: transparent;
		border: 0;
	}
}

@media(max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		color: #4D4E4C;
		font-family: 'ABeeZee', sans-serif;
		font-size: 16px;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 10px;
	}

	.navbar {
		margin-top: 11px;
	}

	.mintop {
		margin-top: -180px;
		display: none !important;
	}

	.titleoverlay .overlay h3 {
		margin: 0;
		padding-left: 30px;
		word-break: break-word;
	}

	#footer .col-sm-3 {
		word-break: break-word;
	}
}

@media(max-width: 766px) {
	.navbar-nav {
		float: none;
		margin: 0;
	}

	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
		font-size: 120%;
	}

	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 110%;
	}

	.topbar a {
		color: #fff;
		padding: 10px 0px;
	}

	.grijsbg h1 {
		color: var(--main-bg-color);
		word-break: break-word;
	}

	.grijsbg .rsbtn {
		float: none;
	}

}

#andes strong:first-child {
	color: #0397d6;
}

#compaen strong:first-child {
	color: #f7c000;
}

#badde strong:first-child {
	color: #2658a7;
}

#locatie23 strong:first-child {
	color: #7cbe32;
}

#oldambt strong:first-child {
	color: #578EC1;
}

#impuls strong:first-child {
	color: #996699;
}

#sedna strong:first-child {
	color: #b90043;
}

#vaart strong:first-child {
	color: #ff9933;
}

#welstad strong:first-child {
	color: #7cbe31;
}

#bellingwedde strong:first-child {
	color: #E1E000;
}

#neienoaber strong:first-child{
	color:#562588
}

#hogeland strong:first-child {
	color: #7ec399;
}

#dekop strong:first-child {
	color: #5ac1d0;
}

#sociaalwerkdeschans strong:first-child {
	color: var(--main-bg-color);
}

#dekear strong:first-child {
	color: #e73132;
}

.visibility-green,
.visibility-orange,
.visibility-red {
	border-radius: 0.5rem;
	color: #fff;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}
.visibility-green {
	background-color: #7cbe31;
}
.visibility-orange {
	background-color: #ff9933;
}
.visibility-red {
	background-color: #e73132;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ddd;
}

.whitebg>.table,
.whitebg>.table-responsive>.table {
	margin-bottom: 0;
}
.table-responsive.dropdown-buffer {
	padding-bottom: 22rem;
}

.navbar-toggle:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.form-control:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

button.fontLarger,
button.fontSmaller,
button#toggleContrast {
	background: transparent;
	border: none;
}

button.fontLarger:hover,
button.fontSmaller:hover,
button#toggleContrast:hover {
	text-decoration: underline;
}

input[type="checkbox"] + label {
	font-weight: inherit;
}

.flex {
	display: flex;
	flex-basis: auto;
	flex-shrink: 0;
	flex-grow: 0;
}
.flex-grow,
.flex.flex-grow > * {
	flex-grow: 1;
}
.flex-shrink,
.flex.flex-shrink > * {
	flex-grow: 0;
}
.flex-pager {
	display: flex;

	flex-basis: auto;
	flex-shrink: 0;
	flex-grow: 0;

	align-items: center;
	justify-content: space-between;
}
.flex-title {
	display: flex;

	flex-basis: auto;
	flex-shrink: 0;
	flex-grow: 0;

	align-items: flex-end;
	justify-content: space-between;

	margin-bottom: 10px;
}
.flex-title h1 {
	margin-bottom: 0;
}

.align-end {
	align-items: end;
}
.spacer-horizontally >*:not(:first-child) {
	margin-left: 8px;
}
.spacer-horizontally >*:not(:last-child) {
	margin-right: 8px;
}

ul.nav.nav-tabs + .whitebg,
ul.nav.nav-tabs + .tab-content > .tab-pane > .whitebg {
	border-top-left-radius: 0;
}

.dropdown-menu > li > button,
.dropdown-menu > li > form > button {
	background-color: transparent;
	border-width: 0;
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 3px 20px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
.dropdown-menu > li > button:focus,
.dropdown-menu > li > button:hover,
.dropdown-menu > li > form > button:focus,
.dropdown-menu > li > form > button:hover {
	background-color:#eee;
}

ul.sidemenu,
.sidemenu ul {
	padding: 0px;
	margin: -25px;
	list-style: none;
}

ul.sidemenu li,
.sidemenu ul li {
	padding: 15px 10px;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #e7f7ed;
	border-style: solid;
}

ul.sidemenu li:last-child,
.sidemenu ul li:last-child {
	border-bottom: 0;
}

ul.sidemenu li a,
.sidemenu ul li a {
	color: var(--main-bg-color);
}

ul.sidemenu li a:hover,
.sidemenu ul li a:hover,
ul.sidemenu li a .fa,
.sidemenu ul li a .fa,
ul.sidemenu li.active a,
.sidemenu ul li.active a {
	color: var(--main-bg-color);
}

.noradius{
	border-radius: 0px !important;

}

.leftfilter .whitebg [role="button"][data-toggle="collapse"]{
	color: var(--main-bg-color);
}
.leftfilter .whitebg div [role="button"][data-toggle="collapse"]{
	color: var(--main-bg-color);
}

.resultsright .h2{
	margin-top: 0px;
}

.resultsright a:hover{
	color: var(--main-bg-color);
	text-decoration: none;
}

.resultsright h1{
	color: var(--main-bg-color);
}

a.btn{
	text-decoration: none;
}

h3.notop{
	margin-top: 0;
}

.iconcolor i{
	color: var(--main-bg-color);
}

body.high-contrast .iconcolor i
{
	color: #000 !important;
}

@media(min-width:992px)
{
	div.sticky {
	  position: -webkit-sticky; /* Safari */
	  position: sticky;
	  top: 30px;
	}
	div.stick_and_scroll
	{
		height: calc(100vh);
		overflow-y: scroll;
	}
}

.uitschuiven >  .fa-angle-up {
	display: inline-block;
	-ms-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.uitschuiven > .collapsed > .fa-angle-up {
    -ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.flex-pager {
	text-align: center;
}
.flex-pager > span {
	width: 100%;
}
.flex-pager .btn.disabled,
.flex-pager .btn[disabled] {
	display: none;
}

/* Hight contrast mode: replace var(--main-bg-color) */

body.high-contrast #footer {
	background-color: #000 !important;
}

body.high-contrast,
body.high-contrast .h1 .small,
body.high-contrast .h1 small,
body.high-contrast .h2 .small,
body.high-contrast .h2 small,
body.high-contrast .h3 .small,
body.high-contrast .h3 small,
body.high-contrast .h4 .small,
body.high-contrast .h4 small,
body.high-contrast .h5 .small,
body.high-contrast .h5 small,
body.high-contrast .h6 .small,
body.high-contrast .h6 small,
body.high-contrast h1 .small,
body.high-contrast h1 small,
body.high-contrast h2 .small,
body.high-contrast h2 small,
body.high-contrast h3 .small,
body.high-contrast h3 small,
body.high-contrast h4 .small,
body.high-contrast h4 small,
body.high-contrast h5 .small,
body.high-contrast h5 small,
body.high-contrast h6 .small,
body.high-contrast h6 small,
body.high-contrast [role="button"][data-toggle="collapse"],
body.high-contrast .themakleur,
body.high-contrast a,
body.high-contrast active-sub a,
body.high-contrast .blue,
body.high-contrast h1,
body.high-contrast ul.homemenu li a:hover,
body.high-contrast ul.homemenu li a .fa,
body.high-contrast .contentarea h2,
body.high-contrast .whitebg h2,
body.high-contrast .date,
body.high-contrast .onderdeelvan,
body.high-contrast .downloadfile .fa,
body.high-contrast ul.rightmenu li a .fa,
body.high-contrast ul.rightmenu li a:hover,
body.high-contrast ul.homemenu li a .fa,
body.high-contrast .headertitle,
body.high-contrast .imagetitle h3,
body.high-contrast ::placeholder,
body.high-contrast .grijsbg strong,
body.high-contrast .breadcrumbs li,
body.high-contrast .red {
	color: #000 !important;
}

body.high-contrast #footer,
body.high-contrast #footer a,
body.high-contrast .mintop h2,
body.high-contrast .navbar-default .navbar-nav>li>.btn-link:hover
body.high-contrast .navbar-default .navbar-nav>li>a:hover,
body.high-contrast .mintop h2 a,
body.high-contrast .mintop p {
	color: #fff !important;
}

body.high-contrast .sitecolor
{
	color:#000 !important;
}

body.high-contrast .form-control {
	border: 1px solid #000;
}

body.high-contrast .form-control::placeholder{
	color: #6c6c6c !important;
}

body.high-contrast .topbar,
body.high-contrast .projectmeer,
body.high-contrast .rondeafb {
	background-color: #fff !important;
}

body.high-contrast .topbar,
body.high-contrast .topbar a,
body.high-contrast .btn:not(.btn-link),
body.high-contrast .navbar-toggle {
	color: #fff !important;
	background-color: #000 !important;
	border-color: #222 !important;
}

body.high-contrast #custom-search-input button[type="submit"] {
	background-color: transparent !important;
	color: #000 !important;
}

body.high-contrast .navbar-default .navbar-nav>li>.btn-link:focus,
body.high-contrast .navbar-default .navbar-nav>li>.btn-link:hover,
body.high-contrast .navbar-default .navbar-nav>li>a:focus,
body.high-contrast .navbar-default .navbar-nav>li>a:hover  {
	border-bottom-color: #000 !important;
}

body.high-contrast .nav-tabs > li > .btn-link:focus,
body.high-contrast .nav-tabs > li > .btn-link:hover,
body.high-contrast .nav > li > .btn-link:focus,
body.high-contrast .nav > li > .btn-link:hover,
body.high-contrast .nav-tabs > li > a:focus,
body.high-contrast .nav-tabs > li > a:hover,
body.high-contrast .nav > li > a:focus,
body.high-contrast .nav > li > a:hover,
body.high-contrast .overlay {
	background-color: #000 !important;
	color: #fff !important;
}

body.high-contrast .formError .formErrorContent {
    width: 100%;
    background: #000000;
    position: relative;
    color: #fff;
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

/* NIKS HIERONDER SCHRIJVEN! Graag boven de body.hight-contrast selectors nieuwe css toevoegen. */