@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);

body {
    font-family: "Exo 2", sans-serif;
	font-size: 16px;
}
#myCarousel {
	/* border-top verwijderen als alles weer normaal is*/
	/*border-top: solid 2px #006000; */
	border-bottom: solid 2px #006000;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .9s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}
/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.map img {
	max-width: none;
}
.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}
.map-box-space1 {
	margin-top: 7px;
}
.bgpicone {
	background: url(../img/bg/markt.jpg) repeat fixed;
	background-position: bottom left;
}
.bgpictwo {
	background: url(../img/bg/nieuweweg.jpg) repeat fixed;
	background-position: top center;
}
.header {
    border-bottom-color: #006000;
    padding-bottom: 8px;
}
.header .navbar-nav > li > a {
	font-family: "Open Sans", sans-serif;
	color: #006000;
}
.header .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
	border: none;
}
.footer-v1 .link-list a {
    font-size: 16px;
	text-transform: none;
}
.footer-v1 .copyright {
	background-color: #fff;
	padding: 0px;

}
.footer-v1 .copyright p {
	font-weight: bold;
    color: #272727;
}
.footer .fa {
	width: 3em;
}
.footer-v1 .footer {
	padding: 20px 0;
}
.footer-v1 .footer p {
	margin-bottom: 0px;
}
.footer-v1 .footer i {
	padding-right: 15px;
}
.footer-v1 .footer h2 {
    font-size: 22px;
}
.container .jumbotron {
	border-radius: 0px;
}
.jumbotron {
	color: #FFF;
	background: #272727;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
}
.jumbotron p {
	color: #FFF;
}
.jumbotron h1 {
    font-family: "Roboto",sans-serif;
	line-height: 1em;
}
.btn-u {
	font-size: 18px;
}
.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active, .open .dropdown-toggle.btn-u.btn-u-orange {
	background: #006000;
}
.btn-u.btn-u-orange {
	background: #3b5998;
}

.txt-art{
	text-align: left;
	padding-left: 20px;
	margin: 0px;
}
.pricetag {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px  7px 10px;
	color: #fff;
	background-color: #272727;
	font-size: 1.2em;
}
.thumbnail {
	text-align: center;
	border: 1px solid #999;
}
.thumbnail .caption {
	padding: 0;
}
.thumbnailheader {
	margin: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #272727;
	color: #fff;
}
#folders .thumbnail h3, #folders .thumbnail p {
	background: #272727;
	margin: 0;
	padding: 5px 0 0 0;
	color: #fff;
}
#folders .thumbnail p {
	background: #272727;
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
}
#uitgelicht .thumbnail .caption {
	padding: 0px;
}
.kliklabel {
	position: absolute;
	left: 20px;
	top: 65px;
	color: #006000;
	background: #ffff99;
	opacity: 0.8;
	padding: 5px;
	border-radius: 5px;
	transform: rotate(-30deg);
}
.padding-bottom-5 {
	padding-bottom: 6px;
}
.padding-top-4 {
	padding-top: 4px;
}
.padding-top-10 {
	padding-top: 10px;
}
.headline-center-v2 p {
	font-size: 16px;
	color: #fff;
}
.headline-center-v2 h2 {
	color: #fff;
}
.headline {
	border-bottom: 2px solid #353535;
}
.headline h2 {
	border: none;
}