@keyframes blink{
  0%{
    opacity: 1;
  }
  70%{
    opacity: 0.2;
  }
  100%{
    opacity: 1;
  }
}


* {
  margin: 0;
}

body {
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  overflow-x: hidden;
}

header {
  position: relative;
  width: 100%;
  height: 450px;
}
.wrapper{
  height: 1920px;
}
ul{
  list-style: none;
}
.blink{
  animation: blink 1s infinite;
}
.off {
  display: none;
}

/* Logo */
#logo {
  width: 711px;
  margin-top: 60px;
  margin-left: 184.5px;
}

#logo img {
  max-width: 100%;
}

#logo-ramme {
  position: absolute;
  top: 0;
  left: 118.5px;
}

/* Træramme*/
.ramme {
  position: absolute;
  top: 0;
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  z-index: -1;
  background: #222222;
}

/* billede og beskrivelser af steder */
.holder {
  position: relative;
  height: 430px;
}

.holder p {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  z-index: -1;
}

.holder h3 {
  margin-bottom: 5px;
}

.adress {
  position: absolute;
  width: 80%;
  bottom: 15px;
  left: 10%;
}

.selected {
  color: #fff;
}

/* Slots */
.content {
  width: 100%;
  height: 550px;
  height: 830px;
}

/*Startside*/
#startover{
  cursor: pointer;
  display: none;
  width: 200px;
  position: absolute;
  bottom: 120px;
  left: 420px;
  align-items: center;
  font-family: BeautySchoolDropout;
  font-size: 3em;
  color: #339999;
  text-shadow: 0 0 1px #00cccc;
  text-align: center;
}
#right-arrow{
  position: absolute;
  transform: rotate(-90deg);
}
.startside {
  position: absolute;
  width: 1080px;
  cursor: pointer;
}

.logostart {display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
padding-top: 50px;}

#begin {
font-family: BeautySchoolDropout;
font-size: 3em;
text-align: center;
color: #339999;
text-shadow: 0 0 1px #00cccc;}

.slots {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;

}

.slot {
  display: none;
  position: relative;
  margin: 0 10px 50px 10px;
  flex-basis: 260px;
  min-height: 430px;
  z-index: 999;
  border: 1px solid black;
}

.slot-ramme {
  position: absolute;
  top: -1px;
  left: 0;
  width: 260px;
  z-index: 99999999999;
}

.slot-ramme img {
  max-width: 260px;
  height: auto;
}
label{
  display: none;
  position: absolute;
  width: 260px;
  bottom: -40px;
  left: 0;
  font-family: BeautySchoolDropout;
  letter-spacing: 3px;
  color: #339999;
  text-shadow: 0 0 1px #00cccc;
  font-size: 30px;
}
.checkbox{
  display: none;
  position: absolute;
  border: 2px solid #339999;
  width: 260px;
  height: 30px;
  bottom: -40px;
  left: 50px;

}


/* Kategorivalg */
.dropdown {
  position: absolute;
  width: 260px;
  bottom: 20px;
  font-family: BeautySchoolDropout;
  letter-spacing: 3px;
  z-index: 999999999999999999999;
}
.buttons {
  display: none;
  list-style: none;
  position: absolute;
  bottom: -280px;
  left: -40px;
  width: 260px;
  line-height: 60px;
}
#btn1{
  background: url('img/topramme.png') no-repeat;
}
#btn2{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn3{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn4{
  background: url('img/nederstknap.png') no-repeat;
}
#btn5{
  background: url('img/topramme.png') no-repeat;
}
#btn6{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn7{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn8{
  background: url('img/nederstknap.png') no-repeat;
}
#btn9{
  background: url('img/topramme.png') no-repeat;
}
#btn10{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn11{
  background: url('img/mellemknapper.png') no-repeat;
}
#btn12{
  background: url('img/nederstknap.png') no-repeat;
}
/*.dropdown:hover ul {
  width: 260px;
  display: block;
  position: absolute;
  bottom: -100px;
  left: -40px;
}*/

.dropdown a {
  text-decoration: none;
  color: #339999;
  text-shadow: 0 0 1px #00cccc;
  font-size: 30px;
}

.show {display: block;}

/* Game description */
#description {
  position: relative;
  width: 100%;
  height: 700px;
  bottom: 124px;
  color: #2eabb4;
  background: url('img/ramme-bund.png') center no-repeat;
  background-position:  120px 100px;
}
#game-description{
  width: 70%;
  height: 700px;
  left: 110px;
  position: absolute;
  text-align: center;
  bottom: -190px;
  font-size: 40px;
  font-family: BeautySchoolDropout;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.6;
}
#game-description li{
  margin-top: 30px;
}

#step1, #step2, #step3, #step4 {
  display: none;
}

/*newslider*/
.marquee {
  width: 70%;
  margin: -200px auto;
  padding-top: 5px;
  overflow: hidden;
  background: rgba(255, 0, 0, 0);
  font-size: 25px;
  z-index: -1;
  color: #F8BB14;
  font-family: 'Codystar', cursive;
  font-weight: 800;
}
.choose-cat{
  padding-top: 150px;
  font-size: 40px;
  font-family: BeautySchoolDropout;
  color: #F8BB14;
  letter-spacing: 1px;
}
/* Randomize knap */
#randomize {
  display: none;
  position: absolute;
  bottom: -450px;
  left: 340px;
  border-radius: 5px;
  width: 150px;
  height: 70px;
  cursor: pointer;
  background-color: rgba(47, 215, 62, 0.78);
  color: #ffa304;
  z-index: 999999999;
}
