.container {
  max-width: 1600px!important;
}

.container-small {
  max-width: 800px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: var(--headerfont);
}

.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;
}

.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;
}

.productimage {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.frontpage__active_auctions .auctionrow-large .bg-white {
  margin-bottom: 40px;
}

.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(--brandcolor);
}

.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: 15px;
  line-height: 1;
}

.navbar .nav-link {
  text-transform: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.nav-item .navbar-icon-link:hover {
  color: var(--brandcolor);
}

.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 .solr-page-start,
#lotContainer .solr-page-next {
    background-color: var(--lightcolor);
}

#lotContainer div.lot-item .bid-colour-code {
    border: 2px solid transparent;
}

#lotContainer div.lot-item.highest-bidder .bid-colour-code {
    /*background-color: rgba(57, 176, 15, 0.25);*/
    border: 2px solid rgb(57, 176, 15);
}

#lotContainer div.lot-item.highest-below-minimum-bidder .bid-colour-code {
    /*background-color: rgba(255, 216, 0, 0.15);*/
    border: 2px solid rgb(255, 216, 0);
}

#lotContainer div.lot-item.overbid-bidder .bid-colour-code {
    /*background-color: rgba(255, 0, 0, 0.1);*/
    border: 2px solid rgb(255, 0, 0);
}

#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-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;
}

.date-list li {
  padding: 3px;
}

.date-list li:nth-child(even) {
  background-color: rgba(240, 240, 240, 0.41);
}

.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%;
}

.delayanimation {
  -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
  -moz-animation-delay: 1s;
}

footer h2 {
  display: block;
  color: #bbbaba;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
}

footer ul.footer-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul.footer-list li {
  color: #fff;
  line-height: 40px;
  display: block;
}

footer ul.footer-list li a {
  color: #fff;
}

.lot-social .social-icon,
footer .social-icon {
  display: block;
  margin-right: 22px;
  width: 23px;
  height: 23px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  background-position: center !important;
}

.lot-social .social-icon:hover,
footer .social-icon:hover {
  opacity: 1;
}

.lot-social .social-icon.facebook-icon,
footer .social-icon.facebook-icon {
  background: url(/content/images/facebook-logo.svg) no-repeat 0 0;
}

.lot-social .social-icon.twitter-icon,
footer .social-icon.twitter-icon {
  background: url(/content/images/twitter-logo-silhouette.svg) no-repeat 0 0;
}

.lot-social .social-icon.linkedin-icon,
footer .social-icon.linkedin-icon {
  background: url(/content/images/linkedin-logo.svg) no-repeat 0 0;
}

.lot-social .social-icon.youtube-icon,
footer .social-icon.youtube-icon {
  background: url(/content/images/youtube-logo.svg) no-repeat 0 0;
}

footer .footer-icon {
  display: block;
  margin-right: 22px;
  width: 23px;
  height: 23px;
}

footer .footer-icon.customer-service-icon {
  background: url(/content/images/customer-service.svg) no-repeat 0 0;
}

footer .footer-icon.chat-icon {
  background: url(/content/images/chat.svg) no-repeat 0 0;
}

footer .footer-icon.phone-icon {
  background: url(/content/images/phone.svg) no-repeat 0 0;
}

footer .footer-slogan {
  color: #fff;
  font-size: 22px;
}

.bottom-bar-links a {
  display: block;
  color: #414141;
  padding-right: 24px;
}


.h-200 {
  height: 200px;
}

.h-260 {
  height: 260px;
}

.h-300 {
  height: 300px;
}

.h-170 {
  height: 170px;
}

.h-360 {
  height: 360px;
}

.h-380 {
  height: 380px;
}

a.landingpage-small-block {
  height: 100%;
  text-decoration: none !important;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: block;
}

a.landingpage-small-block.disabled {
    opacity: 0.5;
}

a.landingpage-small-block.disabled .title{
    color: #bbbaba !important;
}

.landingpage-small-block:after {
  content: "";
  background: rgb(64 74 72 / 0%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.bg-dark-overlay {
  position: relative;
}

.bg-dark-overlay:after {
  content: "";
  background: rgb(17 37 33 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.bg-dark-overlay > * {
  position: relative;
  z-index: 1;
}

.landingpage-small-block > div {
  z-index: 1;
  position: relative;
}

.landingpage-small-block .title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 2px 2px #0f0f0f;
}

.landingspage-grid-items .row > div {
  /* padding: 10px !important; */
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
}

.bg-colored {
  background: #9ec451;
}

.text-brand {
  color: #9ec451;
}

.text-size-24 {
  font-size: 24px;
}


.text-size-20 {
    font-size: 20px;
}

.text-size-22 {
    font-size: 22px;
}

.text-size-28 {
  font-size: 28px;
}

.text-size-12 {
  font-size: 12px;
}

.text-size-13 {
  font-size: 13px;
}

.text-size-14 {
  font-size: 14px;
}

.text-size-16 {
  font-size: 16px;
}

.text-size-18 {
  font-size: 18px;
}

.text-size-30 {
  font-size: 30px;
}

.text-size-32 {
  font-size: 32px;
}

.text-size-34 {
  font-size: 34px;
}

.text-size-36 {
  font-size: 36px;
}

.text-size-48 {
  font-size: 48px;
}


.text-size-42 {
    font-size: 42px;
}
.font-weight-medium {
  font-weight: 500;
}

.hotlot-item-price {
  color: #678d15;
  font-size: 18px;
}

.landingpage-section-hero-slider .owl-dots {
  transform: translateY(-41px);
}

.landingpage-section-hero {
  height: 75vh;
  max-height: 650px;
  background-size: cover;
  background-position: center;
}

.btn-hero {
    text-transform:uppercase;
}

.landingpage-section-blue {
    background-color: #3968b5;
    height: 380px;
}

img[src="/content/images/checklist-icon.png"] {
  width: 34px;
  height: 34px;
}

.hero-usp-item-wrapper {
  width: 100%;
  max-width: 90%;
}

.landingpage-section-dark-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.landingpage-section-dark {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-timeleft {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

[data-mobile-topbar] {
  display: none;
}

[data-topbar-clone] {
  box-shadow: 0px 2px 12px rgba(21, 0, 64, 0.04),
    0px 4px 3px rgba(21, 0, 64, 0.02);
}

section[data-mobile-menu] {
  display: none;
}

section[data-topbar] {
  border-bottom: 2px solid var(--brandcolor);
}

.hero-vertical-line > div {
  height: 220px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.bg-blur-10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search-icon-input {
  right: 0px;
  top: 0px;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-wrapper {
  z-index: 1024!important;
  left: 50%;
  top: 70px;

  background: rgba(255, 255, 255, 1);
  min-width: 300px;
  height: 450px;

  box-shadow: -2px 15px 35px rgba(50, 50, 93, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.07);
  border: 1px #e8e8e8 solid;

  transform: scale(1) translate(-50%, -20px);
  transform-origin: top center;
  transition: all 0.2s cubic-bezier(0.24, 0.22, 0.015, 1.56),
    opacity 0.1s ease-in-out;

  opacity: 0;
  pointer-events: none;
}

.category-wrapper.visible {
  opacity: 1;
  transform: scale(1) translate(-50%, 0);
  pointer-events: all;
}

.category-wrapper:after,
.category-wrapper:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.category-wrapper:before {
  border-color: rgba(232, 232, 232, 0);
  border-bottom-color: #e8e8e8;
  border-width: 9px;
  margin-left: -9px;
}

.category-wrapper:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

a[href="/?ref=logo"] img {
  width: 100%;
  max-width: 170px;
}

.brand-bordered {
    border: solid 1px var(--brandcolor);
}

.bordered-block,
.contact-wrapper {
  border: solid 1px rgba(144, 184, 64, 0.76);
  padding: 40px 15px;
}

img[src="/content/images/img-center.png"] {
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 368px;
  height: 368px;
  transform: translate(-50%, -50%);
}

.col-nr-1 {
  font-weight: lighter;
  min-height: 240px;
  padding: 20px 186px 20px 40px;
  border: 1px var(--brandcolor) solid;
  border-top: none;
  border-right: none;
}

.col-nr-2 {
  font-weight: lighter;
  min-height: 240px;
  padding: 20px 40px 20px 186px;
  border: 1px var(--brandcolor) solid;
  border-top: none;
  border-left: none;
}

.col-nr-3 {
  font-weight: lighter;
  min-height: 240px;
  padding: 20px 186px 20px 40px;
  border: 1px var(--brandcolor) solid;
  border-bottom: none;
  border-right: none;
}

.col-nr-4 {
  font-weight: lighter;
  min-height: 240px;
  padding: 20px 40px 20px 186px;
  border: 1px var(--brandcolor) solid;
  border-bottom: none;
  border-left: none;
}

.ribbon {
    border-left: 1px solid #F0F0F0;
    letter-spacing: 0.1em!important;
}


.field-validation-error {
    color: red !important;
}

.input-validation-error {
    border:1px solid red!important;
}

.btn-outline-danger {
    color: #dc3545!important;
}
.btn-outline-dark {
    color: #343a40 !important;
}

.btn-download:visited,
.btn-download {
    color: #537cc0 !important;
    outline: .1px solid #537cc0 !important;
    font-size: 16px;
    background-color: transparent;
}

    .btn-download:hover {
        background-color: #537cc0;
    }

    .btn-download:hover,
    .btn-outline-danger:hover,
    .btn-outline-dark:hover {
        color: #FFF !important;
    }



.iframe-uniform {
    width: 100%;
    height: 800px;
    max-width: 80vw;
    margin: 0 10vw;
}

@media (max-width: 1000px) {
    .iframe-uniform {
        height: 1000px;
        max-width: 80vw;
    }
}

@media (max-width: 690px) {
    .iframe-uniform {
        height: 1250px;
        max-width: 90vw;
        margin: 0 5vw;
    }
}

@media (max-width: 620px) {
    .iframe-uniform {
        height: 1500px;
        max-width: 95vw;
        margin: 0 2.5vw;
    }
}


ul.brand-list,
ul.checklist-large {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

ul.checklist-large li {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

ul.checklist-large li:before {
    background-image: url("../images/check-large.png");
    content: "";
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    background-size: 60px 60px;
    background-position: center 20px;
    background-repeat: no-repeat;
    padding: 50px 0;
    border-right: var(--brandcolor) 3px solid;
}
ul.checklist-large li.large:before {
    height: 210px;
}

ul.checklist-large li > * {
    width: calc(100% - 100px);
}

    ul.brand-list li {
        display: block;
        padding-bottom: 5px;
    }

        ul.brand-list li:before {
            display: inline-block;
            content: "";
            width: 14px;
            height: 14px;
            background: var(--brandcolor);
            margin-right: 20px;
            opacity: 0.5;
        }

.rounded {
    border-radius: 1000px !important;
}

.table.bid-log {
    border-bottom: 1px solid #e9ecef;
}


.tabs-container {
    min-height: 360px;
}

.border-gray-400 {
    border: 1px solid var(--gray-400);
}

