#menuButtonContainer {
  position:fixed;
  bottom:10px;
  left:10px;
}

#menuButton {
  background-image: url(../andere/openMenuPic.png);
  background-size: contain;
  width:100px;
  height:100px;
  border-radius: 10%;
  border:none;
}

/* css für die sidebar */