<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vanquish - Default
Theme URI: http://www.autosoft.eu
Template:     Vanquish
Author: Autosoft automotive internet
Author URI: http://www.autosoft.eu/
Description: Vanquish CHILD Thema, ontworpen en ontwikkeld door Autosoft. Afgeleide van het Autosoft Vanquish thema voor klantspecifieke aanpassingen.
Version: 1.0
Text Domain: autosoft
*/

/*body {min-width: 980px!important;}*/


/* visual fixes */
#mainvisual img {
	margin-top: 0!important;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&amp;display=swap');


body {
	font-family: 'Signika'!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 300!important;
}

p strong {
    font-weight: 600!important;
}

h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    border-bottom: 2px solid #666666;
    padding-right: 0.2em;
	padding-left: 1em;
	margin-left: -1em;
}

body.search-results h1 { display: none; }


p, ul , ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#inhoud .su-row .su-column:first-child { margin-left: 0!important; }
#inhoud .su-row .su-column:last-child { margin-right: 0!important; }

@media only screen and (max-width: 767px){
	#inhoud .su-row .su-column:first-child { margin: 0!important; }
	#inhoud .su-row .su-column:last-child { margin: 0!important; }
}


a.logo { width: 110px!important; height: 110px!important; }
header#navigatie.scrollmenu a.logo { width: 70px!important; height: 60px!important; }

@media screen and (max-width: 480px) { 
	a.logo, header#navigatie.scrollmenu a.logo { width: 70px!important; height: 60px!important; }
	#sitecontainer { border-top: none!important; }
}

#mainvisual.smaller img {
    margin-top: -18%;
	min-width: 980px;
}

body.home .visualwrapper  {text-align: center!important; overflow: hidden;}
body.home #mainvisual img, body.home #mainvisual .mslide img {
    min-width: 1600px;
	margin-top: -10%;
}

#access .current-menu-item &gt; a, #access .current-menu-ancestor &gt; a, #access .current_page_item &gt; a, #access .current_page_ancestor &gt; a {
    font-weight: 600!important;
}

header#navigatie, header#navigatie.scrollmenu {
    border-bottom: 2px solid #cc0000;
    box-shadow: none;   
}

#sitecontainer, #footer {
    border-top: 2px solid #cc0000;
}

/* Basic */
@media screen and (max-width: 1024px) { 

	#mainvisual.smaller img { margin-top: -12%; }
}
/* Tablet */
@media screen and (max-width: 800px) { 
	#mainvisual.smaller img { margin-top: -14%; }
}
/* Mobile */
@media screen and (max-width: 480px) { 
	
	
	#sitecontainer {	margin-top: 36px; padding-top: 20px; }
	#sitecontainer.pull-up {	margin-top: 40px; }
}

hr {
	border-bottom: 1px solid #333333;
}


a {	
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	color: #cccccc;
	text-decoration: underline;
}

a:hover {	
	color: #cc0000;
	text-decoration: none;
}


#mainvisual div[class^="amazingslider-description-"] {display: none!important;}

#bottomcontent { display: none!important;}

#footerwidgets .widget img {
    float: none;
    height: auto !important;
    margin-right: 0px;
    max-width: 100% !important;
}

#sharebar { display: none!important;}

a.toplink { display: none!important;}

a#facebooklink { 
	display: block; width: 300px; height: 70px; text-indent: -9000px;
	background: url('facebookbutton.png'); z-index: 9000;
	position: fixed; top: 40%; right: -230px;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	}
	
a#facebooklink:hover { right: -10px; }


/* GALLERY FIXES */
.gallery-item { width: 100%; padding: 5px; box-sizing: border-box; }
.gallery-icon { position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 75%; }
#inhoud .gallery-item a { margin: 0; width: 100%; height: auto; }
#inhoud .gallery-item a img { 
	width: 100%; height: auto;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

#inhoud .gallery-columns-2 .gallery-item { width: 50%!important;}
#inhoud .gallery-columns-3 .gallery-item { width: 33.333333%!important;}
#inhoud .gallery-columns-4 .gallery-item { width: 25%!important;}

@media only screen and (max-width: 768px) {
	#inhoud .gallery .gallery-item { width: 50%!important;}
}

.ctcc-left-side { font-size: 16px!important; }

/* BLACK *//* BLACK *//* BLACK *//* BLACK *//* BLACK */

body { 
	background: #000000;
	color: #f0f0f0;
}

/*h1, h2, h3, h4, h5, h6, */
a.su-button {
	color: #ffffff;
	}
	
#topcontent { 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
#sitecontainer { 
	background: #000000;
	}
	
	
	
#bottomcontent .widget h3, #footerwidgets .widget h3 { color: #949494!important; }	
#footerwidgets .widget h3 { border-bottom: 2px solid #ffffff; }

#bottomcontent .widget a.nieuwslink,
#minizoeker #zoekbar #zoekbutton	{  border: 1px solid #333333;	}


.bericht { 
	background: #333333; border: 1px solid #e3e3e3;
}
.bericht h2 {
    border-bottom: none;
    margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 820px) {
	.bericht { max-height: none; }
}
	
form.wpcf7-form input,
form.wpcf7-form textarea {
	border: 1px solid #cccccc;
	background: #333333;
	color: #fefefe;
	}

form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
	border: 1px solid #cccccc;
	background: #000000;
	}
	
	form.wpcf7-form input.wpcf7-submit:hover {  color: #ffffff;}
	
	
	
#inhoud .edit-link { 
	position: fixed; right: 20px; bottom: 80px;
	background: #ffffff; border: 1px solid #efefef;
	}
	
#inhoud .edit-link:hover { 
	padding: 10px 20px; 
	opacity: 0.9;
    filter: alpha(opacity=90);
	background: #000000;
	}
#inhoud .edit-link a { 
	text-decoration: none;
	color: #333333;
	}
	
#inhoud .edit-link:hover a { 
	text-decoration: none;
	color: #ffffff;
	}
	
/* ===== ===== ===== AUTOCOMMERCE ===== ===== ===== */
:root {
	--ACfontfamily: 'Signika', Helvetica, Arial, sans-serif!important;
	--ACfontsize: 16px!important;
	--ACfontweight: 300!important;
	--ACmaincolor: #cc0000!important;
}
.ACmerkmodel  { color: #ffffff!important; }

#asac-container #ACvehicle .ACVDPaside {
    background: #cccccc!important;
}

#asac-container #ACvehicle .ACVDPhead .ACmerkmodel {
    font-family: 'Cantata One', Helvetica, Arial, sans-serif!important;
	font-weight: 400!important;
}</pre></body></html>