@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Open Sans", Verdana;
}

iframe {
  max-width: 100% !important;
}

.button_large, .btn {
  cursor: pointer;
  background: #c8ac6e !important;
}
.button_large:hover, .btn:hover {
  color: white !important;
}
.button_large *, .btn * {
  background: #c8ac6e;
}

.trenner {
  border-top: 2px solid #ebebeb;
  position: absolute;
  width: 100%;
  left: 0;
}

.desc_box {
  border-top: none;
}

body {
  background: none;
}

#header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
#header.scroll {
  position: fixed;
  z-index: 10000;
  top: 0;
  background: #f2f2f2;
}
#header.scroll .lang, #header.scroll .search, #header.scroll .fastSearch {
  display: none;
}
#header.scroll .topRow {
  margin-bottom: -50px;
  z-index: -1;
}
#header.scroll .warenkorb {
  margin-top: 20px;
  margin-bottom: -13px;
}
#header.scroll .navigation.top {
  width: 410px;
  margin-top: 18px;
}
#header.scroll .profile {
  margin-top: 13px;
}
#header .inner {
  max-width: 960px;
  margin: 0 auto;
}
#header #logo {
  height: 45px;
  width: 160px;
  margin-top: 14px;
  z-index: 1000;
  position: relative;
}
#header #logo .l {
  margin-top: 0;
}
#header #logo img {
  height: 45px;
}
#header .topRow {
  background: #f2f2f2;
  width: 100%;
  display: block;
  margin-top: 0;
  top: 0;
  position: relative;
  float: left;
  padding: 9px 0 0 0;
}
#header .topRow .lang {
  float: right;
  padding-left: 15px;
  width: 30px;
  padding: 5px 0 0 5px;
  margin-top: -3px;
  height: 20px;
}
#header .topRow .lang a {
  background-image: url("/images/flags.png");
  width: 22px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  padding: 0 !important;
  float: left !important;
}
#header .topRow .lang .furtherLanguages {
  display: none;
  position: absolute;
  width: 20px;
  margin-top: 20px;
  z-index: 10000;
  background: white;
  padding: 5px;
}
#header .topRow .lang:hover .furtherLanguages {
  display: block;
}
#header .topRow .lang .active {
  margin-left: 5px;
}
#header .topRow .lang .iso {
  padding-top: 10px;
  display: block;
  text-align: center;
}
#header .topRow .lang .it {
  background-position: -22px 0;
  width: 16px;
}
#header .topRow .lang .de {
  background-position: -38px 0;
  width: 18px;
}
#header .topRow .lang .es {
  background-position: -56px 0;
  width: 17px;
}
#header .topRow .lang .fr {
  background-position: -73px 0;
  width: 17px;
}
#header .topRow .warenkorb_icon_leer {
  background: url(/images/warenkorb_leer_kl_schwarz.png) no-repeat 0 3px;
}
#header .topRow .warenkorb_icon, #header .topRow .warenkorb_icon_leer {
  margin: -5px 5px 0 5px;
  display: inline-block;
  float: left;
  position: relative;
}
#header .search {
  cursor: pointer;
  float: right;
}
#header #details {
  position: relative;
  z-index: 1000;
  color: #000;
  margin-right: 0;
  margin-top: 25px;
}
#header #details a, #header #details div {
  color: #000;
}
#header #details div {
  padding-top: 0;
}
#header #details #komfort_center .button_scenter {
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  padding-right: 14px;
}
#header #details .myGtk span a {
  float: left;
  padding: 7px;
}
#header #details .warenkorb a {
  font-size: 11px;
}
#header #details .menue li a {
  font-size: 15px;
  font-weight: normal;
}
#header #details a.advancedSearch {
  float: left;
  margin-left: -5px;
  color: #888;
  cursor: pointer;
}
@media (max-width: 576px) {
  #header #details {
    margin-top: 0;
  }
}

#suchform #suchtext {
  width: 120px;
  z-index: 10001;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  border: 1px solid #ccc;
  margin-top: 14px;
  border-radius: 3px;
}
#suchform #suchtext:focus {
  width: 200px;
  outline: none;
}
#suchform .search {
  margin-top: 14px;
}

#left {
  display: none;
}

ul.menue {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  float: left;
}
ul.menue li {
  float: left;
  width: auto;
  padding: 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.28);
  padding-right: 19px;
}

.navigation .seperator, .followus .seperator, .service .seperator {
  display: none;
}

#center {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

#logo .l {
  margin-left: 0;
}

#right {
  width: 100%;
  margin-top: 40px;
}

.teaser_headline {
  width: 100%;
  background: url(/images/menubg.jpg);
}

.footer {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
}

.followus {
  text-align: center;
  width: 100%;
  float: left;
}

.followus * {
  text-align: center;
  display: inline-block;
}

.followus .clear {
  display: none;
}

.loginbox {
  margin: 0 auto;
  width: 174px;
}

.footer .loginbox {
  float: right;
}

.service ul.menue li {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.service ul.menue li a {
  font-size: 13px;
  font-weight: normal;
}

.forgotpw {
  color: #000;
}

.footer h2 {
  color: #000;
}

.navigation.top {
  width: 100%;
  float: left !important;
  margin-top: -22px;
  margin-left: 50px;
}

.myGtk:hover > ul li ul li .sub {
  display: block;
}

.myGtk span {
  float: left;
  display: block;
  width: 100px;
  text-align: left;
}

.myGtk .sub {
  display: none;
  position: absolute;
  margin-top: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background-image: linear-gradient(#ffffff 0%, #dedede 100%);
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.28);
  padding-top: 4px;
}

.search:before {
  display: inline-block;
  content: "";
  background-image: url("/images/magnifier_icon.png");
  width: 17px;
  height: 18px;
  margin-bottom: -7px;
}

#komfort_center {
  display: none;
  height: 24px;
  width: 100%;
}

#komfort_center .closebutton {
  float: right;
  cursor: pointer;
  color: white;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  height: 19px;
  margin-right: 20px;
}

.fastSearch {
  z-index: 10000;
  position: relative;
  float: right;
  padding-top: 0 !important;
}
.fastSearch .button {
  border: 1px solid #ccc;
  padding: 2px;
  margin-top: 3px;
  margin-right: -5px;
}

#komfortsuche {
  margin: 0;
  width: 100%;
}

#komfort_center {
  width: 100%;
}

.menue.main ul {
  float: none !important;
  display: inline;
}
.menue.main ul li {
  background: none;
  border-right: none;
  display: inline;
  float: none;
}
.menue.main ul a {
  font-size: 13px;
  float: none !important;
}
.menue.main ul li:first-child {
  padding-bottom: 10px;
  margin-right: 22px;
}
.menue.main ul li:first-child ul li {
  padding-bottom: 0px;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
}
.menue.main ul li ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10100;
  border-bottom: 1px solid #f2f2f2;
  background: rgba(255, 255, 255, 0.93);
  padding: 10px;
  left: 0;
}
.menue.main ul li ul li {
  text-align: left;
  font-size: 14px;
  min-height: 27px;
}
.menue.main ul .menholder {
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menue.main ul .menholder .innermenholder {
  max-width: 300px;
  padding-right: 40px;
}

.menue.main * {
  /* font-family: Arial;*/
}

.menue.main ul span, .menue.main ul a {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.menue.main ul li:hover {
  cursor: pointer;
}

.menue.main ul li ul.hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menue.main li.username {
  cursor: default !important;
  font-style: italic;
}

i {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  margin: 6px 0 0 7px;
  position: absolute;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.warenkorb {
  float: right;
}

.warenkorb_icon_leer, .warenkorb_icon {
  background-image: url("/images/warenkorb_leer_schwarz.png");
  width: auto;
  height: 27px;
}

.warenkorb_icon_leer {
  min-width: 30px;
}

.warenkorb_icon {
  background-image: url("/images/warenkorb_schwarz.png");
}

.wk_count {
  margin: 0px 0 0 12px;
}

.wk_label {
  margin-left: 38px;
  margin-top: -12px;
  position: relative;
  float: right;
}

.profile {
  float: right;
  margin-top: -7px;
  margin-right: 6px;
  cursor: pointer;
}
.profile img {
  width: 20px;
  margin-right: 7px;
}
.profile ul {
  display: none;
  position: absolute;
  background: #f2f2f2;
}
.profile:hover ul {
  display: block;
}
.profile .menholder {
  width: 156px;
  max-width: 156px;
  z-index: 10000;
  padding: 10px;
}

.letters a {
  width: initial;
  padding: 0;
  display: inline-block;
  max-width: 100%;
}

.slideshow {
  margin-top: 5px;
}

.slideshow .desc_box {
  position: absolute;
  bottom: 30px;
  height: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  margin-left: -100px;
}

.slideshow .desc_box b {
  font-weight: bold;
  font-size: 18px;
}

.slideshow .desc_box .price {
  font-weight: bold;
  font-size: 14px;
}

.infoSlide {
  display: none;
}

.infoSlide.active {
  display: block;
}

.infoSlide.hidden {
  opacity: 0;
}

.footer {
  background: #f2f2f2;
  position: absolute;
  left: 0;
}

.footer .inner {
  width: 960px;
  margin: 0 auto;
}

.col23 {
  width: -o-calc(66% - 10px);
  width: calc(66% - 10px);
  float: left;
  padding: 5px;
}

.col3 {
  width: -o-calc(33% - 10px);
  width: calc(33% - 10px);
  float: left;
  padding: 5px;
}

.col2 {
  width: -o-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
  padding: 5px;
}

.col1 {
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  float: left;
  padding: 5px;
}

.sitemap {
  display: none;
}

.artisttext {
  font-size: 16px;
}

.quotetext {
  font-size: 18px;
  font-style: italic;
}

.quotetext1 {
  font-size: 17px;
}

.quotebox {
  padding: 5px;
}

.artisttextbox, .artistbox {
  background: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 6px;
  margin-left: 10px;
}

.artisttextbox {
  margin-bottom: 15px;
}

.artisttextbox big {
  font-size: 20px;
}

.artisttextbox .readMore {
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}

.hiddenFulltext {
  display: none;
}

.quotebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 6px;
  margin-left: 10px;
}

.currentTopDown {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.currentTopDown .headline {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.currentTopDown .button {
  width: 100%;
  margin-top: 15px;
}

.currentTopDown .button_center {
  width: 100%;
  text-align: center;
}

.currentTopDown .title {
  font-weight: bold;
  font-size: 14px;
  float: right;
  width: 57%;
}

.currentTopDown img {
  width: 40%;
  float: left;
  margin-right: 3%;
}

.currentTopDown .status {
  font-size: 15px;
}

.currentTopDown .status.timeleft {
  font-size: 13px;
}

.row {
  margin-left: -10px;
  margin-top: 10px;
}

.socialicon {
  background: url("/images/social_icons2.png");
  width: 43px;
  height: 50px;
}

.socialicon.twitter {
  background-position: -41px 0;
  width: 40px;
}

.socialicon.gplus {
  background-position: -82px 0;
  width: 35px;
}

.socialicon.yt {
  background-position: -116px 0;
  width: 36px;
}

.socialicon.mail {
  background-position: -153px 0;
  width: 29px;
}

.socialicon.insta {
  background-position: -186px 0;
  width: 29px;
}

#center_ov {
  width: 960px;
}
#center_ov #artikelcount.search {
  position: relative;
  float: left;
}
#center_ov .filterButton, #center_ov .filter .close {
  display: none;
}
#center_ov.hasFilter .inner {
  width: 66%;
  float: left;
}
#center_ov.hasFilter .inner .artikel_spacer_detail {
  width: 10px;
}
#center_ov.hasFilter .inner .artikel {
  width: 200px;
}
#center_ov.hasFilter .inner .artikel .img_box {
  height: 200px;
}
#center_ov.hasFilter .inner .artikel .desc_box h4 {
  max-height: 44px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #center_ov.hasFilter .inner {
    width: 100%;
  }
  #center_ov.hasFilter .inner .filterButton {
    display: block;
    float: right;
    margin: 3px 5px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  #center_ov.hasFilter .inner .artikel {
    width: 100%;
  }
}
#center_ov.hasFilter .filter {
  width: 33%;
  float: left;
}
#center_ov.hasFilter .filter .close, #center_ov.hasFilter .filter .close2 {
  display: none;
}
#center_ov.hasFilter .filter .landscapeFormat, #center_ov.hasFilter .filter .portraitFormat {
  background: #ccc;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
#center_ov.hasFilter .filter .landscapeFormat.selected, #center_ov.hasFilter .filter .portraitFormat.selected {
  background: #aaa;
}
#center_ov.hasFilter .filter .landscapeFormat {
  width: 40px;
  height: 24px;
  margin-top: 16px;
}
#center_ov.hasFilter .filter .portraitFormat {
  width: 24px;
  height: 40px;
}
#center_ov.hasFilter .filter .searchTitle {
  background: #f2f2f2;
  width: 89%;
  min-height: 30px;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #888;
}
@media screen and (max-width: 768px) {
  #center_ov.hasFilter .filter {
    display: none;
  }
  #center_ov.hasFilter .filter .close {
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: black;
    cursor: pointer;
  }
  #center_ov.hasFilter .filter .close2 {
    width: 90% !important;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }
}
#center_ov.hasFilter .filter.showMobile {
  display: block;
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: white;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 16px;
}
#center_ov.hasFilter .filter label {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
#center_ov.hasFilter .filter .ss-main {
  width: 90%;
}
#center_ov.hasFilter .filter .ss-multi-selected .placeholder {
  padding-left: 6px;
  padding-top: 5px;
}
#center_ov.hasFilter .filter .ss-multi-selected, #center_ov.hasFilter .filter .ss-single-selected, #center_ov.hasFilter .filter .ss-content {
  background: #f2f2f2;
}
#center_ov.hasFilter .filter .ss-add, #center_ov.hasFilter .filter .ss-arrow {
  margin-left: auto;
}
#center_ov.hasFilter .filter .ss-add:before, #center_ov.hasFilter .filter .ss-arrow:before {
  width: 26px;
  content: " ";
  height: 29px;
  margin-top: -9px;
  margin-right: -14px;
  border-radius: 3px;
  background: #c8ac6e;
}
#center_ov.hasFilter .filter .ss-disabled {
  color: #888;
}
#center_ov.hasFilter .filter .ss-plus, #center_ov.hasFilter .filter .ss-plus:after {
  background: white;
}
#center_ov.hasFilter .filter .ui-widget-header, #center_ov.hasFilter .filter .ss-main .ss-multi-selected .ss-values .ss-value {
  background: #a9a9a7;
}
#center_ov.hasFilter .filter #slider-range {
  width: 90%;
  margin-top: 8px;
}
#center_ov .artikel {
  margin-bottom: 16px;
}
#center_ov #artikel_detail h2 {
  color: #2f2f2f;
}
#center_ov #artikel_detail #artikel_desc {
  width: 50%;
  float: right;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#center_ov #artikel_detail #artikel_bild {
  width: 50%;
  float: left;
}
#center_ov #artikel_detail #artikel_bild .imgContainer {
  max-width: 100%;
  overflow: hidden;
}
#center_ov #artikel_detail #artikel_bild .imgContainer img {
  max-width: 100%;
}
#center_ov #artikel_detail #artikel_bild .watermark .inner {
  font-size: 28px;
}
#center_ov #artikel_detail #artikel_bild .watermark .inner img {
  max-width: 60px;
}
#center_ov #artikel_detail .myOffer {
  padding: 4px;
  width: 132px;
  margin-top: 5px;
  float: left;
}
#center_ov #artikel_detail .myOfferButton {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  color: white;
}
#center_ov #artikel_detail .myOfferButton .button_center {
  height: 22px;
}
@media screen and (max-width: 768px) {
  #center_ov #artikel_detail #artikel_desc,
  #center_ov #artikel_detail #artikel_bild {
    width: 100%;
  }
}

.cookie {
  position: fixed;
  bottom: 0;
  min-height: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  background: #cccccc;
  padding: 10px 0;
  z-index: 10000;
}

.cookie span {
  margin-top: 5px;
  padding: 6px 0;
  border: 1px solid white;
  border-radius: 6px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
}

/*artikeländerngen */
#center_ov .artikel {
  width: 300px;
  border: 0;
}
#center_ov .artikel.wide {
  width: 617px;
}
#center_ov .artikel .desc_box {
  background: none;
  height: 72px;
  overflow: hidden;
}
#center_ov .artikel .desc_box h4 {
  font-size: 16px;
  color: #2f2f2f;
}
#center_ov .artikel .desc_box p {
  font-size: 14px;
  color: #888;
}

#center_ov .img_box {
  height: 300px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#center_ov .img_box a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  float: left;
}
#center_ov .img_box img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  min-width: 150%;
  min-height: 150%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#center_ov .img_box:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

#relation {
  float: left;
  margin-left: 30px;
}

.artikel_formbox {
  float: right;
  margin-right: 0px;
}

.backToAuctionButton {
  margin: 5px 0;
  float: left;
  width: 100%;
}

.backToAuctionButton div {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

/*slideshow frame */
.slideshowframe {
  margin: auto 0;
  width: 940px;
  height: 2000px;
  margin-top: 10px;
}

.content.kassa {
  max-width: 820px;
}

.content.kassa .warenkorb {
  max-width: 722px;
  float: left;
}

/* suche */
#search {
  float: right;
}

.advancedSearch {
  float: right;
  margin-right: 68px;
  cursor: pointer;
}

.right.ansicht {
  display: none;
}

.imgContainer .heart {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
.imgContainer .heart img {
  display: none !important;
  position: absolute !important;
}
.imgContainer .heart img.heartGrey {
  display: block !important;
}
.imgContainer .heart:hover img.heartRed {
  display: block !important;
}
.imgContainer .heart:hover img.heartGrey {
  display: none !important;
}
.imgContainer .heart.active img.heartRed {
  display: block !important;
}
.imgContainer .heart.active img.heartGrey {
  display: none !important;
}
.imgContainer .heart.active:hover img.heartRed {
  display: none !important;
}
.imgContainer .heart.active:hover img.heartGrey {
  display: block !important;
}

.delWish {
  z-index: 10000;
}

.overviewImg {
  width: 30px;
}

.promoBox {
  border-top: 1px solid #f2f2f2;
  padding: 20px 0;
  margin-left: -15px;
  margin-bottom: 50px;
  position: relative;
  float: left;
  max-width: 100%;
}
.promoBox h2, .promoBox h2 a {
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}
.promoBox .artikel .img_box, .promoBox .artikel .desc {
  padding-right: 10px;
  padding-left: 10px;
}
.promoBox .artikel .desc {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-left: -2%;
}
.promoBox .artikel {
  margin-right: 1% !important;
  overflow: hidden;
}
.promoBox .artikel.w1 {
  width: 24% !important;
}
.promoBox .artikel.w2 {
  width: 32.33333333% !important;
}
.promoBox .artikel.w3 {
  width: 49% !important;
}
.promoBox .artikel.w4 {
  width: 65.33333333% !important;
}
.promoBox .artikel.w5 {
  width: 74% !important;
}
.promoBox .artikel.w6 {
  width: 100% !important;
  margin-right: 0% !important;
}

#nlreg input {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  margin-bottom: 1px;
  margin-top: 7px;
  padding: 4px;
}

.jquery-modal.blocker {
  z-index: 10000;
}

.d-none {
  display: none;
}