@font-face {
	font-family: 'Museo-Regular';
	src: url('https://nieuwsbrief.kansenvoorwest.nl/fonts/1/MuseoSans-500.woff2');
	font-weight: normal;
	font-style: normal;
	mso-font-alt: 'Arial';
        }


body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Museo-Regular', Arial, Helvetica, sans-serif;
}


a:link,a:visited,.btn-link
{
	color: #0E175E;
	text-decoration: underline;
}

a:hover, a:focus {
    color: #4eaace;
    text-decoration: underline;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.navbar
{
	background-color: #fff;
	opacity: 0.9;
}


.navbar-brand
{
	margin: 0px;
	background-color: #fff;
	padding: 8px 0px 0px 0px;
	max-width: 303px;
	height: 30px;
}

.nav_logo_img
{width:100%;
margin-top:0px;
margin-bottom:0px;
}

h1
{
	margin: 2px 2px 1em 0px;
	font-size: 1.4em;
	font-weight: bold;
}

h2
{
	margin: 2.2em 2px 8px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

h3
{
	margin: 2.2em 2px 8px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

.title_black
{
	background-color: black;
	color: white;
	margin: -20px 0px 16px 0px;
	padding: 0px 16px 0px 16px;
}

.title_black h2
{
	margin: 3px;
	font-size: 1.2em;
	padding: 4px 0px 4px 0px;
}


.sr-only
{
background-color: #0E175E;}



.menu
{
	padding-right: 0px;
	padding-left: 0px;
	margin:0px
}

.menu a
{
	display: block;
	padding-right: 0px;
	padding-left: 12px;
}



#menu ul
{
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	border: none;
}

#menu li {
margin: 0;
}

#menu li a
{
	display: block;
	padding: 2px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #menu li a {
width: auto;
}

#menu li a:hover {
background-color: #dfe0e1;
color: #15af0d;
}






.footer_img
{
	width: 14px;
	height: 14px;
}

.button
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	background-color: #0E175E;
	border: 1px #0E175E solid;
	font-size: 12px;
	font-family: 'Museo-Regular',Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 16px;
}



.button:hover
{
    color: #CC141E;
    background: white;
    border: 1px solid #CC141E;
    text-decoration: none;
    transition: 0.15s;
	
}


/*hide checkbox and radio buttons*/
input[type=checkbox] {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0; /*This is the part tht actually hides it*/
}

/*normalize the spacing*/
input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

/*unchecked css*/
input[type=checkbox] + label > span {
    display: inline-block;
    border:1px #000 solid;
    width: 14px;
    height: 14px;
    margin: 0px 10px 0px 24px;
}

/*selected checkbox css*/
input[type=checkbox]:checked + label > span > span
{
	width: 14px;
	height: 14px;
	display: block;
	background-image: url('/graphics/vinkje-checkbox.svg');
	background-repeat: no-repeat;
	background-position: 0px -4px;
}


/*selected radio css*/
input[type=radio]:checked + label > span > span {
    width: 14px;
    height: 14px;
    display:block;
    background-image: url('/graphics/bullet-rood.svg');
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

/* Style the list */

.breadcrumb {
    padding: 16px 15px 0px 22px;
    margin-bottom: 0px;
    list-style: none;
    background-color:#0E175E;
    border-radius:0px
}
ul.breadcrumb {
  padding: 13px 16px 0px 40px;
  list-style: none;
  color:#ffffff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 0.9em;
	font-family: 'Museo-Regular',Arial, Helvetica, sans-serif;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #ffffff;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
    background-color:#0E175E;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #4eaace;
  text-decoration: underline;
}

ul.breadcrumb li a.active
{
	color: #ffffff;
	font-weight: bold;
    text-decoration: none;

}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    border: 1px #ccc solid;
    border-radius: 0px;
    background-color: #fff;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus
{
	outline: 0;
	box-shadow: none;
	border: 1px #CC141E solid;
}



.form-control::placeholder {
    color: #999;
}

