
/* *************************************************************************************************************** */
/* ################################################## COLOR ###################################################### */
/* *************************************************************************************************************** */
/* *************************************** color-change for fonts and icons ************************************** */
a,
#menu a:hover,
#menu a.active,
#quickLinks > div > h2,
#quickLinks .stocks h3,
#searchBarWrap .searchVersionBar a.active,
.vehicleListDescript h2,
.vehicleListDescript .date:before,
.vehicleListDescript .clock:before,

.vehicleDetailHeadline .make,
.button.delete span:hover,
.vehicleDetailFeatures span:before,
.close span:after,
h5 div:nth-child(1) > span:first-child,
.packages h5 div:nth-child(2) span.packageButton:after,
.vehicleDetailHeadline .buyNow,
.vehicleDetailHeadline .packagePrice,
.notepadVehicleFrame .notepadLinks .discount,
a.addUser,
#userMenu > a,
#quickLinks .infoLinks a,
#quickLinks .infoLinks span,
.BoxDescript h2,
.BoxTime .date:before,
.BoxTime .clock:before,
a.back-link,
.headSlogan,
#menu .headSlogan a,
.graphical-select div span:after,
#footer a:hover,
.stock a:hover span
{
	color: #b59960;
}

i.checkbox.active:before,
i.radio.active:before{
	color: #232323;
}

/* *************************************************************************************************************** */
/* ################################################# BACKGROUND ################################################## */
/* *************************************************************************************************************** */
/* ***************************** color-change for backgrounds of buttons, icons etc ****************************** */

.button.small.gardient span:before,
#searchSlide,
.my_account_menu a span:before,
#mobileUserMenu > a span:before,
.insidePackage,
#mobileMenuContent a:hover,
#mobileMenuContent a.active,
#userNavi div#login.login,
.loging,
a.button.small.menu.active,
a.button.small.menu:hover,
.button.small.gardient.active,
.button.small.menu span::before,
#animation .imageNavigator	li.currentNavigator,
#mobileUserMenuOpen span:after,
.stock .anzahl span
{
	background: #b59960;
}

#searchBar{
	background: rgba(181, 153, 96, 0.3);
}

#aSub a:hover,
#aSub .us:hover,
#aSub .us:hover,
#aSub .fr:hover,
#aSub .nlbe:hover,
#aSub .de:hover,
#aSub .se:hover,
#aSub .es:hover,
#aSub .pt:hover,
#aSub .it:hover{
	background-color: #b59960;	
}

.button:hover,
.button.small:hover,
.button.small.active,
.button.small.transparent:hover,
.button.small.forwards.grey.dark:hover{
	background: #e0b662;
}

/* *************************************************************************************************************** */
/* ################################################### BORDERS ################################################### */
/* *************************************************************************************************************** */

input{
	border:1px solid #b59960;
}

.posAbsBorderBottom{
	border-bottom:12px solid #b59960;
}

.graphical-select div,
#LoginLayer input[type="text"],
#LoginLayer input[type="password"]{
	border:1px solid #b59960;
}

.graphical-select ul {
    border-left: 1px solid #b59960;
    border-right: 1px solid #b59960;
    border-bottom: 1px solid #b59960;
}
	
/* *************************************************************************************************************** */
/* ############################################## GARDIENTS-DEFAULT ############################################## */
/* *************************************************************************************************************** */
/* **************************************** gardient-change for buttons etc ************************************** */

.button.small,
.seiten_aktiv, /* Vehicle List Numbering */
.seiten:hover,
.button.small.white.notepad.active,
.backwards,
.forwards,
.stock .column:hover .box,
.button.small.forwards.grey.active{
	background: #b59960;
	border-radius: 15px;
}

/* *************************************************************************************************************** */
/* ############################################## DETAIL-SEARCH ################################################## */
/* *************************************************************************************************************** */
/* *********************************** color-change for sliders and SVGs ***************************************** */

.ui-widget-header{ /* Slider Detail Search */
	background: #e0b662;
}

i.active svg path { /* Body Type Detail Search */
	fill:#b59960;
}

.kfz_typ_img{
	fill:#b59960;
}

.bodyType img.active{
	fill:#b59960;
}



