nav .img-fluid {
  max-width: 120px;
}

.container {
  max-width: 1200px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--headerfont);
  color: var(--brandcolor);
  font-weight: 600;
  text-transform: uppercase;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--headerfont);
  color: var(--brandcolor);
  font-weight: 600;
  text-transform: uppercase;
}

.navbar {
  border-bottom: 1px #000 solid;
}

.navbar .container .navbar-collapse {
  justify-content: flex-end;
}

body:not(.home) .topbar_logo_wrapper .logo-small {
  display: block;
  width: 100px;
  margin-top: 13px;
}

body:not(.home) .topbar_logo_wrapper .logo-large {
  display: none;
}

.fixed-top .topbar_logo_wrapper {
  display: none;
}

body.home .topbar_logo_wrapper img.logo-small {
  display: none;
}

.navbar-nav .navbar-nav {
  background-image: none;
}

.fixed-top .navbar-nav {
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 20px 0px 20px 80px;
}

body.home .topbar_logo_wrapper img.logo-large {
  width: 300px;
  display: block;
  position: absolute;
  display: block;
  top: -50px;
  visibility: visible;
}

.navbar {
  padding: 0.5rem 1rem;
}

.btn {
  letter-spacing: 0px;
  white-space: normal;
}

.btn-primary {
  /* background-color: hsla(203, 81%, 67%, 1); */
  /* font-weight: bold; */
  font-size: 15px;
  letter-spacing: 0;
}

.auctionrow-large h6 {
  font-size: 17px;
  color: var(--bodytextcolor);
  font-weight: bold;
}

.auctionrow-large h6:hover {
  color: var(--brandcolor);
}

.auctionrow-large a:hover {
  text-decoration: none;
}

.navbar.fixed-top .container .navbar-collapse {
  justify-content: center;
}

.home__header {
  /* height: 400px;  */

  background-size: cover;
  background-position: center center;
}

.home__header h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2em;
  max-width: 500px;
  text-align: left;
  font-weight: normal;
  padding-top: 80px;
  padding-bottom: 35px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}

.home__header .menu-search-button {
  height: 35px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--thirdcolor);
  color: #fff;
  text-shadow: none;
  transition: 0.3s ease;
  display: inline-block;
  position: relative;
  font-family: "PT Sans";
  background: #f6c300;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 12px 22px;
  transition: 0.1s ease;
  -moz-transition: 0.1s ease;
}

.menu-search {
  background: url(/Content/images/search-dark.png) no-repeat 10px 8px #fcfcfc !important;
  border: 0 none !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
  padding: 6px 15px 6px 35px !important;
}

.auctionrow-large {
  padding: 20px;
}

.auctionrow-large > div {
  /* border: #d9d9da 1px solid; */
}

.auctionrow-large > div:hover {
  /* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .5); */
}

/* .auctionrow-large h6:after, .seperator:after {
  content: '';
  display: block;
  background: #cbaa5c;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 50px;
} */

.frontpage__active_auctions
  .auctionrow-large
  .auctionrow-productimage
  .productimage {
  height: 250px;
}

.frontpage__active_auctions .auctionrow-large .bg-white {
  margin-bottom: 40px;
}

.frontpage__upcoming_auctions
  .auctionrow-large
  .auctionrow-productimage
  .productimage {
  height: 250px;
}

.frontpage__upcoming_auctions .auctionrow-productimage a {
  display: block;
  height: 250px;
  position: relative;
}

.frontpage_closed_auctions {
  padding-bottom: 60px;
  padding-top: 60px;
  background: var(--lightcolor);
}

.seperator-white:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 50px;
}

.auctionrow-productimage a {
  display: block;
  height: 200px;
  position: relative;
}

.auctionrow-productimage a > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.navbar-light .navbar-nav .nav-link,
.navbar-hover-light:hover .navbar-nav .nav-link,
.navbar-fixed-light.fixed-top .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.95);
}

.lot-hover-bg-brand {
  transition: 0.2s ease;
  border-radius: 3px;
}

.border-light {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.lot-hover-bg-brand:hover {
  background: var(--lightcolor);
}

.lot-hover-bg-brand:hover * {
  /* color: #fff !important; */
}

.navbar-icon-link .svg-icon {
  margin-right: 0.5em;
}

.navbar-light .navbar-nav .nav-link,
.nav-item .navbar-icon-link {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--bodyfont);
  color: var(--brandcolor);
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  /* letter-spacing: 0.03em; */
  transition: 0.2s ease;
}

.navbar .nav-link {
  text-transform: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.nav-item .navbar-icon-link:hover {
  color: var(--brandcolor);
  opacity: .7;
}

.navbar-light .navbar-nav .nav-link:active {
  transform: scale(0.96);
}

.lot-item.no-bidder #highest-bidder,
.lot-item.no-bidder #overbid-bidder,
.lot-item.no-bidder #highest-below-minimum-bidder,
.lot-item.overbid-bidder #highest-bidder,
.lot-item.overbid-bidder #highest-below-minimum-bidder,
.lot-item.highest-bidder #overbid-bidder,
.lot-item.highest-bidder #highest-below-minimum-bidder,
.lot-item.highest-below-minimum-bidder #highest-bidder,
.lot-item.highest-below-minimum-bidder #overbid-bidder {
  display: none;
}
.lot-item.overbid-bidder #overbid-bidder,
.lot-item.highest-bidder #highest-bidder,
.lot-item.highest-below-minimum-bidder #highest-below-minimum-bidder {
  display: block;
}


#lotContainer div.lot-item.highest-bidder {
  background-color: rgba(57, 176, 15, 0.25);
  border: 1px solid rgb(57, 176, 15);
}

#lotContainer div.lot-item.highest-below-minimum-bidder {
  background-color: rgba(255, 216, 0, 0.15);
  border: 1px solid rgb(255, 216, 0);
}

#lotContainer div.lot-item.overbid-bidder {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgb(255, 0, 0);
}


#lotContainer div.lot-item.no-bidder {
  border: 1px solid rgba(0, 0, 0, 0.1);
}



#lotContainer div.lot-item.lot-status-closing:not(.highest-bidder),
#lotContainer
  div.lot-item.lot-status-closing:not(.highest-below-minimum-bidder) {
  background-color: rgba(0, 0, 0, 0.1);
}

#lotContainer div.lot-item.lot-status-bid-update {
  background-color: rgba(255, 255, 255, 0.5);
}

#lotContainer div.lot-item.lot-status-bid-winner {
  background-color: rgba(57, 176, 15, 0.4);
}

.uarr {
  background: url("/content/images/interface/sortup.gif") left center no-repeat;
  padding-left: 12px;
}

.darr {
  background: url("/content/images/interface/sortdown.gif") left 7px no-repeat;
  padding-left: 12px;
}

.p-2.darr .static-link-white {
  margin-left: 10px;
}

.dropdown-item {
  padding: 4px 10px;
}

.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.search-area-wrapper {
  display: none;
}

.search-area-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.search-area-top .search-area-form {
  width: 100%;
  max-width: 80px;
  margin: 20px;
}

.search-area-top .search-area-input {
  padding: 7px 20px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
  border: none;
  width: 100%;
  border-radius: 100px;
  background: #fff;
  border: 1px transparent solid;

  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.search-area-top .search-area-input:hover,
.search-area-top .search-area-input:focus {
  border: 1px var(--brandcolor) solid;
}

.search-area-top .search-area-button {
  position: absolute;
  right: 0;
  bottom: 5px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.search-area-top .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  color: #555;
}

.progress {
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 10px;
  background: #f7f7f7;
}

.progress .bar {
  background-color: #91cf3a;
}

.preview-bid.btn {
  letter-spacing: 0.1em;
  font-size: 10px;
  padding: 4px;
}

.search-area-top {
  /* background: #fff; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.search-area-top .search-area-form {
  width: 100%;
  max-width: 80px;
  margin: 20px;
}

.search-area-top .search-area-button {
  position: absolute;
  right: 9px;
  bottom: 7px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.search-area-top .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  color: #555;
}

.gray-out {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-footer {
  background: url(/content/images/logo_cropped_white.png) no-repeat 10px 10px;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  line-height: 16px;
}

a.preview-bid label {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .logo-mobile {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  body.home .topbar_logo_wrapper img.logo-large,
  .topbar_logo_wrapper img.logo-small {
    display: none;
  }

  .logo-mobile {
    margin: 0 !important;
    width: 53px !important;
    padding: 5px !important;
  }

  body:not(.home) .topbar_logo_wrapper .logo-small {
    display: none !important;
  }

  .home__header h1 {
    font-size: 32px;
    padding: 30px;
  }

  #searchform2 {
    padding: 20px 0 0 0 !important;
    /* transform: translateX(-30px); */
  }

  .navbar {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
      0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  }
}

.no-padding {
  padding: 0;
}

.valuta-EUR-mark:before {
  padding: 0 !important;
}


h3[style="height: 40px;"] {
  overflow: hidden;
}

.custom-checkbox {

  padding: 3px 5px;
  border-radius: 2px;
}

.custom-checkbox:hover {
  background: var(--lightcolor);
}

.bx-wrapper {
    float:none!important;
}

.introdiv {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center center;
    display: flex;
    min-height: 45vh;
    z-index: 1;
    align-items: center;
}

    .introdiv .introdivcontent {
        z-index: 2;
        max-width: 800px;
        padding: 30px 0;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
        -webkit-text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
        margin: auto;
    }

.introdivcontent h1 {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.introdivcontent p {
    font-size: 20px;
    line-height: 28px;
}

.introdivcontent .button:first-child {
    margin-right: 15px;
}

.introdivcontent .button {
    display: inline-block;
    margin-top: 30px;
    font-size: 15px;
    cursor: pointer;
    line-height: 15px;
    padding: 15px 22px;
    letter-spacing: 0.02em;
    text-shadow: none;
    background: #e21149;
}

.introdiv:after {
    background: rgba(0, 0, 0, 0.25);
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}
