/* Color */
/* extra */
.mce-menu {
  position: fixed !important;
}
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;
  color: #142028;
  text-wrap: balance;
}
/* Typography */
.module-article a {
  text-decoration: underline;
  text-underline-position: under;
  color: #00d6a7;
  font-family: "Fustat", sans-serif;
}
p,
ul,
td,
ol {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  min-height: 5px;
  font-family: "Fustat", sans-serif;
  margin-bottom: 15px;
}
.module-article span {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  font-family: "Fustat", sans-serif;
}
h1,
h1 a {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 800;
  font-family: "Parkinsans", sans-serif;
  letter-spacing: -0.15px;
  margin-bottom: 15px;
}
h2,
h2 a {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
}
h3,
h3 a {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
}
h4,
h4 a {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
}
h5,
h5 a {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Parkinsans", sans-serif;
  margin-bottom: 15px;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
/* must-haves */
.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;
  }
}
/* 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: red !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: red;
}
.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: red;
}
.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: red;
}
.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;
}
.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;
}
.section-header {
  padding: 20px 0;
}
.section-header .row .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 126px;
  height: 29px;
}
body.menu-open {
  right: 0;
}
body.menu-open .section-header .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu.level1 {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 30px;
  background-color: #efefef;
  border: 0;
  display: table;
  padding: 20px;
  width: 340px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  body.menu-open .section-header .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu.level1 {
    width: 90%;
  }
}
body.menu-open .section-header .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu.level1 .mi24 {
  display: none;
}
body.menu-open .section-header .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu.level1 li a {
  font-weight: 600;
}
body.menu-open .section-header .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu.level1 li li a {
  font-weight: 300;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen {
  margin: 0;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu-button {
  border-radius: 10px 0 10px 0;
  background-color: #efefef;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu-button .icon-bar {
  background-color: #0c1318;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu a {
  font-size: 16px;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu a:hover {
  color: #0c1318;
}
.module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu ul {
  border: 0;
  margin-left: 15px;
}
.module-menu-holder.hover {
  float: none;
  margin: 0;
}
.module-menu-holder.hover .module-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.module-menu-holder.hover .module-menu li {
  display: none;
  float: none;
}
.module-menu-holder.hover .module-menu li a {
  color: white;
  padding: 5px;
}
.module-menu-holder.hover .module-menu li.has-children a span:after {
  display: none;
}
.module-menu-holder.hover .module-menu .mi164,
.module-menu-holder.hover .module-menu .mi170,
.module-menu-holder.hover .module-menu .mi176,
.module-menu-holder.hover .module-menu .mi182 {
  display: block;
}
.template-standard .section-header .module-menu-holder.hover .module-menu li a {
  color: #142028;
}
.template-standard h1 {
  font-size: 60px;
  font-weight: 300;
  text-wrap: balance;
}
.section-standard,
.light-grey-bg,
.dark-teal-bg,
.fresh-turquoise-bg,
.teal-logo {
  padding: 80px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-standard,
  .light-grey-bg,
  .dark-teal-bg,
  .fresh-turquoise-bg,
  .teal-logo {
    padding: 40px 0;
  }
}
.template-standard .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu-button {
  background-color: #142028;
}
.template-standard .module-menu-holder.sidemenu.menu-visible-mobile.clickdown.offscreen .module-menu-button .icon-bar {
  background-color: white;
}
.fresh-turquoise-bg.referanseboks {
  padding: 70px 0 0 0;
}
.teal-logo {
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/Logo-Symbol.svg?v=1741627983611);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.teal-logo.uten-container .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.teal-logo.uten-container .container .row {
  margin: 0 !important;
}
.teal-logo.uten-container .container .row .col-sm-12 {
  padding: 0 !important;
}
.btn-turquoise,
.btn.submit {
  background-color: #00d6a7;
  color: #142028;
  padding: 7px 15px;
  border-radius: 0 12px 0 12px;
  font-size: 12px;
  font-weight: 400;
  font-family: parkinsans, sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-position: 92%;
}
.btn-turquoise:hover,
.btn.submit:hover {
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/pixelarticons_arrow-left.svg?v=1741623779635);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ebffbb;
  padding-right: 30px;
  text-decoration: none;
  color: #142028;
  transition: all 0.3s ease-in-out;
}
.btn-green {
  background-color: #cbfb5c;
  color: #142028;
  padding: 7px 15px;
  border-radius: 0 12px 0 12px;
  font-size: 12px;
  font-weight: 400;
  font-family: parkinsans, sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-position: 92%;
}
.btn-green:hover {
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/pixelarticons_arrow-left.svg?v=1741623779635);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ebffbb;
  padding-right: 30px;
  text-decoration: none;
  color: #142028;
  transition: all 0.3s ease-in-out;
}
.btn-grey {
  background-color: #efefef;
  color: #142028;
  padding: 7px 15px;
  border-radius: 0 12px 0 12px;
  font-size: 12px;
  font-weight: 400;
  font-family: parkinsans, sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-position: 92%;
}
.btn-grey:hover {
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/pixelarticons_arrow-left.svg?v=1741623779635);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ebffbb;
  padding-right: 30px;
  text-decoration: none;
  color: #142028;
  transition: all 0.3s ease-in-out;
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.intro .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.intro .text-box h2 {
  font-size: 15px;
  font-weight: 300;
  color: #00d6a7;
}
.intro .text-box h1 {
  color: white;
}
.intro .text-box .btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.intro .img-box {
  width: 50%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .intro {
    flex-direction: column;
  }
  .intro .text-box,
  .intro .img-box {
    width: 100%;
  }
}
.skala-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
@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) {
  .skala-info {
    padding: 40px 20px;
  }
}
.skala-info .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-wrap: balance;
}
.skala-info .text-box * {
  margin: 0;
}
.skala-info .text-box .btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.skala-info .video-box,
.skala-info .img-box {
  width: 50%;
  border: 2px solid #d24176;
  border-radius: 0 50px 0 50px;
  aspect-ratio: 1/1;
  position: relative;
}
.skala-info .video-box video,
.skala-info .img-box video,
.skala-info .video-box img,
.skala-info .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 50px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.skala-info.speilvendt .video-box video,
.skala-info.speilvendt .img-box video,
.skala-info.speilvendt .video-box img,
.skala-info.speilvendt .img-box img {
  left: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .skala-info {
    flex-direction: column;
  }
  .skala-info.speilvendt {
    flex-direction: column-reverse;
  }
  .skala-info .text-box,
  .skala-info .img-box,
  .skala-info .video-box {
    width: 100%;
  }
}
#slider-container {
  position: relative;
  height: 100px;
  width: 100vw;
  overflow: hidden;
  background-color: white;
}
#slider-scroller {
  display: flex;
  width: max-content;
  animation: scrollLeft 120s linear infinite;
  align-items: center;
}
.slider-item {
  flex: 0 0 auto;
  width: 120px;
  height: 50px;
  margin: 20px 30px;
  position: relative;
}
.slider-item.sit,
.slider-item.duri,
.slider-item.mati {
  height: 30px;
}
.slider-item.coop,
.slider-item.abes {
  height: 40px;
}
.slider-item.sabrura {
  height: 70px;
}
.slider-item.em,
.slider-item.fylke,
.slider-item.tinde,
.slider-item.plan {
  width: 150px;
}
.slider-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  filter: grayscale(1);
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.overflow-hidden {
  overflow: hidden;
}
.referanse-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  padding: 0;
}
.referanse-holder .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.referanse-holder .text-box * {
  margin: 0;
}
.referanse-holder .text-box a {
  display: inline-block;
}
.referanse-holder .text-box h3 {
  font-size: 23px;
  line-height: 1.3em;
}
@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) {
  .referanse-holder .text-box h3 {
    font-size: 16px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .referanse-holder .text-box {
    padding: 20px;
  }
}
.referanse-holder.full .text-box h3 {
  font-size: 17px;
  line-height: 1.4em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .referanse-holder.full {
    flex-direction: column-reverse;
  }
  .referanse-holder.full .img-box,
  .referanse-holder.full .text-box {
    width: 100%;
  }
}
.referanse-holder .img-box {
  width: 50%;
}
.referanse-holder .img-box img {
  object-fit: contain;
  width: 100%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .referanse-holder {
    flex-direction: column-reverse;
  }
  .referanse-holder .text-box,
  .referanse-holder .img-box {
    width: 100%;
  }
}
.dark-teal-bg,
.teal-logo {
  color: white;
}
.fordeler {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}
.fordeler .fordel {
  width: 28%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  text-wrap: balance;
}
.fordeler .fordel * {
  margin: 0;
}
.fordeler .fordel img {
  height: 100px;
}
.fordeler .fordel .btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .fordeler {
    flex-direction: column;
  }
  .fordeler .fordel {
    width: 100%;
  }
}
.smal {
  max-width: 700px;
  margin: 0 auto;
  text-wrap: balance;
}
.kontaktpunkter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.kontaktpunkter .punkt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 28%;
}
.kontaktpunkter .punkt * {
  margin: 0;
}
.kontaktpunkter .punkt .img-holder {
  aspect-ratio: 1/1;
}
.kontaktpunkter .punkt .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kontaktpunkter .punkt:nth-child(1) img {
  border-radius: 0 150px 0 0;
}
.kontaktpunkter .punkt:nth-child(2) img {
  border-radius: 150px 150px 0 0;
}
.kontaktpunkter .punkt:nth-child(3) img {
  border-radius: 150px 0 0 0;
}
.kontaktpunkter .punkt .btn-holder a {
  margin-bottom: 20px;
}
.kontaktpunkter .punkt .btn-holder img {
  border-radius: 0;
  margin-left: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kontaktpunkter {
    flex-direction: column;
  }
  .kontaktpunkter .punkt {
    width: 100%;
  }
}
.se-priser {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.se-priser .btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.pakker {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}
.pakker .pakke {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  background-color: #2f3e48;
  border-radius: 0 20px 0 20px;
  color: white;
  position: relative;
  height: 560px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .pakker .pakke {
    height: 610px;
  }
}
.pakker .pakke * {
  margin: 0;
}
.pakker .pakke .head {
  text-align: center;
  background-color: #142028;
  padding: 50px 0;
  border-radius: 0 20px 0 0;
}
.pakker .pakke .head h3 {
  font-size: 22px;
  color: #00d6a7;
}
.pakker .pakke .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px 40px 30px;
}
.pakker .pakke .body span {
  font-style: italic;
  font-size: 12px;
  color: #00d6a7;
  margin-bottom: 20px;
}
.pakker .pakke .body .btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pakker .pakke .body ul li {
  list-style: none;
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/check.svg?v=1741626372710);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 30px;
}
.pakker .pakke .body h4 {
  text-align: center;
}
.pakker .pakke .body p {
  line-height: 1em;
  font-size: 16px;
  text-align: center;
}
.pakker .pakke .bottom {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.pakker .pakke.green .head h3,
.pakker .pakke.green span {
  color: #cbfb5c;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pakker {
    gap: 20px;
  }
  .pakker .pakke {
    width: 100%;
  }
  .pakker .pakke ul li,
  .pakker .pakke p {
    font-size: 15px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .pakker {
    align-items: center;
    flex-direction: column;
  }
  .pakker .pakke {
    width: 50%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pakker {
    flex-direction: column;
  }
  .pakker .pakke {
    width: 100%;
  }
}
.skala-live-heading h2 {
  font-size: 60px;
}
.skala-live-heading span {
  color: #00d6a7;
}
.border-radius {
  border-radius: 60px 0 60px 0;
  padding: 100px 30px;
}
.border-radius.teal {
  background-color: #2f3e48;
}
.border-radius .content-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.border-radius .content-box .text-box {
  width: 50%;
  color: white;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.border-radius .content-box .module-formbuilder {
  width: 50%;
}
.border-radius .content-box .module-formbuilder .grid-id-383 {
  padding-left: 0;
}
.border-radius .content-box .module-formbuilder .grid-id-384 {
  padding-right: 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .border-radius .content-box {
    flex-direction: column;
  }
  .border-radius .content-box .text-box,
  .border-radius .content-box .module-formbuilder {
    width: 100%;
    text-wrap: auto;
  }
  .border-radius .content-box .text-box .grid-id-383,
  .border-radius .content-box .module-formbuilder .grid-id-383 {
    padding-right: 0;
  }
  .border-radius .content-box .text-box .grid-id-384,
  .border-radius .content-box .module-formbuilder .grid-id-384 {
    padding-left: 0;
  }
}
.module-formbuilder input,
.module-formbuilder textarea {
  border-radius: 10px 0 10px 0;
  border: 2px solid #cbfb5c;
  padding-left: 65px;
  font-family: parkinsans, sans-serif;
  font-size: 12px;
  color: #142028;
  height: 40px;
}
.module-formbuilder input:focus,
.module-formbuilder textarea:focus {
  border-color: #00d6a7;
}
.module-formbuilder .telefon input {
  padding-left: 75px;
}
.module-formbuilder .person input {
  padding-left: 115px;
}
.module-formbuilder textarea {
  padding-left: 75px;
  min-height: 100px;
}
.module-formbuilder .btn.submit {
  float: right;
}
.module-formbuilder .form-group {
  position: relative;
}
.module-formbuilder .form-group label {
  position: absolute;
  left: 15px;
  top: 11px;
  font-family: parkinsans, sans-serif;
  font-size: 12px;
  color: #2f3e48;
}
.section-footer {
  padding: 100px 0;
}
.section-footer .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .col-sm-12 {
    flex-direction: column;
    gap: 30px;
  }
}
.teal-two-colors {
  background: linear-gradient(90deg, #142028 50%, #0c1318 50%);
}
.bilderamme .img-holder {
  border: 2px solid #00d6a7;
  border-radius: 50px 0 50px 0;
  padding-bottom: 15px;
}
.bilderamme .img-holder img {
  border-radius: 50px 0 50px 0;
  margin-top: -15px;
  margin-left: -15px;
}
.ref {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  color: #142028;
  text-decoration: none;
}
.ref:hover {
  color: #142028;
  text-decoration: none;
}
.ref .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-wrap: balance;
  align-items: flex-start;
}
.ref .text-box * {
  margin: 0;
}
.ref .text-box .kundelogo {
  max-width: 150px;
  max-height: 40px;
  margin-bottom: 20px;
}
.ref .text-box .btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ref .video-box,
.ref .img-box {
  width: 50%;
  border: 2px solid #d24176;
  border-radius: 0 50px 0 50px;
  aspect-ratio: 1/1;
  position: relative;
}
.ref .video-box video,
.ref .img-box video,
.ref .video-box img,
.ref .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 50px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.ref.speilvendt .video-box video,
.ref.speilvendt .img-box video,
.ref.speilvendt .video-box img,
.ref.speilvendt .img-box img {
  left: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ref {
    flex-direction: column;
    padding: 40px 20px;
  }
  .ref.speilvendt {
    flex-direction: column-reverse;
  }
  .ref .text-box,
  .ref .img-box,
  .ref .video-box {
    width: 100%;
  }
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-holder.image img {
  margin-left: 20px;
}
.module-rullegardin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.module-rullegardin .elements {
  width: 100%;
}
.module-rullegardin .element {
  width: 100%;
  background-color: #cbfb5c;
  padding: 0 20px;
  color: #0c1318;
  border-radius: 10px 0 10px 0;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-family: "Fustat", sans-serif;
  cursor: pointer;
}
.module-rullegardin .element:hover {
  background-color: #ebffbb;
}
.module-rullegardin .element.active {
  background-color: #ebffbb;
  padding: 40px;
}
.module-rullegardin .element h4 {
  font-size: 23px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
}
.module-rullegardin .element .text {
  padding: 10px 0;
}
.module-rullegardin .element .text p {
  margin-bottom: 0;
}
.sitat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sitat .module-article {
  width: 50%;
}
.sitat .module-article h4 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .sitat {
    flex-direction: column;
  }
  .sitat .module-article {
    width: 100%;
  }
}
.chat-buble {
  width: 100px;
}
.video-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  overflow: hidden;
  gap: 50px;
  flex-wrap: wrap;
}
.video-container .video-holder {
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  overflow: hidden;
}
.video-container .video-holder video {
  width: 300px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .video-container .video-holder video {
    width: 100%;
  }
}
.advisor-list {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}
.advisor-list .advisor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  width: 22%;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .advisor-list .advisor {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .advisor-list .advisor {
    width: 45%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .advisor-list .advisor {
    width: 100%;
    margin-bottom: 40px;
  }
}
.advisor-list .advisor .img-holder {
  border-radius: 1000px;
  margin-bottom: 30px;
  aspect-ratio: 1;
  overflow: hidden;
  width: 220px;
  border: 5px solid white;
}
.advisor-list .advisor .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.advisor-list .advisor h3 {
  font-size: 20px;
}
.advisor-list .advisor .btn-holder {
  gap: 5px;
  display: flex;
}
.advisor-list .advisor .btn-holder .tel,
.advisor-list .advisor .btn-holder .mail {
  background-color: #00d6a7;
  color: #142028;
  padding: 7px 15px;
  border-radius: 0 12px 0 12px;
  font-size: 12px;
  font-weight: 400;
  font-family: parkinsans, sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-position: 92%;
}
.advisor-list .advisor .btn-holder .tel:hover,
.advisor-list .advisor .btn-holder .mail:hover {
  background-color: #ebffbb;
}
.advisor-list .advisor .btn-holder .tel {
  background-color: #cbfb5c;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .advisor-list .advisor .btn-holder {
    flex-direction: column;
  }
}
.body-mi170 .pakker .pakke .head {
  background-color: #3e4f5b;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi199 .page-content .col-sm-6 {
    width: 100%;
  }
}
.template-kundecaser .module-menu-holder.hover .module-menu li.current a {
  color: #cbfb5c;
}
.template-kundecaser h1 {
  font-weight: 400;
  font-size: 40px;
}
.template-kundecaser h2 {
  font-weight: 400;
  font-size: 22px;
}
.template-kundecaser h3 {
  font-weight: 600;
  font-size: 20px;
}
.template-kundecaser h4 {
  font-weight: 500;
  font-size: 17px;
}
.frame {
  background-color: #142028;
  padding: 20px;
  font-family: "Parkinsans", sans-serif;
  border-radius: 0 50px 0 50px;
  text-align: center;
  margin-bottom: 40px;
}
.frame h2 {
  color: white;
}
.frame li {
  background-color: #00d6a7;
  padding: 15px 25px;
  list-style: none;
  border-radius: 0 50px 0 50px;
  margin-bottom: 10px;
  font-size: 16px;
  min-height: 66px;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}
.frame li:nth-child(even) {
  background-color: #cbfb5c;
}
.frame .btn-holder {
  margin-top: 20px;
}
.kundecase-innhold {
  padding: 80px 0;
}
.kundecase-innhold .container .row {
  display: flex;
  justify-content: space-between;
}
.kundecase-innhold .container .row .col-sm-9 {
  width: 70%;
}
.kundecase-innhold .container .row:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .kundecase-innhold .container .row .col-sm-3 {
    width: 35%;
  }
  .kundecase-innhold .container .row .col-sm-9 {
    width: 65%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kundecase-innhold .container .row {
    flex-direction: column;
  }
  .kundecase-innhold .container .row .col-sm-3,
  .kundecase-innhold .container .row .col-sm-9 {
    width: 100%;
    padding: 10px 30px;
  }
}
body::selection {
  background-color: #00d6a85e;
}
.table-flex td {
  width: 50%;
  padding-right: 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) {
  .table-flex td {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px) {
  .body-mi863 .referanse-holder .text-box {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .body-mi863 .referanse-holder .text-box {
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi863 .referanse-holder .text-box {
    padding-bottom: 60px;
  }
}
.module-carousel.slick-slider {
  margin-bottom: 0;
}
.module-carousel.slick-slider.html-karusell .slick-dots {
  top: -45px;
  bottom: auto;
}
.module-carousel.slick-slider.html-karusell .slick-list .slick-track {
  position: relative;
}
.module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder h3 {
  font-size: 18px;
}
.module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder.nybygg .text-box {
  padding-bottom: 100px;
}
.module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder.toyota .text-box {
  padding-bottom: 80px;
}
@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-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder {
    flex-direction: column;
  }
  .module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder .text-box,
  .module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder .img-box {
    width: 100%;
  }
  .module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder .text-box h3,
  .module-carousel.slick-slider.html-karusell .slick-list .slick-track .item .referanse-holder .img-box h3 {
    font-size: 15px;
  }
}
.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px;
}
.counter-container .counter-box {
  color: #142028;
  background-color: #00d6a7;
  border-radius: 0 50px 0 50px;
  padding: 40px;
  width: 400px;
  text-align: center;
  font-family: "Parkinsans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.counter-container .counter-box .counter {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1em;
}
.counter-container .counter-box .label {
  font-size: 17px;
  color: #142028;
}
.counter-container .counter-box:nth-of-type(even) {
  background-color: #cbfb5c;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .counter-container {
    flex-direction: column;
  }
  .counter-container .counter-box {
    width: 80%;
  }
}
.module-carousel .slick-next,
.module-carousel .slick-prev {
  border-radius: 1000px;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.module-carousel .slick-next:before,
.module-carousel .slick-prev:before {
  content: "";
  background-image: url(https://files.solvecms.com/skala-ads/3e2b915/pixelarticons_arrow-white.svg?v=1757317985269);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
  display: block;
}
.module-carousel .slick-next:hover,
.module-carousel .slick-prev:hover,
.module-carousel .slick-next:active,
.module-carousel .slick-prev:active,
.module-carousel .slick-next:focus,
.module-carousel .slick-prev:focus,
.module-carousel .slick-next:focus-visible,
.module-carousel .slick-prev:focus-visible {
  background-color: transparent;
}
.module-carousel .slick-prev:before {
  transform: rotate(180deg);
}
.module-carousel.videokarusell {
  max-width: 1300px;
  margin: 0 auto;
}
.header-btn {
  display: flex;
  gap: 5px;
}
