
/* Marlet Display, regular */
@font-face {
  font-display: swap; 
  font-family: 'PFMarletDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/PFMarletDisplay/PFMarletDisplay-Medium.woff') format('woff'); 
}



/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/nunito-sans/nunito-sans-v15-latin-regular.woff2') format('woff2'); 
}

/* nunito-sans-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/fonts/nunito-sans/nunito-sans-v15-latin-italic.woff2') format('woff2'); 
}

/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/nunito-sans/nunito-sans-v15-latin-700.woff2') format('woff2'); 
}



/* GENERELL ################################################################### */

html, body  {
   font-family: 'Nunito Sans', sans-serif;
   color: #001441;
   font-size: 17px;
}


/* Links --------------------------------------------- */ 

a  {
   color: #bfa850;
   text-decoration: none;
}

.active  {
   font-weight: bold;
}



/* number over icons --------------------------------- */ 

.icon-number {
      position: absolute;
      top: 60%;
      left: 0;
      transform: translate(-50%, -50%);
      width: 17px;
      height: 17px;
      background-color: #5067BF;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 10px;
    }

.icon-number-wrapper  {
   position: relative; 
   width: 24px; 
   height: 20px; 
   display: inline-block;
}




/* HEADLINES ################################################################## */

h1, h2  {
   font-family: 'PFMarletDisplay', sans-serif;
   font-size: 1.89rem;
}

h3  {
   font-weight: bold;
   font-size: 1.11rem;
   text-transform: uppercase;
}

@media screen and (max-width:576px) {
   
   h1, h2  {
      font-size: 1.3rem;
   }

   h3  {
      font-size: .75rem;
   }
}

#footer h4  {
   font-size: 1rem;
   font-weight: bold;
   margin-bottom: 0;
}

@media screen and (max-width:991px) {

   #footer h4  {
      margin-top: 1.94rem;
   }
}


/* Headlines at textpages ----------------------------------- */ 

.wrapper-textpage h1  {
   margin-bottom: 2rem;
}

.wrapper-textpage h2  {
   font-size: 1.6rem;
   margin: 2.2rem 0 1.8rem 0;
}

.wrapper-textpage h3  {
   font-size: .95rem;
   margin: 2.2rem 0 1.8rem 0;
}




/* TEXT ###################################################################### */

.promo  {
   font-size: 1.67rem;
   color: #fff;
   line-height: 2.056rem;
}


/* HEADER ##################################################################### */

.header-helper  {
   box-shadow: 0px 3px 3px #00000029;
}

header  {
   max-width: 1320px;
   margin: 0 auto 0 auto;
}


/* TOP ######################################################################## */

#top  {
   background: #bfa850;
   color: #001441;
   padding: 1px 0;
   z-index: 3000;
}

#top a  {
   color: #001441;
}


.toplinks1  {
   padding-left: 15px;
}

.toplinks2  {
   padding-right: 10px;
}

.icon-number-wrapper {
  vertical-align: middle;
   margin-top: -24px;
}

@media screen and (max-width:700px) {
   .icon-number-wrapper {
      margin-top: -22px;
   }
}


@media screen and (max-width:700px) {
   
   .toplinks1  {
      padding-left: 20px;
   }

   .toplinks2  {
      padding-right: 19px;
   }
   
}

/* Header-Links -------------------------------------- */ 


.divider-top  {
   padding: 0 12px 0 17px;
}

.toplinks1  {
   font-size: 15px;
   letter-spacing: -.5px;
   line-height: 41px;
}

.toplinks2  {
   text-align: right;
}

.toplinks1 img, .toplinks2 img  {
   margin-right: 7px;
}

.country-flag  {
   margin-top: 12px;
}


/* Hiding TOP-Elemtents on smaller resolutions -------- */

@media screen and (max-width:1320px) {
   
   .hidden-mobile, .divider-top  {
      display: none;
   }
   
   /* space between icons on mobile */
   .mobile-spacer  {
      padding-right: 3%;
      transition: padding-right 1s;
   }
   
   .icon-number-wrapper  {
      margin-right: 3%;
      transition: margin-right 1s;
   }
}



/* MAINMENU #################################################################### */

.nav-list {
   padding: 0;
   margin: 1px 0 0 0;
   display: flex;
   justify-content: center; 
   align-items: center;
   padding-left: 50px; 
   padding-right: 50px; 
}

.nav-list li {
   padding: 10px 20px; 
   position: relative; 
   font-size: 18px;
   list-style: none !important;
}

.nav-list li li {
   list-style: none !important;
   font-size: 15px;
   padding: 0 20px;
}

.nav-list li li:hover {
   background: #eee;
}

.nav-list li a {
    text-decoration: none;
    color: #001441;
    display: block;
    padding: 5px;
}

.submenu {
    position: absolute; 
    top: 100%; 
    left: 0; 
    white-space: nowrap; 
    background: white;
    padding: 10px 0;
    z-index: 1000;
    display: none; 
}

.submenu a {
    white-space: nowrap; 
    display: block;
}

.nav-list li:hover .submenu {
    display: block; 
    opacity: 1;
    visibility: visible;
}


@media (min-width: 1201px) {
    .nav-list li:hover .submenu {
        visibility: visible;
        opacity: 1;
    }
   
   .submenu {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
   }
}


.hamburger-menu {
   background: #fff;
    display: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 2000;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}


@media (max-width: 1200px) {
    .nav-list {
       position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        justify-content: start;
        height: 100vh;
        width: 80%;
        background: #fff;
        box-shadow: 0 30px 30px rgba(0,0,0,0.2);
        transition: left 0.5s;
        padding-top: 120px;
        padding-left: 0;
        z-index: 1000;
        overflow-y: auto; 
    }

    .nav-list li {
       width: 100%;
       margin-bottom: 0;
       font-size: 23px;
    }
   
    .nav-list li li {
       font-size: 19px;
       text-indent: 8px;
    }

    .submenu {
       position: static;
       display: block;
       width: 100%;
       max-height: 0;
       overflow: hidden;
       transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
       margin-top: 0;
       margin-bottom: 0;
       padding: 0;
    }

    .nav-list li.activeitem .submenu {
       max-height: 500px;
       opacity: 1;
       visibility: visible;

    }

    .hamburger-menu {
       display: block;
    }

    .hamburger-menu.activeitem + .nav-list {
       left: 0;
    }
}



/* IMAGES ###################################################################### */

img  {
   max-width: 100%;
}

.image-auction  {
   margin-bottom: 20px;
}

/* spaces for images in textpages */

.imagecolumn img  {
   margin: 40px 0;
}

@media screen and (min-width:768px) {
   
   .imagecolumn img  {
      padding-right: 3.5vw;
      margin: 5px 0 40px 0;
   }
}



#logo  {
   margin-top: 22px;
}

@media screen and (max-width:1199px) {
   
   #logo  {
      margin: 15px 0px 15px 2px;
      max-width: 93%;
   }
}


/* VIDEO ###################################################################### */

.responsive-video iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive-video {
   position: relative;
   padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
   padding-top: 0px;
   height: 0;
   overflow: hidden;
}

/* HERO ######################################################################## */

/* type1 is for Home ---------------------------------------------- */

.content-hero-type1  {
   background-position: center;
   background-size: cover;
   padding-top: 15%;
}

/* type2 is for one line text */ 

.content-hero-type2  {
   background-position: center;
   background-size: cover;
   padding-top: 12.2%;
}

/* type3 is for 2 line text */ 

.content-hero-type3  {
   background-position: center;
   background-size: cover;
   padding-top: 11%;
}

.content-hero-type1 .hero, .content-hero-type2 .hero, .content-hero-type3 .hero  {
   background: #001441;
   display: inline-block;
   padding: 10px 100px 11px 22px;
   color: #fff;
}

.hero-headline  {
   font-size: 1.94rem;
   line-height: 120%;
}

.hero-text  {
   font-size: 1.1rem;
}

@media screen and (max-width:991px) {
   
   .hero-headline  {
      font-size: 1.2rem;
   }
   .hero-text  {
      font-size: .85rem;
   }
}


/* several hero-images */

.hero-img-1  {
   background-image: url("/static/pix/hero1.jpg");
}

.hero-img-2  {
   background-image: url("/static/pix/hero2.jpg");
}

.hero-img-3  {
   background-image: url("/static/pix/hero3.jpg");
}

.hero-img-4  {
   background-image: url("/static/pix/hero4.jpg");
}

.hero-img-5  {
   background-image: url("/static/pix/hero5.jpg");
}

.hero-img-6  {
   background-image: url("/static/pix/hero6.jpg");
}

.hero-img-7  {
   background-image: url("/static/pix/hero7.jpg");
}

.hero-img-8  {
   background-image: url("/static/pix/hero8.jpg");
}


/* CONTENT AREAS ################################################################ */

/* regular content */

.content  {
   padding: 30px 3px 0 3px;
   margin: 0 auto;
   max-width: 1320px;
}

.content-header  {
   margin: 0 auto;
   max-width: 1320px;
}

.content-full  {
   padding: 30px 3px 0 3px;
   margin: 0 auto;
   max-width: 2600px;
}

.wrapper-textpage  {
   margin: 30px 0 60px 0;
}



/* Auction -------------------------------------------- */


/* own grid for auction-items */ 

.c6  {
   width: 16.666%;
}

.c5  {
   width: 20%;
}

.c4  {
   width: 25%;
}

.c3  {
   width: 33.333%;
}

.c2  {
   width: 50%;
}



/* Category list should not become too wide 
(Problem: this prevents correct centering of the content) */

@media screen and (min-width:991px) {
   
   #categorie-column  {
      max-width: 300px;
   }
}

/* solves problem from above */ 
@media screen and (min-width:1600px) {
   
   #categorie-column, .auction-grid .h1-auction  {
      margin-left: 5vw;
   }
}


/* Cards ---------------------------------------------- */

.card-img-top  {
   border-radius: 0;
   border: 0;
}

.card-body  {
   background: #fff;
   padding: 25px;
}

.card a  {
   color: #001441;
}

.card  {
   background: none;
   height: 100%;
   border:0;
}

.card-title  {
   font-family: 'PFMarletDisplay', sans-serif;
   font-size: 1.44rem;
}

.card-subtitle  {
   padding-bottom: 15px;
}

.card-link  {
   background: #fff;
   padding: 0 25px 15px 0;
   text-align: right; 
}

.card-link a  {
   text-decoration: underline;
   font-size: 0.89rem;
}


/* newsletter */

.content-newsletter  {
   background-color: #001441;
   color: #fff;
   padding-top: 20px;
   padding-bottom: 55px;
}



/* gold-silber */

.content-goldsilber  {
   background: url("/static/pix/goldsilber.jpg") no-repeat;
   background-position: center;
   background-size: cover;
   padding: 90px 20px;
   margin-bottom: -40px;
}

.goldsilber  {
   background: #dedcd0;
   padding: 40px 50px 20px 70px;
}

.content-goldsilber .content  {
   padding: 0 50px;
}

@media screen and (max-width:992px) {
   
   .content-goldsilber  {
      padding: 50px 0px;
   }
   
   .goldsilber  {
      padding: 30px 30px 35px 30px;
   }
   
   .goldsilber .standardbutton  {
      margin-top: 8px;
   }
}


/* Kommende Events ------------------------------------ */

.content-comingevents  {
   background: #dedcd0;
   padding: 18px 0 60px 0;
}

.content-comingevents .card  {
   border:0 !important;
   border-radius: 0;
}

.content-comingevents h2  {
   margin-bottom: 2.22rem;
}


/* Haben Sie Fragen ----------------------------------- */

.hsf  {
   background: #dedcd0;
   padding: 20px 20px 10px 20px;
   margin-bottom: 5.56rem;
}

.hsf a  {
   color: #001441;
}

.hsf-headline  {
   margin: 1.67rem 0 40px 0;
}

.hsf-title  {
   font-weight: bold;
   font-size: 1.33rem;
   line-height:500%;
}

.hsf ul  {
   padding-left: 0px;
}

.hsf ul li  {
   list-style: none;
}


.hsf ul li::before {
  content: ""; /* Inhalt des Pseudo-Elements */
  display: inline-block;
  width: 12px; /* Breite des Bildes */
  height: 12px; /* Höhe des Bildes */
  background: url('/static/pix/icons/icon-arrow-right-small.svg') no-repeat;
  margin-right: 12px;
}


@media screen and (max-width:991px) {
   
   .hsf  {
      text-align: center;
   }
   
   .hsf hr  {
      display: none;
   }
   
   .hsf ul  { 
      margin-bottom: 30px;
   }
   
   .hsf-title  {
      line-height:300%;
   }
   
   .hsf img  {
      margin-top: 1.11rem;
   }
}


/* Aktuelles ------------------------------------------ */

.content-latest  {
   margin-bottom: 1.6rem;
}

.content-latest .button-standard  {
   margin-bottom: 1.5rem;
}
.latest .card-title  {
   font-family: 'Nunito Sans', sans-serif;
   font-weight: bold;
   font-size: 1.33rem;
}

.latest h2  {
   margin: 1.11rem 0 40px 0;
}

.latest .card-body  {
   padding: 1.11rem 0;
}



/* AUCTION ##################################################################### */

/* space between products (no other chance to do  it)  */ 
.auction .cx  {
   margin-bottom: 28px;
}

/* set H1 to correct position */
.h1-auction  {
   margin-top: 20px;
   margin-bottom: -35px;
}
@media screen and (max-width:991px) {
   
  .h1-auction  {
     margin-top: 0;
     margin-bottom: -15px;
   }
   
   
   .auction .cx  {
      margin-bottom: 15px;
      margin-right: 0;
   }
   .auction .product-row  {
      padding-left: 5px;
      padding-right: 5px;
   }
   .auction .product-row .cx  {
      padding-left: 7px;
      padding-right: 7px;
   }
}


/* auction grid-view --------------------------------- */

.auction .card  {
   box-shadow: 0px 3px 6px #00000029;
   line-height: 1.11rem;
}

.auction .card-body  {
   padding: 0 0 70px 0;
   font-size: .89rem;
}

.auction .card-img-top  {
   margin-bottom: 10px;
}

.auction a  {
   color: #001441;
}

.auction .card-text  {
   padding: 0 15px;
}

.auction .productnumber  {
   font-weight: bold;
   color: #bfa850;
   display: block;
   padding: 7px 0 10px 30px;
}

.auction .limit {
   padding: 7px 30px 10px 0;
   font-weight: bold;
   text-align: right;
}

@media screen and (max-width:575px) {
   
   .auction .limit {
      text-align: left;
      padding: 7px 0 10px 30px;
   }
   .auction .productnumber  {
      padding: 2px 0 0 30px;
   }
}


.auction .auction-buttonarea  {
   text-align: right;
   padding: 20px 8px 0 0;
   height: 32px;
   position: absolute;
   bottom: 36px;
   right: 0;
}

.categorielist  {
   margin-left: 0;
   margin-top: 15px;
   padding-left: 0;
}

.categorielist li  {
   background: #f6f3e8;
   list-style: none;
   padding-left: 20px;
   margin-left: 0;
   margin-bottom: 5px;
   font-size: 0.89rem;
}

/* auction list.view ---------------------------------- */

.auction-list a  {
   color: #001441;
}


.auction-list .auction-title  {
   font-weight: bold;
}
.auction-list .auction-text  {
   font-size: .89rem;
   line-height: 1.11rem;
}

.auction-list .productnumber  {
   font-weight: bold;
   color: #bfa850;
   font-size: 1.11rem;
}

.auction-list .limit {
   font-weight: bold;
   font-size: 1.11rem;
   text-align: right;
}

.auction-list hr.type-1  {
   margin-top: 0px;
   border-top:2px solid #bfc4cf;
   opacity: 1;
}

.auction-list hr.type-2  {
   margin: 0 0 30px 0;
   border-top:2px solid #bfc4cf;
   opacity: 1;
   display: none;
}

@media screen and (max-width:575px) {
   
   .auction-list hr.type-1  {
      display: none;
   }
   
   .auction-list hr.type-2  {
      display: block;
   }

}

.auction-list .productpic  {
   width: 100% !important;
   height: auto;
   margin-bottom: 20px;
}

.auction-list .auction-buttonarea  {
   padding: 10px 0 30px 0;
}

/* space between products in list-view */
.auction-list .product-row  {
   margin-bottom: 18px;
}

.icon-360  {
   position: absolute;
   bottom: 20px;
   left: 0;
}


/* Grid/List-Buttons ---------------------------------- */

.grid-list  {
   text-align: right;
   margin-bottom: 15px;
}

.grid-list img  {
   margin-right: 10px;
}



/* Linklist ------------------------------------------- */

ul.linklist  {
   padding-left: 0;
}

.linklist li  {
   list-style: none;
}

.linklist li a  {
   color: #001441;
   font-size: .89rem;
}



/* Auction-Filter ------------------------------------- */

/* appears only mobile */ 

.auctionfilter-mobile  {
   display: none;
}

@media screen and (max-width:991px) {
   
  .auctionfilter-mobile  {
      display: block;
   }
   
}





/* LISTS ####################################################################### */

.ol-formater li  {
   margin-bottom: 1rem;
}



/* FOOTER ###################################################################### */

#footer  {
   background: #001441;
   padding: 40px 0;
   margin-top: 40px;
   font-size: 1rem;
   line-height: 1.41rem;
   color: #fff;
}

#footer-wrapper  {
   max-width: 1320px;
   margin: 0 auto;
}

@media screen and (max-width:576px) {
   
   #footer-wrapper  {
      padding: 0 3px;
   }
}


#footer a  {
   color: #fff;
}

#footer .copyright  {
   font-size: 12px;
}

#footer hr  {
   opacity: 1;
   border-top-color: #2b3b61;
}

/* Footer-Headline */

.footertitle  {
   font-family: 'PFMarletDisplay', sans-serif;
   font-size: 1.33rem;
   line-height: 1.6rem;
   letter-spacing: 0.5px;
   margin-bottom: 2.22rem;
}

/* Footer-Menu */

#footermenu  {
   list-style: none;
   padding-left: 0;
}

/* Icons */

.footericons img  {
   margin-right: 12px;
}

@media screen and (min-width:992px) {
   
   .footericons  {
      text-align: right;
   }
}


/* OVERLAY ##################################################################### */

.noscroll { 
   overflow: hidden; 
}

.message-trigger  {
   cursor: pointer;
}

.message-success  {
   color: #50bfa9;
   font-weight: bold;
}

.message-error  {
   color: #a950bf;
   font-weight: bold;
}

.dialogoverlay {
   position: fixed;
   overflow-y: scroll;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.7);
   z-index: 20000;
   cursor: pointer;
}

.overlay-box  {
   background: #fff;
   margin: 5% auto 0 auto;
   max-width: 750px;
   padding: 35px;
   z-index: 20001;
}

@media screen and (max-width:992px) {
   
   .overlay-box  {
      padding: 25px 20px 25px 20px;
   }  
}

.overlay-box h3  {
   margin: 0 0 1.5rem 0;
   display: inline-block;
}

.overlay-box .auction-title  {
   font-weight: bold;
}

.overlay-box .productnumber  {
   font-weight: bold;
   color: #bfa850;
   font-size: 1.11rem;
}

.overlay-box .limit {
   font-weight: bold;
   font-size: 1.11rem;
   text-align: right;
}

@media screen and (max-width:992px) { 
   
   .rf-box  {
      width:100%;
   }
   .overlay-box h3  {
      font-size: 1.11rem;
   }
}

/* PAGINATION ################################################################## */

.page-link, .page-item  {
   border: 0;
   background: #fff;
   color: #001441;
}

.page-link.active, .active > .page-link {
  color: #bfa850;
  background-color: #fff;
}

.page-link:hover  {
  color: #001441;
}




/* FORMS ####################################################################### */

input, select  {
   font-family: 'Nunito Sans' ,sans-serif;
}

.form-check-input  {
   border-color: #7f89a0;
}

.form-check-label  {
   font-size: .89rem;
   cursor: pointer;
}

input.auctionfilter  {
   background: #fff;
   border: 1px solid #7f89a0;
   border-radius: 0;
   width: 100%;
   padding: 5px 15px;
   margin-bottom: 15px;
   margin-right: 20px;
   font-size: .89rem;
   color: #001441;
}

select.auctionfilter  {
   background: #fff;
   border: 1px solid #7f89a0;
   border-radius: 0;
   width: 100%;
   padding: 5px 15px;
   margin-bottom: 15px;
   margin-right: 20px;
   font-size: .89rem;
   color: #001441;
}

.bidValue  {
   background: #fff;
   border: 1px solid #7f89a0;
   border-radius: 0;
   width: 150px;
   height: 36px;
   padding: 6px 15px;
   margin-bottom: 15px;
   font-size: .89rem;
   color: #001441;
}

.input-group-text  {
   background: #001441;
   border: 1px solid #001441;
   color: #fff;
   line-height: normal;
   font-weight: bold;
   font-size: .89rem;
   height: 36px;
}


/* Header-Searchbox */ 

.searchbox  {
   border: 0!important;
   border-radius: 3px;
   margin-right: 10px;
   padding-right: 10px!important;
   font-size: 18px;
   text-align: right;
}

.content-newsletter input[type="email"]  {
   float: left;
   width: 70%;
   background: #001441;
   margin-top: 1.39rem;
   padding: 3px;
   border-width: 0 0 1px 0;
   color: #fff;
}



/* Formulare, allgemeines Styling --------------------- */

.standardform input, .standardform select  {
   border: 1px #bfa850 solid !important;
   border-radius: 2px !important;
}

.standardform .form-label  {
   margin-bottom: .2rem !important;
   color: #666;
}

.standardform .btn  {
   background: #bfa850;
   color: #fff;
}

#firmendaten, #versandadresse  {
   display: none;
}


/* Linkbox --------------------------------------------- */

.linkbox  {
   background: #dedcd0;
   padding: .1rem 2rem 1rem 2rem;
}

.linkbox a  {
   color: #001441;
}

.linkbox hr  {
   margin: 1.7rem 0;
}



/* BUTTONS ##################################################################### */

.button-standard  {
   background: url("/static/pix/icons/icon-arrow-right.svg") no-repeat;
   background-position: right 8px center; 
   border: 1px solid #001441;
   display: inline-block;
   padding: 6px 90px 5px 13px;
   font-size: 1rem;
   color: #001441;
   white-space: nowrap;
}

.button-standard2  {
   background: #bfa850;
   display: inline-block;
   border: 0;
   padding: 6px 13px 5px 13px;
   font-size: .89rem;
   color: #001441;
   white-space: nowrap;
   cursor: pointer;
}

@media screen and (max-width:992px) {
   
   .button-standard  {
      padding: 6px 50px 5px 13px;
   }
}

.button-back  {
   background: url("/static/pix/icons/icon-arrow-left-small.svg") no-repeat;
   background-position: left 8px center; 
   display: inline-block;
   padding: 6px 13px 5px 35px;
   font-size: .89rem;
   color: #001441;
   white-space: nowrap;
}

.button-catalog1  {
   background: #bfa850 url("/static/pix/icons/icon-reverse-book-open.svg") no-repeat;
   background-position: right 8px center; 
   border: 1px solid #bfa850;
   display: block;
   max-width: 250px;
   margin-bottom: 10px;
   padding: 6px 90px 5px 13px;
   font-size: 1rem;
   color: #fff;
   white-space: nowrap;
}
.button-catalog2  {
   background: #fff url("/static/pix/icons/icon-download2.svg") no-repeat;
   background-position: right 8px center; 
   border: 1px solid #bfa850;
   display: block;
   max-width: 250px;
   margin-bottom: 10px;
   padding: 6px 90px 5px 13px;
   font-size: 1rem;
   color: #bfa850;
   white-space: nowrap;
}
.button-catalog3  {
   background: #fff url("/static/pix/icons/icon-reverse-arrow-right2.svg") no-repeat;
   background-position: right 8px center; 
   border: 1px solid #bfa850;
   display: block;
   max-width: 250px;
   margin-bottom: 10px;
   padding: 6px 90px 5px 13px;
   font-size: 1rem;
   color: #bfa850;
   white-space: nowrap;
}


.button-nl  {
   background: url("/static/pix/buttons/arrow-right2.png") no-repeat center left;
   border: 0;
   width: 40px;
   height: 40px;
   margin: 16px 20px 0 25px;
}

@media screen and (min-width:992px) {
   
   .button-nl  {
      margin: 19px 20px 0 25px;
   }
}

.button-kunstverkauf  {
   background: #001441;
   color: #fff;
   padding: 11px 15px 10px 15px;
   margin-right: 15px;
   display: inline-block;
   white-space: nowrap;
}

.button-search  {
   background: url("/static/pix/icons/icon-search.svg") no-repeat center left;
   border: 0;
   width: 20px;
   height: 35px;
}

.button-book  {
   background: #bfa850 url("/static/pix/icons/icon-book-open.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-download  {
   background: #bfa850 url("/static/pix/icons/icon-download.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
}

.button-info  {
   background: #bfa850 url("/static/pix/icons/icon-info.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-hammer  {
   background: #bfa850 url("/static/pix/icons/icon-hammer.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-shop  {
   background: #bfa850 url("/static/pix/icons/icon-shoppingcart.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-heart-filled  {
   background: #bfa850 url("/static/pix/icons/icon-heart-filled.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-heart  {
   background: #bfa850 url("/static/pix/icons/icon-heart.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-mail  {
   background: #bfa850 url("/static/pix/icons/icon-mail.svg") no-repeat center center;
   border: 0;
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 10px;
}

.button-bid  {
   background: #bfa850 url("/static/pix/icons/icon-hammer.svg") no-repeat;
   background-position: left 8px center; 
   display: inline-block;
   border: 0;
   padding: 6px 13px 5px 35px;
   font-size: .89rem;
   color: #001441;
   white-space: nowrap;
   cursor: pointer;
}

.button-buy  {
   background: #bfa850 url("/static/pix/icons/icon-shoppingcart.svg") no-repeat;
   background-position: left 8px center; 
   display: inline-block;
   border: 0;
   padding: 6px 13px 5px 35px;
   font-size: .89rem;
   color: #001441;
   white-space: nowrap;
}

/*
.button-auction  {
   background: #bfa850 url("/static/pix/icons/icon-reverse-arrow-right.svg") no-repeat;
   background-position: right 15px center; 
   border: 1px solid #bfa850;
   width: 100%;
   display: inline-block;
   padding: 8px 90px 7px 20px;
   margin: 20px 0 0 0;
   font-size: .89rem;
   color: #fff;
   white-space: nowrap;
}
*/



.bigbutton  {
   background: url("/static/pix/icons/icon-arrow-right-small.svg") no-repeat center left;
   background-position: left 35px center; 
   display: block;
   border: 2px solid #7f7f7f;
   padding: 21px 20px 21px 57px;
   margin-bottom: 20px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: .89rem;
   color: #bfa850;
}





