/*
MV blauw: #269ce6
MV Donkerblauw: #00254a
Donkergrijs: #787f87

Dark blue: #00254a
Half dark blue #0xxxe5399

PC: #2b3e4f darkgreen
PC: #19bd96 light green

Group selector
h2, h1 { : beiden zelfde stijl

Descendant selector:
ol li { hierarchie, alleen de li binnen ol

Child Selector
ol>li { alleen de li vlak na de ol

*/

:root {
    --middleblue: #337ab7;
    --darkblue: #00254a;
}

#minimenu a {
	background-color:#00254a;
	color:white;
	display: block;
	font-size:9px;
	text-align: center;
	border-radius:0px;
	padding:2px 2px;
	margin:1px 1px;
}

#minimenu div {
	/* border:1px solid red; */
	padding:0px 0px;
	margin:0px 0px;
	text-align: center;
}

#tekstcolumn hr {
	border-top: 1px solid #00254a;
}

.nieuwsbriefveld {
	margin-top:5px;
}

.figure-caption {
	font-size:10px;
	text-align:center;
}

.pull-left {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
}

.pull-right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
}


/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(/cssjs/fonts/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/cssjs/fonts/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/cssjs/fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	font: 400 15px Lato, sans-serif;
	/* font-family: Montserrat, sans-serif; */
	/* font: 400 15px Montserrat, sans-serif;  */
	/* font-family: 'Source Sans Pro', sans-serif;*/
	line-height: 1.8;
	color: #818181;
}

#tekstcolumn blockquote {
	/*
	color:#00254a;
	border:1px solid #00254a;
	background-color:#f6f6f6;
	margin:20px 30px 20px 30px;
	font-style:italic;
	text-align:center;
	*/
	margin: 18px 0;
    padding: 24px;
    line-height: 140%;
    border-radius: 3px;
    background-color: #e6edf2;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

#auteurbio {
	width:100%;
	/* border-left:3px solid #00254a; */
	margin-top:10px;
	/* border:1px solid #00254a; */
	text-align:justify;
	border-radius:5px;
	background-color:#f0f0f0;
	padding:20px 40px;
}

#hoofddeel table {
	margin:10px 10px;
}

#hoofddeel {
	/* outline: blue dotted thick; */
	padding-top:20px;
}

.homepageitem, .homepageitemsmall {
	padding:2px 12px;
	height:280px;
}

#rechterkolom .homepageitemsmall {
	height:auto;
}

#rechterkolom .thumbnailinner {
	height:50px;
}

#rechterkolom h2 {
	/* display:none; */
	font-size:12px;
}

.authorthumb {
	width:60px;
	height:60px;
	border-radius:30px;
	border:1px solid #e6e6e6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float:left;
	margin-right:15px;
}

.homepageiteminner {
	background-color:white;
	padding:10px 10px;
	position:relative;
	border:1px solid #e6e6e6;
	border:1px solid #00254a;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* height:100%; */
	height:200px;
	overflow:hidden;
}

.thumbnailinner {
	height:100px;
	border-radius:3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.homepageiteminnertitle {
	/* position:absolute; */
	padding:10px 10px;
	text-align:center;
    /* background: rgba(0, 37, 74, .75); */
    /*background: rgba(255, 255, 255, .90);*/
	/* left:0px; */
	/*bottom:0px; */
	width:100%;
}

#rechterkolom .itemtitle {
	font-size:12px;
}

.itemtitle {
	color: var(--middleblue);
	color: #00AEEF;
	color: black;
	/* font-size:1.2em; */
	font-size:18px;
	line-height:1.1em;
	/* text-transform: uppercase;*/
	padding:10px 10px;
}

.itemsummary {
	/* outline: red dotted thin; */
	padding:10px 0px 10px 0px;
	border-bottom:1px solid grey; 
	text-align:left;
}

#headertitel {
    background: rgba(255, 255, 255, .7);
	width:75%;
	padding:20px 20px;
	border-radius:6px;
}

#quotetext {
	/*
	text-shadow: -1px -1px 0 #00254a, 1px -1px 0 #00254a, -1px 1px 0 #00254a, 1px 1px 0 #00254a;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	*/
	font-size:1.0em;
	color:white;
	color:#00254a;
	line-height:1.3em;
	/* vertical-align:30%; */
	/*height:100%; */
}

#quotername {
	font-size:0.95em;
	color: #337ab7;
}

img.itemimage {
	width:100%;
	border: 1px solid #e6e6e6; 
}

#mvkop {
	padding-left:20px;
	/* outline: red dotted thin; */
}

#mvtext {
	font-size: 20px;
	text-transform:uppercase;
	color: #00254a;
}

#mvpayoff {
	font-size: 13px;
	letter-spacing: 2px;
}

#mvlogo {
	width: 40px;
	height: auto;
	float:left;
	margin-right:15px;
	/*
	float:right;
	margin-left:15px;
	*/
}

h1, h2 {
  font-size: 24px;
  text-transform: uppercase;
  /* color: #303030; */
  color: #00254a;
  font-weight: 600;
  margin-bottom: 30px;
}

h3 {
	font-size: 19px;
	color: #00254a;
	font-weight: bold;
}

a.homelink {
	text-decoration:none;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  /* color: #00254a; */
  font-weight: bold;
  margin-bottom: 30px;
}  

td.textkader {
	margin:10px 10px;
	padding:10px 10px;
	border: 1px solid #e6e6e6; 
}

.colorblue {
  color: #269ce6;
}

.jumbotron {
	color: #fff;
	height:300px;
	padding: 10px 25px;
	font-family: Montserrat, sans-serif;
  }
  
.container-fluid {
	/* padding: 60px 50px; */
	padding: 0px;
}

.bg-grey {
	background-color: #f6f6f6;
}

.logo-small {
	color: #00254a;
	font-size: 50px;
}

.caption {
	text-align:center;
	clear:both;
	line-height:1.4em;
}

/*
a.itemtitle  {
	font-size:22px;
	color: #00254a;
	line-height:1.2em;
}
*/

#links a {
	/*clear:both;
	float:left;*/
	font-size:19px;
}

.container-fluid, .container {
	/*min-height: 100%;
	height: 100%;
	*/
	/* outline: red dotted thick; */
}

.logo {
  color: #00254a;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #269ce6;
}
.carousel-indicators li {
  border-color: #269ce6;
}
.carousel-indicators li.active {
  background-color: #269ce6;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}

img.head {
	border-radius:5px;
	padding:0px 0px 20px 20px;
}

.panel {
	border: 1px solid #269ce6; 
	border-radius:5 !important;
	transition: box-shadow 0.5s;
	paddding:0px 0px;
	margin:0px 0px;
}

.panel-title {
	font-size:1.6em;
}

.panel-title a {
	text-decoration:none;
}

#navrij {
	height:10px;
}

.panel-body {
	font-size:1.5em;
	text-align:left;
	line-height:1.1em;
}

#inspiration img {
	margin:10px 0px 10px 10px;
	border-radius:3px;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #269ce6;
  background-color: #fff !important;
  color: #269ce6;
}
.panel-heading {
  color: #fff !important;
  background-color: #269ce6 !important;
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #269ce6;
  color: #fff;
}

#navrow, .navbar {
	height:90px;
	/* outline: green dotted thick; */
}

.navbar-brand {
	/* outline: blue dotted thick; */
	padding:0px 0px;
}

.navbar {
	padding-top: 20px;
	margin-bottom: 20px;
	/* background-color: #269ce6; */
	background-color: white;
	z-index: 9999;
	border-bottom: 1px solid #00254a;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
	/* display:none; */
}

.navbar li a {
	/*
	color: #fff !important;
	background-color: #00254a !important;
	*/
	color: #00254a !important;
	background-color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	/*
	color: #00254a !important;
	background-color: #fff !important;
	*/
	color: #fff !important;
	background-color: #00254a !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
	margin-top:0px;
}

.navbar-header {
	/* outline: green dotted thin; */
	width:450px;
}

footer .glyphicon {
  font-size: 32px;
  margin-bottom: 20px;
  color: #00254a;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;	
  animation-duration: 1s;	
  -webkit-animation-duration: 1s;
  visibility: visible;			
}
@keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}	
}
@-webkit-keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}
}

.icon-adres {
	font-size: 15px;
	color:white;
	margin-right:10px;
	float:left;
	margin-top:7px;
	clear:left;
}

#adrestekst {
	float:left;
}

#adresrest {
	clear:both;
}

#headerimage {
	margin-bottom:0px;
	/* outline: #00FF00 dotted thick; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height:184px;
	/*height:300px; */
}

#mainimage {
	border-radius:0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height:200px;
	border:1px solid #f0f0f0;
}

#tekstcolumn p {
	padding-bottom:35px;
}

#tekstcolumn {
	background-color:white;
	/* margin-top:-44px; */
	padding-bottom:20px;
	text-align:justify;
	font-size:17px;
	font-size:20px;
	color:black;
	line-height:1.2em;
	line-height:1.7em;
}

/*
#headertekst span {
	text-align:center;
	padding:1px 20px;
	color: black;
	background-color: white;
	padding:5px 15px;
	line-height:2em;
	font-weight:bold;
}
*/

#timegenerated {
	color:inherit;
}

.nav .leftmenuitem {
	border-bottom-left-radius:6px;
	border-top-left-radius:6px;
}

.nav .rightmenuitem {
	border-bottom-right-radius:6px;
	border-top-right-radius:6px;
}

#afsluiting {
	min-height:160px;
	background-color:#00254a;
	color:white;
	padding:30px 30px;
	border-top:1px solid #fefefe;
}

.linkcolom {
	margin-bottom:20px;
}

.linkkolom > a {
	color:white;
}

a.bottomlink {
	color:white;
	clear:left;
	float:left;
	font-size: 17px;
}

#collapseOne.in {
	background-color:#ebf6f4 !important;
}

.mvblue {
	color:#00254a;
}
