/*#323232;/*#685c53;*/
/*#337BDE; /*#0099ff;*/
.frontpage {
  position: relative;
  margin-bottom: -5em;
  /*
    & > .lead + div {
        min-height: 180px;
        margin-bottom: -180px;
    }*/
  /* search bar*/
  /* 
        MAIN CODE FOR SEARCH BAR CAN BE FOUND AT Content/less.component/search  
        This code is exclusively that which applies to the front page.
    */
  /* search bar*/
  /* Services buttons */
  /* news */
}
.frontpage h3 {
  font-size: 27px;
}
.frontpage .fullscreen {
  height: inherit;
  /* background: @component-active-color; // Nå når bildet er på plass */
  background: #f5f5f5;
  overflow: hidden;
  position: absolute;
  top: 0px;
  height: 180px;
  width: 100vw;
  left: -15px;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .frontpage .fullscreen {
    height: 0px;
  }
}
.frontpage .fullscreen .image-container {
  /*position: absolute; // MKS fjernet for å fikse IE bug. Ser ikke ut til å endre noe annet.*/
  display: none;
  /* Hide image controls, caption etc */
  /* show attribution on mouseover */
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.frontpage .fullscreen .image-container .img-responsive {
  display: none;
}
.frontpage .fullscreen .image-container .caption,
.frontpage .fullscreen .image-container .dropdown,
.frontpage .fullscreen .image-container .fullscreen-toggle {
  display: none;
}
.frontpage .fullscreen .image-container .controls .media-attribution {
  display: none;
}
.frontpage .fullscreen .image-container:hover .controls .media-attribution {
  display: inline-block;
}
.frontpage .fullscreen .image-container:after {
  display: none;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, transparent 0%, transparent, white, white 100%, white);
}
.frontpage > .lead {
  font-family: "Roboto Condensed";
  font-size: 43px;
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .frontpage > .lead {
    padding-top: 28px;
    margin: 0px;
    font-size: 43px;
  }
}
@media (max-width: 992px) {
  .frontpage > .lead {
    padding-top: 45px;
    margin: 0px;
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .frontpage > .lead {
    font-size: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .frontpage > .lead {
    font-size: 32px;
    padding-top: 10px;
  }
}
.frontpage > .lead > p {
  display: inline-block;
  margin: 10px 0;
}
.frontpage .front-page-search {
  width: 530px;
}
.frontpage .front-page-search-container {
  max-width: 530px;
  margin-bottom: 0px;
}
.frontpage .searchbar-see-all {
  background: #555;
  color: white;
}
.frontpage > div > form.search-form {
  position: relative;
  top: -180px;
}
.frontpage > div > form.search-form .form-group.search,
.frontpage > div > form.search-form.progress,
.frontpage > div > form.search-form .search-form {
  width: 40%;
  margin: auto;
}
.frontpage > div > form.search-form .form-control,
.frontpage > div > form.search-form .btn {
  border-radius: 2px;
  height: 3em;
}
.frontpage > div > form.search-form .input-group-btn > .btn {
  background: #DE8718;
  color: #FFFFFF;
}
.frontpage > div > form.search-form .panel {
  -webkit-box-shadow: 2px 2px 5px 1px #777368;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 5px 1px #777368;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 5px 1px #777368;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.frontpage > div > form.search-form .search-result,
.frontpage > div > form.search-form .error {
  z-index: 10;
  -webkit-box-shadow: 2px 2px 2px 0px #777368;
  box-shadow: 2px 2px 2px 0px #777368;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.frontpage > div > form.search-form .suggestions {
  background: #FFFFFF;
}
.frontpage > div > form.search-form .error {
  background: #FFFFFF;
  padding: 2em;
}
.frontpage > div > form.search-form .more {
  background: #f5f5f5;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-left: thin solid;
  border-bottom: thin solid;
  border-color: #CECFD1;
}
.frontpage > div > form.search-form .more a {
  line-height: 2em;
}
@media (max-width: 992px) {
  .frontpage > div > form.search-form.progress,
  .frontpage > div > form.search-form .form-group.search {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .frontpage > div > form.search-form {
    top: 0;
  }
  .frontpage > div > form.search-form .form-group.search,
  .frontpage > div > form.search-form.progress {
    width: 80%;
  }
  .frontpage > div > form.search-form .search-result {
    margin-bottom: 180px;
  }
}
.frontpage > .grid {
  padding: 1em 15px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .frontpage > .grid {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .frontpage > .grid {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .frontpage > .grid {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .frontpage > .grid {
    margin-top: 30px;
  }
}
.frontpage > .grid > .row > div {
  width: 20%;
}
@media (min-width: 480px) and (max-width: 992px) {
  .frontpage > .grid > .row > div {
    margin-top: 1em;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .frontpage > .grid > .row > div {
    width: 100%;
  }
}
.frontpage > .grid .tile {
  height: 295px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.frontpage > .grid .tile .tile__title {
  color: #4C4A48;
  font-size: 28px;
}
.frontpage > .grid .tile .tile__title small {
  display: none;
}
.frontpage > .grid .tile:hover {
  color: #DE8718;
}
.frontpage > .grid .tile:hover .tile__title {
  color: inherit;
}
.frontpage > .grid .tile:hover .tile-body {
  color: #4C4A48;
}
.frontpage > .grid .tile:hover .image-container {
  background: #FBF1E4;
}
.frontpage > .grid .tile .image-container {
  margin: auto;
  border-radius: 50%;
  border: 3px solid #DE8718;
  background: #FFFFFF;
  padding-bottom: 0;
  width: 80%;
}
.frontpage > .grid .tile .image-container .image-container-inner {
  display: inherit;
  position: inherit;
}
.frontpage > .grid .tile .image-container .img-responsive {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .frontpage > .grid .tile {
    height: 70px;
    width: 100%;
    text-align: left;
    margin: 1em 0;
    padding: 0;
  }
  .frontpage > .grid .tile .image-container {
    float: left;
    margin-right: 15px;
    margin-bottom: 2em;
    height: 70px;
    width: 70px !important;
  }
  .frontpage > .grid .tile .tile-content {
    padding-top: 0;
    margin-top: -19px;
  }
  .frontpage > .grid .tile .tile__title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .frontpage > .grid .tile {
    height: auto;
    text-align: center;
  }
  .frontpage > .grid .tile .image-container {
    height: 50%;
    width: 50% !important;
    margin: auto;
    float: none;
  }
}
.frontpage > .panel {
  position: relative;
  height: 400px;
  border: none;
  border-top: 2px solid #777368;
  background: #f5f5f5;
  margin: 50px -15px -1em -15px;
  padding: 0 30px;
}
.frontpage > .panel .panel-heading {
  margin-top: -25px;
  margin-bottom: 0;
  background: none;
}
.frontpage > .panel .panel-heading:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px auto;
  border: 10px solid transparent;
  border-top: 10px solid #777368;
}
.frontpage > .panel .panel-body {
  padding: 0 0;
  height: 90%;
  position: relative;
}
.frontpage > .panel .panel-body a.news-archive {
  font-size: larger;
  font-family: "Roboto Condensed";
  position: absolute;
  bottom: 1em;
  right: 30px;
  text-decoration: underline;
}
.frontpage > .panel .panel-body a.tile {
  width: 33.33%;
  max-width: none;
  height: 85%;
  float: left;
  margin: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  color: inherit;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.frontpage > .panel .panel-body a.tile:hover {
  color: #DE8718;
}
.frontpage > .panel .panel-body a.tile:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  text-align: right;
  width: 100%;
  height: 2em;
  display: block;
}
.frontpage > .panel .panel-body a.tile .image-container {
  height: 60%;
  overflow: hidden;
  background: #f5f5f5;
  border: thin solid #CECFD1;
}
.frontpage > .panel .panel-body a.tile .image-container .img-responsive {
  width: 100%;
}
.frontpage > .panel .panel-body a.tile .tile-content {
  height: 40%;
  padding: 10px 0;
  line-height: 1.5em;
}
.frontpage > .panel .panel-body a.tile .tile-content .caption {
  display: inline;
  text-align: left;
  line-height: 1.1em;
  font-size: 20px;
}
.frontpage > .panel .panel-body a.tile .tile-content .caption:hover {
  color: #DE8718;
}
.frontpage > .panel .panel-body a.tile .tile-content .caption > * {
  text-align: inherit;
  color: inherit;
  margin-top: inherit;
  font-family: inherit;
}
.frontpage > .panel .panel-body a.tile .tile-content > p {
  display: inline-block;
}
@media (max-width: 768px) {
  .frontpage > .panel {
    height: auto;
  }
  .frontpage > .panel .panel-body {
    padding-bottom: 4em;
  }
  .frontpage > .panel .panel-body a.news-archive {
    bottom: 1em;
  }
  .frontpage > .panel .panel-body a.tile {
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
  .frontpage > .panel .panel-body a.tile .image-container.wide {
    height: 150px;
    margin-right: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .frontpage > .panel .panel-body a.tile .image-container {
    float: left;
    height: 150px;
    width: 200px;
  }
  .frontpage > .panel .panel-body a.tile .tile-content .caption {
    font-size: 21px;
  }
}
/*# sourceMappingURL=frontpage.css.map */