@media (min-width:400px) {
  .carInfos .col-xs-12 {
    width: 50%;
  }
}

@media (max-width:575.98px) {
  .qr h1.h2 {
    border-top-width: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .oldpriceTab .uvp, .savedpriceTab {
    display: flex;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.1rem;
  }

  .oldpriceTab .uvp span.value.float-right,
  .savedpriceTab span.value.float-right {
    display: flex;
    flex-direction: row;
  }

  .fa-2x+span {
    line-height: 2;
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .carSearchResults .car .noteWrapper {
    right: 1rem;
    transform: scale(1.5);
  }
}

@media (max-width:991.98px) {


  .offcanvas-body {
    height: 80vh;
  }

  .sideSearchFilter {
    background-color: transparent;
  }

  .newCounterResults {
    display: flex;
    background: #ffffff;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 180px;
    z-index: 9999999999;
    color: #555555;
    border-radius: 0;
    padding: 0.5rem;
    text-align: center;
    box-shadow: none;
    border: 2px solid var(--primary);
    flex-direction: column;
  }

  .newCounterResults .iconWrap span {
    padding-right: 0.25rem;
  }

  .offcanvas-body .container.filterwidget {
    padding-left: 0;
    padding-right: 0;
  }

  .carsearch-counter-element span.badge {
    top: 0;
  }

  h1, .h1,
  .detailCar h1 {
    font-size: 1.5rem;
  }

  h2, .h2 {
    font-size: 1.333333rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
  }
  .layout-110 .fsc-default header>*, .layout-110.fsc-default header>* {
    font-size: 1.25rem;
  }
  .lead-blue .lead {
    color: var(--bs-primary);
    font-size: 1.25rem;
  }
  .lead {
    font-size: 1.25rem;
  }
  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-5{
    margin-top: 2rem !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

  .carousel-container.img-over::after {
    width: 350px;
    height: 120px;
    left: 32%;
  }

  .main-navbarnav>div>a.nav-link {
    --bs-nav-link-padding-y: 1.1rem !important;
  }

  .navbar-shrink .navbar-brand img.img-fluid {
    top: 0.25rem;
  }

  .navbar-brand {
    width: 160px;
    height: auto;
  }

  .main-navbarnav>div>a {
    font-size: 1rem;
  }

  .main-navbarnav .nav-item:last-child {
    margin-right: 3rem;
  }

  #navbarToggler>div>.navbar-nav:last-child {
    top: 0;
  }

  a#language {
    background-color: transparent;
    border-radius: 5rem;
    padding-top: 1rem;
  }

  .layout-110 .fsc-default header>*,
  .layout-110.fsc-default header>* {
    font-size: 1.5rem;
  }

  .ipad-x-col-1 {
    order: 1 !important;
    width: 100% !important;
  }

  .ipad-x-col-2 {
    order: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .ipad-x-col-2>div {
    flex: 1 0 50%;
    width: auto;
    max-width: 50%;
    background-color: white;
  }

  .ipad-x-col-2>div:first-child {
    margin-bottom: 1rem;
  }

  .tx_carsearch-list .col-12.carWrapper {
    flex: 1 0 100%;
    width: 100%;
    padding: 1.5rem;
    max-width: 100%;
  }

  .container.filterwidget {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-item .col-md-6 {
    max-width: 100%;
    flex: 1 0 100%;
  }

  .col-lg-3.col-md-12.col-12.sideSearchFilter.detailForm {
    width: 33.3333333%;
  }

  .col-lg-9.col-md-12.col-12.carSearchResults {
    width: 66.6666666%;
  }

  .filter-item.okraftstoff,
  .filter-item.otransmission {
    flex: 1 0 100%;
    max-width: 100%;
  }

  .filter-item.okraftstoff .dropdown-menu li,
  .filter-item.otransmission .dropdown-menu li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .tx_carsearch-list .col-12.carWrapper {
    flex: 1 0 100%;
    width: 100%;
  }
} 