
/****************************************************
 
	Design: Autosoft BV - www.autosoft.eu
	Code & CSS: Autosoft BV - www.autosoft.eu
	
****************************************************/


/* DEFINE BASE COLORS */
:root { 
	/*--ACprimary: 	#7EDBD5; /* Main color accent */	/* var(--ACprimary) */
	/*--ACsecondary:	#000000; /* 2nd color  */		/* var(--ACsecondary) */
}
	
/* PREMIUM FIXES */	
.merkmodel {
	background: #7EDBD5;
}

.displaymode>a {
	color: #7EDBD5 !important;
}


@media screen and (max-width: 800px) {
	#filterbutton, #detailpaginaback, #detailpaginabackbutton, #closefilterbutton {
		background: #7EDBD5;
		color: #000000;
		font-size: 1.2em;
		border-top: 2px solid black;
	}
	
	#closefilterbutton {
		color: transparent;
		line-height: 1.8em;
	}
	#closefilterbutton::before {
		content: 'Filters toepassen';
		text-align: center;
		color: #000000;
		font-size: 1.2em;
		display: block;
		position: absolute;
		width: 100%;
		pointer-events: none;
	}
	
	.occtoplink, .occtoplink:hover {
		bottom: 72px!important;
	}

}

/* PRO LIGHTBOX CODE FIX */

/* lightbox codefix */
#asac-container #ACvehicle .ACVDPcarousel .owl-item a.lightbox {
	color: transparent!important;
	font-size: 0!important;
}

#asac-container #ACvehicle .ACVDPcarousel .owl-stage-outer {
	margin-bottom: -14px!important;
}
/****************************************************
 
	Design: Autosoft BV - www.autosoft.eu
	Code & CSS: Autosoft BV - www.autosoft.eu
	
****************************************************/