/* --- Hovedside: ---*/
.hovedside-body{
    display: flex;
    position: relative;
    background-image: url(bilder/forside2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    
    
}

.hovedside-tekst{
    position: absolute;
    margin: 2vh;
    padding: 4vh;
    background: rgb(205, 205, 205);
    border-radius: 10px;
    border: 3px solid black;
    font-size: 2.5vh;
    text-align: center;
    z-index: 2;
    left: 8vw;
    bottom: 15vh;
    width: 35%;
    
}

.hovedside-tekst h1{
  margin-top: 0vh;
  margin-bottom: 0vh;
}

.hovedside-tekst p{
  margin-top: 0vh;
  margin-bottom: 5vh;
}

.hovedside-knapp{
    margin: 1vh;
    padding: 1vh;
    color: black;
    background-color: rgb(115, 115, 255);
    font-weight: bold;
    font-size: 2.5vh;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 10px;
    
}


.hovedside-fisk{
    position: absolute;
    bottom: 25vh;
    left: 8vw;
    width: 30%;
    height: auto;
    z-index: 1;

    animation: dingle 3s infinite ease-in-out;
}


.hovedside-fisk img{
  height: 55vh;
  transform: scaleX(-1);
}

.animasjon-idle{
  display: flex;
  position: absolute;
  right: -10vw;
  bottom: -10vh;
  height: 55vh;
  transform: translate(-50%, -50%);
}
  
/* --- Side1 --- */

.side1-body{
  display: flex;
  position: relative;
  background-image: url(bilder/side1.png); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
 
}

.side1-snakkeboble{
  position: absolute;
  text-align: center;
  margin: auto;
  padding: 1vh;
  top: 20%; 
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 80%;
  max-width: 400px;
  z-index: 2;

  background-color: white;
  border: 2px solid black;
  border-radius: 10px;
  color: black;

}


.side1-fisk img{
  height: 55vh;
  transform: scaleX(-1);
}

.side1-fisk {
  position: absolute; 
  left: 5%; 
  bottom: 0%;
  width: 30%; 
  height: auto;
  
  animation: dingle2 3s infinite ease-in-out;
}

.side1-footer{
    display: flex;
    position: absolute;
    justify-content: center;
    margin-top: auto;
    padding: 2vh;
    bottom: 2vh;
    left: 1vw;
    width: 100%;
}

.side1-footer a{
   padding: 1.2vh;
   margin: auto;
   background-color: rgb(115, 115, 255);
   border: 0.5vh solid black;
   border-radius: 1vh;
   font-weight: bold;
   text-decoration: none;
   color: black;

}


/*-- Side2 --*/

.side2-body{
  display: flex;
  position: relative;
  background-image: url(bilder/side2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  
  
}

.side2-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;

  
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
}

.side2-snakkeboble p{
  text-align: center;
}

.side2-footer{
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: auto;
  padding: 2.5vh;
  bottom: 0vh;
  left: 0vw;
  width: 100%;
}

.side2-footer a{
 padding: 1vh;
 margin: auto;
 background-color: rgb(115, 115, 255);
 border: 0.5vh solid black;
 border-radius: 1vh;
 text-decoration: none;
 color: black;
 font-weight: bold;

}

.side2-fisk{
    display: flex;
    position: absolute;
    right: 35vw;
    top: 40vh;
    transform: translate(-50%, -50%);
    max-width: 300px;

    animation: dingle2 3s infinite ease-in-out;

}

.side2-fisk img{
  height: 40vh;
  transform: scaleX(-1);
  z-index: 1;
}

#venstre{
  display: flex;
  position: absolute;
  bottom: 40vh;
  left: 26vw;
  transform: translate(-50%, -50%);
  padding: 0.5vh;
  border-radius: 1vh;
  z-index: 2;
}

#venstre a{
padding: 1.2vh;
 margin: auto;
 background-color: rgb(115, 115, 255);
 border: 0.5vh solid black;
 border-radius: 10px;
 font-size: 3vh;
 font-weight: bold;
 text-decoration: none;
 color: black;
}

#høyre{
  display: flex;
  position: absolute;
  bottom: 43vh;
  right: 21vw;
  padding: 0.5vh;
  border-radius: 10px;
  z-index: 2;
}

#høyre a{
  padding: 1.2vh;
  margin: auto;
  background-color: rgb(115, 115, 255);
  border: 0.5vh solid black;
  border-radius: 10px;
  font-size: 3vh;
  font-weight: bold;
  text-decoration: none;
  color: black;
}



/* -- SideFeil -- */

.sideFeil-body{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(bilder/sideFeil.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  aspect-ratio: 16/9;
  
  overflow: hidden;
}

.sideFeil-fisk{
  position: absolute;
  left: 10vw;
  bottom: -20vh;
  width: 30%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sideFeil-fisk img{
  height: 55vh;
  transform: scaleX(-1);
}

.sideFeil-rotte{
  position: absolute;
  right: 7vw;
  bottom: -25vh;
  width: 30%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sideFeil-rotte img{
  height: 55vh;
}

.sideFeil-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;
  
    
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
  
}

.sideFeil-snakkeboble p{
  text-align: center;
}

.sideFeil-footer{
  display: flex;
  justify-content: center;
  position: fixed;
  margin-top: 40px;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.sideFeil-footer a{
  margin: auto;
  padding: 12px;
  border: 2px solid black;
  border-radius: 10px;
  background-color: rgb(115, 115, 255) ;
  color: black;
  text-decoration: none;
  font-weight: bold;
}


/* -- SideRiktig -- */

.sideRiktig-body{
  display: flex;
  position: relative;
  background-image: url(bilder/SideRiktig.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}

.sideRiktig-fisk{
  display: flex;
  position: absolute;
  left: 8vw;
  bottom: 5vh;
  z-index: 1;

  animation: dingle2 3s infinite ease-in-out;
  

}

.sideRiktig-fisk img{
  height: 40vh;
  transform: scaleX(-1);
}

.sideRiktig-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;
  
    
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
  
}

.sideRiktig-snakkeboble p{
  text-align: center;
}

.sideRiktig-footer{
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: auto;
  padding: 2.5vh;
  bottom: 0vh;
  left: 0vw;
  width: 100%;
  z-index: 2;
}

.sideRiktig-footer a{
 padding: 1vh;
 margin: auto;
 background-color: rgb(115, 115, 255);
 border: 0.5vh solid black;
 border-radius: 1vh;
 text-decoration: none;
 color: black;
 font-weight: bold;

}

/* -- Side5 -- */

.side5-body{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(bilder/side5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
}

.side5-fisk{
  display: flex;
  position: absolute;
  left: 10vw;
  bottom: 10vh;
  z-index: 1;

  animation: dingle2 3s infinite ease-in-out;
}

.side5-fisk img{
  height: 50vh;
  transform: scaleX(-1);
}

.side5-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;
  
    
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
}

.side5-snakkeboble p{
  text-align: center;
}

.side5-footer{
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: auto;
  padding: 2.5vh;
  bottom: 0vh;
  left: 0vw;
  width: 100%;
  z-index: 2;
}

.side5-footer a{
  padding: 1vh;
  margin: auto;
  background-color: rgb(115, 115, 255);
  border: 0.5vh solid black;
  border-radius: 1vh;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* -- Side 6 -- */
.side6-body{
  display: flex;
  position: relative;
  background-image: url(bilder/side6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}

.side6-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;
    
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
}

.side6-snakkeboble p{
  text-align: center;
}

.side6-fisk{
  display: flex;
  position: absolute;
  right: 8vw;
  bottom: 25vh;
  z-index: 1;

  animation: dingle2 8s infinite ease-in-out;
}

.side6-fisk img{
  height: 30vh;
}

.side6-footer{
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: auto;
  padding: 2.5vh;
  bottom: 0vh;
  left: 0vw;
  width: 100%;
  z-index: 2;
}

.side6-footer a{
  padding: 1vh;
  margin: auto;
  background-color: rgb(115, 115, 255);
  border: 0.5vh solid black;
  border-radius: 1vh;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* -- Side 7 -- */

.side7-body{
  display: flex;
  position: relative;
  background-image: url(bilder/side7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}

.side7-snakkeboble{
  position: absolute;
  left: 50vw;
  top: 20vh;
  width: 80%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  margin: auto;
  padding: 1vh;
  z-index: 2;
  
  background-color:white ;
  border: 2px solid black;
  border-radius: 10px;
  color: black;
}

.side7-snakkeboble p{
  text-align: center;
}

.side7-fisk{
  display: flex;
  position: absolute;
  right: 40vw;
  bottom: 25vh;
  z-index: 1;

  animation: dingle2 8s infinite ease-in-out;
}

.side7-fisk img{
  height: 40vh;
}

.side7-footer{
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: auto;
  padding: 2.5vh;
  bottom: 0vh;
  left: 0vw;
  width: 100%;
  z-index: 2;
}

.side7-footer a{
  padding: 1vh;
  margin: auto;
  background-color: rgb(115, 115, 255);
  border: 0.5vh solid black;
  border-radius: 1vh;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/*-- Footer Knapper */

.tilbakeknapp, .hjemknapp, .nesteknapp{
  font-size: 5vh;
  z-index: 2;
}




/* -- Enkle animasjoner -- */

@keyframes dingle {
  0%, 100% {
    transform: translateY(0) rotate(-5deg) scale(1);
  }
  50% {
    transform: translateY(-10px) rotate(5deg) scale(1);
  }
  
}

@keyframes dingle2 {
  0%, 100% {
    transform: translateY(0) rotate(-2deg) scale(1);
  }
  50% {
    transform: translateY(0px) rotate(2deg) scale(1);
  }
  
}

/* -- Justering for TLF -- */

@media (max-width: 768px) {
 
}