html
{
	background-color: #fff;
	padding: 0;
	margin: 0;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding:0;
	margin:0;
}

.wrapper
{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.clear
{
	clear: both;
}

.middle
{
	vertical-align: middle;
}

.bottomline
{
    border-bottom: 2px solid #d9b85e;
    width: 200px;
	margin-bottom: 30px;
}

#content
{
	padding: 35px 0 40px 0;
}
#content h1
{
	padding: 0;
	margin: 0;
}

.hero
{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
.hero h5
{
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.carousel-inner .carousel-item .hero
{
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.carousel-inner .carousel-item.active .hero
{
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

.modal, .modal-dialog
{
	z-index: 150000000 !important;
}

.footer-center
{
	color: #fff;
}
.footer-center div
{
	margin-bottom: 25px;
}
.footer-icons
{
	color: #fff;
}

.hotspot-wrapper
{
	position: relative;
	overflow: hidden;
}
.hotspot-wrapper img
{
	max-width:100% !important;
    clear:both;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.hotspot-wrapper:hover img
{
	 -webkit-transform:scale(1.3);
	transform:scale(1.3);
}

#slider
{
	width: 100%;
	position: relative;
	margin-top: 105px !important;
}

#nav
{
	border-bottom: 2px solid #d9b85e !important;
}

.formLoader
{
	display: none;
}

.nieuwe_klanten
{
	margin-top: 50px;
}