/* Styles Admento */
.feedback {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.feedback span {
  display: none;
  font-size: 17px;
  padding: 10px;
  background-color: #0e4097;
  color: white;
}
@media (min-width: 1700px) {
  .feedback .xxl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .feedback .xl {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feedback .l {
    display: block;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .feedback .m {
    display: block;
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  .feedback .s {
    display: block;
  }
}
@media (max-width: 320px) {
  .feedback .xs {
    display: block;
  }
}
.superadmin .feedback {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.transition-all {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-o {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.transition-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* Typography */
.font1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
/* Colours */
body {
  transition: 0.5s ease-in-out;
  margin-top: 70px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
body p {
  min-height: 5px;
}
body strong {
  font-weight: 700;
}
/* Extra */
.shadow {
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.12);
}
.module-logo {
  padding: 15px 0;
  margin-bottom: 0;
}
.module-logo img {
  height: 20px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-logo img {
    height: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .module-logo img {
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .module-article img {
    height: auto;
  }
}
.module-article {
  /* Artikkeltyper */
}
.module-article a {
  text-decoration: none;
}
.module-article.hvit-plakat.jumbotron {
  background-color: white;
}
.module-article.hvit-plakat.jumbotron p {
  font-size: 18px;
}
.module-article.beige,
.module-article.blue {
  margin: 40px 0;
  padding: 60px 40px;
  margin-top: 0;
}
.module-article.beige {
  background-color: #e7ded080;
  text-align: center;
}
.module-article.beige h2 {
  color: #004896;
  font-size: 35px !important;
  line-height: 45px !important;
  font-weight: 600;
}
.module-article.blue {
  background-color: #27a7de26;
  color: white;
}
.module-article.blue h2 {
  color: black;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.avdelinger {
    margin: 30px 0 15px 0;
  }
}
.module-article.avdelinger ul {
  text-align: center;
  margin: 10px 0 20px 0;
  font-weight: 500;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.module-article.avdelinger ul li {
  margin: 5px 2px;
}
.module-article.avdelinger ul li a {
  font-size: 10px;
  color: #0e4097;
  letter-spacing: 1px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.avdelinger ul {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    grid-column-gap: 10px;
  }
}
.module-article.bio {
  background: #004896;
  float: left;
  margin-top: 30px;
  padding: 25px 40px;
  width: 33%;
  height: 250px;
  text-align: center;
}
.module-article.bio h1,
.module-article.bio h2,
.module-article.bio h3,
.module-article.bio h4,
.module-article.bio h4,
.module-article.bio p,
.module-article.bio p a {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}
.module-article.bio p {
  font-size: 15px;
  line-height: 25px;
}
.module-article.bio p a {
  color: #36b3ef;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.module-article.bio span {
  font-weight: 200;
}
@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-article.bio {
    margin-top: 100px;
    float: none;
    height: 200px;
    width: auto;
  }
}
.module-article.bio img {
  width: 180px;
  margin-top: -124px;
  border-radius: 200px;
  margin-bottom: 16px;
}
@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-article.bio img {
    width: 140px;
    margin-top: -124px;
  }
}
.module-article.bio-txt {
  float: right;
  margin-top: 30px;
  background: #f6f2ed;
  padding: 25px 50px;
  width: 67%;
  height: 250px;
}
.module-article.bio-txt p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .module-article.bio-txt {
    padding: 25px 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) {
  .module-article.bio-txt {
    height: auto;
  }
}
@media (max-width: 320px) {
  .module-article.bio-txt {
    height: auto;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article.bio-txt {
    padding: 10px 30px !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-article.bio-txt {
    margin-top: 0;
    float: none;
    width: auto;
    padding: 30px;
  }
}
.jobs {
  margin-top: 40px;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .jobs .row:nth-of-type(2) .col-sm-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jobs .row:nth-of-type(2) .col-sm-12 > div {
    width: 32%;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .jobs .row:nth-of-type(2) .col-sm-12 > div {
    width: 48% !important;
  }
}
.jobs .row:nth-of-type(2) .col-sm-12 .module-article.job-opening {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  border: none;
  background: #f6f2ed;
  padding: 40px 30px 40px 40px;
}
.jobs .row:nth-of-type(2) .col-sm-12 .module-article.job-opening h3 {
  font-weight: 400;
  font-size: 22px;
}
.jobs .row:nth-of-type(2) .col-sm-12 .module-article.job-opening p a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #004896;
  font-size: 20px;
  padding-bottom: 1px;
  border-bottom: 2px solid #004896;
}
.forsideblogg {
  margin-bottom: 60px;
}
.module-blogfeed {
  margin-top: 40px;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .module-blogfeed ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.module-blogfeed ul:before,
.module-blogfeed ul:after {
  display: none;
}
.module-blogfeed ul li {
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  border: none;
  background: #27a7de33;
  text-align: center;
  transition: 0.2s ease-in-out;
  /*
			.blogfeed-img {
				overflow: hidden;
				img {
					max-height: 200px;
					width: auto;
					transition: transform 0.7s, filter 0.5s ease-in-out;
					transform-origin: center center;
					filter: brightness(90%);
				}
				&:hover img {
					filter: brightness(100%);
					transform: scale(1.1);
				}
			}*/
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .module-blogfeed ul li {
    width: 49%;
  }
}
.module-blogfeed ul li img {
  width: 100%;
}
.module-blogfeed ul li:hover {
  transform: scale(1.03);
}
.module-blogfeed ul li .blogfeed-info {
  padding: 5% 15%;
}
@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-blogfeed ul li .blogfeed-info {
    padding: 10%;
  }
}
.module-blogfeed ul li .blogfeed-title1 {
  text-align: center;
  /*&:after {
					border: 1px solid @primary-blue1;
					padding: 5px 30px;
					color: @primary-blue1;
					content: 'Les mer';
					left: 50%;
					bottom: 35px;
					transform: translate(-50%);
					position: absolute;
					font-weight: 300;
					@media @m, @l {
						bottom: 0;
					}
				}*/
}
.module-blogfeed ul li .blogfeed-title1 h2 {
  color: #1a2847;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 30px;
}
.module-blogfeed ul li .blogfeed-title2 h3 {
  color: #1a2847;
  line-height: 26px;
}
.template-standard .section.extra-margins,
.template-standard-blogg .section.extra-margins,
.template-forside .section.extra-margins {
  /* Bakgrunn for kontaktpersoner */
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .template-standard .section.extra-margins .row,
  .template-standard-blogg .section.extra-margins .row,
  .template-forside .section.extra-margins .row {
    margin: 0;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.extra-margins .col-sm-9,
  .template-standard-blogg .section.extra-margins .col-sm-9,
  .template-forside .section.extra-margins .col-sm-9 {
    padding: 0 85px 0 100px;
  }
}
.template-standard .section.extra-margins .container,
.template-standard-blogg .section.extra-margins .container,
.template-forside .section.extra-margins .container {
  padding: 30px 30px 40px 30px;
}
@media (min-width: 1700px) {
  .template-standard .section.extra-margins .container,
  .template-standard-blogg .section.extra-margins .container,
  .template-forside .section.extra-margins .container {
    padding: 40px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section.extra-margins .container,
  .template-standard-blogg .section.extra-margins .container,
  .template-forside .section.extra-margins .container {
    padding: 40px 60px;
  }
}
.template-standard .section.extra-margins .container .module-article.title-side,
.template-standard-blogg .section.extra-margins .container .module-article.title-side,
.template-forside .section.extra-margins .container .module-article.title-side {
  display: block;
  clear: both;
}
.template-standard .section.extra-margins .container .module-article.title-side p,
.template-standard-blogg .section.extra-margins .container .module-article.title-side p,
.template-forside .section.extra-margins .container .module-article.title-side p {
  min-height: 10px;
}
.template-standard .section.extra-margins .container .module-article.title-side h1,
.template-standard-blogg .section.extra-margins .container .module-article.title-side h1,
.template-forside .section.extra-margins .container .module-article.title-side h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1a2847;
}
.template-standard .section.extra-margins .container .module-article.quote,
.template-standard-blogg .section.extra-margins .container .module-article.quote,
.template-forside .section.extra-margins .container .module-article.quote {
  margin-top: 50px;
}
.template-standard .section.extra-margins .container .module-article.quote h3,
.template-standard-blogg .section.extra-margins .container .module-article.quote h3,
.template-forside .section.extra-margins .container .module-article.quote h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0e4097;
}
.template-standard .section.extra-margins .container .module-article.btn-white,
.template-standard-blogg .section.extra-margins .container .module-article.btn-white,
.template-forside .section.extra-margins .container .module-article.btn-white {
  margin-top: 40px;
}
.template-standard .section.extra-margins .container .module-article.btn-white p a,
.template-standard-blogg .section.extra-margins .container .module-article.btn-white p a,
.template-forside .section.extra-margins .container .module-article.btn-white p a {
  font-weight: 400;
  color: #0e4097;
  padding: 8px 40px;
  border: 1px solid #0e4097;
}
.template-standard .section.extra-margins .container .module-article.btn-white p a:hover,
.template-standard-blogg .section.extra-margins .container .module-article.btn-white p a:hover,
.template-forside .section.extra-margins .container .module-article.btn-white p a:hover {
  background: #0e4097;
  color: white;
}
.template-standard .section.extra-margins.contacts,
.template-standard-blogg .section.extra-margins.contacts,
.template-forside .section.extra-margins.contacts {
  margin: 50px 0;
}
.template-standard .section.extra-margins.contacts .row:not(:last-of-type),
.template-standard-blogg .section.extra-margins.contacts .row:not(:last-of-type),
.template-forside .section.extra-margins.contacts .row:not(:last-of-type) {
  margin-bottom: 18%;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.two-col .col-sm-6:first-of-type,
  .template-standard-blogg .section.two-col .col-sm-6:first-of-type,
  .template-forside .section.two-col .col-sm-6:first-of-type {
    padding-right: 0;
  }
  .template-standard .section.two-col .col-sm-6:nth-of-type(2),
  .template-standard-blogg .section.two-col .col-sm-6:nth-of-type(2),
  .template-forside .section.two-col .col-sm-6:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard .section.two-col .col-sm-6:nth-of-type(2) .beige-half,
  .template-standard-blogg .section.two-col .col-sm-6:nth-of-type(2) .beige-half,
  .template-forside .section.two-col .col-sm-6:nth-of-type(2) .beige-half {
    margin-top: -10px;
  }
}
.template-standard .section.two-col .module-article.beige-half,
.template-standard-blogg .section.two-col .module-article.beige-half,
.template-forside .section.two-col .module-article.beige-half {
  padding: 50px;
  background: #f6f2ed;
}
@media (min-width: 1700px) {
  .template-standard .section.two-col .module-article.beige-half,
  .template-standard-blogg .section.two-col .module-article.beige-half,
  .template-forside .section.two-col .module-article.beige-half {
    padding: 130px 100px;
    height: 570px;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .template-standard .section.two-col .module-article.beige-half,
  .template-standard-blogg .section.two-col .module-article.beige-half,
  .template-forside .section.two-col .module-article.beige-half {
    padding: 130px 100px;
    height: 570px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section.two-col .module-article.beige-half,
  .template-standard-blogg .section.two-col .module-article.beige-half,
  .template-forside .section.two-col .module-article.beige-half {
    height: 570px;
    padding: 75px;
    padding: 130px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .template-standard .section.two-col .module-article.beige-half,
  .template-standard-blogg .section.two-col .module-article.beige-half,
  .template-forside .section.two-col .module-article.beige-half {
    height: 470px;
    padding: 90px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.two-col .module-article.beige-half,
  .template-standard-blogg .section.two-col .module-article.beige-half,
  .template-forside .section.two-col .module-article.beige-half {
    height: 360px;
    padding-top: 30px;
  }
  .template-standard .section.two-col .module-article.beige-half h3,
  .template-standard-blogg .section.two-col .module-article.beige-half h3,
  .template-forside .section.two-col .module-article.beige-half h3 {
    font-size: 19px;
  }
  .template-standard .section.two-col .module-article.beige-half p,
  .template-standard-blogg .section.two-col .module-article.beige-half p,
  .template-forside .section.two-col .module-article.beige-half p {
    font-size: 14px;
  }
}
.template-standard .section.clients,
.template-standard-blogg .section.clients,
.template-forside .section.clients {
  margin: 30px 0;
}
.template-standard .section.clients .row,
.template-standard-blogg .section.clients .row,
.template-forside .section.clients .row {
  margin-bottom: 50px;
}
.template-standard .section.clients .module-article.client-info,
.template-standard-blogg .section.clients .module-article.client-info,
.template-forside .section.clients .module-article.client-info {
  background: #0e4097;
  padding: 40px 50px 60px;
  text-align: center;
  position: relative;
}
.template-standard .section.clients .module-article.client-info p a,
.template-standard-blogg .section.clients .module-article.client-info p a,
.template-forside .section.clients .module-article.client-info p a {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
.template-standard .section.clients .module-article.client-info p a:after,
.template-standard-blogg .section.clients .module-article.client-info p a:after,
.template-forside .section.clients .module-article.client-info p a:after {
  content: "";
  background-image: url(https://files.solvecms.com/admento-no/cf4deb9/pil.svg?v=1597836079989);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 5px 10px -6px 10px;
}
.template-standard .section.clients .module-article.client-info h4,
.template-standard-blogg .section.clients .module-article.client-info h4,
.template-forside .section.clients .module-article.client-info h4 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.template-standard .section.clients .module-article.client-info h4,
.template-standard-blogg .section.clients .module-article.client-info h4,
.template-forside .section.clients .module-article.client-info h4,
.template-standard .section.clients .module-article.client-info p,
.template-standard-blogg .section.clients .module-article.client-info p,
.template-forside .section.clients .module-article.client-info p,
.template-standard .section.clients .module-article.client-info p a,
.template-standard-blogg .section.clients .module-article.client-info p a,
.template-forside .section.clients .module-article.client-info p a {
  color: white;
}
.template-standard .section.clients.simple .container,
.template-standard-blogg .section.clients.simple .container,
.template-forside .section.clients.simple .container {
  max-width: 900px;
  margin: 0 auto;
}
.template-standard .section.clients.simple .col-sm-12,
.template-standard-blogg .section.clients.simple .col-sm-12,
.template-forside .section.clients.simple .col-sm-12 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  place-items: center;
}
@media (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.clients.simple .col-sm-12,
  .template-standard-blogg .section.clients.simple .col-sm-12,
  .template-forside .section.clients.simple .col-sm-12 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard .section.clients.simple .col-sm-12,
  .template-standard-blogg .section.clients.simple .col-sm-12,
  .template-forside .section.clients.simple .col-sm-12 {
    grid-template-columns: 1fr 1fr;
  }
  .template-standard .section.clients.simple .col-sm-12 .firmalogo-stor img,
  .template-standard-blogg .section.clients.simple .col-sm-12 .firmalogo-stor img,
  .template-forside .section.clients.simple .col-sm-12 .firmalogo-stor img {
    max-width: 135px;
  }
}
.template-standard .section.clients.simple .firmalogo-stor,
.template-standard-blogg .section.clients.simple .firmalogo-stor,
.template-forside .section.clients.simple .firmalogo-stor {
  text-align: center;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.clients.simple .firmalogo-stor,
  .template-standard-blogg .section.clients.simple .firmalogo-stor,
  .template-forside .section.clients.simple .firmalogo-stor {
    height: auto;
    overflow: auto;
  }
}
.template-standard .section.clients.simple .firmalogo-stor img,
.template-standard-blogg .section.clients.simple .firmalogo-stor img,
.template-forside .section.clients.simple .firmalogo-stor img {
  max-width: auto;
  max-height: 125px;
}
.template-standard .section.numbers .keynumbers,
.template-standard-blogg .section.numbers .keynumbers,
.template-forside .section.numbers .keynumbers {
  margin-top: 30px;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.numbers .keynumbers,
  .template-standard-blogg .section.numbers .keynumbers,
  .template-forside .section.numbers .keynumbers {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
}
.template-standard .section.numbers .keynumbers .module-article,
.template-standard-blogg .section.numbers .keynumbers .module-article,
.template-forside .section.numbers .keynumbers .module-article {
  margin-bottom: 65px;
  text-align: center;
}
.template-standard .section.numbers .keynumbers .module-article h1,
.template-standard-blogg .section.numbers .keynumbers .module-article h1,
.template-forside .section.numbers .keynumbers .module-article h1,
.template-standard .section.numbers .keynumbers .module-article h2,
.template-standard-blogg .section.numbers .keynumbers .module-article h2,
.template-forside .section.numbers .keynumbers .module-article h2,
.template-standard .section.numbers .keynumbers .module-article h3,
.template-standard-blogg .section.numbers .keynumbers .module-article h3,
.template-forside .section.numbers .keynumbers .module-article h3,
.template-standard .section.numbers .keynumbers .module-article p,
.template-standard-blogg .section.numbers .keynumbers .module-article p,
.template-forside .section.numbers .keynumbers .module-article p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.template-standard .section.numbers .keynumbers .module-article img,
.template-standard-blogg .section.numbers .keynumbers .module-article img,
.template-forside .section.numbers .keynumbers .module-article img {
  height: 85px;
}
.template-standard .section.numbers .keynumbers .module-article p,
.template-standard-blogg .section.numbers .keynumbers .module-article p,
.template-forside .section.numbers .keynumbers .module-article p {
  color: #36b3ef;
  font-size: 20px;
  text-transform: uppercase;
}
.template-standard .section.numbers .keynumbers .module-article h1,
.template-standard-blogg .section.numbers .keynumbers .module-article h1,
.template-forside .section.numbers .keynumbers .module-article h1 {
  font-size: 134px;
  font-weight: bold;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .template-standard .section.numbers .keynumbers .module-article h1,
  .template-standard-blogg .section.numbers .keynumbers .module-article h1,
  .template-forside .section.numbers .keynumbers .module-article h1 {
    font-size: 200px;
    height: 227px;
    margin-top: -50px;
  }
}
.template-standard .section.numbers .keynumbers .module-article h2,
.template-standard-blogg .section.numbers .keynumbers .module-article h2,
.template-forside .section.numbers .keynumbers .module-article h2 {
  font-size: 120px;
  font-weight: bold;
}
.template-standard .section.numbers .keynumbers .module-article h3,
.template-standard-blogg .section.numbers .keynumbers .module-article h3,
.template-forside .section.numbers .keynumbers .module-article h3 {
  font-size: 60px;
  font-weight: bold;
}
.template-standard .section.numbers .keynumbers .module-article.established h2,
.template-standard-blogg .section.numbers .keynumbers .module-article.established h2,
.template-forside .section.numbers .keynumbers .module-article.established h2 {
  margin-top: -15px;
}
.template-standard .section.map-hover,
.template-standard-blogg .section.map-hover,
.template-forside .section.map-hover {
  margin-top: 100px;
  margin-bottom: 50px;
}
.template-standard .section.map-hover .kart,
.template-standard-blogg .section.map-hover .kart,
.template-forside .section.map-hover .kart {
  padding: 40px;
  background: #f6f2ed;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section.map-hover .kart,
  .template-standard-blogg .section.map-hover .kart,
  .template-forside .section.map-hover .kart {
    margin-bottom: 40px;
  }
}
.template-standard .section.map-hover .kart:after,
.template-standard-blogg .section.map-hover .kart:after,
.template-forside .section.map-hover .kart:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section.map-hover .kart .kart-svg,
  .template-standard-blogg .section.map-hover .kart .kart-svg,
  .template-forside .section.map-hover .kart .kart-svg {
    width: 45%;
    float: left;
  }
}
.template-standard .section.map-hover .kart .kart-svg svg,
.template-standard-blogg .section.map-hover .kart .kart-svg svg,
.template-forside .section.map-hover .kart .kart-svg svg {
  margin-top: -115px;
}
.template-standard .section.map-hover .kart .kart-svg svg circle:hover,
.template-standard-blogg .section.map-hover .kart .kart-svg svg circle:hover,
.template-forside .section.map-hover .kart .kart-svg svg circle:hover {
  fill: white;
  transition-duration: 0.5s;
}
.template-standard .section.map-hover .kart .departments-text div,
.template-standard-blogg .section.map-hover .kart .departments-text div,
.template-forside .section.map-hover .kart .departments-text div {
  text-align: center;
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.12);
  background: white;
  padding: 10px;
  position: absolute;
  left: 200px;
  top: 130px;
  width: 230px;
  height: 50px;
}
@media (min-width: 1700px) {
  .template-standard .section.map-hover .kart .departments-text div,
  .template-standard-blogg .section.map-hover .kart .departments-text div,
  .template-forside .section.map-hover .kart .departments-text div {
    left: 180px;
    top: 140px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard .section.map-hover .kart .departments-text div,
  .template-standard-blogg .section.map-hover .kart .departments-text div,
  .template-forside .section.map-hover .kart .departments-text div {
    top: 20px;
    left: 100px;
  }
}
.template-standard .section.map-hover .kart .departments-text div p,
.template-standard-blogg .section.map-hover .kart .departments-text div p,
.template-forside .section.map-hover .kart .departments-text div p,
.template-standard .section.map-hover .kart .departments-text div a,
.template-standard-blogg .section.map-hover .kart .departments-text div a,
.template-forside .section.map-hover .kart .departments-text div a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #36b3ef;
  font-size: 16px;
}
.template-standard .section.map-hover .kart .departments-text div:before,
.template-standard-blogg .section.map-hover .kart .departments-text div:before,
.template-forside .section.map-hover .kart .departments-text div:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-image: url(https://files.solvecms.com/admento-no/cf4deb9/pin.svg?v=1597300956278);
  background-repeat: no-repeat;
  background-size: 30px;
  height: 40px;
  width: 40px;
}
.template-standard .section.map-hover .kart .departments-text > div,
.template-standard-blogg .section.map-hover .kart .departments-text > div,
.template-forside .section.map-hover .kart .departments-text > div {
  display: none;
  transition: 0.5s ease-in-out;
}
.template-standard .section.map-hover .kart .departments-text > div.open,
.template-standard-blogg .section.map-hover .kart .departments-text > div.open,
.template-forside .section.map-hover .kart .departments-text > div.open,
.template-standard .section.map-hover .kart .departments-text > div.mouseover-open,
.template-standard-blogg .section.map-hover .kart .departments-text > div.mouseover-open,
.template-forside .section.map-hover .kart .departments-text > div.mouseover-open {
  display: block;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section.map-hover .kart .module-article,
  .template-standard-blogg .section.map-hover .kart .module-article,
  .template-forside .section.map-hover .kart .module-article {
    float: right;
    width: 50%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .template-standard .section.map-hover .kart .module-article,
  .template-standard-blogg .section.map-hover .kart .module-article,
  .template-forside .section.map-hover .kart .module-article {
    margin-top: 40px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .template-standard .section.map-hover .kart .module-article,
  .template-standard-blogg .section.map-hover .kart .module-article,
  .template-forside .section.map-hover .kart .module-article {
    margin-top: 20px;
  }
}
.section-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body .mainMenu-container {
  transition: 0.5s ease-in-out;
}
body .mainMenu-container .close-button {
  opacity: 0;
}
@media (max-width: 320px) {
  body .mainMenu-container .close-button {
    height: 0;
  }
}
body.menu-open {
  right: 0 !important;
}
body.menu-open .menu p {
  display: none;
}
body.menu-open .menu .close-button {
  opacity: 1;
}
body.login-open .login-menu p {
  display: none;
}
body.login-open .login-menu .close-button {
  opacity: 1;
}
body.login-open .section-menu-toggle {
  display: block;
}
body.login-open .section-menu-toggle .module-menu-holder.main-menu {
  display: none;
}
/* NYTT */
body.template-forside.is-scrolled-past-video .header-main.new.bg1751 {
  background-color: white !important;
  transition: all 0.3s ease-in-out;
}
body.template-forside.is-scrolled-past-video .header-main.new.bg1751 .logo-white {
  display: none;
  opacity: 0;
}
body.template-forside.is-scrolled-past-video .header-main.new.bg1751 .logo-standard {
  transition: all 0.5s ease-in;
  opacity: 1;
  width: auto;
}
body.template-forside.is-scrolled-past-video .header-main.new.bg1751 .module-menu-holder.menu-new a {
  color: #1a2847 !important;
  transition: all 0.5s ease-in;
}
body.template-forside.is-scrolled-past-video .header-main.new.bg1751 .module-menu-holder.menu-new li.mi942.has-children > a {
  border: 1px solid #1a2847 !important;
}
body.template-forside.is-scrolled-past-video .social-sticky.white {
  opacity: 0;
}
body.template-forside.is-scrolled-past-video .social-sticky.standard {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
}
body.template-forside .header-main.new.bg1751 {
  background-color: transparent;
}
.module-menu-holder .current > a {
  font-weight: 500;
}
.header-main.new .module-menu-holder.menu-new a {
  font-size: 18px;
  padding: 10px;
  color: #1a2847;
}
.template-forside .header-main.new .module-menu-holder.menu-new a {
  color: white;
}
.header-main.new .module-menu-holder.menu-new .level1 > li.open > a:first-of-type {
  position: relative;
}
.header-main.new .module-menu-holder.menu-new .level1 > li.open > a:first-of-type:before {
  content: "";
  background-image: url(https://files.solvecms.com/admento-no/cf4deb9/pil_meny.svg?v=1601544351371);
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  right: 45px;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .header-main.new .module-menu-holder.menu-new .level1 > li.open > a:first-of-type:before {
    right: 40px;
  }
}
.header-main.new .module-menu-holder.menu-new li.has-children:hover {
  background-color: transparent;
}
.header-main.new .module-menu-holder.menu-new li.has-children > a > .mi-txtspan:after {
  display: none;
}
.header-main.new .module-menu-holder.menu-new > li a {
  font-size: 18px;
  color: #1a2847;
}
.template-forside .header-main.new .module-menu-holder.menu-new > li a {
  color: white;
}
.frontpage .header-main.new .module-menu-holder.menu-new li:hover > a {
  color: white !important;
}
.frontpage .header-main.new .module-menu-holder.menu-new .level2 li:hover > a {
  color: #0f2749 !important;
}
.header-main.new .module-menu-holder.menu-new li {
  width: 95px;
  text-align: center;
  /* om oss */
  /* tjenester */
  /* aktuelt */
  /* kontakt */
  /* logg inn */
}
@media (min-width: 1051px) and (max-width: 1699px) {
  .header-main.new .module-menu-holder.menu-new li {
    width: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1090px) {
  .header-main.new .module-menu-holder.menu-new li {
    width: 95px;
  }
}
.header-main.new .module-menu-holder.menu-new li:hover > a {
  color: #1a2847 !important;
}
.header-main.new .module-menu-holder.menu-new li:hover .level2 {
  display: none;
}
.header-main.new .module-menu-holder.menu-new li.open .level2 {
  display: inline-block;
}
.header-main.new .module-menu-holder.menu-new li.open .level2 li {
  float: right;
}
.header-main.new .module-menu-holder.menu-new li.mi90.has-children.open .level2 {
  position: relative;
  width: 720px;
}
.header-main.new .module-menu-holder.menu-new li.mi90.has-children.open .level2 .close-level2-btn {
  margin-right: 16px;
  position: absolute !important;
  right: 80px !important;
  top: 10px !important;
}
.header-main.new .module-menu-holder.menu-new li.mi90.has-children.open .level2 li {
  float: left !important;
  width: 115px;
}
.header-main.new .module-menu-holder.menu-new li.mi199.has-children.open .level2 {
  box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  margin-top: 0;
  padding-right: 175px;
  display: flex;
  justify-content: end;
}
.header-main.new .module-menu-holder.menu-new li.mi692.has-children.open .level2 {
  box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  margin-top: 0;
  padding-right: 175px;
  display: flex;
  justify-content: end;
}
.header-main.new .module-menu-holder.menu-new li.mi108.has-children.open .level2 {
  box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  margin-top: 0;
  padding-right: 175px;
  display: flex;
  justify-content: right;
}
.header-main.new .module-menu-holder.menu-new li.mi108.has-children.open .level2 li {
  width: auto;
}
@media (max-width: 1100px) {
  .header-main.new .module-menu-holder.menu-new li.mi108.has-children.open .level2 {
    padding-right: 125px;
  }
  .header-main.new .module-menu-holder.menu-new li.mi108.has-children.open .level2 li a {
    font-size: 10px;
  }
}
.header-main.new .module-menu-holder.menu-new li.mi942.has-children.open .level2 {
  box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  margin-top: 0;
  padding-right: 175px;
}
.header-main.new .module-menu-holder.menu-new li.mi942.has-children.open .level2 .parentLink {
  display: none;
}
.header-main.new .module-menu-holder.menu-new li.mi942.has-children.open .level2 li {
  width: 270px;
}
.header-main.new .module-menu-holder.menu-new li.mi942.has-children.open .level2:before {
  content: "";
}
.header-main.new .module-menu-holder.menu-new li.mi942.has-children.open .level2 .level3 a {
  text-transform: inherit;
  font-size: 13px;
}
.header-main.new .module-menu-holder.menu-new ul.level1 {
  float: right;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .header-main.new .module-menu-holder.menu-new ul.level1 {
    margin-top: -50px;
  }
}
.header-main.new .module-menu-holder.menu-new ul.level1 li a {
  border: none;
}
.header-main.new .module-menu-holder.menu-new ul.level1 li.mi942.has-children {
  margin-right: 20px;
}
.header-main.new .module-menu-holder.menu-new ul.level1 li.mi942.has-children > a {
  border: 1px solid #1a2847;
  border-radius: 100px;
}
.template-forside .header-main.new .module-menu-holder.menu-new ul.level1 li.mi942.has-children > a {
  border: 1px solid white;
}
.header-main.new .module-menu-holder.menu-new ul.level2 {
  width: 100vw;
  border: none;
  padding: 14px 0;
  margin: 12px 0 0;
}
.header-main.new .module-menu-holder.menu-new ul.level2 li {
  float: right;
}
.header-main.new .module-menu-holder.menu-new ul.level2 li a {
  color: #1a2847;
  font-size: 12px;
  text-transform: uppercase;
}
.header-main.new .module-menu-holder.menu-new ul.level2 button {
  background: none;
  border: none;
  position: absolute;
  right: 85px;
}
.header-main.new .module-menu-holder.menu-new ul.level2 button span {
  display: inline-block;
}
.header-main.new .module-menu-holder.menu-new ul.level2 button span.text {
  text-transform: uppercase;
  color: #1a2847;
  padding: 10px;
  display: none;
}
.header-main.new .module-menu-holder.menu-new ul.level2 button span.icon {
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-image: url(https://files.solvecms.com/admento-no/cf4deb9/cancel.svg?v=1601550838253);
}
.header-main.new .login-menu ul.level2:not(:last-of-type) {
  display: none;
}
.header-main.new .login-menu ul.level2 {
  width: auto;
}
@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) {
  .header-main.new .login-menu ul.level2 {
    z-index: 100;
    display: block;
    background: white;
    top: -15px;
    padding: 20px;
    margin: 0 18px;
    width: 90%;
    box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  }
  .header-main.new .login-menu ul.level2 li {
    display: block;
    text-align: left;
    float: none !important;
  }
  .header-main.new .login-menu ul.level2 li a {
    margin: 5px 7px;
  }
  .header-main.new .login-menu ul.level2 li ul.level3 {
    display: block;
    margin-left: 5px;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .header-main.new .login-menu ul.level2 {
    position: relative;
  }
}
.header-main.new .login-menu ul.level2 li {
  width: auto;
  float: right;
}
.header-main.new .login-menu ul.level2 li a {
  color: #0e4097;
  font-size: 18px;
}
.header-main.new .login-menu ul.level2 li a > .mi-txtspan:after {
  display: none;
}
.header-main.new .login-menu ul.level2 li ul.level3 a {
  font-size: 11px;
  color: #1a2847;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .header-main.new .login-menu ul.level2 li ul.level3 a {
    font-size: 16px;
    margin: 0;
  }
}
.header-main.new .module-logo {
  margin-left: 40px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .header-main.new .module-logo {
    margin-left: 20px;
  }
}
.template-forside .header-main.new .logo-standard {
  opacity: 0;
  width: 0;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  body.level2-open .header-main.new:after {
    content: "";
    width: 100vw;
    height: 70px;
    position: absolute;
    background-color: white;
    right: 0;
    margin-top: -72px;
    box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
  }
}
.template-forside .video {
  margin-top: -80px;
}
/* NYTT END */
.mainMenu-container .login-menu {
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.mainMenu-container .login-menu .close-button {
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 20px;
}
.module-menu-holder.login-new {
  float: right;
  background-color: white;
}
.module-menu-holder.login-new ul li {
  display: none;
}
.module-menu-holder.login-new ul li:last-of-type {
  display: block;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.login-new {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module-menu-holder.tabs.menu-visible-desktop.main-menu {
    display: none;
  }
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open > ul.level1 {
  top: 0 !important;
  opacity: 1 !important;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open button .icon-bar {
  width: 30px;
  background-color: #36b3ef;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open button .icon-bar:nth-of-type(2) {
  top: 0;
  right: 4px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open button .icon-bar:nth-of-type(3) {
  top: 20px;
  right: 4px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open button .icon-bar:nth-of-type(4) {
  opacity: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen {
  margin: 25px 50px 0 5px;
  /*åpen mobilmeny */
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen {
    margin: 25px 30px 0 5px;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen {
    display: none;
  }
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button {
  width: 40px;
  z-index: 110;
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar {
  width: 35px;
  height: 3px;
  display: block;
}
body.is-scrolled-past-video .module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar {
  background-color: #1a2847;
}
body.template-standard .module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar,
body.template-standard-blogg .module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar {
  background-color: #1a2847;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar:nth-of-type(2) {
  top: 3px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar:nth-of-type(3) {
  top: 11px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button .icon-bar:nth-of-type(4) {
  top: 19px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen button:hover {
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen li.has-children > a > .mi-txtspan:after {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 {
  display: none;
  transform: translate(-50%);
  left: 50%;
  padding: 40px;
  z-index: 100;
  background: white;
  top: 80px;
  right: 0;
  width: 100%;
  box-shadow: 2px 10px 15px rgba(50, 50, 50, 0.12);
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 ul.level2 a {
  padding: 10px 0;
  font-size: 11px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li {
  float: none;
  display: block;
  position: relative;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li > a {
  font-size: 18px;
  padding: 15px 5px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li ul.level2 a {
  padding: 9px 5px;
  font-size: 12px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li .arrow.inside {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li .arrow.outside {
  top: 5px;
  position: absolute;
  left: 120px;
  width: 50px;
  height: 40px;
  z-index: 102;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children > a > .mi-txtspan:after {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children .level2 {
  box-shadow: none;
  border-left: none;
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children .level2 li.mi960 ul.level3 {
  border-left: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children .level2 li.mi960 .arrow.outside {
  display: none;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children .arrow.outside {
  background-image: url("https://files.solvecms.com/visiontech-no2/d296dc9/arrow-right+%281%29.svg?v=1597393625484");
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children.mobile-open .arrow.outside {
  background-image: url("https://files.solvecms.com/visiontech-no2/d296dc9/arrow-up+%281%29.svg?v=1597393625491");
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen > ul.level1 li.has-children.mobile-open .level2 {
  display: block !important;
  position: relative;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open {
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.mobile-menu.menu-new-mobile.clickdown.offscreen.open ul.level1 {
  display: inline-block !important;
}
.mainMenu-container.menu-open .close-button,
.mainMenu-container.login-open .close-button,
.mainMenu-container.menu-open .menu-styles,
.mainMenu-container.login-open .menu-styles {
  transition: 0.2s ease-out;
  cursor: pointer;
}
/* tjenester og undermenypunkter
+ kontakt og undermenypunkter */
.body-mi199 .section.bli-kunde,
.body-mi253 .section.bli-kunde,
.body-mi259 .section.bli-kunde,
.body-mi265 .section.bli-kunde,
.body-mi247 .section.bli-kunde,
.body-mi241 .section.bli-kunde,
.body-mi108 .section.bli-kunde,
.body-mi271 .section.bli-kunde,
.body-mi277 .section.bli-kunde,
.body-mi283 .section.bli-kunde,
.body-mi289 .section.bli-kunde,
.body-mi295 .section.bli-kunde,
.body-mi301 .section.bli-kunde,
.body-mi307 .section.bli-kunde,
.body-mi313 .section.bli-kunde,
.body-mi319 .section.bli-kunde,
.body-mi205 .section.bli-kunde {
  display: block;
}
.section.bli-kunde {
  margin: 40px 0;
  display: none;
}
.section.bli-kunde .module-formbuilder {
  background: #0e4097;
  padding: 40px 160px 110px 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.bli-kunde .module-formbuilder {
    padding: 40px 110px 110px 110px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.bli-kunde .module-formbuilder {
    padding: 60px 50px;
    margin: 0 18px;
  }
}
.section.bli-kunde .module-formbuilder input,
.section.bli-kunde .module-formbuilder button,
.section.bli-kunde .module-formbuilder textarea {
  border-radius: 0;
  border: none;
}
.section.bli-kunde .module-formbuilder label {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 400;
}
.section.bli-kunde .module-formbuilder h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.section.bli-kunde .module-formbuilder .heading {
  color: white;
  margin-bottom: 30px;
}
.section.bli-kunde .module-formbuilder .heading p {
  color: white;
}
.section.bli-kunde .module-formbuilder .form-field-freetext {
  margin-bottom: 30px;
}
.section.bli-kunde .module-formbuilder .form-field-freetext p a {
  padding-bottom: 1px;
  color: white;
}
.section.bli-kunde .module-formbuilder .form-field-freetext p a:hover {
  text-decoration: none;
  color: #36b3ef;
}
.section.bli-kunde .module-formbuilder button {
  color: white;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid white;
  background: transparent;
  font-weight: 400;
  padding: 8px 75px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 15%);
  bottom: 35px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.bli-kunde .module-formbuilder button {
    transform: translate(-50%, 10%);
    bottom: 0;
  }
}
.section.bli-kunde .module-formbuilder button:hover {
  color: #0e4097;
  background: white;
}
.section.bli-kunde .module-formbuilder .form-field-textarea textarea {
  height: 140px !important;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .section.bli-kunde .module-formbuilder .form-field-textarea {
    margin-top: 20px;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .section.bli-kunde .module-formbuilder .col-sm-12.grid-id-656 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 15px;
  }
}
/* Logg inn-side */
.body-mi942 .section.menu-services .module-menu-holder.tjenester ul.level2 {
  display: none !important;
}
.body-mi942 .section.menu-services .module-menu-holder.tjenester ul.level2:last-of-type {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (-ms-high-contrast: none) {
  .body-mi942 .section.menu-services .module-menu-holder.tjenester *::-ms-backdrop,
  .body-mi942 .section.menu-services .module-menu-holder.tjenester ul.level2:last-of-type {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
}
.section.newsletter .icon-fixed {
  padding: 0 0 0 20px;
  width: 283px;
}
@media (min-width: 1700px) {
  .section.newsletter .icon-fixed {
    right: -100px;
  }
}
.section.newsletter .hello-fixed {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #36b3ef;
  padding: 20px 15px 10px 15px;
  color: white;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, -17% 100%);
  cursor: pointer;
}
.section.newsletter .hello-fixed p {
  display: inline-block;
  color: white;
  font-weight: 400;
}
.section.newsletter .hello-fixed span {
  padding: 0 14px;
  font-size: 20px;
  font-weight: bold;
}
.section.newsletter .hello-fixed span.cross {
  padding: 10px 12px;
  display: none;
}
.section.newsletter .hello-fixed span.plus {
  transform: rotate(45deg);
  display: inline-block;
}
.section.newsletter .hello-fixed .module-formbuilder.newsletter {
  display: none;
}
.section.newsletter .hello-fixed.open {
  display: block;
  padding: 20px 15px 55px 15px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, -68% 100%);
}
.section.newsletter .hello-fixed.open .module-formbuilder.newsletter {
  display: block;
}
.section.newsletter .hello-fixed.open span.cross {
  display: inline-block;
}
.section.newsletter .hello-fixed.open span.plus {
  display: none;
}
.body-mi692 .section.newsletter .hello-fixed {
  display: block !important;
}
body.body-mi217 .section.newsletter {
  display: block;
}
.nyhetsbrev {
  padding: 40px 0 60px;
}
body.hide-newsletter .hello-fixed {
  display: none;
}
.nyhetsbrev .module-article,
.newsletter .module-article {
  text-align: center;
}
.nyhetsbrev .module-article h1,
.newsletter .module-article h1,
.nyhetsbrev .module-article h2,
.newsletter .module-article h2,
.nyhetsbrev .module-article h3,
.newsletter .module-article h3,
.nyhetsbrev .module-article p,
.newsletter .module-article p {
  color: white;
}
.nyhetsbrev .module-article h2,
.newsletter .module-article h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.nyhetsbrev .module-formbuilder.newsletter,
.newsletter .module-formbuilder.newsletter {
  padding: 10px;
  color: white;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form {
  padding: 0;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form label,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form label {
  font-weight: 300;
  color: white;
  font-size: 14px;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr p,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr input,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr input {
  width: 100%;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr label.checkbox.subfield span,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form .content__gdpr label.checkbox.subfield span {
  font-weight: 300;
  padding: 0;
  font-size: 14px;
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form input,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form input {
  border-radius: 0;
  width: 100%;
  border: none;
  margin: 10px auto;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
.nyhetsbrev .module-formbuilder.newsletter #mc_embed_signup form #mc-embedded-subscribe,
.newsletter .module-formbuilder.newsletter #mc_embed_signup form #mc-embedded-subscribe {
  position: absolute;
  border-radius: 100px;
  padding: 0 20px;
  left: 50%;
  margin: 10px auto;
  transform: translate(-50%);
  font-weight: 500;
  border: 1px solid #1a2847;
  color: #1a2847;
  width: auto;
  background: transparent;
}
.social-sticky {
  z-index: 1000;
  position: fixed;
  right: 70px;
  top: 35vh;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .social-sticky {
    right: 48px;
    top: 20vh;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .social-sticky {
    top: 30vh;
    right: 33px;
  }
  .social-sticky a img {
    height: 25px !important;
  }
}
.social-sticky a {
  display: block;
  margin: 10px 0;
}
.social-sticky a img {
  height: 30px;
}
.social-sticky a.eng-flip {
  position: absolute;
  top: -57px;
  left: -14px;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #1a2847;
}
.template-forside.is-scrolled-past-video .social-sticky a.eng-flip,
.template-standard .social-sticky a.eng-flip,
.template-standard-blogg .social-sticky a.eng-flip {
  color: #1a2847;
  background-color: white;
  padding: 5px 7px;
  left: -21px;
  top: -65px;
}
.template-forside .social-sticky a.eng-flip {
  color: white;
}
.section.frontpage-image.video {
  position: relative;
}
.section.frontpage-image.video .social-sticky.lightblue-mobile {
  display: none;
}
.section.frontpage-image.video .social-sticky.standard {
  opacity: 0;
}
.menu-open .section.frontpage-image.video .social-sticky.lightblue-mobile {
  opacity: 1;
  display: block;
}
.menu-open .section.frontpage-image.video .social-sticky.lightblue-mobile a {
  color: #36b3ef;
}
@media (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .section.frontpage-image.video .film-start,
  .section.frontpage-image.video .forsidebilde-holder {
    height: 800px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start,
  .section.frontpage-image.video .forsidebilde-holder {
    height: 900px;
  }
}
.section.frontpage-image.video .film-start video,
.section.frontpage-image.video .forsidebilde-holder video {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start video,
  .section.frontpage-image.video .forsidebilde-holder video {
    height: 100vh;
    width: auto;
  }
}
.section.frontpage-image.video .film-start img,
.section.frontpage-image.video .forsidebilde-holder img {
  object-fit: cover;
  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.frontpage-image.video .film-start img,
  .section.frontpage-image.video .forsidebilde-holder img {
    max-height: 1000px;
    width: auto;
  }
}
.section.frontpage-image.video .film-start .film-tekst,
.section.frontpage-image.video .forsidebilde-holder .film-tekst,
.section.frontpage-image.video .film-start .forsidetekst,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst {
  position: absolute;
  left: 20%;
  top: 30%;
  z-index: 0;
  width: 670px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.frontpage-image.video .film-start .film-tekst,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst,
  .section.frontpage-image.video .film-start .forsidetekst,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst {
    left: 10%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start .film-tekst,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst,
  .section.frontpage-image.video .film-start .forsidetekst,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst {
    width: 100%;
    left: 0;
    top: 30%;
    padding-left: 30px;
  }
}
.section.frontpage-image.video .film-start .film-tekst h1,
.section.frontpage-image.video .forsidebilde-holder .film-tekst h1,
.section.frontpage-image.video .film-start .forsidetekst h1,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst h1 {
  color: white;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .section.frontpage-image.video .film-start .film-tekst h1,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst h1,
  .section.frontpage-image.video .film-start .forsidetekst h1,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start .film-tekst h1,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst h1,
  .section.frontpage-image.video .film-start .forsidetekst h1,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst h1 {
    padding: 0 40px 0 20px;
    font-size: 40px;
    line-height: 50px;
  }
}
.section.frontpage-image.video .film-start .film-tekst h1:before,
.section.frontpage-image.video .forsidebilde-holder .film-tekst h1:before,
.section.frontpage-image.video .film-start .forsidetekst h1:before,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst h1:before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 240px;
  background-image: url(https://files.solvecms.com/admento-test/cf4deb9/trekant-ikon-venstre.svg?v=1652269414372);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -96px;
  left: -100px;
}
@media (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .section.frontpage-image.video .film-start .film-tekst h1:before,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst h1:before,
  .section.frontpage-image.video .film-start .forsidetekst h1:before,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst h1:before {
    width: 180px;
    height: 180px;
    top: -73px;
    left: -80px;
    background-size: 80%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start .film-tekst h1:before,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst h1:before,
  .section.frontpage-image.video .film-start .forsidetekst h1:before,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst h1:before {
    width: 100px;
    height: 100px;
    top: -32px;
    left: 10px;
  }
}
.section.frontpage-image.video .film-start .film-tekst ul,
.section.frontpage-image.video .forsidebilde-holder .film-tekst ul,
.section.frontpage-image.video .film-start .forsidetekst ul,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst ul {
  padding-left: 25px;
}
.section.frontpage-image.video .film-start .film-tekst ul li,
.section.frontpage-image.video .forsidebilde-holder .film-tekst ul li,
.section.frontpage-image.video .film-start .forsidetekst ul li,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst ul li {
  color: white;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  list-style: disc;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.frontpage-image.video .film-start .film-tekst ul li,
  .section.frontpage-image.video .forsidebilde-holder .film-tekst ul li,
  .section.frontpage-image.video .film-start .forsidetekst ul li,
  .section.frontpage-image.video .forsidebilde-holder .forsidetekst ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.section.frontpage-image.video .film-start .film-tekst p,
.section.frontpage-image.video .forsidebilde-holder .film-tekst p,
.section.frontpage-image.video .film-start .forsidetekst p,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst p {
  color: white;
  font-weight: 300;
  font-size: 19px;
}
.section.frontpage-image.video .film-start .film-tekst .btn-lightblue,
.section.frontpage-image.video .forsidebilde-holder .film-tekst .btn-lightblue,
.section.frontpage-image.video .film-start .forsidetekst .btn-lightblue,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst .btn-lightblue {
  color: white;
  background-color: #27a7de;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.section.frontpage-image.video .film-start .film-tekst .btn-lightblue:hover,
.section.frontpage-image.video .forsidebilde-holder .film-tekst .btn-lightblue:hover,
.section.frontpage-image.video .film-start .forsidetekst .btn-lightblue:hover,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst .btn-lightblue:hover {
  transform: translateY(-5px);
  color: white;
}
.section.frontpage-image.video .film-start .film-tekst .btn-bli-kunde,
.section.frontpage-image.video .forsidebilde-holder .film-tekst .btn-bli-kunde,
.section.frontpage-image.video .film-start .forsidetekst .btn-bli-kunde,
.section.frontpage-image.video .forsidebilde-holder .forsidetekst .btn-bli-kunde {
  margin-top: 30px;
  color: white;
  width: 140px;
  font-size: 18px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 10px 32px;
}
.btn-lightblue {
  color: white;
  background-color: #27a7de;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-lightblue:hover {
  transform: translateY(-5px);
  color: white;
}
.section.menu-services {
  padding: 55px 0;
  position: relative;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.menu-services .module-menu-holder.tjenester ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) {
  .section.menu-services .module-menu-holder.tjenester ul {
    display: grid;
    margin: 0 auto;
    text-align: center;
    grid-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 320px) {
  .section.menu-services .module-menu-holder.tjenester ul {
    grid-template-columns: 1fr;
  }
}
.section.menu-services .module-menu-holder.tjenester ul li {
  text-align: center;
}
.section.menu-services .module-menu-holder.tjenester ul li a {
  color: #1a2847;
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.section.menu-services .module-menu-holder.tjenester ul {
  display: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section.menu-services .module-menu-holder.tjenester ul:nth-of-type(2) {
    display: grid !important;
  }
}
.section.menu-services .module-menu-holder.tjenester ul:nth-of-type(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.section.menu-services .module-menu-holder.tjenester ul:nth-of-type(2) .mi-imgspan img {
  height: 85px;
  margin-bottom: 25px;
}
.section.menu-services .module-menu-holder.tjenester ul:nth-of-type(2) .mi-txtspan {
  margin: 0;
  font-size: 18px;
}
@media all and (-ms-high-contrast: none) {
  .section.menu-services .module-menu-holder.tjenester *::-ms-backdrop,
  .section.menu-services .module-menu-holder.tjenester ul:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.body-mi108 .section-standard .module-article.info {
  margin-top: 35px;
}
.body-mi108 .section-standard .module-article.info p a {
  color: #1a2847 !important;
}
.body-mi108 .extra-margins.contacts {
  margin: 0 !important;
}
.section-footer .module-article.info,
.section-standard .module-article.info {
  padding: 0 0 10px 0;
  text-align: center;
  margin: 0 30px;
  font-size: 15px;
  color: white !important;
}
.section-footer .module-article.info p a,
.section-standard .module-article.info p a,
.section-footer .module-article.info p,
.section-standard .module-article.info p {
  color: white;
}
.section-footer .module-article.info img,
.section-standard .module-article.info img {
  padding: 5px;
  max-height: 50px;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.section-footer .avdelinger ul li a,
.section-standard .avdelinger ul li a {
  color: white !important;
}
.section-footer .grid-id-604,
.section-standard .grid-id-604,
.section-footer .grid-id-1945,
.section-standard .grid-id-1945,
.section-footer .grid-id-374,
.section-standard .grid-id-374 {
  margin: 40px 0 15px 0;
  text-align: center;
}
.section-footer .grid-id-604 .logo-white,
.section-standard .grid-id-604 .logo-white,
.section-footer .grid-id-1945 .logo-white,
.section-standard .grid-id-1945 .logo-white,
.section-footer .grid-id-374 .logo-white,
.section-standard .grid-id-374 .logo-white {
  float: none;
  display: inline-block;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .footer-low {
    padding: 0 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-low {
    padding: 0 5%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .footer-low {
    padding: 0 2%;
  }
}
.section-footer {
  padding: 40px 0;
  margin-top: 20px;
}
.template-forside .section-footer {
  margin-top: 40px;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .section-footer {
    padding: 0 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-footer {
    padding: 0 5%;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .template-standard .section-footer {
    margin-top: 45px;
  }
  .section-footer .row:nth-of-type(2) {
    padding: 30px 150px 0 150px;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    padding: 40px 0 50px 0;
  }
  .section-footer .col-sm-12.grid-id-1709 {
    text-align: center;
  }
  .section-footer .logo-standard {
    width: 100%;
    text-align: center;
  }
  .section-footer .logo-standard a {
    float: none;
  }
  .section-footer .module-article.info {
    float: none;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
}
@media (min-width: 321px) and (max-width: 550px) and (min-width: 551px) and (max-width: 767px), (max-width: 320px) and (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px) and (min-width: 321px) and (max-width: 550px), (max-width: 320px) and (min-width: 321px) and (max-width: 550px), (min-width: 321px) and (max-width: 550px) and (max-width: 320px), (max-width: 320px) and (max-width: 320px) {
  .section-footer .module-article.info {
    display: block;
    margin: 10px 0 45px 0;
    font-size: 19px;
  }
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .section-footer .module-article ul {
    text-align: center;
    margin: 40px 60px;
  }
}
body #cookies {
  background-color: #f6f2ed;
  padding: 8px 0 13px 0;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  body #cookies .cookies-content p {
    font-size: 18px;
  }
}
body #cookies .cookies-content a {
  color: #1a2847;
}
body #cookies .cookies-content button {
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #1a2847;
  color: white;
}
.header-main,
.section-menu-toggle {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-main {
  top: 0;
  height: 70px;
}
.section-menu-toggle {
  top: 80px;
  height: 95px;
  display: none;
}
@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-menu-toggle {
    height: 0;
  }
}
body.open .section-menu-toggle {
  display: block;
}
.section-header .container .menu-styles li,
.section-menu-toggle .container .menu-styles li,
.section-header .container .menu-styles li a,
.section-menu-toggle .container .menu-styles li a {
  position: relative;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .section-header .container .menu-styles li,
  .section-menu-toggle .container .menu-styles li {
    text-align: center;
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-header .container .menu-styles li,
  .section-menu-toggle .container .menu-styles li {
    width: 105px;
  }
  .section-header .container .menu-styles li a,
  .section-menu-toggle .container .menu-styles li a {
    margin: 0;
  }
}
@media (min-width: 1700px) {
  .section-header .container .menu-styles .mi108 .level2,
  .section-menu-toggle .container .menu-styles .mi108 .level2 {
    margin-left: -845px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .section-header .container .menu-styles .mi108 .level2,
  .section-menu-toggle .container .menu-styles .mi108 .level2 {
    margin-left: -735px;
  }
}
.section-header .container .menu-styles ul.level2,
.section-menu-toggle .container .menu-styles ul.level2 {
  width: 100vw;
  position: relative;
}
.section-header .container .menu-styles ul.level2 li,
.section-menu-toggle .container .menu-styles ul.level2 li {
  float: right;
}
.section-header .container .menu-styles.main-menu li.mi942,
.section-menu-toggle .container .menu-styles.main-menu li.mi942 {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .section-header .container .menu-styles.main-menu,
  .section-menu-toggle .container .menu-styles.main-menu {
    margin-right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-header .container .menu-styles.main-menu,
  .section-menu-toggle .container .menu-styles.main-menu {
    margin-right: 0 !important;
  }
}
.section.menu-services {
  overflow: hidden;
}
.section.menu-services .scrollingTo {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
  margin-top: 0;
}
.section.menu-services .scrollingTo.notScrolledTo {
  opacity: 0;
  margin-top: -50px;
}
.toppbilde-aktuelt .section-standard .module-article {
  text-align: center;
}
.toppbilde-aktuelt .section-standard .module-article img {
  max-height: 500px;
}
.body-mi229 .firmalogo {
  text-align: center;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .body-mi229 .firmalogo {
    height: 107px;
    overflow: hidden;
  }
}
.body-mi229 .firmalogo img {
  max-width: 200px;
}
.body-mi229 .firmalogo-stor {
  text-align: center;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .body-mi229 .firmalogo-stor {
    height: 127px;
    overflow: hidden;
  }
}
.body-mi229 .firmalogo-stor img {
  max-width: 200px;
}
.body-mi229 .client-info {
  margin-bottom: 30px;
}
@media (min-width: 1700px) {
}
@media (min-width: 992px) and (max-width: 1699px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi229 .client-info {
    padding: 30px !important;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
}
/* ansattekarusell */
#carousel114,
.beige-carousel {
  margin: 5% 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #carousel114,
  .beige-carousel {
    margin-bottom: 10%;
  }
}
#carousel114 button,
.beige-carousel button {
  border-radius: 100px;
}
#carousel114 button:after,
.beige-carousel button:after,
#carousel114 button:before,
.beige-carousel button:before {
  color: #1a2847;
}
#carousel114 button:hover,
.beige-carousel button:hover {
  background-color: #0e4097;
}
#carousel114 button:hover:after,
.beige-carousel button:hover:after,
#carousel114 button:hover:before,
.beige-carousel button:hover:before {
  color: white;
}
#carousel114 .item,
.beige-carousel .item {
  margin: 0 10px;
  padding: 20px 35px;
  background: #f6f2ed;
}
@media (min-width: 1700px) {
}
@media (min-width: 992px) and (max-width: 1699px) {
}
@media (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) {
}
#carousel114 .item h1,
.beige-carousel .item h1,
#carousel114 .item h2,
.beige-carousel .item h2,
#carousel114 .item h3,
.beige-carousel .item h3 {
  margin-bottom: 0;
}
#carousel114 .item img,
.beige-carousel .item img {
  background: white;
  padding: 10px;
  border-radius: 500px;
  width: 200px;
}
.module-article table {
  width: 100%;
}
.module-article table tr {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .module-article table tr {
    padding-bottom: 10px;
    display: block;
  }
}
.module-article table td {
  padding-bottom: 10px;
  width: 33%;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 3px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .module-article table td {
    font-size: 13px;
  }
}
@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-article table td {
    width: 100%;
    display: block;
    padding-bottom: 2px;
  }
}
.body-mi2326 .extra-margins .col-sm-3 {
  width: 20%;
  padding: 0 !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi2326 .extra-margins .col-sm-3 {
    width: 100%;
  }
}
.body-mi2326 .extra-margins .col-sm-9 {
  width: 80%;
  padding: 0 !important;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi2326 .extra-margins .col-sm-9 {
    width: 100%;
  }
}
.frontpage .hvit-plakat.jumbotron {
  margin: 80px 0;
}
@media (min-width: 1700px) {
  .frontpage .hvit-plakat.jumbotron {
    height: 595px;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .frontpage .hvit-plakat.jumbotron {
    height: 595px;
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .frontpage .hvit-plakat.jumbotron {
    height: 560px;
    padding: 30px;
  }
  .frontpage .hvit-plakat.jumbotron p {
    font-size: 16px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .frontpage .hvit-plakat.jumbotron {
    height: 100%;
    margin: 40px 0;
  }
  .frontpage .hvit-plakat.jumbotron img {
    max-width: 200px;
  }
}
.frontpage .extra-margins {
  padding: 50px 0;
}
.btn-blue p a {
  margin-top: 30px;
  color: #0e4097;
  width: 140px;
  font-size: 18px;
  border-radius: 20px;
  border: 1px solid #0e4097;
  padding: 10px 32px;
}
/* PowerOffice landingsside */
.body-mi3389 .bg-beige {
  padding: 80px 0;
  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) {
  .body-mi3389 .bg-beige {
    padding: 30px 30px;
  }
}
.body-mi3389 .extra-margins {
  padding: 80px 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) {
  .body-mi3389 .extra-margins {
    padding: 30px 10px;
  }
}
.body-mi3389 .col-sm-9 {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi3389 .col-sm-9 {
    width: 60%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .col-sm-9 {
    width: 100%;
  }
}
.body-mi3389 .col-sm-3 {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-mi3389 .col-sm-3 {
    width: 40%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .col-sm-3 {
    width: 100%;
  }
}
.body-mi3389 p {
  font-size: 18px;
  line-height: 28px;
}
.body-mi3389 h4 {
  font-size: 20px;
  line-height: 25px;
}
.body-mi3389 h2 {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .article3418 {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .article3424 {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .article3404 {
    text-align: center;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .desktop {
    display: none;
  }
}
.body-mi3389 .mobile {
  display: none;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi3389 .mobile {
    display: inline-block;
    text-align: center;
  }
}
.Opplisting-bg {
  padding: 80px 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .Opplisting-bg {
    padding: 30px 0;
  }
}
.Opplisting-bg .col-sm-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Opplisting-bg .col-sm-12 .beige {
  width: 30%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Opplisting-bg .col-sm-12 .beige {
    width: 48%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .Opplisting-bg .col-sm-12 .beige {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.Opplisting-bg .col-sm-12 .beige img {
  height: 90px;
  text-align: center;
}
.Opplisting-bg .col-sm-12 .beige h2 {
  font-size: 24px;
  text-align: center;
}
.Opplisting-bg .col-sm-12 .beige h3 {
  color: #004896;
}
.Opplisting-bg .col-sm-12 .article3441 p,
.Opplisting-bg .col-sm-12 .article3443 p {
  margin-top: 60px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .Opplisting-bg .col-sm-12 .article3441 p,
  .Opplisting-bg .col-sm-12 .article3443 p {
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  .Opplisting-bg .col-sm-12 .article3441 p,
  .Opplisting-bg .col-sm-12 .article3443 p {
    margin-top: 30px;
  }
}
#mergeRow-gdpr {
  display: none;
}
.section.menu-services {
  padding: 4% 0;
}
.section.section-footer {
  padding: 2% 10%;
  padding-bottom: 120px;
}
.section.bli-kunde {
  display: none !important;
}
.mce-menu {
  position: fixed !important;
}
.hundred-bg {
  position: relative;
}
.hundred-bg > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.hundred-bg > .container .row {
  margin: 0 !important;
}
.hundred-bg > .container .row .col-sm-12 {
  padding: 0 !important;
}
.toppbilde {
  max-height: 80vh;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde {
    height: 50vh;
  }
}
.toppbilde img {
  object-fit: cover;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px), (min-width: 768px) and (max-width: 991px) {
  .toppbilde img {
    width: 100%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .toppbilde img {
    height: 100%;
    position: absolute;
    object-position: left;
  }
}
.head-img {
  position: absolute;
  bottom: 210px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-img {
    bottom: 180px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img {
    bottom: 60px;
  }
}
.head-img h1 {
  color: white;
  font-size: 70px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-img h1 {
    font-size: 50px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img h1 {
    font-size: 30px;
  }
}
.head-img h1:before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 240px;
  background-image: url(https://files.solvecms.com/admento-test/cf4deb9/trekant-ikon-hoyre.svg?v=1652269384072);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -96px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-img h1:before {
    width: 180px;
    height: 180px;
    top: -65px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img h1:before {
    width: 100px;
    height: 100px;
    top: -32px;
  }
}
.head-img.right {
  right: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img.right {
    right: 120px;
  }
}
.head-img.right h1:before {
  right: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-img.right h1:before {
    right: -80px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img.right h1:before {
    right: -42px;
  }
}
.head-img.left {
  left: 200px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img.left {
    left: 80px;
  }
}
.head-img.left h1:before {
  left: -100px;
  transform: rotate(270deg);
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-img.left h1:before {
    left: -80px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .head-img.left h1:before {
    left: -42px;
  }
}
.module-article a {
  color: #27a7de;
}
.module-article a:hover {
  color: #004896;
}
.module-article p,
.module-article ul,
.module-article td,
.module-article ol,
p {
  font-size: 17px;
  line-height: 29px;
  min-height: 5px;
  font-weight: 400;
  margin-bottom: 20px;
  color: black;
}
h1,
h1 a {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 35px;
    line-height: 45px;
  }
}
h2,
h2 a {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  color: #ad8f5a;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h2,
  h2 a {
    font-size: 30px;
    line-height: 40px;
  }
}
h3,
h3 a {
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  color: #ad8f5a;
}
h4,
h4 a {
  font-size: 21px;
  line-height: 27px;
  font-weight: 600;
}
h5,
h5 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
.smal-bg .container {
  max-width: 800px;
  margin: 0 auto;
}
.quote {
  padding: 70px 0;
}
.quote h2 {
  font-size: 24px;
  line-height: 34px;
}
.quote h5 {
  margin: 0;
}
.fifthy-img-left {
  position: relative;
  margin-top: 50px;
}
.fifthy-img-left > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.fifthy-img-left > .container .row {
  display: flex;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 1100px) {
  .fifthy-img-left > .container .row {
    display: block;
  }
}
.fifthy-img-left > .container .row .col-sm-6 {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .fifthy-img-left > .container .row .col-sm-6 {
    width: 100% !important;
    display: block;
  }
}
.fifthy-img-left > .container .row .col-sm-6:nth-child(1) {
  padding: 0 !important;
}
@media (max-width: 1200px) {
}
.fifthy-img-left > .container .row .col-sm-6:nth-child(1) .module-article p {
  margin: 0;
}
.fifthy-img-left > .container .row .col-sm-6:nth-child(1) .module-article img {
  object-fit: cover;
  width: 100%;
}
.fifthy-img-left > .container .row .col-sm-6:nth-child(2) {
  padding: 70px !important;
  background-color: #27a7de33;
}
@media (min-width: 1101px) {
  .body-mi90 .fifthy-img-left > .container .row .col-sm-6:nth-child(2) {
    padding: 24px !important;
    padding-left: 50px !important;
  }
}
@media (max-width: 1200px) {
  .fifthy-img-left > .container .row .col-sm-6:nth-child(2) {
    padding: 40px !important;
  }
}
.fifthy-img-left > .container .row .col-sm-6:nth-child(2) .module-article h2 {
  color: black;
}
@media (min-width: 1700px), (min-width: 992px) and (max-width: 1699px) {
  .fifthy-img-left > .container .row .col-sm-6:nth-child(2) .module-article {
    width: 70%;
  }
}
@media (max-width: 1270px) {
  .fifthy-img-left > .container .row .col-sm-6:nth-child(2) .module-article {
    width: 100%;
  }
}
.line-btn a {
  color: #004896;
  border: 1px solid #004896;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.line-btn a:hover {
  transform: translateY(-5px);
}
.lightblue-btn a {
  color: white;
  background-color: #27a7de;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lightblue-btn a:hover {
  transform: translateY(-5px);
  color: white;
}
.body-mi3538 .section-footer,
.body-mi90 .section-footer {
  margin-top: 0 !important;
}
.frontpage .smal-bg {
  padding: 40px 0;
}
.article3602 {
  padding-top: 40px;
}
.article3622 {
  padding: 10px;
}
.article3622 h2 {
  color: black;
  font-size: 50px;
  line-height: 60px;
}
.article3628 {
  padding: 30px 90px 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article3628 {
    padding: 10px 60px 0 20px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article3628 {
    padding: 30px;
  }
}
.article3628 h2 {
  color: black;
  font-size: 50px;
  line-height: 60px;
}
.tjenester-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 60px 0;
  margin-bottom: 20px;
}
.tjenester-holder a {
  width: 25.5%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .tjenester-holder a {
    width: 48%;
  }
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tjenester-holder a {
    width: 100%;
    padding: 20px 30px;
  }
}
.tjenester-holder a img {
  width: 120px;
  margin-bottom: 20px;
}
.tjenester-holder a h2 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.tjenester-holder a p {
  line-height: 26px;
}
.poweroffice,
.xledger {
  display: flex;
  justify-content: space-between;
  background-color: #27a7de26;
  border-radius: 5px;
  padding: 40px;
  align-items: center;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice,
  .xledger {
    display: block;
  }
}
.poweroffice .imgbox,
.xledger .imgbox {
  width: 30%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice .imgbox,
  .xledger .imgbox {
    width: 100%;
    text-align: center;
  }
}
.poweroffice .imgbox img,
.xledger .imgbox img {
  max-height: 400px;
}
.poweroffice .textbox,
.xledger .textbox {
  width: 70%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice .textbox,
  .xledger .textbox {
    width: 100%;
  }
}
.poweroffice .textbox h2,
.xledger .textbox h2 {
  color: black;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .poweroffice .textbox h2,
  .xledger .textbox h2 {
    font-size: 40px;
    line-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) {
  .poweroffice .textbox h2,
  .xledger .textbox h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
.poweroffice .textbox p,
.xledger .textbox p {
  font-size: 22px;
  line-height: 32px;
}
@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) {
  .poweroffice .textbox p,
  .xledger .textbox p {
    font-size: 18px;
    line-height: 28px;
  }
}
.poweroffice .textbox a,
.xledger .textbox a {
  color: #004896;
  border: 1px solid #004896;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poweroffice .textbox a:hover,
.xledger .textbox a:hover {
  transform: translateY(-5px);
}
.xledger .imgbox {
  padding-right: 30px;
}
.xledger .imgbox img {
  max-width: 310px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .xledger .imgbox img {
    padding-bottom: 30px;
  }
}
.poweroffice-komigang {
  display: flex;
  justify-content: space-between;
  background-color: #e7ded080;
  border-radius: 5px;
  padding: 60px;
  margin-bottom: 60px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .poweroffice-komigang {
    padding: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice-komigang {
    display: block;
    padding: 40px;
  }
}
.poweroffice-komigang .imgbox {
  width: 45%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice-komigang .imgbox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.poweroffice-komigang .textbox {
  width: 50%;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .poweroffice-komigang .textbox {
    width: 100%;
  }
}
.poweroffice-komigang .textbox h2 {
  color: black;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 992px) and (max-width: 1699px) {
  .poweroffice-komigang .textbox h2 {
    font-size: 40px;
    line-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) {
  .poweroffice-komigang .textbox h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
.poweroffice-komigang .textbox p {
  font-size: 22px;
  line-height: 32px;
}
@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) {
  .poweroffice-komigang .textbox p {
    font-size: 18px;
    line-height: 28px;
  }
}
.poweroffice-komigang .textbox a {
  color: #004896;
  border: 1px solid #004896;
  border-radius: 100px;
  padding: 10px 30px 13px 30px;
  margin-top: 20px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poweroffice-komigang .textbox a:hover {
  transform: translateY(-5px);
}
.module-formbuilder.kontakt {
  background-color: #27a7de26;
  padding: 60px 60px 100px 60px;
  margin: 100px 0 50px 0;
  border-radius: 5px;
}
@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-formbuilder.kontakt {
    padding: 30px 30px 100px 30px;
    margin: 50px 0 30px 0;
  }
}
.module-formbuilder.kontakt h2 {
  color: black;
  margin-bottom: 50px;
}
.module-formbuilder.kontakt .form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  padding-left: 90px;
}
.module-formbuilder.kontakt .btn.submit {
  background-color: #27a7de;
  color: white;
  border-radius: 100px;
  padding: 10px 40px 13px 40px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  float: right;
}
.module-formbuilder.kontakt .btn.submit:hover {
  transform: translateY(-5px);
}
.module-formbuilder.kontakt .form-group {
  position: relative;
}
.module-formbuilder.kontakt label {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.module-formbuilder.kontakt textarea {
  min-height: 100px;
  padding-top: 13px;
  padding-left: 105px !important;
}
.body-mi2312 .extra-margins.contacts .col-sm-12 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@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-mi2312 .extra-margins.contacts .col-sm-12 {
    display: block;
  }
}
.body-mi2312 .extra-margins.contacts .col-sm-12 .bio {
  width: 30%;
  height: auto;
}
@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-mi2312 .extra-margins.contacts .col-sm-12 .bio {
    width: 100%;
  }
}
.body-mi2312 .extra-margins.contacts .col-sm-12 .bio-txt {
  width: 70%;
  height: auto;
  padding-top: 30px;
  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) {
  .body-mi2312 .extra-margins.contacts .col-sm-12 .bio-txt {
    width: 100%;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.module-article.bio,
.client-info {
  background-color: #0f2749 !important;
}
.title-side p {
  margin-bottom: 0;
}
.module-article p {
  min-height: 5px;
}
.bio-txt,
.bio {
  margin-bottom: 30px;
}
.luft {
  height: 40px;
}
@media (max-width: 991px) {
  .bio {
    margin-bottom: 0px;
  }
}
.module-blogmeta {
  padding: 15px;
  background: #27a7de33;
  display: table;
  margin: 0 auto;
}
.module-blogmeta .blogmeta-img {
  max-height: none;
  margin: 0;
}
.module-blogmeta .blogmeta-img a img {
  width: 110px;
}
.module-blogmeta .blogmeta-info h3 a {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.module-blogmeta .blogmeta-info span {
  font-size: 15px !important;
  line-height: 22px !important;
}
.module-blogmeta .blogmeta-info .blogmeta-date {
  margin-bottom: 0;
}
.module-blogmeta .blogmeta-info .blogmeta-date .blogmeta-written-time,
.module-blogmeta .blogmeta-info .blogmeta-date .blogmeta-edited-time {
  display: none;
}
.authorpage .blog-author {
  margin: 0 auto;
  margin-top: 50px;
  display: table;
}
.authorpage .blog-author .author-bio .blogmeta-img {
  width: 110px;
  border-radius: 100px;
}
.authorpage .blogfeed-date {
  display: none;
}
.authorpage .blogfeed-img {
  display: none;
}
.body-mi2312 .contacts .row {
  margin-bottom: 90px !important;
}
.circle-img img {
  border-radius: 500px;
  max-width: 360px;
}
.body-mi247 .clients.simple {
  padding-top: 30px;
}
.nice-list {
  display: flex;
  justify-content: flex-start;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: wrap;
}
.nice-list li {
  border: 1px solid #ad8f5a;
  padding: 4px 16px;
  margin: 4px;
  color: #ad8f5a;
}
.alle-blogginnlegg ul {
  flex-wrap: wrap;
  display: flex;
}
.alle-blogginnlegg ul li {
  width: 47%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alle-blogginnlegg ul li {
    width: 45%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .alle-blogginnlegg ul li {
    width: 100%;
  }
}
.circle-picture img {
  border-radius: 1000px;
  max-width: 300px;
}
.knapp p a {
  background-color: #27a7de;
  color: white;
  border-radius: 100px;
  padding: 10px 40px 13px 40px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
/* Referanser */
.body-mi205 .firmalogo-stor {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.body-mi205 .firmalogo-stor img {
  max-width: 200px;
}
.body-mi2326 .module-carousel p {
  font-size: 18px;
}
.bg14 .bio {
  margin: 0 auto;
  margin-top: 150px;
  width: 100%;
  max-width: 320px;
  float: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg14 .bio a {
    font-size: 12px;
  }
}
.rundebilder img {
  border-radius: 1000px;
}
.some-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.some-footer a img {
  width: 25px;
}
.modal-filtered-employee-list {
  background-color: #f6f2ed;
  border-radius: 10px;
  padding: 40px;
}
.modal-filtered-employee-list .department-list {
  padding-top: 30px;
}
.modal-filtered-employee-list .department-list .department {
  padding-bottom: 50px;
}
.modal-filtered-employee-list .department-list .department .cards {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.modal-filtered-employee-list .department-list .department .cards .employee {
  border-radius: 10px;
  padding: 25px 20px;
  width: 300px;
  box-shadow: none;
}
.modal-filtered-employee-list .department-list .department .cards .employee .toggle-btn {
  background-color: #004896;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details * {
  margin: 0;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .email.btn {
  background-color: #004896;
  text-transform: none;
  padding: 3px 13px;
  width: 120px;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .phone a {
  text-decoration: underline;
  text-underline-position: under;
  color: #004896;
  font-size: 15px;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .linked-in-url {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .linked-in-url:before {
  content: "";
  display: inline-block;
  background-image: url(https://files.solvecms.com/admento-test/cf4deb9/linkedin+%281%29.svg?v=1741180715372);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .linked-in-url a {
  color: #0d69c7;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .specialties .specialty {
  color: black;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .specialties .specialty:after {
  content: "·";
  display: inline-block;
  padding-left: 10px;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .specialties .specialty:last-child:after {
  display: none;
}
.modal-filtered-employee-list .department-list .department .cards .employee .employee-details .text p {
  line-height: 1.2em;
  font-size: 14px;
}
