
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #0c0074;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #000000;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

h3>a{
	color: #000000;
}

h1
{
	-webkit-column-span: all; 
	column-span: all; 
	-moz-column-span: all;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

a
{
	color: #2500cc;
}

a:hover
{
	text-decoration: none;
}



hr
{
	-webkit-column-span: all; 
	column-span: all; 
	box-shadow: inset 0 1px 1px 1px #A7A2A9;
}


/*********************************************************************************/
/*DROPDOWN MENU*/
/*********************************************************************************/


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  margin-top: 30px;
}

.dropdown:hover .dropdown-content {
  display: block;
}




/*********************************************************************************/
/*SYSTEMPAGE BOXES*/
/*********************************************************************************/

.container
{
	overflow: hidden;
	margin: 0em auto;
	width: 1000px;
}

.columncontainer
{
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  padding: 20px;
}

.columncontainer h4
{
	margin-bottom: 10px;
}

.textbox
{
	text-align: justify;
	break-inside: avoid-column;
	/** page-break-inside: avoid;*/
}

.photobox
{
	margin-top: 10px;
	margin-bottom: 20px;
	break-inside: avoid-column;
	/** page-break-inside: avoid; */
	border: 2px solid #A7A2A9;
}

.photobox i, .photobox em
{
	font-size: smaller;
}

.photobox p
{
	margin: 0px;
	break-inside: avoid-column;
}

.carouselbox
{
	width: 800px;
	height: 150px;
	-webkit-column-span: all; 
	column-span: all; 
	-moz-column-span: all;
}

.tablebox_small
{
	break-inside: avoid-column;
	/** page-break-inside: avoid; */
}

.tablebox_large
{
	-webkit-column-span: all; 
	column-span: all; 
	-moz-column-span: all;
	border-spacing: 0px;
	break-inside: avoid-column;
	/** page-break-inside: avoid; */
}

.tablerow
{
	width: 100%;
	background-color: #A7A2A9;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	overflow: hidden;
	/*margin-bottom: 1px;*/
	padding: 5px;
}

.tablerow:last-child
{
	margin-bottom: 10px;
}

/*.tablebox_small > */
.tablerow-jeroen:nth-of-type(odd)
{
	background-color: #616161;
	color: #ffffff;
	
}
/*.tablebox_small > */
.tablerow-jeroen:nth-of-type(even)
{
	background-color: #484848;
	color: #ffffff;
	
}

/*.tablebox_small > */
.tablerow:nth-of-type(odd)
{
	/*background-color: #bdbdbd; */
	/*background-color: #E0E0E0;*/
	background-color: #9e9e9e;
	color: #000;

}
/*.tablebox_small > */
.tablerow:nth-of-type(even)
{
	/*background-color: #E0E0E0;*/
	/*background-color: #fff;*/
	background-color: #bdbdbd;
	color: #000;

}



.tableblock-1
{
	float: left;
	width: 25%;
	font-weight: bold;
}

.tableblock-1:last-child 
{
	float: left;
	width: 25%;
	height: 100%;
	vertical-align: bottom;
	white-space: nowrap;
	direction: rtl;
}

.tableblock-1:last-child a
{
	padding-right: 10px;
	padding-bottom: 10px
}

.tableblock-2
{
	float: left;
	width: 50%;
	line-height: 100%;
}

.tableblock-2 h4, p 
{
	padding: 10px;
}

.tableblock-2 p 
{
	line-height: 120%
}

.tableblock-3
{
	float: left;
	width: 75%
}

.tableblock-4
{
	float: left;
	width: 100%
}

.generalFactsTableItemBox
{
	break-inside: avoid-column;
	/** page-break-inside: avoid; */
	 margin-bottom: 20px;
}

.generalFactsTableRow
{
	width: 100%;	
	display: flex;
	margin-bottom: 10px;
	
}

.generalFactsTableCellLeft
{
	width: 140px;
	text-align: right;
	flex-shrink: 0;
	font-weight: bold;
}

.generalFactsTableCellRight
{
	width: auto;
	margin-left: 20px;
}

.factsheetsSectionTitle, .factsheetsTitle
{
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.factsheetsSectionTitle
{
	background-color: #212121;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.factsheetsTitle
{
	background-color: #484848;
	margin-right: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.factsheetsTitle.active
{
	background-color: #130080;
}

.factsheetsTitle:hover
{
	opacity: 0.5;
transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
	cursor: pointer;
}


.factsheetsbox
{
	-webkit-column-span: all; 
	column-span: all; 
	-webkit-columns: 200px 2;
  	-moz-columns: 200px 2;
 	columns: 200px 2;
  	-webkit-column-gap: 2em;
  	-moz-column-gap: 2em;
  	column-gap: 2em;
  	padding: 20px;
	
}

.factsheetsbox h4
{
	-webkit-column-span: all; 
	column-span: all; 
}

.factsheetsboxSection
{
	break-inside: avoid-column;
	/** page-break-inside: avoid; */
	font-size: small;
}

.factsheetsboxRow
{
	width: 100%;	
	display: flex;
	margin-bottom: 10px;

}

.factsheetsboxCellLeft
{
	text-align: right;
	flex-shrink: 0;
	font-style: italic;
	width: 100px;
}

.factsheetsboxCellRight
{
	width: auto;
	margin-left: 20px;
}

.factsheetsTitlebox{
	margin-bottom: 15px;
}
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1em 3em 1em 2em;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.90em;
	color: #FFF;
}

.button:before
{
	display: inline-block;
	background: #FFC31F;
	margin-right: 1em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #272925;
}

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

.box4
{
	width: 225px;
	float: left;
	margin-right: 33px;
	text-align: justify;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.box4:last-child
{
	float:right;
	margin-right:0px;
}

.box4 .read-more{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	text-align: center;
	margin:0;
	padding: 30px 0 0 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%);
	text-transform: uppercase;
	font-style: strong;
}

.box4 p {
	line-height: normal;
}

a.button{
	padding: 0.5em 1em 0.5em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.90em;
	font-weight: 600;
	color: #FFF;
	background:#000;
	border-radius: 5px;
	margin-right:3px;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,  .boxB,  .boxC
{
	width: 300px;
	text-align: center;
}

.boxA,  .boxB
{
	float: left;
	margin-right: 50px;
}

.boxC
{
	float: right;
}

.boxA:hover, .boxB:hover, .boxC:hover{
	opacity: 0.3;
	transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}


/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

.box2
{
	width: 450px;
	float: left;
	text-align: justify;
	overflow: hidden;
	position: relative;
}

.box2:nth-child(even)
{
	float: right;
}

.box2:nth-child(odd)
{
	clear: left;
}

	.tbox1,  .tbox2
{
	width: 575px;
}

.tbox1
{
	float: left;
}

.tbox2
{
	float: right;
}

#wrapper
{
	background: #FFF;
}






/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
{
	padding: 10em 0em;
}

#banner span
{
	display: block;
	text-transform: uppercase;
	text-align: center;
	text-shadow:#000;
	font-weight: 700;
	font-size: 2.5em;
	color: #FFF;
}

#header-wrapper
{
	background: url(../img/banner.jpg) no-repeat center;
	background-size: cover;
	border-top: 10px solid #090080;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		padding-bottom: 5em;
	}
	
	#page h2
	{
		padding-bottom: 1.5em;
		text-transform: uppercase;
		font-size: 1.5em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
{
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
{
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
{
	overflow: hidden;
	padding: 5em 0em;
	background-color: #130080;
	width: 100%;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.6);
	

}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.9);
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
	text-transform: uppercase;
}

.title h2
{
	font-size: 2.8em;
	font-weight: 700;
}

.title .byline
{
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Icon Menu                                                                        */
/*********************************************************************************/

	#iconmenu
{
	padding: 3em 0em;
	text-align: left;
}
/*********************************************************************************/
/* Recent Additions Icons                                                                       */
/*********************************************************************************/

#additions
{
	padding: 3em 0em;
	text-align: left;
	
}

#additions h3
{
	text-align:left;
	text-transform:uppercase;
	padding:10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 10px;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome
{
	padding: 5em 0em 5em 0em;
	border-top: 1px solid rgba(0,0,0,.1);
	text-align: center;
}

ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style3 li
{
	padding: 1.6em 0em 0em 0em;
	margin: 0 0 1em 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #2D2D2D;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 1em 0em 5px 0em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
}

ul.style3 h4
{
	padding: 1em 0em 5px 0em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 200;
}

ul.style3 .first
{
	padding-top: 0;
	background: none;
}

ul.style3 .date
{
	float: left;
	position: relative;
	width: 80px;
	height: 70px;
	margin: 0.5em 1.5em 0em 0.5em;
	padding: 20px 0em 0em 0em;
	background: #262626;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

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

ul.style4 li
{
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 3em;
}

ul.style4 a
{
	color: #2D2D2D;
}

ul.style4 .first
{
	padding-top: 0px;
	border-top: none;
}

/*********************************************************************************/
/* Beheer                                                                        */
/*********************************************************************************/

#beheer-box
{
	position: fixed;
	z-index: 100;
	top: 30px;
	right: 30px;
	border-radius: 25px;
	background: #170080;
	color: white;
	padding: 20px;
	width: 200px;
	height: 150px;
}