/*==========  Mobile First Method  ==========*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
}
a {
	color: rgba(3, 108, 174, 1);
}
.btn {
	text-transform: uppercase;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-default{
	background-color: rgba(233, 126, 0,1); /* oranje */
	color: #ffffff;
	border: none;
}
.btn-default:hover{
	color:rgba(233, 126, 0,1);
}
.btn-primary  {
	background-color: rgba(3, 108,174,1); /* blauw */
	color: #ffffff;
	border: none;
} 

.btn-primary:hover  {
	background-color: rgba(3, 108,174,0.6); 
}
.btn-info{
	background-color: rgba(201, 223, 238,0.4); /* oranje */
	border: 1px solid rgba(3, 108,174,0.6); /* blauw */;
	color: rgba(3, 108,174,1);
	margin-bottom: 15px;
}
.btn-info:hover{
	background-color: rgba(3, 108,174,1);
	color:#ffffff;
}
h1, h2, h4 {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(3, 108, 174, 1);
}
h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(233, 126, 0,1);
	font-size: 20px;
}	
.vertical-padding {
	padding: 45px 0 45px;
}
h4 {
	background-color:  rgba(3, 108,174,1);
	color: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color: rgba(233, 126, 0,0.6); /* roze */
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.scrollToTop:hover, .scrollToTop:active{
	background-color: rgba(233, 126, 0,1); /* roze */
	color: #ffffff;
}
#usp ul, #branches ul, #specificaties ul, .tekst ul {
	list-style:  none;
}
#usp ul li, #branches ul li , #specificaties ul li, .tekst ul li {
	position: relative;
}
#usp ul li:before, #branches ul li:before, #specificaties ul li:before, .tekst ul li:before{
	font-family: FontAwesome;
	content: "\f2dc";   
	position: absolute;
	left: -30px;
	color:rgba(3, 108,174,1);
}
/* HEADER */
header {
	position: relative;
}
header:after {
	content: '';
	position: absolute;
	bottom: 0%;
	left: 45%;
	left: calc(50% - 30px);
	margin-left: -10px;
	width: 0;
	height: 0;
	border-bottom: solid 30px rgba(229,240,247,1);
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
}

header + div {
	background-color: rgba(229,240,247,1);
}
#hoofdmenu {
	background: none;
	border: none;
	padding-bottom: 15px;
}
#hoofdmenu.scroll {
	background-color: rgba(0,0,0,0.5);
}
#hoofdmenu .navbar-header {
	height: 100px;
	background:none;
}
#hoofdmenu .logo-hoofdmenu {
	width: 165px;	
}
#hoofdmenu .navbar-toggle {
	color: #ffffff;
	margin-top: 20px;
	border:0;
	width: 60px;
	text-align: center;
	font-weight: 700;
}
#hoofdmenu .navbar-toggle .icon-bar {
	width: 40px;
	height: 4px;
	background-color: #ffffff;
}
#hoofdmenu .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}
#hoofdmenu .navbar-toggle:hover {
	color: rgba(233, 126, 0,0.6); /* roze */
	background:none;
}
#hoofdmenu .navbar-toggle:hover .icon-bar {
	background-color: rgba(233, 126, 0,0.6); /* roze */
}
#hoofdmenu .navbar-toggle:focus {
	background:none;
}
#uitklapmenu {
	border: none;
	background-color: rgba(3, 108,174,1); /* blauw */
}	
#hoofdmenu .navbar-nav>li>a {
	color: #ffffff;
}
#hoofdmenu li.active>a {
	background-color: rgba(233, 126, 0,1); /* oranje */
}

/* Slider */
#topimg {
	height: 300px;
}

#topimg .item{
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	display:block;
}
#topimg .carousel-inner{
	overflow: unset;
}

#topimg .carousel-caption {
	left: 0;
	bottom: -50px;
	text-shadow: none;
	right: 0;
	padding: 0;
}
#topimg .carousel-caption img{
	margin: 0 auto;
}	
header .titel {
	padding-top: 45px;
	padding-bottom:45px
}
header .titel h1{
	font-size: 32px;
}
header .titel .rechts {
	padding-top: 30px;
}
header .titel .btn {
	height: 50px;
	display: inline-flex;
	align-items: center; 
	padding: 8px 25px;
	line-height: 1;
}
#vv #topimg, #vv #topimg .item {
	height: 300px;
}
#vv #topimg .carousel-caption {
	bottom: -50px;
	text-align: left;
	padding-left: 15px;

}
#vv #topimg .carousel-caption h1{
	display: inline-block;
	color: #ffffff;
		padding-top: 45px;
	
}
#vv #topimg .carousel-caption img {
	width: 500px;
	max-width: 100%;
	float: right;
}
/* footer */
footer {
	padding-top: 45px;
	background-color: rgba(0,0,0,0.05);
}
footer .contact a {
	display: block;
	font-size: 22px;
	font-weight: 800;
}
footer a:hover {
	color: rgba(233, 126, 0,1); /* oranje */
	text-decoration:  none;
}
footer .social a {
	display:inline-block;
	padding: 10px;
	font-size: 22px;
}
.copyright {
	padding-bottom: 45px;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
/* USP */ 
.tekst {
	padding-bottom: 10px;
}
#usp {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: -55px;
}	
#usp ul li{
	color: rgba(3, 108,174,1); /* blauw */
	margin-bottom: 10px;
}


/* Branches */ 
#branches img {
	margin-left: -15px;
	margin-right: -15px;
	max-width: 125%;
	max-width: 100vw;
}
#branches h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#branches h2 a{
	color: rgba(233, 126, 0,1); /* oranje */
}
#branches ul li{
	color: rgba(3, 108,174,1); /* blauw */
	margin-bottom: 10px;
}
#branches .lijst {
	padding-top :15px;
}

/* testemonials */ 
#testemonials {
	background-color: rgba(3, 108,174,1); /* blauw */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
}
#testemonials:after {
	 content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(3, 108,174,0.9); /* blauw */
}
#testemonials *{
	z-index: 2;
}
.testemonials h3.subtitel {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom:10px;
	font-weight: 300;
	letter-spacing: 2px;
}
.testemonials h2.titel {
	color: #ffffff;
	font-size: 36px;
	position: relative;
	//margin-bottom: 120px;
	margin-bottom: 20px;
	font-weight: 300;
	letter-spacing: 2px;
}

.testemonials h2.titel:after {
	content: "";
	display:block;
	width: 20px;
	height:2px;
	padding:0;margin:0;
	background-color:rgba(233, 126, 0,1);
	position: absolute;
	right: 45%;
	right: calc(50% - 22px);
	bottom: -30px;
}
.testemonials h2.titel:before {
	content: "";
	display:block;
	width: 20px;
	height:2px;
	padding:0;margin:0;
	background-color:rgba(233, 126, 0,1);
	position: absolute;
	left:45%;
	left: calc(50% - 22px);
	bottom: -30px;
}
.testemonial p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 30px;
}
.testemonial h3 {
	padding-top: 13px;
	font-size: 16px;
	color: #ffffff;

}
.testemonial span {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}
.testemonial.owl-carousel .owl-nav {
	display: none;
}
.testemonial.owl-carousel .owl-dots {
	margin-top: 45px;
}
.testemonial.owl-theme .owl-dots .owl-dot {
	padding-bottom: 2px;
}
.testemonial.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: none;
	border: 1px solid rgba(255,255,255,0.6);
}
.testemonial.owl-theme .owl-dots .owl-dot.active {
	padding: 0;
}
.testemonial.owl-theme .owl-dots .owl-dot.active span {
	background-color: #ffffff;
	width: 12px;
	height: 12px;
}

.testemonial.owl-carousel .owl-item img{
	display:inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
}

/*call2action*/
#call2action {
	background-color: rgba(233, 126, 0,1); /* oranje */
	//text-align: center;
}
.call2action h2{
	color: #ffffff;
	line-height: 40px;
	font-weight: 300;
}

.call2action .btn-default{
	background: none;
	border: 1px solid #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 0 25px;
	line-height: 36px;
	margin-right: 15px;
}
.call2action .btn-default i{
	margin-right: 5px;
}	
.call2action .btn-default:hover{
	background-color: rgba(255,255,255,0.8);
}
/* specificaties */
#containers .item{
    padding-bottom: 15px;
}
#containers .thumbnail {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    position: relative;
}
#containers .thumbnail:hover {
    text-decoration: none;   
}
#containers .thumbnail .over {
    display: inline-flex;   
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.0);
    align-items: center;
    -webkit-transition: all 1s; /* Safari */
	transition: all 1s;
}
#containers .thumbnail .over .items{
    
    width: 100%;
    color: #fff;
} 

#containers .thumbnail:hover .over {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0,0,0,0.8);    
}
#containers .row-eq-height	{
	display: -webkit-box;
	display: -webkit-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-flow: row wrap;
}
#containers .row-eq-height > [class*='col-'] {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-align-content: stretch;
	align-content: stretch;
	//align-items: center;
}

#bestellen {
    background-color: rgba(229,240,247,1);
}
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		/* Slider */
		#hoofdmenu {
			height: 110px;
			background: none;
			border: none;
			-webkit-transition: all 1s; /* Safari */
			transition: all 1s;
		}
		
		#hoofdmenu .navbar-header, #hoofdmenu .navbar-brand, #hoofdmenu #uitklapmenu {
			height: 110px;
		}
		
		#hoofdmenu .navbar-brand {
			padding-left: 0;
		}
		#hoofdmenu .logo-hoofdmenu {
			width: auto;
		}

		
		#topimg {
			height: 500px;
		}
		
		#topimg .item{
			height: 500px;
		}
		#topimg .carousel-caption {
			bottom: -125px;
		}
		header .titel {
			padding-top: 115px;
		}
		header .titel h1{
			font-size: 38px;
		}	
		#vv #topimg, #vv #topimg .item {
			height: 200px;
		}
		footer .contact a {
			font-size: 16px;
		}
		footer  {
			padding-bottom:45px;
		}
		footer .social>div {
			width: 100%;
		}
		.row-eq-height	{
			display: -webkit-box;
			display: -webkit-flex;
			display: -webkit-flex;
			display: -ms-flexbox;
			display:flex;
			flex-flow: row wrap;
		}
		.row-eq-height > [class*='col-'] {
			display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			flex-direction: row;
			-webkit-flex-direction: row;
			-webkit-align-content: stretch;
			align-content: stretch;
			align-items: center;
		}
		.form-horizontal .control-label {
		    font-weight: normal;
		    text-align: left;
		}
		#usp {
			background: none;
			padding-top: 0;
			padding-bottom: 0;
			margin-bottom: 0;
		}	
		#branches img {
			margin-left: 0;
			margin-right: 0;
			max-width: 100%;
			
		}
	}
/* Extra CSS om menu altijd te krijgen op tablet*/
	@media (max-width: 1024px) and (min-width:768px) {
		.navbar-header {
			float: none;
		}
		.navbar-left,.navbar-right {
			float: none !important;
		}
		.navbar-toggle {
			display: block;
		}
		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		}
		.navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
		}
		.navbar-collapse.collapse {
			display: none!important;
		}
		.navbar-nav {
			float: none!important;
			margin-top: 7.5px;
		 margin-right: 0;
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.collapse.in{
			display:block !important;
		}
		
	}
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 1024px) {
		#uitklapmenu {
			background: none;
		}
		#hoofdmenu #uitklapmenu {
			padding: 30px 0;
		}
		#hoofdmenu li>a  {
			border-top:1px solid transparent;
			color: #ffffff;
			font-size: 14px;
			font-weight: 600;
			padding: 15px 10px;
		}
		#hoofdmenu li.active>a, #hoofdmenu li>a:hover  {
			
			position: relative;
			background: none;
			

		}
		#hoofdmenu li.active>a:after, #hoofdmenu li>a:hover:after {
			content: "";
			display:block;
			width: calc(50% - 12px);
			height:2px;
			padding:0;margin:0;
			background-color:rgba(233, 126, 0,1);
			position: absolute;
			right:10px;
			bottom: 11px;
		}
		#hoofdmenu li.active>a:before, #hoofdmenu li>a:hover:before {
			content: "";
			display:block;
			width: calc(50% - 12px);
			height:2px;
			padding:0;margin:0;
			background-color:rgba(233, 126, 0,1);
			position: absolute;
			left:10px;
			bottom: 11px;
		}
		/* Slider */
		
		#topimg {
			height: 600px;
		}
		
		#topimg .item{
			height: 600px;
		}
		#vv #topimg, #vv #topimg .item {
			height: 200px;
		}
		footer .contact a {
			font-size: 22px;
		}
		header .titel h1{
			font-size: 48px;
		}

		#branches .lijst {
			padding-top: 0;
		}
	}
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		#hoofdmenu li>a  {
			border-top:1px solid transparent;
			color: #ffffff;
			font-size: 16px;
			font-weight: 600;
			padding: 15px;
		}
		#hoofdmenu li.active>a:after, #hoofdmenu li>a:hover:after {
			right:15px;
			width: calc(50% - 17px);
		}
		#hoofdmenu li.active>a:before, #hoofdmenu li>a:hover:before {
			left:15px;
			width: calc(50% - 17px);
		} 	
		/* Slider */
		
		
		#topimg {
			height: 650px;
		}
		
		#topimg .item{
			height: 650px;
		}
		#vv #topimg, #vv #topimg .item {
			height: 300px;
		}
		#topimg .carousel-caption {
			bottom: -225px;
		}
		header .titel {
			padding-top: 225px;
		}
	}