@charset "UTF-8";
/* CSS Document */
body{
	background:#fff;	
}

ul{
	display:block;
	list-style-type:disc;
	margin-left:17px;
}
/* Header */

.header{
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5{
	font-family: 'Ubuntu', sans-serif;

	text-align:center;
}
h2{
	margin-top:50px;	
}
/* Navigatiebalk */

.navigatie{
	background:#f1f3f2;
	color:#333;
	border:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.sticky.is-sticky {
  position: fixed;
  left: 0; 
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #D6B190;  /*Sets the text hover color on navbar*/
}
.navbar-nav{
	margin-left:-17px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #D6B190; /*BACKGROUND color for active*/
background-color: #D68E4F;
	font-family:'Ubuntu', sans-serif;

}

  .navbar-default {
    background-color: #dbfbea;
	font-family:'Ubuntu', sans-serif;
	color:#D6B190;
    border:none;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #fff;
   text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: #D6B190; /*Change active text color here*/
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #D68E4F;
}


.bg-light{
	background:#f1f3f2 !important;	
	color:#202121 !important;
	font-family:'Ubuntu', sans-serif;
}
.nav-link{
	padding:10px;
	padding-left:20px !important;
	padding-right:20px !important;
	color:#202121 !important;	
}
.nav-link:hover{
	background:#15a9ea;
}
.active > .nav-link{
	color:white !important;
	padding-left:30px;
	padding-right:30px;
	background:#5d5e5e!important;	
}

/* Page */
p{
	font-family: 'Open Sans', sans-serif;

}

/* footer */

.footer{
	background:#15a9ea;
	padding-top:20px;
	padding-bottom:20px;
	color:#f1f3f2;
	margin-top:50px;
}
a.lightlink{
	color:#ffcc00;
	text-decoration:underline;
}
a.lightlink:hover{
	text-decoration:none;	
}
.persoon{
	margin-top:30px;
	padding:20px;
	box-shadow:0px 0px 4px 0px #000;
	background:#fff;
	text-align:center;
}
.prive-entry{
	font-family:'Ubuntu', sans-serif;
	color:#ffcc00;
	font-weight:bold;
	font-size:30px;
}
.table{
	width:100em;
}
.table tr:hover{
	background:#15a9ea !important;
	cursor: pointer;
}
.hidden{
	display:none;
}
.hoofdpersoonrond{
	border-radius: 50%;
	box-shadow: 0px 0px 20px #000;
}
.hoverimg{
	opacity: 70%;
	cursor:pointer;
	transition: 0.5s ease-in-out;
}
.hoverimg:hover{
	opacity:100%;
	
}
.headerlogo{
	background:#15a9ea;
	color:#f1f3f2;
	padding-top:10px;
	padding-bottom:10px;
}
.headerlogo h1{
	text-align:left;
}
.grijs{
	color:#5d5e5e;
}
.geel{
	color:#ffcc00;
}
.headerfoto{
	margin-top:10px;
	padding:0 !important;
}
.omschrijving{
	background:rgba(0,0,0,0.6);
	color:white;
	z-index:999;
	position:absolute;
	bottom:0px;
	margin:.35rem;
	padding:.35rem;
	font-size:10px;	
}
.whitelink{
	color:white;
	text-decoration: underline;
}
.whitelink:hover{
	color:#CACACA;
	text-decoration:none;
}