.button-webshop {
  background-color:#ff6e01;
  text-align:center;
  width:50%;
  color:#fff;
  padding:0.4rem 1rem;
  font-size:1.2rem;
  line-height:1.5;
  border-radius:0.2rem;
}

.button-webshop a {
  text-decoration:none;
  color:#fff;
}