@font-face {
    font-family: Lato-Regular;
    src: url(Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Bold;
    src: url(Lato-Bold.ttf);
}
html, body{
	font-family: Lato-Regular;
	max-width: 100%;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}
#logo{
	margin-top: 25px;
	float: right;
	width: 100%;
	height: auto;
}
body div{
	font-family: Lato-Regular;
}
.navbar{
	margin-top: 25px;
	padding: 0;
	margin-left:0px;
	list-style: none;
	list-style-type:none;
}
.navbar div{
	text-align: center;
	display: inline-block;
	color:black;
	padding:10px;
	font-size:16px;
}
.navbar div:hover{
	cursor: pointer;
	color:white;
	background-color: #144A8C;
}
.navbar #active{
	cursor: pointer;
	color:white;
	background-color: #144A8C;
}
.navbar a{
	color: inherit;
	text-decoration: none;
}
.navbar a:hover{
	color: inherit;
	text-decoration: none;
}
#content{
	height: auto;
	padding: 5px;
	margin:0;
	font-size:14px;
	white-space: normal;
}
#footer{
	line-height: 10px;
	background-color: #DEDEDE;
	color: #5B5B5B;
	height: 200px;
	position: bottom;
	margin-top:100px;
	font-size:14px;
	white-space: normal;
}
#footertext{
	padding: 10px;
	line-height: 20px;
	background-color: #DEDEDE;
	color: #5B5B5B;
	font-size:12px;
	white-space: normal;
}
.footerIcon{
	font-family: Lato-Bold;
	color: #144A8C;
}
#glyph{
	padding-right: 10px;
	color: #144A8C;
}
#diensten{
	margin-top: 20px;
	height: auto;
	padding: 5px;
	font-size:14px;
	white-space: normal;
}
.tile-title{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
#dienstenRow{
	margin-top: 20px;
}

}
#tile{
	margin-top: 40px;
	cursor: default;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.home{
	padding-top: 50px;
}
.sliderborder{
	background-color: #144A8C;
}
#footerContact{
	line-height: 10px;
	background-color: #DEDEDE;
	color: #5B5B5B;
	height: 200px;
	position: bottom;
	margin-top:50px;
	font-size:14px;
	white-space: normal;
}
.contactPadding{
	padding-top: 40px;
}
.vak1{
	height: 100px;
	background-color: #16243e;
}
.vak2{
	height: 100px;
	background-color: #144A8C;
}
.offerteformulier{
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;
}
.offerteformulier div{
	padding:20px;
}
.offerteInput{
	padding: 5px;
	border-radius: 5px;
}
#image_wrapper{
	position: relative;
}
#image_wrapper img{
	position: relative;
	z-index: -100;
}
#image_overlay{
	font-size: 18px;
	top: 10%;
	white-space: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left:20px;
	z-index: 100;
	position: absolute;
	height: auto;
	background-color: white;
	-moz-box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;
}
#image_overlay button{
	margin-top: 10px;
}
#image_overlay span{
	font-size: 14px;
}
