body {
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../images/bg3.jpg);
	height: 100%;
	width: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
}

body.home {
	background-image: url(../images/bg2.jpg);
}

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

.navbar {
	min-height: 65px;
}
	
.navbar-header {
	
}
.navbar-brand {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	line-height: 65px;
}
.navbar-brand .glyphicon {
	border-radius: 12px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #454545;
}

.logo-image {
	margin-top: 4px;
}

.navbar-nav > li > a  {
	padding-top: 23px;
	padding-bottom: 22px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav > li > .dropdown-menu > li {
	width: 180px;
	float: left;
}

.navbar-nav > li > .dropdown-menu > li a:first-child {
	font-weight: bold;
}

.navbar-nav > li > .dropdown-menu.w1 {
	width: 184px;
}

.navbar-nav > li > .dropdown-menu.w2 {
	width: 364px;
}

.navbar-nav > li > .dropdown-menu.w3 {
	width: 544px;
}

.navbar-nav > li > .dropdown-menu.w4 {
	width: 724px;
}

.text_l h3,
.text_r h3 {
	font-family: 'Museo500Regular', Arial;
	color: #b71234;
	margin: 10px 0px;
	font-size: 40px;
}

.text_l p,
.text_r p {
	color: #1f1e21;
	font-size: 16px;
	margin: 20px 0px;
}

.button {
	border: 1px dotted #b71234;
	padding: 5px 15px;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #b71234;
	text-decoration: none;
}

@media (max-width: 767px) {
	ul.nav li.dropdown ul.dropdown-menu {
		display: block;
		position: static;
		box-shadow: none;
		border: 0px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.navbar-nav > li > .dropdown-menu > li {
		width: 100%;
		float: none;
	}
	
	.navbar-nav > li > .dropdown-menu.w1,
	.navbar-nav > li > .dropdown-menu.w2,
	.navbar-nav > li > .dropdown-menu.w3,
	.navbar-nav > li > .dropdown-menu.w4 {
		width: 100%;
	}
}

@media (max-width: 1170px) {
	.navbar-brand {
		font-size: 14px;	
	}
}
#home-slider {
	margin-bottom: 20px;
}

a.home-button {
	color: #ffffff;
	line-height: 34px;
}

a {
	color: #b71234;
	text-decoration: none;
}
a:hover,
a:focus,
a:link {
	color: #b71234;
}

.generix-content {
	border-radius: 3px;
	background-color: #ffffff;
	padding: 5px 15px 15px 15px;
}

.generix-content h1, .generix-content .h2 {
	font-family: Arial;
	color: #b71234;
	font-size: 18px;
	font-weight: bold;
}
			
.generix-content h2 {
	font-family: Arial;
	color: #a6a5a6;
	font-size: 18px;
	font-weight: bold;
}

#diensten-container .panel-heading a {
	display: block;
}

.media-list {
	border-radius: 3px;
	background-color: #ffffff;
	padding: 15px;
}

.media-list h4 {
	font-size: 14px;
	color: #b71234;
}

.media-list li {
	border-top: 1px dotted #a6a5a6;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

.media-list li:nth-child(1), .media-list li:nth-child(2) {
	border-top: 0px;
	padding-top: 0px;
}

.media-list a {
	color: #a6a5a6;
}

.media-list a span {
	color: #646567;
}

.media-list h3 {
	font-size: 20px;
	margin-top: 0px;
	color: #a6a5a6;
	font-weight: bold;
}

footer {
	background-color: #e5e5e5;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer h1 {
	font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #b71234;
	border-left-color: #b71234;
	border-right-color: #b71234;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

.list-group-item .glyphicon {
	display: none;
}

.list-group-item.has-subs .glyphicon-chevron-right {
	display: inline-block;
}

.list-group-item.has-subs.active .glyphicon-chevron-right {
	display: none;
}

.list-group-item.has-subs.active .glyphicon-chevron-down {
	display: inline-block;
}
div.list-group > div.list-group {
	margin-bottom: 0px;
}
div.list-group > div.list-group > a.list-group-item {
	padding-left: 30px;
}

input.error {
	border: 1px solid #f00;
}

label.error {
	color: #f00;
}

input[type=submit] {
	background-color: #b71234;
	color: #ffffff;
	border: 0px;
	padding: 5px 20px;
}
.btn-default {
	background-color: #b71234;
	color: #ffffff;
}

.red {
	color: #b71234;
	padding-bottom: 9px;
	border-bottom: 1px solid #b71234;
}

#searchlinks {
}

#searchlinks .container {
	position: relative;
}

#searchlinks .row:first-child {
	left: 15px;
	right: 15px;
	position: absolute;
	z-index: 5000;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#searchlinks a {
	display: block;
	padding-bottom: 5px;
}

#searchlinks a + a {
	padding-top: 4px;
	border-top: 1px dotted #a6a5a6;
}

#contact-kaart {
	width: 100%;
	height: 500px;
}

#locatie-kaart {
	width: 100%;
	height: 300px;
}