/* ::: Allgemeine Layoutelemente ::: */
body, body .ui-widget, input, textarea, section.more .wrapper > .plaintext, .hinweistext {
  font-size: 14px;
  line-height: 18px;
  color: #33302f;
}

  body, body .ui-widget, section.more .wrapper > .plaintext, h1, h2, h3, h4, h5, h6, .squarebutton, .reset, #toplose .item .info h1, .tabelle tbody tr.headline td {
    font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
  }

* {
  outline: medium none !important;
}

  *, *:before, *:after, ul, li {
    margin: 0;
    padding: 0;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
  }

h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

h4 {
  font-size: 11px;
  line-height: 14px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  margin: 0 0 12px 0;
  word-wrap: break-word;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

#main > .inner > h1 {
  padding: 20px 0 0;
  margin-top: 0;
}

#main > .inner > p {
  padding: 0 0 16px;
}

#main > #subhomepage > .inner > h1 {
  padding: 20px 0 0;
}

.plaintext p {
  margin-bottom: 20px;
}

.link {
  display: inline-block;
  padding-left: 14px;
  background: url("/img/system/pfeil_klein_rechts.png") 0 3px no-repeat;
}

.link-big {
  position: relative;
  display: inline-block;
  padding-left: 43px;
  line-height: 34px;
}

  .link-big:after {
    content: "";
    background: transparent url("/img/system/pfeil-nach-links-gross.png") 0 0 / contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    width: 34px;
    z-index: 1;
  }

body form a {
  color: #990000;
  text-decoration: none;
}

  body form a:hover, body form a:focus, body form a:active {
    text-decoration: underline;
    color: #990000;
  }

.imgcenter {
  text-align: center;
}

  .imgcenter a.fancybox, .imgcenter a.gallery {
    display: inline-block;
    float: none;
  }

div#container .ui-widget-content {
  color: #003056;
}

.trenner {
  margin: 0 17px;
}

.small {
  font-size: 12px;
}

.text-hinweis {
  overflow: hidden;
}

/* ::: Seitenaufbau ::: */
form {
  position: relative;
}

div#container {
}

div.center {
  max-width: 1280px;
  margin: 0 auto;
}

div.outer {
  max-width: 1000px;
  margin: 0 auto;
}

div.inner {
  margin: 0 20px;
}

#totop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 75px;
  width: 43px;
  height: 43px;
  background: url(/img/system/pfeil-nach-oben.svg) 0 0 no-repeat;
  cursor: pointer;
}

.no-svg #totop {
  background-image: url("/img/system/pfeil-nach-oben.png");
}

.sticky #totop {
  display: block;
}

/* ::: Header ::: */
header#header {
  position: relative;
  z-index: 50;
  font-size: 15px;
  line-height: 20px;
  background: #FFF;
}

  header#header .inner {
    position: relative;
    margin: 0;
  }

div#topbar {
  float: right;
  padding: 5px 0 0 0;
  line-height: 20px;
}

#warenkorb-icon, #merkzettel-icon, #gebotsliste-icon, #nachverkaufsliste-icon {
  float: left;
  margin: 0 15px 0 0;
  padding-top: 7px;
  cursor: pointer;
  padding-left: 22px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  position: relative;
}

#warenkorb-icon {
  background-image: url(/img/system/icons/warenkorb.svg);
}

.no-svg #warenkorb-icon {
  background-image: url(/img/system/icons/warenkorb.png);
}

#merkzettel-icon {
  background-image: url(/img/system/icons/merkzettel.svg);
}

.no-svg #merkzettel-icon {
  background-image: url(/img/system/icons/merkzettel.png);
}

#gebotsliste-icon {
  padding-left: 19px;
  background-image: url(/img/system/icons/gebotsliste.svg);
}

.no-svg #gebotsliste-icon {
  background-image: url(/img/system/icons/gebotsliste.png);
}

#nachverkaufsliste-icon {
  padding-left: 26px;
  background-position: 0 1px;
  background-image: url(/img/system/icons/nachverkaufsliste.svg);
}

.no-svg #nachverkaufsliste-icon {
  background-image: url(/img/system/icons/nachverkaufsliste.png);
}

nav#metanavi-top {
  float: left;
  padding-top: 6px;
}

  nav#metanavi-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#metanavi-top ul li {
      float: left;
      margin: 0 20px 0 0;
      padding: 0;
    }

      nav#metanavi-top ul li.login {
        position: relative;
        padding-right: 15px;
      }

        nav#metanavi-top ul li.login.active {
          padding: 5px 5px 2px 8px;
          margin-top: -5px;
          background: #f7f5f0;
        }

        nav#metanavi-top ul li.login > div > a {
          display: block;
          padding-right: 15px;
          background: url("/img/system/pfeil_weiss_unten.png") right 6px no-repeat;
        }

          nav#metanavi-top ul li.login > div > a:active, nav#metanavi-top ul li.login > div > a:focus {
            text-decoration: none;
          }

        nav#metanavi-top ul li.login.active > div > a {
          color: #003056;
          background-image: url("/img/system/pfeil_blau_unten.png");
        }

#logo-print {
  display: none;
  text-align: center;
}

#logo-wrapper {
  float: left;
}

#logo {
  float: left;
  position: relative;
  display: block;
  margin-top: 20px;
}

  #logo img {
    max-width: 100%;
  }

nav#language {
  float: left;
  padding-top: 6px;
  margin-right: 20px;
}

  nav#language select {
    border: 1px solid #990000;
  }

/*nav#language ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#language ul li {
      float: left;
      margin: 0 8px 0 0;
      padding: 0;
    }

      nav#language ul li a {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.5;
      }

      nav#language ul li.selected a {
        opacity: 1;
      }*/
nav#sound {
  float: right;
  height: 30px;
  margin-right: 20px;
  margin-top: 4px;
  cursor: pointer;
}

#powered {
  float: left;
  margin: 5px 24px 0 0;
}

/* ::: Mobile Navigation ::: */
#mobile-layer {
  display: none;
}

/* ::: Navi ::: */
nav#navi {
  position: relative;
  z-index: 20;
  background: url("/img/system/banner.png") 0 0 repeat-x;
  margin-top: 20px;
}

.sticky nav#navi {
  position: fixed;
  z-index: 20;
  top: 0;
  border-top: 73px solid #fff;
  width: 100%;
}

nav#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

  nav#navi ul li {
    margin: 0;
    padding: 0;
  }

    nav#navi ul li a {
      /*text-transform:uppercase;*/
    }

      nav#navi ul li a:hover {
        text-decoration: none;
      }

nav#navi > .inner {
  max-width: 1000px;
  margin: 0 auto;
}

  nav#navi > .inner > ul {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

.lt-ie10 nav#navi > .inner > ul {
  display: block;
  height: 48px;
}

nav#navi > .inner > ul > li {
  margin: 0;
  padding: 0;
}

.lt-ie10 nav#navi > .inner > ul > li {
  float: left;
  height: 48px;
  margin-right: 50px;
}

nav#navi > .inner > ul > li:first-child {
  padding-left: 20px;
}

nav#navi > .inner > ul > li.last {
  padding-right: 20px;
}

nav#navi > .inner > ul > li > a {
  float: left;
  font-size: 18px;
  line-height: 48px;
  color: #FFF;
  padding: 0px 51px 0 51px;
  letter-spacing: 1px;
}

.lt-ie9 nav#navi > .inner > ul > li > a {
  padding: 9px 60px 0 57px;
}

nav#navi > .inner > ul > li:hover > a {
  color: #990000;
  text-decoration: none;
}

nav#navi > .inner > ul > li > a > span {
  display: block;
  /*border-bottom:2px solid transparent;*/
}

nav#navi > .inner > ul > li:hover > a > span {
  /*border-bottom:2px solid transparent;*/
}

nav#navi > .inner > ul > li.selected > a > span {
  /*border-bottom:2px solid #990000;*/
}

/* ::: Navi 2. Ebene ::: */
nav#navi > .inner > ul > li > .layer {
  display: none;
  position: absolute;
  z-index: 2;
  top: 49px;
  left: 0;
  width: 100%;
  background: #f7f5f0;
  padding: 0 20px 60px;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

nav#navi > .inner > ul > li:hover > .layer {
  /*display:block;*/
}

nav#navi > .inner > ul > li > .layer > .inner {
  position: relative;
}

  nav#navi > .inner > ul > li > .layer > .inner > ul {
    position: relative;
    z-index: 1;
    float: left;
    /*width:305px;*/
    margin-right: 42px;
    padding-top: 66px;
  }

    nav#navi > .inner > ul > li > .layer > .inner > ul > li {
      border-bottom: 1px solid #990000;
      padding: 17px 0 13px 0;
    }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li.children {
        background: url("/img/system/pfeil_klein_rechts.png") 291px 20px no-repeat;
        padding-right: 20px;
      }

        nav#navi > .inner > ul > li > .layer > .inner > ul > li.children:hover, nav#navi > .inner > ul > li > .layer > .inner > ul > li.children.selected {
          background: url("/img/system/pfeil_klein_rechts.png") 291px 20px no-repeat;
        }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li > a {
        display: block;
        float: none;
        font-size: 19px;
        line-height: 24px;
        color: #33302f;
        letter-spacing: 1px;
      }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li:hover > a, nav#navi > .inner > ul > li > .layer > .inner > ul > li.selected > a {
        color: #990000;
      }

      /* ::: Navi 3. Ebene ::: */
      nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer, nav#navi > .inner > ul > li > .layer > .inner > .layer {
        display: none;
        position: absolute;
        top: 0;
        left: 305px;
        width: 652px;
        height: auto;
        min-height: 100%;
        padding: 0 0 0 42px;
        background: #f6f5f0;
      }

        nav#navi > .inner > ul > li > .layer > .inner > .layer > ul > li {
          padding: 8px 0;
        }

          nav#navi > .inner > ul > li > .layer > .inner > .layer > ul > li > a {
            color: #002f56;
            display: block;
            font-size: 19px;
            line-height: 24px;
            letter-spacing: 1px;
          }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li:hover > .layer, nav#navi > .inner > ul > li > .layer > .inner > .layer {
        display: block;
      }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li > .special, nav#navi > .inner > ul > li > .layer > .inner > .special {
        text-align: center;
      }

      nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul, nav#navi > .inner > ul > li > .layer > .inner > .layer ul {
        float: left;
        width: 652px;
        padding-top: 75px;
        margin-right: 42px;
      }

        nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul.half {
          width: 305px;
        }

        nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul:last-child {
          margin-right: 0;
        }

        nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul > li {
          border: 0;
          padding: 8px 0;
        }

          nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul > li > a {
            display: block;
            color: #002f56;
            font-size: 19px;
            line-height: 24px;
            letter-spacing: 1px;
          }

            nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul > li > a:hover, nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer > ul > li.selected > a, nav#navi > .inner > ul > li > .layer > .inner > .layer > ul > li > a:hover, nav#navi > .inner > ul > li > .layer > .inner > .layer > ul > li.selected > a {
              color: #990000;
            }

      /* Special - MenÃ¼punkte mit Bildchen */
      nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul {
        padding: 36px 0 0 67px;
      }

        nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li {
          float: left;
          width: 191px;
          margin-right: 10px;
        }

          nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li:nth-child(4n), nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li:nth-child(4n) {
            clear: both;
          }

          nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li > ul > li > a, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li > ul > li > a {
            color: #002f56;
            display: block;
            font-size: 19px;
            line-height: 24px;
            padding: 0 0 0 20px;
            background: url("/img/system/pfeil_klein_rechts.png") 2px 2px no-repeat;
          }

            nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li > ul > li > a:hover, nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li > ul > li.selected > a, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li > ul > li > a:hover, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li > ul > li.selected > a {
              color: #990000;
              background-image: url("/img/system/pfeil_klein_rechts.png");
            }

          nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li > a > img, nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li > a > img {
            margin-bottom: 19px;
          }

.lt-ie8 nav#navi > .inner > ul > li > .layer > .inner > ul > li > .layer.special > ul > li > a > img, .lt-ie8 nav#navi > .inner > ul > li > .layer > .inner > .layer.special > ul > li > a > img {
  display: block;
}

nav#navi ul li .smalllayer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 19px;
  line-height: 24px;
}

  nav#navi ul li .smalllayer ul {
    background: #f6f5f0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
    padding: 27px 0 29px 0;
    border: 1px solid #e2e1dd;
  }

    nav#navi ul li .smalllayer ul li {
      position: relative;
      padding: 0 29px;
    }

    nav#navi ul li .smalllayer ul > li:hover {
      background: #990000;
      margin-top: -1px;
      padding-top: 1px;
    }

    nav#navi ul li .smalllayer ul li a {
      display: block;
      border-bottom: 1px solid #990000;
      color: #33302f;
      white-space: nowrap;
      padding: 10px 24px 8px 0;
    }

    nav#navi ul li .smalllayer ul li:hover > a {
      color: #FFF;
    }

    nav#navi ul li .smalllayer ul li ul {
      display: none;
      position: absolute;
      top: -16px;
      right: 100%;
      padding-top: 15px;
    }

    nav#navi ul li .smalllayer ul li:hover ul {
      display: block;
    }

    nav#navi ul li .smalllayer ul li ul li a {
    }

nav#navi ul li .doublelayer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 19px;
  line-height: 24px;
  background: #f6f5f0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
  padding: 27px 0 29px 0;
  border: 1px solid #e2e1dd;
}

  nav#navi ul li .doublelayer ul {
    display: inline-block;
    padding: 0 29px;
  }

    nav#navi ul li .doublelayer ul + ul {
      padding-left: 0;
    }

    nav#navi ul li .doublelayer ul li {
      position: relative;
      padding: 0;
    }

      nav#navi ul li .doublelayer ul li a {
        display: block;
        border-bottom: 1px solid #990000;
        color: #33302f;
        white-space: nowrap;
        padding: 10px 24px 8px 0;
      }

      nav#navi ul li .doublelayer ul li span.doublelayer-icon {
        display: inline-block;
        width: 61px;
      }

        nav#navi ul li .doublelayer ul li span.doublelayer-icon img {
          position: absolute;
          top: 8px;
        }

/* ::: Navi-Teaser ::: */
article.naviteaser {
  float: left;
  width: 305px;
  margin-right: 42px;
  padding-top: 50px;
  text-align: center;
}

  article.naviteaser:last-of-type {
    margin-right: 0;
  }

.lt-ie9 article.naviteaser {
  width: 280px;
}

article.naviteaser p {
  font-size: 14px;
  line-height: 18px;
  color: #787462;
  margin-bottom: 16px;
}

/* ::: Main ::: */
main#main {
  box-shadow: 0 0 15px #999;
  box-sizing: border-box;
  /* border: 13px solid #e8e8e8; */
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  padding-bottom: 57px;
}

.sticky main#main {
  padding-top: 64px;
}

/* ::: Footer ::: */
footer#footer {
  padding-bottom: 8px;
  /* max-width: 1000px; */
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 15px #999;
  z-index: 10;
}

div#bottombar {
  height: 26px;
  padding-top: 16px;
  font-size: 15px;
  padding-bottom: 8px;
  max-width: 1000px;
  margin: 0 auto;
}

  div#bottombar, div#bottombar a {
    color: #33302f;
  }

#copyright {
  float: left;
}

nav#metanavi-bottom {
  float: right;
}

  nav#metanavi-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#metanavi-bottom ul li {
      float: left;
      margin: 0;
      padding: 0 0 0 22px;
    }

/* ::: Button ::: */
.button {
  margin: 0 auto;
  width: 34px;
  height: 34px;
  background: url("/img/system/button_gross.svg") 0 0 no-repeat;
}

.no-svg .button {
  background: url("/img/system/button_klein.png") 0 0 no-repeat;
}

.button a {
  display: block;
  width: 100%;
  height: 100%;
}

#savedSearches .plaintext {
  padding: 0 20px;
}

.print {
  position: absolute;
  top: -4px;
  right: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/img/system/drucken.svg") 0 0 no-repeat;
  background-size: contain;
  cursor: pointer;
}

.no-svg .print {
  background-image: url("/img/system/drucken.png");
}

/* ::: Content ::: */
section#content {
  float: left;
  width: 65%;
  padding: 21px 20px 0 20px;
}

  section#content h1 {
    margin: 0 0 16px 0;
  }

  section#content h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 29px;
  }

    section#content h2:first-child {
      margin-top: -6px;
    }

  section#content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  section#content .plaintext {
    margin-bottom: 34px;
  }

    section#content .plaintext p {
      margin-bottom: 8px;
    }

      section#content .plaintext p a {
        text-decoration: underline;
      }

        section#content .plaintext p a:hover {
          text-decoration: none;
        }

  section#content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    section#content ul li {
      margin: 8px 0 8px 0;
      padding: 0 0 0 13px;
      background: url("/img/system/liste.png") 0 7px no-repeat;
    }

.youtube, .audiovideo {
  text-align: center;
}

/* ::: Teaser ::: */
aside#teaser {
  float: right;
  width: 25%;
  padding-top: 51px;
}

  aside#teaser h2 {
    margin-bottom: 3px;
  }

    aside#teaser h2 p {
      margin-bottom: 0;
    }

  aside#teaser .plaintext p {
  }

  aside#teaser .img {
    border-bottom: 1px dotted #990000;
    margin: 0 0 17px 0;
    text-align: center;
  }

.line {
  border-bottom: 1px dotted #990000;
  margin: 18px 0 15px 0;
}

.textbutton {
  display: inline-block;
  background: #990000;
  color: #FFF;
  margin: 12px 0 10px 0;
  font-size: 18px;
  line-height: 27px;
}

  .textbutton.alignright {
    float: right;
  }

  .textbutton a {
    display: block;
    color: #FFF;
    padding: 2px 18px 0 18px;
    background: none;
    font-size: 17px;
  }

aside#teaser article.contact {
  border-bottom: 1px dotted #990000;
  padding-bottom: 21px;
  margin-bottom: 31px;
}

  aside#teaser article.contact:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  aside#teaser article.contact .img img {
    max-width: 100%;
  }

/* ::: Fancybox ::: */
.fancybox-nav span {
  border-radius: 50%;
}

.fancybox-prev span {
  background: #FFF url("/img/system/pfeil_klein_links.png") center center no-repeat;
}

.fancybox-next span {
  background: #FFF url("/img/system/pfeil_klein_rechts.png") center center no-repeat;
}

#fancybox-thumbs.bottom {
  bottom: 15px;
}

#fancybox-thumbs ul li {
  margin: 0 6px;
  border: 5px solid #f6f5f0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

  #fancybox-thumbs ul li.active {
    border: 5px solid #e2d5b3;
  }

/* ::: News ::: */
section.news article {
  margin-bottom: 20px;
}

  section.news article h2 {
    margin: 0 !important;
  }

/* ::: Klapper ::: */
section#content .ui-accordion {
  border-bottom: 1px dotted #990000;
}

  section#content .ui-accordion .ui-accordion-header {
    margin: 0;
    border-top: 1px dotted #990000;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 20px;
    line-height: 26px;
    padding: 8px 30px 4px 20px;
    background-image: -moz-linear-gradient( 0deg, rgb(254,254,254) 0%, rgb(235,235,235) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(254,254,254) 0%, rgb(235,235,235) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(254,254,254) 0%, rgb(235,235,235) 100%);
    background-image: linear-gradient( 0deg, rgb(254,254,254) 0%, rgb(235,235,235) 100%);
  }

.ui-accordion .ui-accordion-header.ui-state-default a, .ui-accordion .ui-accordion-header.ui-state-default a:link, .ui-accordion .ui-accordion-header.ui-state-default a:visited {
  color: #002f56;
}

section#content .ui-accordion .ui-accordion-header.ui-state-active {
  border-bottom: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-left, .ui-corner-tl {
  border-radius: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  width: 16px;
  height: 16px;
  background: url(/img/system/klapper.png) 0 0 no-repeat;
  left: auto;
  right: 15px;
}

  .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s {
    background-position: 0 -136px;
  }

.ui-accordion .ui-accordion-content {
  border: 0;
  background: url("/img/system/klapper-content-bg.png") 0 bottom repeat-x;
  padding-left: 20px;
  padding-right: 20px;
}

/* ::: Bidding ::: */
#bidding {
  width: 745px;
  border-right: 1px solid #b6b7b8;
  padding-top: 1px;
}

section.stage + #bidding {
  margin-top: 24px;
}

#bidding h2 {
  font-size: 18px;
  line-height: 20px;
  color: #990000;
  margin-top: 24px;
  margin-bottom: 4px;
}

.items-and-filter {
  position: relative;
}

  .items-and-filter .inner {
    position: relative;
  }

#auction .items-and-filter .inner {
  position: static;
}

/* ::: Sort ::: */
.sort {
  background: url("/img/system/sort-bg.png") 0 bottom repeat-x;
  color: #990000;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0 16px 0;
  margin-bottom: 15px;
}

  .sort .inner {
    position: relative;
  }

  .sort table {
    width: 700px;
  }

    .sort table th {
      font-weight: normal;
    }

  .sort .los, .sort .lfdnr {
    text-align: left;
    width: 154px;
  }

  .sort .lfdnr {
    display: none;
  }

  .sort .beschreibung {
    text-align: left;
    width: auto;
    display: none;
  }

  .sort .meingebot {
    text-align: right;
    width: 88px;
    display: none;
  }

  .sort .schaetzpreis, .sort .kaufpreis {
    text-align: right;
    width: 115px;
  }

  .sort .kaufpreis {
    display: none;
  }

  .sort .ausruf, .sort .zuschlag, .sort .zuschlagAusruf, .sort .zuschlagNachverkauf, .sort .zuschlagAusruf {
    text-align: right;
    width: 250px;
    display: none;
  }

  .sort a {
    display: inline-block;
    color: #990000;
    background: url("/img/system/sort.png") right 3px no-repeat;
    padding-right: 23px;
  }

  .sort select {
    display: none;
  }

#help {
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url("/img/system/hilfe.svg") 0 0 no-repeat;
}

.no-svg #help {
  background: url("/img/system/hilfe.png");
}

.item {
}

  .item .image {
    float: left;
  }

    .item .image img {
      width: 100%;
    }

#auction .item .info {
  float: left;
}

.item .info b, .item .info strong {
  font-weight: normal;
}

.item .lotnumber {
  margin-bottom: 8px;
}

.item .description {
  overflow: hidden;
  /*max-height: 108px;*/
  margin-bottom: 8px;
  margin-right: 28px;
}

.item .detail {
  margin-bottom: 15px;
}

.item .erhaltung, .item .kategorie, .item .ansprechpartner {
  padding-top: 2px;
  padding-bottom: 2px;
}

.item .erhaltung {
  float: left;
}

  .item .erhaltung img {
    vertical-align: middle;
    margin-left: 16px;
  }

.item .kategorie {
  float: left;
  border-right: 2px solid #990000;
  padding-right: 20px;
  margin-right: 16px;
}

.item .ansprechpartner {
  clear: both;
}

.item .anzahl {
  float: left;
  height: 24px;
  margin-top: 2px;
}

  .item .anzahl img {
    vertical-align: middle;
  }

/* Biddings */
.biddings {
  float: right;
  max-width: 318px;
  width: 100%;
  text-align: right;
  clear: both;
}

  .biddings.two {
    max-width: 212px;
  }

  .biddings td {
    vertical-align: top;
  }

    .biddings td:first-child * {
      white-space: nowrap;
    }

  .biddings strong,
  .bidding-info strong {
    display: block;
    color: #990000;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 6px;
  }

.bidding {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1px;
}

.bidding-foreign {
  color: #990000;
}

  .bidding-foreign .small {
    font-size: 10px;
  }

.bidding-cntPrebids {
  display: block;
  font-size: 14px;
}

.item .vorab-info:empty {
  display: none;
}

.proxy-delete-info {
  font-weight: bold;
}

.item .proxy-delete-info:empty {
  display: none;
}

/* Mark */
.item .mark {
  display: block;
  float: right;
  background: url("/img/system/stern_merken_grau_icon.png") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

  .item .marked, .item .mark:hover {
    background-image: url("/img/system/stern_merken_gold_icon.png");
  }

.item .losprint {
  display: block;
  float: right;
  background: url("/img/system/drucken-grau.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.item .copyUrl {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  fill: #ccc;
}

/* OpenClose */
.item .openclose {
  clear: both;
  margin-top: 16px;
  position: relative;
  float: right;
  /*height: 24px;*/
  line-height: 24px;
  padding: 5px 35px 5px 10px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #b6b7b8;
}

  .item .openclose:after {
    content: "";
    background: url("/img/system/open-close.png") 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
    height: 15px;
    width: 15px;
    z-index: 1;
  }

.item.open .openclose:after {
  background-position: 0 -100px;
}

/* Delete */
.delete {
  display: block;
  margin-right: 8px;
  float: right;
  width: 19px;
  height: 20px;
  background: url("/img/system/entfernen.png") 0 0 no-repeat;
}

/* GroÃŸdarstellung */
.item-wrapper {
  position: relative;
}

  .item-wrapper .item {
    background: url("/img/system/item-bg.png") 0 bottom repeat-x;
    border-bottom: 1px solid #b6b7b8;
    padding: 16px 0 20px 0;
  }

    .item-wrapper .item .inner-position, .item-wrapper .inner .inner-position {
      position: relative;
    }

    .item-wrapper .item .image {
      width: 139px;
      margin: 5px 15px 0 0;
    }

    .item-wrapper .item.open .image {
      width: 190px;
    }

    .item-wrapper .item .image .item-zoom {
      position: relative;
      z-index: 1;
      float: right;
      width: 24px;
      height: 24px;
      /*margin-top:-8px;*/
      margin-top: 8px;
      margin-right: 3px;
      background: url("/img/system/box/image.png") 0 0 no-repeat;
      text-align: right;
    }

    .item-wrapper .item .image .video-link {
      position: relative;
      z-index: 1;
      float: right;
      width: 24px;
      height: 24px;
      /*margin-top:-8px;*/
      margin-top: 5px;
      margin-right: 12px;
      background: url("/img/system/box/video.png") 0 0 no-repeat;
      text-align: right;
    }

    .item-wrapper .item .image .video-overlay-link {
      position: absolute;
      z-index: 1;
      width: 80px;
      height: 25px;
      bottom: -3px;
      left: -7px;
      /*margin-top:-8px;*/
      background-repeat: no-repeat;
      background-image: url("/img/system/box/videooverlay.png");
      /*display:none;*/
    }

    .item-wrapper .item .image .pdf-link {
      position: relative;
      z-index: 1;
      float: right;
      width: 24px;
      height: 24px;
      /*margin-top:-8px;*/
      margin-top: 5px;
      margin-right: 12px;
      background: url("/img/system/box/pdf-file.png") 0 0 no-repeat;
      text-align: right;
    }

.no-svg .item-wrapper .item .image .item-zoom {
  background-image: url("/img/system/auktion_lupe_icon.png");
}

.item-wrapper .item.open .image .item-zoom {
  margin-top: 1px;
}

.item-wrapper .item .image .item-gallery {
  position: relative;
  z-index: 1;
  float: right;
  width: 27px;
  padding-top: 21px;
  margin-top: 3px;
  background: url("/img/system/auktion_bildgalerie_icon.svg") 0 0 no-repeat;
  font-weight: 600;
  text-align: center;
}

.no-svg .item-wrapper .item .image .item-gallery {
  background-image: url("/img/system/auktion_bildgalerie_icon.png");
}

.item-wrapper .item .image .item-certificate {
  float: left;
  width: 25px;
  height: 31px;
  background: url("/img/system/auktion_zertifikat_icon.svg") 0 0 no-repeat;
}

.no-svg .item-wrapper .item .image .item-certificate {
  background-image: url("/img/system/auktion_zertifikat_icon.png");
}

.item-wrapper .item .info {
  float: right;
  width: calc(100% - 160px);
}

  .item-wrapper .item .info .remark {
    display: none;
  }

.item-wrapper .item.open .info {
  width: calc(100% - 210px);
}

  .item-wrapper .item.open .info .remark {
    display: block;
  }

  .item-wrapper .item.open .info .description {
    height: auto;
    max-height: none;
  }

#auction .item .inner-position {
  width: calc(100% - 255px);
}

/* ::: Filter ::: */
#filter {
  position: absolute;
  top: -1px;
  right: 0;
  width: 254px;
  z-index: 2;
  color: #33302f;
  border-left: 1px solid #b6b7b8;
}

.filter-icon-box {
  display: none;
  position: absolute;
  left: -53px;
  background-color: white;
  border: 1px solid #b6b7b8 !important;
}

.filter-icon {
  width: 51px;
  height: 51px;
  fill: #990000;
  cursor: pointer;
}

  .filter-icon.open {
    background-color: #990000;
    fill: white;
  }

  .filter-icon svg {
    width: 25px;
    margin: 13px;
  }


/* Suche-Losnummer */
.suche-losnummer {
  background: #e6e9ea;
  padding: 15px 20px;
  margin-bottom: 13px;
  border-top: 1px solid #b6b7b8;
  border-bottom: 1px solid #b6b7b8;
}

  .suche-losnummer input {
    border: 1px solid #990000;
    color: #33302f;
    padding: 9px 7px 8px 7px;
    width: 198px;
    background: #fff url("/img/system/arrow-white-right.png") 196px 12px no-repeat;
  }

    .suche-losnummer input::-ms-clear {
      display: none;
    }

  .suche-losnummer a.click {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 21px;
    display: block;
    width: 26px;
    height: 35px;
  }

.filter-icon + .acc {
  margin-top: 0;
}

.acc:last-child {
  margin-bottom: 0;
}

.acc-head {
  position: relative;
  background: #e6e9ea;
  border-top: 1px solid #b6b7b8;
  border-bottom: 1px solid #b6b7b8;
  color: #990000;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 45px 10px 21px;
  text-transform: uppercase;
  cursor: pointer;
}

  .acc-head:after {
    content: " ";
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    top: 16px;
    right: 10px;
    background: url("/img/system/open-close-dark.png") no-repeat scroll 0 -100px;
  }

.acc.open .acc-head:after {
  background-position: 0 0;
}

.acc-content {
  display: none;
  background: #990000;
  background: url("/img/system/myauction.png") repeat-x scroll 0 bottom #f8f9f9;
  padding: 16px 20px 20px 20px;
  border-bottom: 1px solid #b6b7b8;
}

.acc.open .acc-content {
  display: block;
}

.blockScroller {
  overflow: hidden !important;
}

.acc-content table {
  width: 100%;
}

  .acc-content table th {
    font-weight: bold;
    text-align: left;
    color: #33302f;
    white-space: nowrap;
    padding-top: 8px;
  }

    .acc-content table th a.link {
      background-image: url("/img/system/pfeil_klein_rechts.png");
    }

  .acc-content table td {
    color: #33302f;
  }

  .acc-content table th, .acc-content table td {
    padding: 4px 0;
  }

    .acc-content table th.headline {
      padding-top: 8;
      padding-bottom: 0;
    }

    .acc-content table th:last-child {
      width: 0;
    }

.acc-content a {
  color: #33302f;
}

.acc-content input.text {
  box-sizing: border-box;
  width: 100%;
}

/* Filtermaske */
#filter .row {
  margin-bottom: 13px;
  color: #FFF;
}

#filter label {
  color: #33302f;
  width: 80px;
  padding-top: 4px;
}

  #filter label span {
    display: block;
    font-size: 12px;
    line-height: 12px;
  }

#filter input.small {
  width: 38px;
  background: #FFF;
  border: 1px solid #990000;
  color: #33302f;
  padding: 9px 7px 8px 7px;
}

#filter input.small-left {
  margin-right: 3px;
}

#filter input.small-right {
  margin-left: 3px;
}

#filter .line {
  border-bottom: 1px solid #990000;
}

#filter div.checkbox {
  margin: 5px 0 17px 0;
}

  #filter div.checkbox.half {
    float: left;
    width: 50%;
    padding-left: 2px;
    box-sizing: border-box;
  }

    #filter div.checkbox.half label {
      float: none;
      width: auto;
      padding-top: 0;
      vertical-align: top;
    }

  #filter div.checkbox input.checkbox-tobestyled {
    display: none;
  }

  #filter div.checkbox div.checkbox-styled {
    display: inline-block;
    border: 1px solid #FFF;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }

    #filter div.checkbox div.checkbox-styled.active {
      background: #FFF;
    }

/* Dropdown */
#filter .dropdown {
  margin-bottom: 9px;
  max-width: 100%;
  width: 100%;
}

  #filter .dropdown + .reset {
    margin-top: -9px;
  }

#filter .ui-selectmenu-button {
  border: 1px solid #990000;
  background: #FFF;
  height: 35px;
}

#filter .ui-selectmenu:hover, #filter .ui-selectmenu:active, #filter .ui-selectmenu:focus {
  text-decoration: none;
}

#filter .ui-selectmenu-menu ul li a, #filter .ui-selectmenu-text {
  color: #33302f;
  padding: 8px 29px 8px 9px;
}

#filter .ui-selectmenu-menu ul li a {
  color: #003056;
}

#filter .ui-selectmenu-text {
  line-height: 22px;
  white-space: nowrap;
}

#filter .ui-corner-all, #filter .ui-corner-top, #filter .ui-corner-right, #filter .ui-corner-tr, #filter .ui-corner-all, #filter .ui-corner-top, #filter .ui-corner-left, #filter .ui-corner-tl {
  border-radius: 0;
}

#container #filter .ui-selectmenu-icon {
  top: 0;
  right: 0;
  margin: 0;
  width: 35px;
  height: 100%;
  background-position: 10px 14px;
  background-color: #f4f4f4;
  border-left: 1px solid #aaaaaa;
}

#filter .ui-state-default .ui-icon, #filter .ui-state-active .ui-icon, #filter .ui-selectmenu-button-closed .ui-icon, #filter .ui-selectmenu-button-open .ui-icon {
  background: url("/img/system/open-close.png") 0 8px no-repeat;
}

#filter .ui-selectmenu-menu .ui-widget-content {
  border: 1px solid #FFF;
  border-top: 0;
}

#filter .ui-selectmenu-menu .ui-corner-all, #filter .ui-corner-bottom, #filter .ui-corner-right, #filter .ui-corner-br {
  border-radius: 0;
}

.ui-selectmenu-menu ul, .ui-selectmenu-menu .ui-menu {
  max-height: 390px;
}

  .ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 0;
  }

    .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
      padding: 8px 12px;
      max-height: 300px;
    }

/*.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
}*/
.suchen {
  display: inline-block;
  background: #FFF;
  border: 1px solid #990000;
  color: #003056 !important;
  padding: 1px 9px 0 9px;
}

/* Reset */
.reset {
  font-size: 12px;
  color: #990000;
  text-align: right;
  background: url("/img/system/arrow.png") center 12px no-repeat;
  padding: 3px 0 6px 0;
}

  .reset.last {
    background: none;
  }

  .reset a {
    color: #990000;
  }

/* Meine Daten */
.meinedaten {
  border: 1px solid #FFF;
  /*margin-bottom:20px;*/
  margin-bottom: 9px;
}

  .meinedaten:last-child {
    margin: 0;
  }

  .meinedaten.open {
    border: 1px solid #e7c27b;
    background: #FFF url("/img/system/md-kasten.jpg") 0 0 no-repeat;
  }

  .meinedaten h1 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #33302f;
    margin: 0;
    padding: 8px 9px 7px;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #b6b7b8;
  }

    .meinedaten h1:hover {
      text-decoration: underline;
    }

  .meinedaten.arrow h1:after {
    content: "";
    background: transparent url("/img/system/arrow-white.png") 0 0 no-repeat;
    position: absolute;
    right: 6px;
    top: 13px;
    height: 7px;
    width: 14px;
    z-index: 1;
  }

  .meinedaten.highlight h1 {
    color: #990000;
  }

  .meinedaten.open h1 {
    font-size: 16px;
    line-height: 20px;
    color: #990000;
    padding-bottom: 0;
  }

    .meinedaten.open h1:after {
      background-image: url("/img/system/pfeil_klein_unten.png");
    }

.meinedaten-wrapper {
  display: none;
}

.open > .meinedaten-wrapper {
  display: block;
}

.meinedaten .item {
  margin: 0 15px;
  padding: 8px 0 12px 0;
  border-bottom: 1px solid #e7e1d2;
}

  .meinedaten .item .image {
    width: 32px;
    margin-top: 5px;
  }

  .meinedaten .item .info {
    width: 130px;
    margin-left: 20px;
  }

.meinedaten .number {
  color: #990000;
  font-size: 12px;
}

.meinedaten .amount {
  float: left;
  color: #003056;
}

.meinedaten .price {
  float: right;
  color: #003056;
}

.meinedaten .total-wrapper {
  border-top: 1px solid #990000;
  margin: 0 15px;
  padding: 4px 0 10px 0;
}

.meinedaten .total {
  float: left;
  font-size: 12px;
  color: #990000;
}

/* ::: Auction ::: */
#auction {
}

.auction-top {
  padding: 20px 0;
}

#auction #filter {
  top: -1px;
}

.auction-top h1 {
  float: left;
  margin: 0 0 8px 0;
}

.auction-top h2 {
  float: right;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 10px;
}

/* Kopf */
.current-auction {
  box-shadow: 0 0 15px #999;
  margin-bottom: 32px;
}

.auction .header {
  height: 33px;
  background: #e6e9ea;
  border-top: 1px solid #b6b7b8;
  border-bottom: 1px solid #b6b7b8;
  color: #990000;
  font-size: 20px;
  line-height: 26px;
  padding: 3px 0 2px 0;
}

/* Kopf & Content */
.auction .content, .auction .content .inner {
  height: 450px;
}

#currentLot {
  margin: 0;
}

.auction .current-item, .auction .current-bid, .auction .history {
  float: left;
  box-sizing: border-box;
}

.auction .current-item, .auction .current-bid, .auction .history {
  /*width:288px;*/
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 22px;
}

.auction .header .current-item {
  width: 20%;
  padding-left: 0;
}

.auction .header .current-bid {
  text-align: center;
  width: 60%;
}

  .auction .header .current-bid a {
    color: #990000;
  }

.auction .header .history {
  text-align: right;
  width: 20%;
  padding-right: 0;
}

  .auction .header .history img {
    float: right;
    display: block;
    margin-left: 8px;
    margin-top: 5px;
  }

/* Content */
.auction .content .current-item, .auction .content .current-bid, .auction .content .history {
  height: 100%;
  padding: 21px 20px 0;
}

  .auction .content .current-bid h2, .auction .content .history h2 {
    margin-top: 5px;
    height: 48px;
    font-size: 20px;
    text-align: center;
  }

.auction .content .current-item, .auction .content .current-bid {
  border-right: 1px dotted #990000;
}

/*
.auction .content .current-bid,
.auction .content .current-history {
  border-left:1px dotted #990000;
  margin-left:-1px;
}
*/
.auction .content .current-item {
  width: calc(100% - 2*255px);
  position: relative;
  /*background:url("/img/system/current-item-ecke.png") 100px 0 no-repeat;*/
}

  .auction .content .current-item .image {
    margin-bottom: 19px;
    text-align: center;
  }

    .auction .content .current-item .image img {
      max-height: 280px;
      max-width: 100%;
    }

  .auction .content .current-item .mark {
    background: url("/img/system/stern_merken_grau_icon.png") 0 0 no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: right;
    padding-right: 8px;
  }

    .auction .content .current-item .marked, .auction .content .current-item .mark:hover {
      background-image: url("/img/system/stern_merken_gold_icon.png");
    }

  .auction .content .current-item h3 {
    font-weight: bold;
    margin-bottom: 7px;
  }

  .auction .content .current-item .plaintext {
    height: 91px;
    overflow-y: hidden;
  }

  .auction .content .current-item .points {
    height: auto;
    display: none;
  }

/* current-bid */
.auction .content .current-bid {
  width: 255px;
}

  .auction .content .current-bid .bidding {
    font-weight: bold;
    font-size: 31px;
    line-height: 30px;
    margin-top: 10px;
  }

  .auction .content .current-bid .bidding-foreign {
    height: 38px;
    font-size: 20px;
    line-height: 25px;
  }

  .auction .content .current-bid .bidding, .auction .content .current-bid .bidding-foreign {
    /*padding-right:97px;*/
    text-align: center;
  }

  .auction .content .current-bid .bidding-action {
    text-align: center;
  }

.squarebutton, .squarebutton a {
  float: left;
  background: #990000;
  /*white-space:nowrap;*/
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  padding: 9px 11px 8px 11px;
  cursor: pointer;
}

  .squarebutton.abgegeben, .squarebutton.abgegeben a {
    background: #FFF;
    cursor: default;
    color: #000;
  }

a.squarebutton.abgegeben:hover {
  text-decoration: none;
}

.auction .content .current-bid .squarebutton {
  position: relative;
  z-index: 1;
  float: none;
  display: inline-block !important;
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}

  .auction .content .current-bid .squarebutton a {
    padding: 10px 0 !important;
    cursor: pointer;
  }

.bieten-kasten-helper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bieten-info {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.countdown {
  height: 38px;
  font-size: 20px;
  line-height: 25px;
  margin: 10px auto 20px;
}

.countdown-sprite {
  width: 36px;
  height: 42px;
  background: url("/img/system/stoppuhr_sprite.png");
  margin: 10px auto 18px;
}

.countdown-text {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #990000;
}

.erfolgreich {
  color: green;
}

.warning {
  display: block;
  background: url("/img/system/warning.png") center bottom no-repeat;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 25px;
  color: #b70909;
}

  .warning, .warning a {
    color: #000;
  }

/*.auction .content .current-bid .warning {*/
#statusText {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1em;
  color: #33302f;
  font-weight: bold;
}

  #statusText.warning {
    color: #800000;
  }

.wk {
  border-bottom: 1px solid #000;
  padding: 6px 0 0 0;
}

  .wk:last-child {
    margin-bottom: 19px;
  }

table.wk {
  vertical-align: middle;
}

.wk-img, .wk-nr, .wk-preis {
  font-weight: normal;
}

.wk-img {
  width: 50px;
}

  .wk-img img {
    width: 50px;
  }

.wk-nr {
  padding: 0 10px !important;
  text-align: center;
}

.wk-preis {
  text-align: right;
}

.wk-summe {
  margin: 16px 0;
  font-weight: bold;
}

  .wk-summe .bidding {
    float: right;
  }

.steps {
  margin-bottom: 16px;
}

/* history */
.auction .content .history {
  width: 255px;
  background: url("/img/system/myauction.png") repeat-x scroll 0 bottom #f8f9f9;
}

  .auction .content .history h2 {
    margin-bottom: 2px;
  }

.auction .content .history-wrapper {
  height: 333px;
  overflow-y: hidden;
}

.auction .content table {
  width: 100%;
  color: #33302f;
}

  .auction .content table th {
    color: #33302f;
    text-align: left;
    padding: 3px 0;
    font-weight: normal;
  }

    .auction .content table th.textright {
      text-align: right;
    }

  .auction .content table td {
    color: #990000;
    padding: 3px 0;
  }

  .auction .content table tr.history-spacer {
    height: 25px;
  }

  .auction .content table tr.bottom td {
    color: #33302f;
    padding: 4px 0;
  }

  .auction .content table.currentLot-table td {
    width: 50%;
    text-align: right;
    color: #33302f;
  }

    .auction .content table.currentLot-table td:first-child {
      width: 25%;
      text-align: left;
    }

    .auction .content table.currentLot-table td:last-child {
      width: 25%;
    }

/* next-items */
.auction .header .next-items {
  position: relative;
}

  .auction .header .next-items img {
    display: none;
    position: absolute;
    top: 35px;
  }

#nextLots .mark {
  bottom: 5px;
}

/* ::: Form ::: */
#registration {
  padding-bottom: 59px;
}

.form .leftform, .form .rightform {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 48px;
  padding-right: 28px;
}

.form .leftform {
  border-right: 1px solid #eae5d9;
}

.form .rightform {
  border-left: 1px solid #eae5d9;
  margin-left: -1px;
}

.form h2 {
  margin-top: 1px;
}

.form .row {
  margin-bottom: 12px;
}

.form label {
  display: block;
  float: left;
  width: 145px;
  max-width: none;
  margin-bottom: 5px;
  padding: 0;
  font-weight: normal;
}

  .form label.labelwide {
    width: auto;
  }

.form input, .form textarea, .form select {
  float: left;
}

  .form input.text {
    width: 250px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .form textarea.text {
    width: 350px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .form select.text {
    width: 250px;
  }

  .form input.strasse {
    width: 290px;
    margin-right: 10px;
  }

  .form input.nummer {
    width: 50px;
  }

  .form input.checkbox {
    display: inline-block;
    margin-right: 9px;
    margin-top: 3px;
  }

.form label.checkbox {
  display: inline;
  float: none;
}

.form div.radioButtonListWrapper {
  float: none;
}

.form div.radioButtonWrapper input {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}

.form div.radioButtonWrapper label {
  float: left;
  width: auto;
}

.form .input-suffix {
  display: inline-block;
  margin-left: 5px;
}

.form .half {
  float: left;
  width: 50%;
}

  .form .half.vergessen {
    text-align: right;
  }

.required {
  color: #beab7a;
  font-size: 20px;
  line-height: 24px;
}

#bidding .form input.small, #bidding .form select.small {
  width: 65px;
}

#bidding .form textarea.text {
  width: 95%;
}

.suffix, .input-suffix {
  float: left;
  line-height: 32px;
  padding: 0 0 0 8px;
}

.unbestaetigt .form label {
  width: auto;
  float: none;
}

.unbestaetigt .item {
  background: url(none) 0 bottom repeat-x;
}

.unbestaetigt .plaintext p {
  font-weight: 600;
}

.unbestaetigt textarea.text {
  height: 90px;
}

/* ::: RightNavi ::: */
.rightnavi {
  float: right;
  width: 25.3%;
  max-width: 253px;
  margin-top: 6px;
}

  .rightnavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .rightnavi ul li {
      margin: 0 0 5px 0;
      padding: 0;
      background: #990000;
    }

      .rightnavi ul li:hover, .rightnavi ul li.selected {
        background: #990000;
      }

      .rightnavi ul li a {
        display: block;
        color: #fff;
        padding: 13px 21px 15px 21px;
      }

      .rightnavi ul li a {
        text-decoration: none;
      }

/* ::: Login ::: */
#login {
  display: block;
  opacity: 1;
  position: fixed;
  top: 40px;
  right: 10px;
  z-index: 22;
  width: 265px;
  padding: 16px 20px 16px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: url("/img/system/myauction.png") repeat-x scroll 0 bottom #f8f9f9;
}

.active #login {
  top: 30px;
  right: 0;
  padding-top: 3px;
  padding-bottom: 11px;
}

#login label {
  float: left;
  width: 100px;
}

#login input {
  float: left;
  width: 111px;
  border: 1px solid #990000;
  padding: 5px 7px;
}

  #login input + input {
    margin-left: 10px;
  }

  #login input:first-of-type {
    /*margin-right:9px;	*/
  }

#login .textbutton {
  margin: 0;
  float: right;
}

div#login .half {
  float: left;
  width: 50%;
  margin-top: 7px;
  font-size: 15px;
  line-height: 19px;
}

  div#login .half.textright {
    float: right;
  }

div#login a.link {
  display: block;
  color: #990000;
  margin-bottom: 1px;
  white-space: nowrap;
  padding-left: 18px;
  background: url("/img/system/arrow-right.png") 6px 4px no-repeat;
}

.active div#login a.link {
  margin-top: 6px;
}

div#login a.squarebutton {
  float: right;
  color: #FFF;
  margin-top: 7px;
  padding: 5px 11px 2px;
}

.active div#login a.squarebutton {
  margin-top: 1px;
}

/* ::: WÃ¤hrung ::: */
nav#metanavi-top ul li.currency {
  margin: 0;
}

  nav#metanavi-top ul li.currency select {
    width: 54px;
    border: 1px solid #990000;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu {
    height: 25px;
    width: 60px !important;
    text-align: right;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-status {
    color: #990000;
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-menu li a, nav#metanavi-top ul li.currency .ui-selectmenu-status {
    padding-left: 4px;
  }

  nav#metanavi-top ul li.currency .ui-state-default, nav#metanavi-top ul li.currency .ui-widget-content .ui-state-default, nav#metanavi-top ul li.currency .ui-widget-header .ui-state-default, nav#metanavi-top ul li.currency .ui-state-active, nav#metanavi-top ul li.currency .ui-widget-content .ui-state-active, nav#metanavi-top ul li.currency .ui-widget-header .ui-state-active {
    background: transparent;
    border: none;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-icon {
    margin-top: -13px;
  }

  nav#metanavi-top ul li.currency .ui-state-default .ui-icon, nav#metanavi-top ul li.currency .ui-state-active .ui-icon {
    background: url("/img/system/pfeil_weiss_unten.png") right 6px no-repeat;
  }

  nav#metanavi-top ul li.currency .ui-widget-content {
    border: 1px solid #e8e6d9;
    background: #f6f5f0;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-menu li a {
    color: #002f56 !important;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu {
    height: 25px;
  }

  nav#metanavi-top ul li.currency .ui-corner-all, nav#metanavi-top ul li.currency .ui-corner-bottom, nav#metanavi-top ul li.currency .ui-corner-right, nav#metanavi-top ul li.currency .ui-corner-br, nav#metanavi-top ul li.currency .ui-corner-all, nav#metanavi-top ul li.currency .ui-corner-bottom, nav#metanavi-top ul li.currency .ui-corner-left, nav#metanavi-top ul li.currency .ui-corner-bl {
    border-radius: 0;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-menu ul {
    padding: 5px 0 3px 0;
  }

  nav#metanavi-top ul li.currency .ui-selectmenu-menu li {
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: center;
  }

    nav#metanavi-top ul li.currency .ui-selectmenu-menu li a {
      padding: 0 !important;
    }

      nav#metanavi-top ul li.currency .ui-selectmenu-menu li a:hover {
        text-decoration: underline;
      }

  nav#metanavi-top ul li.currency .ui-selectmenu-menu li, nav#metanavi-top ul li.currency .ui-state-hover, nav#metanavi-top ul li.currency .ui-widget-content .ui-state-hover, nav#metanavi-top ul li.currency .ui-widget-header .ui-state-hover, nav#metanavi-top ul li.currency .ui-state-focus, nav#metanavi-top ul li.currency .ui-state-active, nav#metanavi-top ul li.currency .ui-widget-content .ui-state-focus, nav#metanavi-top ul li.currency .ui-widget-header .ui-state-focus {
    background: transparent;
  }

/* ::: Kontakt im Content ::: */
section#content article.contact {
  margin-top: 16px;
  margin-bottom: 20px;
}

  section#content article.contact .block {
    float: left;
    width: 260px;
    padding-right: 20px;
    border-right: 1px solid #eae5d9;
  }

  section#content article.contact .block, section#content article.contact .img {
    margin-bottom: 32px;
  }

    section#content article.contact .block h2 {
      margin-top: 16px;
      font-size: 18px;
      line-height: 24px;
    }

    section#content article.contact .block h2, section#content article.contact .block p {
      margin-bottom: 0 !important;
    }

    section#content article.contact .block .plaintext {
      margin-bottom: 18px;
    }

  section#content article.contact .img {
    float: left;
    border-left: 1px solid #eae5d9;
    margin-left: -1px;
    padding-left: 50px;
    width: 220px;
  }

    section#content article.contact .img img {
      max-width: 100%;
    }

  section#content article.contact div.contact, section#content article.contact div.contact a {
    color: #990000;
  }

    section#content article.contact div.contact a.link {
      background-image: url("/img/system/pfeil_klein_rechts.png");
    }

/* ::: Katalogbestellung ::: */
#kataloge .row.checkbox label {
  float: none;
  margin: 0 0 0 5px;
}

#kataloge div.captcha div, #kataloge div.captcha input {
  float: none;
}

#kataloge section#content .plaintext {
  margin-bottom: 30px;
}

#kataloge .line {
  margin: 30px 0;
}

/* ::: Mobile Navigation ::: */
#mobile-layer-fader {
  display: none;
  position: absolute;
  z-index: 99;
  /* left:0; */
  /*top: 140px;*/
  /*margin-bottom: -100px;*/
  width: 100%;
  height: 100px;
  background: #FFF;
  opacity: 0.5;
}

#mobile-layer-icon {
  display: none;
  float: right;
  width: 81px;
  height: 81px;
  margin-top: 20px;
  background: url("/img/system/mobile-layer-icon.svg") 0 0 / cover no-repeat;
  cursor: pointer;
}

.no-svg #mobile-layer-icon {
  background: url("/img/system/mobile-layer-icon.png") 0 0 / cover no-repeat;
}

#mobile-layer {
  display: none;
  clear: both;
  position: relative;
  z-index: 120;
}

#mobile-layer-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* ::: Mobile Navi ::: */
nav#mobile-navi {
  padding: 16px 21px 29px 21px;
  background: #f7f5f0;
}

  nav#mobile-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#mobile-navi ul li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #08355b;
    }

  nav#mobile-navi a {
    display: block;
    padding: 17px 25px 11px 0;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    /*text-transform:uppercase;*/
    text-decoration: none;
  }

    nav#mobile-navi a:hover, nav#mobile-navi li.selected > a {
      color: #990000;
    }

  nav#mobile-navi ul li.children > a {
    background: url("/img/system/pfeil_klein_unten_navi.png") right center no-repeat;
  }

  nav#mobile-navi ul li.open > a {
    background-image: url("/img/system/pfeil_klein_oben_navi.png");
  }

  nav#mobile-navi ul ul {
    padding-left: 25px;
  }

  nav#mobile-navi ul section.auctions, nav#mobile-navi ul li .doublelayer, nav#mobile-navi ul li .smalllayer {
    display: none;
  }

  nav#mobile-navi ul ul li {
    border-bottom: 1px solid #990000;
  }

    nav#mobile-navi ul ul li:last-child {
      border-bottom: 0;
    }

    nav#mobile-navi ul ul li:first-child > a {
      padding-top: 6px;
    }

    nav#mobile-navi ul ul li a {
      font-size: 18px;
      line-height: 26px;
    }

  nav#mobile-navi ul ul ul li {
    border-bottom: 1px dotted #990000;
  }

/* Mobile Language */
nav#mobile-language {
  padding: 15px 10px 18px 0;
  background: #990000;
  text-align: right;
}

  nav#mobile-language ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#mobile-language ul li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0;
      width: 45px;
      height: 27px;
    }

      nav#mobile-language ul li a {
        display: block;
        width: 100%;
        height: 100%;
      }

      nav#mobile-language ul li.de a {
        background: url("/img/system/flaggen/flagge_mobile_de.png") 0 0 / cover no-repeat;
      }

      nav#mobile-language ul li.en a {
        background: url("/img/system/flaggen/flagge_mobile_en.png") 0 0 / cover no-repeat;
      }

      nav#mobile-language ul li.fr a {
        background: url("/img/system/flaggen/flagge_mobile_fr.png") 0 0 / cover no-repeat;
      }

/* Mobile Metanavi */
nav#mobile-metanavi {
  padding: 4px 21px 36px 21px;
  background: #990000;
}

  nav#mobile-metanavi ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    nav#mobile-metanavi ul li {
      margin: 0;
      padding: 6px 0;
    }

      nav#mobile-metanavi ul li a {
        font-size: 22px;
        line-height: 26px;
        color: #FFF;
      }

  nav#mobile-metanavi select {
    width: 80px;
  }

/* ::: Vorabgebot ::: */
input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.vorabgebot {
  border-top: 1px dotted #b6b7b8;
  padding: 11px 0 0 0;
  margin-top: 20px;
}

  .vorabgebot .item {
    border-bottom: 1px solid #ffffff !important;
  }

  .vorabgebot.noline {
    border-top: none;
    padding: 0;
    margin-top: 0;
  }

.vorabgebot-hidden {
  display: none;
}

.vorabgebot .eintragen, .vorabgebot .abgeben {
  box-sizing: border-box;
  float: left;
  min-height: 124px;
}

.vorabgebot .eintragen {
  width: 64%;
  border-right: 1px solid #d3d3d3;
  text-align: center;
  padding-top: 8px;
}

.vorabgebot .abgeben {
  width: 36%;
  text-align: center;
}

.vorabgebot .eintragen input {
  height: 38px;
  display: inline-block;
  width: 127px;
  padding: 0 8px;
  margin-bottom: 10px;
  margin-right: 8px;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
}

  .vorabgebot .eintragen input:invalid {
    border: 1px solid red;
  }

  .vorabgebot .eintragen input:valid {
    border: 1px solid #828282;
  }

.vorabgebot .eintragen label {
  float: none;
  padding-top: 0;
}

.vorabgebot .eintragen p {
  margin-top: 6px;
  /*font-weight: bold;*/
  font-size: 15px;
}

.vorabgebot .eintragen span.small {
  font-size: 10px;
}

.vorabgebot .eintragen > p {
  margin-left: 8px;
  margin-bottom: 0px;
}

.vorabgebot .eintragen.shop > p {
  margin-right: 24px;
}

.vorabgebot .keinnachverkauf {
  padding: 16px 0;
  text-align: center;
}

.vorabgebot .eintragen .squarebutton {
  float: none;
  display: inline-block;
  /*font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 14px;
  width: 145px;
  padding-left: 0;
  padding-right: 0;
}

.vorabgebot .eintragen.shop .squarebutton {
  margin-left: 24px;
}

.vorabgebot .eintragen table {
  margin: 0 auto;
}

  .vorabgebot .eintragen table td {
    text-align: right;
    padding-right: 8px;
  }

    .vorabgebot .eintragen table td:first-child {
      text-align: left;
      padding-right: 24px;
    }

    .vorabgebot .eintragen table td:last-child {
      padding-right: 0;
    }

.vorabgebot .abgeben.warning {
  display: block;
  padding-right: 0;
  background: url("/img/system/warning-big.png") center 90px no-repeat;
}

.vorabgebot .abgeben.success {
  display: block;
  padding-right: 0;
  background: url("/img/system/success-big.png") center 75px no-repeat;
}

.vorabgebot .abgeben div {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 8px 0;
}

.lt-ie8 .vorabgebot .abgeben div {
  padding-right: 0;
  padding-left: 0;
}

.vorabgebot .abgeben div .link {
  margin-bottom: 4px;
}

.vorabgebot .abgeben.warning div {
  padding-top: 5px;
  padding-bottom: 10px;
}

.vorabgebot-login {
  text-align: center;
  padding-top: 9px;
}

#finishedLots {
  height: 212px;
  overflow-y: auto;
}

.item-package {
  margin: 0 auto;
  max-width: 1000px;
  /*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);*/
  /*margin-bottom:60px;*/
  /* padding:20px 0; */
}

#bidding .item-package h2 {
  margin-top: 10px;
}

#loginOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: auto;
  height: auto;
  display: block;
  background: rgba(255, 255, 255, 0.901961);
}

.red {
  color: #F00;
}

.plaintext.success {
  color: #118B00;
}

.sort .inner div.printpdf, div.printpdf {
  position: absolute;
  top: -45px;
  right: 20px;
  z-index: 1;
}

div.printpdfother {
  top: 0;
}

.sort .inner div.printpdf a, div.printpdf {
  background: none;
  padding-right: 0;
}

.printbutton {
  position: absolute;
  top: 4px;
  right: 20px;
  z-index: 10;
}

  .printbutton a {
    display: block;
    background: url(/img/system/drucken-grau.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

.erfolgreich, .auction .content .history table tr.erfolgreich td, #finishedLots table tr.erfolgreich td {
  color: #2a752f;
}

.nicht-erfolgreich, .auction .content .history table tr.nicht-erfolgreich td, #finishedLots table tr.nicht-erfolgreich td {
  color: #800000;
}

.statusMsg {
  position: absolute;
  background: #fff;
  color: #33302f;
  border: 1px solid #b6b7b8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px #999;
  min-height: 200px;
  min-width: 300px;
  font-style: normal;
  /*padding-bottom: 20px;*/
  top: 50px;
  left: 15%;
  right: 15%;
}

.statusMsg-headline {
  background: #e6e9ea;
  border-bottom: 1px solid #dddee0;
  font-size: 16px;
  line-height: 20px;
  color: #990000;
  padding: 9px 15px 6px 15px;
}

.statusMsg-wrapper {
  padding: 30px;
}

.statusMsg-big {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.statusMsg-small {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
}

#sound {
  float: right;
  /*margin: 20px 0 0 0;*/
  cursor: pointer;
}

  #sound span {
    font-size: 14px;
    display: block;
    float: left;
  }

audio {
  display: none;
}

#disclaimer {
  max-width: 800px;
}

  #disclaimer .squarebutton {
    margin-top: 16px;
  }

#lotHistory {
  text-align: right;
}

  #lotHistory ul {
    float: right;
    list-style: none;
    margin: 0 0 0 12px;
    padding: 0;
  }

    #lotHistory ul li {
      float: left;
      margin: 0 0 0 12px;
      padding: 0;
    }

.loader {
  margin: 0 auto;
  width: auto;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #990000;
}

.anker, .anker:hover {
  text-decoration: none !important;
}

#loginInfos {
  margin-top: 10px;
  padding: 12px 20px 8px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: url("/img/system/myauction.png") repeat-x scroll 0 bottom #f8f9f9;
  box-sizing: border-box;
  overflow: hidden;
}

  #loginInfos .wrapper {
    display: table;
  }

  #loginInfos .error {
    display: block;
    margin-bottom: 8px;
  }

  #loginInfos .thirds {
    display: table-cell;
    margin-top: 2px;
    padding-right: 16px;
    max-width: 200px;
    vertical-align: top;
  }

  #loginInfos.loggedin .thirds {
    padding-right: 50px;
  }

  #loginInfos .thirds:nth-child(3) {
    padding-right: 0;
    vertical-align: top;
  }

  #loginInfos .textbutton {
    float: right;
    margin: 0;
    width: 100%;
    text-align: center;
  }

    #loginInfos .textbutton a {
      display: block;
      padding-top: 2px;
      padding-bottom: 1px;
    }

  #loginInfos input {
    width: 100%;
    box-sizing: border-box;
  }

    #loginInfos input + input {
      margin-left: 10px;
    }

table.termine {
  margin: 16px 0;
}

  table.termine th, table.termine td {
    padding: 8px 12px;
    vertical-align: top;
  }

  table.termine th {
    text-align: left;
  }

#registration {
  padding: 1px 20px 20px;
}

.ui-widget-content {
  border: 1px solid #990000 !important;
  /*margin-top: -1px !important;*/
}

/*mku*/
body, body .ui-widget, input, textarea, section.more .wrapper > .plaintext, .hinweistext {
  font-size: 15px !important;
}

div.imgleft {
  margin: 0 20px 5px 0;
}

section#content {
  width: 75%;
}

section#registration section#content {
  width: 65%;
}

table.termine {
  font-size: 18px !important;
}

  table.termine th, table.termine td {
    padding: 20px 28px;
  }

    table.termine th.termine-auktion {
      width: 300px;
    }

table.termine {
  margin-left: 5%;
}

nav#navi > .inner > ul {
  text-align: justify;
  height: 48px;
}

.navi-livebidding {
  animation: livebiddingGlow 3s 0s infinite;
  -moz-animation: livebiddingGlow 3s 0s infinite;
  -webkit-animation: livebiddingGlow 3s 0s infinite;
  -o-animation: livebiddingGlow 3s 0s infinite;
}

@keyframes livebiddingGlow {
  0% {
    text-shadow: 0 0 5px white;
    color: white;
  }

  50% {
    text-shadow: 0 0 20px white;
    color: #909090;
  }

  100% {
    text-shadow: 0 0 5px white;
    color: white;
  }
}

nav#navi > .inner > ul > li > a {
  padding: 0;
}

* + html nav#navi > .inner > ul {
  text-align: left;
}

  * + html nav#navi > .inner > ul > li {
    float: left;
    display: list-item;
  }

/* ::: uaWarning ::: */
#uaWarningWrapper {
  display: none;
  background-color: #ffe9af;
  border-bottom: 1px solid #c0c0c0;
}

#uaWarning {
  max-width: 600px;
  padding: 8px 0 32px;
}

  #uaWarning .link {
    display: inline;
  }

#uaWarningClose {
  text-align: right;
  cursor: pointer;
}

.layer {
  /*display: block !important;*/
  /* TEMP */
}

.auctions {
  text-align: left;
}

.layer .auctions {
  margin-bottom: -40px;
}

main#main .auctions {
  padding: 20px;
}

.auctions .saalauktion {
  width: 43px;
  height: 28px;
}

.auctions .livebidding {
  width: 43px;
  height: 28px;
}

.auctions .eauction {
  width: 43px;
  height: 28px;
}

.auctions .vorabgebote {
  width: 51px;
  height: 28px;
}

.auctions .nachverkauf {
  width: 42px;
  height: 28px;
}

.auctions .onlinekatalog {
  width: 24px;
  height: 24px;
}

.auctions .gebotsliste {
  width: 21px;
  height: 24px;
}

.auctions .druckkatalog {
  width: 28px;
  height: 23px;
}

.auctions .ergebnisliste {
  width: 25px;
  height: 24px;
}

.auctions div.today {
  color: #990000;
  font-size: 19px;
  margin: 27px 0 11px 0;
}

.auctions table {
  width: 100%;
}

  .auctions table tr {
    border-bottom: 1px solid #990000;
  }

  .auctions table th, .auctions table td {
    font-size: 19px;
    text-align: left;
  }

  .auctions table th {
    height: 44px;
  }

  .auctions table td {
    line-height: 24px;
    padding-top: 9px;
    padding-bottom: 9px;
    vertical-align: top;
  }

    .auctions table td.date {
      padding-right: 30px;
      width: 160px;
      display: inline-block;
    }

    .auctions table td.type {
      white-space: nowrap;
      padding-right: 30px;
    }

      .auctions table td.type img {
        margin-right: 27px;
        vertical-align: middle;
      }

    .auctions table td.name {
      width: 80%;
      padding-right: 30px;
    }

    .auctions table td.information {
      white-space: nowrap;
    }

      .auctions table td.information img {
        margin-right: 23px;
        vertical-align: middle;
      }

nav#mobile-navi .auctions table td a {
  display: inline;
  padding: 0;
  font-size: 19px;
  line-height: 24px;
}

.auctions table tr.today {
  color: #990000;
}

.legend {
  margin-top: 12px;
}

.legend-left {
  float: left;
}

.legend-right {
  float: right;
}

.legend dt {
  float: left;
  width: 51px;
  height: 42px;
  margin-right: 9px;
  vertical-align: middle;
  text-align: center;
}

.legend-right dt {
  width: 28px;
  clear: both;
}

.legend dt:nth-child(4n+1) {
  clear: both;
}

.legend dt img {
}

.legend dd {
  float: left;
  width: 120px;
  height: 42px;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  vertical-align: middle;
  cursor: default;
}

#vorabgebote {
  position: relative;
}

.bubble {
  position: absolute;
  z-index: 100;
  left: 203px;
  top: -44px;
  box-sizing: border-box !important;
  width: 204px;
  padding: 8px 11px;
  background: #FFF;
  border: 2px solid #b81b1b;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.55);
  opacity: 0.9;
  display: none;
}

.bubble-left {
  left: auto;
  right: 203px;
}

.bubble::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: -10px;
  top: 50%;
  margin-top: -9px;
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  background: #FFF;
  border-top: 2px solid #b81b1b;
  border-right: 2px solid #b81b1b;
  box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.1);
}

.bubble-left::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: auto;
  right: -10px;
}

.bubble hr {
  margin: 8px 0;
  background: #c0c0c0;
}

.bubble a {
  display: block;
  padding-right: 27px;
  color: #33302f;
}

section.auctions td.date, section.auctions td.name {
  cursor: pointer;
}

  section.auctions td.date:hover, section.auctions td.name:hover {
    text-decoration: underline;
  }

.progress {
  width: 100%;
  height: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  display: none;
}

.progress-wrap {
  background: -webkit-linear-gradient(left, green,orange,red);
  overflow: hidden;
  position: relative;
}

  .progress-wrap .progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0;
  }

/* Shop */
#cphMain_cphMain_bestellung {
  padding: 20px 20px 20px 20px;
}

/* ::: Tabelle ::: */
.tabelle-wrapper {
  width: 100%;
  overflow: auto;
}

.tabelle {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

  .tabelle thead tr {
  }

    .tabelle thead tr th, .tabelle tbody tr.headline td {
      padding: 5px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      background: #e8e8e8;
      font-weight: bold;
      text-align: center;
      vertical-align: top;
    }

      .tabelle thead tr th span {
        font-weight: normal;
      }

  .tabelle tbody tr td {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: top;
  }

  .tabelle p {
    margin: 0;
  }

    .tabelle p + p {
      margin-top: 12px;
    }

/* Steps */
#steps {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #b6b7b8;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: justify;
}

.step {
  color: #990000;
}

  .step.last {
    /*background: none;*/
  }

  .step.undone {
    opacity: 0.5;
  }

  .step .number {
    float: left;
    width: 29px;
    height: 29px;
    background: url(/img/system/step.png) 0 0 repeat-x;
    font-size: 28px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    margin-right: 8px;
  }

  .step .name {
    display: inline;
    font-size: 19px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase;
  }

/* Kasse */
#kasse label {
  width: 120px;
  max-width: none;
}

#kasse input, #kasse select, #kasse textarea {
  width: 295px;
}

#kasse select {
  width: 307px;
}

#kasse input.checkbox {
  width: auto;
  float: left;
  margin: 6px 5px 0 0;
}

  #kasse input.checkbox + label {
    clear: none;
    width: 400px;
  }

#kasse div.radioButtonListWrapper {
  float: right;
  width: 307px;
}

  #kasse div.radioButtonListWrapper input, #kasse div.radioButtonListWrapper label {
    width: auto;
  }

  #kasse div.radioButtonListWrapper label {
    float: none;
    margin-left: 8px;
  }

  #kasse div.radioButtonListWrapper input {
    margin-top: 3px;
  }

#kasse .liste div.radioButtonListWrapper {
  float: none;
}

#kasse .liste .radioButtonWrapper {
  float: none;
  overflow: hidden;
  margin-right: 0;
}

  #kasse .liste .radioButtonWrapper label {
    width: auto;
  }

  #kasse .liste .radioButtonWrapper .radio {
    width: auto;
  }

#kasse .row.link {
  padding-left: 0;
}

#kasse table {
  width: 100%;
}

#kasse .tabelle select {
  width: 40px;
}

#kasse .left.zusammenfassung {
}

#kasse .right.zusammenfassung {
}

  #kasse .right.zusammenfassung input {
    float: left;
    width: 24px;
    margin-top: 6px;
  }

  #kasse .right.zusammenfassung label {
    clear: none;
    width: calc(100% - 30px);
    padding-top: 4px;
  }

#kasse .left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 40px;
}

#kasse .right {
  box-sizing: border-box;
  float: right;
  width: 50%;
  color: #383838;
}

#kasse select.countrycode {
  width: 80px;
  margin-right: 10px;
}

#kasse input.vorwahl {
  width: 100px;
}

#kasse input.telefon {
  width: 173px;
}

#kasse .liste div.radioButtonListWrapper, #kasse div.strassenummer, #kasse div.plzort, #kasse div.captcha div {
  width: auto;
}

#kasse .row.link {
  padding-left: 556px;
}

  #kasse .row.link.senden {
    padding-left: 569px;
  }

#kasse .row.linkleft {
  float: left;
  padding: 0;
}

#kasse .row.linkright {
  float: right;
  padding: 0;
}

#kasse .row.button {
  float: left;
  padding: 0;
}

#kasse .row.buttonright {
  float: right;
  padding: 0;
}

#kasse h2 {
  margin-bottom: 4px;
}

.winning {
  color: #346137;
}

.losing {
  color: #ff0000;
}

.current-item .currentLot-table {
  font-weight: bold;
}

.abgegeben {
  color: black !important;
}

.bieten-kasten-helper {
  color: black !important;
}

.form .leftform {
  padding-left: 0px !important;
}

.vorabgebot .eintragen input, #meinGesamtLimit, #cphMain_cphMain_auktion_getKontakt_limit {
  background-image: url( /img/system/input_bg_EUR.png);
  background-repeat: no-repeat;
  background-position: left center;
}

  .vorabgebot .eintragen input.icon-percent, #meinGesamtLimit.icon-percent, #cphMain_cphMain_auktion_getKontakt_limit.icon-percent {
    background-image: url( /img/system/input_bg_Percent.png);
  }

  .vorabgebot .eintragen input.icon-chf, #meinGesamtLimit.icon-chf, #cphMain_cphMain_auktion_getKontakt_limit.icon-chf {
    background-image: url( /img/system/input_bg_CHF.png);
  }

.vorabgebot .eintragen div {
  float: left;
  width: 50%;
}


#meinGesamtLimit, #cphMain_cphMain_auktion_getKontakt_limit {
  background-position: right center;
}

.auction .content .current-item .image img {
  max-height: 260px;
}

.vorabgebot .eintragen.shop {
  float: right;
  width: auto;
  border: 0;
  height: auto;
  text-align: right;
}

aside#filter .radioButtonListWrapper {
  border-bottom: 1px solid #990000;
  width: auto;
  margin: 0 0 16px 0;
  padding: 8px 0;
}

aside#filter .radioButtonWrapper {
  padding: 0 0 4px 0;
}

aside#filter .radioButtonWrappe:read-only:after {
  content: "";
  clear: both;
}

aside#filter .radioButtonWrapper input {
  float: left;
  width: auto;
  margin: 2px 8px 0 0;
  padding: 0;
}

aside#filter .radioButtonWrapper label {
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}

a.entfernen {
  display: block;
  width: 19px;
  height: 20px;
  background: url(/img/system/entfernen.png) 0 0 no-repeat;
  cursor: pointer;
  margin: 5px auto 0;
}

#warenkorb .link {
  margin: 8px 0 0 0;
}

.warenkorb-hinweis {
  float: left;
  border: 1px solid rgb(124, 221, 119);
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  background-color: rgb(188, 245, 188);
  display: none;
  margin-top: 10px;
}

  .warenkorb-hinweis .message {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
  }

table.results {
  width: 100%;
}

  table.results td {
    width: 20%;
    background-color: #f8f9f9;
    border: 4px solid #FFF;
    padding: 4px;
    cursor: pointer;
  }

    table.results td span.losnr {
      color: #990000;
    }

    table.results td span.bidding {
      float: right;
    }

#topRightWrapper {
  float: right;
  max-width: 100%;
}

#topbar-search {
  float: right;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  height: 36px;
  width: 158px;
  padding: 3px 0;
}

.topbar-search-icon {
  display: block;
  float: left;
  background: url(/img/system/auktion_lupe_icon.png) center center no-repeat;
  height: 29px;
  width: 30px;
}

#topbar-search-input {
  width: 104px;
  float: left;
  border: 1px solid #990000;
  outline: none;
  padding: 3px 4px;
  box-sizing: border-box;
  color: #002f56;
}

.topbar-search-submit {
  display: block;
  background: url(/img/system/pfeil_klein_rechts.png) center center no-repeat;
  float: left;
  height: 28px;
  width: 19px;
}

/* ##### Maske
############### */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.bidmask, .bidmask *, .bidmask *:before, .bidmask *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
}

.bidmask {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
  box-shadow: 0 0 15px #999;
}

  .bidmask img {
    max-width: 100%;
  }

.bm-right {
  text-align: right !important;
}

.bm-bold {
  font-weight: bold;
}

.bm-color {
  color: #990000;
}

.bm-green {
  color: #288d09;
  font-weight: bold;
}

.bm-red, .bm-red a {
  color: #b70909;
  font-weight: bold;
}

/* BM Head */
.bm-header {
  height: 50px;
  background: #e6e9ea;
  border-top: 1px solid #b6b7b8;
  border-bottom: 1px solid #b6b7b8;
  color: #990000;
  display: table;
  width: 100%;
}

  .bm-header > * {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    padding: 10px 0 0;
  }

.bm-headline {
  font-size: 19px;
  width: 20%;
  padding-left: 28px;
}

.bm-login-state {
  text-align: center;
}

.bm-sound {
  width: 20%;
  text-align: right;
  color: #000;
  font-weight: bold;
  padding-right: 28px;
}

  .bm-sound img {
    vertical-align: middle;
  }

/* BM Item */
.bm-content-wr {
  border-bottom: 1px solid #b6b7b8;
  background: #f8f9f9;
  display: table;
  width: 100%;
}

.bm-item-wr {
  padding: 0 28px;
  width: 75%;
  display: table-cell;
  border-right: 1px solid #b6b7b8;
  position: relative;
  background: #fff;
}

  .bm-item-wr:after {
    content: url(/img/system/bidmask-arrow.png);
    position: absolute;
    left: 100%;
    top: 138px;
  }

.bm-item-img {
  position: relative;
  padding: 30px 0;
  text-align: center;
  min-height: 300px;
}

  .bm-item-img img {
    display: inline-block;
    max-height: 240px;
  }

.bm-item-mark {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("/img/system/stern_merken_grau_icon.png") 0px 0px no-repeat;
  position: absolute;
  top: 30px;
  right: -15px;
}

  .bm-item-mark.marked,
  .bm-item-mark:hover {
    background-image: url("/img/system/stern_merken_gold_icon.png");
  }

.bm-item-facts table {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 16px;
}

  .bm-item-facts table tr td:nth-child(2) {
    width: 22%;
  }

  .bm-item-facts table tr td:nth-child(3) {
    width: 22%;
    white-space: nowrap;
  }

.bm-item-text {
  margin-top: 10px;
  height: 91px;
  overflow-y: hidden;
  font-size: 15px;
}

/* BM Aside */
.bm-item-aside {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  min-width: 245px;
}

.bm-state {
  margin: 0 16px;
  border-bottom: 1px solid #ccc;
  min-height: 58px;
  padding-top: 14px;
}

  .bm-state .bm-countdown-sprite {
    width: 36px;
    height: 42px;
    background: url("/img/system/stoppuhr_sprite.png");
    display: inline-block;
  }

.bm-hammer-sprite {
  background: url("/img/system/bidmask-hammer-sprite.png") no-repeat;
  width: 107px;
  height: 31px;
  background-position: 0 0;
  display: inline-block;
  float: right;
  margin-top: 10px;
  position: relative;
}

  /*.bm-hammer-sprite:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}*/
  .bm-hammer-sprite .statetext {
    display: block;
    position: absolute;
    top: -20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }

.bm-state1 {
  background-position: 0 -31px;
}

  /*.bm-state1:before {
  content: 'zum Ersten';
  color: #0b8934;
}*/
  .bm-state1 .statetext {
    color: #0b8934;
  }

.bm-state2 {
  background-position: 0 -62px;
}

  /*.bm-state2:before {
  content: 'zum Zweiten';
  color: #f47300;
}*/
  .bm-state2 .statetext {
    color: #f47300;
  }

.bm-state3 {
  background-position: 0 -93px;
}

  /*.bm-state3:before {
  ontent: 'zum Dritten';
  color: #b70909;
}*/
  .bm-state3 .statetext {
    color: #b70909;
  }

.bm-bid {
  min-height: 236px;
  position: relative;
  text-align: center;
  line-height: 1em;
}

.bm-notice {
  font-weight: bold;
}

.bm-central {
  position: absolute;
  top: 35%;
  width: 100%;
  /*padding-left: 20px;*/
}

.bm-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  font-size: 14px;
  overflow: hidden;
}

.bm-bid-headline {
  display: block;
  padding: 12px 0 3px;
  font-size: 16px;
  font-weight: bold;
  min-height: 30px;
}

.bm-bid-current {
  font-weight: bold;
  display: block;
  font-size: 22px;
  color: #990000;
  padding: 8px 0 3px;
}

.bm-bid-current-2nd {
  display: block;
  font-size: 13px;
  color: #33302f;
}

.bm-bid-button {
  background: #494d4f;
  width: 150px;
  height: auto;
  position: relative;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 5px;
}

  .bm-bid-button:hover {
    opacity: 0.9;
  }

.bm-bb-text {
  font-weight: bold;
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 5px 0;
}

.bm-bb-bid {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 22px;
  display: block;
}

.bm-bb-bid-2nd {
  font-weight: 300;
  color: #bfbfbf;
  display: block;
  padding-top: 5px;
}

.bm-bb-bid-step {
  padding-top: 5px;
  color: #33302f;
  font-size: 13px;
  font-weight: 300;
  /*margin-bottom: 5px;*/
}

.bm-bid-button span.bm-bb-bid-2nd {
  padding-top: 8px;
}

.bm-bid-button .bm-bb-bid-2nd + .bm-bb-bid-2nd {
  padding-top: 1px;
}

.bm-bid-button span.bm-bb-bid-2nd:last-of-type {
  padding-bottom: 3px;
}

.bm-history-head {
  background: #e6e9ea;
  border-top: 1px solid #b6b7b8;
  border-bottom: 1px solid #b6b7b8;
  color: #990000;
  font-size: 16px;
  line-height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
}

.bm-history-wr {
  position: relative;
}

.bm-history-values {
  height: 144px;
  overflow-y: auto;
  padding: 10px 18px 32px;
}

.bm-history-wr table {
  width: 100%;
  border: 0;
  outline: none;
  text-align: left;
  font-size: 14px;
}

  .bm-history-wr table thead {
    font-weight: bold;
  }

  .bm-history-wr table tr th:first-child {
    width: 75px;
  }

  .bm-history-wr table tr th:nth-child(2) {
    width: 55px;
  }

  .bm-history-wr table tr td {
    padding: 1px 0;
  }

.bm-history-total {
  position: absolute;
  left: 18px;
  bottom: 0;
  line-height: 34px;
  width: calc(100% - 36px);
  background: #f8f9f9;
  border-top: 1px solid #bdbdbd;
}

.bm-history-totalcount {
  float: right;
  color: #99918d;
  padding-right: 18px;
}

/* Responsive */
@media only screen and (max-width: 900px) {
  .bm-content-wr {
    display: block;
  }

  .bm-item-wr {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #b6b7b8;
  }

    .bm-item-wr:after {
      top: calc(100% - 17px);
      left: calc(25% - 12px);
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }

  .bm-item-aside {
    display: table;
    width: 100%;
  }

  .bm-item-aside-top, .bm-history {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .bm-item-aside-top {
    /*padding-bottom: 20px;*/
    padding-top: 6px;
    border-right: 1px solid #b6b7b8;
  }

  .bm-history-head {
    border-top: 0;
  }

  .bm-history-values {
    height: 252px;
  }

  .bm-history-wr table tr th, .bm-history-wr table tr th:first-child, .bm-history-wr table tr th:nth-child(2) {
    width: 33.33%;
  }
}

@media only screen and (max-width: 700px) {
  .bm-header {
    display: block;
    height: auto;
    padding-top: 10px;
    position: relative;
  }

  .bm-headline, .bm-login-state {
    width: 100%;
    display: block;
    padding: 5px 28px;
  }

  .bm-sound {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .bm-item-wr:after {
    left: calc(50% - 12px);
  }

  .bm-item-img {
    min-height: 0;
  }

  .bm-item-facts table {
    font-size: 14px;
  }

  .bm-item-text {
    height: 125px;
  }

  .bm-item-aside {
    display: block;
  }

  .bm-item-aside-top, .bm-history {
    width: 100%;
    display: block;
    border-right: 0;
  }

  .bm-history-head {
    border-top: 1px solid #b6b7b8;
  }

  .bm-history-values {
    height: 200px;
  }
}

#rotate_icon path, .ggskin .ggskin_svg path {
  fill: #990000;
}

.ggskin .ggskin_text div div {
  color: #990000 !important;
}

.detail-layer h2 {
  color: #990000;
}

.item .image img.autorotate {
  width: 21px;
  height: 21px;
  margin-top: 5px;
  float: right;
  margin-right: 4px;
}

.fancybox-inner {
  overflow: hidden !important;
}

#audioplayer {
  float: right;
  margin-top: 0px;
  clear: right;
}


.pager {
  margin: 0;
  padding: 4px;
  display: table;
  width: 100%;
  background-color: #f3f4f5;
}

  .pager:after {
    content: '';
    display: table;
    clear: both;
  }

.pager-backward,
.pager-forward {
  float: left;
  width: 30px;
  /*padding-top: 2px;*/
}

.pager-forward {
  float: right;
}

.pager a {
  float: left;
  width: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
}

.pager-info {
  text-align: center;
  font-size: 15px;
  padding-top: 3px;
}

  .pager-info input {
    width: 30px;
    text-align: center;
  }


/*.icon-warenkorb {
  background-image: url(/img/system/icons/warenkorb_icon.svg);
  fill: #990000;
}

.icon-meine-daten {
  background-image: url(/img/system/icons/meine_daten_icon.svg);
  fill: #990000;
}

.icon-info {
  background-image: url(/img/system/icons/info_icon.svg);
  fill: #990000;
}

.icon-suche {
  background-image: url(/img/system/icons/suche_icon.svg);
  fill: #990000;
}

.icon-beendete-lose {
  background-image: url(/img/system/icons/beendete_lose_icon.svg);
  fill: #990000;
}

.icon-auktionen {
  background-image: url(/img/system/icons/auktionen_icon.svg);
  fill: #990000;
}*/




/*Custom - Cols*/
.row.vorabgebot + .jumbotron-kategorie {
  margin-top: 40px;
}


.col-md-1_5,
.col-md-1_8,
.col-md-2_5,
.col-md-2_8,
.col-md-3_5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-md-1_5 {
  width: 12.5%;
}

.col-md-1_8 {
  width: 16%;
}

.col-md-2_5 {
  width: 16%;
}

.col-md-2_8 {
  width: 36%;
}

.col-md-1_8 .btn {
  margin: 0 auto;
  display: block;
  width: auto;
}

.col-md-offset-0_5 {
  margin-left: 2%;
}

.col-md-3_5 {
  width: 29%;
}

.col-md-4_5 {
  width: 37.5%;
}

.col-md-offset-4_5 {
  margin-left: 30%;
}

.badge {
  animation: pulse 1s 1;
  position: absolute;
  left: 6px;
  top: -4px;
  background-color: rgba(212, 174, 95, 0.6);
}

.badge-warning {
  background-color: rgba(255, 0, 0, 0.6);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.6);
  }

  80% {
    transform: scale(.9);
  }


  100% {
    transform: scale(1);
  }
}






/*Offene Vorabgebote*/
.auk-list.offene-vorab h2 {
  margin-bottom: 20px;
}

.auk-list.offene-vorab .vorabgebot h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

  .auk-list.offene-vorab .vorabgebot h4.bidding-foreign {
    font-size: 16px;
    color: #aaaaaa;
    margin-top: 4px;
    font-weight: normal;
  }

  .auk-list.offene-vorab .vorabgebot h4 .small {
    font-size: 13px;
    color: #aaaaaa;
  }

.auk-list.offene-vorab h4.yellow {
  color: #d4ae5f;
  margin-top: 52px;
  margin-bottom: 40px;
}

.auk-list.offene-vorab .hidden-info {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

  .auk-list.offene-vorab .hidden-info table {
    width: 100%;
  }

    .auk-list.offene-vorab .hidden-info table td {
      vertical-align: top;
    }


/*.auk-list.offene-vorab .header, /*{margin-top: 35px;}
.auk-list .header {
  margin-top: 25px;
}*/
.auk-list .col-md-7 h4 {
  margin-bottom: 26px;
}

.auk-list.offene-vorab .open-offer-wrapper {
  margin-bottom: 50px;
  background: #f3f4f5;
}

.auk-list.offene-vorab .kategorie {
  background-color: #949b9e;
  min-height: 37px;
  color: #fff;
  font-size: 16px;
  padding: 9px 8px;
  overflow: auto;
}

  .auk-list.offene-vorab .kategorie div.col-md-7 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 3px;
    padding-left: 25px;
  }

.auk-list.offene-vorab .kategorie-hauslogo {
  height: 90px;
  width: 100%;
  background: #fff;
}

  .auk-list.offene-vorab .kategorie-hauslogo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

.vorabgebot-wrapper {
  background: #FFFFFF;
  transition: background 0.5s ease-in;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: solid 0px #ffffff;
  border-bottom: solid 1px #949b9e;
}

  .vorabgebot-wrapper .jumbotron-revers.offer {
    margin: 0;
    background: transparent;
    padding-bottom: 0;
  }

  .vorabgebot-wrapper.active {
    background: #fff;
  }

.auk-list.offene-vorab .vorabgebot {
  margin: 0 8px;
}

.auk-list.offene-vorab .bottom-column {
  padding: 0 18px 18px;
}
/*.auk-list.offene-vorab .vorabgebot div:last-child {padding-right: 33px;}*/
.auk-list.offene-vorab a.btn.btn-delete,
.auk-list.offene-vorab a.btn.btn-edit {
  padding: 10px 0px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #555555;
  border: 0;
  border-radius: 0;
  width: 38px;
  height: 38px;
  float: right;
  transition: all 0.2s ease-in;
}

  .auk-list.offene-vorab a.btn.btn-delete:hover, .auk-list.offene-vorab a.btn.btn-delete:focus,
  .auk-list.offene-vorab a.btn.btn-edit:hover, .auk-list.offene-vorab a.btn.btn-edit:focus {
    color: #d4ae5f;
    text-decoration: none;
  }

  .auk-list.offene-vorab a.btn.btn-edit.open {
    background-color: #d4ae5f;
  }

    .auk-list.offene-vorab a.btn.btn-edit.open:hover, .auk-list.offene-vorab a.btn.btn-edit.open:focus {
      color: #383838;
    }

.auk-list.offene-vorab .article {
  margin-bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background-clip: content-box;
}

.auk-list.offene-vorab .notice {
  margin-top: 5px;
  padding-right: 0;
  padding-left: 0;
  /*height: 34px;
  display: flex;*/
}

.prebid-warning-img,
.prebid-success-img {
  float: left;
  margin: 32px 42px;
}

.auk-list.offene-vorab img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.auk-list.offene-vorab .article img {
  max-height: 48px;
}

.auk-list.offene-vorab .vorabgebot h4.main-description,
.auk-list.offene-vorab .bottom-column h4.main-description {
  font-size: 16px;
  padding-right: 0;
  margin-top: 5px;
  font-weight: normal;
}

.auk-list.offene-vorab .bottom-column .main-description {
  margin-bottom: 10px;
}

.auk-list.offene-vorab hr {
  border-top: 1px solid #d4ae5f;
  margin: 0;
  opacity: 0.5;
}

.auk-list.offene-vorab .pos-summe:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #d4ae5f;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.auk-list.offene-vorab .row.summe {
  background: #949b9e;
}

.row.summe div:first-child {
  width: auto;
}

.row.summe div:last-child {
  width: auto;
  float: right;
}

.auk-list.offene-vorab .row.summe * {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 6px;
}

  .auk-list.offene-vorab .row.summe *:last-child {
    text-align: right;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
  }

.auk-list.offene-vorab textarea.bemerkung {
  width: 100%;
  max-width: 600px;
  min-height: 150px;
  border: none;
  outline: 0;
  padding: 10px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.54);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.54);
  box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.54);
}

.auk-list.offene-vorab .btn-gray {
  font-size: 20px;
  padding: 11px 18.5px 9px;
  position: relative;
  white-space: normal;
}

.auk-list.offene-vorab .custom-check {
  width: 55%;
  display: inline-block;
  margin: 0;
}

  .auk-list.offene-vorab .custom-check .checkbox {
    padding-left: 0;
  }

    .auk-list.offene-vorab .custom-check .checkbox label {
      font-size: 16px;
      padding-left: 26px;
    }

      .auk-list.offene-vorab .custom-check .checkbox label:before {
        width: 17px;
        height: 17px;
        min-height: 17px !important;
        min-width: 17px !important;
        left: 0px;
        top: 4px;
      }

      .auk-list.offene-vorab .custom-check .checkbox label:after {
        top: 4px;
        left: 2px;
        font-size: 13px;
      }

.auk-list.offene-vorab .jumbotron-revers.offer {
  padding-top: 30px;
  display: none;
}

  .auk-list.offene-vorab .jumbotron-revers.offer h3 {
    font-size: 22px;
  }

  .auk-list.offene-vorab .jumbotron-revers.offer h4 {
    color: #000;
  }

.auk-list.offene-vorab .col-md-4.bidding-foreign h4 {
  color: #aaaaaa !important;
}

.auk-list.offene-vorab .jumbotron-revers.offer h4.bidding-foreign {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.1;
  text-transform: none;
  text-align: left;
}

  .auk-list.offene-vorab .jumbotron-revers.offer h4.bidding-foreign .small {
    font-size: 13px;
    color: #aaaaaa;
  }

.auk-list.offene-vorab .jumbotron-revers.offer input.offer-input {
  width: 85%;
}



.btn {
  line-height: 1.2;
}

/*Button Formatierung*/
.btn-yellow, .btn-gray, .btn-green {
  color: #fff;
  font-size: 18px;
  /*text-transform: uppercase;*/
  padding: 8px 12px 5px;
  border-radius: 0;
  border: 0;
  transition: all 0.2s ease-in;
  text-decoration: none;
  white-space: normal;
}

  .btn-yellow, .btn-yellow:active, .btn-yellow:focus {
    background-color: #d4ae5f;
  }

    .btn-yellow:hover, .btn-yellow:focus {
      color: #383838;
      text-decoration: none;
    }

  .btn-gray, .btn-gray:active, .btn-gray:focus {
    background-color: #555555;
  }

    .btn-gray:hover, .btn-gray:focus {
      color: #d3b77b;
      text-decoration: none;
    }

  .btn-green, .btn-green:active, .btn-green:focus {
    background: #07862a;
    /*background: -moz-linear-gradient(top, #269646 0%, #02601c 99%);
    background: -webkit-linear-gradient(top, #269646 0%, #02601c 99%);
    background: linear-gradient(to bottom, #269646 0%, #02601c 99%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269646', endColorstr='#02601c', GradientType=0 );
  }

    .btn-green:hover, .btn-green:focus {
      color: #d3b77b;
      text-decoration: none;
    }

/*Lose Button*/
.auk-list .offer .btn-gray, .auk-list .offer .btn-green {
  font-size: 22px;
  padding: 9px 12px 7px;
  float: right;
  width: 210px;
  text-transform: uppercase;
}

.col-md-offset-1.col-md-2.offer .btn-gray {
  width: 100%;
}

/*Vorangebot Button*/
.yellow.btn-yellow {
  font-size: 22px;
  padding: 8px 12px 8px;
  /*background-color: #c2a25c;*/
}

  .yellow.btn-yellow:hover {
    color: #383838;
  }

.jumbotron-revers.offer .yellow.btn-yellow {
  padding: 10px 12px;
}

.vorabgebot .btn-gray {
  font-size: 22px;
  padding: 7px 30px 5px 15px;
  float: right;
  /*width: 210px;*/
  position: relative;
  white-space: normal;
  margin-bottom: 20px;
}

  .vorabgebot .btn-gray:after,
  .vorabgebot .btn-gray.active:after {
    content: "\e80b";
    font-family: 'Fontello';
    font-size: 12px;
    right: 10px;
    top: 50%;
    position: absolute;
  }

  .vorabgebot .btn-gray:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .vorabgebot .btn-gray.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }


.growl {
  opacity: 1;
  border-radius: 0;
}

  .growl.growl-default {
    background: #d4ae5f;
  }

  .growl.growl-notice {
    background: green;
  }

  .growl .growl-close {
    font-size: 20px;
  }

  .growl .growl-title {
    font-size: 22px;
  }

  .growl .growl-message {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
  }


#dialog {
  z-index: 1000;
  position: fixed;
  border: 0;
  padding: 18px;
  background: #555555;
  overflow: auto;
  background: #38383a;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: inherit !important;
  cursor: pointer;
  max-width: 947px;
  padding: 18px 25px 18px 181px;
}

  #dialog .red {
    color: white;
  }

  #dialog h2 {
    color: #fff;
  }

  #dialog .prebid-warning-img,
  #dialog .prebid-success-img {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto 25px;
    bottom: 0;
  }

  #dialog .prebid-success-img {
    margin: auto 75px;
  }

  #dialog .close {
    font-size: 42px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
  }

  #dialog a {
    color: #FFF;
    text-decoration: underline;
    transition: all 0.2s ease-in;
  }

    #dialog a:hover {
      color: #ccc;
    }

  #dialog p {
    margin-top: 15px;
  }

.ui-tooltip.ui-widget-shadow {
  opacity: 1;
  background: #FFF;
}

.nopadding {
  padding: 0 !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.negativmargin {
  margin-left: -12px;
  margin-right: -12px;
}

.col-md-12 .checkbox {
  padding-left: 20px;
}


@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes pulse1 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(0.9);
  }
}

.auktion-running {
  animation-name: pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.live .type {
  /* display:inline-block;*/
  animation-name: pulse1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

tr.live {
  font-weight: bold;
}

.fancybox-title {
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.image .shadow {
  position: relative;
}

.proxybidinfo, .proxybidinfo:hover {
  background-color: #990000;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  vertical-align: top;
  padding-left: 1px;
  padding-top: 1px;
  color: white;
}

.gebotstyp, .gebotstyp-dummy {
  display: block;
}


.vorabbutton, .proxybutton, .squarebutton, .squarebutton a {
  line-height: 21px;
  padding: 3px 2px 2px 3px;
}

.vorabgebot .eintragen input {
  height: 25px;
  font-size: 15px !important;
  margin-right: 1px;
}

.proxybidinfo {
  margin-left: -13px;
  margin-top: -5px;
}

.vorabgebot .eintragen table {
  margin-bottom: 14px;
}

.idcardupload {
  display: none;
}

.offensive-media {
  display: none;
}

.offensive-media-info {
  border: 1px solid rgb(255, 193, 7);
  background: rgba(255, 193, 7, 0.1);
  padding: 8px;
  text-align: center;
}

  .offensive-media-info .freischalten {
    text-decoration: underline;
    cursor: pointer;
  }
