/* Faaness */
/* Colors */
/* extra */
.mce-menu {
  position: fixed !important;
}
.transition-all {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.transition-o {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.transition-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.shadow {
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
}
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
body:before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 17px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-top-right-radius: 4px;
}
@media (min-width: 1800px) {
  body:before {
    content: "xxxl";
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body:before {
    content: "xxl";
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "l";
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body:before {
    content: "m";
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body:before {
    content: "s";
  }
}
@media (max-width: 320px) {
  body:before {
    content: "xs";
  }
}
.superadmin:before {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Layout */
body {
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  background-color: #fffdf8;
}
/* Typography */
.module-article a {
  color: #000000;
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
  min-height: 5px;
}
p {
  min-height: 5px;
}
p span {
  color: #9ac331;
  font-size: 16px;
  font-weight: bold;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 35px;
  }
}
h2,
h2 a {
  font-size: 30px;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
h3,
h3 a {
  font-size: 25px;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
.module-article p a {
  color: #9ac331;
}
/* logo */
.module-logo a img {
  width: 240px;
}
/* employeelist */
.module-employeelist.cards {
  display: flex;
  flex-wrap: wrap;
}
.module-employeelist.cards li {
  width: 100%/3;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-employeelist.cards li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist.cards li {
    width: 100%;
  }
}
.module-employeelist.cards .facehugger.no-img {
  display: none;
}
/* must-haves */
#cookies {
  background: #000000;
}
#cookies p,
#cookies a {
  color: white;
}
.solve-ad {
  float: right;
  margin-top: 0;
  text-align: right;
}
.solve-ad a {
  color: #000000;
}
.solve-ad a:hover {
  color: #000000;
}
.section-breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .blueimp-gallery-controls > .indicator {
    display: none !important;
  }
}
/* Tjenester-meny */
.module-menu-holder.sitemap.menu-visible-all.tjenester {
  display: flex;
  justify-content: center;
}
.module-menu-holder.sitemap.menu-visible-all.tjenester .level2 > li {
  padding: 20px 30px;
}
.module-menu-holder.sitemap.menu-visible-all.tjenester .level2 > li > a {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.module-menu-holder.sitemap.menu-visible-all.tjenester .level3 {
  border-left: none;
  margin-left: 0;
}
.module-menu-holder.sitemap.menu-visible-all.tjenester .level3 li a {
  color: #9ac331;
  font-size: 16px;
  text-transform: uppercase;
}
/* For sidemenu. Remember class .venstremeny */
.module-menu-holder.sidemenu.menu-visible-all.venstremeny {
  float: left !important;
  margin: 0;
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a {
  color: black !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 600;
  margin-right: 0px;
  padding: 7px 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a:hover {
  color: #000000 !important;
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 {
  display: block;
  border: 0;
  margin-left: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 li a {
  font-weight: 400;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a {
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a span {
  color: #000000;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current a span {
  color: #000000;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul .current a span {
  color: #000000;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 {
  list-style: circle outside none;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li {
  display: list-item;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container .row .col-sm-6.grid-id-20 {
    text-align: center;
  }
  .section-header .container .row .col-sm-6.grid-id-20 .module-logo {
    display: inline-block;
  }
  .section-header .container .row .col-sm-6.grid-id-20 .module-logo img {
    width: 110px;
  }
}
.section-header .container .row .module-logo {
  display: inline-block;
}
.section-header .container .row .contact-icons {
  width: 140px;
}
.section-header .container .row .contact-icons a {
  margin-right: 20px;
}
.section-header .container .row .contact-icons img {
  width: 35px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container .row .contact-icons a {
    padding: 4px 10px;
    margin-right: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container .row .contact-icons.desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header .container .row .module-menu-holder.hover.menu-visible-desktop {
    display: none;
  }
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop li {
  padding: 0 12px;
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop li a:hover {
  color: #9ac331;
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop ul.level2,
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop ul.level3 {
  border: none;
  background: #f1f1f1;
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop > ul > li > a {
  font-weight: 600;
  padding-right: 6px;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .section-header .container .row .module-menu-holder.hover.menu-visible-desktop > ul > li > a {
    font-size: 15px;
  }
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop > ul > li.current > a {
  color: #9ac331;
}
.section-header .container .row .module-menu-holder.hover.menu-visible-desktop > li:not(nth-of-type(3n)) {
  display: none;
}
.section-header .container .row #menu-open-close {
  height: 60px;
  width: 60px;
  display: block;
  background-color: transparent;
  border: 0;
  right: 15px;
  z-index: 333;
  top: 30px;
}
.section-header .container .row #menu-open-close:focus {
  outline: none;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section-header .container .row #menu-open-close {
    display: none;
  }
}
.section-header .container .row #menu-open-close .icon-bar {
  background-color: #9ac331;
  width: 53px;
  height: 5px;
  right: 0;
  margin-bottom: 8px;
}
body.menu-open .section-header .container .row #menu-open-close {
  position: fixed;
}
body.menu-open .section-header .container .row #menu-open-close .icon-bar {
  background-color: white;
  position: absolute;
  left: 6px;
}
body.menu-open .section-header .container .row #menu-open-close .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 20px;
}
body.menu-open .section-header .container .row #menu-open-close .icon-bar:nth-of-type(2) {
  transform: rotate(-45deg);
  top: 20px;
}
body.menu-open .section-header .container .row #menu-open-close .icon-bar:nth-of-type(3) {
  display: none;
}
.section-header .container .row .menu-container {
  opacity: 0;
  display: none;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: center;
}
.section-header .container .row .menu-container .contact-icons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  z-index: 333;
}
.section-header .container .row .menu-container .contact-icons a {
  padding: 15px 20px;
}
.section-header .container .row .menu-container .contact-icons a img {
  width: 60px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section-header .container .row .menu-container {
    display: none;
  }
}
body.menu-open .section-header .container .row .menu-container {
  opacity: 1;
  display: block;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen {
    display: none;
  }
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu-button {
  display: none;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 {
  background-color: transparent;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  border-left: 0;
  top: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 li {
  padding: 10px 0;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 li a {
  color: white;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 li a:not(:last-of-type) {
  border-bottom: 1.5px solid #ffffff80;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 .level2 {
  border: 0;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 .level2 li {
  padding: 0;
}
.section-header .container .row .module-menu-holder.sidemenu.menu-visible-all.clickdown.offscreen .module-menu.level1 .level2 a {
  font-size: 17px;
  color: #9ac331;
}
.module-menu-holder > ul > li.has-children > a > .mi-txtspan:after {
  display: none;
}
body.menu-open {
  right: 0;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .no-container .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.no-container .container .section-standard .container {
  max-width: 1170px;
}
.merker {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 140px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .merker {
    width: 100px;
    right: 10px;
    top: -50px;
  }
}
.module-article.mf-logo img {
  padding: 20px;
  max-width: 300px;
}
@media (min-width: 767px) {
  .module-article.mf-logo img {
    float: right;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.mf-txt {
    padding-left: 50px;
    border-left: 2px solid black;
  }
}
.linker-bunn {
  text-align: center;
  margin-top: 50px;
}
.linker-bunn a {
  color: #9ac331;
  border-bottom: 2px solid #9ac331;
  padding-bottom: 1px;
  font-size: 20px;
  margin: 0 20px;
}
.linker-bunn a:hover {
  text-decoration: none;
}
.module-article.realiser {
  text-align: left;
  display: inline-block;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.realiser {
    padding: 200px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .module-article.realiser {
    padding: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-article.realiser {
    padding: 140px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.realiser {
    padding-top: 100px;
  }
}
.module-article.realiser h1 {
  font-size: 4rem;
  color: white;
  font-weight: normal;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .module-article.realiser h1 {
    font-size: 6rem;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.realiser h1 {
    font-size: 3rem;
    line-height: normal;
  }
}
.module-article.realiser p {
  color: white;
  padding-top: 10px;
  display: inline-block;
  border-top: 2px solid white;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .module-article.realiser p {
    margin-top: 20px;
  }
}
.toppbilde-forside {
  text-align: left !important;
  background-size: contain !important;
}
.section.karusell-bg {
  background-color: #d5dade;
  padding-bottom: 55px;
}
.section.karusell-bg .container {
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .section.karusell-bg .container {
    padding: 0 12%;
  }
}
hr {
  border-top-color: transparent;
}
.module-carousel .item {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .item {
    display: block !important;
  }
}
.module-carousel .slick-arrow {
  border-radius: 100px;
  top: 0;
}
.module-carousel img {
  width: 50%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel img {
    width: 100%;
  }
}
.module-carousel .slide-caption {
  padding: 20px;
  width: 50%;
  position: static;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .slide-caption {
    width: 100%;
  }
}
.module-carousel .slide-caption h1 {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.module-carousel.referanser {
  margin: 60px 0 80px 0;
  margin-bottom: 65px;
  width: 100%;
}
.module-carousel.referanser .item.slick-slide {
  margin-bottom: 30px;
}
.module-carousel.referanser .item.slick-slide img {
  float: left;
  width: 50%;
  padding: 0 6% 0 7%;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .module-carousel.referanser .item.slick-slide img {
    padding: 0 2% 0 10%;
    margin-top: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.referanser .item.slick-slide img {
    width: auto !important;
    padding: 0;
  }
}
.module-carousel.referanser .item.slick-slide table {
  float: right;
  width: 50%;
}
.module-carousel.referanser .item.slick-slide table td {
  padding: 2% 3% 0 0;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .module-carousel.referanser .item.slick-slide table td {
    padding: 2% 5% 0 0;
  }
  .module-carousel.referanser .item.slick-slide table td p {
    font-size: 15px;
  }
  .module-carousel.referanser .item.slick-slide table td hr {
    border-top-color: transparent;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.referanser .item.slick-slide table {
    width: auto !important;
    float: none;
    padding: 20px 0;
  }
}
.module-carousel.referanser .item.slick-slide table h1 {
  color: #000000;
}
.module-carousel.referanser .slick-arrow {
  background-color: transparent;
}
.module-carousel.referanser .slick-arrow:before {
  content: "";
  background-image: url(https://files.solvecms.com/faanessentreprenor-no/1f467a5/pil.svg?v=1615985687892);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 100px;
  width: 40px;
  position: absolute;
  top: -40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.referanser .slick-arrow:before {
    display: none;
  }
}
.module-carousel.referanser .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.module-carousel.referanser .slick-arrow:hover,
.module-carousel.referanser .slick-arrow:focus {
  background-color: transparent;
}
.module-carousel.referanser ul.slick-dots button:before {
  color: #000000;
  font-size: 18px;
}
.toppbilde.article218 h1 {
  background-color: #000000;
  padding: 0 40px;
  font-size: 60px;
}
@media (max-width: 2080px) {
  .toppbilde.article218 h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1717px) {
  .toppbilde.article218 h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 5px 30px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde.article218 h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 5px 20px;
    width: 80%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde.article218 img {
    object-fit: cover;
    height: 300px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde.article202 img {
    object-fit: cover;
    height: 225px;
  }
}
.body-mi108 .black {
  margin-bottom: 65px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi108 .black {
    margin-bottom: 0;
    padding: 0px 0 40px 0;
  }
  .body-mi108 .black .txt {
    text-align: center;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .body-mi108 .black {
    padding: 0 20%;
  }
}
.body-mi108 .black h3 {
  color: black !important;
}
.body-mi108 .black svg {
  fill: black !important;
}
.black {
  padding: 70px 0 70px 0;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 50px;
  place-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .black {
    display: block;
    padding: 35px 0 35px 0;
  }
}
.black .txt h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .black .txt h3 {
    font-size: 21px;
    color: black;
  }
}
.black .image {
  width: 130px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .black .image {
    display: block;
    margin: 15px auto;
  }
}
.black .image svg {
  fill: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .black .image svg {
    fill: black;
  }
}
.frontpage .black-bg {
  background-color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage .black-bg {
    background-color: #fffdf8;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .frontpage .black-bg .container {
    padding: 0 10%;
  }
}
.darkgreen-bg {
  background-color: #000000;
  padding: 80px 20px;
}
.forsidetekst {
  max-width: 750px;
  margin: 0 auto;
}
.lightgreen {
  color: #9ac331;
}
.white-big-bg {
  background-color: transparent !important;
  padding: 45px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .white-big-bg {
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
}
.tjenester {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
}
.tjenester a {
  font-weight: 300;
  font-size: 17px;
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 20%;
  text-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tjenester a p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tjenester a p {
    font-size: 16px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjenester a {
    margin: 30px 0;
    width: 50%;
  }
}
.tjenester a img {
  max-width: 70px;
  margin-right: 10px;
}
.tjenester a:hover {
  transform: scale(1.1);
}
.frontbox {
  background-color: transparent;
  color: #000000;
  padding: 10px 0 0 0;
  border: 4px solid black;
  text-align: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .frontbox {
    margin: 0 35px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontbox {
    border: none;
    margin-bottom: 40px;
    text-align: left;
  }
}
.frontbox img {
  max-height: 50px;
  margin: 0 5px;
  padding: 5px;
  margin-top: -5px;
}
.frontbox .textbox {
  border-left: 1px solid #000000;
  padding: 20px 90px 20px 40px;
}
@media (max-width: 2029px) {
  .frontbox .textbox {
    padding: 20px 70px 20px 30px;
  }
}
@media (max-width: 1600px) {
  .frontbox .textbox {
    border-left: 0;
    border-top: 1px solid #000000;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .frontbox .textbox {
    padding: 20px 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontbox .textbox {
    border: 0;
    padding: 0;
  }
}
.frontbox .textbox h1 {
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontbox .textbox h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.frontbox .textbox p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .frontbox .textbox p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontbox .textbox p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontbox.rehabilitering,
  .frontbox.nybygg {
    border-bottom: 2px solid black;
  }
}
.module-header h1 {
  float: left;
  padding-left: 35px;
  font-weight: normal;
  display: inline-block;
  text-shadow: 4px 4px 5px #00000073;
}
.module-header h1:before {
  content: "";
  background-image: url(https://files.solvecms.com/faanessentreprenor-no/1f467a5/Line+57.svg?v=1617793467888);
  height: 120px;
  background-repeat: no-repeat;
  width: 50px;
  background-size: 45px;
  position: absolute;
  left: -10px;
  top: -35px;
  font-weight: 100;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-header h1:before {
    height: 100px;
    width: 35px;
    background-size: 30px;
    left: -5px;
    top: -15px;
  }
}
/*
.module-blogfeed {
	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		li {
			border: none;
			width: 30%;
			@media @l, @m {
				width: 48%;
				margin-bottom: 4%;
			}
			@media @s, @xs {
				margin-bottom: 12%;
				width: 100%;
			}
			h2 {
				line-height: normal;
			}
			.blogfeed-img {
				@media @s, @xs {
					text-align: left;
				}
			}
			.blogfeed-info {
				padding: 15px 0 3px;
			}
			.blogfeed-title1 {
				&:hover {
					color: @second;
				}
				&:after {
					content: 'Gå til prosjektet';
					font-size: 16px;
					padding-bottom: 2px;
					border-bottom: 2px solid @second;
					color: @second;
					font-weight: bold;
				}
			}
		}
	}
}
*/
.module-article.contact-info {
  text-align: center;
}
.module-article.contact-info h3 a {
  font-weight: 300;
  padding: 30px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.contact-info h3 a {
    padding: 0;
    display: block;
    text-align: left;
  }
}
.module-article.article431 {
  background: #fffdf8;
  padding: 10px;
}
.module-formbuilder {
  margin: 30px 0 40px 0;
}
.module-formbuilder form {
  padding: 70px 40px 85px 40px;
  border: 4px solid black;
}
.module-formbuilder form .form-field-freetext {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: -108px;
  background: #fffdf8;
  padding: 0 22px;
  width: 200px;
}
.module-formbuilder form .form-field-freetext h3 {
  text-align: center;
  padding: 20px 0;
  font-weight: 300;
}
.module-formbuilder form input,
.module-formbuilder form textarea {
  border-radius: 0;
  border: none;
  background-color: #e2e2e2;
}
.module-formbuilder form label {
  color: #000000;
  font-size: 15px;
}
.module-formbuilder form input {
  height: 45px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder form input {
    height: auto;
  }
}
.module-formbuilder form textarea {
  height: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder form textarea {
    height: 100px;
  }
}
.module-formbuilder form button {
  padding: 10px 35px;
  background-color: #fffdf8;
  color: black;
  float: right;
  border-radius: 0;
  font-size: 20px;
  border: 4px solid black;
}
.module-formbuilder form button:before {
  content: "";
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .section.bg14.section-standard .page-content .section-standard .container {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.section-footer {
  padding: 120px 0 90px 0;
}
.section-footer h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
/* kontakt-side og jobb-side  */
.body-mi191 > .section-standard,
.body-mi441 > .section-standard {
  margin-bottom: 30px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .body-mi191 .bg-colsm6-custom .col-sm-6:first-of-type,
  .body-mi441 .bg-colsm6-custom .col-sm-6:first-of-type {
    width: 40%;
  }
  .body-mi191 .bg-colsm6-custom .col-sm-6:nth-of-type(2),
  .body-mi441 .bg-colsm6-custom .col-sm-6:nth-of-type(2) {
    width: 60%;
  }
}
.body-mi191 .module-article.contact-box img,
.body-mi441 .module-article.contact-box img {
  padding: 20px 0;
  max-width: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi191 .module-article.contact-box img,
  .body-mi441 .module-article.contact-box img {
    max-width: 150px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi191 .module-article.contacts,
  .body-mi441 .module-article.contacts {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .body-mi191 .module-article.contacts,
  .body-mi441 .module-article.contacts {
    margin-left: 45px;
  }
}
.body-mi191 .module-article.contacts img.profile-img,
.body-mi441 .module-article.contacts img.profile-img {
  float: right;
  max-height: 255px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi191 .module-article.contacts img.profile-img,
  .body-mi441 .module-article.contacts img.profile-img {
    max-height: 240px;
    float: none;
    padding: 20px 0;
  }
}
.body-mi191 .module-article.contacts h3,
.body-mi441 .module-article.contacts h3 {
  color: #000000;
}
.body-mi191 .module-article.contacts p span,
.body-mi441 .module-article.contacts p span {
  color: #000000;
}
.body-mi191 .module-article.contacts a,
.body-mi441 .module-article.contacts a {
  color: #9ac331;
}
.frontpage .forsidebilde.toppbilde-undersider .container .col-sm-12 {
  display: block !important;
}
.toppbilde-undersider .container {
  width: 98%;
}
.toppbilde-undersider .container .col-sm-12 {
  height: 40vh;
  display: grid;
  place-content: center;
}
@media (min-width: 1800px) {
  .toppbilde-undersider .container .col-sm-12 {
    height: 55vh;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde-undersider .container .col-sm-12 {
    height: 50vh;
  }
}
.toppbilde-undersider.alltid {
  display: grid;
  place-items: center;
}
.toppbilde-undersider.alltid h2 {
  background: #000000;
  padding: 20px 40px;
  display: inline-block;
  color: white;
}
.toppbilde-undersider,
.toppbilde-forside {
  text-align: center;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
  background-position-y: top !important;
}
.frontpage .toppbilde-undersider,
.frontpage .toppbilde-forside {
  margin-bottom: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage .toppbilde-undersider,
  .frontpage .toppbilde-forside {
    height: 500px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde-undersider,
  .toppbilde-forside {
    margin-bottom: 30px;
  }
}
@media (min-width: 1800px) {
  .toppbilde-undersider,
  .toppbilde-forside {
    height: 900px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde-undersider,
  .toppbilde-forside {
    height: 500px;
    background-attachment: inherit !important;
  }
}
.toppbilde-undersider .module-header,
.toppbilde-forside .module-header {
  width: 286px;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde-undersider .module-header,
  .toppbilde-forside .module-header {
    width: auto;
  }
}
.toppbilde-undersider .module-header h1,
.toppbilde-forside .module-header h1 {
  color: white;
}
.toppbilde-undersider .merker-top,
.toppbilde-forside .merker-top {
  position: absolute;
  top: 20px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toppbilde-undersider .merker-top,
  .toppbilde-forside .merker-top {
    top: 10px;
  }
}
.toppbilde-undersider .merker-top img,
.toppbilde-forside .merker-top img {
  width: 90px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde-undersider .merker-top,
  .toppbilde-forside .merker-top {
    right: 10px;
    top: 10px;
  }
  .toppbilde-undersider .merker-top img,
  .toppbilde-forside .merker-top img {
    width: 65px;
  }
}
.frontpage .toppbilde-undersider .merker-top,
.frontpage .toppbilde-forside .merker-top {
  top: 15px;
}
iframe {
  border: 0 !important;
}
.footerlogoer p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-direction: row;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .footerlogoer p {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footerlogoer img {
  max-height: 80px;
  max-width: 150px;
  object-fit: contain;
}
.some img {
  max-width: 60px;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}
.some img:hover {
  transform: scale(1.05);
}
.knapp {
  border: 2px solid black;
  padding: 6px 14px;
  margin: 10px 0;
  color: black !important;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.knapp:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-footer p {
    font-size: 15px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .module-article {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-footer .module-article iframe {
    max-width: 400px;
  }
}
.body-mi175 .toppbilde-undersider,
.body-mi592 .toppbilde-undersider {
  background-position-y: center !important;
}
.body-mi739 .toppbilde-undersider {
  background-position-y: center !important;
}
.module-article.realiser h1,
.module-article.realiser p {
  color: black;
  border-color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.realiser {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 0;
    padding-right: 100px;
  }
  .module-article.realiser h1 {
    font-size: 24px;
  }
}
.bg201 {
  background-position-x: center !important;
}
.bg369 {
  background-position-y: center !important;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .bg320 {
    background-position: 0 -200px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg320 {
    background-position-x: right !important;
  }
}
.body-mi181 .toppbilde-undersider .container .col-sm-12,
.body-mi739 .toppbilde-undersider .container .col-sm-12 {
  height: 55vh;
}
.aktuelt-forside,
.aktuelt-arkiv {
  padding: 100px 0 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
.aktuelt-forside:before,
.aktuelt-arkiv:before,
.aktuelt-forside:after,
.aktuelt-arkiv:after {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside,
  .aktuelt-arkiv {
    padding: 60px 0 50px 0;
    width: 90%;
  }
}
.aktuelt-forside h2,
.aktuelt-arkiv h2,
.aktuelt-forside h1,
.aktuelt-arkiv h1 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 50px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside h2,
  .aktuelt-arkiv h2,
  .aktuelt-forside h1,
  .aktuelt-arkiv h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.aktuelt-forside ul:before,
.aktuelt-arkiv ul:before,
.aktuelt-forside ul:after,
.aktuelt-arkiv ul:after {
  display: none;
}
.aktuelt-forside ul li,
.aktuelt-arkiv ul li {
  border: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  transition: 0.3s ease-in-out;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li,
  .aktuelt-arkiv ul li {
    display: block;
  }
}
.aktuelt-forside ul li:hover,
.aktuelt-arkiv ul li:hover {
  transform: scale(1.02);
}
.aktuelt-forside ul li .blogfeed-img,
.aktuelt-arkiv ul li .blogfeed-img {
  width: 50%;
  overflow: hidden;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li .blogfeed-img,
  .aktuelt-arkiv ul li .blogfeed-img {
    width: 100%;
  }
}
.aktuelt-forside ul li .blogfeed-img img,
.aktuelt-arkiv ul li .blogfeed-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aktuelt-forside ul li .blogfeed-info,
.aktuelt-arkiv ul li .blogfeed-info {
  background-color: #fffdf8;
  width: 50%;
  padding: 60px 40px;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li .blogfeed-info,
  .aktuelt-arkiv ul li .blogfeed-info {
    width: 100%;
    padding: 30px 20px;
  }
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-title1 h2,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title1 h2 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 800;
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-title1 h2:hover,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title1 h2:hover {
  color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li .blogfeed-info .blogfeed-title1 h2,
  .aktuelt-arkiv ul li .blogfeed-info .blogfeed-title1 h2 {
    font-size: 25px;
  }
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-title2 h3,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title2 h3 {
  font-size: 22px;
  line-height: 1.4em;
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-title2 h3:hover,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title2 h3:hover {
  color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li .blogfeed-info .blogfeed-title2 h3,
  .aktuelt-arkiv ul li .blogfeed-info .blogfeed-title2 h3 {
    font-size: 16px;
  }
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-date,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-date {
  padding-top: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside ul li .blogfeed-info .blogfeed-date,
  .aktuelt-arkiv ul li .blogfeed-info .blogfeed-date {
    padding-top: 20px;
  }
}
.aktuelt-forside ul li .blogfeed-info .blogfeed-date span,
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-date span {
  font-weight: 400;
}
.aktuelt-forside ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aktuelt-forside li:nth-child(1) {
  width: 100% !important;
  margin-bottom: 30px;
}
.aktuelt-forside li:nth-child(2),
.aktuelt-forside li:nth-child(3),
.aktuelt-forside li:nth-child(4) {
  display: block;
  width: 32%;
}
.aktuelt-forside li:nth-child(2) .blogfeed-title1 h2,
.aktuelt-forside li:nth-child(3) .blogfeed-title1 h2,
.aktuelt-forside li:nth-child(4) .blogfeed-title1 h2 {
  font-size: 15px !important;
  margin-bottom: 15px;
  font-weight: 600 !important;
}
.aktuelt-forside li:nth-child(2) .blogfeed-title2,
.aktuelt-forside li:nth-child(3) .blogfeed-title2,
.aktuelt-forside li:nth-child(4) .blogfeed-title2 {
  font-size: 14px !important;
  display: none;
}
.aktuelt-forside li:nth-child(2) .blogfeed-info,
.aktuelt-forside li:nth-child(3) .blogfeed-info,
.aktuelt-forside li:nth-child(4) .blogfeed-info {
  padding: 20px;
  width: 100%;
}
.aktuelt-forside li:nth-child(2) .blogfeed-img,
.aktuelt-forside li:nth-child(3) .blogfeed-img,
.aktuelt-forside li:nth-child(4) .blogfeed-img {
  width: 100%;
}
.aktuelt-forside li:nth-child(2) .blogfeed-date,
.aktuelt-forside li:nth-child(3) .blogfeed-date,
.aktuelt-forside li:nth-child(4) .blogfeed-date {
  padding-top: 0px !important;
}
.aktuelt-forside li:nth-child(2) .blogfeed-date .date,
.aktuelt-forside li:nth-child(3) .blogfeed-date .date,
.aktuelt-forside li:nth-child(4) .blogfeed-date .date,
.aktuelt-forside li:nth-child(2) .blogfeed-date .time,
.aktuelt-forside li:nth-child(3) .blogfeed-date .time,
.aktuelt-forside li:nth-child(4) .blogfeed-date .time {
  font-size: 12px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-forside li:nth-child(4) {
    display: none;
  }
  .aktuelt-forside li:nth-child(2),
  .aktuelt-forside li:nth-child(3) {
    width: 48%;
  }
}
.aktuelt-arkiv {
  max-width: none;
  padding-bottom: 100px;
}
.aktuelt-arkiv ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.aktuelt-arkiv ul:before {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-arkiv ul {
    gap: 40px;
  }
}
.aktuelt-arkiv ul li {
  width: 48%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-arkiv ul li {
    width: 100%;
  }
}
.aktuelt-arkiv ul li .blogfeed-info {
  padding: 30px;
}
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title1 h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.aktuelt-arkiv ul li .blogfeed-info .blogfeed-title2 h3 {
  font-size: 16px;
}
.past {
  padding-bottom: 100px;
}
.past a {
  color: black !important;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 15px;
}
.green-bg {
  background-color: #c3db83ba;
}
.template-standard-blogg .page-content {
  padding: 100px 0;
}
.template-standard-blogg .page-content .row {
  margin-bottom: 30px;
}
.template-standard-blogg .page-content .row .module-article h1:before {
  content: "Aktuelt i Faaness";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fffdf8;
  width: auto;
  height: 30px;
  position: absolute;
  top: -50px;
}
.template-standard-blogg .page-content .row .module-article a {
  color: black;
  text-decoration: underline;
  text-underline-position: under;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-blogg .page-content {
    padding: 100px 0;
  }
}
.article967 {
  position: absolute;
}
.article967 h6 {
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toppbilder .container {
  width: 100%;
}
.toppbilder .toppbilde {
  width: 100%;
  margin-bottom: 50px;
}
.toppbilder .toppbilde img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.body-mi1558 .page-content {
  padding-top: 40px;
}
#vue-calculator.module-calculator {
  padding: 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
#vue-calculator.module-calculator .full-calculator {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-top: 30px;
}
#vue-calculator.module-calculator .full-calculator .pick-calculator {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
#vue-calculator.module-calculator .full-calculator .pick-calculator:before {
  content: "Velg kategorier:";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#vue-calculator.module-calculator .full-calculator .pick-calculator button {
  background-color: white;
  border: 1px solid #9ac331;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  width: 49%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #vue-calculator.module-calculator .full-calculator .pick-calculator button {
    width: auto;
  }
}
#vue-calculator.module-calculator .full-calculator .pick-calculator button.btn-primary {
  background-color: #9ac331;
  color: black;
  border: black;
}
#vue-calculator.module-calculator .full-calculator .main-questions .main-question label {
  display: inline-block;
  margin-bottom: 20px;
}
#vue-calculator.module-calculator .full-calculator .active-questions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #vue-calculator.module-calculator .full-calculator .active-questions {
    gap: 40px;
  }
}
#vue-calculator.module-calculator .full-calculator .active-questions .question label {
  display: inline-block;
  margin-bottom: 10px;
}
#vue-calculator.module-calculator .full-calculator .active-questions .question .answers {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
#vue-calculator.module-calculator .full-calculator .active-questions .question .answers button {
  background-color: white;
}
#vue-calculator.module-calculator .full-calculator .active-questions .question .answers button.selected {
  background-color: #9ac331;
  color: black;
  border: black;
}
#vue-calculator.module-calculator .full-calculator .estimate h3 {
  font-weight: bold;
}
#vue-calculator.module-calculator .full-calculator .estimate td {
  font-size: 16px;
  line-height: 1.3em;
}
#vue-calculator.module-calculator .full-calculator .estimate span {
  line-height: 1.3em;
  font-style: italic;
  background-color: rgba(255, 166, 0, 0.237);
  border-color: orange;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 30px 0;
  display: block;
}
#vue-calculator.module-calculator .full-calculator .estimate button {
  margin-top: 20px;
}
#vue-calculator.module-calculator .full-calculator .estimate button.btn-primary {
  background-color: orange;
  border: 0;
  font-size: 20px;
  color: black;
  padding: 7px 20px;
}
#vue-calculator.module-calculator .full-calculator .personal-info button {
  margin-top: 20px;
}
#vue-calculator.module-calculator .full-calculator .personal-info button.btn-primary {
  background-color: orange;
  border: 0;
  font-size: 20px;
  color: black;
  padding: 7px 20px;
}
#vue-calculator.module-calculator .files .file .remove-file {
  margin-top: 0;
}
#vue-calculator .vue-tooltip {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}
#vue-calculator .vue-tooltip .tooltip-text {
  visibility: hidden;
  max-width: 1200px;
  background-color: black;
  color: #fff;
  width: 40vw;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  max-height: 500px;
}
#vue-calculator .vue-tooltip .tooltip-text p {
  font-size: 14px;
}
#vue-calculator .vue-tooltip .tooltip-text h3 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #vue-calculator .vue-tooltip .tooltip-text {
    width: 75vw;
  }
}
#vue-calculator .vue-tooltip:hover .tooltip-text {
  visibility: visible;
}
#vue-calculator .vue-tooltip:active .tooltip-text {
  visibility: visible;
}
.priskalk-snarvei {
  color: white;
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  display: none;
}
.priskalk-snarvei .img-holder {
  width: 50%;
}
.priskalk-snarvei .img-holder img {
  object-fit: contain;
  width: 100%;
}
.priskalk-snarvei .text-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.priskalk-snarvei .text-holder * {
  margin: 0;
  line-height: 1em;
}
.priskalk-snarvei .text-holder h2 {
  font-size: 40px;
  font-weight: 600;
}
.priskalk-snarvei .text-holder a {
  background-color: #9ac331;
  color: #000000;
  padding: 10px 25px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .priskalk-snarvei {
    flex-direction: column;
  }
  .priskalk-snarvei .img-holder {
    width: 100%;
  }
  .priskalk-snarvei .text-holder {
    text-align: center;
    justify-content: center;
  }
}
.info img {
  max-width: 250px;
  max-height: 400px;
}
.info h2 {
  background-color: #000000;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  display: inline-block;
}
