html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
    font-family: 'Roboto', sans-serif;
    color:#333333;
}
a {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4 {
	font-size:inherit;
	display:inline;
	font-weight:inherit;
	padding:0px;
	margin:0px;
	color:inherit;
}

textarea {
	 font-family: 'Roboto', sans-serif;
}
input {

}
input['submit']{
	
}

.txt_red {
	color:red;
}
.error {
	outline: 1px solid red !important;
}

.viewport {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.center_1 {
	position:relative;
	float:left;
	width:1400px;
	left:50%;
}
.center_2 {
	position:relative;
	float:left;
	width:100%;
	left:-50%;
}

.mobile_menu_btn {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	background-color:#41464a;
	color:#FFF;
	text-align:center;
	font-size:28px;
	font-variant:small-caps;
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	font-weight:600;
	z-index:1000;
	border-bottom:1px solid #FFF;
}

.top {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
}
.top_logo {
	position:relative;
	float:left;
	background-color:#000;
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:51px;
}
.top_menu {
	position:fixed;
	top:52px;
	left:-100%;
	width:100%;
	height:100%;
	z-index:100;
	background-color:#cacaca;
	transition-duration:0.4s;
}
.mobile_menu_extended {
	left:0%;
}
.menu_item {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:500;
	border-bottom:1px solid #434343;
}
.menu_item_text {
	position:relative;
	float:left;
	width:100%;
}
.menu_item:hover {
	background-color:#000;
	color:#FFF;
}
.menu_item:hover .menu_item_text {
	border-color:#FFF;
}
.menu_item_selected {
	background-color:#000;
	color:#FFF;
}
.slider {
	position:relative;
	float:left;
	width:100%;
	z-index:1;
	background-image:url('../images/slider/slider.jpg');
	background-size:cover;
	padding-top:230px;
	padding-bottom:90px;
}
.slider.autoverkopen {
	background-image:url('../images/auto_verkopen/auto_verkopen.jpg');
}
.slider_content {
	position:relative;
	float:left;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:rgba(255,255,255,0.9);
}
.slider_content.autoverkopen {
	margin-left: 0%;
	width: 100%;
}
.slider_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:32px;
	font-weight:500;
	color:#41464a;
	font-style:italic;
	border-bottom:4px solid #41464a;
	padding-bottom:10px;
	margin-bottom:10px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
}
.slider_subtitel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	clear:both;
	font-size:22px;
	font-weight:500;
	color:#41464a;
	font-style: italic;
	 font-family: 'Montserrat', sans-serif;
    font-weight:700;
}
.slider_subtitel.small {
	font-size: 18px;
}

.fullwidthline {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.fullwidthline_item {
	position:relative;
	float:left;
	width: 100%;
	background-color: #41464a;
	margin-bottom: 10px;
	padding-top:20px;
	padding-bottom:20px;
}
.fullwidthline_item_right {
	float:right;
}
.fullwidthline_item_nobg {
	background-color:rgba(255,255,255,0);
}
.fullwidthline_item_centertext {
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.fullwidthline_item img {
	position:relative;
	float:left;
	width:100%;
}
.fullwidthline_i_text {
	position: relative;
	float: left;
	width: 70%;
	color: #fff;
}
.fullwidthline_i_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:28px;
	text-align:center;
	font-weight:500;
}
.fullwidthline_i_line {
	position:relative;
	float:left;
	width:80%;
	margin-left:10%;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
	font-size:18px;
	line-height:26px;
}
.buttoncontainer {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:center;
}
.button {
	position:relative;
	float:left;
	font-size:18px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	border:2px solid #FFF;
}
.buttondark {
	border-color:#333333;
}
.button:hover {
	background-color:#000;
}
.buttondark:hover {
	color:#FFF;
	background-color:#333333;
}
.button.large {
	padding: 10px 100px;
}

.home_service {
	position:relative;
	float:left;
	width:100%;
	background-color:#dadada;
	padding-top:100px;
	padding-bottom:100px;
}
.home_service_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:32px;
	color:#333333;
	font-weight:500;
}
.home_service_text {
	position:relative;
	float:left;
	margin-top:15px;
	margin-bottom:30px;
	width:60%;
	margin-left:20%;
	text-align:center;
	color:#333333;
	font-size:18px;
	line-height:26px;
}

.home_plus {
	position:relative;
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.home_plus_line {
	position:relative;
	float:left;
	width:90%;
	padding-left:5%;
	padding-right:5%;
}
.home_plus_i {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.home_plus_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:26px;
	font-weight:500;
	color:#333333;
	border-bottom:1px solid #cacaca;
	padding-bottom:10px;
	margin-bottom:10px;
}
.home_plus_text {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:18px;
	line-height:26px;
}
.sitemap {
	position:relative;
	float:left;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	background-color:#41464a;
}
.sitemap_col {
	position:relative;
	float:left;
	width:46%;
	margin-left:4%;
	padding-top:30px;
	padding-bottom:30px;
}
.sitemap_col_logo {
	display:flex;
	align-items:center;
	align-content:center;
}
.sitemap_titel {
	position:relative;
	float:left;
	width:100%;
	color:#FFF;
	font-weight:500;
	margin-bottom:3px;
}
.sitemap_line {
	position:relative;
	float:left;
	width:100%;
	color:#FFF;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
}
.sitemap_line:hover {
	text-decoration:underline;
}
.sitemap_li {
	position:relative;
	float:left;
	width:90%;
	padding-left:10%;
	color:#FFF;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
}
.sitemap_li_punt {
	position:absolute;
	top:5px;
	left:0px;
	width:8px;
	height:8px;
	background-color:#FFF;
}
.sitemap_foto {
	position:relative;
	float:left;
	width:35%;
	background-image:url('../images/sitemap.jpg');
	background-size:cover;
}

.bottomline {
	position:relative;
	float:left;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:500;
}
.bottomline_left {
	position:relative;
	float:left;
}
.bottomline_right {
	position:relative;
	float:right;
}
.bottomline_right a {
	color:#333333;
}
.contact_i_line {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
.contact_left_slogan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #41464a;
}
.not_visible {
	visibility: hidden;
}
.form_contact {
	position: relative;
	float: left;
	width: 80%;
	margin-top: 20px;
	margin-left: 10%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.form_contact .contact_form {
	width: 70%;
}
.contact_form_line {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	margin: 5px 0;
}
.contact_form_line input, .contact_form_line select, .contact_form_line textarea {
	border: none;
	border-bottom: 1px solid #b5b5b5;
	flex-grow: 1;
	background-color: transparent;
	margin-left: 5px;
}
#privacy_check_color {
	display:block;
}
.form_button {
	color: #fff;
	background-color: #41464a;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
	cursor:pointer;
}
.slider_contact_titel {
	position: relative;
	float: left;
	font-size: 46px;
	font-weight: 500;
	color: #41464a;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
	 font-family: 'Montserrat', sans-serif;
    font-weight:700;
	clear: both;
}
.slider_contact_subtitel {
	position: relative;
	float: left;
	clear: both;
	width: 90%;
	font-size: 18px;
	font-weight: 500;
	color: #41464a;
	border-top: 4px solid #41464a;
	padding-top: 20px;
	font-style: italic;
}
.slider_contact_subtitel span {
	display: inline-block;
	width: 100%;
}
.service_container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.service_item {
	position: relative;
	float: left;
	width: 80%;
	padding: 40px 10%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #41464a;
	color:#FFF;
}
.service_item.white {
	background-color: #fff;
	color:#333333;
}
.service_item.right {
	justify-content: flex-end;
}
.service_item_img {
	border: 2px solid #41464a;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	padding: 30px 10px;
}
.service_item_img img {
	height: 80%;
}
.service_item_wrapper {
	display: flex;
	align-items: center;
	margin-left: 20px;
	width: 800px;
	flex-wrap: wrap;
}
.service_item_titel, .service_item_text {
	position: relative;
	float: left;
	width: 100%;
}
.service_item_text a {
	text-decoration:underline;
}
.service_item_titel {
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 10px;
}
.service_cta_container {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #dadada;
	border-top: 2px solid #41464a;
	border-bottom: 2px solid #41464a;
	margin: 3px 0;
}
.service_cta_text {
	position: relative;
	float: left;
	width: 80%;
	padding: 0 10%;
	text-align: center;
	margin-bottom: 10px;
}
.service_cta_container .home_service_titel {
	margin-bottom: 15px;
}
.auto_verkoop_item {
	position: relative;
	float: left;
	width: 90%;
	background-color: #41464a;
	padding: 50px 5%;
	margin-bottom: 5px;
}
.auto_verkoop_text {
	position: relative;
	width: 100%;
	color: #fff;
}
.auto_verkoop_text_titel {
	font-size: 28px;
	font-weight: 500;
}
.auto_verkoop_boxes {
	position: relative;
	float:left;
	width: 100%;
	margin-top:20px;
}
.auto_verkoop_box {
	position: relative;
	border: 2px solid #fff;
	width: 90%;
	color: #fff;
	padding: 55px 5%;
	margin-right: 20px;
}
.auto_verkoop_box_titel {
	position: relative;
	font-size: 23px;
	font-weight: bold;
}
.auto_verkoop_box ul {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	list-style-type: square;
}
.verkoop_contact_container {
	position: relative;
	float: left;
	width: 90%;
	padding: 30px 5%;
}
.verkoop_contact_box {
	position: relative;
	float:left;
	width:100%;
	text-align:center;
	color: #41464a;
	border-bottom: 1px solid #41464a;
	margin-bottom:20px;
}
.verkoop_contact_box h2 {
	font-size: 28px;
	font-weight: bold;
}
.verkoop_contact_form {
	width: 100%;
}
.verkoop_contact_item {
	position: relative;
	width: 100%;
}
.verkoop_contact_submit {
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 13px;
}
.verkoop_contact_submit div {
	display: inline-block;
}
.verkoop_contact_submit button {
	color: #fff;
	background-color: #41464a;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
	margin-left: 15px;
	cursor:pointer;
}
.auto_verkopen_titel {
	position: relative;
	float: left;
	width:100%;
	font-size: 26px;
	font-weight: 500;
	color: #898989;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
	 font-family: 'Montserrat', sans-serif;
    font-weight:700;
	clear: both;
}
.auto_verkopen_titel .highlight {
	color: #41464a;
	border-bottom: 3px solid #41464a;
}
.txt_bold {
	font-weight:500;
}
.autos_filters {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.autos_filters_col {
	position:relative;
	float:left;
	width:19%;
}
.autos_filters_col input, .autos_filters_col select {
	width:100%;
}
.autos_filters_col input[type=submit], .autos_filters_reset {
	background-color:#41464a;
	border:none;
	color:#FFF;
	font-weight:600;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}
.autos_filters_reset {
	position:relative;
	float:right;
	width:19%;
	margin-top:10px;
}

.voertuigen {
	position:relative;
	float:left;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:25px;
	margin-bottom:25px;
}
.voertuigen_i {
	position:relative;
	float:left;
	width:49%;
	border-bottom:1px solid #000;
	margin-top:25px;
	margin-bottom:25px;
}
.voertuigen_i_foto {
	position:relative;
	float:left;
	width:100%;
}
.voertuigen_i_foto img {
	position:relative;
	float:left;
	width:100%;
}
.voertuigen_i_verkocht {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:red;
	color:#FFF;
	font-size:22px;
	font-weight:500;
	padding-top:3px;
	padding-bottom:3px;
	z-index:1;
	text-align:center;
}
.voertuigen_i_info {
	position:relative;
	float:left;
	width:100%;
	margin-top:3px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#dadada;
}
.voertuigen_i_auto {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:600;
	margin-bottom:6px;
}
.voertuigen_i_line {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	padding-top:1px;
	padding-bottom:1px;
}
.voertuigen_i_meer {
	position:relative;
	float:left;
	width:100%;
	margin-top:3px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#000000;
	color:#FFF;
	text-align:center;
	font-variant:small-caps;
	font-size:20px;
	font-weight:500;
}
.voertuigen_i:hover .voertuigen_i_meer {
	background-color:#333333;
}

.voertuigen_nav {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:center;
}
.voertuigen_nav_i {
	position:relative;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.voertuigen_nav_i img {
	height:20px;
}

.inp_previous {
	display:block;
}

.voertuig {
	position:relative;
	float:left;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:175px;
	margin-bottom:50px;
	display:flex;
	flex-direction:column-reverse;
}
.voertuig_left, .voertuig_right {
	position:relative;
	float:left;
	width:100%;
}
.voertuig_right {
	width:100%;
}
.voertuig_fotos_geen {
	position:relative;
	float:left;
	width:70%;
	padding-left:15%;
	padding-right:15%;
	padding-top:90px;
	padding-bottom:90px;
	border:1px solid #cacaca;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	font-size:22px;
	font-weight:500;
}
.voertuig_fotos_large {
	position:relative;
	float:left;
	width:100%;
	text-align: center;
}
.voertuig_fotos_large img {
	max-width: 100%;
}
.voertuig_fotos_large_real {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:10;
}
.voertuig_fotos_large_real img {
	position:relative;
	float:left;
	width:100%;
}


.voertuig_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:36px;
	font-weight:500;
	font-style:italic;
	color:#41464a;
	border-bottom:1px solid #41464a;
	font-family: 'Montserrat', sans-serif;
    font-weight:700;
}
.voertuig_naam {
	position:relative;
	float:left;
	width:90%;
	margin-left:10%;
	font-size:36px;
	font-weight:500;
	font-style:italic;
	color:#41464a;
	font-family: 'Montserrat', sans-serif;
    font-weight:700;
}
.voertuig_thumbs {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.voertuig_thumbs_i {
	position:relative;
	float:left;
	width:32.5%;
	margin-top:8px;
	cursor:pointer;
}
.voertuig_thumbs_i img {
	position:relative;
	float:left;
	width:100%;
}
.voertuig_thumbs_i_hover {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(50,50,50,0.6);
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	color:#FFF;
	font-weight:600;
	font-size:18px;
	opacity:0;
	transition-duration:0.3s;
}
.voertuig_thumbs_i:hover .voertuig_thumbs_i_hover{
	opacity:1;
}
.voertuig_fotos_defaultsize {
	position:relative !important;
	float:left;
	width:100%;
}

.voertuig_voordelen {
	position:relative;
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.voertuig_voordelen_i {
	position:relative;
	float:left;
	width:47%;
	padding-left:2.5%;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	font-weight:700;
}
.voertuig_voordelen_i_box {
	position:absolute;
	top:7px;
	left:0px;
	width:8px;
	height:8px;
	background-color:#000;
}

.voertuig_contact {
	position:relative;
	float:left;
	width:100%;
	margin-top:50px;
}
.voertuig_contact_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:26px;
	font-weight:500;
	color:#41464a;
	border-bottom:1px solid #41464a;
	margin-bottom:10px;
}
.voertuig_contact_frm {
	position:relative;
	float:left;
	width:100%;
}
.voertuig_contact_line {
	position:relative;
	float:left;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
}
.voertuig_contact_li_description {
	position:relative;
	float:left;
	width:30%;
}
.voertuig_contact_li_input {
	position:relative;
	float:left;
	width:70%;
}
.voertuig_contact_li_input input {
	position:relative;
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #41464a;
}
.voertuig_contact_line textarea {
	position:relative;
	float:left;
	width:100%;
	border:1px solid #41464a;
}

.voertuig_info {
	position:relative;
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
}
.voertuig_info_col {
	position:relative;
	float:left;
	width:42%;
	padding:3%;
	padding-top:15px;
	padding-bottom:15px;
}
.voertuig_info_col_border {
	border:1px solid #000;
}
.voertuig_info_col_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
}
.voertuig_info_line {
	position:relative;
	float:left;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
}
.voertuig_info_line_description {
	position:relative;
	float:left;
	width:55%;
	padding-left:5%;
	font-weight:600;
}
.voertuig_info_line_box {
	position:absolute;
	top:6px;
	left:0px;
	width:7px;
	height:7px;
	background-color:#000;
}
.voertuig_info_line_value {
	position:relative;
	float:left;
	width:40%;
}
.voertuig_uitleg {
	position:relative;
	float:left;
	width:100%;
	margin-top:40px;
}
.voertuig_uitleg_title {
	position:relative;
	float:left;
	width:100%;
	font-size:28px;
	font-weight:500;
	margin-bottom:10px;
	color:#41464a;
}
.voertuig_uitleg_text {
	position:relative;
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	text-align:justify;
}
.voertuig_opties {
	position:relative;
	float:left;
	width:100%;
	margin-top:40px;
}
.voertuig_opties_title {
	position:relative;
	float:left;
	width:98%;
	padding-left:2%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#dadada;
	font-size:22px;
	font-weight:500;
	color:#41464a;
}
.voertuig_opties_container {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.voertuig_opties_col {
	position:relative;
	float:left;
	width:32%;
	padding-right:1%;
	background-color:#dadada;
	padding-top:8px;
	padding-bottom:8px;
}
.voertuig_opties_i {
	position:relative;
	float:left;
	width:90%;
	padding-left:10%;
	background-color:#dadada;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
}
.voertuig_opties_i_dot {
	position:absolute;
	top:8px;
	left:10px;
	width:5px;
	height:5px;
	border-radius:10px;
	background-color:#000;
}
.voertuig_slogan {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:36px;
	color:#41464a;
	font-weight:500;
}
.inp_previous {
	display:none;
}

.voertuig_uitleg_btncontainer {
	position:relative;
	float:left;
	width:100%;
	margin-top:25px;
}
.voertuig_uitleg_btn, .voertuig_infoaanvraag_btn {
	position:relative;
	float:right;
	padding-left:120px;
	padding-right:120px;
	padding-top:6px;
	padding-bottom:6px;
	color:#FFF;
	background-color:#034d89;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-weight:600;
}

.voertuig_goedit {
	position:relative;
	float:left;
	width:100%;
	background-color:#cacaca;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.voertuig_goedit:hover {
	background-color:#333333;
	color:#FFF;
}

.voertuigen_bottom {
	position:relative;
	float:left;
	width:96%;
	margin-left:2%;
	margin-top:40px;
	margin-bottom:40px;
}
.voertuigen_bottom_i {
	position:relative;
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.voertuigen_bottom_i_content {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
.voertuigen_bottom_li {
	position:relative;
	float:left;
	width:97%;
	padding-left:3%;
	padding-top:2px;
	padding-bottom:2px;
}
.voertuigen_bottom_li_box {
	position:absolute;
	top:12px;
	left:0px;
	width:8px;
	height:8px;
	background-color:#000;
}
.voertuigen_bottom_li_text {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
	font-weight:500;
}
.voertuigen_bottom_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:32px;
	color:#333333;
	font-weight:500;
	margin-bottom:15px;
}
.voertuigen_bottom_text {
	position:relative;
	float:left;
	width:100%;
	text-align:justify;
}
.voertuigen_bottom_text_small {
	width:100%;
	text-align:center;
}
.voertuigen_bottom_pijl {
	display:none;
}
.voertuigen_bottom_frm_i {
	position:relative;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.voertuigen_bottom_frm_description {
	position:relative;
	float:left;
	width:35%;
	text-align:left;
	min-height:10px;
}
.voertuigen_bottom_frm_input {
	position:relative;
	float:left;
	width:65%;
}
.voertuigen_bottom_frm_input input[type='text'], .voertuigen_bottom_frm_input input[type='email'], .voertuigen_bottom_frm_input input[type='tel'] {
	position:relative;
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #333333;
}
.voertuigen_bottom_frm_i #privacy_check_color {
	margin-top:15px;
}

.voertuigen_bottom_frm_submit {
	position:relative;
	float:right;
	margin-top:20px;
	background-color:#41464a;
	color:#FFF;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:60px;
	padding-right:60px;
	border: none;
	font-size: 14px;
}
.voertuig_infofiche {
	position: relative;
	float: right;
	padding: 5px 20px;
	margin-top: 5px;
	background-color: #dadada;
	font-size: 16px;
	font-weight: 500;
	color: #41464a;
	text-align: center;
	cursor: pointer;
}
.voertuig_infofiche:hover {
	background-color: #41464a;
	color: #dadada;
}