svg {
  display: block;
  margin: auto;
}
body {
  background: #fff;
}
#container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 240px;
  overflow: hidden;
  display: none;
  cursor: pointer;
}
#border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#button {
  position: absolute;
  width: 42px;
  height: 7px;
  border: 1px solid black;
  padding: 5px 21px 6px 21px;
  left: 220px;
  bottom: 12px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50px;

  background-color: #fff;
}
.images, .text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 240px;
}
.parallax {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 360px;
  height: 240px;
}

#bergRechts, #bergLinks, #sun{
  top: 36px;
}

#packshot, .text{
  top: 17px;
}

#stars {
  position: absolute;
  width: 320px;
  height: 100px;
}
.star {
  position: absolute;
  background-size: cover;
  background-image: url(star.png);
}

#shootingStar {
  position: absolute;
  top: 50px;
  right: -200px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar1 {
  position: absolute;
  top: 60px;
  right: -200px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar2 {
  position: absolute;
  top: 70px;
  right: -200px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
#shootingStar3 {
  position: absolute;
  top: 70px;
  right: -200px;
  background: url(shootingStar.png);
  width: 136px;
  height: 12px;
  background-size: cover;
}
