<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
}
a{
	text-decoration: none;
	color: #FFF;
}
a img {
	border:none;
}
img a {
	border:none;
}
h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	color:#898888;
	font-family: 'Source Sans Pro', sans-serif;
	font-variant:small-caps;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:46px;
	color:#297cc3;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:22px;
}
input[type="text"], input[type="password"], select {
	border:1px solid #898888;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
	color:#71b741;
	font-weight:600;
	border-radius:2px;
}
input[type="submit"] {
	border:1px solid #898888;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
	color:#fff;
	font-variant:small-caps;
	font-weight:600;
	border-radius:2px;
	cursor:pointer;
	background-color:#898888;
}
textarea {
	border:1px solid #898888;
	font-family: 'Quicksand', sans-serif;
	color:#898888;
	font-weight:400;
	border-radius:2px;
}
.green {
	color:#71b741;
}
.grey {
	color:#898888;
}

.mobile_logo {
	display:none;
}
.mobile_menu_btn {
	display:none;
}

.container_fullwidth {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	min-height:50px;
	height:100%;
}
.container_center_1{
	position:relative;
	float:left;
	width:100%;
	left:50%;
	max-width:1300px;
	height:auto;
}
.container_center_2{
	position:relative;
	float:left;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	left:-50%;
	height:auto;
}

.header {
	margin-top:25px;
}
.header_logo {
	position:relative;
	float:left;
	width:30%;
	margin-left:35%;
	text-align:center;
}
.header_logo img {
	width:80%;
}
.header_phone {
	position:relative;
	float:left;
	width:20%;
	margin-top:0px;
	margin-left:10%;
}
.header_phone2 {
	position:relative;
	float:left;
	width:20%;
	margin-top:5px;
	margin-left:10%;
}
.header_phone_icon {
	position:relative;
	float:left;
	min-width:5%;
}
.header_phone_nr {
	position:relative;
	float:left;
	color:#787272;
	font-weight:bold;
	font-size:22px;
	margin-top:5px;
	margin-left:4%;
	width:80%;
}

.menu_center_1{
	position:relative;
	float:left;
	left:50%;
	max-width:1600px;
	height:auto;
	margin-top:25px;
}
.menu_center_2{
	position:relative;
	float:left;
	width:100%;
	left:-50%;
	height:auto;
}
.menu_btn {
	position:relative;
	float:left;
	padding-left:68px;
	padding-right:68px;
	font-variant:small-caps;
	color:#297cc3;
	font-size:26px;
	padding-bottom:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}
.menu_btn_stripe {
	position:absolute;
	top:0px;
	left:30%;
	opacity:0;
	width:40%;
	z-index:0;
	height:2px;
	background-color:#828282;
}
.menu_bottom_lines {
	position:relative;
	float:left;
	width:100%;
	height:3px;
	margin-top:15px;
	border-top:3px solid #297cc3;
	border-bottom:3px solid #828282;
}

.slide_menu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	padding-bottom:5px;
	background-color:#297cc3;
	color:#FFF;
	opacity:0;
	display:none;
	z-index:100;
}
.slide_menu_logo {
	position:relative;
	float:left;
	width:100px;
	padding-right:45px;
	padding-left:45px;
	margin-top:5px;
}
.slide_menu_logo img {
	width:100%;
}
.slide_nomargin {
	margin-top:3px;
}

.btn {
	z-index:100;
}

.whitetext {
	color:#FFF;
	padding-left:45px;
	padding-right:45px;
}
.whitetext .menu_btn_stripe {
	background-color:#FFF;
}

.slider {
	position:relative;
	float:left;
	width:100%;
}
.slider_foto {
	position:relative;
	float:left;
	width:100%;
}
.slider_foto_1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.slider_foto_2 {
	position:relative;
	float:left;
	width:100%;
	opacity:0;
}
.slider_foto_1 img, .slider_foto_2 img {
	position:relative;
	width:100%;
}
.slider_content {
	position:relative;
	float:left;
	width:80%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	font-variant:small-caps;
	background-color:rgba(0,0,0,0.6);
	margin-top:-300px;
}
.slider_tekstvak {
	position:relative;
	float:left;
	width:100%;
}
.slide_control_1{
	position:relative;
	float:left;
	left:50%;
	max-width:200px;
	height:auto;
	margin-top:25px;
}
.slide_control_2{
	position:relative;
	float:left;
	width:100%;
	left:-50%;
	height:auto;
}
.slider_controlbtn {
	position:relative;
	float:left;
	width:15px;
	height:15px;
	background-color:#FFF;
	border-radius:15px;
	margin-left:5px;
	margin-right:5px;
}
.sl_cntrl_1 {
	background-color:#297cc3;
}

.onderhoud {
	position:relative;
	float:left;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:65px;
	margin-bottom:100px;
}
.onderhoud_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.onderhoud_tekst {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#4a4a4a;
	font-weight:bold;
	line-height:34px;
	font-size:20px;
}
.onderhoud_fotos {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:90px;
}
.onderhoud_foto_item {
	position:relative;
	float:left;
	width:33%;
	margin-left:0.16%;
	margin-right:0.16%;
}
.onderhoud_foto_item img {
	width:100%;
}

.herstellingen {
	position:relative;
	float:left;
	width:80%;
	padding-left:10%;
	padding-right:10%;
	background-color:#297cc3;
	color:#FFF;
	padding-top:65px;
	padding-bottom:100px;
}
.herstellingen_titel {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
	text-align:center;
}
.herstellingen_titel h2 {
	color:#FFF;
}
.herstellingen_tekst {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	line-height:34px;
	font-size:20px;
}
.herstellingen_fotos {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:60px;
	padding-bottom:45px;
	background-color:#297cc3;
}
.herstellingen_fotos_container {
	position:relative;
	float:left;
	width:100%;
	background-color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
.herstellingen_fotos_item {
	position:relative;
	float:left;
	width:33%;
	margin-left:0.16%;
	margin-right:0.16%;
}
.herstellingen_fotos_item img {
	position:relative;
	float:left;
	width:100%;
}

.keuring {
	position:relative;
	float:left;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	margin-bottom:100px;
}
.keuring_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.keuring_tekst {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#4a4a4a;
	font-weight:bold;
	line-height:34px;
	font-size:20px;
}

.contact {
	position:relative;
	float:left;
	width:100%;
}
.contact_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	background-color:#297cc3;
	margin-bottom:55px;
}
.contact_titel h2 {
	color:#FFF;
}
.contact_data {
	position:relative;
	float:left;
	width:35%;
	margin-left:5%;
}
.contact_map {
	position:relative;
	float:left;
	width:50%;
	margin-left:5%;
	margin-right:5%;
}
.contact_data_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#297cc3;
	font-variant:small-caps;
	font-size:24px;
	font-weight:bold;
}
.contact_data_tekst {
	position:relative;
	float:left;
	width:100%;
	color:#828282;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.contact_data_spacer {
	position:relative;
	float:left;
	width:100%;
	height:25px;
}
.bluetekst{
	color:#297cc3;
}

.footer {
	position:relative;
	float:left;
	width:100%;
	background-color:#297cc3;
	height:30px;
	margin-top:60px;
	padding-top:5px;
}
.footer_left {
	position:relative;
	float:left;
	width:40%;
	margin-left:10%;
	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
}
.footer_right {
	position:relative;
	float:left;
	width:40%;
	text-align:right;
	margin-right:10%;
	color:#FFF;
	font-variant:small-caps;
	font-weight:bold;
}
.footer_right a {
	color:#FFF;
	text-decoration:none;
}
.footer_right a:hover {
	text-decoration:underline;
}</pre></body></html>