.hx-mobile {
  font-family: Arial, sans-serif; }
  .hx-mobile #hx-mobile-search, .hx-mobile #hx-mobile-quicksearch {
    /*float:left;*/ }
    .hx-mobile #hx-mobile-search .quick-search-button, .hx-mobile #hx-mobile-quicksearch .quick-search-button {
      background-color: #f7d900;
      color: #272727;
      text-align: center;
      padding: 24px;
      font-size: 24px;
      width: 100%;
      cursor: pointer; }
    .hx-mobile #hx-mobile-search .searchform, .hx-mobile #hx-mobile-quicksearch .searchform {
      background: #fff;
      padding: 10px; }
    .hx-mobile #hx-mobile-search .toggle, .hx-mobile #hx-mobile-quicksearch .toggle {
      cursor: pointer; }
    .hx-mobile #hx-mobile-search select, .hx-mobile #hx-mobile-quicksearch select {
      border: 1px solid #272727; }
    .hx-mobile #hx-mobile-search .result-count, .hx-mobile #hx-mobile-quicksearch .result-count {
      padding: 10px;
      font-size: 22px;
      font-weight: bold;
      background-color: #f7d900;
      color: #333; }
    .hx-mobile #hx-mobile-search .sliders .button, .hx-mobile #hx-mobile-quicksearch .sliders .button {
      padding: 10px;
      margin: 10px 0 0 0;
      cursor: pointer;
      background-color: #ddd; }
      .hx-mobile #hx-mobile-search .sliders .button:hover, .hx-mobile #hx-mobile-quicksearch .sliders .button:hover {
        background-color: #eee; }
      .hx-mobile #hx-mobile-search .sliders .slider, .hx-mobile #hx-mobile-quicksearch .sliders .slider {
        padding: 0 15px; }
    .hx-mobile #hx-mobile-search input.default, .hx-mobile #hx-mobile-quicksearch input.default {
      width: 100%;
      padding: 10px;
      margin: 5px 0; }
    .hx-mobile #hx-mobile-search #hx-mobile-specific-search, .hx-mobile #hx-mobile-quicksearch #hx-mobile-specific-search {
      width: 100%;
      float: left;
      clear: both;
      padding: 10px;
      background-color: #fff; }
    .hx-mobile #hx-mobile-search .detailsuchebutton, .hx-mobile #hx-mobile-quicksearch .detailsuchebutton {
      background-color: #f7d900;
      padding: 10px;
      width: 120px; }
    .hx-mobile #hx-mobile-search .classes, .hx-mobile #hx-mobile-quicksearch .classes {
      float: left;
      width: 100%;
      background-color: #f7d900;
      /*
       .icon{
       background-size:100%;
       background-repeat:no-repeat;
       width:100%;
       height:40px;
       &[title="Alle"]{
       font-weight:bold;
       font-size:20px;
       padding:5px;
       }
       }
       .car{
       .icon{
       @include background-svg(load-svg($svg-car,$color-icon-muted));
       }
       &.active .icon{
       @include background-svg(load-svg($svg-car,$color-icon-active));
       background-size:110%;
       background-position:-2px -2px;
       }
       }
       .motorhome{
       .icon{
       @include background-svg(load-svg($svg-motorhome,$color-icon-muted));
       }
       &.active .icon{
       @include background-svg(load-svg($svg-motorhome,$color-icon-active));
       background-size:110%;
       background-position:-2px -2px;
       }
       }
       .van-up-to7500{
       .icon{
       background-position:0 39%;
       @include background-svg(load-svg($svg-van-up-to7500,$color-icon-muted));
       }
       &.active .icon{
       @include background-svg(load-svg($svg-van-up-to7500,$color-icon-active));
       background-size:110%;
       background-position:-2px 37%;
       }
       }
       .truck-over7500{
       .icon{
       background-position:0 39%;
       @include background-svg(load-svg($svg-truck-over7500,$color-icon-muted));
       }
       &.active .icon{
       @include background-svg(load-svg($svg-truck-over7500,$color-icon-active));
       background-size:110%;
       background-position:-2px 37%;
       }
       }
       */ }
      .hx-mobile #hx-mobile-search .classes > div, .hx-mobile #hx-mobile-quicksearch .classes > div {
        float: left;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        width: 50%;
        text-align: center;
        background-color: #272727;
        color: #fff;
        text-transform: uppercase; }
      .hx-mobile #hx-mobile-search .classes > div:hover, .hx-mobile #hx-mobile-quicksearch .classes > div:hover {
        color: #f7d900;
        cursor: pointer; }
      .hx-mobile #hx-mobile-search .classes > div.active, .hx-mobile #hx-mobile-quicksearch .classes > div.active {
        background-color: #fff;
        color: #333; }
        .hx-mobile #hx-mobile-search .classes > div.active:hover, .hx-mobile #hx-mobile-quicksearch .classes > div.active:hover {
          background-color: #fff;
          cursor: default; }
    .hx-mobile #hx-mobile-search .set, .hx-mobile #hx-mobile-quicksearch .set {
      border: 2px solid #f7d900; }
    .hx-mobile #hx-mobile-search .search-title, .hx-mobile #hx-mobile-quicksearch .search-title {
      line-height: 1.1;
      background: #272727;
      color: #f7d900;
      font-size: 24px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      padding: 25px 10px;
      border-bottom: 5px solid #f7d900; }
    .hx-mobile #hx-mobile-search .hx-mobile-tab-colors .check-box, .hx-mobile #hx-mobile-quicksearch .hx-mobile-tab-colors .check-box {
      border-color: black;
      opacity: 0.5; }
      .hx-mobile #hx-mobile-search .hx-mobile-tab-colors .check-box.checked, .hx-mobile #hx-mobile-quicksearch .hx-mobile-tab-colors .check-box.checked {
        border-color: transparent;
        background-color: #fff !important;
        opacity: 1; }
    .hx-mobile #hx-mobile-search .check-box, .hx-mobile #hx-mobile-quicksearch .check-box {
      width: 9%;
      float: left;
      display: block;
      cursor: pointer;
      margin: 0 1% 0 0;
      border: 1px solid #777; }
      .hx-mobile #hx-mobile-search .check-box.checked, .hx-mobile #hx-mobile-quicksearch .check-box.checked {
        background-color: #fff;
        border: 1px solid transparent; }
      .hx-mobile #hx-mobile-search .check-box.checked:before, .hx-mobile #hx-mobile-quicksearch .check-box.checked:before {
        content: "\2714";
        color: #f7d900;
        padding: 3px; }
      .hx-mobile #hx-mobile-search .check-box.crossed, .hx-mobile #hx-mobile-quicksearch .check-box.crossed {
        background-color: #fff;
        border: 1px solid transparent; }
      .hx-mobile #hx-mobile-search .check-box.crossed:before, .hx-mobile #hx-mobile-quicksearch .check-box.crossed:before {
        content: "\2718";
        color: #d00;
        padding: 3px; }
    .hx-mobile #hx-mobile-search .check-label, .hx-mobile #hx-mobile-quicksearch .check-label {
      width: 90%;
      float: left;
      padding: 2px; }
    .hx-mobile #hx-mobile-search .reset-button, .hx-mobile #hx-mobile-quicksearch .reset-button {
      cursor: pointer;
      font-size: 20px; }
    .hx-mobile #hx-mobile-search .search-button, .hx-mobile #hx-mobile-quicksearch .search-button {
      display: inline-block;
      cursor: pointer;
      text-align: center; }
      .hx-mobile #hx-mobile-search .search-button.active, .hx-mobile #hx-mobile-quicksearch .search-button.active {
        cursor: default; }
      .hx-mobile #hx-mobile-search .search-button.class, .hx-mobile #hx-mobile-quicksearch .search-button.class {
        padding: 10px;
        background-color: #e6e6e6;
        margin: 5px 5px 5px 0;
        border: 1px solid #777;
        border-radius: 4px; }
      .hx-mobile #hx-mobile-search .search-button.class:hover, .hx-mobile #hx-mobile-quicksearch .search-button.class:hover {
        background-color: #777; }
      .hx-mobile #hx-mobile-search .search-button.class.active, .hx-mobile #hx-mobile-quicksearch .search-button.class.active {
        color: #333;
        background-color: #fff; }
      .hx-mobile #hx-mobile-search .search-button.page, .hx-mobile #hx-mobile-quicksearch .search-button.page {
        width: 10%;
        padding: 5px;
        background-color: #fff;
        margin: 5px 1% 5px 0; }
      .hx-mobile #hx-mobile-search .search-button.page.last, .hx-mobile #hx-mobile-quicksearch .search-button.page.last {
        float: right; }
    .hx-mobile #hx-mobile-search .search-input, .hx-mobile #hx-mobile-quicksearch .search-input, .hx-mobile #hx-mobile-search .search-select, .hx-mobile #hx-mobile-quicksearch .search-select {
      width: 100%;
      height: 40px;
      padding: 10px;
      margin: 5px 0; }
    .hx-mobile #hx-mobile-search .feature, .hx-mobile #hx-mobile-quicksearch .feature, .hx-mobile #hx-mobile-search .exterior-color, .hx-mobile #hx-mobile-quicksearch .exterior-color, .hx-mobile #hx-mobile-search .fuel, .hx-mobile #hx-mobile-quicksearch .fuel {
      padding: 5px; }
    .hx-mobile #hx-mobile-search .detailsuche, .hx-mobile #hx-mobile-quicksearch .detailsuche {
      margin-top: 20px; }
    .hx-mobile #hx-mobile-search .detailsuche ul.tabs, .hx-mobile #hx-mobile-quicksearch .detailsuche ul.tabs {
      margin: 0;
      padding: 0;
      list-style: none; }
      .hx-mobile #hx-mobile-search .detailsuche ul.tabs li, .hx-mobile #hx-mobile-quicksearch .detailsuche ul.tabs li {
        background: none;
        display: inline-block;
        padding: 10px 5px;
        cursor: pointer;
        margin-bottom: -1px;
        z-index: 1;
        font-size: 0.9em; }
      .hx-mobile #hx-mobile-search .detailsuche ul.tabs li.current, .hx-mobile #hx-mobile-quicksearch .detailsuche ul.tabs li.current {
        padding: 10px 4px;
        background: white;
        cursor: default;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black; }
    .hx-mobile #hx-mobile-search .detailsuche .tab-content, .hx-mobile #hx-mobile-quicksearch .detailsuche .tab-content {
      display: none;
      float: left;
      width: 100%;
      padding: 10px;
      border: 1px solid black;
      font-size: 0.9em; }
      .hx-mobile #hx-mobile-search .detailsuche .tab-content.current, .hx-mobile #hx-mobile-quicksearch .detailsuche .tab-content.current {
        display: inherit; }
    .hx-mobile #hx-mobile-search .sliders .noUi-tooltip, .hx-mobile #hx-mobile-quicksearch .sliders .noUi-tooltip {
      display: none; }
      .hx-mobile #hx-mobile-search .sliders .noUi-state-drag .noUi-active .noUi-tooltip, .hx-mobile #hx-mobile-quicksearch .sliders .noUi-state-drag .noUi-active .noUi-tooltip, .hx-mobile #hx-mobile-search .sliders .noUi-state-tap .noUi-active .noUi-tooltip, .hx-mobile #hx-mobile-quicksearch .sliders .noUi-state-tap .noUi-active .noUi-tooltip {
        display: block; }
      .hx-mobile #hx-mobile-search .sliders .noUi-connect, .hx-mobile #hx-mobile-quicksearch .sliders .noUi-connect {
        background-color: #f7d900; }
  .hx-mobile #hx-mobile-quicksearch .fuel.fuel.fuel {
    padding: 10px; }
  .hx-mobile .resultheadline {
    text-align: center;
    padding-top: 15px;
    font-size: 26px;
    font-weight: bold; }
  .hx-mobile #hx-mobile-listwrap, .hx-mobile #parkingwrap {
    padding: 0 15px 0 5px;
    /*
     .row:nth-child(even){
     background-color:#eee;
     }
     hr{
     border-color:#333;
     }
     &.loading{
     opacity:0.5;
     }
     .carlist{
     .specs > div{
     padding:5px;
     }
     .image{
     padding-right:5px;
     @media screen and (max-width: $sm - 1){
     padding-right:15px;
     }
     }
     &.wrap{
     //padding: 20px 0;
     //border-top:1px solid #333;
     }
     &.header{
     white-space:nowrap;
     overflow:hidden;
     text-overflow: ellipsis;
     }
     &.features{
     font-size:12px;
     }
     .vatable{
     font-size:11px;
     }
     .parking{
     display: inline-block;
     background: $accent-color;
     color: #fff;
     padding: 0px 5px;
     font-weight: 800;
     cursor:pointer;
     &.parked{
     background:#000;
     color:$accent-color;
     }
     }
     }
     */ }
    .hx-mobile #hx-mobile-listwrap .list-vehicle, .hx-mobile #parkingwrap .list-vehicle {
      padding: 10px 0;
      border: 1px solid #bbb;
      margin: 5px; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .consumption, .hx-mobile #parkingwrap .list-vehicle .consumption {
        font-size: 12px;
        margin: 5px 0; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .header, .hx-mobile #parkingwrap .list-vehicle .header {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .price, .hx-mobile #parkingwrap .list-vehicle .price {
        margin: 20px 0; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .price .gross, .hx-mobile #parkingwrap .list-vehicle .price .gross {
        font-size: 22px;
        font-weight: bold; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .detail-link, .hx-mobile #parkingwrap .list-vehicle .detail-link {
        display: inline-block;
        background-color: #f7d900;
        color: #333;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .detail-link span, .hx-mobile #parkingwrap .list-vehicle .detail-link span {
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
      .hx-mobile #hx-mobile-listwrap .list-vehicle .detail-link:hover span, .hx-mobile #parkingwrap .list-vehicle .detail-link:hover span {
        margin-left: 20px; }
  .hx-mobile #sorting {
    padding: 0;
    font-size: 11px;
    cursor: pointer; }
    .hx-mobile #sorting span {
      margin-left: 0px;
      color: #b3b3b3; }
      .hx-mobile #sorting span:after {
        content: "";
        margin: 2px;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
      .hx-mobile #sorting span[data-order="ASCENDING"]:after {
        border-bottom: 5px solid #777; }
      .hx-mobile #sorting span[data-order="ASCENDING"].active {
        color: #333; }
        .hx-mobile #sorting span[data-order="ASCENDING"].active:after {
          border-bottom: 5px solid #f7d900; }
      .hx-mobile #sorting span[data-order="DESCENDING"]:after {
        border-top: 5px solid #777; }
      .hx-mobile #sorting span[data-order="DESCENDING"].active {
        color: #333; }
        .hx-mobile #sorting span[data-order="DESCENDING"].active:after {
          border-top: 5px solid #f7d900; }
  .hx-mobile.show .print a:hover, .hx-mobile.show .print a:visited {
    text-decoration: none;
    color: #000; }
    .hx-mobile.show table {
      width: 100%; }
      .hx-mobile.show table tr {
        border-bottom: 1px solid #bbb; }
      .hx-mobile.show table td:first-child {
        width: 45%;
        padding: 3px 0; }
      .hx-mobile.show table td:last-child {
        width: 55%;
        padding: 3px 0; }
    .hx-mobile.show h2 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 22px;
      margin: 20px 0 10px 0; }
    .hx-mobile.show .left h2:first-of-type {
      margin-top: 0; }
    .hx-mobile.show .wrap.rightw, .hx-mobile.show .wrap.left {
      background-color: #fff;
      padding: 15px 10px; }
    .hx-mobile.show .header h1 {
      font-size: 26px;
      margin-top: 0; }
    .hx-mobile.show .price {
      margin: 20px 0; }
      .hx-mobile.show .price .gross {
        font-size: 26px;
        font-weight: bold; }
    .hx-mobile.show .buttons {
      margin-bottom: 15px; }
      .hx-mobile.show .buttons .button {
        display: inline-block;
        padding: 10px;
        font-size: 22px;
        color: #000;
        margin-right: 20px;
        cursor: pointer; }
      .hx-mobile.show .buttons .button.request {
        background: #f7d900; }
        .hx-mobile.show .buttons .button.request:hover {
          color: #f7d900;
          background-color: #000; }
      .hx-mobile.show .buttons .button .glyphicon {
        margin-right: 10px; }
    .hx-mobile.show .images .carousel-control.left, .hx-mobile.show .images .carousel-control.right {
      background: none !important; }
    .hx-mobile.show .location {
      margin-bottom: 10px; }
      .hx-mobile.show .location .company-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px; }
      .hx-mobile.show .location .address {
        margin-bottom: 10px; }
      .hx-mobile.show .location #gmap {
        height: 300px; }
    .hx-mobile.show .request .button-close {
      cursor: pointer; }
      .hx-mobile.show .request .request-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5); }
      .hx-mobile.show .request .requestform {
        position: fixed;
        padding: 15px;
        width: 990px;
        top: 50px;
        left: 25vw;
        background-color: #fff; }
      @media (max-width: 990px) {
    .hx-mobile.show .request .requestform {
      width: 100%;
      left: 0; } }
      .hx-mobile.show .request .requestform .request-submit {
        display: inline-block;
        padding: 10px;
        font-size: 22px;
        color: #000;
        margin-right: 20px;
        cursor: pointer;
        border: none;
        background-color: #f7d900;
        margin-bottom: 10px; }
        .hx-mobile.show .request .requestform .request-submit:hover {
          color: #f7d900;
          background-color: #000; }
  .hx-mobile #hx-mobile-quicksearch {
    color: #272727;
    min-height: 644px;
    position: relative;
    background: #fff;
    margin-bottom: 20px; }
    .hx-mobile #hx-mobile-quicksearch label {
      margin-bottom: 0; }
    .hx-mobile #hx-mobile-quicksearch .button.quick-search-button {
      position: absolute;
      bottom: 0; }
    .hx-mobile #hx-mobile-quicksearch .label {
      color: #272727; }
    .hx-mobile #hx-mobile-quicksearch .title {
      background: #333;
      text-align: center;
      color: #272727;
      font-family: "Corporate A Regular", serif;
      font-size: 25px;
      padding: 25px 10px; }
    .hx-mobile #hx-mobile-quicksearch #quicksearch-result {
      background: #737373;
      text-align: center;
      color: #272727;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      padding: 15px 10px;
      cursor: pointer; }
      .hx-mobile #hx-mobile-quicksearch #quicksearch-result:hover {
        background: #333; }
    .hx-mobile #hx-mobile-quicksearch .tab-content {
      padding: 10px; }
    .hx-mobile #hx-mobile-quicksearch .search-select {
      height: unset; }
  .hx-mobile .hxmobile_teaser {
    display: table;
    /*
     &:hover{
     background:$primary-color;
     .carousel-inner .item .specs .price{
     background:lighten($primary-color,40%);
     }
     }
     */ }
    @media screen and (max-width: 767px) {
  .hx-mobile .hxmobile_teaser {
    display: block; } }
    .hx-mobile .hxmobile_teaser .carousel-control {
      width: 7%; }
      .hx-mobile .hxmobile_teaser .carousel-control.left, .hx-mobile .hxmobile_teaser .carousel-control.right {
        background: #333;
        color: #fff;
        opacity: 1; }
    .hx-mobile .hxmobile_teaser .text {
      width: 33.3333%;
      display: table-cell;
      vertical-align: middle; }
    .hx-mobile .hxmobile_teaser .carousel {
      width: 66.6667%;
      display: table-cell; }
    @media screen and (max-width: 767px) {
    .hx-mobile .hxmobile_teaser .text, .hx-mobile .hxmobile_teaser .carousel {
      display: block;
      width: 100%; } }
    .hx-mobile .hxmobile_teaser .bottom-bar {
      height: 30px;
      background: #333; }
    .hx-mobile .hxmobile_teaser .text {
      box-sizing: border-box;
      border-right: 1px solid #fff;
      background-color: #333;
      color: #fff;
      padding: 15px; }
      .hx-mobile .hxmobile_teaser .text h1 {
        color: #fff;
        margin-bottom: 5px; }
    .hx-mobile .hxmobile_teaser .carousel {
      background: #fff; }
    .hx-mobile .hxmobile_teaser .carousel-inner .item {
      padding: 0 30px; }
      .hx-mobile .hxmobile_teaser .carousel-inner .item .image {
        width: 60%;
        float: left;
        min-height: 247px;
        border-bottom: 1px solid #aaa; }
        @media screen and (max-width: 767px) {
    .hx-mobile .hxmobile_teaser .carousel-inner .item .image {
      width: 100%; } }
      .hx-mobile .hxmobile_teaser .carousel-inner .item .specs {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        width: 40%;
        float: left;
        color: #333;
        min-height: 247px;
        padding: 10px; }
        @media screen and (max-width: 767px) {
    .hx-mobile .hxmobile_teaser .carousel-inner .item .specs {
      width: 100%; } }
        .hx-mobile .hxmobile_teaser .carousel-inner .item .specs .model {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 18px;
          font-weight: bold; }
        .hx-mobile .hxmobile_teaser .carousel-inner .item .specs .misc {
          font-size: 12px;
          margin: 0 0 10px 0; }
        .hx-mobile .hxmobile_teaser .carousel-inner .item .specs .price {
          display: inline-block;
          color: #f7d900;
          font-weight: bold;
          margin: 30px 0 0 0;
          font-size: 40px;
          float: right;
          margin-right: 10px; }
      .hx-mobile .hxmobile_teaser .carousel-inner .item a {
        text-decoration: none; }
        .hx-mobile .hxmobile_teaser .carousel-inner .item a:hover, .hx-mobile .hxmobile_teaser .carousel-inner .item a:active, .hx-mobile .hxmobile_teaser .carousel-inner .item a:focus {
          text-decoration: none; }
  .hx-mobile.search {
    min-height: 100vh; }
  .hx-mobile img {
    width: 100%; }
  .hx-mobile .hidden {
    display: none; }
  .hx-mobile .background > * {
    background-color: #fff; }
  .hx-mobile .topnav {
    margin-bottom: 15px; }
    .hx-mobile .topnav .button {
      margin-top: 5px;
      text-align: center;
      padding: 10px;
      background-color: #f7d900;
      color: #333;
      font-size: 26px;
      height: 50px; }
      .hx-mobile .topnav .button a {
        text-decoration: none; }
      .hx-mobile .topnav .button a:hover {
        text-decoration: none; }
      .hx-mobile .topnav .button.parken {
        padding: 15px; }
  .hx-mobile .list-loader {
    background-color: transparent;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f7d900;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite; }
  .hx-mobile .select-loader {
    background-color: transparent;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #f7d900;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; }

@keyframes spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
