/* FONTS */
@font-face{font-family:tekst;src: url('../fonts/trebuc.ttf');}
@font-face{font-family: kop; src: url('../fonts/ENGR.TTF');} 
@font-face {font-family: nieuwstekst; src: url('../fonts/GothicThirteenStd.otf');}
@font-face {font-family: nieuwskop; src: url('../fonts/Gotenburg-A.ttf');} 
@font-face {font-family: caps; src: url('../fonts/COLONNA.TTF');} 
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

.has-dropcap:first-letter {
  font-family: caps;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

/*teksten*/
h1 {
	font-family: kop;	
	color: #000;
	font-size: 2.7em;
	margin-bottom: 10px;
}

h2 {
font-family: kop;
font-size: 10pt;
color: red;
}

h3 {
	font-family: kop;
	color: #2E63CC;
	font-size: 10pt;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
	font-family: kop;
    color: #214897;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h5 {
	font-family: kop;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #111111;
}

h6 {
	font-family: kop;
	padding-bottom: 10px;
	color: #13e982;
	font-size: 10pt;
}

ul, ol {
	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

p {
font-size: 10pt;
color: #000;
text-align: justify;
}

.container{
width:auto;
background-image: none;
background-color: white;
}

/*images*/
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

/* body{background-image:url('8520037_orig.jpg');width: 100;} */

/*containers & divs */
.row{
    margin-top: 70px;
}
.dropcap {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #303030;
  color: #FDF9F2;
  float: left;
  font-size: 6rem;
  line-height: 1;
  margin: 0.1em 0.1em 0.2em 0;
  padding: 0.1em;
}
.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}

/* https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

blockquote {
	border-left:5px solid #37A0CA; /**dark blue**/
}
blockquote p {
	font-style:italic;
	font-family: Times, serif;
	margin:0;
	color:#277290;  /**dark blue**/
	height: 1%;
}
/* figure-divs and their supporters */

div.figure {
padding: 20px; 
margin: 20px; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

.icon{
    
color: #214897;
    float: left;
}

figure { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
}

.img-newsright-half {
	width: 200px;
    background:#ffffff; /**white**/
border: thin solid silver;
padding: 10px;
margin: 10px;
float: right;
}

.img-newsleft-half {
	width: 200px;
    background:#ffffff; /**white**/
    padding:10px;
border: thin solid silver;
margin: 10px 10px 0px 10px;
float: left;
}

.img-frame-full {
	width: 400px;
    background:#ffffff; /**white**/
    padding:18px 18px 18px 18px;
border: thin solid silver;
}
.img-frame-half {
	width: 200px;
    background:#ffffff; /**white**/
    padding:18px 18px 18px 18px;
border: thin solid silver;
}
.img-frame-quarter {
	width: 100px;
    background:#ffffff; /**white**/
    padding:18px 18px 18px 18px;
border: thin solid silver;
}
 .centeredImage
    {
    text-align:center;
    margin-left: 2%;
    margin-right: 2%;
    border: thin solid silver;
    padding:18px 18px 18px 18px;    
    }
    
.imgframe
    { 
    background:#ffffff; /**white**/
    border: thin solid silver;
    padding:18px 18px 18px 18px; 
}
/* containers*/
 
#container-one{ 
  width:400px;
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
  text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
 } 
#image-one img { 
  width:100px; 
  height:100px; 
  border:0; 
    text-align:center; /* this will center inline elements */ 
 } 
  #container-half-right { 
  width:50%;
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:right; 
margin-left: 2%;
 } 

 #container-half-left { 
  width:50%;; 
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:left; 
margin-right: 2%;
 }  
 #container-two-right { 
  width:200px; 
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:right; 
margin-left: 2%;
 } 

 #container-two-left { 
  width:200px; 
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:left; 
margin-right: 2%;
 }  
 
 #container-three-right { 
  width:150px; 
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:right; 
margin-left: 2%;
 } 

 #container-three-left { 
  width:150px; 
  padding:10px; 
    border: thin solid silver;
  margin:10px auto; 
    text-align:center; /* this will center inline elements */ 
 background:#ffffff; /**white**/
float:left; 
margin-right: 2%;
 }   
 
#image-two { 
  display:block; 
  width:100px; 
  margin:auto;   /* this will center block elements */ 
 } 
#image-two img { 
  width:100px; 
  height:100px; 
  border:0; 
 } 
.caption {
text-align: center; 
font-size: 9pt;
font-family: calibri;
}
/* "caption" for short phrases; "legend" (default) is for continuous prose */
/* .=class #=id */
.full { width: 100%; padding: 10px; margin: 0.67em auto; border: thin solid silver;} /* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; border: thin solid silver;}
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em;border: thin solid silver; }
.quarter { width: 25%; padding: 5px; margin: 0.25em 0.5em; border: thin solid silver;}
.fifth { width: 20%;  padding: 5px; margin: 0.25em 1%; border: thin solid silver; }
.right { float: right; margin-left:2%;border: thin solid silver;}
.left { float: left; margin-right: 2%; border: thin solid silver;}

body {
	margin:0;
	padding:0;
	font-size: 1.1em;
	color: #666;
	font-weight: 400;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #2A5BBB;
	border-bottom: 1px solid #2A5BBB;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #333;
	color: #333;
}

a:focus {
	outline: none;
}


a.button { 
  
    background: linear-gradient(#4877D5, #2C5EC1);
    background-color: #2C5EC1;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #2C5EC1;
    text-shadow: 1px 1px 0 #2C5EC1;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#2C5EC1;
}

a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
        text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}

a.button-reversed:hover {
	background: #111;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #214893;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

.btn {
	border-radius: 0px;
}


.width {
	max-width: 1100px;
	margin: 0 auto;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

.fixed-header header {
	position: fixed;
	width: 100%;
}

header {
	padding: 0px 10px 5px;
	margin: 0 auto;
	text-align: left;
	/* background-color: #214897; */
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 0.8em;
    padding: 10px 5px;
    letter-spacing: -2px;
    border-bottom: none;
    display: block;
    font-weight: bold;

}

header h1 a strong {
	color: #5D87DA;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
	text-align: left;
}

nav ul ul { 
	margin: 0 12px;
	padding: 10px 0;
}

nav ul li {
	display: block;
	float: left;
	padding: 0px 2px;
}

nav ul li li {
	padding: 0;
}


nav ul li a {
	display: block;
	float: left;
	padding: 10px 10px;
    color: #eee;
    font-size: 0.75em;
	margin: 0 10px;
     border-bottom: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

nav ul li a i { padding-right: 5px; }

nav ul li li a {
	float: none;
	padding: 10px 5px;
}

nav ul li a:hover {
	color: #A2CCEC;
	text-decoration: none;
}

nav ul li.selected a, nav ul li.selected a:hover {
	background: linear-gradient(#2F65D0, #2C5EC1);
    	background-color: #3368D1;
	color: #fff;
	border-radius: 5px;
}

nav ul li.selected a:hover {
	background-color: #3368D1 !important;
	background-image: none !important;
}

nav ul li a:hover, nav ul li.sfHover a {
	background: #3368D1;
	background-image: none;
	color: #fff;
	border-radius: 5px;
}


nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
	background-color: #3368D1;
	color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


 nav ul li.sfHover ul a, nav ul ul {
	background: #3368D1;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a  {
	background-color: #3368D1;
	color: #fff;
}

nav ul li.sf-with-ul.selected ul li a:hover, nav ul li.selected.sfHover ul li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;

	background-image: none !important;
}

nav ul li li a:hover, nav ul li.sfHover li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			23px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* intro */
div#intro {
	background-color: #222;
	background-image: url('../img2.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

div#intro .intro-content {
	padding: 65px 40px;
	text-align: left;
    color: white;
}

div#intro div.intro-content-short {
	padding: 30px 0 20px 20px;
	text-align: left;
}


div#intro h2 {
	text-shadow: 1px 1px 0 #000;
	font-size: 3em;
}

div#intro h2, div#intro p {
	color: #fff;
	font-weight: bold;
}

div#intro p {
	font-size: 1.3em;
	color: white;
	line-height: 1.3em;
}

a.button-slider {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

a.button-slider i { padding-right: 5px; }

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 15px auto 0;
 	padding: 0 15px;
	clear: both;
}

.fixed-header #body { 
	padding-top: 80px; 
	margin-top: 0;
}

#content {
    float: left;
}

.two-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}


article {
    padding: 10px 10px 20px 5px;
 }

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 25%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}



.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}


.sidebar .bg h4 {
	color: #666;
}


.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}



.sidebar li ul li.text { 
	border-bottom: none;
}


.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #2A5BBB;
	color: #2A5BBB;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#2F65D0, #2C5EC1);
    background-color: #2F65D0;
    color: #FFFFFF;
	border: 1px solid #2C5EC1;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #224A98;
	border-bottom: 1px solid #2C5EC1;
	color: #fff;
	padding: 5px 10px;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
}


#stem{
    
left: 300px;
}
footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-bottom p {
	text-align: center;
}


.left{
margin-left: -50px;
}

/* 20px gutter */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}


/* 5px gutter */
.gutter-10.row {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
/* 0px gutter */
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}


/*
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

 #wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    position: fixed;
    left: 0px;
    height: 100%;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100px;
}

 #page-content-wrapper {
    width: auto;
    margin-top: 200px;
    position: absolute;
    padding: 5px;
} 

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    font-weight: bold;
}

.sidebar-nav li a {
display: block;
text-decoration: none;
color: black;

}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
background: rgba(255,255,255,0.2);

}

.active{
overflow: hidden;
background: rgba(16,139,255,0.3);

}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: black;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

 @media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
  
        position: relative;
  
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: -10px;
    }
}

*{
  box-sizing: border-box;
}

/*html {
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
}
*/
.content-main,
.content-secondary {
  background: #eee;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ddd;
}