@charset "UTF-8";
/*
Theme Name:     Hrs
Theme URI:      
Description:    Wp-bootstrap-starter child theme.
Author:         Me
Author URI:     
Template:       wp-bootstrap-starter
Version:        0.1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: BwGradual;
  src: url("./assets/fonts/BwGradual-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: BwGradual;
  src: url("./assets/fonts/BwGradual-Regular.otf");
  font-weight: 500;
}
@font-face {
  font-family: BwGradual;
  src: url("./assets/fonts/BwGradual-Black.otf");
  font-weight: 900;
}
@font-face {
  font-family: BwGradual;
  src: url("./assets/fonts/BwGradual-ExtraBold.otf");
  font-weight: 800;
}
html {
  scroll-behavior: smooth;
}

html body {
  position: relative;
}

.button {
  display: inline-block;
  background-color: #568D3D;
  color: #FFF;
  border-radius: 5px;
  padding: 0.3em 2em;
  transition: all 0.3s;
  font-weight: 600;
}
.button:hover {
  background-color: #005B28;
  color: #FFF;
  text-decoration: none;
}
.button--outline {
  background-color: transparent;
  border: 2px solid #568D3D;
  color: #242424;
}
.button--light-outline {
  background-color: transparent;
  border: 2px solid #B7E9B9;
  color: #FFF;
}
.button--light-outline:hover {
  background-color: #B7E9B9;
  color: #242424;
}
.button--primary {
  background-color: #00644E;
}
.button--primary:hover {
  background-color: #003126;
}

.darken-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.site-main {
  padding-top: 52px;
}

p#breadcrumbs {
  padding-top: 1em;
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
p#breadcrumbs a {
  text-decoration: underline;
  font-weight: 600;
  color: #005B28;
}

.hrs-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2em;
  width: 100%;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #eee;
}
.hrs-pagination .page-numbers {
  display: inline-block;
  line-height: 100%;
}
.hrs-pagination .page-numbers.current {
  color: #005B28;
  border-radius: 50%;
  position: relative;
  background: #B7E9B9;
  font-size: 1em;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: bolder;
}
.bedrift-news-section {
  border-top: 1px solid #00644E;
  padding-top: 1em;
}

.bedrift-big-menu {
  padding-bottom: 2em;
}

.bedrift-big-menu-item {
  display: block;
  height: 100%;
  color: #242424 !important;
  text-transform: uppercase;
  border-radius: 5px;
}
.bedrift-big-menu-item i {
  margin-bottom: 15px;
  color: #00644E;
}

.bedrift-big-menu-title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em !important;
}

.bedrift-header {
  background-size: cover;
  background-position: center center;
  padding-top: 35vh;
  padding-bottom: 10vh;
  position: relative;
}

.text-shadow {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.news-item-bedrift {
  background-color: #fff;
  font-size: 1rem;
  margin-bottom: 2em;
  text-decoration: none;
  transition: all 0.3s;
}
.news-item-bedrift a:hover {
  text-decoration: none;
}
.news-item-bedrift a:hover .news-item-bedrift__title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.news-item-bedrift__title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0px !important;
}
.news-item-bedrift__body {
  font-size: 1em;
  display: block;
  color: #005B28;
}
.news-item-bedrift__date {
  margin-bottom: 0px !important;
  margin-top: 10px;
  font-size: 1em;
  color: #000;
}
.news-item-bedrift header > img {
  width: 100%;
}

.bedrift-header-text {
  color: #00644E;
  margin-bottom: 4em;
  margin-top: 1em;
}
.bedrift-header-text h1 {
  font-size: 3.5em;
  font-weight: bolder;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #00644E;
}
.bedrift-header-text .bedrift-subheader-text {
  font-size: 1.6em;
  font-weight: 300;
  color: #6f6f6f;
  font-style: italic;
}

.contact-bedrift-page-item {
  font-size: 1rem;
  padding: 1.2em 0;
  color: #fff;
  color: black;
}
.contact-bedrift-page-item > li {
  list-style: none;
}

.frontpage-section-title {
  font-weight: bolder;
}

.section-title {
  font-size: clamp(2em, 3vw, 3em);
  padding-bottom: 1em;
  color: #242424;
  font-weight: 600;
}

.frontpage-nav a.nav-link {
  color: red;
}

.frontpage-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.news.frontpage-section a:hover {
  text-decoration: none;
}

.frontpage-news-item {
  transition: all 0.3s;
}
.frontpage-news-item header {
  overflow: hidden;
  height: 55%;
}
.frontpage-news-item img {
  transition: all 0.3s;
  object-fit: cover;
}
.frontpage-news-item:hover img {
  transform: scale(1.1);
  transform-origin: bottom;
}
.frontpage-news-item:hover h3 {
  text-decoration: underline;
  text-decoration-color: #00644E;
}
.frontpage-news-item h3 {
  color: #00644E;
  font-weight: 600;
  font-size: clamp(1.2em, 3vw, 1.5em);
}
.frontpage-news-item p {
  color: #000;
}
.frontpage-news-item img {
  width: 100%;
}

.frontpage-header {
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 50px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .frontpage-header {
    height: 100vh;
  }
}
.frontpage-header-top {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #232323;
  min-height: 600px;
}
.frontpage-header-top img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}

section.frontpage-bedrifter {
  color: black;
}
section.frontpage-bedrifter .frontpage-bedrift {
  transition: all 0.5s;
  background-size: cover;
  background-position: center center;
  border: 1px solid #B7E9B9;
  height: 100%;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  font-family: BwGradual, sans-serif;
}
section.frontpage-bedrifter .frontpage-bedrift-inner {
  flex-shrink: 1;
  display: block;
  background-color: #B7E9B9;
  text-align: center;
  padding: 15px;
}
section.frontpage-bedrifter .frontpage-bedrift-inner i {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #000;
}
section.frontpage-bedrifter .frontpage-bedrift-inner:hover {
  text-decoration: none;
}
section.frontpage-bedrifter .frontpage-bedrift-inner:hover .frontpage-bedrift__title {
  text-decoration: underline;
  text-underline-offset: 4px;
}
section.frontpage-bedrifter .frontpage-bedrift__title {
  color: #00644E !important;
  display: inline-block;
  font-size: clamp(1.5em, 1.2vw, 1.9em);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
section.frontpage-bedrifter .frontpage-bedrift__subtitle {
  color: #00644E;
  font-weight: 800;
  margin-bottom: 0px;
}
section.frontpage-bedrifter .frontpage-bedrift__phone {
  border-radius: 0.5em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-top: 0.5em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0.5em;
  background-color: #FFF;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
}
section.frontpage-bedrifter .frontpage-bedrift__phone a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #005B28;
}

.frontpage-border {
  height: 100px;
  width: 100vw;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

main#main.site-main .frontpage-splash {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-items: center;
  padding-bottom: 10vh;
  padding-top: 10vh;
}
main#main.site-main .frontpage-splash__main {
  flex-grow: 1;
}
main#main.site-main .frontpage-splash__bottom {
  flex-shrink: 0;
}
main#main.site-main .frontpage-splash__title {
  color: #fff !important;
  font-weight: 900;
  font-size: clamp(1.9em, 5vw, 4em);
  text-transform: uppercase;
  line-height: 1em;
}
main#main.site-main .frontpage-splash__title .big {
  color: #FFF;
  font-weight: 900;
  font-size: 1.69em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  main#main.site-main .frontpage-splash__title {
    margin-bottom: 0.5em;
  }
}

.frontpage-kampanjer .frontpage-kampanjer-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: #FFF;
  border-radius: 10px;
}
.frontpage-kampanjer .frontpage-kampanjer-item img {
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.frontpage-kampanjer .frontpage-kampanjer-item button {
  transition: all 0.3s;
  border: 2px solid #568D3D;
  background-color: transparent;
  padding: 0.2em 1em;
  border-radius: 5px;
}
.frontpage-kampanjer .frontpage-kampanjer-item button:hover {
  background-color: #568D3D;
  color: #fff;
}
.frontpage-kampanjer .frontpage-kampanjer-item__body {
  display: flex;
  align-items: center;
}
.frontpage-kampanjer .frontpage-kampanjer-item:hover {
  text-decoration: none;
}
.frontpage-kampanjer .frontpage-kampanjer-item h4 {
  font-size: 1.4em;
  color: #568D3D;
  font-weight: 600;
}
.frontpage-kampanjer .frontpage-kampanjer-item p {
  font-size: 1em;
  font-weight: 400;
  color: rgb(32, 32, 32);
}
@media screen and (min-width: 768px) {
  .frontpage-kampanjer .frontpage-kampanjer-item img {
    border-radius: 10px 0px 0px 10px;
  }
}

.rekruttering {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center 25%;
  position: relative;
  background-color: #005A72;
  color: #00644E;
}
.rekruttering .d-flex {
  gap: 2em;
  flex-wrap: wrap;
}
@media screen and (min-widtH: 768px) {
  .rekruttering .d-flex {
    flex-wrap: nowrap;
  }
}
.rekruttering .d-flex > div {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .rekruttering .d-flex > div {
    flex-basis: 50%;
  }
}
.rekruttering__title {
  font-size: clamp(2em, 3vw, 2.4em);
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #B7E9B9;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.2em;
}
.rekruttering__body {
  font-size: clamp(1.2em, 3vw, 1.3em);
  text-align: left;
  font-weight: 300;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0px;
}
.rekruttering__btn {
  display: inline-block;
  color: #00644E !important;
  border: 2px solid #242424;
  text-decoration: none;
  padding: 6px 30px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 600;
  transition: all 0.3s;
}
.rekruttering__btn:hover {
  text-decoration: none;
  background-color: #2BA87D;
  color: #FFF !important;
}
.rekruttering img {
  border-radius: 7px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

section.news.frontpage-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF;
}

.quicklinks-bedrift-page {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.quicklinks-bedrift-page .row :nth-child(2n) .quicklinks-bedrift-item {
  background-color: #e5e5e5;
}

.quicklinks-bedrift-item {
  background-color: #f7f7f7;
  color: #00644E;
  font-weight: 600;
  padding: 2em;
  text-align: center;
  margin-bottom: 1em;
}

.fp-quick__list {
  display: inline-grid;
  grid-template-columns: auto;
  margin: 0 auto;
  gap: 20px;
  width: 100%;
  padding-left: 0px;
}
@media screen and (min-width: 700px) {
  .fp-quick__list {
    grid-template-columns: repeat(2, minmax(auto, 300px));
    justify-content: space-between;
  }
}
@media screen and (min-width: 1230px) {
  .fp-quick__list {
    grid-template-columns: repeat(4, minmax(auto, 350px));
    justify-content: space-between;
  }
}
.fp-quick__item {
  font-size: clamp(1.5em, 3vw, 1.5em);
  margin-bottom: 0px;
  line-height: 1.4em;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
.fp-quick__item:after {
  background-color: #00ca9e;
  content: "";
  height: 3px;
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 80%;
  transform: translate3d(-100%, 0, 0);
  transition: all cubic-bezier(0, 0.52, 1, 1) 1s;
}
.fp-quick__item:hover {
  transition: all cubic-bezier(0, 0.52, 1, 1) 1s;
}
.fp-quick__item:hover:after {
  transition: all 0.3s;
  transform: translate3d(100%, 0, 0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fp-quick__item {
    min-width: 49%;
    width: auto;
    text-align: left;
  }
}
.fp-quick__item .fas {
  font-size: 0.8em;
}
.fp-quick .fp-quick__link {
  color: #eee !important;
}
.fp-quick .fp-quick__link:hover {
  text-decoration: none;
}
.fp-quick .fp-quick__link i {
  color: #29dda5;
  margin-right: 5px;
}

.featured-posts {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.featured-posts__item {
  margin-bottom: 15px;
  display: flex;
}
.featured-posts__item img {
  width: 200px;
  height: auto;
}
.featured-posts__item-title {
  color: #eee;
  font-size: 2em;
  align-self: center;
  padding-left: 15px;
}
.featured-posts__item:hover {
  text-decoration: none;
}
.featured-posts__title {
  color: #eee !important;
  font-size: 1.5em;
}
.featured-posts__excerpt {
  color: #eeffee;
}

.ftpost {
  margin-bottom: 30px;
  font-size: clamp(1.4em, 4vw, 1.6em);
}
.ftpost__excerpt {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ftpost:nth-child(even) .row {
  flex-direction: row-reverse;
}
.ftpost:nth-child(even) .row .ftpost__body {
  padding: 2em 2em 2em 0;
}
.ftpost__title {
  color: #005B28 !important;
  font-weight: 700 !important;
  font-size: 1.5em;
}
.ftpost__body {
  font-size: 0.75em;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .ftpost__body {
    padding: 2em 0em 2em 2em;
  }
}
.ftpost__thumbnail {
  margin-left: -31px;
  margin-right: -31px;
}
@media screen and (min-width: 768px) {
  .ftpost__thumbnail {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .ftpost__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.ftpost__button {
  font-size: 1.1em;
  border-radius: 0.5em;
  color: black !important;
  border: 1px solid black;
  padding: 6px 20px;
  transition: all 0.3s;
  background-color: #fff;
  display: inline-block;
}
.ftpost__button:hover {
  background-color: #003126;
  text-decoration: none;
  color: #EEE !important;
}
@media screen and (min-width: 768px) {
  .ftpost {
    margin: 0;
  }
}

.gatil select {
  color: #00644E;
  border: 0px;
  border-bottom: 2px solid #00644E;
  padding: 0.5em 0;
  font-size: 1.5em !important;
}
.nav-miljostasjoner {
  padding-bottom: 1.5em;
  margin-top: -0.5em;
}
.nav-miljostasjoner label {
  display: block;
  font-size: 1.3em;
  font-weight: 700;
}
.nav-miljostasjoner select {
  font-size: 1.2em;
  padding: 0.5em 1em;
  border: 2px solid #00644E;
}

.gatil {
  width: fit-content;
  margin: 0 auto;
}
.gatil__button {
  background-color: #00644E;
  color: #FFF;
  border: 0px;
  font-size: 1.5em;
  padding: 0.25em 2em;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
.gatil__list-wrapper {
  display: none;
}
.gatil__list {
  margin-top: 2em;
  font-size: 1.5em;
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
}
.gatil__list-item {
  flex-basis: 100%;
  text-align: center;
  list-style: none;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .gatil__list-item {
    flex-basis: 50%;
  }
}
.gatil__list-link {
  color: #00644E;
  transition: all 0.3s;
}
.gatil__list-link:hover {
  color: #242424;
}

.page-header {
  padding-bottom: 2em;
}
.page-header__date {
  font-size: 0.8em;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #454545;
  padding-top: 1em;
}
.page-header__title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .page-header__title-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-header__title {
  color: #005B28;
  font-weight: 800;
  font-size: clamp(1.75em, 4vw, 3em);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-header figcaption.bildetekst {
  font-size: 0.8rem;
  font-style: italic;
  padding: 1em;
}

.single-thumbnail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.single-thumbnail img {
  max-height: 66vh;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
@media screen and (min-width: 1300px) {
  .single-thumbnail {
    margin-top: 1.5em;
  }
  .single-thumbnail img {
    border-radius: 1rem;
  }
}

.news-items {
  padding-top: 2em;
  padding-bottom: 2em;
}

.news-item {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
  box-shadow: 0px 0px 5px rgba(235, 235, 235, 0.3);
  position: relative;
  margin-bottom: 1em;
  height: 100%;
}
.news-item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-item {
    margin-bottom: 2em;
  }
}
.news-item-dato {
  position: absolute;
  top: -30px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-top: -15px;
  font-size: 0.8em;
  font-weight: 600;
  padding: 2px 4px;
}

.news-item-title a {
  font-weight: 300;
}

.news-item-header {
  margin-top: 15px;
  position: relative;
}
.news-item-header h4 {
  font-size: 1.3em;
  font-weight: 600;
}

.news-item-body {
  padding: 15px;
  hyphens: auto;
  word-wrap: break-word;
  font-weight: 400;
}
.news-item-body h5 {
  font-size: 1.2em;
  color: #568D3D;
  font-weight: 400;
}
.news {
  background: #efefef;
  padding-top: 3em;
  padding-bottom: 4em;
}
.news h5 {
  color: #568D3D;
  font-weight: 600;
}

.site-footer {
  padding-top: 30px;
  background: #00644E;
  color: #fff;
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
}
.site-footer p.widget-title {
  color: #F6FDB6;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.site-footer a.nav-link {
  color: #FFF !important;
  font-size: 0.9em;
  padding-left: 0px;
  transition: all 0.3s;
  padding-bottom: 0.4em;
  padding-top: 0px;
  text-underline-offset: 5px;
}
.site-footer a.nav-link:hover {
  color: #B7E9B9 !important;
  background-color: transparent !important;
  text-decoration: underline #B7E9B9 solid 1px !important;
}
.site-footer .footer-bottom {
  color: #00644E;
  background: white;
  margin-top: 2em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.site-footer .footer-bottom a {
  color: #005B28;
}
.site-footer .footer-bottom .accessibility-fonts {
  background: white;
  border-radius: 1em;
  border: 1px solid #005B28;
  color: #005B28;
  display: inline-block;
  padding: 0.3em 1.5em;
  transition: all 0.3s;
}
.site-footer .footer-bottom .accessibility-fonts:hover {
  background: #B7E9B9;
  text-decoration: none;
}

#footer-widget h3.widget-title {
  color: #F6FDB6;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0px;
  font-size: 1.1em;
  font-family: BwGradual, sans-serif !important;
  font-weight: 600;
}
#footer-widget .orgnr {
  color: #B7E9B9;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
}
#footer-widget ul.menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.kiwalogo-wrapper {
  position: relative;
}

#kiwalogo {
  width: 100%;
  max-width: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .kiwalogo-wrapper {
    width: auto;
    position: relative;
  }
  #kiwalogo {
    position: absolute;
    transform: translateY(-45px);
    width: auto;
    height: 120px;
  }
}
.footer-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3em 1em;
}

.footer-social {
  text-decoration: none !important;
}
.footer-social i {
  transition: all 0.3s;
}
.footer-social a {
  color: #B7E9B9 !important;
  text-decoration: none;
}
.footer-social a:hover {
  color: #FFF !important;
  text-decoration: none;
}

.footer-title {
  color: #00644E;
  font-weight: bolder;
  text-transform: uppercase;
}

.footer-end {
  background: #00644E;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.8em;
}
.footer-end ul {
  text-align: right;
}
.footer-end ul li {
  display: inline;
  margin-right: 16px;
}
.footer-end ul li > * {
  background: transparent;
  padding: 0px;
  transition: all 0.3s;
  color: #fff;
  text-decoration: underline solid #B7E9B9 1px !important;
  text-underline-offset: 4px;
  border: 0px;
}
.footer-end ul li > *:hover {
  color: #B7E9B9;
  text-underline-offset: 4px;
}

#backToTop {
  background-color: #B7E9B9;
  color: #00644E;
  padding: 0.3em 2em;
  border: 0px;
  border-radius: 1em;
  transition: all 0.3s;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
#backToTop:hover {
  text-decoration: none;
  background-color: #2BA87D;
  color: #FFF;
}

.btt-wrapper {
  position: absolute;
  top: -1em;
  width: 100%;
}

#site-footer ul.menu .menu-item a {
  color: #FFF !important;
}

#masthead.site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  font-weight: 400;
  font-size: 0.8em;
  background-color: transparent;
  z-index: 2;
  box-shadow: none;
}

.preheader {
  background-color: #168A66;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right;
}
.preheader__list {
  list-style: none;
  display: inline;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0px;
  padding: 0px;
}
.preheader__list li {
  display: inline-block;
  margin-left: 1em;
}
.preheader__button {
  border: 0px;
  background-color: #FFF;
  background: #fff;
  color: black;
  padding: 3px 8px;
  border-radius: 1em;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}
.preheader__button:hover {
  background-color: #55e4b8;
  text-decoration: none;
}

.submenu-search {
  text-align: right;
  display: flex;
  width: 100%;
  font-size: 12px;
  justify-content: flex-end;
  align-items: center;
}
.submenu-search .se-webcam {
  font-size: 14px;
  color: #00644E;
}
.submenu-search .se-webcam__btn {
  padding: 8px 8px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: underline;
}
.submenu-search .se-webcam__btn--page {
  color: #00644E !important;
}

#search-form-hrs {
  display: inline-block;
  margin: 0;
  font-size: 1.2em;
}
#search-form-hrs button {
  border: 0px;
  color: #00644E;
}
#search-form-hrs input {
  border: 0;
  padding: 4px 10px;
  border: 1px solid #00644E;
}
#search-form-hrs .form-control {
  border: 0;
  background: #e6e6e6;
}

.frontpage-header-contact {
  font-size: 1.1em;
}

.subheader {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search-thing {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

#masthead nav.navbar #menu-hovedmeny.navbar-nav .menu-item a.nav-link {
  color: #000;
}

.hrsnav-tab-wrapper {
  height: calc(100vh - 51px);
  overflow-y: scroll;
}
.hrsnav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.hrsnav__menu {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2em;
  z-index: 4;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 6em;
}
@media screen and (min-width: 768px) {
  .hrsnav__menu {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .hrsnav__menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .hrsnav__menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.hrsnav__menu > .menu-item > a {
  font-size: 1.3em;
  font-family: BwGradual, sans-serif;
  color: #00644E !important;
}
.hrsnav__menu > .menu-item {
  display: block;
}
.hrsnav__menu .menu-item {
  list-style: none;
  font-size: 1.3em;
}
.hrsnav__menu .menu-item a {
  color: #000;
  transition: all 0.3s;
}
.hrsnav__menu .menu-item a:hover {
  color: #568D3D;
}
.hrsnav__menu .sub-menu {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.hrsnav .menu-wrapper {
  background-color: transparent;
  position: relative;
}
.hrsnav .menu-wrapper.active {
  top: 0px;
  z-index: 10;
}

.navbutton {
  font-size: clamp(1.1em, 2vw, 1.3em);
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.navbutton:hover {
  color: #568D3D;
  text-decoration: underline;
}

.navbutton-wrapper {
  display: flex;
  gap: 1em;
  font-family: BwGradual, sans-serif;
}

.menu-item-133 > a {
  border-bottom: 4px solid #00644E;
}

.menu-item-156 > a {
  border-bottom: 4px solid #FF0024;
}

.menu-item-152 > a {
  border-bottom: 4px solid #4f5358;
}

.menu-inner #myTab.hrsnav-tab {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #1db687;
  overflow-x: scroll;
  flex-wrap: nowrap;
  gap: 0.5em;
  justify-content: flex-start;
  padding-left: 0px;
  background-color: #FFF;
}
.menu-inner #myTab.hrsnav-tab .nav-item .nav-link {
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.menu-inner #myTab.hrsnav-tab .nav-item .nav-link.active {
  background-color: #00644E;
  color: #B7E9B9;
  font-weight: 700;
  border-radius: 0.5em 0.5em 0 0;
}
.menu-inner #myTab.hrsnav-tab .nav-item .nav-link.active .minor {
  color: #B7E9B9;
}
@media screen and (min-width: 768px) {
  .menu-inner #myTab.hrsnav-tab {
    overflow-x: visible;
  }
}

.minor {
  font-size: 0.7em !important;
  line-height: 0.7em;
  display: block;
  color: black;
}

.menu-inner {
  z-index: 10;
  position: relative;
}

.searchbox {
  display: none;
}
.searchbox__wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.searchbox__inner {
  margin-top: 0.4em;
  display: inline-block;
}

.navbar-burger {
  width: 20px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.navbar-burger__lines {
  width: 100%;
  height: 3px;
  background-color: #00644E;
}

.tab-content__header {
  display: inline-block;
}
.tab-content__header__title {
  font-family: BwGradual, sans-serif;
  padding-top: 1em;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-size: clamp(2em, 3vw, 2.6em);
  text-transform: uppercase;
  font-weight: 800;
  color: #005B28;
  line-height: 1em !important;
}
.tab-content__header__subtitle {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: #4a4a4a;
  margin-bottom: 2em;
}

.ansatte {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ansatt-item {
  padding: 1.1em;
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  max-width: 245px;
}
.ansatt-item .navn {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-family: BwGradual, sans-serif;
  color: #00644E;
}
.ansatt-item .stilling, .ansatt-item .sted {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  color: #3b3b3b;
}
.ansatt-item i.fas {
  margin-right: 1em;
}
.ansatt-item .ansattebilde {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #00644E;
  padding: 2px;
  margin-bottom: 1em;
}
.ansatt-item .ansattebilde.mangler {
  background: radial-gradient(20%, #00644E, #003126);
}

.ansatt-item-inner {
  padding: 5px;
}

.ansattenavn {
  text-transform: uppercase;
  font-weight: bold;
}

.ansatt-filter .button:active,
button.is-checked {
  background-color: #168A66 !important;
  color: #fff !important;
}

.ansatt-filter {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.ansatt-filter button {
  background-color: #FFF;
  border: 2px solid #00644E;
  font-weight: 600;
  transition: all 0.3s;
  color: #00644E;
  padding: 0.4em 1em;
  box-shadow: 5px 5px 0px #00644e;
}
.ansatt-filter button:active {
  outline: 0px;
}

body {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-size: 1rem;
}
body a {
  color: #005B28;
  text-decoration-thickness: 2px !important;
}
body a:hover {
  color: #005B28;
}
body.font-lg {
  font-size: 1.3rem;
}
body .main-content-area {
  color: #515151;
  padding-top: 2em;
  padding-bottom: 4em;
  font-size: clamp(1em, 2vw, 1.2em);
  max-width: 70ch;
}
body .main-content-area p {
  margin-bottom: 2rem;
  line-height: 1.6em;
}
body .main-content-area h2, body .main-content-area h3, body .main-content-area h4, body .main-content-area h5, body .main-content-area h6 {
  color: #00644E;
}
body .main-content-area h2:not(:first-child), body .main-content-area h3:not(:first-child), body .main-content-area h4:not(:first-child), body .main-content-area h5:not(:first-child), body .main-content-area h6:not(:first-child) {
  padding-top: 1em;
}
body .main-content-area h2 {
  font-size: 1.6em;
  font-weight: 600;
}
body .main-content-area h3 {
  font-size: 1.5em;
}
body .main-content-area h4 {
  font-size: 1.4em;
}
body .main-content-area h5 {
  font-size: 1.1em;
}
body .main-content-area h6 {
  font-size: 1em;
}
body .main-content-area a {
  text-decoration: underline solid #00644E;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
  color: #00644E;
  font-weight: 600;
}
body .main-content-area a[target=_blank]:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
}
body .main-content-area .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 0.5em 1em;
  font-size: 0.8em;
}
body .main-content-area .wp-block-image.hvit-alt figcaption {
  color: #fff !important;
}
body .main-content-area .wp-block-image.svart-alt figcaption {
  color: #000 !important;
}
body .main-content-area figcaption.bildetekst {
  padding: 5px;
  font-size: 0.9em;
  font-style: italic;
  color: #7e7e7e;
}
body .main-content-area .wp-block-table {
  overflow: hidden !important;
  overflow-x: scroll !important;
  display: block !important;
}
body .main-content-area .wp-block-table td {
  border: 1px solid #7e7e7e;
  padding: 10px !important;
}
body .main-content-area .wp-block-table tbody > tr:first-child {
  background-color: #dedede !important;
  color: #044227;
  font-weight: bold;
  padding: 10px !important;
}

.ingress {
  font-size: clamp(1.3em, 2vw, 1.5em);
  font-weight: 200;
  line-height: 1.5em !important;
  color: rgb(102, 102, 105);
  padding-top: 0.5em;
  margin-bottom: 0px !important;
  max-width: 70ch;
}

.coi-consent-banner {
  background-color: transparent !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  font-family: "Open Sans", sans-serif !important;
}
.coi-consent-banner a {
  color: #005B28;
}
.coi-consent-banner a:hover {
  color: black;
}
.coi-consent-banner__base {
  border: 5px solid #666;
  max-width: 768px;
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 50px !important;
  position: relative;
  margin-bottom: 100px;
  margin-left: 30px;
  padding-bottom: 10px;
}
.coi-consent-banner__base:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 130px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.coi-consent-banner__base:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 136px;
  right: auto;
  top: auto;
  bottom: -26px;
  border: 20px solid;
  border-color: #fff transparent transparent #fff;
}
.coi-consent-banner__summary {
  background-color: transparent !important;
  padding-bottom: 15px !important;
}
.coi-consent-banner__consent-area {
  background-color: transparent !important;
  display: flex;
  width: 100% !important;
}
.coi-consent-banner__bottom {
  border-top: 0px !important;
  background-color: #fff;
}
.coi-consent-banner__agree-button, .coi-consent-banner .bottom-bar__update-consent {
  background-color: black !important;
}
.coi-consent-banner__summary-texts__title {
  font-weight: 600;
}
.coi-consent-banner .coi-consent-banner__decline-button {
  display: none !important;
}

form.wpcf7-form {
  margin: 0 auto;
  display: block;
  padding: 2em;
}
form.wpcf7-form h3 {
  color: #000000;
  font-size: clamp(1.5em, 3vw, 2.2em);
  font-weight: 900;
  padding-top: 1.5em;
}
form.wpcf7-form .wpcf7-form-control {
  padding: 5px;
  box-shadow: 3px 3px 0px rgba(0, 100, 78, 0.75);
}
form.wpcf7-form label {
  color: #005B28;
  font-weight: 700;
  padding-top: 1em;
}

.wpcf7-submit {
  background-color: #568D3D !important;
  border: 0px;
  border: 0;
  color: #fff;
  padding: 0.2em 2em !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #044227 !important;
}

.miljostasjon-header {
  position: relative;
}
.miljostasjon-header img {
  z-index: 1;
}

.miljostasjon-item {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 2px solid #00644E;
}
.miljostasjon-item__title {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  color: #00644E;
  font-family: BwGradual, sans-serif;
}

.miljostasjoner-kommunevapen-img {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 25px;
}

.miljostasjon-title h1 {
  margin: 0;
  color: #00644E;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BwGradual, sans-serif;
}

h1 {
  font-weight: 600;
}

a {
  color: #00644E;
}

p.lead {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#content.site-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: relative;
}

.last-updated {
  display: block;
  font-size: 0.8em;
  color: lightgrey;
}

.hrs-container {
  max-width: 888px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.phone-bedrift-page {
  padding: 1em;
  background-color: #f0f0f0;
  color: #00644E;
}

.top-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  margin-top: -100px;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 3em;
}

#renovation {
  z-index: 99;
}

.hrs-btn {
  font-size: 1em;
  background: transparent;
  border: 2px solid #fff;
  padding: 4px;
  border-radius: 1em;
  margin-top: 15px;
}
.hrs-btn a {
  color: white;
  font-weight: bold;
}

.hrs-btn-2 {
  background-color: #fff;
  padding: 1em;
  color: #fff;
  font-weight: 600;
}

.campaign {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 1rem;
  padding: 0.7em;
  position: relative;
  margin-bottom: 0px;
  text-decoration: none;
}
.campaign .frontpage-campaign-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.campaign .frontpage-campaign-title:after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #fff;
}

.campaign-btn {
  color: #044227 !important;
  padding: 0.25em 1em;
  border-radius: 5px;
  border: 2px solid #568D3D;
  font-weight: 300;
  font-size: 1.1em;
  transition: all 0.3s;
}
.campaign-btn:hover {
  text-decoration: none;
  background-color: #EEE;
}
.campaign-btn:after {
  content: "→";
  color: #568D3D;
  margin-left: 0.5em;
}

.campaign-excerpt {
  font-size: 14px;
  font-weight: 200;
}

.contact-box-frontpage {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 1em;
}

.contact-box-item {
  padding: 1em;
}

.c2a {
  background-color: #00644E;
  position: relative;
}
.c2a h1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

#gksm-custom-menu-widget-2 {
  padding: 0;
}

section.widget_text.widget.widget_custom_html {
  margin-bottom: 0px;
}

.notfound-page {
  background: #f5f5f5;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404 {
  border: 2px solid #00644E;
  padding: 1em;
}

#tommekalender {
  position: relative;
  background-color: #f7f7f7;
}
#tommekalender #renovation {
  background-color: #fff;
  padding: 1em;
}
#tommekalender:after {
  content: "▼";
  color: #f7f7f7;
  position: absolute;
  font-size: 30px;
  bottom: -20px;
  left: 50%;
  transform: scale(4, 1);
}

.kampanje-header {
  background-position: bottom center;
  background-size: cover;
  position: relative;
  min-height: 450px;
}
.kampanje-header h1 {
  padding-top: 20vh;
  padding-bottom: 20vh;
  color: white;
  font-size: 3em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .kampanje-header h1 {
    font-size: 6vw;
  }
}

.kampanje-title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 1em;
  display: inline-block;
}

.kampanjeinfo {
  margin-left: auto 0;
  display: inline-block;
  background: linear-gradient(30deg, #00644E, #001812);
  color: #fff;
  padding: 1em;
  font-weight: bolder;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kampanjeinfo i {
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .kampanjeinfo {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
}
.kampanje-subtitle {
  background: #00644E;
  color: #fff;
  padding: 0.3em;
  font-size: 0.8rem;
  font-weight: 900;
  border-radius: 5px;
}

.kommuneinfo {
  background: #fff;
}
.kommuneinfo .ansattebilde {
  width: 70px;
  display: block;
}

@media screen and (max-width: 960px) {
  .kommuneinfo {
    position: relative;
  }
}
.info-item {
  margin-bottom: 1.5em;
  font-weight: 600;
}

.info-title {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00644E;
  margin-bottom: 0px;
  padding-top: 2em;
}

.small-round {
  width: 100px;
  border-radius: 50%;
  display: block;
}

.social {
  padding-top: 40px;
}
.social i .fa-circle {
  border: 2px solid #00644E;
}

.clip-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.green-overlay {
  background: linear-gradient(rgba(0, 100, 78, 0.2), rgba(0, 100, 78, 0.2));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.bg-hrs {
  background: linear-gradient(#00fdc5, #00644E);
}

.bg-hrsyellow {
  background-color: #F6FDB6;
}

.text-hrs {
  color: #00644E;
}

.hrs-green {
  color: #00644E;
}

.hrs-dark-green {
  color: black;
}

.flexible-wys {
  font-size: 1.3em;
}

.husholdning-links {
  background-size: cover;
}

.links-body {
  background: #fff;
  padding: 1em;
  height: 100%;
}
.links-body h4 {
  text-transform: uppercase;
  color: #00644E;
}

.image-cont {
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
}

.husholdning-links-item {
  background: #00644E;
  position: relative;
}

.husholdning-links-item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

.om-hrs-husholdning {
  width: 600px;
  background: white;
}

.om-oss {
  border-left: 3px solid #00644E;
  margin-top: 2em;
}

.om-oss-content {
  background-color: white;
  border-left: 3px solid #00644E;
  padding: 1em;
}

.contact-block {
  border-radius: 1em;
  background-color: #fff;
  font-weight: normal;
  padding: 1em;
  color: black;
  font-size: 0.8em;
}
.contact-block i.fas {
  margin-right: 1em;
}
.contact-block .title {
  font-weight: 600;
}
.contact-block h4 {
  text-align: center;
  font-weight: 699;
  color: #00644E;
}

.miljostasjoner-kommunevapen {
  display: absolute;
  right: -15px;
  top: -15px;
  margin-right: 1em;
}

.with-side {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.contact-side {
  background: #00644E;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
}
.contact-side li {
  margin-bottom: 8px;
}

.submenu-widget ul.menu {
  list-style: none;
  padding-left: 0px;
}

h3.widget-title {
  font-weight: 800;
}

.widget {
  font-size: 1.1em;
  padding: 1em;
}

.buebunn {
  height: 100px;
  width: 100%;
  position: absolute;
  top: -100px;
  background-position: center center;
  background-size: 100% 100%;
}

.section-header {
  font-weight: 600;
}

.fwheader-image {
  min-height: 500px;
  height: 75vh;
  max-height: 33vw;
  background-size: cover;
  background-position: center center;
}

#quadmenu {
  padding: 10px;
}

.hrs-miljo a {
  color: #FF0024;
}
.hrs-miljo h1 {
  border-left: 8px solid #FF0024;
  padding-left: 1rem;
  color: #FF0024;
}

.hrs-metallco a {
  color: #4f5358;
}
.hrs-metallco h1 {
  border-left: 8px solid #4f5358;
  padding-left: 1rem;
  color: #4f5358;
}

.hrs-husholdning a {
  color: #00644E;
}
.hrs-husholdning h1 {
  color: #00644E;
}
.hrs-husholdning p.lead {
  color: black;
}

.main-content {
  padding-bottom: 2em;
}

.main-content-area {
  padding-top: 2em;
}

#renovation .row {
  display: block;
  margin: 0;
}

.driftsmelding {
  max-width: 768px;
  margin-bottom: 2em;
}
.driftsmelding .fas {
  margin-right: 1em;
}
.driftsmelding p {
  font-weight: 200;
}
.driftsmelding__body {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.69);
  color: #FFF;
  padding: 3em;
  padding-bottom: 1em;
}
.driftsmelding__title {
  background: #fcfc7e;
  color: #000;
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 900 !important;
  display: inline-block;
  font-size: 1.2em;
  position: absolute;
  left: 50px;
  top: -20px;
  text-transform: uppercase;
}
.driftsmelding__message-title {
  font-size: 1.5em;
  font-weight: 700 !important;
  margin-bottom: 0.5em !important;
  text-transform: uppercase;
}
.driftsmelding__message {
  font-size: 1.1em;
  line-height: 1.4em !important;
}

.the-excerpt {
  font-size: 1.2em;
  font-style: italic;
  color: #989898;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.kampanje-item {
  background-color: #e6e6e6;
}
.kampanje-item img {
  width: 100%;
}
.kampanje-item .kampanje-item-body {
  padding: 1em;
}

.footer-search {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: right;
}
.footer-search .form-control {
  border: 0;
}
.footer-search .search-submit {
  color: #00644E;
  margin-top: -5px;
}

.search-page-page {
  padding-top: 2em;
  padding-bottom: 2em;
}
.search-page-page .page-header {
  margin-bottom: 2em;
}

.search-published {
  font-size: 12px;
  color: #7e7e7e;
}

.container-item {
  background-color: #fff;
  border: 0;
  padding: 1em;
  height: 100%;
}
.container-item .container-title {
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
.container-item .container-img {
  width: 100%;
}

.miljostasjon-kart {
  border-top: 2px solid #00644E;
  padding-top: 2px;
}

.search-wrapper {
  position: relative;
}

.hrssearchsubmit {
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: white;
}

input#hrssearch {
  border-radius: 5px;
  background-image: url("//placeimg.com/10/10");
  background-repeat: no-repeat;
  background-position: 100px 100px;
}

#mini-sortere-private-search {
  padding: 1em;
  border: 1px solid #757575;
  width: 100%;
}

.pagination {
  margin: auto;
}

.metaller .metaller-item {
  width: 50%;
  padding: 1em;
}
.metaller .metaller-item .top {
  color: #00644E;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
.metaller .metaller-item h6 {
  font-size: 1em;
  color: #4b4b4b;
}
.metaller .metaller-item p {
  color: #727272;
  font-weight: 600;
  font-size: 0.8em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.metaller .metaller-item p.hvordan {
  font-weight: 300;
}

@media screen and (min-width: 750px) {
  .metaller .metaller-item {
    width: 25%;
    padding: 5px;
  }
  .metaller .metaller-item .metaller-item-inner {
    padding: 5px;
  }
}
.metall-filter {
  width: 250px;
  padding: 10px;
  font-size: 15px;
  appearance: none;
  background-image: url("img/arrowdown.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: right center;
  border: 0px;
  border: 1px solid #00644E;
}

.fonts {
  position: relative;
  font-size: 14px;
}
.fonts:hover .fontsinfo {
  display: block;
}
.fonts .big {
  font-size: 1em;
}
.fonts .bigger {
  font-size: 2em;
}
.fonts .biggest {
  font-size: 2.5em;
}
.fonts .fontsinfo {
  width: 200px;
  padding: 1em;
  top: -100px;
  left: 0px;
  position: absolute;
  background-color: white;
  color: #000;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#webcamera {
  padding-top: 50px;
  padding-bottom: 50px;
}
#webcamera .webcamera {
  width: 100%;
}
#webcamera .webcamera:not(:last-of-type) {
  margin-bottom: 1em;
}
#webcamera .webcamera__title {
  font-weight: 300 !important;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#webcamera .webcamera__subtitle {
  text-transform: uppercase;
  color: #005B28;
  font-weight: 600;
}
#webcamera .webcamera__subtitle i {
  color: #00644E;
  margin-right: 3px;
  font-size: 1em;
}
#webcamera .webcamera__img {
  border: 1px solid #000;
  width: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webcamera .webcamera__img img {
  transition: all 1s;
}
#webcamera .webcamera__img p {
  align-self: center;
  justify-self: center;
}

.hidden {
  opacity: 0;
}

.slick-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.miljostasjon-headerbilde {
  max-width: 1200px;
  margin: 0 auto;
}
.miljostasjon-headerbilde img {
  margin-top: 15px;
  max-height: 66vh;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}

.image-text__title {
  font-size: clamp(1.5em, 3vw, 2.4em);
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #00644E;
  margin-bottom: 0px;
  padding-top: 0.75em;
  line-height: 1.2em;
}

.image-text__body {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*# sourceMappingURL=style.css.map */
