.strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
  color: rgba(86, 86, 86, 0.5);
}

/*
.strike:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #D36847;
  height: 45%;
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-4deg);
}
 */
.lotmodul {
  position: relative;
}
.lotmodul a {
  text-decoration: none;
  color: #000000;
}

.lots-klein {
  margin-left: -15px;
  margin-right: -15px;
}

.lot_klein {
  margin-left: 15px;
  margin-right: 15px;
}
.lot_klein .modul-container {
  width: 100%;
  background-color: #FFFFFF;
  margin-right: 30px;
  margin-bottom: 30px;
}
.lot_klein .modul-hover {
  display: flex;
  flex-direction: row;
}
.lot_klein .modul-hover .modul-bild {
  width: 40%;
}
.lot_klein .modul-hover .modul-bild picture > img {
  height: 2px;
  width: 2px;
}
.lot_klein .modul-hover .modul-bild .zuschlag {
  display: none;
}
.lot_klein .modul-hover .modul-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lot_klein .line {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #D5D7E0;
  margin: 15px 0;
}
.lot_klein .text_kurz {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.lot_klein .firmenname {
  font-family: kleine_sans_normal, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.lot_klein .preis_start {
  font-size: 14px;
}
.lot_klein .preis_start span {
  font-size: 20px;
}
.lot_klein .meta_preis {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  /*letter-spacing: 0.1em;*/
}
.lot_klein .ersparnis {
  font-family: kleine_sans_normal, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  background-color: #D5D7E0;
  padding: 2px 10px 6px 10px;
  display: inline-block;
  border-radius: 5px;
}
.lot_klein .schaetzwert {
  font-family: kleine_sans_normal, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.lot_klein .extra {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: kleine_sans_normal, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #08001A;
  margin-top: 15px;
}
.lot_klein .dot {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7E808C;
}
.lot_klein .img-container {
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
.lot_klein .img-container .merken {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border: none;
  padding: 10px;
  line-height: 0;
}
.lot_klein .img-container .merken svg.star use {
  fill: #ADAFB5;
}
.lot_klein .img-container .merken.active svg.star use {
  fill: #D36847;
}
.lot_klein .img-container .merken:hover {
  background-color: #D36847;
}
.lot_klein .img-container .merken:hover svg.star use {
  fill: #FFFFFF;
}

/*
.lot_klein:hover{
  .modul-hover{
    background-color: lightcoral;
    margin: -15px;
    padding: 15px;
  }
  .extra{
    display: block;
  }
}*/
.lotmodul.lot_klein {
  width: 100%;
}

.lotmodul.lot_klein.modul_default .image-container {
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
}
.lotmodul.lot_klein.modul_default .schaetzwert {
  position: relative;
}
.lotmodul.lot_klein.modul_default .schaetzwert span::after {
  position: absolute;
}

@media screen and (min-width: 400px) {
  .lot_klein .modul-hover .modul-bild {
    width: 50%;
  }
  .lot_klein .modul-hover .modul-content {
    width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .lot_klein .modul-hover .modul-bild .zuschlag {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    color: #D36847;
    padding: 1px 7px;
    font-size: 14px;
  }
  .lot_klein .meta_preis {
    letter-spacing: 0.1em;
    padding-right: 0;
  }
  .lot_klein .extra .zuschlag {
    display: none;
  }
  .lot_klein .extra .dot {
    display: none;
    position: relative;
    top: 3px;
  }
  .lot_klein .extra .dot ~ .dot {
    display: block;
  }
  .lot_klein .line {
    margin: 30px 0;
  }

  .lot_klein:hover .modul-hover .modul-bild .zuschlag {
    display: block;
  }
}
@media screen and (min-width: 568px) {
  .lotmodul.lot_klein {
    width: 240px;
  }

  .lot_klein .modul-container {
    background-color: #FFFFFF;
    margin-right: 0;
  }
  .lot_klein .modul-hover {
    flex-direction: column-reverse;
  }
  .lot_klein .modul-hover .modul-bild {
    width: 100%;
  }
  .lot_klein .modul-hover .modul-content {
    width: 100%;
    height: 150px;
  }
  .lot_klein .meta_preis {
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .lotmodul.lot_klein {
    width: 212px;
  }
}
@media screen and (min-width: 992px) {
  .lotmodul.lot_klein {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .lotmodul.lot_klein {
    width: 256px;
  }
}
@media screen and (min-width: 1400px) {
  .lotmodul.lot_klein {
    width: 230px;
  }

  .lots-klein {
    /*
    .lotmodul:nth-last-child(-n+2){
      display: none;
    }*/
  }
}
.modul_zeitreise {
  width: 100% !important;
  margin: 0;
}
.modul_zeitreise .modul-hover {
  display: block;
}
.modul_zeitreise .modul-container {
  border-radius: 12px;
  border: 1px solid rgba(34, 34, 34, 0.16);
  color: #565656;
}
.modul_zeitreise .modul-container .img-container {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.modul_zeitreise .modul-container .lotnumber {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 9px 12px 7px;
  background-color: #ffffff;
  z-index: 1;
  color: #000000 !important;
  border-radius: 6px;
  font-size: 13px;
}
.modul_zeitreise .modul-container .anzahl_gruppe {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 9px 12px 7px;
  background-color: #ffffff;
  z-index: 1;
  color: #000000 !important;
  border-radius: 6px;
  font-size: 13px;
}
.modul_zeitreise .modul-container .region {
  font-size: 12px;
  line-height: 1.2;
}
.modul_zeitreise .modul-container .text_kurz {
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
  min-height: 54px;
}
.modul_zeitreise .modul-container .infos {
  margin: 15px 0;
}
.modul_zeitreise .modul-container .info {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  padding: 7px 0;
}
.modul_zeitreise .modul-container .info:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lot_panel_12 {
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
}
.lot_panel_12 a {
  color: #000000;
  text-decoration: none;
}
.lot_panel_12 .card {
  border-radius: 12px;
  position: relative;
}
.lot_panel_12 .card .img-container {
  background-color: #FFFFFF !important;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
  border-top-left-radius: 12px;
}
@media screen and (min-width: 992px) {
  .lot_panel_12 .card .img-container {
    border-bottom-left-radius: 12px;
  }
}
.lot_panel_12 .card .img-container.ar3_2 {
  padding-top: 66.66%;
  /* 3:2 Aspect Ratio */
}
.lot_panel_12 .card .img-container.ar4_3 {
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
}
.lot_panel_12 .card .img-container.ar16_9 {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
.lot_panel_12 .card .img-container.ar8_5 {
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
}
.lot_panel_12 .card .card-body {
  height: auto;
}
.lot_panel_12 .card .schaetzwert {
  color: rgba(86, 86, 86, 0.5);
}
.lot_panel_12 .card .lotnumber {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 9px 12px 7px;
  background-color: #ffffff;
  z-index: 1;
  color: #000000 !important;
  border-radius: 6px;
  font-size: 13px;
}
.lot_panel_12 .card .anzahl_gruppe_2 {
  position: absolute;
  top: 10px;
  left: 80px;
  padding: 5px 15px;
  background-color: #d4af37;
  z-index: 1;
  color: #ffffff !important;
}
.lot_panel_12 .card .anzahl_gruppe {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 16px;
  background-color: #d4af37;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
  line-height: 28px;
  z-index: 3;
  border: 1px solid #ffffff;
  -moz-transform: rotate(10deg);
  /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(10deg);
  /* Safari */
  -o-transform: rotate(10deg);
  /* Opera */
  -ms-transform: rotate(10deg);
  /* IE9 */
  transform: rotate(10deg);
  /* W3C */
}
@media screen and (min-width: 576px) {
  .lot_panel_12 .card .anzahl_gruppe {
    width: 50px;
    height: 50px;
    font-size: 17px;
    padding: 10px;
  }
}
.lot_panel_12 .card .pricebox {
  background-color: lightblue;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.lot_panel_12 .card .logo-small {
  width: 120px;
  height: 60px;
  background-color: #ffffff;
  content: "";
  text-align: center;
  display: block;
  float: left;
}
.lot_panel_12 .card .logo-small img {
  margin: auto;
  max-height: 60px;
}
@media screen and (min-width: 576px) {
  .lot_panel_12 .card .card-body {
    height: 230px;
  }
  .lot_panel_12 .card .card-body .card-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .lot_panel_12 .card .card-body {
    height: 180px;
  }
  .lot_panel_12 .card .card-body .card-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .lot_panel_12 .card .card-body {
    height: 180px;
  }
  .lot_panel_12 .card .card-body .card-title {
    font-size: 18px;
  }
}
.preview .lot_panel_12 .card:after {
  content: "";
  position: absolute;
  background-color: rgba(195, 195, 195, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.infobar {
  background-color: #c2c2c2;
  color: #ffffff;
  padding: 10px 0;
}

.infobar.red {
  background-color: red;
}

.infobar.green {
  background-color: green;
}

.lot_zuschlag .btn-red.btn {
  background-color: #FFFFFF;
  border: 1px solid #08001A;
  color: #08001A;
}

.lot_zuschlag .btn-red.btn:hover {
  background-color: #45464C;
  border: 1px solid #45464C;
  color: #ffffff;
}

.lot_zuschlag .btn-red.btn:active {
  background-color: #08001A;
  border: 1px solid #08001A;
  color: #ffffff;
}

.lot_zuschlag .btn-red.btn:focus {
  box-shadow: 0 0 0 2px white, 0 0 5px 5px rgba(102, 125, 242, 0.5);
}

/*# sourceMappingURL=lotmodul.css.map */
