/* Skar */
.mce-menu {
  position: fixed !important;
}
.admin-config {
  z-index: 5;
}
html {
  scroll-behavior: smooth;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: "";
  display: none;
  position: fixed;
  bottom: 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: "Inter", sans-serif;
  color: var(--sodalitt);
  text-wrap: balance;
}
/* Typography */
.module-article a {
  color: var(--main);
  text-decoration: none;
}
p,
ul,
td,
ol {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  min-height: 5px;
}
b {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 600;
  min-height: 5px;
}
h1,
h1 a {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 30px;
}
h2,
h2 a {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 30px;
}
h3,
h3 a {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h3,
  h3 a {
    font-size: 28px;
  }
}
h4,
h4 a {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 25px;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 300;
}
h6,
h6 a {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h6,
  h6 a {
    font-size: 21px;
  }
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* blog */
.module-blogfeed ul {
  display: flex;
  flex-wrap: wrap;
}
.module-blogfeed ul:before {
  display: none;
}
.module-blogfeed ul li {
  width: 100%/3;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .module-blogfeed ul li {
    width: 100%/2;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed ul li {
    width: 100%;
  }
}
@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;
  }
}
.ingenmarg .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ingenmarg .container .row {
  margin: 0 !important;
}
.ingenmarg .container .row .col-sm-12 {
  padding: 0 !important;
}
.ingenmarg .container .row .col-sm-12 .section-standard .container {
  padding: 60px 30px;
  max-width: 1300px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ingenmarg .container .row .col-sm-12 .section-standard .container {
    padding: 50px 30px;
  }
}
.ingenmarg.topp {
  margin-top: 70px;
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
}
.section-footer {
  background-color: var(--main-dark-2);
  padding: 65px 0 50px 0;
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    padding: 65px 20px 50px 20px;
  }
}
.section-footer .footer-contact-info {
  padding-top: 80px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1399px), (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-footer .footer-contact-info {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 50px;
  }
}
.section-footer .footer-contact-info a,
.section-footer .footer-contact-info p {
  color: white;
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 0;
}
.section-footer .footer-contact-info a:after,
.section-footer .footer-contact-info p:after {
  content: "|";
  display: inline-block;
  padding-left: 30px;
}
@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-footer .footer-contact-info a:after,
  .section-footer .footer-contact-info p:after {
    padding-left: 7px;
    display: inline;
  }
}
.section-footer .footer-contact-info a:last-child:after,
.section-footer .footer-contact-info p:last-child:after {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
.section-footer .footer-contact-info .footer-contact,
.section-footer .footer-contact-info .footer-info {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1399px), (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-footer .footer-contact-info .footer-contact,
  .section-footer .footer-contact-info .footer-info {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.section-footer .footer-logo-some {
  border-bottom: 0.5px solid white;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.section-footer .footer-logo-some .footer-logo img {
  max-height: 40px;
}
.section-footer .footer-logo-some .footer-some {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100px;
}
.section-footer .footer-logo-some .footer-some svg {
  height: 25px;
  width: 25px;
  fill: white;
}
.section-footer .footer-logo-some .footer-some a {
  border-radius: 100px;
  border: 1px solid white;
  padding: 3px;
  aspect-ratio: 1/1;
  height: 25px;
  width: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100vw;
  z-index: 4;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header {
    display: flex;
    align-items: center;
  }
}
.section-header .container {
  width: 100%;
  padding: 15px 10%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .container {
    padding: 15px 5%;
  }
}
.section-header .row .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header .row .col-sm-12 .module-logo img {
  height: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .row .col-sm-12 .module-logo img {
    height: 35px;
  }
}
.template-standard-blogg .section-header,
.template-mal-uten-toppbilde .section-header {
  background-color: var(--main-dark);
}
.module-search {
  margin: 0;
  float: none;
}
.module-search .search {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: white;
  width: 90px;
  height: 30px;
  background-size: 22px;
  background-position: center right;
  background-image: url(https://files.solvecms.com/tinde-vena/36a3883/search-icon.svg?v=1745837012054);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-search .search {
    width: 70px;
  }
}
.module-search .clear-field {
  display: none !important;
}
#search-results {
  text-align: center;
  padding: 120px 0 100px 0;
}
.module-logo {
  margin: 0;
  float: none;
  z-index: 3;
}
.module-menu-holder.sitemap.menu-visible-all.headermenu.clickdown {
  margin: 0;
  position: relative;
}
.module-menu-holder.sitemap.menu-visible-all.headermenu.clickdown:after {
  content: "Meny";
  display: inline-block;
  padding-left: 20px;
  color: white;
  top: 5px;
  left: 27px;
  position: absolute;
  pointer-events: none;
  font-size: 15px;
  font-weight: 300;
}
.module-menu-holder.sitemap.menu-visible-all.headermenu.clickdown .module-menu-button {
  background-color: transparent;
  width: 90px;
}
.module-menu-holder.sitemap.menu-visible-all.headermenu.clickdown .module-menu-button:before {
  content: "";
  display: block;
  background-image: url(https://files.solvecms.com/tinde-elda/36a3883/hamburger+%281%29.svg?v=1746773806424);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
.module-menu-holder.sitemap.menu-visible-all.headermenu.clickdown .module-menu-button .icon-bar {
  display: none;
}
.header-contact-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  z-index: 3;
}
.header-contact-search a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-contact-search .header-contact {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-contact-search {
    width: auto;
  }
}
body.menu-open {
  right: 0;
}
body.menu-open .section-header {
  background-color: var(--main-dark-2);
}
body.menu-open .section-header .container {
  position: relative;
}
body.menu-open .section-header .container:before {
  content: "";
  display: block;
  background-color: rgba(54 21 73 / 83%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
body.menu-open .section-header .module-menu.level1 {
  width: 100vw;
  padding: 25px 0 40px 0;
  position: fixed;
  top: 70px;
  left: 0;
  background-color: var(--main-dark-2);
  z-index: 3;
  display: flex !important;
  justify-content: space-between;
}
@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) {
  body.menu-open .section-header .module-menu.level1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    padding-left: 30px;
  }
  body.menu-open .section-header .module-menu.level1:before {
    display: none;
  }
  body.menu-open .section-header .module-menu.level1 li {
    width: 140px;
  }
}
body.menu-open .section-header .module-menu.level1 a {
  color: white;
  padding-left: 0;
}
body.menu-open .section-header .module-menu.level1 li a {
  font-size: 15px;
  border-bottom: 0.5px solid white;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@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) {
  body.menu-open .section-header .module-menu.level1 li a {
    font-size: 16px;
  }
}
body.menu-open .section-header .module-menu.level1 li.current > a {
  color: var(--main);
}
body.menu-open .section-header .module-menu.level1 li ul li a {
  font-size: 14px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 2px;
}
@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) {
  body.menu-open .section-header .module-menu.level1 li ul li a {
    font-size: 13px;
  }
}
body.menu-open .section-header .module-menu.level1 li ul {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}
.module-menu-holder.sitemap.menu-visible-all.footermenu {
  max-width: 986px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 {
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: var(--main-dark-2);
  z-index: 3;
  display: flex !important;
  justify-content: space-between;
}
@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) {
  .module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    padding-left: 0px;
  }
  .module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1:before {
    display: none;
  }
  .module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li {
    width: 140px;
  }
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 a {
  color: white;
  padding-left: 0;
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li a {
  font-size: 15px;
  border-bottom: 0.5px solid white;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 300;
}
@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) {
  .module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li a {
    font-size: 16px;
  }
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li ul li a {
  font-size: 14px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 300;
  padding-top: 3px;
}
@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) {
  .module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li ul li a {
    font-size: 13px;
  }
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 li ul {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}
.frontpage-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}
.frontpage-video img,
.frontpage-video video {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: top;
}
.frontpage-video .video-desktop {
  display: none;
}
@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) {
  .frontpage-video .video-desktop {
    display: block;
  }
}
.frontpage-video .video-mobil {
  display: block;
}
@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) {
  .frontpage-video .video-mobil {
    display: none;
  }
}
.frontpage-video .textbox {
  position: absolute;
  left: 10%;
  top: 45%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  color: white;
  z-index: 3;
}
.frontpage-video .textbox * {
  margin: 0;
}
.frontpage-video .textbox h1 {
  font-size: 70px;
  font-weight: 300;
  line-height: 1.3em;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .frontpage-video .textbox h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .frontpage-video .textbox h1 {
    font-size: 40px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-video .textbox h1 {
    font-size: 35px;
  }
}
.frontpage-video .textbox h2 {
  font-size: 36px;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .frontpage-video .textbox h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .frontpage-video .textbox h2 {
    font-size: 25px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-video .textbox h2 {
    font-size: 20px;
  }
}
.frontpage-video .textbox .button-holder {
  display: block;
  margin-top: 13px;
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .frontpage-video .textbox {
    top: 30%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-video .textbox {
    bottom: 10%;
    top: auto;
    gap: 10px;
  }
}
.frontpage-video .scroll-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.frontpage-video .scroll-arrow img {
  width: 20px;
  height: 23px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage-video .scroll-arrow {
    display: none;
  }
}
.btn-border {
  padding: 15px 28px;
  border: 1px solid;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-border.white {
  color: white;
  border-color: white;
}
.btn-border.main-dark {
  color: var(--main-dark);
  border-color: var(--main-dark);
}
.btn-border:hover {
  border-color: var(--main);
  border-width: 2px;
  color: var(--main);
  text-decoration: none;
  font-weight: 400;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn-border {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}
.btn-main {
  padding: 15px 28px;
  border-radius: 100px;
  display: inline;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  background-color: var(--main);
  color: white;
}
.btn-main:hover {
  color: var(--main);
  text-decoration: none;
  font-weight: 400;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn-main {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}
.module-article.knapp-btn-border.white a {
  color: white;
  border-color: white;
}
.module-article.knapp-btn-border.white a:hover {
  border-color: var(--main);
  color: var(--main);
  text-decoration: none;
  border-width: 2px;
  font-weight: 300;
}
.module-article.knapp-btn-border.main-dark a {
  color: var(--main-dark-2);
  border-color: var(--main-dark-2);
}
.module-article.knapp-btn-border.main-dark a:hover {
  border-color: var(--main);
  color: var(--main);
  text-decoration: none;
  border-width: 2px;
  font-weight: 300;
}
.module-article.knapp-btn-border p a {
  padding: 15px 28px;
  border: 1px solid;
  border-radius: 100px;
  display: inline;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  top: 20px;
  position: relative;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.knapp-btn-border p a {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}
.module-article.knapp-btn-main p a {
  padding: 15px 28px;
  border-radius: 100px;
  display: inline;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  color: white;
  background-color: var(--main);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.knapp-btn-main p a {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}
.module-article.knapp-btn-main p a:hover {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.bg-lightgrey {
  background-color: var(--lightgrey);
  padding: 60px 0;
}
.bg-lightgrey .container {
  padding: 0 30px;
  max-width: 1300px;
}
@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) {
  .bg-lightgrey {
    padding: 50px 0;
  }
}
.main-light-bg {
  background-color: var(--main-light);
  padding: 60px 0px;
  position: relative;
}
.main-light-bg .container {
  max-width: 1300px;
  padding: 0 30px;
}
@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) {
  .main-light-bg {
    padding: 50px 0;
  }
}
.three-nine-bg {
  padding: 60px 0;
}
.three-nine-bg .container {
  max-width: 1300px;
  padding: 0 30px;
}
.three-nine-bg .container .col-sm-3 {
  width: 35%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .three-nine-bg .container .col-sm-3 {
    width: 100%;
  }
}
.three-nine-bg .container .col-sm-9 {
  width: 65%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .three-nine-bg .container .col-sm-9 {
    width: 100%;
  }
}
.flex-end-bg {
  padding: 60px 0;
}
.flex-end-bg .container {
  max-width: 1300px;
  padding: 0 30px;
}
.flex-end-bg .container .row {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .flex-end-bg .container .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .services {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.services .service {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 31.5%;
  position: relative;
  border: 1px solid var(--darkgrey);
}
.services .service a {
  color: var(--sodalitt);
}
.services .service h5 {
  font-size: 20px;
  position: relative;
  padding-left: 45px;
  position: absolute;
  top: -33px;
}
.services .service h5:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 37px;
  height: 29px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.services .service .box {
  position: relative;
}
.services .service .box .img-box {
  height: 500px;
  width: 100.7%;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}
@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) {
  .services .service .box .img-box {
    height: 350px;
  }
}
.services .service .box .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services .service .box .text-box {
  position: relative;
  padding: 30px 20px 40px 30px;
}
.services .service .box .text-box h4 {
  font-size: 26px;
}
.services .service .box .text-box p {
  margin-bottom: 15px;
  font-size: 15px;
}
.services .service .btn-holder {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.services .service .btn-holder a {
  padding-right: 24px;
  position: relative;
  color: var(--main-dark-2);
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.services .service .btn-holder a:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 13px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.services .service .btn-holder a:hover::before {
  right: -4px;
}
@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) {
  .services .service {
    width: 100%;
    margin-top: 50px;
  }
}
.pitch {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
}
@media (min-width: 1199px) {
  .pitch {
    padding-left: 15px;
  }
}
@media (max-width: 620px) {
  .pitch {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
}
.pitch .box {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 620px) {
  .pitch .box {
    width: 100%;
  }
}
.pitch .box .img-box {
  width: 100%;
}
.pitch .box .img-box img {
  width: 130px;
}
.pitch .box .text-box h4 {
  font-size: 26px;
}
.pitch .box .text-box p {
  margin-bottom: 30px;
  max-width: 260px;
  font-size: 15px;
}
.pitch .box .text-box span {
  float: right;
  font-size: 14px;
}
.fullsize-foto p {
  margin: 0;
}
.fullsize-foto img {
  width: 100%;
}
@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) {
  .fullsize-foto img {
    min-height: 300px;
    object-fit: cover;
  }
}
.sodalitt-topp-bg {
  padding: 60px 0;
  position: relative;
}
.sodalitt-topp-bg .container {
  max-width: 1300px;
  padding: 0 30px;
}
.sodalitt-topp-bg:before {
  content: "";
  background-color: var(--sodalitt);
  width: 100%;
  height: 350px;
  display: block;
  position: absolute;
  top: 0;
}
.sodalitt-topp-bg .module-article {
  color: white;
}
.smal {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
.ad-holder {
  margin-bottom: 100px;
}
.ad-holder .container {
  max-width: 1300px;
}
.ad-holder .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ad-holder .row:before {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ad-holder .row {
    flex-direction: column;
    align-items: center;
  }
}
.ad-holder .annonsebilde {
  height: 100%;
  position: relative;
}
.ad-holder .annonsebilde p {
  margin: 0;
  height: 100%;
}
.ad-holder .annonsebilde img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ad-holder .col-sm-6 {
  padding: 0;
}
.ad-holder .col-sm-6:last-child {
  background-color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-holder .annonsetekst {
  color: white;
  padding: 50px 45px;
}
.ad-holder .annonsetekst p {
  font-size: 17px;
}
.ad-holder .annonsetekst p a {
  color: white;
  font-size: 15px;
  float: right;
  position: relative;
  padding-right: 30px;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.ad-holder .annonsetekst p a:before {
  content: "";
  display: block;
  background-image: url(https://files.solvecms.com/tinde-vena/36a3883/white-arrow-right.svg?v=1745915924009);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.module-article p img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.template-mal-med-toppbilde .module-breadcrumb {
  position: absolute;
  top: 550px;
  left: 9%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-mal-med-toppbilde .module-breadcrumb {
    top: 360px;
    left: 0;
  }
}
.template-standard-blogg .module-breadcrumb,
.template-mal-uten-toppbilde .module-breadcrumb {
  position: absolute;
  top: 0px;
  left: 9%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard-blogg .module-breadcrumb,
  .template-mal-uten-toppbilde .module-breadcrumb {
    left: 0;
  }
}
.template-standard-blogg .page-content,
.template-mal-uten-toppbilde .page-content {
  padding-top: 20px;
}
.module-breadcrumb {
  font-size: 13px;
  padding-left: 10px;
}
.module-breadcrumb li {
  padding-left: 5px;
}
.module-breadcrumb li a {
  color: var(--darkgrey);
  font-weight: 300;
}
.module-breadcrumb li a:before {
  display: none;
}
.module-breadcrumb li a:hover {
  color: var(--main);
}
.module-breadcrumb li.active {
  color: var(--sodalitt);
  font-weight: 400;
}
.module-breadcrumb li.active:before {
  content: "-";
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-breadcrumb {
    width: 100%;
  }
  .module-breadcrumb li {
    display: inline;
    float: left;
  }
}
.icon-header p,
.icon-header ul {
  padding-left: 17%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .icon-header p,
  .icon-header ul {
    padding-left: 0;
  }
}
.icon-header h3 {
  position: relative;
  padding-left: 17%;
}
.icon-header h3:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  position: absolute;
}
@media (max-width: 1200px) {
  .icon-header h3:before {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .icon-header h3:before {
    left: -10px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .icon-header {
    padding-top: 20px;
  }
}
.tjeneste p,
.tjeneste ul {
  padding-left: 17%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjeneste p,
  .tjeneste ul {
    padding-left: 0;
  }
}
.tjeneste p a {
  padding-right: 24px;
  position: relative;
  color: var(--main-dark-2);
  text-decoration: none;
  float: right;
}
.tjeneste p a:before {
  content: "";
  background-image: url(https://files.solvecms.com/tinde-vena/36a3883/elda-dobbelpil.svg?v=1745910907874);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 13px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.tjeneste p a:hover::before {
  right: -4px;
}
.tjeneste h3 {
  padding-left: 17%;
  position: relative;
}
.tjeneste h3:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  position: absolute;
}
@media (max-width: 1200px) {
  .tjeneste h3:before {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjeneste h3:before {
    left: -10px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjeneste {
    padding-top: 20px;
  }
}
.toppbilde {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 540px;
  margin-bottom: 20px;
}
.toppbilde img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde {
    height: 350px;
  }
}
.toppbilde .textbox {
  position: absolute;
  left: 10%;
  top: 45%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.toppbilde .textbox * {
  margin: 0;
}
.toppbilde .textbox.white {
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde .textbox h2 {
    font-size: 25px;
  }
}
.toppbilde .textbox .button-holder {
  display: block;
}
.toppbilde .textbox .button-holder .btn-main {
  display: inline-block;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde .textbox {
    bottom: 15%;
    top: auto;
  }
}
.module-formbuilder {
  font-family: "Inter", sans-serif;
}
.module-formbuilder .col-sm-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.module-formbuilder .form-group {
  position: relative;
}
.module-formbuilder .form-group input {
  border-radius: 10px;
  height: 50px;
}
.module-formbuilder .form-group textarea {
  border-radius: 10px;
  height: 100px;
}
.module-formbuilder .form-group label {
  letter-spacing: 1px;
  color: var(--sodalitt);
  font-weight: 300;
  font-size: 13px;
}
.module-formbuilder .btn.submit {
  padding: 15px 28px;
  border-radius: 100px;
  display: inline;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  background-color: var(--main);
  color: white;
  float: right;
}
.module-formbuilder .btn.submit:hover {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.module-formbuilder .skjematittel {
  padding-left: 20px;
}
.module-formbuilder h3 {
  font-size: 30px;
}
.facts {
  padding: 30px;
  background-color: var(--main-light);
  color: var(--main-dark);
}
.facts h3 {
  margin-bottom: 20px;
  font-size: 23px;
}
.facts p {
  line-height: 1.2em;
}
.module-gallery div {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 300px;
  gap: 15px;
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .module-gallery div {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 170px;
  }
}
@media (max-width: 768px) {
  .module-gallery div {
    display: flex;
    flex-direction: column;
  }
}
.module-gallery div a {
  background-color: transparent;
  border: none;
  padding: 0;
}
.module-gallery div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-gallery div a:nth-child(12n - 10),
.module-gallery div a:nth-child(12n - 6) {
  grid-column: span 2;
  grid-row: span 2;
}
.sodalitt-bg {
  background-color: var(--sodalitt);
  padding: 80px 0 65px 0;
}
.sodalitt-bg .container {
  max-width: 1300px;
  padding: 0 30px;
  color: white;
}
.sodalitt-bg .container p {
  line-height: 1.9em;
  margin-bottom: 22px;
}
@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) {
  .sodalitt-bg {
    padding: 60px 0;
  }
}
.fifthy-fifthy-bg {
  padding: 80px 0;
}
.fifthy-fifthy-bg .container {
  max-width: 1360px;
  padding: 0 30px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .fifthy-fifthy-bg .container .col-sm-6 {
    padding: 0 40px;
  }
}
@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) {
  .fifthy-fifthy-bg {
    padding: 60px 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .fifthy-fifthy-bg.flex .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@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) {
  .fifthy-fifthy-bg.flex {
    padding: 30px 0;
  }
}
.module-article ul {
  margin-left: 16px;
}
.module-article ul li {
  margin-bottom: 6px;
}
@media (min-width: 1199px) {
  .module-carousel.kunder {
    padding-left: 20px;
  }
}
.module-carousel.kunder .slick-slide {
  min-height: 370px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.kunder .slick-slide {
    height: auto;
  }
}
.module-carousel.kunder img {
  margin: 0;
  height: 50px;
}
.module-carousel.kunder h4 {
  font-size: 26px;
}
@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) {
  .module-carousel.kunder em {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 120px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.kunder em {
    text-align: center;
  }
}
.module-carousel.kunder p {
  max-width: 260px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel.kunder .slick-list {
    text-align: center;
  }
  .module-carousel.kunder .slick-list .item,
  .module-carousel.kunder .slick-list p,
  .module-carousel.kunder .slick-list img {
    text-align: center;
    margin: 0 auto;
  }
  .module-carousel.kunder .slick-list p {
    padding-bottom: 10px;
  }
}
.module-carousel .slick-next,
.module-carousel .slick-prev {
  background-color: white;
  border-radius: 100px;
}
.module-carousel .slick-next:hover,
.module-carousel .slick-prev:hover {
  background-color: white;
}
.module-carousel .slick-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://files.solvecms.com/tinde-elda/36a3883/elda-dobbelpil+%281%29.svg?v=1746687362668);
}
.module-carousel .slick-prev:before {
  transform: rotate(180deg);
}
.section-standard .col-sm-3 {
  width: 35%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard .col-sm-3 {
    width: 100%;
  }
}
.section-standard .col-sm-9 {
  width: 65%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard .col-sm-9 {
    width: 100%;
  }
}
.values {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding-left: 17%;
}
.values div {
  width: 45%;
}
@media (max-width: 1199px) {
  .values div {
    width: 100%;
  }
}
.values div p {
  font-size: 15px;
}
@media (max-width: 1035px) {
  .values {
    flex-direction: column;
  }
}
.tinder-img img {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sertifiseringer {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}
.sertifiseringer .sertifisering {
  width: 47%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@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) {
  .sertifiseringer .sertifisering {
    width: 100%;
    flex-direction: column;
  }
}
.sertifiseringer .img-holder {
  width: 17%;
  padding-bottom: 30px;
  padding-top: 6px;
}
@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) {
  .sertifiseringer .img-holder {
    width: 100%;
    max-width: 150px;
  }
}
.sertifiseringer .img-holder img {
  object-fit: contain;
  object-position: top left;
  width: 100%;
  height: 100%;
}
.sertifiseringer p {
  width: 70%;
}
@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) {
  .sertifiseringer p {
    width: 100%;
  }
}
.module-google-map {
  height: 500px;
}
.module-google-map .map-loaded,
.module-google-map .vue-map-container {
  height: 100%;
}
.module-google-map .google-marker {
  padding-left: 30px;
}
.module-google-map .google-marker img {
  max-width: 140px !important;
}
.module-google-map .google-marker .header .title {
  margin-bottom: 10px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-google-map {
    height: 300px;
  }
}
.aktuelt-feed {
  /* Snap Scroller */
  /**/
}
.aktuelt-feed .blog-entries {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  list-style-type: none;
  counter-reset: item;
  padding: 20px 20px 30px 5px;
  scroll-padding: 10px;
  container-type: inline-size scroll-state;
  inline-size: 100%;
  max-inline-size: 100vw;
  anchor-name: --carousel;
  scroll-marker-group: after;
}
.aktuelt-feed .blog-entries > a {
  scroll-snap-align: center;
  container-type: scroll-state;
  padding: 0;
  counter-increment: item;
}
.aktuelt-feed .blog-entries::scroll-marker-group {
  position: fixed;
  position-anchor: --carousel;
  position-area: block-end;
  margin: 10px;
  display: grid;
  grid-auto-columns: 20px;
  grid-auto-flow: column;
  gap: 20px;
}
.aktuelt-feed .blog-entries > a::scroll-marker {
  content: " ";
  cursor: pointer;
  aspect-ratio: 1;
  border: 1px solid var(--sodalitt);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.aktuelt-feed .blog-entries > a::scroll-marker:target-current {
  background: var(--sodalitt);
}
.aktuelt-feed .blog-entries {
  justify-content: flex-start;
}
.aktuelt-feed .blog-entries a {
  width: 320px;
  height: auto;
  border: 0;
  box-shadow: 0px 0px 4px #b4b4b4;
  padding-bottom: 30px;
  position: relative;
  background-color: white;
}
.aktuelt-feed .blog-entries a:hover {
  text-decoration: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .aktuelt-feed .blog-entries a {
    width: 250px;
  }
}
.aktuelt-feed .blog-entries a .blog-entry-image {
  height: 200px;
  overflow: hidden;
}
.aktuelt-feed .blog-entries a .blog-entry-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.aktuelt-feed .blog-entries a .blog-entry-text {
  padding: 20px;
  color: var(--sodalitt);
}
.aktuelt-feed .blog-entries a .blog-entry-text h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 20px;
}
.aktuelt-feed .blog-entries a .blog-entry-text p {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 13px;
}
.aktuelt-feed .blog-entries a .blog-entry-text .date-btn-group {
  font-size: 11px;
  color: var(--main);
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.aktuelt-feed .blog-entries a .blog-entry-text .date-btn-group .read-more-btn-text {
  padding-right: 17px;
}
.aktuelt-feed .blog-entries a .blog-entry-text .date-btn-group .blog-btn-icon {
  content: "";
  background-image: url(https://files.solvecms.com/tinde-elda/36a3883/elda-dobbelpil+%281%29.svg?v=1746687362668);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 20px;
}
.section-standard .col-sm-12 .module-article {
  padding-left: 15px;
}
.referanse-feed {
  padding-left: 15px;
}
.referanse-feed .filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  padding-bottom: 40px;
}
.referanse-feed .filter-container .filters {
  display: flex;
  gap: 10px;
}
.referanse-feed .filter-container .filters .filter {
  border-radius: 30px;
  border: 0.5px solid white;
  color: white;
  font-size: 13px;
  padding: 10px 20px 10px 0;
  font-weight: 300;
}
.referanse-feed .filter-container .filters .filter input {
  display: none;
}
.referanse-feed .filter-container .filters .filter.active {
  background-color: white;
  color: var(--main);
  font-weight: 500;
}
.referanse-feed .filter-container .filters .filter span {
  padding-right: 10px;
}
.referanse-feed .filter-container .filters .filter .filter-icon:before {
  content: "";
  background-image: url(https://files.solvecms.com/tinde-elda/36a3883/elda-dobbelpil+%281%29.svg?v=1746687362668);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 15px;
}
.referanse-feed .filter-container .filter-input-container {
  position: relative;
}
.referanse-feed .filter-container .filter-input-container input {
  border-radius: 30px;
  background-color: transparent;
  border: 0.5px solid white;
  color: white;
  padding: 10px 20px;
}
.referanse-feed .filter-container .filter-input-container .filter-input-icon:before {
  content: "";
  background-image: url(https://files.solvecms.com/tinde-vena/36a3883/search-icon.svg?v=1745837012054);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 20px;
}
.referanse-feed .blog-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.referanse-feed .blog-entries a {
  width: 31%;
  height: auto;
  border: 0;
  position: relative;
  border: 1px solid #707070;
  padding-bottom: 30px;
  background-color: white;
}
.referanse-feed .blog-entries a:hover {
  text-decoration: none;
}
@media (min-width: 551px) and (max-width: 767px) {
  .referanse-feed .blog-entries a {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .referanse-feed .blog-entries a {
    width: 98%;
  }
}
.referanse-feed .blog-entries a .blog-entry-image {
  height: 220px;
  overflow: hidden;
}
.referanse-feed .blog-entries a .blog-entry-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.referanse-feed .blog-entries a .blog-entry-text {
  padding: 20px;
  border-top: 0;
  color: var(--sodalitt);
}
.referanse-feed .blog-entries a .blog-entry-text h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 20px;
}
.referanse-feed .blog-entries a .blog-entry-text p {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 13px;
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group .blogfeed-tags {
  display: flex;
  gap: 10px;
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group .date {
  display: none;
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group .read-more-btn-text {
  padding-right: 17px;
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group .blog-btn-icon {
  content: "";
  background-image: url(https://files.solvecms.com/tinde-elda/36a3883/elda-dobbelpil+%281%29.svg?v=1746687362668);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 20px;
}
.referanse-feed.aktuelt .blog-entries a .blog-entry-text .date-btn-group .date {
  display: block;
}
@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) {
  .desktop-bilde {
    display: block;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .desktop-bilde {
    display: none;
  }
}
@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) {
  .mobil-bilde {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .mobil-bilde {
    display: block;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kontakt-img {
    margin-bottom: -80px;
  }
}
.vue-contact-people {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  flex-wrap: wrap;
  gap: 1%;
}
.vue-contact-people .contact-person {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 24%;
  border: 0.5px solid var(--darkgrey);
  margin-bottom: 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .vue-contact-people .contact-person {
    width: 31%;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .vue-contact-people .contact-person {
    width: 47%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .vue-contact-people .contact-person {
    width: 97%;
    margin-bottom: 5%;
  }
}
.vue-contact-people .contact-person * {
  margin: 0;
}
.vue-contact-people .contact-person .contact-person-img,
.vue-contact-people .contact-person .contact-person-missing-img {
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.vue-contact-people .contact-person .contact-person-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vue-contact-people .contact-person .contact-person-missing-img {
  background-color: var(--lightgrey);
}
.vue-contact-people .contact-person .contact-person-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vue-contact-people .contact-person .contact-person-info .contact-person-name {
  font-size: 18px;
  font-weight: 300;
}
.vue-contact-people .contact-person .contact-person-info .contact-person-title {
  font-size: 14px;
  font-weight: 300;
}
.vue-contact-people .contact-person .contact-person-info .contact-person-phone {
  font-size: 14px;
  font-weight: 300;
}
.vue-contact-people .contact-person .contact-person-info .contact-person-phone a {
  color: var(--main);
  position: relative;
}
.vue-contact-people .contact-person .contact-person-info .contact-person-phone a:before {
  content: "Tlf: ";
}
.vue-contact-people .contact-person .contact-person-info .contact-person-email {
  font-size: 14px;
  font-weight: 300;
  color: var(--main);
}
.ref {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ref {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.ref .service {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 23%;
  position: relative;
  border: 1px solid var(--darkgrey);
}
.ref .service .box {
  position: relative;
}
.ref .service .box .img-box {
  height: 160px;
  width: 100.7%;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}
@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) {
}
.ref .service .box .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ref .service .box .text-box {
  position: relative;
  padding: 20px 20px 40px 30px;
  background-color: white;
}
.ref .service .box .text-box h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.ref .service .box .text-box p {
  margin-bottom: 15px;
  font-size: 14px;
}
.ref .service .btn-holder {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.ref .service .btn-holder p {
  font-size: 13px;
  color: var(--main-dark);
}
@media (min-width: 768px) and (max-width: 991px) {
  .ref .service {
    width: 47%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ref .service {
    width: 100%;
  }
}
:root {
  --main: #cf6834;
  --main-dark: #19150f;
  --main-dark-2: #2c2923;
  --main-light: #f9f4ed;
  --sodalitt: #0c253e;
  --lightgrey: #f9f9f9;
  --darkgrey: #707070;
}
.template-forside .section-header {
  background-color: rgba(44, 41, 35, 0.83);
}
.template-mal-med-toppbilde .section-header {
  background-color: rgba(44, 41, 35, 0.83);
}
.frontpage-video {
  background-color: var(--main-dark);
}
.frontpage-video img,
.frontpage-video video {
  opacity: 0.54;
}
.section-footer {
  background-color: var(--main-dark);
}
.module-menu-holder.sitemap.menu-visible-all.footermenu .module-menu.level1 {
  background-color: var(--main-dark);
}
.tjeneste img {
  height: 35px;
  margin-bottom: 17px;
}
.services .service {
  width: 47%;
}
.services .service h5:before {
  bottom: 4px;
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-logo-icon.svg?v=1746528990564);
}
.services .service .btn-holder a:before {
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-arrow.svg?v=1746529057035);
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .services .service {
    width: 100%;
  }
}
.tjeneste p a:before {
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-arrow.svg?v=1746529057035);
}
.tjeneste h3:before {
  width: 54px;
  height: 34px;
  top: 2px;
  left: 19px;
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-logo-icon.svg?v=1746528990564);
}
@media (min-width: 992px) and (max-width: 1399px) {
  .tjeneste h3:before {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tjeneste h3:before {
    left: 0px;
    width: 44px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjeneste h3:before {
    left: 0px;
    top: -6px;
    width: 44px;
  }
}
.icon-header h3:before {
  width: 54px;
  height: 34px;
  top: 2px;
  left: 19px;
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-logo-icon.svg?v=1746528990564);
}
@media (min-width: 992px) and (max-width: 1399px) {
  .icon-header h3:before {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-header h3:before {
    left: 0px;
    width: 44px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .icon-header h3:before {
    left: 0px;
    top: -6px;
    width: 44px;
  }
}
.pitch .img-box {
  position: relative;
  height: 100px;
}
.pitch .img-box img {
  position: absolute;
  bottom: 0;
  width: auto !important;
}
.facts {
  background-color: #e7ebe9;
}
.body-mi196 .sodalitt-topp-bg:before {
  height: 400px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi196 .sodalitt-topp-bg:before {
    height: 500px;
  }
}
.referanse-feed .blog-entries a .blog-entry-text .date-btn-group .blog-btn-icon,
.aktuelt-feed .blog-entries a .blog-entry-text .date-btn-group .blog-btn-icon,
.referanse-feed .filter-container .filters .filter .filter-icon:before,
.module-carousel .slick-arrow:before {
  background-image: url(https://files.solvecms.com/tinde-skar/36a3883/skar-arrow.svg?v=1746529057035);
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi172 .toppbilde .textbox h2 {
    font-size: 38px;
  }
}
.frontpage-video .scroll-arrow {
  bottom: 17%;
}
