body{
  width: 100%;
  height: 100%;
  margin: 0;
}

.werbung{
  /*margin-top: 200vh;*/
  margin: 0;
  max-width:100%;
  max-height:100%;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 0px solid green;
}




img {
  width: 100%;
  /*height: 100%;*/
}

#ghostimage {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
}

h2 {
  font-size: 4em;
  margin: 0 0 10px;
  color: #f00;
  /*text-shadow: 0 0 10px #fff;*/
}


.container {
  overflow: hidden;
  border: 0px solid #333;
  position: relative;
  height:100%;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: /*url('../img/eurocent.png'),*/ grab;
  cursor: /*url('../img/eurocent.png'),*/ -webkit-grab;
}


.winner-box {
  margin:0;
  position: relative;
  /*visibility: hidden;*/
  height: 100%;
  padding: 0px;
  background: url(./img/geschlossene.jpg) center no-repeat;
  /*background-size: contain;*/
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.winner-box a{
  color: white;
  text-decoration: none;
}

.winner-box a:hover{
  color: rgba(245,245,255,1);
  transform: scale(1.1);
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}
