#iframespot1{
}

#iframeselect {
  position: absolute;
  width: 120px;
  margin-left: -140px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.95;
}


#iframeselect li{
  width: 100%;
  padding: 1em;
  font-size: 12px;
  text-align: center;
  background-color: #444;
  color: #ddd;
  transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
}

#iframeselect li:hover{
  background-color: #666;
  color: #fff;
}
/*BoomBox*/
#iframespot {
  background-color: transparent;
  position: relative;
  width: 680px;
  height: 880px;
  z-index:990;
}
/*Ork*/
#iframespot2 {
  background-color: transparent;
  position: relative;
  width: 680px;
  height: 880px;
  z-index:000;
}
/*Rollon*/
#iframespot3 {
  background-color: rgba(56, 56, 56, 1);
  border-color: rgba(148, 148, 148, 1);
  box-shadow: 20px 20px 15px grey;
  border:20px  solid;
  position: relative;
  width: 1920px;
  height: 1080px;
}

/*Schädel*/
#iframespot4 {
  background-color: transparent;
  position: relative;
  width: 680px;
  height: 880px;
  z-index:000;
}

/*Sonne*/
#iframespot5 {
  background-color: transparent;
  position: relative;
  width: 680px;
  height: 880px;
  z-index:987;
}

/*Planeten*/
#iframespot6 {
  background-color: transparent;
  position: relative;
  z-index:0;
}

/*Figur*/
#iframespot7 {
  background-color: transparent;
  position: relative;
  z-index:987;
}

/*Raum*/
#iframespot8 {
  background-color: transparent;
  position: relative;
  z-index:000;
}

#iframespot1 {
  background-color: rgba(56, 56, 56, 1);
  border-color: rgba(148, 148, 148, 1);
  box-shadow: 20px 20px 15px grey;
  border:20px  solid;
  position: relative;
  width: 1920px;
  height: 1080px;
}

.message {
	font-size: 80px;
	margin-left: 200px;
	margin-top: 400px;
	color: #ededed;
}