/* ** HERO ** */ 
.hero{
	background-image: url("../images/bigblok.png");
	background-color: #4d4b9a;
	color: #fff;
	padding: 40px 0;
}
.blue{
	display: block;
	background-color: #4d4b9a;
	padding: 40px 0;
	border-radius: 2px;
}
.hero-header{
	display:  inline-block;
	font-size: 2rem;
	border-bottom: solid 1px #ec623d;
	padding-bottom: 10px;
}
.hoofdstuk{
	text-transform: uppercase;
	color: #ccc;
}
h4{
	color: #18408e;
	text-transform: lowercase;
	font-variant: small-caps;
}
h4 span, .show-for-sr span{
	font-variant: normal;
	font-size: smaller;
}
h4.inhoudsopgave{
	font-variant: none;
	font-size: 1rem;
}
.link > .hoofdstuk{
	text-transform: uppercase;
	color: #212121;
	font-size: .8rem;
}
.link{
	background-color: #ecebe6;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.link:hover{
	background-color: #8cc0db;
}
a.link  {
	text-decoration: none;
}
.callout.lightblue, .callout.lightblue p, .callout.lightblue li{
	background-color: #8cc0db;
	color: #333;
	font-size: 1rem;
    line-height: 1.6;
}
.callout.lightoranje, .callout.lightoranje p, .callout.lightoranje li{
	background-color: #f67d5b;
	color: #000;
	font-size: 1rem;
    line-height: 1.6;
	border-radius: 5px;
}
.lightoranje h4 {
	color: #eee;
	font-weight: 600;
}
.lightoranje a{
	color: #eee;
	text-decoration: underline;
}
.lightoranje a:hover{
	text-decoration: none;
}
.is-active{
	background-color: #8cc0db;
	color: #212121;
}
.docs-nav-title{
	padding: 0.7rem 1rem;
	font-variant: small-caps;
}
.magellan-menu{
	padding-top: 1rem;
}

/* *** OVERLAY NAV *** */

.vertical.menu > li > a{
	border-bottom: solid 1px #eee;
}
/* .submenu-li{
  background-color: #8cc0db;
} */
.current-li{
	background-color: #8cc0db;
	color: #333;
}
.padded_right{
	padding-right: 20px;
}
.padded_left{
	padding-left: 20px;
}
a.current{
	color: #ec623d;
	text-decoration: underline;
	text-decoration-color: #8cc0db;
}

/* *** CONTENT *** */
.page-content {
  margin: 1.875rem 0; }
  @media print, screen and (min-width: 43.75em) {
    .page-content {
      margin: 4rem 0; } }
.page-content p, .page-content li{
	color: #333;
    font-size: 1.125rem;
    line-height: 1.6;
}
.page-content h3{
	color: #613B78;
}
.breadcrumbs li{
	font-size: 75%;
}
.legenda-tabel li{
	font-size: .9rem;
}
hr.dashed{
    border-style: dashed;
    margin: 2rem 0;
    max-width: 100%;
}
.tableName{
	font-size: 80%;
	color: #333;
	font-weight: 600;
}
.tableName>.tableNameSub{
	font-weight: 400;
}
.tableLegenda{
	font-size: 80%;
	color: #333;
	font-style: italic;
}
.maxWidth500{
	max-width: 500px;
}
.literatuur li{
	font-size: 80%;
}
.videotag{
	text-align: center;
}
img.smaller-image{
	display: block;
	margin-left: 0;
	width: 100%;
	
}
@media print, screen and (min-width: 40em) {
	img.smaller-image{
		width: 500px;
	}
	.hero-header{		
		font-size: 2.5rem;
	}
}
/* ** FOOTER ** */ 

footer{
	background-color: #eaeaf3;
	color: #4d4b9a;
	border-top: dashed 1px #ec623d;
	padding: 80px 0;
	z-index: 40;
}