@media (min-width:1200px) {
  .container.filterwidget {
    padding-left: 0;
    padding-right: 0;
  }
}

body .detailCar .btn.btn-secondary:hover {
  background: initial;
}

body .detailCar .btn.btn-secondary {
  background-color: var(--bs-dark);
  color: whitesmoke;
}

body .detailCar .btn.btn-secondary:hover {
  background-color: var(--bs-dark-active);
  color: whitesmoke;
}

.btn {
  font-weight: 400;
}

.btn-outline-light,
.btn-outline-primary {
  background-color: white;
  color: var(--bs-dark);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light:focus-visible,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible {
  background-color: rgb(235, 235, 235);
  border-color: #ccc;
  color: #343a40;
}


.buyButtons .btn-outline-light {
  margin-bottom: 0.5rem;
  border-width: 3px;
  border-color: var(--bs-primary);
  font-weight: 500;
}
.btn i {
  line-height: 1;
}

/*#panorama {
  display: block;
  height: 500px;
  width: 500px;
}*/
/**** 360 auf iphone zusatzbutton und ELement ****/
#panoramatest {
  height: 100vh;
  width: 100vw;
}

#panoramatest .pnlm-fullscreen-toggle-button {
  display: none !important;
}

#panoramatest .closViewer {
  position: absolute;
  right: 10px;
  top: 10px;
}

.iphoneModal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  transform: translateX(-200%);
  z-index: 99999999999999999;

}

.iphoneModal.acti {
  transform: translateX(0);
}

.mobThreeSixty {
  display: none;
}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 768px) {

  .mobThreeSixty {
    display: block;
  }

}

/**** ENDE 360 auf iphone zusatzbutton und ELement ****/

.btn-primary {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: var(--primaryh) !important;
  border-color: var(--primaryh) !important;
}

.slickWrapper {
  position: relative;
}

.sortStuff .input-group {
  width: auto;
}

.sortStuff .input-group label {
  display: block;
  width: 100%;
}

.threeSixtyBoxList,
.threeSixtyBox {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 9;
  display: block;
  display: flex;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding: 0.3rem;
  align-items: center;

}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.threeSixtyBox img {
  max-height: 32px;

}

.threeSixtyBox svg:hover {
  fill: #d82526;
}

.threeSixtyBox rect.cls-2,
.threeSixtyBox path.cls-2 {
  fill: rgba(0, 0, 0, 0);
}

.threeSixtyBox svg {
  fill: #575757;
  transition: all 250ms linear;
  max-width: 85%;
  margin: 0 auto;
}

.threeSixtyBoxList {
  right: 27px;
  top: 9px;
  width: 40px;
  height: 40px;
}

.threeSixtyBoxList img {
  max-height: 23px;

}

.colorFilter .btnColor {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  position: relative;
}

.colorFilter .btnColor i {
  color: #fff;
}

.colorFilter .btnColor.color_yellow i,
.colorFilter .btnColor.color_white i {
  color: #000;
}

.upeinfotext {
  font-size: 12px;
}

/*.colorFilter .btnColor.color_green {  background-color: green!important; 	background-image: linear-gradient(green,lightgreen)!important;  }.colorFilter .btnColor.color_black {  background-color: black!important; 	background-image: linear-gradient(black,dimgray)!important;  }*/
.colorFilter .btnColor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.colorFilter .btnColor .glyphicon {
  color: white !important;
  left: -2px !important;
  top: 2px !important;
  font-size: 20px;
}

.colorFilter .color_white .glyphicon {
  color: black !important;
}

#searchSidebar {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 25%;
  background: var(--primary);

  z-index: 99;
  padding-top: 71px;
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 451px) {
  .detailForm #extraAttribute {
    display: block !important;
  }

  .detailForm .btnCollapse[data-target="#extraAttribute"] {
    display: none !important;
  }
}

.flexMe {
  display: flex;
  flex-wrap: wrap;
}

.noEvent {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

.noEvent:after {
  content: 'Zum Scrollen bitte doppelt klicken.';
  font-weight: bold;
  font-size: 2rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.olMapViewport {
  z-inex: 1;
}

.detailForm .btnShowResult {
  position: fixed;
  bottom: 20px;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  /* z-index: 99999999;*/
}

.dropdown .caretWrapper {
  float: right;
  top: 6px;
  position: absolute;
  right: 4px;
}

.dropdown .dropdownText {
  overflow: hidden;
  width: 97%;
}

.dropdown input[type="checkbox"] {
  margin-right: 6px;
  margin-left: 6px;
}

.colorFilter {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}

.detailForm .checkboxFilter input[type="checkbox"] {
  margin-right: 6px;
  font-size: 17px;
}

.detailForm .sectionWrapper {
  /* border-bottom: 1px solid #dcdcdc; padding-bottom: 15px; padding-top: 15px;*/
}

.detailForm {
  margin-top: 1.5rem;
}

.detailForm .sectionWrapper:first-of-type {
  padding-top: 0px;
}

.detailForm .sectionWrapper:last-of-type {
  border-bottom: none;
}

.detailForm .sectionWrapper h3 {
  font-size: 17px;
}

.detailForm .sectionWrapper label {
  font-size: 13px;
}

.detailForm .btnCollapse {
  margin-top: 8px;
}

.detailForm .colorFilterWrap {
  display: flex;
  flex-wrap: wrap;
}

.detailForm .filterTabsDetail {
  margin-top: 2rem;
  clear: both;
}

.detailForm .tab-content {
  background: #f5f5f5;
  /*padding: 1.5rem 0;
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;*/
}

/* equal height - inner not 100% width */
.align-items-stretch>div {
  width: 100%;
}

body .detailCar .nav.nav-tabs {
  background: whitesmoke;
}

.detailForm .nav-tabs {
  margin-bottom: 0;
}

.clearFilterWrapper h3 {
  margin-top: 9px;
}

.clearFilterWrapper .btnClear {
  margin-top: 5px;
}

.categoryFilterWrapper {
  margin-top: 15px;
  margin-bottom: 45px;
}

.schnellSuche {
  background-color: #ECECEB;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  /*float:right;*/
}

.page-1 .schnellSuche {
  max-width: 475px;
}

.schnellSuche .head {
  height: 60px;
}

.schnellSuche h4 {
  font-weight: normal;
}

.schnellSuche .nav-tabs {
  margin-bottom: 15px;

  width: 100%;
}

.schnellSuche .carIdFilter {
  float: left;
  width: 100%;
}

.schnellSuche .nav li a {
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  background-color: #ECECEB;
}

.schnellSuche .nav .active a {
  background-color: white !important;
  border: 1px solid #ddd;
}

.schnellSuche #tabpkw {
  background-image: url(../images/tabpkw.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}

.schnellSuche #tabnutzfahrzeuge {
  background-image: url(../images/tabnutzfahrzeuge.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}

.schnellSuche #tabreisemobil {
  background-image: url(../images/tabReisemobile.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}

.schnellSuche .active #tabreisemobil {
  background-image: url(../images/tabReisemobileActive.png);
}

.schnellSuche .active #tabnutzfahrzeuge {
  background-image: url(../images/tabnutzfahrzeugeActive.png);
}

.schnellSuche .active #tabpkw {
  background-image: url(../images/tabpkwActive.png);
}

.schnellSuche {}

.schnellSuche .nutzfahrzeuge {
  display: none !important;

}

@media (max-width: 450px) {
  .toolbarFilter .btn-group button {
    padding: 3px;
  }

  /* .detailCar .oldprice {  width: 100%;  text-align: center; }*/
  .detailCar .oldprice .saved {
    display: block;
  }
}

/*.headRightSide {
 text-align: right;
}*/
@media (max-width: 992px) {
  .headRightSide {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-bottom: -30px;
    text-align: left;
  }

  .detailCar .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }

  .detailCar #detailNavigation {
    padding: 0px;
  }

  .detailCar #detailNavigation {
    display: none;
  }

  .naviTop .matchWrapper {
    text-align: left !important;
  }
}

.detailCar h1 {
  border-top: solid 3px var(--primary);
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  margin-bottom: 2.8rem;
  font-weight: normal;

}

.detailCar svg.icon {
  fill: #333333;
  max-width: 21px;
  max-height: 21px;
  position: relative;
  margin-bottom: -0.3rem;
  margin-right: 0.75rem;
}

#detailNavigation .seperateWrapper {
  border-bottom: solid 1px;
}

.detailCar #detailNavigation a {
  color: black !important;
  background-color: white !important;
}

.detailCar #detailNavigation a:hover {
  background-color: #EEEEEE !important;
}

.detailCar .detailNaviFixed {
  position: fixed;
  top: 70px;
  z-index: 999;
}

.detailCar #detailNavigation {
  padding: 0px;
  margin-top: 2rem;
}

.detailCar #detailNavigation.detailNaviFixed {
  margin-top: 0;
}

.detailCar .slick-slide a:hover {
  cursor: zoom-in;
  cursor: url('icons/search-plus-solid.png') 16 16, zoom-in;

}

.slick-slide .threeSixtyBoxList img {
  max-height: 19px;
}

.detailCar h2 {
  border: none;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.slick-lightbox .slick-prev::before,
.slick-lightbox .slick-next::before {

  font-size: 35px;

}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {

  width: 35px;
  height: 35px;
  top: 55%;
  z-index: 1;

}

.detailCar .slick-slider {
  margin-bottom: 0px !important;
}

.detailCar .slickGalerie:hover {}

.detailCar .slick-prev {
  left: 6px !important;
  color: white !important;
  z-index: 9;
}

.detailCar .slick-next {
  right: 6px !important;
  color: white !important;
  z-index: 9;
}

.detailCar #oMessage {
  height: 212px;
}

.detailCar .map {
  width: 100%;
}

.detailCar .checkData p {
  padding: 0px;
  margin: 0px;
}

.detailCar p {
  font-size: 14px;
}

.detailCar #beschreibung p {
  margin-bottom: 0.2rem;
}

.detailCar .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 1.5rem;
}

.detailCar .checkData {
  margin-bottom: 20px;
}

.detailCar .seperateWrapper:not(:last-child) {
  border-bottom: solid 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.controlGroup .btn {
  margin-bottom: 5px;
  text-align: left;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.controlGroup .btn i {
  margin-top: 6px;
}

.controlGroup .sectionData {
  margin-top: 12px;
}

.controlGroup .btn-default {
  background-color: #EEEEEE;
}

.controlGroup .priceWrapper {
  margin-bottom: 15px;
}

.controlGroup .priceWrapper h2 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 600;
}

.controlGroup .mwstWrapper {
  font-size: 14px;
}

.detNavWrap {
  min-height: 58px;
}

#detailNavigation h3 {
  font-weight: bold;
}

.detailCar .btnOpenMap {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.detailCar h3 {
  margin-top: 8px;
}

.detailCar .sectionData {
  margin-bottom: 20px;
  font-size: 14px;
}

.detailCar .sectionData ul {
  margin-bottom: 0px;
}

.detailCar #contact label {
  font-size: 14px;
}

.detailCar #contact input[type="checkbox"] {
  margin-right: 6px;
}

.naviTop .btnPrevMatch {
  margin-right: 15px;
}

.naviTop .btnNextMatch {
  margin-left: 15px;
}

.detailCar {
  margin-bottom: 40px;

}

.list .borBot {
  border-bottom: solid 1px var(--primary);
}

.list .noteWrapper .glyphicon {
  font-size: 30px;
}

.list .noteWrapper span:hover {
  cursor: pointer;
}

.list h2 {
  font-size: 25px;
  color: #333333;
  transition: color 300ms linear;
  margin: 0;
  border: none;
  padding: 0;
}

.btnNoteDelete:hover,
.btnNote:hover {
  cursor: pointer;
}

.list svg.icon {
  fill: #333333;
  max-width: 21px;
  max-height: 21px;
  position: relative;
  margin-bottom: -0.3rem;
  margin-right: 0.75rem;
  top: -5px;
}

.list .row.first {
  margin-top: 1.2rem;
}

.list .row.mar {
  margin-top: 0.6rem;
}

.no-pad {
  margin: 0;
  padding: 0;
}

.list p {
  margin: 0;

}

.list .footerWrapper {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-end;
}

.list .footerWrapper p {
  font-size: 12px;
}

.list .footerWrapper p.price {
  font-size: 30px;
  font-weight: bold;
}

.list .car {
  margin-bottom: 20px;
  background-color: #F4F4F4;

}

.list .bottom-align-text {
  /*padding-top: 2.5rem;*/
}

.list .car:hover h2 {
  color: var(--primaryh);
}

.detailCar .oldprice,
.list .oldprice {
  display: flex;
  /* padding: 0 0.8rem;*/
  margin-bottom: 0.8rem;
  width: 100%;
}

.list .priceLabel {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

div#kaufenTab {
  padding: 1rem;
  background-color: whitesmoke;
}

.detailCar .priceLabel {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.detailCar .price {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: end;
  color: var(--bs-primary);
}

.detailCar .mwstWrapper {
  margin-top: 0;
  font-size: 12px;
}


.detailCar .priceWrapor,
.detailCar .labelWrap,
.list .labelWrap {
  display: flex;
  flex-wrap: wrap;
  /*align-self: stretch;*/
  height: 100%;
  align-items: center;
}

.list .car .btn-black {
  margin-bottom: 0.8rem;
  background: #dbdbdb;
  max-width: 50%;
  transition: all 250ms linear;
}

.list .car .btn-black svg {
  bottom: -1px;
  position: relative;
}

.list .car .btn-black:hover {
  background: #AFAFAF;
}

.detailCar .oldprice .uvp,
.list .oldprice .uvp {
  color: #ffffff;
  font-size: 14px;
  background: #635f5f;
  padding: 0.5rem 0.8rem;
  margin-right: 0.8rem;
  width: 48%;
}

.detailCar .oldprice .uvp .value,
.list .oldprice .uvp .value {
  text-decoration: line-through;
}

.detailCar .oldprice .uvp,
.list .oldprice .uvp .label {
  /* color: #696969;*/
}

.list .priceRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.detailCar .priceWrap,
.list .priceWrap {
  background: #e41b41;
  padding: 0.5rem 0.8rem;
  color: #fff;
  width: 100%;
}

.list .priceWrap {
  margin: 0;
}

.detailCar .priceWrap {
  display: flex;
  align-items: center;
}

.detailCar .priceWrap:after,
.list .priceWrap:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.detailCar .oldprice .saved,
.list .oldprice .saved {
  font-weight: bold;
  color: #ffffff;
  width: 50%;
  background: #0f7f14;
  padding: 0.5rem 0.8rem;
  font-size: 14px;
}

#carSticker {
  background: #e41b41;
  width: 93%;
  position: absolute;
  left: 0.8rem;
  right: auto;
  bottom: -1.5rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.detailCar #carSticker {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  width: 100%;
}

#carSticker>span {
  font-size: 1.8rem;
  padding: 0 0.8rem;
}

#carSticker span.icon {
  font-size: 4.8rem;
  flex-grow: 1;
}

#carSticker span.text {
  font-size: 1.8rem;
  flex-grow: 8;
}

#carSticker span.value {
  font-size: 4.8rem;
  flex-grow: 1;
}

#carSticker span.smalltext {
  font-size: 1.3rem;
  display: block;
}


.detailCar #inquiry .radio label {
  margib-right: 2rem;
}

.detailCar #inquiry h3 {
  font-weight: bold;
  margin: 0;
}

.detailCar #inquiry h3.trenn {
  margin-top: 4rem;
}

.detailCar #inquiry hr {
  margin-top: 7px;
}

.detailCar #inquiry .form-group .radio,
.detailCar #inquiry .form-group {
  display: flex;
  margin: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}

.detailCar #inquiry .btn {
  text-transform: none;
  font-weight: normal;
}

.detailCar #inquiry .form-group.noflex {
  display: block;
}

.detailCar #inquiry .form-group label {
  width: 35%;
}

.detailCar #inquiry .modal-body {
  position: relative;
  padding: 20px;
  max-height: 80vh;
  overflow-y: scroll;
}

.detailCar #inquiry .modal-header .close {
  position: absolute;
  right: 1rem;
}

.detailCar .customButtonGroup button {
  padding: 6px 12px;
}

.detailCar #inquiry .form-group.special label {
  width: 100%;
  padding-left: 26%;
  font-weight: normal;
}

.detailCar #inquiry .form-group .radio label {
  font-weight: bold;
  padding: 0;
  width: 26%;
}

.detailCar #inquiry .form-group .radio input {
  position: inherit;
  margin: 0;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

.detailCar #inquiry .btn-primary {
  float: right;
}

@media (max-width: 991px) {
  .detailCar .headRightSide {
    margin-left: 0;
  }

  #carSticker {
    width: 100%;
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-bottom: 1rem;
  }

  .detailCar .priceWrapor,
  .detailCar .labelWrap,
  .list .labelWrap {
    height: auto;
  }
}

@media (max-width: 380px) {
  #carSticker span.text {
    font-size: 1.4rem;
    flex-grow: 8;
  }

  #carSticker span.value {
    font-size: 3.2rem;
    flex-grow: 1;
  }

  #carSticker span.icon {
    font-size: 3.4rem;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {

  .detailCar #inquiry .form-group .radio,
  .detailCar #inquiry .form-group {
    display: block;
  }

  .detailCar #inquiry .form-group .radio label,
  .detailCar #inquiry .form-group label {
    width: 100%;
    font-size: 1.5rem;
  }

  .detailCar #inquiry .form-group.special label {
    padding-left: 0;
  }

  .list .footerWrapper {
    flex-wrap: wrap;
  }

  .list .mwstWrapper {
    padding-left: 5px;
  }

  .list h2 {
    margin: 1rem 0;
    font-size: 20px;
  }

  .list .car .noteWrapper {
    margin-top: 1rem;
  }

  .list .row.mar {
    margin: 0;
  }

  .list .row.first>div {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .list .row.mar>div {
    padding: 0.4rem 0;
    margin: 0;
  }

  .list .bottom-align-text {
    padding-bottom: 2rem;
    padding-top: 0;
  }

  .list .footerWrapper p.price {
    text-align: center;
    margin: 0;
  }

  .list p {
    font-size: 14px;
  }

  .list .oldprice {
    width: 100%;
  }
}

.list .carImg {
  padding-left: 0;
  position: relative;
}

.list .car h2 a:hover {
  color: var(--primaryh);
}

.list .car a {
  float: left;
  color: black;
  width: 100%;
  text-decoration: none;
}

.list .car .noteWrapper {
  color: var(--primary);
}

.head {
  margin-bottom: 15px;
}

.filterValues {
  margin-bottom: 15px;
  background-color: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 15px;
}


.filterValue a {
  color: #333;

}

.filterValue a .fa-times {
  fill: #A2A2A2;
  color: #A2A2A2;
  font-weight: bold;
}

.btnBackWrapper {
  margin-top: 11px;
}

.filterValue {
  padding: 8px;
  background: #ECECEB;
  border-radius: 8px;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 300ms linear;
}

.filterValue a svg path {
  transition: all 300ms linear;
  fill: #A2A2A2;
}

.filterValue a svg {

  vertical-align: -.15em;

}

.filterValue:hover {
  cursor: pointer;

}

.filterValue:hover a svg path {
  fill: #b61634;
}

.btn-block+.btn-block {
  margin-top: 0px !important;
}

.button-wrapper .only-button {
  padding-left: 5px;
  padding-right: 5px;
}

.button-wrapper .btn-undo-filter {
  color: black;
  border: 1px solid #D61313;
}

.btn-undo-filter:hover {
  background-color: #eee;
}

.button-wrapper {
  margin-top: -13px;
  margin-bottom: -10px;
}

.button-wrapper .btn {
  margin-bottom: 0px;
}

#col-abs,
#col-skisack,
#col-cd,
#col-esp {
  display: none;
}

.detailCar #contact iframe {
  width: 100%;
}

.schnellSucheLandingPage .selected-filter .col-md-4-4 {
  width: 36%;
  float: left;
  padding: 0 8px;
  height: 35px;
}

.schnellSucheLandingPage .selected-filter .col-md-4-2 {
  width: 32%;
  float: left;
  padding: 0 8px;
  height: 35px;
}

.schnellSucheLandingPage .selected-filter .col-md-4-3 {
  width: 32%;
  float: left;
  padding-left: 15px;
  padding-right: 5px;
  height: 35px;
}

.schnellSucheLandingPage .selected-filter .col-md-4-3>.form-group>.form-control {
  padding-left: 3px;
  padding-right: 3px;
}

.schnellSucheLandingPage .selected-filter .contentNotShowByNew .col-md-4-2 {
  padding-left: 15px;
}

.schnellSucheLandingPage .selected-filter .contentNotShowByNew.col-md-4-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.schnellSucheLandingPage .selected-filter .contentNotShowByNew.col-md-4-4>button {
  padding-left: 8px;
}

.schnellSucheLandingPage .row.selected-filter>div>div {
  width: 30%;
  margin-bottom: 0;
}

.schnellSucheLandingPage .row.selected-filter>div>button {
  width: 35%;
  padding: 0.2rem 0.3rem;
}

.schnellSucheLandingPage {
  max-width: unset;
}

.schnellSucheLandingPage h2 {
  font-size: 1.7em;
  padding-top: 10px;
  margin-bottom: 1rem;
  border: none;
}

.schnellSucheLandingPage .pkw,
.schnellSucheLandingPage .nutzfahrzeuge {
  margin-bottom: 5px;
}

@media (max-width: 991px) {

  .schnellSucheLandingPage .selected-filter .col-md-4-2,
  .schnellSucheLandingPage .selected-filter .col-md-4-3,
  .schnellSucheLandingPage .selected-filter .col-md-4-4 {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

.searchmask {
  cursor: pointer;
}

#searchmask h5 {
  font-size: 1.2em;
  text-transform: none;
}

#searchmask .col-sm-6,
#searchmask .col-sm-5,
#searchmask .col-sm-7 {
  float: left;
}

#searchmask label {
  font-weight: bold;
}

#searchmask .modal-footer {
  padding: 20px 20px 10px 20px;
  text-align: right;
}

#searchmask .modal-footer>.row {
  margin: 0 -15px;
}

#searchmask .modal-dialog {
  max-width: 600px;
}

#searchmask .close {
  opacity: 0.2;
}

#searchmask .close:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .detailForm .btnShowResultWrap {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    font-size: 2.5rem;
    padding: 2rem;
    z-index: 999999;
    display: block;
    width: 100%;
    border: none;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    box-shadow: -2px 1px 3px 3px rgba(0, 0, 0, 0.3);
  }

  .detailForm .btnShowResultWrap .btnShowResult {
    position: relative;
    bottom: inherit;
    padding: 1.4rem;
    font-size: 1.7rem;
    width: auto;
  }


}

@media print {
  /*body * {
  font-size: 12pt;
  font-weight: normal;
  color: #3D3D3D;
  line-height: normal;
 }
 .naviTop, .san-widget-floating, .col-md-5.headRightSide .col-md-2, .slickGalerie button, .slickGalerieThumbs.slick-slider, #c1409, !*Bei Livestellung anpassen, Andere interessante Fahrzeuge*! footer, .vehicle-slider, #detailNavigation, .breadcrumb-section {
  display: none !important;
 }
 #content {
  margin: 0;
 }
 .detailCar .mwstWrapper {
  font-size: 8pt;
  margin: 0;
 }
 .detailCar .oldprice .saved, .detailCar .oldprice .uvp, .detailCar .priceWrap {
  padding: 0.1cm;
  border: solid 1px #686868;
 }
 .col-md-5.headRightSide .controlGroup {
  width: 100%;
 }
 .detailCar h2 {
  font-weight: bold;
  font-size: 2rem;
  border-top: solid 1px #e41b41;
  border-bottom: solid 1px #e41b41;
  padding-top: 0.3cm;
  padding-bottom: 0.3cm;
  margin: 0;
 }
 .detailCar h3 {
  font-weight: bold;
 }
 .detailCar .seperateWrapper {}
 .detailCar .seperateWrapper:not(:last-child) {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 0.5cm;
 }
 .detailCar .seperateWrapper > .row, .detailCar > .row {
  display: table;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
 }
 .detailCar .seperateWrapper > .row > div, .detailCar > .row > div {
  display: table-cell;
  width: 50%; !*border: solid 1px green;*! margin: 0;
  padding: 0;
  float: none;
  vertical-align: top;
 }
 #beschreibung h2 {
  margin-bottom: 0.4cm;
 }
 .controlGroup .text-left.sectionData {
  clear: both;
 }
 #umwelt img {
  max-width: 4cm !important;
 }
 .detailCar .sectionData ul li, .detailCar .sectionData {
  margin: 0;
  font-size: 12pt;
  line-height: normal;
 }
 .detailCar .sectionData ul li {
  margin: 0;
  font-size: 8pt;
  line-height: normal;
 }
 #umwelt .col-sm-4, .detailCar .sectionData {
  padding-top: 0.4cm;
 }
 .detailCar #carSticker {
  max-width: 8cm;
 }
 #carSticker span.value, #carSticker span.icon {
  font-size: 2.5rem;
 }
 #carSticker span.text {
  font-size: 1rem;
 }
 .detailCar .slick-slider img, .detailCar .slick-slider {
  width: 8cm !important;
 }
 body .frame, .detailCar {
  margin: 0 !important;
  padding: 0 !important;
 }
 a[href]:after {
  content: "";
 }
 #umwelt .sectionData > .row > div:first-child, #fahrzeugdetails .sectionData > .row > div:first-child {
  background: #F0F0F0;
  margin-right: 1%;
  margin-bottom: 0.1cm;
  line-height: normal;
 }
 #umwelt .sectionData > .row > div:last-child, #fahrzeugdetails .sectionData > .row > div:last-child {
  background: #E4E4E4;
  width: 48.33333333%;
  margin-bottom: 0.1cm;
  line-height: normal;
 }
 #beschreibung .sectionData ul, #ausstattung > .row > div p {
  background: #E4E4E4;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.1cm;
  line-height: normal;
 }
 #beschreibung .sectionData p, #beschreibung .sectionData h2 {
  width: 100%;
 }
 #beschreibung, #beschreibung .sectionData p {
  font-size: 10px;
 }
 #beschreibung .sectionData {
  display: flex;
  flex-wrap: wrap;
 }
 #beschreibung .sectionData ul {
  width: 32%;
  margin-right: 1%;
 }
 #beschreibung .sectionData ul li {
  margin-left: 12px;
 }
 #umwelt .col-sm-4 {
  padding-bottom: 0;
 }
 .detailCar .headRightSide .sectionData {
  padding-top: 0;
  padding-bottom: 0.2cm;
 }
 .headRightSide .sectionData .col-sm-5 {
  width: 45%;
 }
 .headRightSide .sectionData .col-sm-7 {
  width: 50%;
 }
 .col-md-10 .sectionData strong {
  font-size: 12pt !important;
  font-weight: normal !important;
 }
 #ausstattung .checkData .col-md-3.col-xs-6 {
  width: 30%;
 }
 #ausstattung .checkData .col-md-3.col-xs-6:last-child {
  width: 10%;
 }
 #c2467 {
  display: none;
 }
 .no-print {
  display: none !important;
 }*/
}

.searchmask-info {
  font-size: 15px;
  line-height: 1.2;
}



/***** searchform update****/

[class*="form-"] [class*="-input"] {
  position: relative;
  top: -1px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group>[class*="form-"] {
  margin-bottom: 0.5rem !important;
}

.form-select {
  border-color: #adadad;
}

.sideSearchFilter .otype .form-check {
  width: 100%;
}

.form-check-label {
  position: relative;
  min-width: 50%;
}

.sideSearchFilter>.filter-item {
  margin-bottom: 1rem;
}

.detailForm h1 {}

.detailForm h2 {
/*   font-size: 1.8rem;
  border-bottom: solid 1px #BBBBBB;
  padding-bottom: 1.8rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0; */
}


.sideSearchFilter>.filter-item>div>label {
  width: 100%;
}

.form-check-input[type=checkbox] {
  border-radius: 1px;
  border-color: var(--bs-dark);
}

.detailForm .checkbox label[ident*='Cabrio'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/cabrio@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Kasten'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/kasten@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='WOMO'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/womo@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident='nutzfahrzeuge'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/kasten@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Kleinwagen'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/klein@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Kombi'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/kombi@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Limo'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/limo@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Sport'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/sport@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='SUV'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/suv@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Van'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/van@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.detailForm .checkbox label[ident*='Autotrans'] .img {
  display: inline-block;
  height: 35px;
  width: 100px;
  background-image: url('icons/autotrans@2x.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.form-check .img {
  position: absolute;
  left: 100%;
  right: auto;
  width: 60px !important;
  height: 24px !important;
}


.detailForm .form-group.check {
  display: flex;
  /* margin-top: 3rem; */
  flex-wrap: wrap;
}

.kraftstoff-getriebe .sideSearchFilter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.kraftstoff-getriebe .sideSearchFilter>.filter-item {

}
.filter-item.okraftstoff,
.filter-item.otransmission {
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.filter-item.oleistung {
  flex: 1 0 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width:576px) {
  .okraftstoff .dropdown {
    /* padding-right: 1.5rem; */
  }
}
.okraftstoff .dropdown button,
.otransmission .dropdown button {
  width: 100%;
}


.detailForm .form-group.check .checkbox {

  /*  width: 23%;*/
  position: relative;
}

.detailForm .btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #adadad;
}

.detailForm .btn-default:active,
.detailForm .btn-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
}

.detailForm .nav-link:hover,
.detailForm .nav-link.active {
  background: #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
}

.detailForm .nav-link {
  color: #495057;
}


.detailForm .checkbox {
  /*  padding-left: 20px; */
}

.detailForm .checkbox label {
  /* 
 position: relative;
 font-size: 1.3rem;
  margin-left: 1rem;
  display: flex;
  padding-left: 0.6rem;
  padding-top: 0.2rem; */
}

.detailForm .checkbox label::before {
  /*  content: "";
 display: inline-block;
 position: absolute;
 width: 25px;
 height: 25px;
 left: 0;
 margin-left: -27px;
  top: 0.4rem;
 border: 1px solid #cccccc;
 border-radius: 3px;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 transition: border 0.15s ease-in-out, color 0.15s ease-in-out; */
}

.detailForm .checkbox input[type="checkbox"]:hover {
  cursor: pointer;
}

.detailForm .checkbox label::after {
  /*  display: inline-block;
 position: absolute;
 width: 25px;
 height: 25px;
 left: 0;
 top: -1px;
 margin-left: -30px;
 padding-left: 5px;
 padding-top: 0;
 font-size: 11px;
 color: #555555; */

}

.detailForm .checkbox input[type="checkbox"] {
  /*  opacity: 0;
  z-index: 9;
  height: 35px;
  width: 90%;
  position: absolute;
  left: 10px; */
}

.detailForm .checkbox input[type="checkbox"]:focus+label::before {
  /*  outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px; */
}

.detailForm .checkbox input[type="checkbox"]:checked+label::after {
  /* 
font-weight: 900;
 content: "✓";
  font-size: 1.8rem; */

}

.detailForm .checkbox input[type="checkbox"]:disabled+label {
  /*  opacity: 0.65; */
}

.detailForm .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.detailForm .checkbox.checkbox-circle label::before {
  /*  border-radius: 50%; */
}

.detailForm .checkbox.checkbox-inline {
  /*  margin-top: 0; */
}

.detailForm .checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.detailForm .checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.detailForm .checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.detailForm .checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.detailForm .checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.detailForm .checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.detailForm .checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.detailForm .checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.detailForm .checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.detailForm .checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.detailForm .radio {
  /*  padding-left: 20px; */
}

.detailForm .radio label {
  /*  display: inline-block;
 position: relative;
 padding-left: 5px; */
}

.detailForm .radio label::before {
  /*  content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #cccccc;
 border-radius: 50%;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out;
 transition: border 0.15s ease-in-out; */
}

/* .detailForm .radio label::after {
 display: inline-block;
 position: absolute;
 content: " ";
 width: 11px;
 height: 11px;
 left: 3px;
 top: 3px;
 margin-left: -20px;
 border-radius: 50%;
 background-color: #555555;
 -webkit-transform: scale(0, 0);
 -ms-transform: scale(0, 0);
 -o-transform: scale(0, 0);
 transform: scale(0, 0);
 -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.detailForm .radio input[type="radio"] {
 opacity: 0;
}
.detailForm .radio input[type="radio"]:focus + label::before {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
} */
.detailForm .radio input[type="radio"]:checked+label::after {
  /*  -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1); */
}

.detailForm .radio input[type="radio"]:disabled+label {
  /*  opacity: 0.65; */
}

.detailForm radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.detailForm .radio.radio-inline {
  /*  margin-top: 0; */
}

.detailForm .radio-primary input[type="radio"]+label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #428bca;
}

.detailForm .radio-primary input[type="radio"]:checked+label::after {
  background-color: #428bca;
}



.row.carForm {

  padding-top: 2rem;
  padding-bottom: 2rem;
}

.detailForm .row.carForm .form-group.check .checkbox {
  width: 31%;
  margin: 0;
}

.detailForm .checkbox {
  margin: 0;
  margin-right: 2rem;

}

.filter-item.okraftstoff .dropdown-menu li label,
.filter-item.otransmission .dropdown-menu li label {
  max-width: 100%;
  flex: 1 0 auto;
  width: auto;
}

@media all and (max-width: 991px) {
  .detailForm .col-xs-12.mod {
    padding: 0;
  }

  .detailForm .row.carForm .form-group.check .checkbox {
    width: 47%;

  }
}

@media all and (max-width: 767px) {

  .detailForm .row.carForm .form-group.check .checkbox {
    width: 100%;

  }

  .schnellSuche .btn.btnShowResult {
    margin-top: 1rem;
  }

  .schnellSuche {
    margin-bottom: 2rem;
  }
}

.goToLeasingButton,
.telbutton,
#inqForm {
  padding: 0.375rem 0.75rem !important;
}


