body, html{
    height: 100%;
    margin: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
   /* background-color: rgb(201, 184, 177);*/


    


  }
  #fullSideWrapper{
    background: linear-gradient(rgb(200, 170, 183),rgb(221, 186, 184),rgb(214, 170, 183));
    padding-bottom: 10vh;
    margin: -1%;
  }

#headerWrapper{
  height: fit-content;
}

#overskrift{
  margin-left: 20vw;
  width: 60vw;
  display: flex;
  justify-content: center;
  font-size: 400%;

  
}
#overskrift p{
  display: flex;
  justify-content: center;
}



#logo{
    width: 9vw;
    padding: 4vw;
    animation: fadein 3s;
    margin-left: 2vw;


}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.dropbtn {
    vertical-align: text-bottom;
    color: rgb(255, 255, 255);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-right: 1vw;
    margin-top: 2vh;
  }
  
.dropdown {
    position: relative;
    display: inline-block;
    margin: 1vw;
    margin-right: 5vw;

  }
  
.dropdown-content {
    display: none;
    position: absolute;
    margin-inline-end: auto;
    animation: fadein 3s;

    right: 5;

    min-width: 115px;

    z-index: 1;
  }
  
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

.dropdown:hover .dropdown-content {
    display: block;
    animation: fadein 3s;
}
.dropdown-content a:hover {
    color: rgb(225, 0, 255);
    animation: fadein 1s;
}

#navBox{
    display: flex;
    justify-content: end;

    padding-top: 3vh;
}
.navIcon {
    width: 35px;
    height: 5px;
    background: linear-gradient(rgb(252, 85, 132), rgb(252, 155, 187));
    margin: 6px 0;
}
#aboutUsText{
    width: 60vw;
    margin-left: 20vw;
    padding-bottom: 10vh;
    padding-top: 10vh;
    border-top: solid 2px black;
    
}
#teamOverskrift{
  margin-left: 20vw;
  width: 60vw;
  display: flex;
  justify-content: center;
  font-size: 400%;
  border-bottom: 2px solid black;
  margin-bottom: 5vh;
}
#bildeWrapper{
    margin-left: 20vw;
    width: 60vw;
    display: flex;
    padding-bottom: 5vh;
    /*border-bottom: 2px solid black;*/

}
h4{
  margin: 0;
}
.bilderAnsatte{
    width: 20vw;

}
.venstreAnsatte{

  padding-right: 5vw;
  margin-left: 5vw;
  border-right: 1px solid black;


    
}
.hoyreAnsatte{
    margin-left: 5vw;
    margin-right: 5vw;
    
}


footer{
  color:rgb(0, 0, 0);
  padding-top: 3vh;
  height: 30vh;

  display:flex;
  border-top: 1px solid rgb(0, 0, 0);

  justify-content: space-evenly;
  margin-bottom: 0cm;

}

#footerLogoBox{
  height: 24vh;
  padding-top: 2vh;
}
#footerLogoBox a{
  display: flex;
  justify-content: center;
}
#footerLogo{
  max-height: 24vh;
}
.footerBoxes{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;


}
#socials{
  display: flex;
  width: 8vw;
  flex-direction: column;
  justify-content: space-around;

}
#socials a{
  display: flex;
  align-items: center;
  padding-top: 2vh;
}
#socials p{
  margin: 0;
}
#leftFooter p{
  display: flex;
  justify-content: flex-start;

  margin: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;


}
h2{
  padding-top: 2vh;
  margin: 0;
}



.socialImg{
  max-width: 3vw;

  margin: 0;
}

/*MOBIL*/
@media screen and (max-width: 1081px) {
  
  #overskrift{
    margin-top: 6vh;
    margin-left: 20vw;
    width: 60vw;
    display: flex;
    justify-content: center;
    font-size: 13vw;
  
    
  }
  
  #aboutUsText{
    width: 80vw;
    margin: auto;
    padding-bottom: 10vh;
    padding-top: 10vh;
    margin-top: 0%;
    border-top: solid 2px black;
    text-align: center;
  }

  #teamOverskrift{
    margin-left: 20vw;
    width: 60vw;
    height: auto;
    display: flex;
    justify-content: center;
    font-size: 400%;
    border-bottom: 2px solid black;
    margin-bottom: 5vh;
  }

  .teamOverslkrift, p{
    margin-bottom: 2.5vh;
  }
  
  
  #bildeWrapper{
    text-align: center;
    width: 80vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    
    padding-bottom: 5vh;
    /*border-bottom: 2px solid black;*/

  }
  #logo{
    width: 15vw;
    padding: 4vw;
    animation: fadein 3s;
    margin-left: 2vw;

}
  .dropdown {
    position: relative;
    display: inline-block;
    margin: 1vw;
    margin-right: 10vw;
  }
  
  
    .dropdown-content {
      display: block;
      position: absolute;
      margin-inline-end: auto;
      animation: fadein 3s;
  
      right: 5;
  
      min-width: 115px;
  
      z-index: 1;
    }
  h4{
    margin: 0;
  }
  .bilderAnsatte{
      width: 60vw;
      margin: auto;

  }
  .venstreAnsatte{

    display: grid;
    justify-content: center;
    text-align: center;
    border-right: none;
    padding-bottom: 5vh;
    border-bottom: 1px solid black;
    padding-right: 0vw;
    margin-left: 0vw;

      
  }
  .hoyreAnsatte{
    padding-top: 5vh;
    margin-left: 0vw;
    margin-right: 0vw;
    text-align: center;
  }

  footer{
    color:rgb(0, 0, 0);
    height: fit-content;
    display:grid;
    border-top: 1px solid rgb(0, 0, 0);
    justify-content: center;
    grid-template-columns: 10vw 80vw 10vw;


  
  }
  #footerLogo{
    max-width: 100%;

  }
  #footerLogoBox{
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 3;
    display: grid;
    justify-content: center;

  }
  #footerLogoBox a{
    display: flex;
    justify-content: center;
  }
  .footerBoxes{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
  
  
  }
  #socials{
    display: flex;
    width: 80vw;
    margin-left: 10vw;
    flex-direction: row;
    justify-content: center;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-end: 1;
  
  }
  #socials a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  #socials p{
    margin: 0;
  }
  .socialImg{
    max-width: 10vw;

    margin: auto;
  }
  #leftFooter p{
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: x-small;

  
  }
  #leftFooter{
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-end: 2;
  }

  h2{
    padding-top: 5vh;
    padding-bottom: 2vh;
    margin: 0;
    justify-content: center;
    display: flex;
  }



}