h1 {
  font-size: 1.2em;
}


.special-price {
  color: #000000;
  text-shadow: 2px 2px 5px red;
  border: 0.3em solid;  /* muss notiert werden, um border-image darzustellen! */	
  border-image-slice: 10 10 10 10;
  border-image-width: 0.5em;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch repeat;
  border-image-source: url("https://www.videoueberwachungstechnik.com/templates/Evo/themes/evo/sonderpreis.svg"); 
}