
.nav-link.active  {
	font-weight:bold !important;
}


.btn-green {
	background-color:#b4ff00;
	color:#333;
	font-weight:bold;
}

#header {
	overflow-x:hidden;
	max-width:100%; 
	margin:0 !important;
}

footer, footer *
{
	color:#fff !important; 
}

footer .col {
}

footer a, footer a:visited, footer a:hover, footer a:active, footer a:link, footer i {
	text-decoration:none !important;
	color:#fff !important;
}

footer a:hover {
	text-decoration:underline !important;
}

#container {
/*	width:100%;
	max-width:1200px;
	
	margin:0 auto !important;
	
	display:block;
*/
}

/* small screens */
@media only screen and (max-width: 600px) {
  footer, footer *  {
    font-size:.7rem !important;
  }
  
  table, table * {
		font-size:.8rem;
  }
  
  .toast, .toast *, .alert, .alert * {
		font-size:.8rem !important;
	}
	
	.btn-slider  {
		display:none !important;
	}
	

}



#headerMob, #headerMob * {
	color:#fff !important; text-decoration:none !important;
	margin:0;
	padding:0;
}

.btn, .btn *, .btn:hover, .btn:hover * {
	color:#fff !important;
}

a.btn:hover {
	text-decoration:none !important;
}

.col-overzicht:hover {
	background-color:#eee !important;
}

h1, h3, h4 {
	font-weight:bold !important;
}

h2 {
	font-weight:normal !important;
}


.dropdown-item .active 
{
	background-color:#333 !important;
}

body 
{
	overflow-x:hidden !important;
}

