
.bgbillede {
  
  width: 1438px;
  height: 1513px;
  background-image: url('togstationok.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  /*height: 100vh;*/
}

body {
  margin: 0px;
  
  background-color: #f0f0f0;
}

.title-box {
  position: relative;
  width: 300px;
  height: 40px;
  top: 120px;
  left: 50px;
  /*border: 2px solid black;*/
}

.sphere {
  z-index: 2;
  cursor: pointer;
  float: left;
  top: 0px;
  left: 0px;
  position: relative;
  background: radial-gradient(circle at 65% 15%, white 1px, aqua 3%, green 60%, aqua 100%);
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: white;
}

.overskrift {
  z-index: 2;
  font-family: Verdana;
  position: relative;
  float: left;
  /*border: 2px solid white;*/
  /*overflow: hidden;*/
  cursor: pointer;
  margin-left: 10px;
  top: -2px;
  text-shadow: 2px 2px black;
  /*border: 2px solid #333;*/
  border-radius: 5px;
  color: white;
  font-size: 30px;
  
  /*background-color: #fff;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

.menu-container {
  z-index: 2;
  text-shadow: 2px 2px black;
  cursor: auto;
  position: relative;
  /*display: block;*/
  width: 260px;
  height: 220px;
  top: 110px;
  left: 50px;
  /*background-color: white;*/
  overflow: hidden;
  
}

#menu1-js {
  position: relative;
  cursor: pointer;
  font-family: Verdana;
  font-size: 15px;
  top: -90px;
  left: 32px;
  color: white;
}

#menu1-js:hover {
  color: grey;
}

#menu2-js {
  position: relative;
  cursor: pointer;
  font-family: Verdana;
  font-size: 15px;
  top: -72px;
  left: 32px;
  color: white;
}

#menu2-js:hover {
  color: grey;
}

#menu3-js {
  position: relative;
  cursor: pointer;
  font-family: Verdana;
  font-size: 15px;
  top: -21px;
  left: 32px;
  color: white;
}

#menu3-js:hover {
  color: grey;
}

.text-box {
  z-index: 0;
  display: none;
  text-shadow: 2px 2px black;
  position: relative;
  top: 170px;
  left: 53px;
  color: white;
  font-family: Verdana;
  width: 280px;
  background-color: rgba(31,74,83, 0.6);
  padding: 30px;
  border-radius: 15px;
}

.text-box2 {
  z-index: 0;
  display: none;
  text-shadow: 2px 2px black;
  position: relative;
  top: 170px;
  left: 53px;
  color: white;
  font-family: Verdana;
  width: 280px;
  background-color: rgba(31,74,83, 0.6);
  padding: 30px;
  border-radius: 15px;
}

.oern {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 15px;
}

a {
  color: white;
  text-decoration: none;
}