body {
  background: url("/images/biene.png"), url("/images/hintergrund.png");
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-position: center right, top left; 
}