/**
 * Theme Name: yootheme
 * Version: 1.0
 * Author: Design Boie Baumann
 * Author URI: https://www.boiebaumann.de
 */

 /** Basics **/
 
 

@font-face {
    font-family: 'Hyundai Sans';
    src: url('../fonts/HyundaiSansHeadOffice-Regular.eot') format('embedded-opentype'), 
         url('../fonts/HyundaiSansHeadOffice-Regular.woff2') format('woff2'),
         url('../fonts/HyundaiSansHeadOffice-Regular.woff') format('woff'),
         url('../fonts/HyundaiSansHeadOffice-Regular.ttf') format('truetype'),
         url('../fonts/HyundaiSansHeadOffice-Regular.svg#webfontj?????') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wpcs-form-submit-wrapper a.dxim_button_styled:link, .wpcs-form-submit-wrapper a.dxim_button_styled:visited {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #002c5f;
    padding: 7px 20px;
	    border-radius: 5px;
}
.wpcs-form-submit-wrapper a.dxim_button_styled:hover {
    background-color: #003d83;
    color: #fff;
    border-color: transparent;
}

.field-hidden {
	display: none;
}

.gform_button.button{
	background-color: #333f64;
	margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-family: Poppins;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 4px;
    background-origin: border-box;
	cursor: pointer;
	color: #fff;
}

.gform_button.button:hover {
	background-color: #2e385a;
}

.gform_button.button:active {
	background-color: #252e49;
}

.gform_next_button,
.gform_button  {
    font-family: Hyundai Sans;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
	background-color: #002c5f;
	margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    border-radius: 4px;
    background-origin: border-box;
	cursor: pointer;
	color: #fff;
}
.gform_next_button:hover,
.gform_next_button:active,
.gform_button:hover,
.gform_button:active {
	background-color: #003d83;
}
#gform_previous_button_4 {
	display:none!important;
}

.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text], 
.gform_wrapper.gravity-theme input[type=time], 
.gform_wrapper.gravity-theme input[type=url], 
.gform_wrapper.gravity-theme input[type=week], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea {
	height: 46px;
    vertical-align: middle;
    display: inline-block;
	max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 10px 10px;
    background: #ffffff;
    color: #666;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    border-radius: 4px;
}

.gform_wrapper.gravity-theme input[type=tel]:focus, 
.gform_wrapper.gravity-theme input[type=text]:focus, 
.gform_wrapper.gravity-theme input[type=time]:focus, 
.gform_wrapper.gravity-theme input[type=url]:focus, 
.gform_wrapper.gravity-theme input[type=week]:focus, 
.gform_wrapper.gravity-theme select:focus, 
.gform_wrapper.gravity-theme textarea:focus { 
	background-color: #dee4ea;
	outline: none;
}


 /** bubblepreis **/

.price-right {
display: flex;
    justify-content: end;
}
.el-bubbleprice {
background: #002c5f;
    vertical-align: middle;
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 20px;
    border-radius: 100%;
    hyphens: auto !important;
    text-align: center;
    position: relative;
}

.el-bubbleprice .el-price {
	color: #fff !important;
 	margin: 0 !important;
 	position: absolute;
 	width: 120px;
 	top: 50%;
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
}

.price .uk-text-meta {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-family: Hyundai Sans;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    background: #8a94a8 !important;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    margin-left: -20px;
	margin-bottom:-20px;
}
.price.above-title .uk-text-meta {
    margin-top: -20px !important;
    display: block !important;
    margin-right: -20px;
    margin-bottom: 15px;
    padding: 15px 25px;
}
.uk-list.price .el-meta {
    font-size: 16px;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    background: #002c5f;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100%;
    text-align: center;
}
.uk-list.price .el-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 140px;
    text-align: left;
}
.verbrauch .el-content {
	font-style: italic !important;
}
/* carfinder style */

#wpcs_template_content {
    width: auto !important
}

#wpcs_template_content {
    padding: 100px 15px !important;
}

.dxim_filter_section a.dxim_button_styled:link, .dxim_filter_section a.dxim_button_styled:visited, #wpcs_pagination_button {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #002c5f;
    padding: 5px 26px;
    border: 1px solid #002c5f !important;
    border-radius: 5px;
	transition: .3s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.dxim_filter_section a.dxim_button_styled:hover, #wpcs_pagination_button:hover {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #003d83;
    padding: 5px 26px;
    border: 1px solid #003d83!important;
}
.dxim_ff_order_bar.horizontal {
text-align: right !important;
}
.dxim_ff_order_bar.horizontal a.dxim_set_order {
    margin-right: 0px  !important;
	margin-left: 10px  !important;
}  

.dxim_filter .wpcs_color_select .color {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
    border: none !important;
    border-radius: 50px;
    margin: 0 5px 5px 0;
    line-height: 32px;
    text-align: center;
}
a.dxim_set_order {
       padding: 5px 10px;
    	background: #ebebeb;
}  

a.dxim_set_order:hover, a.dxim_set_order.current,
#wpcs_select_list li.selected, #wpcs_select_list li:hover,
.dxim_filter div.wpcsselect:hover {
    background:  #009fe3 !important;
	color:#ffffff;
} 

.wpcs_vehicle_highlights .wpcs_highlight {
    background: #00ae7a!important;
	color:#ffffff;
	margin: 0 15px 0px 0;
	padding: 5px 10px !important;
} 

#wpcs_select_list, .dxim_filter div.wpcsselect {
    box-shadow: none !important;
    background: #002c5f !important;
    color: #f0f0f0 !important;
    border: none !important;
	border-radius: 0px !important;

}

#wpcs_select_list li {
    border-top: none !important;
}

div.wpcsselect .wpcs_select_handle{
    padding: 0 40px 0 5px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    cursor: pointer;
    border: none !important;
	border-radius: 0px !important;
	background: #002c5f !important;
}
.dxim_filter input[type=text] {
    padding: 0px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    cursor: pointer;
    border: none !important;
	border-radius: 0px !important;
	text-indent: 10px;
}



.dxim_set_order.make, .dxim_set_order.rate, .wpcs_pd_col.first h3, 
#carfinder_make .wpcs_col_1 .dxim_filter.label_inside:first-child,
.dxim_filter_slider .noUi-handle:after, .dxim_filter_slider .noUi-handle:before {
display: none !important;
}

.dxim_filter_slider .noUi-horizontal .noUi-handle {
    border-radius: 30px;
    width: 25px;
    height: 25px;
  top: -12px;
	background:  #009fe3;
	border: 0px;
	box-shadow: none;
}

.dxim_filter_slider .noUi-target {
    background: #0e0e0e ;
    border: none !important;
	border-radius: 0px !important;
    box-shadow: none !important;
}

.dxim_filter_slider .noUi-horizontal {
    height: 2px;
margin-bottom: 8px;
}

.dxim_filter_slider .noUi-connect {
    background-color:  #009fe3;
}
.dxim_filter_slider .noUi-connects {
    margin: 0 -15px;
    width: calc(100% + 30px);
    background: #002c5f;
}

@media (max-width: 480px) {
    .dxim_ff_order_bar a.dxim_set_order {
        display: inline-block !important;
    }
}
.vehicle-on-archive .wpcs_pd_row .price_rating {
    display: inline-block;
    position: relative;
	top: 200px;
    right: 0px;
    
}
.price_rating.very_good_price .label,
.price_rating.good_price .label,
.price_rating.reasonable_price .label {
    font-weight: 400;
color: #b8c5cb;
}

.price_rating.good_price .dot,
.price_rating.reasonable_price .dot{
    
    background: #b8c5cb;
}
.price_rating.very_good_price .dot,
.price_rating.good_price .dot,
.price_rating.reasonable_price .dot{
    
    width: 24px;
    height: 4px;
    border-radius: 0px;
    margin-right: 2px;
}

/* carfinder preisbubble*/

.vehicle-on-single .preis_desktop .price_wrapper.dxim_vehicle_price {
    background:  #009fe3;
    color: #ffffff;
    padding: 1px 10px;
    font-weight: 400;
    width: 150px;
    height: 170px;
    border-radius: 180px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    line-height: 20px;
	margin-left: calc(100% - 150px);
}
.price_wrapper .price_big {
    font-size: 180% !important;
}

.vehicle-on-single .price_wrapper.dxim_vehicle_price .price_netto,
.vehicle-on-single .price_wrapper.dxim_vehicle_price .vat{
    width: 100%;
	font-weight:400;
}
.vehicle-on-single .price_wrapper.dxim_vehicle_price .price_big {
	width: auto;
	font-weight:400;
}

.vehicle-on-single .price_wrapper.dxim_vehicle_price .vat:before {
    display:none;
}


/* carfinder Gesamtansicht Kacheln */


.vehicle-on-archive .wpcs_tag, .wpcs_tag.big {
    background: #b8c5cb !important;
	color: #ffffff;
}

.dxim_archive_title h2 {
    font-size: 18px !important;
    font-weight: 400;
    background-position: bottom left;
    background-size: 50px 2px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.dxim_archive_title h3 {
	font-weight: 300;
	font-size: 28px !important;
	line-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.dxim_archive_title h2, .dxim_archive_title h3 {
		transition: .3s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.dxim_archive_title h2:hover, .dxim_archive_title h3:hover {
	color:  #009fe3;
}

.wpcs_vehicles_wrapper article.vehicle-on-archive .price_wrapper .price_big,
.preis-mobil .price_wrapper .price_big
{
    font-size: 140%;
    color: #fff;
	background:  #009fe3;
	padding: 1px 10px;
    display: table;
	font-weight: 400;
}
.wpcs_vehicle_list .wpcs_vehicles_wrapper.wpcs_grid .vehicle-on-archive {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:20px;
}

.wpcs_vehicles_wrapper.wpcs_grid .vehicle-on-archive .dxim_grid_image{
    padding-top: 75%;
	width: calc(100% + 40px);
    margin-left: -20px;
	margin-top: -20px;
    padding-bottom: 40px;
}

.vehicle-on-archive .button_wrapper {
    color: #fff;
background: #002c5f;
    border: 1px solid #002c5f !important;
text-align: center;
	transition: .3s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
border-radius: 5px;
}
.vehicle-on-archive .button_wrapper:hover {
        background:  #003d83;
border: 1px solid #003d83 !important;
}
 .wpcs_grid .vehicle-on-archive div.wpcs_element_spacer_small {
    display: none;
}
.wpcs_grid .wpcs_vehicle_highlights{
    float: left;
    display: flex;
}
.wpcs_vehicles_wrapper.wpcs_grid .wpcs_tag {
	float: inline-start;
}
.condition.wpcs_tag {display:none;
}
.wpcs_grid .vehicle-on-archive .dxim_archive_specifics, 
.wpcs_grid .vehicle-on-archive .dxim_vehicle_price, 
.wpcs_grid .vehicle-on-archive .dxim_vehicle_emission {
   padding: 20px 0px 20px;
}

.wpcs_grid .vehicle-on-archive .dxim_archive_title {
   padding-top:10px;
}


@media (max-width: 960px) {
.wpcs_vehicle_list .wpcs_vehicles_wrapper.wpcs_grid .vehicle-on-archive {
    margin-bottom:20px;
}
}
/* carfinder Gesamtansicht Reihen*/

.wpcs_vehicle_list .wpcs_rows .vehicle-on-archive
{
	background: #ebebeb;
	padding-top:0px;
}
.wpcs_vehicles_wrapper.wpcs_rows .wpcs_pd_col.last.wpcs_margin_elements {
	padding:30px;
}
.wpcs_pd_row_2 .wpcs_pd_col.last.wpcs_align_right {
    float: right  !important;
}

.wpcs_pd_row_7 > .wpcs_pd_col.first {
    width: 50%  !important;
	margin:0px  !important;
}

.wpcs_pd_row_7 > .wpcs_pd_col.last {
    width: calc(50% - 60px)  !important;
		margin:0px  !important;
}


.wpcs_vehicles_wrapper.wpcs_rows .wpcs_vehicle_highlights{
        display: inline-block;
    top: -2px;
    position: relative;
}

.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right {
    position: absolute;
    top: 20px;
    right: 20px;
    background:  #009fe3;
    color: #ffffff;
    padding: 1px 10px;
    font-weight: 400;
    width: 150px;
    height: 170px;
    border-radius: 180px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap-reverse;
	line-height: 20px;

}
.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right .price_big {
	background: none;
	display: block;
margin-bottom: 10px;
}

.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right .dxim_vehicle_price{
	width: 150px;
    height: 100px;
}

.wpcs_pd_row.wpcs_pd_row_7 .dxim_archive_title {
    width: calc(100% - 180px);
}

.vehicle-on-archive .wpcs_pd_row.wpcs_pd_row_6 .button_wrapper {
    margin-left: 0px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 250px;
}

@media (max-width: 998px) {
	.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right
    {
        width: 150px !important;
    }
}
@media (max-width: 998px) {
	.wpcs_pd_row_7 > .wpcs_pd_col.first {
    width: 100% !important;
}
	.wpcs_pd_row_7 > .wpcs_pd_col.last {
    width: 90% !important;
}
	.wpcs_pd_row.wpcs_pd_row_7 .dxim_archive_title {
    width: 90% !important;
}
	.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right
    {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    background:  #009fe3;
    color: #ffffff;
    padding: 1px 10px;
    font-weight: 400;
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    flex-wrap: none;
    line-height: 20px;
	margin-bottom: 20px;

    }
	.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right .dxim_vehicle_price {
    width: auto !important;
    height: auto !important;
}
	.wpcs_pd_row_6 .wpcs_pd_col.last.wpcs_align_right .price_big {
    background: none;
    display: block;
    margin-top: 10px;
}
	.vehicle-on-archive .wpcs_pd_row.wpcs_pd_row_6 .button_wrapper {
    
    width: 100%;
}
}

.vehicle-on-single h2 {
    margin-top: 5px;
}
.vehicle-on-single h1 {
    background-size: 50px 2px;
}

.vehicle-on-single .dxim_vehicle_specifics_list .field{
    border-bottom: 1px solid #e9e9e9;
    padding: 4px 10px;
}

.vehicle-on-single .dxim_vehicle_specifics_list .field .label {
    width: 35%;
    float: left;
    font-weight: 400;
}

.vehicle-on-single .fahrzeugbuttons .uk-grid .el-item {
    width: 50%;
    padding: 0px;
}
.vehicle-on-single .fahrzeugbuttons .uk-grid .el-item .uk-button {
    width: 99%;
}
.vehicle-on-single .uk-accordion-title {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color:  #002c5f !important;
    overflow: hidden;
    padding: 10px 20px;
    font-weight: 400;
	border-bottom: 1px solid #e9e9e9;
}
.vehicle-on-single .uk-accordion {
	border-top: 1px solid #eff0f1;
}
.vehicle-on-single .uk-accordion-content {
    padding: 20px;
}
.vehicle-on-single .uk-accordion>:nth-child(n+2) {
    margin-top: 0px;
}
.vehicle-on-single .uk-accordion-title::before {

    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%232DA6DF%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%232DA6DF%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E) !important;

}
.vehicle-on-single .uk-open>.uk-accordion-title::before {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%232DA6DF%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E) !important;
}

.el-meta-job .wpcs_grid_item {
    height: 100%;
    position: relative;
    padding: 0px;
    border: 0px solid var(--wpcs-theme-border-color);
    color: var(--wpcs-theme-secondary-color-font);
}

.el-meta-job .wpcs_person h3 {
	    font-size: 26px;
    margin-top: 20px;
margin-bottom: 2px;
}
.el-meta-job .wpcs_person .data span.position {
        font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
}
.el-meta-job .wpcs_person .data span.phone,
.el-meta-job .wpcs_person .data span.email {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
/* carfinder style end */

