
body{
  background-image: url(../img/pfote-betreuungsplaetze.svg);
  background-size: 55%;
  background-position: left top;
}



@media only screen and (max-width: 820px){
  body{
    background-size: 70%;
  }

}

  @media only screen and (max-width: 400px){
  body{
    background-size: 92%;
  }

}
@media only screen and (min-width: 1440px){
  body{
    background-size: 840px;
  }

}
