@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
    padding: 0px;
    margin: 0px;
}


/* body { height: 2000px;} */


html {
 font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 481px) {
  footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

header {
    background-color: #FB9637;
}

.tittel {
  text-decoration: none;
  font-size: 50px;
  color: white;
}
.divboks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 5px;
    
}

.fargediv {
  background-color:lightgray ;
  height: 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.tekstfargediv {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 10px; */
  padding: 50px;
  width: 50%;
  
}

.bildefargediv1 {
  width: 500px;
  display: flex;
  margin-right: 75px;
  border-radius: 25px;
  position: relative;
  height: 12%;
  
}


.jobbvalgboks {
  background-color: grey;
  height: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.buttonjobbvalg {
  background-color: orange; /* Green */
  border: 2px solid black;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  

}

.divbokseksempel {
  display: flex;
  
  
}


.show {
  display: none;
}

.leggutjobbartikkel {
  height: 1000px;
}


.divboksannonse {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: left;
  border: black 2px solid;
  flex-direction: row;
  flex-wrap: wrap;
  width: 2000px;
  margin-right: 50px;
  border-radius: 25px;

}





.søkeknappall {
background-color: #FB9637;
color: white;
padding: 16px;
font-size: 16px;
border: solid 2px black;
width: 100%;
cursor: pointer;
}

.søkeknappall :hover {
  background-color: black;
}



.gressannonse {
  height: 100px;
  
}

.vinduannonse {
  height: 100px;
}

.snøannonse {
  height: 100px;
}
.annonsesnøbilde {
display: flex;
width: 10px;
}
.buttonjobbvalg:hover {
  background-color: black;
}


.menu {
  padding:  10px;
  padding-right: 60px;
}

.meny {
  display: flex;
  justify-content: right;
  align-items: center;
}

.menuvalg {
  display: flex;
  justify-content: right;
}

#cookie-user {
  color: #fff;
  margin: auto;
  padding: 0 40px;
  font-size: 20px;
}


.logginnknapp:hover, .leggutjobbknapp:hover, .bestilltjenesteknapp:hover {
  cursor: pointerx;
}

#logo {
  width: 80px;
  height:80px;
}

#logob {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#btn {
    background-color: #FB9637;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border: solid 2px black;
    border-radius: 0px 35px 35px 0px;
    height: 80px;
    cursor: pointer;
  }
  
  #btn:hover {
    background-color: #FB9637;
  }
 
  .leggutjobb {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .leggutjobbknapp {
    background-color: #FB9637;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: solid 2px black;
  }
  
.menuvalg {
  background-color: #FB9637;
  display: flex;  
  justify-content: space-evenly;
  align-items: left; 
}
.logginn {
  display: flex;
  justify-content: right;

}

  .first {
    padding: 5px;
    margin: 5px;
  }

  .leggutjobbdropdown {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  

  .leggutjobbdropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  

  .leggutjobbdropdown a:hover {background-color: #ddd;}
  

  .leggutjobb:hover .leggutjobbdropdown {display: block;}
  
  .leggutjobb:hover .leggutjobbknapp {background-color: black;}


  
.bestilltjenesteknapp {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
}
#btn2 {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  border-radius: 35px 0px 0px 35px;
  height: 80px;
  cursor: pointer;
}

#btn2:hover {
  background-color: #FB9637;
}

.bestillTjeneste {
  position: relative;
  display: inline-block;
  margin: 0;
}

.bestilltjenestedropdown {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.bestillTjeneste a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.bestillTjeneste a:hover {background-color: #ddd;}

.bestillTjeneste:hover .bestilltjenestedropdown {display: block;}

.bestillTjeneste:hover .bestilltjenesteknapp {background-color: black;}


.logginnknapp {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
}
#btn3 {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  border-radius: 35px 0px 0px 35px;
  height: 80px;
  cursor: pointer;
}

#btn3:hover {
  background-color: #FB9637;
}

.logginn {
  position: relative;
  display: inline-block;
  margin: 0;
}

.logginndropdown {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.logginndropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.logginndropdown a:hover {background-color: #ddd;}

.logginn:hover .logginndropdown {display: block;}

.logginn:hover .logginnknapp {background-color: black;}


.omosstekst:hover {
  background-color: black;
}


.snøbilde {
  width: 100%;
  background-size: cover;
}

.omossbg {
  background-color: #f1f1f1;
  border-top:1px solid #444;
  width: 100%;
}



a:link {
  text-decoration: none;
}



.omosstekst {
  background-color: #FB9637         ;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  border: solid 2px black;
}

.omosstekst {
  color: white;
  
}




.tilbake {
  border: 2px solid black;
  padding: 16px;
  text-decoration: none;
  color: white;
}

#kropp {
  width: 100%;
  height: 611px;
  background-color: white;
  display: flex;
  justify-content: left;
  align-items: center;
}

#søknad {
  background-color: orange;
  width: 350px;
  height: 600px;
  border-radius: 40px;
  position: relative;
}

.søknad {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  margin: 12px;
  height: 575px;
  width: 325px;
  border-radius: 25px;
}

#søkeknapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  
}

#søkebar {
  display: flex;
  justify-content: center;
  /* align-items: ; */
  margin-top: -450px;
  position: absolute;
}

.btn {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  width: 100%;
  cursor: pointer;
}
.søkeknappgress {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  cursor: pointer;
}
.søkeknappsnø {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  cursor: pointer;
  width: 100%;
}


.søkeknappvindu {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  cursor: pointer;
  width: 100%;
}


.søkeknappsnø1:hover .søkeknappsnø {background-color: black;}

.søkeknappgress1:hover .søkeknappgress {background-color: black;}

.søkeknappvindu1:hover .søkeknappvindu {background-color: black;}

#test13 {
  position: absolute;
}
  

.informasjonsboks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20%;
  background-color: darkgray;
}

.informasjonsboks img {
  width: 80%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  margin-left: 50px;



}

.informasjonsboks a:hover img {
  transform: scale(1.1);
}



 footer {
    bottom: 0;
    width: 100%;
   
 }

  .footer-distributed {
      bottom: 0;
      left: 0;
      background-color: #22031F;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: normal 16px sans-serif;
      padding: 30px 30px;
      /* position: absolute; */
    }
  
  
  .footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
  }
  /* Footer links */
  
  .footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
  }
  
  .footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
  }
  
  .footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
  }


  
  
  .footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}
  
  .footer-distributed p.footer-links a:hover{text-decoration:underline;}
  
  /* Media Queries */
  
  @media (max-width: 600px) {
    .footer-distributed .footer-left, .footer-distributed .footer-right {
      text-align: center;
    }
    .footer-distributed .footer-right {
      float: none;
      margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
      line-height: 1.8;
    }}


    .container {
      max-width:  1200px;
      margin: 0 auto;
      padding: 50px;
      text-align: center;
      height:700px;
      margin-top: -35px;

  }
  
  h1 {
      font-size: 36px;
      margin-bottom: 50px;
  }
  
  .founders {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 10px;
      padding: 10px;

  }
  
  .founder {
      position: relative;
      margin: 10px;
      overflow: hidden;
      width: 450px;
      height: 280px;
      text-align: center;
      display: flex;
  }
  
  .founder img {
      width: 450px;
      /* height: 200px; */
      /* object-fit: cover; */
      transition: all 0.3s ease-out;
      background-color: #f1f1f1
  }
  
  .founder h3 {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      font-size: 20px;
      color: #fff;
      background-color: rgba(0,0,0,0.5);
      padding: 10px;
      margin: 0;
      transition: all 0.3s ease-out;
  }
  
  .founder p.info {
      position: absolute;
      bottom: -100%;
      left: 0;
      right: 0;
      font-size: 16px;
      color: #fff;
      background-color: rgba(0,0,0,0.5);
      padding: 10px;
      margin: 0;
      transition: all 0.3s ease-out;
  }
  
  .founder:hover img {
    transform: scale(1.1);
  }


    .founder.clicked h3 {
      bottom: 0;
    }
    .founder.clicked p.info {
    bottom: 0;
    }
  
  
#founder4 img{
  width: 500px;

  
}

#founder3 img{
  width: 450px;
}

#founder2 img{
  height: 280px;
}
    #EM {
      width: 35px;
        height: 35px;
    }

    #FB {
      width: 35px;
        height: 35px;
    }
    
    #SC {
      width: 35px;
        height: 35px;
    }
    
    #TK {
      width: 35px;
        height: 35px;
    }




    @media screen and (max-width: 500px) {
      
      .container {
        position: relative;
      }
      
      .container h1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        margin-top: 30px;
      }


      .tittel{
        font-size: 45px;
      }
    
      .divboks {
        flex-direction: column;
        height: auto;
      }
    
      .bildefargediv1 {
        width: 100%;
        margin: 0;
      }
    
      .tekstfargediv {
        padding: 10px;
      }
    
      .divboksannonse {
        flex-direction: column;
        width: 100%;
      }
    
      .menu {
        padding-right: 10px;
      }
    
      #cookie-user {
        padding: 0 10px;
      }
  
      #btn {
        border-radius: 35px;
        width: 100%;
      }
    
    
      .bestilltjenesteknapp {
        font-size: 14px;
        padding: 8px 12px;
      }
      .leggutjobbknapp {
        font-size: 14px;
        padding: 8px 12px;
      }
      .logginnknapp {
        font-size: 14px;
        padding: 8px 12px;
      }
    
      .leggutjobbdropdown {
        display: block;
      }
    }


    