/* Styles Tinde */
@import url("https://use.typekit.net/rzu8gfr.css");
body:before {
  content: "";
  display: none !important;
  display: block;
  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: 1200px) and (max-width: 1799px) {
  body:before {
    content: "xxl";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  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";
  }
}
body.superadmin:before {
  display: block !important;
}
.mce-menu {
  position: fixed !important;
}
.transition-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@font-face {
  font-family: 'DM Serif Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyafM.ttf) format('truetype');
}
.serif {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
body.menu-open {
  right: 0;
}
body {
  color: #0e2a3a;
}
body.ios {
  /* CSS specific to iOS devices */
}
body.ios .section-header #menu-open-close .icon-bar {
  margin-left: 13px !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  body.ios.menu-open #menu-open-close {
    right: 30px;
  }
}
.section-header {
  position: relative;
  z-index: 33;
  position: fixed;
  top: 0;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section-header .row:nth-child(1) {
    display: flex;
    align-items: center;
  }
}
.section-header .container {
  padding: 0;
  width: 100% !important;
}
.section-header .col-sm-9 {
  padding: 0 !important;
}
.section-header .some-icons {
  margin: 40px 0 0 10px;
  z-index: 333;
}
.section-header .some-icons img {
  width: 42px;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-header .some-icons {
    margin-top: 30px;
  }
}
.section-header .module-menu-holder.hover.menu-visible-desktop {
  pointer-events: auto;
  float: right;
}
.section-header .module-menu-holder.hover.menu-visible-desktop li {
  margin-left: 20px;
  display: none !important;
}
.section-header .module-menu-holder.hover.menu-visible-desktop li a {
  font-size: 20px;
  color: white;
  line-height: 25px;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-right: 3px;
  font-weight: 400 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1375px) {
  .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 17px;
  }
}
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi312,
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi318,
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi419,
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi330,
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi6634,
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi5180 {
  display: block !important;
}
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi419 a {
  background-color: #c74843;
  border-radius: 30px;
  padding: 13px 20px;
  color: white !important;
}
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi419.current a {
  border: 0 !important;
}
.section-header #menu-open-close {
  height: 60px;
  width: 60px;
  display: block;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  z-index: 333;
  pointer-events: auto;
}
.section-header #menu-open-close:focus {
  outline: none;
}
.section-header #menu-open-close .icon-bar {
  background-color: #0e2a3a;
  width: 53px;
  height: 5px;
  margin-bottom: 15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header #menu-open-close .icon-bar {
    width: 34px;
    margin-left: 13px;
    margin-bottom: 7px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header #menu-open-close .icon-bar:nth-of-type(1) {
    margin-top: 7px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header #menu-open-close {
    top: -65px;
    border-radius: 100px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header #menu-open-close {
    top: -65px;
  }
}
.section-header .menu-container {
  position: fixed;
  height: 100vh;
  width: 40vw;
  opacity: 0;
  display: none;
  background-color: #bfd5e4;
  top: 0;
  right: 0;
  padding: 50px;
  overflow-y: scroll;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-header .menu-container {
    width: 50vw;
  }
}
@media (max-height: 1080px) {
  .section-header .menu-container li a {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section-header .menu-container li:nth-of-type(1) a,
  .section-header .menu-container li:nth-of-type(2) a,
  .section-header .menu-container li:nth-of-type(3) a,
  .section-header .menu-container li:nth-of-type(4) a,
  .section-header .menu-container li:nth-of-type(5) a,
  .section-header .menu-container li:nth-of-type(6) a {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .menu-container li a {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .section-header .menu-container li:nth-of-type(1) a,
  .section-header .menu-container li:nth-of-type(2) a,
  .section-header .menu-container li:nth-of-type(3) a,
  .section-header .menu-container li:nth-of-type(4) a,
  .section-header .menu-container li:nth-of-type(5) a,
  .section-header .menu-container li:nth-of-type(6) a {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu {
  right: 0;
  position: static;
  width: auto;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li {
  display: block;
  float: none;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li a {
  color: #0e2a3a;
  font-size: 25px;
  line-height: 33px;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li a:hover {
  color: #004b76;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li.current a {
  color: #004b76;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(1) a,
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(2) a,
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(3) a,
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(4) a,
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(5) a,
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(6) a {
  font-size: 40px;
  line-height: 1.2em;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
.section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(6) {
  margin-bottom: 30px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .module-menu-holder.sitemap.menu-visible-all.offscreen .module-menu.level1 li:nth-of-type(6) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .menu-open #menu-open-close {
    top: -80px;
  }
}
.module-menu-holder .current > a {
  font-weight: inherit;
}
@media (max-height: 900px) {
  .module-article h1,
  .module-header h1 {
    font-size: 40px;
    line-height: 1.2em;
    font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  }
}
.module-article h2,
.module-header h2 {
  font-size: 50px;
  line-height: 55px;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
@media (max-height: 800px) {
  .module-article h2,
  .module-header h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (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-article h2,
  .module-header h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.module-article h3,
.module-header h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article h3,
  .module-header h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.module-article h4,
.module-header h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
}
@media (max-height: 900px) {
  .module-article h4,
  .module-header h4 {
    font-size: 16px;
  }
}
.module-article h5,
.module-header h5 {
  font-size: 20px;
  line-height: 30px;
}
.module-article p,
.module-header p {
  font-size: 20px;
  line-height: 30px;
  min-height: 5px;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px), (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-article p,
  .module-header p {
    font-size: 16px;
    line-height: 26px;
  }
}
.module-article.dark-blue,
.module-header.dark-blue {
  background-color: #0e2a3a;
  color: #bfd5e4;
}
.module-article.blue,
.module-header.blue {
  background-color: #004b76;
  color: white;
}
@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) {
  .menu-open .section-header {
    padding: 30px 0;
  }
}
.menu-open .menu-container {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.menu-open .menu-container li a {
  display: inline-block;
  min-width: 200px;
}
@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) {
  .menu-open .menu-container {
    padding-left: 50px;
    padding-top: 70px;
    width: 100%;
  }
}
.menu-open #menu-open-close {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-open #menu-open-close {
    right: 30px;
    top: 0px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .menu-open #menu-open-close {
    right: 30px;
  }
}
.menu-open #menu-open-close .icon-bar {
  position: absolute;
  left: 6px;
}
.menu-open #menu-open-close .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 20px;
}
.menu-open #menu-open-close .icon-bar:nth-of-type(2) {
  transform: rotate(-45deg);
  top: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .menu-open #menu-open-close .icon-bar:nth-of-type(2) {
    top: 27px;
  }
}
.menu-open #menu-open-close .icon-bar:nth-of-type(3) {
  display: none;
}
.logo a {
  width: 255px;
  position: absolute;
  top: 0;
  pointer-events: auto;
}
@media (max-width: 1060px) {
  .logo a {
    width: 200px;
    top: -10px;
    left: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .logo a {
    width: 170px;
    left: 20px;
    top: -5px;
  }
}
.article1042 {
  padding-top: 202px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article1042 {
    padding-top: -108px;
  }
}
.article2091 {
  margin-bottom: 60px;
}
.section.white-bg {
  padding: 130px 0 90px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.white-bg {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.section.grey-bg {
  padding: 90px 0;
  background-color: #e5eaef;
  color: #0e2a3a;
}
@media (min-width: 1800px) {
  .section.grey-bg .container {
    width: 1350px;
  }
}
.section.no-bg.dark-blue-content {
  padding: 90px 0;
}
.section.no-bg.dark-blue-content .container .module-article {
  color: #bfd5e4;
}
@media (min-width: 1800px) {
  .section.no-bg.dark-blue-content .container {
    width: 1350px;
  }
}
.section.no-bg.no-container .container .row {
  display: flex;
}
.section.no-bg.no-container .container .row .col-sm-6 {
  display: flex;
  align-content: stretch;
}
@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.no-bg.no-container .container .row .col-sm-6 {
    width: 100%;
    display: block;
  }
}
@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.no-bg.no-container .container .row {
    width: 100%;
    display: block;
  }
}
.section.no-bg.no-container .module-article.no-container {
  padding: 20%;
}
@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.no-bg.no-container .module-article.no-container {
    padding: 10%;
  }
}
.section.no-bg.no-container .module-article.big-pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.section.no-bg.no-container .module-article.big-pic p {
  margin: 0;
}
.section.no-bg.no-container .module-article.big-pic img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 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) {
  .section.no-bg.no-container .module-article.big-pic {
    width: 100%;
    display: block;
  }
  .section.no-bg.no-container .module-article.big-pic img {
    object-fit: contain;
    position: static;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article584 h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
.grid-id-573 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tinde-history {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.tinde-history .year {
  padding: 30px 50px;
  width: 500px;
  height: 240px;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tinde-history .year {
    width: 470px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tinde-history .year {
    width: 360px;
    height: 290px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-history .year {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.tinde-history .year h3 {
  font-size: 40px;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
.tinde-history .year p {
  font-size: 17px !important;
  line-height: 24px !important;
}
.tinde-history .year.right {
  float: right;
  border-left: 1px solid #0e2a3a;
  border-top: 1px solid #0e2a3a;
}
.tinde-history .year.right:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #0e2a3a;
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.tinde-history .year.left {
  float: left;
  border-top: 1px solid #0e2a3a;
}
.tinde-history .year.left:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #0e2a3a;
  border-radius: 100px;
  position: absolute;
  top: -15px;
  right: -15px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-history .year.left {
    border-left: 1px solid #0e2a3a;
  }
  .tinde-history .year.left:before {
    left: -15px;
    right: auto;
  }
}
.tinde-history .second {
  margin-top: 93px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-history .second {
    margin-top: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-history {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blue-text {
  color: #004b76;
}
.module-carousel {
  margin-bottom: 160px !important;
}
@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 {
    margin-bottom: 60px;
  }
}
.module-carousel button {
  border-radius: 100px;
}
.module-carousel .slick-prev {
  width: 70px;
  height: 70px;
  padding: 10px;
  left: -35px;
  top: 45%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-carousel .slick-prev:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-left.svg?v=1606390033663);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
.module-carousel .slick-prev:hover {
  transform: scale(1.05);
  background-color: white;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-carousel .slick-prev {
    top: 40%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .slick-prev {
    top: 30%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .slick-prev {
    width: 50px;
    height: 50px;
    left: -25px;
  }
  .module-carousel .slick-prev:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-left: 2px;
  }
}
.module-carousel .slick-next {
  width: 70px;
  height: 70px;
  padding: 10px;
  right: -35px;
  top: 45%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-carousel .slick-next:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right.svg?v=1606390034032);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
.module-carousel .slick-next:hover {
  transform: scale(1.05);
  background-color: white;
}
@media (min-width: 551px) and (max-width: 767px) {
  .module-carousel .slick-next {
    top: 40%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .slick-next {
    top: 30%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-carousel .slick-next {
    width: 50px;
    height: 50px;
    right: -25px;
  }
  .module-carousel .slick-next:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-left: 2px;
  }
}
.module-carousel .slide-caption {
  position: static;
  margin-top: 20px;
}
.module-carousel .slide-caption:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-up.svg?v=1606387217159);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.module-carousel .slide-caption h1,
.module-carousel .slide-caption h2 {
  background-color: transparent;
  color: #1f241f;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  font-family: gira-sans, sans-serif;
  font-weight: 400;
  padding-left: 0;
}
.article471 {
  margin-bottom: 130px;
}
@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) {
  .article471 {
    margin-bottom: 40px;
  }
}
.bakgrunnsbildet-bg.no-bg {
  height: 700px;
  text-align: center;
}
@media (min-width: 1800px) {
  .bakgrunnsbildet-bg.no-bg {
    height: 1000px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bakgrunnsbildet-bg.no-bg {
    height: 400px;
  }
}
.bakgrunnsbildet-bg.no-bg .module-article {
  padding-top: 200px;
}
.bakgrunnsbildet-bg.no-bg .module-article p {
  margin-bottom: 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bakgrunnsbildet-bg.no-bg .module-article {
    padding-top: 100px;
  }
}
.bakgrunnsbildet-bg.no-bg .module-article h1,
.bakgrunnsbildet-bg.no-bg .module-article h2,
.bakgrunnsbildet-bg.no-bg .module-article h3,
.bakgrunnsbildet-bg.no-bg .module-article h4,
.bakgrunnsbildet-bg.no-bg .module-article h5,
.bakgrunnsbildet-bg.no-bg .module-article h6,
.bakgrunnsbildet-bg.no-bg .module-article p {
  color: white !important;
}
.bakgrunnsbildet-bg.no-bg h4 {
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 20px;
}
.btn.dark-blue,
.btn.submit,
.blogfeed-readmore {
  background-color: #0e2a3a;
  color: white !important;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  font-weight: 300;
  white-space: normal;
}
.btn.dark-blue:before,
.btn.submit:before,
.blogfeed-readmore:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right-white.svg?v=1606392493482);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.btn.dark-blue:hover,
.btn.submit:hover,
.blogfeed-readmore:hover {
  background-color: #22313fe0;
}
.btn.dark-blue:hover:before,
.btn.submit:hover:before,
.blogfeed-readmore:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn.dark-blue,
  .btn.submit,
  .blogfeed-readmore {
    font-size: 18px;
    padding: 15px 55px 15px 30px;
  }
  .btn.dark-blue:before,
  .btn.submit:before,
  .blogfeed-readmore:before {
    right: 20px !important;
  }
}
.btn.red {
  background-color: #c74843;
  color: white !important;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  font-weight: 300;
}
.btn.red:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right-white.svg?v=1606392493482);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.btn.red:hover {
  background-color: #c74843;
}
.btn.red:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn.red {
    font-size: 18px;
    padding: 15px 55px 15px 30px;
  }
  .btn.red:before {
    right: 20px !important;
  }
}
.body-mi372 .btn.dark-blue:hover {
  color: white !important;
  border-bottom: 0 !important;
}
.article692 a:hover {
  color: #0e2a3a !important;
  border-bottom: 1.5px solid #0e2a3a;
}
.btn.light-blue {
  background-color: #bfd5e4;
  color: #0e2a3a !important;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  font-weight: 400;
}
.btn.light-blue:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/74f7594/arrow-right.svg?v=1608040367234);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.btn.light-blue:hover {
  background-color: #bfd5e4d4;
}
.btn.light-blue:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn.light-blue {
    font-size: 18px;
    padding: 15px 55px 15px 30px;
  }
  .btn.light-blue:before {
    right: 20px;
  }
}
.btn.brown {
  background-color: #bc732f;
  color: white !important;
  font-size: 25px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.btn.brown:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right-white.svg?v=1606392493482);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.btn.brown:hover {
  background-color: #bc732f;
}
.btn.brown:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn.brown {
    font-size: 18px;
    padding: 15px 55px 15px 30px;
  }
  .btn.brown:before {
    right: 20px;
  }
}
.btn.btn-border {
  background-color: transparent;
  color: #0e2a3a !important;
  border: 1px solid #0e2a3a;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.btn.btn-border:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/74f7594/arrow-right.svg?v=1608040367234);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.btn.btn-border:hover {
  background-color: #bfd5e4d4;
}
.btn.btn-border:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .btn.btn-border {
    font-size: 16px;
    padding: 15px 55px 15px 30px;
  }
  .btn.btn-border:before {
    right: 20px;
  }
}
.section-footer {
  background-color: white;
  padding: 150px 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .section-footer .container .row {
    display: flex;
  }
  .section-footer .container .row .col-sm-3 {
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-footer .container {
    width: 700px;
  }
}
.section-footer .container h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 35px;
}
.section-footer .container p a {
  color: #0e2a3a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1.5px solid white;
}
.section-footer .container p a:hover {
  border-bottom: 1.5px solid #0e2a3a;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .section-footer .container p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-footer .container .footer-logo {
  border: 0 !important;
  text-decoration: none !important;
}
.section-footer .container .footer-logo:hover {
  border: 0 !important;
  text-decoration: none !important;
}
.section-footer .container .footer-logo img {
  max-width: 215px;
}
.section-footer .container .some-icons {
  border: 0 !important;
  text-decoration: none !important;
}
.section-footer .container .some-icons:hover {
  border: 0 !important;
  text-decoration: none !important;
}
.section-footer .container .some-icons img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-footer .container .some-icons img:hover {
  transform: translateY(-3px);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-footer .container .col-sm-3 {
    width: 47%;
    display: inline-block;
    float: none;
    margin-bottom: 30px;
  }
}
.section-footer .container .article192 {
  margin-top: -34px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer .container .article192 {
    margin-top: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    padding: 50px 35px 50px 35px;
  }
  .section-footer .module-article {
    margin-bottom: 30px;
  }
}
.ledig-stilling-annonse {
  margin-bottom: 60px;
}
.ledig-stilling-annonse .row:nth-of-type(1) {
  display: flex;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .ledig-stilling-annonse .row:nth-of-type(1) {
    display: block;
  }
}
.ledig-stilling-annonse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
  background-color: white;
}
.ledig-stilling-annonse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) .module-article {
  padding: 50px 40px;
}
.ledig-stilling-annonse .row:nth-of-type(1) .col-sm-6:nth-of-type(2) {
  background-color: #004b76;
  color: white;
  align-items: center;
  display: flex;
}
.ledig-stilling-annonse .row:nth-of-type(1) .col-sm-6:nth-of-type(2) .module-article {
  padding: 50px 40px;
}
.ledig-stilling-annonse .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  background-color: transparent;
}
.ledig-stilling-annonse .row:nth-of-type(2) .col-sm-6:nth-of-type(1) .module-article {
  padding: 50px 40px;
}
.ledig-stilling-annonse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
  background-color: #0e2a3a;
  color: white;
}
.ledig-stilling-annonse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) .module-article {
  padding: 50px 40px;
}
.ledig-stilling-annonse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
  background-color: white;
}
.ledig-stilling-annonse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) .module-article {
  padding: 50px 40px;
}
.ledig-stilling-annonse .row:nth-of-type(3) .col-sm-6:nth-of-type(2) {
  background-color: #0e2a3a;
  color: white;
}
.ledig-stilling-annonse .row:nth-of-type(3) .col-sm-6:nth-of-type(2) .module-article {
  padding: 50px 40px;
}
.punkter {
  display: flex;
  justify-content: space-evenly;
  max-width: 1100px;
  margin: 60px auto;
  flex-wrap: wrap;
}
.punkter p {
  background-color: #004b76;
  padding: 30px;
  color: white;
  width: 30%;
  align-content: center;
  display: grid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .punkter p {
    width: 30%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .punkter p {
    width: 100%;
    margin-bottom: 30px;
  }
}
.punkter p span {
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .punkter {
    padding: 0 30px;
  }
}
.module-article.dark-blue {
  background-color: #0e2a3a;
  padding: 50px 40px;
  color: white;
}
.module-article.extra-padding {
  padding: 10%;
}
.module-employeelist.cards,
.module-employeelist .cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.module-employeelist.cards li,
.module-employeelist .cards li {
  width: 300px !important;
  margin-right: 3% !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-employeelist.cards li,
  .module-employeelist .cards li {
    width: 300px !important;
    float: left;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist.cards li,
  .module-employeelist .cards li {
    width: 100% !important;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
.module-employeelist.cards li .facehugger,
.module-employeelist .cards li .facehugger {
  max-width: 400px;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-employeelist.cards li .facehugger,
  .module-employeelist .cards li .facehugger {
    max-height: 400px;
    height: auto;
  }
}
.module-employeelist.cards li .employee-details,
.module-employeelist .cards li .employee-details {
  margin-top: 20px;
}
.module-employeelist.cards li .employee-details h1,
.module-employeelist .cards li .employee-details h1 {
  font-family: gira-sans, sans-serif;
  font-size: 23px;
  font-weight: 600px;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px), (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-employeelist.cards li .employee-details h1,
  .module-employeelist .cards li .employee-details h1 {
    font-size: 18px;
  }
}
.module-employeelist.cards li .employee-details h2,
.module-employeelist .cards li .employee-details h2,
.module-employeelist.cards li .employee-details h3,
.module-employeelist .cards li .employee-details h3 {
  font-family: gira-sans, sans-serif;
  font-size: 18px;
  font-weight: 100px;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px), (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-employeelist.cards li .employee-details h2,
  .module-employeelist .cards li .employee-details h2,
  .module-employeelist.cards li .employee-details h3,
  .module-employeelist .cards li .employee-details h3 {
    font-size: 15px;
  }
}
.module-employeelist.cards li .employee-details p,
.module-employeelist .cards li .employee-details p {
  margin-bottom: 20px;
}
.module-employeelist.cards li .employee-details .email,
.module-employeelist .cards li .employee-details .email {
  margin-top: 10px;
}
.module-employeelist.cards li .employee-details .email,
.module-employeelist .cards li .employee-details .email,
.module-employeelist.cards li .employee-details .phone,
.module-employeelist .cards li .employee-details .phone {
  background-color: #0e2a3a;
  padding: 10px 40px;
  border-radius: 50px;
  color: white;
  display: block;
  clear: both;
  max-width: 250px;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.module-employeelist.cards li .employee-details .email:after,
.module-employeelist .cards li .employee-details .email:after,
.module-employeelist.cards li .employee-details .phone:after,
.module-employeelist .cards li .employee-details .phone:after {
  content: "";
  background-image: url(https://files.solvecms.com/test/a21d207/arrow-right-white.svg?v=1606905040595);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px), (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-employeelist.cards li .employee-details .email,
  .module-employeelist .cards li .employee-details .email,
  .module-employeelist.cards li .employee-details .phone,
  .module-employeelist .cards li .employee-details .phone {
    font-size: 14px;
    display: inline-block;
    padding: 10px 60px 10px 40px;
  }
  .module-employeelist.cards li .employee-details .email:after,
  .module-employeelist .cards li .employee-details .email:after,
  .module-employeelist.cards li .employee-details .phone:after,
  .module-employeelist .cards li .employee-details .phone:after {
    top: 12px;
  }
}
.module-employeelist .employee-list-title {
  position: relative;
}
.module-employeelist .employee-list-title a {
  display: block;
}
.module-employeelist .employee-list-title a:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/a21d207/arrow-down.svg?v=1607089300697);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.module-employeelist .employee-list-title a h1 {
  font-size: 25px;
  padding-bottom: 5px;
  color: #0e2a3a;
  border-bottom: 1.5px solid #0e2a3a;
  font-family: gira-sans, sans-serif;
  margin-bottom: 50px;
}
@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) {
  .article1333 h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 1799px) {
  .col-sm-6 .module-employeelist.cards li,
  .col-sm-6 .module-employeelist .cards li {
    max-width: 200px !important;
    margin-right: 5px !important;
  }
  .col-sm-6 .module-employeelist.cards li .facehugger,
  .col-sm-6 .module-employeelist .cards li .facehugger {
    max-width: 200px;
    max-height: 270px;
    overflow: hidden;
  }
}
.spm-rettes-til {
  background: #f2f4f4;
  background: linear-gradient(90deg, #f2f4f4 50%, #ffffff 50%);
}
.spm-rettes-til .col-sm-6 {
  padding: 120px 0px;
  margin: 0;
}
.spm-rettes-til .col-sm-6:nth-of-type(2) .module-article {
  background-color: #004b76;
  color: white;
  padding: 150px 110px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .spm-rettes-til .col-sm-6:nth-of-type(2) .module-article {
    padding: 50px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .spm-rettes-til .col-sm-6:nth-of-type(2) .module-article {
    padding: 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) {
  .spm-rettes-til {
    background: #f2f4f4 !important;
  }
  .spm-rettes-til .container {
    padding: 0 40px !important;
  }
  .spm-rettes-til .col-sm-6 {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
}
.body-mi292 .topp-bg {
  background-color: #e5eaef;
}
.body-mi292 .topp-bg h1,
.body-mi292 .topp-bg h4 {
  color: #0e2a3a;
}
@media (min-width: 551px) and (max-width: 767px) {
  .body-mi292 .topp-bg {
    height: 800px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi292 .topp-bg .col-sm-3 {
    width: 25% !important;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .body-mi292 .topp-bg .container .module-article:nth-of-type(1) {
    top: 200px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .body-mi292 .topp-bg .container .module-article:nth-of-type(1) {
    top: 150px !important;
  }
}
.body-mi292 .topp-bg .container .module-article:nth-of-type(2) h4 {
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 992px) and (max-width: 1199px), (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-mi292 .topp-bg .container .module-article:nth-of-type(2) h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .body-mi292 .topp-bg .main-picture {
    clip-path: polygon(0 45%, 100% 70%, 100% 100%, 0 100%);
  }
  .body-mi292 .topp-bg .main-picture img {
    clip-path: none !important;
    transform: translateY(190px);
  }
}
.module-blogfeed.simple.no-show-images {
  margin: 60px auto 20px auto;
  max-width: 1245px;
  width: 100%;
}
.module-blogfeed.simple.no-show-images ul {
  width: 100%;
}
.module-blogfeed.simple.no-show-images ul li {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #e5eaef;
  border: 0;
  position: relative;
  width: 95%;
}
.module-blogfeed.simple.no-show-images ul li .blogfeed-info {
  padding: 0;
}
.module-blogfeed.simple.no-show-images ul li .blogfeed-title1 h2 {
  font-size: 40px;
  line-height: 45px;
  color: #0e2a3a;
  text-wrap: balance;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.simple.no-show-images ul li .blogfeed-title1 h2 {
    font-size: 30px !important;
    line-height: 37px !important;
    letter-spacing: 0px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.simple.no-show-images ul li {
    padding: 30px 30px 50px 30px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.module-blogfeed.simple.no-show-images ul li .blogfeed-readmore {
  position: absolute;
  right: -5%;
  top: 27px;
}
.module-blogfeed.simple.no-show-images ul li .blogfeed-readmore:hover {
  color: #bfd5e4;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-blogfeed.simple.no-show-images ul li .blogfeed-readmore {
    right: auto;
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: content-box;
    width: 110px;
  }
}
/*
.section.kontakt-topp {
	background-color: @darkblue;
	color: @lightblue;
	p a {
		color: @darkblue;
	}
	@media @xxxl, @xxl, @xl {
		​​​​ h4 {
			font-size: 25px !important;
		}
	}
	@media (max-height: 800px) {
		h1 {
			font-size: 40px !important;
			line-height: 50px !important;
		}
		h4 {
			font-size: 16px !important;
			line-height: 26px !important;
		}
	}
	@media @m {
		background: linear-gradient(
			155deg,
			rgba(34, 49, 63, 1) 51%,
			rgba(0, 75, 118, 1) 51%
		) !important;
	}
	@media @s {
		background: linear-gradient(
			155deg,
			rgba(34, 49, 63, 1) 51%,
			rgba(0, 75, 118, 1) 51%
		) !important;
	}
	@media @xs {
		background: linear-gradient(
			155deg,
			rgba(34, 49, 63, 1) 51%,
			rgba(0, 75, 118, 1) 51%
		) !important;
	}
	​​​​ .btn.dark-blue {
		color: white !important;
	}
	.col-sm-3 {
		@media @m, @s, @xs {
			height: auto !important;
		}
	}
	.col-sm-9 {
		background-color: @light-grey;
		color: @darkblue;
		clip-path: polygon(40% 0, 100% 0%, 100% 100%, 40% 100%, 0 50%);
		height: 100vh;
		position: absolute;
		right: -30%;
		width: 95%;
		@media (max-height: 900px) {
			right: -20%;
		}
		.module-article {
			position: absolute;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
			top: 50%;
		}
		@media @xl, @l {
			height: 800px;
		}
		@media @m, @s, @xs {
			height: auto;
			width: 130%;
			position: static;
			clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
			margin-left: -30px;
			margin-right: -30px;
			.module-article {
				position: static;
				transform: none;
				padding: 80px 30px;
			}
		}
	}
}*/
.module-formbuilder {
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
}
@media (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .module-formbuilder form .row:first-of-type .col-sm-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.module-formbuilder form .form-field-email .form-control,
.module-formbuilder form .form-field-text .form-control {
  border-radius: 0;
  border: none;
  background: white;
  color: black;
  height: 40px;
}
.module-formbuilder form .form-field-email .control-label,
.module-formbuilder form .form-field-text .control-label {
  font-size: 15px;
}
.module-formbuilder form .form-group {
  height: 60px;
  margin-bottom: 20px;
  height: auto;
}
.module-formbuilder form .form-field-textarea.order {
  margin-top: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-formbuilder form .form-field-textarea.order {
    margin-top: 40px;
  }
}
.module-formbuilder form .form-field-textarea.order .control-label {
  transform: translate3d(0, 17px, 0) scale(1);
}
.module-formbuilder form .form-field-textarea.order .form-group.focused .control-label {
  margin-top: -30px;
  margin-left: 0;
}
.module-formbuilder form .form-group.focused .form-control {
  border: none;
}
.module-formbuilder form .control-label {
  font-size: 20px !important;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  transform: translate3d(9px, 17px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  margin-left: 10px;
  width: auto;
}
.module-formbuilder form .form-field.form-field-textarea {
  display: block;
}
.module-formbuilder form .form-field.form-field-textarea .form-control.mceNoEditor {
  min-height: 250px !important;
  width: 100% !important;
  max-width: none;
  border: 0;
}
.module-formbuilder form .form-group.focused .control-label {
  display: none;
}
.module-formbuilder form .form-control {
  height: 60px !important;
  width: 100%;
  font-size: 20px;
}
.module-formbuilder .btn.submit {
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.tindekvaliteten .container {
  width: 100%;
}
.tindekvaliteten .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindekvaliteten .row {
    display: block;
  }
}
.tindekvaliteten .row .col-sm-6 .module-article p {
  margin: 0;
}
.tindekvaliteten .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.tindekvaliteten .row:nth-of-type(1) {
  background-color: white;
  color: #0e2a3a;
}
.tindekvaliteten .row:nth-of-type(1) .col-sm-6:nth-of-type(2) {
  background-color: white;
  color: #0e2a3a;
}
.tindekvaliteten .row:nth-of-type(1) .col-sm-6:nth-of-type(2) .module-article {
  padding: 0 100px;
  max-width: 800px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindekvaliteten .row:nth-of-type(1) .col-sm-6:nth-of-type(2) .module-article {
    padding: 50px;
  }
}
.tindekvaliteten .row:nth-of-type(2) {
  background-color: #004b76;
  color: white;
}
.tindekvaliteten .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  background-color: #004b76;
  color: white;
}
.tindekvaliteten .row:nth-of-type(2) .col-sm-6:nth-of-type(1) .module-article {
  padding: 0 100px;
  max-width: 800px;
  float: right;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindekvaliteten .row:nth-of-type(2) .col-sm-6:nth-of-type(1) .module-article {
    padding: 50px;
  }
}
.tindekvaliteten .row:nth-of-type(3) {
  background-color: white;
  color: #0e2a3a;
}
.tindekvaliteten .row:nth-of-type(3) .col-sm-6:nth-of-type(2) {
  background-color: white;
  color: #0e2a3a;
}
.tindekvaliteten .row:nth-of-type(3) .col-sm-6:nth-of-type(2) .module-article {
  padding: 0 100px;
  max-width: 800px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindekvaliteten .row:nth-of-type(3) .col-sm-6:nth-of-type(2) .module-article {
    padding: 50px;
  }
}
.tindekvaliteten .row:nth-of-type(4) {
  background-color: #0e2a3a;
  color: #bfd5e4;
}
.tindekvaliteten .row:nth-of-type(4) .col-sm-6:nth-of-type(1) {
  background-color: #0e2a3a;
  color: #bfd5e4;
}
.tindekvaliteten .row:nth-of-type(4) .col-sm-6:nth-of-type(1) .module-article {
  padding: 0 100px;
  max-width: 800px;
  float: right;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindekvaliteten .row:nth-of-type(4) .col-sm-6:nth-of-type(1) .module-article {
    padding: 50px;
  }
}
.zoom-bg {
  overflow: hidden;
  max-height: 1000px;
}
.zoom-bg .container {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zoom-bg .container:hover {
  transform: scale(1.05);
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(1) {
  overflow: hidden;
  background-color: #564336;
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(1) p {
  margin: 0;
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(1) img {
  width: 100%;
  filter: opacity(80%);
}
@media (min-width: 2140px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(1) img {
    transform: translateY(-190px);
  }
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) {
  position: absolute;
  max-width: 640px;
  background-color: transparent;
  top: 40%;
  color: white;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h3 {
  font-size: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h2 {
  font-size: 90px;
  line-height: 90px;
}
.zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) img {
  width: 80px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) img {
    width: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) {
    top: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) {
    top: 60%;
  }
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) {
    top: 60%;
  }
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) {
    top: 50%;
  }
  .zoom-bg .container .row .col-sm-12 .module-article:nth-of-type(2) h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
.module-catalog-order {
  max-width: 1090px;
  margin: 0 auto;
}
.module-catalog-order .alert.alert-success {
  background-color: #bfd5e4;
  padding: 80px 40px;
  text-align: center;
  font-size: 40px;
  border: 0;
  color: #0e2a3a;
}
.module-catalog-order label {
  color: #0e2a3a;
}
.module-catalog-order h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.module-catalog-order .catalog-type {
  background-color: #f2f4f4;
  padding: 30px;
  margin-bottom: 30px;
}
.module-catalog-order .catalog-type.has-error {
  border: 2px solid red;
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item {
    padding: 0 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item {
    padding: 0 20px 20px 20px;
  }
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label {
  color: white;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .cabin-type-checkbox {
  background-color: white;
  width: 55px;
  height: 55px;
  border: 0;
  border-radius: 0;
  margin-right: 20px;
  margin-top: 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .cabin-type-checkbox {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .cabin-type-checkbox {
    position: absolute;
    left: 0;
    top: 20px;
    width: 45px;
    height: 45px;
  }
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img {
  width: 250px;
  height: 100px;
  overflow: hidden;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img img {
    margin-top: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img {
    width: 200px;
  }
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img img {
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img {
    width: 130px;
    height: 70px;
  }
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img img {
    margin-top: 0px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img {
    margin-left: 65px;
    width: 225px;
    height: 79px;
  }
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img img {
    margin-top: -20px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .catalog-img {
    width: 200px;
  }
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .name {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  margin-right: 30px;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .name {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .name {
    font-size: 30px;
    line-height: 35px;
    padding-left: 0;
    padding-top: 10px;
  }
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .description {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-weight: 100;
  display: inline-block;
  margin: 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .description {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .description {
    max-width: 40%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label .description {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .catalog-type .catalog-type-list .catalog-type-item label {
    display: block;
  }
}
.module-catalog-order .catalog-type .catalog-type-list .catalog-type-item.active label .cabin-type-checkbox {
  background-image: url(https://files.solvecms.com/test/b028102/check.svg?v=1607591393378);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.module-catalog-order .receive-options {
  background-color: #f2f4f4;
  padding: 30px;
  margin-bottom: 30px;
  height: 320px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .receive-options {
    height: 380px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .receive-options {
    height: auto;
  }
}
.module-catalog-order .receive-options.has-error {
  border: 2px solid red;
}
.module-catalog-order .receive-options .receive-type-item {
  margin-bottom: 30px;
}
.module-catalog-order .receive-options .receive-type-item label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.module-catalog-order .receive-options .receive-type-item .receive-type-checkbox {
  background-color: white;
  width: 55px;
  height: 55px;
  border: 0;
  border-radius: 0;
  margin-right: 20px;
  margin-top: 0;
  display: inline-block;
}
.module-catalog-order .receive-options .receive-type-item .type {
  background-color: white;
  height: 55px;
  border: 0;
  border-radius: 0;
  margin-right: 20px;
  padding: 15px 20px 0 20px;
  margin: 0;
  display: block;
  flex-grow: 1;
  font-size: 20px;
}
.module-catalog-order .receive-options .receive-type-item.active label .receive-type-checkbox {
  background-image: url(https://files.solvecms.com/test/b028102/check.svg?v=1607591393378);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.module-catalog-order .location-options {
  background-color: #f2f4f4;
  padding: 30px;
  margin-bottom: 30px;
  height: 320px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-catalog-order .location-options {
    height: 380px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .location-options {
    height: auto;
  }
}
.module-catalog-order .location-options input {
  background-color: white;
  height: 55px;
  border: 0;
  border-radius: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  padding: 20px;
}
.module-catalog-order .location-options .property {
  font-size: 20px;
}
.module-catalog-order .location-options .property p {
  margin-bottom: 5px;
}
.module-catalog-order .location-options .property label {
  display: inline-block;
  margin-right: 20px;
}
.module-catalog-order .location-options .property label .property-radio {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  border: 2px solid #0e2a3a;
  display: inline-block;
}
.module-catalog-order .location-options .property label.active .property-radio {
  position: relative;
}
.module-catalog-order .location-options .property label.active .property-radio:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #0e2a3a;
  border-radius: 100px;
}
.module-catalog-order .contact-info {
  background-color: #f2f4f4;
  padding: 30px;
  margin-bottom: 30px;
}
.module-catalog-order .contact-info.has-error {
  border: 2px solid red;
}
.module-catalog-order .contact-info .col-sm-6 {
  display: flex;
}
.module-catalog-order .contact-info .col-sm-6 .col-sm-4 {
  margin-right: 0px;
  display: inline-block;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .contact-info .col-sm-6 .col-sm-4 {
    width: 100%;
  }
}
.module-catalog-order .contact-info .col-sm-6 .col-sm-4 input {
  flex-grow: 0;
  width: 100%;
}
.module-catalog-order .contact-info .col-sm-6 .col-sm-8 {
  display: inline-block;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-catalog-order .contact-info .col-sm-6 .col-sm-8 {
    width: 100%;
  }
}
.module-catalog-order .contact-info .col-sm-6 .col-sm-8 input {
  flex-grow: 0;
  width: 100%;
}
.module-catalog-order .contact-info .col-sm-6 input {
  flex-grow: 1;
  background-color: white;
  height: 55px;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}
.module-catalog-order .contact-info .col-sm-6 input.has-error {
  border: 2px solid red;
}
.module-catalog-order .info-text {
  text-align: center;
  font-size: 25px;
  max-width: 900px;
  margin: 30px auto;
}
.module-catalog-order .confirm-button {
  padding-right: 85px;
  margin: 50px auto;
  display: block;
}
.leveranse .container {
  width: 90%;
}
.leveranse .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .leveranse .row {
    display: block;
  }
}
.leveranse .row .col-sm-6 .module-article p {
  margin: 0;
}
.leveranse .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.leveranse .row h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 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) {
  .leveranse .row h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.leveranse .row:nth-of-type(1) {
  background-color: white;
  color: #0e2a3a;
}
.leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@media (max-width: 1414px) {
  .leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
  .leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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) {
  .leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.leveranse .row:nth-of-type(1) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.leveranse .row:nth-of-type(2) {
  background-color: #004b76;
  color: white;
}
.leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@media (max-width: 1414px) {
  .leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
  .leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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) {
  .leveranse .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.leveranse .row:nth-of-type(3) {
  background-color: #0e2a3a;
  color: white;
}
.leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@media (max-width: 1414px) {
  .leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
  .leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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) {
  .leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.leveranse .row:nth-of-type(3) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.leveranse .row:nth-of-type(4) {
  background-color: white;
  color: #0e2a3a;
}
.leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@media (max-width: 1414px) {
  .leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
  .leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(2) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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) {
  .leveranse .row:nth-of-type(4) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.leveranse .row:nth-of-type(5) {
  background-color: #004b76;
  color: white;
}
.leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@media (max-width: 1414px) {
  .leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
  .leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(1) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(1) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@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) {
  .leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.leveranse .row:nth-of-type(5) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.section.komplett .container {
  width: 75% !important;
}
.section.komplett .container h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 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.komplett .container h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.section.komplett .row {
  margin-bottom: 20px;
}
.section.komplett .row:nth-child(3n + 1) {
  background-color: #f4f5f6;
  padding: 40px;
  color: #0e2a3a;
}
.section.komplett .row:nth-child(3n - 1) {
  background-color: #004b76;
  padding: 40px;
  color: white;
}
.section.komplett .row:nth-child(3n - 3) {
  background-color: #0e2a3a;
  padding: 40px;
  color: #bfd5e4;
}
@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.komplett .row .col-sm-6 {
    width: 100%;
  }
  .section.komplett .row .col-sm-6:nth-of-type(2) {
    display: none !important;
  }
  .section.komplett img {
    display: none;
  }
}
.order-catalog {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.order-catalog p {
  margin: 0;
  overflow: hidden;
}
.order-catalog p img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order-catalog p img:hover {
  transform: scale(1.2);
}
.order-catalog .textbox {
  background-color: #e5eaef;
  padding: 55px 55px 75px 55px;
}
.order-catalog .textbox h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 45px;
}
@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) {
  .order-catalog .textbox h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.order-catalog .textbox .btn {
  position: absolute;
  bottom: -30px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .order-catalog .textbox {
    padding: 30px 20px 40px 20px;
  }
  .order-catalog .textbox .btn {
    font-size: 14px !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tindeblogg-innlegg {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.tindeblogg-innlegg p {
  margin: 0;
  overflow: hidden;
}
.tindeblogg-innlegg p img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tindeblogg-innlegg p img:hover {
  transform: scale(1.2);
}
.tindeblogg-innlegg .textbox {
  background-color: #e5eaef;
  padding: 55px 55px 75px 55px;
}
.tindeblogg-innlegg .textbox h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  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) {
  .tindeblogg-innlegg .textbox h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.tindeblogg-innlegg .textbox .btn {
  position: absolute;
  bottom: -30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tindeblogg-innlegg .textbox {
    padding: 30px 30px 40px 30px;
  }
  .tindeblogg-innlegg .textbox h3 {
    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) {
  .tindeblogg-innlegg .textbox {
    padding: 30px 20px 40px 20px;
  }
  .tindeblogg-innlegg .textbox h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .tindeblogg-innlegg .textbox .btn {
    font-size: 14px !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cabin-dream .container {
  width: 90%;
  margin-bottom: 150px;
}
@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) {
  .cabin-dream .container {
    margin-bottom: 60px;
  }
}
.cabin-dream .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .cabin-dream .row {
    display: block;
  }
}
.cabin-dream .row .col-sm-6 .module-article p {
  margin: 0;
}
.cabin-dream .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.cabin-dream .row h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 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) {
  .cabin-dream .row h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.cabin-dream .row:nth-of-type(1) {
  background-color: white;
  color: #0e2a3a;
}
.cabin-dream .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(1) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(2) {
  background-color: #004b76;
  color: white;
}
.cabin-dream .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(3) {
  background-color: #0e2a3a;
  color: white;
}
.cabin-dream .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(3) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(3) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(4) {
  background-color: white;
  color: #0e2a3a;
}
.cabin-dream .row:nth-of-type(4) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(4) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(4) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(5) {
  background-color: #004b76;
  color: white;
}
.cabin-dream .row:nth-of-type(5) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(5) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(5) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(6) {
  background-color: #0e2a3a;
  color: white;
}
.cabin-dream .row:nth-of-type(6) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(6) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(6) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(7) {
  background-color: white;
  color: #0e2a3a;
}
.cabin-dream .row:nth-of-type(7) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(7) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(7) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(8) {
  background-color: #004b76;
  color: white;
}
.cabin-dream .row:nth-of-type(8) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.cabin-dream .row:nth-of-type(8) .col-sm-6:nth-of-type(2) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(8) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(9) {
  background-color: #0e2a3a;
  color: white;
}
.cabin-dream .row:nth-of-type(9) .col-sm-6:nth-of-type(1) {
  padding: 0 8%;
}
@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) {
  .cabin-dream .row:nth-of-type(9) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
}
.cabin-dream .row:nth-of-type(9) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.article963 {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi1047 .section-header {
    padding: 15px;
  }
}
.body-mi419 {
  margin-top: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi419 .container .row .grid-id-547 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.section.lightgrey-bg {
  padding: 90px 0;
  background-color: #f4f5f6;
  color: #0e2a3a;
}
@media (min-width: 1800px) {
  .section.lightgrey-bg .container {
    width: 1350px;
  }
}
.small-arrow {
  width: 30px;
}
.bluetext h3 {
  color: #004b76;
  padding-left: 50px;
}
@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) {
  .bluetext h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bluetext h3 {
    padding-left: 0;
  }
}
.circle-pic {
  margin-left: 50px;
}
@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) {
  .circle-pic {
    margin-left: 0;
  }
}
.circle-pic img {
  border-radius: 500px;
}
.vannrett-bunn {
  padding: 90px 0;
}
.vannrett-bunn .row {
  display: flex;
}
.vannrett-bunn .col-sm-6 {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .vannrett-bunn {
    padding: 60px 30px;
  }
  .vannrett-bunn .row {
    display: block;
  }
  .vannrett-bunn .col-sm-6 {
    display: block;
  }
}
.section.darkblue-bg {
  padding: 90px 0;
  background-color: #0e2a3a;
  color: #bfd5e4;
}
@media (min-width: 1800px) {
  .section.darkblue-bg .container {
    width: 1350px;
  }
}
.body-mi318 .toppbilde-mal .cover-picture img {
  object-fit: cover;
  width: 100vw;
}
.body-mi318 .toppbilde-mal p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi318 .section-header .menu-container {
    height: 100% !important;
  }
}
.template-standard-blogg {
  background-color: #e5eaef;
}
.template-standard-blogg .web-container {
  background-color: #e5eaef;
  color: #0e2a3a;
}
.template-standard-blogg .web-container .section-standard .container h1 {
  margin: 0 0 30px 0;
}
.template-standard-blogg .web-container .section-standard .container h4 {
  font-weight: 600;
  font-size: 25px;
}
.body-mi330 {
  margin-top: 170px;
}
.body-mi330 .web-container {
  background-color: #e5eaef;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi330 {
    margin-top: 100px;
  }
}
.article382 .arrow-right,
.article380 .arrow-right {
  width: 20px !important;
  margin-top: -3px;
  display: inline-block !important;
}
.article382 h4,
.article380 h4 {
  display: inline-block;
  margin-right: 20px;
}
.article382 h4 a,
.article380 h4 a {
  display: inline-block;
  padding-bottom: 5px;
  color: #bfd5e4;
}
.article382 h4 a span,
.article380 h4 a span {
  padding-bottom: 5px;
  padding-left: 5px;
}
.article382 h4 a span:hover,
.article380 h4 a span:hover {
  border-bottom: 1.5px solid #bfd5e4;
}
@media (max-width: 1280px) {
}
.body-mi1036 {
  background-color: #e5eaef;
}
.body-mi1036 .grey-bg {
  padding-top: 0;
}
.tinde-gruppen .container {
  width: 100%;
}
.tinde-gruppen .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-gruppen .row {
    display: block;
  }
}
.tinde-gruppen .row .col-sm-6 .module-article p {
  margin: 0;
}
.tinde-gruppen .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.tinde-gruppen .row h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 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) {
  .tinde-gruppen .row h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.tinde-gruppen .row:nth-of-type(1) {
  background-color: #004b76;
  color: white;
}
.tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
  padding: 3% 8% !important;
}
@media (max-width: 1414px) {
  .tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
    padding: 8%;
  }
  .tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(1) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(1) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(1) {
    padding: 8% !important;
  }
}
.tinde-gruppen .row:nth-of-type(1) .col-sm-6:nth-of-type(2) {
  padding: 0;
}
.tinde-gruppen .row:nth-of-type(2) {
  background-color: #0e2a3a;
  color: #bfd5e4;
}
.tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  padding: 0;
}
.tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
  padding: 3% 8% !important;
}
@media (max-width: 1414px) {
  .tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
    padding: 8%;
  }
  .tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(2) h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tinde-gruppen .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
    padding: 8% !important;
  }
}
.tinde-logo img {
  width: 200px;
  height: auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) {
  .tinde-logo img {
    width: 150px;
  }
}
@media (max-width: 320px) {
  .tinde-logo img {
    width: 120px;
  }
}
hr {
  border-color: #0e2a3a;
}
.article1337 {
  max-width: 900px;
  margin: 0 auto;
}
.back-to-frontpage {
  pointer-events: auto;
  background-color: #bfd5e4;
  color: #0e2a3a !important;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  float: right;
}
.back-to-frontpage:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/74f7594/arrow-right.svg?v=1608040367234);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.back-to-frontpage:hover {
  background-color: #bfd5e4d4;
}
.back-to-frontpage:hover:before {
  right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .back-to-frontpage {
    font-size: 14px;
    padding: 10px 40px 10px 20px;
  }
  .back-to-frontpage:before {
    right: 10px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .back-to-frontpage:hover:before {
    right: 20px;
  }
}
@media (min-width: 1800px) {
  .bg1529 {
    background-position-y: -200px;
  }
}
#carousel635 {
  margin-top: 100px;
}
.forhandlerlogoer {
  text-align: center;
  margin-bottom: 100px;
}
.forhandlerlogoer img {
  max-height: 100px;
  width: 100%;
  max-width: 200px;
  margin-bottom: 50px;
}
.section-margin {
  margin: 156px 0 100px;
}
@media (max-width: 750px) {
  .section-margin {
    margin: 56px 0 40px;
  }
}
.scrolled-down {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #0e2a3a !important;
}
.scrolled-down .module-menu-holder.hover {
  margin-right: 120px;
}
.scrolled-down .module-menu-holder.hover li a {
  color: white;
}
.scrolled-down .module-menu-holder.hover li.current a {
  color: #bfd5e4;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .scrolled-down .module-menu-holder.hover {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scrolled-down .module-menu-holder.hover li {
    margin-left: 15px !important;
  }
  .scrolled-down .module-menu-holder.hover li a {
    font-size: 14px !important;
  }
}
.scrolled-down #menu-open-close .icon-bar {
  background-color: white;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .scrolled-down #menu-open-close .icon-bar {
    background-color: #0e2a3a !important;
  }
}
.menu-open .scrolled-down #menu-open-close .icon-bar {
  background-color: #0e2a3a !important;
}
.article2271 {
  margin-top: 100px;
}
.hyttefelt {
  float: none;
  position: absolute;
  right: 15px;
  top: 70px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttefelt {
    top: auto;
    right: auto;
    left: 15px;
    position: fixed;
    bottom: 20px;
  }
}
.body-mi348 {
  margin-top: 60px;
  background-color: #e5eaef;
}
.vue-section-cabinField-info {
  background-color: #e5eaef;
}
.triangle-link.prospect-link {
  display: none !important;
}
.vue-cabins-for-sale-overview h1,
.vue-cabins-for-sale-overview h3,
.vue-cabins-for-sale-overview .results-count {
  color: #22313f;
}
.marketable-cabin-sale .back-to-cabin {
  display: none !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1800px) {
  .article2456 span {
    font-family: "DM Serif Text";
    font-size: 45px;
  }
}
/* Trygt hyttekjøp */
.trygt-hyttekjop-merke {
  margin-top: -205px;
  max-width: 334px;
  margin-bottom: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .trygt-hyttekjop-merke {
    margin-top: -185px;
    max-width: 200px;
  }
}
.article2569 {
  padding: 90px 0;
}
.article2569 img {
  max-width: 280px;
}
/* Tindebloggen undersider gammel */
.template-tindebloggen .web-container {
  margin-top: 207px;
}
.template-tindebloggen .web-container .section-standard .container,
.template-tindebloggen .web-container .blue-bg .container,
.template-tindebloggen .web-container .darkgrey-bg .container {
  max-width: 1200px;
}
.template-tindebloggen .web-container .smalt-innhold .module-article {
  padding: 100px 0 100px 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) {
  .template-tindebloggen .web-container .smalt-innhold .module-article {
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-tindebloggen .web-container {
    margin-top: 150px;
  }
}
.template-tindebloggen .white-bg {
  max-width: 1190px;
  margin: 0 auto;
}
.template-tindebloggen iframe {
  height: 800px;
}
.template-tindebloggen .module-carousel {
  margin: 100px 0 !important;
}
.template-tindebloggen .backtoblog {
  text-align: center;
}
.template-tindebloggen h3 {
  font-size: 35px;
  line-height: 1.1em;
}
@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) {
  .template-tindebloggen h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .template-tindebloggen h4 {
    font-size: 17px;
    line-height: 25px;
  }
  .template-tindebloggen .module-carousel {
    margin: 50px 0 !important;
  }
  .template-tindebloggen iframe {
    height: 450px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-tindebloggen iframe {
    height: 280px;
  }
}
.template-tindebloggen .front-news {
  padding: 30px 0;
}
.template-tindebloggen .front-news .front-news-art {
  text-align: left;
  margin-bottom: 60px;
}
@media (min-width: 1800px) {
  .template-tindebloggen .front-news .front-news-art {
    margin-bottom: 90px;
  }
}
.body-mi3164 .backtoblog {
  display: none;
}
.body-mi3164 .white-bg {
  display: none;
}
.article3008 {
  margin-bottom: 50px;
}
.info-tindeblogg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: end;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .info-tindeblogg {
    flex-wrap: wrap;
  }
}
.info-tindeblogg .some-tindeblogg {
  margin-right: 100px;
}
.info-tindeblogg .some-tindeblogg a {
  margin-right: 20px;
}
.info-tindeblogg .some-tindeblogg a img {
  width: 50px;
  height: 50px;
}
@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) {
  .info-tindeblogg .some-tindeblogg {
    margin-right: 50px;
    padding-bottom: 20px;
  }
  .info-tindeblogg .some-tindeblogg a {
    margin-right: 10px;
  }
  .info-tindeblogg .some-tindeblogg a img {
    width: 40px;
    height: 40px;
  }
}
.info-tindeblogg .tag-tindeblogg {
  display: flex;
}
.info-tindeblogg .tag-tindeblogg p {
  color: #0e2a3a;
  margin-bottom: 0;
  font-size: 16px;
}
.info-tindeblogg .tag-tindeblogg p:nth-child(2) {
  border-left: 1px solid #0e2a3a;
  border-right: 1px solid #0e2a3a;
  padding: 0 20px;
  margin: 0 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .info-tindeblogg .tag-tindeblogg p:nth-child(2) {
    padding: 0 10px;
    margin: 0 13px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .info-tindeblogg .tag-tindeblogg {
    display: block;
  }
  .info-tindeblogg .tag-tindeblogg p:nth-child(2) {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.smalt-innhold .container {
  max-width: 1140px;
}
.blue-bg,
.darkgrey-bg {
  margin-top: 50px;
}
.blue-bg .module-article,
.darkgrey-bg .module-article {
  padding: 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) {
  .blue-bg .module-article,
  .darkgrey-bg .module-article {
    padding: 20px;
  }
}
.blue-bg .module-article.pic,
.darkgrey-bg .module-article.pic {
  padding: 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) {
  .blue-bg .module-article.pic,
  .darkgrey-bg .module-article.pic {
    padding: 20px;
  }
}
.blue-bg .module-article.pic p,
.darkgrey-bg .module-article.pic p {
  margin: 0;
}
.body-mi4438 .blue-bg .module-article {
  padding: 20px;
}
.body-mi4438 .soknadskjema {
  margin-top: 10px;
}
.body-mi4438 .soknadskjema h3 {
  font-size: 30px;
  line-height: 1.2em;
}
.darkgrey-bg .module-article h1,
.darkgrey-bg .module-article h2,
.darkgrey-bg .module-article h3,
.darkgrey-bg .module-article h4,
.darkgrey-bg .module-article h5,
.darkgrey-bg .module-article h6,
.darkgrey-bg .module-article p,
.darkgrey-bg .module-article ul {
  color: white !important;
}
.darkgrey-bg .module-article a {
  color: #bfd5e4;
}
.darkgrey-bg .module-article h5 a {
  color: #c86d16;
  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) {
  .darkgrey-bg .module-article h5 a {
    font-size: 17px;
    line-height: 25px;
  }
}
.article3079.some img {
  width: 50px !important;
  margin-right: 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) {
  .article3079.some img {
    width: 40px;
    margin-right: 10px;
  }
}
.module-carousel.episoder .slick-track {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .module-carousel.episoder .item {
    width: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-carousel.episoder .item {
    width: 300px !important;
  }
}
.module-carousel.episoder .slide-caption:before {
  display: none;
}
.module-carousel.episoder .slide-caption {
  background-color: #bfd5e4;
  padding: 30px;
  margin: 0;
  height: 200px;
  display: block;
}
@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.episoder .slide-caption {
    height: 140px;
    padding: 20px;
  }
}
.module-carousel.episoder .slide-caption h1 {
  text-transform: none;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 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) {
  .module-carousel.episoder .slide-caption h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.module-carousel.episoder .slide-caption h2 {
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
}
@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.episoder .slide-caption h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3024 .module-article {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3025 .module-article.pic {
    padding: 20px 20px 40px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3039 .module-article.pic {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3040 .module-article {
    padding: 20px 20px 40px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3077 .module-article {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3078 .module-article.pic {
    padding: 20px 20px 40px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3099 .module-article {
    padding: 40px 20px 20px 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-3100 .module-article.pic {
    padding: 20px 20px 40px 20px;
  }
}
.module-cabin-type-overview {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.module-cabin-type-overview .cabintypes-overview-list {
  grid-gap: 20px !important;
}
.module-cabin-type-overview .cabintypes-overview-list .content p {
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .module-cabin-type-overview .cabintypes-overview-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .module-cabin-type-overview .cabintypes-overview-list .content {
    padding-top: 40px !important;
  }
  .module-cabin-type-overview .cabintypes-overview-list .content p {
    font-size: 16px;
  }
}
.module-cabin-type-overview .cabintypes-overview-list.slick-initialized.slick-slider {
  display: flex;
  justify-content: flex-start;
}
.module-cabin-type-overview .cabintypes-overview-list.slick-initialized.slick-slider .slick-list {
  align-items: stretch;
}
.module-cabin-type-overview .cabinType-overview-item {
  padding: 40px;
  text-align: center;
}
.module-cabin-type-overview .cabinType-overview-item h4,
.module-cabin-type-overview .cabinType-overview-item h3 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.module-cabin-type-overview .cabinType-overview-item h4 {
  font-size: 15px;
  line-height: normal;
}
.module-cabin-type-overview .cabinType-overview-item h3 {
  line-height: 90px;
}
.module-cabin-type-overview .slick-prev,
.module-cabin-type-overview .slick-next {
  width: 70px;
  height: 70px;
  padding: 10px;
  top: 45%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff !important;
  z-index: 10;
  border-radius: 100px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  margin-top: -10px;
  cursor: pointer;
  border: none;
  outline: 0;
  background: 0 0;
}
.module-cabin-type-overview .slick-prev {
  left: -35px;
}
.module-cabin-type-overview .slick-prev:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-left.svg?v=1606390033663);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
.module-cabin-type-overview .slick-next {
  right: -35px;
}
.module-cabin-type-overview .slick-next:before {
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right.svg?v=1606390034032);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
.article3115 {
  margin-top: 50px;
}
.hyttedrom-b-h .container {
  width: 100%;
}
.hyttedrom-b-h .row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bfd5e4;
}
@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) {
  .hyttedrom-b-h .row {
    display: block;
  }
  .hyttedrom-b-h .row .col-sm-6 {
    width: 100%;
  }
}
.hyttedrom-b-h .row .col-sm-6 .module-article p {
  margin: 0;
}
.hyttedrom-b-h .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.hyttedrom-b-h .row:nth-of-type(1) .col-sm-6:nth-of-type(1) .module-article {
  padding: 0 100px;
  max-width: 800px;
  float: right;
}
@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) {
  .hyttedrom-b-h .row:nth-of-type(1) .col-sm-6:nth-of-type(1) .module-article {
    padding: 50px;
  }
}
.hyttedrom-b-v .container {
  width: 100%;
}
.hyttedrom-b-v .row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bfd5e4;
}
@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) {
  .hyttedrom-b-v .row {
    flex-direction: column-reverse;
  }
  .hyttedrom-b-v .row .col-sm-6 {
    width: 100%;
  }
}
.hyttedrom-b-v .row .col-sm-6 .module-article p {
  margin: 0;
}
.hyttedrom-b-v .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.hyttedrom-b-v .row:nth-of-type(1) .col-sm-6:nth-of-type(2) .module-article {
  padding: 0 100px;
  max-width: 800px;
}
@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) {
  .hyttedrom-b-v .row:nth-of-type(1) .col-sm-6:nth-of-type(2) .module-article {
    padding: 50px;
  }
}
.hyttedrom-brun-b-h .container {
  width: 100%;
}
.hyttedrom-brun-b-h .row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4c483e;
}
@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) {
  .hyttedrom-brun-b-h .row {
    display: block;
  }
  .hyttedrom-brun-b-h .row .col-sm-6 {
    width: 100%;
  }
}
.hyttedrom-brun-b-h .row .col-sm-6 .module-article p {
  margin: 0;
}
.hyttedrom-brun-b-h .row .col-sm-6 .module-article img {
  object-fit: contain;
  width: 100%;
}
.hyttedrom-brun-b-h .row .module-article h1,
.hyttedrom-brun-b-h .row .module-article h2,
.hyttedrom-brun-b-h .row .module-article h3,
.hyttedrom-brun-b-h .row .module-article h4,
.hyttedrom-brun-b-h .row .module-article h5,
.hyttedrom-brun-b-h .row .module-article h6,
.hyttedrom-brun-b-h .row .module-article p,
.hyttedrom-brun-b-h .row .module-article ul {
  color: white !important;
}
.hyttedrom-brun-b-h .row .module-article a {
  color: #bfd5e4;
}
.hyttedrom-brun-b-h .row .module-article h5 a {
  color: #c86d16;
  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) {
  .hyttedrom-brun-b-h .row .module-article h5 a {
    font-size: 17px;
    line-height: 25px;
  }
}
.hyttedrom-brun-b-h .row:nth-of-type(1) .col-sm-6:nth-of-type(1) .module-article {
  padding: 0 100px;
  max-width: 800px;
  float: right;
}
@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) {
  .hyttedrom-brun-b-h .row:nth-of-type(1) .col-sm-6:nth-of-type(1) .module-article {
    padding: 50px;
  }
}
.article3011,
.article3272 {
  padding-top: 100px;
}
.video-modal-holder {
  text-align: center;
}
.video-modal-open #video-modal-element {
  z-index: 33;
}
#video-modal-element {
  margin: 0 auto;
  position: relative;
}
button {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.video-modal .container {
  max-width: 100%;
  margin: 100px auto;
  position: relative;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px) {
  .video-modal .container {
    width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-modal .container {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-modal .container {
    width: 700px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .video-modal .container {
    width: 100%;
  }
}
iframe {
  width: 100%;
  height: auto;
}
.video-modal .close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  border: none;
  background: #004b76;
  padding: 10px;
  border-radius: 100px;
  color: white;
  transform: translate(100%, 100%);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.video-holder {
  position: relative;
  padding-bottom: 53.64%;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box {
  width: 100%;
  margin-bottom: 40px;
}
.video-box video {
  width: 100%;
}
#catalog-link-mobile {
  z-index: 3 !important;
}
#catalog-link-mobile a {
  background-color: #c74843 !important;
}
.emblem {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 170px;
}
.emblem:hover {
  transform: scale(1.07);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .emblem {
    width: 110px;
    top: 47%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .emblem {
    width: 110px;
    top: 25%;
  }
}
.article3121 img {
  max-width: 600px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article3121 img {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .article3225 .textbox {
    height: 310px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .article3225 .textbox {
    height: 415px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article3225 .textbox {
    height: 391px;
  }
}
@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) {
  .article3225 .textbox {
    height: auto;
  }
}
table {
  width: 100%;
}
table td {
  padding: 3px 7px;
}
.template-tinde-bolig .module-article table,
.template-tinde-bolig .module-article td {
  border: 1px solid;
}
.template-tinde-bolig .module-article li {
  margin-bottom: 7px;
}
.template-tinde-bolig .section-standard,
.template-tinde-bolig .lyseblabakgrunn {
  padding: 50px 0;
}
/* Endringer des 2021 */
@media (min-width: 1061px) {
  .template-hvit-tekst-meny .section-header #menu-open-close,
  .template-standard-bestill-prospekt .section-header #menu-open-close,
  .template-blogg-tindebloggen .section-header #menu-open-close {
    top: 8px;
  }
}
.template-hvit-tekst-meny .section-header #menu-open-close .icon-bar,
.template-standard-bestill-prospekt .section-header #menu-open-close .icon-bar,
.template-blogg-tindebloggen .section-header #menu-open-close .icon-bar {
  background-color: white;
}
.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop,
.template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop,
.template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop {
  margin-right: 140px;
}
.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
.template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop li a,
.template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a {
  color: white;
}
@media (max-width: 1300px) {
  .template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 14px;
  }
}
.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li.current a,
.template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop li.current a,
.template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li.current a,
.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a:hover,
.template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop li a:hover,
.template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a:hover {
  color: #bfd5e4;
}
.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop .mi419 a,
.template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop .mi419 a,
.template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop .mi419 a {
  border: 0 !important;
}
@media (max-width: 1060px) {
  .template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop,
  .template-standard-bestill-prospekt .section-header .module-menu-holder.hover.menu-visible-desktop,
  .template-blogg-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop {
    display: none;
  }
}
.template-hvit-tekst-meny .section-header.scrolled-down .module-menu-holder.hover li a,
.template-standard-bestill-prospekt .section-header.scrolled-down .module-menu-holder.hover li a,
.template-blogg-tindebloggen .section-header.scrolled-down .module-menu-holder.hover li a {
  color: white;
}
.template-hvit-tekst-meny .section-header.scrolled-down #menu-open-close .icon-bar,
.template-standard-bestill-prospekt .section-header.scrolled-down #menu-open-close .icon-bar,
.template-blogg-tindebloggen .section-header.scrolled-down #menu-open-close .icon-bar {
  background-color: white !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-hvit-tekst-meny .section-header,
  .template-standard-bestill-prospekt .section-header,
  .template-blogg-tindebloggen .section-header {
    padding: 15px;
  }
}
@media (min-width: 1061px) {
  .template-mork-tekst-meny .section-header #menu-open-close,
  .template-tindebloggen .section-header #menu-open-close,
  .template-standard-blogg .section-header #menu-open-close,
  .template-forside .section-header #menu-open-close {
    top: 8px;
  }
}
.template-mork-tekst-meny .section-header #menu-open-close .icon-bar,
.template-tindebloggen .section-header #menu-open-close .icon-bar,
.template-standard-blogg .section-header #menu-open-close .icon-bar,
.template-forside .section-header #menu-open-close .icon-bar {
  background-color: white;
}
.template-mork-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop,
.template-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop,
.template-standard-blogg .section-header .module-menu-holder.hover.menu-visible-desktop,
.template-forside .section-header .module-menu-holder.hover.menu-visible-desktop {
  margin-right: 140px;
}
.template-mork-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
.template-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a,
.template-standard-blogg .section-header .module-menu-holder.hover.menu-visible-desktop li a,
.template-forside .section-header .module-menu-holder.hover.menu-visible-desktop li a {
  color: white;
}
@media (max-width: 1300px) {
  .template-mork-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-standard-blogg .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-forside .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .template-mork-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-standard-blogg .section-header .module-menu-holder.hover.menu-visible-desktop li a,
  .template-forside .section-header .module-menu-holder.hover.menu-visible-desktop li a {
    font-size: 14px;
  }
}
@media (max-width: 1060px) {
  .template-mork-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop,
  .template-tindebloggen .section-header .module-menu-holder.hover.menu-visible-desktop,
  .template-standard-blogg .section-header .module-menu-holder.hover.menu-visible-desktop,
  .template-forside .section-header .module-menu-holder.hover.menu-visible-desktop {
    display: none;
  }
}
.template-mork-tekst-meny .section-header.scrolled-down .module-menu-holder.hover li a,
.template-tindebloggen .section-header.scrolled-down .module-menu-holder.hover li a,
.template-standard-blogg .section-header.scrolled-down .module-menu-holder.hover li a,
.template-forside .section-header.scrolled-down .module-menu-holder.hover li a {
  color: white;
}
.template-mork-tekst-meny .section-header.scrolled-down #menu-open-close .icon-bar,
.template-tindebloggen .section-header.scrolled-down #menu-open-close .icon-bar,
.template-standard-blogg .section-header.scrolled-down #menu-open-close .icon-bar,
.template-forside .section-header.scrolled-down #menu-open-close .icon-bar {
  background-color: white !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-mork-tekst-meny .section-header,
  .template-tindebloggen .section-header,
  .template-standard-blogg .section-header,
  .template-forside .section-header {
    padding: 15px;
  }
}
.article692 {
  padding: 100px 0;
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article692 {
    padding: 50px 0;
  }
}
#cookiefirst-policy-page {
  padding-top: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #cookiefirst-policy-page {
    padding: 100px;
  }
}
.hyttemesse-holder {
  padding: 5px;
  background-color: #ff4539;
  position: absolute;
  left: 0;
  top: 45%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttemesse-holder {
    top: 30%;
  }
}
.hyttemesse-holder .hyttemesse {
  background-color: #ff4539;
  padding: 15px 30px 20px 30px;
  border: 2px solid #ff0000;
  display: inline-block;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttemesse-holder .hyttemesse {
    padding: 6px 15px 10px 15px;
  }
}
.hyttemesse-holder .hyttemesse h3,
.hyttemesse-holder .hyttemesse h4 {
  color: white;
  margin: 0;
}
.hyttemesse-holder .hyttemesse h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttemesse-holder .hyttemesse h3 {
    font-size: 21px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttemesse-holder .hyttemesse h4 {
    font-size: 12px;
  }
}
.body-mi4544,
.body-mi4573,
.body-mi4699 {
  margin-top: 60px;
}
.article4550 {
  margin-top: 100px;
}
.article4550 h1 {
  margin-bottom: 20px !important;
}
.article4599,
.article4707 {
  margin-top: 100px;
}
.video iframe {
  width: 100%;
  height: 550px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .video iframe {
    height: 300px;
  }
}
.front-news {
  padding: 100px 0 140px 0;
}
.front-news .container {
  max-width: 1200px;
  margin: 0 auto;
}
.front-news .container .row .col-sm-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .front-news .container .row .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.front-news .front-news-art {
  margin-bottom: 30px;
  background-color: #e5eaef;
  padding: 0;
  text-align: center;
}
.front-news .front-news-art p {
  margin-bottom: 0;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .front-news .front-news-art {
    width: 32%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .front-news .front-news-art {
    width: 49%;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .front-news .front-news-art {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .front-news .front-news-art {
    width: 90%;
    margin-bottom: 60px;
  }
}
.front-news .front-news-art .category {
  background-color: #004b76;
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  position: absolute;
  z-index: 3;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -25px;
}
.front-news .front-news-art .category a {
  color: inherit;
}
.front-news .front-news-art .textbox {
  padding: 50px 40px;
}
.front-news .front-news-art .textbox a {
  text-decoration: none;
}
.front-news .front-news-art .textbox .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 180px;
  padding: 15px 65px 15px 31px !important;
}
.front-news .front-news-art .textbox .btn:before {
  right: 28px;
}
.front-news .front-news-art .textbox .btn:hover:before {
  right: 20px;
}
.front-news .front-news-art .textbox h3 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.front-news .front-news-art .textbox p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.front-news .front-news-art img {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.module-blogfeed .blogfeed-title1 h2 {
  font-weight: normal;
  text-wrap: balance;
}
.new-cabin {
  position: relative;
}
.new-cabin:before {
  content: "Nyhet";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 12px 9px;
  background: #bb4c4a;
  z-index: 1;
  border-bottom-left-radius: 5px;
  font-size: 17px;
  line-height: 1em;
}
.template-tindebloggen .module-carousel.low-margin {
  margin-top: 0px !important;
}
.module-carousel .slide-caption h1,
.module-carousel .slide-caption h2 {
  text-transform: none;
}
.bildetekst {
  position: relative;
}
.bildetekst h6 {
  background-color: #ffffffbd;
  padding: 5px 10px;
  margin: 0;
  bottom: 0;
  position: absolute;
}
body .vue-section-cabinfield-directions .map-holder img {
  filter: none;
}
.body-mi4438 .backtoblog {
  display: none;
}
.info-meetings {
  display: grid;
  gap: 40px;
  margin: 80px 0 40px;
}
@media (min-width: 767px) {
  .info-meetings {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
.info-meetings > .module-article {
  box-shadow: 0 5px 10px #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}
.info-meetings > div > * {
  margin-left: 25px;
  margin-right: 25px;
}
.info-meetings ul {
  margin-left: 35px;
}
.info-meetings p {
  margin-bottom: 10px;
}
.info-meetings > div > p:first-of-type {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.info-meetings > div > p:first-of-type > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info-meetings h4 {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 25px;
  color: #004b76;
  line-height: 1.5em;
}
.sold-plots thead th:nth-child(3),
.sold-plots .plot-price {
  display: none;
}
#download-header {
  scroll-padding-top: 150px;
}
body .vue-showings .date {
  font-size: 20px;
}
body .vue-showings a.btn-link {
  font-size: 20px;
}
.available-plots-no-plots {
  display: none;
}
.cabins-with-area .available-plots.available-plots-no-plots {
  font-weight: normal;
}
body .cabins-with-area .name {
  line-break: auto;
  word-break: break-word;
}
.article2091 {
  margin-top: 80px;
}
body .vue-section-cabinfields-select {
  padding-top: 0;
}
.body-mi3238 .web-container {
  margin-top: 207px;
}
@media screen and (max-width: 767px) {
  .body-mi3238 .web-container {
    margin-top: 150px;
  }
}
.skjult {
  display: none;
}
.video-modal-holder button,
.video-modal-holder button img {
  width: 100%;
}
.module-article.order-catalog p > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .vue-section-cabinfields-select .filter-select {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vue-section .vue-section-cabinfield > .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  body .vue-cabinfields .vue-section-cabinfield {
    padding-left: 0;
    padding-right: 0;
  }
}
.vue-cabins-for-sale-overview .counties {
  display: flex;
  flex-direction: column;
}
.vue-cabins-for-sale-overview .county {
  margin-bottom: 15px;
}
.vue-cabins-for-sale-overview .municipality {
  margin-bottom: 15px;
  margin-left: 25px;
}
.vue-cabins-for-sale-overview .municipality:first-child {
  margin-top: 15px;
}
.vue-cabins-for-sale-overview .municipality:last-child {
  margin-bottom: 0px;
}
.catalog-link.catalog-link-content .triangle {
  background-color: #bb4c4a !important;
}
.hyttemesse.pristak h3 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0 !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttemesse.pristak h3 {
    font-size: 30px !important;
    line-height: 40px;
  }
}
.emblem {
  left: 20px;
}
.hyttemesse-holder .hyttemesse {
  border-left: 0;
}
.hyttemesse-holder .hyttemesse h3 {
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 10px;
}
.padding-bottom-zero {
  padding-bottom: 0 !important;
}
.template-tindebloggen .module-carousel.margin-zero {
  margin: 0 !important;
}
.pristak-fullbredde {
  background-color: #ac534e;
  padding: 30px 50px;
  margin-bottom: 80px;
}
.pristak-fullbredde a {
  display: flex;
  justify-content: space-between;
  color: white;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pristak-fullbredde a {
    display: block;
  }
}
.pristak-fullbredde a h2 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristak-fullbredde a h2 {
    font-size: 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pristak-fullbredde a h2 {
    font-size: 40px;
  }
}
.pristak-fullbredde a p {
  font-size: 25px;
  max-width: 50%;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pristak-fullbredde a p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristak-fullbredde a p {
    font-size: 18px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pristak-fullbredde a p {
    max-width: none;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.pristak-fullbredde a img {
  width: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristak-fullbredde a img {
    width: 80px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .pristak-fullbredde a img {
    width: 50px;
  }
}
.body-mi5215 .smalt-innhold .container {
  max-width: 900px;
}
.body-mi5215 .smalt-innhold .container .module-article {
  padding-bottom: 40px;
}
.body-mi5215 .kundehistorie h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.body-mi5215 .kundehistorie h1 {
  margin-top: 20px;
}
.body-mi5215 .module-carousel {
  margin: 50px 0 !important;
}
/* Nytt design 2023 */
.toppbildemal {
  background-color: #012a39;
  position: relative;
}
.toppbildemal .container {
  width: 100% !important;
  padding: 0;
}
.toppbildemal .container .row {
  margin: 0 !important;
}
.toppbildemal .container .row .col-sm-12 {
  padding: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .toppbildemal {
    margin-top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .toppbildemal {
    margin-top: 60px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbildemal {
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  .toppbilde-clip img {
    height: 1040px !important;
  }
  .toppbilde-clip video {
    height: 1040px !important;
  }
}
@media (max-width: 1265px) {
  .toppbilde-clip img {
    max-height: 500px !important;
  }
  .toppbilde-clip video {
    max-height: 500px !important;
  }
}
@media (min-width: 768px) {
  .toppbilde-clip img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 15% 100%, 0% 80%);
    object-fit: cover;
    width: 100%;
  }
  .toppbilde-clip video {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 15% 100%, 0% 80%);
    object-fit: cover;
    width: 100%;
  }
  .toppbilde-clip.motsatt img,
  .toppbilde-clip.motsatt video {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 75% 100%, 0% 80%);
  }
  .toppbildemal::before {
    content: "";
    background-image: url(https://files.solvecms.com/tindehytter-no/74f7594/tinde-bg-test-2.svg?v=1675419764762);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -190px;
  }
  .topp-tekst-mal .col-sm-3 {
    width: 45%;
  }
  .topp-tekst-mal .col-sm-9 {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toppbildemal::before {
    bottom: -110px;
  }
}
@media (max-width: 767px) {
  .toppbilde-clip::before {
    content: "";
    background-image: url(https://files.solvecms.com/tindehytter-no/74f7594/tinde-bg-mobil-2.svg?v=1675427086203);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -35px;
    width: 100%;
    height: 100%;
  }
  .toppbilde-clip img {
    height: 310px;
    object-fit: cover;
    width: 100%;
  }
  .toppbilde-clip video {
    height: 310px;
    object-fit: cover;
    width: 100%;
  }
}
.toppbilde-clip p {
  margin: 0;
}
.topp-tekst-mal {
  padding-bottom: 100px;
  padding-top: 70px;
  background-color: #012a39;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topp-tekst-mal {
    padding-bottom: 60px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .topp-tekst-mal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.topptekst h1 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  font-size: 60px !important;
  line-height: 1.2em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .topptekst h1 {
    font-size: 35px !important;
    margin-bottom: 10px !important;
  }
}
.topptekst span {
  color: white !important;
}
.topptekst p {
  font-size: 25px;
  line-height: 1.3em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .topptekst p {
    font-size: 20px !important;
  }
}
.topptekst h4 {
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 1.2em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .topptekst h4 {
    font-size: 18px !important;
  }
}
.lys {
  color: white;
}
.hyttetomter-snarvei {
  background-color: #0e2a3a;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .hyttetomter-snarvei {
    align-items: stretch;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttetomter-snarvei {
    display: block;
  }
}
.hyttetomter-snarvei .picbox {
  width: 60%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttetomter-snarvei .picbox {
    width: 100%;
  }
}
.hyttetomter-snarvei .picbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hyttetomter-snarvei .textbox {
  width: 30%;
  background-color: #0e2a3a;
  padding: 50px;
}
@media (min-width: 2030px) {
  .hyttetomter-snarvei .textbox {
    width: 20%;
  }
}
@media (max-width: 1530px) {
  .hyttetomter-snarvei .textbox {
    width: 40%;
    padding: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hyttetomter-snarvei .textbox {
    width: 100%;
    padding: 30px;
  }
}
.hyttetomter-snarvei .textbox h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2;
}
.hyttetomter-snarvei .textbox h3 {
  color: #bfd5e4;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.hyttetomter-snarvei .textbox p {
  color: white;
}
.barekraft-snarvei {
  background-color: #0e2a3a;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .barekraft-snarvei {
    align-items: stretch;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .barekraft-snarvei {
    display: block;
  }
}
.barekraft-snarvei .picbox {
  width: 60%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .barekraft-snarvei .picbox {
    width: 100%;
  }
}
.barekraft-snarvei .picbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.barekraft-snarvei .textbox {
  width: 30%;
  background-color: #0e2a3a;
  padding: 50px;
}
@media (min-width: 2030px) {
  .barekraft-snarvei .textbox {
    width: 20%;
  }
}
@media (max-width: 1530px) {
  .barekraft-snarvei .textbox {
    width: 40%;
    padding: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .barekraft-snarvei .textbox {
    width: 100%;
    padding: 30px;
  }
}
.barekraft-snarvei .textbox h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2;
}
.barekraft-snarvei .textbox h3 {
  color: #bfd5e4;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.barekraft-snarvei .textbox p {
  color: white;
}
.stromsparing-snarvei {
  background-color: #0e2a3a;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .stromsparing-snarvei {
    align-items: stretch;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .stromsparing-snarvei {
    display: block;
  }
}
.stromsparing-snarvei .picbox {
  width: 60%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .stromsparing-snarvei .picbox {
    width: 100%;
  }
}
.stromsparing-snarvei .picbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.stromsparing-snarvei .textbox {
  width: 40%;
  background-color: #0e2a3a;
  padding: 50px;
}
@media (min-width: 2030px) {
  .stromsparing-snarvei .textbox {
    width: 40%;
  }
}
@media (max-width: 1530px) {
  .stromsparing-snarvei .textbox {
    width: 40%;
    padding: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .stromsparing-snarvei .textbox {
    width: 100%;
    padding: 30px;
  }
}
.stromsparing-snarvei .textbox h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2;
}
.stromsparing-snarvei .textbox h3 {
  color: #bfd5e4;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
.stromsparing-snarvei .textbox p {
  color: white;
}
.bestill-hyttekatalog {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 140px 100px;
}
.bestill-hyttekatalog .picbox {
  width: 47%;
  text-align: right;
}
.bestill-hyttekatalog .textbox {
  width: 40%;
}
.bestill-hyttekatalog .textbox h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .bestill-hyttekatalog {
    justify-content: space-between;
  }
  .bestill-hyttekatalog .textbox {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bestill-hyttekatalog {
    padding: 50px;
  }
  .bestill-hyttekatalog .textbox {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bestill-hyttekatalog {
    justify-content: space-between;
    padding: 40px 0;
  }
  .bestill-hyttekatalog .textbox {
    width: 50%;
    padding: 0 0 0 20px;
  }
  .bestill-hyttekatalog .picbox {
    width: 50%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bestill-hyttekatalog {
    display: block;
    padding: 50px 30px;
  }
  .bestill-hyttekatalog .picbox,
  .bestill-hyttekatalog .textbox {
    width: 100%;
  }
  .bestill-hyttekatalog .picbox {
    text-align: center;
    margin-bottom: 30px;
  }
}
.luft {
  padding: 50px;
}
.hytteserier-forsiden {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 140px auto;
  background-color: #0e2a3a;
}
@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) {
  .hytteserier-forsiden {
    margin-bottom: 90px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hytteserier-forsiden {
    flex-direction: column;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .hytteserier-forsiden {
    width: 80%;
  }
}
.hytteserier-forsiden .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hytteserier-forsiden .img-holder.left {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hytteserier-forsiden .img-holder.left {
    width: 40%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hytteserier-forsiden .img-holder.left {
    width: 100%;
  }
}
.hytteserier-forsiden .img-holder.right {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hytteserier-forsiden .img-holder.right {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hytteserier-forsiden .img-holder.right {
    width: 100%;
  }
}
.hytteserier-forsiden .textbox {
  width: 40%;
  padding: 30px;
  text-align: center;
  background-color: #0e2a3a;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hytteserier-forsiden .textbox {
    width: 100%;
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hytteserier-forsiden .textbox {
    width: 60%;
    text-align: left;
    padding-left: 40px;
  }
}
.hytteserier-forsiden .textbox h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2;
}
.hytteserier-forsiden .textbox h3 {
  color: #bfd5e4;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-wrap: balance;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hytteserier-forsiden .textbox h3 {
    font-size: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .hytteserier-forsiden .textbox h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.cover-picture p {
  margin: 0;
}
.cover-picture img {
  object-fit: cover;
  width: 100%;
}
.article5389 h1 {
  margin-bottom: 20px !important;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article5389 h1 {
    font-size: 35px !important;
  }
}
.article5389 h3 {
  font-size: 27px !important;
}
.article5389 hr {
  border-color: lightgrey;
}
.template-testmal .section-header.scroll-spy,
.template-tindebloggen .section-header.scroll-spy,
.template-standard-blogg .section-header.scroll-spy,
.template-standard-bestill-prospekt .section-header.scroll-spy,
.template-hvit-tekst-meny .section-header.scroll-spy,
.template-mork-tekst-meny .section-header.scroll-spy,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy,
.template-blogg-tindebloggen .section-header.scroll-spy {
  padding: 10px 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-testmal .section-header.scroll-spy,
  .template-tindebloggen .section-header.scroll-spy,
  .template-standard-blogg .section-header.scroll-spy,
  .template-standard-bestill-prospekt .section-header.scroll-spy,
  .template-hvit-tekst-meny .section-header.scroll-spy,
  .template-mork-tekst-meny .section-header.scroll-spy,
  .template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy,
  .template-blogg-tindebloggen .section-header.scroll-spy {
    padding: 10px 15px;
  }
}
.template-testmal .section-header.scroll-spy .container:before,
.template-tindebloggen .section-header.scroll-spy .container:before,
.template-standard-blogg .section-header.scroll-spy .container:before,
.template-standard-bestill-prospekt .section-header.scroll-spy .container:before,
.template-hvit-tekst-meny .section-header.scroll-spy .container:before,
.template-mork-tekst-meny .section-header.scroll-spy .container:before,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .container:before,
.template-blogg-tindebloggen .section-header.scroll-spy .container:before {
  display: none;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 .menu-right-flex-holder {
  display: flex;
  align-items: center;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 .module-menu-holder,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder {
  z-index: 1;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover {
  margin-right: 30px;
}
@media (max-width: 1005px) {
  .template-testmal .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-standard-blogg .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover,
  .template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 .module-menu-holder.hover {
    display: none;
  }
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 .menu-container,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 .menu-container {
  z-index: 33;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close {
  position: relative;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  border-radius: 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-testmal .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-standard-blogg .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 #menu-open-close,
  .template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close {
    width: 50px;
  }
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar {
  width: 40px;
  margin-bottom: 8px;
  margin-left: 0;
  height: 4px;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1) {
  margin-top: 0;
}
.template-testmal .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-standard-blogg .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-standard-bestill-prospekt .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-hvit-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-mork-tekst-meny .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3),
.template-blogg-tindebloggen .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(3) {
  margin-bottom: 0;
}
.template-testmal .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-tindebloggen .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-standard-blogg .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-standard-bestill-prospekt .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-hvit-tekst-meny .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-mork-tekst-meny .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-standard-undersidemal-uten-toppbilde .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar,
.template-blogg-tindebloggen .section-header.scroll-spy.scrolled-down #menu-open-close .icon-bar {
  background-color: white !important;
}
.template-testmal.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-blogg.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-bestill-prospekt.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-hvit-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-mork-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-standard-undersidemal-uten-toppbilde.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1),
.template-blogg-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(1) {
  margin-top: 7px;
}
.template-testmal.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-standard-blogg.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-standard-bestill-prospekt.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-hvit-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-mork-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-standard-undersidemal-uten-toppbilde.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2),
.template-blogg-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar:nth-of-type(2) {
  top: 27px;
}
.template-testmal.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-blogg.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-bestill-prospekt.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-hvit-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-mork-tekst-meny.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-standard-undersidemal-uten-toppbilde.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar,
.template-blogg-tindebloggen.menu-open .section-header.scroll-spy .row .col-sm-12 #menu-open-close .icon-bar {
  background-color: #0e2a3a !important;
}
.template-standard-undersidemal-uten-toppbilde .section-header {
  background-image: url(https://files.solvecms.com/tindehytter-no/74f7594/tinde-bg-header-undersidemal.svg?v=1676378066677);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent !important;
  height: 370px;
}
@media (min-width: 3000px) {
  .template-standard-undersidemal-uten-toppbilde .section-header {
    height: 30vh;
  }
}
@media (max-width: 1005px) {
  .template-standard-undersidemal-uten-toppbilde .section-header {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .template-standard-undersidemal-uten-toppbilde .section-header {
    height: 210px;
  }
}
.template-standard-undersidemal-uten-toppbilde .section-header .module-menu-holder.hover a {
  color: white !important;
}
.template-standard-undersidemal-uten-toppbilde .section-header .icon-bar {
  background-color: white !important;
}
.template-standard-undersidemal-uten-toppbilde .section-header.scrolled-down {
  height: auto;
  background-image: none;
  background-color: #0e2a3a !important;
}
.template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1) {
  padding-top: 300px;
}
@media (max-width: 1005px) {
  .template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1) {
    padding-top: 150px;
  }
}
.text-on-photo {
  position: absolute;
  top: 26%;
  left: 20%;
  max-width: 440px;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .text-on-photo {
    left: 10%;
  }
}
@media (max-width: 1265px) {
  .text-on-photo {
    position: static;
    padding-bottom: 40px;
    max-width: 90%;
  }
}
.text-on-photo.white {
  color: white;
}
.text-on-photo h1 {
  font-size: 70px;
  line-height: 1.2em;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-on-photo h1 {
    font-size: 50px;
  }
}
.text-on-photo h5 {
  letter-spacing: 0.4px;
  font-size: 20px !important;
}
/* Bærekraft */
.body-mi5749 .section-header,
.body-mi5892 .section-header,
.body-mi5898 .section-header,
.body-mi5904 .section-header,
.body-mi6089 .section-header {
  background-color: transparent !important;
}
.body-mi5749 .section-header.scrolled-down,
.body-mi5892 .section-header.scrolled-down,
.body-mi5898 .section-header.scrolled-down,
.body-mi5904 .section-header.scrolled-down,
.body-mi6089 .section-header.scrolled-down {
  background-color: #0e2a3a !important;
}
.body-mi5749 .toppbilde-clip img,
.body-mi5892 .toppbilde-clip img,
.body-mi5898 .toppbilde-clip img,
.body-mi5904 .toppbilde-clip img,
.body-mi6089 .toppbilde-clip img {
  object-position: top;
}
@media (max-width: 1265px) {
  .body-mi5749 .toppbildemal .text-on-photo,
  .body-mi5892 .toppbildemal .text-on-photo,
  .body-mi5898 .toppbildemal .text-on-photo,
  .body-mi5904 .toppbildemal .text-on-photo,
  .body-mi6089 .toppbildemal .text-on-photo {
    display: none;
  }
}
.body-mi5749 .darkblue-bg,
.body-mi5892 .darkblue-bg,
.body-mi5898 .darkblue-bg,
.body-mi5904 .darkblue-bg,
.body-mi6089 .darkblue-bg {
  color: white;
}
.body-mi5749 .darkblue-bg .container,
.body-mi5892 .darkblue-bg .container,
.body-mi5898 .darkblue-bg .container,
.body-mi5904 .darkblue-bg .container,
.body-mi6089 .darkblue-bg .container {
  max-width: 1250px;
}
@media (min-width: 767px) {
  .body-mi5749 .darkblue-bg .container .col-sm-6,
  .body-mi5892 .darkblue-bg .container .col-sm-6,
  .body-mi5898 .darkblue-bg .container .col-sm-6,
  .body-mi5904 .darkblue-bg .container .col-sm-6,
  .body-mi6089 .darkblue-bg .container .col-sm-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .body-mi5749 .darkblue-bg .container .col-sm-6,
  .body-mi5892 .darkblue-bg .container .col-sm-6,
  .body-mi5898 .darkblue-bg .container .col-sm-6,
  .body-mi5904 .darkblue-bg .container .col-sm-6,
  .body-mi6089 .darkblue-bg .container .col-sm-6 {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.body-mi5749 .darkblue-bg .text-on-photo,
.body-mi5892 .darkblue-bg .text-on-photo,
.body-mi5898 .darkblue-bg .text-on-photo,
.body-mi5904 .darkblue-bg .text-on-photo,
.body-mi6089 .darkblue-bg .text-on-photo {
  display: none;
}
@media (max-width: 1265px) {
  .body-mi5749 .darkblue-bg .text-on-photo,
  .body-mi5892 .darkblue-bg .text-on-photo,
  .body-mi5898 .darkblue-bg .text-on-photo,
  .body-mi5904 .darkblue-bg .text-on-photo,
  .body-mi6089 .darkblue-bg .text-on-photo {
    display: block;
  }
}
.body-mi5749 .module-article h4,
.body-mi5892 .module-article h4,
.body-mi5898 .module-article h4,
.body-mi5904 .module-article h4,
.body-mi6089 .module-article h4 {
  font-size: 25px;
  line-height: 1.3em;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .module-article h4,
  .body-mi5892 .module-article h4,
  .body-mi5898 .module-article h4,
  .body-mi5904 .module-article h4,
  .body-mi6089 .module-article h4 {
    font-size: 23px;
  }
}
.body-mi5749 .module-article h3,
.body-mi5892 .module-article h3,
.body-mi5898 .module-article h3,
.body-mi5904 .module-article h3,
.body-mi6089 .module-article h3 {
  margin-bottom: 25px;
}
.body-mi5749 .article5771,
.body-mi5892 .article5771,
.body-mi5898 .article5771,
.body-mi5904 .article5771,
.body-mi6089 .article5771 {
  position: absolute;
  width: 270px;
  bottom: -240px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi5749 .article5771,
  .body-mi5892 .article5771,
  .body-mi5898 .article5771,
  .body-mi5904 .article5771,
  .body-mi6089 .article5771 {
    bottom: -240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi5749 .article5771,
  .body-mi5892 .article5771,
  .body-mi5898 .article5771,
  .body-mi5904 .article5771,
  .body-mi6089 .article5771 {
    bottom: -200px;
    width: 200px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .article5771,
  .body-mi5892 .article5771,
  .body-mi5898 .article5771,
  .body-mi5904 .article5771,
  .body-mi6089 .article5771 {
    width: 150px;
    bottom: -177px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.body-mi5749 .article5766,
.body-mi5892 .article5766,
.body-mi5898 .article5766,
.body-mi5904 .article5766,
.body-mi6089 .article5766 {
  max-width: 530px;
}
.body-mi5749 .article5776,
.body-mi5892 .article5776,
.body-mi5898 .article5776,
.body-mi5904 .article5776,
.body-mi6089 .article5776,
.body-mi5749 .article5801,
.body-mi5892 .article5801,
.body-mi5898 .article5801,
.body-mi5904 .article5801,
.body-mi6089 .article5801,
.body-mi5749 .article5842,
.body-mi5892 .article5842,
.body-mi5898 .article5842,
.body-mi5904 .article5842,
.body-mi6089 .article5842 {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.body-mi5749 .flex,
.body-mi5892 .flex,
.body-mi5898 .flex,
.body-mi5904 .flex,
.body-mi6089 .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body-mi5749 .flex .btn,
.body-mi5892 .flex .btn,
.body-mi5898 .flex .btn,
.body-mi5904 .flex .btn,
.body-mi6089 .flex .btn {
  font-size: 20px;
  padding: 12px 60px 12px 30px;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .body-mi5749 .flex .btn,
  .body-mi5892 .flex .btn,
  .body-mi5898 .flex .btn,
  .body-mi5904 .flex .btn,
  .body-mi6089 .flex .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
  }
}
.body-mi5749 .flex .btn:before,
.body-mi5892 .flex .btn:before,
.body-mi5898 .flex .btn:before,
.body-mi5904 .flex .btn:before,
.body-mi6089 .flex .btn:before {
  right: 20px;
}
.body-mi5749 .flex .btn:hover:before,
.body-mi5892 .flex .btn:hover:before,
.body-mi5898 .flex .btn:hover:before,
.body-mi5904 .flex .btn:hover:before,
.body-mi6089 .flex .btn:hover:before {
  right: 15px;
}
.body-mi5749 .flex .module-article,
.body-mi5892 .flex .module-article,
.body-mi5898 .flex .module-article,
.body-mi5904 .flex .module-article,
.body-mi6089 .flex .module-article {
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.body-mi5749 .flex .module-article h3,
.body-mi5892 .flex .module-article h3,
.body-mi5898 .flex .module-article h3,
.body-mi5904 .flex .module-article h3,
.body-mi6089 .flex .module-article h3 {
  font-size: 32px;
  line-height: 1.2em;
}
.body-mi5749 .flex.energi .module-article,
.body-mi5892 .flex.energi .module-article,
.body-mi5898 .flex.energi .module-article,
.body-mi5904 .flex.energi .module-article,
.body-mi6089 .flex.energi .module-article {
  background-color: #e5eaef;
  width: 300px;
  margin: 10px;
  color: #0e2a3a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi5749 .flex.energi .module-article,
  .body-mi5892 .flex.energi .module-article,
  .body-mi5898 .flex.energi .module-article,
  .body-mi5904 .flex.energi .module-article,
  .body-mi6089 .flex.energi .module-article {
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi5749 .flex.energi .module-article,
  .body-mi5892 .flex.energi .module-article,
  .body-mi5898 .flex.energi .module-article,
  .body-mi5904 .flex.energi .module-article,
  .body-mi6089 .flex.energi .module-article {
    width: 80%;
    padding: 30px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .flex.energi .module-article,
  .body-mi5892 .flex.energi .module-article,
  .body-mi5898 .flex.energi .module-article,
  .body-mi5904 .flex.energi .module-article,
  .body-mi6089 .flex.energi .module-article {
    width: 90%;
    padding: 30px;
  }
}
.body-mi5749 .flex.energi .module-article img,
.body-mi5892 .flex.energi .module-article img,
.body-mi5898 .flex.energi .module-article img,
.body-mi5904 .flex.energi .module-article img,
.body-mi6089 .flex.energi .module-article img {
  max-width: 70px;
  max-height: 50px;
}
.body-mi5749 .flex.energi .module-article:nth-child(1) img,
.body-mi5892 .flex.energi .module-article:nth-child(1) img,
.body-mi5898 .flex.energi .module-article:nth-child(1) img,
.body-mi5904 .flex.energi .module-article:nth-child(1) img,
.body-mi6089 .flex.energi .module-article:nth-child(1) img,
.body-mi5749 .flex.energi .module-article:nth-child(3) img,
.body-mi5892 .flex.energi .module-article:nth-child(3) img,
.body-mi5898 .flex.energi .module-article:nth-child(3) img,
.body-mi5904 .flex.energi .module-article:nth-child(3) img,
.body-mi6089 .flex.energi .module-article:nth-child(3) img {
  margin-top: 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) {
  .body-mi5749 .flex.energi .module-article:nth-child(1) img,
  .body-mi5892 .flex.energi .module-article:nth-child(1) img,
  .body-mi5898 .flex.energi .module-article:nth-child(1) img,
  .body-mi5904 .flex.energi .module-article:nth-child(1) img,
  .body-mi6089 .flex.energi .module-article:nth-child(1) img,
  .body-mi5749 .flex.energi .module-article:nth-child(3) img,
  .body-mi5892 .flex.energi .module-article:nth-child(3) img,
  .body-mi5898 .flex.energi .module-article:nth-child(3) img,
  .body-mi5904 .flex.energi .module-article:nth-child(3) img,
  .body-mi6089 .flex.energi .module-article:nth-child(3) img {
    margin: 0;
  }
}
.body-mi5749 .flex.fn .module-article,
.body-mi5892 .flex.fn .module-article,
.body-mi5898 .flex.fn .module-article,
.body-mi5904 .flex.fn .module-article,
.body-mi6089 .flex.fn .module-article {
  width: 300px;
  margin: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi5749 .flex.fn .module-article,
  .body-mi5892 .flex.fn .module-article,
  .body-mi5898 .flex.fn .module-article,
  .body-mi5904 .flex.fn .module-article,
  .body-mi6089 .flex.fn .module-article {
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi5749 .flex.fn .module-article,
  .body-mi5892 .flex.fn .module-article,
  .body-mi5898 .flex.fn .module-article,
  .body-mi5904 .flex.fn .module-article,
  .body-mi6089 .flex.fn .module-article {
    width: 80%;
    padding: 30px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .flex.fn .module-article,
  .body-mi5892 .flex.fn .module-article,
  .body-mi5898 .flex.fn .module-article,
  .body-mi5904 .flex.fn .module-article,
  .body-mi6089 .flex.fn .module-article {
    width: 90%;
    padding: 30px;
  }
}
.body-mi5749 .flex.fn .module-article img,
.body-mi5892 .flex.fn .module-article img,
.body-mi5898 .flex.fn .module-article img,
.body-mi5904 .flex.fn .module-article img,
.body-mi6089 .flex.fn .module-article img {
  max-width: 200px;
}
.body-mi5749 .flex.fn .module-article h3,
.body-mi5892 .flex.fn .module-article h3,
.body-mi5898 .flex.fn .module-article h3,
.body-mi5904 .flex.fn .module-article h3,
.body-mi6089 .flex.fn .module-article h3 {
  font-size: 30px;
}
.body-mi5749 .flex.verdier .module-article,
.body-mi5892 .flex.verdier .module-article,
.body-mi5898 .flex.verdier .module-article,
.body-mi5904 .flex.verdier .module-article,
.body-mi6089 .flex.verdier .module-article {
  width: 250px;
  margin: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi5749 .flex.verdier .module-article,
  .body-mi5892 .flex.verdier .module-article,
  .body-mi5898 .flex.verdier .module-article,
  .body-mi5904 .flex.verdier .module-article,
  .body-mi6089 .flex.verdier .module-article {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi5749 .flex.verdier .module-article,
  .body-mi5892 .flex.verdier .module-article,
  .body-mi5898 .flex.verdier .module-article,
  .body-mi5904 .flex.verdier .module-article,
  .body-mi6089 .flex.verdier .module-article {
    width: 80%;
    padding: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .flex.verdier .module-article,
  .body-mi5892 .flex.verdier .module-article,
  .body-mi5898 .flex.verdier .module-article,
  .body-mi5904 .flex.verdier .module-article,
  .body-mi6089 .flex.verdier .module-article {
    width: 90%;
    padding: 20px;
  }
}
.body-mi5749 .flex.verdier .module-article img,
.body-mi5892 .flex.verdier .module-article img,
.body-mi5898 .flex.verdier .module-article img,
.body-mi5904 .flex.verdier .module-article img,
.body-mi6089 .flex.verdier .module-article img {
  max-height: 44px;
}
.body-mi5749 .flex.verdier .module-article p,
.body-mi5892 .flex.verdier .module-article p,
.body-mi5898 .flex.verdier .module-article p,
.body-mi5904 .flex.verdier .module-article p,
.body-mi6089 .flex.verdier .module-article p {
  font-size: 17px;
  line-height: 1.4;
}
.body-mi5749 .flex.verdier .module-article h3,
.body-mi5892 .flex.verdier .module-article h3,
.body-mi5898 .flex.verdier .module-article h3,
.body-mi5904 .flex.verdier .module-article h3,
.body-mi6089 .flex.verdier .module-article h3 {
  font-size: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5749 .white-bg,
  .body-mi5892 .white-bg,
  .body-mi5898 .white-bg,
  .body-mi5904 .white-bg,
  .body-mi6089 .white-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.darkblue-nomargin-bg {
  background-color: #0e2a3a;
  color: white;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .darkblue-nomargin-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .darkblue-nomargin-bg .container {
    width: 100% !important;
    padding: 0;
    overflow: hidden;
  }
}
.content.fullscreen .rows {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .content.fullscreen .rows {
    align-items: stretch;
  }
}
@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) {
  .content.fullscreen .rows {
    display: block;
  }
}
.content.fullscreen .rows .img-holder {
  width: 50%;
}
@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) {
  .content.fullscreen .rows .img-holder {
    width: 100%;
  }
}
.content.fullscreen .rows .img-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content.fullscreen .rows .text-holder {
  width: 40%;
  padding: 60px;
}
@media (max-width: 1550px) {
  .content.fullscreen .rows .text-holder {
    padding: 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) {
  .content.fullscreen .rows .text-holder {
    width: 100%;
    padding: 60px;
  }
}
.content.fullscreen .rows .text-holder h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 1.2em;
}
.content.fullscreen .rows .text-holder h4 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
}
.content.fullscreen .rows .text-holder .btn {
  font-size: 20px;
  padding: 12px 60px 12px 30px;
}
.content.fullscreen .rows .text-holder .btn:before {
  right: 20px;
}
.content.fullscreen .rows .text-holder .btn:hover:before {
  right: 15px;
}
.body-mi5749 .content.fullscreen .rows:nth-child(1) {
  background-color: #e5eaef;
}
.body-mi5749 .content.fullscreen .rows:nth-child(2) {
  background-color: #004b76;
  color: white;
  flex-direction: row-reverse;
}
.body-mi5749 .content.fullscreen .rows:nth-child(3) {
  background-color: #0e2a3a;
  color: white;
}
.body-mi5749 .content.fullscreen .rows:nth-child(4) {
  background-color: #e5eaef;
  flex-direction: row-reverse;
}
.body-mi5749 .content.fullscreen .rows:nth-child(5) {
  background-color: #004b76;
  color: white;
}
.body-mi5892 .content.fullscreen .rows:nth-child(1) {
  flex-direction: row-reverse;
}
.body-mi5892 .content.fullscreen .rows:nth-child(2) {
  background-color: #e5eaef;
}
.body-mi5892 .content.fullscreen .rows:nth-child(3) {
  background-color: #e5eaef;
  flex-direction: row-reverse;
}
.body-mi5892 .content.fullscreen .rows:nth-child(3) .img-holder {
  background-color: white;
}
.body-mi5898 .content.fullscreen .rows:nth-child(1) {
  flex-direction: row-reverse;
}
.body-mi5898 .content.fullscreen .rows:nth-child(2) {
  background-color: #e5eaef;
  flex-direction: row-reverse;
  align-items: stretch;
}
.body-mi5898 .content.fullscreen .rows:nth-child(2) .img-holder {
  background-color: white;
  display: flex;
  align-items: center;
}
@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-mi5898 .content.fullscreen .rows:nth-child(2) .img-holder {
    display: block;
    text-align: center;
  }
}
.body-mi5898 .content.fullscreen .rows:nth-child(2) .img-holder h4 {
  font-size: 30px;
  line-height: 1.2em;
  padding: 0px 90px;
}
@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-mi5898 .content.fullscreen .rows:nth-child(2) .img-holder h4 {
    padding: 50px 20px;
  }
}
.body-mi5898 .content.fullscreen .rows:nth-child(3) {
  background-color: #e5eaef;
}
.body-mi5898 .content.fullscreen .rows:nth-child(3) .img-holder {
  background-color: white;
}
@media (max-width: 1560px) {
  .body-mi5898 .content.fullscreen .rows:nth-child(3) .text-holder {
    width: 50%;
  }
}
@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-mi5898 .content.fullscreen .rows:nth-child(3) .text-holder {
    width: 100%;
  }
}
/* Solcellepanel + Varmepumpe + Smartstyring, Hva betyr dette for deg */
.verdi-ikon {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5892.template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1),
  .body-mi5898.template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1),
  .body-mi5904.template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1),
  .body-mi6089.template-standard-undersidemal-uten-toppbilde .web-container .section:nth-child(1) {
    padding-top: 185px;
  }
}
.body-mi5892 .section-header .verdi-ikon,
.body-mi5898 .section-header .verdi-ikon,
.body-mi5904 .section-header .verdi-ikon,
.body-mi6089 .section-header .verdi-ikon {
  display: block;
  width: 160px;
  position: absolute;
}
@media (min-width: 1700px) {
  .body-mi5892 .section-header .verdi-ikon,
  .body-mi5898 .section-header .verdi-ikon,
  .body-mi5904 .section-header .verdi-ikon,
  .body-mi6089 .section-header .verdi-ikon {
    right: 8%;
    top: 88%;
  }
}
@media (max-width: 1699px) {
  .body-mi5892 .section-header .verdi-ikon,
  .body-mi5898 .section-header .verdi-ikon,
  .body-mi5904 .section-header .verdi-ikon,
  .body-mi6089 .section-header .verdi-ikon {
    right: 7%;
    top: 120%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi5892 .section-header .verdi-ikon,
  .body-mi5898 .section-header .verdi-ikon,
  .body-mi5904 .section-header .verdi-ikon,
  .body-mi6089 .section-header .verdi-ikon {
    right: 5%;
    top: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi5892 .section-header .verdi-ikon,
  .body-mi5898 .section-header .verdi-ikon,
  .body-mi5904 .section-header .verdi-ikon,
  .body-mi6089 .section-header .verdi-ikon {
    width: 120px;
    right: 5%;
    top: 70%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5892 .section-header .verdi-ikon,
  .body-mi5898 .section-header .verdi-ikon,
  .body-mi5904 .section-header .verdi-ikon,
  .body-mi6089 .section-header .verdi-ikon {
    width: 100px;
    right: 7%;
    top: 100%;
  }
}
.body-mi5892 .section-header.scrolled-down .verdi-ikon,
.body-mi5898 .section-header.scrolled-down .verdi-ikon,
.body-mi5904 .section-header.scrolled-down .verdi-ikon,
.body-mi6089 .section-header.scrolled-down .verdi-ikon {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi5892 .col-sm-6,
  .body-mi5898 .col-sm-6,
  .body-mi5904 .col-sm-6,
  .body-mi6089 .col-sm-6 {
    padding-bottom: 30px;
  }
}
.body-mi5892 .module-article h1,
.body-mi5898 .module-article h1,
.body-mi5904 .module-article h1,
.body-mi6089 .module-article h1 {
  text-align: left;
  margin: 15px 0;
  color: #0e2a3a;
}
.body-mi5892 .top p,
.body-mi5898 .top p,
.body-mi5904 .top p,
.body-mi6089 .top p {
  margin: 0;
}
.body-mi5892 .top img,
.body-mi5898 .top img,
.body-mi5904 .top img,
.body-mi6089 .top img {
  max-height: 64px;
}
.body-mi5892 .content.fullscreen table,
.body-mi5898 .content.fullscreen table,
.body-mi5904 .content.fullscreen table,
.body-mi6089 .content.fullscreen table {
  border-top: 1px solid #0e2a3a;
  border-bottom: 1px solid #0e2a3a;
  margin-bottom: 20px;
}
.body-mi5892 .content.fullscreen table td,
.body-mi5898 .content.fullscreen table td,
.body-mi5904 .content.fullscreen table td,
.body-mi6089 .content.fullscreen table td {
  padding: 10px;
  border-right: 1px solid #0e2a3a;
  border-bottom: 1px solid #0e2a3a;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}
.body-mi5892 .content.fullscreen table td:nth-child(3),
.body-mi5898 .content.fullscreen table td:nth-child(3),
.body-mi5904 .content.fullscreen table td:nth-child(3),
.body-mi6089 .content.fullscreen table td:nth-child(3) {
  border-right: 0;
}
.body-mi5892 .content.fullscreen h6,
.body-mi5898 .content.fullscreen h6,
.body-mi5904 .content.fullscreen h6,
.body-mi6089 .content.fullscreen h6 {
  font-weight: 300;
}
.body-mi5892 .content.fullscreen ul,
.body-mi5898 .content.fullscreen ul,
.body-mi5904 .content.fullscreen ul,
.body-mi6089 .content.fullscreen ul {
  background-color: #0e2a3a;
  color: white;
  padding: 50px;
  margin-bottom: 30px;
}
.body-mi5892 .content.fullscreen .absolute,
.body-mi5898 .content.fullscreen .absolute,
.body-mi5904 .content.fullscreen .absolute,
.body-mi6089 .content.fullscreen .absolute {
  position: absolute;
  top: 0;
  width: 500px;
}
@media (min-width: 1525px) {
  .body-mi5892 .content.fullscreen .absolute,
  .body-mi5898 .content.fullscreen .absolute,
  .body-mi5904 .content.fullscreen .absolute,
  .body-mi6089 .content.fullscreen .absolute {
    top: 42px;
    transform: scale(1.2);
  }
}
@media (max-width: 1525px) {
  .body-mi5892 .content.fullscreen ul,
  .body-mi5898 .content.fullscreen ul,
  .body-mi5904 .content.fullscreen ul,
  .body-mi6089 .content.fullscreen ul {
    padding: 50px;
  }
  .body-mi5892 .content.fullscreen .absolute,
  .body-mi5898 .content.fullscreen .absolute,
  .body-mi5904 .content.fullscreen .absolute,
  .body-mi6089 .content.fullscreen .absolute {
    width: 31%;
  }
}
@media (max-width: 1350px) {
  .body-mi5892 .content.fullscreen .absolute,
  .body-mi5898 .content.fullscreen .absolute,
  .body-mi5904 .content.fullscreen .absolute,
  .body-mi6089 .content.fullscreen .absolute {
    position: static;
    width: 100%;
    margin-top: -40px;
  }
  .body-mi5892 .content.fullscreen ul,
  .body-mi5898 .content.fullscreen ul,
  .body-mi5904 .content.fullscreen ul,
  .body-mi6089 .content.fullscreen ul {
    padding: 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) {
  .body-mi5892 .content.fullscreen .absolute,
  .body-mi5898 .content.fullscreen .absolute,
  .body-mi5904 .content.fullscreen .absolute,
  .body-mi6089 .content.fullscreen .absolute {
    margin-top: -60px;
  }
}
.body-mi5892 .flex.energi .module-article:nth-child(1) img,
.body-mi5898 .flex.energi .module-article:nth-child(1) img,
.body-mi5904 .flex.energi .module-article:nth-child(1) img,
.body-mi6089 .flex.energi .module-article:nth-child(1) img {
  margin-top: 0px;
}
.body-mi5892 .flex.energi .module-article:nth-child(2) img,
.body-mi5898 .flex.energi .module-article:nth-child(2) img,
.body-mi5904 .flex.energi .module-article:nth-child(2) img,
.body-mi6089 .flex.energi .module-article:nth-child(2) img {
  margin-top: 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) {
  .body-mi5892 .flex.energi .module-article:nth-child(2) img,
  .body-mi5898 .flex.energi .module-article:nth-child(2) img,
  .body-mi5904 .flex.energi .module-article:nth-child(2) img,
  .body-mi6089 .flex.energi .module-article:nth-child(2) img {
    margin: 0;
  }
}
.brodsti {
  color: #0e2a3a;
  margin-bottom: 20px;
}
.brodsti a {
  color: #0e2a3a;
  margin: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.2px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .brodsti a {
    font-size: 14px;
  }
}
.brodsti a:nth-child(1) {
  margin-left: 0;
}
.brodsti a:nth-child(3) {
  text-decoration: none;
}
.wave-lines {
  margin: 50px 0;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .wave-lines {
    margin: 0;
    overflow: hidden;
    padding: 30px 0;
  }
  .wave-lines img {
    transform: scale(2);
  }
}
/* Varmepumpe */
.body-mi5898 .content.fullscreen table {
  margin-top: 30px;
}
.body-mi5898 .content.fullscreen table td:nth-child(2) {
  border-right: 0;
}
.body-mi5898 .flex.energi .module-article:nth-child(1) img {
  margin-top: 0px;
}
.body-mi5898 .flex.energi .module-article:nth-child(2) img {
  margin-top: 0px;
}
.body-mi5904 .content.fullscreen .rows {
  flex-direction: row-reverse;
}
@media (min-width: 1525px) {
  .body-mi5904 .content.fullscreen .rows .absolute {
    top: 52px;
  }
}
.body-mi5904 .content.fullscreen.part-two .rows {
  background-color: #e5eaef;
}
.body-mi5904 .content.fullscreen.part-two .rows .img-holder {
  background-color: white;
}
.body-mi5904 .smartpakke {
  display: flex;
  justify-content: center;
}
.body-mi5904 .smartpakke .blue {
  background-color: #004b76;
  padding: 40px 30px;
  color: white;
  margin-right: 10px;
}
.body-mi5904 .smartpakke .blue h5 {
  margin-top: 10px;
}
.body-mi5904 .smartpakke .blue span {
  background-color: #0e2a3a;
}
.body-mi5904 .smartpakke .blue img {
  padding: 24px 0 30px 0;
}
.body-mi5904 .smartpakke .darkblue {
  background-color: #0e2a3a;
  padding: 40px 30px;
  color: white;
  margin-left: 10px;
}
.body-mi5904 .smartpakke .darkblue span {
  background-color: #004b76;
}
.body-mi5904 .smartpakke .darkblue img {
  padding: 10px 0 30px 0;
}
.body-mi5904 .smartpakke h5 {
  font-weight: 300;
  font-size: 20px;
}
.body-mi5904 .smartpakke span {
  padding: 10px 19px;
  border-radius: 100px;
  color: white;
  margin-right: 20px;
  float: left;
}
.body-mi5904 .smartpakke h4 {
  text-align: center;
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (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-mi5904 .smartpakke {
    display: block;
  }
  .body-mi5904 .smartpakke .blue,
  .body-mi5904 .smartpakke .darkblue {
    margin: 10px 0;
  }
}
.body-mi6089 .sirkel {
  border-radius: 500px;
  width: 300px;
  height: 300px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.body-mi6089 .sirkel P {
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.body-mi6089 .sirkel h5 {
  font-size: 23px;
  line-height: 1.2em;
}
.body-mi6089 .sirkel.blue {
  background-color: #004b76;
  color: white;
}
.body-mi6089 .sirkel.darkblue {
  background-color: #0e2a3a;
  color: white;
}
.body-mi6089 .sirkel.darkblue h5 {
  color: #a3d8e3;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi6089 .sirkel {
    margin: 0 auto;
  }
}
.body-mi6089 .bg14 .container {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 50px;
  max-width: 700px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi6089 .bg14 .container {
    text-align: center;
  }
}
.body-mi6089 .flex.energi .module-article:nth-child(1) img,
.body-mi6089 .flex.energi .module-article:nth-child(3) img {
  margin-top: 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) {
  .body-mi6089 .flex.energi .module-article:nth-child(1) img,
  .body-mi6089 .flex.energi .module-article:nth-child(3) img {
    margin: 0;
  }
}
.body-mi6089 .flex.energi .module-article:nth-child(2) img {
  margin-top: 0px;
}
.jumbotron {
  background-color: #e5eaef;
  border-radius: 0 !important;
}
.tagpage .module-blogfeed > ul,
.tindeblogg-bloggstrom > ul {
  display: flex;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}
.tagpage .module-blogfeed > ul:before,
.tindeblogg-bloggstrom > ul:before,
.tagpage .module-blogfeed > ul:after,
.tindeblogg-bloggstrom > ul:after {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tagpage .module-blogfeed > ul,
  .tindeblogg-bloggstrom > ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.tagpage .module-blogfeed > ul > li,
.tindeblogg-bloggstrom > ul > li {
  background-color: #e5eaef;
  border: 0;
  width: 30%;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tagpage .module-blogfeed > ul > li,
  .tindeblogg-bloggstrom > ul > li {
    width: 46%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tagpage .module-blogfeed > ul > li,
  .tindeblogg-bloggstrom > ul > li {
    width: 95%;
    margin-bottom: 60px;
  }
}
.tagpage .module-blogfeed > ul > li .blogfeed-img,
.tindeblogg-bloggstrom > ul > li .blogfeed-img {
  height: 300px;
}
.tagpage .module-blogfeed > ul > li .blogfeed-img img,
.tindeblogg-bloggstrom > ul > li .blogfeed-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tagpage .module-blogfeed > ul > li .blogfeed-taglist,
.tindeblogg-bloggstrom > ul > li .blogfeed-taglist {
  position: absolute;
  z-index: 3;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -25px;
}
.tagpage .module-blogfeed > ul > li .blogfeed-taglist a,
.tindeblogg-bloggstrom > ul > li .blogfeed-taglist a {
  color: white;
  padding: 12px 30px;
  border: 0;
  background-color: #004b76;
  border-radius: 50px;
}
.tagpage .module-blogfeed > ul > li .blogfeed-taglist a span,
.tindeblogg-bloggstrom > ul > li .blogfeed-taglist a span {
  display: none;
}
.tagpage .module-blogfeed > ul > li .blogfeed-info,
.tindeblogg-bloggstrom > ul > li .blogfeed-info {
  padding: 50px 40px;
}
.tagpage .module-blogfeed > ul > li h2,
.tindeblogg-bloggstrom > ul > li h2 {
  font-size: 40px !important;
  line-height: 1.2em;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
  color: #22313f !important;
}
.tagpage .module-blogfeed > ul > li h3,
.tindeblogg-bloggstrom > ul > li h3 {
  font-size: 20px !important;
  line-height: 1.5em;
  font-weight: 300;
  color: #22313f !important;
  font-family: gira-sans, sans-serif;
}
.tagpage .module-blogfeed > ul > li .blogfeed-readmore,
.tindeblogg-bloggstrom > ul > li .blogfeed-readmore {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  padding: 15px 65px 15px 31px;
  font-size: 20px;
  width: 180px;
}
.tagpage .module-blogfeed > ul > li .blogfeed-readmore:before,
.tindeblogg-bloggstrom > ul > li .blogfeed-readmore:before {
  right: 28px;
}
.tagpage .module-blogfeed > ul > li .blogfeed-readmore:hover:before,
.tindeblogg-bloggstrom > ul > li .blogfeed-readmore:hover:before {
  right: 20px;
}
.tindeblogg-bloggstrom.flere {
  max-width: 1190px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.tindeblogg-bloggstrom.flere h4 {
  letter-spacing: 0.2;
}
.tindeblogg-bloggstrom.flere h4 a {
  color: inherit;
}
.tindeblogg-bloggstrom.flere h3 a {
  color: inherit;
}
.tindeblogg-bloggstrom.flere ul {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tindeblogg-bloggstrom.flere ul > li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindeblogg-bloggstrom.flere ul > li:nth-child(2),
  .tindeblogg-bloggstrom.flere ul > li:nth-child(3) {
    display: none;
  }
}
.tindeblogg-bloggstrom.forside {
  width: 100%;
}
.tindeblogg-bloggstrom.forside ul {
  gap: 3%;
}
@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) {
  .tindeblogg-bloggstrom.forside {
    width: 99%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindeblogg-bloggstrom.forside ul {
    gap: 0;
  }
}
.tindeblogg-bloggstrom.forside > ul > li {
  width: 30%;
  text-align: center;
}
@media (min-width: 551px) and (max-width: 767px) {
  .tindeblogg-bloggstrom.forside > ul > li {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tindeblogg-bloggstrom.forside > ul > li {
    width: 90%;
  }
}
.tagpage.template-hvit-tekst-meny .section-header .module-menu-holder.hover.menu-visible-desktop li a {
  color: white;
}
.tagpage.template-hvit-tekst-meny .section-header #menu-open-close .icon-bar {
  background-color: white;
}
.tagpage .module-blogfeed .blogfeed-taglist,
.tagpage .module-blogfeed .blogfeed-date {
  display: none;
}
.tagpage .web-container {
  padding-top: 250px;
}
.tagpage h1 {
  color: #22313f;
  text-align: center;
  padding-bottom: 20px;
}
.tagpage .tag-span {
  color: #004b76;
}
.template-blogg-tindebloggen .web-container .section-standard .container,
.template-blogg-tindebloggen .web-container .blue-bg .container,
.template-blogg-tindebloggen .web-container .darkgrey-bg .container {
  max-width: 1200px;
}
.template-blogg-tindebloggen .web-container .smalt-innhold .module-article {
  padding: 100px 0 0 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) {
  .template-blogg-tindebloggen .web-container .smalt-innhold .module-article {
    padding: 50px 0 50px 0;
  }
}
.template-blogg-tindebloggen iframe {
  height: 800px;
}
.template-blogg-tindebloggen .module-carousel {
  margin: 100px 0 !important;
}
.template-blogg-tindebloggen .backtoblog {
  text-align: center;
}
.template-blogg-tindebloggen h3 {
  font-size: 35px;
  line-height: 1.1em;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
.template-blogg-tindebloggen h5 {
  font-weight: 400;
}
@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) {
  .template-blogg-tindebloggen h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .template-blogg-tindebloggen h4 {
    font-size: 17px;
    line-height: 25px;
  }
  .template-blogg-tindebloggen .module-carousel {
    margin: 50px 0 !important;
  }
  .template-blogg-tindebloggen iframe {
    height: 450px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-blogg-tindebloggen iframe {
    height: 280px;
  }
}
.template-blogg-tindebloggen .hytteserier-snarvei {
  max-width: 1190px;
  margin: 0 auto;
}
.template-blogg-tindebloggen .topptekst p {
  padding-top: 20px;
}
.template-blogg-tindebloggen .underline a {
  text-decoration: underline;
  text-underline-position: from-font;
}
.hyttekonsulenter-karusell {
  margin-bottom: 60px !important;
}
.hyttekonsulenter-karusell .slick-track {
  display: flex;
  justify-content: center;
}
.hyttekonsulenter-karusell .item {
  margin: 0 10px;
  background-color: #e5eaef;
  padding-bottom: 20px;
}
.hyttekonsulenter-karusell .item h4,
.hyttekonsulenter-karusell .item h5 {
  padding: 0 20px;
}
.hyttekonsulenter-karusell .item h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  padding-top: 20px;
}
.hyttekonsulenter-karusell .item h5 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 30px;
}
.hyttekonsulenter-karusell .item p {
  margin: 0;
}
.hyttekonsulenter-karusell .item a {
  background-color: #0e2a3a;
  padding: 10px 50px 10px 25px;
  border-radius: 50px;
  margin: 10px 20px;
  color: white;
  position: relative;
  font-size: 16px;
  display: block;
}
.hyttekonsulenter-karusell .item a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right-white.svg?v=1606392493482);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.hyttekonsulenter-karusell .item a:hover:before {
  right: 15px;
}
.fokusknapp h1 a {
  font-family: gira-sans, sans-serif;
  background-color: #c74843;
  border-radius: 30px;
  padding: 13px 20px;
  color: white !important;
  font-size: 18px;
}
.fokusknapp h1 a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/77d8e23/arrow-right-white.svg?v=1606392493482);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.module-article.smal {
  max-width: 900px;
  margin: 0 auto;
}
.body-mi324 .toppbilde-clip img {
  object-position: top;
}
.body-mi324 .darkblue-nomargin-bg {
  padding-top: 20px !important;
}
.body-mi324 .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body-mi324 .flex .btn {
  font-size: 20px;
  padding: 12px 60px 12px 30px;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .body-mi324 .flex .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
  }
}
.body-mi324 .flex .btn:before {
  right: 20px;
}
.body-mi324 .flex .btn:hover:before {
  right: 15px;
}
.body-mi324 .flex .module-article {
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.body-mi324 .flex .module-article h3 {
  font-size: 35px;
  line-height: 1.2em;
}
.body-mi324 .flex.verdier .module-article {
  width: 250px;
  margin: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-mi324 .flex.verdier .module-article {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi324 .flex.verdier .module-article {
    width: 80%;
    padding: 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi324 .flex.verdier .module-article {
    width: 90%;
    padding: 20px;
  }
}
.body-mi324 .flex.verdier .module-article p {
  font-size: 17px;
  line-height: 1.4;
}
.body-mi324 .flex.verdier .module-article img {
  max-height: 44px;
}
.body-mi324 .flex.verdier .module-article h3 {
  font-size: 30px;
}
.coming-showings h3 {
  font-family: gira-sans, sans-serif;
  font-size: 29px;
  line-height: 1.3em;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage .white-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .frontpage .grid-id-5490 {
    width: 70%;
  }
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .frontpage .grid-id-6579 {
    width: 30%;
  }
}
#showing-join-form.showing {
  padding: 0;
}
#showing-join-form.showing .showing-form-top {
  background-color: #004b76;
  padding: 30px;
}
#showing-join-form.showing .subheader {
  font-size: 16px;
  font-family: gira-sans, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
#showing-join-form.showing .showing-times-picker {
  display: flex;
  justify-content: flex-start;
  grid-gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder {
  background-color: white;
  padding: 10px;
  color: #0e2a3a;
  width: 110px;
  cursor: pointer;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder.active,
#showing-join-form.showing .showing-times-picker .showing-time-holder:hover {
  background-color: #0e2a3a;
  color: white;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder span {
  display: block;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder .showing-weekday {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder .showing-date {
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 10px !important;
}
#showing-join-form.showing .showing-times-picker .showing-time-holder .showing-time {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 0px;
}
#showing-join-form.showing .showing-form-bottom {
  background-color: #f2f4f4;
  padding: 30px;
  color: #0e2a3a;
}
#showing-join-form.showing .showing-form-bottom .showing-join-disclaimer {
  color: #0e2a3a;
}
#showing-join-form.showing .showing-form-bottom .showing-join-disclaimer span {
  display: block;
  font-weight: bold;
}
#showing-join-form.showing .showing-form-bottom .form-holder {
  margin-bottom: 20px;
}
#showing-join-form.showing .showing-form-bottom .form-holder label,
#showing-join-form.showing .showing-form-bottom .form-holder span {
  color: #0e2a3a;
}
#showing-join-form.showing .showing-form-bottom .personvernerklaring-link a {
  background-color: #bfd5e4;
  display: inline-block;
  padding: 6px 19px;
  color: #0e2a3a;
  border-radius: 50px;
  font-size: 16px;
}
#showing-join-form.showing .showing-form-bottom .personvernerklaring-link a img {
  width: 17px;
  margin-right: 14px;
}
#showing-join-form.showing .showing-form-bottom .showing-join-submit-btn {
  margin: 0 auto;
  margin-bottom: -56px;
}
.vue-section-cabinField-prospect .showing-join-disclaimer,
.vue-section-map-prospect .showing-join-disclaimer {
  color: #0e2a3a;
}
.vue-section-cabinField-prospect .showing-join-disclaimer span,
.vue-section-map-prospect .showing-join-disclaimer span {
  display: block;
  font-weight: bold;
}
.vue-section-cabinField-prospect .personvernerklaring-link a,
.vue-section-map-prospect .personvernerklaring-link a {
  background-color: #bfd5e4;
  display: inline-block;
  padding: 6px 19px;
  color: #0e2a3a;
  border-radius: 50px;
  font-size: 16px;
}
.vue-section-cabinField-prospect .personvernerklaring-link a img,
.vue-section-map-prospect .personvernerklaring-link a img {
  width: 17px;
  margin-right: 14px;
}
.vue-cabin-type-overview .cabintypes-overview-list > a {
  padding: 0 !important;
}
.vue-cabin-type-overview .img-holder {
  border-radius: 0 !important;
  clip-path: polygon(100% 0%, 100% 75%, 30% 100%, 0% 78%, 0% 0%);
  height: 270px;
  padding-bottom: 0 !important;
}
.vue-cabin-type-overview .img-holder img {
  height: 270px;
}
.vue-cabin-type-overview .content {
  padding-top: 40px !important;
}
.vue-cabin-type-overview .content p {
  font-size: 18px !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .cabins-holder h3.name-with-line {
    font-size: 30px;
    line-height: 1.2em;
  }
}
body .vue-section-cabinfield-directions .map-holder img {
  filter: saturate(0.7);
}
.body-mi6612 .book-meeting {
  margin-top: 80px;
}
.body-mi6612 .book-meeting-form-holder .submit-book-meeting {
  padding: 19px 75px 19px 49px;
}
.body-mi6612 .book-meeting-form-holder .submit-book-meeting:after {
  display: none;
}
.body-mi6662 .module-article h1 {
  font-size: 60px;
}
.body-mi6662 .module-article h2 {
  font-weight: 300;
  font-size: 40px;
}
.body-mi6662 .module-article h3 {
  font-size: 30px;
  line-height: 1.2em;
}
.body-mi6662 .module-article h4 {
  font-weight: 600;
}
.body-mi6662 .module-article a {
  color: #c74843;
}
.body-mi6662 .article6668,
.body-mi6662 .article6681 {
  max-width: 900px;
  margin: 0 auto;
}
.body-mi6662 .article6679 {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.body-mi6662 .article6679 p {
  margin: 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) {
  .img-container-half-section {
    position: static !important;
  }
}
#showing-request-form .cookies-link a {
  font-size: 18px !important;
}
@media (max-width: 1240px) {
  .section-header .module-menu-holder.hover.menu-visible-desktop li.mi419 {
    display: none !important;
  }
}
.more-info-blogg {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 100px;
}
.more-info-blogg .module-article {
  padding-right: 40px !important;
  text-align: right;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .more-info-blogg {
    display: block;
  }
  .more-info-blogg .module-article {
    padding-left: 0 !important;
    text-align: left;
  }
}
.soknadskjema {
  padding: 20px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .soknadskjema {
    padding: 50px 30px;
  }
}
.soknadskjema h3 {
  font-family: "DM Serif Text", Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  line-height: 50px;
}
.soknadskjema .form-field.form-field-file .control-label {
  right: 50px;
}
.soknadskjema .btn.submit {
  background-color: #004b76;
}
.soknadskjema label {
  color: black;
}
.soknadskjema .form-control {
  padding: 15px 12px;
  font-size: 12px !important;
}
/* Baluba baluba */
.body-mi7263 h1 {
  margin-bottom: 10px !important;
}
.body-mi7263 .module-formbuilder {
  max-width: 500px;
  padding: 80px;
  border-radius: 30px;
  background-color: #bfd5e4;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi7263 .module-formbuilder {
    padding: 40px;
    margin-top: 20px !important;
  }
  .body-mi7263 .module-formbuilder form .control-label {
    font-size: 16px !important;
    transform: translate3d(9px, 12px, 0) scale(1);
  }
  .body-mi7263 .module-formbuilder form .form-control {
    height: 50px !important;
  }
}
.body-mi7263 .module-formbuilder form .row:first-of-type .col-sm-12 {
  display: block;
}
.storh4 h4 {
  font-size: 27px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .costgroup-cabinprice,
  .costgroup-fee-group {
    padding: 1.5em !important;
  }
  .costgroup-cabinprice h3,
  .costgroup-fee-group h3 {
    font-size: 35px !important;
  }
  .costgroup-cabinprice td,
  .costgroup-fee-group td {
    padding: 11px 15px !important;
  }
}
.kreditt {
  width: 150px;
  position: absolute;
  top: 30px;
  right: 10%;
}
@media (min-width: 1800px) {
  .kreditt {
    top: 120px;
  }
}
@media (max-width: 1199px) {
  .kreditt {
    width: 120px;
    right: 5%;
    top: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .kreditt {
    width: 100px;
    right: 3%;
    top: 5px;
  }
}
.module-article.big-heading h1 {
  font-size: 70px;
}
.salgskontor {
  margin-bottom: 50px;
}
.text-n-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.525);
  border-radius: 15px;
  padding: 30px 30px 30px 50px;
  margin-bottom: 20px;
  border: 1px solid white;
}
.text-n-img.multiple .textbox {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
  padding-bottom: 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) {
  .text-n-img.multiple .textbox {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.text-n-img.multiple .textbox .adresse p {
  margin-bottom: 0;
}
.text-n-img.multiple .textbox .person {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  flex-direction: row-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) {
  .text-n-img.multiple .textbox .person {
    justify-content: center;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-n-img.multiple .textbox .person {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.text-n-img.multiple .textbox .person .info a {
  font-size: 14px;
}
.text-n-img.multiple .textbox .person .imgbox img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-n-img.multiple .textbox .person .imgbox {
    width: 25%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-n-img.multiple .textbox .person .imgbox {
    width: 75%;
    margin-bottom: 0;
  }
}
.text-n-img.multiple .map {
  height: 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) {
  .text-n-img {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
}
.text-n-img .textbox {
  width: 25%;
}
.text-n-img .textbox a {
  background-color: #004b76;
  padding: 10px 30px;
  border-radius: 40px;
  color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-n-img .textbox a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.text-n-img .textbox h4 {
  font-weight: 700;
  text-decoration: underline;
}
@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) {
  .text-n-img .textbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-n-img .imgbox {
  width: 25%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-n-img .imgbox {
    width: 20%;
  }
}
@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) {
  .text-n-img .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-n-img .map {
  width: 50%;
  border: 1px solid white;
}
@media (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .text-n-img .map {
    width: 40%;
  }
}
@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) {
  .text-n-img .map {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-n-img iframe {
  height: revert-layer;
}
.text-n-img img {
  border-radius: 1000px;
  max-width: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-n-img img {
    max-width: 200px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .text-n-img img {
    max-width: 200px;
  }
}
.soner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .soner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.soner div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.soner div span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 10px;
  display: block;
  border: 1px solid white;
}
.soner div.sone-a span {
  background-color: #0e2a3a;
}
.soner div.sone-b span {
  background-color: #004b76;
}
.soner div.sone-c span {
  background-color: #d0d9df;
}
.soner div p {
  color: white;
  margin-bottom: 0;
  font-size: 25px;
}
.module-coming-for-sale-form {
  max-width: 800px;
  margin: 80px 0;
}
.module-coming-for-sale-form .personvernerklaring-link {
  margin-bottom: 40px;
}
.module-coming-for-sale-form .personvernerklaring-link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #0e2a3a;
  text-decoration: underline;
  text-underline-position: under;
  display: inline-block;
}
.module-coming-for-sale-form .personvernerklaring-link a img {
  display: none;
}
.module-coming-for-sale-form .two-color-btn {
  background-color: #0e2a3a;
  color: white;
}
.module-coming-for-sale-form .two-color-btn svg {
  stroke: white;
}
.module-carousel.hyttefelt-for-salg {
  margin-top: 80px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi8130 .big-heading h1 {
    font-size: 50px;
  }
}
.knapp p a {
  background-color: #bfd5e4;
  color: #0e2a3a !important;
  font-size: 20px;
  text-align: center;
  padding: 15px 85px 15px 50px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  font-weight: 400;
}
.knapp p a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  background-image: url(https://files.solvecms.com/test/74f7594/arrow-right.svg?v=1608040367234);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.intern {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .intern {
    margin-top: 20px;
  }
}
.ansattutenbilde .facehugger {
  display: none;
}
.facehugger img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.frontpage .article2425 {
  margin-bottom: 2em;
}
body .vue-showings .img-holder {
  padding-bottom: 56%;
}
.kredittverdighet-snarvei .textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-employeelist.cards.midtstilt {
  justify-content: center;
}
.module-article.padding {
  padding: 70px 0;
}
.body-mi342 h3 {
  font-size: 35px;
  line-height: 1.1em;
}
.cabintype-cabins.cabins-list > a,
.similar-cabins-holder.cabins-list > a {
  flex-basis: 320px;
}
.cabins-list .price {
  margin-bottom: 0;
}
body.cabin-field-print {
  margin: 2em;
}
body.marketable-cabin-sale.uses-iframe .vue-section-header {
  padding-top: 3em;
}
#download-catalog-btn,
#catalog-link-mobile {
  transition: opacity 0.2s ease-in-out;
}
.download-prospect-form-visible #download-catalog-btn,
.download-prospect-form-visible #catalog-link-mobile {
  opacity: 0;
  pointer-events: none;
}
.vue-section-cabinField-prospect .th-form-label {
  font-weight: normal;
}
body .tns-horizontal.tns-subpixel {
  white-space: normal;
}
.section-header .module-menu-holder.hover.menu-visible-desktop li.mi6634 {
  display: block !important;
}
.vue-section-cabinField-suggested .price {
  display: none;
}
/*.filter-select.cabinfields-select {
    background: var(--blue-light);
    box-shadow: 0 10px 10px #c3c3c3;
    border-bottom: 8px solid var(--blue-dark);
}*/
body .vue-cabinfields .vue-section-cabinfield h3.cabinfields-headline {
  color: #0e2a3a;
}
.module-article.header-with-preheader {
  margin: 90px 0 50px;
}
.module-article.header-with-preheader h5,
.module-article.header-with-preheader h1,
.module-article.header-with-preheader p {
  margin: 5px 0;
}
.vue-section-showing-location .showing label.showing-form-terms-accepted {
  margin-bottom: 15px;
}
.cabin-page .vue-section-cabin-header {
  position: relative;
}
.fokusknapp a {
  float: right;
}
.showing-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.form-completed-text {
  text-align: center;
  margin-bottom: 80px;
  font-size: 23px;
}
#list-showings-for-cabinfield {
  padding-top: 50px;
}
.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: 19%;
  border: 0.5px solid grey;
  margin-bottom: 1%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vue-contact-people .contact-person {
    width: 24%;
  }
}
@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;
  line-height: 1em;
}
.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;
}
@media (min-width: 1800px), (min-width: 1200px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1199px) {
  .vue-contact-people .contact-person .contact-person-img,
  .vue-contact-people .contact-person .contact-person-missing-img {
    height: 380px;
  }
}
.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: lightgrey;
}
.vue-contact-people .contact-person .contact-person-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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: #004b76;
  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: #004b76;
}
