.preisschildcontainer {
  position: fixed;
  right: 20px;
  bottom: 20px;
  /*z-index: 10000;*/
  z-index: 3;
  background-color: white;
  border: 1px solid black;
  width: 220px;
  padding: 10px;
}
#gesamtdiv {
  background-color: #e30613;
  border-radius: 20px;
  overflow: auto;
}
.preisschildueberschrift {
  /*width: 100%;*/
  width: auto;
  text-align: right;
  color: white;
  float: right;
  margin: 5px;
  margin-right: 10px;
  -webkit-margin-end: 15px;
  /*für Chrome und Safari*/
  font-size: 1.5rem;
  padding-left: 10px;
}
.preisschildunterueberschrift {
  color: white;
  float: right;
  font-size: 1rem;
  margin-right: 15px;
}
.preisschildtrennlinie {
  color: white;
  margin: 0 5px;
  margin: 12px 0px 5px;
}
.stattpreiscontainer {
  width: 95%;
  display: block;
  padding: 3px 0px;
  border-radius: 8px;
  text-align: right;
  margin: 0 7px;
}
.stattpreiscontainerchild {
  color: white;
  font-size: 1rem;
}
.stattpreiscontainerchild2 {
  font-size: 1.7rem;
}
.stattpreiscontainerchild3 {
  font-size: 2.1rem;
  text-decoration: line-through;
}
.nurpreiscontainer {
  width: 95%;
  display: block;
  padding: 3px 0px;
  border-radius: 8px;
  background-color: #feec38;
  text-align: right;
  margin: 0 7px;
}
.nurpreiscontainerchild {
  color: black;
  font-size: 1rem;
  text-align: center;
  margin-right: 10px;
}
.nurpreiscontainerchild3 {
  font-weight: 700;
  font-size: 2.1rem;
}
.preisschildwarenkorbbutton {
  width: 165px;
  margin-right: 3px;
  float: right;
  background-color: #e30613;
  color: white;
  margin-top: 8px;
  padding: 3px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
#preisschildcontainer .price-details {
  margin-bottom: 3px;
  font-size: 11px;
  text-align: center;
  color: white;
}
#gesamtangebot {
  display: block;
  width: 50%;
  float: right;
}
#nurpreiscontainer {
  height: 40px;
  line-height: 36px;
}
.nurpreiscontainerchild2 > .price-box.price-final_price {
  text-align: right;
}
/*#preisschild .special-price.minimal-price .price {
  color: black !important;
}*/
.old-price {
  padding-right: 10px;
}
.special-price.minimal-price {
  padding-right: 10px;
}
#preisschild .old-price .price-label {
  color: white !important;
}
.price-box .special-price .price-label,
.price-box .regular-price .price-label {
  color: black;
}
#preisschild .old-price .price {
  color: white !important;
}
div.price-details:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
  color: white;
}
div.price-details:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
  color: white;
}
div.price-details:nth-child(2) > span:nth-child(1) > span:nth-child(2) > a:nth-child(1) {
  color: white;
}
@media only screen and (min-width: 1670px) {
  #preisschildcontainer {
    right: 200px;
  }
}
#mehr_details {
  text-align: center;
  background-color: #f6f6f6;
  margin-top: 10px;
  padding: 5px;
}
