@charset "UTF-8";
/*
	Theme Name: WPCarSync Theme
	Theme URI: https://www.wpcarsync.de/
	Description: Theme für WPCarSync
	Author: DXMedia GmbH
	Author URI: https://www.dxmedia.de/
	Version: 1.3
	Text Domain: wpcs
	Tags: wpcs, WPCS, WPCarSync
*/
:root {
  --wpcs-resolution-tablet: 998px;
  --wpcs-resolution-mobile: 768px;
  --wpcs-container-spacing: 20px;
}

/**
IMPORTS
 */
/**
GENERAL
 */
a:link,
a:visited {
  color: var(--wpcs-theme-body-color);
}
a:link:has(h1), a:link:has(h2), a:link:has(h3), a:link:has(h4), a:link:has(h5), a:link:has(h6),
a:visited:has(h1),
a:visited:has(h2),
a:visited:has(h3),
a:visited:has(h4),
a:visited:has(h5),
a:visited:has(h6) {
  text-decoration: none;
}

.wpcs_theme_pagination a {
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
}

p:last-child {
  margin: 0;
}

ul {
  padding: 0 0 0 2em;
}

li {
  list-style: circle;
  margin: 0 0 8px 0;
}

.dxim_feature_group li.dxim_vehicle_feature {
  list-style: none;
}

ul.menu {
  padding: 0;
}
ul.menu li {
  list-style: none;
}

.wpcs_primary {
  color: var(--wpcs-theme-primary-color-font);
}

.wpcs_secondary {
  color: var(--wpcs-theme-secondary-color-font);
}

sup.wpcs_footnote_links {
  line-height: 0;
}

.wpcs_theme_icon_close {
  cursor: pointer;
}

/**
Buttons
 */
a.dxim_button_styled:link,
a.dxim_button_styled:visited,
a.dxim_button_secondary:link,
a.dxim_button_secondary:visited,
input.dxim_button_styled {
  border-radius: var(--wpcs-theme-border-radius);
  padding: 12px 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

a.dxim_button_styled:link:hover,
a.dxim_button_styled:visited:hover,
input.dxim_button_styled:hover {
  background-color: var(--wpcs-button-color-bg);
}

.dxim_button_styled::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--wpcs-theme-border-radius);
  z-index: -1;
  width: 0%;
  transition: width 0.1s ease;
  background-color: var(--wpcs-button-color-bg-hover);
}

.dxim_button_styled:hover::before {
  width: 100%;
  transition: width 0.1s ease;
}

a.dxim_button_styled:hover,
a.dxim_button_styled:active,
input.dxim_button_styled:hover {
  color: var(--wpcs-button-color-hover);
  background: var(--wpcs-button-color-bg-hover);
}

a.dxim_button_light::before {
  font-family: "dashicons";
  content: "\f345";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 5px;
}

.wpcs_tag {
  border-radius: var(--wpcs-theme-border-radius);
  padding: 5px 10px;
}

.wpcs_tag.invert {
  color: var(--wpcs-theme-primary-color-font);
  background: var(--wpcs-theme-primary-color);
}

.wpcs_brand_logos img {
  height: 40px;
}

.wpcs_query_container {
  container-type: inline-size;
}

.wpcs_rows .wpcs_save_search_request_wrapper {
  margin-top: 30px;
}

.wpcs_save_search_request_wrapper {
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: var(--wpcs-theme-border-radius);
  padding: 20px;
  border: 3px solid var(--wpcs-theme-primary-color);
}
.wpcs_save_search_request_wrapper input[type=email].wpcs_sr_email_input {
  margin-bottom: 10px;
}
.wpcs_save_search_request_wrapper .wpcs_sr_privacy_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wpcs_save_search_request_wrapper input.wpcs_checkbox[name=wpcs_sr_privacy] {
  margin-right: 5px;
}

.bottom_row {
  display: flex;
  justify-content: space-between;
}

#wpcs_vehicle_archive .wpcs_theme_price_row {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
#wpcs_vehicle_archive .wpcs_theme_price_row .wpcs_theme_price_column {
  border-left: 1px solid var(--wpcs-theme-border-color);
  padding-left: 20px;
}
#wpcs_vehicle_archive .wpcs_theme_price_row .wpcs_theme_price_column:first-child {
  border-left: none;
  padding-left: 0;
}
#wpcs_vehicle_archive .wpcs_theme_price_row .price_big,
#wpcs_vehicle_archive .wpcs_theme_price_row .price_netto {
  font-size: 20px;
  font-weight: bold;
}
#wpcs_vehicle_archive .wpcs_theme_price_row span.price_netto {
  display: block;
  line-height: 1;
}
#wpcs_vehicle_archive .wpcs_theme_price_row .vat {
  font-size: 14px;
  display: block;
}
#wpcs_vehicle_archive .wpcs_theme_price_row .vat::before {
  content: "";
}

div#wpcs_vehicle_archive .wpcs_rows .price_wrapper {
  text-align: right;
}

.wpcs_vehicle_list .wpcs_grid .vehicle-on-archive {
  height: 100%;
}

@container (max-width: 480px) {
  .bottom_row {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start !important;
  }
  .wpcs_theme_price_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wpcs_theme_price_row .wpcs_theme_price_column {
    padding-left: 0;
    border-left: none;
  }
  .wpcs_theme_price_row .value {
    font-size: 100%;
  }
  .wpcs_theme_price_row .desc,
  .wpcs_theme_price_row .wpcs_footnote_links {
    font-size: 85%;
  }
}
/**

 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--wpcs-theme-body-font-family);
  margin: 0;
  color: var(--wpcs-theme-body-color);
  background: var(--wpcs-theme-body-bg-color);
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.align-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wpcs-theme-headline-color);
  font-family: var(--wpcs-theme-headline-font-family);
  margin: 0;
  word-wrap: break-word;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
  text-decoration: none;
  color: var(--wpcs-theme-headline-color);
}

h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

a.wpcs_theme_anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.wpcs_grid_item {
  padding: 20px;
  border-radius: var(--wpcs-theme-border-radius);
}

.wpcs_grid_item:hover {
  background: var(--wpcs-theme-secondary-color);
}

/**
Dashicons
 */
.wpcs_theme_icon {
  width: auto;
  height: 30px;
  display: inline-block;
  position: relative;
}
.wpcs_theme_icon .wpcs-theme-icon-stroke {
  fill: none;
  stroke: var(--wpcs-theme-body-color);
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.wpcs_theme_icon svg {
  width: 100%;
  height: 100%;
}
.wpcs_theme_icon .indicator {
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  background: var(--wpcs-theme-secondary-color);
  color: var(--wpcs-theme-secondary-color-font);
  padding: 2px 5px;
  border-radius: 12px;
}

.wpcs_theme_icon_headline {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wpcs_theme_icon_headline .wpcs-theme-icon-stroke {
  stroke: var(--wpcs-theme-headline-color);
}

/**
Tabs
 */
.wpcs_tabs .wpcs_tabs_content {
  margin-top: 20px;
}

.wpcs_tabs_header .wpcs_tab_control {
  padding: 0 0 5px 0;
  margin-right: 20px;
  background: none;
  color: var(--wpcs-theme-body-color);
  font-weight: bold;
}
.wpcs_tabs_header .wpcs_tab_control:hover, .wpcs_tabs_header .wpcs_tab_control.active {
  background: none;
  color: var(--wpcs-theme-body-color);
  border-bottom: 3px solid var(--wpcs-form-active-color);
}

/** --------------------------------------
FORM
 */
.wpcs_contact_form input[type=text],
.wpcs_contact_form input[type=email],
.wpcs_contact_form input[type=datetime-local] {
  border-radius: var(--wpcs-form-border-radius);
  background: var(--wpcs-form-bg-color);
  border: 1px solid var(--wpcs-form-border-color);
  height: 25px;
  line-height: 25px;
  display: block;
  padding: 10px;
  width: calc(100% - 20px);
}

.wpcs_contact_form textarea {
  border-radius: var(--wpcs-form-border-radius);
  background: var(--wpcs-form-bg-color);
  border: 1px solid var(--wpcs-form-border-color);
  padding: 10px;
  width: calc(100% - 20px);
}

/** -------------------------------
WPCS Toggle
 */
.wpcs_toggle {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

a.wpcs_toggle.arrow,
a.wpcs_toggle_visibility.arrow {
  text-decoration: none;
}

a.wpcs_toggle.arrow::before,
a.wpcs_toggle_visibility.arrow::before {
  margin-right: 20px;
  color: var(--wpcs-theme-headline-color);
  text-decoration: none;
  font-family: "dashicons";
  content: "\f345";
}

a.wpcs_toggle.arrow.active::before,
a.wpcs_toggle_visibility.arrow.active::before {
  content: "\f347";
}

.wpcs_toggle_div {
  display: none;
}

.dxim_vehicle_carousel .vehicle-on-archive .vehicle_data {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.dxim_vehicle_carousel .vehicle-on-archive .bottom_row {
  flex-basis: 100%;
  padding: 20px;
  margin-top: auto;
  border-top: 1px solid var(--wpcs-theme-border-color);
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.dxim_vehicle_carousel .vehicle-on-archive .bottom_row .wpcs_button_wrapper {
  gap: 10px;
}
.dxim_vehicle_carousel .vehicle-on-archive .bottom_row .wpcs_theme_vehicle_buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#wpcs_archive_layout_selector {
  display: flex;
  align-items: center;
}

/* TABLET*/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
/* PHONE*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  a.dxim_button_styled:link,
  a.dxim_button_styled:visited,
  a.dxim_button_secondary:link,
  a.dxim_button_secondary:visited,
  input.dxim_button_styled {
    border-radius: var(--wpcs-theme-border-radius);
    padding: 8px 20px;
  }
}
.wpcs_theme_divider {
  margin: 50px 0;
  border-top: 1px solid var(--wpcs-theme-border-color);
}

.wpcs_theme_header_image {
  position: relative;
  color: var(--wpcs-theme-header-image-text-color);
}
.wpcs_theme_header_image h1 {
  color: var(--wpcs-theme-header-image-text-color);
  margin: 0;
}

.wpcs_theme_header_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, var(--wpcs-theme-header-image-overlay-color) 0%, rgba(0, 0, 0, 0) 40%);
  width: 100%;
  height: calc(100% - 30px);
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.wpcs_theme_header_image_overlay .content_container {
  flex: 1;
}

.wpcs_theme_header_image img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

#wpcs_theme_main {
  float: right;
  width: 67%;
}

#wpcs_theme_sidebar {
  position: relative;
  float: left;
  width: calc(33% - 30px);
}

#wpcs_theme_sidebar.right {
  float: right;
}

#wpcs_theme_main.left {
  float: left;
  width: 67%;
}

#wpcs_theme_content {
  margin-bottom: 50px;
}

#wpcs_page_top_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 20px 0px;
}
#wpcs_page_top_row:first-child {
  margin-top: 50px;
}
#wpcs_page_top_row .extra {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--wpcs-theme-border-color);
}
#wpcs_page_top_row .extra.brand,
#wpcs_page_top_row .extra.location {
  max-width: 100px;
}
#wpcs_page_top_row .page_navigation_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#wpcs_page_top_row .page_navigation_bar .nav_buttons {
  display: flex;
  gap: 10px;
}
#wpcs_page_top_row .page_navigation_bar .dashicons,
#wpcs_page_top_row .page_navigation_bar .dashicons-before:before {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
#wpcs_page_top_row .page_navigation_bar .dxim_button {
  margin: 0;
}
#wpcs_page_top_row .page_navigation_bar .wpcs_scroll_top_button {
  display: none;
}
#wpcs_page_top_row .page_navigation_bar.isSticky {
  width: calc(var(--wpcs-theme-container-width) - 40px) !important;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 12px 20px;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wpcs-theme-secondary-color);
  border-radius: 0 0 var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius);
}
#wpcs_page_top_row .page_navigation_bar.isSticky .nav_buttons {
  gap: 30px;
}
#wpcs_page_top_row .page_navigation_bar.isSticky a:link,
#wpcs_page_top_row .page_navigation_bar.isSticky a:visited {
  text-decoration: underline;
  color: var(--wpcs-theme-primary-color);
  background: none;
  border: none;
  padding: 0;
}
#wpcs_page_top_row .page_navigation_bar.isSticky a::before {
  display: none;
}
#wpcs_page_top_row .page_navigation_bar.isSticky .wpcs_scroll_top_button {
  display: block;
  text-decoration: none !important;
}
#wpcs_page_top_row .dxim_vehicle_buttons {
  display: flex;
  gap: 10px;
}
#wpcs_page_top_row .nav_buttons:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
#wpcs_page_top_row h2,
#wpcs_page_top_row h3,
#wpcs_page_top_row h4 {
  margin: 0;
}

.wpcs_teaser_section {
  border-radius: var(--wpcs-theme-border-radius);
}

.wpcs_theme_title_wrapper {
  padding-top: 250px;
}
.wpcs_theme_title_wrapper h1.entry-title {
  margin-bottom: 0;
}
.wpcs_theme_title_wrapper .entry-title-subline {
  font-size: large;
}

.wpcs_theme_tile {
  background-color: var(--wpcs-theme-secondary-color);
  padding: 30px;
  border-radius: var(--wpcs-theme-border-radius);
}

@media only screen and (max-width: 768px) {
  .wpcs_theme_title_wrapper {
    padding-top: 100px;
  }
  #wpcs_page_top_row .extra {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #wpcs_page_top_row .page_navigation_bar .nav_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 1px;
    display: flex;
    z-index: 4;
    flex-wrap: nowrap;
  }
  #wpcs_page_top_row .page_navigation_bar .nav_buttons a[href="#wpcs_theme_single_location_jobs_wrapper"] {
    display: none !important;
  }
  #wpcs_page_top_row .page_navigation_bar .nav_buttons a {
    border-radius: 0;
    flex: 1;
    font-size: 14px;
    text-align: center;
    padding: 12px 2px;
  }
  #wpcs_page_top_row .page_navigation_bar .nav_buttons a:hover {
    color: var(--wpcs-button-color);
  }
  #wpcs_page_top_row .page_navigation_bar .nav_buttons a:before {
    display: none;
  }
  .single-vehicle #wpcs_page_top_row .nav_buttons {
    width: 100%;
  }
  .single-vehicle #wpcs_page_top_row .nav_buttons .dxim_vehicle_buttons {
    width: 75%;
    gap: 1px;
  }
  .single-vehicle #wpcs_page_top_row .nav_buttons .dxim_vehicle_buttons a {
    width: 33%;
  }
  .single-vehicle #wpcs_page_top_row .nav_buttons a[href="#wpcs_theme_contact_form"] {
    width: 25%;
  }
  .single-wpcs_model #wpcs_page_top_row .nav_buttons {
    width: 100%;
  }
  .single-wpcs_model #wpcs_page_top_row .nav_buttons a {
    width: 25%;
  }
  .single-wpcs_service #wpcs_page_top_row .nav_buttons {
    width: 100%;
  }
  .single-wpcs_service #wpcs_page_top_row .nav_buttons a {
    width: 50%;
  }
  .single-wpcs_offer #wpcs_page_top_row .nav_buttons {
    width: 100%;
  }
  .single-wpcs_offer #wpcs_page_top_row .nav_buttons a {
    width: 33%;
  }
  .tax-wpcs_location #wpcs_page_top_row .nav_buttons {
    width: 100%;
  }
  .tax-wpcs_location #wpcs_page_top_row .nav_buttons a {
    width: 25%;
  }
}
.wpcs_theme_vehicle_archive_order_section {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.vehicle-on-archive {
  padding: 0 !important;
  border: none;
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: var(--wpcs-theme-border-radius);
}

.wpcs_rows .vehicle-on-archive {
  background-color: var(--wpcs-theme-secondary-color);
  border-top: none !important;
  border-radius: var(--wpcs-theme-border-radius);
}
.wpcs_rows .vehicle-on-archive .vehicle {
  display: flex;
  flex-wrap: wrap;
}
.wpcs_rows .vehicle-on-archive .wpcs_query_container {
  flex-basis: 100%;
}
.wpcs_rows .vehicle-on-archive .bottom_row {
  flex-basis: 100%;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--wpcs-theme-border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcs_rows .vehicle-on-archive .bottom_row .wpcs_theme_vehicle_buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.wpcs_rows .vehicle-on-archive .title {
  display: flex;
  justify-content: space-between;
}
.wpcs_rows .vehicle-on-archive .title .condition {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.wpcs_rows .vehicle-on-archive .vehicle_image {
  flex-basis: 30%;
}
.wpcs_rows .vehicle-on-archive .vehicle_image img {
  border-radius: var(--wpcs-theme-border-radius) 0 var(--wpcs-theme-border-radius) 0;
}
.wpcs_rows .vehicle-on-archive .vehicle_data {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive .field {
  width: 100% !important;
}
.wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive:before, .wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive:after {
  content: none;
}

.vehicle-on-archive .title_buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0;
}
.vehicle-on-archive .title_buttons .wpcs_tag {
  margin: 0;
}

.wpcs_vehicles_wrapper.wpcs_grid .vehicle-on-archive .title_buttons {
  position: absolute;
  right: 10px;
  top: 10px;
}

.wpcs_grid .vehicle-on-archive .vehicle {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.wpcs_grid .vehicle-on-archive .title {
  display: flex;
  justify-content: space-between;
}
.wpcs_grid .vehicle-on-archive .title .condition {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.wpcs_grid .vehicle-on-archive .vehicle_image img {
  border-radius: var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius) 0 0;
}
.wpcs_grid .vehicle-on-archive .vehicle_data {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.wpcs_grid .vehicle-on-archive .dxim_vehicle_specifics_list_archive {
  display: block;
}
.wpcs_grid .vehicle-on-archive .dxim_vehicle_specifics_list_archive .field {
  float: left;
  width: 100% !important;
}
.wpcs_grid .vehicle-on-archive .bottom_row {
  flex-basis: 100%;
  padding: 20px;
  margin-top: auto;
  border-top: 1px solid var(--wpcs-theme-border-color);
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.wpcs_grid .vehicle-on-archive .bottom_row .wpcs_button_wrapper {
  gap: 10px;
}
.wpcs_grid .vehicle-on-archive .bottom_row .wpcs_theme_vehicle_buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.single-vehicle #wpcs_vehicle_images_wrapper {
  margin-bottom: 50px;
}
body.single-vehicle .dxim_vehicle_title h1 {
  margin-bottom: 0;
}
body.single-vehicle #wpcs_thumbnails_wrapper {
  margin-bottom: 10px;
}
body.single-vehicle #wpcs_thumbnails_wrapper div#vehicle_single_thumbnails .slick-list {
  margin: 0 -5px;
}
body.single-vehicle #wpcs_thumbnails_wrapper div#vehicle_single_thumbnails .slick-list .slick-slide {
  margin: 0 5px;
}
body.single-vehicle #wpcs_thumbnails_wrapper div#vehicle_single_thumbnails .slick-list .slick-slide img {
  border-radius: var(--wpcs-theme-border-radius);
}
body.single-vehicle #wpcs_vehicle_single_image_wrapper {
  margin-bottom: 10px;
}
body.single-vehicle #wpcs_vehicle_single_image_wrapper img {
  border-radius: var(--wpcs-theme-border-radius);
}
body.single-vehicle #vehicle_single_nav_buttons {
  display: flex;
  gap: 10px;
}
body.single-vehicle #vehicle_single_nav_buttons .wpcs_icon {
  line-height: 1;
}
body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list_single {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list .field {
  padding: 0;
  border: none;
}
body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list .label,
body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list .fact {
  float: none;
  margin: 0;
  padding: 0;
}
body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list .fact {
  font-size: larger;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices {
  display: flex;
  flex-direction: column;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_prices_container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid var(--wpcs-theme-body-color);
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_prices_container .dashicons {
  cursor: pointer;
  margin-left: 2px;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_financing,
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_leasing {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_financing > div:first-child,
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_leasing > div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices span {
  font-size: 20px;
  color: var(--wpcs-theme-body-color);
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_price {
  padding-top: 0px;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_price .dxim_vehicle_price {
  text-align: right;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_price .vat {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_theme_single_vehicle_price .financing {
  display: none;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .value {
  font-weight: bold;
  text-align: right;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values {
  grid-template-columns: 1fr;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values .item {
  padding: 10px 0;
  border-bottom: 1px solid var(--wpcs-theme-border-color);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values .item span {
  font-size: 14px;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices .wpcs_vehicle_financing_wrapper {
  display: none;
}
body.single-vehicle .wpcs_theme_single_vehicle_prices dl {
  color: var(--wpcs-theme-primary-color-font);
}
body.single-vehicle .wpcs_theme_single_vehicle_location {
  display: flex;
  flex-direction: column;
}
body.single-vehicle .wpcs_theme_single_vehicle_contact_person {
  background-color: var(--wpcs-theme-secondary-color);
  padding: 30px;
  border-radius: var(--wpcs-theme-border-radius);
  display: flex;
  flex-direction: column;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle {
  background-color: var(--wpcs-theme-secondary-color);
  padding: 30px;
  border-radius: var(--wpcs-theme-border-radius);
  display: flex;
  flex-direction: column;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .wpcs_single_vehicle_info_nav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .wpcs_single_vehicle_info_nav .wpcs_single_vehicle_info_nav_item {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: var(--wpcs-theme-primary-color-font);
  padding-bottom: 5px;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .wpcs_single_vehicle_info_nav .wpcs_single_vehicle_info_nav_item.active {
  border-bottom: 3px solid var(--wpcs-button-color-bg);
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .wpcs_single_vehicle_info_wrapper {
  color: var(--wpcs-theme-primary-color-font);
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .beschreibung_wrapper {
  display: none;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .ausstattung_wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.single-vehicle #wpcs_theme_single_vehicle_info_toggle .ausstattung_wrapper .dxim_vehicle_feature {
  list-style: none;
}

.wpcs_filterform_active_filters:not(:empty) {
  margin-bottom: 20px;
}
.wpcs_filterform_active_filters:not(:empty) .active_filter {
  display: inline-flex;
  align-items: center;
}

/* PHONE*/
@media only screen and (max-width: 768px) {
  body.single-vehicle .wpcs_theme_single_vehicle_data .dxim_vehicle_specifics_list_single {
    grid-template-columns: minmax(0, 1fr);
  }
  .wpcs_rows .vehicle-on-archive .vehicle {
    display: block;
  }
  .wpcs_rows .vehicle-on-archive .title_buttons {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .wpcs_rows .vehicle-on-archive .vehicle_image img {
    border-radius: var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius) 0 0;
  }
  .wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive {
    display: block;
  }
  .wpcs_rows .vehicle-on-archive .dxim_vehicle_specifics_list_archive .field {
    float: left;
  }
}
.wpcs_theme_offer_loop {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: var(--wpcs-theme-border-radius);
  overflow: hidden;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_img_wrapper {
  width: 100%;
  position: relative;
  height: 300px;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_img_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpcs_theme_offer_loop .wpcs_offer_tags_wrapper {
  position: absolute;
  display: flex;
  gap: 10px;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  flex-wrap: wrap;
  z-index: 1;
}
.wpcs_theme_offer_loop .info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  flex: 1;
}
.wpcs_theme_offer_loop .info .excerpt {
  margin-bottom: 10px;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper {
  display: flex;
  gap: 10px 30px;
  align-items: center;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper div {
  text-align: right;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .price span {
  line-height: 1;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .price span:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .price span:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .leasing_rate,
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .financing_rate {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .leasing_label,
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper .financing_label {
  font-size: 14px;
  line-height: 1;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper p {
  margin: 0;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_info_emission {
  margin-bottom: 30px;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_info_emission .emission_info {
  font-size: 12px;
}
.wpcs_theme_offer_loop .wpcs_theme_offer_info_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 20px;
}
.wpcs_theme_offer_loop .dxim_button {
  margin-right: 0;
}

.wpcs_theme_offer_single_prices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpcs_theme_offer_single_prices > div {
  background-color: var(--wpcs-theme-secondary-color);
  padding: 30px;
  border-radius: var(--wpcs-theme-border-radius);
}
.wpcs_theme_offer_single_prices ul.wpcs_offer_price_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 20px;
}
.wpcs_theme_offer_single_prices ul.wpcs_offer_price_list li {
  list-style: none;
  border-bottom: 1px solid var(--wpcs-theme-primary-color-font);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--wpcs-theme-primary-color-font);
}

.wpcs_theme_offer_loop.small .wpcs_theme_offer_img_wrapper {
  width: 100%;
  position: relative;
  height: 200px;
}
.wpcs_theme_offer_loop.small .info h3 {
  margin-bottom: 10px;
}
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_price_wrapper {
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_price_wrapper span:first-child,
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_price_wrapper p.leasing_rate {
  font-size: 16px;
}
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_price_wrapper .leasing_label {
  font-size: 12px;
}
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_info_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcs_theme_offer_loop.small .info .wpcs_theme_offer_info_emission {
  margin-bottom: 10px;
}

.wpcs_theme_offer_single_contact #wpcs_locations_persons_select .location_wrapper {
  grid-template-columns: 1fr;
}

#wpcs_offer_on_archive .wpcs_theme_offer_loop .wpcs_theme_offer_img_wrapper {
  height: auto;
  padding-bottom: 66.6%;
}
#wpcs_offer_on_archive .wpcs_theme_offer_loop .wpcs_theme_offer_img_wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

/* TABLET*/
@media only screen and (max-width: 1024px) {
  #wpcs_offer_grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .wpcs_theme_offer_single_contact #wpcs_locations_persons_select .location_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
/* PHONE*/
@media only screen and (max-width: 768px) {
  .wpcs_theme_offer_loop .wpcs_theme_offer_info_wrapper {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 20px;
  }
  .wpcs_theme_offer_loop .wpcs_theme_offer_price_wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .wpcs_theme_offer_single_contact #wpcs_locations_persons_select .location_wrapper {
    grid-template-columns: 1fr;
  }
}
.wpcs_theme_offer_group {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper {
  padding: 0 !important;
  border-radius: var(--wpcs-theme-border-radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--wpcs-theme-secondary-color);
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .wpcs_theme_offer_img_wrapper {
  width: 100%;
  position: relative;
  height: 300px;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .wpcs_theme_offer_img_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .info h3.title {
  margin-top: 0 !important;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .info .excerpt,
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .info .offers {
  margin-bottom: 20px;
}
.wpcs_theme_offer_group .wpcs_theme_offer_group_wrapper .info .button {
  margin-top: auto;
}

.wpcs_jobs_wrapper .wpcs_job {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wpcs_jobs_wrapper .job_top_row h3 {
  margin: 0;
}
.wpcs_jobs_wrapper .job_top_row {
  gap: 5px;
}

.wpcs_theme_service {
  display: flex;
  flex-direction: row;
  height: 100%;
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: var(--wpcs-theme-border-radius);
  overflow: hidden;
}
.wpcs_theme_service .wpcs_theme_service_img_wrapper {
  width: 30%;
  position: relative;
  height: 100%;
}
.wpcs_theme_service .wpcs_theme_service_img_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpcs_theme_service .info {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 70%;
}
.wpcs_theme_service .info h3.title,
.wpcs_theme_service .info .excerpt {
  margin-bottom: 10px;
}
.wpcs_theme_service .info .dxim_button {
  margin-top: auto;
  width: fit-content;
}

#wpcs_theme_slider .slider-wrapper {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#wpcs_theme_slider .slider-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--wpcs-theme-header-image-overlay-color) 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  left: 0;
  top: 0;
}
#wpcs_theme_slider .slider-content {
  display: flex;
  z-index: 1;
  width: 60%;
  min-width: 500px;
  height: 100%;
  color: var(--wpcs-theme-header-image-text-color);
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 80px;
}
#wpcs_theme_slider .slider-content .title {
  font-weight: 700;
  color: var(--wpcs-theme-header-image-text-color);
}
#wpcs_theme_slider .slider-content .subline {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
#wpcs_theme_slider .slider-content .emission_subline {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#wpcs_theme_slider .sliderimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wpcs_theme_slider .wpcs_theme_slider_button_wrapper {
  display: flex;
  align-items: center;
}
#wpcs_theme_slider .wpcs_theme_slider_button_wrapper .wpcs_theme_slider_nav {
  display: flex;
  gap: 10px;
  height: 100%;
}
#wpcs_theme_slider .wpcs_theme_slider_button_wrapper .wpcs_theme_slider_nav .home-slider-prev,
#wpcs_theme_slider .wpcs_theme_slider_button_wrapper .wpcs_theme_slider_nav .home-slider-next {
  display: flex;
  align-items: center;
  margin: 0;
}

.wpcs_theme_flex_wrapper {
  display: flex;
  gap: 50px;
}

/* TABLET*/
/* PHONE*/
@media only screen and (max-width: 768px) {
  #wpcs_theme_slider .slider-content {
    width: 100%;
    min-width: 0;
  }
  #wpcs_theme_slider .slider-content .subline {
    font-size: 16px;
  }
  #wpcs_theme_slider .slider-content .emission_subline {
    font-size: 12px;
  }
}
body.single- .post_info {
  padding: 20px 0;
  border-top: 1px solid var(--wpcs-theme-border-color);
  border-bottom: 1px solid var(--wpcs-theme-border-color);
}
body.single- .wpcs_theme_blog_navigation {
  display: flex;
  justify-content: space-between;
}
body.single- .wpcs_theme_blog_navigation .prev_post,
body.single- .wpcs_theme_blog_navigation .next_post {
  max-width: 250px;
}
body.single- .wpcs_theme_blog_navigation .prev_post a,
body.single- .wpcs_theme_blog_navigation .next_post a {
  text-decoration: none;
}
body.single- .wpcs_theme_blog_navigation .next_post {
  text-align: right;
}

.wpcs_theme_blog_post_single {
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wpcs_theme_blog_post_single .wpcs_theme_blog_post_single_img {
  height: 250px;
  position: relative;
}
.wpcs_theme_blog_post_single .wpcs_theme_blog_post_single_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpcs_theme_blog_post_single .wpcs_theme_blog_post_single_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
}
.wpcs_theme_blog_post_single .wpcs_theme_blog_post_single_content .post-excerpt {
  margin-bottom: 20px;
}
.wpcs_theme_blog_post_single .wpcs_theme_blog_post_single_content .post-date {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: small;
}
.wpcs_theme_blog_category_filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcs_theme_blog_category_filter .wpcs_theme_blog_filter_button {
  margin: 0;
  background-color: var(--wpcs-theme-secondary-color);
  color: var(--wpcs-theme-primary-color-font);
}
.wpcs_theme_blog_category_filter .wpcs_theme_blog_filter_button.active {
  background-color: var(--wpcs-button-color-bg);
  color: white;
}

/* TABLET*/
@media only screen and (max-width: 1024px) {
  .wpcs_theme_blog_on_homepage {
    grid-template-columns: 1fr;
  }
}
/* PHONE*/
#wpcs_model_selection_wrapper .wpcs_fitted_image {
  padding-top: 10px;
  z-index: 1;
}
#wpcs_model_selection_wrapper .wpcs_fitted_image img {
  object-fit: contain;
}

.wpcs_theme_model_selection .wpcs_theme_model_selection_brand_logos {
  display: flex;
  gap: 20px;
}
.wpcs_theme_model_selection .wpcs_theme_model_selection_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wpcs_theme_model_selection .wpcs_theme_model_selection_wrapper .brand_logo {
  padding-bottom: 5px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  height: 45px;
  max-width: 100px;
}
.wpcs_theme_model_selection .wpcs_theme_model_selection_wrapper .brand_logo img {
  height: 45px;
  object-fit: contain;
}
.wpcs_theme_model_selection .wpcs_theme_model_selection_wrapper .brand_logo.active {
  border-bottom: 3px solid var(--wpcs-button-color-bg);
}
.wpcs_theme_model_selection .wpcs_theme_model_selection_wrapper .wpcs_theme_close_model_selection {
  cursor: pointer;
  font-size: 35px;
}
.wpcs_theme_model_selection .wpcs_theme_model_wrapper {
  overflow: auto;
}
.wpcs_theme_model_selection .wpcs_theme_model_wrapper .wpcs_tabs {
  padding-right: 10px;
}
.wpcs_theme_model_selection .wpcs_theme_model_wrapper::-webkit-scrollbar {
  margin: 20px;
  width: 10px;
}
.wpcs_theme_model_selection .wpcs_theme_model_wrapper::-webkit-scrollbar-track {
  background: var(--wpcs-theme-secondary-color);
}
.wpcs_theme_model_selection .wpcs_theme_model_wrapper::-webkit-scrollbar-thumb {
  background: var(--wpcs-button-color-bg);
  border-radius: var(--wpcs-theme-border-radius);
}
.wpcs_theme_model_selection .model {
  overflow: hidden;
}
.wpcs_theme_model_selection .model .info {
  z-index: 1;
}
.wpcs_theme_model_selection .model .info a {
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.wpcs_theme_model_selection .model .info .model_mandatory_information {
  margin: 0;
  font-size: small;
  z-index: 1;
  position: relative;
}
.wpcs_theme_model_selection .model::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--wpcs-theme-primary-color);
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.wpcs_theme_model_selection .model:hover::after {
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.wpcs_theme_model_selection .model:hover {
  color: var(--wpcs-theme-primary-color-font);
}
.wpcs_theme_model_selection .model:hover h2, .wpcs_theme_model_selection .model:hover h3, .wpcs_theme_model_selection .model:hover h4 {
  color: var(--wpcs-theme-primary-color-font);
}

#wpcs_theme_model_selection.active {
  transform: translate(0, 0);
  transition: transform 0.5s ease;
}

.wpcs_persons_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.wpcs_persons_list .wpcs_person.wpcs_list_item {
  padding: 0;
  border-radius: var(--wpcs-theme-border-radius);
  border: none;
  overflow: hidden;
  gap: 0;
  align-items: stretch;
}
.wpcs_persons_list .wpcs_person.wpcs_list_item .data {
  padding: 20px;
  background: var(--wpcs-theme-secondary-color);
}

.wpcs_person .data > span {
  display: flex;
  align-items: center;
}
.wpcs_person .data .wpcs_theme_icon {
  width: 20px;
  margin-right: 10px;
}

.wpcs_person.wpcs_grid_item {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--wpcs-button-color-bg);
}
.wpcs_person.wpcs_grid_item .data {
  padding: 20px;
}
.wpcs_person.wpcs_grid_item .data h3 {
  margin-bottom: 5px;
}
.wpcs_person.wpcs_grid_item .data .position {
  margin-bottom: 10px;
}

/* TABLET*/
/* PHONE*/
@media only screen and (max-width: 768px) {
  .wpcs_persons_list {
    grid-template-columns: 1fr;
  }
}
/** ----------------------------------------------
Suche
 */
.search_popup form {
  display: flex;
  gap: 20px;
  align-items: center;
}
.search_popup form label,
.search_popup form input[type=submit] {
  flex: 1;
}
.search_popup form input[type=text] {
  flex: 3;
}

.wpcs_theme_search_result {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--wpcs-theme-border-color);
}
.wpcs_theme_search_result:last-child {
  border: none;
}
.wpcs_theme_search_result.offer .wpcs_theme_offer_price_wrapper {
  justify-content: flex-end;
}
.wpcs_theme_search_result .post_thumbnail {
  position: relative;
  flex: 1;
  min-height: 100px;
  max-height: 200px;
}
.wpcs_theme_search_result .post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--wpcs-theme-border-radius);
}
.wpcs_theme_search_result .post_thumbnail img.border {
  border: 1px solid var(--wpcs-theme-border-color);
}
.wpcs_theme_search_result .content {
  flex: 3;
}
.wpcs_theme_search_result .content .type {
  padding: 8px;
  display: inline-block;
  border-radius: var(--wpcs-theme-border-radius);
  background: var(--wpcs-theme-secondary-color);
  color: var(--wpcs-theme-secondary-color-font);
}
.wpcs_theme_search_result .content > * {
  margin: 0 0 15px 0;
}
.wpcs_theme_search_result .button {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/** --------------------------------------------
 FOOTNOTES
 */
#wpcs_footnotes {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--wpcs-theme-border-color);
  border-bottom: 1px solid var(--wpcs-theme-border-color);
  font-size: smaller;
}

/** ---------------------------------------------------------
 FOOTER
 */
#site-footer {
  margin: 0 auto;
  background: var(--wpcs-theme-footer-bg-color);
  color: var(--wpcs-theme-footer-color);
}
#site-footer.boxed {
  border-radius: var(--wpcs-theme-border-radius);
}
#site-footer a:link,
#site-footer a:visited {
  color: var(--wpcs-theme-footer-link-color);
}
#site-footer ul {
  margin-top: 0;
  padding: 0;
}
#site-footer #footer_content {
  padding: var(--wpcs-container-spacing) 0;
}
#site-footer #footer_content .column_logo img {
  max-width: 100px;
  margin-bottom: 20px;
}
#site-footer #footer_content .column_logo .footer_logo_text {
  font-size: small;
  max-width: 80%;
}
#site-footer #site_footer_bottom_row {
  padding: var(--wpcs-container-spacing) 0;
}
#site-footer #site_footer_bottom_row ul li {
  display: inline;
  margin-right: 10px;
}
#site-footer #site_footer_bottom_row .wp-block-columns {
  margin: 0;
}

#wpcs_scroll_top_button_footer {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
}

/** ---------------------------------------
Header Popup
 */
.header_popup {
  display: none;
  position: relative;
  background-color: var(--wpcs-theme-secondary-color);
  border-radius: var(--wpcs-theme-border-radius);
  padding: var(--wpcs-container-spacing);
  width: calc(100% - 40px);
  overflow-y: scroll;
}
.header_popup .wpcs_theme_close_header_popup.fixed {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
  text-align: right;
}

.header_popup.open {
  display: block;
}

.header_popup::-webkit-scrollbar {
  margin: 20px;
  width: 15px;
}

.header_popup::-webkit-scrollbar-track {
  background: var(--wpcs-theme-secondary-color);
}

.header_popup::-webkit-scrollbar-thumb {
  background: var(--wpcs-theme-primary-color);
}

/**
STYLE CONTAINER
 */
.wpcs_theme_container {
  max-width: 100%;
  width: 100%;
}
.wpcs_theme_container.boxed {
  max-width: calc(var(--wpcs-theme-container-width));
  margin: 0 auto;
}
.wpcs_theme_container.content_boxed .content_container {
  max-width: var(--wpcs-theme-container-width);
}
.wpcs_theme_container .content_container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--wpcs-container-spacing);
}
.wpcs_theme_container .content_container.no_padding {
  padding: 0;
}

.content_section {
  margin-bottom: 100px;
}

.content_divider {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--wpcs-theme-border-color);
}

/** -----------------------------------
HEADER
 */
#wpcs_theme_site_header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  /**
  Top HEader
   */
  /**
  Bittom HEader
   */
}
#wpcs_theme_site_header .wpcs_theme_header_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#wpcs_theme_site_header .wpcs_theme_header_icons .wpcs_theme_icon svg .wpcs-theme-icon-stroke {
  stroke: var(--wpcs-theme-primary-color-font);
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper {
  display: flex;
  justify-content: space-between;
  background-color: white;
}
#wpcs_theme_site_header img.custom-logo {
  max-height: 70px;
  width: 150px;
  object-fit: contain;
  object-position: left;
}
#wpcs_theme_site_header #wpcs_theme_menu_open,
#wpcs_theme_site_header #wpcs_theme_menu_close {
  display: none;
  margin-left: auto;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_top {
  margin: 0 auto;
  padding: 10px 0;
  background: var(--wpcs-theme-header-bg-color);
  z-index: 99;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_top .content_container {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_top a:link,
#wpcs_theme_site_header .wpcs_theme_header_wrapper_top a:visited {
  text-decoration: none;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_top .wpcs_theme_header_brands {
  margin-left: auto;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom.boxed .menu_bar_content {
  border-radius: 0 0 var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius);
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .menu_bar_content {
  padding-right: 20px;
  margin: 0 auto;
  background-color: var(--wpcs-theme-primary-color);
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_button {
  margin-left: 20px;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_nav {
  flex: 1;
}
#wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_brands {
  display: none;
}

#header_menu {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
}
#header_menu > li:first-child > a {
  border-radius: 0 0 0 var(--wpcs-theme-border-radius);
}
#header_menu li a:link,
#header_menu li a:visited {
  color: var(--wpcs-theme-primary-color-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-wrap: nowrap;
  text-decoration: none;
}
#header_menu > li {
  position: relative;
  margin: 0;
}
#header_menu > li > a:link,
#header_menu > li > a:visited {
  text-transform: uppercase;
  padding: 20px;
  display: flex;
}
#header_menu > li:hover > ul.sub-menu, #header_menu > li:focus-within > ul.sub-menu {
  display: block;
}
#header_menu > li li:hover > ul.sub-menu, #header_menu > li li:focus-within > ul.sub-menu {
  display: block;
}
#header_menu li a:hover,
#header_menu li a:active {
  background-color: var(--wpcs-theme-secondary-color);
  color: var(--wpcs-theme-secondary-color-font);
}
#header_menu li:has(ul) > a::after {
  content: "\f347";
  font-family: "Dashicons";
  margin-left: 5px;
}
#header_menu .sub-menu {
  display: none;
  position: absolute;
  padding: 5px 0 0 0;
  top: 60px;
  left: 0;
}
#header_menu .sub-menu > li {
  margin: 0;
}
#header_menu .sub-menu > li a:link,
#header_menu .sub-menu > li a:visited {
  background-color: var(--wpcs-button-color-bg);
  font-weight: 400;
  padding: 15px 20px;
  display: flex;
}
#header_menu .sub-menu > li a:hover,
#header_menu .sub-menu > li a:active {
  background-color: var(--wpcs-theme-secondary-color);
}
#header_menu .sub-menu > li:first-child a {
  border-radius: var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius) 0 0;
}
#header_menu .sub-menu > li:last-child a {
  border-radius: 0 0 var(--wpcs-theme-border-radius) var(--wpcs-theme-border-radius);
}

#header_menu .sub-menu > li {
  position: relative;
}
#header_menu .sub-menu > li > .sub-menu {
  display: none;
  left: 100%;
  top: 0px;
  padding: 0 0 0 5px;
}

body.home .wpcs_theme_homepage_headline {
  text-transform: none;
}
body.home .wpcs_theme_homepage_headline span:first-child {
  color: var(--wpcs-button-color-bg);
}
body.home .wpcs_theme_home_filterform {
  flex: 1;
  background-color: var(--wpcs-theme-secondary-color);
  padding: 30px;
  border-radius: var(--wpcs-theme-border-radius);
}
body.home .wpcs_theme_home_filterform .wpcs_theme_home_filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.home .wpcs_theme_home_filterform a.dxim_filter_form_submit {
  width: fit-content;
  margin: 0;
}
body.home .theme_home_layout_top {
  display: flex;
  flex-direction: column-reverse;
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform {
  margin-top: -20px;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header {
  position: absolute;
  top: -46px;
  left: 0;
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header .wpcs_tab_control.active,
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header .wpcs_tab_control:hover {
  border: none;
  color: var(--wpcs-button-color-bg);
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header .wpcs_tab_control {
  color: var(--wpcs-theme-body-color);
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header a:link,
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header a:visited {
  margin-right: 1px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: var(--wpcs-theme-secondary-color);
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header a:first-child {
  border-top-left-radius: var(--wpcs-theme-border-radius);
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_header a:last-child {
  border-top-right-radius: var(--wpcs-theme-border-radius);
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_tabs_content {
  padding: 30px;
}
body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_theme_home_filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
}
body.home .theme_home_layout_top .wpcs_theme_homepage_welcome_wrapper {
  margin-top: 50px;
}
body.home .theme_home_layout_right {
  padding-top: 50px;
}
body.home .theme_home_layout_right .wpcs_theme_home_filterform_wrapper {
  display: flex;
  position: relative;
}
body.home .theme_home_layout_right .wpcs_theme_home_filterform {
  margin-top: -150px;
}
body.home .wpcs_theme_section {
  z-index: 1;
  position: relative;
}

.dxim_control_buttons {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
}
.dxim_control_buttons span {
  line-height: 1 !important;
}

.dxim_filter_range .noUi-target,
.dxim_filter_slider .noUi-target {
  height: 5px;
  margin-bottom: 10px;
  border-color: var(--wpcs-form-active-color);
  padding: 0 10px;
}

.dxim_filter_range .noUi-horizontal .noUi-handle,
.dxim_filter_slider .noUi-horizontal .noUi-handle {
  top: -8px;
  border: none;
  background: var(--wpcs-form-handle-icon-color);
  box-shadow: none;
  border-radius: 6px;
  width: 20px !important;
  height: 20px;
  right: -10px !important;
  cursor: pointer;
}

.dxim_filter_range .noUi-handle:after,
.dxim_filter_range .noUi-handle:before,
.dxim_filter_slider .noUi-handle:after,
.dxim_filter_slider .noUi-handle:before {
  content: none;
}

.dxim_filter_range .noUi-connects,
.dxim_filter_slider .noUi-connects {
  background: var(--wpcs-form-active-color);
  margin: 0px -10px;
  width: calc(100% + 20px);
}

.dxim_filter_range .noUi-connect,
.dxim_filter_slider .noUi-connect {
  background: var(--wpcs-form-active-color);
}

.dxim_filter_range.inactive .noUi-connects,
.dxim_filter_range.inactive .noUi-connect,
.dxim_filter_slider.inactive .noUi-connects,
.dxim_filter_slider.inactive .noUi-connect {
  background-color: var(--wpcs-form-active-color);
}

div.wpcsselect {
  background: transparent;
}
div.wpcsselect .wpcs_select_handle {
  border-radius: var(--wpcs-theme-border-radius);
  color: var(--wpcs-theme-body-color);
}
div.wpcsselect .wpcs_select_arrow {
  border-left: none;
}

.wpcs_theme_tags_wrapper {
  position: absolute;
  display: flex;
  gap: 10px;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  flex-wrap: wrap;
  z-index: 1;
}
.wpcs_theme_tags_wrapper .wpcs_theme_tag {
  color: #EFEFEF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  background-color: #262626;
  padding: 3px 12px 3px 12px;
  border-radius: 20px;
}

/**
PAGINATION
 */
.wpcs_theme_pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.wpcs_theme_pagination .page-numbers {
  padding: 7px 14px;
  font-size: 18px;
  color: var(--wpcs-button-color);
  background: var(--wpcs-button-color-bg);
  border-radius: var(--wpcs-theme-border-radius);
}
.wpcs_theme_pagination .page-numbers:hover,
.wpcs_theme_pagination .page-numbers.current {
  text-decoration: none;
  color: var(--wpcs-button-color-hover);
  background: var(--wpcs-button-color-bg-hover);
}

.wpcs_theme_blog_navigation .wpcs_theme_blog_navigation a:hover {
  color: var(--wpcs-button-color-bg);
}
.wpcs_theme_blog_navigation .wpcs_theme_blog_navigation a:hover span {
  text-decoration: none;
}

/** -----------------------------------
WPCS CHECKOUT
 */
#wpcs_checkout_form #wpcs_checkout_form_pagination li {
  list-style: none;
}
#wpcs_checkout_form #wpcs_checkout_form_pagination li strong {
  border: 1px solid var(--wpcs-button-color-bg);
}
#wpcs_checkout_form input[type=text],
#wpcs_checkout_form input[type=email],
#wpcs_checkout_form input[type=datetime-local] {
  width: calc(100% - 20px);
}
#wpcs_checkout_form .checkbox_label {
  line-height: 28px;
}

/* TABLET*/
@media only screen and (max-width: 1024px) {
  .content_section {
    margin-bottom: 80px;
  }
  .content_divider {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #wpcs_theme_slider .slider-wrapper {
    height: 600px;
  }
  body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_theme_home_filters {
    grid-template-columns: 1fr 1fr;
  }
  body.home .wpcs_theme_section {
    grid-template-columns: 1fr;
  }
  body.home .wpcs_theme_section .wpcs_theme_filterform_service_wrapper .wpcs_theme_filterform_service {
    margin-top: 50px;
  }
  .wpcs_theme_header_image img {
    height: 400px;
  }
  #wpcs_theme_main,
  #wpcs_theme_main.left,
  #wpcs_theme_main.right,
  #wpcs_theme_sidebar,
  #wpcs_theme_sidebar.left,
  #wpcs_theme_sidebar.right {
    float: none;
    width: 100%;
  }
  #wpcs_theme_sidebar.right {
    margin-top: 50px;
  }
}
/* PHONE*/
@media only screen and (max-width: 768px) {
  #wpcs_scroll_top_button_footer {
    right: 10px;
  }
  .content_section {
    margin-bottom: 50px;
  }
  .content_divider {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  body.home .theme_home_layout_top .wpcs_theme_home_filterform .wpcs_theme_home_filters {
    grid-template-columns: repeat(1, 1fr);
  }
  .header_popup {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: calc(100vh - 40px) !important;
  }
  .header_popup .wpcs_theme_close_header_popup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
  }
  .search_popup form {
    padding: 0 10%;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .search_popup form > * {
    flex: none !important;
  }
  #header_menu {
    flex-direction: column;
  }
  #header_menu .sub-menu {
    position: initial;
  }
  #header_menu > li a:link,
  #header_menu .sub-menu li a:link {
    padding: 10px 0;
  }
  #header_menu > li a:hover,
  #header_menu .sub-menu > li a:hover {
    background: initial;
    color: initial;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_top .wpcs_theme_header_brands {
    display: none;
  }
  #wpcs_theme_site_header #wpcs_theme_menu_open {
    display: block;
  }
  #wpcs_theme_site_header img.custom-logo {
    max-height: 80px;
    width: 100px;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom {
    display: none;
    align-items: flex-start;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom.active {
    display: flex;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .content_container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .menu_bar_content {
    padding: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_nav {
    order: 2;
    width: 100%;
    padding-top: 20px;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_brands {
    width: 50%;
    display: block;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_brands .wpcs_brand_logos {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_brands .wpcs_brand_logos .brand_logo {
    max-width: 80px;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_brands .wpcs_brand_logos img {
    height: 35px;
    object-position: right;
  }
  #wpcs_theme_site_header .wpcs_theme_header_wrapper_bottom .wpcs_theme_header_icons {
    width: 50%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .wpcs_vehicle_list .wpcs_vehicles_wrapper {
    grid-gap: 30px;
  }
  .wpcs_vehicle_list .wpcs_theme_vehicle_image_data_wrapper {
    display: flex;
    flex-direction: column;
  }
  .wpcs_vehicle_list .wpcs_theme_vehicle_image_data_wrapper .wpcs_theme_vehicle_image {
    width: 100% !important;
  }
  .wpcs_vehicle_list .wpcs_theme_vehicle_image_data_wrapper .dxim_vehicle_specifics_list {
    grid-template-columns: 1fr !important;
  }
  .wpcs_vehicle_list .wpcs_theme_vehicle_image_data_wrapper .wpcs_theme_vehicle_data {
    padding: 20px 20px 0px 20px !important;
  }
  .wpcs_grid {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .wpcs_contact_form_wrapper .row.fields.wpcs_grid.wpcs_grid_2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .wpcs_theme_search_result {
    flex-direction: column;
  }
  .wpcs_theme_search_result .post_thumbnail img {
    max-height: 200px;
  }
  .wpcs_theme_search_result .button {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=style.css.map */
