.top-header{
	background-color: #fff;
}

.header{
	position: relative;
	width: 100%;
	margin:auto;
	z-index: 999;
	top: 0px;
	left: 0px;
}

.home-header,.title-overlay,.container.beheer{
	margin-top:0px;
}

.header .logo{
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 56px;
	width: 184px;
	margin: 0px;
	display: block;

}

.header .imglogo{
	vertical-align: middle;
	max-width: 250px;
	min-width: 200px;
    padding: 10px 10px;
}

@media (max-width: 767px) {
	.header .imglogo{
		max-width: 200px;
	}
}
span.text-logo{

	color:#333;
	width:auto;
	text-align:center;
	text-transform:none;
	font-size:20px;
	padding: 10px;
	margin: 10px;
	top:30px;
	position:relative;
}

.top-header .upperbig{
	font-size:24px;
}

.menu-container .flat-btn{
	font-size: 15px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -15px;
	top: 17px;
	color: #e31837;
	cursor: pointer;
}

.menu-container .col-sm-2,.menu-container .col-sm-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.menu-container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.menu-container input:focus{
	border: 1px solid rgba(255,255,255,0.5);
}
.carousel{
	width: 100%;
	height: 500px;
}
.carousel-wrapper{
	border-bottom: 2pt solid #25b0de;
	overflow: hidden;
}
.carousel-wrapper.small{
}
.header-bc-home{
	position: relative;
	margin-top:50px;
	margin-bottom: 50px;
}

.home-header{
	background-image: url('../images/header2.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 360px;
}
.banner{
	background: #0066ca;
	position: relative;
	height: 200px;
}
.quote {
	position: relative;
	top:150px;
	float:right;
}
.home-title{
	color:#fff;
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	background:none;
	padding:10px;
	margin-top:140px;
	margin-left:-20px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.58);
}

.home-title .img-ibed{
	max-width: 120px;
}
.sub-title {
	font-family: Arial Black;
	color:#8dc919;
	font-size:132px;
	font-weight:bold;
	float:right;
	position: relative;
	bottom: 30px;
	left: 40px;
}

@media (max-width: 767px) {
	.home-title{
		margin-left: auto;
	}
}

@media (max-width: 540px) {
	.home-title{
		font-size: 20px;
		line-height: 30px;
		margin: auto;

	}
}

@media (max-width: 340px) {
	.home-title{
		font-size: 14px;
		line-height: 20px;
	}
	.home-title p{
		font-size: 12px;
		line-height: 14px;
	}

	.header-bc-home{
		margin-bottom: 15px;
	}
}

.title-overlay{
	background-image: url('../images/header2.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	background-color: #0066ca;
	position: relative;
}


.title-overlay .col-sm-12{
	height: 240px;

}
.title-overlay h1{
	position: absolute;
	bottom: -2px;
	left: 0px;
	right: 0px;
	color:#0066ca;
	background-color: #fff;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}

/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {

	.home-header{
		height: 250px;
	}
	.home-title{
		margin-top:50px;
	}
}
