
@-moz-document url-prefix() {
	html {
		overflow: auto;
		height: 100%;
	}
	body {
		overflow-y: scroll;
		min-height: 100%;
	}
}


body {
	background: #FFF url(../img/bg.png) repeat-x  0 top;
}

.target {
	position: absolute;
	margin-top: -40px;
}

html, body {
	height: 100%;
	font-size: 14px;
}

#wrapper {
	min-height: 100%;
}

.branding img {
	width: 100%;
	height: auto;
}

#content {
	/* footer space */
	padding-top: 20px;
	padding-bottom: 151px;
	overflow: hidden;
}

.js #content {
	opacity: 0;
}

.content-loader {
	position: fixed;
	left: 10px;
	top: 20px;
	z-index: 1;
}

#clonedContent {
	margin: 0;
	padding: 0;
}

#footer {
	min-height: 131px;
	margin-top: -131px;
	position: relative;
	background: #404040 url(../img/bg.png) repeat-x 480px bottom ;

}
	#footer p {
		font-size: 12px;
		color: #EEE;
		margin: 0;
	}

	#footer em {
		font-weight: bold;
		font-style: normal;
	}

	#footer .links {
		padding-top: 20px;
		margin-bottom: 50px;
	}

	#footer .center {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
	}

	#footer .center p {
		margin: 0;
		padding: 0;
		color: #777;
		text-align: center;
	}

	#footer  a:visited,
	#footer  a:link {
		color: #EEE;
	}

	#footer .center a:visited,
	#footer .center  a:link {
		color: #777;
	}

	#footer a:hover,
	#footer .center a:hover {
		color: #FAA626;
	}

	#footer p span {
		padding-right: .5em;
		color: #8AC542;
	}



.branding {
	padding: 1.5em 0;
	overflow: visible;
}

	.social a {
		color: #8D8D8D;
		font-size: 1.75em;
	}

	.social a:hover {
		color: #2E2778;
		font-size: 1.75em;
	}

.nav {
	position: relative;
}
	.big-device .nav.fixed {
		position: fixed;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		background: #FFF;
		box-shadow: 0 0 10px rgba(0,0,0,.85);
		transition: box-shadow 500ms ease-in;
	}

	.nav * {
		margin: 0;
		padding: 0;
	}
	.nav ul {
		margin: 0 auto;
	}
	.nav ul,
	.nav li.parent {
		list-style: none;
	}

	.nav ul { display: block; }
	.nav li.parent {
		position: relative;;
		float: left;
	}

	.nav a {
		display: block;
		text-align: center;
		color: #7b7d7f;
		text-transform: uppercase;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
				font-weight: 600;

	}

	.big-device .nav.fixed li.active a:hover {
		background: inherit;
	}

	.big-device .fixed .active {
		background: #404040;
	}

	.big-device .fixed .active a {
		color: #FFF;
	}

	.parent.active:before {
		content: "";
		height: inherit;
		position: absolute;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #8D8D8D;
	}

	.parent a:hover {
		color: #C50F68;
	}

	li.parent:hover ul.children { display: block; }

	ul.children {
		position: absolute;
		display: none;
		padding-bottom: 10px;
		background: transparent url(../img/bg.png) repeat-x bottom center;
		text-align: left;
		top: 28px;
		min-width: 240px;
		z-index: 4;
		box-shadow: 0 4px 12px 0 rgba(0,0,0, .5);
	}

	ul.children.folder-news {
		min-width: 292px;
	}

	.last ul.children { right: 0; }

	li.child {
		display: inline-block;
		width: 100%;
		list-style: none;
		position: relative;
	}

	li.child a {
		display: block;
		background: #885927;
		color: #FFF;
		text-align: left;
		padding: 0 0.5em;
		line-height: 28px;
		height: auto;
	}

	li.child a:hover {
		color: #7b7d7f;
		background: #FFF;
	}

	li.child.active a {
		color: #FFF;
		background: #946700;
	}

	.active > a {
		cursor: default;
	}

	li.child:last-child a {
		//border-bottom: 2px solid #FFF;
		margin-bottom: 4px;
				//border-bottom: 2px solid #FFF;

	}

	li.child span {
		background: #404040;
		display: inline-block;
		margin-left: -.5em;
		padding: .5em;
		width: 60px;
		text-align: right;
		text-transform: lowercase;
	}

	li.child span i {
		font-size: 12px;
	}

.header {
	background-color: #404040;
}


	.header > div {
		position: relative;
	}



	.js .header  #header-title {
		display: block;
		position: absolute;
		text-shadow: 0 .1em .2em #404040;
		font-size: 31px;
		top: 10px;
		right: 10px;
		z-index: 3;
		color: #FFF;
	}

	.header  #header-title a {
		color: #FFF;
	}

	.js  .header #header-text {
		position: absolute;
		display: block;
		top: 10%;
		bottom: 10%;
		left: 0;
		z-index: 3;
		background: #EAEAEA;
		background: rgba(255,255,255, .85);
		height: 0;
		width: 25%;
		padding-bottom: 25%;
		overflow: hidden !important;
	}

	.header  #header-text div {
		padding: 10px;
		color: #444;
		overflow: hidden;
		float: left;
		position: absolute;
				overflow: hidden !important;

	}


	.big-device .header {
		min-height: 20px;
		background: #404040 url(../scripts/jquery.bxslider/images/bx_loader.gif) no-repeat center center;
	}

	.big-device .header.complete {
		background: #404040;
	}



	.header .left,
	.header .right {
		height: 100%;
		position: absolute;
		top: 0;
	}

	.header .left {
		left: 0;
	}

	.header .right {
		right: 0;
	}

	.header .columns > img {
		float: left;
	}


#breadcrumbs {

}
	#breadcrumbs {
		display: block;
		text-align: left;
		margin-bottom: 20px;
		background: #4A4D50 url(../img/gradient-white.png) no-repeat right top;

	}

	#breadcrumbs a {
		color: #8AC542;
	}

	#breadcrumbs i[class^="icon-"] {
		margin: 0;
		padding: 0;
	}

.news-list-item p {
	position: relative;
}


.news-list-item a:hover span:before {
	content: "";
	height: inherit;
	position: absolute;
	left: 0;
	margin-left: -10px;
	width: 0;
	height: 0;
	top: 6px;
	border-left: 6px solid #8AC542;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}


/**
 * Pager
 *
 */
.pager {
	display: block;
	text-align: center;
}
	.pager li {
		display: inline-block;
		line-height: 20px;
		height: 20px;
		padding: 0;
		margin: 2px;
	}

	.pager a {
		display: block;
		line-height: 20px;
		height: 20px;
		padding: 0 7px;
	}

	.pager li:hover {
		background: #8AC542;
	}

	.pager li.active {
		background: #C50F68;
	}



/**
 * Widgets
 *
 */


.widget {
	margin-bottom: 20px;
}

	.widget-children .menu,
	.widget-children .menu > li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.widget-children .menu > li {
		border-top: 1px dashed #ccc;
	}

	.widget-children .menu li:first-child {
		border: 0;
	}

	.widget-children .menu li:first-child a {
		border: 0;
	}

	.widget-children .menu li > i {
		float: left;
		margin: 0;
		padding: 0;
		float: left;
	}

	.widget-children .menu a {
		display: block;
		margin-left: 20px;
	}

	.widget h5 {
		padding: 0 0 10px 0;
	}

/**
 * Gumby fix
 *
 */

.wrap980 {
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 960px) {
	.wrap980 {
		padding: 0;
	}
}

#select {
		display: none;
}

@media only screen and (max-width: 767px) {
	.wrap980 {
		padding: 0;
	}

	.nav ul {
		display: none;
	}

	#select {
		float:left;
		display: inline-block;
	}

	.header {
		background: transparent;
	}

	.nav {
		background: #404040;
		padding: 10px 20px;
	}

	#footer .tiles > li {
		width: 100% !important;
		padding-bottom: 20px;
	}
}

/* fancybox fix */

#fancybox-wrap {
	box-sizing: content-box;
}

#fancybox-wrap * {
	box-sizing: content-box;
}
/**
 * Forms
 *
 *
 */
.Inputfield {
	float: left;
}
.Inputfield_laat_leeg {
	display: none;
}

.InputfieldForm {
	margin: 0 -10px;
}

.Inputfield {
	padding: 0 10px;
}

.InputfieldCheckbox,
.InputfieldTextarea {
	float: none;
	margin-right: 8px;
}

.ui-state-error p {
	display: none;

}

.InputfieldStateRequired label:after {
	content: "\2605";
	font-family: "entypo";
	position: absolute;
	margin-left: 0.5em;
	text-decoration: none; zoom: 1;
	color: #2E2778;
}

.InputfieldStateRequired  label.error:after {
	content: "";
}


.InputfieldStateRequired  label.error {
	background: #DD6A00;
	color: #FFF;
	border-radius: 4px;
	position: relative;
	margin-top: 2px;

}

.InputfieldStateRequired  label.error:before {
	content: "\2139";
	font-family: "entypo";
	padding: 0 .5em;
	display: inline-block;
}


/**
 * ProcessWire styles
 *
 */

h1, h2, h3, h4 {
	font-weight: 100;
	font-family: Georgia, serif;
}

h1 {
	font-weight: bold;
	font-size: 37px;
}

h2 {
	//color: #C50F68;
	position: relative;
	//border-bottom: 3px dotted #555;
	font-weight: bold;
	background: #FFF url(../img/kruis.png) no-repeat  left 10px;
	padding-left: 48px;
	line-height: 100%;
}
h3, h4 {
	font-size: 26px;
}


.content h2 a {
	color: #444;
}

.content h2 a:hover {
	color: #2E2A77;
}

.generatedcontent h2 {
}

td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 20px 0;


}



tr {
	border-top: 1px dashed #CCC;
}

table tr:first-child {
	border-top:0;
}


hr {
border: 0;
height: 0;
border-top:	1px dashed #CCC;
}


a > p {
	color: #555;
}

a:hover > p {
	color: #555;
}

a.external:after {
	content: "\27A6";
	font-family: "entypo";
	padding: 0 0 0 .25em;
	font-weight: normal;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

#FormBuilderViewport {
	overflow: hidden;
	height: 1200px;
	width: 100%;
}


#edit {
	z-index: 5;
	position: fixed;
	top: 1em;
	right: 1em;
}

.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}
