/* TOONT KOLOMMEN IN ACHTERGROND
-------------------------------------------------- */

@media (min-width: 768px) {
	html, body, .container .row {
		background-image: url(images/bootstrap-grid-sm.png);
		background-image: none;
		background-position: center top;
		background-repeat: repeat-y;
		background-attachment: fixed;
	}
}
@media (min-width: 992px) {
	html, body, .container .row {
		background-image: url(images/bodybg-md.png);
	}
}
@media (min-width: 1200px) {
	html, body, .container .row {
		background-image: url(images/bodybg-lg.png);
	}
}
html.geen_rechter_kolom, body.geen_rechter_kolom body, body.geen_rechter_kolom .container .row {
	background-image: none;
}






html {
  position: relative;
  min-height: 100%;
}
/* Sticky footer styles
-------------------------------------------------- */

body {
/* 	margin-top: 70px;
	margin-bottom: 60px; */
}

.slab, .robotoslab {
	font-family: "Roboto Slab", sans-serif;
}

.btn {
	padding: 6px 10px 5px;
}

#container-right .poppetjes {
	border-top: 25px solid #fff;
	border-left: 1px solid #fff;
	background: #fff;
	margin: 0 0 0 -1px;
	padding: 0;
	line-height: 1;
}
#container-right .poppetjes img {
	margin: 0;
	padding: 0;
}
.rightheader {
	padding: 10px 15px 10px;
	background: #ED7703;
	color: #000;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
.rightheader h2, .rightheader h3, .rightheader a {
	margin: 0;
	color: #000;
	margin-bottom: 0;
}
.rightheader h3 {
	font-size: 22px;
}
body.md .rightheader h3 {
	font-size: 18px;
}
#container-right h4 {
	margin-bottom: 0;
}
.rightcontent {
	padding-left: 15px;
	padding-right: 15px;
}
#container-right .btn-info {
	padding-left: 30px;
	padding-right: 30px;
}
.btn-info:hover {
	background-color: #69374d;
}
code {
  font-size: 80%;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.fancybox-margin .navbar {
    margin-right:auto !important;
}
.pagecontent ul {
	padding-left: 20px;
}


#clearheaderleft, #clearheadercenter, #clearheaderright {
	height: 30px;
}
.withtopimg #clearheaderleft, .withtopimg #clearheadercenter, .withtopimg #clearheaderright {
	height: 0px;
}
#clearfooterleft, #clearfootercenter, #clearfooterright {

}
#container-center {
	padding-bottom: 30px;
}
#bground {
	width: 1170px;
	background: rgba(255, 255, 255, 0.90);
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.thumbnail {
	background: rgba(255, 255, 255, 0.5);
	border-color: #bbb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.fotoboek, .thumbscontainer, ul.thumbs {
	width: 100%;
	min-height: 1px;
}
.input-xs {
    height: 24px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-xs, .form-group-xs .form-group {
    margin-bottom: 8px;
}
.form-group-xs>.form-control,
.form-group-xs>.input-group-addon,
.form-group-xs>.input-group-btn>.btn,
.form-group-xs .form-control,
.form-group-xs .input-group-addon,
.form-group-xs .input-group-btn>.btn {
    height: 24px;
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
}
.form-group-xs>.form-control,
.form-group-xs .form-control {
	border-color: rgba(255, 255, 255, 0.3);
}

.errors {
	border: 1px solid #f00;
	background: #fbefef;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 10px;
}

.requiredValue {
	border-color: #f00 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

input[type='radio'].requiredValue:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: -3px;
    left: -2px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ff0000;
}

.page-header {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  border-bottom: none;
}
body.withtopimg .page-header {
	width: 100%;
/* 	background: rgba(255, 0, 0, 0.1); */
	min-height: 68px;
	overflow: visible;
	margin-top: -30px;
}
@media (min-width: 768px) {
	body.withtopimg .page-header {
		width: 352px;
		min-height: 88px;
		margin-top: -100px;
	}
}
@media (min-width: 992px) {
	body.withtopimg .page-header {
		width: 460px;
		min-height: 118px;
		margin-top: -115px;
	}
}
@media (min-width: 1200px) {
	body.withtopimg .page-header {
		width: 551px;
		min-height: 128px;
		margin-top: -135px;
	}
}


/* AAA
---------------------------------------------- */
a.aaa {
	color: #69374d;
	text-decoration: none;
	padding: 17px 2px 0px;
	display: inline-block;
}
a.aaa.aaas {
	font-size: 80%
}
a.aaa.aaam {
	font-size: 90%
}
a.aaa.aaal {
	font-size: 105%
}



/* Breadcrumbs
---------------------------------------------- */
nav.breadcrumbs {
	background: #fff;
}
nav.breadcrumbs ul.breadcrumb {
	padding: 10px 0px;
	margin-bottom: 15px;
	overflow:hidden;
	background: #fff;
}

nav.breadcrumbs ul.breadcrumb li {
	display:inline-block;
}
nav.breadcrumbs ul.breadcrumb li:before {
	content: "›";
	padding: 0px 10px;
	color: #69374d;
	font-weight: bold;
}
nav.breadcrumbs ul.breadcrumb li#bc1:before {
	content: "";
	padding: 0px;
}
nav.breadcrumbs ul.breadcrumb a {
	color: #69374d;
	font-size: 18px;
}
nav.breadcrumbs ul.breadcrumb li#bc1 a {
	color: #69374d;
}
nav.breadcrumbs ul.breadcrumb :hover {
	color: #000;
	text-decoration: none;
}

ul.breadcrumb > .active {
	color: #000;
	font-size: 18px;
}

.breadcrumbs ul.breadcrumb li#bc2 {
	display: none;
}




/* Topslider
---------------------------------------------- */
#banner .row {
	margin: 0;
}
/*
.fullscreenbanner .topslider-container {
	width:100%;
	height: 100%;
	position:relative;
	padding:0;
}
*/

/*
.fullscreenbanner #topslider {
	height: 100% !important;
}
*/
#topslider {
	overflow: hidden;
	position: relative;
	/*
	width: 1170px;
	height: 320px;
	*/
	margin: 0px auto 0px;
	background-color: #fff;
	padding: 0px;
	overflow: hidden;
	width:100%;
}
#topslider li {
	z-index: 0 !important;
}
#topslider li img {
	display: none;
}
#topslider ul {
	list-style-type: none;
	display: none;
}








/* Artikele (overzicht)
---------------------------------------------- */
.artikelen {
	padding-bottom: 20px;
}
.artikelen a.itemlink {
	color: #000;
	padding-bottom: 30px;
	text-decoration: none;
}
.artikelen a.itemlink h3 {
	margin: 0;
	color: #2f7a9b;
	font-size: 22px;
	text-decoration: none;
	font-family: "Roboto Slab", sans-serif;
}
.artikelen a.itemlink .artikelkop {
	width: 93%;
/* 	background: rgba(255, 0, 0, 0.1); */
	min-height: 40px;
	margin-top: -26px;
	margin-bottom: 10px;
	text-decoration: none;

}
.artikelen a.itemlink .leesverder {
	text-decoration: underline;
	color: #2F7A9B;
}
.artikelen a.itemlink:hover {
	text-decoration: none;
	color: #69374d;
}
.artikelen a.itemlink:hover h3 {
	text-decoration: none;
	color: #69374d;
}
.artikelen a.itemlink:hover .leesverder {
	text-decoration: underline;
}

body.lg .artikelen a.itemlink img {
	width: 409px;
	height: 210px;
}





/* FAQ
---------------------------------------------- */
.panel-heading {
	padding: 0;
}
.panel-title a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}
.panel-title a:hover {

	background-color: #ED7703;
	color: #fff;
}
.panel-heading i.fa-angle-up {
	display: block;
}
.panel-heading i.fa-angle-down {
	display: none;
}
.panel-heading .collapsed i.fa-angle-up {
	display: none;
}
.panel-heading .collapsed i.fa-angle-down {
	display: block;
}




/* Nieuws
---------------------------------------------- */
.newscontainer a.itemlink:hover {
	text-decoration: none;
}
.newscontainer a.itemlink:hover .thumbnail {
	background: #fff;
	border-color: #bbb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}



.filterlist li a.selected {
	color: #000;
}


.scroll-down {
	text-align: center;
	color: #fff;
	font-size: 50px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 20;
}
.scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}










/* Header- en mainnavigatie
-------------------------------------------------- */
.navbar {
	min-height: 60px;
	margin-bottom: 0px;
}
.navbar-default .navbar-collapse {
	margin-left: -15px;
}
.navbar-default .nav > li > a {
	padding: 0 0px 0px 15px;
	border-left: 1px solid #ED7703;
	height: 20px;
	line-height: 20px;
	margin: 20px 0px 20px 15px;
	text-decoration: none;
	font-family: "Roboto Slab", sans-serif;
}
@media (min-width: 768px) {
	.navbar-default .nav > li.first > a {
		border: 0;
		margin-left: 0;
		padding-left: 0;
	}
}
.navbar-default {
  border-width: 10px 0 10px;
}
.navbar-brand {
  float: right;
  padding: 10px 0px;
  font-size: 19px;
  height: 40px;
  margin: 0 !important;
}
a.navbar-brand img {
	height: 40px;
	margin: 0px 0px 0px 0px;
}
.navbar-header .btn {
	margin: 10px 20px 10px 0px;
}
.navbar-default .navbar-toggle {
	background-color: #2F7A9B;
	border: 0;
	height: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
/* 	background: #fff; */
}
.navbar-nav>li>a {
	font-size: 17px;
}
.navbar #ajaxSearch_form input {
	margin-top: 10px;
	border: 0;
	box-shadow: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
}

#locator-search {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	margin: 0;
}
.topnav #navlink_2 {
	display: none;
}




/* Mainmenu (navigatie in kolom)
-------------------------------------------------- */
#mainmenu h3 {
	margin-top: -5px;
}

#mainmenu .list-group-item {
	font-size: 1.2em;
	font-weight: bold;
}
#mainmenu .list-group .sub-list-group {
	margin-bottom: -1px;
}
#mainmenu .list-group a.level2 {
	padding-left: 30px;
}
#mainmenu .list-group a.level3 {
 	padding-left: 45px;
	font-size: 1.1em;
	font-weight: normal;
}

#mainmenu .list-group a.level5 {
	padding-left: 60px;
	font-size: 1.1em;
	font-weight: normal;
}
body.page1 #mainmenu #mmlink_13 {
	display: none;
}
.list-group-item {
	border-color: #bbb;
}








/* Footer
-------------------------------------------------- */
.footercontent {
/*
  position: fixed;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
*/
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
#cc-tag {
	border-top: 1px solid #dadada;
	padding: 20px 15px;
	text-align: right;
}
.cc-link.btn btn-success, #cc-notification-moreinfo, #cc-approve-button-thissite {
	color:#000;
}

.footer, .footer p, .footer .text-muted,
.footer h3, .footer li, .footer a {
/* 	color: #fff; */
}
.container .text-muted {
  margin: 20px 0;
}
a.footer-brand {
	float: left;
}
a.footer-brand img {
	height: 40px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footermap {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footermap ul, #footermenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.footermap li, #footermenu li {
	display: block;
	list-style-type: none;
	margin: 0;
    padding: 0;
}
#footermenu {
	float: right;
	padding: 0px 0px 0px 20px;
}
#footermenu li {
	display: inline;
	padding: 0px 15px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#footermenu li.last {
	display: inline;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
#footermenu li a, #cc-tag a {
	color: #666;
}
/*
.footer input {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-weight: bold;
}
.footer .form-control:focus {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.05);

	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset, rgba(255, 255, 255, 0.6) 0px 0px 8px 0px;
}

.footer ::-webkit-input-placeholder {	color: rgba(255, 255, 255, 0.7); }
.footer :-moz-placeholder {				color: rgba(255, 255, 255, 0.7); }
.footer ::-moz-placeholder {			color: rgba(255, 255, 255, 0.7); }
.footer :-ms-input-placeholder {		color: rgba(255, 255, 255, 0.7); }
*/


i.fa span {
	position: absolute;
	left:-9999px;
}


#mmbutt {
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 50px;
	padding: 0 50px;
}
#mmbutt a {
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}
#mmbutt a.friends
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
#mmbutt a.right
{
	left: auto;
	right: 10px;
}

body.bsmenu #mmbutt {
	display: none !important;
}
.mm-opened .navbar-fixed-top {
	position: fixed;
	top: 0px;
}

.mm-opened body  {
    margin-top: 0px;
}
.mm-opened .withcarousel .carouselcontainer, .mm-opened .nocarousel .pagecontent {
	padding-top: 50px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1199px) {
	body.hvenster #topslider div.hdrtitl h1 {
		/* 	Header title lekker groot bij een venster-brede carousel */
		font-size: 48px;
	}
}
@media (max-width: 991px) {
	body.hvenster #topslider div.hdrtitl h1 {
		font-size: 32px;
	}

	a.navbar-brand {
		position: absolute;
	}
	.navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	#clearheaderleft, #clearheadercenter, #clearheaderright {
		height: 0px;
	}
	#clearfooterleft, #clearfootercenter, #clearfooterright {
		height: 0px;
	}
}


@media (max-width: 767px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
	  width: 100%;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
	    /*display: none;*/
	}
	a.navbar-brand img, body.scrolling a.navbar-brand img {
		height: 40px;
		margin: 5px 0px 0px 0px;
	}
	.navbar, body.scrolling .navbar, a.navbar-brand {
		min-height: 50px !important;
	}
	a.navbar-brand {
		padding: 0px 15px;
		height: 50px !important;
	}
	body.mmenu a.navbar-brand {
		float: left;
		right: 30px;
	}
	ul.nav, body.scrolling ul.nav {
		margin-top: 0px;
	}
	.navbar-toggle {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.tweet .content {
		/* Be VERY careful with this, breaks normal words wh_erever */
		word-break: break-all;
	}

	#cc-notification-wrapper {
		margin-left: 10px;
	}
	div#cc-modal-wrapper.modal-header {
		padding: 10px;
	}
	p.cc-subtitle {
		display: none;
	}
	div#cc-modal.cc-mobile h1, div#cc-modal.cc-mobile h2, div#cc-modal.cc-mobile h3 {
		margin-top: 6px;
		margin-bottom: 0;
	}
	body.xs .cc-mobile ul {
		list-style-type: none;
		margin: 0;
		padding-left: 0;
	}
	body.xs .cc-mobile li {
		display: block;
	}
	.close {
		padding-top: 6px;
		font-size: 14px;
		opacity: 1;
	}
}


