html, body {
  height: 100%;
  background:#ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 14px;
}
body {
  overflow-x: hidden;
}
img {
  color: rgba(0, 0, 0, 0) !important;
}
#main {
  max-width: 964px;
  margin: auto;
}
.font-reboot {
  font-family: Arial, Calibri, Helvetica, sans-serif;
}
.cms_content:not(:first-of-type) {
  margin-top: 30px;
}
.nobreak {
  display: inline-block;
  white-space: nowrap;
}
#header {
  background: #fff;
  z-index: +10;
  padding: 4px;
  height: fit-content;
}
#banner_logo {
  overflow: hidden;
  width: 220px;
  height: 80px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
}
#search_text_container {
  background: inherit;
  width: 100% !important;
  height: 80px !important;
  min-height: 80px !important;
  min-height: 80px !important;
  line-height: 1.46 !important;
}
#banner_leftside_container {
  width: calc(100% - 220px);
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 0px;
}
#search_text_innercontainer {
  height: 56px;
  line-height: 1;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0px 10px 10px 0px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #search_text_innercontainer {
    height: 53px;
  }
}
@-moz-document url-prefix() { 
  #search_text_innercontainer {
    height: 52px;
  }
}
*/

/* vehicle_buttons */
.vehicle_buttons {
  display: block;
  white-space: nowrap;
  margin: 0;
  margin-left: auto;
  width: fit-content;
  width: -moz-fit-content;
  height: 24px;
  padding-left: 4px;
}
@media screen and (max-width: 400px) {
  .vehicle_buttons {
    margin-left: -100px;
    width: 100%;
  }
}
.vehicle_buttons i {
  color: #333333;
  font-size: 2em;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
}
.vehicle_buttons button {
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 6px;
  color: #333333;
  font-size: 12px;
  text-align: right;
}
/* chosen library */
.chosen-container-single, .chosen-single, .chosen-default, #search_text_chosen {
  border: none !important;
  border-radius: 0px 10px 10px 0px !important;
  height: 100% !important;
  line-height: 44px !important;
  background: none !important;
  font-size: 14px !important;
}
.chosen-drop {
  left: 1px;
}

.imgbutton {
  border: none;
  color: #000000;
  background: none;
  text-decoration: none;
  display: inline;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.icon_active {
  color: #3b84c1 !important;
}
#sidebar {
  position: fixed;
  overflow-y: scroll;
}
.sidebar_dropdown {
  width: 146px !important;
}
#body_content {
  margin-left: 300px;
  padding-bottom: 10px;
}
#search_results_container {
  margin-right: 4px;
  margin-left: 4px;
}
.search_results_column:hover{
  background-color:#e6e6e6;
}
.search_results_textcontainer {
  text-overflow: ellipsis;
  padding-left: 15px;
  padding-right: 15px;
}
.search_results_title {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 17px;
  color: dodgerblue;
  font-weight: bold;
  padding: 0;
}
.search_results_explain {
  font-family: Arial, Calibri, Helvetica, sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
}
.search_results_ort {
  color: #8f8d8d;
  font-size: 14px;
  padding: 0;
}
.search_results_ort a:hover {
  text-decoration: none;
}
.search_results_beschreibung {
  color: #a7a5a5;
  font-size: 13px;
  padding: 0;
}
.inner_display_results {
  padding-left: 40px;
}
.display_results {
  background: #f6f6f7;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-left: 4px;
  margin-bottom: 8px;
}
.display_results_title1 {
  font-size: 16px;
  color: #333333;
  font-weight: 550;
  margin: 0;
  padding-top: 4px;
}
.display_results_title2 {
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  margin: 0;
}
.display_results_text {
  color: #8f8d8d;
  font-size: 12px;
}
.sidebarswitcher_open {
  float: left;
  font-size: 32px;
  padding-right: 4px;
  cursor: pointer;
}
.sidebarswitcher_close {
  float: right;
  font-size: 32px;
  padding-right: 4px;
  cursor: pointer;
}
.search_results_images {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

.fixed_image {
  display: block;
  max-width: 100%;
  width: 458px;
  max-height: 500px;
  object-fit: cover;
}

/* remove 404 icon */
img[alt]:after {  
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-color: #fff;
}

/* search_results */
@media only screen and (max-width: 599px) {
  .search_results_moreDetails {
    display: none;
  }
  .search_results_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 450px) {
  .search_results_images {
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
    height: 156px !important;
  }
}

/* Suchmaske */
#search_text_noscript {
  display: inline-block;
  height: 100%;
  width: calc(100% - 45px);
  font-size: 15px;
  padding: 16px 4px;
  border: none;
  cursor: url(/images/custom_text_cursor.png), auto;
}


#volltext_form_submit {
  height: 100%;
  background: cornflowerblue;
  font-size: 20px;
  color: white; 
  margin: -3px 0 0 0 !important;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#suchform_submit {
  display: inline-block;
  padding: 11px 9px;
  background: #fff;
}
.form-control {
  line-height: 1.15;
}

@media only screen and (max-width: 500px) {
  #banner_logo {
    width: 110px !important;
    height: 50px !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 500px) {
  #banner_leftside_container {
    width: calc(100% - 120px) !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 419px) {
  #banner_leftside_container {
    width: 265px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 409px) {
  #banner_leftside_container {
    width: 255px !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 399px) {
  #banner_leftside_container {
    width: 245px !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 389px) {
  #banner_leftside_container {
    width: 235px !important;
  }
}
@media only screen and (min-width: 370px) and (max-width: 379px) {
  #banner_leftside_container {
    width: 225px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 369px) {
  #banner_leftside_container {
    width: 215px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 359px) {
  #banner_leftside_container {
    width: 205px !important;
  }
}
@media only screen and (min-width: 340px) and (max-width: 349px) {
  #banner_leftside_container {
    width: 195px !important;
  }
}
@media only screen and (min-width: 330px) and (max-width: 339px) {
  #banner_leftside_container {
    width: 185px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 329px) {
  #banner_leftside_container {
    width: 175px !important;
  }
}
@media only screen and (max-width: 319px) {
  #banner_leftside_container {
    width: 165px !important;
  }
}

#sidebar_form_container {
  padding: 10px;
}
.sidebar_form_title1 {
  font-size: 15px;
  font-weight: 600;
}
.sidebar_form_title2 {
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
}
.search_results_righttextcontainer {
  display: inline-block;
  white-space: nowrap;
  min-height: 100px;
  padding: 6px;
  font-weight: 500;
}
.custom-checkbox {
  padding-right: 10px;
}

/* responsive width configuration */
#sidebar {
  width: 300px;
  height: 80%;
  height: calc(100% - 110px);
  padding: 4px;
  float: left;
  overflow-x: hidden;
}
.hidden {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.maxwidth {
  width: 100% !important;
  margin: 0 !important;
}

/* Set the footer at bottom */
.wrapper {
  min-height: calc(100vh - 30px);
  max-width: 100%;
}
#footer {
  width: 100%;
  height: 30px;
  padding: 4px;
  text-align:center;
  margin: 0;
  clear: both;
}
#footer ul {
  padding-left: 4px;
}
#footer ul li {
  color: black;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  display: inline;
}
#footer ul a:hover {
  text-decoration: underline;
}

/* linkbox */
.linkbox_title {
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  margin: 0;
}
.linkbox {
  /* background: #f6f6f7; */
  display: inline-block;
  font-size: 12px;
}
.linkbox * {
  white-space: nowrap;
}

/* price quantity diagramm */
#preis_output_diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
}
.select_preis_anzahl_item {
  align-self: flex-end;
  width: 5%;
  padding: 0;
  background: #3b84c1;
}
#preis_slider_container {
  margin-bottom: 10px;
}

/**** Custom styles for noUiSlider ****/
.noUi-background {
  height: 8px;
}
.noUi-background.noUi-vertical {
  height: 200px;
  width: 8px;
  margin: 0 auto 30px;
}

.noUi-base .noUi-connect {
  background-color: #0d8bc8;
}
.noUi-base .noUi-handle {
  background-color: #fff;
  border: 2px solid #0d8bc8;
  border-radius: 360px;
  box-shadow: none;
  color: #FFFFFF;
  display: table;
  font-size: 15px;
  height: 24px;
  left: 0;
  margin-left: -22px;
  margin-top: -4px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
  z-index: 2;
}
.noUi-horizontal .noUi-base .noUi-handle {
  cursor: ew-resize;
}
.noUi-vertical .noUi-base .noUi-handle {
  cursor: ns-resize;
  margin-left: -8px;
}
.noUi-base .noUi-handle::before {
  background: transparent;
  content: attr(data-value);
  display: table-cell;
  font-size: 12px;
  font-weight: 100;
  position: static;
  width: 100%;
  vertical-align: middle;
}
.noUi-base .noUi-handle::after {
  display: none;
}

.noUi-tooltip {
  display: none;
}
.noUi-active .noUi-tooltip {
  display: block;
}

/* animated spoiler */
input[id^="spoiler"]{
  display: none;
}
input[id^="spoiler"] + label {
  display: inline-block;
  width: 100%;
  margin: 4px;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all .6s;
  text-decoration: underline;
}
input[id^="spoiler"]:checked + label {
  color: #333;
  background: #ccc;
  text-decoration: underline;
}
input[id^="spoiler"] ~ .spoiler {
  width: 95%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler {
  height: auto;
  opacity: 1;
  margin: 10px auto 30px auto; 
  padding: 10px; 
}

/* page_controll */
#page_controll_arrowLeft *, #page_controll_arrowRight *, #page_controll_pagecount {
  font-size: 20px;
  color: #3b84c1 !important;
}
#page_controll_arrowLeft {
  text-align: left;
  min-width: 33% !important;
}
#page_controll_arrowRight {
  text-align: right;
  min-width: 33% !important;
}
#page_controll_pagecount{
  text-align: center;
  min-width: 34% !important;
}

/* Breadcrumb */
.breadcrumb_list {
  padding-left: 4px;
}
.breadcrumb_list, .breadcrumb_list *, .breadcrumb_list * *, .breadcrumb_list * * * {
  color: black;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  display: inline;
}
.breadcrumb_list a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 950px) {
  #breadcrumb_autonr_part {
    display: none;
  }
}
@media only screen and (max-width: 949px) {
  #breadcrumb_title_part {
    display: none;
  }
}

/* mobile action footer */
#mobile_action_footer {
  position: fixed;
  width: 100%;
  height: fit-content;
  z-index: +10;
  bottom: 0;
  left: 0;
  background: transparent;
}
.mobile_action_footer_placeholder {
  height: 50px;
}

#mobile_action_footer_button {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 5px 20px;
  background: #0d8bc8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all .6s;
}
@media only screen and (min-width: 775px) {
  #mobile_action_footer {
    display: none;
  }
}

#suchfilter_switcher_container {
  padding: 4px;
}
#suchfilter_switcher_button {
  text-decoration: underline;
  padding: 4px;
}

/* leaflet */
.leaflet-pane, .leaflet-top, .leaflet-control, .leaflet-bottom {
  z-index: 1 !important;
}

/* Werbung */
.mobile_werbung_gebrauchtwagenwert {
  display: none;
}
#werbung_gebrauchtwagenwert_form, #auto_marken_links, #dyn_text {
  max-width: 100%;
}
@media only screen and (max-width: 509px) {
  #werbung_gebrauchtwagenwert_form, #auto_marken_links, #auto_marken_links_title, #search_results_map, #werbung_gebrauchtwagenwert_imgBanner {
    display: none !important;
  }
  .mobile_werbung_gebrauchtwagenwert {
    display: block !important;
  }
}
#content {
  margin: auto;
  max-width: 100% !important;
  width: 600px;
  min-width: 320px;
}
.title2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding: 1px;
  margin: 20px 4px 0px 4px;
}
.arten_container {
  padding: 4px;
}
.arten_container_item {
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
}
.arten_container_item a {
  font-size: 14px;
}

/* Runde Tags Start */
div#round_tags {
  position:relative;
  margin:0px 5px;
  overflow:hidden;
}

div#round_scroll_menu {
  overflow: auto;
  white-space: nowrap;
  padding:5px 0px;
}

button#slide, button#slideBack {
  position: absolute;
  top: 9px;
  opacity: 0.5;
  border-radius: 40px;
  height: 40px;
  border: none;
  background-color:#fff;
}

button#slide:hover, button#slideBack:hover {
  opacity: 1;
  background-color:#ddd;
}

button#slide {
  /* right:5px; */
  right:0;
}

button#slideBack {
  /* left:5px; */
  left:0;
}

a#round_scroll_objekt {
  display: inline-block;
  /* padding: 5px 15px; */
  padding: 0px 15px;
  border-radius: 50px;
  border: 1px solid #ddd;
  color: black;
  text-decoration: none;
}

div#round_image {
  border-top-left-radius: 50% 50%;
  /* border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%; */
  border-bottom-left-radius: 50% 50%;
  overflow: hidden;
  height: 46px;
  width: 46px;
  position: relative;
}

#round_text_wrapper {
  float: right;
  text-align: left;
  /*padding: 9.7px 0px;*/
  font-size: 12px;
  margin-left: 10px;
  width:85px;
  white-space: normal;
  line-height: initial;
}

#round_text_brand {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#round_text_price {
  font-weight:600;
}

img#round_image {
  height: 46px;
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  margin: auto;
}
/* Runde Tags Ende */

/* Box Modell Start */
div#boxes {
  position:relative;
  margin:0px 5px;
  overflow:hidden;
}

div.box_scroll_menu {
  overflow: auto;
  white-space: nowrap;
  padding:10px 0px;
}

div#box_scroll_objekt {
  display: inline-block;
  /* padding: 5px; */
  padding-bottom: 5px;
  overflow:hidden;
  margin:0px 3px;
  border-radius: 10px;
  border: 1px solid #888;
}

button.slide_left, button.slide_right {
  position: absolute;
  top: 75px;
  opacity: 0.5;
  border-radius: 40px;
  height: 40px;
  border: none;
  background-color:#fff;
}

button.slide_left:hover, button.slide_right:hover {
  opacity: 1;
  background-color:#ddd;
}

button.slide_right {
  /* right:5px; */
  right:0;
}

button.slide_left {
  /* left:5px; */
  left:0;
}

div#box_ueberschrift, div#box_price {
  text-align: left;
  padding: 0px 5px;
  /* padding: 3px 0px; */
}

div#box_price {
  font-weight:600;
}

img#box_image {
  height: 120px;
  /* width:170px; */
}

div#image_box {
  width:100%;
  /* border-radius: 10px; */
  overflow:hidden;
  margin-bottom:5px;
  height: 120px;
  width: 160px;
}
/* Box Modell Ende */


/* lux-autocomplete */
.ui-ac { padding: 0px; border: 1px solid #ccc; background-color: #fff; } 
.ui-ac ul { width: 100%; height: 225px; list-style-position: outside; list-style: none; margin: 0; padding:0; text-align: left; } 
.ui-ac li { display: block; margin: 0; padding: 8px 16px; overflow: hidden; text-align: left; } 
.ui-ac li.ac_item_category:not(:first-child) { border-top: 1px dotted #ccc; } 
.ui-ac li.ac_item_category { color: #757575; } 
.ui-ac li.ac_item { cursor: pointer; color: #000 } 
.ui-ac li.ac_item.selected { font-weight: bold; } 