@charset "utf-8";  
/*Runden Button Rot Notruf Seite*/
  .btn-outline-primary{
  background-color: #D1284F; /*#7F852F;*/
  border:1px, solid;
  color: #fff;
  padding-top: 20px;
  margin-left:65%;
  font-size: 18px;
  height: 100px;
  width: 100px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 50%;
  transform: rotate(-20deg);
}