nav .img-fluid {
    max-width: 120px;
}

.container {
    max-width: 1400px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: var(--headerfont);
    letter-spacing: 1px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: var(--headerfont);
    letter-spacing: 1px;
}

.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 {
    color: #fff;
    background: #979797;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
    border: none;
}

    .btn:hover {
        background: #c5c5c5;
        color: #000;
    }

.btn-link {
    font-weight: 400;
    color: var(--brandcolor-active) !important;
    background-color: transparent !important;
}

.btn-third {
    background-color: var(--thirdcolor);
    color: #FFF !important;
    font-size: 15px !important;
}

    .btn-third:hover {
        background-color: var(--thirdcolor);
        font-weight: bold;
    }

.btn-brand-dark {
    background-color: var(--brandcolor-darker) !important;
    font-size: 15px !important;
    color: #FFF !important;
}

    .btn-brand-dark:hover {
        font-weight: bold !important;
    }

/* .btn {
  letter-spacing: 0px;
  white-space: normal;
}

 */
.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;
}

.nav-item.dropdown a {
    padding: 2px;
}

.nav-tabs .nav-item {
    min-height: 60px;
}


.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-price {
    margin: 0px 4px;
}

.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; */
    }

.main-footer {
    background-color: var(--brandcolor);
    color: #FFF;
    height: 336px;
}

.navbar {
    background-image: linear-gradient(#093e1f, #112213) !important;
}

.navbar-icon-link .svg-icon {
    margin-right: 0.5em;
}

.navbar-light .navbar-nav .nav-link,
.nav-item .navbar-icon-link {
    line-height: 1;
    font-family: var(--headerfont);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF;
    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: #FFF;
    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 {
    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 !important;
}

.darr {
    background: url("/content/images/interface/sortdown.gif") left 7px no-repeat;
    padding-left: 12px !important;
}

.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;
}

.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_smaller.png) no-repeat 10px 10px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    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);
    }

.sidebar-badge {
    min-width: 38px;
    display: inline-block;
    text-align: right;
}

.menu-top-container {
    width: 1100px;
    margin: 0 auto;
}


header .sub-menu .menu-item a {
    font-size: 16px;
}

header ul.nav-menu li > .mega-menu li {
    margin: 1px;
    padding: 1px;
}

header ul.nav-menu li > .mega-menu a {
    font-size: 14px;
}


.top-bar {
    background: var(--brandcolor);
    color: #FFF;
    box-shadow: 0 7px 5px 0 rgba(50,50,50,.5);
}

.ribbon {
    left: -6px;
}

.ribbon-brand,
.btn-outline-brand {
    color: var(--brandcolor-active);
    background-color: #FFF;
    background-image: none;
    border: 1px solid var(--brandcolor-active) !important;
}



    .ribbon-brand::before {
        border-top: 14px solid var(--brandcolor-darker);
        left: -1px;
    }

    .btn-outline-brand:hover {
        color: #fff;
        background-color: var(--brandcolor-active);
        border-color: #000;
    }

.breadcrumb a:hover {
    color: var(--brandcolor-active);
}

.property-container {
    margin-top: 20px;
}

    .property-container .property-label {
        font-family: var(--headerfont);
        letter-spacing: 1px;
        font-weight: 500;
        color: #333333 !important;
        text-transform: uppercase;
        font-size: 16px;
    }

    .property-container .property-value {
        font-family: var(--headerfont);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        color: #f26422;
    }


a.closed-auction .productimage {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
a.closed-auction:hover .productimage {
    -webkit-filter: grayscale(0);
    filter: none;
}

.home-slider .header-font {
    font-family: var(--headerfont);
}

.text-uppercase {
    text-transform: uppercase;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -336px;
}

.push {
    height: 336px;
}

