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


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

html {
  font-family: 'Roboto', sans-serif;
 }

.farge {
  background-color: #faf8eb;
}
header {
    background-color: #FB9637;
}
@media only screen and (min-width: 481px) {
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.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: 9%;
  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;
  position: absolute;
  
}

.divboksannonse {
  display: flex;
  justify-content: space-around;
  width: 500px;
  border: black 2px solid;
  height: 1000px;
  flex-direction: row;
  float: left;
  
  
}
.show {
  display: none;
}

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

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



.gressannonse {
  height: 100px;
  
}

.vinduannonse {
  height: 100px;
}

.snøannonse {
  height: 100px;
}
.annonsesnøbilde {
display: flex;
width: 100px;
}
.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;
}



#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;
}

.søkeknappsnø {
  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økeknappvindu {
  background-color: #FB9637;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: solid 2px black;
  width: 100%;
  cursor: pointer;
}

.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-distributed {
    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;
  }
  
  .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;
    }}


    .card {
      overflow: hidden;
      margin:auto;
      /* margin-top: 50px; */
      background-color: #faf8eb;
      height: 500px;
      
      

    }
    
    .card-header {
      background-color: #faf8eb;

      padding: 16px;
      text-align: center;
    }
    
    .card-header .text-header {
      margin: 0;
      font-size: 18px;
      color: rgb(255, 255, 255);
    }
    
    .card-body {
      padding: 16px;
    }
    
    .form-group {
      margin-bottom: 10px;
    }
    
    .form-group label {
      display: block;
      font-size: 14px;
      color: #333;
      font-weight: bold;
      margin-bottom: 1px;
    }
    
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="password"] {
      width: 100%;
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    
    .btn {
      padding: 12px 24px;
      margin-left: 100px;
      font-size: 16px;
      border: none;
      border-radius: 4px;
      background-color: #FB9637;
      color: #fff;
      text-transform: uppercase;
      transition: background-color 0.2s ease-in-out;
      cursor: pointer;
    }
    
    .btn:hover {
      background-color: #FB9637;
      color: darkorange;
    }

    body {
      background-color: #fff;
      color: #7e8ba3;
      margin: 0;
      /* min-height: 100%; */
      font-size: 20px;
    }
    
    .align {
      align-items: center;
      display: flex;
      flex-direction: row;
    }
    
    
    
    input {
      font: inherit;
      color: #7e8ba3;
    }
    
    .input {
        padding: 0 20px;
    }
    
    .form {
        margin-bottom: 1rem;
        outline: 0;
        padding: .5rem 1rem;
      }
    
    .grid {
      margin: 0 auto;
      width: fit-content;
    }
    
    h2 {
      font-size: 2.75rem;
      font-weight: 100;
      margin: 0 0 1rem;
      text-transform: uppercase;
    }
    
    a {
      color: #1755c9;
    }
    
    .register {
      text-align: center;
      padding: 4rem 2rem;
        background-color: transparent;
    }
    
    .signup {
        padding: 10px 0 0 0;
    }
    
    input[type=submit] {  
        padding: 10px 10%;
        border-radius: 100px;
        cursor: pointer;
    
    }
    
    input[type=email], input[type=password] {
        font-size: 20px;
        padding: 3px 0 3px 0;
    }
    
    
footer {
  position: fixed;
  
}

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

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

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

#EM {
  width: 35px;
    height: 35px;
}




@media only screen and (max-width: 600px) {

  * {
    font-size: 12px;
  }



  .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;
  }

}