<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'nissan_brandregular';
    color: #fff;
	background-color: #f9f9f9;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
    color: #fff;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/************************index************************/
/****side area****/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 10px 0 0 10px;
}
.mini-right-nav span {
    font-family: 'nissan_brandregular';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	backdrop-filter: blur(10px);
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #26BE00;
}
.mini-right-nav img{
	width: 27px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 33%;
	z-index: 99;
	right: 0;
}
.header-score img {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 16%;
}
/****header-area****/
.header-area {
    position: fixed;
    height: auto;
    padding: 2rem 8rem;
    z-index: 99;
	width: 100%;
	z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo {
	margin-bottom: 1.5rem;
}
.header-logo img {
	max-width: 32rem;
	width: 100%;
}
.header-menu { 
	display: flex;
	align-items: center;
	justify-content: end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.29);
	padding: 1.5rem 0;
}
.header-menu ul {
	display: flex;
	align-items: center;
}
.header-menu li:not(:last-child) {
	margin-right: 4.8rem;
}
.header-menu li a {
	font-size: 1.6rem;
	font-family: 'nissan_brandregular';
	line-height: 24px;
	text-transform: uppercase;
}
.header-menu li a:hover{
	color: #fff;
	opacity: .6;
}
.header-btm {
	display: flex;
    align-items: center;
    justify-content: end;
	margin-top: 2rem;
}
.header-btm a {
	margin-right: 2.3rem;
}
.header-btm a:last-child {
	margin-right: 0;
}
.header-area.stiky {
    left: 0;
    top: 0;
    background-color: #121212;
    box-shadow: 0px 3px 10px rgba(18, 18, 18, 0.1);
}
/****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-content { 
	position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
}
.banner-content h1 {
	margin-bottom: 3rem;
}
.banner-content .trans-btn {
	margin-left: 1rem;
}
header .bovag-logo{
	width: 95px;
	margin-right: 2.3rem;
}
/****product****/
.product-sec {
	padding: 7rem 0 8.5rem;
}
.product-title {
	margin-bottom: 6.2rem;
}
.product-title h2 {
	margin-bottom: 1rem;
}
.product-car {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.product-btm-content {
	border-radius: 0px 0px 10px 10px;
	background-color: #fff;
	overflow: hidden;
	padding: 2.5rem 2rem;
}
.product-content h6 {
	position: relative;
	padding-right: 4rem;
}
.product-content h6::after {
	content: "";
    position: absolute;
    background-image: url(../images/share-square.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45%;
    width: 7%;
    top: 0;
    right: 0;
}
.product-content p {
	height: 44px;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 2rem;
}
.product-content td {
	font-size: 1.2rem;
	font-family: 'nissan_brandregular';
	color: #666;
	line-height: 20px;
	vertical-align: top;
	margin-right: 0.7rem;
	display: inline-flex;
	padding: 0.2rem .5rem;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	background-color: #E4E4E4;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-content td:hover {
	background-color: #E8F1F6;
	color: #3073AD;
}
.product-btm {
	margin-top: 2rem;
}
.product-btm p {
	color: #666;
	font-family: 'nissan_brandregular';
	font-size: 1.2rem;
	line-height: 24px;
}
.product-btm h6 {
	color: #666;
	font-family: 'nissan_brandbold';
	font-size: 1.2rem;
	line-height: 24px;
}
.product-btm h6 strong {
	color: #B32535;
	font-size: 1.8rem;
}
.product-btm h6 span {
	color: #121212;
	font-size: 1.6rem;
}
.product-sec .swiper-button-next {
    left: auto;
    right: 0;
}
.product-sec .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.product-sec .common-arrow {
    top: -5rem;
}
.product-btn {
	margin-top: 7.7rem;
}
/****product****/
.service-sec {
	padding: 5rem 0;
	background-color: #fff;
}
.service-title {
	max-width: 83rem;
    margin: 0 auto 6rem;
}
.service-title h2 {
	margin-bottom: 5rem;
}
.each-service {
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5rem;
}
.each-service h5 {
	padding-left: 0;
	margin-bottom: 1rem;
	word-break: break-word;
}
.each-service p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
	opacity: 0;
}
.each-service-text { 
	position: absolute;
	width: 100%;
	height: 12rem;
	bottom: 0;
	left: 0;
	padding: 4rem;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service .akker_btn_cls {
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	opacity: 0;
	border: 1px solid #B72D47;
	color: #B72D47;   
	background-color: transparent;                                              
}
.each-service .akker_btn_cls:hover {
	background-color: #B72D47;
	color: #fff;
}
.each-service:hover .each-service-text {
	background-color: rgba(0, 0, 0, 0.64);
	height: 100%;
}
.each-service:hover .akker_btn_cls {
	opacity: 1;
}
.each-service:hover p {
	opacity: 1;
}
.service-btn {
	margin-top: 7rem;
}
/****home-mid****/
.home-mid-sec {
	padding-bottom: 6rem;
	background-color: #fff;
}
.home-mid-content p {
	margin: 1rem 0 5rem;
	max-width: 63rem;
    width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-mid-img {
	position: relative;
}
.home-mid-content {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14.2rem 12rem;
}
.home-mid-btm {
	background-color: #B72D47;
	padding: 3rem;
	max-width: 52rem;
    margin-left: auto;
	margin-top: -6rem;
    position: relative;
	z-index: 1;
}
.home-mid-btm h6 {
	font-size: 1.6rem;
	color: #121212;
	text-transform: uppercase;
    margin-top: 0.5rem;
}
/****about****/
.about-sec {
	padding-bottom: 9.5rem;
	background-color: #fff;
	padding-top: 9rem;
}
.about-img img {
	padding-left: 3rem;
}
.about-content {
	padding-right: 9rem;
}
.about-sec h2 {
	padding-bottom: 7.5rem;
    margin-top: -12rem;
}
.about-content h5 {
	color: #121212;
}
.about-content .accordion-button::after {
    background-image: url(../images/accordian-right-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.about-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-down-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
	top: 55px;
	right: 3px;
}
.about-content .accordion-item {
	border-bottom: 2px solid rgba(18, 18, 18, 0.10);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.about-content .accordion-item:first-child {
	border-top: 2px solid rgba(18, 18, 18, 0.10);
}
.about-content .accordion-button {
    padding: 4rem 0 2rem;
    background-color: transparent;
}
.about-content .accordion-body {
    padding: 0 13rem 8rem 0;
}
.about-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.about-btn {
	margin-top: 6rem;
}
/****google-review****/
.google-review {
	padding: 9rem 0 11rem;
}
.google-review h2 {
	margin-bottom: 5.5rem;
}
.google-review-img {
    width: 100%;
}
/****footer****/
.footer-area {
	background-color: #121212;
	padding: 9.5rem 0 5rem;
}
.footer-logo img {
	width: 24.8rem;
}
.footer-wrap {
	padding-left: 8.5rem;
	padding-right: 8.5rem;
}
.footer-right {
	padding-left: 20rem;
}
.each-footer-right h6 {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}
.each-footer-right a, .each-footer-right a span {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'nissan_brandregular';
	font-size: 1.6rem;
	line-height: 24.08px;
}
.each-footer-right a:hover {
	color: #B72D47;
}
.footer-right-btm {
	margin-top: 7rem;
}
.footer-right-btm h6 {
	font-size: 1.6rem;
	color: #fff;
	line-height: 37px;
	text-transform: uppercase;
}
.each-opening-time {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    height: 100%;
}
.each-opening-time h6 span {
	font-size: 1.2rem;
} 
.each-opening-time p {
	color: rgba(255, 255, 255, 0.50);
	line-height: 24.08px;
	margin-bottom: 2.8rem;
}
.each-opening-time p span {
	font-size: 1rem;
}
.each-opening-time a {
	text-transform: uppercase;
}
.each-opening-time a img {
	margin-right: 1rem;
}
.each-opening-time .trans-btn:hover {
	background-color: transparent;
	color: #fff;
}
.footer-right hr {
	background-color: rgba(255, 255, 255, 0.29);
	margin: 1.5rem 0 4.5rem;
}
.footer-btm-info h6 {
	text-transform: uppercase;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'nissan_brandregular';
}
.footer-nav-menu {
	padding-left: 20rem;
}
.footer-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0;
    gap: 1rem;
    width: 100%;
}
.footer-nav-menu li {
	font-size: 1.4rem;
	font-family: 'nissan_brandregular';
	color: #FFF;
	line-height: 24px;
	text-transform: uppercase;
}
.footer-nav-menu li:last-child {
    width: 20%;
    margin-right: 0;
}
.footer-nav-menu li a:hover {
	color: #B72D47;
}
.footer-nav-menu .white-btn:hover {
	color: #fff;
}
.footer-nav-menu .akker_btn_cls{
	font-size: 1.4rem;
  	max-width: 200px;
}
/**********diensten-list**********/
.inner-header {
	background-color: #121212;
}
.list-top {
	padding-top: 23rem;
}
.list-content {
	text-align: center;
    max-width: 90rem;
    margin: 0 auto;
	width: 100%;
}
.list-content h6 {
	color: #666;
	font-size: 1.6rem;
	font-family: 'nissan_brandregular';
	margin: 1.5rem 0 3rem;
}
.diensten-service-sec {
	background-color: #f9f9f9;
}
.form-sec {
	background-color: #fff;
	padding: 10rem 0;
}
.form-sec h2 {
	margin-bottom: 6rem;
	color: #000;
}
.form-styl {
	resize: none;
    font-family: 'nissan_brandregular';
	border: 0;
    border-bottom: 2px solid rgba(18, 18, 18, 0.10);
    color: #121212;
    font-size: 1.6rem;
    padding: 0 0 2rem;
	letter-spacing: normal;
	line-height: 24px;
	border-radius: 0;
}
.form-group {
	margin-bottom: 4rem;
}
textarea.form-styl {
	height: calc(100% - 4rem);
}
.form-styl:placeholder {
	color: #121212;
	border-color: rgba(18, 18, 18, 0.10);
}
.form-styl:-ms-input-placeholder {
	color: #121212;
}
.form-styl::placeholder {
	color: #121212;
}
.form-styl:focus {
    box-shadow: none;
	border-color: rgba(18, 18, 18, 0.10);
    color: #121212;
    background-color: #fff;
}
.form-sec .akker_btn_cls {
	margin-top: 2rem;
}
.form-sec .col-lg-6:nth-child(odd) {
	padding-right: 8rem;
}
.form-sec .col-lg-6:nth-child(even) {
	padding-left: 8rem;
}
.form-main{
	position: relative;
	z-index: 0;
}
/**********diensten-dtl**********/
.inner-banner {
	padding: 20rem 0;
}
.inner-banner-content {
    padding-bottom: 21rem;
	padding-top: 11rem;
	max-width: 90rem;
	margin: 0 auto;
}
.inner-banner-content h2 {
	color: #fff;
}
.inner-banner-content h6 {
	font-size: 1.6rem;
	color: #fff;
    font-family: 'nissan_brandregular';
	margin-bottom: 3.2rem;
}
.back-btn {
	position: absolute;
	top: 30rem;
}
.diensten-dtl-img {
	padding-right: 10rem;
}
.diensten-dtl-info {
	max-width: 70rem;
    width: 100%;
    padding: 4rem;
}
.diensten-dtl-info h2 {
	margin-bottom: 4rem;
}
.diensten-dtl-top-wrap {
	margin-top: -29rem;
    position: relative;
    background:#f9f9f9;
}
.about-sec.diensten-dtl-about-sec {
    padding-top: 23rem;
    padding-bottom: 0;
}
.diensten-dtl-service-sec {
	background-color: #121212;
}
.diensten-dtl-service-sec h2 {
	color: #fff;
}
/**********werkplaats-dtl**********/
.about-sec.werkplaats-dtl-about-sec {
	padding-bottom: 10rem;
}
/**********vacature-dtl**********/
.vacature-form-sec {
	background-color: #f9f9f9;
}
.vacature-form-sec .txt-area-outer {
    height: calc(100% - 21rem);
}
.vacature-form-sec .form-styl {
	background-color: transparent;
}
.Bestand-btn {
	position: relative;
}
.Bestand-btn .trans-btn {
	position: absolute;
	right: 0;
	bottom: 1.3rem;
	border: 1px solid #858585;
	color: #858585;
	margin-right: 1rem;
	margin-top: 0;
	padding: 1.2rem 2rem;
	font-family: 'lama_sansmedium';
}
.Bestand-btn .trans-btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/**********contact**********/
.map {
	width: 100%;
    height: 87.7rem;
}
.contact-top {
	position: relative;
    z-index: 1;
    margin-top: -20rem;
}
.contact-info {
	margin-top: -33rem;
}
.contact-top-part {
	padding: 11rem 13rem;
	background-color: #f6f6f6;
}
.contact-top-part h2 {
	margin-bottom: 5rem;
}
.contact-top-part a {
	color: #666666;
	font-size: 1.6rem;
	font-family: 'nissan_brandregular';
}
.contact-top-part a:hover {
	color: #B72D47;
}
.contact-btm-part {
	background-color: #121212;
	padding: 11rem 13rem 4rem;
}
.contact-btm-part h2 {
	color: #fff;
	margin-bottom: 3.5rem;
}
.each-contact-info {
	margin-bottom: 6.5rem;
}
.each-contact-info a {
	color: #666;
	font-size: 1.6rem;
	font-family: 'nissan_brandregular';
}
.each-contact-info a:hover {
	color: #B72D47;
}
.contact-top-img {
	height: 100%;
}
.contact-top-img img {
	height: 100%;
	object-fit: cover;
}
.contact-top .col-lg-6 {
	background-color: #121212;
}
.contact-product-sec {
	background-color: #121212;
}
.contact-product-sec .product-title h2 {
	color: #fff;
}
/**********over-ons**********/
.over-ons-top {
	background-color: #fff;
	padding: 0.5rem 0 15.5rem;
}
.over-ons-top-content h2 {
	margin-bottom: 5rem;
}
.over-ons-top-content {
	padding-right: 10rem;
}
.over-ons-top-content p {
	max-width: 95rem;
	width: 100%;
}
.counter-sec{
	background-color: #fff;
	padding-bottom: 2.5rem;
}
.counter-wrap {
	max-width: 66rem;
}
.counter-sec h3 {
	margin-bottom: 16rem;
}
.each-counter{
	text-align: center;
}
.each-counter h2 {
	padding-bottom: 1.5rem;
	margin-top: -21rem;
  }
.each-counter h2 span {
	color: #B72D47;
}
.each-counter h6 {
	font-family: 'nissan_brandregular';
	color: #121212;
	font-size: 1.6rem;
}
.over-ons-team {
	background-color: #121212;
	padding: 11rem 0 10rem;
}
.over-ons-team h2 {
	color: #fff;
}
.over-ons-team p {
	margin: 5rem auto 4rem;
	max-width: 95rem;
}
.each-team {
	position: relative;
}
.each-team-info {
	background-color: rgba(18, 18, 18, 0.70);
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem;
    width: 100%;
}
.each-team-info h5 {
	font-size: 1.6rem;
}
.each-team-info h6 {
	font-family: 'nissan_brandregular';
	color: #fff;
	font-size: 1.6rem;
}
.over-ons-team .col-lg-3 {
	width: 20%;
}
.team-content {
	background-color: #B72D47;
	padding: 5rem 3.5rem;
	text-align: center;
	height: 100%;
}
.team-content p {
	margin: 4rem 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.over-ons-slider {
	padding-top: 7rem;
}
.over-ons-slider p {
	margin: 4rem auto 11rem;
	max-width: 95rem;
	color: #121212;
}
/**********bedankt**********/
.bedankt-banner .white-btn {
	margin-top: 5rem;
}
/**********popup**********/
.modal-area .modal-dialog {
    max-width: 74%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin: 5.5rem 0 8.8rem;
    max-width: 63rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 10rem 12rem;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'nissan_brandregular';
}
.close-img:hover {
	color: #fff;
}
/**********aanbod-list**********/
.aanbod-list-filter-sec {
	padding: 21.5rem 0 6rem;
}
.aanbod-list-filter-sec p {
	margin: 1rem 0 4rem;
}
.aanbod-list-filter-sec .col-lg-3{
	width: 12.5%;
}
/*.filter-main {
	display: flex;
	justify-content: center;
	position: relative;
}
.each-filter {
	margin: 0 3.8rem;
}*/
.select-style {
	width: 100%;
    height: 100%;
    color: #666;
	font-family: 'nissan_brandregular';
    font-size: 1.5rem;
    border: 0;
    appearance: none;
	background-color: transparent;
	background: url(../images/dropdown.svg) transparent no-repeat 90% center / 8px;
}
.select-style option{
	font-family: arial;
}
.aanbod-list-product-sec {
	padding-bottom: 12rem;
}
.aanbod-list-product-sec .col-xl-3,
.aanbod-list-product-sec .col-lg-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.aanbod-list-product-sec .row {
    margin-left: -1rem;
    margin-right: -1rem;
}
.aanbod-list-product-sec .each-product {
	margin-bottom: 2rem;
}
.list-box {
	height: calc(100% - 2rem);
}
.list-box-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.list-box-img img {
	height: 100%;
	object-fit: cover;
}
.list-box-info {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	padding: 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-box-info h5 {
	color: #121212;
}
.list-box-info h6 {
	color: #121212;
	font-size: 1.6rem;
    font-family: 'nissan_brandregular';
}
.list-box-info .trans-btn {
    margin-top: 2rem;
}
.list-btm {
	height: calc(100% - 2rem);
}
.list-btm-img {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.list-btm-img img {
	height: 100%;
	object-fit: cover;
}
.list-btm-info {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	padding: 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-box-info h5 {
	margin-bottom: 1rem;
}
.list-btm-info .trans-btn {
    margin-top: 2rem;
}
.aanbod-list-btm {
	background-color: #fff;
	padding: 11rem 0 10rem;
}
.aanbod-list-btm p  {
	margin: 4rem auto 7.5rem;
	max-width: 90rem;
	width: 100%;
}
/**********aanbod-dtl**********/
.aanbod-dtl-back-btn {
	position: initial;
	padding-top: 23rem;
	padding-bottom: 7rem;
}
.aanbod-dtl-banner .col-lg-7 {
	width: 63%;
}
.aanbod-dtl-banner .col-lg-5 {
	width: 37%;
}
.aanbod-dtl-banner-slider .common-arrow{
	background: #fff;
  	width: 40px;
  	height: 40px;
  	border-radius: 5px;
}
.aanbod-dtl-banner-top h4 {
	color: #666;
	margin: 3.5rem 0 5rem;
}
.aanbod-dtl-banner-top a {
	color: #666;
	font-family: 'nissan_brandbold';
	font-size: 1.5rem;
}
.aanbod-dtl-banner-top a img {
	margin-right: 1rem;
}
.aanbod-dtl-banner-top .akker_btn_cls {
	background-color: transparent;
	border-color: #666;
	color: #666;
}
.aanbod-dtl-banner-top .akker_btn_cls:hover {
	background-color: #fff;
}
.each-aanbod-dtl-img {
	margin-top: 1.5rem;
	margin-right: 1.5rem;
}
.each-aanbod-dtl-img:last-child {
	margin-right: 0;
}
.aanbod-dtl-right {
	background-color: #fff;
	/* padding: 4.5rem 3rem; */
	margin-left: 4rem;
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-right-top h5 {
	color: #B32535;
	font-size: 2.4rem;
}
.aanbod-dtl-right-top h2 {
	margin-bottom: 1rem;
}
/* .aanbod-dtl-right-btn {
	margin-top: 4rem;
	margin-bottom: 4rem;
} */
.aanbod-dtl-right-btn .akker_btn_cls {
	max-width: 100%;
	display: block;
}
.aanbod-dtl-right-btn .trans-btn {
	border-color: #000;
	color: #121212;
}
.aanbod-dtl-right-btn .trans-btn:hover {
	background-color: #121212;
	color: #fff;
}
.yellow-blk {
	margin: 1.5rem 0;
}
.yellow-blk {
	border-radius: 10rem;
    overflow: hidden;
    font-family: 'nissan_brandbold';
    color: #121212;
    font-size: 1.6rem;
    background-image: url(../images/dtl-yellow-blk.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 100%;
    height: 48px;
    padding: 1rem 3rem 1rem 8rem;
    text-align: center;
	text-transform: uppercase;
	border: 0;
}
.yellow-blk input:placeholder {
	color: #121212;
	opacity: 1;
}
.yellow-blk input:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.yellow-blk input::placeholder {
	color: #121212;
	opacity: 1;
}
.yellow-blk:focus {
    box-shadow: none;
    color: #121212;
	opacity: 1;
}
.aanbod-dtl-right-mid {
	border-top: 2px solid rgba(102, 102, 102, 0.25);
	border-bottom: 2px solid rgba(102, 102, 102, 0.25);
}
.aanbod-dtl-right-mid h5 span {
	color: #666;
	font-size: 1.6rem;
	text-transform: none;
}
.aanbod-dtl-right-mid p {
	margin-top: 2rem;
}
.aanbod-dtl-right-top {
	padding: 4.5rem 3rem 0;
}
.aanbod-dtl-right-btn {
	padding: 4.5rem 3rem;
}
.aanbod-dtl-right-mid {
	padding: 4.5rem 3rem;
}
.aanbod-dtl-right-mid h5 {
	color: #B32535;
	font-size: 2.4rem;
}
.aanbod-dtl-right-mid .akker_btn_cls {
	max-width: 100%;
	margin-top: 4.2rem;
}
.aanbod-dtl-right-btm {
	padding: 4.5rem 3rem;
}
.aanbod-dtl-right-btm h5 {
	color: #121212;
	line-height: normal;
	font-size: 1.4rem;
}
.aanbod-dtl-right-btm h6 {
	font-size: 1rem;
	color: #B32535;
	font-family: 'nissan_brandregular';
	line-height: normal;
}
.aanbod-dtl-right-btm-info h5 {
	color: #121212;
	margin-bottom: 1rem;
}
.aanbod-dtl-right-btm a, .aanbod-dtl-right-btm-info a span {
	color: #666;
	font-size: 1.6rem;
	font-family: 'nissan_brandregular';
}
.aanbod-dtl-right-btm a:hover {
	color: #B72D47;
}
.aanbod-dtl-right-btm .col-lg-4 {
	width: 36%;
}
.aanbod-dtl-right-btm .col-lg-8 {
	width: 64%;
}
.aanbod-tab{
	padding-top: 6rem;
}
.aanbod-tab .tab-content {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 7rem 8rem;
	margin-bottom: 5.5rem;
}
.kenmarken-blk {
	display: none;
}
.aanbod-tab .dtl-tab-content-heading h5 {
	text-align: left;
	color: #121212;
	margin-bottom: 5rem;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.9rem;
    padding-left: 1.3rem;
    background-size: 0.6rem;
	color: #666;
	text-transform: uppercase;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'nissan_brandregular';
	color: #121212;
	font-size: 1.6rem;
}
.aanbod-tab .tab-content .akker_btn_cls{
	background-color: transparent;
	color: #121212;
	margin-top: 7rem;
}
.aanbod-tab .tab-content .akker_btn_cls:hover {
	background-color: #121212;
	color: #fff;
}
.aanbod-accordion {
	position: relative;
	padding-bottom: 15rem;
	padding: 6rem 0 15rem;
}
.aanbod-accordion::after {
	content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
}
.aanbod-tab .accordion-item h5 {
	color: #121212;
}
.aanbod-tab .accordion-body p {
	color: #121212;
}
.aanbod-tab .accordion-item {
	border: 0;
}
.aanbod-tab .accordion-button:not(.collapsed){
	background-color: transparent;
}
.aanbod-tab .accordion-button{
	border-top: 2px solid rgba(18, 18, 18, 0.20);
	padding: 4.7rem 0;
}
.aanbod-tab .accordion-item:last-child .accordion-body{
	padding-bottom: 0;
}
.aanbod-tab .accordion-item:last-child .accordion-button{
	/* border-bottom: 2px solid rgba(18, 18, 18, 0.20); */
	border-bottom: 0;
}
.aanbod-tab .accordion-button::after{
	background-image: url(../images/dtl-down-arrow.svg);
	transform: rotate(0);
	height: 1rem;
	width:1rem;
	background-size: contain;
}
.aanbod-tab .accordion-button:not(.collapsed) {
	box-shadow: none;
}
.aanbod-tab .accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}
.aanbod-tab .accordion-button:focus{
	box-shadow: none;
}
.aanbod-tab .accordion-body{
	padding: 0 0 15rem;
}
.each-opties h6 {
	color: #666;
	font-size: 1.6rem;
    font-family: 'nissan_brandregular';
	margin-top: 2rem;
}
.each-opties h6 img {
	margin-right: 1rem;
}
/**kenmarken-less**/
.kenmarken-less .col-lg-3 {
	width: 20%;
}
.each-ken p {
	margin: 2rem 0 1.5rem;
}
.each-ken h5 {
	color: #121212;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
	background-color: #f9f9f9;
	padding: 2rem 0;
}
.aanbod-dtl-form-sec .form-styl {
	background-color: transparent;
}
.form-man {
	padding-right: 8.5rem;
	height: calc(100% - 15rem);
}
.form-man img {
	height: 100%;
	object-fit: cover;
}
.form-man h5 {
	color: #121212;
	line-height: normal;
}
.form-man h6 {
	font-size: 1.6rem;
	color: #B32535;
	font-family: 'nissan_brandregular';
	line-height: normal;
}


/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer &gt; img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
	padding: 0px
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}


.acties-left-content p {
    color: black;
}
.error_top, .privacy_section {
    margin: 18rem 0 2rem;
}

/*======Language Flag Start=====*/
body {
    top: 0px !important;
}
#google_translate_element{
    height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}


.acties-left-content p {
    color: black;
}

/*======Language Flag Start=====*/
.reset-btn a {
    color: #666666;
}
.tab_hedaing h4 {
    color: black;
}
.bullet-panel li {
    color: #080808;
}

.form-1 .col-lg-6:nth-child(odd) {
    padding-right: 1rem;
}
.form-1 .col-lg-6:nth-child(even) {
    padding-left: 1rem;
}

.form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding: 0px;
} 

.inner-header .header-menu li a:hover {
	color: #B72D47;
}
/*#maandModule {
    height: 80rem;
}*/
#kenmarken-blk {
    display: none;
}
.aanbod-tab .tab_hedaing h4 {
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.bullet-panel{
    margin-bottom: 30px;
}
.werkplaats-iframe{
	padding: 2% 0;
}
.pdf-gnrt img {
    height: 20px;
}
.header-btm img {
  height: 20px;
}
.home-banner-third-btn {
	display: none;
}
/*==============carselexy=============*/
.carselexy-banner{
	padding-top: 164px;
  	background: #121212;
}
.carselexy-banner .common-bg{
	z-index: 1;
	padding: 130px 0 calc(130px + 250px);
}
.carselexy-banner .common-bg:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.70) 100%);
	z-index: -1;
}
.carselexy-banner h1, .carselexy-content h2{
	font-family: 'nissan_brandbold';
	line-height: normal;
}
.carselexy-banner h6{
	color: #FFF;
	font-family: 'nissan_brandregular';
	font-size: 2rem;
	line-height: normal;
	margin-top: 8px;
}
.carselexy-content .row.bg-white{
	margin-top: -250px;
	z-index: 1;
}
.carselexy-content .col-lg-5{
	width: 45%;
}
.carselexy-content .col-lg-7{
	width: 55%;
}
.carselexy-content p{
	color: #000;
	letter-spacing: normal;
  	line-height: 24px;
  	margin: 10px 0 25px;
}
.carselexy-content li{
	font-family: 'nissan_brandregular';
	color: #000;
	font-size: 1.6rem;
	margin-bottom: 6px;
	position: relative;
	padding-left: 20px;
}
.carselexy-content li:before{
	position: absolute;
	top: 9px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	background: #B32535;
	border-radius: 100%;
}
.carselexy-content .d-table{
	padding-right: 10%;
	padding-left: 10%;
}
.carselexy-content .d-table .mx-auto{
	max-width: 580px;
}</pre></body></html>