.noscroll{
    position:fixed;
    overflow:hidden;
}

.rev-rating-c {
  display: inline-block;
  background: #008a4c;
  color: #fff;
  padding: 0 4px;
}

.nestedList li ul li,
.nestedList li,
.nestedList li ul li a,
.nestedList li a {
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.gmmtrefferbildresp.col-md-12, .gmmtreffer .gmmtrefferinnen .col-xs-4 {
  min-height: 100%;
}

.gmmtrefferListImg {
  max-height: 210px;
  margin: 0 auto;
}

#did-you-mean {
  display: block;
  font-size: 2rem;
  padding: 0;
}

#did-you-mean-link {
  text-decoration: underline;
}

.sidenavContainer {
  display: none;
}

.sidenavContainer h4,
.sidenavContainer h6,
#mobileSidenavContainer h4,
#mobileSidenavContainer h6 {
  margin-left: 0.75rem;
  margin-bottom: 0;
}

.sidenavContainer h6,
#mobileSidenavContainer h6 {
  font-size: 14px;
}

.sidenavContainer input,
#mobileSidenavContainer input {
  margin-right: 0.3rem;
}

.sidenavContainer .nestedList a,
#mobileSidenavContainer .nestedList a {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidenavContainer a,
#mobileSidenavContainer a {
  width: 245px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.sidenavContainer ul,
.sidenavContainer li,
#mobileSidenavContainer ul,
#mobileSidenavContainer li {
  margin-top: 10px;
}

.sidenavContainer ul,
#mobileSidenavContainer ul {
  margin-bottom: 0.1em;
  margin-left: 0.5rem;
}

.cat-count {
  font-size: 1.3rem;
}

.sidenavContainer .resetFilter,
#mobileSidenavContainer .resetFilter {
  font-size: 13px;
  display: none;
  font-weight: normal;
  width: auto;
  margin-left: 5px;
  position: relative;
  top: 2px;
  float: right;
}

.sidenavContainer input[type=checkbox],
#mobileSidenavContainer input[type=checkbox] {
  height: 16px;
  width: 16px;
  vertical-align: top;
  position: relative;
  bottom: 0;
  margin-right: 10px;
}

.sidenavContainer .rangeFilterHeading,
#mobileSidenavContainer .rangeFilterHeading {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0.7rem;
  margin-top: 1.5rem;
}

.searchResults {
  padding-left: 0;
  margin-left: 0;
  margin-top: .5rem;
}

.searchResults h4, .searchResults h4 a {
  line-height: 2.2rem;
  margin: 0 0 10px 0;
  color: #008a4c;
  overflow: hidden;
/* text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   display: inline-block; */
}

.gmmtreffer h3 {
  margin-bottom: 10px;
}

.gmmtreffer .internlinkdetail,
.gmmtreffer h3 a {
  font-weight: normal;
  color: #008a4b;
  text-decoration: none;
  font-size: 20px;
}

.state-container {
  text-align: left;
  padding: 0;
}

.firma-container {
  text-align: left;
  padding: 0;
}

.date-container {
  padding: 0;
}

.features-filter,
.brands-filter {
  margin-left: 2rem;
}

.features-filter label,
.type-filter label,
.countries-filter label,
.state-filter label{
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 20px;
}
.brands-filter label {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 20px;
}

.type-filter label,
.countries-filter label,
.state-filter label {
  cursor: pointer;
  font-weight: 300;
}

.features-filter label:hover,
.brands-filter label:hover {
  cursor: pointer;
}

.brands-reset {
  display: inline-block;
  top: 5px;
  position: relative;
  margin-left: 15px;
}

.loader {
  display: inline-block;
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #008a4c;
  width: 40px;
  margin-right: 10px;
  height: 40px;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

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

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

.pricetagbig {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #008a4c;
}

.gmmVat, address.gmmlist_t10 {
  font-size: 12px;
  margin-top: 7px;
}

.gmmtrefferbildresp img, .gmmtreffer .gmmtrefferinnen .col-xs-4 img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  border-radius: 0;
  background-color: #dfdfdf;
}

.gmmtreffer:hover {
  background: none !important;
}

.gmmtreffer h4 a:hover {
  text-decoration: none !important;
}

.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.search-result-logo {
  max-height: 50px;
  margin: 0 auto;
}

.gmmtrefferbildresp, .gmmtreffer .gmmtrefferinnen {
  /* max-height: 235px; */
  max-height: 100%;
  overflow: hidden;
}

.gmmtreffer {
  border: 1px solid #d5d5d5;
  padding: 0px;
  background: #fff;
  margin-bottom: 5px;
}

.gmmprice2sp {
  height: 25px;
  width: 60%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background: #B81C03;
  border-radius: 4px;
  margin-bottom: 7px;
  padding-top: 3px;
  margin-top: 5px;
}

.gmmprice4 {
  color: #b81c03;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.gmmprice1 {
  color: #008a4c;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
  display: inline-block;
  margin-top: 5px;
}

.firm-container {
  padding-top: 3%;
}

.premiumPlusBadge {
  margin-top: 8px;
}

.gmmlistcatfield {
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
}

img.gold-badge {
  max-width: 65px;
}

.gold-border {
  border: 1px solid #FFD700;
}

.topcolor {
  background: #f29400;
}

.sidenavContainer .heading-container,
.sidenavContainer .range-filter-heading-container,
.sidenavContainer .brands-heading-container,
.sidenavContainer .features-heading-container,
.sidenavContainer .countries-heading-container,
.sidenavContainer .state-heading-container,
.sidenavContainer .type-heading-container,
#mobileSidenavContainer .heading-container,
#mobileSidenavContainer .range-filter-heading-container,
#mobileSidenavContainer .brands-heading-container,
#mobileSidenavContainer .features-heading-container,
#mobileSidenavContainer .countries-heading-container,
#mobileSidenavContainer .type-heading-container,
#mobileSidenavContainer .state-heading-container {
  color: #fff;
  background: #008a4c;
  line-height: 22px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: bold;
}

.heading-container h5,
.range-filter-heading-container h5,
.brands-heading-container h5,
.features-heading-container h5,
.countries-heading-container h5,
.state-heading-container h5,
.type-heading-container h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 22px;
  font-size: 16px!important;
  font-weight: bold;
}

.top-price {
  height: 25px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #b81c03;
  border-radius: 0;
  margin-bottom: 7px;
  padding-top: 3px;
}

.heading-container a,
.range-filter-heading-container a,
.brands-heading-container a,
.features-heading-container a,
.type-heading-container a{
  color: white;
}

.toggleFeaturesLink,
.toggleBrandsLink,
.toggleCountriesLink {
  width: 100% !important;
  display: block;
  color: #008a4c;
  text-align: right;
}

.firm-rating {
  font-size: 12px;
  white-space: nowrap;
}

.select-range-right {
  float: right;
  height: 34px;
  max-width: 45%;
}

.select-range-left {
  float: left;
  margin-left: 1.2rem;
  height: 34px;
  max-width: 45%;
}

.filter-button {
  float: right;
  background-color: #008a4c;
  border-color: #008a4c;
}

.categoryLinkList {
  list-style: none;
  margin: 5px;
}

.usedMachinesListElement,
.classifiedsListElement {
  font-size: 16px;
  list-style: none;
  font-weight: normal;
  margin-bottom: 10px;
}

.usedMachinesListElement a,
.classifiedsListElement a {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

.reset-filter-container {
  display: inline-block;
  float: right;
  color: white;
  font-size: 14px;
}

#yearsFilterContainer,
#hpFilterContainer,
#widthsFilterContainer,
#volumesFilterContainer,
#capacitiesFilterContainer {
  display: none;
}

#loadingIconContainer {
  text-align: center;
  padding-top: 40px
}

.loader {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 50px;
}

.customSort {
  float: right;
  display: none;
  max-width: 200px;
}

.cvip-bg {
  background: #008547;
}

.ctop-bg {
  background: #f29400;
}

.mobile-filter-container {
  display: none;
  margin: 0;
}

.mobile-filter-container .sort,
.mobile-filter-container .filter {
  text-align: center;
  background: white;
  padding: 12px 5px;
  box-shadow: 2px 2px 4px -2px;
  margin: 0;
  border: 1px solid #ccc;
}

.mobile.customSort {
  display: none;
}

.state-detail {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-right: 0;
}

.firma-detail {
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  margin: 0;
  padding-right: 0;
}
.goto.boldblack {
  text-decoration: underline;
  font-size: 12px;
  cursor:pointer;
}

.date-detail {
  margin: 0;
}

.details-row {
  margin-top: 17px;
  font-size: 1.3rem;
}

.search-result-img {
  height: 200px;
}

.mobile-filter-container select:focus {
  outline: none;
}

#results {
  padding: 0;
}

.search-result {
  width: 100%;
  margin: 0;
  min-height: 58px;
  max-height: 84px;
  font-size: 1.5rem;
  /*white-space: pre-wrap;*/
  position: relative;
}

#mobileSidenavContainer {
  display: none;
  visibility: hidden;
}

.mobile-price {
  position: relative;
  font-weight: 600;
}

.mobile-badges {
  display: none;
  visibility: hidden;
  padding: 0;
}

.mobile-badge-container {
  padding: 0;
}

.mobile-badge-container .gmmprice2sp {
    height: 17px;
    width: 90%;
    font-size: 12px;
    margin-bottom: 6px;
    padding-top: 0;
}

.suggestion {
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0/18%);
  margin: 5px 0 0 0;
}

.suggestion li {
  padding: 5px 8px !important;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: block;
  text-align: left !important;
  text-decoration: none !important;
}

.highlight {
  color: #008a4c;
  background: transparent;
  font-weight: bold;
}

.suggestion li:hover {
  background: lightgrey;
}
.suggestion-hoovered {
  background: lightgrey;
}

.gmmprice3sp {
  padding-top: 0;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.gmmtrefferinnen .col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}

.searchResultsText {
  display: none;
}

.search-text {
  margin-top: 3px;
}

.searchResultsText h1 {
  font-size: 25px;
  color: #008547;
  font-weight: bold;
  border-bottom: none;
  line-height: 26px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.darkgrey {
  color: darkgrey;
}
.fa-times {
  cursor: pointer;
  font-size: 20px;
}

.no-search-res {
  text-align: left;
  line-height: 2.8rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: none;
}

.no-results-lead {
  font-size: 2rem
}

.hr-green {
  border: 1px solid #008a4c;
}

.no-results-text {
  text-decoration: underline;
  cursor: pointer;
}

.dc-sameheight-box {
  display: flex;
  flex-wrap: wrap;
}

.mitrahmen {
  background: #fff;
  border: 1px #d2d2d4 solid;
}

.marginTop1 {
  margin-top: 2.5rem;
}

.firmenname-top-3 {
  font-size: 1.2rem;
  overflow: hidden;
  width: 100%;
  height: 38px;
}

.search-agent {
  border: 2px solid #008a4c;
  border-radius:6px;
  padding:6px;
  background:#fff;
  text-align:center;
}

.search-agent-btn {
  background:#F29400;
  font-size:16px;
  font-weight:bold;
}

.preisgmm-right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  display: block;
  background: #bd3305;
  font-size: 2rem;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.anfrage-text {
  color: black;
  display: inline-block;
  margin: 2px;
  font-weight: normal;
}

.button-hide {
  display: none;
}

.show-important {
  display: inline-block !important;
}

.element-hide {
  display: none;
}

.marginTop4 {
  margin-top: 4rem;
}

.auction {
  background:url('https://www.landwirt.com/assets/img/gmm/hammer.png') no-repeat 5px #136597;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 124px;
  height: 32px;
  color: #fff;
  padding-left: 38px;
  padding-top: 6px;
  font-weight: bold;
}

.baywaauctiontext {
  margin-top: 15px;
  color:#008547;
  font-size:14px;
  font-weight:bold
}

.startprice-text {
  color: black;
  font-weight: 300
}

.auction-price {
  font-size:14px !important;
  color:#008547;
}

.auction-text {
  font-weight:bold;
  font-size:14px;
}

#page-selection .pagination {
  display: flex;
  justify-content: center;
}

#clear-input-btn{
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 15px 10px;
  cursor: pointer;
  display: none;
  color: gray;
  font-size: 1.7rem;
}

#searchInput {
  padding: 10px 27px 10px 5px !important;
}

.searchBarInput {
  width: 100%;
}

.pg-logo {
  max-height: 60px;
  max-width: 120px;
}
.underline {
  text-decoration: underline;
}

.customized-scrollbar::-webkit-scrollbar {
  height: 7px;
  background-color: lightgrey;
}

.customized-scrollbar::-webkit-scrollbar-thumb {
  background: #008a4c;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .state-container {
    text-align: right;
  }
  .firma-container {
    text-align: right;
  }

  .gmmtreffer.search-result-img {
    height: 170px !important;
  }

  #mobileSidenavContainer {
    /* display: block;
    visibility: visible; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
  }

  #mobile-filters {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 30px;
    margin-bottom: 24px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }

  .searchResults h4, .searchResults h4 a {
    line-height: 2.2rem;
  }

  .visible-xs {
    display: block !important;
  }

  .gmmprice2sp {
    max-width: 60px!important;
    margin-right: 5px;
  }

  .sidenavContainer {
    margin-top: 0;
  }

  .mobile-price {
    visibility: visible;
    position: relative;
    display: block;
    background-color: white;
    /* width: 100%; */
    min-height: 30px;
    padding-top: 5px;
  }

  .gmmtreffer .col-md-4, .gmmtreffer .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gmmtrefferbildresp.col-md-12, .gmmtreffer .gmmtrefferinnen .col-xs-4 {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background-color: white;
    min-height: 100%;
  }

  .gmmtreffertext h3 {
    font-size: 16px;
  }

  .state-detail {
    font-size: 1.3rem;
  }

  .date-detail {
    font-size: 1.3rem;
  }

  .details-row {
    margin-top: 0;
  }

  .search-result {
    width: 100%;
    font-size: 1.3rem;
    min-height: 80px;
    /* max-height: 100px; */
  }

  .filter-footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    box-shadow: 0px 8px 12px 5px;
  }

  .mobile-filter-container {
    display: block;
  }

  .customSort {
    display: none;
  }

  .mobile.customSort {
    display: block;
    max-width: 70%;
    height: 20px;
    padding: 0;
    border: none;
    background: white;
    border-radius: 0;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    position: relative;
    left: -8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: none;
  }

  .select-range-right {
    max-width: 45%;
  }

  .select-range-left {
    max-width: 45%;
  }

  .gmmtreffertext h3 a {
    font-size: 16px;
  }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .hidden-md {
    display: none !important;
  }

  .gmmtrefferinnen .col-sm-6 {
    padding-right: 10px !important;
  }

  .gmmtreffertext img {
    margin-top: 5px;
  }
  #page-selection .pagination>li>a, #page-selection .pagination>li>span {
    padding: 6px 9px;
  }

  #filter-text-m {
    text-transform: capitalize;
  }
}

@media (max-width: 767px) {
  .mobile-badges {
    display: block;
    visibility: visible;
    padding: 0;
  }

  .gmmtreffer {
    padding-top: 5px !important;
  }

  .gmmlist_t10 {
    margin-top: 3px;
  }

  .gmmtreffer {
    border: 1px solid #d5d5d5;
    padding: 0;
    background: #fff;
    margin-bottom: 5px;
  }

  #contentrightkat .gmmtreffer {
    padding:15px;
  }

  .gmmtreffertext h3 a {
    font-size: 16px;
  }

  .gmmtreffertext {
   /* margin: 1rem 0 0 0;*/
    padding: 0;
  }

  .gmmtreffer .col-xs-6 {
    padding: 0 5px;
  }

  .gold-badge {
    display: inline-block;
    float: right;
    padding-right: 5px;
    right: 0;
  }

  .search-result {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    /* max-height: 70px; */
  }

  .gmmprice1 {
    font-weight: 700;
    margin: 0 0 0 4px;
    padding-top: 5px;
  }

  .gmmtreffer .search-result-img {
    height: 170px !important;
  }

  .gmmprice2sp {
    max-width: 60px!important;
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
  }

  .gmmprice4 {
    margin-right: 10px;
  }

  .gmmtreffertext a {
    color: black;
  }

  .mobile-price-top {
 /*   padding-top: 5px;*/
    min-height: 30px;
  }

  .mobile-badge-container .gmmprice2sp {
      width: 100%;
      margin: 0;
      padding: 0;
      max-width: 140px;
      float: right;
  }

  .gmmtrefferListImg {
    max-height: 100%;
    margin: auto;
  }

  .search-result-logo {
    top: 10px;
    position: relative;
    max-height: 45px;
    width: auto;
    margin: 0 auto !important;
    max-width: 120px;
  }

  .fa-times {
    font-size: 18px;
  }

  .no-results-lead {
    font-size: 1.6rem
  }

  #page-selection .pagination>li>a, #page-selection .pagination>li>span {
    padding: 6px 9px;
  }

  #filter-text-m {
    text-transform: capitalize;
  }

  #searchInput {
    padding: 10px 26px 10px 5px !important;
  }
  .desktopSort {
    display: none !important;
  }
  .marginTop1 {
    margin-top: 0;
  }

}