
.UpMountain {
  background-image: url('images/Akvarel_Baggrunde/UpMountain.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
} 

#start {
  position: absolute;
  top: 30%;
  left: 15%;
}

.instruction {
  text-align: center;
  
}

.dropzone {
  display: flex;
  flex-direction: column; /* Stack images vertically */
  align-items: center; /* Center images */
  justify-content: flex-start; /* Start stacking from the top */
  position: absolute;
  width: 45px;
  height: 90px;
  margin: 10px;
  padding: 5px; /* Reduce padding slightly to fit images */
  background-color: wheat;
  border-radius: 50%;
  overflow: hidden; /* Prevent images from spilling out */
}

.dropzone img {
  width: 100%; /* Make sure images fit the div width */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 2px; /* Small space between stacked images */
}

#drag1, #drag2, #drag3 {
  position: static;
  left: unset;
  top: unset;
  width: 100%;
  height: auto;
}

#div3{
  float:left;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 120px;
  height: 50px;
  margin: 10px;
  padding: 10px;
}

#div1, #div2, #div4 {
    display: flex; 
  flex-direction: column;   /* stack vertically */
  height: auto;             /* let height grow to fit both images */
  min-height: 90px;
  overflow: visible; 
  flex-wrap: wrap;
  /* don't clip the second image */
}

#div3 {
  flex-direction: row;
}

#div1{
  position:absolute;
  left:28%;
  top: 30%;
  width: 45px;
  margin: 10px;
  padding: 10px;
  background-color: wheat;
  border-radius: 50%;
}
#div2{
  position: absolute;
  left: 48%;
  top: 23%;
  width: 45px;
  margin: 10px;
  padding: 10px;
  background-color: wheat;
  border-radius: 50%;
}

#div4{
  position: absolute;
  left: 38%;
  top: 25%;
  width: 45px;
  margin: 10px;
  padding: 10px;
  background-color:wheat;
  border-radius: 50%;
}

#nextlevel{
  display: none;
  position: absolute;
  font-size: 7pt;
  right: 19%;
  bottom: 52%;
  width: 18px;
  height: 45px;
  margin: 10px;
  padding: 10px;
  background-color:wheat;
  border-radius: 50%;
  z-index: 15;
}


#messagediv {
  color: grey;
  margin: 20px;
  position:absolute;
  width: 20%;
  font-size: x-large;
  top:50%;
}

#message {
  background-color:rgb(209, 209, 209);
}

.character {
  position:absolute;
  left:55%;
  top:15%;
  height: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hen{
  width: 50%;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: absolute; /* Stay in place */
  background-attachment: fixed;
  z-index: 9; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  right: 50%;
  bottom: 55%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(1,2,3,0.0); /* Black w/ opacity */
}

.modal1 {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  background-attachment: fixed;
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  right: 50%;
  bottom: 75%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(1,2,3,0.0); /* Black w/ opacity */
}

.modal2 {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  background-attachment: fixed;
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  right: 50%;
  bottom: 75%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(1,2,3,0.0); /* Black w/ opacity */
}

.modal3 {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  background-attachment: fixed;
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  right: 50%;
  bottom: 75%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(1,2,3,0.0); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: fixed;
  background-attachment: fixed;
  display:block;
  background-color:rgb(187, 106, 0);
  opacity: 1;
  padding: 13px;
  border-radius:30px;
  bottom: 60%; 
  right: 31%;
  min-width: 7%;
  max-width: 20%;
  min-height:40px;
  max-height: 30%;
  margin:13px;
  align-items:left;
  justify-content:center;
  text-align:left;
}
.modal-content:before,
.modal-content:after {
  content:"";
  background-color:rgb(187, 106, 0);
  border-radius:70%;
  display:block;
  position:absolute;
  z-index:-1;
}
.modal-content:before {
  min-width:44px;
  height:44px;
  top:-12px;
  left:28px;
  box-shadow:-50px 30px 0 -12px rgb(187, 106, 0);
}
.modal-content:after {
  bottom:110px;
  right:-36px;
  min-width:30px;
  height:30px;
  box-shadow:40px -34px 0 0 rgb(187, 106, 0),
             -28px -6px 0 -2px  rgb(187, 106, 0),
             -24px 17px 0 -6px  rgb(187, 106, 0),
             -5px 25px 0 -10px  rgb(187, 106, 0);
             }

.modal-content1 {
  bottom: 35%;
  right: 32%;
}

.modal-content2 {
  bottom: 48%;
  right: 75%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.next {
    cursor: pointer;
    display: block;
    position: absolute;
    color: #aaaaaa;
    top: 69%;
    width: auto;
    padding: 16px;
    margin-top: 2%;
    margin-left: 64%;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 8;
  }
  .next:hover,
.next:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 4px;
}
  li{
  display: none;
}
li.display{
  display: block;
}
/*Dialogue styles ^^^*/

.close, .close-success {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close-success:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.question {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
}
.question:hover {
  background: #ddd;
}
input[type=checkbox] {
  visibility: hidden;
}
input#mute-button {
  display: none;
}
.img-un-mute img {
  z-index: 8;
  display: none;
  width:  5.3% ;
  height: auto; 
}

input#mute-button:checked ~ .img-un-mute img {
  z-index: 8;
  width:  5.3% ;
  height: auto; 
  display: block;
}

input#mute-button:checked ~ .img-mute img {
  z-index: 8;
  display: none;
  width:  5.3% ;
  height: auto; 
  display: none;
}
.img-mute
{
  z-index: 8;
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  background-attachment: fixed; 
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 1%; 
  left: 91%; 
  width: 5.3% ;
  height: auto; 
}
.img-un-mute
{
  z-index: 8;
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  background-attachment: fixed; 
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 1%; 
  left: 91%; 
  width: 5.3% ;
  height: auto; 
}

.book
{
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  display: inline-block;
  z-index: 9;
  background-attachment: fixed; 
  top: 1%; 
  left: 85%; 
  width: 5.3% ;
  height: auto; 
}

.bookhover
{
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  display: none;
  z-index: 9;
  background-attachment: fixed; 
  top: 1%; 
  left: 85%; 
  width: 5.3% ;
  height: auto; 
}

div:hover .bookhover {
  display: inline;
  transition: 0.5s;
}

.letter
{
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  display: inline-block;
  z-index: 9;
  background-attachment: fixed; 
  top: 2%; 
  left: 78%; 
  width: 5% ;
  height: auto; 
}

.home
{
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  display: inline-block;
  z-index: 9;
  background-attachment: fixed; 
  top: 1.5%; 
  left: 72.5%; 
  width: 4% ;
  height: auto; 
}

.home1
{
  position: absolute;
  cursor: url(images/cursor-pointer.png), pointer;
  display: inline-block;
  z-index: 9;
  background-attachment: fixed; 
  top: 1.5%; 
  left: 92.5%; 
  width: 4% ;
  height: auto; 
}


div:hover .letter {
  width: 5.3% ;
  transition: 0.5s;
}

