em {
	font-weight: bold;
	font-style: normal;
}

body,
input,
button,
select,
textarea,
.navbar-search .search-query {
  font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #7c7c7c;
	/*color: #9c9c9c;*/
	/*color: #c7c7c7;*/
	text-decoration: none;
}

a:hover{
  color: rgba(206, 27, 27, 0.81);  
}
a:focus {
  color: #4b4d90;  
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

em {
	font-weight: normal !important;
	font-style: italic;
}

.center {
	text-align: center;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

/* Hack/fix for bootstrap issue */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) { 
	#content {
		padding-bottom: 2em;
	}
}

.col-lg-8 {
	max-width: 65em;
}

/* -------- FOOTER --------- */
.footer {
	padding-left: 2em;
	padding-bottom: 2em;
	color: gray;
	display: block;
}


/* -------- PAGE HEADER --------- */

.header, .header div {
	overflow: hidden;
    white-space: nowrap;
	max-width: 100%;
	display: inline-block;
}

@media only screen and (min-width: 601px)  {/*and (max-width: 1000px)*/
	.header {
		background-size: 100% !important;
		height: 5em !important;
	}
	.names {
		line-height: 0.9em !important;
	}
}


ul.sections{
	font-family: 'ActionCondensedNo2_Grade2';
	font-size: 25pt;
	list-style-type: none;
	width:100%;
	-webkit-padding-start: 0;
	margin-left: 20pt;
	padding: 0;
}
ul.sections li{
	float: left;
    display: inline;
    margin-right: 2%;
}
ul.sections li:hover{
}

.header {
	/*background-color: #eee;*/
	background-color: #f0f0f0;
	width: 100%;
	padding: none;
	margin-top: none;
	height: 4.5em;
	/*background-image: url(/static/img/banner.png);*/
	background-size: 60%;
}

.names {
	font-family: 'ActionCondensedNo2_Grade2';
	/*width: 100%;*/
	text-align: right;
	font-size: 25pt;
	padding-right: 20pt;
	padding-bottom: 0;
	line-height: 5em;
	border-top: 3px #F00 solid;
	color: #aaa;
	float: right;
}

.name {
	padding-top: 0.2em;
}

.name-right {
	
	padding-left: 0.2em;
}

.namescontainer {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.names {
		font-size: 20pt;
		line-height: 0.8em;
		padding-bottom: 0.2em;
	}
}

/* -------- TOP NAVIGATION -------- */

.activeRootLink {
	color: #333;
}

/* -------- SIDE NAVIGATION -------- */

.triangle {
	content: "";
	position: relative;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
	display: inline-block;
	width: 0px;
	z-index: 1;
	right: 6px;
	bottom: 0px;
}

.triangle-horizontal {
	content: "";
	height: 0;
	width: 0px;
	border-style: solid;
	border-width: 4px 0px 4px 6.9px;
	border-color: transparent transparent transparent #000;
	display: inline-block;
	z-index: 1;
	position: relative;
	right: 4px;
	bottom: 2px;
}

.subMenu-horizontal {
	display: none;
	width: 100%;
	padding-left: 1em;
}

.subMenu-vertical {
	display: block;
	list-style-type: none;
	padding: 0;
	padding-left: 0.3em;
}

.subMenu-vertical li {
	padding-left: 0.5em;
}

.sideNavEntry { /* All side navbar menus have this class as their root */
	margin-bottom: 0.5em;
}

a:active {
	text-decoration: none;
}

@media print {
	.sideNavBar {
		display: none;
		visibility: hidden;
	}
	.topNavigation {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (min-width: 550px) { 
	.sideNavBar ul li {
		padding-right: 1em;
	}

	.sideNavBar ul {
		position: relative;
		display: block;
	    list-style-type: none;
	}

	.sideNavBar ul li a {
		display: inline-block;
	}
	
	.subMenu-vertical {
		display: none !important;
	}
	
	.subMenu-horizontal {
		display: block !important;
	}
}

@media only screen and (min-width: 550px) { 
	.sideNavBar {
		position: absolute;
		display: block;
	    list-style-type: none;
	}

	ul.menuvertical{
		text-decoration: none;
	}
	
	.sideNavBar ul li {
		display: block;
		width: 100%;
	}
	
	.subMenu-vertical {
		display: block !important;
	}
	
	.subMenu-horizontal {
		display: none !important;
	}
}
/* -------- CRUMBS --------- */

.crumbs {
	visibility: hidden;
	display: inline-block;
	/*padding-left: 1rem;*/
	margin-left: 20pt;
}

.topNavigation {
	/*padding-bottom: 0.7em;*/
}

.languageLink {
	display: inline-block;
	float: right;
	font-size: 20pt;
}

.languageLink a {
	float: right;
	margin-right: 1em;
	color: #000 !important;
}

.languageLink a:hover {
	color: rgba(206, 27, 27, 0.81);
}

@media only screen and (max-width: 600px) {
	.languageLink {
		display: inline-block;
		padding-left: 3em;
	}
	
	.topNavigation {
		overflow: auto;
		height: auto !important;
	}
}

/* --------- PAGE CONTENT --------- */


.columnElement {
	padding-left: 15px;
	padding-right: 15px;
}

.mainContent {
	display: block;
}

.image {
	max-width: 100%;
	height: auto;
}

.boxImage {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
}

.imageCaption { /* Container for image title and description */
	padding-top: 1.1em;
	font-size: 85%;
	line-height: 1.35em;
	color: gray;
	text-align: left;
}

.imageDescription p {
	margin: 0;
}

.imageTitle {
	font-weight: bold;
}


@media only screen and (min-width: 550px) and (max-width: 767px) { 
	.col-xs-12 {
		padding-left: 5em;
	}
}

@media only screen and (max-width: 767px) { 
	.col-xs-12 {
		max-width: 28em;
		margin: 0 auto;
		float: none;
		width: 100% !important;
	}
	
	.columnElement {
		padding: 0;
	}
}

/* ----------- FONTS ------------ */

.proformabook {
  font-family: Proforma;
  font-style: normal;
  font-weight: normal;
}

.proformabookitalic {
  font-family: Proforma;
  font-style: italic;
  font-weight: normal;
}

.proformamedium {
  font-family: "Proforma Medium";
  font-style: normal;
  font-weight: normal;
}

.proformamediumitalic {
  font-family: "Proforma Medium";
  font-style: italic;
  font-weight: normal;
}

.proformasemibold {
  font-family: "Proforma Semibold";
  font-style: normal;
  font-weight: bold;
}

.proformasemibolditalic {
  font-family: "Proforma Semibold";
  font-style: italic;
  font-weight: bold;
}

.proformaultralight {
  font-family: "Proforma Ultra Light";
  font-style: normal;
  font-weight: normal;
}

.proformaultralightitalic {
  font-family: "Proforma Ultra Light";
  font-style: italic;
  font-weight: normal;
}

/* Port of erik's edits */


.cover{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cover img{
	width: 100%;
}
.cover p{
	color: rgba(255,255,255, 0.5);
	font-family: 'ActionCondensedNo2_Grade1';
	font-size: 100pt;
	margin-left: 10%;
	padding-top: 20%;
}

.sideNavBar{
	padding-bottom: 30pt;
}

a:hover{
	text-decoration: none;
}
.footer {
	font-family: 'ActionCondensedNo2_Grade1';
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 100%;
}

/*Navigation Menu styles (taken from sideNavigation.html)*/
ul.menu{
	background-color: green;
}
ul.categorymenu{
	padding-left: 0.4em;
    list-style-type: none;
}

.topNavigation{
	font-family: 'ActionCondensedNo1_Grade2';
	font-size: 1.65em;
}

ul.menuvertical{
	font-family: 'ActionCondensedNo1_Grade2';
	font-style: normal;
	font-weight: normal;
	font-size: 2.1em;
    line-height: 1.1em;
	margin-left: 20pt;
	padding: 0;
	text-decoration: none;
    list-style-type: none;
}
ul.menuvertical > li{
	text-align: left;
	margin-left: 0;
	padding: 0;
}
ul.menuhorizontal{
	font-family: 'ActionCondensedNo1_Grade2';
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	vertical-align: top;
    list-style-type: none;
	text-decoration: none;
	-webkit-padding-start: 0;
    margin-left: 20pt;
    margin-top: 0;
    line-height: 1em;
}
ul.menuhorizontal > li{
    display: inline;
	margin-right: 0.4em;
    padding: 0;
}
.subMenu-vertical li {
	margin-right: 0.4em;
    padding: 0;
}
.crumbs{
   	/*visibility: hidden;*/
}
.menucrumbs{
	text-decoration: none;
    list-style-type: none;
	-webkit-padding-start: 0;
	text-align: right;
}
.menucrumbs > li{
    display: inline;	
}





body{
	   height:100%;
}

.footer{
	font-family: 'ActionCondensedNo1_Grade2';
	width: 100%;
	color: black;
	font-size: 16pt;

   height:60px;   /* Height of the footer */
}


/*the sections menu*/


#content{
	background-color: #fff;
}
.mainContent{
	background-color: white;
}
p{
	margin-top: 10pt;
}
.linkDescription p{
	margin-top: 0pt;
}


.imageTitle p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}






strong{
	font-family: "Proforma Medium";
	/*Verander terug als we een proforma bold hebben -> font-weight: normal;*/
	font-weight: bold;
}

.imageTitle{
	font-family: "Proforma Medium";
	/*Verander terug als we een proforma bold hebben -> font-weight: normal;*/
	font-weight: bold;
	
}